01J99YFMA4FHRXS4CQXBEMV1H7: 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: 01J99YG6BC11XDF3VFBJH5FVA7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-03T19:45:36.035Zjob assigned to worker 01J99YKPW5BP1GXHRWRZ8V1G7A (queued for 2 m 43 s)
 
22024-10-03T19:45:43.395Zstarting task 0: "setup"
32024-10-03T19:45:43.404Z++ uname -s
42024-10-03T19:45:43.406Z+ kern=SunOS
52024-10-03T19:45:43.407Z+ case "$kern" in
62024-10-03T19:45:43.407Z+ groupadd -g 12345 build
72024-10-03T19:45:43.409Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-03T19:45:45.420Z+ zfs create -o mountpoint=/work rpool/work
92024-10-03T19:45:45.567Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-03T19:45:45.569Z+ home_fs=zfs
112024-10-03T19:45:45.569Z+ [[ zfs == autofs ]]
122024-10-03T19:45:45.569Z+ mkdir -p /home/build
132024-10-03T19:45:45.572Z+ chown build:build /home/build /work
142024-10-03T19:45:47.573Z+ chmod 0700 /home/build /work
152024-10-03T19:45:47.575Zprocess exited: duration 4182 ms, exit code 0
 
162024-10-03T19:45:47.580Zstarting task 1: "rust-toolchain"
172024-10-03T19:45:47.585Z+ printf ' * toolchain channel = "%s"
182024-10-03T19:45:47.585Z' 1.80.1
192024-10-03T19:45:47.585Z+ printf ' * toolchain profile = "%s"
202024-10-03T19:45:47.585Z * toolchain channel = "1.80.1"
212024-10-03T19:45:47.585Z' default
222024-10-03T19:45:47.585Z * toolchain profile = "default"
232024-10-03T19:45:47.588Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-03T19:45:47.588Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-03T19:45:47.704Zinfo: downloading installer
262024-10-03T19:45:49.011Zinfo: profile set to 'default'
272024-10-03T19:45:49.012Zinfo: default host triple is x86_64-unknown-illumos
282024-10-03T19:45:49.014Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-03T19:45:49.155Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-03T19:45:49.155Zinfo: downloading component 'cargo'
312024-10-03T19:45:49.953Zinfo: downloading component 'clippy'
322024-10-03T19:45:50.237Zinfo: downloading component 'rust-docs'
332024-10-03T19:45:51.348Zinfo: downloading component 'rust-std'
342024-10-03T19:45:52.903Zinfo: downloading component 'rustc'
352024-10-03T19:45:57.265Zinfo: downloading component 'rustfmt'
362024-10-03T19:45:57.500Zinfo: installing component 'cargo'
372024-10-03T19:45:58.316Zinfo: installing component 'clippy'
382024-10-03T19:45:58.681Zinfo: installing component 'rust-docs'
392024-10-03T19:46:00.334Zinfo: installing component 'rust-std'
402024-10-03T19:46:01.968Zinfo: installing component 'rustc'
412024-10-03T19:46:06.097Zinfo: installing component 'rustfmt'
422024-10-03T19:46:06.440Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-03T19:46:06.440Z
442024-10-03T19:46:06.735Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-03T19:46:06.735Z
462024-10-03T19:46:06.737Z
472024-10-03T19:46:06.737ZRust is installed now. Great!
482024-10-03T19:46:06.737Z
492024-10-03T19:46:06.737ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-03T19:46:06.737Zenvironment variable. This has not been done automatically.
512024-10-03T19:46:06.738Z
522024-10-03T19:46:06.738ZTo configure your current shell, you need to source
532024-10-03T19:46:06.738Zthe corresponding env file under $HOME/.cargo.
542024-10-03T19:46:06.738Z
552024-10-03T19:46:06.738ZThis is usually done by running one of the following (note the leading DOT):
562024-10-03T19:46:06.738Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-03T19:46:06.738Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-03T19:46:06.792Z+ rustc --version
592024-10-03T19:46:06.854Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-03T19:46:06.857Zprocess exited: duration 19275 ms, exit code 0
 
612024-10-03T19:46:06.862Zstarting task 2: "authentication"
622024-10-03T19:46:06.882Zprocess exited: duration 19 ms, exit code 0
 
632024-10-03T19:46:06.887Zstarting task 3: "clone repository"
642024-10-03T19:46:06.892Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-03T19:46:06.895Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-03T19:46:06.933ZCloning into '/work/oxidecomputer/omicron'...
672024-10-03T19:46:14.662Z+ cd /work/oxidecomputer/omicron
682024-10-03T19:46:14.662Z+ git fetch origin 09053cabe90ebf5d2b47af17e254329b62f40313
692024-10-03T19:46:14.991ZFrom https://github.com/oxidecomputer/omicron
702024-10-03T19:46:14.991Z * branch 09053cabe90ebf5d2b47af17e254329b62f40313 -> FETCH_HEAD
712024-10-03T19:46:15.001Z+ [[ -n sunshowers/spr/reconfigurator-impl-eq-for-trimap ]]
722024-10-03T19:46:15.005Z++ git branch --show-current
732024-10-03T19:46:15.007Z+ current=main
742024-10-03T19:46:15.007Z+ [[ main != sunshowers/spr/reconfigurator-impl-eq-for-trimap ]]
752024-10-03T19:46:15.007Z+ git branch -f sunshowers/spr/reconfigurator-impl-eq-for-trimap 09053cabe90ebf5d2b47af17e254329b62f40313
762024-10-03T19:46:15.009Z+ git checkout -f sunshowers/spr/reconfigurator-impl-eq-for-trimap
772024-10-03T19:46:15.168ZSwitched to branch 'sunshowers/spr/reconfigurator-impl-eq-for-trimap'
782024-10-03T19:46:15.170Z+ git reset --hard 09053cabe90ebf5d2b47af17e254329b62f40313
792024-10-03T19:46:15.323ZHEAD is now at 09053cabe [spr] initial version
802024-10-03T19:46:15.326Zprocess exited: duration 8436 ms, exit code 0
 
812024-10-03T19:46:15.333Zstarting task 4: "build"
822024-10-03T19:46:15.337Z+ cargo --version
832024-10-03T19:46:15.392Zcargo 1.80.1 (376290515 2024-07-16)
842024-10-03T19:46:15.395Z+ rustc --version
852024-10-03T19:46:15.451Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-10-03T19:46:15.453Z+ cargo tree --locked
872024-10-03T19:46:15.706Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
882024-10-03T19:46:15.961Z Updating crates.io index
892024-10-03T19:46:15.964Z Updating git repository `https://github.com/oxidecomputer/maghemite`
902024-10-03T19:46:16.743Z Updating git repository `https://github.com/oxidecomputer/oxnet`
912024-10-03T19:46:16.994Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
922024-10-03T19:46:17.227Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
932024-10-03T19:46:17.483Z Updating git repository `https://github.com/oxidecomputer/propolis`
942024-10-03T19:46:18.247Z Updating git repository `https://github.com/oxidecomputer/crucible`
952024-10-03T19:46:20.382Z Updating git repository `https://github.com/oxidecomputer/opte`
962024-10-03T19:46:21.384Z Updating git repository `https://github.com/oxidecomputer/falcon`
972024-10-03T19:46:22.012Z Updating git repository `https://github.com/oxidecomputer/clickward`
982024-10-03T19:46:22.283Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
992024-10-03T19:46:22.605Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1002024-10-03T19:46:23.126Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1012024-10-03T19:46:23.404Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
1022024-10-03T19:46:23.730Z Updating git repository `https://github.com/oxidecomputer/qorb`
1032024-10-03T19:46:24.034Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1042024-10-03T19:46:24.334Z Updating git repository `https://github.com/oxidecomputer/tofino`
1052024-10-03T19:46:24.596Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1062024-10-03T19:46:24.838Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1072024-10-03T19:46:25.085Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1082024-10-03T19:46:25.371Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1092024-10-03T19:46:25.682Z Updating git repository `https://github.com/oxidecomputer/ispf`
1102024-10-03T19:46:25.955Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1112024-10-03T19:46:26.298Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1122024-10-03T19:46:26.665Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-10-03T19:46:27.062Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-10-03T19:46:27.322Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-10-03T19:46:27.832Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-10-03T19:46:28.188Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1172024-10-03T19:46:28.530Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1182024-10-03T19:46:28.817Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1192024-10-03T19:46:30.183Z Downloading crates ...
1202024-10-03T19:46:30.293Z Downloaded assert_matches v1.5.0
1212024-10-03T19:46:30.300Z Downloaded async-object-pool v0.1.5
1222024-10-03T19:46:30.302Z Downloaded assert-json-diff v2.0.2
1232024-10-03T19:46:30.304Z Downloaded anstyle v1.0.8
1242024-10-03T19:46:30.306Z Downloaded foreign-types v0.3.2
1252024-10-03T19:46:30.307Z Downloaded float-ord v0.3.2
1262024-10-03T19:46:30.309Z Downloaded fallible-streaming-iterator v0.1.9
1272024-10-03T19:46:30.311Z Downloaded approx v0.5.1
1282024-10-03T19:46:30.311Z Downloaded adler v1.0.2
1292024-10-03T19:46:30.313Z Downloaded anes v0.1.6
1302024-10-03T19:46:30.316Z Downloaded flagset v0.4.5
1312024-10-03T19:46:30.318Z Downloaded fatfs v0.3.6
1322024-10-03T19:46:30.323Z Downloaded cfg_aliases v0.1.1
1332024-10-03T19:46:30.325Z Downloaded http-body v1.0.0
1342024-10-03T19:46:30.325Z Downloaded fxhash v0.2.1
1352024-10-03T19:46:30.327Z Downloaded atomicwrites v0.4.4
1362024-10-03T19:46:30.329Z Downloaded async-bb8-diesel v0.2.1
1372024-10-03T19:46:30.332Z Downloaded async-stream v0.3.5
1382024-10-03T19:46:30.334Z Downloaded foreign-types-macros v0.2.3
1392024-10-03T19:46:30.334Z Downloaded async-signal v0.2.10
1402024-10-03T19:46:30.337Z Downloaded headers-core v0.3.0
1412024-10-03T19:46:30.339Z Downloaded http-range v0.1.5
1422024-10-03T19:46:30.340Z Downloaded async-task v4.7.1
1432024-10-03T19:46:30.342Z Downloaded async-process v2.2.4
1442024-10-03T19:46:30.344Z Downloaded guppy-workspace-hack v0.1.0
1452024-10-03T19:46:30.347Z Downloaded hubpack_derive v0.1.1
1462024-10-03T19:46:30.347Z Downloaded foreign-types-shared v0.3.1
1472024-10-03T19:46:30.347Z Downloaded block-buffer v0.10.4
1482024-10-03T19:46:30.349Z Downloaded autocfg v1.3.0
1492024-10-03T19:46:30.351Z Downloaded ident_case v1.0.1
1502024-10-03T19:46:30.351Z Downloaded castaway v0.2.3
1512024-10-03T19:46:30.354Z Downloaded hostname v0.4.0
1522024-10-03T19:46:30.356Z Downloaded ff v0.13.0
1532024-10-03T19:46:30.358Z Downloaded httpdate v1.0.3
1542024-10-03T19:46:30.358Z Downloaded home v0.5.9
1552024-10-03T19:46:30.361Z Downloaded ciborium-ll v0.2.2
1562024-10-03T19:46:30.363Z Downloaded futures-core v0.3.30
1572024-10-03T19:46:30.363Z Downloaded funty v2.0.0
1582024-10-03T19:46:30.365Z Downloaded heck v0.4.1
1592024-10-03T19:46:30.367Z Downloaded hash32 v0.2.1
1602024-10-03T19:46:30.367Z Downloaded argon2 v0.5.3
1612024-10-03T19:46:30.370Z Downloaded ghash v0.5.1
1622024-10-03T19:46:30.372Z Downloaded fixedbitset v0.4.2
1632024-10-03T19:46:30.374Z Downloaded foreign-types-shared v0.1.1
1642024-10-03T19:46:30.374Z Downloaded chacha20 v0.9.1
1652024-10-03T19:46:30.377Z Downloaded blowfish v0.9.1
1662024-10-03T19:46:30.379Z Downloaded bitflags v1.3.2
1672024-10-03T19:46:30.381Z Downloaded bitfield-struct v0.6.1
1682024-10-03T19:46:30.383Z Downloaded fragile v2.0.0
1692024-10-03T19:46:30.385Z Downloaded hyper-tls v0.6.0
1702024-10-03T19:46:30.388Z Downloaded float-cmp v0.9.0
1712024-10-03T19:46:30.388Z Downloaded ciborium-io v0.2.2
1722024-10-03T19:46:30.390Z Downloaded opaque-debug v0.3.1
1732024-10-03T19:46:30.390Z Downloaded atty v0.2.14
1742024-10-03T19:46:30.392Z Downloaded fd-lock v4.0.2
1752024-10-03T19:46:30.394Z Downloaded fastrand v2.1.0
1762024-10-03T19:46:30.397Z Downloaded cfg_aliases v0.2.1
1772024-10-03T19:46:30.397Z Downloaded cargo-platform v0.1.8
1782024-10-03T19:46:30.399Z Downloaded peg-runtime v0.8.3
1792024-10-03T19:46:30.399Z Downloaded hex v0.4.3
1802024-10-03T19:46:30.401Z Downloaded group v0.13.0
1812024-10-03T19:46:30.404Z Downloaded gethostname v0.5.0
1822024-10-03T19:46:30.406Z Downloaded hyper-rustls v0.27.3
1832024-10-03T19:46:30.408Z Downloaded bit-set v0.5.3
1842024-10-03T19:46:30.411Z Downloaded ciborium v0.2.2
1852024-10-03T19:46:30.413Z Downloaded phf_shared v0.10.0
1862024-10-03T19:46:30.413Z Downloaded cassowary v0.3.0
1872024-10-03T19:46:30.416Z Downloaded base64ct v1.6.0
1882024-10-03T19:46:30.418Z Downloaded async-stream-impl v0.3.5
1892024-10-03T19:46:30.418Z Downloaded ascii-canvas v3.0.0
1902024-10-03T19:46:30.420Z Downloaded arrayref v0.3.7
1912024-10-03T19:46:30.420Z Downloaded futures-executor v0.3.30
1922024-10-03T19:46:30.422Z Downloaded anstyle-parse v0.2.4
1932024-10-03T19:46:30.425Z Downloaded blake2b_simd v1.0.2
1942024-10-03T19:46:30.427Z Downloaded async-recursion v1.1.1
1952024-10-03T19:46:30.430Z Downloaded proc-macro-error-attr v1.0.4
1962024-10-03T19:46:30.433Z Downloaded iana-time-zone v0.1.60
1972024-10-03T19:46:30.435Z Downloaded plotters-svg v0.3.5
1982024-10-03T19:46:30.437Z Downloaded async-attributes v1.1.2
1992024-10-03T19:46:30.437Z Downloaded async-channel v1.9.0
2002024-10-03T19:46:30.440Z Downloaded piper v0.2.4
2012024-10-03T19:46:30.442Z Downloaded http-body v0.4.6
2022024-10-03T19:46:30.442Z Downloaded glob v0.3.1
2032024-10-03T19:46:30.445Z Downloaded bb8 v0.8.5
2042024-10-03T19:46:30.445Z Downloaded base16ct v0.2.0
2052024-10-03T19:46:30.448Z Downloaded cfg-if v1.0.0
2062024-10-03T19:46:30.451Z Downloaded cast v0.3.0
2072024-10-03T19:46:30.451Z Downloaded hashlink v0.9.1
2082024-10-03T19:46:30.453Z Downloaded globset v0.4.14
2092024-10-03T19:46:30.455Z Downloaded hyper-rustls v0.26.0
2102024-10-03T19:46:30.458Z Downloaded cbc v0.1.2
2112024-10-03T19:46:30.460Z Downloaded cargo_metadata v0.18.1
2122024-10-03T19:46:30.464Z Downloaded futures v0.3.30
2132024-10-03T19:46:30.466Z Downloaded block-padding v0.3.3
2142024-10-03T19:46:30.469Z Downloaded hash32 v0.3.1
2152024-10-03T19:46:30.469Z Downloaded fs-err v2.11.0
2162024-10-03T19:46:30.471Z Downloaded form_urlencoded v1.2.1
2172024-10-03T19:46:30.474Z Downloaded sigpipe v0.1.3
2182024-10-03T19:46:30.474Z Downloaded russh-cryptovec v0.7.2
2192024-10-03T19:46:30.474Z Downloaded bytecount v0.6.8
2202024-10-03T19:46:30.476Z Downloaded bitfield v0.14.0
2212024-10-03T19:46:30.478Z Downloaded swrite v0.1.0
2222024-10-03T19:46:30.478Z Downloaded password-hash v0.4.2
2232024-10-03T19:46:30.481Z Downloaded heck v0.3.3
2242024-10-03T19:46:30.483Z Downloaded heck v0.5.0
2252024-10-03T19:46:30.485Z Downloaded futures-sink v0.3.30
2262024-10-03T19:46:30.485Z Downloaded generic-array v0.14.7
2272024-10-03T19:46:30.488Z Downloaded cipher v0.4.4
2282024-10-03T19:46:30.490Z Downloaded ppv-lite86 v0.2.17
2292024-10-03T19:46:30.490Z Downloaded hostname v0.3.1
2302024-10-03T19:46:30.493Z Downloaded sqlparser_derive v0.2.2
2312024-10-03T19:46:30.495Z Downloaded futures-channel v0.3.30
2322024-10-03T19:46:30.495Z Downloaded camino-tempfile v1.1.1
2332024-10-03T19:46:30.497Z Downloaded futures-timer v3.0.3
2342024-10-03T19:46:30.499Z Downloaded humantime v2.1.0
2352024-10-03T19:46:30.502Z Downloaded r2d2 v0.8.10
2362024-10-03T19:46:30.504Z Downloaded ref-cast-impl v1.0.23
2372024-10-03T19:46:30.504Z Downloaded ref-cast v1.0.23
2382024-10-03T19:46:30.507Z Downloaded progenitor v0.8.0
2392024-10-03T19:46:30.509Z Downloaded futures-lite v2.3.0
2402024-10-03T19:46:30.511Z Downloaded cexpr v0.6.0
2412024-10-03T19:46:30.513Z Downloaded httparse v1.8.0
2422024-10-03T19:46:30.516Z Downloaded http-body-util v0.1.2
2432024-10-03T19:46:30.518Z Downloaded camino v1.1.9
2442024-10-03T19:46:30.520Z Downloaded assert_cmd v2.0.16
2452024-10-03T19:46:30.523Z Downloaded clang-sys v1.7.0
2462024-10-03T19:46:30.525Z Downloaded rustls-pki-types v1.7.0
2472024-10-03T19:46:30.527Z Downloaded cancel-safe-futures v0.1.5
2482024-10-03T19:46:30.531Z Downloaded zone_cfg_derive v0.3.0
2492024-10-03T19:46:30.533Z Downloaded vte_generate_state_changes v0.1.1
2502024-10-03T19:46:30.533Z Downloaded sec1 v0.7.3
2512024-10-03T19:46:30.536Z Downloaded rustc_version v0.1.7
2522024-10-03T19:46:30.536Z Downloaded serde_repr v0.1.19
2532024-10-03T19:46:30.538Z Downloaded serde_regex v1.1.0
2542024-10-03T19:46:30.540Z Downloaded stringprep v0.1.4
2552024-10-03T19:46:30.543Z Downloaded anyhow v1.0.89
2562024-10-03T19:46:30.546Z Downloaded ahash v0.8.11
2572024-10-03T19:46:30.549Z Downloaded signal-hook-registry v1.4.2
2582024-10-03T19:46:30.551Z Downloaded strsim v0.11.1
2592024-10-03T19:46:30.554Z Downloaded signal-hook-mio v0.2.4
2602024-10-03T19:46:30.554Z Downloaded shlex v1.3.0
2612024-10-03T19:46:30.556Z Downloaded signal-hook-tokio v0.3.1
2622024-10-03T19:46:30.558Z Downloaded thiserror-impl v1.0.64
2632024-10-03T19:46:30.558Z Downloaded thiserror v1.0.64
2642024-10-03T19:46:30.563Z Downloaded tui-tree-widget v0.22.0
2652024-10-03T19:46:30.566Z Downloaded matches v0.1.10
2662024-10-03T19:46:30.568Z Downloaded match_cfg v0.1.0
2672024-10-03T19:46:30.568Z Downloaded hyper-staticfile v0.10.1
2682024-10-03T19:46:30.570Z Downloaded partial-io v0.5.4
2692024-10-03T19:46:30.573Z Downloaded unarray v0.1.4
2702024-10-03T19:46:30.576Z Downloaded toml_datetime v0.6.8
2712024-10-03T19:46:30.576Z Downloaded parking_lot_core v0.8.6
2722024-10-03T19:46:30.578Z Downloaded ssh-cipher v0.2.0
2732024-10-03T19:46:30.581Z Downloaded version_check v0.9.5
2742024-10-03T19:46:30.583Z Downloaded strip-ansi-escapes v0.2.0
2752024-10-03T19:46:30.583Z Downloaded shell-words v1.1.0
2762024-10-03T19:46:30.583Z Downloaded peg-macros v0.8.4
2772024-10-03T19:46:30.586Z Downloaded hubpack v0.1.2
2782024-10-03T19:46:30.588Z Downloaded blake2 v0.10.6
2792024-10-03T19:46:30.591Z Downloaded bitflags v2.6.0
2802024-10-03T19:46:30.594Z Downloaded backoff v0.4.0
2812024-10-03T19:46:30.597Z Downloaded usdt-impl v0.5.0
2822024-10-03T19:46:30.599Z Downloaded cc v1.0.97
2832024-10-03T19:46:30.601Z Downloaded heapless v0.8.0
2842024-10-03T19:46:30.606Z Downloaded backtrace v0.3.71
2852024-10-03T19:46:30.631Z Downloaded concurrent-queue v2.5.0
2862024-10-03T19:46:30.631Z Downloaded parse-size v1.0.0
2872024-10-03T19:46:30.631Z Downloaded crc-catalog v2.4.0
2882024-10-03T19:46:30.637Z Downloaded signature v2.2.0
2892024-10-03T19:46:30.637Z Downloaded dirs-sys-next v0.1.2
2902024-10-03T19:46:30.637Z Downloaded defmt-parser v0.3.4
2912024-10-03T19:46:30.637Z Downloaded datatest-stable v0.2.9
2922024-10-03T19:46:30.637Z Downloaded highway v1.2.0
2932024-10-03T19:46:30.637Z Downloaded display-error-chain v0.2.1
2942024-10-03T19:46:30.637Z Downloaded rand_xorshift v0.3.0
2952024-10-03T19:46:30.637Z Downloaded inout v0.1.3
2962024-10-03T19:46:30.637Z Downloaded indoc v2.0.5
2972024-10-03T19:46:30.637Z Downloaded indoc v1.0.9
2982024-10-03T19:46:30.637Z Downloaded tracing-attributes v0.1.27
2992024-10-03T19:46:30.640Z Downloaded termtree v0.4.1
3002024-10-03T19:46:30.640Z Downloaded serde_plain v1.0.2
3012024-10-03T19:46:30.642Z Downloaded maplit v1.0.2
3022024-10-03T19:46:30.642Z Downloaded kstat-rs v0.2.4
3032024-10-03T19:46:30.645Z Downloaded pkcs1 v0.7.5
3042024-10-03T19:46:30.648Z Downloaded keccak v0.1.5
3052024-10-03T19:46:30.648Z Downloaded linear-map v1.2.0
3062024-10-03T19:46:30.650Z Downloaded itoa v1.0.11
3072024-10-03T19:46:30.652Z Downloaded tokio-rustls v0.24.1
3082024-10-03T19:46:30.655Z Downloaded proc-macro2 v1.0.86
3092024-10-03T19:46:30.657Z Downloaded headers v0.4.0
3102024-10-03T19:46:30.662Z Downloaded base64 v0.13.1
3112024-10-03T19:46:30.666Z Downloaded fancy-regex v0.13.0
3122024-10-03T19:46:30.670Z Downloaded criterion-plot v0.5.0
3132024-10-03T19:46:30.672Z Downloaded rustls-pemfile v2.1.3
3142024-10-03T19:46:30.675Z Downloaded olpc-cjson v0.1.3
3152024-10-03T19:46:30.677Z Downloaded proc-macro-crate v1.3.1
3162024-10-03T19:46:30.680Z Downloaded primeorder v0.13.6
3172024-10-03T19:46:30.680Z Downloaded vsss-rs v3.3.4
3182024-10-03T19:46:30.682Z Downloaded hashbrown v0.12.3
3192024-10-03T19:46:30.687Z Downloaded defmt v0.3.8
3202024-10-03T19:46:30.690Z Downloaded dirs-next v2.0.0
3212024-10-03T19:46:30.694Z Downloaded crc32fast v1.4.0
3222024-10-03T19:46:30.697Z Downloaded rustfmt-wrapper v0.2.1
3232024-10-03T19:46:30.697Z Downloaded plotters-backend v0.3.5
3242024-10-03T19:46:30.699Z Downloaded plain v0.2.3
3252024-10-03T19:46:30.699Z Downloaded pest_generator v2.7.10
3262024-10-03T19:46:30.702Z Downloaded proc-macro-crate v3.1.0
3272024-10-03T19:46:30.702Z Downloaded endian-type v0.1.2
3282024-10-03T19:46:30.704Z Downloaded serde_path_to_error v0.1.16
3292024-10-03T19:46:30.706Z Downloaded static_assertions v1.1.0
3302024-10-03T19:46:30.707Z Downloaded ecdsa v0.16.9
3312024-10-03T19:46:30.709Z Downloaded slog-dtrace v0.3.0
3322024-10-03T19:46:30.711Z Downloaded siphasher v0.3.11
3332024-10-03T19:46:30.714Z Downloaded hickory-server v0.24.1
3342024-10-03T19:46:30.717Z Downloaded vergen v8.3.2
3352024-10-03T19:46:30.721Z Downloaded impl-trait-for-tuples v0.2.2
3362024-10-03T19:46:30.724Z Downloaded equivalent v1.0.1
3372024-10-03T19:46:30.727Z Downloaded smawk v0.3.2
3382024-10-03T19:46:30.730Z Downloaded structmeta v0.2.0
3392024-10-03T19:46:30.730Z Downloaded p256 v0.13.2
3402024-10-03T19:46:30.732Z Downloaded smallvec v0.6.14
3412024-10-03T19:46:30.735Z Downloaded target-spec v3.2.1
3422024-10-03T19:46:30.737Z Downloaded rand_distr v0.4.3
3432024-10-03T19:46:30.739Z Downloaded salsa20 v0.10.2
3442024-10-03T19:46:30.742Z Downloaded nested v0.1.1
3452024-10-03T19:46:30.744Z Downloaded clap v4.5.18
3462024-10-03T19:46:30.752Z Downloaded cookie v0.18.1
3472024-10-03T19:46:30.755Z Downloaded escape8259 v0.5.2
3482024-10-03T19:46:30.758Z Downloaded zeroize_derive v1.4.2
3492024-10-03T19:46:30.758Z Downloaded num-complex v0.4.6
3502024-10-03T19:46:30.760Z Downloaded crc v3.2.1
3512024-10-03T19:46:30.763Z Downloaded parking_lot v0.11.2
3522024-10-03T19:46:30.765Z Downloaded path-slash v0.1.5
3532024-10-03T19:46:30.768Z Downloaded paste v1.0.15
3542024-10-03T19:46:30.771Z Downloaded data-encoding v2.6.0
3552024-10-03T19:46:30.773Z Downloaded ed25519 v2.2.3
3562024-10-03T19:46:30.775Z Downloaded usdt v0.5.0
3572024-10-03T19:46:30.775Z Downloaded slog-term v2.9.1
3582024-10-03T19:46:30.778Z Downloaded typify-macro v0.2.0
3592024-10-03T19:46:30.781Z Downloaded miniz_oxide v0.8.0
3602024-10-03T19:46:30.783Z Downloaded unsafe-libyaml v0.2.11
3612024-10-03T19:46:30.785Z Downloaded heapless v0.7.17
3622024-10-03T19:46:30.790Z Downloaded crypto-common v0.1.6
3632024-10-03T19:46:30.792Z Downloaded tempfile v3.10.1
3642024-10-03T19:46:30.794Z Downloaded target-lexicon v0.12.16
3652024-10-03T19:46:30.797Z Downloaded event-listener v5.3.1
3662024-10-03T19:46:30.799Z Downloaded errno v0.3.9
3672024-10-03T19:46:30.801Z Downloaded rand_seeder v0.3.0
3682024-10-03T19:46:30.803Z Downloaded password-hash v0.5.0
3692024-10-03T19:46:30.806Z Downloaded pretty_assertions v1.4.1
3702024-10-03T19:46:30.810Z Downloaded cpufeatures v0.2.12
3712024-10-03T19:46:30.812Z Downloaded difflib v0.4.0
3722024-10-03T19:46:30.813Z Downloaded multimap v0.10.0
3732024-10-03T19:46:30.813Z Downloaded tungstenite v0.21.0
3742024-10-03T19:46:30.815Z Downloaded smallvec v1.13.2
3752024-10-03T19:46:30.817Z Downloaded tower-service v0.3.2
3762024-10-03T19:46:30.819Z Downloaded num-iter v0.1.45
3772024-10-03T19:46:30.822Z Downloaded num-integer v0.1.46
3782024-10-03T19:46:30.824Z Downloaded digest v0.10.7
3792024-10-03T19:46:30.826Z Downloaded tinyvec_macros v0.1.1
3802024-10-03T19:46:30.826Z Downloaded num_cpus v1.16.0
3812024-10-03T19:46:30.828Z Downloaded take_mut v0.2.2
3822024-10-03T19:46:30.830Z Downloaded ipnetwork v0.20.0
3832024-10-03T19:46:30.834Z Downloaded event-listener-strategy v0.5.2
3842024-10-03T19:46:30.834Z Downloaded usdt-macro v0.5.0
3852024-10-03T19:46:30.836Z Downloaded usdt-attr-macro v0.5.0
3862024-10-03T19:46:30.836Z Downloaded universal-hash v0.5.1
3872024-10-03T19:46:30.836Z Downloaded semver v1.0.23
3882024-10-03T19:46:30.839Z Downloaded miniz_oxide v0.7.2
3892024-10-03T19:46:30.841Z Downloaded crunchy v0.2.2
3902024-10-03T19:46:30.843Z Downloaded phf_shared v0.11.2
3912024-10-03T19:46:30.843Z Downloaded typify v0.2.0
3922024-10-03T19:46:30.847Z Downloaded rtoolbox v0.0.2
3932024-10-03T19:46:30.849Z Downloaded quinn-udp v0.5.5
3942024-10-03T19:46:30.851Z Downloaded phf v0.11.2
3952024-10-03T19:46:30.853Z Downloaded pest_meta v2.7.10
3962024-10-03T19:46:30.856Z Downloaded resolv-conf v0.7.0
3972024-10-03T19:46:30.858Z Downloaded pem-rfc7468 v0.7.0
3982024-10-03T19:46:30.860Z Downloaded doc-comment v0.3.3
3992024-10-03T19:46:30.861Z Downloaded der_derive v0.7.2
4002024-10-03T19:46:30.863Z Downloaded hyper-util v0.1.9
4012024-10-03T19:46:30.867Z Downloaded ipnet v2.10.0
4022024-10-03T19:46:30.869Z Downloaded dyn-clone v1.0.17
4032024-10-03T19:46:30.871Z Downloaded openssl-macros v0.1.1
4042024-10-03T19:46:30.874Z Downloaded normalize-line-endings v0.3.0
4052024-10-03T19:46:30.874Z Downloaded libtest-mimic v0.7.3
4062024-10-03T19:46:30.877Z Downloaded schemars_derive v0.8.21
4072024-10-03T19:46:30.879Z Downloaded serde_urlencoded v0.7.1
4082024-10-03T19:46:30.881Z Downloaded scopeguard v1.2.0
4092024-10-03T19:46:30.881Z Downloaded slog-async v2.8.0
4102024-10-03T19:46:30.884Z Downloaded aes-gcm v0.10.3
4112024-10-03T19:46:30.886Z Downloaded rustls-pemfile v1.0.4
4122024-10-03T19:46:30.889Z Downloaded spki v0.7.3
4132024-10-03T19:46:30.891Z Downloaded hashbrown v0.13.2
4142024-10-03T19:46:30.896Z Downloaded subtle v2.5.0
4152024-10-03T19:46:30.898Z Downloaded num-rational v0.4.2
4162024-10-03T19:46:30.900Z Downloaded tokio-postgres v0.7.12
4172024-10-03T19:46:30.904Z Downloaded openssl-probe v0.1.5
4182024-10-03T19:46:30.907Z Downloaded untrusted v0.9.0
4192024-10-03T19:46:30.909Z Downloaded topological-sort v0.2.2
4202024-10-03T19:46:30.909Z Downloaded percent-encoding v2.3.1
4212024-10-03T19:46:30.912Z Downloaded ctr v0.9.2
4222024-10-03T19:46:30.914Z Downloaded pest_derive v2.7.10
4232024-10-03T19:46:30.916Z Downloaded diff v0.1.13
4242024-10-03T19:46:30.918Z Downloaded constant_time_eq v0.3.0
4252024-10-03T19:46:30.921Z Downloaded untrusted v0.7.1
4262024-10-03T19:46:30.923Z Downloaded clap_lex v0.7.0
4272024-10-03T19:46:30.923Z Downloaded rustls-native-certs v0.7.0
4282024-10-03T19:46:30.926Z Downloaded colored v2.1.0
4292024-10-03T19:46:30.929Z Downloaded peg v0.8.4
4302024-10-03T19:46:30.932Z Downloaded tabled_derive v0.7.0
4312024-10-03T19:46:30.934Z Downloaded fallible-iterator v0.3.0
4322024-10-03T19:46:30.936Z Downloaded dof v0.3.0
4332024-10-03T19:46:30.936Z Downloaded lock_api v0.4.12
4342024-10-03T19:46:30.938Z Downloaded trybuild v1.0.99
4352024-10-03T19:46:30.942Z Downloaded toolchain_find v0.4.0
4362024-10-03T19:46:30.945Z Downloaded enum-as-inner v0.5.1
4372024-10-03T19:46:30.948Z Downloaded samael v0.0.17
4382024-10-03T19:46:30.952Z Downloaded structmeta v0.3.0
4392024-10-03T19:46:30.962Z Downloaded num_enum_derive v0.5.11
4402024-10-03T19:46:30.962Z Downloaded mime v0.3.17
4412024-10-03T19:46:30.962Z Downloaded memoffset v0.9.1
4422024-10-03T19:46:30.962Z Downloaded predicates-core v1.0.6
4432024-10-03T19:46:30.962Z Downloaded parse-display v0.10.0
4442024-10-03T19:46:30.963Z Downloaded spin v0.9.8
4452024-10-03T19:46:30.965Z Downloaded maybe-uninit v2.0.0
4462024-10-03T19:46:30.965Z Downloaded fallible-iterator v0.2.0
4472024-10-03T19:46:30.967Z Downloaded enum-as-inner v0.6.0
4482024-10-03T19:46:30.969Z Downloaded slog v2.7.0
4492024-10-03T19:46:30.971Z Downloaded dtrace-parser v0.2.0
4502024-10-03T19:46:30.974Z Downloaded tokio-rustls v0.25.0
4512024-10-03T19:46:30.976Z Downloaded tokio-native-tls v0.3.1
4522024-10-03T19:46:30.978Z Downloaded tabwriter v1.4.0
4532024-10-03T19:46:30.980Z Downloaded oso-derive v0.27.3
4542024-10-03T19:46:30.980Z Downloaded is_terminal_polyfill v1.70.0
4552024-10-03T19:46:30.982Z Downloaded is_ci v1.2.0
4562024-10-03T19:46:30.982Z Downloaded mio v1.0.2
4572024-10-03T19:46:30.988Z Downloaded mio v0.8.11
4582024-10-03T19:46:30.994Z Downloaded radium v0.7.0
4592024-10-03T19:46:30.997Z Downloaded const_format_proc_macros v0.2.33
4602024-10-03T19:46:30.999Z Downloaded yasna v0.5.2
4612024-10-03T19:46:31.001Z Downloaded compact_str v0.8.0
4622024-10-03T19:46:31.005Z Downloaded tar v0.4.42
4632024-10-03T19:46:31.008Z Downloaded toml_edit v0.19.15
4642024-10-03T19:46:31.026Z Downloaded pin-utils v0.1.0
4652024-10-03T19:46:31.028Z Downloaded curve25519-dalek-derive v0.1.1
4662024-10-03T19:46:31.030Z Downloaded env_logger v0.11.5
4672024-10-03T19:46:31.033Z Downloaded memmap2 v0.9.4
4682024-10-03T19:46:31.035Z Downloaded utf8parse v0.2.1
4692024-10-03T19:46:31.035Z Downloaded thiserror-no-std v2.0.2
4702024-10-03T19:46:31.039Z Downloaded convert_case v0.4.0
4712024-10-03T19:46:31.041Z Downloaded pin-project-lite v0.2.14
4722024-10-03T19:46:31.046Z Downloaded mime_guess v2.0.4
4732024-10-03T19:46:31.048Z Downloaded progenitor-macro v0.8.0
4742024-10-03T19:46:31.050Z Downloaded num-bigint v0.4.5
4752024-10-03T19:46:31.054Z Downloaded parking_lot_core v0.9.10
4762024-10-03T19:46:31.056Z Downloaded dsl_auto_type v0.1.2
4772024-10-03T19:46:31.059Z Downloaded utf-8 v0.7.6
4782024-10-03T19:46:31.061Z Downloaded thread_local v1.1.8
4792024-10-03T19:46:31.061Z Downloaded thread-id v4.2.1
4802024-10-03T19:46:31.063Z Downloaded slog-stdlog v4.1.1
4812024-10-03T19:46:31.065Z Downloaded scrypt v0.11.0
4822024-10-03T19:46:31.067Z Downloaded diesel_table_macro_syntax v0.2.0
4832024-10-03T19:46:31.067Z Downloaded memmap v0.7.0
4842024-10-03T19:46:31.070Z Downloaded env_logger v0.10.2
4852024-10-03T19:46:31.073Z Downloaded rsa v0.9.6
4862024-10-03T19:46:31.076Z Downloaded rustc-hash v1.1.0
4872024-10-03T19:46:31.078Z Downloaded polyval v0.6.2
4882024-10-03T19:46:31.081Z Downloaded num v0.4.3
4892024-10-03T19:46:31.081Z Downloaded nibble_vec v0.1.0
4902024-10-03T19:46:31.083Z Downloaded path-tree v0.8.1
4912024-10-03T19:46:31.085Z Downloaded derive-where v1.2.7
4922024-10-03T19:46:31.088Z Downloaded pretty-hex v0.2.1
4932024-10-03T19:46:31.090Z Downloaded unicode-segmentation v1.11.0
4942024-10-03T19:46:31.093Z Downloaded serde_with_macros v3.9.0
4952024-10-03T19:46:31.097Z Downloaded rustversion v1.0.17
4962024-10-03T19:46:31.100Z Downloaded semver v0.1.20
4972024-10-03T19:46:31.100Z Downloaded pkg-config v0.3.30
4982024-10-03T19:46:31.102Z Downloaded des v0.8.1
4992024-10-03T19:46:31.104Z Downloaded zerocopy v0.6.6
5002024-10-03T19:46:31.106Z Downloaded pretty-hex v0.4.1
5012024-10-03T19:46:31.108Z Downloaded strum_macros v0.26.4
5022024-10-03T19:46:31.111Z Downloaded tls_codec_derive v0.4.1
5032024-10-03T19:46:31.113Z Downloaded uzers v0.11.3
5042024-10-03T19:46:31.115Z Downloaded unicode-linebreak v0.1.5
5052024-10-03T19:46:31.115Z Downloaded value-bag v1.9.0
5062024-10-03T19:46:31.118Z Downloaded csv-core v0.1.11
5072024-10-03T19:46:31.120Z Downloaded console v0.15.8
5082024-10-03T19:46:31.123Z Downloaded num-traits v0.2.19
5092024-10-03T19:46:31.126Z Downloaded sync_wrapper v0.1.2
5102024-10-03T19:46:31.129Z Downloaded zeroize v1.8.1
5112024-10-03T19:46:31.129Z Downloaded progenitor-impl v0.8.0
5122024-10-03T19:46:31.131Z Downloaded der v0.7.9
5132024-10-03T19:46:31.137Z Downloaded steno v0.4.1
5142024-10-03T19:46:31.142Z Downloaded sync_wrapper v1.0.1
5152024-10-03T19:46:31.144Z Downloaded want v0.3.1
5162024-10-03T19:46:31.144Z Downloaded pkcs5 v0.7.1
5172024-10-03T19:46:31.148Z Downloaded hashbrown v0.14.5
5182024-10-03T19:46:31.154Z Downloaded schemars v0.8.21
5192024-10-03T19:46:31.167Z Downloaded macaddr v1.0.1
5202024-10-03T19:46:31.169Z Downloaded md5 v0.7.0
5212024-10-03T19:46:31.172Z Downloaded poly1305 v0.8.0
5222024-10-03T19:46:31.175Z Downloaded pkcs8 v0.10.2
5232024-10-03T19:46:31.177Z Downloaded precomputed-hash v0.1.1
5242024-10-03T19:46:31.178Z Downloaded stable_deref_trait v1.2.0
5252024-10-03T19:46:31.180Z Downloaded sqlformat v0.2.6
5262024-10-03T19:46:31.182Z Downloaded tls_codec v0.4.1
5272024-10-03T19:46:31.184Z Downloaded rpassword v7.3.1
5282024-10-03T19:46:31.184Z Downloaded uuid v1.10.0
5292024-10-03T19:46:31.188Z Downloaded const-oid v0.9.6
5302024-10-03T19:46:31.191Z Downloaded tinytemplate v1.2.1
5312024-10-03T19:46:31.194Z Downloaded serde_derive_internals v0.29.1
5322024-10-03T19:46:31.196Z Downloaded portable-atomic v1.6.0
5332024-10-03T19:46:31.201Z Downloaded h2 v0.3.26
5342024-10-03T19:46:31.208Z Downloaded sha1 v0.10.6
5352024-10-03T19:46:31.210Z Downloaded zerocopy v0.7.34
5362024-10-03T19:46:31.227Z Downloaded serde_tokenstream v0.2.2
5372024-10-03T19:46:31.229Z Downloaded newline-converter v0.3.0
5382024-10-03T19:46:31.232Z Downloaded darling_macro v0.20.9
5392024-10-03T19:46:31.232Z Downloaded derive_builder_core v0.20.0
5402024-10-03T19:46:31.234Z Downloaded mockall v0.13.0
5412024-10-03T19:46:31.236Z Downloaded wyz v0.5.1
5422024-10-03T19:46:31.236Z Downloaded whoami v1.5.2
5432024-10-03T19:46:31.239Z Downloaded number_prefix v0.4.0
5442024-10-03T19:46:31.241Z Downloaded either v1.13.0
5452024-10-03T19:46:31.244Z Downloaded const_format v0.2.33
5462024-10-03T19:46:31.247Z Downloaded postcard v1.0.8
5472024-10-03T19:46:31.250Z Downloaded num_enum v0.5.11
5482024-10-03T19:46:31.255Z Downloaded serde_derive v1.0.210
5492024-10-03T19:46:31.261Z Downloaded oso v0.27.3
5502024-10-03T19:46:31.263Z Downloaded num_threads v0.1.7
5512024-10-03T19:46:31.263Z Downloaded strum v0.26.3
5522024-10-03T19:46:31.266Z Downloaded tracing v0.1.40
5532024-10-03T19:46:31.269Z Downloaded packed_struct v0.10.1
5542024-10-03T19:46:31.272Z Downloaded powerfmt v0.2.0
5552024-10-03T19:46:31.274Z Downloaded crossbeam-utils v0.8.19
5562024-10-03T19:46:31.276Z Downloaded tracing-core v0.1.32
5572024-10-03T19:46:31.280Z Downloaded threadpool v1.8.1
5582024-10-03T19:46:31.283Z Downloaded num-bigint-dig v0.8.4
5592024-10-03T19:46:31.286Z Downloaded hyper v0.14.30
5602024-10-03T19:46:31.295Z Downloaded num-conv v0.1.0
5612024-10-03T19:46:31.297Z Downloaded xz2 v0.1.7
5622024-10-03T19:46:31.300Z Downloaded relative-path v1.9.3
5632024-10-03T19:46:31.300Z Downloaded downcast v0.11.0
5642024-10-03T19:46:31.302Z Downloaded twox-hash v1.6.3
5652024-10-03T19:46:31.304Z Downloaded dhcproto v0.12.0
5662024-10-03T19:46:31.306Z Downloaded bindgen v0.69.4
5672024-10-03T19:46:31.314Z Downloaded zone_cfg_derive v0.1.2
5682024-10-03T19:46:31.316Z Downloaded libefi-sys v0.1.0
5692024-10-03T19:46:31.319Z Downloaded deranged v0.3.11
5702024-10-03T19:46:31.319Z Downloaded instability v0.3.2
5712024-10-03T19:46:31.322Z Downloaded derive_more v0.99.18
5722024-10-03T19:46:31.325Z Downloaded walkdir v2.5.0
5732024-10-03T19:46:31.327Z Downloaded ron v0.7.1
5742024-10-03T19:46:31.332Z Downloaded libxml v0.3.3
5752024-10-03T19:46:31.339Z Downloaded quick-error v1.2.3
5762024-10-03T19:46:31.342Z Downloaded try-lock v0.2.5
5772024-10-03T19:46:31.342Z Downloaded pbkdf2 v0.12.2
5782024-10-03T19:46:31.344Z Downloaded rustc_version v0.4.0
5792024-10-03T19:46:31.344Z Downloaded serde-big-array v0.5.1
5802024-10-03T19:46:31.347Z Downloaded crossbeam-epoch v0.9.18
5812024-10-03T19:46:31.349Z Downloaded ron v0.8.1
5822024-10-03T19:46:31.354Z Downloaded expectorate v1.1.0
5832024-10-03T19:46:31.357Z Downloaded pest v2.7.10
5842024-10-03T19:46:31.363Z Downloaded strum_macros v0.24.3
5852024-10-03T19:46:31.365Z Downloaded ed25519-dalek v2.1.1
5862024-10-03T19:46:31.368Z Downloaded supports-color v3.0.1
5872024-10-03T19:46:31.370Z Downloaded crossbeam-deque v0.8.5
5882024-10-03T19:46:31.373Z Downloaded zerocopy-derive v0.7.34
5892024-10-03T19:46:31.376Z Downloaded rustc-demangle v0.1.24
5902024-10-03T19:46:31.378Z Downloaded rust-argon2 v2.1.0
5912024-10-03T19:46:31.380Z Downloaded cobs v0.2.3
5922024-10-03T19:46:31.383Z Downloaded xattr v1.3.1
5932024-10-03T19:46:31.385Z Downloaded scheduled-thread-pool v0.2.7
5942024-10-03T19:46:31.385Z Downloaded oorandom v11.1.3
5952024-10-03T19:46:31.387Z Downloaded derive_builder_macro v0.20.0
5962024-10-03T19:46:31.387Z Downloaded spin v0.5.2
5972024-10-03T19:46:31.389Z Downloaded cstr-argument v0.1.2
5982024-10-03T19:46:31.390Z Downloaded derive_builder v0.20.0
5992024-10-03T19:46:31.394Z Downloaded crucible-workspace-hack v0.1.0
6002024-10-03T19:46:31.396Z Downloaded zone v0.1.8
6012024-10-03T19:46:31.396Z Downloaded darling v0.20.9
6022024-10-03T19:46:31.400Z Downloaded polling v3.7.3
6032024-10-03T19:46:31.403Z Downloaded zip v0.6.6
6042024-10-03T19:46:31.408Z Downloaded structmeta-derive v0.2.0
6052024-10-03T19:46:31.411Z Downloaded quote v1.0.37
6062024-10-03T19:46:31.413Z Downloaded plotters v0.3.5
6072024-10-03T19:46:31.421Z Downloaded packed_struct_codegen v0.10.1
6082024-10-03T19:46:31.424Z Downloaded time-core v0.1.2
6092024-10-03T19:46:31.424Z Downloaded pathdiff v0.2.1
6102024-10-03T19:46:31.426Z Downloaded progenitor-client v0.8.0
6112024-10-03T19:46:31.426Z Downloaded pbkdf2 v0.11.0
6122024-10-03T19:46:31.429Z Downloaded newtype-uuid v1.1.0
6132024-10-03T19:46:31.431Z Downloaded tough v0.17.1
6142024-10-03T19:46:31.439Z Downloaded rstest_macros v0.22.0
6152024-10-03T19:46:31.442Z Downloaded is-terminal v0.4.12
6162024-10-03T19:46:31.444Z Downloaded colorchoice v1.0.1
6172024-10-03T19:46:31.446Z Downloaded unicase v2.7.0
6182024-10-03T19:46:31.446Z Downloaded git2 v0.19.0
6192024-10-03T19:46:31.455Z Downloaded clap_derive v4.5.18
6202024-10-03T19:46:31.457Z Downloaded kv-log-macro v1.0.7
6212024-10-03T19:46:31.459Z Downloaded libloading v0.8.3
6222024-10-03T19:46:31.462Z Downloaded tokio-macros v2.4.0
6232024-10-03T19:46:31.465Z Downloaded owo-colors v4.1.0
6242024-10-03T19:46:31.467Z Downloaded toml v0.7.8
6252024-10-03T19:46:31.469Z Downloaded newtype_derive v0.1.6
6262024-10-03T19:46:31.471Z Downloaded zone v0.3.0
6272024-10-03T19:46:31.471Z Downloaded predicates-tree v1.0.9
6282024-10-03T19:46:31.474Z Downloaded bitvec v1.0.1
6292024-10-03T19:46:31.488Z Downloaded crc-any v2.5.0
6302024-10-03T19:46:31.490Z Downloaded indicatif v0.17.8
6312024-10-03T19:46:31.494Z Downloaded papergrid v0.11.0
6322024-10-03T19:46:31.499Z Downloaded openssl-sys v0.9.103
6332024-10-03T19:46:31.504Z Downloaded parse-display-derive v0.10.0
6342024-10-03T19:46:31.507Z Downloaded nodrop v0.1.14
6352024-10-03T19:46:31.507Z Downloaded quinn v0.11.5
6362024-10-03T19:46:31.510Z Downloaded winnow v0.6.18
6372024-10-03T19:46:31.519Z Downloaded reqwest v0.12.7
6382024-10-03T19:46:31.527Z Downloaded internet-checksum v0.2.1
6392024-10-03T19:46:31.529Z Downloaded md-5 v0.10.6
6402024-10-03T19:46:31.532Z Downloaded managed v0.8.0
6412024-10-03T19:46:31.532Z Downloaded sha2 v0.10.8
6422024-10-03T19:46:31.534Z Downloaded serde-hex v0.1.0
6432024-10-03T19:46:31.537Z Downloaded chrono v0.4.38
6442024-10-03T19:46:31.542Z Downloaded serde_spanned v0.6.7
6452024-10-03T19:46:31.544Z Downloaded slab v0.4.9
6462024-10-03T19:46:31.547Z Downloaded similar-asserts v1.5.0
6472024-10-03T19:46:31.549Z Downloaded psl-types v2.0.11
6482024-10-03T19:46:31.549Z Downloaded smf v0.2.3
6492024-10-03T19:46:31.551Z Downloaded time-macros v0.2.18
6502024-10-03T19:46:31.553Z Downloaded tokio-stream v0.1.16
6512024-10-03T19:46:31.556Z Downloaded darling_core v0.20.9
6522024-10-03T19:46:31.561Z Downloaded instant v0.1.12
6532024-10-03T19:46:31.564Z Downloaded multer v3.1.0
6542024-10-03T19:46:31.566Z Downloaded lazycell v1.3.0
6552024-10-03T19:46:31.568Z Downloaded slog-scope v4.4.0
6562024-10-03T19:46:31.570Z Downloaded rusty-fork v0.3.0
6572024-10-03T19:46:31.570Z Downloaded indent_write v2.2.0
6582024-10-03T19:46:31.572Z Downloaded tiny-keccak v2.0.2
6592024-10-03T19:46:31.575Z Downloaded tokio-tungstenite v0.23.1
6602024-10-03T19:46:31.577Z Downloaded ryu v1.0.18
6612024-10-03T19:46:31.580Z Downloaded predicates v3.1.2
6622024-10-03T19:46:31.582Z Downloaded serde_with v3.9.0
6632024-10-03T19:46:31.590Z Downloaded salty v0.3.0
6642024-10-03T19:46:31.597Z Downloaded slog-json v2.6.1
6652024-10-03T19:46:31.599Z Downloaded unicode-ident v1.0.13
6662024-10-03T19:46:31.601Z Downloaded test-strategy v0.3.1
6672024-10-03T19:46:31.605Z Downloaded socket2 v0.5.7
6682024-10-03T19:46:31.608Z Downloaded diesel_derives v2.2.2
6692024-10-03T19:46:31.612Z Downloaded rusqlite v0.32.1
6702024-10-03T19:46:31.620Z Downloaded p384 v0.13.0
6712024-10-03T19:46:31.625Z Downloaded postgres-types v0.2.8
6722024-10-03T19:46:31.628Z Downloaded mockall_derive v0.13.0
6732024-10-03T19:46:31.630Z Downloaded memchr v2.7.2
6742024-10-03T19:46:31.635Z Downloaded pin-project v1.1.5
6752024-10-03T19:46:31.647Z Downloaded unicode-normalization v0.1.23
6762024-10-03T19:46:31.652Z Downloaded parking_lot v0.12.2
6772024-10-03T19:46:31.654Z Downloaded itertools v0.10.5
6782024-10-03T19:46:31.660Z Downloaded syn v1.0.109
6792024-10-03T19:46:31.670Z Downloaded indexmap v1.9.3
6802024-10-03T19:46:31.674Z Downloaded prettyplease v0.2.22
6812024-10-03T19:46:31.677Z Downloaded similar v2.6.0
6822024-10-03T19:46:31.682Z Downloaded elliptic-curve v0.13.8
6832024-10-03T19:46:31.686Z Downloaded russh v0.45.0
6842024-10-03T19:46:31.692Z Downloaded ssh-key v0.6.6
6852024-10-03T19:46:31.699Z Downloaded itertools v0.12.1
6862024-10-03T19:46:31.706Z Downloaded idna v0.2.3
6872024-10-03T19:46:31.713Z Downloaded libm v0.2.8
6882024-10-03T19:46:31.721Z Downloaded typed-path v0.7.1
6892024-10-03T19:46:31.727Z Downloaded x509-cert v0.2.5
6902024-10-03T19:46:31.734Z Downloaded time v0.3.36
6912024-10-03T19:46:31.741Z Downloaded crypto-bigint v0.5.5
6922024-10-03T19:46:31.747Z Downloaded vcpkg v0.2.15
6932024-10-03T19:46:31.787Z Downloaded regex v1.10.6
6942024-10-03T19:46:31.800Z Downloaded crossbeam-channel v0.5.12
6952024-10-03T19:46:31.805Z Downloaded radix_trie v0.2.1
6962024-10-03T19:46:31.809Z Downloaded syn v2.0.79
6972024-10-03T19:46:31.820Z Downloaded rustls-webpki v0.102.4
6982024-10-03T19:46:31.839Z Downloaded tokio-util v0.7.12
6992024-10-03T19:46:31.845Z Downloaded itertools v0.13.0
7002024-10-03T19:46:31.852Z Downloaded p521 v0.13.3
7012024-10-03T19:46:31.857Z Downloaded rustyline v14.0.0
7022024-10-03T19:46:31.862Z Downloaded winnow v0.5.40
7032024-10-03T19:46:31.871Z Downloaded nom v7.1.3
7042024-10-03T19:46:31.875Z Downloaded curve25519-dalek v4.1.3
7052024-10-03T19:46:31.884Z Downloaded sqlparser v0.45.0
7062024-10-03T19:46:31.890Z Downloaded rustls v0.21.12
7072024-10-03T19:46:31.902Z Downloaded rayon v1.10.0
7082024-10-03T19:46:31.911Z Downloaded polar-core v0.27.3
7092024-10-03T19:46:31.921Z Downloaded crossterm v0.27.0
7102024-10-03T19:46:31.927Z Downloaded bstr v1.9.1
7112024-10-03T19:46:31.938Z Downloaded quick-xml v0.33.0
7122024-10-03T19:46:31.945Z Downloaded crossterm v0.28.1
7132024-10-03T19:46:31.951Z Downloaded openapiv3 v2.0.0
7142024-10-03T19:46:31.963Z Downloaded openssl v0.10.66
7152024-10-03T19:46:31.973Z Downloaded rustls-webpki v0.101.7
7162024-10-03T19:46:31.988Z Downloaded nix v0.29.0
7172024-10-03T19:46:32.000Z Downloaded regex-syntax v0.6.29
7182024-10-03T19:46:32.007Z Downloaded hickory-proto v0.24.1
7192024-10-03T19:46:32.023Z Downloaded idna v0.4.0
7202024-10-03T19:46:32.029Z Downloaded proptest v1.5.0
7212024-10-03T19:46:32.039Z Downloaded object v0.30.4
7222024-10-03T19:46:32.049Z Downloaded webpki-roots v0.26.3
7232024-10-03T19:46:32.053Z Downloaded idna v0.3.0
7242024-10-03T19:46:32.059Z Downloaded tabled v0.15.0
7252024-10-03T19:46:32.076Z Downloaded rustix v0.38.34
7262024-10-03T19:46:32.098Z Downloaded quinn-proto v0.11.8
7272024-10-03T19:46:32.105Z Downloaded regex-syntax v0.8.4
7282024-10-03T19:46:32.113Z Downloaded lalrpop v0.19.12
7292024-10-03T19:46:32.124Z Downloaded smoltcp v0.9.1
7302024-10-03T19:46:32.135Z Downloaded dropshot v0.10.1
7312024-10-03T19:46:32.145Z Downloaded idna v0.5.0
7322024-10-03T19:46:32.152Z Downloaded regress v0.10.1
7332024-10-03T19:46:32.161Z Downloaded nix v0.28.0
7342024-10-03T19:46:32.173Z Downloaded nix v0.27.1
7352024-10-03T19:46:32.186Z Downloaded diesel v2.2.4
7362024-10-03T19:46:32.206Z Downloaded typify-impl v0.2.0
7372024-10-03T19:46:32.221Z Downloaded rustls v0.22.4
7382024-10-03T19:46:32.236Z Downloaded sled v0.34.7
7392024-10-03T19:46:32.247Z Downloaded bzip2-sys v0.1.11+1.0.8
7402024-10-03T19:46:32.260Z Downloaded finl_unicode v1.2.0
7412024-10-03T19:46:32.273Z Downloaded rustls v0.23.10
7422024-10-03T19:46:32.291Z Downloaded zerocopy-derive v0.6.6
7432024-10-03T19:46:32.300Z Downloaded unicode-width v0.1.13
7442024-10-03T19:46:32.309Z Downloaded ratatui v0.28.0
7452024-10-03T19:46:32.329Z Downloaded trust-dns-proto v0.22.0
7462024-10-03T19:46:32.342Z Downloaded dropshot v0.12.0
7472024-10-03T19:46:32.363Z Downloaded smoltcp v0.11.0
7482024-10-03T19:46:32.375Z Downloaded regex-automata v0.4.6
7492024-10-03T19:46:32.394Z Downloaded petgraph v0.6.5
7502024-10-03T19:46:32.412Z Downloaded sha3 v0.10.8
7512024-10-03T19:46:32.416Z Downloaded regress v0.9.1
7522024-10-03T19:46:32.427Z Downloaded gimli v0.28.1
7532024-10-03T19:46:32.435Z Downloaded lzma-sys v0.1.20
7542024-10-03T19:46:32.466Z Downloaded tokio v1.39.3
7552024-10-03T19:46:32.504Z Downloaded libc v0.2.159
7562024-10-03T19:46:32.533Z Downloaded csv v1.3.0
7572024-10-03T19:46:32.555Z Downloaded rand v0.8.5
7582024-10-03T19:46:32.557Z Downloaded publicsuffix v2.2.3
7592024-10-03T19:46:32.559Z Downloaded object v0.32.2
7602024-10-03T19:46:32.570Z Downloaded tungstenite v0.23.0
7612024-10-03T19:46:32.574Z Downloaded serde v1.0.210
7622024-10-03T19:46:32.577Z Downloaded clap_builder v4.5.18
7632024-10-03T19:46:32.584Z Downloaded lazy_static v1.5.0
7642024-10-03T19:46:32.587Z Downloaded cookie_store v0.21.0
7652024-10-03T19:46:32.590Z Downloaded tokio-tungstenite v0.21.0
7662024-10-03T19:46:32.590Z Downloaded async-std v1.13.0
7672024-10-03T19:46:32.611Z Downloaded ucd-trie v0.1.6
7682024-10-03T19:46:32.614Z Downloaded unicode_categories v0.1.1
7692024-10-03T19:46:32.616Z Downloaded minimal-lexical v0.2.1
7702024-10-03T19:46:32.618Z Downloaded typenum v1.17.0
7712024-10-03T19:46:32.621Z Downloaded snafu v0.8.2
7722024-10-03T19:46:32.626Z Downloaded indexmap v2.5.0
7732024-10-03T19:46:32.631Z Downloaded thiserror-impl-no-std v2.0.2
7742024-10-03T19:46:32.634Z Downloaded pin-project-internal v1.1.5
7752024-10-03T19:46:32.635Z Downloaded reqwest v0.11.27
7762024-10-03T19:46:32.642Z Downloaded dropshot_endpoint v0.10.1
7772024-10-03T19:46:32.644Z Downloaded httpmock v0.8.0-alpha.1
7782024-10-03T19:46:32.663Z Downloaded strum_macros v0.25.3
7792024-10-03T19:46:32.665Z Downloaded serde_json v1.0.128
7802024-10-03T19:46:32.670Z Downloaded hyper v1.4.1
7812024-10-03T19:46:32.678Z Downloaded scroll_derive v0.12.0
7822024-10-03T19:46:32.681Z Downloaded rand_chacha v0.3.1
7832024-10-03T19:46:32.681Z Downloaded log v0.4.22
7842024-10-03T19:46:32.684Z Downloaded dhcproto-macros v0.1.0
7852024-10-03T19:46:32.684Z Downloaded rand_core v0.6.4
7862024-10-03T19:46:32.686Z Downloaded toml_edit v0.21.1
7872024-10-03T19:46:32.706Z Downloaded goblin v0.8.2
7882024-10-03T19:46:32.712Z Downloaded subprocess v0.2.9
7892024-10-03T19:46:32.714Z Downloaded serde_yaml v0.9.34+deprecated
7902024-10-03T19:46:32.717Z Downloaded new_debug_unreachable v1.0.6
7912024-10-03T19:46:32.720Z Downloaded which v4.4.2
7922024-10-03T19:46:32.720Z Downloaded unicode-xid v0.2.4
7932024-10-03T19:46:32.723Z Downloaded encoding_rs v0.8.34
7942024-10-03T19:46:32.744Z Downloaded tap v1.0.1
7952024-10-03T19:46:32.746Z Downloaded toml_edit v0.22.22
7962024-10-03T19:46:32.767Z Downloaded blake3 v1.5.1
7972024-10-03T19:46:32.774Z Downloaded dropshot_endpoint v0.12.0
7982024-10-03T19:46:32.777Z Downloaded futures-util v0.3.30
7992024-10-03T19:46:32.789Z Downloaded toml v0.8.19
8002024-10-03T19:46:32.793Z Downloaded libgit2-sys v0.17.0+1.8.1
8012024-10-03T19:46:32.851Z Downloaded tokio-rustls v0.26.0
8022024-10-03T19:46:32.853Z Downloaded guppy v0.17.7
8032024-10-03T19:46:32.859Z Downloaded criterion v0.5.1
8042024-10-03T19:46:32.866Z Downloaded waitgroup v0.1.2
8052024-10-03T19:46:32.868Z Downloaded parking v2.2.1
8062024-10-03T19:46:32.868Z Downloaded socket2 v0.4.10
8072024-10-03T19:46:32.870Z Downloaded snafu-derive v0.8.2
8082024-10-03T19:46:32.872Z Downloaded rstest v0.22.0
8092024-10-03T19:46:32.877Z Downloaded lru-cache v0.1.2
8102024-10-03T19:46:32.879Z Downloaded lru v0.12.3
8112024-10-03T19:46:32.879Z Downloaded embedded-io v0.4.0
8122024-10-03T19:46:32.881Z Downloaded postgres-protocol v0.6.7
8132024-10-03T19:46:32.883Z Downloaded nu-ansi-term v0.50.0
8142024-10-03T19:46:32.886Z Downloaded aho-corasick v1.1.3
8152024-10-03T19:46:32.891Z Downloaded unicode-truncate v1.0.0
8162024-10-03T19:46:32.893Z Downloaded unicode-bidi v0.3.15
8172024-10-03T19:46:32.895Z Downloaded hkdf v0.12.4
8182024-10-03T19:46:32.898Z Downloaded h2 v0.4.6
8192024-10-03T19:46:32.904Z Downloaded ssh-encoding v0.2.0
8202024-10-03T19:46:32.907Z Downloaded slog-envlogger v2.2.0
8212024-10-03T19:46:32.909Z Downloaded slog-bunyan v2.5.0
8222024-10-03T19:46:32.909Z Downloaded scroll v0.12.0
8232024-10-03T19:46:32.911Z Downloaded yansi v1.0.1
8242024-10-03T19:46:32.914Z Downloaded url v2.5.2
8252024-10-03T19:46:32.916Z Downloaded reedline v0.33.0
8262024-10-03T19:46:32.925Z Downloaded structmeta-derive v0.3.0
8272024-10-03T19:46:32.927Z Downloaded rfc6979 v0.4.0
8282024-10-03T19:46:32.927Z Downloaded native-tls v0.2.11
8292024-10-03T19:46:32.930Z Downloaded libsw v3.3.1
8302024-10-03T19:46:32.932Z Downloaded russh-keys v0.45.0
8312024-10-03T19:46:32.934Z Downloaded aes v0.8.4
8322024-10-03T19:46:32.937Z Downloaded http v0.2.12
8332024-10-03T19:46:32.943Z Downloaded pem v3.0.4
8342024-10-03T19:46:32.945Z Downloaded linked-hash-map v0.5.6
8352024-10-03T19:46:32.945Z Downloaded lalrpop-util v0.19.12
8362024-10-03T19:46:32.945Z Downloaded omicron-zone-package v0.11.1
8372024-10-03T19:46:32.948Z Downloaded hickory-resolver v0.24.1
8382024-10-03T19:46:32.952Z Downloaded termios v0.3.3
8392024-10-03T19:46:32.955Z Downloaded termcolor v1.4.1
8402024-10-03T19:46:32.957Z Downloaded num-derive v0.4.2
8412024-10-03T19:46:32.959Z Downloaded http v1.1.0
8422024-10-03T19:46:32.962Z Downloaded nanorand v0.7.0
8432024-10-03T19:46:32.965Z Downloaded once_cell v1.19.0
8442024-10-03T19:46:32.968Z Downloaded jobserver v0.1.32
8452024-10-03T19:46:32.970Z Downloaded wait-timeout v0.2.0
8462024-10-03T19:46:32.972Z Downloaded terminal_size v0.3.0
8472024-10-03T19:46:32.972Z Downloaded stringmetrics v2.2.2
8482024-10-03T19:46:32.975Z Downloaded string_cache v0.8.7
8492024-10-03T19:46:32.977Z Downloaded vte v0.11.1
8502024-10-03T19:46:32.979Z Downloaded textwrap v0.16.1
8512024-10-03T19:46:32.982Z Downloaded flate2 v1.0.34
8522024-10-03T19:46:32.986Z Downloaded event-listener v2.5.3
8532024-10-03T19:46:32.988Z Downloaded tinyvec v1.6.0
8542024-10-03T19:46:32.991Z Downloaded signal-hook v0.3.17
8552024-10-03T19:46:33.000Z Downloaded rcgen v0.12.1
8562024-10-03T19:46:33.002Z Downloaded rayon-core v1.12.1
8572024-10-03T19:46:33.006Z Downloaded base64 v0.22.1
8582024-10-03T19:46:33.010Z Downloaded addr2line v0.21.0
8592024-10-03T19:46:33.013Z Downloaded allocator-api2 v0.2.18
8602024-10-03T19:46:33.016Z Downloaded proc-macro-error v1.0.4
8612024-10-03T19:46:33.019Z Downloaded env_filter v0.1.2
8622024-10-03T19:46:33.022Z Downloaded ena v0.14.3
8632024-10-03T19:46:33.024Z Downloaded defmt-macros v0.3.9
8642024-10-03T19:46:33.026Z Downloaded debug-ignore v1.0.5
8652024-10-03T19:46:33.029Z Downloaded term v0.7.0
8662024-10-03T19:46:33.031Z Downloaded half v2.4.1
8672024-10-03T19:46:33.033Z Downloaded arc-swap v1.7.1
8682024-10-03T19:46:33.037Z Downloaded sct v0.7.1
8692024-10-03T19:46:33.041Z Downloaded hmac v0.12.1
8702024-10-03T19:46:33.043Z Downloaded base64 v0.21.7
8712024-10-03T19:46:33.046Z Downloaded flume v0.11.0
8722024-10-03T19:46:33.050Z Downloaded chacha20poly1305 v0.10.1
8732024-10-03T19:46:33.053Z Downloaded cfg-expr v0.16.0
8742024-10-03T19:46:33.055Z Downloaded bytes v1.7.2
8752024-10-03T19:46:33.061Z Downloaded secrecy v0.8.0
8762024-10-03T19:46:33.065Z Downloaded same-file v1.0.6
8772024-10-03T19:46:33.065Z Downloaded getrandom v0.2.14
8782024-10-03T19:46:33.069Z Downloaded rustc-hash v2.0.0
8792024-10-03T19:46:33.069Z Downloaded bzip2 v0.4.4
8802024-10-03T19:46:33.071Z Downloaded anstream v0.6.14
8812024-10-03T19:46:33.074Z Downloaded async-lock v3.4.0
8822024-10-03T19:46:33.076Z Downloaded foreign-types v0.5.0
8832024-10-03T19:46:33.076Z Downloaded ring v0.17.8
8842024-10-03T19:46:33.147Z Downloaded byteorder v1.5.0
8852024-10-03T19:46:33.149Z Downloaded blocking v1.6.1
8862024-10-03T19:46:33.152Z Downloaded bit-vec v0.6.3
8872024-10-03T19:46:33.152Z Downloaded atomic-waker v1.1.2
8882024-10-03T19:46:33.154Z Downloaded hex-literal v0.4.1
8892024-10-03T19:46:33.154Z Downloaded async-io v2.3.4
8902024-10-03T19:46:33.156Z Downloaded async-global-executor v2.4.1
8912024-10-03T19:46:33.158Z Downloaded array-init v0.0.4
8922024-10-03T19:46:33.161Z Downloaded adler2 v2.0.0
8932024-10-03T19:46:33.161Z Downloaded httptest v0.16.1
8942024-10-03T19:46:33.163Z Downloaded hickory-client v0.24.1
8952024-10-03T19:46:33.165Z Downloaded bcs v0.1.6
8962024-10-03T19:46:33.168Z Downloaded async-trait v0.1.83
8972024-10-03T19:46:33.170Z Downloaded futures-task v0.3.30
8982024-10-03T19:46:33.173Z Downloaded futures-macro v0.3.30
8992024-10-03T19:46:33.173Z Downloaded futures-io v0.3.30
9002024-10-03T19:46:33.173Z Downloaded fnv v1.0.7
9012024-10-03T19:46:33.175Z Downloaded buf-list v1.0.3
9022024-10-03T19:46:33.177Z Downloaded bcrypt-pbkdf v0.10.0
9032024-10-03T19:46:33.177Z Downloaded filetime v0.2.25
9042024-10-03T19:46:33.179Z Downloaded async-channel v2.3.1
9052024-10-03T19:46:33.180Z Downloaded arrayvec v0.7.4
9062024-10-03T19:46:33.182Z Downloaded aead v0.5.2
9072024-10-03T19:46:33.185Z Downloaded async-executor v1.13.1
9082024-10-03T19:46:33.187Z Downloaded anstyle-query v1.0.3
9092024-10-03T19:46:33.212Z Downloaded libsqlite3-sys v0.30.1
9102024-10-03T19:46:33.292Z Downloaded libz-sys v1.1.16
9112024-10-03T19:46:33.430Z Downloaded ring v0.16.20
9122024-10-03T19:46:33.778Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9132024-10-03T19:46:42.541Z Startup: Refreshing catalog 'helios-dev' ... Done
9142024-10-03T19:46:45.323Z Startup: Caching catalogs ... Done
9152024-10-03T19:46:49.536ZPlanning: Solver setup ... Done (3.582s)
9162024-10-03T19:46:49.595ZPlanning: Running solver ... Done (0.059s)
9172024-10-03T19:46:49.656ZPlanning: Finding local manifests ... Done (0.004s)
9182024-10-03T19:46:49.669ZPlanning: Fetching manifests: 0/5 0% complete
9192024-10-03T19:46:50.296ZPlanning: Fetching manifests: 5/5 100% complete
9202024-10-03T19:46:50.395ZPlanning: Package planning ... Done (0.099s)
9212024-10-03T19:46:50.451ZPlanning: Merging actions ... Done (0.056s)
9222024-10-03T19:46:50.789ZPlanning: Checking for conflicting actions ... Done (0.338s)
9232024-10-03T19:46:52.814ZPlanning: Consolidating action changes ... Done (2.024s)
9242024-10-03T19:46:53.251ZPlanning: Evaluating mediators ... Done (0.436s)
9252024-10-03T19:46:53.333ZPlanning: Planning completed in 7.93 seconds
9262024-10-03T19:46:53.349Z Packages to install: 4
9272024-10-03T19:46:53.349Z Packages to update: 1
9282024-10-03T19:46:53.351Z Mediators to change: 2
9292024-10-03T19:46:53.351Z Services to change: 1
9302024-10-03T19:46:53.351Z Estimated space available: 155.48 GB
9312024-10-03T19:46:53.351ZEstimated space to be consumed: 1.56 GB
9322024-10-03T19:46:53.351Z Create boot environment: No
9332024-10-03T19:46:53.351ZCreate backup boot environment: Yes
9342024-10-03T19:46:53.351Z Rebuild boot archive: No
9352024-10-03T19:46:53.351Z
9362024-10-03T19:46:53.351ZChanged mediators:
9372024-10-03T19:46:53.351Z mediator clang:
9382024-10-03T19:46:53.351Z version: None -> 15 (system default)
9392024-10-03T19:46:53.351Z
9402024-10-03T19:46:53.351Z mediator llvm:
9412024-10-03T19:46:53.351Z version: 14 (system default) -> 15 (system default)
9422024-10-03T19:46:53.351Z
9432024-10-03T19:46:53.352ZChanged packages:
9442024-10-03T19:46:53.352Zhelios-dev
9452024-10-03T19:46:53.352Z developer/build-essential
9462024-10-03T19:46:53.352Z None -> 11-2.0
9472024-10-03T19:46:53.352Z library/libxmlsec1
9482024-10-03T19:46:53.352Z None -> 1.2.35-2.0
9492024-10-03T19:46:53.352Z ooce/developer/clang-15
9502024-10-03T19:46:53.352Z None -> 15.0.7-2.0
9512024-10-03T19:46:53.352Z ooce/developer/llvm-15
9522024-10-03T19:46:53.352Z None -> 15.0.7-2.0
9532024-10-03T19:46:53.352Z package/pkg
9542024-10-03T19:46:53.352Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9552024-10-03T19:46:53.352Z
9562024-10-03T19:46:53.352ZServices:
9572024-10-03T19:46:53.352Z restart_fmri:
9582024-10-03T19:46:53.352Z svc:/system/update-man-index:default
9592024-10-03T19:46:53.352Z
9602024-10-03T19:46:53.352ZEditable files to change:
9612024-10-03T19:46:53.352Z Update:
9622024-10-03T19:46:53.352Z usr/share/lib/pkg/web/config.shtml
9632024-10-03T19:46:53.430Z
9642024-10-03T19:46:53.430ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9652024-10-03T19:46:58.430ZDownload: 1568/4281 items 117.6/220.6MB 53% complete (23.9M/s)
9662024-10-03T19:47:03.676ZDownload: 3245/4281 items 194.4/220.6MB 88% complete (19.6M/s)
9672024-10-03T19:47:08.026ZDownload: Completed 220.60 MB in 14.59 seconds (15.1M/s)
9682024-10-03T19:47:10.210Z Actions: 1/5063 actions (Removing old actions)
9692024-10-03T19:47:10.231Z Actions: 194/5063 actions (Installing new actions)
9702024-10-03T19:47:14.949Z Actions: 4226/5063 actions (Updating modified actions)
9712024-10-03T19:47:15.267Z Actions: Completed 5063 actions in 5.06 seconds.
9722024-10-03T19:47:15.452Z Done (0.178s)
9732024-10-03T19:47:15.458Z Done (0.000s)
9742024-10-03T19:47:15.899Z Done (0.445s)
9752024-10-03T19:47:20.405Z Done (4.313s)
9762024-10-03T19:47:20.492Z Done (0.016s)
9772024-10-03T19:47:20.495Z Done (0.000s)
9782024-10-03T19:47:20.674Z Done (0.000s)
9792024-10-03T19:47:21.304ZPlanning: Evaluating mediator changes ... Done
9802024-10-03T19:47:21.465ZPlanning: Checking for conflicting actions ... Done
9812024-10-03T19:47:21.467ZPlanning: Consolidating action changes ... Done
9822024-10-03T19:47:21.731ZPlanning: Evaluating mediators ... Done
9832024-10-03T19:47:21.734ZPlanning: Planning completed in 0.43 seconds
9842024-10-03T19:47:21.771Z Mediators to change: 2
9852024-10-03T19:47:21.771Z Create boot environment: No
9862024-10-03T19:47:21.773ZCreate backup boot environment: No
9872024-10-03T19:47:21.877Z Done
9882024-10-03T19:47:21.877Z Done
9892024-10-03T19:47:22.139Z Done
9902024-10-03T19:47:25.728Z Done
9912024-10-03T19:47:25.816Z Done
9922024-10-03T19:47:25.819Z Done
9932024-10-03T19:47:25.940Z Done
9942024-10-03T19:47:26.550ZPlanning: Evaluating mediator changes ... Done
9952024-10-03T19:47:26.552ZPlanning: Merging actions ... Done
9962024-10-03T19:47:26.739ZPlanning: Checking for conflicting actions ... Done
9972024-10-03T19:47:26.743ZPlanning: Consolidating action changes ... Done
9982024-10-03T19:47:27.004ZPlanning: Evaluating mediators ... Done
9992024-10-03T19:47:27.060ZPlanning: Planning completed in 0.75 seconds
10002024-10-03T19:47:27.100Z Packages to change: 1
10012024-10-03T19:47:27.100Z Mediators to change: 1
10022024-10-03T19:47:27.103Z Services to change: 1
10032024-10-03T19:47:27.103Z Create boot environment: No
10042024-10-03T19:47:27.103ZCreate backup boot environment: Yes
10052024-10-03T19:47:29.237Z Actions: 1/6 actions (Updating modified actions)
10062024-10-03T19:47:29.239Z Actions: Completed 6 actions in 0.00 seconds.
10072024-10-03T19:47:29.239Z Done
10082024-10-03T19:47:29.239Z Done
10092024-10-03T19:47:29.329Z Done
10102024-10-03T19:47:32.869Z Done
10112024-10-03T19:47:32.964Z Done
10122024-10-03T19:47:32.967Z Done
10132024-10-03T19:47:33.090Z Done
10142024-10-03T19:47:33.531ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10152024-10-03T19:47:33.531Zclang system 15 system
10162024-10-03T19:47:33.531Zcsh system system illumos
10172024-10-03T19:47:33.531Zctags system system illumos
10182024-10-03T19:47:33.531Zgcc vendor 12 vendor
10192024-10-03T19:47:33.531Zgcc system 10 system
10202024-10-03T19:47:33.531Zgcc system 7 system
10212024-10-03T19:47:33.531Zgo system 1.20 system
10222024-10-03T19:47:33.531Zgo system 1.19 system
10232024-10-03T19:47:33.531Zllvm system 15 system
10242024-10-03T19:47:33.531Zllvm system 14 system
10252024-10-03T19:47:33.531Zmariadb system 10.6 system
10262024-10-03T19:47:33.531Zmta vendor vendor dma
10272024-10-03T19:47:33.531Zopenjdk system 17 system
10282024-10-03T19:47:33.531Zopenjdk system 11 system
10292024-10-03T19:47:33.532Zopenjdk system 1.8 system
10302024-10-03T19:47:33.532Zopenssl vendor 3 vendor
10312024-10-03T19:47:33.532Zperl system 5.36 system
10322024-10-03T19:47:33.532Zpostgresql system 15 system
10332024-10-03T19:47:33.532Zpostgresql system 13 system
10342024-10-03T19:47:33.532Zpython vendor 3 vendor
10352024-10-03T19:47:33.532Zpython system 2 system
10362024-10-03T19:47:33.532Zpython3 system 3.11 system
10372024-10-03T19:47:33.532Zruby system 3.0 system
10382024-10-03T19:47:33.532Zwords vendor vendor american-english
10392024-10-03T19:47:33.532Zwords system system australian-english
10402024-10-03T19:47:33.532Zwords system system british-english
10412024-10-03T19:47:33.532Zwords system system canadian-english
10422024-10-03T19:47:33.532Zwords system system french
10432024-10-03T19:47:33.532Zwords system system italian
10442024-10-03T19:47:33.532Zwords system system ngerman
10452024-10-03T19:47:33.532Zwords system system ogerman
10462024-10-03T19:47:33.532Zwords system system spanish
10472024-10-03T19:47:33.862ZPUBLISHER TYPE STATUS P LOCATION
10482024-10-03T19:47:33.862Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10492024-10-03T19:47:35.890ZFMRI IFO
10502024-10-03T19:47:35.890Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10512024-10-03T19:47:35.890Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10522024-10-03T19:47:35.890Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10532024-10-03T19:47:35.890Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10542024-10-03T19:47:35.890Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10552024-10-03T19:47:35.890Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10562024-10-03T19:47:35.890Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10572024-10-03T19:47:35.890Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10582024-10-03T19:47:35.891Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10592024-10-03T19:47:35.891Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10602024-10-03T19:47:35.891Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10612024-10-03T19:47:35.891Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10622024-10-03T19:47:35.891Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10632024-10-03T19:47:36.877Z Downloading crates ...
10642024-10-03T19:47:36.978Z Downloaded cargo_toml v0.20.5
10652024-10-03T19:47:37.114Z Compiling proc-macro2 v1.0.86
10662024-10-03T19:47:37.114Z Compiling unicode-ident v1.0.13
10672024-10-03T19:47:37.116Z Compiling serde v1.0.210
10682024-10-03T19:47:37.116Z Compiling version_check v0.9.5
10692024-10-03T19:47:37.116Z Compiling thiserror v1.0.64
10702024-10-03T19:47:37.116Z Compiling memchr v2.7.2
10712024-10-03T19:47:37.116Z Compiling libc v0.2.159
10722024-10-03T19:47:37.116Z Compiling itoa v1.0.11
10732024-10-03T19:47:37.360Z Compiling ryu v1.0.18
10742024-10-03T19:47:37.372Z Compiling ucd-trie v0.1.6
10752024-10-03T19:47:37.796Z Compiling once_cell v1.19.0
10762024-10-03T19:47:37.912Z Compiling byteorder v1.5.0
10772024-10-03T19:47:37.981Z Compiling serde_json v1.0.128
10782024-10-03T19:47:37.993Z Compiling rustix v0.38.34
10792024-10-03T19:47:38.367Z Compiling bitflags v2.6.0
10802024-10-03T19:47:38.499Z Compiling usdt-impl v0.5.0
10812024-10-03T19:47:38.667Z Compiling quote v1.0.37
10822024-10-03T19:47:38.816Z Compiling proc-macro-error-attr v1.0.4
10832024-10-03T19:47:38.832Z Compiling syn v1.0.109
10842024-10-03T19:47:38.882Z Compiling proc-macro-error v1.0.4
10852024-10-03T19:47:38.959Z Compiling equivalent v1.0.1
10862024-10-03T19:47:39.059Z Compiling syn v2.0.79
10872024-10-03T19:47:39.151Z Compiling utf8parse v0.2.1
10882024-10-03T19:47:39.163Z Compiling errno v0.3.9
10892024-10-03T19:47:39.364Z Compiling plain v0.2.3
10902024-10-03T19:47:39.380Z Compiling hashbrown v0.14.5
10912024-10-03T19:47:39.479Z Compiling camino v1.1.9
10922024-10-03T19:47:39.502Z Compiling log v0.4.22
10932024-10-03T19:47:39.632Z Compiling thread-id v4.2.1
10942024-10-03T19:47:39.733Z Compiling anstyle-parse v0.2.4
10952024-10-03T19:47:40.042Z Compiling colorchoice v1.0.1
10962024-10-03T19:47:40.175Z Compiling pretty-hex v0.4.1
10972024-10-03T19:47:40.193Z Compiling winnow v0.6.18
10982024-10-03T19:47:40.324Z Compiling is_terminal_polyfill v1.70.0
10992024-10-03T19:47:40.387Z Compiling anstyle-query v1.0.3
11002024-10-03T19:47:40.440Z Compiling unicode-width v0.1.13
11012024-10-03T19:47:40.511Z Compiling anstyle v1.0.8
11022024-10-03T19:47:40.539Z Compiling semver v1.0.23
11032024-10-03T19:47:40.664Z Compiling indexmap v2.5.0
11042024-10-03T19:47:40.728Z Compiling autocfg v1.3.0
11052024-10-03T19:47:40.983Z Compiling anstream v0.6.14
11062024-10-03T19:47:41.356Z Compiling terminal_size v0.3.0
11072024-10-03T19:47:41.542Z Compiling cfg-if v1.0.0
11082024-10-03T19:47:41.629Z Compiling strsim v0.11.1
11092024-10-03T19:47:41.692Z Compiling fs-err v2.11.0
11102024-10-03T19:47:41.714Z Compiling anyhow v1.0.89
11112024-10-03T19:47:41.970Z Compiling fastrand v2.1.0
11122024-10-03T19:47:42.022Z Compiling fnv v1.0.7
11132024-10-03T19:47:42.129Z Compiling heck v0.5.0
11142024-10-03T19:47:42.147Z Compiling heck v0.4.1
11152024-10-03T19:47:42.510Z Compiling bytecount v0.6.8
11162024-10-03T19:47:42.551Z Compiling clap_lex v0.7.0
11172024-10-03T19:47:42.628Z Compiling papergrid v0.11.0
11182024-10-03T19:47:42.705Z Compiling tempfile v3.10.1
11192024-10-03T19:47:42.800Z Compiling clap_builder v4.5.18
11202024-10-03T19:47:43.077Z Compiling memmap v0.7.0
11212024-10-03T19:47:43.123Z Compiling smawk v0.3.2
11222024-10-03T19:47:43.327Z Compiling unicode-linebreak v0.1.5
11232024-10-03T19:47:43.818Z Compiling textwrap v0.16.1
11242024-10-03T19:47:44.017Z Compiling swrite v0.1.0
11252024-10-03T19:47:45.185Z Compiling tabled_derive v0.7.0
11262024-10-03T19:47:46.768Z Compiling tabled v0.15.0
11272024-10-03T19:47:47.865Z Compiling serde_derive v1.0.210
11282024-10-03T19:47:47.868Z Compiling thiserror-impl v1.0.64
11292024-10-03T19:47:47.887Z Compiling zerocopy-derive v0.7.34
11302024-10-03T19:47:47.898Z Compiling scroll_derive v0.12.0
11312024-10-03T19:47:47.910Z Compiling clap_derive v4.5.18
11322024-10-03T19:47:49.379Z Compiling scroll v0.12.0
11332024-10-03T19:47:49.870Z Compiling zerocopy v0.7.34
11342024-10-03T19:47:49.935Z Compiling goblin v0.8.2
11352024-10-03T19:47:50.691Z Compiling pest v2.7.10
11362024-10-03T19:47:51.908Z Compiling clap v4.5.18
11372024-10-03T19:47:52.888Z Compiling pest_meta v2.7.10
11382024-10-03T19:47:53.767Z Compiling pest_generator v2.7.10
11392024-10-03T19:47:55.680Z Compiling pest_derive v2.7.10
11402024-10-03T19:47:56.376Z Compiling dtrace-parser v0.2.0
11412024-10-03T19:47:57.942Z Compiling serde_tokenstream v0.2.2
11422024-10-03T19:47:58.187Z Compiling serde_spanned v0.6.7
11432024-10-03T19:47:58.187Z Compiling toml_datetime v0.6.8
11442024-10-03T19:47:58.468Z Compiling toml_edit v0.22.22
11452024-10-03T19:47:58.505Z Compiling cargo-platform v0.1.8
11462024-10-03T19:47:58.575Z Compiling macaddr v1.0.1
11472024-10-03T19:47:58.795Z Compiling camino-tempfile v1.1.1
11482024-10-03T19:47:59.359Z Compiling dof v0.3.0
11492024-10-03T19:47:59.565Z Compiling cargo_metadata v0.18.1
11502024-10-03T19:48:01.066Z Compiling usdt-macro v0.5.0
11512024-10-03T19:48:01.066Z Compiling usdt-attr-macro v0.5.0
11522024-10-03T19:48:01.217Z Compiling toml v0.8.19
11532024-10-03T19:48:02.094Z Compiling cargo_toml v0.20.5
11542024-10-03T19:48:02.428Z Compiling usdt v0.5.0
11552024-10-03T19:48:06.028Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11562024-10-03T19:48:10.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.97s
11572024-10-03T19:48:10.341Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11582024-10-03T19:48:11.208Z Compiling serde v1.0.210
11592024-10-03T19:48:11.211Z Compiling typenum v1.17.0
11602024-10-03T19:48:11.211Z Compiling generic-array v0.14.7
11612024-10-03T19:48:11.211Z Compiling lock_api v0.4.12
11622024-10-03T19:48:11.211Z Compiling scopeguard v1.2.0
11632024-10-03T19:48:11.327Z Compiling value-bag v1.9.0
11642024-10-03T19:48:11.340Z Compiling syn v2.0.79
11652024-10-03T19:48:11.347Z Compiling getrandom v0.2.14
11662024-10-03T19:48:11.451Z Compiling subtle v2.5.0
11672024-10-03T19:48:11.638Z Compiling rand_core v0.6.4
11682024-10-03T19:48:11.801Z Compiling log v0.4.22
11692024-10-03T19:48:11.872Z Compiling const-oid v0.9.6
11702024-10-03T19:48:11.915Z Compiling jobserver v0.1.32
11712024-10-03T19:48:12.146Z Compiling pin-project-lite v0.2.14
11722024-10-03T19:48:12.266Z Compiling cc v1.0.97
11732024-10-03T19:48:12.358Z Compiling smallvec v1.13.2
11742024-10-03T19:48:12.390Z Compiling parking_lot_core v0.9.10
11752024-10-03T19:48:12.602Z Compiling signal-hook-registry v1.4.2
11762024-10-03T19:48:12.761Z Compiling futures-core v0.3.30
11772024-10-03T19:48:12.763Z Compiling mio v1.0.2
11782024-10-03T19:48:13.025Z Compiling ahash v0.8.11
11792024-10-03T19:48:13.403Z Compiling parking_lot v0.12.2
11802024-10-03T19:48:13.425Z Compiling futures-sink v0.3.30
11812024-10-03T19:48:13.570Z Compiling cpufeatures v0.2.12
11822024-10-03T19:48:13.651Z Compiling socket2 v0.5.7
11832024-10-03T19:48:13.673Z Compiling slab v0.4.9
11842024-10-03T19:48:13.911Z Compiling allocator-api2 v0.2.18
11852024-10-03T19:48:13.941Z Compiling spin v0.9.8
11862024-10-03T19:48:14.041Z Compiling tinyvec_macros v0.1.1
11872024-10-03T19:48:14.134Z Compiling tinyvec v1.6.0
11882024-10-03T19:48:14.324Z Compiling futures-channel v0.3.30
11892024-10-03T19:48:14.339Z Compiling base64ct v1.6.0
11902024-10-03T19:48:14.400Z Compiling pin-utils v0.1.0
11912024-10-03T19:48:14.493Z Compiling futures-task v0.3.30
11922024-10-03T19:48:14.635Z Compiling futures-io v0.3.30
11932024-10-03T19:48:14.721Z Compiling serde_json v1.0.128
11942024-10-03T19:48:14.738Z Compiling libm v0.2.8
11952024-10-03T19:48:14.788Z Compiling pem-rfc7468 v0.7.0
11962024-10-03T19:48:14.918Z Compiling num-traits v0.2.19
11972024-10-03T19:48:14.951Z Compiling unicode-bidi v0.3.15
11982024-10-03T19:48:15.060Z Compiling flagset v0.4.5
11992024-10-03T19:48:15.251Z Compiling tracing-core v0.1.32
12002024-10-03T19:48:15.419Z Compiling pkg-config v0.3.30
12012024-10-03T19:48:15.517Z Compiling vcpkg v0.2.15
12022024-10-03T19:48:15.606Z Compiling unicode-normalization v0.1.23
12032024-10-03T19:48:16.415Z Compiling crossbeam-utils v0.8.19
12042024-10-03T19:48:16.464Z Compiling ring v0.17.8
12052024-10-03T19:48:16.644Z Compiling percent-encoding v2.3.1
12062024-10-03T19:48:16.684Z Compiling httparse v1.8.0
12072024-10-03T19:48:16.935Z Compiling ppv-lite86 v0.2.17
12082024-10-03T19:48:16.999Z Compiling rustix v0.38.34
12092024-10-03T19:48:17.157Z Compiling try-lock v0.2.5
12102024-10-03T19:48:17.311Z Compiling rustls-pki-types v1.7.0
12112024-10-03T19:48:17.652Z Compiling openssl-sys v0.9.103
12122024-10-03T19:48:17.701Z Compiling rand_chacha v0.3.1
12132024-10-03T19:48:17.882Z Compiling want v0.3.1
12142024-10-03T19:48:18.156Z Compiling rand v0.8.5
12152024-10-03T19:48:18.338Z Compiling foreign-types-shared v0.1.1
12162024-10-03T19:48:18.358Z Compiling rustversion v1.0.17
12172024-10-03T19:48:18.442Z Compiling time-core v0.1.2
12182024-10-03T19:48:18.599Z Compiling atomic-waker v1.1.2
12192024-10-03T19:48:18.787Z Compiling openssl v0.10.66
12202024-10-03T19:48:18.808Z Compiling httpdate v1.0.3
12212024-10-03T19:48:18.839Z Compiling untrusted v0.9.0
12222024-10-03T19:48:18.998Z Compiling powerfmt v0.2.0
12232024-10-03T19:48:19.062Z Compiling num-conv v0.1.0
12242024-10-03T19:48:19.296Z Compiling deranged v0.3.11
12252024-10-03T19:48:19.318Z Compiling time-macros v0.2.18
12262024-10-03T19:48:19.512Z Compiling foreign-types v0.3.2
12272024-10-03T19:48:19.514Z Compiling form_urlencoded v1.2.1
12282024-10-03T19:48:19.791Z Compiling aho-corasick v1.1.3
12292024-10-03T19:48:19.948Z Compiling native-tls v0.2.11
12302024-10-03T19:48:20.146Z Compiling regex-syntax v0.8.4
12312024-10-03T19:48:20.293Z Compiling siphasher v0.3.11
12322024-10-03T19:48:20.602Z Compiling base64 v0.22.1
12332024-10-03T19:48:20.693Z Compiling tower-service v0.3.2
12342024-10-03T19:48:20.815Z Compiling rustls v0.23.10
12352024-10-03T19:48:21.071Z Compiling num_threads v0.1.7
12362024-10-03T19:48:21.100Z Compiling syn v1.0.109
12372024-10-03T19:48:21.357Z Compiling crossbeam-epoch v0.9.18
12382024-10-03T19:48:21.785Z Compiling idna v0.5.0
12392024-10-03T19:48:22.069Z Compiling lazy_static v1.5.0
12402024-10-03T19:48:22.183Z Compiling cookie v0.18.1
12412024-10-03T19:48:22.468Z Compiling rayon-core v1.12.1
12422024-10-03T19:48:22.549Z Compiling time v0.3.36
12432024-10-03T19:48:22.567Z Compiling finl_unicode v1.2.0
12442024-10-03T19:48:22.731Z Compiling openssl-probe v0.1.5
12452024-10-03T19:48:23.124Z Compiling iana-time-zone v0.1.60
12462024-10-03T19:48:23.150Z Compiling slog v2.7.0
12472024-10-03T19:48:23.373Z Compiling either v1.13.0
12482024-10-03T19:48:23.577Z Compiling regex-automata v0.4.6
12492024-10-03T19:48:23.763Z Compiling stringprep v0.1.4
12502024-10-03T19:48:23.810Z Compiling url v2.5.2
12512024-10-03T19:48:25.181Z Compiling crossbeam-deque v0.8.5
12522024-10-03T19:48:25.437Z Compiling serde_derive v1.0.210
12532024-10-03T19:48:25.480Z Compiling zeroize_derive v1.4.2
12542024-10-03T19:48:25.693Z Compiling zerocopy-derive v0.7.34
12552024-10-03T19:48:26.615Z Compiling tokio-macros v2.4.0
12562024-10-03T19:48:27.122Z Compiling zeroize v1.8.1
12572024-10-03T19:48:27.148Z Compiling futures-macro v0.3.30
12582024-10-03T19:48:27.852Z Compiling der_derive v0.7.2
12592024-10-03T19:48:27.985Z Compiling zerocopy v0.7.34
12602024-10-03T19:48:28.318Z Compiling thiserror-impl v1.0.64
12612024-10-03T19:48:28.966Z Compiling crypto-common v0.1.6
12622024-10-03T19:48:29.204Z Compiling block-buffer v0.10.4
12632024-10-03T19:48:29.223Z Compiling block-padding v0.3.3
12642024-10-03T19:48:29.460Z Compiling digest v0.10.7
12652024-10-03T19:48:29.462Z Compiling inout v0.1.3
12662024-10-03T19:48:29.747Z Compiling cipher v0.4.4
12672024-10-03T19:48:29.948Z Compiling hmac v0.12.1
12682024-10-03T19:48:30.194Z Compiling hashbrown v0.14.5
12692024-10-03T19:48:30.259Z Compiling sha2 v0.10.8
12702024-10-03T19:48:30.276Z Compiling futures-util v0.3.30
12712024-10-03T19:48:30.538Z Compiling der v0.7.9
12722024-10-03T19:48:31.580Z Compiling salsa20 v0.10.2
12732024-10-03T19:48:31.695Z Compiling thiserror v1.0.64
12742024-10-03T19:48:31.807Z Compiling pbkdf2 v0.12.2
12752024-10-03T19:48:31.835Z Compiling tracing-attributes v0.1.27
12762024-10-03T19:48:31.984Z Compiling scrypt v0.11.0
12772024-10-03T19:48:32.560Z Compiling aes v0.8.4
12782024-10-03T19:48:33.872Z Compiling spki v0.7.3
12792024-10-03T19:48:33.956Z Compiling cbc v0.1.2
12802024-10-03T19:48:34.196Z Compiling pkcs5 v0.7.1
12812024-10-03T19:48:34.222Z Compiling pest v2.7.10
12822024-10-03T19:48:35.459Z Compiling pkcs8 v0.10.2
12832024-10-03T19:48:35.482Z Compiling scroll_derive v0.12.0
12842024-10-03T19:48:35.664Z Compiling tracing v0.1.40
12852024-10-03T19:48:36.176Z Compiling openssl-macros v0.1.1
12862024-10-03T19:48:36.194Z Compiling signature v2.2.0
12872024-10-03T19:48:36.431Z Compiling rustls-webpki v0.102.4
12882024-10-03T19:48:36.453Z Compiling md-5 v0.10.6
12892024-10-03T19:48:36.487Z Compiling num-integer v0.1.46
12902024-10-03T19:48:36.688Z Compiling pest_meta v2.7.10
12912024-10-03T19:48:36.941Z Compiling idna v0.3.0
12922024-10-03T19:48:37.001Z Compiling scroll v0.12.0
12932024-10-03T19:48:37.208Z Compiling backtrace v0.3.71
12942024-10-03T19:48:37.259Z Compiling ff v0.13.0
12952024-10-03T19:48:37.491Z Compiling goblin v0.8.2
12962024-10-03T19:48:37.696Z Compiling hash32 v0.2.1
12972024-10-03T19:48:38.124Z Compiling pest_generator v2.7.10
12982024-10-03T19:48:38.540Z Compiling stable_deref_trait v1.2.0
12992024-10-03T19:48:38.542Z Compiling gimli v0.28.1
13002024-10-03T19:48:38.656Z Compiling crc32fast v1.4.0
13012024-10-03T19:48:39.209Z Compiling psl-types v2.0.11
13022024-10-03T19:48:39.380Z Compiling portable-atomic v1.6.0
13032024-10-03T19:48:39.406Z Compiling signal-hook v0.3.17
13042024-10-03T19:48:39.677Z Compiling bytes v1.7.2
13052024-10-03T19:48:40.056Z Compiling indexmap v2.5.0
13062024-10-03T19:48:40.104Z Compiling bitflags v2.6.0
13072024-10-03T19:48:40.545Z Compiling semver v1.0.23
13082024-10-03T19:48:41.006Z Compiling tokio v1.39.3
13092024-10-03T19:48:41.300Z Compiling rustc_version v0.4.0
13102024-10-03T19:48:41.521Z Compiling http v1.1.0
13112024-10-03T19:48:41.715Z Compiling pest_derive v2.7.10
13122024-10-03T19:48:42.535Z Compiling dtrace-parser v0.2.0
13132024-10-03T19:48:43.427Z Compiling http-body v1.0.0
13142024-10-03T19:48:43.486Z Compiling dof v0.3.0
13152024-10-03T19:48:43.655Z Compiling heapless v0.7.17
13162024-10-03T19:48:44.110Z Compiling uuid v1.10.0
13172024-10-03T19:48:44.777Z Compiling usdt-impl v0.5.0
13182024-10-03T19:48:45.657Z Compiling curve25519-dalek v4.1.3
13192024-10-03T19:48:45.723Z Compiling http v0.2.12
13202024-10-03T19:48:46.291Z Compiling chrono v0.4.38
13212024-10-03T19:48:46.404Z Compiling serde_tokenstream v0.2.2
13222024-10-03T19:48:47.028Z Compiling toml_datetime v0.6.8
13232024-10-03T19:48:47.531Z Compiling serde_spanned v0.6.7
13242024-10-03T19:48:47.607Z Compiling num-bigint-dig v0.8.4
13252024-10-03T19:48:47.766Z Compiling base16ct v0.2.0
13262024-10-03T19:48:47.916Z Compiling adler v1.0.2
13272024-10-03T19:48:47.933Z Compiling smoltcp v0.9.1
13282024-10-03T19:48:48.132Z Compiling fallible-iterator v0.2.0
13292024-10-03T19:48:48.155Z Compiling miniz_oxide v0.7.2
13302024-10-03T19:48:48.248Z Compiling sec1 v0.7.3
13312024-10-03T19:48:48.828Z Compiling postgres-protocol v0.6.7
13322024-10-03T19:48:48.850Z Compiling terminal_size v0.3.0
13332024-10-03T19:48:48.931Z Compiling http-body-util v0.1.2
13342024-10-03T19:48:49.034Z Compiling addr2line v0.21.0
13352024-10-03T19:48:49.422Z Compiling tokio-util v0.7.12
13362024-10-03T19:48:49.697Z Compiling tokio-rustls v0.26.0
13372024-10-03T19:48:50.151Z Compiling hubpack_derive v0.1.1
13382024-10-03T19:48:50.170Z Compiling publicsuffix v2.2.3
13392024-10-03T19:48:50.281Z Compiling group v0.13.0
13402024-10-03T19:48:50.415Z Compiling h2 v0.4.6
13412024-10-03T19:48:50.609Z Compiling tokio-native-tls v0.3.1
13422024-10-03T19:48:50.674Z Compiling num-iter v0.1.45
13432024-10-03T19:48:50.823Z Compiling hkdf v0.12.4
13442024-10-03T19:48:50.848Z Compiling crypto-bigint v0.5.5
13452024-10-03T19:48:51.038Z Compiling curve25519-dalek-derive v0.1.1
13462024-10-03T19:48:51.056Z Compiling zerocopy-derive v0.6.6
13472024-10-03T19:48:51.339Z Compiling async-trait v0.1.83
13482024-10-03T19:48:52.754Z Compiling phf_shared v0.11.2
13492024-10-03T19:48:53.166Z Compiling serde_derive_internals v0.29.1
13502024-10-03T19:48:53.266Z Compiling webpki-roots v0.26.3
13512024-10-03T19:48:53.485Z Compiling object v0.32.2
13522024-10-03T19:48:53.487Z Compiling fs-err v2.11.0
13532024-10-03T19:48:53.708Z Compiling managed v0.8.0
13542024-10-03T19:48:53.806Z Compiling schemars v0.8.21
13552024-10-03T19:48:54.160Z Compiling adler2 v2.0.0
13562024-10-03T19:48:54.160Z Compiling ipnet v2.10.0
13572024-10-03T19:48:54.222Z Compiling bitflags v1.3.2
13582024-10-03T19:48:54.327Z Compiling anyhow v1.0.89
13592024-10-03T19:48:54.351Z Compiling rustc-demangle v0.1.24
13602024-10-03T19:48:54.962Z Compiling winnow v0.5.40
13612024-10-03T19:48:55.354Z Compiling clap_builder v4.5.18
13622024-10-03T19:48:55.905Z Compiling schemars_derive v0.8.21
13632024-10-03T19:48:56.223Z Compiling miniz_oxide v0.8.0
13642024-10-03T19:48:56.938Z Compiling console v0.15.8
13652024-10-03T19:48:57.691Z Compiling hyper v1.4.1
13662024-10-03T19:48:57.793Z Compiling elliptic-curve v0.13.8
13672024-10-03T19:48:58.532Z Compiling toml_edit v0.19.15
13682024-10-03T19:48:58.814Z Compiling zerocopy v0.6.6
13692024-10-03T19:48:58.834Z Compiling cookie_store v0.21.0
13702024-10-03T19:48:59.281Z Compiling phf v0.11.2
13712024-10-03T19:48:59.647Z Compiling rayon v1.10.0
13722024-10-03T19:49:00.410Z Compiling hyper-util v0.1.9
13732024-10-03T19:49:01.223Z Compiling hubpack v0.1.2
13742024-10-03T19:49:01.944Z Compiling h2 v0.3.26
13752024-10-03T19:49:03.599Z Compiling hyper-rustls v0.27.3
13762024-10-03T19:49:04.109Z Compiling hyper-tls v0.6.0
13772024-10-03T19:49:04.560Z Compiling postgres-types v0.2.8
13782024-10-03T19:49:04.689Z Compiling usdt-attr-macro v0.5.0
13792024-10-03T19:49:05.476Z Compiling usdt-macro v0.5.0
13802024-10-03T19:49:05.941Z Compiling http-body v0.4.6
13812024-10-03T19:49:06.055Z Compiling serde_urlencoded v0.7.1
13822024-10-03T19:49:06.405Z Compiling serde-big-array v0.5.1
13832024-10-03T19:49:06.426Z Compiling ed25519 v2.2.3
13842024-10-03T19:49:06.590Z Compiling futures-executor v0.3.30
13852024-10-03T19:49:06.594Z Compiling pkcs1 v0.7.5
13862024-10-03T19:49:06.625Z Compiling rfc6979 v0.4.0
13872024-10-03T19:49:06.806Z Compiling regex v1.10.6
13882024-10-03T19:49:06.997Z Compiling bstr v1.9.1
13892024-10-03T19:49:07.119Z Compiling serde_repr v0.1.19
13902024-10-03T19:49:07.594Z Compiling strum_macros v0.25.3
13912024-10-03T19:49:07.644Z Compiling enum-as-inner v0.6.0
13922024-10-03T19:49:07.895Z Compiling clap_derive v4.5.18
13932024-10-03T19:49:08.399Z Compiling rustls-pemfile v2.1.3
13942024-10-03T19:49:08.434Z Compiling phf_shared v0.10.0
13952024-10-03T19:49:08.791Z Compiling float-cmp v0.9.0
13962024-10-03T19:49:08.838Z Compiling idna v0.4.0
13972024-10-03T19:49:08.838Z Compiling sync_wrapper v1.0.1
13982024-10-03T19:49:08.872Z Compiling mio v0.8.11
13992024-10-03T19:49:08.999Z Compiling socket2 v0.4.10
14002024-10-03T19:49:09.017Z Compiling encoding_rs v0.8.34
14012024-10-03T19:49:09.915Z Compiling normalize-line-endings v0.3.0
14022024-10-03T19:49:10.037Z Compiling bit-vec v0.6.3
14032024-10-03T19:49:10.169Z Compiling dyn-clone v1.0.17
14042024-10-03T19:49:10.362Z Compiling data-encoding v2.6.0
14052024-10-03T19:49:10.387Z Compiling fixedbitset v0.4.2
14062024-10-03T19:49:10.483Z Compiling number_prefix v0.4.0
14072024-10-03T19:49:10.716Z Compiling whoami v1.5.2
14082024-10-03T19:49:10.852Z Compiling difflib v0.4.0
14092024-10-03T19:49:11.350Z Compiling unicode-segmentation v1.11.0
14102024-10-03T19:49:11.739Z Compiling static_assertions v1.1.0
14112024-10-03T19:49:11.842Z Compiling minimal-lexical v0.2.1
14122024-10-03T19:49:12.211Z Compiling mime v0.3.17
14132024-10-03T19:49:12.539Z Compiling new_debug_unreachable v1.0.6
14142024-10-03T19:49:12.547Z Compiling precomputed-hash v0.1.1
14152024-10-03T19:49:12.547Z Compiling predicates-core v1.0.6
14162024-10-03T19:49:12.550Z Compiling toml_edit v0.22.22
14172024-10-03T19:49:12.712Z Compiling predicates v3.1.2
14182024-10-03T19:49:12.715Z Compiling reqwest v0.12.7
14192024-10-03T19:49:12.808Z Compiling string_cache v0.8.7
14202024-10-03T19:49:12.826Z Compiling nom v7.1.3
14212024-10-03T19:49:13.043Z Compiling clap v4.5.18
14222024-10-03T19:49:13.172Z Compiling similar v2.6.0
14232024-10-03T19:49:13.301Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14242024-10-03T19:49:13.412Z Compiling hickory-proto v0.24.1
14252024-10-03T19:49:14.505Z Compiling tokio-postgres v0.7.12
14262024-10-03T19:49:15.577Z Compiling indicatif v0.17.8
14272024-10-03T19:49:16.325Z Compiling petgraph v0.6.5
14282024-10-03T19:49:16.569Z Compiling bit-set v0.5.3
14292024-10-03T19:49:17.818Z Compiling signal-hook-mio v0.2.4
14302024-10-03T19:49:17.998Z Compiling hyper v0.14.30
14312024-10-03T19:49:20.185Z Compiling usdt v0.5.0
14322024-10-03T19:49:20.214Z Compiling rsa v0.9.6
14332024-10-03T19:49:20.357Z Compiling futures v0.3.30
14342024-10-03T19:49:20.473Z Compiling ecdsa v0.16.9
14352024-10-03T19:49:20.669Z Compiling ed25519-dalek v2.1.1
14362024-10-03T19:49:20.688Z Compiling flate2 v1.0.34
14372024-10-03T19:49:20.922Z Compiling toml v0.7.8
14382024-10-03T19:49:21.929Z Compiling tokio-stream v0.1.16
14392024-10-03T19:49:22.215Z Compiling openapiv3 v2.0.0
14402024-10-03T19:49:22.553Z Compiling hex v0.4.3
14412024-10-03T19:49:22.683Z Compiling x509-cert v0.2.5
14422024-10-03T19:49:22.996Z Compiling sha1 v0.10.6
14432024-10-03T19:49:23.172Z Compiling itertools v0.12.1
14442024-10-03T19:49:23.452Z Compiling itertools v0.10.5
14452024-10-03T19:49:23.737Z Compiling dirs-sys-next v0.1.2
14462024-10-03T19:49:24.415Z Compiling lalrpop-util v0.19.12
14472024-10-03T19:49:24.769Z Compiling unicode-xid v0.2.4
14482024-10-03T19:49:24.953Z Compiling peg-runtime v0.8.3
14492024-10-03T19:49:25.474Z Compiling dirs-next v2.0.0
14502024-10-03T19:49:25.627Z Compiling thread_local v1.1.8
14512024-10-03T19:49:25.672Z Compiling slog-async v2.8.0
14522024-10-03T19:49:26.160Z Compiling term v0.7.0
14532024-10-03T19:49:26.232Z Compiling xattr v1.3.1
14542024-10-03T19:49:26.263Z Compiling strum_macros v0.26.4
14552024-10-03T19:49:26.283Z Compiling crossbeam-channel v0.5.12
14562024-10-03T19:49:26.493Z Compiling is-terminal v0.4.12
14572024-10-03T19:49:26.589Z Compiling filetime v0.2.25
14582024-10-03T19:49:26.623Z Compiling take_mut v0.2.2
14592024-10-03T19:49:26.788Z Compiling tar v0.4.42
14602024-10-03T19:49:26.897Z Compiling slog-term v2.9.1
14612024-10-03T19:49:27.390Z Compiling camino v1.1.9
14622024-10-03T19:49:28.183Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14632024-10-03T19:49:29.399Z Compiling strum v0.26.3
14642024-10-03T19:49:29.476Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14652024-10-03T19:49:34.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
14662024-10-03T19:49:34.654Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14672024-10-03T19:49:34.696ZOct 03 19:49:33.480 INFO Starting download, target: Clickhouse
14682024-10-03T19:49:34.696ZOct 03 19:49:33.480 INFO Starting download, target: Cockroach
14692024-10-03T19:49:34.698ZOct 03 19:49:33.480 INFO Starting download, target: Console
14702024-10-03T19:49:34.698ZOct 03 19:49:33.480 INFO Starting download, target: DendriteOpenapi
14712024-10-03T19:49:34.698ZOct 03 19:49:33.481 INFO Starting download, target: DendriteStub
14722024-10-03T19:49:34.698ZOct 03 19:49:33.481 INFO Starting download, target: MaghemiteMgd
14732024-10-03T19:49:34.698ZOct 03 19:49:33.481 INFO Starting download, target: TransceiverControl
14742024-10-03T19:49:34.698ZOct 03 19:49:33.481 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14752024-10-03T19:49:34.698ZOct 03 19:49:33.481 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14762024-10-03T19:49:34.698ZOct 03 19:49:33.481 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14772024-10-03T19:49:34.698ZOct 03 19:49:33.482 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14782024-10-03T19:49:34.698ZOct 03 19:49:33.482 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14792024-10-03T19:49:34.698ZOct 03 19:49:33.482 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14802024-10-03T19:49:34.698ZOct 03 19:49:33.482 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14812024-10-03T19:49:34.873ZOct 03 19:49:33.658 INFO Download complete, target: DendriteOpenapi
14822024-10-03T19:49:35.009ZOct 03 19:49:33.793 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14832024-10-03T19:49:35.328ZOct 03 19:49:34.112 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14842024-10-03T19:49:35.377ZOct 03 19:49:34.161 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14852024-10-03T19:49:35.606ZOct 03 19:49:34.390 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14862024-10-03T19:49:35.707ZOct 03 19:49:34.492 INFO Download complete, target: Console
14872024-10-03T19:49:35.764ZOct 03 19:49:34.549 INFO Download complete, target: TransceiverControl
14882024-10-03T19:49:35.952ZOct 03 19:49:34.737 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14892024-10-03T19:49:35.952ZOct 03 19:49:34.737 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14902024-10-03T19:49:36.916ZOct 03 19:49:35.700 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14912024-10-03T19:49:38.492ZOct 03 19:49:37.277 INFO Download complete, target: DendriteStub
14922024-10-03T19:49:38.752ZOct 03 19:49:37.537 INFO Download complete, target: MaghemiteMgd
14932024-10-03T19:49:44.212ZOct 03 19:49:42.995 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14942024-10-03T19:49:44.529ZOct 03 19:49:43.312 INFO Checking that binary works, target: Cockroach
14952024-10-03T19:49:44.690ZOct 03 19:49:43.473 INFO Download complete, target: Cockroach
14962024-10-03T19:49:50.639ZOct 03 19:49:49.420 INFO Checking that binary works, target: Clickhouse
14972024-10-03T19:49:50.792ZOct 03 19:49:49.576 INFO Download complete, target: Clickhouse
14982024-10-03T19:49:50.800ZAll prerequisites installed successfully
14992024-10-03T19:49:50.803Z
15002024-10-03T19:49:50.803Zreal 3:16.996645529
15012024-10-03T19:49:50.803Zuser 12:13.300538712
15022024-10-03T19:49:50.803Zsys 2:30.276634114
15032024-10-03T19:49:50.803Ztrap 0.401195914
15042024-10-03T19:49:50.803Ztflt 1.755757976
15052024-10-03T19:49:50.803Zdflt 1.673955825
15062024-10-03T19:49:50.803Zkflt 0.021104887
15072024-10-03T19:49:50.803Zlock 25:56.795042367
15082024-10-03T19:49:50.803Zslp 46:34.678817432
15092024-10-03T19:49:50.803Zlat 40.593048946
15102024-10-03T19:49:50.803Zstop 1:42.216216096
15112024-10-03T19:49:50.803Z+ source ./tools/include/force-git-over-https.sh
15122024-10-03T19:49:50.803Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15132024-10-03T19:49:50.803Z++ (( i = 0 ))
15142024-10-03T19:49:50.803Z++ (( i < 5 ))
15152024-10-03T19:49:50.803Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15162024-10-03T19:49:50.806Z++ (( i++ ))
15172024-10-03T19:49:50.806Z++ (( i < 5 ))
15182024-10-03T19:49:50.806Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15192024-10-03T19:49:50.808Z++ (( i++ ))
15202024-10-03T19:49:50.808Z++ (( i < 5 ))
15212024-10-03T19:49:50.808Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15222024-10-03T19:49:50.811Z++ (( i++ ))
15232024-10-03T19:49:50.811Z++ (( i < 5 ))
15242024-10-03T19:49:50.811Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15252024-10-03T19:49:50.814Z++ (( i++ ))
15262024-10-03T19:49:50.814Z++ (( i < 5 ))
15272024-10-03T19:49:50.814Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15282024-10-03T19:49:50.817Z++ (( i++ ))
15292024-10-03T19:49:50.817Z++ (( i < 5 ))
15302024-10-03T19:49:50.819Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15312024-10-03T19:49:50.819Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15322024-10-03T19:49:50.819Z+ rc=0
15332024-10-03T19:49:50.819Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15342024-10-03T19:50:14.025Z+ case $rc in
15352024-10-03T19:50:14.025Z+ pfexec zfs create -p rpool/images/build/host
15362024-10-03T19:50:14.229Z+ pfexec zfs create -p rpool/images/build/recovery
15372024-10-03T19:50:14.302Z+ cargo xtask releng --output-dir /work
15382024-10-03T19:50:14.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15392024-10-03T19:50:14.887Z Running `target/debug/xtask releng --output-dir /work`
15402024-10-03T19:50:15.822Z Compiling proc-macro2 v1.0.86
15412024-10-03T19:50:15.822Z Compiling unicode-ident v1.0.13
15422024-10-03T19:50:15.822Z Compiling libc v0.2.159
15432024-10-03T19:50:15.825Z Compiling serde v1.0.210
15442024-10-03T19:50:15.825Z Compiling version_check v0.9.5
15452024-10-03T19:50:15.825Z Compiling autocfg v1.3.0
15462024-10-03T19:50:15.825Z Compiling cfg-if v1.0.0
15472024-10-03T19:50:15.825Z Compiling once_cell v1.19.0
15482024-10-03T19:50:16.275Z Compiling typenum v1.17.0
15492024-10-03T19:50:16.425Z Compiling memchr v2.7.2
15502024-10-03T19:50:16.645Z Compiling lock_api v0.4.12
15512024-10-03T19:50:16.648Z Compiling generic-array v0.14.7
15522024-10-03T19:50:16.663Z Compiling ahash v0.8.11
15532024-10-03T19:50:16.970Z Compiling parking_lot_core v0.9.10
15542024-10-03T19:50:17.005Z Compiling serde_json v1.0.128
15552024-10-03T19:50:17.173Z Compiling byteorder v1.5.0
15562024-10-03T19:50:17.391Z Compiling libm v0.2.8
15572024-10-03T19:50:17.710Z Compiling quote v1.0.37
15582024-10-03T19:50:17.759Z Compiling num-traits v0.2.19
15592024-10-03T19:50:17.804Z Compiling itoa v1.0.11
15602024-10-03T19:50:17.843Z Compiling value-bag v1.9.0
15612024-10-03T19:50:18.055Z Compiling getrandom v0.2.14
15622024-10-03T19:50:18.077Z Compiling syn v2.0.79
15632024-10-03T19:50:18.188Z Compiling jobserver v0.1.32
15642024-10-03T19:50:18.488Z Compiling log v0.4.22
15652024-10-03T19:50:18.624Z Compiling cc v1.0.97
15662024-10-03T19:50:18.684Z Compiling slab v0.4.9
15672024-10-03T19:50:18.723Z Compiling scopeguard v1.2.0
15682024-10-03T19:50:19.371Z Compiling thiserror v1.0.64
15692024-10-03T19:50:19.611Z Compiling rand_core v0.6.4
15702024-10-03T19:50:19.705Z Compiling subtle v2.5.0
15712024-10-03T19:50:19.935Z Compiling semver v1.0.23
15722024-10-03T19:50:20.224Z Compiling pin-project-lite v0.2.14
15732024-10-03T19:50:20.364Z Compiling pkg-config v0.3.30
15742024-10-03T19:50:20.437Z Compiling smallvec v1.13.2
15752024-10-03T19:50:20.695Z Compiling const-oid v0.9.6
15762024-10-03T19:50:20.745Z Compiling allocator-api2 v0.2.18
15772024-10-03T19:50:21.108Z Compiling ryu v1.0.18
15782024-10-03T19:50:21.615Z Compiling httparse v1.8.0
15792024-10-03T19:50:21.734Z Compiling futures-core v0.3.30
15802024-10-03T19:50:21.994Z Compiling signal-hook-registry v1.4.2
15812024-10-03T19:50:22.049Z Compiling ring v0.17.8
15822024-10-03T19:50:22.075Z Compiling vcpkg v0.2.15
15832024-10-03T19:50:22.678Z Compiling parking_lot v0.12.2
15842024-10-03T19:50:22.698Z Compiling mio v1.0.2
15852024-10-03T19:50:22.759Z Compiling fnv v1.0.7
15862024-10-03T19:50:23.047Z Compiling socket2 v0.5.7
15872024-10-03T19:50:23.750Z Compiling spin v0.9.8
15882024-10-03T19:50:23.926Z Compiling openssl-sys v0.9.103
15892024-10-03T19:50:24.639Z Compiling futures-sink v0.3.30
15902024-10-03T19:50:24.860Z Compiling rustix v0.38.34
15912024-10-03T19:50:24.953Z Compiling equivalent v1.0.1
15922024-10-03T19:50:25.017Z Compiling crossbeam-utils v0.8.19
15932024-10-03T19:50:25.065Z Compiling schemars v0.8.21
15942024-10-03T19:50:25.125Z Compiling heck v0.5.0
15952024-10-03T19:50:25.819Z Compiling serde_derive_internals v0.29.1
15962024-10-03T19:50:26.525Z Compiling time-core v0.1.2
15972024-10-03T19:50:26.703Z Compiling cpufeatures v0.2.12
15982024-10-03T19:50:26.814Z Compiling num-conv v0.1.0
15992024-10-03T19:50:26.899Z Compiling futures-channel v0.3.30
16002024-10-03T19:50:27.026Z Compiling openssl v0.10.66
16012024-10-03T19:50:27.305Z Compiling time-macros v0.2.18
16022024-10-03T19:50:27.366Z Compiling futures-task v0.3.30
16032024-10-03T19:50:27.396Z Compiling pin-utils v0.1.0
16042024-10-03T19:50:27.537Z Compiling tinyvec_macros v0.1.1
16052024-10-03T19:50:27.560Z Compiling futures-io v0.3.30
16062024-10-03T19:50:27.646Z Compiling tinyvec v1.6.0
16072024-10-03T19:50:27.868Z Compiling rustls v0.23.10
16082024-10-03T19:50:27.931Z Compiling native-tls v0.2.11
16092024-10-03T19:50:28.273Z Compiling ucd-trie v0.1.6
16102024-10-03T19:50:28.609Z Compiling unicode-bidi v0.3.15
16112024-10-03T19:50:28.645Z Compiling base64ct v1.6.0
16122024-10-03T19:50:28.730Z Compiling iana-time-zone v0.1.60
16132024-10-03T19:50:29.189Z Compiling pem-rfc7468 v0.7.0
16142024-10-03T19:50:29.324Z Compiling unicode-normalization v0.1.23
16152024-10-03T19:50:29.600Z Compiling tracing-core v0.1.32
16162024-10-03T19:50:29.899Z Compiling cookie v0.18.1
16172024-10-03T19:50:30.439Z Compiling slog v2.7.0
16182024-10-03T19:50:30.944Z Compiling flagset v0.4.5
16192024-10-03T19:50:31.002Z Compiling syn v1.0.109
16202024-10-03T19:50:31.164Z Compiling aho-corasick v1.1.3
16212024-10-03T19:50:31.207Z Compiling regex-syntax v0.8.4
16222024-10-03T19:50:31.584Z Compiling serde_derive v1.0.210
16232024-10-03T19:50:31.658Z Compiling zeroize_derive v1.4.2
16242024-10-03T19:50:31.695Z Compiling zerocopy-derive v0.7.34
16252024-10-03T19:50:31.817Z Compiling tokio-macros v2.4.0
16262024-10-03T19:50:31.902Z Compiling thiserror-impl v1.0.64
16272024-10-03T19:50:33.263Z Compiling zeroize v1.8.1
16282024-10-03T19:50:33.734Z Compiling zerocopy v0.7.34
16292024-10-03T19:50:33.857Z Compiling futures-macro v0.3.30
16302024-10-03T19:50:35.492Z Compiling crypto-common v0.1.6
16312024-10-03T19:50:35.681Z Compiling tracing-attributes v0.1.27
16322024-10-03T19:50:36.033Z Compiling der_derive v0.7.2
16332024-10-03T19:50:36.533Z Compiling hashbrown v0.14.5
16342024-10-03T19:50:37.292Z Compiling block-buffer v0.10.4
16352024-10-03T19:50:37.558Z Compiling digest v0.10.7
16362024-10-03T19:50:38.020Z Compiling schemars_derive v0.8.21
16372024-10-03T19:50:38.080Z Compiling hmac v0.12.1
16382024-10-03T19:50:38.127Z Compiling futures-util v0.3.30
16392024-10-03T19:50:38.320Z Compiling block-padding v0.3.3
16402024-10-03T19:50:38.515Z Compiling openssl-macros v0.1.1
16412024-10-03T19:50:38.619Z Compiling inout v0.1.3
16422024-10-03T19:50:38.925Z Compiling cipher v0.4.4
16432024-10-03T19:50:39.364Z Compiling sha2 v0.10.8
16442024-10-03T19:50:39.448Z Compiling scroll_derive v0.12.0
16452024-10-03T19:50:39.473Z Compiling pest v2.7.10
16462024-10-03T19:50:41.304Z Compiling tracing v0.1.40
16472024-10-03T19:50:41.446Z Compiling der v0.7.9
16482024-10-03T19:50:42.134Z Compiling pest_meta v2.7.10
16492024-10-03T19:50:44.132Z Compiling spki v0.7.3
16502024-10-03T19:50:44.659Z Compiling pest_generator v2.7.10
16512024-10-03T19:50:44.832Z Compiling salsa20 v0.10.2
16522024-10-03T19:50:45.098Z Compiling pbkdf2 v0.12.2
16532024-10-03T19:50:45.435Z Compiling bytes v1.7.2
16542024-10-03T19:50:46.742Z Compiling tokio v1.39.3
16552024-10-03T19:50:46.979Z Compiling bitflags v2.6.0
16562024-10-03T19:50:47.270Z Compiling indexmap v2.5.0
16572024-10-03T19:50:47.740Z Compiling rustc_version v0.4.0
16582024-10-03T19:50:48.912Z Compiling serde_tokenstream v0.2.2
16592024-10-03T19:50:49.220Z Compiling uuid v1.10.0
16602024-10-03T19:50:49.250Z Compiling http v1.1.0
16612024-10-03T19:50:49.553Z Compiling chrono v0.4.38
16622024-10-03T19:50:52.354Z Compiling regex-automata v0.4.6
16632024-10-03T19:50:54.387Z Compiling percent-encoding v2.3.1
16642024-10-03T19:50:54.976Z Compiling crc32fast v1.4.0
16652024-10-03T19:50:55.054Z Compiling rayon-core v1.12.1
16662024-10-03T19:50:55.398Z Compiling dyn-clone v1.0.17
16672024-10-03T19:50:56.357Z Compiling tokio-util v0.7.12
16682024-10-03T19:50:57.427Z Compiling pest_derive v2.7.10
16692024-10-03T19:50:59.124Z Compiling scrypt v0.11.0
16702024-10-03T19:50:59.461Z Compiling aes v0.8.4
16712024-10-03T19:50:59.595Z Compiling cbc v0.1.2
16722024-10-03T19:50:59.728Z Compiling usdt-impl v0.5.0
16732024-10-03T19:50:59.769Z Compiling untrusted v0.9.0
16742024-10-03T19:50:59.820Z Compiling try-lock v0.2.5
16752024-10-03T19:50:59.969Z Compiling heck v0.4.1
16762024-10-03T19:51:00.053Z Compiling rustls-pki-types v1.7.0
16772024-10-03T19:51:00.121Z Compiling want v0.3.1
16782024-10-03T19:51:00.454Z Compiling pkcs5 v0.7.1
16792024-10-03T19:51:00.715Z Compiling heapless v0.7.17
16802024-10-03T19:51:01.246Z Compiling scroll v0.12.0
16812024-10-03T19:51:01.561Z Compiling zerocopy-derive v0.6.6
16822024-10-03T19:51:01.952Z Compiling backtrace v0.3.71
16832024-10-03T19:51:02.006Z Compiling errno v0.3.9
16842024-10-03T19:51:02.494Z Compiling plain v0.2.3
16852024-10-03T19:51:02.620Z Compiling powerfmt v0.2.0
16862024-10-03T19:51:02.731Z Compiling num-bigint-dig v0.8.4
16872024-10-03T19:51:02.830Z Compiling ppv-lite86 v0.2.17
16882024-10-03T19:51:03.051Z Compiling httpdate v1.0.3
16892024-10-03T19:51:03.192Z Compiling deranged v0.3.11
16902024-10-03T19:51:03.666Z Compiling rand_chacha v0.3.1
16912024-10-03T19:51:03.881Z Compiling goblin v0.8.2
16922024-10-03T19:51:04.256Z Compiling pkcs8 v0.10.2
16932024-10-03T19:51:05.015Z Compiling regex v1.10.6
16942024-10-03T19:51:05.037Z Compiling form_urlencoded v1.2.1
16952024-10-03T19:51:05.980Z Compiling async-trait v0.1.83
16962024-10-03T19:51:06.322Z Compiling strsim v0.11.1
16972024-10-03T19:51:07.357Z Compiling tower-service v0.3.2
16982024-10-03T19:51:07.519Z Compiling rustversion v1.0.17
16992024-10-03T19:51:08.323Z Compiling pretty-hex v0.4.1
17002024-10-03T19:51:08.486Z Compiling atomic-waker v1.1.2
17012024-10-03T19:51:08.710Z Compiling base64 v0.22.1
17022024-10-03T19:51:08.730Z Compiling num_threads v0.1.7
17032024-10-03T19:51:08.853Z Compiling time v0.3.36
17042024-10-03T19:51:09.913Z Compiling rand v0.8.5
17052024-10-03T19:51:09.954Z Compiling dof v0.3.0
17062024-10-03T19:51:10.355Z Compiling rustls-webpki v0.102.4
17072024-10-03T19:51:11.584Z Compiling dtrace-parser v0.2.0
17082024-10-03T19:51:11.737Z Compiling http-body v1.0.0
17092024-10-03T19:51:12.151Z Compiling curve25519-dalek v4.1.3
17102024-10-03T19:51:12.974Z Compiling thread-id v4.2.1
17112024-10-03T19:51:13.486Z Compiling smoltcp v0.9.1
17122024-10-03T19:51:13.949Z Compiling signal-hook v0.3.17
17132024-10-03T19:51:14.239Z Compiling portable-atomic v1.6.0
17142024-10-03T19:51:14.633Z Compiling anyhow v1.0.89
17152024-10-03T19:51:14.979Z Compiling foreign-types-shared v0.1.1
17162024-10-03T19:51:15.160Z Compiling foreign-types v0.3.2
17172024-10-03T19:51:15.332Z Compiling h2 v0.4.6
17182024-10-03T19:51:22.948Z Compiling clap_derive v4.5.18
17192024-10-03T19:51:24.279Z Compiling idna v0.5.0
17202024-10-03T19:51:27.324Z Compiling siphasher v0.3.11
17212024-10-03T19:51:27.756Z Compiling url v2.5.2
17222024-10-03T19:51:28.572Z Compiling hyper v1.4.1
17232024-10-03T19:51:29.736Z Compiling crossbeam-epoch v0.9.18
17242024-10-03T19:51:33.021Z Compiling hubpack_derive v0.1.1
17252024-10-03T19:51:34.012Z Compiling openapiv3 v2.0.0
17262024-10-03T19:51:34.057Z Compiling signature v2.2.0
17272024-10-03T19:51:34.377Z Compiling curve25519-dalek-derive v0.1.1
17282024-10-03T19:51:35.418Z Compiling lazy_static v1.5.0
17292024-10-03T19:51:35.880Z Compiling fs-err v2.11.0
17302024-10-03T19:51:35.973Z Compiling encoding_rs v0.8.34
17312024-10-03T19:51:36.052Z Compiling openssl-probe v0.1.5
17322024-10-03T19:51:36.356Z Compiling anstyle v1.0.8
17332024-10-03T19:51:36.418Z Compiling mime v0.3.17
17342024-10-03T19:51:36.938Z Compiling utf8parse v0.2.1
17352024-10-03T19:51:37.047Z Compiling finl_unicode v1.2.0
17362024-10-03T19:51:37.105Z Compiling either v1.13.0
17372024-10-03T19:51:37.744Z Compiling stringprep v0.1.4
17382024-10-03T19:51:37.791Z Compiling anstyle-parse v0.2.4
17392024-10-03T19:51:38.844Z Compiling hyper-util v0.1.9
17402024-10-03T19:51:44.532Z Compiling crossbeam-deque v0.8.5
17412024-10-03T19:51:44.953Z Compiling usdt-attr-macro v0.5.0
17422024-10-03T19:51:45.391Z Compiling usdt-macro v0.5.0
17432024-10-03T19:51:46.865Z Compiling serde_urlencoded v0.7.1
17442024-10-03T19:51:47.051Z Compiling http v0.2.12
17452024-10-03T19:51:47.333Z Compiling toml_datetime v0.6.8
17462024-10-03T19:51:47.657Z Compiling serde_spanned v0.6.7
17472024-10-03T19:51:47.736Z Compiling md-5 v0.10.6
17482024-10-03T19:51:47.807Z Compiling regress v0.10.1
17492024-10-03T19:51:47.913Z Compiling idna v0.3.0
17502024-10-03T19:51:48.144Z Compiling num-integer v0.1.46
17512024-10-03T19:51:49.042Z Compiling ff v0.13.0
17522024-10-03T19:51:49.344Z Compiling hash32 v0.2.1
17532024-10-03T19:51:49.495Z Compiling ipnet v2.10.0
17542024-10-03T19:51:49.621Z Compiling base16ct v0.2.0
17552024-10-03T19:51:49.915Z Compiling fallible-iterator v0.2.0
17562024-10-03T19:51:50.475Z Compiling adler v1.0.2
17572024-10-03T19:51:50.715Z Compiling is_terminal_polyfill v1.70.0
17582024-10-03T19:51:50.778Z Compiling psl-types v2.0.11
17592024-10-03T19:51:50.853Z Compiling gimli v0.28.1
17602024-10-03T19:51:51.002Z Compiling stable_deref_trait v1.2.0
17612024-10-03T19:51:51.168Z Compiling anstyle-query v1.0.3
17622024-10-03T19:51:51.569Z Compiling colorchoice v1.0.1
17632024-10-03T19:51:51.757Z Compiling anstream v0.6.14
17642024-10-03T19:51:52.284Z Compiling typify-impl v0.2.0
17652024-10-03T19:51:53.086Z Compiling publicsuffix v2.2.3
17662024-10-03T19:51:53.374Z Compiling postgres-protocol v0.6.7
17672024-10-03T19:51:53.816Z Compiling miniz_oxide v0.7.2
17682024-10-03T19:51:54.552Z Compiling sec1 v0.7.3
17692024-10-03T19:51:55.113Z Compiling tokio-rustls v0.26.0
17702024-10-03T19:51:55.590Z Compiling addr2line v0.21.0
17712024-10-03T19:51:55.592Z Compiling group v0.13.0
17722024-10-03T19:51:55.926Z Compiling num-iter v0.1.45
17732024-10-03T19:51:57.002Z Compiling terminal_size v0.3.0
17742024-10-03T19:51:57.215Z Compiling tokio-native-tls v0.3.1
17752024-10-03T19:51:57.394Z Compiling phf_shared v0.11.2
17762024-10-03T19:51:57.509Z Compiling strum_macros v0.25.3
17772024-10-03T19:51:57.867Z Compiling http-body-util v0.1.2
17782024-10-03T19:51:58.409Z Compiling webpki-roots v0.26.3
17792024-10-03T19:51:58.534Z Compiling enum-as-inner v0.6.0
17802024-10-03T19:51:58.866Z Compiling hkdf v0.12.4
17812024-10-03T19:51:59.107Z Compiling crypto-bigint v0.5.5
17822024-10-03T19:51:59.320Z Compiling serde_repr v0.1.19
17832024-10-03T19:52:00.446Z Compiling object v0.32.2
17842024-10-03T19:52:01.481Z Compiling rustc-demangle v0.1.24
17852024-10-03T19:52:02.362Z Compiling winnow v0.5.40
17862024-10-03T19:52:02.695Z Compiling bitflags v1.3.2
17872024-10-03T19:52:02.831Z Compiling adler2 v2.0.0
17882024-10-03T19:52:03.027Z Compiling managed v0.8.0
17892024-10-03T19:52:03.484Z Compiling unicode-width v0.1.13
17902024-10-03T19:52:04.204Z Compiling clap_lex v0.7.0
17912024-10-03T19:52:04.268Z Compiling console v0.15.8
17922024-10-03T19:52:04.493Z Compiling typify-macro v0.2.0
17932024-10-03T19:52:04.642Z Compiling clap_builder v4.5.18
17942024-10-03T19:52:05.553Z Compiling miniz_oxide v0.8.0
17952024-10-03T19:52:06.144Z Compiling toml_edit v0.19.15
17962024-10-03T19:52:06.846Z Compiling elliptic-curve v0.13.8
17972024-10-03T19:52:08.212Z Compiling hyper-rustls v0.27.3
17982024-10-03T19:52:08.783Z Compiling hyper-tls v0.6.0
17992024-10-03T19:52:11.178Z Compiling phf v0.11.2
18002024-10-03T19:52:11.489Z Compiling rayon v1.10.0
18012024-10-03T19:52:11.511Z Compiling cookie_store v0.21.0
18022024-10-03T19:52:11.835Z Compiling postgres-types v0.2.8
18032024-10-03T19:52:11.892Z Compiling http-body v0.4.6
18042024-10-03T19:52:11.895Z Compiling h2 v0.3.26
18052024-10-03T19:52:12.505Z Compiling ed25519 v2.2.3
18062024-10-03T19:52:12.857Z Compiling hubpack v0.1.2
18072024-10-03T19:52:12.961Z Compiling phf_shared v0.10.0
18082024-10-03T19:52:13.016Z Compiling rustls-pemfile v2.1.3
18092024-10-03T19:52:13.524Z Compiling pkcs1 v0.7.5
18102024-10-03T19:52:13.647Z Compiling zerocopy v0.6.6
18112024-10-03T19:52:14.439Z Compiling bstr v1.9.1
18122024-10-03T19:52:14.461Z Compiling futures-executor v0.3.30
18132024-10-03T19:52:14.512Z Compiling serde-big-array v0.5.1
18142024-10-03T19:52:14.553Z Compiling rfc6979 v0.4.0
18152024-10-03T19:52:14.758Z Compiling idna v0.4.0
18162024-10-03T19:52:15.019Z Compiling float-cmp v0.9.0
18172024-10-03T19:52:15.038Z Compiling sync_wrapper v1.0.1
18182024-10-03T19:52:15.254Z Compiling mio v0.8.11
18192024-10-03T19:52:15.351Z Compiling memmap v0.7.0
18202024-10-03T19:52:15.703Z Compiling socket2 v0.4.10
18212024-10-03T19:52:16.159Z Compiling difflib v0.4.0
18222024-10-03T19:52:16.331Z Compiling predicates-core v1.0.6
18232024-10-03T19:52:16.410Z Compiling whoami v1.5.2
18242024-10-03T19:52:16.487Z Compiling static_assertions v1.1.0
18252024-10-03T19:52:16.639Z Compiling new_debug_unreachable v1.0.6
18262024-10-03T19:52:16.742Z Compiling winnow v0.6.18
18272024-10-03T19:52:16.774Z Compiling number_prefix v0.4.0
18282024-10-03T19:52:16.927Z Compiling bit-vec v0.6.3
18292024-10-03T19:52:17.015Z Compiling precomputed-hash v0.1.1
18302024-10-03T19:52:17.146Z Compiling data-encoding v2.6.0
18312024-10-03T19:52:17.328Z Compiling fixedbitset v0.4.2
18322024-10-03T19:52:17.348Z Compiling unicode-segmentation v1.11.0
18332024-10-03T19:52:17.746Z Compiling normalize-line-endings v0.3.0
18342024-10-03T19:52:18.141Z Compiling minimal-lexical v0.2.1
18352024-10-03T19:52:18.433Z Compiling reqwest v0.12.7
18362024-10-03T19:52:18.650Z Compiling nom v7.1.3
18372024-10-03T19:52:18.849Z Compiling hyper v0.14.30
18382024-10-03T19:52:19.438Z Compiling similar v2.6.0
18392024-10-03T19:52:20.424Z Compiling toml_edit v0.22.22
18402024-10-03T19:52:21.457Z Compiling hickory-proto v0.24.1
18412024-10-03T19:52:21.638Z Compiling predicates v3.1.2
18422024-10-03T19:52:22.271Z Compiling petgraph v0.6.5
18432024-10-03T19:52:23.133Z Compiling bit-set v0.5.3
18442024-10-03T19:52:23.431Z Compiling string_cache v0.8.7
18452024-10-03T19:52:23.842Z Compiling indicatif v0.17.8
18462024-10-03T19:52:25.685Z Compiling tokio-postgres v0.7.12
18472024-10-03T19:52:27.330Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18482024-10-03T19:52:27.604Z Compiling signal-hook-mio v0.2.4
18492024-10-03T19:52:27.798Z Compiling usdt v0.5.0
18502024-10-03T19:52:28.281Z Compiling ecdsa v0.16.9
18512024-10-03T19:52:28.502Z Compiling futures v0.3.30
18522024-10-03T19:52:29.107Z Compiling rsa v0.9.6
18532024-10-03T19:52:30.333Z Compiling ed25519-dalek v2.1.1
18542024-10-03T19:52:30.766Z Compiling toml v0.7.8
18552024-10-03T19:52:30.916Z Compiling flate2 v1.0.34
18562024-10-03T19:52:30.991Z Compiling clap v4.5.18
18572024-10-03T19:52:31.127Z Compiling itertools v0.12.1
18582024-10-03T19:52:31.147Z Compiling itertools v0.10.5
18592024-10-03T19:52:33.446Z Compiling tokio-stream v0.1.16
18602024-10-03T19:52:34.151Z Compiling hex v0.4.3
18612024-10-03T19:52:34.505Z Compiling x509-cert v0.2.5
18622024-10-03T19:52:34.813Z Compiling sha1 v0.10.6
18632024-10-03T19:52:35.221Z Compiling unicode-xid v0.2.4
18642024-10-03T19:52:35.433Z Compiling camino v1.1.9
18652024-10-03T19:52:36.020Z Compiling peg-runtime v0.8.3
18662024-10-03T19:52:36.916Z Compiling radium v0.7.0
18672024-10-03T19:52:37.357Z Compiling lalrpop-util v0.19.12
18682024-10-03T19:52:38.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18692024-10-03T19:52:42.427Z Compiling is-terminal v0.4.12
18702024-10-03T19:52:42.575Z Compiling maybe-uninit v2.0.0
18712024-10-03T19:52:43.314Z Compiling ident_case v1.0.1
18722024-10-03T19:52:44.128Z Compiling tap v1.0.1
18732024-10-03T19:52:51.075Z Compiling wyz v0.5.1
18742024-10-03T19:52:53.032Z Compiling darling_core v0.20.9
18752024-10-03T19:53:03.384Z Compiling typify v0.2.0
18762024-10-03T19:53:07.134Z Compiling bzip2-sys v0.1.11+1.0.8
18772024-10-03T19:53:07.651Z Compiling dirs-sys-next v0.1.2
18782024-10-03T19:53:08.141Z Compiling packed_struct v0.10.1
18792024-10-03T19:53:08.571Z Compiling base64 v0.21.7
18802024-10-03T19:53:08.740Z Compiling funty v2.0.0
18812024-10-03T19:53:09.108Z Compiling paste v1.0.15
18822024-10-03T19:53:09.742Z Compiling unsafe-libyaml v0.2.11
18832024-10-03T19:53:10.134Z Compiling rustls v0.22.4
18842024-10-03T19:53:11.236Z Compiling serde_yaml v0.9.34+deprecated
18852024-10-03T19:53:13.513Z Compiling bitvec v1.0.1
18862024-10-03T19:53:15.110Z Compiling dirs-next v2.0.0
18872024-10-03T19:53:21.933Z Compiling progenitor-impl v0.8.0
18882024-10-03T19:53:22.933Z Compiling darling_macro v0.20.9
18892024-10-03T19:53:24.707Z Compiling packed_struct_codegen v0.10.1
18902024-10-03T19:53:27.265Z Compiling structmeta-derive v0.3.0
18912024-10-03T19:53:28.724Z Compiling thread_local v1.1.8
18922024-10-03T19:53:29.387Z Compiling multer v3.1.0
18932024-10-03T19:53:29.436Z Compiling indexmap v1.9.3
18942024-10-03T19:53:29.515Z Compiling match_cfg v0.1.0
18952024-10-03T19:53:29.713Z Compiling fastrand v2.1.0
18962024-10-03T19:53:29.788Z Compiling nodrop v0.1.14
18972024-10-03T19:53:29.927Z Compiling slog-async v2.8.0
18982024-10-03T19:53:30.065Z Compiling crc-catalog v2.4.0
18992024-10-03T19:53:30.229Z Compiling crc v3.2.1
19002024-10-03T19:53:30.416Z Compiling tempfile v3.10.1
19012024-10-03T19:53:30.473Z Compiling structmeta v0.3.0
19022024-10-03T19:53:30.822Z Compiling array-init v0.0.4
19032024-10-03T19:53:32.124Z Compiling hostname v0.3.1
19042024-10-03T19:53:32.188Z Compiling progenitor-macro v0.8.0
19052024-10-03T19:53:36.047Z Compiling darling v0.20.9
19062024-10-03T19:53:36.066Z Compiling smallvec v0.6.14
19072024-10-03T19:53:36.290Z Compiling term v0.7.0
19082024-10-03T19:53:37.441Z Compiling progenitor-client v0.8.0
19092024-10-03T19:53:40.332Z Compiling slog-json v2.6.1
19102024-10-03T19:53:40.774Z Compiling crossbeam-channel v0.5.12
19112024-10-03T19:53:41.302Z Compiling pin-project-internal v1.1.5
19122024-10-03T19:53:41.631Z Compiling async-stream-impl v0.3.5
19132024-10-03T19:53:42.877Z Compiling dropshot v0.12.0
19142024-10-03T19:53:45.393Z Compiling take_mut v0.2.2
19152024-10-03T19:53:45.577Z Compiling same-file v1.0.6
19162024-10-03T19:53:45.856Z Compiling bitfield v0.14.0
19172024-10-03T19:53:46.154Z Compiling termcolor v1.4.1
19182024-10-03T19:53:47.009Z Compiling hashbrown v0.12.3
19192024-10-03T19:53:47.155Z Compiling progenitor v0.8.0
19202024-10-03T19:53:47.174Z Compiling env_logger v0.10.2
19212024-10-03T19:53:49.444Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19222024-10-03T19:53:50.118Z Compiling walkdir v2.5.0
19232024-10-03T19:54:00.702Z Compiling pin-project v1.1.5
19242024-10-03T19:54:01.641Z Compiling async-stream v0.3.5
19252024-10-03T19:54:01.708Z Compiling tokio-rustls v0.25.0
19262024-10-03T19:54:03.295Z Compiling slog-bunyan v2.5.0
19272024-10-03T19:54:03.704Z Compiling slog-term v2.9.1
19282024-10-03T19:54:04.498Z Compiling serde-hex v0.1.0
19292024-10-03T19:54:05.192Z Compiling bzip2 v0.4.4
19302024-10-03T19:54:05.652Z Compiling serde_with_macros v3.9.0
19312024-10-03T19:54:07.008Z Compiling parse-display-derive v0.10.0
19322024-10-03T19:54:07.632Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19332024-10-03T19:54:07.973Z Compiling toml v0.8.19
19342024-10-03T19:54:08.300Z Compiling ron v0.8.1
19352024-10-03T19:54:10.879Z Compiling strum_macros v0.26.4
19362024-10-03T19:54:12.664Z Compiling ipnetwork v0.20.0
19372024-10-03T19:54:12.809Z Compiling newtype-uuid v1.1.0
19382024-10-03T19:54:13.171Z Compiling xattr v1.3.1
19392024-10-03T19:54:13.504Z Compiling waitgroup v0.1.2
19402024-10-03T19:54:13.764Z Compiling snafu-derive v0.8.2
19412024-10-03T19:54:14.824Z Compiling dropshot_endpoint v0.12.0
19422024-10-03T19:54:15.422Z Compiling serde_path_to_error v0.1.16
19432024-10-03T19:54:15.536Z Compiling hashbrown v0.13.2
19442024-10-03T19:54:15.554Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19452024-10-03T19:54:16.329Z Compiling ring v0.16.20
19462024-10-03T19:54:16.362Z Compiling blake3 v1.5.1
19472024-10-03T19:54:16.401Z Compiling hostname v0.4.0
19482024-10-03T19:54:16.677Z Compiling filetime v0.2.25
19492024-10-03T19:54:16.894Z Compiling instant v0.1.12
19502024-10-03T19:54:16.919Z Compiling debug-ignore v1.0.5
19512024-10-03T19:54:17.016Z Compiling sync_wrapper v0.1.2
19522024-10-03T19:54:17.066Z Compiling buf-list v1.0.3
19532024-10-03T19:54:17.165Z Compiling crc-any v2.5.0
19542024-10-03T19:54:17.516Z Compiling reqwest v0.11.27
19552024-10-03T19:54:17.668Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19562024-10-03T19:54:18.097Z Compiling backoff v0.4.0
19572024-10-03T19:54:18.460Z Compiling tar v0.4.42
19582024-10-03T19:54:18.579Z Compiling snafu v0.8.2
19592024-10-03T19:54:18.754Z Compiling object v0.30.4
19602024-10-03T19:54:19.869Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19612024-10-03T19:54:20.089Z Compiling strum v0.26.3
19622024-10-03T19:54:20.284Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19632024-10-03T19:54:23.175Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19642024-10-03T19:54:23.747Z Compiling parse-display v0.10.0
19652024-10-03T19:54:23.891Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19662024-10-03T19:54:24.063Z Compiling serde_with v3.9.0
19672024-10-03T19:54:25.584Z Compiling zip v0.6.6
19682024-10-03T19:54:25.701Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19692024-10-03T19:54:26.452Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
19702024-10-03T19:54:28.262Z Compiling camino-tempfile v1.1.1
19712024-10-03T19:54:28.534Z Compiling globset v0.4.14
19722024-10-03T19:54:29.029Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19732024-10-03T19:54:29.229Z Compiling pem v3.0.4
19742024-10-03T19:54:30.756Z Compiling olpc-cjson v0.1.3
19752024-10-03T19:54:31.091Z Compiling serde_plain v1.0.2
19762024-10-03T19:54:31.547Z Compiling macaddr v1.0.1
19772024-10-03T19:54:31.622Z Compiling regress v0.9.1
19782024-10-03T19:54:32.174Z Compiling async-recursion v1.1.1
19792024-10-03T19:54:32.188Z Compiling memmap2 v0.9.4
19802024-10-03T19:54:32.769Z Compiling arrayref v0.3.7
19812024-10-03T19:54:32.890Z Compiling path-slash v0.1.5
19822024-10-03T19:54:33.132Z Compiling untrusted v0.7.1
19832024-10-03T19:54:33.347Z Compiling typed-path v0.7.1
19842024-10-03T19:54:33.608Z Compiling spin v0.5.2
19852024-10-03T19:54:33.872Z Compiling constant_time_eq v0.3.0
19862024-10-03T19:54:34.065Z Compiling arrayvec v0.7.4
19872024-10-03T19:54:36.037Z Compiling tough v0.17.1
19882024-10-03T19:54:37.256Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19892024-10-03T19:54:40.038Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19902024-10-03T19:54:41.259Z Compiling itertools v0.13.0
19912024-10-03T19:54:42.302Z Compiling cargo-platform v0.1.8
19922024-10-03T19:54:43.442Z Compiling topological-sort v0.2.2
19932024-10-03T19:54:43.723Z Compiling parse-size v1.0.0
19942024-10-03T19:54:44.023Z Compiling omicron-zone-package v0.11.1
19952024-10-03T19:54:44.755Z Compiling cargo_metadata v0.18.1
19962024-10-03T19:54:44.971Z Compiling shell-words v1.1.0
19972024-10-03T19:54:50.071Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19982024-10-03T19:55:05.018Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19992024-10-03T19:55:19.745Z Finished `release` profile [optimized] target(s) in 5m 04s
20002024-10-03T19:55:19.898Z Running `target/release/omicron-releng --output-dir /work`
20012024-10-03T19:55:19.941ZOct 03 19:55:18.685 DEBG changing working directory to /work/oxidecomputer/omicron
20022024-10-03T19:55:20.034ZOct 03 19:55:18.780 DEBG running: git rev-parse HEAD
20032024-10-03T19:55:20.040ZOct 03 19:55:18.787 DEBG process exited with exit status: 0 (6.479234ms)
20042024-10-03T19:55:20.041ZOct 03 19:55:18.787 INFO version: 11.0.0-0.ci+git09053cabe90
20052024-10-03T19:55:20.081ZOct 03 19:55:18.827 INFO cloning helios to /work/oxidecomputer/helios
20062024-10-03T19:55:20.081ZOct 03 19:55:18.827 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20072024-10-03T19:55:20.086ZCloning into '/work/oxidecomputer/helios'...
20082024-10-03T19:55:20.635ZOct 03 19:55:19.380 DEBG process exited with exit status: 0 (553.227155ms)
20092024-10-03T19:55:20.635ZOct 03 19:55:19.380 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20102024-10-03T19:55:20.642Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
20112024-10-03T19:55:20.642Z# branch.head master
20122024-10-03T19:55:20.642Z# branch.upstream origin/master
20132024-10-03T19:55:20.642Z# branch.ab +0 -0
20142024-10-03T19:55:20.644ZOct 03 19:55:19.389 DEBG process exited with exit status: 0 (8.370274ms)
20152024-10-03T19:55:20.644ZOct 03 19:55:19.389 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20162024-10-03T19:55:21.389ZOct 03 19:55:20.135 DEBG process exited with exit status: 0 (745.671571ms)
20172024-10-03T19:55:21.389ZOct 03 19:55:20.135 DEBG running: zfs list rpool/images/build/host
20182024-10-03T19:55:21.395ZNAME USED AVAIL REFER MOUNTPOINT
20192024-10-03T19:55:21.395Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20202024-10-03T19:55:21.398ZOct 03 19:55:20.142 DEBG process exited with exit status: 0 (7.211694ms)
20212024-10-03T19:55:21.398ZOct 03 19:55:20.142 DEBG running: zfs list rpool/images/build/recovery
20222024-10-03T19:55:21.402ZNAME USED AVAIL REFER MOUNTPOINT
20232024-10-03T19:55:21.402Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20242024-10-03T19:55:21.404ZOct 03 19:55:20.149 DEBG process exited with exit status: 0 (6.489743ms)
20252024-10-03T19:55:21.404ZOct 03 19:55:20.150 INFO [hubris-production] running task
20262024-10-03T19:55:21.404ZOct 03 19:55:20.150 INFO [hubris-staging] running task
20272024-10-03T19:55:21.405ZOct 03 19:55:20.150 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20282024-10-03T19:55:21.407ZOct 03 19:55:20.153 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
20292024-10-03T19:55:21.473Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20302024-10-03T19:55:21.928Z[ omicron-package] Blocking waiting for file lock on package cache
20312024-10-03T19:55:22.480Z[ omicron-package] Blocking waiting for file lock on package cache
20322024-10-03T19:55:22.743Z[ omicron-package] Blocking waiting for file lock on package cache
20332024-10-03T19:55:23.096ZOct 03 19:55:21.842 INFO [hubris-production] task succeeded (1.691846962s)
20342024-10-03T19:55:23.545Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20352024-10-03T19:55:23.545Z[ omicron-package] Compiling heapless v0.8.0
20362024-10-03T19:55:23.545Z[ omicron-package] Compiling hash32 v0.3.1
20372024-10-03T19:55:23.545Z[ omicron-package] Compiling smoltcp v0.11.0
20382024-10-03T19:55:23.545Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20392024-10-03T19:55:23.545Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20402024-10-03T19:55:23.545Z[ omicron-package] Compiling embedded-io v0.4.0
20412024-10-03T19:55:23.545Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20422024-10-03T19:55:24.508Z[ omicron-package] Compiling cobs v0.2.3
20432024-10-03T19:55:24.619Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20442024-10-03T19:55:24.884Z[ omicron-package] Compiling num_enum_derive v0.5.11
20452024-10-03T19:55:25.114Z[ omicron-package] Compiling proc-macro-error v1.0.4
20462024-10-03T19:55:25.297Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20472024-10-03T19:55:25.540Z[ omicron-package] Compiling postcard v1.0.8
20482024-10-03T19:55:25.639Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20492024-10-03T19:55:25.692Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20502024-10-03T19:55:26.446Z[ omicron-package] Compiling tabwriter v1.4.0
20512024-10-03T19:55:26.446Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20522024-10-03T19:55:26.497Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20532024-10-03T19:55:26.727Z[ omicron-package] Compiling foreign-types v0.5.0
20542024-10-03T19:55:27.390Z[ omicron-package] Compiling cstr-argument v0.1.2
20552024-10-03T19:55:27.472Z[ omicron-package] Compiling pretty-hex v0.2.1
20562024-10-03T19:55:28.067Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20572024-10-03T19:55:28.229Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20582024-10-03T19:55:28.344Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20592024-10-03T19:55:28.456Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20602024-10-03T19:55:28.624Z[ omicron-package] Compiling colored v2.1.0
20612024-10-03T19:55:29.151Z[ omicron-package] Compiling num_enum v0.5.11
20622024-10-03T19:55:29.291Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20632024-10-03T19:55:29.484Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20642024-10-03T19:55:29.518Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
20652024-10-03T19:55:29.985Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20662024-10-03T19:55:30.172Z[ omicron-package] Compiling num-derive v0.4.2
20672024-10-03T19:55:30.448Z[ omicron-package] Compiling sigpipe v0.1.3
20682024-10-03T19:55:30.450Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20692024-10-03T19:55:30.513Z[ omicron-package] Compiling libefi-sys v0.1.0
20702024-10-03T19:55:30.890Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20712024-10-03T19:55:31.225Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20722024-10-03T19:55:31.603ZOct 03 19:55:30.345 INFO [hubris-staging] task succeeded (10.195129142s)
20732024-10-03T19:55:31.649Z[ omicron-package] Compiling smf v0.2.3
20742024-10-03T19:55:31.693Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20752024-10-03T19:55:32.479Z[ omicron-package] Compiling zone v0.3.0
20762024-10-03T19:55:32.581Z[ omicron-package] Compiling bitfield-struct v0.6.1
20772024-10-03T19:55:34.570Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20782024-10-03T19:55:34.980Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
20792024-10-03T19:55:35.546Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20802024-10-03T19:55:36.486Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20812024-10-03T19:55:36.799Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20822024-10-03T19:55:36.857Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20832024-10-03T19:55:37.129Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20842024-10-03T19:55:37.677Z[ omicron-package] Compiling gethostname v0.5.0
20852024-10-03T19:55:40.128Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20862024-10-03T19:55:41.829Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20872024-10-03T19:55:44.676Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20882024-10-03T19:55:45.203Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20892024-10-03T19:55:46.751Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20902024-10-03T19:56:01.068Z[ helios-setup] Oct 03 19:55:59.809 INFO helios repository root is: /work/oxidecomputer/helios
20912024-10-03T19:56:01.071Z[ helios-setup] Oct 03 19:55:59.811 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
20922024-10-03T19:56:01.071Z[ helios-setup] Oct 03 19:55:59.811 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20932024-10-03T19:56:01.073Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20942024-10-03T19:56:01.717Z[ helios-setup] Oct 03 19:56:00.458 INFO clone ok!, project: phbl
20952024-10-03T19:56:01.720Z[ helios-setup] Oct 03 19:56:00.459 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
20962024-10-03T19:56:01.720Z[ helios-setup] Oct 03 19:56:00.459 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20972024-10-03T19:56:01.722Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20982024-10-03T19:56:02.627Z[ helios-setup] Oct 03 19:56:01.368 INFO clone ok!, project: bootserver
20992024-10-03T19:56:02.630Z[ helios-setup] Oct 03 19:56:01.368 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
21002024-10-03T19:56:02.630Z[ helios-setup] Oct 03 19:56:01.368 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21012024-10-03T19:56:02.632Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21022024-10-03T19:56:03.813Z[ helios-setup] Oct 03 19:56:02.553 INFO clone ok!, project: chelsio-t6-roms
21032024-10-03T19:56:03.815Z[ helios-setup] Oct 03 19:56:02.553 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21042024-10-03T19:56:03.816Z[ helios-setup] Oct 03 19:56:02.553 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21052024-10-03T19:56:03.816Z[ helios-setup] Oct 03 19:56:02.553 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
21062024-10-03T19:56:03.816Z[ helios-setup] Oct 03 19:56:02.553 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21072024-10-03T19:56:03.820Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21082024-10-03T19:56:04.821Z[ helios-setup] Oct 03 19:56:03.562 INFO clone ok!, project: pilot
21092024-10-03T19:56:04.824Z[ helios-setup] Oct 03 19:56:03.563 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
21102024-10-03T19:56:04.824Z[ helios-setup] Oct 03 19:56:03.563 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21112024-10-03T19:56:04.826Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21122024-10-03T19:56:05.405Z[ helios-setup] Oct 03 19:56:04.146 INFO clone ok!, project: image-builder
21132024-10-03T19:56:05.408Z[ helios-setup] Oct 03 19:56:04.146 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21142024-10-03T19:56:05.408Z[ helios-setup] Oct 03 19:56:04.146 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
21152024-10-03T19:56:05.408Z[ helios-setup] Oct 03 19:56:04.147 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21162024-10-03T19:56:05.411Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21172024-10-03T19:56:06.965Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.54s
21182024-10-03T19:56:07.203Z[ omicron-package]
21192024-10-03T19:56:07.203Z[ omicron-package] real 45.747808155
21202024-10-03T19:56:07.203Z[ omicron-package] user 2:35.255952061
21212024-10-03T19:56:07.206Z[ omicron-package] sys 21.649928048
21222024-10-03T19:56:07.206Z[ omicron-package] trap 0.174399079
21232024-10-03T19:56:07.206Z[ omicron-package] tflt 0.830838670
21242024-10-03T19:56:07.206Z[ omicron-package] dflt 0.565762165
21252024-10-03T19:56:07.206Z[ omicron-package] kflt 0.000154095
21262024-10-03T19:56:07.206Z[ omicron-package] lock 5:28.464300655
21272024-10-03T19:56:07.206Z[ omicron-package] slp 8:08.264348458
21282024-10-03T19:56:07.206Z[ omicron-package] lat 1:32.347514066
21292024-10-03T19:56:07.207Z[ omicron-package] stop 55.149072446
21302024-10-03T19:56:07.207ZOct 03 19:56:05.945 INFO [omicron-package] process exited with exit status: 0 (45.791747604s)
21312024-10-03T19:56:07.207ZOct 03 19:56:05.945 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
21322024-10-03T19:56:07.275ZOct 03 19:56:06.016 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21332024-10-03T19:56:07.287Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21342024-10-03T19:56:07.291Z[ host-target] Created new build target 'host' and set it as active
21352024-10-03T19:56:07.291ZOct 03 19:56:06.030 INFO [host-target] process exited with exit status: 0 (84.644135ms)
21362024-10-03T19:56:07.291ZOct 03 19:56:06.030 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21372024-10-03T19:56:07.297Z[ recovery-target] Created new build target 'recovery' and set it as active
21382024-10-03T19:56:07.297Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21392024-10-03T19:56:07.301ZOct 03 19:56:06.040 INFO [recovery-target] process exited with exit status: 0 (24.497859ms)
21402024-10-03T19:56:07.308Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21412024-10-03T19:56:08.532Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21422024-10-03T19:56:08.532Z[ host-package] Compiling convert_case v0.4.0
21432024-10-03T19:56:08.534Z[ host-package] Compiling camino v1.1.9
21442024-10-03T19:56:08.534Z[ host-package] Compiling newline-converter v0.3.0
21452024-10-03T19:56:08.534Z[ host-package] Compiling password-hash v0.5.0
21462024-10-03T19:56:08.534Z[ host-package] Compiling blake2 v0.10.6
21472024-10-03T19:56:08.677Z[ host-package] Compiling cancel-safe-futures v0.1.5
21482024-10-03T19:56:08.744Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21492024-10-03T19:56:08.893Z[ host-package] Compiling expectorate v1.1.0
21502024-10-03T19:56:08.920Z[ host-package] Compiling owo-colors v4.1.0
21512024-10-03T19:56:09.103Z[ host-package] Compiling derive-where v1.2.7
21522024-10-03T19:56:09.312Z[ host-package] Compiling argon2 v0.5.3
21532024-10-03T19:56:09.403Z[ host-package] Compiling derive_more v0.99.18
21542024-10-03T19:56:09.629Z[ host-package] Compiling libsw v3.3.1
21552024-10-03T19:56:09.964Z[ host-package] Compiling indent_write v2.2.0
21562024-10-03T19:56:10.061Z[ host-package] Compiling swrite v0.1.0
21572024-10-03T19:56:10.115Z[ host-package] Compiling linear-map v1.2.0
21582024-10-03T19:56:10.241Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21592024-10-03T19:56:10.352Z[ host-package] Compiling toml v0.8.19
21602024-10-03T19:56:10.546Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21612024-10-03T19:56:10.823Z[ host-package] Compiling progenitor-client v0.8.0
21622024-10-03T19:56:10.996Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21632024-10-03T19:56:11.380Z[ helios-setup] Oct 03 19:56:10.119 INFO clone ok!, project: amd-firmware
21642024-10-03T19:56:11.382Z[ helios-setup] Oct 03 19:56:10.120 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
21652024-10-03T19:56:11.382Z[ helios-setup] Oct 03 19:56:10.120 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
21662024-10-03T19:56:11.386Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21672024-10-03T19:56:11.394Z[ host-package] Compiling progenitor v0.8.0
21682024-10-03T19:56:11.637Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21692024-10-03T19:56:11.891Z[ host-package] Compiling num-rational v0.4.2
21702024-10-03T19:56:11.935Z[ host-package] Compiling num-complex v0.4.6
21712024-10-03T19:56:12.408Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21722024-10-03T19:56:12.690Z[ host-package] Compiling dirs-sys-next v0.1.2
21732024-10-03T19:56:12.693Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21742024-10-03T19:56:12.703Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21752024-10-03T19:56:13.205Z[ host-package] Compiling num v0.4.3
21762024-10-03T19:56:13.264Z[ host-package] Compiling dirs-next v2.0.0
21772024-10-03T19:56:13.335Z[ host-package] Compiling float-ord v0.3.2
21782024-10-03T19:56:13.468Z[ host-package] Compiling term v0.7.0
21792024-10-03T19:56:13.512Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21802024-10-03T19:56:14.429Z[ host-package] Compiling atomicwrites v0.4.4
21812024-10-03T19:56:14.801Z[ host-package] Compiling semver v0.1.20
21822024-10-03T19:56:15.047Z[ host-package] Compiling prettyplease v0.2.22
21832024-10-03T19:56:15.420Z[ host-package] Compiling rustc_version v0.1.7
21842024-10-03T19:56:15.449Z[ host-package] Compiling is-terminal v0.4.12
21852024-10-03T19:56:15.645Z[ host-package] Compiling utf-8 v0.7.6
21862024-10-03T19:56:15.834Z[ host-package] Compiling newtype_derive v0.1.6
21872024-10-03T19:56:16.042Z[ host-package] Compiling highway v1.2.0
21882024-10-03T19:56:16.292Z[ host-package] Compiling humantime v2.1.0
21892024-10-03T19:56:16.328Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21902024-10-03T19:56:17.374Z[ host-package] Compiling linked-hash-map v0.5.6
21912024-10-03T19:56:17.542Z[ host-package] Compiling steno v0.4.1
21922024-10-03T19:56:17.563Z[ host-package] Compiling quick-error v1.2.3
21932024-10-03T19:56:17.751Z[ host-package] Compiling home v0.5.9
21942024-10-03T19:56:17.821Z[ host-package] Compiling lru-cache v0.1.2
21952024-10-03T19:56:18.014Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21962024-10-03T19:56:18.066Z[ host-package] Compiling resolv-conf v0.7.0
21972024-10-03T19:56:20.078Z[ host-package] Compiling rustls v0.22.4
21982024-10-03T19:56:20.113Z[ host-package] Compiling thread_local v1.1.8
21992024-10-03T19:56:20.723Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22002024-10-03T19:56:20.736Z[ helios-setup] Oct 03 19:56:19.475 INFO clone ok!, project: amd-host-image-builder
22012024-10-03T19:56:20.739Z[ helios-setup] Oct 03 19:56:19.476 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
22022024-10-03T19:56:20.739Z[ helios-setup] Oct 03 19:56:19.476 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22032024-10-03T19:56:20.744Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22042024-10-03T19:56:20.793Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22052024-10-03T19:56:21.059Z[ host-package] Compiling match_cfg v0.1.0
22062024-10-03T19:56:21.173Z[ host-package] Compiling hostname v0.3.1
22072024-10-03T19:56:21.538Z[ helios-setup] Oct 03 19:56:20.276 INFO clone ok!, project: pinprick
22082024-10-03T19:56:21.541Z[ helios-setup] Oct 03 19:56:20.276 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22092024-10-03T19:56:21.709Z[ host-package] Compiling hickory-resolver v0.24.1
22102024-10-03T19:56:22.580Z[ helios-setup] Oct 03 19:56:21.319 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22112024-10-03T19:56:23.214Z[ helios-setup] Oct 03 19:56:21.953 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22122024-10-03T19:56:23.217Z[ helios-setup] Oct 03 19:56:21.953 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22132024-10-03T19:56:23.771Z[ helios-setup] Oct 03 19:56:22.510 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22142024-10-03T19:56:24.298Z[ helios-setup] Oct 03 19:56:23.037 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22152024-10-03T19:56:24.300Z[ helios-setup] Oct 03 19:56:23.037 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22162024-10-03T19:56:24.813Z[ helios-setup] Oct 03 19:56:23.551 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22172024-10-03T19:56:25.337Z[ helios-setup] Oct 03 19:56:24.075 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22182024-10-03T19:56:25.337Z[ helios-setup] Oct 03 19:56:24.075 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22192024-10-03T19:56:25.340Z[ helios-setup] Oct 03 19:56:24.075 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22202024-10-03T19:56:25.340Z[ helios-setup] Oct 03 19:56:24.075 INFO ok!
22212024-10-03T19:56:25.340Z[ helios-setup] Oct 03 19:56:24.075 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22222024-10-03T19:56:25.340Z[ helios-setup] Oct 03 19:56:24.075 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22232024-10-03T19:56:25.340Z[ helios-setup] Oct 03 19:56:24.075 INFO ok!
22242024-10-03T19:56:25.340Z[ helios-setup] Oct 03 19:56:24.075 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22252024-10-03T19:56:25.340Z[ helios-setup] Oct 03 19:56:24.075 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22262024-10-03T19:56:25.340Z[ helios-setup] Oct 03 19:56:24.075 INFO ok!
22272024-10-03T19:56:25.340Z[ helios-setup] Oct 03 19:56:24.075 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
22282024-10-03T19:56:25.340Z[ helios-setup] Oct 03 19:56:24.076 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
22292024-10-03T19:56:25.693Z[ helios-setup] Oct 03 19:56:24.432 INFO E| Downloading crates ...
22302024-10-03T19:56:25.830Z[ helios-setup] Oct 03 19:56:24.568 INFO E| Downloaded block-buffer v0.10.3
22312024-10-03T19:56:25.863Z[ helios-setup] Oct 03 19:56:24.602 INFO E| Downloaded unicode-width v0.1.10
22322024-10-03T19:56:25.866Z[ helios-setup] Oct 03 19:56:24.604 INFO E| Downloaded sha2 v0.10.5
22332024-10-03T19:56:25.869Z[ helios-setup] Oct 03 19:56:24.608 INFO E| Downloaded digest v0.10.3
22342024-10-03T19:56:25.872Z[ helios-setup] Oct 03 19:56:24.611 INFO E| Downloaded generic-array v0.14.6
22352024-10-03T19:56:25.875Z[ helios-setup] Oct 03 19:56:24.613 INFO E| Downloaded cpufeatures v0.2.5
22362024-10-03T19:56:25.877Z[ helios-setup] Oct 03 19:56:24.616 INFO E| Downloaded anyhow v1.0.62
22372024-10-03T19:56:25.884Z[ helios-setup] Oct 03 19:56:24.623 INFO E| Downloaded miniz_oxide v0.6.2
22382024-10-03T19:56:25.887Z[ helios-setup] Oct 03 19:56:24.626 INFO E| Downloaded typenum v1.15.0
22392024-10-03T19:56:25.890Z[ helios-setup] Oct 03 19:56:24.629 INFO E| Downloaded flate2 v1.0.25
22402024-10-03T19:56:25.897Z[ helios-setup] Oct 03 19:56:24.636 INFO E| Downloaded bytes v1.2.1
22412024-10-03T19:56:26.102Z[ helios-setup] Oct 03 19:56:24.840 INFO E| Compiling typenum v1.15.0
22422024-10-03T19:56:26.333Z[ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling version_check v0.9.4
22432024-10-03T19:56:26.333Z[ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling cfg-if v1.0.0
22442024-10-03T19:56:26.333Z[ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling crc32fast v1.3.2
22452024-10-03T19:56:26.336Z[ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling anyhow v1.0.62
22462024-10-03T19:56:26.336Z[ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling adler v1.0.2
22472024-10-03T19:56:26.336Z[ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling cpufeatures v0.2.5
22482024-10-03T19:56:26.336Z[ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling unicode-width v0.1.10
22492024-10-03T19:56:26.473Z[ host-package] Compiling multer v3.1.0
22502024-10-03T19:56:26.497Z[ helios-setup] Oct 03 19:56:25.235 INFO E| Compiling bitflags v1.3.2
22512024-10-03T19:56:26.631Z[ helios-setup] Oct 03 19:56:25.369 INFO E| Compiling miniz_oxide v0.6.2
22522024-10-03T19:56:26.634Z[ host-package] Compiling slog-async v2.8.0
22532024-10-03T19:56:26.729Z[ helios-setup] Oct 03 19:56:25.468 INFO E| Compiling getopts v0.2.21
22542024-10-03T19:56:26.746Z[ host-package] Compiling slog-json v2.6.1
22552024-10-03T19:56:26.887Z[ helios-setup] Oct 03 19:56:25.625 INFO E| Compiling bytes v1.2.1
22562024-10-03T19:56:27.424Z[ host-package] Compiling crossbeam-channel v0.5.12
22572024-10-03T19:56:27.581Z[ helios-setup] Oct 03 19:56:26.319 INFO E| Compiling generic-array v0.14.6
22582024-10-03T19:56:28.661Z[ helios-setup] Oct 03 19:56:27.399 INFO E| Compiling flate2 v1.0.25
22592024-10-03T19:56:29.583Z[ host-package] Compiling take_mut v0.2.2
22602024-10-03T19:56:29.641Z[ host-package] Compiling slog-bunyan v2.5.0
22612024-10-03T19:56:31.449Z[ host-package] Compiling tokio-rustls v0.25.0
22622024-10-03T19:56:31.489Z[ host-package] Compiling slog-term v2.9.1
22632024-10-03T19:56:31.930Z[ host-package] Compiling dropshot v0.12.0
22642024-10-03T19:56:32.058Z[ host-package] Compiling async-stream v0.3.5
22652024-10-03T19:56:32.243Z[ helios-setup] Oct 03 19:56:30.981 INFO E| Compiling block-buffer v0.10.3
22662024-10-03T19:56:32.243Z[ helios-setup] Oct 03 19:56:30.981 INFO E| Compiling crypto-common v0.1.6
22672024-10-03T19:56:32.476Z[ host-package] Compiling waitgroup v0.1.2
22682024-10-03T19:56:32.487Z[ helios-setup] Oct 03 19:56:31.225 INFO E| Compiling digest v0.10.3
22692024-10-03T19:56:32.707Z[ host-package] Compiling ipnetwork v0.20.0
22702024-10-03T19:56:32.823Z[ host-package] Compiling newtype-uuid v1.1.0
22712024-10-03T19:56:32.883Z[ helios-setup] Oct 03 19:56:31.621 INFO E| Compiling sha2 v0.10.5
22722024-10-03T19:56:32.898Z[ host-package] Compiling serde_path_to_error v0.1.16
22732024-10-03T19:56:33.223Z[ host-package] Compiling hostname v0.4.0
22742024-10-03T19:56:33.361Z[ helios-setup] Oct 03 19:56:32.098 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
22752024-10-03T19:56:33.537Z[ host-package] Compiling instant v0.1.12
22762024-10-03T19:56:33.564Z[ host-package] Compiling debug-ignore v1.0.5
22772024-10-03T19:56:33.726Z[ host-package] Compiling backoff v0.4.0
22782024-10-03T19:56:33.904Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22792024-10-03T19:56:34.192Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22802024-10-03T19:56:34.672Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
22812024-10-03T19:56:34.796Z[ host-package] Compiling parse-display v0.10.0
22822024-10-03T19:56:35.559Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22832024-10-03T19:56:35.771Z[ host-package] Compiling strum v0.26.3
22842024-10-03T19:56:36.162Z[ host-package] Compiling serde_with v3.9.0
22852024-10-03T19:56:37.815Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22862024-10-03T19:56:39.077Z[ helios-setup] Oct 03 19:56:37.814 INFO E| Finished `release` profile [optimized] target(s) in 13.65s
22872024-10-03T19:56:39.091Z[ helios-setup] Oct 03 19:56:37.828 INFO building project "bootserver" ok (13 seconds)
22882024-10-03T19:56:39.091Z[ helios-setup] Oct 03 19:56:37.829 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22892024-10-03T19:56:39.094Z[ helios-setup] Oct 03 19:56:37.829 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22902024-10-03T19:56:39.415Z[ helios-setup] Oct 03 19:56:38.152 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
22912024-10-03T19:56:40.699Z[ helios-setup] Oct 03 19:56:39.436 INFO E| From https://github.com/oxidecomputer/progenitor
22922024-10-03T19:56:40.702Z[ helios-setup] Oct 03 19:56:39.436 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
22932024-10-03T19:56:40.732Z[ helios-setup] Oct 03 19:56:39.469 INFO E| * [new tag] v0.1.1 -> v0.1.1
22942024-10-03T19:56:40.732Z[ helios-setup] Oct 03 19:56:39.469 INFO E| * [new tag] v0.2.0 -> v0.2.0
22952024-10-03T19:56:40.881Z[ helios-setup] Oct 03 19:56:39.617 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22962024-10-03T19:56:41.114Z[ host-package] Compiling regress v0.9.1
22972024-10-03T19:56:41.137Z[ host-package] Compiling macaddr v1.0.1
22982024-10-03T19:56:41.367Z[ helios-setup] Oct 03 19:56:40.103 INFO E| From https://github.com/jclulow/hiercmd
22992024-10-03T19:56:41.367Z[ helios-setup] Oct 03 19:56:40.103 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
23002024-10-03T19:56:41.388Z[ helios-setup] Oct 03 19:56:40.125 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
23012024-10-03T19:56:41.587Z[ host-package] Compiling slog-dtrace v0.3.0
23022024-10-03T19:56:41.862Z[ helios-setup] Oct 03 19:56:40.599 INFO E| From https://github.com/jclulow/network-interface
23032024-10-03T19:56:41.862Z[ helios-setup] Oct 03 19:56:40.599 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
23042024-10-03T19:56:41.909Z[ helios-setup] Oct 03 19:56:40.646 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23052024-10-03T19:56:42.448Z[ helios-setup] Oct 03 19:56:41.184 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23062024-10-03T19:56:42.448Z[ helios-setup] Oct 03 19:56:41.185 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
23072024-10-03T19:56:42.484Z[ helios-setup] Oct 03 19:56:41.221 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
23082024-10-03T19:56:43.549Z[ helios-setup] Oct 03 19:56:42.285 INFO E| From https://github.com/oxidecomputer/facade
23092024-10-03T19:56:43.549Z[ helios-setup] Oct 03 19:56:42.285 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
23102024-10-03T19:56:43.591Z[ helios-setup] Oct 03 19:56:42.327 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
23112024-10-03T19:56:43.677Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23122024-10-03T19:56:43.792Z[ host-package] Compiling display-error-chain v0.2.1
23132024-10-03T19:56:43.975Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23142024-10-03T19:56:43.997Z[ host-package] Compiling half v2.4.1
23152024-10-03T19:56:44.502Z[ helios-setup] Oct 03 19:56:43.238 INFO E| From https://github.com/oxidecomputer/dropshot
23162024-10-03T19:56:44.502Z[ helios-setup] Oct 03 19:56:43.238 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
23172024-10-03T19:56:44.537Z[ helios-setup] Oct 03 19:56:43.273 INFO E| * [new tag] v0.3.0 -> v0.3.0
23182024-10-03T19:56:44.537Z[ helios-setup] Oct 03 19:56:43.273 INFO E| * [new tag] v0.4.0 -> v0.4.0
23192024-10-03T19:56:44.539Z[ helios-setup] Oct 03 19:56:43.274 INFO E| * [new tag] v0.5.0 -> v0.5.0
23202024-10-03T19:56:44.539Z[ helios-setup] Oct 03 19:56:43.274 INFO E| * [new tag] v0.5.1 -> v0.5.1
23212024-10-03T19:56:44.539Z[ helios-setup] Oct 03 19:56:43.274 INFO E| * [new tag] v0.6.0 -> v0.6.0
23222024-10-03T19:56:44.540Z[ helios-setup] Oct 03 19:56:43.274 INFO E| * [new tag] v0.7.0 -> v0.7.0
23232024-10-03T19:56:44.540Z[ helios-setup] Oct 03 19:56:43.274 INFO E| * [new tag] v0.8.0 -> v0.8.0
23242024-10-03T19:56:44.540Z[ helios-setup] Oct 03 19:56:43.274 INFO E| * [new tag] v0.9.0 -> v0.9.0
23252024-10-03T19:56:44.585Z[ helios-setup] Oct 03 19:56:43.321 INFO E| Updating crates.io index
23262024-10-03T19:56:44.697Z[ helios-setup] Oct 03 19:56:43.430 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
23272024-10-03T19:56:44.746Z[ host-package] Compiling ciborium-io v0.2.2
23282024-10-03T19:56:44.796Z[ host-package] Compiling tungstenite v0.21.0
23292024-10-03T19:56:44.919Z[ host-package] Compiling ciborium-ll v0.2.2
23302024-10-03T19:56:45.115Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23312024-10-03T19:56:45.430Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23322024-10-03T19:56:45.820Z[ helios-setup] Oct 03 19:56:44.556 INFO E| From https://github.com/oxidecomputer/typify
23332024-10-03T19:56:45.820Z[ helios-setup] Oct 03 19:56:44.556 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
23342024-10-03T19:56:45.851Z[ helios-setup] Oct 03 19:56:44.587 INFO E| * [new tag] v0.0.10 -> v0.0.10
23352024-10-03T19:56:45.853Z[ helios-setup] Oct 03 19:56:44.587 INFO E| * [new tag] v0.0.11 -> v0.0.11
23362024-10-03T19:56:45.853Z[ helios-setup] Oct 03 19:56:44.587 INFO E| * [new tag] v0.0.4 -> v0.0.4
23372024-10-03T19:56:45.853Z[ helios-setup] Oct 03 19:56:44.587 INFO E| * [new tag] v0.0.5 -> v0.0.5
23382024-10-03T19:56:45.853Z[ helios-setup] Oct 03 19:56:44.587 INFO E| * [new tag] v0.0.7 -> v0.0.7
23392024-10-03T19:56:45.853Z[ helios-setup] Oct 03 19:56:44.588 INFO E| * [new tag] v0.0.8 -> v0.0.8
23402024-10-03T19:56:45.853Z[ helios-setup] Oct 03 19:56:44.588 INFO E| * [new tag] v0.0.9 -> v0.0.9
23412024-10-03T19:56:46.060Z[ host-package] Compiling tokio-tungstenite v0.21.0
23422024-10-03T19:56:46.373Z[ helios-setup] Oct 03 19:56:45.109 INFO E| Downloading crates ...
23432024-10-03T19:56:46.511Z[ helios-setup] Oct 03 19:56:45.247 INFO E| Downloaded ahash v0.7.6
23442024-10-03T19:56:46.521Z[ helios-setup] Oct 03 19:56:45.257 INFO E| Downloaded concolor-override v1.0.0
23452024-10-03T19:56:46.534Z[ helios-setup] Oct 03 19:56:45.270 INFO E| Downloaded project-root v0.2.2
23462024-10-03T19:56:46.537Z[ helios-setup] Oct 03 19:56:45.273 INFO E| Downloaded const-random v0.1.15
23472024-10-03T19:56:46.539Z[ helios-setup] Oct 03 19:56:45.275 INFO E| Downloaded anstyle v0.3.5
23482024-10-03T19:56:46.542Z[ helios-setup] Oct 03 19:56:45.278 INFO E| Downloaded aho-corasick v0.7.20
23492024-10-03T19:56:46.548Z[ helios-setup] Oct 03 19:56:45.284 INFO E| Downloaded schemars v0.8.12
23502024-10-03T19:56:46.573Z[ helios-setup] Oct 03 19:56:45.309 INFO E| Downloaded serde_spanned v0.6.1
23512024-10-03T19:56:46.576Z[ helios-setup] Oct 03 19:56:45.311 INFO E| Downloaded want v0.3.0
23522024-10-03T19:56:46.579Z[ helios-setup] Oct 03 19:56:45.313 INFO E| Downloaded num_enum v0.5.7
23532024-10-03T19:56:46.585Z[ helios-setup] Oct 03 19:56:45.321 INFO E| Downloaded either v1.8.0
23542024-10-03T19:56:46.587Z[ helios-setup] Oct 03 19:56:45.323 INFO E| Downloaded proc-macro-crate v1.2.1
23552024-10-03T19:56:46.589Z[ helios-setup] Oct 03 19:56:45.326 INFO E| Downloaded paste v1.0.12
23562024-10-03T19:56:46.595Z[ helios-setup] Oct 03 19:56:45.331 INFO E| Downloaded pkg-config v0.3.26
23572024-10-03T19:56:46.598Z[ helios-setup] Oct 03 19:56:45.334 INFO E| Downloaded toolchain_find v0.2.0
23582024-10-03T19:56:46.600Z[ helios-setup] Oct 03 19:56:45.336 INFO E| Downloaded strsim v0.10.0
23592024-10-03T19:56:46.602Z[ helios-setup] Oct 03 19:56:45.339 INFO E| Downloaded smawk v0.3.1
23602024-10-03T19:56:46.605Z[ helios-setup] Oct 03 19:56:45.341 INFO E| Downloaded scopeguard v1.1.0
23612024-10-03T19:56:46.607Z[ helios-setup] Oct 03 19:56:45.343 INFO E| Downloaded sha1 v0.10.5
23622024-10-03T19:56:46.610Z[ helios-setup] Oct 03 19:56:45.346 INFO E| Downloaded is-terminal v0.4.7
23632024-10-03T19:56:46.612Z[ helios-setup] Oct 03 19:56:45.348 INFO E| Downloaded terminal_size v0.2.6
23642024-10-03T19:56:46.614Z[ helios-setup] Oct 03 19:56:45.350 INFO E| Downloaded thiserror-impl v1.0.38
23652024-10-03T19:56:46.616Z[ helios-setup] Oct 03 19:56:45.353 INFO E| Downloaded slog-bunyan v2.4.0
23662024-10-03T19:56:46.619Z[ helios-setup] Oct 03 19:56:45.355 INFO E| Downloaded serde_derive v1.0.204
23672024-10-03T19:56:46.624Z[ helios-setup] Oct 03 19:56:45.360 INFO E| Downloaded slog-async v2.7.0
23682024-10-03T19:56:46.626Z[ helios-setup] Oct 03 19:56:45.363 INFO E| Downloaded semver v0.11.0
23692024-10-03T19:56:46.630Z[ helios-setup] Oct 03 19:56:45.366 INFO E| Downloaded thiserror v1.0.38
23702024-10-03T19:56:46.638Z[ helios-setup] Oct 03 19:56:45.374 INFO E| Downloaded semver-parser v0.10.2
23712024-10-03T19:56:46.643Z[ helios-setup] Oct 03 19:56:45.378 INFO E| Downloaded toml_datetime v0.6.1
23722024-10-03T19:56:46.645Z[ helios-setup] Oct 03 19:56:45.381 INFO E| Downloaded tokio-macros v2.0.0
23732024-10-03T19:56:46.648Z[ helios-setup] Oct 03 19:56:45.383 INFO E| Downloaded time v0.1.45
23742024-10-03T19:56:46.651Z[ helios-setup] Oct 03 19:56:45.386 INFO E| Downloaded tokio-rustls v0.24.0
23752024-10-03T19:56:46.654Z[ helios-setup] Oct 03 19:56:45.390 INFO E| Downloaded sct v0.7.0
23762024-10-03T19:56:46.668Z[ helios-setup] Oct 03 19:56:45.397 INFO E| Downloaded socket2 v0.4.9
23772024-10-03T19:56:46.668Z[ helios-setup] Oct 03 19:56:45.400 INFO E| Downloaded walkdir v2.3.3
23782024-10-03T19:56:46.671Z[ helios-setup] Oct 03 19:56:45.404 INFO E| Downloaded smallvec v1.10.0
23792024-10-03T19:56:46.674Z[ helios-setup] Oct 03 19:56:45.408 INFO E| Downloaded unicode-ident v1.0.8
23802024-10-03T19:56:46.678Z[ helios-setup] Oct 03 19:56:45.413 INFO E| Downloaded rustfmt-wrapper v0.2.0
23812024-10-03T19:56:46.680Z[ helios-setup] Oct 03 19:56:45.416 INFO E| Downloaded unicode-bidi v0.3.13
23822024-10-03T19:56:46.684Z[ helios-setup] Oct 03 19:56:45.420 INFO E| Downloaded tungstenite v0.18.0
23832024-10-03T19:56:46.690Z[ helios-setup] Oct 03 19:56:45.425 INFO E| Downloaded toml v0.5.11
23842024-10-03T19:56:46.694Z[ helios-setup] Oct 03 19:56:45.430 INFO E| Downloaded uuid v1.3.0
23852024-10-03T19:56:46.701Z[ helios-setup] Oct 03 19:56:45.437 INFO E| Downloaded url v2.3.1
23862024-10-03T19:56:46.707Z[ helios-setup] Oct 03 19:56:45.443 INFO E| Downloaded unicode-linebreak v0.1.4
23872024-10-03T19:56:46.711Z[ helios-setup] Oct 03 19:56:45.447 INFO E| Downloaded toml_edit v0.19.8
23882024-10-03T19:56:46.741Z[ helios-setup] Oct 03 19:56:45.477 INFO E| Downloaded unicode-normalization v0.1.22
23892024-10-03T19:56:46.747Z[ helios-setup] Oct 03 19:56:45.483 INFO E| Downloaded winnow v0.4.1
23902024-10-03T19:56:46.761Z[ helios-setup] Oct 03 19:56:45.497 INFO E| Downloaded syn v2.0.72
23912024-10-03T19:56:46.781Z[ helios-setup] Oct 03 19:56:45.518 INFO E| Downloaded syn v1.0.107
23922024-10-03T19:56:46.800Z[ helios-setup] Oct 03 19:56:45.536 INFO E| Downloaded rustls-webpki v0.100.1
23932024-10-03T19:56:46.811Z[ helios-setup] Oct 03 19:56:45.547 INFO E| Downloaded tokio v1.27.0
23942024-10-03T19:56:46.866Z[ helios-setup] Oct 03 19:56:45.602 INFO E| Downloaded bytes v1.4.0
23952024-10-03T19:56:46.872Z[ helios-setup] Oct 03 19:56:45.608 INFO E| Downloaded mio v0.8.5
23962024-10-03T19:56:46.880Z[ helios-setup] Oct 03 19:56:45.617 INFO E| Downloaded crossbeam-channel v0.5.6
23972024-10-03T19:56:46.887Z[ helios-setup] Oct 03 19:56:45.624 INFO E| Downloaded memchr v2.5.0
23982024-10-03T19:56:46.894Z[ helios-setup] Oct 03 19:56:45.630 INFO E| Downloaded ryu v1.0.13
23992024-10-03T19:56:46.899Z[ helios-setup] Oct 03 19:56:45.635 INFO E| Downloaded pest v2.5.7
24002024-10-03T19:56:46.906Z[ helios-setup] Oct 03 19:56:45.642 INFO E| Downloaded iana-time-zone v0.1.56
24012024-10-03T19:56:46.909Z[ helios-setup] Oct 03 19:56:45.646 INFO E| Downloaded http v0.2.9
24022024-10-03T19:56:46.915Z[ helios-setup] Oct 03 19:56:45.651 INFO E| Downloaded futures v0.3.28
24032024-10-03T19:56:46.923Z[ helios-setup] Oct 03 19:56:45.659 INFO E| Downloaded rayon-core v1.10.2
24042024-10-03T19:56:46.929Z[ helios-setup] Oct 03 19:56:45.666 INFO E| Downloaded crossbeam-utils v0.8.14
24052024-10-03T19:56:46.933Z[ helios-setup] Oct 03 19:56:45.670 INFO E| Downloaded cc v1.0.78
24062024-10-03T19:56:46.938Z[ helios-setup] Oct 03 19:56:45.674 INFO E| Downloaded cargo-lock v8.0.3
24072024-10-03T19:56:46.942Z[ helios-setup] Oct 03 19:56:45.678 INFO E| Downloaded rhai_codegen v1.5.0
24082024-10-03T19:56:46.955Z[ helios-setup] Oct 03 19:56:45.691 INFO E| Downloaded quote v1.0.36
24092024-10-03T19:56:46.959Z[ helios-setup] Oct 03 19:56:45.696 INFO E| Downloaded futures-util v0.3.28
24102024-10-03T19:56:46.980Z[ helios-setup] Oct 03 19:56:45.715 INFO E| Downloaded pin-project-lite v0.2.9
24112024-10-03T19:56:46.985Z[ helios-setup] Oct 03 19:56:45.721 INFO E| Downloaded parking_lot_core v0.9.6
24122024-10-03T19:56:46.988Z[ helios-setup] Oct 03 19:56:45.724 INFO E| Downloaded anyhow v1.0.68
24132024-10-03T19:56:46.993Z[ helios-setup] Oct 03 19:56:45.729 INFO E| Downloaded base64 v0.21.0
24142024-10-03T19:56:46.998Z[ helios-setup] Oct 03 19:56:45.734 INFO E| Downloaded serde_json v1.0.95
24152024-10-03T19:56:47.007Z[ helios-setup] Oct 03 19:56:45.744 INFO E| Downloaded clap_builder v4.2.1
24162024-10-03T19:56:47.016Z[ helios-setup] Oct 03 19:56:45.753 INFO E| Downloaded reqwest v0.11.16
24172024-10-03T19:56:47.027Z[ helios-setup] Oct 03 19:56:45.763 INFO E| Downloaded rayon v1.6.1
24182024-10-03T19:56:47.039Z[ helios-setup] Oct 03 19:56:45.775 INFO E| Downloaded hyper v0.14.25
24192024-10-03T19:56:47.050Z[ helios-setup] Oct 03 19:56:45.786 INFO E| Downloaded h2 v0.3.16
24202024-10-03T19:56:47.059Z[ helios-setup] Oct 03 19:56:45.795 INFO E| Downloaded regex v1.7.3
24212024-10-03T19:56:47.071Z[ helios-setup] Oct 03 19:56:45.807 INFO E| Downloaded chrono v0.4.24
24222024-10-03T19:56:47.082Z[ helios-setup] Oct 03 19:56:45.819 INFO E| Downloaded regress v0.5.0
24232024-10-03T19:56:47.096Z[ helios-setup] Oct 03 19:56:45.832 INFO E| Downloaded rustls v0.21.0
24242024-10-03T19:56:47.115Z[ helios-setup] Oct 03 19:56:45.851 INFO E| Downloaded git2 v0.16.1
24252024-10-03T19:56:47.129Z[ helios-setup] Oct 03 19:56:45.865 INFO E| Downloaded rustix v0.37.3
24262024-10-03T19:56:47.162Z[ helios-setup] Oct 03 19:56:45.898 INFO E| Downloaded rhai v1.14.0
24272024-10-03T19:56:47.183Z[ helios-setup] Oct 03 19:56:45.919 INFO E| Downloaded openapiv3 v1.0.2
24282024-10-03T19:56:47.236Z[ helios-setup] Oct 03 19:56:45.972 INFO E| Downloaded log v0.4.17
24292024-10-03T19:56:47.240Z[ helios-setup] Oct 03 19:56:45.976 INFO E| Downloaded ipnet v2.7.2
24302024-10-03T19:56:47.243Z[ helios-setup] Oct 03 19:56:45.979 INFO E| Downloaded getrandom v0.2.8
24312024-10-03T19:56:47.247Z[ helios-setup] Oct 03 19:56:45.984 INFO E| Downloaded futures-executor v0.3.28
24322024-10-03T19:56:47.250Z[ helios-setup] Oct 03 19:56:45.986 INFO E| Downloaded futures-channel v0.3.28
24332024-10-03T19:56:47.253Z[ helios-setup] Oct 03 19:56:45.989 INFO E| Downloaded anstyle-parse v0.1.1
24342024-10-03T19:56:47.255Z[ helios-setup] Oct 03 19:56:45.992 INFO E| Downloaded ahash v0.8.3
24352024-10-03T19:56:47.259Z[ helios-setup] Oct 03 19:56:45.996 INFO E| Downloaded tracing v0.1.37
24362024-10-03T19:56:47.266Z[ helios-setup] Oct 03 19:56:46.002 INFO E| Downloaded tokio-util v0.7.7
24372024-10-03T19:56:47.274Z[ host-package] Compiling ciborium v0.2.2
24382024-10-03T19:56:47.276Z[ helios-setup] Oct 03 19:56:46.012 INFO E| Downloaded parking_lot v0.12.1
24392024-10-03T19:56:47.280Z[ helios-setup] Oct 03 19:56:46.016 INFO E| Downloaded num-traits v0.2.15
24402024-10-03T19:56:47.284Z[ helios-setup] Oct 03 19:56:46.020 INFO E| Downloaded crossbeam-epoch v0.9.13
24412024-10-03T19:56:47.288Z[ helios-setup] Oct 03 19:56:46.024 INFO E| Downloaded clap v4.2.1
24422024-10-03T19:56:47.305Z[ helios-setup] Oct 03 19:56:46.040 INFO E| Downloaded libc v0.2.139
24432024-10-03T19:56:47.347Z[ helios-setup] Oct 03 19:56:46.083 INFO E| Downloaded serde_yaml v0.9.21
24442024-10-03T19:56:47.353Z[ helios-setup] Oct 03 19:56:46.089 INFO E| Downloaded unsafe-libyaml v0.2.8
24452024-10-03T19:56:47.359Z[ helios-setup] Oct 03 19:56:46.095 INFO E| Downloaded tracing-core v0.1.30
24462024-10-03T19:56:47.364Z[ helios-setup] Oct 03 19:56:46.100 INFO E| Downloaded serde v1.0.204
24472024-10-03T19:56:47.371Z[ helios-setup] Oct 03 19:56:46.107 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24482024-10-03T19:56:47.375Z[ helios-setup] Oct 03 19:56:46.110 INFO E| Downloaded textwrap v0.16.0
24492024-10-03T19:56:47.378Z[ helios-setup] Oct 03 19:56:46.115 INFO E| Downloaded num_cpus v1.15.0
24502024-10-03T19:56:47.383Z[ helios-setup] Oct 03 19:56:46.119 INFO E| Downloaded schemars_derive v0.8.12
24512024-10-03T19:56:47.387Z[ helios-setup] Oct 03 19:56:46.123 INFO E| Downloaded rustls-pemfile v1.0.2
24522024-10-03T19:56:47.390Z[ helios-setup] Oct 03 19:56:46.127 INFO E| Downloaded percent-encoding v2.2.0
24532024-10-03T19:56:47.393Z[ helios-setup] Oct 03 19:56:46.128 INFO E| Downloaded num-integer v0.1.45
24542024-10-03T19:56:47.395Z[ helios-setup] Oct 03 19:56:46.132 INFO E| Downloaded ucd-trie v0.1.5
24552024-10-03T19:56:47.399Z[ helios-setup] Oct 03 19:56:46.135 INFO E| Downloaded toml v0.7.3
24562024-10-03T19:56:47.405Z[ helios-setup] Oct 03 19:56:46.141 INFO E| Downloaded tokio-tungstenite v0.18.0
24572024-10-03T19:56:47.409Z[ helios-setup] Oct 03 19:56:46.145 INFO E| Downloaded num_enum_derive v0.5.7
24582024-10-03T19:56:47.411Z[ helios-setup] Oct 03 19:56:46.147 INFO E| Downloaded memoffset v0.7.1
24592024-10-03T19:56:47.414Z[ helios-setup] Oct 03 19:56:46.149 INFO E| Downloaded itoa v1.0.6
24602024-10-03T19:56:47.416Z[ helios-setup] Oct 03 19:56:46.152 INFO E| Downloaded futures-task v0.3.28
24612024-10-03T19:56:47.419Z[ helios-setup] Oct 03 19:56:46.155 INFO E| Downloaded futures-macro v0.3.28
24622024-10-03T19:56:47.421Z[ helios-setup] Oct 03 19:56:46.157 INFO E| Downloaded fastrand v1.9.0
24632024-10-03T19:56:47.424Z[ helios-setup] Oct 03 19:56:46.159 INFO E| Downloaded crossbeam-deque v0.8.2
24642024-10-03T19:56:47.426Z[ helios-setup] Oct 03 19:56:46.162 INFO E| Downloaded typenum v1.16.0
24652024-10-03T19:56:47.430Z[ helios-setup] Oct 03 19:56:46.167 INFO E| Downloaded semver v1.0.17
24662024-10-03T19:56:47.436Z[ helios-setup] Oct 03 19:56:46.172 INFO E| Downloaded lazy_static v1.4.0
24672024-10-03T19:56:47.438Z[ helios-setup] Oct 03 19:56:46.174 INFO E| Downloaded httpdate v1.0.2
24682024-10-03T19:56:47.441Z[ helios-setup] Oct 03 19:56:46.176 INFO E| Downloaded form_urlencoded v1.1.0
24692024-10-03T19:56:47.444Z[ helios-setup] Oct 03 19:56:46.178 INFO E| Downloaded clap_lex v0.4.1
24702024-10-03T19:56:47.444Z[ helios-setup] Oct 03 19:56:46.180 INFO E| Downloaded bincode v1.3.3
24712024-10-03T19:56:47.471Z[ helios-setup] Oct 03 19:56:46.207 INFO E| Downloaded slab v0.4.7
24722024-10-03T19:56:47.474Z[ helios-setup] Oct 03 19:56:46.210 INFO E| Downloaded concolor-query v0.3.3
24732024-10-03T19:56:47.476Z[ helios-setup] Oct 03 19:56:46.212 INFO E| Downloaded camino v1.1.4
24742024-10-03T19:56:47.480Z[ helios-setup] Oct 03 19:56:46.215 INFO E| Downloaded tempfile v3.5.0
24752024-10-03T19:56:47.483Z[ helios-setup] Oct 03 19:56:46.219 INFO E| Downloaded smartstring v1.0.1
24762024-10-03T19:56:47.491Z[ helios-setup] Oct 03 19:56:46.223 INFO E| Downloaded serde_derive_internals v0.26.0
24772024-10-03T19:56:47.491Z[ helios-setup] Oct 03 19:56:46.226 INFO E| Downloaded lock_api v0.4.9
24782024-10-03T19:56:47.495Z[ helios-setup] Oct 03 19:56:46.229 INFO E| Downloaded io-lifetimes v1.0.10
24792024-10-03T19:56:47.497Z[ helios-setup] Oct 03 19:56:46.234 INFO E| Downloaded encoding_rs v0.8.32
24802024-10-03T19:56:47.558Z[ helios-setup] Oct 03 19:56:46.294 INFO E| Downloaded once_cell v1.17.0
24812024-10-03T19:56:47.561Z[ helios-setup] Oct 03 19:56:46.298 INFO E| Downloaded futures-sink v0.3.28
24822024-10-03T19:56:47.564Z[ helios-setup] Oct 03 19:56:46.299 INFO E| Downloaded clap_derive v4.2.0
24832024-10-03T19:56:47.567Z[ helios-setup] Oct 03 19:56:46.302 INFO E| Downloaded byteorder v1.4.3
24842024-10-03T19:56:47.569Z[ helios-setup] Oct 03 19:56:46.304 INFO E| Downloaded built v0.6.0
24852024-10-03T19:56:47.572Z[ helios-setup] Oct 03 19:56:46.307 INFO E| Downloaded async-trait v0.1.68
24862024-10-03T19:56:47.575Z[ helios-setup] Oct 03 19:56:46.311 INFO E| Downloaded signal-hook-registry v1.4.0
24872024-10-03T19:56:47.577Z[ helios-setup] Oct 03 19:56:46.313 INFO E| Downloaded serde_path_to_error v0.1.11
24882024-10-03T19:56:47.580Z[ helios-setup] Oct 03 19:56:46.316 INFO E| Downloaded const-random-macro v0.1.15
24892024-10-03T19:56:47.583Z[ helios-setup] Oct 03 19:56:46.317 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24902024-10-03T19:56:47.668Z[ helios-setup] Oct 03 19:56:46.404 INFO E| Downloaded sha2 v0.10.6
24912024-10-03T19:56:47.692Z[ helios-setup] Oct 03 19:56:46.427 INFO E| Downloaded serde_tokenstream v0.2.0
24922024-10-03T19:56:47.697Z[ helios-setup] Oct 03 19:56:46.432 INFO E| Downloaded autocfg v1.1.0
24932024-10-03T19:56:47.701Z[ helios-setup] Oct 03 19:56:46.434 INFO E| Downloaded anstream v0.2.6
24942024-10-03T19:56:47.703Z[ helios-setup] Oct 03 19:56:46.437 INFO E| Downloaded errno v0.3.1
24952024-10-03T19:56:47.703Z[ helios-setup] Oct 03 19:56:46.439 INFO E| Downloaded jobserver v0.1.26
24962024-10-03T19:56:47.706Z[ helios-setup] Oct 03 19:56:46.441 INFO E| Downloaded http-body v0.4.5
24972024-10-03T19:56:47.708Z[ helios-setup] Oct 03 19:56:46.444 INFO E| Downloaded home v0.5.4
24982024-10-03T19:56:47.711Z[ helios-setup] Oct 03 19:56:46.445 INFO E| Downloaded futures-core v0.3.28
24992024-10-03T19:56:47.714Z[ helios-setup] Oct 03 19:56:46.447 INFO E| Downloaded dyn-clone v1.0.11
25002024-10-03T19:56:47.718Z[ helios-setup] Oct 03 19:56:46.450 INFO E| Downloaded try-lock v0.2.4
25012024-10-03T19:56:47.718Z[ helios-setup] Oct 03 19:56:46.451 INFO E| Downloaded libz-sys v1.1.8
25022024-10-03T19:56:47.796Z[ helios-setup] Oct 03 19:56:46.532 INFO E| Downloaded futures-io v0.3.28
25032024-10-03T19:56:47.798Z[ helios-setup] Oct 03 19:56:46.534 INFO E| Downloaded digest v0.10.6
25042024-10-03T19:56:48.128Z[ helios-setup] Oct 03 19:56:46.864 INFO E| Compiling proc-macro2 v1.0.86
25052024-10-03T19:56:48.131Z[ helios-setup] Oct 03 19:56:46.865 INFO E| Compiling libc v0.2.139
25062024-10-03T19:56:48.131Z[ helios-setup] Oct 03 19:56:46.865 INFO E| Compiling unicode-ident v1.0.8
25072024-10-03T19:56:48.131Z[ helios-setup] Oct 03 19:56:46.865 INFO E| Compiling autocfg v1.1.0
25082024-10-03T19:56:48.131Z[ helios-setup] Oct 03 19:56:46.865 INFO E| Compiling cfg-if v1.0.0
25092024-10-03T19:56:48.131Z[ helios-setup] Oct 03 19:56:46.865 INFO E| Compiling version_check v0.9.4
25102024-10-03T19:56:48.131Z[ helios-setup] Oct 03 19:56:46.866 INFO E| Compiling serde v1.0.204
25112024-10-03T19:56:48.131Z[ helios-setup] Oct 03 19:56:46.866 INFO E| Compiling syn v1.0.107
25122024-10-03T19:56:48.736Z[ helios-setup] Oct 03 19:56:47.472 INFO E| Compiling memchr v2.5.0
25132024-10-03T19:56:48.993Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25142024-10-03T19:56:49.122Z[ helios-setup] Oct 03 19:56:47.857 INFO E| Compiling once_cell v1.17.0
25152024-10-03T19:56:49.744Z[ helios-setup] Oct 03 19:56:48.480 INFO E| Compiling thiserror v1.0.38
25162024-10-03T19:56:49.889Z[ helios-setup] Oct 03 19:56:48.624 INFO E| Compiling log v0.4.17
25172024-10-03T19:56:50.506Z[ host-package] Compiling fastrand v2.1.0
25182024-10-03T19:56:50.577Z[ helios-setup] Oct 03 19:56:49.312 INFO E| Compiling serde_json v1.0.95
25192024-10-03T19:56:51.047Z[ helios-setup] Oct 03 19:56:49.783 INFO E| Compiling itoa v1.0.6
25202024-10-03T19:56:51.544Z[ host-package] Compiling same-file v1.0.6
25212024-10-03T19:56:51.610Z[ host-package] Compiling tempfile v3.10.1
25222024-10-03T19:56:51.762Z[ helios-setup] Oct 03 19:56:50.498 INFO E| Compiling getrandom v0.2.8
25232024-10-03T19:56:51.922Z[ helios-setup] Oct 03 19:56:50.658 INFO E| Compiling indexmap v1.9.3
25242024-10-03T19:56:52.042Z[ helios-setup] Oct 03 19:56:50.777 INFO E| Compiling scopeguard v1.1.0
25252024-10-03T19:56:52.239Z[ host-package] Compiling walkdir v2.5.0
25262024-10-03T19:56:52.326Z[ helios-setup] Oct 03 19:56:51.061 INFO E| Compiling pin-project-lite v0.2.9
25272024-10-03T19:56:52.431Z[ helios-setup] Oct 03 19:56:51.167 INFO E| Compiling quote v1.0.36
25282024-10-03T19:56:52.497Z[ helios-setup] Oct 03 19:56:51.232 INFO E| Compiling num-integer v0.1.45
25292024-10-03T19:56:52.565Z[ helios-setup] Oct 03 19:56:51.300 INFO E| Compiling futures-core v0.3.28
25302024-10-03T19:56:52.797Z[ helios-setup] Oct 03 19:56:51.533 INFO E| Compiling bytes v1.4.0
25312024-10-03T19:56:52.823Z[ host-package] Compiling blake3 v1.5.1
25322024-10-03T19:56:53.519Z[ helios-setup] Oct 03 19:56:52.253 INFO E| Compiling syn v2.0.72
25332024-10-03T19:56:53.608Z[ host-package] Compiling ring v0.16.20
25342024-10-03T19:56:53.623Z[ helios-setup] Oct 03 19:56:52.358 INFO E| Compiling jobserver v0.1.26
25352024-10-03T19:56:53.854Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25362024-10-03T19:56:53.959Z[ helios-setup] Oct 03 19:56:52.695 INFO E| Compiling ryu v1.0.13
25372024-10-03T19:56:54.403Z[ helios-setup] Oct 03 19:56:53.138 INFO E| Compiling cc v1.0.78
25382024-10-03T19:56:55.406Z[ helios-setup] Oct 03 19:56:54.141 INFO E| Compiling lock_api v0.4.9
25392024-10-03T19:56:55.503Z[ helios-setup] Oct 03 19:56:54.238 INFO E| Compiling typenum v1.16.0
25402024-10-03T19:56:55.551Z[ helios-setup] Oct 03 19:56:54.286 INFO E| Compiling bitflags v1.3.2
25412024-10-03T19:56:55.722Z[ helios-setup] Oct 03 19:56:54.457 INFO E| Compiling parking_lot_core v0.9.6
25422024-10-03T19:56:56.072Z[ helios-setup] Oct 03 19:56:54.807 INFO E| Compiling num_cpus v1.15.0
25432024-10-03T19:56:56.385Z[ helios-setup] Oct 03 19:56:55.120 INFO E| Compiling generic-array v0.14.6
25442024-10-03T19:56:56.566Z[ helios-setup] Oct 03 19:56:55.301 INFO E| Compiling slab v0.4.7
25452024-10-03T19:56:57.180Z[ helios-setup] Oct 03 19:56:55.915 INFO E| Compiling futures-channel v0.3.28
25462024-10-03T19:56:57.281Z[ helios-setup] Oct 03 19:56:56.015 INFO E| Compiling futures-task v0.3.28
25472024-10-03T19:56:57.431Z[ helios-setup] Oct 03 19:56:56.166 INFO E| Compiling futures-sink v0.3.28
25482024-10-03T19:56:58.103Z[ helios-setup] Oct 03 19:56:56.837 INFO E| Compiling tokio v1.27.0
25492024-10-03T19:56:58.297Z[ helios-setup] Oct 03 19:56:57.032 INFO E| Compiling futures-util v0.3.28
25502024-10-03T19:56:58.451Z[ helios-setup] Oct 03 19:56:57.186 INFO E| Compiling schemars v0.8.12
25512024-10-03T19:56:59.311Z[ helios-setup] Oct 03 19:56:58.046 INFO E| Compiling mio v0.8.5
25522024-10-03T19:56:59.421Z[ host-package] Compiling xattr v1.3.1
25532024-10-03T19:56:59.529Z[ helios-setup] Oct 03 19:56:58.264 INFO E| Compiling signal-hook-registry v1.4.0
25542024-10-03T19:56:59.529Z[ helios-setup] Oct 03 19:56:58.264 INFO E| Compiling socket2 v0.4.9
25552024-10-03T19:56:59.980Z[ helios-setup] Oct 03 19:56:58.714 INFO E| Compiling ahash v0.7.6
25562024-10-03T19:57:00.366Z[ helios-setup] Oct 03 19:56:59.100 INFO E| Compiling num-traits v0.2.15
25572024-10-03T19:57:00.369Z[ host-package] Compiling filetime v0.2.25
25582024-10-03T19:57:00.813Z[ host-package] Compiling memmap2 v0.9.4
25592024-10-03T19:57:01.097Z[ helios-setup] Oct 03 19:56:59.831 INFO E| Compiling pin-utils v0.1.0
25602024-10-03T19:57:01.106Z[ host-package] Compiling arrayvec v0.7.4
25612024-10-03T19:57:01.400Z[ helios-setup] Oct 03 19:57:00.134 INFO E| Compiling io-lifetimes v1.0.10
25622024-10-03T19:57:02.013Z[ host-package] Compiling spin v0.5.2
25632024-10-03T19:57:02.113Z[ helios-setup] Oct 03 19:57:00.848 INFO E| Compiling crunchy v0.2.2
25642024-10-03T19:57:02.138Z[ host-package] Compiling arrayref v0.3.7
25652024-10-03T19:57:02.325Z[ host-package] Compiling keccak v0.1.5
25662024-10-03T19:57:02.357Z[ helios-setup] Oct 03 19:57:01.092 INFO E| Compiling futures-io v0.3.28
25672024-10-03T19:57:02.451Z[ host-package] Compiling constant_time_eq v0.3.0
25682024-10-03T19:57:03.138Z[ host-package] Compiling untrusted v0.7.1
25692024-10-03T19:57:03.321Z[ helios-setup] Oct 03 19:57:02.055 INFO E| Compiling ahash v0.8.3
25702024-10-03T19:57:03.566Z[ helios-setup] Oct 03 19:57:02.297 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25712024-10-03T19:57:03.630Z[ helios-setup] Oct 03 19:57:02.365 INFO E| Compiling rustix v0.37.3
25722024-10-03T19:57:03.818Z[ helios-setup] Oct 03 19:57:02.484 INFO E| Compiling hashbrown v0.12.3
25732024-10-03T19:57:04.075Z[ helios-setup] Oct 03 19:57:02.810 INFO E| Compiling tiny-keccak v2.0.2
25742024-10-03T19:57:04.251Z[ host-package] Compiling sha3 v0.10.8
25752024-10-03T19:57:04.533Z[ helios-setup] Oct 03 19:57:03.267 INFO E| Compiling serde_derive_internals v0.26.0
25762024-10-03T19:57:05.420Z[ helios-setup] Oct 03 19:57:04.154 INFO E| Compiling crypto-common v0.1.6
25772024-10-03T19:57:05.849Z[ helios-setup] Oct 03 19:57:04.583 INFO E| Compiling block-buffer v0.10.3
25782024-10-03T19:57:06.550Z[ helios-setup] Oct 03 19:57:05.283 INFO E| Compiling errno v0.3.1
25792024-10-03T19:57:06.678Z[ helios-setup] Oct 03 19:57:05.412 INFO E| Compiling fnv v1.0.7
25802024-10-03T19:57:06.763Z[ helios-setup] Oct 03 19:57:05.496 INFO E| Compiling pkg-config v0.3.26
25812024-10-03T19:57:07.139Z[ helios-setup] Oct 03 19:57:05.873 INFO E| Compiling slog v2.7.0
25822024-10-03T19:57:07.262Z[ helios-setup] Oct 03 19:57:05.996 INFO E| Compiling crossbeam-utils v0.8.14
25832024-10-03T19:57:08.378Z[ helios-setup] Oct 03 19:57:07.109 INFO E| Compiling http v0.2.9
25842024-10-03T19:57:09.284Z[ helios-setup] Oct 03 19:57:08.017 INFO E| Compiling digest v0.10.6
25852024-10-03T19:57:09.685Z[ host-package] Compiling tar v0.4.42
25862024-10-03T19:57:10.190Z[ host-package] Compiling toolchain_find v0.4.0
25872024-10-03T19:57:10.476Z[ helios-setup] Oct 03 19:57:09.210 INFO E| Compiling aho-corasick v0.7.20
25882024-10-03T19:57:11.171Z[ helios-setup] Oct 03 19:57:09.904 INFO E| Compiling cpufeatures v0.2.5
25892024-10-03T19:57:11.415Z[ helios-setup] Oct 03 19:57:10.148 INFO E| Compiling regex-syntax v0.6.29
25902024-10-03T19:57:11.559Z[ host-package] Compiling camino-tempfile v1.1.1
25912024-10-03T19:57:11.722Z[ helios-setup] Oct 03 19:57:10.456 INFO E| Compiling unicode-width v0.1.10
25922024-10-03T19:57:12.242Z[ helios-setup] Oct 03 19:57:10.976 INFO E| Compiling httparse v1.8.0
25932024-10-03T19:57:12.527Z[ host-package] Compiling nibble_vec v0.1.0
25942024-10-03T19:57:13.052Z[ host-package] Compiling glob v0.3.1
25952024-10-03T19:57:13.078Z[ helios-setup] Oct 03 19:57:11.811 INFO E| Compiling percent-encoding v2.2.0
25962024-10-03T19:57:13.796Z[ helios-setup] Oct 03 19:57:12.528 INFO E| Compiling anyhow v1.0.68
25972024-10-03T19:57:13.805Z[ host-package] Compiling endian-type v0.1.2
25982024-10-03T19:57:13.866Z[ helios-setup] Oct 03 19:57:12.600 INFO E| Compiling tinyvec_macros v0.1.1
25992024-10-03T19:57:14.229Z[ helios-setup] Oct 03 19:57:12.961 INFO E| Compiling heck v0.4.1
26002024-10-03T19:57:14.402Z[ host-package] Compiling crunchy v0.2.2
26012024-10-03T19:57:14.495Z[ helios-setup] Oct 03 19:57:13.228 INFO E| Compiling tinyvec v1.6.0
26022024-10-03T19:57:14.664Z[ host-package] Compiling maplit v1.0.2
26032024-10-03T19:57:14.811Z[ helios-setup] Oct 03 19:57:13.544 INFO E| Compiling thiserror-impl v1.0.38
26042024-10-03T19:57:15.146Z[ helios-setup] Oct 03 19:57:13.879 INFO E| Compiling schemars_derive v0.8.12
26052024-10-03T19:57:15.222Z[ host-package] Compiling topological-sort v0.2.2
26062024-10-03T19:57:15.571Z[ host-package] Compiling clang-sys v1.7.0
26072024-10-03T19:57:16.341Z[ helios-setup] Oct 03 19:57:15.074 INFO E| Compiling const-random-macro v0.1.15
26082024-10-03T19:57:16.587Z[ helios-setup] Oct 03 19:57:15.320 INFO E| Compiling serde_derive v1.0.204
26092024-10-03T19:57:17.200Z[ host-package] Compiling omicron-zone-package v0.11.1
26102024-10-03T19:57:17.273Z[ helios-setup] Oct 03 19:57:16.006 INFO E| Compiling futures-macro v0.3.28
26112024-10-03T19:57:17.823Z[ helios-setup] Oct 03 19:57:16.555 INFO E| Compiling tokio-macros v2.0.0
26122024-10-03T19:57:18.068Z[ host-package] Compiling radix_trie v0.2.1
26132024-10-03T19:57:18.348Z[ helios-setup] Oct 03 19:57:17.081 INFO E| Compiling form_urlencoded v1.1.0
26142024-10-03T19:57:18.553Z[ helios-setup] Oct 03 19:57:17.286 INFO E| Compiling regex v1.7.3
26152024-10-03T19:57:19.215Z[ host-package] Compiling rustfmt-wrapper v0.2.1
26162024-10-03T19:57:19.492Z[ helios-setup] Oct 03 19:57:18.224 INFO E| Compiling hashbrown v0.13.2
26172024-10-03T19:57:20.035Z[ host-package] Compiling tiny-keccak v2.0.2
26182024-10-03T19:57:20.686Z[ helios-setup] Oct 03 19:57:19.418 INFO E| Compiling chrono v0.4.24
26192024-10-03T19:57:20.865Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26202024-10-03T19:57:20.975Z[ host-package] Compiling dsl_auto_type v0.1.2
26212024-10-03T19:57:21.974Z[ helios-setup] Oct 03 19:57:20.706 INFO E| Compiling libz-sys v1.1.8
26222024-10-03T19:57:22.283Z[ host-package] Compiling scheduled-thread-pool v0.2.7
26232024-10-03T19:57:23.126Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26242024-10-03T19:57:23.849Z[ host-package] Compiling secrecy v0.8.0
26252024-10-03T19:57:24.106Z[ helios-setup] Oct 03 19:57:22.838 INFO E| Compiling uuid v1.3.0
26262024-10-03T19:57:24.460Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26272024-10-03T19:57:24.819Z[ host-package] Compiling arc-swap v1.7.1
26282024-10-03T19:57:24.888Z[ helios-setup] Oct 03 19:57:23.620 INFO E| Compiling dyn-clone v1.0.11
26292024-10-03T19:57:24.972Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26302024-10-03T19:57:25.155Z[ helios-setup] Oct 03 19:57:23.887 INFO E| Compiling regress v0.5.0
26312024-10-03T19:57:25.289Z[ helios-setup] Oct 03 19:57:24.021 INFO E| Compiling const-random v0.1.15
26322024-10-03T19:57:25.654Z[ helios-setup] Oct 03 19:57:24.385 INFO E| Compiling unicode-normalization v0.1.22
26332024-10-03T19:57:25.684Z[ host-package] Compiling diesel_derives v2.2.2
26342024-10-03T19:57:25.910Z[ host-package] Compiling slog-scope v4.4.0
26352024-10-03T19:57:26.510Z[ host-package] Compiling r2d2 v0.8.10
26362024-10-03T19:57:27.294Z[ helios-setup] Oct 03 19:57:26.020 INFO E| Compiling getopts v0.2.21
26372024-10-03T19:57:27.513Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26382024-10-03T19:57:27.715Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26392024-10-03T19:57:27.842Z[ helios-setup] Oct 03 19:57:26.573 INFO E| Compiling tracing-core v0.1.30
26402024-10-03T19:57:28.039Z[ helios-setup] Oct 03 19:57:26.771 INFO E| Compiling memoffset v0.7.1
26412024-10-03T19:57:28.366Z[ host-package] Compiling ascii-canvas v3.0.0
26422024-10-03T19:57:28.808Z[ helios-setup] Oct 03 19:57:27.539 INFO E| Compiling powerfmt v0.2.0
26432024-10-03T19:57:28.993Z[ helios-setup] Oct 03 19:57:27.724 INFO E| Compiling num-conv v0.1.0
26442024-10-03T19:57:29.549Z[ helios-setup] Oct 03 19:57:28.280 INFO E| Compiling ucd-trie v0.1.5
26452024-10-03T19:57:29.608Z[ host-package] Compiling universal-hash v0.5.1
26462024-10-03T19:57:29.738Z[ helios-setup] Oct 03 19:57:28.469 INFO E| Compiling unicode-bidi v0.3.13
26472024-10-03T19:57:30.185Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26482024-10-03T19:57:31.448Z[ helios-setup] Oct 03 19:57:30.179 INFO E| Compiling time-core v0.1.2
26492024-10-03T19:57:31.768Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26502024-10-03T19:57:32.372Z[ helios-setup] Oct 03 19:57:31.103 INFO E| Compiling time-macros v0.2.18
26512024-10-03T19:57:32.611Z[ helios-setup] Oct 03 19:57:31.342 INFO E| Compiling idna v0.3.0
26522024-10-03T19:57:32.873Z[ host-package] Compiling ena v0.14.3
26532024-10-03T19:57:33.801Z[ helios-setup] Oct 03 19:57:32.532 INFO E| Compiling pest v2.5.7
26542024-10-03T19:57:33.861Z[ host-package] Compiling libloading v0.8.3
26552024-10-03T19:57:34.631Z[ host-package] Compiling diff v0.1.13
26562024-10-03T19:57:35.284Z[ host-package] Compiling bindgen v0.69.4
26572024-10-03T19:57:35.656Z[ host-package] Compiling regex-syntax v0.6.29
26582024-10-03T19:57:36.045Z[ helios-setup] Oct 03 19:57:34.775 INFO E| Compiling tracing v0.1.37
26592024-10-03T19:57:36.208Z[ helios-setup] Oct 03 19:57:34.938 INFO E| Compiling deranged v0.3.11
26602024-10-03T19:57:36.432Z[ host-package] Compiling opaque-debug v0.3.1
26612024-10-03T19:57:36.674Z[ host-package] Compiling poly1305 v0.8.0
26622024-10-03T19:57:39.052Z[ helios-setup] Oct 03 19:57:37.782 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26632024-10-03T19:57:39.857Z[ host-package] Compiling thiserror-no-std v2.0.2
26642024-10-03T19:57:40.207Z[ helios-setup] Oct 03 19:57:38.937 INFO E| Compiling time v0.1.45
26652024-10-03T19:57:40.367Z[ helios-setup] Oct 03 19:57:39.089 INFO E| Compiling crossbeam-epoch v0.9.13
26662024-10-03T19:57:41.156Z[ helios-setup] Oct 03 19:57:39.885 INFO E| Compiling iana-time-zone v0.1.56
26672024-10-03T19:57:41.331Z[ helios-setup] Oct 03 19:57:40.060 INFO E| Compiling num_threads v0.1.6
26682024-10-03T19:57:41.479Z[ helios-setup] Oct 03 19:57:40.209 INFO E| Compiling semver v1.0.17
26692024-10-03T19:57:42.027Z[ helios-setup] Oct 03 19:57:40.756 INFO E| Compiling toml v0.5.11
26702024-10-03T19:57:42.664Z[ helios-setup] Oct 03 19:57:41.394 INFO E| Compiling serde_tokenstream v0.2.0
26712024-10-03T19:57:43.521Z[ helios-setup] Oct 03 19:57:42.251 INFO E| Compiling smallvec v1.10.0
26722024-10-03T19:57:45.659Z[ helios-setup] Oct 03 19:57:44.388 INFO E| Compiling parking_lot v0.12.1
26732024-10-03T19:57:45.817Z[ host-package] Compiling lalrpop v0.19.12
26742024-10-03T19:57:47.828Z[ helios-setup] Oct 03 19:57:46.557 INFO E| Compiling time v0.3.36
26752024-10-03T19:57:48.982Z[ host-package] Compiling diesel v2.2.4
26762024-10-03T19:57:50.585Z[ helios-setup] Oct 03 19:57:49.314 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26772024-10-03T19:57:52.989Z[ helios-setup] Oct 03 19:57:51.717 INFO E| Compiling semver-parser v0.10.2
26782024-10-03T19:57:55.360Z[ helios-setup] Oct 03 19:57:54.088 INFO E| Compiling url v2.3.1
26792024-10-03T19:57:58.102Z[ helios-setup] Oct 03 19:57:56.830 INFO E| Compiling crossbeam-channel v0.5.6
26802024-10-03T19:57:59.151Z[ helios-setup] Oct 03 19:57:57.879 INFO E| Compiling dirs-sys-next v0.1.2
26812024-10-03T19:58:01.407Z[ helios-setup] Oct 03 19:58:00.135 INFO E| Compiling crc32fast v1.3.2
26822024-10-03T19:58:01.563Z[ host-package] Compiling slog-stdlog v4.1.1
26832024-10-03T19:58:01.774Z[ helios-setup] Oct 03 19:58:00.502 INFO E| Compiling same-file v1.0.6
26842024-10-03T19:58:02.399Z[ helios-setup] Oct 03 19:58:01.127 INFO E| Compiling try-lock v0.2.4
26852024-10-03T19:58:02.478Z[ helios-setup] Oct 03 19:58:01.206 INFO E| Compiling walkdir v2.3.3
26862024-10-03T19:58:02.767Z[ helios-setup] Oct 03 19:58:01.494 INFO E| Compiling want v0.3.0
26872024-10-03T19:58:03.518Z[ helios-setup] Oct 03 19:58:02.246 INFO E| Compiling tokio-util v0.7.7
26882024-10-03T19:58:03.830Z[ helios-setup] Oct 03 19:58:02.557 INFO E| Compiling dirs-next v2.0.0
26892024-10-03T19:58:04.735Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26902024-10-03T19:58:05.341Z[ helios-setup] Oct 03 19:58:04.069 INFO E| Compiling semver v0.11.0
26912024-10-03T19:58:06.340Z[ host-package] Compiling which v4.4.2
26922024-10-03T19:58:06.504Z[ helios-setup] Oct 03 19:58:05.231 INFO E| Compiling h2 v0.3.16
26932024-10-03T19:58:07.192Z[ host-package] Compiling tungstenite v0.23.0
26942024-10-03T19:58:07.583Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26952024-10-03T19:58:07.897Z[ helios-setup] Oct 03 19:58:06.623 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26962024-10-03T19:58:08.434Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26972024-10-03T19:58:09.031Z[ helios-setup] Oct 03 19:58:07.758 INFO E| Compiling proc-macro-crate v1.2.1
26982024-10-03T19:58:09.398Z[ host-package] Compiling chacha20 v0.9.1
26992024-10-03T19:58:10.424Z[ host-package] Compiling cexpr v0.6.0
27002024-10-03T19:58:10.855Z[ helios-setup] Oct 03 19:58:09.582 INFO E| Compiling futures-executor v0.3.28
27012024-10-03T19:58:12.564Z[ helios-setup] Oct 03 19:58:11.291 INFO E| Compiling http-body v0.4.5
27022024-10-03T19:58:13.331Z[ helios-setup] Oct 03 19:58:12.055 INFO E| Compiling ring v0.16.20
27032024-10-03T19:58:13.662Z[ host-package] Compiling aead v0.5.2
27042024-10-03T19:58:14.247Z[ helios-setup] Oct 03 19:58:12.973 INFO E| Compiling rand_core v0.6.4
27052024-10-03T19:58:14.552Z[ host-package] Compiling rustc-hash v1.1.0
27062024-10-03T19:58:15.116Z[ host-package] Compiling shlex v1.3.0
27072024-10-03T19:58:15.248Z[ helios-setup] Oct 03 19:58:13.974 INFO E| Compiling thread_local v1.1.7
27082024-10-03T19:58:15.630Z[ helios-setup] Oct 03 19:58:14.356 INFO E| Compiling base64 v0.21.0
27092024-10-03T19:58:16.153Z[ host-package] Compiling ref-cast v1.0.23
27102024-10-03T19:58:16.849Z[ helios-setup] Oct 03 19:58:15.575 INFO E| Compiling fastrand v1.9.0
27112024-10-03T19:58:17.219Z[ helios-setup] Oct 03 19:58:15.945 INFO E| Compiling utf8parse v0.2.1
27122024-10-03T19:58:17.299Z[ host-package] Compiling lazycell v1.3.0
27132024-10-03T19:58:17.660Z[ helios-setup] Oct 03 19:58:16.386 INFO E| Compiling httpdate v1.0.2
27142024-10-03T19:58:17.783Z[ helios-setup] Oct 03 19:58:16.509 INFO E| Compiling adler v1.0.2
27152024-10-03T19:58:17.864Z[ host-package] Compiling chacha20poly1305 v0.10.1
27162024-10-03T19:58:18.243Z[ helios-setup] Oct 03 19:58:16.969 INFO E| Compiling ppv-lite86 v0.2.17
27172024-10-03T19:58:18.429Z[ host-package] Compiling tokio-tungstenite v0.23.1
27182024-10-03T19:58:18.557Z[ helios-setup] Oct 03 19:58:17.282 INFO E| Compiling home v0.5.4
27192024-10-03T19:58:19.259Z[ helios-setup] Oct 03 19:58:17.985 INFO E| Compiling tower-service v0.3.2
27202024-10-03T19:58:19.495Z[ helios-setup] Oct 03 19:58:18.218 INFO E| Compiling rayon-core v1.10.2
27212024-10-03T19:58:19.561Z[ host-package] Compiling slog-envlogger v2.2.0
27222024-10-03T19:58:19.564Z[ helios-setup] Oct 03 19:58:18.290 INFO E| Compiling lazy_static v1.4.0
27232024-10-03T19:58:19.710Z[ host-package] Compiling vsss-rs v3.3.4
27242024-10-03T19:58:19.983Z[ helios-setup] Oct 03 19:58:18.708 INFO E| Compiling rand_chacha v0.3.1
27252024-10-03T19:58:20.160Z[ helios-setup] Oct 03 19:58:18.885 INFO E| Compiling toolchain_find v0.2.0
27262024-10-03T19:58:20.518Z[ helios-setup] Oct 03 19:58:19.244 INFO E| Compiling hyper v0.14.25
27272024-10-03T19:58:23.637Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27282024-10-03T19:58:23.888Z[ helios-setup] Oct 03 19:58:22.613 INFO E| Compiling miniz_oxide v0.6.2
27292024-10-03T19:58:24.264Z[ helios-setup] Oct 03 19:58:22.989 INFO E| Compiling anstyle-parse v0.1.1
27302024-10-03T19:58:24.627Z[ host-package] Compiling derive_builder_core v0.20.0
27312024-10-03T19:58:24.849Z[ helios-setup] Oct 03 19:58:23.574 INFO E| Compiling tempfile v3.5.0
27322024-10-03T19:58:28.996Z[ host-package] Compiling headers-core v0.3.0
27332024-10-03T19:58:29.212Z[ host-package] Compiling fxhash v0.2.1
27342024-10-03T19:58:29.408Z[ host-package] Compiling libxml v0.3.3
27352024-10-03T19:58:29.988Z[ helios-setup] Oct 03 19:58:28.712 INFO E| Compiling futures v0.3.28
27362024-10-03T19:58:30.399Z[ helios-setup] Oct 03 19:58:29.122 INFO E| Compiling num_enum_derive v0.5.7
27372024-10-03T19:58:30.411Z[ host-package] Compiling ref-cast-impl v1.0.23
27382024-10-03T19:58:30.883Z[ host-package] Compiling headers v0.4.0
27392024-10-03T19:58:33.402Z[ host-package] Compiling derive_builder_macro v0.20.0
27402024-10-03T19:58:35.961Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27412024-10-03T19:58:36.889Z[ helios-setup] Oct 03 19:58:35.613 INFO E| Compiling cargo-lock v8.0.3
27422024-10-03T19:58:38.554Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27432024-10-03T19:58:39.648Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27442024-10-03T19:58:40.364Z[ host-package] Compiling polar-core v0.27.3
27452024-10-03T19:58:42.396Z[ host-package] Compiling kstat-rs v0.2.4
27462024-10-03T19:58:42.924Z[ helios-setup] Oct 03 19:58:41.647 INFO E| Compiling crossbeam-deque v0.8.2
27472024-10-03T19:58:43.923Z[ helios-setup] Oct 03 19:58:42.646 INFO E| Compiling term v0.7.0
27482024-10-03T19:58:44.398Z[ host-package] Compiling strum_macros v0.24.3
27492024-10-03T19:58:45.153Z[ helios-setup] Oct 03 19:58:43.875 INFO E| Compiling serde_urlencoded v0.7.1
27502024-10-03T19:58:45.219Z[ helios-setup] Oct 03 19:58:43.941 INFO E| Compiling is-terminal v0.4.7
27512024-10-03T19:58:45.459Z[ helios-setup] Oct 03 19:58:44.182 INFO E| Compiling sha1 v0.10.5
27522024-10-03T19:58:46.378Z[ helios-setup] Oct 03 19:58:45.101 INFO E| Compiling sha2 v0.10.6
27532024-10-03T19:58:46.433Z[ helios-setup] Oct 03 19:58:45.155 INFO E| Compiling atty v0.2.14
27542024-10-03T19:58:46.657Z[ host-package] Compiling samael v0.0.17
27552024-10-03T19:58:46.985Z[ helios-setup] Oct 03 19:58:45.708 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27562024-10-03T19:58:47.813Z[ helios-setup] Oct 03 19:58:46.536 INFO E| Compiling concolor-query v0.3.3
27572024-10-03T19:58:48.279Z[ helios-setup] Oct 03 19:58:47.002 INFO E| Compiling anstyle v0.3.5
27582024-10-03T19:58:49.206Z[ helios-setup] Oct 03 19:58:47.928 INFO E| Compiling concolor-override v1.0.0
27592024-10-03T19:58:49.259Z[ host-package] Compiling unicase v2.7.0
27602024-10-03T19:58:49.933Z[ host-package] Compiling dropshot v0.10.1
27612024-10-03T19:58:49.936Z[ helios-setup] Oct 03 19:58:48.657 INFO E| Compiling anstream v0.2.6
27622024-10-03T19:58:50.372Z[ host-package] Compiling indoc v1.0.9
27632024-10-03T19:58:51.115Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27642024-10-03T19:58:52.359Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27652024-10-03T19:58:52.800Z[ helios-setup] Oct 03 19:58:51.522 INFO E| Compiling slog-term v2.9.0
27662024-10-03T19:58:53.278Z[ helios-setup] Oct 03 19:58:52.000 INFO E| Compiling flate2 v1.0.25
27672024-10-03T19:58:54.891Z[ helios-setup] Oct 03 19:58:53.613 INFO E| Compiling num_enum v0.5.7
27682024-10-03T19:58:55.412Z[ helios-setup] Oct 03 19:58:54.134 INFO E| Compiling rustfmt-wrapper v0.2.0
27692024-10-03T19:58:55.961Z[ helios-setup] Oct 03 19:58:54.683 INFO E| Compiling rand v0.8.5
27702024-10-03T19:58:56.690Z[ helios-setup] Oct 03 19:58:55.412 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27712024-10-03T19:58:57.035Z[ helios-setup] Oct 03 19:58:55.755 INFO E| Compiling openapiv3 v1.0.2
27722024-10-03T19:58:59.935Z[ helios-setup] Oct 03 19:58:58.657 INFO E| Compiling encoding_rs v0.8.32
27732024-10-03T19:58:59.951Z[ host-package] Compiling derive_builder v0.20.0
27742024-10-03T19:59:00.264Z[ helios-setup] Oct 03 19:58:58.985 INFO E| Compiling unsafe-libyaml v0.2.8
27752024-10-03T19:59:02.564Z[ helios-setup] Oct 03 19:59:01.285 INFO E| Compiling byteorder v1.4.3
27762024-10-03T19:59:03.815Z[ helios-setup] Oct 03 19:59:02.536 INFO E| Compiling strsim v0.10.0
27772024-10-03T19:59:03.932Z[ helios-setup] Oct 03 19:59:02.653 INFO E| Compiling ipnet v2.7.2
27782024-10-03T19:59:04.867Z[ helios-setup] Oct 03 19:59:03.587 INFO E| Compiling either v1.8.0
27792024-10-03T19:59:05.428Z[ helios-setup] Oct 03 19:59:04.149 INFO E| Compiling clap_lex v0.4.1
27802024-10-03T19:59:05.884Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27812024-10-03T19:59:06.580Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27822024-10-03T19:59:07.026Z[ helios-setup] Oct 03 19:59:05.747 INFO E| Compiling untrusted v0.7.1
27832024-10-03T19:59:07.412Z[ helios-setup] Oct 03 19:59:06.132 INFO E| Compiling utf-8 v0.7.6
27842024-10-03T19:59:07.694Z[ host-package] Compiling crossterm v0.28.1
27852024-10-03T19:59:07.913Z[ helios-setup] Oct 03 19:59:06.633 INFO E| Compiling project-root v0.2.2
27862024-10-03T19:59:08.421Z[ helios-setup] Oct 03 19:59:07.141 INFO E| Compiling base64 v0.13.1
27872024-10-03T19:59:08.474Z[ helios-setup] Oct 03 19:59:07.193 INFO E| Compiling mime v0.3.17
27882024-10-03T19:59:08.899Z[ helios-setup] Oct 03 19:59:07.619 INFO E| Compiling spin v0.5.2
27892024-10-03T19:59:09.418Z[ helios-setup] Oct 03 19:59:08.138 INFO E| Compiling clap_builder v4.2.1
27902024-10-03T19:59:09.557Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27912024-10-03T19:59:10.188Z[ helios-setup] Oct 03 19:59:08.908 INFO E| Compiling reqwest v0.11.16
27922024-10-03T19:59:10.288Z[ helios-setup] Oct 03 19:59:09.007 INFO E| Compiling tungstenite v0.18.0
27932024-10-03T19:59:10.800Z[ helios-setup] Oct 03 19:59:09.520 INFO E| Compiling rayon v1.6.1
27942024-10-03T19:59:18.313Z[ host-package] Compiling dropshot_endpoint v0.10.1
27952024-10-03T19:59:20.776Z[ helios-setup] Oct 03 19:59:19.495 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27962024-10-03T19:59:20.911Z[ helios-setup] Oct 03 19:59:19.630 INFO E| Compiling serde_yaml v0.9.21
27972024-10-03T19:59:22.888Z[ helios-setup] Oct 03 19:59:21.607 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27982024-10-03T19:59:23.684Z[ host-package] Compiling oso-derive v0.27.3
27992024-10-03T19:59:24.067Z[ host-package] Compiling libz-sys v1.1.16
28002024-10-03T19:59:25.675Z[ helios-setup] Oct 03 19:59:24.393 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28012024-10-03T19:59:25.835Z[ host-package] Compiling quick-xml v0.33.0
28022024-10-03T19:59:25.879Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28032024-10-03T19:59:26.930Z[ host-package] Compiling cfg_aliases v0.1.1
28042024-10-03T19:59:27.092Z[ host-package] Compiling parking_lot_core v0.8.6
28052024-10-03T19:59:27.401Z[ host-package] Compiling nix v0.28.0
28062024-10-03T19:59:28.139Z[ host-package] Compiling oso v0.27.3
28072024-10-03T19:59:30.502Z[ helios-setup] Oct 03 19:59:29.220 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28082024-10-03T19:59:30.556Z[ helios-setup] Oct 03 19:59:29.273 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28092024-10-03T19:59:31.757Z[ helios-setup] Oct 03 19:59:30.475 INFO E| Compiling clap_derive v4.2.0
28102024-10-03T19:59:35.192Z[ helios-setup] Oct 03 19:59:33.909 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28112024-10-03T19:59:35.467Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28122024-10-03T19:59:38.682Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28132024-10-03T19:59:41.205Z[ helios-setup] Oct 03 19:59:39.921 INFO E| Compiling clap v4.2.1
28142024-10-03T19:59:42.986Z[ helios-setup] Oct 03 19:59:41.702 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28152024-10-03T19:59:49.330Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28162024-10-03T19:59:50.286Z[ host-package] Compiling bb8 v0.8.5
28172024-10-03T19:59:51.908Z[ host-package] Compiling const_format_proc_macros v0.2.33
28182024-10-03T19:59:55.670Z[ host-package] Compiling vte_generate_state_changes v0.1.1
28192024-10-03T19:59:57.229Z[ host-package] Compiling vte v0.11.1
28202024-10-03T19:59:58.616Z[ helios-setup] Oct 03 19:59:57.330 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28212024-10-03T20:00:00.216Z[ host-package] Compiling const_format v0.2.33
28222024-10-03T20:00:01.095Z[ helios-setup] Oct 03 19:59:59.809 INFO E| Compiling tokio-tungstenite v0.18.0
28232024-10-03T20:00:02.218Z[ helios-setup] Oct 03 20:00:00.931 INFO E| Compiling smartstring v1.0.1
28242024-10-03T20:00:02.351Z[ helios-setup] Oct 03 20:00:01.063 INFO E| Compiling rustls v0.21.0
28252024-10-03T20:00:02.639Z[ host-package] Compiling async-bb8-diesel v0.2.1
28262024-10-03T20:00:03.534Z[ helios-setup] Oct 03 20:00:02.248 INFO E| Compiling serde_spanned v0.6.1
28272024-10-03T20:00:03.936Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
28282024-10-03T20:00:04.374Z[ helios-setup] Oct 03 20:00:03.088 INFO E| Compiling toml_datetime v0.6.1
28292024-10-03T20:00:04.520Z[ helios-setup] Oct 03 20:00:03.234 INFO E| Compiling static_assertions v1.1.0
28302024-10-03T20:00:04.860Z[ helios-setup] Oct 03 20:00:03.573 INFO E| Compiling paste v1.0.12
28312024-10-03T20:00:05.776Z[ helios-setup] Oct 03 20:00:04.490 INFO E| Compiling winnow v0.4.1
28322024-10-03T20:00:06.393Z[ helios-setup] Oct 03 20:00:05.107 INFO E| Compiling camino v1.1.4
28332024-10-03T20:00:07.460Z[ host-package] Compiling fd-lock v4.0.2
28342024-10-03T20:00:07.995Z[ helios-setup] Oct 03 20:00:06.709 INFO E| Compiling async-trait v0.1.68
28352024-10-03T20:00:08.306Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28362024-10-03T20:00:09.119Z[ helios-setup] Oct 03 20:00:07.832 INFO E| Compiling match_cfg v0.1.0
28372024-10-03T20:00:09.164Z[ helios-setup] Oct 03 20:00:07.877 INFO E| Compiling slog-async v2.7.0
28382024-10-03T20:00:09.384Z[ helios-setup] Oct 03 20:00:08.097 INFO E| Compiling hostname v0.3.1
28392024-10-03T20:00:10.412Z[ host-package] Compiling atty v0.2.14
28402024-10-03T20:00:10.753Z[ helios-setup] Oct 03 20:00:09.466 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28412024-10-03T20:00:10.931Z[ host-package] Compiling bytecount v0.6.8
28422024-10-03T20:00:11.622Z[ host-package] Compiling salty v0.3.0
28432024-10-03T20:00:12.481Z[ helios-setup] Oct 03 20:00:11.124 INFO E| Compiling slog-json v2.6.1
28442024-10-03T20:00:12.836Z[ helios-setup] Oct 03 20:00:11.549 INFO E| Compiling unicode-linebreak v0.1.4
28452024-10-03T20:00:13.108Z[ host-package] Compiling papergrid v0.11.0
28462024-10-03T20:00:13.497Z[ helios-setup] Oct 03 20:00:12.210 INFO E| Compiling toml_edit v0.19.8
28472024-10-03T20:00:13.574Z[ helios-setup] Oct 03 20:00:12.286 INFO E| Compiling async-stream-impl v0.3.5
28482024-10-03T20:00:16.743Z[ helios-setup] Oct 03 20:00:15.456 INFO E| Compiling rhai_codegen v1.5.0
28492024-10-03T20:00:18.223Z[ helios-setup] Oct 03 20:00:16.935 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28502024-10-03T20:00:19.014Z[ helios-setup] Oct 03 20:00:17.726 INFO E| Compiling take_mut v0.2.2
28512024-10-03T20:00:20.940Z[ helios-setup] Oct 03 20:00:19.652 INFO E| Compiling toml v0.7.3
28522024-10-03T20:00:21.935Z[ helios-setup] Oct 03 20:00:20.646 INFO E| Compiling rhai v1.14.0
28532024-10-03T20:00:23.764Z[ helios-setup] Oct 03 20:00:22.476 INFO E| Compiling async-stream v0.3.5
28542024-10-03T20:00:24.579Z[ helios-setup] Oct 03 20:00:23.291 INFO E| Compiling slog-bunyan v2.4.0
28552024-10-03T20:00:27.542Z[ helios-setup] Oct 03 20:00:26.253 INFO E| Compiling sct v0.7.0
28562024-10-03T20:00:27.805Z[ helios-setup] Oct 03 20:00:26.516 INFO E| Compiling rustls-webpki v0.100.1
28572024-10-03T20:00:32.012Z[ helios-setup] Oct 03 20:00:30.722 INFO E| Compiling rustls-pemfile v1.0.2
28582024-10-03T20:00:32.025Z[ helios-setup] Oct 03 20:00:30.735 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28592024-10-03T20:00:33.423Z[ helios-setup] Oct 03 20:00:32.134 INFO E| Compiling serde_path_to_error v0.1.11
28602024-10-03T20:00:33.881Z[ helios-setup] Oct 03 20:00:32.592 INFO E| Compiling bincode v1.3.3
28612024-10-03T20:00:36.105Z[ helios-setup] Oct 03 20:00:34.815 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28622024-10-03T20:00:36.348Z[ helios-setup] Oct 03 20:00:35.058 INFO E| Compiling terminal_size v0.2.6
28632024-10-03T20:00:36.627Z[ helios-setup] Oct 03 20:00:35.338 INFO E| Compiling smawk v0.3.1
28642024-10-03T20:00:36.997Z[ helios-setup] Oct 03 20:00:35.707 INFO E| Compiling textwrap v0.16.0
28652024-10-03T20:00:37.433Z[ host-package] Compiling parking_lot v0.11.2
28662024-10-03T20:00:43.316Z[ helios-setup] Oct 03 20:00:42.024 INFO E| Compiling tokio-rustls v0.24.0
28672024-10-03T20:00:53.353Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28682024-10-03T20:00:55.445Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
28692024-10-03T20:01:01.210Z[ host-package] Compiling tabled_derive v0.7.0
28702024-10-03T20:01:04.202Z[ host-package] Compiling crossterm v0.27.0
28712024-10-03T20:01:06.322Z[ host-package] Compiling peg-macros v0.8.4
28722024-10-03T20:01:11.270Z[ helios-setup] Oct 03 20:01:09.977 INFO E| Compiling git2 v0.16.1
28732024-10-03T20:01:12.110Z[ host-package] Compiling sqlparser_derive v0.2.2
28742024-10-03T20:01:12.795Z[ host-package] Compiling nu-ansi-term v0.50.0
28752024-10-03T20:01:13.587Z[ host-package] Compiling unicode_categories v0.1.1
28762024-10-03T20:01:14.016Z[ host-package] Compiling sqlformat v0.2.6
28772024-10-03T20:01:14.059Z[ host-package] Compiling rustyline v14.0.0
28782024-10-03T20:01:14.185Z[ host-package] Compiling sqlparser v0.45.0
28792024-10-03T20:01:15.323Z[ host-package] Compiling reedline v0.33.0
28802024-10-03T20:01:16.149Z[ helios-setup] Oct 03 20:01:14.854 INFO E| Compiling built v0.6.0
28812024-10-03T20:01:16.810Z[ host-package] Compiling peg v0.8.4
28822024-10-03T20:01:16.961Z[ host-package] Compiling tabled v0.15.0
28832024-10-03T20:01:19.075Z[ helios-setup] Oct 03 20:01:17.780 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28842024-10-03T20:01:20.767Z[ helios-setup] Oct 03 20:01:19.472 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28852024-10-03T20:01:21.430Z[ helios-setup] Oct 03 20:01:20.135 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28862024-10-03T20:01:28.166Z[ host-package] Compiling sled v0.34.7
28872024-10-03T20:01:28.830Z[ host-package] Compiling mime_guess v2.0.4
28882024-10-03T20:01:34.411Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28892024-10-03T20:01:34.529Z[ host-package] Compiling hickory-client v0.24.1
28902024-10-03T20:01:37.744Z[ helios-setup] Oct 03 20:01:36.447 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28912024-10-03T20:01:38.814Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
28922024-10-03T20:01:39.063Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28932024-10-03T20:01:39.965Z[ helios-setup] Oct 03 20:01:38.668 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28942024-10-03T20:01:42.256Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28952024-10-03T20:01:46.085Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28962024-10-03T20:01:47.956Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
28972024-10-03T20:01:48.474Z[ host-package] Compiling hickory-server v0.24.1
28982024-10-03T20:01:55.127Z[ host-package] Compiling primeorder v0.13.6
28992024-10-03T20:01:55.135Z[ host-package] Compiling bcs v0.1.6
29002024-10-03T20:01:55.342Z[ host-package] Compiling vergen v8.3.2
29012024-10-03T20:01:56.230Z[ host-package] Compiling env_filter v0.1.2
29022024-10-03T20:01:58.723Z[ host-package] Compiling cargo-platform v0.1.8
29032024-10-03T20:01:59.198Z[ host-package] Compiling nanorand v0.7.0
29042024-10-03T20:01:59.969Z[ host-package] Compiling memoffset v0.9.1
29052024-10-03T20:02:00.029Z[ host-package] Compiling cargo_metadata v0.18.1
29062024-10-03T20:02:00.673Z[ host-package] Compiling flume v0.11.0
29072024-10-03T20:02:01.405Z[ host-package] Compiling env_logger v0.11.5
29082024-10-03T20:02:02.332Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29092024-10-03T20:02:03.855Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29102024-10-03T20:02:05.979Z[ host-package] Compiling p384 v0.13.0
29112024-10-03T20:02:18.365Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29122024-10-03T20:02:18.519Z[ host-package] Compiling git2 v0.19.0
29132024-10-03T20:02:24.555Z[ helios-setup] Oct 03 20:02:23.253 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29142024-10-03T20:02:29.540Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29152024-10-03T20:02:31.168Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29162024-10-03T20:02:32.660Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29172024-10-03T20:02:34.847Z[ host-package] Compiling libsqlite3-sys v0.30.1
29182024-10-03T20:02:35.575Z[ host-package] Compiling lzma-sys v0.1.20
29192024-10-03T20:02:35.844Z[ host-package] Compiling cfg_aliases v0.2.1
29202024-10-03T20:02:35.996Z[ host-package] Compiling rustls v0.21.12
29212024-10-03T20:02:36.469Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29222024-10-03T20:02:36.690Z[ host-package] Compiling nix v0.29.0
29232024-10-03T20:02:37.907Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29242024-10-03T20:02:42.240Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29252024-10-03T20:02:43.884Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29262024-10-03T20:02:45.542Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29272024-10-03T20:02:45.976Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29282024-10-03T20:02:46.299Z[ host-package] Compiling sct v0.7.1
29292024-10-03T20:02:47.162Z[ host-package] Compiling rustls-webpki v0.101.7
29302024-10-03T20:02:52.750Z[ host-package] Compiling heck v0.3.3
29312024-10-03T20:02:53.576Z[ host-package] Compiling castaway v0.2.3
29322024-10-03T20:02:53.851Z[ host-package] Compiling rand_seeder v0.3.0
29332024-10-03T20:02:54.050Z[ host-package] Compiling csv-core v0.1.11
29342024-10-03T20:02:54.161Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29352024-10-03T20:02:54.446Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29362024-10-03T20:02:55.277Z[ host-package] Compiling http-range v0.1.5
29372024-10-03T20:02:55.711Z[ host-package] Compiling hyper-staticfile v0.10.1
29382024-10-03T20:02:56.572Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29392024-10-03T20:02:58.194Z[ host-package] Compiling csv v1.3.0
29402024-10-03T20:02:59.954Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29412024-10-03T20:03:00.356Z[ host-package] Compiling compact_str v0.8.0
29422024-10-03T20:03:01.324Z[ host-package] Compiling zone_cfg_derive v0.1.2
29432024-10-03T20:03:05.451Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29442024-10-03T20:03:07.267Z[ host-package] Compiling nix v0.27.1
29452024-10-03T20:03:08.113Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29462024-10-03T20:03:14.451Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29472024-10-03T20:03:17.947Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29482024-10-03T20:03:18.721Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29492024-10-03T20:03:25.069Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29502024-10-03T20:03:28.245Z[ helios-setup] Oct 03 20:03:26.936 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s
29512024-10-03T20:03:28.266Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29522024-10-03T20:03:28.359Z[ helios-setup] Oct 03 20:03:27.050 INFO building project "pilot" ok (409 seconds)
29532024-10-03T20:03:28.359Z[ helios-setup] Oct 03 20:03:27.050 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29542024-10-03T20:03:28.363Z[ helios-setup] Oct 03 20:03:27.050 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29552024-10-03T20:03:28.637Z[ helios-setup] Oct 03 20:03:27.328 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29562024-10-03T20:03:28.691Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29572024-10-03T20:03:28.887Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29582024-10-03T20:03:29.052Z[ host-package] Compiling unicode-truncate v1.0.0
29592024-10-03T20:03:29.127Z[ helios-setup] Oct 03 20:03:27.816 INFO E| From https://github.com/jclulow/rust-jmclib
29602024-10-03T20:03:29.130Z[ helios-setup] Oct 03 20:03:27.816 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29612024-10-03T20:03:29.196Z[ helios-setup] Oct 03 20:03:27.886 INFO E| Updating crates.io index
29622024-10-03T20:03:29.264Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29632024-10-03T20:03:29.363Z[ host-package] Compiling hashlink v0.9.1
29642024-10-03T20:03:29.451Z[ helios-setup] Oct 03 20:03:28.141 INFO E| Downloading crates ...
29652024-10-03T20:03:29.576Z[ helios-setup] Oct 03 20:03:28.266 INFO E| Downloaded opaque-debug v0.3.0
29662024-10-03T20:03:29.580Z[ helios-setup] Oct 03 20:03:28.268 INFO E| Downloaded libdevinfo-sys v1.0.0
29672024-10-03T20:03:29.580Z[ helios-setup] Oct 03 20:03:28.269 INFO E| Downloaded digest v0.9.0
29682024-10-03T20:03:29.580Z[ helios-setup] Oct 03 20:03:28.271 INFO E| Downloaded block-buffer v0.9.0
29692024-10-03T20:03:29.583Z[ helios-setup] Oct 03 20:03:28.272 INFO E| Downloaded bitflags v2.3.3
29702024-10-03T20:03:29.586Z[ helios-setup] Oct 03 20:03:28.277 INFO E| Downloaded anyhow v1.0.72
29712024-10-03T20:03:29.592Z[ helios-setup] Oct 03 20:03:28.283 INFO E| Downloaded cpufeatures v0.2.9
29722024-10-03T20:03:29.623Z[ helios-setup] Oct 03 20:03:28.314 INFO E| Downloaded uuid v0.8.2
29732024-10-03T20:03:29.629Z[ helios-setup] Oct 03 20:03:28.320 INFO E| Downloaded tempfile v3.7.0
29742024-10-03T20:03:29.634Z[ helios-setup] Oct 03 20:03:28.325 INFO E| Downloaded sha-1 v0.9.8
29752024-10-03T20:03:29.639Z[ helios-setup] Oct 03 20:03:28.328 INFO E| Downloaded unicode-ident v1.0.11
29762024-10-03T20:03:29.643Z[ helios-setup] Oct 03 20:03:28.333 INFO E| Downloaded serde_derive v1.0.193
29772024-10-03T20:03:29.649Z[ helios-setup] Oct 03 20:03:28.339 INFO E| Downloaded serde v1.0.193
29782024-10-03T20:03:29.654Z[ helios-setup] Oct 03 20:03:28.345 INFO E| Downloaded proc-macro2 v1.0.66
29792024-10-03T20:03:29.658Z[ helios-setup] Oct 03 20:03:28.349 INFO E| Downloaded serde_json v1.0.103
29802024-10-03T20:03:29.672Z[ helios-setup] Oct 03 20:03:28.363 INFO E| Downloaded ryu v1.0.15
29812024-10-03T20:03:29.677Z[ helios-setup] Oct 03 20:03:28.368 INFO E| Downloaded syn v2.0.32
29822024-10-03T20:03:29.694Z[ helios-setup] Oct 03 20:03:28.385 INFO E| Downloaded quote v1.0.31
29832024-10-03T20:03:29.702Z[ helios-setup] Oct 03 20:03:28.389 INFO E| Downloaded rustix v0.38.4
29842024-10-03T20:03:29.730Z[ helios-setup] Oct 03 20:03:28.420 INFO E| Downloaded once_cell v1.18.0
29852024-10-03T20:03:29.733Z[ helios-setup] Oct 03 20:03:28.424 INFO E| Downloaded md-5 v0.9.1
29862024-10-03T20:03:29.736Z[ helios-setup] Oct 03 20:03:28.426 INFO E| Downloaded libc v0.2.147
29872024-10-03T20:03:29.776Z[ helios-setup] Oct 03 20:03:28.462 INFO E| Downloaded itoa v1.0.9
29882024-10-03T20:03:29.776Z[ helios-setup] Oct 03 20:03:28.464 INFO E| Downloaded getrandom v0.2.10
29892024-10-03T20:03:29.778Z[ helios-setup] Oct 03 20:03:28.468 INFO E| Downloaded fastrand v2.0.0
29902024-10-03T20:03:29.839Z[ host-package] Compiling lru v0.12.3
29912024-10-03T20:03:29.928Z[ host-package] Compiling instability v0.3.2
29922024-10-03T20:03:29.965Z[ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling libc v0.2.147
29932024-10-03T20:03:29.965Z[ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling proc-macro2 v1.0.66
29942024-10-03T20:03:29.968Z[ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling cfg-if v1.0.0
29952024-10-03T20:03:29.968Z[ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling unicode-ident v1.0.11
29962024-10-03T20:03:29.968Z[ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling version_check v0.9.4
29972024-10-03T20:03:29.968Z[ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling typenum v1.16.0
29982024-10-03T20:03:29.968Z[ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling serde v1.0.193
29992024-10-03T20:03:29.968Z[ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling slog v2.7.0
30002024-10-03T20:03:30.225Z[ host-package] Compiling cassowary v0.3.0
30012024-10-03T20:03:30.300Z[ host-package] Compiling base64 v0.13.1
30022024-10-03T20:03:30.531Z[ helios-setup] Oct 03 20:03:29.222 INFO E| Compiling time-core v0.1.2
30032024-10-03T20:03:30.603Z[ helios-setup] Oct 03 20:03:29.292 INFO E| Compiling itoa v1.0.9
30042024-10-03T20:03:30.996Z[ helios-setup] Oct 03 20:03:29.686 INFO E| Compiling rustix v0.38.4
30052024-10-03T20:03:31.052Z[ helios-setup] Oct 03 20:03:29.742 INFO E| Compiling num-conv v0.1.0
30062024-10-03T20:03:31.577Z[ helios-setup] Oct 03 20:03:30.266 INFO E| Compiling powerfmt v0.2.0
30072024-10-03T20:03:31.714Z[ host-package] Compiling fallible-iterator v0.3.0
30082024-10-03T20:03:31.776Z[ helios-setup] Oct 03 20:03:30.466 INFO E| Compiling time-macros v0.2.18
30092024-10-03T20:03:31.843Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30102024-10-03T20:03:31.871Z[ helios-setup] Oct 03 20:03:30.552 INFO E| Compiling generic-array v0.14.7
30112024-10-03T20:03:31.960Z[ helios-setup] Oct 03 20:03:30.650 INFO E| Compiling bitflags v2.3.3
30122024-10-03T20:03:32.427Z[ host-package] Compiling ratatui v0.28.0
30132024-10-03T20:03:32.447Z[ helios-setup] Oct 03 20:03:31.121 INFO E| Compiling deranged v0.3.11
30142024-10-03T20:03:32.502Z[ helios-setup] Oct 03 20:03:31.192 INFO E| Compiling once_cell v1.18.0
30152024-10-03T20:03:32.541Z[ helios-setup] Oct 03 20:03:31.231 INFO E| Compiling num_threads v0.1.6
30162024-10-03T20:03:32.796Z[ helios-setup] Oct 03 20:03:31.487 INFO E| Compiling quote v1.0.31
30172024-10-03T20:03:33.560Z[ helios-setup] Oct 03 20:03:32.250 INFO E| Compiling syn v2.0.32
30182024-10-03T20:03:33.820Z[ helios-setup] Oct 03 20:03:32.510 INFO E| Compiling dirs-sys-next v0.1.2
30192024-10-03T20:03:33.984Z[ host-package] Compiling rusqlite v0.32.1
30202024-10-03T20:03:34.228Z[ helios-setup] Oct 03 20:03:32.907 INFO E| Compiling dirs-next v2.0.0
30212024-10-03T20:03:34.447Z[ helios-setup] Oct 03 20:03:33.136 INFO E| Compiling errno v0.3.1
30222024-10-03T20:03:34.545Z[ helios-setup] Oct 03 20:03:33.234 INFO E| Compiling term v0.7.0
30232024-10-03T20:03:34.954Z[ helios-setup] Oct 03 20:03:33.644 INFO E| Compiling atty v0.2.14
30242024-10-03T20:03:35.258Z[ helios-setup] Oct 03 20:03:33.948 INFO E| Compiling thread_local v1.1.7
30252024-10-03T20:03:35.587Z[ helios-setup] Oct 03 20:03:34.274 INFO E| Compiling anyhow v1.0.72
30262024-10-03T20:03:36.597Z[ helios-setup] Oct 03 20:03:35.287 INFO E| Compiling serde_json v1.0.103
30272024-10-03T20:03:36.975Z[ helios-setup] Oct 03 20:03:35.664 INFO E| Compiling opaque-debug v0.3.0
30282024-10-03T20:03:37.142Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30292024-10-03T20:03:37.398Z[ helios-setup] Oct 03 20:03:36.076 INFO E| Compiling fastrand v2.0.0
30302024-10-03T20:03:37.603Z[ helios-setup] Oct 03 20:03:36.278 INFO E| Compiling digest v0.9.0
30312024-10-03T20:03:37.725Z[ helios-setup] Oct 03 20:03:36.415 INFO E| Compiling block-buffer v0.9.0
30322024-10-03T20:03:37.976Z[ helios-setup] Oct 03 20:03:36.666 INFO E| Compiling time v0.3.36
30332024-10-03T20:03:38.119Z[ helios-setup] Oct 03 20:03:36.801 INFO E| Compiling getrandom v0.2.10
30342024-10-03T20:03:38.130Z[ helios-setup] Oct 03 20:03:36.819 INFO E| Compiling ryu v1.0.15
30352024-10-03T20:03:38.153Z[ helios-setup] Oct 03 20:03:36.843 INFO E| Compiling cpufeatures v0.2.9
30362024-10-03T20:03:38.254Z[ helios-setup] Oct 03 20:03:36.944 INFO E| Compiling tempfile v3.7.0
30372024-10-03T20:03:38.316Z[ helios-setup] Oct 03 20:03:37.004 INFO E| Compiling unicode-width v0.1.10
30382024-10-03T20:03:38.672Z[ helios-setup] Oct 03 20:03:37.362 INFO E| Compiling same-file v1.0.6
30392024-10-03T20:03:38.686Z[ helios-setup] Oct 03 20:03:37.375 INFO E| Compiling getopts v0.2.21
30402024-10-03T20:03:38.776Z[ helios-setup] Oct 03 20:03:37.466 INFO E| Compiling sha-1 v0.9.8
30412024-10-03T20:03:39.316Z[ helios-setup] Oct 03 20:03:38.005 INFO E| Compiling walkdir v2.3.3
30422024-10-03T20:03:39.403Z[ helios-setup] Oct 03 20:03:38.093 INFO E| Compiling md-5 v0.9.1
30432024-10-03T20:03:39.846Z[ helios-setup] Oct 03 20:03:38.535 INFO E| Compiling libdevinfo-sys v1.0.0
30442024-10-03T20:03:40.053Z[ helios-setup] Oct 03 20:03:38.741 INFO E| Compiling glob v0.3.1
30452024-10-03T20:03:42.023Z[ helios-setup] Oct 03 20:03:40.712 INFO E| Compiling slog-term v2.9.0
30462024-10-03T20:03:42.369Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30472024-10-03T20:03:43.085Z[ helios-setup] Oct 03 20:03:41.774 INFO E| Compiling serde_derive v1.0.193
30482024-10-03T20:03:44.993Z[ host-package] Compiling ron v0.7.1
30492024-10-03T20:03:47.368Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30502024-10-03T20:03:48.353Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30512024-10-03T20:03:50.163Z[ host-package] Compiling xz2 v0.1.7
30522024-10-03T20:03:51.172Z[ host-package] Compiling tokio-rustls v0.24.1
30532024-10-03T20:03:52.053Z[ host-package] Compiling zone v0.1.8
30542024-10-03T20:03:57.743Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30552024-10-03T20:03:57.792Z[ helios-setup] Oct 03 20:03:56.249 INFO E| Compiling toml v0.5.11
30562024-10-03T20:03:57.792Z[ helios-setup] Oct 03 20:03:56.249 INFO E| Compiling uuid v0.8.2
30572024-10-03T20:03:59.940Z[ helios-setup] Oct 03 20:03:58.627 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30582024-10-03T20:04:03.686Z[ helios-setup] Oct 03 20:04:02.373 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30592024-10-03T20:04:08.740Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30602024-10-03T20:04:09.070Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30612024-10-03T20:04:12.819Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30622024-10-03T20:04:13.176Z[ host-package] Compiling rustls-pemfile v1.0.4
30632024-10-03T20:04:14.123Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30642024-10-03T20:04:14.686Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30652024-10-03T20:04:16.610Z[ helios-setup] Oct 03 20:04:15.296 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.15s
30662024-10-03T20:04:16.644Z[ helios-setup] Oct 03 20:04:15.330 INFO building project "image-builder" ok (48 seconds)
30672024-10-03T20:04:16.644Z[ helios-setup] Oct 03 20:04:15.330 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30682024-10-03T20:04:16.645Z[ helios-setup] Oct 03 20:04:15.330 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30692024-10-03T20:04:16.654Z[ helios-setup] Oct 03 20:04:15.340 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
30702024-10-03T20:04:16.836Z[ helios-setup] Oct 03 20:04:15.522 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
30712024-10-03T20:04:16.836Z[ helios-setup] Oct 03 20:04:15.522 INFO E| info: downloading component 'cargo'
30722024-10-03T20:04:17.005Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30732024-10-03T20:04:17.193Z[ host-package] Compiling signal-hook-tokio v0.3.1
30742024-10-03T20:04:17.427Z[ host-package] Compiling twox-hash v1.6.3
30752024-10-03T20:04:18.398Z[ host-package] Compiling yasna v0.5.2
30762024-10-03T20:04:18.453Z[ host-package] Compiling unicode-linebreak v0.1.5
30772024-10-03T20:04:18.575Z[ helios-setup] Oct 03 20:04:17.261 INFO E| info: downloading component 'clippy'
30782024-10-03T20:04:18.768Z[ helios-setup] Oct 03 20:04:17.453 INFO E| info: downloading component 'rust-docs'
30792024-10-03T20:04:19.022Z[ host-package] Compiling smawk v0.3.2
30802024-10-03T20:04:19.302Z[ host-package] Compiling is_ci v1.2.0
30812024-10-03T20:04:19.660Z[ host-package] Compiling rcgen v0.12.1
30822024-10-03T20:04:19.972Z[ host-package] Compiling supports-color v3.0.1
30832024-10-03T20:04:20.416Z[ host-package] Compiling textwrap v0.16.1
30842024-10-03T20:04:20.467Z[ helios-setup] Oct 03 20:04:19.152 INFO E| info: downloading component 'rust-src'
30852024-10-03T20:04:20.615Z[ helios-setup] Oct 03 20:04:19.300 INFO E| info: downloading component 'rust-std'
30862024-10-03T20:04:22.015Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
30872024-10-03T20:04:22.515Z[ helios-setup] Oct 03 20:04:21.200 INFO E| info: downloading component 'rustc'
30882024-10-03T20:04:24.300Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30892024-10-03T20:04:27.842Z[ helios-setup] Oct 03 20:04:26.526 INFO E| info: downloading component 'rustfmt'
30902024-10-03T20:04:28.548Z[ helios-setup] Oct 03 20:04:27.232 INFO E| info: installing component 'cargo'
30912024-10-03T20:04:30.008Z[ helios-setup] Oct 03 20:04:28.692 INFO E| info: installing component 'clippy'
30922024-10-03T20:04:30.105Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30932024-10-03T20:04:30.466Z[ helios-setup] Oct 03 20:04:29.150 INFO E| info: installing component 'rust-docs'
30942024-10-03T20:04:36.206Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30952024-10-03T20:04:36.263Z[ helios-setup] Oct 03 20:04:34.946 INFO E| info: installing component 'rust-src'
30962024-10-03T20:04:36.902Z[ helios-setup] Oct 03 20:04:35.585 INFO E| info: installing component 'rust-std'
30972024-10-03T20:04:39.453Z[ helios-setup] Oct 03 20:04:38.136 INFO E| info: installing component 'rustc'
30982024-10-03T20:04:43.549Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30992024-10-03T20:04:46.045Z[ helios-setup] Oct 03 20:04:44.727 INFO E| info: installing component 'rustfmt'
31002024-10-03T20:04:46.612Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31012024-10-03T20:04:46.986Z[ helios-setup] Oct 03 20:04:45.668 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31022024-10-03T20:04:47.860Z[ helios-setup] Oct 03 20:04:46.542 INFO E| From https://github.com/oxidecomputer/amd-apcb
31032024-10-03T20:04:47.860Z[ helios-setup] Oct 03 20:04:46.542 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
31042024-10-03T20:04:47.863Z[ helios-setup] Oct 03 20:04:46.542 INFO E| * [new tag] v0.4.1 -> v0.4.1
31052024-10-03T20:04:47.892Z[ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.1.3 -> v0.1.3
31062024-10-03T20:04:47.892Z[ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.1.4 -> v0.1.4
31072024-10-03T20:04:47.895Z[ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.1.5 -> v0.1.5
31082024-10-03T20:04:47.895Z[ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.2.0 -> v0.2.0
31092024-10-03T20:04:47.895Z[ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.3.0 -> v0.3.0
31102024-10-03T20:04:47.895Z[ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.3.1 -> v0.3.1
31112024-10-03T20:04:47.895Z[ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.3.2 -> v0.3.2
31122024-10-03T20:04:47.895Z[ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.3.3 -> v0.3.3
31132024-10-03T20:04:47.895Z[ helios-setup] Oct 03 20:04:46.575 INFO E| * [new tag] v0.4.0 -> v0.4.0
31142024-10-03T20:04:47.950Z[ helios-setup] Oct 03 20:04:46.632 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
31152024-10-03T20:04:48.704Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31162024-10-03T20:04:48.781Z[ helios-setup] Oct 03 20:04:47.462 INFO E| From https://github.com/oxidecomputer/amd-efs
31172024-10-03T20:04:48.781Z[ helios-setup] Oct 03 20:04:47.462 INFO E| * [new branch] empty -> origin/empty
31182024-10-03T20:04:48.783Z[ helios-setup] Oct 03 20:04:47.462 INFO E| * [new branch] issue-117 -> origin/issue-117
31192024-10-03T20:04:48.783Z[ helios-setup] Oct 03 20:04:47.463 INFO E| * [new branch] issue-99 -> origin/issue-99
31202024-10-03T20:04:48.783Z[ helios-setup] Oct 03 20:04:47.463 INFO E| * [new branch] main -> origin/main
31212024-10-03T20:04:48.783Z[ helios-setup] Oct 03 20:04:47.463 INFO E| * [new branch] review -> origin/review
31222024-10-03T20:04:48.783Z[ helios-setup] Oct 03 20:04:47.463 INFO E| * [new ref] -> origin/HEAD
31232024-10-03T20:04:48.784Z[ helios-setup] Oct 03 20:04:47.463 INFO E| * [new tag] v0.2.0 -> v0.2.0
31242024-10-03T20:04:48.784Z[ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.1 -> v0.2.1
31252024-10-03T20:04:48.784Z[ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.2 -> v0.2.2
31262024-10-03T20:04:48.784Z[ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.3 -> v0.2.3
31272024-10-03T20:04:48.784Z[ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.4 -> v0.2.4
31282024-10-03T20:04:48.784Z[ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.5 -> v0.2.5
31292024-10-03T20:04:48.784Z[ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.6 -> v0.2.6
31302024-10-03T20:04:48.784Z[ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.7 -> v0.2.7
31312024-10-03T20:04:48.784Z[ helios-setup] Oct 03 20:04:47.465 INFO E| * [new tag] v0.3.0 -> v0.3.0
31322024-10-03T20:04:48.784Z[ helios-setup] Oct 03 20:04:47.465 INFO E| * [new tag] v0.3.1 -> v0.3.1
31332024-10-03T20:04:48.784Z[ helios-setup] Oct 03 20:04:47.465 INFO E| * [new tag] v0.4.0 -> v0.4.0
31342024-10-03T20:04:48.784Z[ helios-setup] Oct 03 20:04:47.465 INFO E| * [new tag] v0.4.1 -> v0.4.1
31352024-10-03T20:04:48.805Z[ helios-setup] Oct 03 20:04:47.487 INFO E| Updating crates.io index
31362024-10-03T20:04:49.128Z[ helios-setup] Oct 03 20:04:47.810 INFO E| Downloading crates ...
31372024-10-03T20:04:49.275Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31382024-10-03T20:04:49.294Z[ helios-setup] Oct 03 20:04:47.976 INFO E| Downloaded unic-ucd-version v0.9.0
31392024-10-03T20:04:49.297Z[ helios-setup] Oct 03 20:04:47.979 INFO E| Downloaded structopt-derive v0.4.18
31402024-10-03T20:04:49.300Z[ helios-setup] Oct 03 20:04:47.981 INFO E| Downloaded unic-common v0.9.0
31412024-10-03T20:04:49.302Z[ helios-setup] Oct 03 20:04:47.983 INFO E| Downloaded unic-char-property v0.9.0
31422024-10-03T20:04:49.304Z[ helios-setup] Oct 03 20:04:47.985 INFO E| Downloaded memoffset v0.5.6
31432024-10-03T20:04:49.307Z[ helios-setup] Oct 03 20:04:47.987 INFO E| Downloaded strsim v0.8.0
31442024-10-03T20:04:49.310Z[ helios-setup] Oct 03 20:04:47.990 INFO E| Downloaded strum v0.23.0
31452024-10-03T20:04:49.310Z[ helios-setup] Oct 03 20:04:47.991 INFO E| Downloaded scroll_derive v0.10.5
31462024-10-03T20:04:49.313Z[ helios-setup] Oct 03 20:04:47.993 INFO E| Downloaded unic-char-range v0.9.0
31472024-10-03T20:04:49.316Z[ helios-setup] Oct 03 20:04:47.995 INFO E| Downloaded fletcher v0.1.0
31482024-10-03T20:04:49.316Z[ helios-setup] Oct 03 20:04:47.997 INFO E| Downloaded strum_macros v0.23.1
31492024-10-03T20:04:49.319Z[ helios-setup] Oct 03 20:04:48.000 INFO E| Downloaded vec_map v0.8.2
31502024-10-03T20:04:49.321Z[ helios-setup] Oct 03 20:04:48.002 INFO E| Downloaded pre v0.2.1
31512024-10-03T20:04:49.324Z[ helios-setup] Oct 03 20:04:48.004 INFO E| Downloaded modular-bitfield-impl v0.11.2
31522024-10-03T20:04:49.326Z[ helios-setup] Oct 03 20:04:48.006 INFO E| Downloaded semver-parser v0.7.0
31532024-10-03T20:04:49.327Z[ helios-setup] Oct 03 20:04:48.008 INFO E| Downloaded cpufeatures v0.2.14
31542024-10-03T20:04:49.329Z[ helios-setup] Oct 03 20:04:48.010 INFO E| Downloaded unic-ucd-ident v0.9.0
31552024-10-03T20:04:49.331Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31562024-10-03T20:04:49.331Z[ helios-setup] Oct 03 20:04:48.013 INFO E| Downloaded rustc_version v0.2.3
31572024-10-03T20:04:49.338Z[ helios-setup] Oct 03 20:04:48.015 INFO E| Downloaded textwrap v0.11.0
31582024-10-03T20:04:49.341Z[ helios-setup] Oct 03 20:04:48.018 INFO E| Downloaded scroll v0.10.2
31592024-10-03T20:04:49.341Z[ helios-setup] Oct 03 20:04:48.021 INFO E| Downloaded pre-proc-macro v0.2.1
31602024-10-03T20:04:49.353Z[ helios-setup] Oct 03 20:04:48.035 INFO E| Downloaded structopt v0.3.26
31612024-10-03T20:04:49.366Z[ helios-setup] Oct 03 20:04:48.048 INFO E| Downloaded ucd-trie v0.1.7
31622024-10-03T20:04:49.368Z[ helios-setup] Oct 03 20:04:48.051 INFO E| Downloaded modular-bitfield v0.11.2
31632024-10-03T20:04:49.390Z[ helios-setup] Oct 03 20:04:48.072 INFO E| Downloaded unicode-segmentation v1.12.0
31642024-10-03T20:04:49.395Z[ helios-setup] Oct 03 20:04:48.077 INFO E| Downloaded pest v2.7.13
31652024-10-03T20:04:49.404Z[ helios-setup] Oct 03 20:04:48.086 INFO E| Downloaded portable-atomic v1.9.0
31662024-10-03T20:04:49.433Z[ helios-setup] Oct 03 20:04:48.115 INFO E| Downloaded goblin v0.4.3
31672024-10-03T20:04:49.454Z[ helios-setup] Oct 03 20:04:48.136 INFO E| Downloaded clap v2.34.0
31682024-10-03T20:04:49.465Z[ helios-setup] Oct 03 20:04:48.147 INFO E| Downloaded pest_meta v2.7.13
31692024-10-03T20:04:49.468Z[ helios-setup] Oct 03 20:04:48.150 INFO E| Downloaded pest_generator v2.7.13
31702024-10-03T20:04:49.470Z[ helios-setup] Oct 03 20:04:48.152 INFO E| Downloaded once_cell v1.20.1
31712024-10-03T20:04:49.475Z[ helios-setup] Oct 03 20:04:48.156 INFO E| Downloaded autocfg v1.4.0
31722024-10-03T20:04:49.486Z[ helios-setup] Oct 03 20:04:48.159 INFO E| Downloaded bytesize v1.3.0
31732024-10-03T20:04:49.486Z[ helios-setup] Oct 03 20:04:48.160 INFO E| Downloaded ansi_term v0.12.1
31742024-10-03T20:04:49.486Z[ helios-setup] Oct 03 20:04:48.162 INFO E| Downloaded semver v0.9.0
31752024-10-03T20:04:49.488Z[ helios-setup] Oct 03 20:04:48.164 INFO E| Downloaded four-cc v0.3.0
31762024-10-03T20:04:49.488Z[ helios-setup] Oct 03 20:04:48.165 INFO E| Downloaded parse_int v0.6.0
31772024-10-03T20:04:49.488Z[ helios-setup] Oct 03 20:04:48.166 INFO E| Downloaded proc-macro-crate v0.1.5
31782024-10-03T20:04:49.488Z[ helios-setup] Oct 03 20:04:48.167 INFO E| Downloaded pest_derive v2.7.13
31792024-10-03T20:04:49.495Z[ helios-setup] Oct 03 20:04:48.177 INFO E| Downloaded cfg-if v0.1.10
31802024-10-03T20:04:49.642Z[ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling proc-macro2 v1.0.86
31812024-10-03T20:04:49.645Z[ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling unicode-ident v1.0.13
31822024-10-03T20:04:49.645Z[ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling syn v1.0.109
31832024-10-03T20:04:49.645Z[ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling version_check v0.9.5
31842024-10-03T20:04:49.645Z[ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling memchr v2.7.4
31852024-10-03T20:04:49.645Z[ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling thiserror v1.0.64
31862024-10-03T20:04:49.645Z[ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling semver-parser v0.7.0
31872024-10-03T20:04:49.645Z[ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling autocfg v1.4.0
31882024-10-03T20:04:49.703Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31892024-10-03T20:04:50.430Z[ helios-setup] Oct 03 20:04:49.112 INFO E| Compiling serde v1.0.210
31902024-10-03T20:04:50.728Z[ helios-setup] Oct 03 20:04:49.410 INFO E| Compiling proc-macro-error-attr v1.0.4
31912024-10-03T20:04:51.451Z[ helios-setup] Oct 03 20:04:50.131 INFO E| Compiling semver v0.9.0
31922024-10-03T20:04:51.578Z[ helios-setup] Oct 03 20:04:50.260 INFO E| Compiling proc-macro-error v1.0.4
31932024-10-03T20:04:51.844Z[ helios-setup] Oct 03 20:04:50.525 INFO E| Compiling serde_json v1.0.128
31942024-10-03T20:04:52.245Z[ helios-setup] Oct 03 20:04:50.926 INFO E| Compiling rustc_version v0.2.3
31952024-10-03T20:04:52.311Z[ helios-setup] Oct 03 20:04:50.992 INFO E| Compiling num-traits v0.2.19
31962024-10-03T20:04:52.524Z[ helios-setup] Oct 03 20:04:51.205 INFO E| Compiling unicode-segmentation v1.12.0
31972024-10-03T20:04:52.690Z[ helios-setup] Oct 03 20:04:51.371 INFO E| Compiling ryu v1.0.18
31982024-10-03T20:04:52.720Z[ helios-setup] Oct 03 20:04:51.401 INFO E| Compiling schemars v0.8.21
31992024-10-03T20:04:53.076Z[ helios-setup] Oct 03 20:04:51.757 INFO E| Compiling itoa v1.0.11
32002024-10-03T20:04:53.377Z[ helios-setup] Oct 03 20:04:52.058 INFO E| Compiling pre-proc-macro v0.2.1
32012024-10-03T20:04:53.426Z[ helios-setup] Oct 03 20:04:52.099 INFO E| Compiling memoffset v0.5.6
32022024-10-03T20:04:53.528Z[ helios-setup] Oct 03 20:04:52.206 INFO E| Compiling libc v0.2.159
32032024-10-03T20:04:53.701Z[ helios-setup] Oct 03 20:04:52.382 INFO E| Compiling paste v1.0.15
32042024-10-03T20:04:53.808Z[ helios-setup] Oct 03 20:04:52.486 INFO E| Compiling ucd-trie v0.1.7
32052024-10-03T20:04:54.182Z[ helios-setup] Oct 03 20:04:52.862 INFO E| Compiling quote v1.0.37
32062024-10-03T20:04:54.214Z[ helios-setup] Oct 03 20:04:52.894 INFO E| Compiling heck v0.3.3
32072024-10-03T20:04:54.739Z[ helios-setup] Oct 03 20:04:53.420 INFO E| Compiling lazy_static v1.5.0
32082024-10-03T20:04:54.897Z[ helios-setup] Oct 03 20:04:53.577 INFO E| Compiling syn v2.0.79
32092024-10-03T20:04:55.047Z[ helios-setup] Oct 03 20:04:53.728 INFO E| Compiling dyn-clone v1.0.17
32102024-10-03T20:04:55.252Z[ helios-setup] Oct 03 20:04:53.932 INFO E| Compiling rustversion v1.0.17
32112024-10-03T20:04:55.653Z[ helios-setup] Oct 03 20:04:54.320 INFO E| Compiling pre v0.2.1
32122024-10-03T20:04:55.673Z[ helios-setup] Oct 03 20:04:54.353 INFO E| Compiling cfg-if v0.1.10
32132024-10-03T20:04:55.765Z[ helios-setup] Oct 03 20:04:54.446 INFO E| Compiling byteorder v1.5.0
32142024-10-03T20:04:56.579Z[ helios-setup] Oct 03 20:04:55.259 INFO E| Compiling static_assertions v1.1.0
32152024-10-03T20:04:56.674Z[ helios-setup] Oct 03 20:04:55.355 INFO E| Compiling once_cell v1.20.1
32162024-10-03T20:04:57.298Z[ helios-setup] Oct 03 20:04:55.979 INFO E| Compiling unicode-width v0.1.14
32172024-10-03T20:04:58.407Z[ helios-setup] Oct 03 20:04:57.088 INFO E| Compiling textwrap v0.11.0
32182024-10-03T20:04:59.212Z[ helios-setup] Oct 03 20:04:57.893 INFO E| Compiling atty v0.2.14
32192024-10-03T20:04:59.433Z[ helios-setup] Oct 03 20:04:58.113 INFO E| Compiling strum v0.23.0
32202024-10-03T20:04:59.658Z[ helios-setup] Oct 03 20:04:58.338 INFO E| Compiling parse_int v0.6.0
32212024-10-03T20:04:59.827Z[ helios-setup] Oct 03 20:04:58.508 INFO E| Compiling fletcher v0.1.0
32222024-10-03T20:04:59.879Z[ helios-setup] Oct 03 20:04:58.560 INFO E| Compiling ansi_term v0.12.1
32232024-10-03T20:04:59.886Z[ helios-setup] Oct 03 20:04:58.566 INFO E| Compiling strsim v0.8.0
32242024-10-03T20:04:59.906Z[ helios-setup] Oct 03 20:04:58.587 INFO E| Compiling bitflags v1.3.2
32252024-10-03T20:05:00.005Z[ helios-setup] Oct 03 20:04:58.686 INFO E| Compiling vec_map v0.8.2
32262024-10-03T20:05:00.064Z[ helios-setup] Oct 03 20:04:58.744 INFO E| Compiling unic-char-range v0.9.0
32272024-10-03T20:05:00.239Z[ helios-setup] Oct 03 20:04:58.919 INFO E| Compiling unic-common v0.9.0
32282024-10-03T20:05:00.453Z[ helios-setup] Oct 03 20:04:59.133 INFO E| Compiling clap v2.34.0
32292024-10-03T20:05:00.480Z[ helios-setup] Oct 03 20:04:59.161 INFO E| Compiling unic-ucd-version v0.9.0
32302024-10-03T20:05:00.520Z[ helios-setup] Oct 03 20:04:59.201 INFO E| Compiling unic-char-property v0.9.0
32312024-10-03T20:05:00.597Z[ helios-setup] Oct 03 20:04:59.278 INFO E| Compiling plain v0.2.3
32322024-10-03T20:05:00.829Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32332024-10-03T20:05:00.831Z[ helios-setup] Oct 03 20:04:59.507 INFO E| Compiling log v0.4.22
32342024-10-03T20:05:00.859Z[ helios-setup] Oct 03 20:04:59.540 INFO E| Compiling unic-ucd-ident v0.9.0
32352024-10-03T20:05:00.927Z[ helios-setup] Oct 03 20:04:59.608 INFO E| Compiling bytesize v1.3.0
32362024-10-03T20:05:03.911Z[ helios-setup] Oct 03 20:05:02.591 INFO E| Compiling serde_derive_internals v0.29.1
32372024-10-03T20:05:05.576Z[ helios-setup] Oct 03 20:05:04.256 INFO E| Compiling toml v0.5.11
32382024-10-03T20:05:08.139Z[ host-package] Compiling fatfs v0.3.6
32392024-10-03T20:05:08.951Z[ helios-setup] Oct 03 20:05:07.630 INFO E| Compiling thiserror-impl v1.0.64
32402024-10-03T20:05:09.099Z[ helios-setup] Oct 03 20:05:07.779 INFO E| Compiling serde_derive v1.0.210
32412024-10-03T20:05:09.581Z[ helios-setup] Oct 03 20:05:08.260 INFO E| Compiling schemars_derive v0.8.21
32422024-10-03T20:05:11.626Z[ helios-setup] Oct 03 20:05:10.305 INFO E| Compiling zerocopy-derive v0.6.6
32432024-10-03T20:05:11.696Z[ helios-setup] Oct 03 20:05:10.375 INFO E| Compiling proc-macro-crate v0.1.5
32442024-10-03T20:05:12.440Z[ helios-setup] Oct 03 20:05:11.119 INFO E| Compiling num-derive v0.4.2
32452024-10-03T20:05:13.225Z[ host-package] Compiling rtoolbox v0.0.2
32462024-10-03T20:05:14.362Z[ host-package] Compiling subprocess v0.2.9
32472024-10-03T20:05:15.075Z[ helios-setup] Oct 03 20:05:13.754 INFO E| Compiling pest v2.7.13
32482024-10-03T20:05:15.333Z[ helios-setup] Oct 03 20:05:14.012 INFO E| Compiling zerocopy v0.6.6
32492024-10-03T20:05:16.223Z[ host-package] Compiling assert_matches v1.5.0
32502024-10-03T20:05:17.844Z[ helios-setup] Oct 03 20:05:16.523 INFO E| Compiling modular-bitfield-impl v0.11.2
32512024-10-03T20:05:18.227Z[ helios-setup] Oct 03 20:05:16.905 INFO E| Compiling scroll_derive v0.10.5
32522024-10-03T20:05:18.337Z[ helios-setup] Oct 03 20:05:17.015 INFO E| Compiling strum_macros v0.23.1
32532024-10-03T20:05:18.573Z[ helios-setup] Oct 03 20:05:17.251 INFO E| Compiling structopt-derive v0.4.18
32542024-10-03T20:05:20.854Z[ helios-setup] Oct 03 20:05:19.532 INFO E| Compiling pest_meta v2.7.13
32552024-10-03T20:05:21.764Z[ helios-setup] Oct 03 20:05:20.442 INFO E| Compiling scroll v0.10.2
32562024-10-03T20:05:22.885Z[ helios-setup] Oct 03 20:05:21.563 INFO E| Compiling goblin v0.4.3
32572024-10-03T20:05:22.942Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32582024-10-03T20:05:23.309Z[ helios-setup] Oct 03 20:05:21.987 INFO E| Compiling modular-bitfield v0.11.2
32592024-10-03T20:05:23.395Z[ host-package] Compiling rpassword v7.3.1
32602024-10-03T20:05:23.566Z[ helios-setup] Oct 03 20:05:22.244 INFO E| Compiling pest_generator v2.7.13
32612024-10-03T20:05:24.146Z[ helios-setup] Oct 03 20:05:22.824 INFO E| Compiling structopt v0.3.26
32622024-10-03T20:05:25.210Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32632024-10-03T20:05:29.184Z[ helios-setup] Oct 03 20:05:27.862 INFO E| Compiling pest_derive v2.7.13
32642024-10-03T20:05:30.909Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32652024-10-03T20:05:32.982Z[ helios-setup] Oct 03 20:05:31.659 INFO E| Compiling json5 v0.4.1
32662024-10-03T20:05:33.997Z[ host-package] Compiling tui-tree-widget v0.22.0
32672024-10-03T20:05:34.682Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32682024-10-03T20:05:38.761Z[ helios-setup] Oct 03 20:05:37.437 INFO E| Compiling four-cc v0.3.0
32692024-10-03T20:05:38.761Z[ helios-setup] Oct 03 20:05:37.437 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
32702024-10-03T20:05:38.945Z[ helios-setup] Oct 03 20:05:37.622 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
32712024-10-03T20:05:40.135Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32722024-10-03T20:05:50.361Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32732024-10-03T20:05:56.104Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32742024-10-03T20:05:56.605Z[ host-package] Compiling uzers v0.11.3
32752024-10-03T20:05:58.904Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32762024-10-03T20:05:59.616Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32772024-10-03T20:06:01.486Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32782024-10-03T20:06:01.848Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32792024-10-03T20:06:21.589Z[ helios-setup] Oct 03 20:06:20.260 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
32802024-10-03T20:06:40.805Z[ helios-setup] Oct 03 20:06:39.474 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
32812024-10-03T20:06:43.384Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32822024-10-03T20:06:55.344Z[ host-package] Compiling multimap v0.10.0
32832024-10-03T20:07:35.437Z[ helios-setup] Oct 03 20:07:34.100 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 48s
32842024-10-03T20:07:35.480Z[ helios-setup] Oct 03 20:07:34.144 INFO building project "amd-host-image-builder" ok (198 seconds)
32852024-10-03T20:07:35.483Z[ helios-setup] Oct 03 20:07:34.144 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32862024-10-03T20:07:35.483Z[ helios-setup] Oct 03 20:07:34.144 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32872024-10-03T20:07:35.978Z[ helios-setup] Oct 03 20:07:34.641 INFO E| Compiling adler v1.0.2
32882024-10-03T20:07:36.200Z[ helios-setup] Oct 03 20:07:34.862 INFO E| Compiling miniz_oxide v0.7.2
32892024-10-03T20:07:38.936Z[ helios-setup] Oct 03 20:07:37.599 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32902024-10-03T20:07:40.115Z[ helios-setup] Oct 03 20:07:38.778 INFO E| Finished `release` profile [optimized] target(s) in 4.53s
32912024-10-03T20:07:40.123Z[ helios-setup] Oct 03 20:07:38.786 INFO building project "pinprick" ok (4 seconds)
32922024-10-03T20:07:40.126Z[ helios-setup] rm -f helios-build
32932024-10-03T20:07:40.128Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32942024-10-03T20:07:40.131Z[ helios-setup]
32952024-10-03T20:07:40.134Z[ helios-setup] Setup complete! ./helios-build is now available.
32962024-10-03T20:07:40.136Z[ helios-setup]
32972024-10-03T20:07:40.136Z[ helios-setup]
32982024-10-03T20:07:40.136Z[ helios-setup] real 12:18.643708033
32992024-10-03T20:07:40.136Z[ helios-setup] user 29:02.369060259
33002024-10-03T20:07:40.136Z[ helios-setup] sys 3:36.224092309
33012024-10-03T20:07:40.136Z[ helios-setup] trap 1.812668322
33022024-10-03T20:07:40.136Z[ helios-setup] tflt 6.537027850
33032024-10-03T20:07:40.136Z[ helios-setup] dflt 40.117697105
33042024-10-03T20:07:40.136Z[ helios-setup] kflt 0.037845856
33052024-10-03T20:07:40.136Z[ helios-setup] lock 2:02:45.532462925
33062024-10-03T20:07:40.137Z[ helios-setup] slp 3:38:58.991339621
33072024-10-03T20:07:40.137Z[ helios-setup] lat 33:06.744939307
33082024-10-03T20:07:40.137Z[ helios-setup] stop 4:46.233149805
33092024-10-03T20:07:40.140ZOct 03 20:07:38.799 INFO [helios-setup] process exited with exit status: 0 (738.649424848s)
33102024-10-03T20:07:40.140ZOct 03 20:07:38.800 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33112024-10-03T20:07:40.164Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33122024-10-03T20:07:40.387Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33132024-10-03T20:07:40.390Z[ phbl-toolchain] info: downloading component 'cargo'
33142024-10-03T20:07:41.631Z[ phbl-toolchain] info: downloading component 'clippy'
33152024-10-03T20:07:41.953Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33162024-10-03T20:07:47.499Z[ phbl-toolchain] info: downloading component 'miri'
33172024-10-03T20:07:48.539Z[ phbl-toolchain] info: downloading component 'rust-docs'
33182024-10-03T20:07:49.938Z[ phbl-toolchain] info: downloading component 'rust-src'
33192024-10-03T20:07:50.618Z[ phbl-toolchain] info: downloading component 'rust-std'
33202024-10-03T20:07:52.632Z[ phbl-toolchain] info: downloading component 'rustc'
33212024-10-03T20:08:01.797Z[ phbl-toolchain] info: downloading component 'rustfmt'
33222024-10-03T20:08:02.137Z[ phbl-toolchain] info: installing component 'cargo'
33232024-10-03T20:08:03.446Z[ phbl-toolchain] info: installing component 'clippy'
33242024-10-03T20:08:03.995Z[ phbl-toolchain] info: installing component 'llvm-tools'
33252024-10-03T20:08:10.190Z[ phbl-toolchain] info: installing component 'miri'
33262024-10-03T20:08:10.527Z[ phbl-toolchain] info: installing component 'rust-docs'
33272024-10-03T20:08:18.451Z[ phbl-toolchain] info: installing component 'rust-src'
33282024-10-03T20:08:19.157Z[ phbl-toolchain] info: installing component 'rust-std'
33292024-10-03T20:08:21.536Z[ phbl-toolchain] info: installing component 'rustc'
33302024-10-03T20:08:31.192Z[ phbl-toolchain] info: installing component 'rustfmt'
33312024-10-03T20:08:32.119Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33322024-10-03T20:08:32.124ZOct 03 20:08:30.778 INFO [phbl-toolchain] process exited with exit status: 0 (51.978689245s)
33332024-10-03T20:09:01.069Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33342024-10-03T20:09:18.527Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33352024-10-03T20:15:47.195Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 39s
33362024-10-03T20:16:47.280ZOct 03 20:16:45.880 INFO [host-package] process exited with exit status: 0 (1239.850127279s)
33372024-10-03T20:16:47.282ZOct 03 20:16:45.880 INFO [host-stamp] running task
33382024-10-03T20:16:47.282ZOct 03 20:16:45.881 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33392024-10-03T20:16:47.288ZOct 03 20:16:45.890 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+git09053cabe90
33402024-10-03T20:16:47.298ZOct 03 20:16:45.900 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+git09053cabe90
33412024-10-03T20:16:47.304Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33422024-10-03T20:16:47.307ZOct 03 20:16:45.909 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+git09053cabe90
33432024-10-03T20:16:47.313Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33442024-10-03T20:16:47.316ZOct 03 20:16:45.917 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+git09053cabe90
33452024-10-03T20:16:47.323Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33462024-10-03T20:16:47.326Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33472024-10-03T20:16:47.328ZOct 03 20:16:45.928 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+git09053cabe90
33482024-10-03T20:16:47.338Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33492024-10-03T20:16:47.343Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33502024-10-03T20:16:47.345ZOct 03 20:16:45.944 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+git09053cabe90
33512024-10-03T20:16:47.352Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33522024-10-03T20:16:47.358Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33532024-10-03T20:16:47.360ZOct 03 20:16:45.959 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+git09053cabe90
33542024-10-03T20:16:47.373Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33552024-10-03T20:16:47.375ZOct 03 20:16:45.975 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+git09053cabe90
33562024-10-03T20:16:47.391Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-03T20:16:47.393ZOct 03 20:16:45.992 INFO [stamp-oxlog] process exited with exit status: 0 (74.752697ms)
33582024-10-03T20:16:47.393ZOct 03 20:16:45.992 INFO [stamp-overlay] process exited with exit status: 0 (83.496284ms)
33592024-10-03T20:16:47.401Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-10-03T20:16:47.404Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33612024-10-03T20:16:47.407ZOct 03 20:16:46.009 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (33.994635ms)
33622024-10-03T20:16:47.417Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33632024-10-03T20:16:47.420ZOct 03 20:16:46.022 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (131.929855ms)
33642024-10-03T20:16:47.593Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33652024-10-03T20:16:47.597ZOct 03 20:16:46.198 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (270.332885ms)
33662024-10-03T20:16:47.652Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33672024-10-03T20:16:47.656ZOct 03 20:16:46.257 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (357.81042ms)
33682024-10-03T20:16:48.567Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33692024-10-03T20:16:48.570ZOct 03 20:16:47.172 INFO [stamp-propolis-server] process exited with exit status: 0 (1.21247836s)
33702024-10-03T20:16:48.708Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33712024-10-03T20:16:51.138Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33722024-10-03T20:16:57.662Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33732024-10-03T20:16:57.666ZOct 03 20:16:56.266 INFO [stamp-switch-asic] process exited with exit status: 0 (10.322043937s)
33742024-10-03T20:16:57.666ZOct 03 20:16:56.266 INFO [host-stamp] task succeeded (10.385541414s)
33752024-10-03T20:16:57.668ZOct 03 20:16:56.266 INFO [host-proto] running task
33762024-10-03T20:16:58.039ZOct 03 20:16:56.639 INFO [host-proto] task succeeded (372.518051ms)
33772024-10-03T20:16:58.039ZOct 03 20:16:56.639 INFO [host-profile] running task
33782024-10-03T20:16:58.041ZOct 03 20:16:56.639 INFO [host-profile] task succeeded (269.634µs)
33792024-10-03T20:16:58.041ZOct 03 20:16:56.639 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/.tmp4RA0ll/proto/host/root -N 'ci 09053ca/${os_short_commit} 2024-10-03 19:55' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33802024-10-03T20:16:58.056Z[ host-image] Oct 03 20:16:56.656 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33812024-10-03T20:16:58.056Z[ host-image] Oct 03 20:16:56.656 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33822024-10-03T20:16:58.070Z[ host-image] Oct 03 20:16:56.670 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp4RA0ll/proto/host/root"
33832024-10-03T20:16:58.070Z[ host-image] Oct 03 20:16:56.670 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33842024-10-03T20:16:58.072Z[ host-image] Oct 03 20:16:56.670 INFO image builder template: ramdisk-01-os...
33852024-10-03T20:16:58.072Z[ host-image] Oct 03 20:16:56.670 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/.tmp4RA0ll/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
33862024-10-03T20:16:58.090Z[ host-image] Oct 03 20:16:56.690 INFO O| Oct 03 20:16:56.690 INFO CREATE DATASET: rpool/images/build/host/output
33872024-10-03T20:16:58.323Z[ host-image] Oct 03 20:16:56.923 INFO O| Oct 03 20:16:56.923 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33882024-10-03T20:16:58.328Z[ host-image] Oct 03 20:16:56.928 INFO O| Oct 03 20:16:56.928 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33892024-10-03T20:16:58.553Z[ host-image] Oct 03 20:16:57.153 INFO O| Oct 03 20:16:57.152 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33902024-10-03T20:16:58.620Z[ host-image] Oct 03 20:16:57.220 INFO O| Oct 03 20:16:57.220 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33912024-10-03T20:16:58.620Z[ host-image] Oct 03 20:16:57.220 INFO O| Oct 03 20:16:57.220 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33922024-10-03T20:16:58.623Z[ host-image] Oct 03 20:16:57.220 INFO O| Oct 03 20:16:57.220 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33932024-10-03T20:16:58.623Z[ host-image] Oct 03 20:16:57.220 INFO O| Oct 03 20:16:57.220 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33942024-10-03T20:16:58.629Z[ host-image] Oct 03 20:16:57.229 INFO O| Oct 03 20:16:57.229 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33952024-10-03T20:16:58.857Z[ host-image] Oct 03 20:16:57.456 INFO O| Oct 03 20:16:57.456 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33962024-10-03T20:16:58.869Z[ host-image] Oct 03 20:16:57.469 INFO O| Oct 03 20:16:57.469 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33972024-10-03T20:16:59.405Z[ host-image] Oct 03 20:16:58.004 INFO O| Oct 03 20:16:58.004 INFO O| Caching catalogs ... Done
33982024-10-03T20:16:59.519Z[ host-image] Oct 03 20:16:58.119 INFO O| Oct 03 20:16:58.119 INFO STEP 0 (pkg_image_create) COMPLETE
33992024-10-03T20:16:59.519Z[ host-image] Oct 03 20:16:58.119 INFO O| Oct 03 20:16:58.119 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34002024-10-03T20:16:59.522Z[ host-image] Oct 03 20:16:58.119 INFO O| Oct 03 20:16:58.119 INFO skip step because feature "repo_redist" is not enabled
34012024-10-03T20:16:59.522Z[ host-image] Oct 03 20:16:58.119 INFO O| Oct 03 20:16:58.119 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34022024-10-03T20:16:59.531Z[ host-image] Oct 03 20:16:58.131 INFO O| Oct 03 20:16:58.131 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"]
34032024-10-03T20:17:00.082Z[ host-image] Oct 03 20:16:58.682 INFO O| Oct 03 20:16:58.682 INFO STEP 2 (pkg_set_publisher) COMPLETE
34042024-10-03T20:17:00.082Z[ host-image] Oct 03 20:16:58.682 INFO O| Oct 03 20:16:58.682 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34052024-10-03T20:17:00.100Z[ host-image] Oct 03 20:16:58.699 INFO O| Oct 03 20:16:58.699 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"]
34062024-10-03T20:17:00.628Z[ host-image] Oct 03 20:16:59.227 INFO O| Oct 03 20:16:59.227 INFO STEP 3 (pkg_set_publisher) COMPLETE
34072024-10-03T20:17:00.628Z[ host-image] Oct 03 20:16:59.227 INFO O| Oct 03 20:16:59.227 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34082024-10-03T20:17:00.628Z[ host-image] Oct 03 20:16:59.227 INFO O| Oct 03 20:16:59.227 INFO skip step because feature "repo_redist" is not enabled
34092024-10-03T20:17:00.630Z[ host-image] Oct 03 20:16:59.227 INFO O| Oct 03 20:16:59.227 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34102024-10-03T20:17:01.169Z[ host-image] Oct 03 20:16:59.769 INFO O| Oct 03 20:16:59.768 INFO variant opensolaris.zone is already global
34112024-10-03T20:17:01.169Z[ host-image] Oct 03 20:16:59.769 INFO O| Oct 03 20:16:59.769 INFO STEP 5 (pkg_change_variant) COMPLETE
34122024-10-03T20:17:01.172Z[ host-image] Oct 03 20:16:59.769 INFO O| Oct 03 20:16:59.769 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34132024-10-03T20:17:01.735Z[ host-image] Oct 03 20:17:00.334 INFO O| Oct 03 20:17:00.334 INFO variant opensolaris.imagetype is full; changing to partial
34142024-10-03T20:17:01.735Z[ host-image] Oct 03 20:17:00.334 INFO O| Oct 03 20:17:00.334 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34152024-10-03T20:17:08.709Z[ host-image] Oct 03 20:17:07.307 INFO O| Oct 03 20:17:07.307 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34162024-10-03T20:17:09.735Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.19s
34172024-10-03T20:17:11.364ZOct 03 20:17:09.963 INFO [recovery-package] process exited with exit status: 0 (24.081775627s)
34182024-10-03T20:17:11.364ZOct 03 20:17:09.963 INFO [recovery-stamp] running task
34192024-10-03T20:17:11.367ZOct 03 20:17:09.963 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34202024-10-03T20:17:11.373ZOct 03 20:17:09.972 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+git09053cabe90
34212024-10-03T20:17:11.384ZOct 03 20:17:09.983 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+git09053cabe90
34222024-10-03T20:17:11.396Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34232024-10-03T20:17:11.405Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34242024-10-03T20:17:11.470Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34252024-10-03T20:17:11.474ZOct 03 20:17:10.073 INFO [stamp-installinator] process exited with exit status: 0 (100.520795ms)
34262024-10-03T20:17:11.544Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34272024-10-03T20:17:11.548ZOct 03 20:17:10.147 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (164.141891ms)
34282024-10-03T20:17:11.550ZOct 03 20:17:10.147 INFO [recovery-stamp] task succeeded (183.875282ms)
34292024-10-03T20:17:11.550ZOct 03 20:17:10.147 INFO [recovery-proto] running task
34302024-10-03T20:17:11.550ZOct 03 20:17:10.147 INFO [tuf-stamp] running task
34312024-10-03T20:17:11.550ZOct 03 20:17:10.148 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+git09053cabe90
34322024-10-03T20:17:11.563ZOct 03 20:17:10.161 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+git09053cabe90
34332024-10-03T20:17:11.573Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34342024-10-03T20:17:11.576ZOct 03 20:17:10.175 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+git09053cabe90
34352024-10-03T20:17:11.585Z[ host-image] Oct 03 20:17:10.175 INFO O| Oct 03 20:17:10.175 INFO O| Startup: Caching catalogs ... Done
34362024-10-03T20:17:11.589Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34372024-10-03T20:17:11.592ZOct 03 20:17:10.188 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+git09053cabe90
34382024-10-03T20:17:11.606Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34392024-10-03T20:17:11.609ZOct 03 20:17:10.205 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+git09053cabe90
34402024-10-03T20:17:11.626Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34412024-10-03T20:17:11.628ZOct 03 20:17:10.225 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+git09053cabe90
34422024-10-03T20:17:11.661Z[ host-image] Oct 03 20:17:10.248 INFO O| Oct 03 20:17:10.248 INFO O| Planning: Planning completed in 0.00 seconds
34432024-10-03T20:17:11.663Z[ host-image] Oct 03 20:17:10.250 INFO O| Oct 03 20:17:10.249 INFO O| Planning: Consolidating action changes ... Done
34442024-10-03T20:17:11.663Z[ host-image] Oct 03 20:17:10.250 INFO O| Oct 03 20:17:10.249 INFO O| Planning: Evaluating mediators ... Done
34452024-10-03T20:17:11.663Z[ host-image] Oct 03 20:17:10.250 INFO O| Oct 03 20:17:10.250 INFO O| Planning: Planning completed in 0.00 seconds
34462024-10-03T20:17:11.663Z[ host-image] Oct 03 20:17:10.250 INFO O| Oct 03 20:17:10.250 INFO O| Variants/Facets to change: 1
34472024-10-03T20:17:11.664Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34482024-10-03T20:17:11.664ZOct 03 20:17:10.260 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+git09053cabe90
34492024-10-03T20:17:11.693Z[ host-image] Oct 03 20:17:10.278 INFO O| Oct 03 20:17:10.278 INFO O| Done
34502024-10-03T20:17:11.697Z[ host-image] Oct 03 20:17:10.278 INFO O| Oct 03 20:17:10.278 INFO O| Done
34512024-10-03T20:17:11.697Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34522024-10-03T20:17:11.697ZOct 03 20:17:10.293 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+git09053cabe90
34532024-10-03T20:17:11.722Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34542024-10-03T20:17:11.725Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34552024-10-03T20:17:11.725ZOct 03 20:17:10.321 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+git09053cabe90
34562024-10-03T20:17:11.831Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34572024-10-03T20:17:11.834ZOct 03 20:17:10.430 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+git09053cabe90
34582024-10-03T20:17:11.859Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34592024-10-03T20:17:11.861ZOct 03 20:17:10.458 INFO [stamp-probe] process exited with exit status: 0 (282.976111ms)
34602024-10-03T20:17:11.863ZOct 03 20:17:10.461 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+git09053cabe90
34612024-10-03T20:17:11.892Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34622024-10-03T20:17:11.894Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34632024-10-03T20:17:11.900ZOct 03 20:17:10.498 INFO [recovery-proto] task succeeded (351.107408ms)
34642024-10-03T20:17:11.902ZOct 03 20:17:10.498 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/.tmp4RA0ll/proto/recovery/root -N 'recovery 09053ca/${os_short_commit} 2024-10-03 19:55' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34652024-10-03T20:17:11.951Z[ recovery-image] Oct 03 20:17:10.549 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34662024-10-03T20:17:11.951Z[ recovery-image] Oct 03 20:17:10.549 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34672024-10-03T20:17:11.969Z[ recovery-image] Oct 03 20:17:10.567 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp4RA0ll/proto/recovery/root"
34682024-10-03T20:17:11.969Z[ recovery-image] Oct 03 20:17:10.567 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34692024-10-03T20:17:11.972Z[ recovery-image] Oct 03 20:17:10.568 INFO image builder template: ramdisk-01-os...
34702024-10-03T20:17:11.972Z[ recovery-image] Oct 03 20:17:10.568 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/.tmp4RA0ll/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34712024-10-03T20:17:12.017Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34722024-10-03T20:17:12.027Z[ recovery-image] Oct 03 20:17:10.625 INFO O| Oct 03 20:17:10.617 INFO CREATE DATASET: rpool/images/build/recovery/output
34732024-10-03T20:17:12.262ZOct 03 20:17:10.860 INFO [stamp-ntp] process exited with exit status: 0 (654.917977ms)
34742024-10-03T20:17:12.407Z[ recovery-image] Oct 03 20:17:11.006 INFO O| Oct 03 20:17:10.974 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34752024-10-03T20:17:12.407Z[ recovery-image] Oct 03 20:17:11.006 INFO O| Oct 03 20:17:10.981 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34762024-10-03T20:17:12.555Z[ host-image] Oct 03 20:17:11.153 INFO O| Oct 03 20:17:11.153 INFO O| Done
34772024-10-03T20:17:12.626Z[ host-image] Oct 03 20:17:11.224 INFO O| Oct 03 20:17:11.224 INFO O| Done
34782024-10-03T20:17:12.629Z[ host-image] Oct 03 20:17:11.226 INFO O| Oct 03 20:17:11.226 INFO O| Done
34792024-10-03T20:17:12.629Z[ host-image] Oct 03 20:17:11.226 INFO O| Oct 03 20:17:11.226 INFO O| Done
34802024-10-03T20:17:12.631Z[ host-image] Oct 03 20:17:11.228 INFO O| Oct 03 20:17:11.227 INFO O| Done
34812024-10-03T20:17:12.766Z[ recovery-image] Oct 03 20:17:11.365 INFO O| Oct 03 20:17:11.364 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34822024-10-03T20:17:12.891Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34832024-10-03T20:17:12.918Z[ recovery-image] Oct 03 20:17:11.517 INFO O| Oct 03 20:17:11.517 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34842024-10-03T20:17:12.918Z[ recovery-image] Oct 03 20:17:11.517 INFO O| Oct 03 20:17:11.517 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34852024-10-03T20:17:12.921Z[ recovery-image] Oct 03 20:17:11.517 INFO O| Oct 03 20:17:11.517 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34862024-10-03T20:17:12.921Z[ recovery-image] Oct 03 20:17:11.517 INFO O| Oct 03 20:17:11.517 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34872024-10-03T20:17:12.930Z[ recovery-image] Oct 03 20:17:11.528 INFO O| Oct 03 20:17:11.528 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34882024-10-03T20:17:12.947ZOct 03 20:17:11.545 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.396954564s)
34892024-10-03T20:17:13.094Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34902024-10-03T20:17:13.125ZOct 03 20:17:11.724 INFO [stamp-external-dns] process exited with exit status: 0 (1.430818202s)
34912024-10-03T20:17:13.202Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34922024-10-03T20:17:13.211ZOct 03 20:17:11.808 INFO [stamp-internal-dns] process exited with exit status: 0 (1.487240033s)
34932024-10-03T20:17:13.235Z[ host-image] Oct 03 20:17:11.833 INFO O| Oct 03 20:17:11.833 INFO STEP 6 (pkg_change_variant) COMPLETE
34942024-10-03T20:17:13.235Z[ host-image] Oct 03 20:17:11.833 INFO O| Oct 03 20:17:11.833 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34952024-10-03T20:17:13.235Z[ host-image] Oct 03 20:17:11.833 INFO O| Oct 03 20:17:11.833 INFO skip step because feature "debug_variant" is not enabled
34962024-10-03T20:17:13.235Z[ host-image] Oct 03 20:17:11.833 INFO O| Oct 03 20:17:11.833 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34972024-10-03T20:17:13.309Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
34982024-10-03T20:17:13.334Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34992024-10-03T20:17:13.337Z[ recovery-image] Oct 03 20:17:11.935 INFO O| Oct 03 20:17:11.935 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35002024-10-03T20:17:13.343Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35012024-10-03T20:17:13.352Z[ recovery-image] Oct 03 20:17:11.950 INFO O| Oct 03 20:17:11.950 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35022024-10-03T20:17:13.375ZOct 03 20:17:11.955 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.726786547s)
35032024-10-03T20:17:13.748Z[ host-image] Oct 03 20:17:12.346 INFO O| Oct 03 20:17:12.346 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35042024-10-03T20:17:13.775Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35052024-10-03T20:17:13.779ZOct 03 20:17:12.378 INFO [stamp-oximeter] process exited with exit status: 0 (1.916997467s)
35062024-10-03T20:17:13.837Z[ recovery-image] Oct 03 20:17:12.435 INFO O| Oct 03 20:17:12.435 INFO O| Caching catalogs ... Done
35072024-10-03T20:17:13.951Z[ recovery-image] Oct 03 20:17:12.549 INFO O| Oct 03 20:17:12.549 INFO STEP 0 (pkg_image_create) COMPLETE
35082024-10-03T20:17:13.951Z[ recovery-image] Oct 03 20:17:12.549 INFO O| Oct 03 20:17:12.549 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35092024-10-03T20:17:13.951Z[ recovery-image] Oct 03 20:17:12.549 INFO O| Oct 03 20:17:12.549 INFO skip step because feature "repo_redist" is not enabled
35102024-10-03T20:17:13.951Z[ recovery-image] Oct 03 20:17:12.549 INFO O| Oct 03 20:17:12.549 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35112024-10-03T20:17:13.967Z[ recovery-image] Oct 03 20:17:12.565 INFO O| Oct 03 20:17:12.565 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"]
35122024-10-03T20:17:14.455Z[ recovery-image] Oct 03 20:17:13.053 INFO O| Oct 03 20:17:13.053 INFO STEP 2 (pkg_set_publisher) COMPLETE
35132024-10-03T20:17:14.455Z[ recovery-image] Oct 03 20:17:13.053 INFO O| Oct 03 20:17:13.053 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35142024-10-03T20:17:14.469Z[ recovery-image] Oct 03 20:17:13.068 INFO O| Oct 03 20:17:13.068 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"]
35152024-10-03T20:17:14.838Z[ host-image] Oct 03 20:17:13.436 INFO O| Oct 03 20:17:13.436 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35162024-10-03T20:17:14.841Z[ host-image] Oct 03 20:17:13.437 INFO O| Oct 03 20:17:13.437 INFO O| Planning: Planning completed in 0.00 seconds
35172024-10-03T20:17:14.841Z[ host-image] Oct 03 20:17:13.438 INFO O| Oct 03 20:17:13.438 INFO O| Planning: Consolidating action changes ... Done
35182024-10-03T20:17:14.841Z[ host-image] Oct 03 20:17:13.438 INFO O| Oct 03 20:17:13.438 INFO O| Planning: Evaluating mediators ... Done
35192024-10-03T20:17:14.841Z[ host-image] Oct 03 20:17:13.438 INFO O| Oct 03 20:17:13.438 INFO O| Planning: Planning completed in 0.00 seconds
35202024-10-03T20:17:14.841Z[ host-image] Oct 03 20:17:13.439 INFO O| Oct 03 20:17:13.439 INFO O| Variants/Facets to change: 1
35212024-10-03T20:17:14.864Z[ recovery-image] Oct 03 20:17:13.462 INFO O| Oct 03 20:17:13.462 INFO STEP 3 (pkg_set_publisher) COMPLETE
35222024-10-03T20:17:14.864Z[ recovery-image] Oct 03 20:17:13.462 INFO O| Oct 03 20:17:13.462 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35232024-10-03T20:17:14.864Z[ host-image] Oct 03 20:17:13.462 INFO O| Oct 03 20:17:13.462 INFO O| Done
35242024-10-03T20:17:14.867Z[ host-image] Oct 03 20:17:13.462 INFO O| Oct 03 20:17:13.462 INFO O| Done
35252024-10-03T20:17:14.867Z[ recovery-image] Oct 03 20:17:13.462 INFO O| Oct 03 20:17:13.462 INFO skip step because feature "repo_redist" is not enabled
35262024-10-03T20:17:14.867Z[ recovery-image] Oct 03 20:17:13.462 INFO O| Oct 03 20:17:13.462 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35272024-10-03T20:17:15.342Z[ recovery-image] Oct 03 20:17:13.939 INFO O| Oct 03 20:17:13.939 INFO variant opensolaris.zone is already global
35282024-10-03T20:17:15.342Z[ recovery-image] Oct 03 20:17:13.939 INFO O| Oct 03 20:17:13.939 INFO STEP 5 (pkg_change_variant) COMPLETE
35292024-10-03T20:17:15.342Z[ recovery-image] Oct 03 20:17:13.939 INFO O| Oct 03 20:17:13.939 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35302024-10-03T20:17:15.415Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35312024-10-03T20:17:15.419ZOct 03 20:17:14.017 INFO [stamp-nexus] process exited with exit status: 0 (3.756930917s)
35322024-10-03T20:17:15.426Z[ host-image] Oct 03 20:17:14.024 INFO O| Oct 03 20:17:14.024 INFO O| Done
35332024-10-03T20:17:15.471Z[ host-image] Oct 03 20:17:14.068 INFO O| Oct 03 20:17:14.068 INFO O| Done
35342024-10-03T20:17:15.473Z[ host-image] Oct 03 20:17:14.069 INFO O| Oct 03 20:17:14.069 INFO O| Done
35352024-10-03T20:17:15.473Z[ host-image] Oct 03 20:17:14.069 INFO O| Oct 03 20:17:14.069 INFO O| Done
35362024-10-03T20:17:15.474Z[ host-image] Oct 03 20:17:14.071 INFO O| Oct 03 20:17:14.071 INFO O| Done
35372024-10-03T20:17:15.542Z[ host-image] Oct 03 20:17:14.140 INFO O| Oct 03 20:17:14.140 INFO STEP 8 (pkg_change_facet) COMPLETE
35382024-10-03T20:17:15.542Z[ host-image] Oct 03 20:17:14.140 INFO O| Oct 03 20:17:14.140 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35392024-10-03T20:17:15.542Z[ host-image] Oct 03 20:17:14.140 INFO O| Oct 03 20:17:14.140 INFO skip step because feature "recovery" is not enabled
35402024-10-03T20:17:15.542Z[ host-image] Oct 03 20:17:14.140 INFO O| Oct 03 20:17:14.140 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35412024-10-03T20:17:15.545Z[ host-image] Oct 03 20:17:14.140 INFO O| Oct 03 20:17:14.140 INFO skip step because feature "recovery" is not enabled
35422024-10-03T20:17:15.545Z[ host-image] Oct 03 20:17:14.140 INFO O| Oct 03 20:17:14.140 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35432024-10-03T20:17:15.554Z[ host-image] Oct 03 20:17:14.152 INFO O| Oct 03 20:17:14.152 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"]
35442024-10-03T20:17:15.821Z[ recovery-image] Oct 03 20:17:14.419 INFO O| Oct 03 20:17:14.419 INFO variant opensolaris.imagetype is full; changing to partial
35452024-10-03T20:17:15.822Z[ recovery-image] Oct 03 20:17:14.419 INFO O| Oct 03 20:17:14.419 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35462024-10-03T20:17:16.015Z[ host-image] Oct 03 20:17:14.613 INFO O| Oct 03 20:17:14.613 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35472024-10-03T20:17:17.225Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35482024-10-03T20:17:17.229ZOct 03 20:17:15.827 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.665273296s)
35492024-10-03T20:17:17.591Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35502024-10-03T20:17:17.593Z[verify-libraries] Compiling polyval v0.6.2
35512024-10-03T20:17:17.593Z[verify-libraries] Compiling ctr v0.9.2
35522024-10-03T20:17:17.774Z[verify-libraries] Compiling ssh-encoding v0.2.0
35532024-10-03T20:17:17.774Z[verify-libraries] Compiling blowfish v0.9.1
35542024-10-03T20:17:17.799Z[verify-libraries] Compiling password-hash v0.4.2
35552024-10-03T20:17:17.799Z[verify-libraries] Compiling matches v0.1.10
35562024-10-03T20:17:17.802Z[verify-libraries] Compiling p521 v0.13.3
35572024-10-03T20:17:18.296Z[verify-libraries] Compiling ghash v0.5.1
35582024-10-03T20:17:18.296Z[verify-libraries] Compiling idna v0.2.3
35592024-10-03T20:17:18.577Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35602024-10-03T20:17:18.579Z[verify-libraries] Compiling p256 v0.13.2
35612024-10-03T20:17:18.779Z[verify-libraries] Compiling aes-gcm v0.10.3
35622024-10-03T20:17:19.416Z[verify-libraries] Compiling ssh-cipher v0.2.0
35632024-10-03T20:17:19.523Z[verify-libraries] Compiling pbkdf2 v0.11.0
35642024-10-03T20:17:19.525Z[verify-libraries] Compiling enum-as-inner v0.5.1
35652024-10-03T20:17:20.619Z[verify-libraries] Compiling ssh-key v0.6.6
35662024-10-03T20:17:20.908Z[verify-libraries] Compiling russh-cryptovec v0.7.2
35672024-10-03T20:17:21.159Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35682024-10-03T20:17:21.196ZOct 03 20:17:19.793 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.604709575s)
35692024-10-03T20:17:21.257Z[verify-libraries] Compiling md5 v0.7.0
35702024-10-03T20:17:21.436Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35712024-10-03T20:17:21.444ZOct 03 20:17:20.042 INFO [stamp-clickhouse] process exited with exit status: 0 (9.611867714s)
35722024-10-03T20:17:21.444ZOct 03 20:17:20.042 INFO [tuf-stamp] task succeeded (9.894571701s)
35732024-10-03T20:17:21.465Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35742024-10-03T20:17:21.542Z[verify-libraries] Compiling num-bigint v0.4.5
35752024-10-03T20:17:21.919Z[verify-libraries] Compiling des v0.8.1
35762024-10-03T20:17:22.525Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35772024-10-03T20:17:22.817Z[verify-libraries] Compiling hex-literal v0.4.1
35782024-10-03T20:17:23.127Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35792024-10-03T20:17:23.715Z[ recovery-image] Oct 03 20:17:22.312 INFO O| Oct 03 20:17:22.312 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35802024-10-03T20:17:24.043Z[verify-libraries] Compiling russh-keys v0.45.0
35812024-10-03T20:17:24.835Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35822024-10-03T20:17:25.591Z[verify-libraries] Compiling internet-checksum v0.2.1
35832024-10-03T20:17:25.943Z[verify-libraries] Compiling heck v0.4.1
35842024-10-03T20:17:27.815Z[verify-libraries] Compiling dhcproto v0.12.0
35852024-10-03T20:17:30.844Z[verify-libraries] Compiling russh v0.45.0
35862024-10-03T20:17:30.928Z[ recovery-image] Oct 03 20:17:29.524 INFO O| Oct 03 20:17:29.524 INFO O| Startup: Caching catalogs ... Done
35872024-10-03T20:17:31.110Z[ recovery-image] Oct 03 20:17:29.706 INFO O| Oct 03 20:17:29.705 INFO O| Planning: Planning completed in 0.00 seconds
35882024-10-03T20:17:31.112Z[ recovery-image] Oct 03 20:17:29.707 INFO O| Oct 03 20:17:29.707 INFO O| Planning: Consolidating action changes ... Done
35892024-10-03T20:17:31.112Z[ recovery-image] Oct 03 20:17:29.707 INFO O| Oct 03 20:17:29.707 INFO O| Planning: Evaluating mediators ... Done
35902024-10-03T20:17:31.112Z[ recovery-image] Oct 03 20:17:29.707 INFO O| Oct 03 20:17:29.707 INFO O| Planning: Planning completed in 0.00 seconds
35912024-10-03T20:17:31.112Z[ recovery-image] Oct 03 20:17:29.708 INFO O| Oct 03 20:17:29.708 INFO O| Variants/Facets to change: 1
35922024-10-03T20:17:31.248Z[ recovery-image] Oct 03 20:17:29.844 INFO O| Oct 03 20:17:29.843 INFO O| Done
35932024-10-03T20:17:31.248Z[ recovery-image] Oct 03 20:17:29.844 INFO O| Oct 03 20:17:29.844 INFO O| Done
35942024-10-03T20:17:31.991Z[ recovery-image] Oct 03 20:17:30.587 INFO O| Oct 03 20:17:30.587 INFO O| Done
35952024-10-03T20:17:32.043Z[ recovery-image] Oct 03 20:17:30.639 INFO O| Oct 03 20:17:30.639 INFO O| Done
35962024-10-03T20:17:32.048Z[ recovery-image] Oct 03 20:17:30.641 INFO O| Oct 03 20:17:30.641 INFO O| Done
35972024-10-03T20:17:32.048Z[ recovery-image] Oct 03 20:17:30.641 INFO O| Oct 03 20:17:30.641 INFO O| Done
35982024-10-03T20:17:32.048Z[ recovery-image] Oct 03 20:17:30.644 INFO O| Oct 03 20:17:30.644 INFO O| Done
35992024-10-03T20:17:32.467Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36002024-10-03T20:17:32.724Z[ recovery-image] Oct 03 20:17:31.320 INFO O| Oct 03 20:17:31.320 INFO STEP 6 (pkg_change_variant) COMPLETE
36012024-10-03T20:17:32.724Z[ recovery-image] Oct 03 20:17:31.320 INFO O| Oct 03 20:17:31.320 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36022024-10-03T20:17:32.726Z[ recovery-image] Oct 03 20:17:31.320 INFO O| Oct 03 20:17:31.320 INFO skip step because feature "debug_variant" is not enabled
36032024-10-03T20:17:32.727Z[ recovery-image] Oct 03 20:17:31.320 INFO O| Oct 03 20:17:31.320 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36042024-10-03T20:17:33.349Z[ recovery-image] Oct 03 20:17:31.945 INFO O| Oct 03 20:17:31.945 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36052024-10-03T20:17:34.450Z[ recovery-image] Oct 03 20:17:33.045 INFO O| Oct 03 20:17:33.045 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36062024-10-03T20:17:34.452Z[ recovery-image] Oct 03 20:17:33.047 INFO O| Oct 03 20:17:33.047 INFO O| Planning: Planning completed in 0.00 seconds
36072024-10-03T20:17:34.454Z[ recovery-image] Oct 03 20:17:33.048 INFO O| Oct 03 20:17:33.048 INFO O| Planning: Consolidating action changes ... Done
36082024-10-03T20:17:34.454Z[ recovery-image] Oct 03 20:17:33.049 INFO O| Oct 03 20:17:33.048 INFO O| Planning: Evaluating mediators ... Done
36092024-10-03T20:17:34.454Z[ recovery-image] Oct 03 20:17:33.049 INFO O| Oct 03 20:17:33.049 INFO O| Planning: Planning completed in 0.00 seconds
36102024-10-03T20:17:34.454Z[ recovery-image] Oct 03 20:17:33.049 INFO O| Oct 03 20:17:33.049 INFO O| Variants/Facets to change: 1
36112024-10-03T20:17:34.530Z[ recovery-image] Oct 03 20:17:33.125 INFO O| Oct 03 20:17:33.125 INFO O| Done
36122024-10-03T20:17:34.530Z[ recovery-image] Oct 03 20:17:33.125 INFO O| Oct 03 20:17:33.125 INFO O| Done
36132024-10-03T20:17:35.156Z[ recovery-image] Oct 03 20:17:33.752 INFO O| Oct 03 20:17:33.752 INFO O| Done
36142024-10-03T20:17:35.218Z[ recovery-image] Oct 03 20:17:33.813 INFO O| Oct 03 20:17:33.813 INFO O| Done
36152024-10-03T20:17:35.221Z[ recovery-image] Oct 03 20:17:33.814 INFO O| Oct 03 20:17:33.814 INFO O| Done
36162024-10-03T20:17:35.221Z[ recovery-image] Oct 03 20:17:33.815 INFO O| Oct 03 20:17:33.815 INFO O| Done
36172024-10-03T20:17:35.221Z[ recovery-image] Oct 03 20:17:33.816 INFO O| Oct 03 20:17:33.816 INFO O| Done
36182024-10-03T20:17:35.320Z[ recovery-image] Oct 03 20:17:33.916 INFO O| Oct 03 20:17:33.915 INFO STEP 8 (pkg_change_facet) COMPLETE
36192024-10-03T20:17:35.320Z[ recovery-image] Oct 03 20:17:33.916 INFO O| Oct 03 20:17:33.915 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36202024-10-03T20:17:36.059Z[ recovery-image] Oct 03 20:17:34.654 INFO O| Oct 03 20:17:34.654 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36212024-10-03T20:17:36.827Z[ recovery-image] Oct 03 20:17:35.422 INFO O| Oct 03 20:17:35.422 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36222024-10-03T20:17:36.829Z[ recovery-image] Oct 03 20:17:35.424 INFO O| Oct 03 20:17:35.424 INFO O| Planning: Planning completed in 0.00 seconds
36232024-10-03T20:17:36.831Z[ recovery-image] Oct 03 20:17:35.425 INFO O| Oct 03 20:17:35.425 INFO O| Planning: Consolidating action changes ... Done
36242024-10-03T20:17:36.831Z[ recovery-image] Oct 03 20:17:35.425 INFO O| Oct 03 20:17:35.425 INFO O| Planning: Evaluating mediators ... Done
36252024-10-03T20:17:36.831Z[ recovery-image] Oct 03 20:17:35.426 INFO O| Oct 03 20:17:35.426 INFO O| Planning: Planning completed in 0.00 seconds
36262024-10-03T20:17:36.831Z[ recovery-image] Oct 03 20:17:35.426 INFO O| Oct 03 20:17:35.426 INFO O| Variants/Facets to change: 1
36272024-10-03T20:17:36.909Z[ recovery-image] Oct 03 20:17:35.504 INFO O| Oct 03 20:17:35.504 INFO O| Done
36282024-10-03T20:17:36.909Z[ recovery-image] Oct 03 20:17:35.504 INFO O| Oct 03 20:17:35.504 INFO O| Done
36292024-10-03T20:17:37.556Z[ recovery-image] Oct 03 20:17:36.152 INFO O| Oct 03 20:17:36.151 INFO O| Done
36302024-10-03T20:17:37.622Z[ recovery-image] Oct 03 20:17:36.218 INFO O| Oct 03 20:17:36.217 INFO O| Done
36312024-10-03T20:17:37.625Z[ recovery-image] Oct 03 20:17:36.219 INFO O| Oct 03 20:17:36.218 INFO O| Done
36322024-10-03T20:17:37.625Z[ recovery-image] Oct 03 20:17:36.219 INFO O| Oct 03 20:17:36.219 INFO O| Done
36332024-10-03T20:17:37.625Z[ recovery-image] Oct 03 20:17:36.220 INFO O| Oct 03 20:17:36.220 INFO O| Done
36342024-10-03T20:17:37.736Z[ recovery-image] Oct 03 20:17:36.331 INFO O| Oct 03 20:17:36.331 INFO STEP 9 (pkg_change_facet) COMPLETE
36352024-10-03T20:17:37.736Z[ recovery-image] Oct 03 20:17:36.331 INFO O| Oct 03 20:17:36.331 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36362024-10-03T20:17:38.408Z[ recovery-image] Oct 03 20:17:37.004 INFO O| Oct 03 20:17:37.003 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36372024-10-03T20:17:39.441Z[ recovery-image] Oct 03 20:17:38.037 INFO O| Oct 03 20:17:38.036 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36382024-10-03T20:17:39.444Z[ recovery-image] Oct 03 20:17:38.039 INFO O| Oct 03 20:17:38.039 INFO O| Planning: Planning completed in 0.00 seconds
36392024-10-03T20:17:39.447Z[ recovery-image] Oct 03 20:17:38.040 INFO O| Oct 03 20:17:38.040 INFO O| Planning: Consolidating action changes ... Done
36402024-10-03T20:17:39.447Z[ recovery-image] Oct 03 20:17:38.040 INFO O| Oct 03 20:17:38.040 INFO O| Planning: Evaluating mediators ... Done
36412024-10-03T20:17:39.447Z[ recovery-image] Oct 03 20:17:38.041 INFO O| Oct 03 20:17:38.041 INFO O| Planning: Planning completed in 0.00 seconds
36422024-10-03T20:17:39.447Z[ recovery-image] Oct 03 20:17:38.041 INFO O| Oct 03 20:17:38.041 INFO O| Variants/Facets to change: 1
36432024-10-03T20:17:39.503Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36442024-10-03T20:17:39.537Z[ recovery-image] Oct 03 20:17:38.132 INFO O| Oct 03 20:17:38.132 INFO O| Done
36452024-10-03T20:17:39.537Z[ recovery-image] Oct 03 20:17:38.132 INFO O| Oct 03 20:17:38.132 INFO O| Done
36462024-10-03T20:17:40.155Z[ recovery-image] Oct 03 20:17:38.750 INFO O| Oct 03 20:17:38.750 INFO O| Done
36472024-10-03T20:17:40.217Z[ recovery-image] Oct 03 20:17:38.812 INFO O| Oct 03 20:17:38.811 INFO O| Done
36482024-10-03T20:17:40.219Z[ recovery-image] Oct 03 20:17:38.813 INFO O| Oct 03 20:17:38.813 INFO O| Done
36492024-10-03T20:17:40.219Z[ recovery-image] Oct 03 20:17:38.813 INFO O| Oct 03 20:17:38.813 INFO O| Done
36502024-10-03T20:17:40.221Z[ recovery-image] Oct 03 20:17:38.815 INFO O| Oct 03 20:17:38.815 INFO O| Done
36512024-10-03T20:17:40.351Z[ recovery-image] Oct 03 20:17:38.946 INFO O| Oct 03 20:17:38.946 INFO STEP 10 (pkg_change_facet) COMPLETE
36522024-10-03T20:17:40.351Z[ recovery-image] Oct 03 20:17:38.946 INFO O| Oct 03 20:17:38.946 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-10-03T20:17:40.372Z[ recovery-image] Oct 03 20:17:38.967 INFO O| Oct 03 20:17:38.966 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"]
36542024-10-03T20:17:41.256Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36552024-10-03T20:17:41.462Z[ recovery-image] Oct 03 20:17:40.057 INFO O| Oct 03 20:17:40.057 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36562024-10-03T20:17:41.902Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36572024-10-03T20:17:42.445Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36582024-10-03T20:17:42.980Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36592024-10-03T20:17:43.271Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36602024-10-03T20:17:43.563Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36612024-10-03T20:17:44.796Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36622024-10-03T20:17:50.086Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36632024-10-03T20:17:54.181Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36642024-10-03T20:17:56.238Z[ host-image] Oct 03 20:17:54.831 INFO O| Oct 03 20:17:54.831 INFO O| Planning: Solver setup ... Done
36652024-10-03T20:17:57.096Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36662024-10-03T20:17:59.572Z[verify-libraries] Compiling termios v0.3.3
36672024-10-03T20:18:00.184Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36682024-10-03T20:18:13.578Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36692024-10-03T20:18:23.510Z[ recovery-image] Oct 03 20:18:22.100 INFO O| Oct 03 20:18:22.100 INFO O| Planning: Solver setup ... Done
36702024-10-03T20:18:34.768Z[ host-image] Oct 03 20:18:33.356 INFO O| Oct 03 20:18:33.356 INFO O| Planning: Running solver ... Done
36712024-10-03T20:18:35.164Z[ host-image] Oct 03 20:18:33.753 INFO O| Oct 03 20:18:33.752 INFO O| Planning: Finding local manifests ... Done
36722024-10-03T20:18:35.192Z[ host-image] Oct 03 20:18:33.781 INFO O| Oct 03 20:18:33.781 INFO O| Planning: Fetching manifests: 0/124 0% complete
36732024-10-03T20:18:39.867Z[ host-image] Oct 03 20:18:38.455 INFO O| Oct 03 20:18:38.455 INFO O| Planning: Fetching manifests: 124/124 100% complete
36742024-10-03T20:18:41.216Z[ host-image] Oct 03 20:18:39.803 INFO O| Oct 03 20:18:39.803 INFO O| Planning: Package planning ... Done
36752024-10-03T20:18:42.800Z[ host-image] Oct 03 20:18:41.388 INFO O| Oct 03 20:18:41.388 INFO O| Planning: Merging actions ... Done
36762024-10-03T20:18:43.290Z[ host-image] Oct 03 20:18:41.878 INFO O| Oct 03 20:18:41.878 INFO O| Planning: Checking for conflicting actions ... Done
36772024-10-03T20:18:43.585Z[ host-image] Oct 03 20:18:42.172 INFO O| Oct 03 20:18:42.172 INFO O| Planning: Consolidating action changes ... Done
36782024-10-03T20:18:44.133Z[ host-image] Oct 03 20:18:42.721 INFO O| Oct 03 20:18:42.721 INFO O| Planning: Evaluating mediators ... Done
36792024-10-03T20:18:50.767Z[ host-image] Oct 03 20:18:49.353 INFO O| Oct 03 20:18:49.353 INFO O| Planning: Planning completed in 94.74 seconds
36802024-10-03T20:18:50.773Z[ host-image] Oct 03 20:18:49.361 INFO O| Oct 03 20:18:49.361 INFO O| Packages to install: 124
36812024-10-03T20:18:50.776Z[ host-image] Oct 03 20:18:49.361 INFO O| Oct 03 20:18:49.361 INFO O| Mediators to change: 4
36822024-10-03T20:18:50.776Z[ host-image] Oct 03 20:18:49.361 INFO O| Oct 03 20:18:49.361 INFO O| Services to change: 6
36832024-10-03T20:18:50.888Z[ host-image] Oct 03 20:18:49.475 INFO O| Oct 03 20:18:49.475 INFO O| Download: 0/22734 items 0.0/196.5MB 0% complete
36842024-10-03T20:18:56.197Z[ host-image] Oct 03 20:18:54.783 INFO O| Oct 03 20:18:54.783 INFO O| Download: 1069/22734 items 6.6/196.5MB 3% complete (1.3M/s)
36852024-10-03T20:19:00.960Z[ recovery-image] Oct 03 20:18:59.546 INFO O| Oct 03 20:18:59.546 INFO O| Planning: Running solver ... Done
36862024-10-03T20:19:01.198Z[ host-image] Oct 03 20:18:59.784 INFO O| Oct 03 20:18:59.783 INFO O| Download: 1703/22734 items 11.3/196.5MB 5% complete (1.1M/s)
36872024-10-03T20:19:01.341Z[ recovery-image] Oct 03 20:18:59.927 INFO O| Oct 03 20:18:59.927 INFO O| Planning: Finding local manifests ... Done
36882024-10-03T20:19:01.357Z[ recovery-image] Oct 03 20:18:59.943 INFO O| Oct 03 20:18:59.943 INFO O| Planning: Fetching manifests: 0/124 0% complete
36892024-10-03T20:19:05.812Z[ recovery-image] Oct 03 20:19:04.398 INFO O| Oct 03 20:19:04.398 INFO O| Planning: Fetching manifests: 124/124 100% complete
36902024-10-03T20:19:06.202Z[ host-image] Oct 03 20:19:04.787 INFO O| Oct 03 20:19:04.787 INFO O| Download: 2060/22734 items 23.4/196.5MB 11% complete (1.7M/s)
36912024-10-03T20:19:06.937Z[ recovery-image] Oct 03 20:19:05.523 INFO O| Oct 03 20:19:05.523 INFO O| Planning: Package planning ... Done
36922024-10-03T20:19:07.665Z[ recovery-image] Oct 03 20:19:06.250 INFO O| Oct 03 20:19:06.250 INFO O| Planning: Merging actions ... Done
36932024-10-03T20:19:07.994Z[ recovery-image] Oct 03 20:19:06.579 INFO O| Oct 03 20:19:06.579 INFO O| Planning: Checking for conflicting actions ... Done
36942024-10-03T20:19:08.127Z[ recovery-image] Oct 03 20:19:06.712 INFO O| Oct 03 20:19:06.712 INFO O| Planning: Consolidating action changes ... Done
36952024-10-03T20:19:08.588Z[ recovery-image] Oct 03 20:19:07.173 INFO O| Oct 03 20:19:07.173 INFO O| Planning: Evaluating mediators ... Done
36962024-10-03T20:19:11.218Z[ host-image] Oct 03 20:19:09.803 INFO O| Oct 03 20:19:09.803 INFO O| Download: 2455/22734 items 28.2/196.5MB 14% complete (1.8M/s)
36972024-10-03T20:19:12.825Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36982024-10-03T20:19:14.571Z[ recovery-image] Oct 03 20:19:13.156 INFO O| Oct 03 20:19:13.155 INFO O| Planning: Planning completed in 93.10 seconds
36992024-10-03T20:19:14.579Z[ recovery-image] Oct 03 20:19:13.164 INFO O| Oct 03 20:19:13.164 INFO O| Packages to install: 124
37002024-10-03T20:19:14.587Z[ recovery-image] Oct 03 20:19:13.164 INFO O| Oct 03 20:19:13.164 INFO O| Mediators to change: 4
37012024-10-03T20:19:14.587Z[ recovery-image] Oct 03 20:19:13.164 INFO O| Oct 03 20:19:13.164 INFO O| Services to change: 5
37022024-10-03T20:19:14.653Z[ recovery-image] Oct 03 20:19:13.237 INFO O| Oct 03 20:19:13.237 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37032024-10-03T20:19:16.233Z[ host-image] Oct 03 20:19:14.817 INFO O| Oct 03 20:19:14.817 INFO O| Download: 3715/22734 items 39.5/196.5MB 20% complete (1.6M/s)
37042024-10-03T20:19:17.931Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37052024-10-03T20:19:19.654Z[ recovery-image] Oct 03 20:19:18.238 INFO O| Oct 03 20:19:18.237 INFO O| Download: 993/15836 items 7.9/173.3MB 4% complete (1.6M/s)
37062024-10-03T20:19:21.258Z[ host-image] Oct 03 20:19:19.842 INFO O| Oct 03 20:19:19.842 INFO O| Download: 4537/22734 items 42.3/196.5MB 21% complete (1.4M/s)
37072024-10-03T20:19:23.795Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37082024-10-03T20:19:24.689Z[ recovery-image] Oct 03 20:19:23.272 INFO O| Oct 03 20:19:23.272 INFO O| Download: 1208/15836 items 15.8/173.3MB 9% complete (1.6M/s)
37092024-10-03T20:19:26.275Z[ host-image] Oct 03 20:19:24.858 INFO O| Oct 03 20:19:24.858 INFO O| Download: 5210/22734 items 46.0/196.5MB 23% complete (737k/s)
37102024-10-03T20:19:29.720Z[ recovery-image] Oct 03 20:19:28.303 INFO O| Oct 03 20:19:28.303 INFO O| Download: 1658/15836 items 25.8/173.3MB 14% complete (1.8M/s)
37112024-10-03T20:19:31.351Z[ host-image] Oct 03 20:19:29.933 INFO O| Oct 03 20:19:29.933 INFO O| Download: 6302/22734 items 46.6/196.5MB 23% complete (439k/s)
37122024-10-03T20:19:34.885Z[ recovery-image] Oct 03 20:19:33.467 INFO O| Oct 03 20:19:33.467 INFO O| Download: 2672/15836 items 33.0/173.3MB 19% complete (1.7M/s)
37132024-10-03T20:19:36.580Z[ host-image] Oct 03 20:19:35.162 INFO O| Oct 03 20:19:35.162 INFO O| Download: 6974/22734 items 49.9/196.5MB 25% complete (379k/s)
37142024-10-03T20:19:36.860Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37152024-10-03T20:19:39.928Z[ recovery-image] Oct 03 20:19:38.509 INFO O| Oct 03 20:19:38.509 INFO O| Download: 3597/15836 items 39.0/173.3MB 22% complete (1.3M/s)
37162024-10-03T20:19:41.582Z[ host-image] Oct 03 20:19:40.163 INFO O| Oct 03 20:19:40.163 INFO O| Download: 7819/22734 items 59.1/196.5MB 30% complete (1.2M/s)
37172024-10-03T20:19:44.938Z[ recovery-image] Oct 03 20:19:43.518 INFO O| Oct 03 20:19:43.518 INFO O| Download: 3969/15836 items 42.5/173.3MB 24% complete (976k/s)
37182024-10-03T20:19:46.824Z[ host-image] Oct 03 20:19:45.405 INFO O| Oct 03 20:19:45.405 INFO O| Download: 8306/22734 items 68.3/196.5MB 34% complete (1.8M/s)
37192024-10-03T20:19:49.951Z[ recovery-image] Oct 03 20:19:48.531 INFO O| Oct 03 20:19:48.531 INFO O| Download: 5072/15836 items 43.2/173.3MB 24% complete (434k/s)
37202024-10-03T20:19:51.825Z[ host-image] Oct 03 20:19:50.405 INFO O| Oct 03 20:19:50.405 INFO O| Download: 8989/22734 items 72.4/196.5MB 36% complete (1.3M/s)
37212024-10-03T20:19:55.287Z[ recovery-image] Oct 03 20:19:53.867 INFO O| Oct 03 20:19:53.867 INFO O| Download: 5749/15836 items 46.8/173.3MB 26% complete (400k/s)
37222024-10-03T20:19:56.857Z[ host-image] Oct 03 20:19:55.437 INFO O| Oct 03 20:19:55.437 INFO O| Download: 9841/22734 items 83.6/196.5MB 42% complete (1.5M/s)
37232024-10-03T20:19:57.868Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37242024-10-03T20:20:00.427Z[ recovery-image] Oct 03 20:19:59.006 INFO O| Oct 03 20:19:59.006 INFO O| Download: 6099/15836 items 56.0/173.3MB 32% complete (1.2M/s)
37252024-10-03T20:20:01.985Z[ host-image] Oct 03 20:20:00.564 INFO O| Oct 03 20:20:00.564 INFO O| Download: 10854/22734 items 90.0/196.5MB 45% complete (1.8M/s)
37262024-10-03T20:20:02.974Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37272024-10-03T20:20:05.439Z[ recovery-image] Oct 03 20:20:04.017 INFO O| Oct 03 20:20:04.017 INFO O| Download: 6822/15836 items 65.9/173.3MB 38% complete (1.7M/s)
37282024-10-03T20:20:07.248Z[ host-image] Oct 03 20:20:05.825 INFO O| Oct 03 20:20:05.825 INFO O| Download: 11278/22734 items 95.3/196.5MB 48% complete (1.1M/s)
37292024-10-03T20:20:08.425Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37302024-10-03T20:20:10.458Z[ recovery-image] Oct 03 20:20:09.036 INFO O| Oct 03 20:20:09.036 INFO O| Download: 7604/15836 items 73.6/173.3MB 42% complete (1.8M/s)
37312024-10-03T20:20:12.267Z[ host-image] Oct 03 20:20:10.845 INFO O| Oct 03 20:20:10.845 INFO O| Download: 12042/22734 items 100.4/196.5MB 51% complete (1.1M/s)
37322024-10-03T20:20:15.459Z[ recovery-image] Oct 03 20:20:14.036 INFO O| Oct 03 20:20:14.036 INFO O| Download: 7953/15836 items 78.4/173.3MB 45% complete (1.2M/s)
37332024-10-03T20:20:17.288Z[ host-image] Oct 03 20:20:15.866 INFO O| Oct 03 20:20:15.866 INFO O| Download: 12435/22734 items 109.5/196.5MB 55% complete (1.4M/s)
37342024-10-03T20:20:20.707Z[ recovery-image] Oct 03 20:20:19.284 INFO O| Oct 03 20:20:19.284 INFO O| Download: 8674/15836 items 83.0/173.3MB 47% complete (853k/s)
37352024-10-03T20:20:22.290Z[ host-image] Oct 03 20:20:20.866 INFO O| Oct 03 20:20:20.866 INFO O| Download: 13353/22734 items 110.0/196.5MB 55% complete (992k/s)
37362024-10-03T20:20:25.853Z[ recovery-image] Oct 03 20:20:24.429 INFO O| Oct 03 20:20:24.429 INFO O| Download: 8953/15836 items 92.6/173.3MB 53% complete (1.5M/s)
37372024-10-03T20:20:27.484Z[ host-image] Oct 03 20:20:26.060 INFO O| Oct 03 20:20:26.060 INFO O| Download: 14266/22734 items 110.7/196.5MB 56% complete (122k/s)
37382024-10-03T20:20:30.862Z[ recovery-image] Oct 03 20:20:29.433 INFO O| Oct 03 20:20:29.433 INFO O| Download: 10129/15836 items 93.2/173.3MB 53% complete (1.0M/s)
37392024-10-03T20:20:32.484Z[ host-image] Oct 03 20:20:31.060 INFO O| Oct 03 20:20:31.060 INFO O| Download: 14662/22734 items 117.4/196.5MB 59% complete (734k/s)
37402024-10-03T20:20:35.885Z[ recovery-image] Oct 03 20:20:34.460 INFO O| Oct 03 20:20:34.460 INFO O| Download: 10981/15836 items 94.4/173.3MB 54% complete (161k/s)
37412024-10-03T20:20:37.485Z[ host-image] Oct 03 20:20:36.060 INFO O| Oct 03 20:20:36.060 INFO O| Download: 15841/22734 items 130.2/196.5MB 66% complete (1.9M/s)
37422024-10-03T20:20:41.162Z[ recovery-image] Oct 03 20:20:39.736 INFO O| Oct 03 20:20:39.736 INFO O| Download: 11426/15836 items 107.2/173.3MB 61% complete (1.4M/s)
37432024-10-03T20:20:42.513Z[ host-image] Oct 03 20:20:41.088 INFO O| Oct 03 20:20:41.088 INFO O| Download: 17541/22734 items 148.2/196.5MB 75% complete (3.0M/s)
37442024-10-03T20:20:46.368Z[ recovery-image] Oct 03 20:20:44.942 INFO O| Oct 03 20:20:44.942 INFO O| Download: 11975/15836 items 135.9/173.3MB 78% complete (4.1M/s)
37452024-10-03T20:20:47.516Z[ host-image] Oct 03 20:20:46.090 INFO O| Oct 03 20:20:46.090 INFO O| Download: 18472/22734 items 161.6/196.5MB 82% complete (3.2M/s)
37462024-10-03T20:20:51.375Z[ recovery-image] Oct 03 20:20:49.948 INFO O| Oct 03 20:20:49.948 INFO O| Download: 12939/15836 items 141.1/173.3MB 81% complete (3.6M/s)
37472024-10-03T20:20:52.525Z[ host-image] Oct 03 20:20:51.098 INFO O| Oct 03 20:20:51.098 INFO O| Download: 19273/22734 items 164.3/196.5MB 83% complete (1.6M/s)
37482024-10-03T20:20:56.386Z[ recovery-image] Oct 03 20:20:54.959 INFO O| Oct 03 20:20:54.959 INFO O| Download: 13715/15836 items 144.3/173.3MB 83% complete (873k/s)
37492024-10-03T20:20:57.855Z[ host-image] Oct 03 20:20:56.428 INFO O| Oct 03 20:20:56.428 INFO O| Download: 19993/22734 items 167.3/196.5MB 85% complete (587k/s)
37502024-10-03T20:21:01.407Z[ recovery-image] Oct 03 20:20:59.980 INFO O| Oct 03 20:20:59.980 INFO O| Download: 14659/15836 items 147.6/173.3MB 85% complete (704k/s)
37512024-10-03T20:21:02.856Z[ host-image] Oct 03 20:21:01.428 INFO O| Oct 03 20:21:01.428 INFO O| Download: 20645/22734 items 170.0/196.5MB 86% complete (550k/s)
37522024-10-03T20:21:06.411Z[ recovery-image] Oct 03 20:21:04.983 INFO O| Oct 03 20:21:04.982 INFO O| Download: 15087/15836 items 155.0/173.3MB 89% complete (1.1M/s)
37532024-10-03T20:21:07.870Z[ host-image] Oct 03 20:21:06.441 INFO O| Oct 03 20:21:06.441 INFO O| Download: 21491/22734 items 180.0/196.5MB 91% complete (1.2M/s)
37542024-10-03T20:21:11.412Z[ recovery-image] Oct 03 20:21:09.983 INFO O| Oct 03 20:21:09.983 INFO O| Download: 15568/15836 items 166.3/173.3MB 95% complete (1.9M/s)
37552024-10-03T20:21:13.175Z[ host-image] Oct 03 20:21:11.746 INFO O| Oct 03 20:21:11.746 INFO O| Download: 21924/22734 items 188.7/196.5MB 96% complete (1.9M/s)
37562024-10-03T20:21:14.123Z[ recovery-image] Oct 03 20:21:12.694 INFO O| Oct 03 20:21:12.694 INFO O| Download: Completed 173.28 MB in 119.46 seconds (1.4M/s)
37572024-10-03T20:21:15.175Z[ recovery-image] Oct 03 20:21:13.746 INFO O| Oct 03 20:21:13.746 INFO O| Actions: 1/24972 actions (Installing new actions)
37582024-10-03T20:21:18.177Z[ host-image] Oct 03 20:21:16.747 INFO O| Oct 03 20:21:16.747 INFO O| Download: 22597/22734 items 196.3/196.5MB 99% complete (1.6M/s)
37592024-10-03T20:21:19.058Z[ host-image] Oct 03 20:21:17.629 INFO O| Oct 03 20:21:17.628 INFO O| Download: Completed 196.51 MB in 148.15 seconds (1.3M/s)
37602024-10-03T20:21:19.710Z[ host-image] Oct 03 20:21:18.281 INFO O| Oct 03 20:21:18.281 INFO O| Actions: 1/49271 actions (Installing new actions)
37612024-10-03T20:21:20.176Z[ recovery-image] Oct 03 20:21:18.746 INFO O| Oct 03 20:21:18.746 INFO O| Actions: 10316/24972 actions (Installing new actions)
37622024-10-03T20:21:24.711Z[ host-image] Oct 03 20:21:23.281 INFO O| Oct 03 20:21:23.281 INFO O| Actions: 10860/49271 actions (Installing new actions)
37632024-10-03T20:21:25.177Z[ recovery-image] Oct 03 20:21:23.747 INFO O| Oct 03 20:21:23.747 INFO O| Actions: 16971/24972 actions (Installing new actions)
37642024-10-03T20:21:29.716Z[ host-image] Oct 03 20:21:28.285 INFO O| Oct 03 20:21:28.285 INFO O| Actions: 17778/49271 actions (Installing new actions)
37652024-10-03T20:21:30.441Z[ recovery-image] Oct 03 20:21:29.010 INFO O| Oct 03 20:21:29.010 INFO O| Actions: 24419/24972 actions (Installing new actions)
37662024-10-03T20:21:34.717Z[ host-image] Oct 03 20:21:33.285 INFO O| Oct 03 20:21:33.285 INFO O| Actions: 24137/49271 actions (Installing new actions)
37672024-10-03T20:21:34.865Z[ recovery-image] Oct 03 20:21:33.433 INFO O| Oct 03 20:21:33.433 INFO O| Actions: Completed 24972 actions in 19.68 seconds.
37682024-10-03T20:21:35.445Z[ recovery-image] Oct 03 20:21:34.014 INFO O| Oct 03 20:21:34.014 INFO O| Done
37692024-10-03T20:21:35.460Z[ recovery-image] Oct 03 20:21:34.014 INFO O| Oct 03 20:21:34.014 INFO O| Done
37702024-10-03T20:21:36.806Z[ recovery-image] Oct 03 20:21:35.374 INFO O| Oct 03 20:21:35.374 INFO O| Done
37712024-10-03T20:21:38.778Z[ recovery-image] Oct 03 20:21:37.347 INFO O| Oct 03 20:21:37.346 INFO O| Done
37722024-10-03T20:21:38.804Z[ recovery-image] Oct 03 20:21:37.372 INFO O| Oct 03 20:21:37.372 INFO O| Done
37732024-10-03T20:21:39.721Z[ host-image] Oct 03 20:21:38.290 INFO O| Oct 03 20:21:38.289 INFO O| Actions: 48740/49271 actions (Installing new actions)
37742024-10-03T20:21:43.517Z[ recovery-image] Oct 03 20:21:42.084 INFO O| Oct 03 20:21:42.084 INFO O| Done
37752024-10-03T20:21:43.797Z[ host-image] Oct 03 20:21:42.365 INFO O| Oct 03 20:21:42.365 INFO O| Actions: Completed 49271 actions in 24.08 seconds.
37762024-10-03T20:21:44.281Z[ recovery-image] Oct 03 20:21:42.849 INFO O| Oct 03 20:21:42.849 INFO O| Done
37772024-10-03T20:21:44.663Z[ host-image] Oct 03 20:21:43.230 INFO O| Oct 03 20:21:43.230 INFO O| Done
37782024-10-03T20:21:44.663Z[ host-image] Oct 03 20:21:43.230 INFO O| Oct 03 20:21:43.230 INFO O| Done
37792024-10-03T20:21:44.750Z[ recovery-image] Oct 03 20:21:43.317 INFO O| Oct 03 20:21:43.317 INFO STEP 11 (pkg_install) COMPLETE
37802024-10-03T20:21:44.750Z[ recovery-image] Oct 03 20:21:43.317 INFO O| Oct 03 20:21:43.317 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37812024-10-03T20:21:44.750Z[ recovery-image] Oct 03 20:21:43.317 INFO O| Oct 03 20:21:43.317 INFO skip step because feature "recovery" is enabled
37822024-10-03T20:21:44.752Z[ recovery-image] Oct 03 20:21:43.317 INFO O| Oct 03 20:21:43.317 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37832024-10-03T20:21:44.753Z[ recovery-image] Oct 03 20:21:43.317 INFO O| Oct 03 20:21:43.317 INFO skip step because feature "omicron1" is not enabled
37842024-10-03T20:21:44.753Z[ recovery-image] Oct 03 20:21:43.317 INFO O| Oct 03 20:21:43.317 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37852024-10-03T20:21:44.771Z[ recovery-image] Oct 03 20:21:43.339 INFO O| Oct 03 20:21:43.339 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37862024-10-03T20:21:45.845Z[ host-image] Oct 03 20:21:44.412 INFO O| Oct 03 20:21:44.412 INFO O| Done
37872024-10-03T20:21:46.012Z[ recovery-image] Oct 03 20:21:44.579 INFO O| Oct 03 20:21:44.579 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37882024-10-03T20:21:48.361Z[ host-image] Oct 03 20:21:46.928 INFO O| Oct 03 20:21:46.928 INFO O| Done
37892024-10-03T20:21:48.411Z[ host-image] Oct 03 20:21:46.978 INFO O| Oct 03 20:21:46.978 INFO O| Done
37902024-10-03T20:21:49.282Z[ recovery-image] Oct 03 20:21:47.849 INFO O| Oct 03 20:21:47.849 INFO O| Planning: Solver setup ... Done
37912024-10-03T20:21:49.290Z[ recovery-image] Oct 03 20:21:47.857 INFO O| Oct 03 20:21:47.857 INFO O| Planning: Running solver ... Done
37922024-10-03T20:21:49.367Z[ recovery-image] Oct 03 20:21:47.933 INFO O| Oct 03 20:21:47.933 INFO O| Planning: Finding local manifests ... Done
37932024-10-03T20:21:49.369Z[ recovery-image] Oct 03 20:21:47.935 INFO O| Oct 03 20:21:47.935 INFO O| Planning: Fetching manifests: 0/1 0% complete
37942024-10-03T20:21:49.525Z[ recovery-image] Oct 03 20:21:48.092 INFO O| Oct 03 20:21:48.092 INFO O| Planning: Fetching manifests: 1/1 100% complete
37952024-10-03T20:21:49.555Z[ recovery-image] Oct 03 20:21:48.122 INFO O| Oct 03 20:21:48.122 INFO O| Planning: Package planning ... Done
37962024-10-03T20:21:49.558Z[ recovery-image] Oct 03 20:21:48.123 INFO O| Oct 03 20:21:48.123 INFO O| Planning: Merging actions ... Done
37972024-10-03T20:21:49.631Z[ recovery-image] Oct 03 20:21:48.197 INFO O| Oct 03 20:21:48.197 INFO O| Planning: Checking for conflicting actions ... Done
37982024-10-03T20:21:49.633Z[ recovery-image] Oct 03 20:21:48.198 INFO O| Oct 03 20:21:48.198 INFO O| Planning: Consolidating action changes ... Done
37992024-10-03T20:21:49.916Z[ recovery-image] Oct 03 20:21:48.483 INFO O| Oct 03 20:21:48.482 INFO O| Planning: Evaluating mediators ... Done
38002024-10-03T20:21:49.918Z[ recovery-image] Oct 03 20:21:48.484 INFO O| Oct 03 20:21:48.484 INFO O| Planning: Planning completed in 3.90 seconds
38012024-10-03T20:21:49.921Z[ recovery-image] Oct 03 20:21:48.486 INFO O| Oct 03 20:21:48.486 INFO O| Packages to install: 1
38022024-10-03T20:21:49.938Z[ recovery-image] Oct 03 20:21:48.505 INFO O| Oct 03 20:21:48.505 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38032024-10-03T20:21:51.310Z[ recovery-image] Oct 03 20:21:49.877 INFO O| Oct 03 20:21:49.877 INFO O| Download: Completed 20.80 MB in 1.37 seconds (15.2M/s)
38042024-10-03T20:21:51.442Z[ recovery-image] Oct 03 20:21:50.008 INFO O| Oct 03 20:21:50.008 INFO O| Actions: 1/22 actions (Installing new actions)
38052024-10-03T20:21:52.318Z[ recovery-image] Oct 03 20:21:50.884 INFO O| Oct 03 20:21:50.884 INFO O| Actions: Completed 22 actions in 0.88 seconds.
38062024-10-03T20:21:53.042Z[ recovery-image] Oct 03 20:21:51.604 INFO O| Oct 03 20:21:51.604 INFO O| Done
38072024-10-03T20:21:53.043Z[ recovery-image] Oct 03 20:21:51.604 INFO O| Oct 03 20:21:51.604 INFO O| Done
38082024-10-03T20:21:53.993Z[ recovery-image] Oct 03 20:21:52.559 INFO O| Oct 03 20:21:52.559 INFO O| Done
38092024-10-03T20:21:55.828Z[ recovery-image] Oct 03 20:21:54.395 INFO O| Oct 03 20:21:54.395 INFO O| Done
38102024-10-03T20:21:55.851Z[ recovery-image] Oct 03 20:21:54.417 INFO O| Oct 03 20:21:54.417 INFO O| Done
38112024-10-03T20:21:55.853Z[ recovery-image] Oct 03 20:21:54.417 INFO O| Oct 03 20:21:54.417 INFO O| Done
38122024-10-03T20:21:55.867Z[ recovery-image] Oct 03 20:21:54.434 INFO O| Oct 03 20:21:54.433 INFO O| Done
38132024-10-03T20:21:56.102Z[ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO STEP 14 (pkg_install) COMPLETE
38142024-10-03T20:21:56.102Z[ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38152024-10-03T20:21:56.104Z[ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO skip step because feature "mfg" is not enabled
38162024-10-03T20:21:56.104Z[ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38172024-10-03T20:21:56.104Z[ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO skip step because feature "compliance" is not enabled
38182024-10-03T20:21:56.104Z[ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38192024-10-03T20:21:56.104Z[ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO skip step because feature "stress" is not enabled
38202024-10-03T20:21:56.104Z[ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38212024-10-03T20:21:56.104Z[ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO skip step because feature "nfs" is not enabled
38222024-10-03T20:21:56.104Z[ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38232024-10-03T20:21:56.104Z[ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38242024-10-03T20:21:56.224Z[ recovery-image] Oct 03 20:21:54.791 INFO O| Oct 03 20:21:54.791 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38252024-10-03T20:21:56.371Z[ recovery-image] Oct 03 20:21:54.937 INFO O| Oct 03 20:21:54.937 INFO completed processing gimlet/ramdisk-01-os
38262024-10-03T20:21:56.376Z[ recovery-image] Oct 03 20:21:54.941 INFO image builder template: ramdisk-02-trim...
38272024-10-03T20:21:56.376Z[ recovery-image] Oct 03 20:21:54.941 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/.tmp4RA0ll/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
38282024-10-03T20:21:56.418Z[ recovery-image] Oct 03 20:21:54.985 INFO O| Oct 03 20:21:54.984 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38292024-10-03T20:21:56.443Z[ recovery-image] Oct 03 20:21:55.009 INFO O| Oct 03 20:21:55.009 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38302024-10-03T20:21:56.559Z[ recovery-image] Oct 03 20:21:55.126 INFO O| Oct 03 20:21:55.126 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38312024-10-03T20:21:56.711Z[ recovery-image] Oct 03 20:21:55.277 INFO O| Oct 03 20:21:55.277 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38322024-10-03T20:21:56.711Z[ recovery-image] Oct 03 20:21:55.277 INFO O| Oct 03 20:21:55.277 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38332024-10-03T20:21:56.725Z[ recovery-image] Oct 03 20:21:55.291 INFO O| Oct 03 20:21:55.291 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38342024-10-03T20:21:56.733Z[ recovery-image] Oct 03 20:21:55.299 INFO O| Oct 03 20:21:55.299 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38352024-10-03T20:21:56.749Z[ recovery-image] Oct 03 20:21:55.315 INFO O| Oct 03 20:21:55.315 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38362024-10-03T20:21:56.835Z[ host-image] Oct 03 20:21:55.400 INFO O| Oct 03 20:21:55.368 INFO O| Done
38372024-10-03T20:21:57.308Z[ recovery-image] Oct 03 20:21:55.874 INFO O| Oct 03 20:21:55.874 INFO rolled back to input snapshot; work may begin
38382024-10-03T20:21:57.308Z[ recovery-image] Oct 03 20:21:55.874 INFO O| Oct 03 20:21:55.874 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38392024-10-03T20:21:57.338Z[ recovery-image] Oct 03 20:21:55.904 INFO O| Oct 03 20:21:55.903 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-10-03T20:21:57.374Z[ recovery-image] Oct 03 20:21:55.940 INFO O| Oct 03 20:21:55.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38412024-10-03T20:21:57.627Z[ recovery-image] Oct 03 20:21:56.193 INFO O| Oct 03 20:21:56.193 INFO STEP 0 (remove_files) COMPLETE
38422024-10-03T20:21:57.628Z[ recovery-image] Oct 03 20:21:56.193 INFO O| Oct 03 20:21:56.193 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38432024-10-03T20:21:57.667Z[ recovery-image] Oct 03 20:21:56.233 INFO O| Oct 03 20:21:56.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38442024-10-03T20:21:57.671Z[ recovery-image] Oct 03 20:21:56.237 INFO O| Oct 03 20:21:56.237 INFO STEP 1 (remove_files) COMPLETE
38452024-10-03T20:21:57.671Z[ recovery-image] Oct 03 20:21:56.237 INFO O| Oct 03 20:21:56.237 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-10-03T20:21:57.690Z[ recovery-image] Oct 03 20:21:56.256 INFO O| Oct 03 20:21:56.256 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38472024-10-03T20:21:57.716Z[ recovery-image] Oct 03 20:21:56.281 INFO O| Oct 03 20:21:56.281 INFO STEP 2 (remove_files) COMPLETE
38482024-10-03T20:21:57.716Z[ recovery-image] Oct 03 20:21:56.282 INFO O| Oct 03 20:21:56.281 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-10-03T20:21:57.737Z[ recovery-image] Oct 03 20:21:56.303 INFO O| Oct 03 20:21:56.303 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38502024-10-03T20:21:57.741Z[ recovery-image] Oct 03 20:21:56.307 INFO O| Oct 03 20:21:56.307 INFO STEP 3 (remove_files) COMPLETE
38512024-10-03T20:21:57.741Z[ recovery-image] Oct 03 20:21:56.307 INFO O| Oct 03 20:21:56.307 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-10-03T20:21:57.758Z[ host-image] Oct 03 20:21:56.324 INFO O| Oct 03 20:21:56.324 INFO O| Done
38532024-10-03T20:21:57.761Z[ recovery-image] Oct 03 20:21:56.326 INFO O| Oct 03 20:21:56.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38542024-10-03T20:21:57.767Z[ recovery-image] Oct 03 20:21:56.334 INFO O| Oct 03 20:21:56.334 INFO STEP 4 (remove_files) COMPLETE
38552024-10-03T20:21:57.768Z[ recovery-image] Oct 03 20:21:56.334 INFO O| Oct 03 20:21:56.334 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38562024-10-03T20:21:57.810Z[ recovery-image] Oct 03 20:21:56.376 INFO O| Oct 03 20:21:56.376 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38572024-10-03T20:21:57.813Z[ recovery-image] Oct 03 20:21:56.377 INFO O| Oct 03 20:21:56.377 INFO STEP 5 (remove_files) COMPLETE
38582024-10-03T20:21:57.813Z[ recovery-image] Oct 03 20:21:56.377 INFO O| Oct 03 20:21:56.377 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38592024-10-03T20:21:57.843Z[ recovery-image] Oct 03 20:21:56.409 INFO O| Oct 03 20:21:56.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38602024-10-03T20:21:57.866Z[ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO STEP 6 (remove_files) COMPLETE
38612024-10-03T20:21:57.866Z[ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38622024-10-03T20:21:57.867Z[ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO skip step because feature "recovery" is enabled
38632024-10-03T20:21:57.867Z[ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-10-03T20:21:57.867Z[ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO skip step because feature "recovery" is enabled
38652024-10-03T20:21:57.867Z[ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-10-03T20:21:57.867Z[ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO skip step because feature "recovery" is enabled
38672024-10-03T20:21:57.868Z[ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38682024-10-03T20:21:57.925Z[ recovery-image] Oct 03 20:21:56.489 INFO O| Oct 03 20:21:56.489 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38692024-10-03T20:21:57.930Z[ recovery-image] Oct 03 20:21:56.495 INFO O| Oct 03 20:21:56.495 INFO STEP 10 (remove_files) COMPLETE
38702024-10-03T20:21:57.933Z[ recovery-image] Oct 03 20:21:56.495 INFO O| Oct 03 20:21:56.495 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38712024-10-03T20:21:57.950Z[ recovery-image] Oct 03 20:21:56.516 INFO O| Oct 03 20:21:56.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38722024-10-03T20:21:57.996Z[ recovery-image] Oct 03 20:21:56.562 INFO O| Oct 03 20:21:56.561 INFO STEP 11 (remove_files) COMPLETE
38732024-10-03T20:21:57.996Z[ recovery-image] Oct 03 20:21:56.562 INFO O| Oct 03 20:21:56.562 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-10-03T20:21:58.056Z[ recovery-image] Oct 03 20:21:56.622 INFO O| Oct 03 20:21:56.622 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38752024-10-03T20:21:58.059Z[ recovery-image] Oct 03 20:21:56.625 INFO O| Oct 03 20:21:56.625 INFO STEP 12 (remove_files) COMPLETE
38762024-10-03T20:21:58.059Z[ recovery-image] Oct 03 20:21:56.625 INFO O| Oct 03 20:21:56.625 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-10-03T20:21:58.113Z[ recovery-image] Oct 03 20:21:56.678 INFO O| Oct 03 20:21:56.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38782024-10-03T20:21:58.158Z[ host-image] Oct 03 20:21:56.724 INFO O| Oct 03 20:21:56.723 INFO STEP 11 (pkg_install) COMPLETE
38792024-10-03T20:21:58.158Z[ host-image] Oct 03 20:21:56.724 INFO O| Oct 03 20:21:56.723 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38802024-10-03T20:21:58.177Z[ host-image] Oct 03 20:21:56.743 INFO O| Oct 03 20:21:56.743 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38812024-10-03T20:21:58.448Z[ recovery-image] Oct 03 20:21:57.014 INFO O| Oct 03 20:21:57.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38822024-10-03T20:21:58.451Z[ recovery-image] Oct 03 20:21:57.014 INFO O| Oct 03 20:21:57.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38832024-10-03T20:21:58.453Z[ recovery-image] Oct 03 20:21:57.018 INFO O| Oct 03 20:21:57.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38842024-10-03T20:21:58.457Z[ recovery-image] Oct 03 20:21:57.023 INFO O| Oct 03 20:21:57.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38852024-10-03T20:21:58.556Z[ recovery-image] Oct 03 20:21:57.117 INFO O| Oct 03 20:21:57.117 INFO STEP 13 (remove_files) COMPLETE
38862024-10-03T20:21:58.577Z[ recovery-image] Oct 03 20:21:57.117 INFO O| Oct 03 20:21:57.117 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-10-03T20:21:58.581Z[ recovery-image] Oct 03 20:21:57.147 INFO O| Oct 03 20:21:57.147 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38882024-10-03T20:21:58.584Z[ recovery-image] Oct 03 20:21:57.150 INFO O| Oct 03 20:21:57.150 INFO STEP 14 (remove_files) COMPLETE
38892024-10-03T20:21:58.587Z[ recovery-image] Oct 03 20:21:57.150 INFO O| Oct 03 20:21:57.150 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-10-03T20:21:58.622Z[ recovery-image] Oct 03 20:21:57.188 INFO O| Oct 03 20:21:57.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38912024-10-03T20:21:58.632Z[ recovery-image] Oct 03 20:21:57.199 INFO O| Oct 03 20:21:57.198 INFO STEP 15 (remove_files) COMPLETE
38922024-10-03T20:21:58.633Z[ recovery-image] Oct 03 20:21:57.199 INFO O| Oct 03 20:21:57.199 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38932024-10-03T20:21:58.665Z[ recovery-image] Oct 03 20:21:57.231 INFO O| Oct 03 20:21:57.231 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38942024-10-03T20:21:58.668Z[ recovery-image] Oct 03 20:21:57.231 INFO O| Oct 03 20:21:57.231 INFO STEP 16 (remove_files) COMPLETE
38952024-10-03T20:21:58.668Z[ recovery-image] Oct 03 20:21:57.231 INFO O| Oct 03 20:21:57.231 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-10-03T20:21:58.683Z[ recovery-image] Oct 03 20:21:57.249 INFO O| Oct 03 20:21:57.249 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38972024-10-03T20:21:58.688Z[ recovery-image] Oct 03 20:21:57.251 INFO O| Oct 03 20:21:57.251 INFO STEP 17 (remove_files) COMPLETE
38982024-10-03T20:21:58.688Z[ recovery-image] Oct 03 20:21:57.251 INFO O| Oct 03 20:21:57.251 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38992024-10-03T20:21:58.708Z[ recovery-image] Oct 03 20:21:57.268 INFO O| Oct 03 20:21:57.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39002024-10-03T20:21:58.708Z[ recovery-image] Oct 03 20:21:57.268 INFO O| Oct 03 20:21:57.268 INFO STEP 18 (remove_files) COMPLETE
39012024-10-03T20:21:58.711Z[ recovery-image] Oct 03 20:21:57.268 INFO O| Oct 03 20:21:57.268 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39022024-10-03T20:21:58.735Z[ recovery-image] Oct 03 20:21:57.301 INFO O| Oct 03 20:21:57.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39032024-10-03T20:21:58.735Z[ recovery-image] Oct 03 20:21:57.301 INFO O| Oct 03 20:21:57.301 INFO STEP 19 (remove_files) COMPLETE
39042024-10-03T20:21:58.739Z[ recovery-image] Oct 03 20:21:57.301 INFO O| Oct 03 20:21:57.301 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-10-03T20:21:58.754Z[ recovery-image] Oct 03 20:21:57.320 INFO O| Oct 03 20:21:57.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39062024-10-03T20:21:58.754Z[ recovery-image] Oct 03 20:21:57.320 INFO O| Oct 03 20:21:57.320 INFO STEP 20 (remove_files) COMPLETE
39072024-10-03T20:21:58.754Z[ recovery-image] Oct 03 20:21:57.320 INFO O| Oct 03 20:21:57.320 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39082024-10-03T20:21:58.813Z[ recovery-image] Oct 03 20:21:57.379 INFO O| Oct 03 20:21:57.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39092024-10-03T20:21:58.814Z[ recovery-image] Oct 03 20:21:57.379 INFO O| Oct 03 20:21:57.379 INFO STEP 21 (remove_files) COMPLETE
39102024-10-03T20:21:58.814Z[ recovery-image] Oct 03 20:21:57.379 INFO O| Oct 03 20:21:57.379 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-10-03T20:21:58.852Z[ recovery-image] Oct 03 20:21:57.418 INFO O| Oct 03 20:21:57.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39122024-10-03T20:21:58.852Z[ recovery-image] Oct 03 20:21:57.418 INFO O| Oct 03 20:21:57.418 INFO STEP 22 (remove_files) COMPLETE
39132024-10-03T20:21:58.852Z[ recovery-image] Oct 03 20:21:57.418 INFO O| Oct 03 20:21:57.418 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39142024-10-03T20:21:58.878Z[ recovery-image] Oct 03 20:21:57.444 INFO O| Oct 03 20:21:57.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39152024-10-03T20:21:58.878Z[ recovery-image] Oct 03 20:21:57.444 INFO O| Oct 03 20:21:57.444 INFO STEP 23 (remove_files) COMPLETE
39162024-10-03T20:21:58.881Z[ recovery-image] Oct 03 20:21:57.444 INFO O| Oct 03 20:21:57.444 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-10-03T20:21:58.897Z[ recovery-image] Oct 03 20:21:57.463 INFO O| Oct 03 20:21:57.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39182024-10-03T20:21:58.900Z[ recovery-image] Oct 03 20:21:57.463 INFO O| Oct 03 20:21:57.463 INFO STEP 24 (remove_files) COMPLETE
39192024-10-03T20:21:58.900Z[ recovery-image] Oct 03 20:21:57.463 INFO O| Oct 03 20:21:57.463 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-10-03T20:21:58.935Z[ recovery-image] Oct 03 20:21:57.501 INFO O| Oct 03 20:21:57.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39212024-10-03T20:21:58.935Z[ recovery-image] Oct 03 20:21:57.501 INFO O| Oct 03 20:21:57.501 INFO STEP 25 (remove_files) COMPLETE
39222024-10-03T20:21:58.935Z[ recovery-image] Oct 03 20:21:57.501 INFO O| Oct 03 20:21:57.501 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39232024-10-03T20:21:58.987Z[ recovery-image] Oct 03 20:21:57.552 INFO O| Oct 03 20:21:57.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39242024-10-03T20:21:58.987Z[ recovery-image] Oct 03 20:21:57.553 INFO O| Oct 03 20:21:57.553 INFO STEP 26 (remove_files) COMPLETE
39252024-10-03T20:21:58.989Z[ recovery-image] Oct 03 20:21:57.553 INFO O| Oct 03 20:21:57.553 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-10-03T20:21:59.031Z[ recovery-image] Oct 03 20:21:57.596 INFO O| Oct 03 20:21:57.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39272024-10-03T20:21:59.031Z[ recovery-image] Oct 03 20:21:57.596 INFO O| Oct 03 20:21:57.596 INFO STEP 27 (remove_files) COMPLETE
39282024-10-03T20:21:59.031Z[ recovery-image] Oct 03 20:21:57.596 INFO O| Oct 03 20:21:57.596 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39292024-10-03T20:21:59.050Z[ recovery-image] Oct 03 20:21:57.616 INFO O| Oct 03 20:21:57.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39302024-10-03T20:21:59.050Z[ recovery-image] Oct 03 20:21:57.616 INFO O| Oct 03 20:21:57.616 INFO STEP 28 (remove_files) COMPLETE
39312024-10-03T20:21:59.050Z[ recovery-image] Oct 03 20:21:57.616 INFO O| Oct 03 20:21:57.616 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-10-03T20:21:59.069Z[ recovery-image] Oct 03 20:21:57.635 INFO O| Oct 03 20:21:57.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39332024-10-03T20:21:59.070Z[ recovery-image] Oct 03 20:21:57.635 INFO O| Oct 03 20:21:57.635 INFO STEP 29 (remove_files) COMPLETE
39342024-10-03T20:21:59.070Z[ recovery-image] Oct 03 20:21:57.636 INFO O| Oct 03 20:21:57.635 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-10-03T20:21:59.088Z[ recovery-image] Oct 03 20:21:57.654 INFO O| Oct 03 20:21:57.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39362024-10-03T20:21:59.088Z[ recovery-image] Oct 03 20:21:57.654 INFO O| Oct 03 20:21:57.654 INFO STEP 30 (remove_files) COMPLETE
39372024-10-03T20:21:59.088Z[ recovery-image] Oct 03 20:21:57.654 INFO O| Oct 03 20:21:57.654 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39382024-10-03T20:21:59.150Z[ recovery-image] Oct 03 20:21:57.716 INFO O| Oct 03 20:21:57.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39392024-10-03T20:21:59.150Z[ recovery-image] Oct 03 20:21:57.716 INFO O| Oct 03 20:21:57.716 INFO STEP 31 (remove_files) COMPLETE
39402024-10-03T20:21:59.153Z[ recovery-image] Oct 03 20:21:57.716 INFO O| Oct 03 20:21:57.716 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-10-03T20:21:59.201Z[ recovery-image] Oct 03 20:21:57.767 INFO O| Oct 03 20:21:57.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39422024-10-03T20:21:59.201Z[ recovery-image] Oct 03 20:21:57.767 INFO O| Oct 03 20:21:57.767 INFO STEP 32 (remove_files) COMPLETE
39432024-10-03T20:21:59.201Z[ recovery-image] Oct 03 20:21:57.767 INFO O| Oct 03 20:21:57.767 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-10-03T20:21:59.231Z[ recovery-image] Oct 03 20:21:57.797 INFO O| Oct 03 20:21:57.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39452024-10-03T20:21:59.234Z[ recovery-image] Oct 03 20:21:57.797 INFO O| Oct 03 20:21:57.797 INFO STEP 33 (remove_files) COMPLETE
39462024-10-03T20:21:59.234Z[ recovery-image] Oct 03 20:21:57.797 INFO O| Oct 03 20:21:57.797 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39472024-10-03T20:21:59.252Z[ recovery-image] Oct 03 20:21:57.818 INFO O| Oct 03 20:21:57.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39482024-10-03T20:21:59.254Z[ recovery-image] Oct 03 20:21:57.818 INFO O| Oct 03 20:21:57.818 INFO STEP 34 (remove_files) COMPLETE
39492024-10-03T20:21:59.254Z[ recovery-image] Oct 03 20:21:57.818 INFO O| Oct 03 20:21:57.818 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39502024-10-03T20:21:59.273Z[ recovery-image] Oct 03 20:21:57.839 INFO O| Oct 03 20:21:57.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39512024-10-03T20:21:59.273Z[ recovery-image] Oct 03 20:21:57.839 INFO O| Oct 03 20:21:57.839 INFO STEP 35 (remove_files) COMPLETE
39522024-10-03T20:21:59.273Z[ recovery-image] Oct 03 20:21:57.839 INFO O| Oct 03 20:21:57.839 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39532024-10-03T20:21:59.292Z[ recovery-image] Oct 03 20:21:57.858 INFO O| Oct 03 20:21:57.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39542024-10-03T20:21:59.292Z[ recovery-image] Oct 03 20:21:57.858 INFO O| Oct 03 20:21:57.858 INFO STEP 36 (remove_files) COMPLETE
39552024-10-03T20:21:59.292Z[ recovery-image] Oct 03 20:21:57.858 INFO O| Oct 03 20:21:57.858 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39562024-10-03T20:21:59.332Z[ recovery-image] Oct 03 20:21:57.898 INFO O| Oct 03 20:21:57.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39572024-10-03T20:21:59.332Z[ recovery-image] Oct 03 20:21:57.898 INFO O| Oct 03 20:21:57.898 INFO STEP 37 (remove_files) COMPLETE
39582024-10-03T20:21:59.332Z[ recovery-image] Oct 03 20:21:57.898 INFO O| Oct 03 20:21:57.898 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39592024-10-03T20:21:59.367Z[ recovery-image] Oct 03 20:21:57.933 INFO O| Oct 03 20:21:57.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39602024-10-03T20:21:59.369Z[ recovery-image] Oct 03 20:21:57.933 INFO O| Oct 03 20:21:57.933 INFO STEP 38 (remove_files) COMPLETE
39612024-10-03T20:21:59.369Z[ recovery-image] Oct 03 20:21:57.933 INFO O| Oct 03 20:21:57.933 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39622024-10-03T20:21:59.386Z[ recovery-image] Oct 03 20:21:57.952 INFO O| Oct 03 20:21:57.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39632024-10-03T20:21:59.386Z[ recovery-image] Oct 03 20:21:57.952 INFO O| Oct 03 20:21:57.952 INFO STEP 39 (remove_files) COMPLETE
39642024-10-03T20:21:59.386Z[ recovery-image] Oct 03 20:21:57.952 INFO O| Oct 03 20:21:57.952 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39652024-10-03T20:21:59.404Z[ recovery-image] Oct 03 20:21:57.970 INFO O| Oct 03 20:21:57.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39662024-10-03T20:21:59.404Z[ recovery-image] Oct 03 20:21:57.970 INFO O| Oct 03 20:21:57.970 INFO STEP 40 (remove_files) COMPLETE
39672024-10-03T20:21:59.406Z[ recovery-image] Oct 03 20:21:57.970 INFO O| Oct 03 20:21:57.970 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-10-03T20:21:59.441Z[ recovery-image] Oct 03 20:21:58.007 INFO O| Oct 03 20:21:58.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39692024-10-03T20:21:59.441Z[ recovery-image] Oct 03 20:21:58.007 INFO O| Oct 03 20:21:58.007 INFO STEP 41 (remove_files) COMPLETE
39702024-10-03T20:21:59.441Z[ recovery-image] Oct 03 20:21:58.007 INFO O| Oct 03 20:21:58.007 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39712024-10-03T20:21:59.450Z[ host-image] Oct 03 20:21:58.016 INFO O| Oct 03 20:21:58.016 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39722024-10-03T20:21:59.481Z[ recovery-image] Oct 03 20:21:58.047 INFO O| Oct 03 20:21:58.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39732024-10-03T20:21:59.484Z[ recovery-image] Oct 03 20:21:58.047 INFO O| Oct 03 20:21:58.047 INFO STEP 42 (remove_files) COMPLETE
39742024-10-03T20:21:59.484Z[ recovery-image] Oct 03 20:21:58.047 INFO O| Oct 03 20:21:58.047 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39752024-10-03T20:21:59.527Z[ recovery-image] Oct 03 20:21:58.077 INFO O| Oct 03 20:21:58.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39762024-10-03T20:21:59.530Z[ recovery-image] Oct 03 20:21:58.078 INFO O| Oct 03 20:21:58.077 INFO STEP 43 (remove_files) COMPLETE
39772024-10-03T20:21:59.530Z[ recovery-image] Oct 03 20:21:58.078 INFO O| Oct 03 20:21:58.078 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39782024-10-03T20:21:59.534Z[ recovery-image] Oct 03 20:21:58.100 INFO O| Oct 03 20:21:58.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39792024-10-03T20:21:59.540Z[ recovery-image] Oct 03 20:21:58.100 INFO O| Oct 03 20:21:58.100 INFO STEP 44 (remove_files) COMPLETE
39802024-10-03T20:21:59.540Z[ recovery-image] Oct 03 20:21:58.100 INFO O| Oct 03 20:21:58.100 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39812024-10-03T20:21:59.572Z[ recovery-image] Oct 03 20:21:58.138 INFO O| Oct 03 20:21:58.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39822024-10-03T20:21:59.573Z[ recovery-image] Oct 03 20:21:58.138 INFO O| Oct 03 20:21:58.138 INFO STEP 45 (remove_files) COMPLETE
39832024-10-03T20:21:59.573Z[ recovery-image] Oct 03 20:21:58.138 INFO O| Oct 03 20:21:58.138 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39842024-10-03T20:21:59.603Z[ recovery-image] Oct 03 20:21:58.169 INFO O| Oct 03 20:21:58.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39852024-10-03T20:21:59.603Z[ recovery-image] Oct 03 20:21:58.169 INFO O| Oct 03 20:21:58.169 INFO STEP 46 (remove_files) COMPLETE
39862024-10-03T20:21:59.606Z[ recovery-image] Oct 03 20:21:58.169 INFO O| Oct 03 20:21:58.169 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39872024-10-03T20:21:59.635Z[ recovery-image] Oct 03 20:21:58.200 INFO O| Oct 03 20:21:58.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39882024-10-03T20:21:59.635Z[ recovery-image] Oct 03 20:21:58.201 INFO O| Oct 03 20:21:58.200 INFO STEP 47 (remove_files) COMPLETE
39892024-10-03T20:21:59.637Z[ recovery-image] Oct 03 20:21:58.201 INFO O| Oct 03 20:21:58.201 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39902024-10-03T20:21:59.672Z[ recovery-image] Oct 03 20:21:58.238 INFO O| Oct 03 20:21:58.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39912024-10-03T20:21:59.675Z[ recovery-image] Oct 03 20:21:58.238 INFO O| Oct 03 20:21:58.238 INFO STEP 48 (remove_files) COMPLETE
39922024-10-03T20:21:59.675Z[ recovery-image] Oct 03 20:21:58.238 INFO O| Oct 03 20:21:58.238 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39932024-10-03T20:21:59.692Z[ recovery-image] Oct 03 20:21:58.258 INFO O| Oct 03 20:21:58.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39942024-10-03T20:21:59.694Z[ recovery-image] Oct 03 20:21:58.258 INFO O| Oct 03 20:21:58.258 INFO STEP 49 (remove_files) COMPLETE
39952024-10-03T20:21:59.694Z[ recovery-image] Oct 03 20:21:58.258 INFO O| Oct 03 20:21:58.258 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39962024-10-03T20:21:59.711Z[ recovery-image] Oct 03 20:21:58.277 INFO O| Oct 03 20:21:58.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39972024-10-03T20:21:59.714Z[ recovery-image] Oct 03 20:21:58.277 INFO O| Oct 03 20:21:58.277 INFO STEP 50 (remove_files) COMPLETE
39982024-10-03T20:21:59.714Z[ recovery-image] Oct 03 20:21:58.277 INFO O| Oct 03 20:21:58.277 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39992024-10-03T20:21:59.745Z[ recovery-image] Oct 03 20:21:58.311 INFO O| Oct 03 20:21:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40002024-10-03T20:21:59.745Z[ recovery-image] Oct 03 20:21:58.311 INFO O| Oct 03 20:21:58.311 INFO STEP 51 (remove_files) COMPLETE
40012024-10-03T20:21:59.745Z[ recovery-image] Oct 03 20:21:58.311 INFO O| Oct 03 20:21:58.311 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40022024-10-03T20:21:59.774Z[ recovery-image] Oct 03 20:21:58.340 INFO O| Oct 03 20:21:58.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40032024-10-03T20:21:59.777Z[ recovery-image] Oct 03 20:21:58.340 INFO O| Oct 03 20:21:58.340 INFO STEP 52 (remove_files) COMPLETE
40042024-10-03T20:21:59.777Z[ recovery-image] Oct 03 20:21:58.340 INFO O| Oct 03 20:21:58.340 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40052024-10-03T20:21:59.858Z[ recovery-image] Oct 03 20:21:58.424 INFO O| Oct 03 20:21:58.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40062024-10-03T20:21:59.858Z[ recovery-image] Oct 03 20:21:58.424 INFO O| Oct 03 20:21:58.424 INFO STEP 53 (remove_files) COMPLETE
40072024-10-03T20:21:59.858Z[ recovery-image] Oct 03 20:21:58.424 INFO O| Oct 03 20:21:58.424 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40082024-10-03T20:21:59.880Z[ recovery-image] Oct 03 20:21:58.445 INFO O| Oct 03 20:21:58.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40092024-10-03T20:21:59.880Z[ recovery-image] Oct 03 20:21:58.446 INFO O| Oct 03 20:21:58.446 INFO STEP 54 (remove_files) COMPLETE
40102024-10-03T20:21:59.882Z[ recovery-image] Oct 03 20:21:58.446 INFO O| Oct 03 20:21:58.446 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40112024-10-03T20:21:59.898Z[ recovery-image] Oct 03 20:21:58.464 INFO O| Oct 03 20:21:58.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40122024-10-03T20:21:59.898Z[ recovery-image] Oct 03 20:21:58.464 INFO O| Oct 03 20:21:58.464 INFO STEP 55 (remove_files) COMPLETE
40132024-10-03T20:21:59.901Z[ recovery-image] Oct 03 20:21:58.464 INFO O| Oct 03 20:21:58.464 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40142024-10-03T20:21:59.916Z[ recovery-image] Oct 03 20:21:58.482 INFO O| Oct 03 20:21:58.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40152024-10-03T20:21:59.916Z[ recovery-image] Oct 03 20:21:58.482 INFO O| Oct 03 20:21:58.482 INFO STEP 56 (remove_files) COMPLETE
40162024-10-03T20:21:59.916Z[ recovery-image] Oct 03 20:21:58.482 INFO O| Oct 03 20:21:58.482 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40172024-10-03T20:21:59.936Z[ recovery-image] Oct 03 20:21:58.502 INFO O| Oct 03 20:21:58.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40182024-10-03T20:21:59.936Z[ recovery-image] Oct 03 20:21:58.502 INFO O| Oct 03 20:21:58.502 INFO STEP 57 (remove_files) COMPLETE
40192024-10-03T20:21:59.939Z[ recovery-image] Oct 03 20:21:58.502 INFO O| Oct 03 20:21:58.502 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40202024-10-03T20:21:59.983Z[ recovery-image] Oct 03 20:21:58.549 INFO O| Oct 03 20:21:58.549 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40212024-10-03T20:21:59.983Z[ recovery-image] Oct 03 20:21:58.549 INFO O| Oct 03 20:21:58.549 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40222024-10-03T20:21:59.986Z[ recovery-image] Oct 03 20:21:58.549 INFO O| Oct 03 20:21:58.549 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40232024-10-03T20:21:59.986Z[ recovery-image] Oct 03 20:21:58.550 INFO O| Oct 03 20:21:58.550 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40242024-10-03T20:21:59.986Z[ recovery-image] Oct 03 20:21:58.550 INFO O| Oct 03 20:21:58.550 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40252024-10-03T20:21:59.986Z[ recovery-image] Oct 03 20:21:58.550 INFO O| Oct 03 20:21:58.550 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40262024-10-03T20:21:59.986Z[ recovery-image] Oct 03 20:21:58.550 INFO O| Oct 03 20:21:58.550 INFO ok!
40272024-10-03T20:21:59.987Z[ recovery-image] Oct 03 20:21:58.550 INFO O| Oct 03 20:21:58.550 INFO STEP 58 (ensure_file) COMPLETE
40282024-10-03T20:21:59.987Z[ recovery-image] Oct 03 20:21:58.550 INFO O| Oct 03 20:21:58.550 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40292024-10-03T20:22:00.045Z[ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40302024-10-03T20:22:00.045Z[ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40312024-10-03T20:22:00.048Z[ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40322024-10-03T20:22:00.048Z[ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40332024-10-03T20:22:00.048Z[ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40342024-10-03T20:22:00.048Z[ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40352024-10-03T20:22:00.048Z[ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO ok!
40362024-10-03T20:22:00.048Z[ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO STEP 59 (ensure_file) COMPLETE
40372024-10-03T20:22:00.048Z[ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40382024-10-03T20:22:00.065Z[ recovery-image] Oct 03 20:21:58.630 INFO O| Oct 03 20:21:58.629 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40392024-10-03T20:22:00.065Z[ recovery-image] Oct 03 20:21:58.630 INFO O| Oct 03 20:21:58.629 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40402024-10-03T20:22:00.065Z[ recovery-image] Oct 03 20:21:58.630 INFO O| Oct 03 20:21:58.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40412024-10-03T20:22:00.067Z[ recovery-image] Oct 03 20:21:58.630 INFO O| Oct 03 20:21:58.630 INFO ok!
40422024-10-03T20:22:00.068Z[ recovery-image] Oct 03 20:21:58.630 INFO O| Oct 03 20:21:58.630 INFO STEP 60 (ensure_file) COMPLETE
40432024-10-03T20:22:00.068Z[ recovery-image] Oct 03 20:21:58.630 INFO O| Oct 03 20:21:58.630 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40442024-10-03T20:22:00.096Z[ recovery-image] Oct 03 20:21:58.661 INFO O| Oct 03 20:21:58.661 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40452024-10-03T20:22:00.099Z[ recovery-image] Oct 03 20:21:58.662 INFO O| Oct 03 20:21:58.662 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40462024-10-03T20:22:00.099Z[ recovery-image] Oct 03 20:21:58.662 INFO O| Oct 03 20:21:58.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40472024-10-03T20:22:00.099Z[ recovery-image] Oct 03 20:21:58.662 INFO O| Oct 03 20:21:58.662 INFO ok!
40482024-10-03T20:22:00.099Z[ recovery-image] Oct 03 20:21:58.662 INFO O| Oct 03 20:21:58.662 INFO STEP 61 (ensure_file) COMPLETE
40492024-10-03T20:22:00.099Z[ recovery-image] Oct 03 20:21:58.662 INFO O| Oct 03 20:21:58.662 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-10-03T20:22:00.129Z[ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.694 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40512024-10-03T20:22:00.131Z[ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.695 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40522024-10-03T20:22:00.131Z[ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.695 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40532024-10-03T20:22:00.131Z[ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.695 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40542024-10-03T20:22:00.132Z[ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.695 INFO ok!
40552024-10-03T20:22:00.132Z[ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.695 INFO STEP 62 (ensure_file) COMPLETE
40562024-10-03T20:22:00.132Z[ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.695 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40572024-10-03T20:22:00.190Z[ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40582024-10-03T20:22:00.193Z[ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40592024-10-03T20:22:00.193Z[ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40602024-10-03T20:22:00.193Z[ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40612024-10-03T20:22:00.193Z[ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO ok!
40622024-10-03T20:22:00.193Z[ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO STEP 63 (ensure_file) COMPLETE
40632024-10-03T20:22:00.193Z[ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40642024-10-03T20:22:00.211Z[ recovery-image] Oct 03 20:21:58.777 INFO O| Oct 03 20:21:58.777 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40652024-10-03T20:22:00.211Z[ recovery-image] Oct 03 20:21:58.777 INFO O| Oct 03 20:21:58.777 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40662024-10-03T20:22:00.214Z[ recovery-image] Oct 03 20:21:58.777 INFO O| Oct 03 20:21:58.777 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40672024-10-03T20:22:00.214Z[ recovery-image] Oct 03 20:21:58.777 INFO O| Oct 03 20:21:58.777 INFO ok!
40682024-10-03T20:22:00.214Z[ recovery-image] Oct 03 20:21:58.777 INFO O| Oct 03 20:21:58.777 INFO STEP 64 (assemble_files) COMPLETE
40692024-10-03T20:22:00.214Z[ recovery-image] Oct 03 20:21:58.777 INFO O| Oct 03 20:21:58.777 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40702024-10-03T20:22:00.244Z[ recovery-image] Oct 03 20:21:58.809 INFO O| Oct 03 20:21:58.809 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40712024-10-03T20:22:00.244Z[ recovery-image] Oct 03 20:21:58.809 INFO O| Oct 03 20:21:58.809 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40722024-10-03T20:22:00.247Z[ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40732024-10-03T20:22:00.247Z[ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40742024-10-03T20:22:00.247Z[ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO ok!
40752024-10-03T20:22:00.247Z[ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO STEP 65 (ensure_file) COMPLETE
40762024-10-03T20:22:00.247Z[ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40772024-10-03T20:22:00.247Z[ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO skip step because feature "omicron1" is not enabled
40782024-10-03T20:22:00.247Z[ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40792024-10-03T20:22:00.247Z[ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO skip step because feature "omicron1" is not enabled
40802024-10-03T20:22:00.247Z[ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-10-03T20:22:00.247Z[ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO skip step because feature "omicron1" is not enabled
40822024-10-03T20:22:00.247Z[ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-10-03T20:22:00.273Z[ recovery-image] Oct 03 20:21:58.839 INFO O| Oct 03 20:21:58.839 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40842024-10-03T20:22:00.273Z[ recovery-image] Oct 03 20:21:58.839 INFO O| Oct 03 20:21:58.839 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40852024-10-03T20:22:03.252Z[ recovery-image] Oct 03 20:22:01.817 INFO O| Oct 03 20:22:01.817 INFO STEP 69 (pack_tar) COMPLETE
40862024-10-03T20:22:03.252Z[ recovery-image] Oct 03 20:22:01.817 INFO O| Oct 03 20:22:01.817 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40872024-10-03T20:22:03.254Z[ recovery-image] Oct 03 20:22:01.817 INFO O| Oct 03 20:22:01.817 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40882024-10-03T20:22:03.570Z[ recovery-image] Oct 03 20:22:02.135 INFO O| Oct 03 20:22:02.135 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40892024-10-03T20:22:03.695Z[ recovery-image] Oct 03 20:22:02.261 INFO O| Oct 03 20:22:02.260 INFO completed processing gimlet/ramdisk-02-trim
40902024-10-03T20:22:03.699Z[ recovery-image] Oct 03 20:22:02.264 INFO image builder template: ramdisk-03-recovery-trim...
40912024-10-03T20:22:03.703Z[ recovery-image] Oct 03 20:22:02.265 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/.tmp4RA0ll/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
40922024-10-03T20:22:03.802Z[ host-image] Oct 03 20:22:02.367 INFO O| Oct 03 20:22:02.367 INFO O| Planning: Solver setup ... Done
40932024-10-03T20:22:03.839Z[ host-image] Oct 03 20:22:02.404 INFO O| Oct 03 20:22:02.404 INFO O| Planning: Running solver ... Done
40942024-10-03T20:22:03.917Z[ recovery-image] Oct 03 20:22:02.481 INFO O| Oct 03 20:22:02.481 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40952024-10-03T20:22:03.926Z[ recovery-image] Oct 03 20:22:02.491 INFO O| Oct 03 20:22:02.491 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40962024-10-03T20:22:03.970Z[ host-image] Oct 03 20:22:02.535 INFO O| Oct 03 20:22:02.535 INFO O| Planning: Finding local manifests ... Done
40972024-10-03T20:22:03.973Z[ host-image] Oct 03 20:22:02.538 INFO O| Oct 03 20:22:02.538 INFO O| Planning: Fetching manifests: 0/4 0% complete
40982024-10-03T20:22:04.129Z[ recovery-image] Oct 03 20:22:02.694 INFO O| Oct 03 20:22:02.694 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40992024-10-03T20:22:04.260Z[ recovery-image] Oct 03 20:22:02.825 INFO O| Oct 03 20:22:02.825 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41002024-10-03T20:22:04.262Z[ recovery-image] Oct 03 20:22:02.825 INFO O| Oct 03 20:22:02.825 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41012024-10-03T20:22:04.269Z[ host-image] Oct 03 20:22:02.834 INFO O| Oct 03 20:22:02.834 INFO O| Planning: Fetching manifests: 4/4 100% complete
41022024-10-03T20:22:04.277Z[ recovery-image] Oct 03 20:22:02.843 INFO O| Oct 03 20:22:02.843 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41032024-10-03T20:22:04.302Z[ recovery-image] Oct 03 20:22:02.867 INFO O| Oct 03 20:22:02.867 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41042024-10-03T20:22:04.323Z[ host-image] Oct 03 20:22:02.888 INFO O| Oct 03 20:22:02.888 INFO O| Planning: Package planning ... Done
41052024-10-03T20:22:04.327Z[ recovery-image] Oct 03 20:22:02.892 INFO O| Oct 03 20:22:02.892 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41062024-10-03T20:22:04.329Z[ host-image] Oct 03 20:22:02.894 INFO O| Oct 03 20:22:02.894 INFO O| Planning: Merging actions ... Done
41072024-10-03T20:22:04.584Z[ host-image] Oct 03 20:22:03.149 INFO O| Oct 03 20:22:03.149 INFO O| Planning: Checking for conflicting actions ... Done
41082024-10-03T20:22:04.586Z[ host-image] Oct 03 20:22:03.151 INFO O| Oct 03 20:22:03.151 INFO O| Planning: Consolidating action changes ... Done
41092024-10-03T20:22:04.862Z[ recovery-image] Oct 03 20:22:03.427 INFO O| Oct 03 20:22:03.427 INFO rolled back to input snapshot; work may begin
41102024-10-03T20:22:04.862Z[ recovery-image] Oct 03 20:22:03.427 INFO O| Oct 03 20:22:03.427 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41112024-10-03T20:22:04.870Z[ recovery-image] Oct 03 20:22:03.436 INFO O| Oct 03 20:22:03.436 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41122024-10-03T20:22:04.887Z[ recovery-image] Oct 03 20:22:03.453 INFO O| Oct 03 20:22:03.453 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41132024-10-03T20:22:04.898Z[ recovery-image] Oct 03 20:22:03.463 INFO O| Oct 03 20:22:03.463 INFO STEP 0 (remove_files) COMPLETE
41142024-10-03T20:22:04.898Z[ recovery-image] Oct 03 20:22:03.464 INFO O| Oct 03 20:22:03.463 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-10-03T20:22:04.935Z[ recovery-image] Oct 03 20:22:03.500 INFO O| Oct 03 20:22:03.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41162024-10-03T20:22:05.032Z[ host-image] Oct 03 20:22:03.596 INFO O| Oct 03 20:22:03.596 INFO O| Planning: Evaluating mediators ... Done
41172024-10-03T20:22:05.038Z[ host-image] Oct 03 20:22:03.598 INFO O| Oct 03 20:22:03.598 INFO O| Planning: Planning completed in 5.58 seconds
41182024-10-03T20:22:05.040Z[ host-image] Oct 03 20:22:03.601 INFO O| Oct 03 20:22:03.601 INFO O| Packages to install: 4
41192024-10-03T20:22:05.040Z[ host-image] Oct 03 20:22:03.601 INFO O| Oct 03 20:22:03.601 INFO O| Services to change: 2
41202024-10-03T20:22:05.055Z[ host-image] Oct 03 20:22:03.620 INFO O| Oct 03 20:22:03.620 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
41212024-10-03T20:22:05.371Z[ recovery-image] Oct 03 20:22:03.935 INFO O| Oct 03 20:22:03.935 INFO STEP 1 (remove_files) COMPLETE
41222024-10-03T20:22:05.374Z[ recovery-image] Oct 03 20:22:03.935 INFO O| Oct 03 20:22:03.935 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-10-03T20:22:05.392Z[ recovery-image] Oct 03 20:22:03.957 INFO O| Oct 03 20:22:03.957 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41242024-10-03T20:22:05.417Z[ recovery-image] Oct 03 20:22:03.981 INFO O| Oct 03 20:22:03.981 INFO STEP 2 (remove_files) COMPLETE
41252024-10-03T20:22:05.417Z[ recovery-image] Oct 03 20:22:03.982 INFO O| Oct 03 20:22:03.981 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-10-03T20:22:05.445Z[ recovery-image] Oct 03 20:22:04.011 INFO O| Oct 03 20:22:04.011 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41272024-10-03T20:22:05.601Z[ recovery-image] Oct 03 20:22:04.166 INFO O| Oct 03 20:22:04.166 INFO STEP 3 (remove_files) COMPLETE
41282024-10-03T20:22:05.601Z[ recovery-image] Oct 03 20:22:04.166 INFO O| Oct 03 20:22:04.166 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-10-03T20:22:05.623Z[ recovery-image] Oct 03 20:22:04.188 INFO O| Oct 03 20:22:04.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41302024-10-03T20:22:05.795Z[ host-image] Oct 03 20:22:04.360 INFO O| Oct 03 20:22:04.360 INFO O| Download: Completed 1.39 MB in 0.74 seconds (1.9M/s)
41312024-10-03T20:22:05.951Z[ host-image] Oct 03 20:22:04.515 INFO O| Oct 03 20:22:04.515 INFO O| Actions: 1/238 actions (Installing new actions)
41322024-10-03T20:22:06.104Z[ recovery-image] Oct 03 20:22:04.668 INFO O| Oct 03 20:22:04.668 INFO STEP 4 (remove_files) COMPLETE
41332024-10-03T20:22:06.107Z[ recovery-image] Oct 03 20:22:04.668 INFO O| Oct 03 20:22:04.668 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-10-03T20:22:06.161Z[ recovery-image] Oct 03 20:22:04.726 INFO O| Oct 03 20:22:04.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41352024-10-03T20:22:06.244Z[ recovery-image] Oct 03 20:22:04.809 INFO O| Oct 03 20:22:04.809 INFO STEP 5 (remove_files) COMPLETE
41362024-10-03T20:22:06.244Z[ recovery-image] Oct 03 20:22:04.809 INFO O| Oct 03 20:22:04.809 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-10-03T20:22:06.289Z[ recovery-image] Oct 03 20:22:04.854 INFO O| Oct 03 20:22:04.854 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41382024-10-03T20:22:06.317Z[ recovery-image] Oct 03 20:22:04.882 INFO O| Oct 03 20:22:04.882 INFO STEP 6 (remove_files) COMPLETE
41392024-10-03T20:22:06.320Z[ recovery-image] Oct 03 20:22:04.883 INFO O| Oct 03 20:22:04.882 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-03T20:22:06.342Z[ recovery-image] Oct 03 20:22:04.907 INFO O| Oct 03 20:22:04.907 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41412024-10-03T20:22:06.364Z[ recovery-image] Oct 03 20:22:04.929 INFO O| Oct 03 20:22:04.929 INFO STEP 7 (remove_files) COMPLETE
41422024-10-03T20:22:06.364Z[ recovery-image] Oct 03 20:22:04.929 INFO O| Oct 03 20:22:04.929 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-10-03T20:22:06.386Z[ recovery-image] Oct 03 20:22:04.951 INFO O| Oct 03 20:22:04.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41442024-10-03T20:22:06.434Z[ host-image] Oct 03 20:22:05.000 INFO O| Oct 03 20:22:04.999 INFO O| Actions: Completed 238 actions in 0.48 seconds.
41452024-10-03T20:22:06.470Z[ recovery-image] Oct 03 20:22:05.035 INFO O| Oct 03 20:22:05.035 INFO STEP 8 (remove_files) COMPLETE
41462024-10-03T20:22:06.470Z[ recovery-image] Oct 03 20:22:05.035 INFO O| Oct 03 20:22:05.035 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-10-03T20:22:06.508Z[ recovery-image] Oct 03 20:22:05.073 INFO O| Oct 03 20:22:05.072 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41482024-10-03T20:22:06.510Z[ recovery-image] Oct 03 20:22:05.073 INFO O| Oct 03 20:22:05.073 INFO STEP 9 (remove_files) COMPLETE
41492024-10-03T20:22:06.510Z[ recovery-image] Oct 03 20:22:05.073 INFO O| Oct 03 20:22:05.073 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-10-03T20:22:06.529Z[ recovery-image] Oct 03 20:22:05.094 INFO O| Oct 03 20:22:05.094 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41512024-10-03T20:22:06.533Z[ recovery-image] Oct 03 20:22:05.095 INFO O| Oct 03 20:22:05.095 INFO STEP 10 (remove_files) COMPLETE
41522024-10-03T20:22:06.533Z[ recovery-image] Oct 03 20:22:05.095 INFO O| Oct 03 20:22:05.095 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-10-03T20:22:06.661Z[ recovery-image] Oct 03 20:22:05.227 INFO O| Oct 03 20:22:05.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41542024-10-03T20:22:06.745Z[ recovery-image] Oct 03 20:22:05.307 INFO O| Oct 03 20:22:05.307 INFO STEP 11 (remove_files) COMPLETE
41552024-10-03T20:22:06.745Z[ recovery-image] Oct 03 20:22:05.307 INFO O| Oct 03 20:22:05.307 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-10-03T20:22:06.771Z[ recovery-image] Oct 03 20:22:05.336 INFO O| Oct 03 20:22:05.336 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41572024-10-03T20:22:06.791Z[ recovery-image] Oct 03 20:22:05.356 INFO O| Oct 03 20:22:05.356 INFO STEP 12 (remove_files) COMPLETE
41582024-10-03T20:22:06.791Z[ recovery-image] Oct 03 20:22:05.356 INFO O| Oct 03 20:22:05.356 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-10-03T20:22:06.811Z[ recovery-image] Oct 03 20:22:05.376 INFO O| Oct 03 20:22:05.376 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41602024-10-03T20:22:06.814Z[ host-image] Oct 03 20:22:05.379 INFO O| Oct 03 20:22:05.379 INFO O| Done
41612024-10-03T20:22:06.814Z[ host-image] Oct 03 20:22:05.379 INFO O| Oct 03 20:22:05.379 INFO O| Done
41622024-10-03T20:22:06.872Z[ recovery-image] Oct 03 20:22:05.426 INFO O| Oct 03 20:22:05.415 INFO STEP 13 (remove_files) COMPLETE
41632024-10-03T20:22:06.872Z[ recovery-image] Oct 03 20:22:05.426 INFO O| Oct 03 20:22:05.415 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-03T20:22:06.872Z[ recovery-image] Oct 03 20:22:05.437 INFO O| Oct 03 20:22:05.437 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41652024-10-03T20:22:06.875Z[ recovery-image] Oct 03 20:22:05.440 INFO O| Oct 03 20:22:05.440 INFO STEP 14 (remove_files) COMPLETE
41662024-10-03T20:22:06.875Z[ recovery-image] Oct 03 20:22:05.440 INFO O| Oct 03 20:22:05.440 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-03T20:22:06.899Z[ recovery-image] Oct 03 20:22:05.463 INFO O| Oct 03 20:22:05.463 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41682024-10-03T20:22:06.917Z[ recovery-image] Oct 03 20:22:05.482 INFO O| Oct 03 20:22:05.482 INFO STEP 15 (remove_files) COMPLETE
41692024-10-03T20:22:06.921Z[ recovery-image] Oct 03 20:22:05.483 INFO O| Oct 03 20:22:05.482 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-03T20:22:06.953Z[ recovery-image] Oct 03 20:22:05.518 INFO O| Oct 03 20:22:05.517 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41712024-10-03T20:22:07.019Z[ recovery-image] Oct 03 20:22:05.584 INFO O| Oct 03 20:22:05.584 INFO STEP 16 (remove_files) COMPLETE
41722024-10-03T20:22:07.019Z[ recovery-image] Oct 03 20:22:05.584 INFO O| Oct 03 20:22:05.584 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-03T20:22:07.051Z[ recovery-image] Oct 03 20:22:05.616 INFO O| Oct 03 20:22:05.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41742024-10-03T20:22:07.054Z[ recovery-image] Oct 03 20:22:05.619 INFO O| Oct 03 20:22:05.619 INFO STEP 17 (remove_files) COMPLETE
41752024-10-03T20:22:07.056Z[ recovery-image] Oct 03 20:22:05.619 INFO O| Oct 03 20:22:05.619 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-03T20:22:07.076Z[ recovery-image] Oct 03 20:22:05.641 INFO O| Oct 03 20:22:05.641 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41772024-10-03T20:22:07.091Z[ recovery-image] Oct 03 20:22:05.654 INFO O| Oct 03 20:22:05.654 INFO STEP 18 (remove_files) COMPLETE
41782024-10-03T20:22:07.091Z[ recovery-image] Oct 03 20:22:05.654 INFO O| Oct 03 20:22:05.654 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-03T20:22:07.128Z[ recovery-image] Oct 03 20:22:05.693 INFO O| Oct 03 20:22:05.693 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41802024-10-03T20:22:07.322Z[ recovery-image] Oct 03 20:22:05.887 INFO O| Oct 03 20:22:05.887 INFO STEP 19 (remove_files) COMPLETE
41812024-10-03T20:22:07.322Z[ recovery-image] Oct 03 20:22:05.887 INFO O| Oct 03 20:22:05.887 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-03T20:22:07.351Z[ recovery-image] Oct 03 20:22:05.916 INFO O| Oct 03 20:22:05.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41832024-10-03T20:22:07.356Z[ recovery-image] Oct 03 20:22:05.920 INFO O| Oct 03 20:22:05.920 INFO STEP 20 (remove_files) COMPLETE
41842024-10-03T20:22:07.356Z[ recovery-image] Oct 03 20:22:05.920 INFO O| Oct 03 20:22:05.920 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-03T20:22:07.378Z[ recovery-image] Oct 03 20:22:05.943 INFO O| Oct 03 20:22:05.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41862024-10-03T20:22:07.396Z[ recovery-image] Oct 03 20:22:05.960 INFO O| Oct 03 20:22:05.960 INFO STEP 21 (remove_files) COMPLETE
41872024-10-03T20:22:07.396Z[ recovery-image] Oct 03 20:22:05.960 INFO O| Oct 03 20:22:05.960 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-03T20:22:07.450Z[ recovery-image] Oct 03 20:22:06.015 INFO O| Oct 03 20:22:06.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41892024-10-03T20:22:07.453Z[ recovery-image] Oct 03 20:22:06.016 INFO O| Oct 03 20:22:06.016 INFO STEP 22 (remove_files) COMPLETE
41902024-10-03T20:22:07.453Z[ recovery-image] Oct 03 20:22:06.016 INFO O| Oct 03 20:22:06.016 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-03T20:22:07.470Z[ recovery-image] Oct 03 20:22:06.035 INFO O| Oct 03 20:22:06.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41922024-10-03T20:22:07.489Z[ recovery-image] Oct 03 20:22:06.053 INFO O| Oct 03 20:22:06.053 INFO STEP 23 (remove_files) COMPLETE
41932024-10-03T20:22:07.489Z[ recovery-image] Oct 03 20:22:06.053 INFO O| Oct 03 20:22:06.053 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-03T20:22:07.524Z[ recovery-image] Oct 03 20:22:06.089 INFO O| Oct 03 20:22:06.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41952024-10-03T20:22:07.532Z[ recovery-image] Oct 03 20:22:06.097 INFO O| Oct 03 20:22:06.097 INFO STEP 24 (remove_files) COMPLETE
41962024-10-03T20:22:07.532Z[ recovery-image] Oct 03 20:22:06.097 INFO O| Oct 03 20:22:06.097 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-03T20:22:07.569Z[ recovery-image] Oct 03 20:22:06.134 INFO O| Oct 03 20:22:06.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41982024-10-03T20:22:07.569Z[ recovery-image] Oct 03 20:22:06.134 INFO O| Oct 03 20:22:06.134 INFO STEP 25 (remove_files) COMPLETE
41992024-10-03T20:22:07.571Z[ recovery-image] Oct 03 20:22:06.134 INFO O| Oct 03 20:22:06.134 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-03T20:22:07.601Z[ recovery-image] Oct 03 20:22:06.166 INFO O| Oct 03 20:22:06.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42012024-10-03T20:22:07.604Z[ recovery-image] Oct 03 20:22:06.166 INFO O| Oct 03 20:22:06.166 INFO STEP 26 (remove_files) COMPLETE
42022024-10-03T20:22:07.604Z[ recovery-image] Oct 03 20:22:06.166 INFO O| Oct 03 20:22:06.166 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-03T20:22:07.622Z[ recovery-image] Oct 03 20:22:06.186 INFO O| Oct 03 20:22:06.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42042024-10-03T20:22:07.626Z[ recovery-image] Oct 03 20:22:06.191 INFO O| Oct 03 20:22:06.191 INFO STEP 27 (remove_files) COMPLETE
42052024-10-03T20:22:07.635Z[ recovery-image] Oct 03 20:22:06.191 INFO O| Oct 03 20:22:06.191 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-03T20:22:07.655Z[ recovery-image] Oct 03 20:22:06.220 INFO O| Oct 03 20:22:06.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42072024-10-03T20:22:07.655Z[ recovery-image] Oct 03 20:22:06.220 INFO O| Oct 03 20:22:06.220 INFO STEP 28 (remove_files) COMPLETE
42082024-10-03T20:22:07.655Z[ recovery-image] Oct 03 20:22:06.220 INFO O| Oct 03 20:22:06.220 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-03T20:22:07.693Z[ recovery-image] Oct 03 20:22:06.258 INFO O| Oct 03 20:22:06.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42102024-10-03T20:22:07.699Z[ recovery-image] Oct 03 20:22:06.265 INFO O| Oct 03 20:22:06.264 INFO STEP 29 (remove_files) COMPLETE
42112024-10-03T20:22:07.702Z[ recovery-image] Oct 03 20:22:06.265 INFO O| Oct 03 20:22:06.265 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-10-03T20:22:07.721Z[ recovery-image] Oct 03 20:22:06.286 INFO O| Oct 03 20:22:06.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42132024-10-03T20:22:07.724Z[ recovery-image] Oct 03 20:22:06.287 INFO O| Oct 03 20:22:06.287 INFO STEP 30 (remove_files) COMPLETE
42142024-10-03T20:22:07.724Z[ recovery-image] Oct 03 20:22:06.287 INFO O| Oct 03 20:22:06.287 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-10-03T20:22:07.766Z[ recovery-image] Oct 03 20:22:06.331 INFO O| Oct 03 20:22:06.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42162024-10-03T20:22:07.769Z[ recovery-image] Oct 03 20:22:06.331 INFO O| Oct 03 20:22:06.331 INFO STEP 31 (remove_files) COMPLETE
42172024-10-03T20:22:07.769Z[ recovery-image] Oct 03 20:22:06.331 INFO O| Oct 03 20:22:06.331 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-10-03T20:22:07.788Z[ recovery-image] Oct 03 20:22:06.352 INFO O| Oct 03 20:22:06.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42192024-10-03T20:22:07.790Z[ recovery-image] Oct 03 20:22:06.353 INFO O| Oct 03 20:22:06.353 INFO STEP 32 (remove_files) COMPLETE
42202024-10-03T20:22:07.790Z[ recovery-image] Oct 03 20:22:06.353 INFO O| Oct 03 20:22:06.353 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-03T20:22:07.798Z[ host-image] Oct 03 20:22:06.363 INFO O| Oct 03 20:22:06.363 INFO O| Done
42222024-10-03T20:22:07.808Z[ recovery-image] Oct 03 20:22:06.372 INFO O| Oct 03 20:22:06.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42232024-10-03T20:22:07.811Z[ recovery-image] Oct 03 20:22:06.372 INFO O| Oct 03 20:22:06.372 INFO STEP 33 (remove_files) COMPLETE
42242024-10-03T20:22:07.811Z[ recovery-image] Oct 03 20:22:06.372 INFO O| Oct 03 20:22:06.372 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-10-03T20:22:07.835Z[ recovery-image] Oct 03 20:22:06.400 INFO O| Oct 03 20:22:06.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42262024-10-03T20:22:07.835Z[ recovery-image] Oct 03 20:22:06.400 INFO O| Oct 03 20:22:06.400 INFO STEP 34 (remove_files) COMPLETE
42272024-10-03T20:22:07.838Z[ recovery-image] Oct 03 20:22:06.400 INFO O| Oct 03 20:22:06.400 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-10-03T20:22:07.859Z[ recovery-image] Oct 03 20:22:06.424 INFO O| Oct 03 20:22:06.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42292024-10-03T20:22:07.862Z[ recovery-image] Oct 03 20:22:06.424 INFO O| Oct 03 20:22:06.424 INFO STEP 35 (remove_files) COMPLETE
42302024-10-03T20:22:07.862Z[ recovery-image] Oct 03 20:22:06.424 INFO O| Oct 03 20:22:06.424 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-10-03T20:22:07.879Z[ recovery-image] Oct 03 20:22:06.444 INFO O| Oct 03 20:22:06.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42322024-10-03T20:22:07.881Z[ recovery-image] Oct 03 20:22:06.444 INFO O| Oct 03 20:22:06.444 INFO STEP 36 (remove_files) COMPLETE
42332024-10-03T20:22:07.881Z[ recovery-image] Oct 03 20:22:06.444 INFO O| Oct 03 20:22:06.444 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-10-03T20:22:07.901Z[ recovery-image] Oct 03 20:22:06.466 INFO O| Oct 03 20:22:06.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42352024-10-03T20:22:07.928Z[ recovery-image] Oct 03 20:22:06.492 INFO O| Oct 03 20:22:06.492 INFO STEP 37 (remove_files) COMPLETE
42362024-10-03T20:22:07.928Z[ recovery-image] Oct 03 20:22:06.492 INFO O| Oct 03 20:22:06.492 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-10-03T20:22:07.965Z[ recovery-image] Oct 03 20:22:06.529 INFO O| Oct 03 20:22:06.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42382024-10-03T20:22:07.967Z[ recovery-image] Oct 03 20:22:06.530 INFO O| Oct 03 20:22:06.530 INFO STEP 38 (remove_files) COMPLETE
42392024-10-03T20:22:07.967Z[ recovery-image] Oct 03 20:22:06.530 INFO O| Oct 03 20:22:06.530 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-10-03T20:22:07.991Z[ recovery-image] Oct 03 20:22:06.556 INFO O| Oct 03 20:22:06.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42412024-10-03T20:22:07.991Z[ recovery-image] Oct 03 20:22:06.556 INFO O| Oct 03 20:22:06.556 INFO STEP 39 (remove_files) COMPLETE
42422024-10-03T20:22:07.991Z[ recovery-image] Oct 03 20:22:06.556 INFO O| Oct 03 20:22:06.556 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-10-03T20:22:08.011Z[ recovery-image] Oct 03 20:22:06.576 INFO O| Oct 03 20:22:06.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42442024-10-03T20:22:08.011Z[ recovery-image] Oct 03 20:22:06.576 INFO O| Oct 03 20:22:06.576 INFO STEP 40 (remove_files) COMPLETE
42452024-10-03T20:22:08.011Z[ recovery-image] Oct 03 20:22:06.576 INFO O| Oct 03 20:22:06.576 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-10-03T20:22:08.031Z[ recovery-image] Oct 03 20:22:06.595 INFO O| Oct 03 20:22:06.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42472024-10-03T20:22:08.031Z[ recovery-image] Oct 03 20:22:06.595 INFO O| Oct 03 20:22:06.595 INFO STEP 41 (remove_files) COMPLETE
42482024-10-03T20:22:08.031Z[ recovery-image] Oct 03 20:22:06.595 INFO O| Oct 03 20:22:06.595 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-10-03T20:22:08.049Z[ recovery-image] Oct 03 20:22:06.613 INFO O| Oct 03 20:22:06.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42502024-10-03T20:22:08.049Z[ recovery-image] Oct 03 20:22:06.614 INFO O| Oct 03 20:22:06.613 INFO STEP 42 (remove_files) COMPLETE
42512024-10-03T20:22:08.049Z[ recovery-image] Oct 03 20:22:06.614 INFO O| Oct 03 20:22:06.613 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-10-03T20:22:08.067Z[ recovery-image] Oct 03 20:22:06.632 INFO O| Oct 03 20:22:06.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42532024-10-03T20:22:08.072Z[ recovery-image] Oct 03 20:22:06.637 INFO O| Oct 03 20:22:06.637 INFO STEP 43 (remove_files) COMPLETE
42542024-10-03T20:22:08.072Z[ recovery-image] Oct 03 20:22:06.637 INFO O| Oct 03 20:22:06.637 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-10-03T20:22:08.116Z[ recovery-image] Oct 03 20:22:06.681 INFO O| Oct 03 20:22:06.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42562024-10-03T20:22:08.119Z[ recovery-image] Oct 03 20:22:06.683 INFO O| Oct 03 20:22:06.683 INFO STEP 44 (remove_files) COMPLETE
42572024-10-03T20:22:08.119Z[ recovery-image] Oct 03 20:22:06.683 INFO O| Oct 03 20:22:06.683 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-10-03T20:22:08.139Z[ recovery-image] Oct 03 20:22:06.704 INFO O| Oct 03 20:22:06.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42592024-10-03T20:22:08.146Z[ recovery-image] Oct 03 20:22:06.711 INFO O| Oct 03 20:22:06.711 INFO STEP 45 (remove_files) COMPLETE
42602024-10-03T20:22:08.146Z[ recovery-image] Oct 03 20:22:06.711 INFO O| Oct 03 20:22:06.711 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-10-03T20:22:08.179Z[ recovery-image] Oct 03 20:22:06.744 INFO O| Oct 03 20:22:06.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42622024-10-03T20:22:08.179Z[ recovery-image] Oct 03 20:22:06.744 INFO O| Oct 03 20:22:06.744 INFO STEP 46 (remove_files) COMPLETE
42632024-10-03T20:22:08.181Z[ recovery-image] Oct 03 20:22:06.744 INFO O| Oct 03 20:22:06.744 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-10-03T20:22:08.200Z[ recovery-image] Oct 03 20:22:06.765 INFO O| Oct 03 20:22:06.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42652024-10-03T20:22:08.200Z[ recovery-image] Oct 03 20:22:06.765 INFO O| Oct 03 20:22:06.765 INFO STEP 47 (remove_files) COMPLETE
42662024-10-03T20:22:08.203Z[ recovery-image] Oct 03 20:22:06.765 INFO O| Oct 03 20:22:06.765 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-10-03T20:22:08.220Z[ recovery-image] Oct 03 20:22:06.785 INFO O| Oct 03 20:22:06.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42682024-10-03T20:22:08.221Z[ recovery-image] Oct 03 20:22:06.786 INFO O| Oct 03 20:22:06.785 INFO STEP 48 (remove_files) COMPLETE
42692024-10-03T20:22:08.223Z[ recovery-image] Oct 03 20:22:06.786 INFO O| Oct 03 20:22:06.786 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-10-03T20:22:08.257Z[ recovery-image] Oct 03 20:22:06.821 INFO O| Oct 03 20:22:06.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42712024-10-03T20:22:08.257Z[ recovery-image] Oct 03 20:22:06.821 INFO O| Oct 03 20:22:06.821 INFO STEP 49 (remove_files) COMPLETE
42722024-10-03T20:22:08.259Z[ recovery-image] Oct 03 20:22:06.822 INFO O| Oct 03 20:22:06.821 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-10-03T20:22:08.277Z[ recovery-image] Oct 03 20:22:06.841 INFO O| Oct 03 20:22:06.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42742024-10-03T20:22:08.277Z[ recovery-image] Oct 03 20:22:06.842 INFO O| Oct 03 20:22:06.842 INFO STEP 50 (remove_files) COMPLETE
42752024-10-03T20:22:08.277Z[ recovery-image] Oct 03 20:22:06.842 INFO O| Oct 03 20:22:06.842 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-10-03T20:22:08.295Z[ recovery-image] Oct 03 20:22:06.860 INFO O| Oct 03 20:22:06.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42772024-10-03T20:22:08.295Z[ recovery-image] Oct 03 20:22:06.860 INFO O| Oct 03 20:22:06.860 INFO STEP 51 (remove_files) COMPLETE
42782024-10-03T20:22:08.297Z[ recovery-image] Oct 03 20:22:06.860 INFO O| Oct 03 20:22:06.860 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-10-03T20:22:08.313Z[ recovery-image] Oct 03 20:22:06.878 INFO O| Oct 03 20:22:06.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42802024-10-03T20:22:08.313Z[ recovery-image] Oct 03 20:22:06.878 INFO O| Oct 03 20:22:06.878 INFO STEP 52 (remove_files) COMPLETE
42812024-10-03T20:22:08.313Z[ recovery-image] Oct 03 20:22:06.878 INFO O| Oct 03 20:22:06.878 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-10-03T20:22:08.331Z[ recovery-image] Oct 03 20:22:06.896 INFO O| Oct 03 20:22:06.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42832024-10-03T20:22:08.331Z[ recovery-image] Oct 03 20:22:06.896 INFO O| Oct 03 20:22:06.896 INFO STEP 53 (remove_files) COMPLETE
42842024-10-03T20:22:08.334Z[ recovery-image] Oct 03 20:22:06.896 INFO O| Oct 03 20:22:06.896 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-10-03T20:22:08.348Z[ recovery-image] Oct 03 20:22:06.913 INFO O| Oct 03 20:22:06.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42862024-10-03T20:22:08.351Z[ recovery-image] Oct 03 20:22:06.915 INFO O| Oct 03 20:22:06.915 INFO STEP 54 (remove_files) COMPLETE
42872024-10-03T20:22:08.351Z[ recovery-image] Oct 03 20:22:06.915 INFO O| Oct 03 20:22:06.915 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-10-03T20:22:08.386Z[ recovery-image] Oct 03 20:22:06.951 INFO O| Oct 03 20:22:06.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42892024-10-03T20:22:08.389Z[ recovery-image] Oct 03 20:22:06.952 INFO O| Oct 03 20:22:06.951 INFO STEP 55 (remove_files) COMPLETE
42902024-10-03T20:22:08.389Z[ recovery-image] Oct 03 20:22:06.952 INFO O| Oct 03 20:22:06.952 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-10-03T20:22:08.406Z[ recovery-image] Oct 03 20:22:06.971 INFO O| Oct 03 20:22:06.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42922024-10-03T20:22:08.408Z[ recovery-image] Oct 03 20:22:06.971 INFO O| Oct 03 20:22:06.971 INFO STEP 56 (remove_files) COMPLETE
42932024-10-03T20:22:08.408Z[ recovery-image] Oct 03 20:22:06.971 INFO O| Oct 03 20:22:06.971 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-10-03T20:22:08.432Z[ recovery-image] Oct 03 20:22:06.997 INFO O| Oct 03 20:22:06.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42952024-10-03T20:22:08.432Z[ recovery-image] Oct 03 20:22:06.997 INFO O| Oct 03 20:22:06.997 INFO STEP 57 (remove_files) COMPLETE
42962024-10-03T20:22:08.442Z[ recovery-image] Oct 03 20:22:06.997 INFO O| Oct 03 20:22:06.997 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-10-03T20:22:08.453Z[ recovery-image] Oct 03 20:22:07.018 INFO O| Oct 03 20:22:07.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42982024-10-03T20:22:08.459Z[ recovery-image] Oct 03 20:22:07.018 INFO O| Oct 03 20:22:07.018 INFO STEP 58 (remove_files) COMPLETE
42992024-10-03T20:22:08.459Z[ recovery-image] Oct 03 20:22:07.019 INFO O| Oct 03 20:22:07.019 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-10-03T20:22:08.494Z[ recovery-image] Oct 03 20:22:07.059 INFO O| Oct 03 20:22:07.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43012024-10-03T20:22:08.494Z[ recovery-image] Oct 03 20:22:07.059 INFO O| Oct 03 20:22:07.059 INFO STEP 59 (remove_files) COMPLETE
43022024-10-03T20:22:08.494Z[ recovery-image] Oct 03 20:22:07.059 INFO O| Oct 03 20:22:07.059 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-10-03T20:22:08.524Z[ recovery-image] Oct 03 20:22:07.088 INFO O| Oct 03 20:22:07.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43042024-10-03T20:22:08.524Z[ recovery-image] Oct 03 20:22:07.089 INFO O| Oct 03 20:22:07.089 INFO STEP 60 (remove_files) COMPLETE
43052024-10-03T20:22:08.524Z[ recovery-image] Oct 03 20:22:07.089 INFO O| Oct 03 20:22:07.089 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-10-03T20:22:08.549Z[ recovery-image] Oct 03 20:22:07.114 INFO O| Oct 03 20:22:07.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43072024-10-03T20:22:08.549Z[ recovery-image] Oct 03 20:22:07.114 INFO O| Oct 03 20:22:07.114 INFO STEP 61 (remove_files) COMPLETE
43082024-10-03T20:22:08.551Z[ recovery-image] Oct 03 20:22:07.114 INFO O| Oct 03 20:22:07.114 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-10-03T20:22:08.578Z[ recovery-image] Oct 03 20:22:07.142 INFO O| Oct 03 20:22:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43102024-10-03T20:22:08.578Z[ recovery-image] Oct 03 20:22:07.142 INFO O| Oct 03 20:22:07.142 INFO STEP 62 (remove_files) COMPLETE
43112024-10-03T20:22:08.578Z[ recovery-image] Oct 03 20:22:07.143 INFO O| Oct 03 20:22:07.142 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-10-03T20:22:08.625Z[ recovery-image] Oct 03 20:22:07.190 INFO O| Oct 03 20:22:07.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43132024-10-03T20:22:08.625Z[ recovery-image] Oct 03 20:22:07.190 INFO O| Oct 03 20:22:07.190 INFO STEP 63 (remove_files) COMPLETE
43142024-10-03T20:22:08.625Z[ recovery-image] Oct 03 20:22:07.190 INFO O| Oct 03 20:22:07.190 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-10-03T20:22:08.647Z[ recovery-image] Oct 03 20:22:07.212 INFO O| Oct 03 20:22:07.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43162024-10-03T20:22:08.648Z[ recovery-image] Oct 03 20:22:07.213 INFO O| Oct 03 20:22:07.212 INFO STEP 64 (remove_files) COMPLETE
43172024-10-03T20:22:08.650Z[ recovery-image] Oct 03 20:22:07.213 INFO O| Oct 03 20:22:07.213 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-10-03T20:22:08.668Z[ recovery-image] Oct 03 20:22:07.233 INFO O| Oct 03 20:22:07.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43192024-10-03T20:22:08.668Z[ recovery-image] Oct 03 20:22:07.233 INFO O| Oct 03 20:22:07.233 INFO STEP 65 (remove_files) COMPLETE
43202024-10-03T20:22:08.668Z[ recovery-image] Oct 03 20:22:07.233 INFO O| Oct 03 20:22:07.233 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-10-03T20:22:08.704Z[ recovery-image] Oct 03 20:22:07.268 INFO O| Oct 03 20:22:07.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43222024-10-03T20:22:08.704Z[ recovery-image] Oct 03 20:22:07.268 INFO O| Oct 03 20:22:07.268 INFO STEP 66 (remove_files) COMPLETE
43232024-10-03T20:22:08.704Z[ recovery-image] Oct 03 20:22:07.268 INFO O| Oct 03 20:22:07.268 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-10-03T20:22:08.763Z[ recovery-image] Oct 03 20:22:07.328 INFO O| Oct 03 20:22:07.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43252024-10-03T20:22:08.763Z[ recovery-image] Oct 03 20:22:07.328 INFO O| Oct 03 20:22:07.328 INFO STEP 67 (remove_files) COMPLETE
43262024-10-03T20:22:08.763Z[ recovery-image] Oct 03 20:22:07.328 INFO O| Oct 03 20:22:07.328 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-10-03T20:22:08.784Z[ recovery-image] Oct 03 20:22:07.348 INFO O| Oct 03 20:22:07.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43282024-10-03T20:22:08.784Z[ recovery-image] Oct 03 20:22:07.348 INFO O| Oct 03 20:22:07.348 INFO STEP 68 (remove_files) COMPLETE
43292024-10-03T20:22:08.784Z[ recovery-image] Oct 03 20:22:07.348 INFO O| Oct 03 20:22:07.348 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-10-03T20:22:08.819Z[ recovery-image] Oct 03 20:22:07.383 INFO O| Oct 03 20:22:07.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43312024-10-03T20:22:08.819Z[ recovery-image] Oct 03 20:22:07.383 INFO O| Oct 03 20:22:07.383 INFO STEP 69 (remove_files) COMPLETE
43322024-10-03T20:22:08.819Z[ recovery-image] Oct 03 20:22:07.383 INFO O| Oct 03 20:22:07.383 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-10-03T20:22:08.837Z[ recovery-image] Oct 03 20:22:07.401 INFO O| Oct 03 20:22:07.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43342024-10-03T20:22:08.837Z[ recovery-image] Oct 03 20:22:07.401 INFO O| Oct 03 20:22:07.401 INFO STEP 70 (remove_files) COMPLETE
43352024-10-03T20:22:08.837Z[ recovery-image] Oct 03 20:22:07.401 INFO O| Oct 03 20:22:07.401 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-10-03T20:22:08.856Z[ recovery-image] Oct 03 20:22:07.421 INFO O| Oct 03 20:22:07.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43372024-10-03T20:22:08.856Z[ recovery-image] Oct 03 20:22:07.421 INFO O| Oct 03 20:22:07.421 INFO STEP 71 (remove_files) COMPLETE
43382024-10-03T20:22:08.856Z[ recovery-image] Oct 03 20:22:07.421 INFO O| Oct 03 20:22:07.421 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-10-03T20:22:08.881Z[ recovery-image] Oct 03 20:22:07.446 INFO O| Oct 03 20:22:07.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43402024-10-03T20:22:08.881Z[ recovery-image] Oct 03 20:22:07.447 INFO O| Oct 03 20:22:07.446 INFO STEP 72 (remove_files) COMPLETE
43412024-10-03T20:22:08.884Z[ recovery-image] Oct 03 20:22:07.447 INFO O| Oct 03 20:22:07.446 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-10-03T20:22:08.902Z[ recovery-image] Oct 03 20:22:07.467 INFO O| Oct 03 20:22:07.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43432024-10-03T20:22:08.902Z[ recovery-image] Oct 03 20:22:07.467 INFO O| Oct 03 20:22:07.467 INFO STEP 73 (remove_files) COMPLETE
43442024-10-03T20:22:08.902Z[ recovery-image] Oct 03 20:22:07.467 INFO O| Oct 03 20:22:07.467 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-10-03T20:22:08.922Z[ recovery-image] Oct 03 20:22:07.487 INFO O| Oct 03 20:22:07.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43462024-10-03T20:22:08.922Z[ recovery-image] Oct 03 20:22:07.487 INFO O| Oct 03 20:22:07.487 INFO STEP 74 (remove_files) COMPLETE
43472024-10-03T20:22:08.922Z[ recovery-image] Oct 03 20:22:07.487 INFO O| Oct 03 20:22:07.487 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-10-03T20:22:08.966Z[ recovery-image] Oct 03 20:22:07.530 INFO O| Oct 03 20:22:07.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43492024-10-03T20:22:08.966Z[ recovery-image] Oct 03 20:22:07.531 INFO O| Oct 03 20:22:07.530 INFO STEP 75 (remove_files) COMPLETE
43502024-10-03T20:22:08.966Z[ recovery-image] Oct 03 20:22:07.531 INFO O| Oct 03 20:22:07.530 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-10-03T20:22:08.987Z[ recovery-image] Oct 03 20:22:07.552 INFO O| Oct 03 20:22:07.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43522024-10-03T20:22:08.987Z[ recovery-image] Oct 03 20:22:07.552 INFO O| Oct 03 20:22:07.552 INFO STEP 76 (remove_files) COMPLETE
43532024-10-03T20:22:08.990Z[ recovery-image] Oct 03 20:22:07.552 INFO O| Oct 03 20:22:07.552 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-10-03T20:22:09.021Z[ recovery-image] Oct 03 20:22:07.586 INFO O| Oct 03 20:22:07.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43552024-10-03T20:22:09.023Z[ recovery-image] Oct 03 20:22:07.586 INFO O| Oct 03 20:22:07.586 INFO STEP 77 (remove_files) COMPLETE
43562024-10-03T20:22:09.024Z[ recovery-image] Oct 03 20:22:07.586 INFO O| Oct 03 20:22:07.586 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-10-03T20:22:09.057Z[ recovery-image] Oct 03 20:22:07.622 INFO O| Oct 03 20:22:07.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43582024-10-03T20:22:09.060Z[ recovery-image] Oct 03 20:22:07.622 INFO O| Oct 03 20:22:07.622 INFO STEP 78 (remove_files) COMPLETE
43592024-10-03T20:22:09.060Z[ recovery-image] Oct 03 20:22:07.623 INFO O| Oct 03 20:22:07.623 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-10-03T20:22:09.080Z[ recovery-image] Oct 03 20:22:07.645 INFO O| Oct 03 20:22:07.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43612024-10-03T20:22:09.083Z[ recovery-image] Oct 03 20:22:07.645 INFO O| Oct 03 20:22:07.645 INFO STEP 79 (remove_files) COMPLETE
43622024-10-03T20:22:09.083Z[ recovery-image] Oct 03 20:22:07.645 INFO O| Oct 03 20:22:07.645 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-10-03T20:22:09.109Z[ recovery-image] Oct 03 20:22:07.674 INFO O| Oct 03 20:22:07.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43642024-10-03T20:22:09.109Z[ recovery-image] Oct 03 20:22:07.674 INFO O| Oct 03 20:22:07.674 INFO STEP 80 (remove_files) COMPLETE
43652024-10-03T20:22:09.109Z[ recovery-image] Oct 03 20:22:07.674 INFO O| Oct 03 20:22:07.674 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-10-03T20:22:09.127Z[ recovery-image] Oct 03 20:22:07.692 INFO O| Oct 03 20:22:07.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43672024-10-03T20:22:09.127Z[ recovery-image] Oct 03 20:22:07.692 INFO O| Oct 03 20:22:07.692 INFO STEP 81 (remove_files) COMPLETE
43682024-10-03T20:22:09.130Z[ recovery-image] Oct 03 20:22:07.692 INFO O| Oct 03 20:22:07.692 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-10-03T20:22:09.148Z[ recovery-image] Oct 03 20:22:07.712 INFO O| Oct 03 20:22:07.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43702024-10-03T20:22:09.148Z[ recovery-image] Oct 03 20:22:07.713 INFO O| Oct 03 20:22:07.712 INFO STEP 82 (remove_files) COMPLETE
43712024-10-03T20:22:09.151Z[ recovery-image] Oct 03 20:22:07.713 INFO O| Oct 03 20:22:07.713 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-10-03T20:22:09.238Z[ recovery-image] Oct 03 20:22:07.802 INFO O| Oct 03 20:22:07.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43732024-10-03T20:22:09.238Z[ recovery-image] Oct 03 20:22:07.802 INFO O| Oct 03 20:22:07.802 INFO STEP 83 (remove_files) COMPLETE
43742024-10-03T20:22:09.241Z[ recovery-image] Oct 03 20:22:07.802 INFO O| Oct 03 20:22:07.802 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-10-03T20:22:09.302Z[ recovery-image] Oct 03 20:22:07.866 INFO O| Oct 03 20:22:07.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43762024-10-03T20:22:09.302Z[ recovery-image] Oct 03 20:22:07.866 INFO O| Oct 03 20:22:07.866 INFO STEP 84 (remove_files) COMPLETE
43772024-10-03T20:22:09.302Z[ recovery-image] Oct 03 20:22:07.866 INFO O| Oct 03 20:22:07.866 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-10-03T20:22:09.321Z[ recovery-image] Oct 03 20:22:07.886 INFO O| Oct 03 20:22:07.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43792024-10-03T20:22:09.343Z[ recovery-image] Oct 03 20:22:07.908 INFO O| Oct 03 20:22:07.908 INFO STEP 85 (remove_files) COMPLETE
43802024-10-03T20:22:09.343Z[ recovery-image] Oct 03 20:22:07.908 INFO O| Oct 03 20:22:07.908 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-10-03T20:22:09.378Z[ recovery-image] Oct 03 20:22:07.942 INFO O| Oct 03 20:22:07.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43822024-10-03T20:22:09.378Z[ recovery-image] Oct 03 20:22:07.942 INFO O| Oct 03 20:22:07.942 INFO STEP 86 (remove_files) COMPLETE
43832024-10-03T20:22:09.378Z[ recovery-image] Oct 03 20:22:07.942 INFO O| Oct 03 20:22:07.942 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-10-03T20:22:09.397Z[ recovery-image] Oct 03 20:22:07.961 INFO O| Oct 03 20:22:07.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43852024-10-03T20:22:09.397Z[ recovery-image] Oct 03 20:22:07.961 INFO O| Oct 03 20:22:07.961 INFO STEP 87 (remove_files) COMPLETE
43862024-10-03T20:22:09.397Z[ recovery-image] Oct 03 20:22:07.961 INFO O| Oct 03 20:22:07.961 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-10-03T20:22:09.427Z[ recovery-image] Oct 03 20:22:07.992 INFO O| Oct 03 20:22:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43882024-10-03T20:22:09.428Z[ recovery-image] Oct 03 20:22:07.992 INFO O| Oct 03 20:22:07.992 INFO STEP 88 (remove_files) COMPLETE
43892024-10-03T20:22:09.428Z[ recovery-image] Oct 03 20:22:07.992 INFO O| Oct 03 20:22:07.992 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-10-03T20:22:09.449Z[ recovery-image] Oct 03 20:22:08.014 INFO O| Oct 03 20:22:08.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43912024-10-03T20:22:09.449Z[ recovery-image] Oct 03 20:22:08.014 INFO O| Oct 03 20:22:08.014 INFO STEP 89 (remove_files) COMPLETE
43922024-10-03T20:22:09.449Z[ recovery-image] Oct 03 20:22:08.014 INFO O| Oct 03 20:22:08.014 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-10-03T20:22:09.470Z[ recovery-image] Oct 03 20:22:08.035 INFO O| Oct 03 20:22:08.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43942024-10-03T20:22:09.508Z[ recovery-image] Oct 03 20:22:08.057 INFO O| Oct 03 20:22:08.057 INFO STEP 90 (remove_files) COMPLETE
43952024-10-03T20:22:09.508Z[ recovery-image] Oct 03 20:22:08.057 INFO O| Oct 03 20:22:08.057 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-10-03T20:22:09.514Z[ recovery-image] Oct 03 20:22:08.079 INFO O| Oct 03 20:22:08.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43972024-10-03T20:22:09.517Z[ recovery-image] Oct 03 20:22:08.079 INFO O| Oct 03 20:22:08.079 INFO STEP 91 (remove_files) COMPLETE
43982024-10-03T20:22:09.517Z[ recovery-image] Oct 03 20:22:08.080 INFO O| Oct 03 20:22:08.079 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-10-03T20:22:09.563Z[ recovery-image] Oct 03 20:22:08.128 INFO O| Oct 03 20:22:08.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44002024-10-03T20:22:09.563Z[ recovery-image] Oct 03 20:22:08.128 INFO O| Oct 03 20:22:08.128 INFO STEP 92 (remove_files) COMPLETE
44012024-10-03T20:22:09.563Z[ recovery-image] Oct 03 20:22:08.128 INFO O| Oct 03 20:22:08.128 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-10-03T20:22:09.584Z[ recovery-image] Oct 03 20:22:08.149 INFO O| Oct 03 20:22:08.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44032024-10-03T20:22:09.584Z[ recovery-image] Oct 03 20:22:08.149 INFO O| Oct 03 20:22:08.149 INFO STEP 93 (remove_files) COMPLETE
44042024-10-03T20:22:09.584Z[ recovery-image] Oct 03 20:22:08.149 INFO O| Oct 03 20:22:08.149 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-10-03T20:22:09.634Z[ recovery-image] Oct 03 20:22:08.199 INFO O| Oct 03 20:22:08.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44062024-10-03T20:22:09.637Z[ recovery-image] Oct 03 20:22:08.199 INFO O| Oct 03 20:22:08.199 INFO STEP 94 (remove_files) COMPLETE
44072024-10-03T20:22:09.637Z[ recovery-image] Oct 03 20:22:08.199 INFO O| Oct 03 20:22:08.199 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-10-03T20:22:09.769Z[ recovery-image] Oct 03 20:22:08.333 INFO O| Oct 03 20:22:08.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44092024-10-03T20:22:09.769Z[ recovery-image] Oct 03 20:22:08.333 INFO O| Oct 03 20:22:08.333 INFO STEP 95 (remove_files) COMPLETE
44102024-10-03T20:22:09.769Z[ recovery-image] Oct 03 20:22:08.333 INFO O| Oct 03 20:22:08.333 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-10-03T20:22:09.790Z[ recovery-image] Oct 03 20:22:08.354 INFO O| Oct 03 20:22:08.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44122024-10-03T20:22:09.790Z[ recovery-image] Oct 03 20:22:08.355 INFO O| Oct 03 20:22:08.355 INFO STEP 96 (remove_files) COMPLETE
44132024-10-03T20:22:09.790Z[ recovery-image] Oct 03 20:22:08.355 INFO O| Oct 03 20:22:08.355 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-10-03T20:22:09.810Z[ recovery-image] Oct 03 20:22:08.374 INFO O| Oct 03 20:22:08.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44152024-10-03T20:22:09.810Z[ recovery-image] Oct 03 20:22:08.374 INFO O| Oct 03 20:22:08.374 INFO STEP 97 (remove_files) COMPLETE
44162024-10-03T20:22:09.810Z[ recovery-image] Oct 03 20:22:08.374 INFO O| Oct 03 20:22:08.374 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-10-03T20:22:09.844Z[ recovery-image] Oct 03 20:22:08.409 INFO O| Oct 03 20:22:08.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44182024-10-03T20:22:09.847Z[ recovery-image] Oct 03 20:22:08.410 INFO O| Oct 03 20:22:08.409 INFO STEP 98 (remove_files) COMPLETE
44192024-10-03T20:22:09.847Z[ recovery-image] Oct 03 20:22:08.410 INFO O| Oct 03 20:22:08.410 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-10-03T20:22:09.897Z[ recovery-image] Oct 03 20:22:08.462 INFO O| Oct 03 20:22:08.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44212024-10-03T20:22:09.918Z[ recovery-image] Oct 03 20:22:08.483 INFO O| Oct 03 20:22:08.483 INFO STEP 99 (remove_files) COMPLETE
44222024-10-03T20:22:09.918Z[ recovery-image] Oct 03 20:22:08.483 INFO O| Oct 03 20:22:08.483 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-10-03T20:22:09.940Z[ recovery-image] Oct 03 20:22:08.504 INFO O| Oct 03 20:22:08.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44242024-10-03T20:22:09.960Z[ recovery-image] Oct 03 20:22:08.525 INFO O| Oct 03 20:22:08.525 INFO STEP 100 (remove_files) COMPLETE
44252024-10-03T20:22:09.960Z[ recovery-image] Oct 03 20:22:08.525 INFO O| Oct 03 20:22:08.525 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-10-03T20:22:09.979Z[ recovery-image] Oct 03 20:22:08.543 INFO O| Oct 03 20:22:08.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44272024-10-03T20:22:09.981Z[ recovery-image] Oct 03 20:22:08.544 INFO O| Oct 03 20:22:08.543 INFO STEP 101 (remove_files) COMPLETE
44282024-10-03T20:22:09.981Z[ recovery-image] Oct 03 20:22:08.544 INFO O| Oct 03 20:22:08.544 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-10-03T20:22:09.996Z[ recovery-image] Oct 03 20:22:08.561 INFO O| Oct 03 20:22:08.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44302024-10-03T20:22:09.999Z[ recovery-image] Oct 03 20:22:08.561 INFO O| Oct 03 20:22:08.561 INFO STEP 102 (remove_files) COMPLETE
44312024-10-03T20:22:09.999Z[ recovery-image] Oct 03 20:22:08.561 INFO O| Oct 03 20:22:08.561 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-10-03T20:22:10.015Z[ recovery-image] Oct 03 20:22:08.580 INFO O| Oct 03 20:22:08.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44332024-10-03T20:22:10.017Z[ recovery-image] Oct 03 20:22:08.580 INFO O| Oct 03 20:22:08.580 INFO STEP 103 (remove_files) COMPLETE
44342024-10-03T20:22:10.017Z[ recovery-image] Oct 03 20:22:08.580 INFO O| Oct 03 20:22:08.580 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-10-03T20:22:10.033Z[ recovery-image] Oct 03 20:22:08.598 INFO O| Oct 03 20:22:08.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44362024-10-03T20:22:10.038Z[ recovery-image] Oct 03 20:22:08.598 INFO O| Oct 03 20:22:08.598 INFO STEP 104 (remove_files) COMPLETE
44372024-10-03T20:22:10.038Z[ recovery-image] Oct 03 20:22:08.598 INFO O| Oct 03 20:22:08.598 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-10-03T20:22:10.070Z[ recovery-image] Oct 03 20:22:08.635 INFO O| Oct 03 20:22:08.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44392024-10-03T20:22:10.072Z[ recovery-image] Oct 03 20:22:08.635 INFO O| Oct 03 20:22:08.635 INFO STEP 105 (remove_files) COMPLETE
44402024-10-03T20:22:10.072Z[ recovery-image] Oct 03 20:22:08.635 INFO O| Oct 03 20:22:08.635 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-10-03T20:22:10.116Z[ recovery-image] Oct 03 20:22:08.681 INFO O| Oct 03 20:22:08.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44422024-10-03T20:22:10.137Z[ recovery-image] Oct 03 20:22:08.701 INFO O| Oct 03 20:22:08.701 INFO STEP 106 (remove_files) COMPLETE
44432024-10-03T20:22:10.137Z[ recovery-image] Oct 03 20:22:08.701 INFO O| Oct 03 20:22:08.701 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-10-03T20:22:10.193Z[ recovery-image] Oct 03 20:22:08.757 INFO O| Oct 03 20:22:08.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44452024-10-03T20:22:10.193Z[ recovery-image] Oct 03 20:22:08.757 INFO O| Oct 03 20:22:08.757 INFO STEP 107 (remove_files) COMPLETE
44462024-10-03T20:22:10.196Z[ recovery-image] Oct 03 20:22:08.757 INFO O| Oct 03 20:22:08.757 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-10-03T20:22:10.231Z[ recovery-image] Oct 03 20:22:08.796 INFO O| Oct 03 20:22:08.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44482024-10-03T20:22:10.231Z[ recovery-image] Oct 03 20:22:08.796 INFO O| Oct 03 20:22:08.796 INFO STEP 108 (remove_files) COMPLETE
44492024-10-03T20:22:10.234Z[ recovery-image] Oct 03 20:22:08.796 INFO O| Oct 03 20:22:08.796 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-10-03T20:22:10.263Z[ recovery-image] Oct 03 20:22:08.827 INFO O| Oct 03 20:22:08.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44512024-10-03T20:22:10.263Z[ recovery-image] Oct 03 20:22:08.827 INFO O| Oct 03 20:22:08.827 INFO STEP 109 (remove_files) COMPLETE
44522024-10-03T20:22:10.263Z[ recovery-image] Oct 03 20:22:08.827 INFO O| Oct 03 20:22:08.827 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-10-03T20:22:10.276Z[ host-image] Oct 03 20:22:08.841 INFO O| Oct 03 20:22:08.840 INFO O| Done
44542024-10-03T20:22:10.299Z[ recovery-image] Oct 03 20:22:08.863 INFO O| Oct 03 20:22:08.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44552024-10-03T20:22:10.299Z[ recovery-image] Oct 03 20:22:08.863 INFO O| Oct 03 20:22:08.863 INFO STEP 110 (remove_files) COMPLETE
44562024-10-03T20:22:10.301Z[ recovery-image] Oct 03 20:22:08.864 INFO O| Oct 03 20:22:08.863 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-10-03T20:22:10.319Z[ host-image] Oct 03 20:22:08.884 INFO O| Oct 03 20:22:08.884 INFO O| Done
44582024-10-03T20:22:10.322Z[ host-image] Oct 03 20:22:08.884 INFO O| Oct 03 20:22:08.884 INFO O| Done
44592024-10-03T20:22:10.340Z[ recovery-image] Oct 03 20:22:08.904 INFO O| Oct 03 20:22:08.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44602024-10-03T20:22:10.340Z[ recovery-image] Oct 03 20:22:08.904 INFO O| Oct 03 20:22:08.904 INFO STEP 111 (remove_files) COMPLETE
44612024-10-03T20:22:10.342Z[ recovery-image] Oct 03 20:22:08.904 INFO O| Oct 03 20:22:08.904 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-10-03T20:22:10.347Z[ host-image] Oct 03 20:22:08.912 INFO O| Oct 03 20:22:08.912 INFO O| Done
44632024-10-03T20:22:10.379Z[ recovery-image] Oct 03 20:22:08.944 INFO O| Oct 03 20:22:08.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44642024-10-03T20:22:10.379Z[ recovery-image] Oct 03 20:22:08.944 INFO O| Oct 03 20:22:08.944 INFO STEP 112 (remove_files) COMPLETE
44652024-10-03T20:22:10.382Z[ recovery-image] Oct 03 20:22:08.944 INFO O| Oct 03 20:22:08.944 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-10-03T20:22:10.412Z[ recovery-image] Oct 03 20:22:08.977 INFO O| Oct 03 20:22:08.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44672024-10-03T20:22:10.412Z[ recovery-image] Oct 03 20:22:08.977 INFO O| Oct 03 20:22:08.977 INFO STEP 113 (remove_files) COMPLETE
44682024-10-03T20:22:10.412Z[ recovery-image] Oct 03 20:22:08.977 INFO O| Oct 03 20:22:08.977 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-10-03T20:22:10.430Z[ recovery-image] Oct 03 20:22:08.995 INFO O| Oct 03 20:22:08.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44702024-10-03T20:22:10.430Z[ recovery-image] Oct 03 20:22:08.995 INFO O| Oct 03 20:22:08.995 INFO STEP 114 (remove_files) COMPLETE
44712024-10-03T20:22:10.430Z[ recovery-image] Oct 03 20:22:08.995 INFO O| Oct 03 20:22:08.995 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-10-03T20:22:10.464Z[ recovery-image] Oct 03 20:22:09.028 INFO O| Oct 03 20:22:09.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44732024-10-03T20:22:10.466Z[ recovery-image] Oct 03 20:22:09.028 INFO O| Oct 03 20:22:09.028 INFO STEP 115 (remove_files) COMPLETE
44742024-10-03T20:22:10.466Z[ recovery-image] Oct 03 20:22:09.029 INFO O| Oct 03 20:22:09.028 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-10-03T20:22:10.486Z[ recovery-image] Oct 03 20:22:09.050 INFO O| Oct 03 20:22:09.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44762024-10-03T20:22:10.486Z[ recovery-image] Oct 03 20:22:09.050 INFO O| Oct 03 20:22:09.050 INFO STEP 116 (remove_files) COMPLETE
44772024-10-03T20:22:10.486Z[ recovery-image] Oct 03 20:22:09.050 INFO O| Oct 03 20:22:09.050 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-10-03T20:22:10.528Z[ recovery-image] Oct 03 20:22:09.093 INFO O| Oct 03 20:22:09.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44792024-10-03T20:22:10.536Z[ recovery-image] Oct 03 20:22:09.101 INFO O| Oct 03 20:22:09.101 INFO STEP 117 (remove_files) COMPLETE
44802024-10-03T20:22:10.536Z[ recovery-image] Oct 03 20:22:09.101 INFO O| Oct 03 20:22:09.101 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-10-03T20:22:10.559Z[ recovery-image] Oct 03 20:22:09.124 INFO O| Oct 03 20:22:09.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44822024-10-03T20:22:10.560Z[ recovery-image] Oct 03 20:22:09.124 INFO O| Oct 03 20:22:09.124 INFO STEP 118 (remove_files) COMPLETE
44832024-10-03T20:22:10.560Z[ recovery-image] Oct 03 20:22:09.124 INFO O| Oct 03 20:22:09.124 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-10-03T20:22:10.567Z[ host-image] Oct 03 20:22:09.132 INFO O| Oct 03 20:22:09.132 INFO STEP 12 (pkg_install) COMPLETE
44852024-10-03T20:22:10.567Z[ host-image] Oct 03 20:22:09.132 INFO O| Oct 03 20:22:09.132 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
44862024-10-03T20:22:10.579Z[ recovery-image] Oct 03 20:22:09.144 INFO O| Oct 03 20:22:09.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44872024-10-03T20:22:10.582Z[ recovery-image] Oct 03 20:22:09.144 INFO O| Oct 03 20:22:09.144 INFO STEP 119 (remove_files) COMPLETE
44882024-10-03T20:22:10.582Z[ recovery-image] Oct 03 20:22:09.145 INFO O| Oct 03 20:22:09.144 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-10-03T20:22:10.585Z[ host-image] Oct 03 20:22:09.150 INFO O| Oct 03 20:22:09.150 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44902024-10-03T20:22:10.607Z[ recovery-image] Oct 03 20:22:09.171 INFO O| Oct 03 20:22:09.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44912024-10-03T20:22:10.609Z[ recovery-image] Oct 03 20:22:09.171 INFO O| Oct 03 20:22:09.171 INFO STEP 120 (remove_files) COMPLETE
44922024-10-03T20:22:10.609Z[ recovery-image] Oct 03 20:22:09.172 INFO O| Oct 03 20:22:09.172 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-10-03T20:22:10.627Z[ recovery-image] Oct 03 20:22:09.192 INFO O| Oct 03 20:22:09.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44942024-10-03T20:22:10.630Z[ recovery-image] Oct 03 20:22:09.192 INFO O| Oct 03 20:22:09.192 INFO STEP 121 (remove_files) COMPLETE
44952024-10-03T20:22:10.630Z[ recovery-image] Oct 03 20:22:09.193 INFO O| Oct 03 20:22:09.192 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-10-03T20:22:10.647Z[ recovery-image] Oct 03 20:22:09.211 INFO O| Oct 03 20:22:09.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44972024-10-03T20:22:10.649Z[ recovery-image] Oct 03 20:22:09.212 INFO O| Oct 03 20:22:09.212 INFO STEP 122 (remove_files) COMPLETE
44982024-10-03T20:22:10.649Z[ recovery-image] Oct 03 20:22:09.212 INFO O| Oct 03 20:22:09.212 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-10-03T20:22:10.666Z[ recovery-image] Oct 03 20:22:09.230 INFO O| Oct 03 20:22:09.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45002024-10-03T20:22:10.668Z[ recovery-image] Oct 03 20:22:09.231 INFO O| Oct 03 20:22:09.231 INFO STEP 123 (remove_files) COMPLETE
45012024-10-03T20:22:10.668Z[ recovery-image] Oct 03 20:22:09.231 INFO O| Oct 03 20:22:09.231 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-10-03T20:22:10.685Z[ recovery-image] Oct 03 20:22:09.250 INFO O| Oct 03 20:22:09.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45032024-10-03T20:22:10.687Z[ recovery-image] Oct 03 20:22:09.250 INFO O| Oct 03 20:22:09.250 INFO STEP 124 (remove_files) COMPLETE
45042024-10-03T20:22:10.687Z[ recovery-image] Oct 03 20:22:09.250 INFO O| Oct 03 20:22:09.250 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-10-03T20:22:10.702Z[ recovery-image] Oct 03 20:22:09.267 INFO O| Oct 03 20:22:09.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45062024-10-03T20:22:10.705Z[ recovery-image] Oct 03 20:22:09.267 INFO O| Oct 03 20:22:09.267 INFO STEP 125 (remove_files) COMPLETE
45072024-10-03T20:22:10.705Z[ recovery-image] Oct 03 20:22:09.267 INFO O| Oct 03 20:22:09.267 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-10-03T20:22:10.721Z[ recovery-image] Oct 03 20:22:09.286 INFO O| Oct 03 20:22:09.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45092024-10-03T20:22:10.724Z[ recovery-image] Oct 03 20:22:09.286 INFO O| Oct 03 20:22:09.286 INFO STEP 126 (remove_files) COMPLETE
45102024-10-03T20:22:10.724Z[ recovery-image] Oct 03 20:22:09.286 INFO O| Oct 03 20:22:09.286 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-10-03T20:22:10.752Z[ recovery-image] Oct 03 20:22:09.316 INFO O| Oct 03 20:22:09.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45122024-10-03T20:22:10.752Z[ recovery-image] Oct 03 20:22:09.316 INFO O| Oct 03 20:22:09.316 INFO STEP 127 (remove_files) COMPLETE
45132024-10-03T20:22:10.754Z[ recovery-image] Oct 03 20:22:09.316 INFO O| Oct 03 20:22:09.316 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-10-03T20:22:10.772Z[ recovery-image] Oct 03 20:22:09.337 INFO O| Oct 03 20:22:09.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45152024-10-03T20:22:10.772Z[ recovery-image] Oct 03 20:22:09.337 INFO O| Oct 03 20:22:09.337 INFO STEP 128 (remove_files) COMPLETE
45162024-10-03T20:22:10.772Z[ recovery-image] Oct 03 20:22:09.337 INFO O| Oct 03 20:22:09.337 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-10-03T20:22:10.804Z[ recovery-image] Oct 03 20:22:09.368 INFO O| Oct 03 20:22:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45182024-10-03T20:22:10.806Z[ recovery-image] Oct 03 20:22:09.368 INFO O| Oct 03 20:22:09.368 INFO STEP 129 (remove_files) COMPLETE
45192024-10-03T20:22:10.806Z[ recovery-image] Oct 03 20:22:09.368 INFO O| Oct 03 20:22:09.368 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-10-03T20:22:10.824Z[ recovery-image] Oct 03 20:22:09.388 INFO O| Oct 03 20:22:09.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45212024-10-03T20:22:10.824Z[ recovery-image] Oct 03 20:22:09.388 INFO O| Oct 03 20:22:09.388 INFO STEP 130 (remove_files) COMPLETE
45222024-10-03T20:22:10.826Z[ recovery-image] Oct 03 20:22:09.389 INFO O| Oct 03 20:22:09.388 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-10-03T20:22:10.880Z[ recovery-image] Oct 03 20:22:09.445 INFO O| Oct 03 20:22:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45242024-10-03T20:22:10.883Z[ recovery-image] Oct 03 20:22:09.445 INFO O| Oct 03 20:22:09.445 INFO STEP 131 (remove_files) COMPLETE
45252024-10-03T20:22:10.883Z[ recovery-image] Oct 03 20:22:09.445 INFO O| Oct 03 20:22:09.445 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-10-03T20:22:10.920Z[ recovery-image] Oct 03 20:22:09.485 INFO O| Oct 03 20:22:09.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45272024-10-03T20:22:10.920Z[ recovery-image] Oct 03 20:22:09.485 INFO O| Oct 03 20:22:09.485 INFO STEP 132 (remove_files) COMPLETE
45282024-10-03T20:22:10.920Z[ recovery-image] Oct 03 20:22:09.485 INFO O| Oct 03 20:22:09.485 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-10-03T20:22:10.940Z[ recovery-image] Oct 03 20:22:09.505 INFO O| Oct 03 20:22:09.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45302024-10-03T20:22:10.940Z[ recovery-image] Oct 03 20:22:09.505 INFO O| Oct 03 20:22:09.505 INFO STEP 133 (remove_files) COMPLETE
45312024-10-03T20:22:10.944Z[ recovery-image] Oct 03 20:22:09.505 INFO O| Oct 03 20:22:09.505 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-10-03T20:22:10.967Z[ recovery-image] Oct 03 20:22:09.531 INFO O| Oct 03 20:22:09.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45332024-10-03T20:22:10.967Z[ recovery-image] Oct 03 20:22:09.531 INFO O| Oct 03 20:22:09.531 INFO STEP 134 (remove_files) COMPLETE
45342024-10-03T20:22:10.967Z[ recovery-image] Oct 03 20:22:09.531 INFO O| Oct 03 20:22:09.531 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-10-03T20:22:11.062Z[ recovery-image] Oct 03 20:22:09.627 INFO O| Oct 03 20:22:09.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45362024-10-03T20:22:11.062Z[ recovery-image] Oct 03 20:22:09.627 INFO O| Oct 03 20:22:09.627 INFO STEP 135 (remove_files) COMPLETE
45372024-10-03T20:22:11.062Z[ recovery-image] Oct 03 20:22:09.627 INFO O| Oct 03 20:22:09.627 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-10-03T20:22:11.094Z[ recovery-image] Oct 03 20:22:09.658 INFO O| Oct 03 20:22:09.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45392024-10-03T20:22:11.094Z[ recovery-image] Oct 03 20:22:09.659 INFO O| Oct 03 20:22:09.659 INFO STEP 136 (remove_files) COMPLETE
45402024-10-03T20:22:11.094Z[ recovery-image] Oct 03 20:22:09.659 INFO O| Oct 03 20:22:09.659 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-10-03T20:22:11.129Z[ recovery-image] Oct 03 20:22:09.694 INFO O| Oct 03 20:22:09.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45422024-10-03T20:22:11.129Z[ recovery-image] Oct 03 20:22:09.694 INFO O| Oct 03 20:22:09.694 INFO STEP 137 (remove_files) COMPLETE
45432024-10-03T20:22:11.129Z[ recovery-image] Oct 03 20:22:09.694 INFO O| Oct 03 20:22:09.694 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-10-03T20:22:11.148Z[ recovery-image] Oct 03 20:22:09.713 INFO O| Oct 03 20:22:09.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45452024-10-03T20:22:11.148Z[ recovery-image] Oct 03 20:22:09.713 INFO O| Oct 03 20:22:09.713 INFO STEP 138 (remove_files) COMPLETE
45462024-10-03T20:22:11.151Z[ recovery-image] Oct 03 20:22:09.713 INFO O| Oct 03 20:22:09.713 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-10-03T20:22:11.167Z[ recovery-image] Oct 03 20:22:09.731 INFO O| Oct 03 20:22:09.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45482024-10-03T20:22:11.167Z[ recovery-image] Oct 03 20:22:09.731 INFO O| Oct 03 20:22:09.731 INFO STEP 139 (remove_files) COMPLETE
45492024-10-03T20:22:11.167Z[ recovery-image] Oct 03 20:22:09.731 INFO O| Oct 03 20:22:09.731 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-10-03T20:22:11.185Z[ recovery-image] Oct 03 20:22:09.750 INFO O| Oct 03 20:22:09.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45512024-10-03T20:22:11.185Z[ recovery-image] Oct 03 20:22:09.750 INFO O| Oct 03 20:22:09.750 INFO STEP 140 (remove_files) COMPLETE
45522024-10-03T20:22:11.185Z[ recovery-image] Oct 03 20:22:09.750 INFO O| Oct 03 20:22:09.750 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-10-03T20:22:11.204Z[ recovery-image] Oct 03 20:22:09.769 INFO O| Oct 03 20:22:09.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45542024-10-03T20:22:11.204Z[ recovery-image] Oct 03 20:22:09.769 INFO O| Oct 03 20:22:09.769 INFO STEP 141 (remove_files) COMPLETE
45552024-10-03T20:22:11.204Z[ recovery-image] Oct 03 20:22:09.769 INFO O| Oct 03 20:22:09.769 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-10-03T20:22:11.224Z[ recovery-image] Oct 03 20:22:09.789 INFO O| Oct 03 20:22:09.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45572024-10-03T20:22:11.224Z[ recovery-image] Oct 03 20:22:09.789 INFO O| Oct 03 20:22:09.789 INFO STEP 142 (remove_files) COMPLETE
45582024-10-03T20:22:11.227Z[ recovery-image] Oct 03 20:22:09.789 INFO O| Oct 03 20:22:09.789 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-10-03T20:22:11.265Z[ recovery-image] Oct 03 20:22:09.830 INFO O| Oct 03 20:22:09.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45602024-10-03T20:22:11.266Z[ recovery-image] Oct 03 20:22:09.830 INFO O| Oct 03 20:22:09.830 INFO STEP 143 (remove_files) COMPLETE
45612024-10-03T20:22:11.266Z[ recovery-image] Oct 03 20:22:09.830 INFO O| Oct 03 20:22:09.830 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-10-03T20:22:11.306Z[ recovery-image] Oct 03 20:22:09.871 INFO O| Oct 03 20:22:09.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45632024-10-03T20:22:11.306Z[ recovery-image] Oct 03 20:22:09.871 INFO O| Oct 03 20:22:09.871 INFO STEP 144 (remove_files) COMPLETE
45642024-10-03T20:22:11.306Z[ recovery-image] Oct 03 20:22:09.871 INFO O| Oct 03 20:22:09.871 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-10-03T20:22:11.348Z[ recovery-image] Oct 03 20:22:09.913 INFO O| Oct 03 20:22:09.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45662024-10-03T20:22:11.348Z[ recovery-image] Oct 03 20:22:09.913 INFO O| Oct 03 20:22:09.913 INFO STEP 145 (remove_files) COMPLETE
45672024-10-03T20:22:11.350Z[ recovery-image] Oct 03 20:22:09.913 INFO O| Oct 03 20:22:09.913 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-10-03T20:22:11.375Z[ recovery-image] Oct 03 20:22:09.939 INFO O| Oct 03 20:22:09.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45692024-10-03T20:22:11.377Z[ recovery-image] Oct 03 20:22:09.939 INFO O| Oct 03 20:22:09.939 INFO STEP 146 (remove_files) COMPLETE
45702024-10-03T20:22:11.377Z[ recovery-image] Oct 03 20:22:09.940 INFO O| Oct 03 20:22:09.939 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-03T20:22:11.427Z[ recovery-image] Oct 03 20:22:09.992 INFO O| Oct 03 20:22:09.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45722024-10-03T20:22:11.431Z[ recovery-image] Oct 03 20:22:09.992 INFO O| Oct 03 20:22:09.992 INFO STEP 147 (remove_files) COMPLETE
45732024-10-03T20:22:11.431Z[ recovery-image] Oct 03 20:22:09.992 INFO O| Oct 03 20:22:09.992 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-03T20:22:11.474Z[ recovery-image] Oct 03 20:22:10.039 INFO O| Oct 03 20:22:10.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45752024-10-03T20:22:11.477Z[ recovery-image] Oct 03 20:22:10.039 INFO O| Oct 03 20:22:10.039 INFO STEP 148 (remove_files) COMPLETE
45762024-10-03T20:22:11.477Z[ recovery-image] Oct 03 20:22:10.039 INFO O| Oct 03 20:22:10.039 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-10-03T20:22:11.497Z[ recovery-image] Oct 03 20:22:10.061 INFO O| Oct 03 20:22:10.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45782024-10-03T20:22:11.499Z[ recovery-image] Oct 03 20:22:10.061 INFO O| Oct 03 20:22:10.061 INFO STEP 149 (remove_files) COMPLETE
45792024-10-03T20:22:11.499Z[ recovery-image] Oct 03 20:22:10.061 INFO O| Oct 03 20:22:10.061 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-10-03T20:22:11.516Z[ recovery-image] Oct 03 20:22:10.080 INFO O| Oct 03 20:22:10.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45812024-10-03T20:22:11.519Z[ recovery-image] Oct 03 20:22:10.082 INFO O| Oct 03 20:22:10.082 INFO STEP 150 (remove_files) COMPLETE
45822024-10-03T20:22:11.519Z[ recovery-image] Oct 03 20:22:10.083 INFO O| Oct 03 20:22:10.082 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-10-03T20:22:11.568Z[ recovery-image] Oct 03 20:22:10.133 INFO O| Oct 03 20:22:10.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45842024-10-03T20:22:11.568Z[ recovery-image] Oct 03 20:22:10.133 INFO O| Oct 03 20:22:10.133 INFO STEP 151 (remove_files) COMPLETE
45852024-10-03T20:22:11.568Z[ recovery-image] Oct 03 20:22:10.133 INFO O| Oct 03 20:22:10.133 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-03T20:22:11.587Z[ recovery-image] Oct 03 20:22:10.151 INFO O| Oct 03 20:22:10.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45872024-10-03T20:22:11.587Z[ recovery-image] Oct 03 20:22:10.151 INFO O| Oct 03 20:22:10.151 INFO STEP 152 (remove_files) COMPLETE
45882024-10-03T20:22:11.587Z[ recovery-image] Oct 03 20:22:10.151 INFO O| Oct 03 20:22:10.151 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-03T20:22:11.629Z[ recovery-image] Oct 03 20:22:10.193 INFO O| Oct 03 20:22:10.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45902024-10-03T20:22:11.629Z[ recovery-image] Oct 03 20:22:10.193 INFO O| Oct 03 20:22:10.193 INFO STEP 153 (remove_files) COMPLETE
45912024-10-03T20:22:11.629Z[ recovery-image] Oct 03 20:22:10.193 INFO O| Oct 03 20:22:10.193 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-03T20:22:11.711Z[ recovery-image] Oct 03 20:22:10.276 INFO O| Oct 03 20:22:10.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45932024-10-03T20:22:11.711Z[ recovery-image] Oct 03 20:22:10.276 INFO O| Oct 03 20:22:10.276 INFO STEP 154 (remove_files) COMPLETE
45942024-10-03T20:22:11.711Z[ recovery-image] Oct 03 20:22:10.276 INFO O| Oct 03 20:22:10.276 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-03T20:22:11.752Z[ recovery-image] Oct 03 20:22:10.316 INFO O| Oct 03 20:22:10.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45962024-10-03T20:22:11.752Z[ recovery-image] Oct 03 20:22:10.316 INFO O| Oct 03 20:22:10.316 INFO STEP 155 (remove_files) COMPLETE
45972024-10-03T20:22:11.752Z[ recovery-image] Oct 03 20:22:10.316 INFO O| Oct 03 20:22:10.316 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-03T20:22:11.767Z[ host-image] Oct 03 20:22:10.331 INFO O| Oct 03 20:22:10.331 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45992024-10-03T20:22:11.818Z[ recovery-image] Oct 03 20:22:10.382 INFO O| Oct 03 20:22:10.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46002024-10-03T20:22:11.818Z[ recovery-image] Oct 03 20:22:10.382 INFO O| Oct 03 20:22:10.382 INFO STEP 156 (remove_files) COMPLETE
46012024-10-03T20:22:11.820Z[ recovery-image] Oct 03 20:22:10.382 INFO O| Oct 03 20:22:10.382 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-10-03T20:22:11.856Z[ recovery-image] Oct 03 20:22:10.421 INFO O| Oct 03 20:22:10.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46032024-10-03T20:22:11.857Z[ recovery-image] Oct 03 20:22:10.421 INFO O| Oct 03 20:22:10.421 INFO STEP 157 (remove_files) COMPLETE
46042024-10-03T20:22:11.857Z[ recovery-image] Oct 03 20:22:10.421 INFO O| Oct 03 20:22:10.421 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-10-03T20:22:11.879Z[ recovery-image] Oct 03 20:22:10.444 INFO O| Oct 03 20:22:10.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46062024-10-03T20:22:11.892Z[ recovery-image] Oct 03 20:22:10.457 INFO O| Oct 03 20:22:10.457 INFO STEP 158 (remove_files) COMPLETE
46072024-10-03T20:22:11.892Z[ recovery-image] Oct 03 20:22:10.457 INFO O| Oct 03 20:22:10.457 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-10-03T20:22:11.915Z[ recovery-image] Oct 03 20:22:10.479 INFO O| Oct 03 20:22:10.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46092024-10-03T20:22:11.917Z[ recovery-image] Oct 03 20:22:10.480 INFO O| Oct 03 20:22:10.479 INFO STEP 159 (remove_files) COMPLETE
46102024-10-03T20:22:11.917Z[ recovery-image] Oct 03 20:22:10.480 INFO O| Oct 03 20:22:10.479 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-10-03T20:22:11.947Z[ recovery-image] Oct 03 20:22:10.511 INFO O| Oct 03 20:22:10.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46122024-10-03T20:22:11.947Z[ recovery-image] Oct 03 20:22:10.511 INFO O| Oct 03 20:22:10.511 INFO STEP 160 (remove_files) COMPLETE
46132024-10-03T20:22:11.950Z[ recovery-image] Oct 03 20:22:10.511 INFO O| Oct 03 20:22:10.511 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-10-03T20:22:11.968Z[ recovery-image] Oct 03 20:22:10.532 INFO O| Oct 03 20:22:10.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46152024-10-03T20:22:11.970Z[ recovery-image] Oct 03 20:22:10.532 INFO O| Oct 03 20:22:10.532 INFO STEP 161 (remove_files) COMPLETE
46162024-10-03T20:22:11.970Z[ recovery-image] Oct 03 20:22:10.533 INFO O| Oct 03 20:22:10.532 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-10-03T20:22:11.987Z[ recovery-image] Oct 03 20:22:10.551 INFO O| Oct 03 20:22:10.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46182024-10-03T20:22:11.990Z[ recovery-image] Oct 03 20:22:10.551 INFO O| Oct 03 20:22:10.551 INFO STEP 162 (remove_files) COMPLETE
46192024-10-03T20:22:11.990Z[ recovery-image] Oct 03 20:22:10.552 INFO O| Oct 03 20:22:10.552 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-10-03T20:22:12.013Z[ recovery-image] Oct 03 20:22:10.577 INFO O| Oct 03 20:22:10.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46212024-10-03T20:22:12.014Z[ recovery-image] Oct 03 20:22:10.577 INFO O| Oct 03 20:22:10.577 INFO STEP 163 (remove_files) COMPLETE
46222024-10-03T20:22:12.014Z[ recovery-image] Oct 03 20:22:10.577 INFO O| Oct 03 20:22:10.577 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-10-03T20:22:12.050Z[ recovery-image] Oct 03 20:22:10.614 INFO O| Oct 03 20:22:10.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46242024-10-03T20:22:12.050Z[ recovery-image] Oct 03 20:22:10.614 INFO O| Oct 03 20:22:10.614 INFO STEP 164 (remove_files) COMPLETE
46252024-10-03T20:22:12.050Z[ recovery-image] Oct 03 20:22:10.614 INFO O| Oct 03 20:22:10.614 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-10-03T20:22:12.113Z[ recovery-image] Oct 03 20:22:10.678 INFO O| Oct 03 20:22:10.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46272024-10-03T20:22:12.113Z[ recovery-image] Oct 03 20:22:10.678 INFO O| Oct 03 20:22:10.678 INFO STEP 165 (remove_files) COMPLETE
46282024-10-03T20:22:12.116Z[ recovery-image] Oct 03 20:22:10.678 INFO O| Oct 03 20:22:10.678 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-10-03T20:22:12.167Z[ recovery-image] Oct 03 20:22:10.731 INFO O| Oct 03 20:22:10.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46302024-10-03T20:22:12.167Z[ recovery-image] Oct 03 20:22:10.731 INFO O| Oct 03 20:22:10.731 INFO STEP 166 (remove_files) COMPLETE
46312024-10-03T20:22:12.167Z[ recovery-image] Oct 03 20:22:10.731 INFO O| Oct 03 20:22:10.731 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-10-03T20:22:12.186Z[ recovery-image] Oct 03 20:22:10.750 INFO O| Oct 03 20:22:10.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46332024-10-03T20:22:12.186Z[ recovery-image] Oct 03 20:22:10.750 INFO O| Oct 03 20:22:10.750 INFO STEP 167 (remove_files) COMPLETE
46342024-10-03T20:22:12.189Z[ recovery-image] Oct 03 20:22:10.750 INFO O| Oct 03 20:22:10.750 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-10-03T20:22:12.225Z[ recovery-image] Oct 03 20:22:10.790 INFO O| Oct 03 20:22:10.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46362024-10-03T20:22:12.225Z[ recovery-image] Oct 03 20:22:10.790 INFO O| Oct 03 20:22:10.790 INFO STEP 168 (remove_files) COMPLETE
46372024-10-03T20:22:12.225Z[ recovery-image] Oct 03 20:22:10.790 INFO O| Oct 03 20:22:10.790 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-10-03T20:22:12.278Z[ recovery-image] Oct 03 20:22:10.842 INFO O| Oct 03 20:22:10.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46392024-10-03T20:22:12.281Z[ recovery-image] Oct 03 20:22:10.843 INFO O| Oct 03 20:22:10.842 INFO STEP 169 (remove_files) COMPLETE
46402024-10-03T20:22:12.281Z[ recovery-image] Oct 03 20:22:10.843 INFO O| Oct 03 20:22:10.843 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-10-03T20:22:12.299Z[ recovery-image] Oct 03 20:22:10.864 INFO O| Oct 03 20:22:10.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46422024-10-03T20:22:12.299Z[ recovery-image] Oct 03 20:22:10.864 INFO O| Oct 03 20:22:10.864 INFO STEP 170 (remove_files) COMPLETE
46432024-10-03T20:22:12.302Z[ recovery-image] Oct 03 20:22:10.864 INFO O| Oct 03 20:22:10.864 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-10-03T20:22:12.338Z[ recovery-image] Oct 03 20:22:10.902 INFO O| Oct 03 20:22:10.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46452024-10-03T20:22:12.338Z[ recovery-image] Oct 03 20:22:10.902 INFO O| Oct 03 20:22:10.902 INFO STEP 171 (remove_files) COMPLETE
46462024-10-03T20:22:12.340Z[ recovery-image] Oct 03 20:22:10.902 INFO O| Oct 03 20:22:10.902 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-10-03T20:22:12.356Z[ recovery-image] Oct 03 20:22:10.921 INFO O| Oct 03 20:22:10.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46482024-10-03T20:22:12.367Z[ recovery-image] Oct 03 20:22:10.931 INFO O| Oct 03 20:22:10.931 INFO STEP 172 (remove_files) COMPLETE
46492024-10-03T20:22:12.367Z[ recovery-image] Oct 03 20:22:10.931 INFO O| Oct 03 20:22:10.931 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-10-03T20:22:12.423Z[ recovery-image] Oct 03 20:22:10.988 INFO O| Oct 03 20:22:10.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46512024-10-03T20:22:12.423Z[ recovery-image] Oct 03 20:22:10.988 INFO O| Oct 03 20:22:10.988 INFO STEP 173 (remove_files) COMPLETE
46522024-10-03T20:22:12.424Z[ recovery-image] Oct 03 20:22:10.988 INFO O| Oct 03 20:22:10.988 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-10-03T20:22:12.447Z[ recovery-image] Oct 03 20:22:11.011 INFO O| Oct 03 20:22:11.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46542024-10-03T20:22:12.447Z[ recovery-image] Oct 03 20:22:11.011 INFO O| Oct 03 20:22:11.011 INFO STEP 174 (remove_files) COMPLETE
46552024-10-03T20:22:12.449Z[ recovery-image] Oct 03 20:22:11.011 INFO O| Oct 03 20:22:11.011 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-10-03T20:22:12.467Z[ recovery-image] Oct 03 20:22:11.031 INFO O| Oct 03 20:22:11.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46572024-10-03T20:22:12.467Z[ recovery-image] Oct 03 20:22:11.031 INFO O| Oct 03 20:22:11.031 INFO STEP 175 (remove_files) COMPLETE
46582024-10-03T20:22:12.467Z[ recovery-image] Oct 03 20:22:11.031 INFO O| Oct 03 20:22:11.031 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-10-03T20:22:12.485Z[ recovery-image] Oct 03 20:22:11.049 INFO O| Oct 03 20:22:11.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46602024-10-03T20:22:12.485Z[ recovery-image] Oct 03 20:22:11.049 INFO O| Oct 03 20:22:11.049 INFO STEP 176 (remove_files) COMPLETE
46612024-10-03T20:22:12.488Z[ recovery-image] Oct 03 20:22:11.050 INFO O| Oct 03 20:22:11.049 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-10-03T20:22:12.503Z[ recovery-image] Oct 03 20:22:11.067 INFO O| Oct 03 20:22:11.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46632024-10-03T20:22:12.503Z[ recovery-image] Oct 03 20:22:11.067 INFO O| Oct 03 20:22:11.067 INFO STEP 177 (remove_files) COMPLETE
46642024-10-03T20:22:12.503Z[ recovery-image] Oct 03 20:22:11.067 INFO O| Oct 03 20:22:11.067 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-10-03T20:22:12.543Z[ recovery-image] Oct 03 20:22:11.107 INFO O| Oct 03 20:22:11.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46662024-10-03T20:22:12.543Z[ recovery-image] Oct 03 20:22:11.107 INFO O| Oct 03 20:22:11.107 INFO STEP 178 (remove_files) COMPLETE
46672024-10-03T20:22:12.543Z[ recovery-image] Oct 03 20:22:11.107 INFO O| Oct 03 20:22:11.107 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-10-03T20:22:12.569Z[ recovery-image] Oct 03 20:22:11.134 INFO O| Oct 03 20:22:11.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46692024-10-03T20:22:12.569Z[ recovery-image] Oct 03 20:22:11.134 INFO O| Oct 03 20:22:11.134 INFO STEP 179 (remove_files) COMPLETE
46702024-10-03T20:22:12.571Z[ recovery-image] Oct 03 20:22:11.134 INFO O| Oct 03 20:22:11.134 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-10-03T20:22:12.599Z[ recovery-image] Oct 03 20:22:11.164 INFO O| Oct 03 20:22:11.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46722024-10-03T20:22:12.599Z[ recovery-image] Oct 03 20:22:11.164 INFO O| Oct 03 20:22:11.164 INFO STEP 180 (remove_files) COMPLETE
46732024-10-03T20:22:12.599Z[ recovery-image] Oct 03 20:22:11.164 INFO O| Oct 03 20:22:11.164 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-10-03T20:22:12.627Z[ recovery-image] Oct 03 20:22:11.191 INFO O| Oct 03 20:22:11.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46752024-10-03T20:22:12.629Z[ recovery-image] Oct 03 20:22:11.191 INFO O| Oct 03 20:22:11.191 INFO STEP 181 (remove_files) COMPLETE
46762024-10-03T20:22:12.629Z[ recovery-image] Oct 03 20:22:11.192 INFO O| Oct 03 20:22:11.192 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-10-03T20:22:12.648Z[ recovery-image] Oct 03 20:22:11.212 INFO O| Oct 03 20:22:11.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46782024-10-03T20:22:12.650Z[ recovery-image] Oct 03 20:22:11.212 INFO O| Oct 03 20:22:11.212 INFO STEP 182 (remove_files) COMPLETE
46792024-10-03T20:22:12.650Z[ recovery-image] Oct 03 20:22:11.212 INFO O| Oct 03 20:22:11.212 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-10-03T20:22:12.671Z[ recovery-image] Oct 03 20:22:11.236 INFO O| Oct 03 20:22:11.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46812024-10-03T20:22:12.674Z[ recovery-image] Oct 03 20:22:11.236 INFO O| Oct 03 20:22:11.236 INFO STEP 183 (remove_files) COMPLETE
46822024-10-03T20:22:12.674Z[ recovery-image] Oct 03 20:22:11.236 INFO O| Oct 03 20:22:11.236 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-10-03T20:22:12.694Z[ recovery-image] Oct 03 20:22:11.258 INFO O| Oct 03 20:22:11.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46842024-10-03T20:22:12.697Z[ recovery-image] Oct 03 20:22:11.259 INFO O| Oct 03 20:22:11.259 INFO STEP 184 (remove_files) COMPLETE
46852024-10-03T20:22:12.697Z[ recovery-image] Oct 03 20:22:11.259 INFO O| Oct 03 20:22:11.259 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-10-03T20:22:12.742Z[ recovery-image] Oct 03 20:22:11.306 INFO O| Oct 03 20:22:11.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46872024-10-03T20:22:12.745Z[ recovery-image] Oct 03 20:22:11.307 INFO O| Oct 03 20:22:11.307 INFO STEP 185 (remove_files) COMPLETE
46882024-10-03T20:22:12.745Z[ recovery-image] Oct 03 20:22:11.307 INFO O| Oct 03 20:22:11.307 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-10-03T20:22:12.765Z[ recovery-image] Oct 03 20:22:11.329 INFO O| Oct 03 20:22:11.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46902024-10-03T20:22:12.767Z[ recovery-image] Oct 03 20:22:11.329 INFO O| Oct 03 20:22:11.329 INFO STEP 186 (remove_files) COMPLETE
46912024-10-03T20:22:12.767Z[ recovery-image] Oct 03 20:22:11.330 INFO O| Oct 03 20:22:11.329 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-10-03T20:22:12.787Z[ recovery-image] Oct 03 20:22:11.351 INFO O| Oct 03 20:22:11.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46932024-10-03T20:22:12.790Z[ recovery-image] Oct 03 20:22:11.351 INFO O| Oct 03 20:22:11.351 INFO STEP 187 (remove_files) COMPLETE
46942024-10-03T20:22:12.790Z[ recovery-image] Oct 03 20:22:11.352 INFO O| Oct 03 20:22:11.352 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-10-03T20:22:12.808Z[ recovery-image] Oct 03 20:22:11.372 INFO O| Oct 03 20:22:11.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46962024-10-03T20:22:12.811Z[ recovery-image] Oct 03 20:22:11.373 INFO O| Oct 03 20:22:11.373 INFO STEP 188 (remove_files) COMPLETE
46972024-10-03T20:22:12.811Z[ recovery-image] Oct 03 20:22:11.373 INFO O| Oct 03 20:22:11.373 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-10-03T20:22:12.829Z[ recovery-image] Oct 03 20:22:11.394 INFO O| Oct 03 20:22:11.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46992024-10-03T20:22:12.832Z[ recovery-image] Oct 03 20:22:11.394 INFO O| Oct 03 20:22:11.394 INFO STEP 189 (remove_files) COMPLETE
47002024-10-03T20:22:12.832Z[ recovery-image] Oct 03 20:22:11.394 INFO O| Oct 03 20:22:11.394 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-10-03T20:22:12.852Z[ recovery-image] Oct 03 20:22:11.416 INFO O| Oct 03 20:22:11.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47022024-10-03T20:22:12.852Z[ recovery-image] Oct 03 20:22:11.416 INFO O| Oct 03 20:22:11.416 INFO STEP 190 (remove_files) COMPLETE
47032024-10-03T20:22:12.854Z[ recovery-image] Oct 03 20:22:11.416 INFO O| Oct 03 20:22:11.416 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-10-03T20:22:12.889Z[ recovery-image] Oct 03 20:22:11.453 INFO O| Oct 03 20:22:11.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47052024-10-03T20:22:12.889Z[ recovery-image] Oct 03 20:22:11.454 INFO O| Oct 03 20:22:11.454 INFO STEP 191 (remove_files) COMPLETE
47062024-10-03T20:22:12.892Z[ recovery-image] Oct 03 20:22:11.454 INFO O| Oct 03 20:22:11.454 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-10-03T20:22:12.910Z[ recovery-image] Oct 03 20:22:11.474 INFO O| Oct 03 20:22:11.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47082024-10-03T20:22:12.910Z[ recovery-image] Oct 03 20:22:11.475 INFO O| Oct 03 20:22:11.475 INFO STEP 192 (remove_files) COMPLETE
47092024-10-03T20:22:12.910Z[ recovery-image] Oct 03 20:22:11.475 INFO O| Oct 03 20:22:11.475 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-10-03T20:22:12.947Z[ recovery-image] Oct 03 20:22:11.511 INFO O| Oct 03 20:22:11.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47112024-10-03T20:22:12.947Z[ recovery-image] Oct 03 20:22:11.511 INFO O| Oct 03 20:22:11.511 INFO STEP 193 (remove_files) COMPLETE
47122024-10-03T20:22:12.949Z[ recovery-image] Oct 03 20:22:11.511 INFO O| Oct 03 20:22:11.511 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-10-03T20:22:13.089Z[ recovery-image] Oct 03 20:22:11.533 INFO O| Oct 03 20:22:11.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47142024-10-03T20:22:13.089Z[ recovery-image] Oct 03 20:22:11.533 INFO O| Oct 03 20:22:11.533 INFO STEP 194 (remove_files) COMPLETE
47152024-10-03T20:22:13.089Z[ recovery-image] Oct 03 20:22:11.533 INFO O| Oct 03 20:22:11.533 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-10-03T20:22:13.092Z[ recovery-image] Oct 03 20:22:11.552 INFO O| Oct 03 20:22:11.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47172024-10-03T20:22:13.092Z[ recovery-image] Oct 03 20:22:11.552 INFO O| Oct 03 20:22:11.552 INFO STEP 195 (remove_files) COMPLETE
47182024-10-03T20:22:13.092Z[ recovery-image] Oct 03 20:22:11.552 INFO O| Oct 03 20:22:11.552 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-10-03T20:22:13.092Z[ recovery-image] Oct 03 20:22:11.573 INFO O| Oct 03 20:22:11.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47202024-10-03T20:22:13.092Z[ recovery-image] Oct 03 20:22:11.573 INFO O| Oct 03 20:22:11.573 INFO STEP 196 (remove_files) COMPLETE
47212024-10-03T20:22:13.093Z[ recovery-image] Oct 03 20:22:11.573 INFO O| Oct 03 20:22:11.573 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-10-03T20:22:13.093Z[ recovery-image] Oct 03 20:22:11.599 INFO O| Oct 03 20:22:11.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47232024-10-03T20:22:13.093Z[ recovery-image] Oct 03 20:22:11.599 INFO O| Oct 03 20:22:11.599 INFO STEP 197 (remove_files) COMPLETE
47242024-10-03T20:22:13.093Z[ recovery-image] Oct 03 20:22:11.599 INFO O| Oct 03 20:22:11.599 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-10-03T20:22:13.093Z[ recovery-image] Oct 03 20:22:11.625 INFO O| Oct 03 20:22:11.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47262024-10-03T20:22:13.093Z[ recovery-image] Oct 03 20:22:11.625 INFO O| Oct 03 20:22:11.625 INFO STEP 198 (remove_files) COMPLETE
47272024-10-03T20:22:13.093Z[ recovery-image] Oct 03 20:22:11.625 INFO O| Oct 03 20:22:11.625 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-10-03T20:22:13.093Z[ recovery-image] Oct 03 20:22:11.648 INFO O| Oct 03 20:22:11.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47292024-10-03T20:22:13.093Z[ recovery-image] Oct 03 20:22:11.648 INFO O| Oct 03 20:22:11.648 INFO STEP 199 (remove_files) COMPLETE
47302024-10-03T20:22:13.093Z[ recovery-image] Oct 03 20:22:11.648 INFO O| Oct 03 20:22:11.648 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-10-03T20:22:13.118Z[ recovery-image] Oct 03 20:22:11.683 INFO O| Oct 03 20:22:11.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47322024-10-03T20:22:13.118Z[ recovery-image] Oct 03 20:22:11.683 INFO O| Oct 03 20:22:11.683 INFO STEP 200 (remove_files) COMPLETE
47332024-10-03T20:22:13.119Z[ recovery-image] Oct 03 20:22:11.683 INFO O| Oct 03 20:22:11.683 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-10-03T20:22:13.153Z[ recovery-image] Oct 03 20:22:11.717 INFO O| Oct 03 20:22:11.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47352024-10-03T20:22:13.153Z[ recovery-image] Oct 03 20:22:11.717 INFO O| Oct 03 20:22:11.717 INFO STEP 201 (remove_files) COMPLETE
47362024-10-03T20:22:13.153Z[ recovery-image] Oct 03 20:22:11.717 INFO O| Oct 03 20:22:11.717 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-10-03T20:22:13.216Z[ recovery-image] Oct 03 20:22:11.780 INFO O| Oct 03 20:22:11.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47382024-10-03T20:22:13.216Z[ recovery-image] Oct 03 20:22:11.780 INFO O| Oct 03 20:22:11.780 INFO STEP 202 (remove_files) COMPLETE
47392024-10-03T20:22:13.218Z[ recovery-image] Oct 03 20:22:11.780 INFO O| Oct 03 20:22:11.780 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-03T20:22:13.235Z[ recovery-image] Oct 03 20:22:11.799 INFO O| Oct 03 20:22:11.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47412024-10-03T20:22:13.235Z[ recovery-image] Oct 03 20:22:11.799 INFO O| Oct 03 20:22:11.799 INFO STEP 203 (remove_files) COMPLETE
47422024-10-03T20:22:13.237Z[ recovery-image] Oct 03 20:22:11.799 INFO O| Oct 03 20:22:11.799 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-10-03T20:22:13.262Z[ recovery-image] Oct 03 20:22:11.826 INFO O| Oct 03 20:22:11.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47442024-10-03T20:22:13.262Z[ recovery-image] Oct 03 20:22:11.826 INFO O| Oct 03 20:22:11.826 INFO STEP 204 (remove_files) COMPLETE
47452024-10-03T20:22:13.264Z[ recovery-image] Oct 03 20:22:11.827 INFO O| Oct 03 20:22:11.826 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-10-03T20:22:13.296Z[ recovery-image] Oct 03 20:22:11.860 INFO O| Oct 03 20:22:11.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47472024-10-03T20:22:13.296Z[ recovery-image] Oct 03 20:22:11.860 INFO O| Oct 03 20:22:11.860 INFO STEP 205 (remove_files) COMPLETE
47482024-10-03T20:22:13.296Z[ recovery-image] Oct 03 20:22:11.860 INFO O| Oct 03 20:22:11.860 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-10-03T20:22:13.401Z[ recovery-image] Oct 03 20:22:11.965 INFO O| Oct 03 20:22:11.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47502024-10-03T20:22:13.401Z[ recovery-image] Oct 03 20:22:11.965 INFO O| Oct 03 20:22:11.965 INFO STEP 206 (remove_files) COMPLETE
47512024-10-03T20:22:13.403Z[ recovery-image] Oct 03 20:22:11.965 INFO O| Oct 03 20:22:11.965 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-10-03T20:22:13.421Z[ recovery-image] Oct 03 20:22:11.985 INFO O| Oct 03 20:22:11.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47532024-10-03T20:22:13.421Z[ recovery-image] Oct 03 20:22:11.985 INFO O| Oct 03 20:22:11.985 INFO STEP 207 (remove_files) COMPLETE
47542024-10-03T20:22:13.421Z[ recovery-image] Oct 03 20:22:11.985 INFO O| Oct 03 20:22:11.985 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-10-03T20:22:13.462Z[ recovery-image] Oct 03 20:22:12.026 INFO O| Oct 03 20:22:12.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47562024-10-03T20:22:13.474Z[ recovery-image] Oct 03 20:22:12.026 INFO O| Oct 03 20:22:12.026 INFO STEP 208 (remove_files) COMPLETE
47572024-10-03T20:22:13.474Z[ recovery-image] Oct 03 20:22:12.026 INFO O| Oct 03 20:22:12.026 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-10-03T20:22:13.485Z[ recovery-image] Oct 03 20:22:12.047 INFO O| Oct 03 20:22:12.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47592024-10-03T20:22:13.485Z[ recovery-image] Oct 03 20:22:12.047 INFO O| Oct 03 20:22:12.047 INFO STEP 209 (remove_files) COMPLETE
47602024-10-03T20:22:13.485Z[ recovery-image] Oct 03 20:22:12.047 INFO O| Oct 03 20:22:12.047 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-10-03T20:22:13.542Z[ recovery-image] Oct 03 20:22:12.107 INFO O| Oct 03 20:22:12.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47622024-10-03T20:22:13.543Z[ recovery-image] Oct 03 20:22:12.107 INFO O| Oct 03 20:22:12.107 INFO STEP 210 (remove_files) COMPLETE
47632024-10-03T20:22:13.543Z[ recovery-image] Oct 03 20:22:12.107 INFO O| Oct 03 20:22:12.107 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-10-03T20:22:13.563Z[ recovery-image] Oct 03 20:22:12.128 INFO O| Oct 03 20:22:12.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47652024-10-03T20:22:13.563Z[ recovery-image] Oct 03 20:22:12.128 INFO O| Oct 03 20:22:12.128 INFO STEP 211 (remove_files) COMPLETE
47662024-10-03T20:22:13.563Z[ recovery-image] Oct 03 20:22:12.128 INFO O| Oct 03 20:22:12.128 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-10-03T20:22:13.585Z[ recovery-image] Oct 03 20:22:12.149 INFO O| Oct 03 20:22:12.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47682024-10-03T20:22:13.585Z[ recovery-image] Oct 03 20:22:12.149 INFO O| Oct 03 20:22:12.149 INFO STEP 212 (remove_files) COMPLETE
47692024-10-03T20:22:13.587Z[ recovery-image] Oct 03 20:22:12.149 INFO O| Oct 03 20:22:12.149 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-10-03T20:22:13.616Z[ recovery-image] Oct 03 20:22:12.180 INFO O| Oct 03 20:22:12.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47712024-10-03T20:22:13.616Z[ recovery-image] Oct 03 20:22:12.180 INFO O| Oct 03 20:22:12.180 INFO STEP 213 (remove_files) COMPLETE
47722024-10-03T20:22:13.616Z[ recovery-image] Oct 03 20:22:12.180 INFO O| Oct 03 20:22:12.180 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-10-03T20:22:13.638Z[ recovery-image] Oct 03 20:22:12.202 INFO O| Oct 03 20:22:12.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47742024-10-03T20:22:13.638Z[ recovery-image] Oct 03 20:22:12.202 INFO O| Oct 03 20:22:12.202 INFO STEP 214 (remove_files) COMPLETE
47752024-10-03T20:22:13.638Z[ recovery-image] Oct 03 20:22:12.202 INFO O| Oct 03 20:22:12.202 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-10-03T20:22:13.723Z[ recovery-image] Oct 03 20:22:12.288 INFO O| Oct 03 20:22:12.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47772024-10-03T20:22:13.723Z[ recovery-image] Oct 03 20:22:12.288 INFO O| Oct 03 20:22:12.288 INFO STEP 215 (remove_files) COMPLETE
47782024-10-03T20:22:13.726Z[ recovery-image] Oct 03 20:22:12.288 INFO O| Oct 03 20:22:12.288 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-10-03T20:22:13.742Z[ recovery-image] Oct 03 20:22:12.306 INFO O| Oct 03 20:22:12.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47802024-10-03T20:22:13.742Z[ recovery-image] Oct 03 20:22:12.306 INFO O| Oct 03 20:22:12.306 INFO STEP 216 (remove_files) COMPLETE
47812024-10-03T20:22:13.744Z[ recovery-image] Oct 03 20:22:12.306 INFO O| Oct 03 20:22:12.306 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-10-03T20:22:13.761Z[ recovery-image] Oct 03 20:22:12.325 INFO O| Oct 03 20:22:12.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47832024-10-03T20:22:13.781Z[ recovery-image] Oct 03 20:22:12.345 INFO O| Oct 03 20:22:12.345 INFO STEP 217 (remove_files) COMPLETE
47842024-10-03T20:22:13.781Z[ recovery-image] Oct 03 20:22:12.345 INFO O| Oct 03 20:22:12.345 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-10-03T20:22:13.834Z[ recovery-image] Oct 03 20:22:12.398 INFO O| Oct 03 20:22:12.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47862024-10-03T20:22:13.834Z[ recovery-image] Oct 03 20:22:12.399 INFO O| Oct 03 20:22:12.398 INFO STEP 218 (remove_files) COMPLETE
47872024-10-03T20:22:13.836Z[ recovery-image] Oct 03 20:22:12.399 INFO O| Oct 03 20:22:12.399 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-10-03T20:22:13.852Z[ recovery-image] Oct 03 20:22:12.416 INFO O| Oct 03 20:22:12.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47892024-10-03T20:22:13.852Z[ recovery-image] Oct 03 20:22:12.416 INFO O| Oct 03 20:22:12.416 INFO STEP 219 (remove_files) COMPLETE
47902024-10-03T20:22:13.855Z[ recovery-image] Oct 03 20:22:12.416 INFO O| Oct 03 20:22:12.416 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-10-03T20:22:13.925Z[ recovery-image] Oct 03 20:22:12.489 INFO O| Oct 03 20:22:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47922024-10-03T20:22:13.925Z[ recovery-image] Oct 03 20:22:12.489 INFO O| Oct 03 20:22:12.489 INFO STEP 220 (remove_files) COMPLETE
47932024-10-03T20:22:13.925Z[ recovery-image] Oct 03 20:22:12.489 INFO O| Oct 03 20:22:12.489 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-10-03T20:22:13.947Z[ recovery-image] Oct 03 20:22:12.510 INFO O| Oct 03 20:22:12.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47952024-10-03T20:22:13.947Z[ recovery-image] Oct 03 20:22:12.510 INFO O| Oct 03 20:22:12.510 INFO STEP 221 (remove_files) COMPLETE
47962024-10-03T20:22:13.947Z[ recovery-image] Oct 03 20:22:12.510 INFO O| Oct 03 20:22:12.510 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-10-03T20:22:13.968Z[ recovery-image] Oct 03 20:22:12.532 INFO O| Oct 03 20:22:12.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47982024-10-03T20:22:13.968Z[ recovery-image] Oct 03 20:22:12.532 INFO O| Oct 03 20:22:12.532 INFO STEP 222 (remove_files) COMPLETE
47992024-10-03T20:22:13.968Z[ recovery-image] Oct 03 20:22:12.532 INFO O| Oct 03 20:22:12.532 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-10-03T20:22:13.990Z[ recovery-image] Oct 03 20:22:12.552 INFO O| Oct 03 20:22:12.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48012024-10-03T20:22:13.990Z[ recovery-image] Oct 03 20:22:12.553 INFO O| Oct 03 20:22:12.552 INFO STEP 223 (remove_files) COMPLETE
48022024-10-03T20:22:13.990Z[ recovery-image] Oct 03 20:22:12.553 INFO O| Oct 03 20:22:12.553 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-10-03T20:22:14.014Z[ recovery-image] Oct 03 20:22:12.578 INFO O| Oct 03 20:22:12.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48042024-10-03T20:22:14.014Z[ recovery-image] Oct 03 20:22:12.578 INFO O| Oct 03 20:22:12.578 INFO STEP 224 (remove_files) COMPLETE
48052024-10-03T20:22:14.014Z[ recovery-image] Oct 03 20:22:12.578 INFO O| Oct 03 20:22:12.578 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-10-03T20:22:14.038Z[ recovery-image] Oct 03 20:22:12.602 INFO O| Oct 03 20:22:12.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48072024-10-03T20:22:14.041Z[ recovery-image] Oct 03 20:22:12.602 INFO O| Oct 03 20:22:12.602 INFO STEP 225 (remove_files) COMPLETE
48082024-10-03T20:22:14.041Z[ recovery-image] Oct 03 20:22:12.602 INFO O| Oct 03 20:22:12.602 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-10-03T20:22:14.074Z[ recovery-image] Oct 03 20:22:12.639 INFO O| Oct 03 20:22:12.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48102024-10-03T20:22:14.077Z[ recovery-image] Oct 03 20:22:12.639 INFO O| Oct 03 20:22:12.639 INFO STEP 226 (remove_files) COMPLETE
48112024-10-03T20:22:14.077Z[ recovery-image] Oct 03 20:22:12.639 INFO O| Oct 03 20:22:12.639 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-10-03T20:22:14.095Z[ recovery-image] Oct 03 20:22:12.659 INFO O| Oct 03 20:22:12.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48132024-10-03T20:22:14.117Z[ recovery-image] Oct 03 20:22:12.681 INFO O| Oct 03 20:22:12.681 INFO STEP 227 (remove_files) COMPLETE
48142024-10-03T20:22:14.117Z[ recovery-image] Oct 03 20:22:12.681 INFO O| Oct 03 20:22:12.681 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-10-03T20:22:14.184Z[ recovery-image] Oct 03 20:22:12.748 INFO O| Oct 03 20:22:12.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48162024-10-03T20:22:14.184Z[ recovery-image] Oct 03 20:22:12.748 INFO O| Oct 03 20:22:12.748 INFO STEP 228 (remove_files) COMPLETE
48172024-10-03T20:22:14.186Z[ recovery-image] Oct 03 20:22:12.748 INFO O| Oct 03 20:22:12.748 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-10-03T20:22:14.227Z[ recovery-image] Oct 03 20:22:12.790 INFO O| Oct 03 20:22:12.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48192024-10-03T20:22:14.227Z[ recovery-image] Oct 03 20:22:12.790 INFO O| Oct 03 20:22:12.790 INFO STEP 229 (remove_files) COMPLETE
48202024-10-03T20:22:14.227Z[ recovery-image] Oct 03 20:22:12.790 INFO O| Oct 03 20:22:12.790 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-10-03T20:22:14.245Z[ recovery-image] Oct 03 20:22:12.809 INFO O| Oct 03 20:22:12.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48222024-10-03T20:22:14.245Z[ recovery-image] Oct 03 20:22:12.809 INFO O| Oct 03 20:22:12.809 INFO STEP 230 (remove_files) COMPLETE
48232024-10-03T20:22:14.245Z[ recovery-image] Oct 03 20:22:12.809 INFO O| Oct 03 20:22:12.809 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-10-03T20:22:14.263Z[ recovery-image] Oct 03 20:22:12.826 INFO O| Oct 03 20:22:12.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48252024-10-03T20:22:14.263Z[ recovery-image] Oct 03 20:22:12.826 INFO O| Oct 03 20:22:12.826 INFO STEP 231 (remove_files) COMPLETE
48262024-10-03T20:22:14.263Z[ recovery-image] Oct 03 20:22:12.826 INFO O| Oct 03 20:22:12.826 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-10-03T20:22:14.302Z[ recovery-image] Oct 03 20:22:12.866 INFO O| Oct 03 20:22:12.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48282024-10-03T20:22:14.302Z[ recovery-image] Oct 03 20:22:12.866 INFO O| Oct 03 20:22:12.866 INFO STEP 232 (remove_files) COMPLETE
48292024-10-03T20:22:14.304Z[ recovery-image] Oct 03 20:22:12.866 INFO O| Oct 03 20:22:12.866 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-10-03T20:22:14.354Z[ recovery-image] Oct 03 20:22:12.918 INFO O| Oct 03 20:22:12.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48312024-10-03T20:22:14.357Z[ recovery-image] Oct 03 20:22:12.919 INFO O| Oct 03 20:22:12.919 INFO STEP 233 (remove_files) COMPLETE
48322024-10-03T20:22:14.357Z[ recovery-image] Oct 03 20:22:12.919 INFO O| Oct 03 20:22:12.919 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-10-03T20:22:14.373Z[ recovery-image] Oct 03 20:22:12.937 INFO O| Oct 03 20:22:12.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48342024-10-03T20:22:14.375Z[ recovery-image] Oct 03 20:22:12.937 INFO O| Oct 03 20:22:12.937 INFO STEP 234 (remove_files) COMPLETE
48352024-10-03T20:22:14.375Z[ recovery-image] Oct 03 20:22:12.938 INFO O| Oct 03 20:22:12.938 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-10-03T20:22:14.390Z[ recovery-image] Oct 03 20:22:12.954 INFO O| Oct 03 20:22:12.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48372024-10-03T20:22:14.392Z[ recovery-image] Oct 03 20:22:12.955 INFO O| Oct 03 20:22:12.955 INFO STEP 235 (remove_files) COMPLETE
48382024-10-03T20:22:14.392Z[ recovery-image] Oct 03 20:22:12.955 INFO O| Oct 03 20:22:12.955 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-10-03T20:22:14.432Z[ recovery-image] Oct 03 20:22:12.996 INFO O| Oct 03 20:22:12.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48402024-10-03T20:22:14.434Z[ recovery-image] Oct 03 20:22:12.996 INFO O| Oct 03 20:22:12.996 INFO STEP 236 (remove_files) COMPLETE
48412024-10-03T20:22:14.434Z[ recovery-image] Oct 03 20:22:12.996 INFO O| Oct 03 20:22:12.996 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-10-03T20:22:14.453Z[ recovery-image] Oct 03 20:22:13.016 INFO O| Oct 03 20:22:13.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48432024-10-03T20:22:14.453Z[ recovery-image] Oct 03 20:22:13.016 INFO O| Oct 03 20:22:13.016 INFO STEP 237 (remove_files) COMPLETE
48442024-10-03T20:22:14.453Z[ recovery-image] Oct 03 20:22:13.017 INFO O| Oct 03 20:22:13.016 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-10-03T20:22:14.498Z[ recovery-image] Oct 03 20:22:13.062 INFO O| Oct 03 20:22:13.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48462024-10-03T20:22:14.498Z[ recovery-image] Oct 03 20:22:13.062 INFO O| Oct 03 20:22:13.062 INFO STEP 238 (remove_files) COMPLETE
48472024-10-03T20:22:14.500Z[ recovery-image] Oct 03 20:22:13.063 INFO O| Oct 03 20:22:13.062 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-10-03T20:22:14.518Z[ recovery-image] Oct 03 20:22:13.083 INFO O| Oct 03 20:22:13.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48492024-10-03T20:22:14.518Z[ recovery-image] Oct 03 20:22:13.083 INFO O| Oct 03 20:22:13.083 INFO STEP 239 (remove_files) COMPLETE
48502024-10-03T20:22:14.521Z[ recovery-image] Oct 03 20:22:13.083 INFO O| Oct 03 20:22:13.083 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-10-03T20:22:14.542Z[ recovery-image] Oct 03 20:22:13.106 INFO O| Oct 03 20:22:13.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48522024-10-03T20:22:14.542Z[ recovery-image] Oct 03 20:22:13.106 INFO O| Oct 03 20:22:13.106 INFO STEP 240 (remove_files) COMPLETE
48532024-10-03T20:22:14.542Z[ recovery-image] Oct 03 20:22:13.106 INFO O| Oct 03 20:22:13.106 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-10-03T20:22:14.561Z[ recovery-image] Oct 03 20:22:13.126 INFO O| Oct 03 20:22:13.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48552024-10-03T20:22:14.561Z[ recovery-image] Oct 03 20:22:13.126 INFO O| Oct 03 20:22:13.126 INFO STEP 241 (remove_files) COMPLETE
48562024-10-03T20:22:14.564Z[ recovery-image] Oct 03 20:22:13.126 INFO O| Oct 03 20:22:13.126 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-10-03T20:22:14.607Z[ recovery-image] Oct 03 20:22:13.171 INFO O| Oct 03 20:22:13.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48582024-10-03T20:22:14.607Z[ recovery-image] Oct 03 20:22:13.171 INFO O| Oct 03 20:22:13.171 INFO STEP 242 (remove_files) COMPLETE
48592024-10-03T20:22:14.609Z[ recovery-image] Oct 03 20:22:13.171 INFO O| Oct 03 20:22:13.171 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-10-03T20:22:14.671Z[ recovery-image] Oct 03 20:22:13.235 INFO O| Oct 03 20:22:13.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48612024-10-03T20:22:14.671Z[ recovery-image] Oct 03 20:22:13.235 INFO O| Oct 03 20:22:13.235 INFO STEP 243 (remove_files) COMPLETE
48622024-10-03T20:22:14.673Z[ recovery-image] Oct 03 20:22:13.235 INFO O| Oct 03 20:22:13.235 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-10-03T20:22:14.734Z[ recovery-image] Oct 03 20:22:13.298 INFO O| Oct 03 20:22:13.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48642024-10-03T20:22:14.734Z[ recovery-image] Oct 03 20:22:13.298 INFO O| Oct 03 20:22:13.298 INFO STEP 244 (remove_files) COMPLETE
48652024-10-03T20:22:14.734Z[ recovery-image] Oct 03 20:22:13.298 INFO O| Oct 03 20:22:13.298 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-10-03T20:22:14.756Z[ recovery-image] Oct 03 20:22:13.319 INFO O| Oct 03 20:22:13.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48672024-10-03T20:22:14.756Z[ recovery-image] Oct 03 20:22:13.320 INFO O| Oct 03 20:22:13.319 INFO STEP 245 (remove_files) COMPLETE
48682024-10-03T20:22:14.756Z[ recovery-image] Oct 03 20:22:13.320 INFO O| Oct 03 20:22:13.320 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-10-03T20:22:14.776Z[ recovery-image] Oct 03 20:22:13.340 INFO O| Oct 03 20:22:13.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48702024-10-03T20:22:14.776Z[ recovery-image] Oct 03 20:22:13.340 INFO O| Oct 03 20:22:13.340 INFO STEP 246 (remove_files) COMPLETE
48712024-10-03T20:22:14.776Z[ recovery-image] Oct 03 20:22:13.340 INFO O| Oct 03 20:22:13.340 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-10-03T20:22:14.798Z[ recovery-image] Oct 03 20:22:13.361 INFO O| Oct 03 20:22:13.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48732024-10-03T20:22:14.798Z[ recovery-image] Oct 03 20:22:13.361 INFO O| Oct 03 20:22:13.361 INFO STEP 247 (remove_files) COMPLETE
48742024-10-03T20:22:14.798Z[ recovery-image] Oct 03 20:22:13.361 INFO O| Oct 03 20:22:13.361 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-10-03T20:22:14.835Z[ recovery-image] Oct 03 20:22:13.398 INFO O| Oct 03 20:22:13.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48762024-10-03T20:22:14.835Z[ recovery-image] Oct 03 20:22:13.398 INFO O| Oct 03 20:22:13.398 INFO STEP 248 (remove_files) COMPLETE
48772024-10-03T20:22:14.835Z[ recovery-image] Oct 03 20:22:13.398 INFO O| Oct 03 20:22:13.398 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-10-03T20:22:14.854Z[ recovery-image] Oct 03 20:22:13.418 INFO O| Oct 03 20:22:13.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48792024-10-03T20:22:14.854Z[ recovery-image] Oct 03 20:22:13.418 INFO O| Oct 03 20:22:13.418 INFO STEP 249 (remove_files) COMPLETE
48802024-10-03T20:22:14.856Z[ recovery-image] Oct 03 20:22:13.418 INFO O| Oct 03 20:22:13.418 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-10-03T20:22:14.872Z[ recovery-image] Oct 03 20:22:13.437 INFO O| Oct 03 20:22:13.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48822024-10-03T20:22:14.872Z[ recovery-image] Oct 03 20:22:13.437 INFO O| Oct 03 20:22:13.437 INFO STEP 250 (remove_files) COMPLETE
48832024-10-03T20:22:14.872Z[ recovery-image] Oct 03 20:22:13.437 INFO O| Oct 03 20:22:13.437 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-10-03T20:22:14.890Z[ recovery-image] Oct 03 20:22:13.454 INFO O| Oct 03 20:22:13.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48852024-10-03T20:22:14.890Z[ recovery-image] Oct 03 20:22:13.454 INFO O| Oct 03 20:22:13.454 INFO STEP 251 (remove_files) COMPLETE
48862024-10-03T20:22:14.890Z[ recovery-image] Oct 03 20:22:13.454 INFO O| Oct 03 20:22:13.454 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-10-03T20:22:14.907Z[ recovery-image] Oct 03 20:22:13.471 INFO O| Oct 03 20:22:13.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48882024-10-03T20:22:14.907Z[ recovery-image] Oct 03 20:22:13.471 INFO O| Oct 03 20:22:13.471 INFO STEP 252 (remove_files) COMPLETE
48892024-10-03T20:22:14.909Z[ recovery-image] Oct 03 20:22:13.471 INFO O| Oct 03 20:22:13.471 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-10-03T20:22:14.919Z[ host-image] Oct 03 20:22:13.483 INFO O| Oct 03 20:22:13.483 INFO O| Planning: Solver setup ... Done
48912024-10-03T20:22:14.925Z[ recovery-image] Oct 03 20:22:13.489 INFO O| Oct 03 20:22:13.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48922024-10-03T20:22:14.925Z[ recovery-image] Oct 03 20:22:13.489 INFO O| Oct 03 20:22:13.489 INFO STEP 253 (remove_files) COMPLETE
48932024-10-03T20:22:14.927Z[ recovery-image] Oct 03 20:22:13.489 INFO O| Oct 03 20:22:13.489 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-10-03T20:22:14.927Z[ host-image] Oct 03 20:22:13.490 INFO O| Oct 03 20:22:13.490 INFO O| Planning: Running solver ... Done
48952024-10-03T20:22:14.946Z[ recovery-image] Oct 03 20:22:13.510 INFO O| Oct 03 20:22:13.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48962024-10-03T20:22:14.946Z[ recovery-image] Oct 03 20:22:13.510 INFO O| Oct 03 20:22:13.510 INFO STEP 254 (remove_files) COMPLETE
48972024-10-03T20:22:14.948Z[ recovery-image] Oct 03 20:22:13.511 INFO O| Oct 03 20:22:13.510 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-10-03T20:22:14.982Z[ recovery-image] Oct 03 20:22:13.546 INFO O| Oct 03 20:22:13.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48992024-10-03T20:22:14.982Z[ recovery-image] Oct 03 20:22:13.546 INFO O| Oct 03 20:22:13.546 INFO STEP 255 (remove_files) COMPLETE
49002024-10-03T20:22:14.982Z[ recovery-image] Oct 03 20:22:13.546 INFO O| Oct 03 20:22:13.546 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-10-03T20:22:15.003Z[ recovery-image] Oct 03 20:22:13.567 INFO O| Oct 03 20:22:13.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49022024-10-03T20:22:15.006Z[ recovery-image] Oct 03 20:22:13.567 INFO O| Oct 03 20:22:13.567 INFO STEP 256 (remove_files) COMPLETE
49032024-10-03T20:22:15.006Z[ recovery-image] Oct 03 20:22:13.567 INFO O| Oct 03 20:22:13.567 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-10-03T20:22:15.010Z[ host-image] Oct 03 20:22:13.575 INFO O| Oct 03 20:22:13.575 INFO O| Planning: Finding local manifests ... Done
49052024-10-03T20:22:15.013Z[ host-image] Oct 03 20:22:13.577 INFO O| Oct 03 20:22:13.577 INFO O| Planning: Fetching manifests: 0/6 0% complete
49062024-10-03T20:22:15.049Z[ recovery-image] Oct 03 20:22:13.613 INFO O| Oct 03 20:22:13.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49072024-10-03T20:22:15.049Z[ recovery-image] Oct 03 20:22:13.613 INFO O| Oct 03 20:22:13.613 INFO STEP 257 (remove_files) COMPLETE
49082024-10-03T20:22:15.051Z[ recovery-image] Oct 03 20:22:13.613 INFO O| Oct 03 20:22:13.613 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-10-03T20:22:15.099Z[ recovery-image] Oct 03 20:22:13.663 INFO O| Oct 03 20:22:13.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49102024-10-03T20:22:15.102Z[ recovery-image] Oct 03 20:22:13.664 INFO O| Oct 03 20:22:13.664 INFO STEP 258 (remove_files) COMPLETE
49112024-10-03T20:22:15.102Z[ recovery-image] Oct 03 20:22:13.664 INFO O| Oct 03 20:22:13.664 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-10-03T20:22:15.118Z[ recovery-image] Oct 03 20:22:13.682 INFO O| Oct 03 20:22:13.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49132024-10-03T20:22:15.120Z[ recovery-image] Oct 03 20:22:13.682 INFO O| Oct 03 20:22:13.682 INFO STEP 259 (remove_files) COMPLETE
49142024-10-03T20:22:15.120Z[ recovery-image] Oct 03 20:22:13.683 INFO O| Oct 03 20:22:13.683 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-10-03T20:22:15.150Z[ recovery-image] Oct 03 20:22:13.714 INFO O| Oct 03 20:22:13.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49162024-10-03T20:22:15.150Z[ recovery-image] Oct 03 20:22:13.714 INFO O| Oct 03 20:22:13.714 INFO STEP 260 (remove_files) COMPLETE
49172024-10-03T20:22:15.153Z[ recovery-image] Oct 03 20:22:13.714 INFO O| Oct 03 20:22:13.714 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-10-03T20:22:15.212Z[ recovery-image] Oct 03 20:22:13.774 INFO O| Oct 03 20:22:13.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49192024-10-03T20:22:15.212Z[ recovery-image] Oct 03 20:22:13.774 INFO O| Oct 03 20:22:13.774 INFO STEP 261 (remove_files) COMPLETE
49202024-10-03T20:22:15.216Z[ recovery-image] Oct 03 20:22:13.775 INFO O| Oct 03 20:22:13.774 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-10-03T20:22:15.231Z[ recovery-image] Oct 03 20:22:13.795 INFO O| Oct 03 20:22:13.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49222024-10-03T20:22:15.231Z[ recovery-image] Oct 03 20:22:13.795 INFO O| Oct 03 20:22:13.795 INFO STEP 262 (remove_files) COMPLETE
49232024-10-03T20:22:15.233Z[ recovery-image] Oct 03 20:22:13.795 INFO O| Oct 03 20:22:13.795 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-10-03T20:22:15.250Z[ recovery-image] Oct 03 20:22:13.814 INFO O| Oct 03 20:22:13.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49252024-10-03T20:22:15.250Z[ recovery-image] Oct 03 20:22:13.815 INFO O| Oct 03 20:22:13.814 INFO STEP 263 (remove_files) COMPLETE
49262024-10-03T20:22:15.251Z[ recovery-image] Oct 03 20:22:13.815 INFO O| Oct 03 20:22:13.814 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-10-03T20:22:15.283Z[ recovery-image] Oct 03 20:22:13.847 INFO O| Oct 03 20:22:13.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49282024-10-03T20:22:15.283Z[ recovery-image] Oct 03 20:22:13.847 INFO O| Oct 03 20:22:13.847 INFO STEP 264 (remove_files) COMPLETE
49292024-10-03T20:22:15.285Z[ recovery-image] Oct 03 20:22:13.847 INFO O| Oct 03 20:22:13.847 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-10-03T20:22:15.320Z[ recovery-image] Oct 03 20:22:13.884 INFO O| Oct 03 20:22:13.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49312024-10-03T20:22:15.321Z[ recovery-image] Oct 03 20:22:13.884 INFO O| Oct 03 20:22:13.884 INFO STEP 265 (remove_files) COMPLETE
49322024-10-03T20:22:15.323Z[ recovery-image] Oct 03 20:22:13.884 INFO O| Oct 03 20:22:13.884 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-10-03T20:22:15.332Z[ host-image] Oct 03 20:22:13.895 INFO O| Oct 03 20:22:13.895 INFO O| Planning: Fetching manifests: 6/6 100% complete
49342024-10-03T20:22:15.339Z[ recovery-image] Oct 03 20:22:13.904 INFO O| Oct 03 20:22:13.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49352024-10-03T20:22:15.340Z[ recovery-image] Oct 03 20:22:13.904 INFO O| Oct 03 20:22:13.904 INFO STEP 266 (remove_files) COMPLETE
49362024-10-03T20:22:15.342Z[ recovery-image] Oct 03 20:22:13.904 INFO O| Oct 03 20:22:13.904 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-10-03T20:22:15.395Z[ host-image] Oct 03 20:22:13.958 INFO O| Oct 03 20:22:13.958 INFO O| Planning: Package planning ... Done
49382024-10-03T20:22:15.397Z[ recovery-image] Oct 03 20:22:13.960 INFO O| Oct 03 20:22:13.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49392024-10-03T20:22:15.397Z[ recovery-image] Oct 03 20:22:13.960 INFO O| Oct 03 20:22:13.960 INFO STEP 267 (remove_files) COMPLETE
49402024-10-03T20:22:15.398Z[ recovery-image] Oct 03 20:22:13.960 INFO O| Oct 03 20:22:13.960 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-10-03T20:22:15.423Z[ recovery-image] Oct 03 20:22:13.987 INFO O| Oct 03 20:22:13.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49422024-10-03T20:22:15.423Z[ recovery-image] Oct 03 20:22:13.987 INFO O| Oct 03 20:22:13.987 INFO STEP 268 (remove_files) COMPLETE
49432024-10-03T20:22:15.426Z[ recovery-image] Oct 03 20:22:13.987 INFO O| Oct 03 20:22:13.987 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-10-03T20:22:15.455Z[ host-image] Oct 03 20:22:14.019 INFO O| Oct 03 20:22:14.019 INFO O| Planning: Merging actions ... Done
49452024-10-03T20:22:15.486Z[ recovery-image] Oct 03 20:22:14.050 INFO O| Oct 03 20:22:14.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49462024-10-03T20:22:15.486Z[ recovery-image] Oct 03 20:22:14.050 INFO O| Oct 03 20:22:14.050 INFO STEP 269 (remove_files) COMPLETE
49472024-10-03T20:22:15.488Z[ recovery-image] Oct 03 20:22:14.050 INFO O| Oct 03 20:22:14.050 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-10-03T20:22:15.521Z[ recovery-image] Oct 03 20:22:14.085 INFO O| Oct 03 20:22:14.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49492024-10-03T20:22:15.524Z[ recovery-image] Oct 03 20:22:14.085 INFO O| Oct 03 20:22:14.085 INFO STEP 270 (remove_files) COMPLETE
49502024-10-03T20:22:15.524Z[ recovery-image] Oct 03 20:22:14.085 INFO O| Oct 03 20:22:14.085 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-10-03T20:22:15.546Z[ recovery-image] Oct 03 20:22:14.110 INFO O| Oct 03 20:22:14.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49522024-10-03T20:22:15.546Z[ recovery-image] Oct 03 20:22:14.110 INFO O| Oct 03 20:22:14.110 INFO STEP 271 (remove_files) COMPLETE
49532024-10-03T20:22:15.546Z[ recovery-image] Oct 03 20:22:14.110 INFO O| Oct 03 20:22:14.110 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-10-03T20:22:15.566Z[ recovery-image] Oct 03 20:22:14.130 INFO O| Oct 03 20:22:14.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49552024-10-03T20:22:15.566Z[ recovery-image] Oct 03 20:22:14.130 INFO O| Oct 03 20:22:14.130 INFO STEP 272 (remove_files) COMPLETE
49562024-10-03T20:22:15.566Z[ recovery-image] Oct 03 20:22:14.130 INFO O| Oct 03 20:22:14.130 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-10-03T20:22:15.607Z[ recovery-image] Oct 03 20:22:14.171 INFO O| Oct 03 20:22:14.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49582024-10-03T20:22:15.607Z[ recovery-image] Oct 03 20:22:14.171 INFO O| Oct 03 20:22:14.171 INFO STEP 273 (remove_files) COMPLETE
49592024-10-03T20:22:15.607Z[ recovery-image] Oct 03 20:22:14.171 INFO O| Oct 03 20:22:14.171 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-10-03T20:22:15.635Z[ host-image] Oct 03 20:22:14.199 INFO O| Oct 03 20:22:14.199 INFO O| Planning: Checking for conflicting actions ... Done
49612024-10-03T20:22:15.645Z[ recovery-image] Oct 03 20:22:14.209 INFO O| Oct 03 20:22:14.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49622024-10-03T20:22:15.645Z[ recovery-image] Oct 03 20:22:14.210 INFO O| Oct 03 20:22:14.210 INFO STEP 274 (remove_files) COMPLETE
49632024-10-03T20:22:15.648Z[ recovery-image] Oct 03 20:22:14.210 INFO O| Oct 03 20:22:14.210 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-10-03T20:22:15.666Z[ recovery-image] Oct 03 20:22:14.230 INFO O| Oct 03 20:22:14.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49652024-10-03T20:22:15.668Z[ host-image] Oct 03 20:22:14.232 INFO O| Oct 03 20:22:14.232 INFO O| Planning: Consolidating action changes ... Done
49662024-10-03T20:22:15.674Z[ recovery-image] Oct 03 20:22:14.238 INFO O| Oct 03 20:22:14.238 INFO STEP 275 (remove_files) COMPLETE
49672024-10-03T20:22:15.674Z[ recovery-image] Oct 03 20:22:14.238 INFO O| Oct 03 20:22:14.238 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-10-03T20:22:15.731Z[ recovery-image] Oct 03 20:22:14.295 INFO O| Oct 03 20:22:14.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49692024-10-03T20:22:15.731Z[ recovery-image] Oct 03 20:22:14.295 INFO O| Oct 03 20:22:14.295 INFO STEP 276 (remove_files) COMPLETE
49702024-10-03T20:22:15.731Z[ recovery-image] Oct 03 20:22:14.295 INFO O| Oct 03 20:22:14.295 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-10-03T20:22:15.751Z[ recovery-image] Oct 03 20:22:14.315 INFO O| Oct 03 20:22:14.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49722024-10-03T20:22:15.755Z[ recovery-image] Oct 03 20:22:14.315 INFO O| Oct 03 20:22:14.315 INFO STEP 277 (remove_files) COMPLETE
49732024-10-03T20:22:15.756Z[ recovery-image] Oct 03 20:22:14.315 INFO O| Oct 03 20:22:14.315 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-10-03T20:22:15.770Z[ recovery-image] Oct 03 20:22:14.334 INFO O| Oct 03 20:22:14.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49752024-10-03T20:22:15.770Z[ recovery-image] Oct 03 20:22:14.335 INFO O| Oct 03 20:22:14.334 INFO STEP 278 (remove_files) COMPLETE
49762024-10-03T20:22:15.770Z[ recovery-image] Oct 03 20:22:14.335 INFO O| Oct 03 20:22:14.335 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-10-03T20:22:15.789Z[ recovery-image] Oct 03 20:22:14.354 INFO O| Oct 03 20:22:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49782024-10-03T20:22:15.790Z[ recovery-image] Oct 03 20:22:14.354 INFO O| Oct 03 20:22:14.354 INFO STEP 279 (remove_files) COMPLETE
49792024-10-03T20:22:15.790Z[ recovery-image] Oct 03 20:22:14.354 INFO O| Oct 03 20:22:14.354 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-10-03T20:22:15.809Z[ recovery-image] Oct 03 20:22:14.372 INFO O| Oct 03 20:22:14.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49812024-10-03T20:22:15.812Z[ recovery-image] Oct 03 20:22:14.373 INFO O| Oct 03 20:22:14.373 INFO STEP 280 (remove_files) COMPLETE
49822024-10-03T20:22:15.812Z[ recovery-image] Oct 03 20:22:14.373 INFO O| Oct 03 20:22:14.373 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-10-03T20:22:15.828Z[ recovery-image] Oct 03 20:22:14.392 INFO O| Oct 03 20:22:14.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49842024-10-03T20:22:15.832Z[ recovery-image] Oct 03 20:22:14.393 INFO O| Oct 03 20:22:14.393 INFO STEP 281 (remove_files) COMPLETE
49852024-10-03T20:22:15.832Z[ recovery-image] Oct 03 20:22:14.393 INFO O| Oct 03 20:22:14.393 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-10-03T20:22:15.848Z[ recovery-image] Oct 03 20:22:14.413 INFO O| Oct 03 20:22:14.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49872024-10-03T20:22:15.851Z[ recovery-image] Oct 03 20:22:14.413 INFO O| Oct 03 20:22:14.413 INFO STEP 282 (remove_files) COMPLETE
49882024-10-03T20:22:15.851Z[ recovery-image] Oct 03 20:22:14.413 INFO O| Oct 03 20:22:14.413 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-10-03T20:22:15.868Z[ recovery-image] Oct 03 20:22:14.432 INFO O| Oct 03 20:22:14.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49902024-10-03T20:22:15.879Z[ recovery-image] Oct 03 20:22:14.443 INFO O| Oct 03 20:22:14.443 INFO STEP 283 (remove_files) COMPLETE
49912024-10-03T20:22:15.882Z[ recovery-image] Oct 03 20:22:14.443 INFO O| Oct 03 20:22:14.443 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-10-03T20:22:15.905Z[ recovery-image] Oct 03 20:22:14.468 INFO O| Oct 03 20:22:14.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49932024-10-03T20:22:15.908Z[ recovery-image] Oct 03 20:22:14.468 INFO O| Oct 03 20:22:14.468 INFO STEP 284 (remove_files) COMPLETE
49942024-10-03T20:22:15.908Z[ recovery-image] Oct 03 20:22:14.468 INFO O| Oct 03 20:22:14.468 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-10-03T20:22:15.946Z[ recovery-image] Oct 03 20:22:14.509 INFO O| Oct 03 20:22:14.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49962024-10-03T20:22:15.946Z[ recovery-image] Oct 03 20:22:14.509 INFO O| Oct 03 20:22:14.509 INFO STEP 285 (remove_files) COMPLETE
49972024-10-03T20:22:15.946Z[ recovery-image] Oct 03 20:22:14.509 INFO O| Oct 03 20:22:14.509 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-10-03T20:22:16.022Z[ recovery-image] Oct 03 20:22:14.586 INFO O| Oct 03 20:22:14.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49992024-10-03T20:22:16.025Z[ recovery-image] Oct 03 20:22:14.586 INFO O| Oct 03 20:22:14.586 INFO STEP 286 (remove_files) COMPLETE
50002024-10-03T20:22:16.025Z[ recovery-image] Oct 03 20:22:14.586 INFO O| Oct 03 20:22:14.586 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-10-03T20:22:16.040Z[ recovery-image] Oct 03 20:22:14.604 INFO O| Oct 03 20:22:14.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50022024-10-03T20:22:16.040Z[ recovery-image] Oct 03 20:22:14.605 INFO O| Oct 03 20:22:14.605 INFO STEP 287 (remove_files) COMPLETE
50032024-10-03T20:22:16.040Z[ recovery-image] Oct 03 20:22:14.605 INFO O| Oct 03 20:22:14.605 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-10-03T20:22:16.059Z[ recovery-image] Oct 03 20:22:14.623 INFO O| Oct 03 20:22:14.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50052024-10-03T20:22:16.059Z[ recovery-image] Oct 03 20:22:14.623 INFO O| Oct 03 20:22:14.623 INFO STEP 288 (remove_files) COMPLETE
50062024-10-03T20:22:16.059Z[ recovery-image] Oct 03 20:22:14.623 INFO O| Oct 03 20:22:14.623 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-10-03T20:22:16.096Z[ recovery-image] Oct 03 20:22:14.660 INFO O| Oct 03 20:22:14.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50082024-10-03T20:22:16.096Z[ recovery-image] Oct 03 20:22:14.660 INFO O| Oct 03 20:22:14.660 INFO STEP 289 (remove_files) COMPLETE
50092024-10-03T20:22:16.096Z[ recovery-image] Oct 03 20:22:14.660 INFO O| Oct 03 20:22:14.660 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-10-03T20:22:16.117Z[ recovery-image] Oct 03 20:22:14.681 INFO O| Oct 03 20:22:14.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50112024-10-03T20:22:16.117Z[ recovery-image] Oct 03 20:22:14.681 INFO O| Oct 03 20:22:14.681 INFO STEP 290 (remove_files) COMPLETE
50122024-10-03T20:22:16.125Z[ recovery-image] Oct 03 20:22:14.681 INFO O| Oct 03 20:22:14.681 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-10-03T20:22:16.137Z[ recovery-image] Oct 03 20:22:14.699 INFO O| Oct 03 20:22:14.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50142024-10-03T20:22:16.137Z[ recovery-image] Oct 03 20:22:14.700 INFO O| Oct 03 20:22:14.700 INFO STEP 291 (remove_files) COMPLETE
50152024-10-03T20:22:16.137Z[ recovery-image] Oct 03 20:22:14.700 INFO O| Oct 03 20:22:14.700 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-10-03T20:22:16.160Z[ recovery-image] Oct 03 20:22:14.719 INFO O| Oct 03 20:22:14.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50172024-10-03T20:22:16.164Z[ recovery-image] Oct 03 20:22:14.724 INFO O| Oct 03 20:22:14.724 INFO STEP 292 (remove_files) COMPLETE
50182024-10-03T20:22:16.164Z[ recovery-image] Oct 03 20:22:14.724 INFO O| Oct 03 20:22:14.724 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-10-03T20:22:16.218Z[ recovery-image] Oct 03 20:22:14.781 INFO O| Oct 03 20:22:14.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50202024-10-03T20:22:16.218Z[ recovery-image] Oct 03 20:22:14.781 INFO O| Oct 03 20:22:14.781 INFO STEP 293 (remove_files) COMPLETE
50212024-10-03T20:22:16.218Z[ recovery-image] Oct 03 20:22:14.781 INFO O| Oct 03 20:22:14.781 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-10-03T20:22:16.244Z[ recovery-image] Oct 03 20:22:14.808 INFO O| Oct 03 20:22:14.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50232024-10-03T20:22:16.248Z[ recovery-image] Oct 03 20:22:14.808 INFO O| Oct 03 20:22:14.808 INFO STEP 294 (remove_files) COMPLETE
50242024-10-03T20:22:16.248Z[ recovery-image] Oct 03 20:22:14.808 INFO O| Oct 03 20:22:14.808 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-10-03T20:22:16.253Z[ host-image] Oct 03 20:22:14.817 INFO O| Oct 03 20:22:14.816 INFO O| Planning: Evaluating mediators ... Done
50262024-10-03T20:22:16.258Z[ host-image] Oct 03 20:22:14.822 INFO O| Oct 03 20:22:14.822 INFO O| Planning: Planning completed in 4.49 seconds
50272024-10-03T20:22:16.260Z[ host-image] Oct 03 20:22:14.824 INFO O| Oct 03 20:22:14.824 INFO O| Packages to install: 6
50282024-10-03T20:22:16.262Z[ host-image] Oct 03 20:22:14.825 INFO O| Oct 03 20:22:14.825 INFO O| Mediators to change: 1
50292024-10-03T20:22:16.262Z[ host-image] Oct 03 20:22:14.825 INFO O| Oct 03 20:22:14.825 INFO O| Services to change: 1
50302024-10-03T20:22:16.266Z[ recovery-image] Oct 03 20:22:14.830 INFO O| Oct 03 20:22:14.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50312024-10-03T20:22:16.268Z[ recovery-image] Oct 03 20:22:14.830 INFO O| Oct 03 20:22:14.830 INFO STEP 295 (remove_files) COMPLETE
50322024-10-03T20:22:16.268Z[ recovery-image] Oct 03 20:22:14.830 INFO O| Oct 03 20:22:14.830 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-10-03T20:22:16.288Z[ host-image] Oct 03 20:22:14.852 INFO O| Oct 03 20:22:14.852 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
50342024-10-03T20:22:16.332Z[ recovery-image] Oct 03 20:22:14.896 INFO O| Oct 03 20:22:14.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50352024-10-03T20:22:16.332Z[ recovery-image] Oct 03 20:22:14.896 INFO O| Oct 03 20:22:14.896 INFO STEP 296 (remove_files) COMPLETE
50362024-10-03T20:22:16.334Z[ recovery-image] Oct 03 20:22:14.896 INFO O| Oct 03 20:22:14.896 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-10-03T20:22:16.352Z[ recovery-image] Oct 03 20:22:14.916 INFO O| Oct 03 20:22:14.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50382024-10-03T20:22:16.352Z[ recovery-image] Oct 03 20:22:14.916 INFO O| Oct 03 20:22:14.916 INFO STEP 297 (remove_files) COMPLETE
50392024-10-03T20:22:16.352Z[ recovery-image] Oct 03 20:22:14.916 INFO O| Oct 03 20:22:14.916 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-10-03T20:22:16.371Z[ recovery-image] Oct 03 20:22:14.935 INFO O| Oct 03 20:22:14.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50412024-10-03T20:22:16.371Z[ recovery-image] Oct 03 20:22:14.935 INFO O| Oct 03 20:22:14.935 INFO STEP 298 (remove_files) COMPLETE
50422024-10-03T20:22:16.373Z[ recovery-image] Oct 03 20:22:14.935 INFO O| Oct 03 20:22:14.935 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-10-03T20:22:16.396Z[ recovery-image] Oct 03 20:22:14.959 INFO O| Oct 03 20:22:14.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50442024-10-03T20:22:16.396Z[ recovery-image] Oct 03 20:22:14.959 INFO O| Oct 03 20:22:14.959 INFO STEP 299 (remove_files) COMPLETE
50452024-10-03T20:22:16.396Z[ recovery-image] Oct 03 20:22:14.959 INFO O| Oct 03 20:22:14.959 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-10-03T20:22:16.432Z[ recovery-image] Oct 03 20:22:14.996 INFO O| Oct 03 20:22:14.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50472024-10-03T20:22:16.432Z[ recovery-image] Oct 03 20:22:14.996 INFO O| Oct 03 20:22:14.996 INFO STEP 300 (remove_files) COMPLETE
50482024-10-03T20:22:16.432Z[ recovery-image] Oct 03 20:22:14.996 INFO O| Oct 03 20:22:14.996 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-10-03T20:22:16.453Z[ recovery-image] Oct 03 20:22:15.017 INFO O| Oct 03 20:22:15.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50502024-10-03T20:22:16.453Z[ recovery-image] Oct 03 20:22:15.017 INFO O| Oct 03 20:22:15.017 INFO STEP 301 (remove_files) COMPLETE
50512024-10-03T20:22:16.453Z[ recovery-image] Oct 03 20:22:15.017 INFO O| Oct 03 20:22:15.017 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-10-03T20:22:16.491Z[ recovery-image] Oct 03 20:22:15.055 INFO O| Oct 03 20:22:15.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50532024-10-03T20:22:16.491Z[ recovery-image] Oct 03 20:22:15.055 INFO O| Oct 03 20:22:15.055 INFO STEP 302 (remove_files) COMPLETE
50542024-10-03T20:22:16.494Z[ recovery-image] Oct 03 20:22:15.055 INFO O| Oct 03 20:22:15.055 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-10-03T20:22:16.510Z[ recovery-image] Oct 03 20:22:15.074 INFO O| Oct 03 20:22:15.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50562024-10-03T20:22:16.510Z[ recovery-image] Oct 03 20:22:15.074 INFO O| Oct 03 20:22:15.074 INFO STEP 303 (remove_files) COMPLETE
50572024-10-03T20:22:16.510Z[ recovery-image] Oct 03 20:22:15.074 INFO O| Oct 03 20:22:15.074 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-10-03T20:22:16.528Z[ recovery-image] Oct 03 20:22:15.092 INFO O| Oct 03 20:22:15.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50592024-10-03T20:22:16.528Z[ recovery-image] Oct 03 20:22:15.092 INFO O| Oct 03 20:22:15.092 INFO STEP 304 (remove_files) COMPLETE
50602024-10-03T20:22:16.528Z[ recovery-image] Oct 03 20:22:15.092 INFO O| Oct 03 20:22:15.092 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-10-03T20:22:16.551Z[ recovery-image] Oct 03 20:22:15.114 INFO O| Oct 03 20:22:15.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50622024-10-03T20:22:16.551Z[ recovery-image] Oct 03 20:22:15.114 INFO O| Oct 03 20:22:15.114 INFO STEP 305 (remove_files) COMPLETE
50632024-10-03T20:22:16.553Z[ recovery-image] Oct 03 20:22:15.114 INFO O| Oct 03 20:22:15.114 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-10-03T20:22:16.584Z[ recovery-image] Oct 03 20:22:15.148 INFO O| Oct 03 20:22:15.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50652024-10-03T20:22:16.584Z[ recovery-image] Oct 03 20:22:15.148 INFO O| Oct 03 20:22:15.148 INFO STEP 306 (remove_files) COMPLETE
50662024-10-03T20:22:16.587Z[ recovery-image] Oct 03 20:22:15.148 INFO O| Oct 03 20:22:15.148 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-10-03T20:22:16.638Z[ recovery-image] Oct 03 20:22:15.202 INFO O| Oct 03 20:22:15.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50682024-10-03T20:22:16.640Z[ recovery-image] Oct 03 20:22:15.202 INFO O| Oct 03 20:22:15.202 INFO STEP 307 (remove_files) COMPLETE
50692024-10-03T20:22:16.640Z[ recovery-image] Oct 03 20:22:15.202 INFO O| Oct 03 20:22:15.202 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-10-03T20:22:16.660Z[ recovery-image] Oct 03 20:22:15.224 INFO O| Oct 03 20:22:15.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50712024-10-03T20:22:16.663Z[ recovery-image] Oct 03 20:22:15.224 INFO O| Oct 03 20:22:15.224 INFO STEP 308 (remove_files) COMPLETE
50722024-10-03T20:22:16.663Z[ recovery-image] Oct 03 20:22:15.224 INFO O| Oct 03 20:22:15.224 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-10-03T20:22:16.681Z[ recovery-image] Oct 03 20:22:15.245 INFO O| Oct 03 20:22:15.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50742024-10-03T20:22:16.683Z[ recovery-image] Oct 03 20:22:15.245 INFO O| Oct 03 20:22:15.245 INFO STEP 309 (remove_files) COMPLETE
50752024-10-03T20:22:16.683Z[ recovery-image] Oct 03 20:22:15.245 INFO O| Oct 03 20:22:15.245 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-10-03T20:22:16.702Z[ recovery-image] Oct 03 20:22:15.266 INFO O| Oct 03 20:22:15.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50772024-10-03T20:22:16.704Z[ recovery-image] Oct 03 20:22:15.266 INFO O| Oct 03 20:22:15.266 INFO STEP 310 (remove_files) COMPLETE
50782024-10-03T20:22:16.704Z[ recovery-image] Oct 03 20:22:15.266 INFO O| Oct 03 20:22:15.266 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-10-03T20:22:16.723Z[ recovery-image] Oct 03 20:22:15.287 INFO O| Oct 03 20:22:15.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50802024-10-03T20:22:16.725Z[ recovery-image] Oct 03 20:22:15.287 INFO O| Oct 03 20:22:15.287 INFO STEP 311 (remove_files) COMPLETE
50812024-10-03T20:22:16.725Z[ recovery-image] Oct 03 20:22:15.287 INFO O| Oct 03 20:22:15.287 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-10-03T20:22:16.743Z[ recovery-image] Oct 03 20:22:15.307 INFO O| Oct 03 20:22:15.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50832024-10-03T20:22:16.747Z[ recovery-image] Oct 03 20:22:15.308 INFO O| Oct 03 20:22:15.307 INFO STEP 312 (remove_files) COMPLETE
50842024-10-03T20:22:16.747Z[ recovery-image] Oct 03 20:22:15.308 INFO O| Oct 03 20:22:15.308 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-10-03T20:22:16.769Z[ recovery-image] Oct 03 20:22:15.333 INFO O| Oct 03 20:22:15.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50862024-10-03T20:22:16.769Z[ recovery-image] Oct 03 20:22:15.333 INFO O| Oct 03 20:22:15.333 INFO STEP 313 (remove_files) COMPLETE
50872024-10-03T20:22:16.771Z[ recovery-image] Oct 03 20:22:15.333 INFO O| Oct 03 20:22:15.333 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-10-03T20:22:16.790Z[ recovery-image] Oct 03 20:22:15.354 INFO O| Oct 03 20:22:15.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50892024-10-03T20:22:16.790Z[ recovery-image] Oct 03 20:22:15.354 INFO O| Oct 03 20:22:15.354 INFO STEP 314 (remove_files) COMPLETE
50902024-10-03T20:22:16.794Z[ recovery-image] Oct 03 20:22:15.354 INFO O| Oct 03 20:22:15.354 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-10-03T20:22:16.811Z[ recovery-image] Oct 03 20:22:15.375 INFO O| Oct 03 20:22:15.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50922024-10-03T20:22:16.811Z[ recovery-image] Oct 03 20:22:15.375 INFO O| Oct 03 20:22:15.375 INFO STEP 315 (remove_files) COMPLETE
50932024-10-03T20:22:16.814Z[ recovery-image] Oct 03 20:22:15.375 INFO O| Oct 03 20:22:15.375 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-10-03T20:22:16.832Z[ recovery-image] Oct 03 20:22:15.396 INFO O| Oct 03 20:22:15.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50952024-10-03T20:22:16.832Z[ recovery-image] Oct 03 20:22:15.396 INFO O| Oct 03 20:22:15.396 INFO STEP 316 (remove_files) COMPLETE
50962024-10-03T20:22:16.832Z[ recovery-image] Oct 03 20:22:15.396 INFO O| Oct 03 20:22:15.396 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-10-03T20:22:16.852Z[ recovery-image] Oct 03 20:22:15.416 INFO O| Oct 03 20:22:15.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50982024-10-03T20:22:16.852Z[ recovery-image] Oct 03 20:22:15.416 INFO O| Oct 03 20:22:15.416 INFO STEP 317 (remove_files) COMPLETE
50992024-10-03T20:22:16.852Z[ recovery-image] Oct 03 20:22:15.416 INFO O| Oct 03 20:22:15.416 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-10-03T20:22:16.872Z[ recovery-image] Oct 03 20:22:15.436 INFO O| Oct 03 20:22:15.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51012024-10-03T20:22:16.872Z[ recovery-image] Oct 03 20:22:15.436 INFO O| Oct 03 20:22:15.436 INFO STEP 318 (remove_files) COMPLETE
51022024-10-03T20:22:16.872Z[ recovery-image] Oct 03 20:22:15.436 INFO O| Oct 03 20:22:15.436 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-10-03T20:22:16.892Z[ recovery-image] Oct 03 20:22:15.455 INFO O| Oct 03 20:22:15.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51042024-10-03T20:22:16.892Z[ recovery-image] Oct 03 20:22:15.455 INFO O| Oct 03 20:22:15.455 INFO STEP 319 (remove_files) COMPLETE
51052024-10-03T20:22:16.892Z[ recovery-image] Oct 03 20:22:15.455 INFO O| Oct 03 20:22:15.455 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-10-03T20:22:16.928Z[ recovery-image] Oct 03 20:22:15.492 INFO O| Oct 03 20:22:15.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51072024-10-03T20:22:16.928Z[ recovery-image] Oct 03 20:22:15.492 INFO O| Oct 03 20:22:15.492 INFO STEP 320 (remove_files) COMPLETE
51082024-10-03T20:22:16.928Z[ recovery-image] Oct 03 20:22:15.492 INFO O| Oct 03 20:22:15.492 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-10-03T20:22:16.949Z[ recovery-image] Oct 03 20:22:15.513 INFO O| Oct 03 20:22:15.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51102024-10-03T20:22:16.949Z[ recovery-image] Oct 03 20:22:15.513 INFO O| Oct 03 20:22:15.513 INFO STEP 321 (remove_files) COMPLETE
51112024-10-03T20:22:16.949Z[ recovery-image] Oct 03 20:22:15.513 INFO O| Oct 03 20:22:15.513 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-10-03T20:22:16.969Z[ recovery-image] Oct 03 20:22:15.533 INFO O| Oct 03 20:22:15.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51132024-10-03T20:22:16.969Z[ recovery-image] Oct 03 20:22:15.533 INFO O| Oct 03 20:22:15.533 INFO STEP 322 (remove_files) COMPLETE
51142024-10-03T20:22:16.969Z[ recovery-image] Oct 03 20:22:15.533 INFO O| Oct 03 20:22:15.533 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-10-03T20:22:16.988Z[ recovery-image] Oct 03 20:22:15.552 INFO O| Oct 03 20:22:15.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51162024-10-03T20:22:16.988Z[ recovery-image] Oct 03 20:22:15.552 INFO O| Oct 03 20:22:15.552 INFO STEP 323 (remove_files) COMPLETE
51172024-10-03T20:22:16.988Z[ recovery-image] Oct 03 20:22:15.552 INFO O| Oct 03 20:22:15.552 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-10-03T20:22:17.037Z[ recovery-image] Oct 03 20:22:15.601 INFO O| Oct 03 20:22:15.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51192024-10-03T20:22:17.037Z[ recovery-image] Oct 03 20:22:15.601 INFO O| Oct 03 20:22:15.601 INFO STEP 324 (remove_files) COMPLETE
51202024-10-03T20:22:17.040Z[ recovery-image] Oct 03 20:22:15.601 INFO O| Oct 03 20:22:15.601 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-10-03T20:22:17.057Z[ recovery-image] Oct 03 20:22:15.621 INFO O| Oct 03 20:22:15.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51222024-10-03T20:22:17.060Z[ recovery-image] Oct 03 20:22:15.622 INFO O| Oct 03 20:22:15.622 INFO STEP 325 (remove_files) COMPLETE
51232024-10-03T20:22:17.060Z[ recovery-image] Oct 03 20:22:15.622 INFO O| Oct 03 20:22:15.622 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-10-03T20:22:17.079Z[ recovery-image] Oct 03 20:22:15.640 INFO O| Oct 03 20:22:15.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51252024-10-03T20:22:17.079Z[ recovery-image] Oct 03 20:22:15.640 INFO O| Oct 03 20:22:15.640 INFO STEP 326 (remove_files) COMPLETE
51262024-10-03T20:22:17.081Z[ recovery-image] Oct 03 20:22:15.641 INFO O| Oct 03 20:22:15.641 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-10-03T20:22:17.095Z[ recovery-image] Oct 03 20:22:15.659 INFO O| Oct 03 20:22:15.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51282024-10-03T20:22:17.098Z[ recovery-image] Oct 03 20:22:15.659 INFO O| Oct 03 20:22:15.659 INFO STEP 327 (remove_files) COMPLETE
51292024-10-03T20:22:17.098Z[ recovery-image] Oct 03 20:22:15.659 INFO O| Oct 03 20:22:15.659 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-10-03T20:22:17.114Z[ recovery-image] Oct 03 20:22:15.678 INFO O| Oct 03 20:22:15.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51312024-10-03T20:22:17.118Z[ recovery-image] Oct 03 20:22:15.678 INFO O| Oct 03 20:22:15.678 INFO STEP 328 (remove_files) COMPLETE
51322024-10-03T20:22:17.118Z[ recovery-image] Oct 03 20:22:15.678 INFO O| Oct 03 20:22:15.678 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-10-03T20:22:17.134Z[ recovery-image] Oct 03 20:22:15.698 INFO O| Oct 03 20:22:15.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51342024-10-03T20:22:17.136Z[ recovery-image] Oct 03 20:22:15.698 INFO O| Oct 03 20:22:15.698 INFO STEP 329 (remove_files) COMPLETE
51352024-10-03T20:22:17.136Z[ recovery-image] Oct 03 20:22:15.698 INFO O| Oct 03 20:22:15.698 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-10-03T20:22:17.153Z[ recovery-image] Oct 03 20:22:15.716 INFO O| Oct 03 20:22:15.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51372024-10-03T20:22:17.156Z[ recovery-image] Oct 03 20:22:15.717 INFO O| Oct 03 20:22:15.717 INFO STEP 330 (remove_files) COMPLETE
51382024-10-03T20:22:17.156Z[ recovery-image] Oct 03 20:22:15.717 INFO O| Oct 03 20:22:15.717 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-10-03T20:22:17.172Z[ recovery-image] Oct 03 20:22:15.735 INFO O| Oct 03 20:22:15.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51402024-10-03T20:22:17.174Z[ recovery-image] Oct 03 20:22:15.736 INFO O| Oct 03 20:22:15.736 INFO STEP 331 (remove_files) COMPLETE
51412024-10-03T20:22:17.174Z[ recovery-image] Oct 03 20:22:15.736 INFO O| Oct 03 20:22:15.736 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-10-03T20:22:17.199Z[ recovery-image] Oct 03 20:22:15.763 INFO O| Oct 03 20:22:15.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51432024-10-03T20:22:17.204Z[ recovery-image] Oct 03 20:22:15.763 INFO O| Oct 03 20:22:15.763 INFO STEP 332 (remove_files) COMPLETE
51442024-10-03T20:22:17.204Z[ recovery-image] Oct 03 20:22:15.763 INFO O| Oct 03 20:22:15.763 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-10-03T20:22:17.218Z[ recovery-image] Oct 03 20:22:15.782 INFO O| Oct 03 20:22:15.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51462024-10-03T20:22:17.218Z[ recovery-image] Oct 03 20:22:15.782 INFO O| Oct 03 20:22:15.782 INFO STEP 333 (remove_files) COMPLETE
51472024-10-03T20:22:17.221Z[ recovery-image] Oct 03 20:22:15.782 INFO O| Oct 03 20:22:15.782 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-10-03T20:22:17.236Z[ recovery-image] Oct 03 20:22:15.800 INFO O| Oct 03 20:22:15.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51492024-10-03T20:22:17.236Z[ recovery-image] Oct 03 20:22:15.800 INFO O| Oct 03 20:22:15.800 INFO STEP 334 (remove_files) COMPLETE
51502024-10-03T20:22:17.239Z[ recovery-image] Oct 03 20:22:15.800 INFO O| Oct 03 20:22:15.800 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-10-03T20:22:17.255Z[ recovery-image] Oct 03 20:22:15.819 INFO O| Oct 03 20:22:15.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51522024-10-03T20:22:17.255Z[ recovery-image] Oct 03 20:22:15.819 INFO O| Oct 03 20:22:15.819 INFO STEP 335 (remove_files) COMPLETE
51532024-10-03T20:22:17.258Z[ recovery-image] Oct 03 20:22:15.819 INFO O| Oct 03 20:22:15.819 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-10-03T20:22:17.272Z[ recovery-image] Oct 03 20:22:15.836 INFO O| Oct 03 20:22:15.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51552024-10-03T20:22:17.296Z[ recovery-image] Oct 03 20:22:15.856 INFO O| Oct 03 20:22:15.856 INFO STEP 336 (remove_files) COMPLETE
51562024-10-03T20:22:17.296Z[ recovery-image] Oct 03 20:22:15.856 INFO O| Oct 03 20:22:15.856 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-10-03T20:22:17.313Z[ recovery-image] Oct 03 20:22:15.877 INFO O| Oct 03 20:22:15.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51582024-10-03T20:22:17.313Z[ recovery-image] Oct 03 20:22:15.877 INFO O| Oct 03 20:22:15.877 INFO STEP 337 (remove_files) COMPLETE
51592024-10-03T20:22:17.313Z[ recovery-image] Oct 03 20:22:15.877 INFO O| Oct 03 20:22:15.877 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-10-03T20:22:17.333Z[ recovery-image] Oct 03 20:22:15.897 INFO O| Oct 03 20:22:15.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51612024-10-03T20:22:17.333Z[ recovery-image] Oct 03 20:22:15.897 INFO O| Oct 03 20:22:15.897 INFO STEP 338 (remove_files) COMPLETE
51622024-10-03T20:22:17.333Z[ recovery-image] Oct 03 20:22:15.897 INFO O| Oct 03 20:22:15.897 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-10-03T20:22:17.353Z[ recovery-image] Oct 03 20:22:15.917 INFO O| Oct 03 20:22:15.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51642024-10-03T20:22:17.353Z[ recovery-image] Oct 03 20:22:15.917 INFO O| Oct 03 20:22:15.917 INFO STEP 339 (remove_files) COMPLETE
51652024-10-03T20:22:17.353Z[ recovery-image] Oct 03 20:22:15.917 INFO O| Oct 03 20:22:15.917 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-10-03T20:22:17.374Z[ recovery-image] Oct 03 20:22:15.937 INFO O| Oct 03 20:22:15.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51672024-10-03T20:22:17.374Z[ recovery-image] Oct 03 20:22:15.937 INFO O| Oct 03 20:22:15.937 INFO STEP 340 (remove_files) COMPLETE
51682024-10-03T20:22:17.374Z[ recovery-image] Oct 03 20:22:15.937 INFO O| Oct 03 20:22:15.937 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-10-03T20:22:17.395Z[ recovery-image] Oct 03 20:22:15.958 INFO O| Oct 03 20:22:15.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51702024-10-03T20:22:17.395Z[ recovery-image] Oct 03 20:22:15.958 INFO O| Oct 03 20:22:15.958 INFO STEP 341 (remove_files) COMPLETE
51712024-10-03T20:22:17.395Z[ recovery-image] Oct 03 20:22:15.958 INFO O| Oct 03 20:22:15.958 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-10-03T20:22:17.442Z[ recovery-image] Oct 03 20:22:16.006 INFO O| Oct 03 20:22:16.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51732024-10-03T20:22:17.442Z[ recovery-image] Oct 03 20:22:16.006 INFO O| Oct 03 20:22:16.006 INFO STEP 342 (remove_files) COMPLETE
51742024-10-03T20:22:17.445Z[ recovery-image] Oct 03 20:22:16.006 INFO O| Oct 03 20:22:16.006 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-10-03T20:22:17.462Z[ recovery-image] Oct 03 20:22:16.026 INFO O| Oct 03 20:22:16.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51762024-10-03T20:22:17.462Z[ recovery-image] Oct 03 20:22:16.026 INFO O| Oct 03 20:22:16.026 INFO STEP 343 (remove_files) COMPLETE
51772024-10-03T20:22:17.462Z[ recovery-image] Oct 03 20:22:16.026 INFO O| Oct 03 20:22:16.026 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-10-03T20:22:17.481Z[ recovery-image] Oct 03 20:22:16.044 INFO O| Oct 03 20:22:16.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51792024-10-03T20:22:17.481Z[ recovery-image] Oct 03 20:22:16.045 INFO O| Oct 03 20:22:16.045 INFO STEP 344 (remove_files) COMPLETE
51802024-10-03T20:22:17.481Z[ recovery-image] Oct 03 20:22:16.045 INFO O| Oct 03 20:22:16.045 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-10-03T20:22:17.541Z[ recovery-image] Oct 03 20:22:16.103 INFO O| Oct 03 20:22:16.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51822024-10-03T20:22:17.541Z[ recovery-image] Oct 03 20:22:16.103 INFO O| Oct 03 20:22:16.103 INFO STEP 345 (remove_files) COMPLETE
51832024-10-03T20:22:17.541Z[ recovery-image] Oct 03 20:22:16.103 INFO O| Oct 03 20:22:16.103 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-10-03T20:22:17.579Z[ recovery-image] Oct 03 20:22:16.133 INFO O| Oct 03 20:22:16.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51852024-10-03T20:22:17.579Z[ recovery-image] Oct 03 20:22:16.133 INFO O| Oct 03 20:22:16.133 INFO STEP 346 (remove_files) COMPLETE
51862024-10-03T20:22:17.579Z[ recovery-image] Oct 03 20:22:16.133 INFO O| Oct 03 20:22:16.133 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-10-03T20:22:17.601Z[ recovery-image] Oct 03 20:22:16.165 INFO O| Oct 03 20:22:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51882024-10-03T20:22:17.601Z[ recovery-image] Oct 03 20:22:16.165 INFO O| Oct 03 20:22:16.165 INFO STEP 347 (remove_files) COMPLETE
51892024-10-03T20:22:17.601Z[ recovery-image] Oct 03 20:22:16.165 INFO O| Oct 03 20:22:16.165 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-10-03T20:22:17.638Z[ recovery-image] Oct 03 20:22:16.202 INFO O| Oct 03 20:22:16.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51912024-10-03T20:22:17.638Z[ recovery-image] Oct 03 20:22:16.202 INFO O| Oct 03 20:22:16.202 INFO STEP 348 (remove_files) COMPLETE
51922024-10-03T20:22:17.638Z[ recovery-image] Oct 03 20:22:16.202 INFO O| Oct 03 20:22:16.202 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-10-03T20:22:17.658Z[ recovery-image] Oct 03 20:22:16.222 INFO O| Oct 03 20:22:16.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51942024-10-03T20:22:17.658Z[ recovery-image] Oct 03 20:22:16.222 INFO O| Oct 03 20:22:16.222 INFO STEP 349 (remove_files) COMPLETE
51952024-10-03T20:22:17.658Z[ recovery-image] Oct 03 20:22:16.222 INFO O| Oct 03 20:22:16.222 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-10-03T20:22:17.678Z[ recovery-image] Oct 03 20:22:16.242 INFO O| Oct 03 20:22:16.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51972024-10-03T20:22:17.678Z[ recovery-image] Oct 03 20:22:16.242 INFO O| Oct 03 20:22:16.242 INFO STEP 350 (remove_files) COMPLETE
51982024-10-03T20:22:17.678Z[ recovery-image] Oct 03 20:22:16.242 INFO O| Oct 03 20:22:16.242 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-10-03T20:22:17.698Z[ recovery-image] Oct 03 20:22:16.261 INFO O| Oct 03 20:22:16.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52002024-10-03T20:22:17.698Z[ recovery-image] Oct 03 20:22:16.262 INFO O| Oct 03 20:22:16.261 INFO STEP 351 (remove_files) COMPLETE
52012024-10-03T20:22:17.698Z[ recovery-image] Oct 03 20:22:16.262 INFO O| Oct 03 20:22:16.262 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-10-03T20:22:17.716Z[ recovery-image] Oct 03 20:22:16.280 INFO O| Oct 03 20:22:16.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52032024-10-03T20:22:17.716Z[ recovery-image] Oct 03 20:22:16.280 INFO O| Oct 03 20:22:16.280 INFO STEP 352 (remove_files) COMPLETE
52042024-10-03T20:22:17.716Z[ recovery-image] Oct 03 20:22:16.280 INFO O| Oct 03 20:22:16.280 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-10-03T20:22:17.758Z[ recovery-image] Oct 03 20:22:16.322 INFO O| Oct 03 20:22:16.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52062024-10-03T20:22:17.758Z[ recovery-image] Oct 03 20:22:16.322 INFO O| Oct 03 20:22:16.322 INFO STEP 353 (remove_files) COMPLETE
52072024-10-03T20:22:17.758Z[ recovery-image] Oct 03 20:22:16.322 INFO O| Oct 03 20:22:16.322 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-10-03T20:22:17.778Z[ recovery-image] Oct 03 20:22:16.342 INFO O| Oct 03 20:22:16.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52092024-10-03T20:22:17.778Z[ recovery-image] Oct 03 20:22:16.342 INFO O| Oct 03 20:22:16.342 INFO STEP 354 (remove_files) COMPLETE
52102024-10-03T20:22:17.778Z[ recovery-image] Oct 03 20:22:16.342 INFO O| Oct 03 20:22:16.342 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-10-03T20:22:17.813Z[ recovery-image] Oct 03 20:22:16.377 INFO O| Oct 03 20:22:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52122024-10-03T20:22:17.813Z[ recovery-image] Oct 03 20:22:16.377 INFO O| Oct 03 20:22:16.377 INFO STEP 355 (remove_files) COMPLETE
52132024-10-03T20:22:17.813Z[ recovery-image] Oct 03 20:22:16.377 INFO O| Oct 03 20:22:16.377 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-10-03T20:22:17.832Z[ recovery-image] Oct 03 20:22:16.396 INFO O| Oct 03 20:22:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52152024-10-03T20:22:17.835Z[ recovery-image] Oct 03 20:22:16.396 INFO O| Oct 03 20:22:16.396 INFO STEP 356 (remove_files) COMPLETE
52162024-10-03T20:22:17.835Z[ recovery-image] Oct 03 20:22:16.397 INFO O| Oct 03 20:22:16.396 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-10-03T20:22:17.852Z[ recovery-image] Oct 03 20:22:16.415 INFO O| Oct 03 20:22:16.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52182024-10-03T20:22:17.854Z[ recovery-image] Oct 03 20:22:16.416 INFO O| Oct 03 20:22:16.416 INFO STEP 357 (remove_files) COMPLETE
52192024-10-03T20:22:17.854Z[ recovery-image] Oct 03 20:22:16.416 INFO O| Oct 03 20:22:16.416 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-10-03T20:22:17.870Z[ recovery-image] Oct 03 20:22:16.434 INFO O| Oct 03 20:22:16.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52212024-10-03T20:22:17.872Z[ recovery-image] Oct 03 20:22:16.434 INFO O| Oct 03 20:22:16.434 INFO STEP 358 (remove_files) COMPLETE
52222024-10-03T20:22:17.872Z[ recovery-image] Oct 03 20:22:16.435 INFO O| Oct 03 20:22:16.434 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-10-03T20:22:17.890Z[ recovery-image] Oct 03 20:22:16.453 INFO O| Oct 03 20:22:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52242024-10-03T20:22:17.892Z[ recovery-image] Oct 03 20:22:16.453 INFO O| Oct 03 20:22:16.453 INFO STEP 359 (remove_files) COMPLETE
52252024-10-03T20:22:17.892Z[ recovery-image] Oct 03 20:22:16.454 INFO O| Oct 03 20:22:16.453 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-10-03T20:22:17.909Z[ recovery-image] Oct 03 20:22:16.473 INFO O| Oct 03 20:22:16.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52272024-10-03T20:22:17.912Z[ recovery-image] Oct 03 20:22:16.473 INFO O| Oct 03 20:22:16.473 INFO STEP 360 (remove_files) COMPLETE
52282024-10-03T20:22:17.912Z[ recovery-image] Oct 03 20:22:16.473 INFO O| Oct 03 20:22:16.473 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-10-03T20:22:17.947Z[ recovery-image] Oct 03 20:22:16.511 INFO O| Oct 03 20:22:16.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52302024-10-03T20:22:17.950Z[ recovery-image] Oct 03 20:22:16.511 INFO O| Oct 03 20:22:16.511 INFO STEP 361 (remove_files) COMPLETE
52312024-10-03T20:22:17.950Z[ recovery-image] Oct 03 20:22:16.512 INFO O| Oct 03 20:22:16.511 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-10-03T20:22:17.968Z[ recovery-image] Oct 03 20:22:16.532 INFO O| Oct 03 20:22:16.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52332024-10-03T20:22:17.968Z[ recovery-image] Oct 03 20:22:16.532 INFO O| Oct 03 20:22:16.532 INFO STEP 362 (remove_files) COMPLETE
52342024-10-03T20:22:17.970Z[ recovery-image] Oct 03 20:22:16.532 INFO O| Oct 03 20:22:16.532 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-10-03T20:22:17.987Z[ recovery-image] Oct 03 20:22:16.550 INFO O| Oct 03 20:22:16.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52362024-10-03T20:22:17.987Z[ recovery-image] Oct 03 20:22:16.551 INFO O| Oct 03 20:22:16.551 INFO STEP 363 (remove_files) COMPLETE
52372024-10-03T20:22:17.987Z[ recovery-image] Oct 03 20:22:16.551 INFO O| Oct 03 20:22:16.551 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-10-03T20:22:18.005Z[ recovery-image] Oct 03 20:22:16.568 INFO O| Oct 03 20:22:16.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52392024-10-03T20:22:18.005Z[ recovery-image] Oct 03 20:22:16.569 INFO O| Oct 03 20:22:16.569 INFO STEP 364 (remove_files) COMPLETE
52402024-10-03T20:22:18.005Z[ recovery-image] Oct 03 20:22:16.569 INFO O| Oct 03 20:22:16.569 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-10-03T20:22:18.022Z[ recovery-image] Oct 03 20:22:16.586 INFO O| Oct 03 20:22:16.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52422024-10-03T20:22:18.022Z[ recovery-image] Oct 03 20:22:16.586 INFO O| Oct 03 20:22:16.586 INFO STEP 365 (remove_files) COMPLETE
52432024-10-03T20:22:18.022Z[ recovery-image] Oct 03 20:22:16.586 INFO O| Oct 03 20:22:16.586 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-10-03T20:22:18.041Z[ recovery-image] Oct 03 20:22:16.604 INFO O| Oct 03 20:22:16.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52452024-10-03T20:22:18.041Z[ recovery-image] Oct 03 20:22:16.604 INFO O| Oct 03 20:22:16.604 INFO STEP 366 (remove_files) COMPLETE
52462024-10-03T20:22:18.041Z[ recovery-image] Oct 03 20:22:16.605 INFO O| Oct 03 20:22:16.604 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-10-03T20:22:18.060Z[ recovery-image] Oct 03 20:22:16.624 INFO O| Oct 03 20:22:16.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52482024-10-03T20:22:18.060Z[ recovery-image] Oct 03 20:22:16.624 INFO O| Oct 03 20:22:16.624 INFO STEP 367 (remove_files) COMPLETE
52492024-10-03T20:22:18.060Z[ recovery-image] Oct 03 20:22:16.624 INFO O| Oct 03 20:22:16.624 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-10-03T20:22:18.079Z[ recovery-image] Oct 03 20:22:16.643 INFO O| Oct 03 20:22:16.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52512024-10-03T20:22:18.079Z[ recovery-image] Oct 03 20:22:16.643 INFO O| Oct 03 20:22:16.643 INFO STEP 368 (remove_files) COMPLETE
52522024-10-03T20:22:18.079Z[ recovery-image] Oct 03 20:22:16.643 INFO O| Oct 03 20:22:16.643 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-10-03T20:22:18.098Z[ recovery-image] Oct 03 20:22:16.662 INFO O| Oct 03 20:22:16.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52542024-10-03T20:22:18.098Z[ recovery-image] Oct 03 20:22:16.662 INFO O| Oct 03 20:22:16.662 INFO STEP 369 (remove_files) COMPLETE
52552024-10-03T20:22:18.098Z[ recovery-image] Oct 03 20:22:16.662 INFO O| Oct 03 20:22:16.662 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-10-03T20:22:18.121Z[ recovery-image] Oct 03 20:22:16.685 INFO O| Oct 03 20:22:16.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52572024-10-03T20:22:18.124Z[ recovery-image] Oct 03 20:22:16.685 INFO O| Oct 03 20:22:16.685 INFO STEP 370 (remove_files) COMPLETE
52582024-10-03T20:22:18.124Z[ recovery-image] Oct 03 20:22:16.685 INFO O| Oct 03 20:22:16.685 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-10-03T20:22:18.141Z[ recovery-image] Oct 03 20:22:16.704 INFO O| Oct 03 20:22:16.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52602024-10-03T20:22:18.143Z[ recovery-image] Oct 03 20:22:16.705 INFO O| Oct 03 20:22:16.705 INFO STEP 371 (remove_files) COMPLETE
52612024-10-03T20:22:18.143Z[ recovery-image] Oct 03 20:22:16.705 INFO O| Oct 03 20:22:16.705 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-10-03T20:22:18.159Z[ recovery-image] Oct 03 20:22:16.723 INFO O| Oct 03 20:22:16.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52632024-10-03T20:22:18.159Z[ recovery-image] Oct 03 20:22:16.723 INFO O| Oct 03 20:22:16.723 INFO STEP 372 (remove_files) COMPLETE
52642024-10-03T20:22:18.160Z[ recovery-image] Oct 03 20:22:16.723 INFO O| Oct 03 20:22:16.723 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-10-03T20:22:18.178Z[ recovery-image] Oct 03 20:22:16.742 INFO O| Oct 03 20:22:16.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52662024-10-03T20:22:18.178Z[ recovery-image] Oct 03 20:22:16.742 INFO O| Oct 03 20:22:16.742 INFO STEP 373 (remove_files) COMPLETE
52672024-10-03T20:22:18.178Z[ recovery-image] Oct 03 20:22:16.742 INFO O| Oct 03 20:22:16.742 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-10-03T20:22:18.197Z[ recovery-image] Oct 03 20:22:16.761 INFO O| Oct 03 20:22:16.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52692024-10-03T20:22:18.198Z[ recovery-image] Oct 03 20:22:16.761 INFO O| Oct 03 20:22:16.761 INFO STEP 374 (remove_files) COMPLETE
52702024-10-03T20:22:18.198Z[ recovery-image] Oct 03 20:22:16.761 INFO O| Oct 03 20:22:16.761 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-10-03T20:22:18.218Z[ recovery-image] Oct 03 20:22:16.781 INFO O| Oct 03 20:22:16.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52722024-10-03T20:22:18.230Z[ recovery-image] Oct 03 20:22:16.792 INFO O| Oct 03 20:22:16.792 INFO STEP 375 (remove_files) COMPLETE
52732024-10-03T20:22:18.235Z[ recovery-image] Oct 03 20:22:16.792 INFO O| Oct 03 20:22:16.792 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-10-03T20:22:18.289Z[ recovery-image] Oct 03 20:22:16.850 INFO O| Oct 03 20:22:16.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52752024-10-03T20:22:18.293Z[ recovery-image] Oct 03 20:22:16.850 INFO O| Oct 03 20:22:16.850 INFO STEP 376 (remove_files) COMPLETE
52762024-10-03T20:22:18.293Z[ recovery-image] Oct 03 20:22:16.851 INFO O| Oct 03 20:22:16.850 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-10-03T20:22:18.305Z[ recovery-image] Oct 03 20:22:16.869 INFO O| Oct 03 20:22:16.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52782024-10-03T20:22:18.305Z[ recovery-image] Oct 03 20:22:16.869 INFO O| Oct 03 20:22:16.869 INFO STEP 377 (remove_files) COMPLETE
52792024-10-03T20:22:18.305Z[ recovery-image] Oct 03 20:22:16.869 INFO O| Oct 03 20:22:16.869 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-10-03T20:22:18.324Z[ recovery-image] Oct 03 20:22:16.888 INFO O| Oct 03 20:22:16.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52812024-10-03T20:22:18.324Z[ recovery-image] Oct 03 20:22:16.888 INFO O| Oct 03 20:22:16.888 INFO STEP 378 (remove_files) COMPLETE
52822024-10-03T20:22:18.327Z[ recovery-image] Oct 03 20:22:16.888 INFO O| Oct 03 20:22:16.888 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-10-03T20:22:18.362Z[ recovery-image] Oct 03 20:22:16.926 INFO O| Oct 03 20:22:16.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52842024-10-03T20:22:18.363Z[ recovery-image] Oct 03 20:22:16.926 INFO O| Oct 03 20:22:16.926 INFO STEP 379 (remove_files) COMPLETE
52852024-10-03T20:22:18.363Z[ recovery-image] Oct 03 20:22:16.926 INFO O| Oct 03 20:22:16.926 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-10-03T20:22:18.403Z[ recovery-image] Oct 03 20:22:16.966 INFO O| Oct 03 20:22:16.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52872024-10-03T20:22:18.403Z[ recovery-image] Oct 03 20:22:16.966 INFO O| Oct 03 20:22:16.966 INFO STEP 380 (remove_files) COMPLETE
52882024-10-03T20:22:18.403Z[ recovery-image] Oct 03 20:22:16.966 INFO O| Oct 03 20:22:16.966 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-10-03T20:22:18.422Z[ recovery-image] Oct 03 20:22:16.984 INFO O| Oct 03 20:22:16.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52902024-10-03T20:22:18.422Z[ recovery-image] Oct 03 20:22:16.985 INFO O| Oct 03 20:22:16.984 INFO STEP 381 (remove_files) COMPLETE
52912024-10-03T20:22:18.422Z[ recovery-image] Oct 03 20:22:16.985 INFO O| Oct 03 20:22:16.984 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-10-03T20:22:18.495Z[ recovery-image] Oct 03 20:22:17.059 INFO O| Oct 03 20:22:17.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52932024-10-03T20:22:18.495Z[ recovery-image] Oct 03 20:22:17.059 INFO O| Oct 03 20:22:17.059 INFO STEP 382 (remove_files) COMPLETE
52942024-10-03T20:22:18.498Z[ recovery-image] Oct 03 20:22:17.059 INFO O| Oct 03 20:22:17.059 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-10-03T20:22:18.519Z[ recovery-image] Oct 03 20:22:17.083 INFO O| Oct 03 20:22:17.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52962024-10-03T20:22:18.519Z[ recovery-image] Oct 03 20:22:17.083 INFO O| Oct 03 20:22:17.083 INFO STEP 383 (remove_files) COMPLETE
52972024-10-03T20:22:18.520Z[ recovery-image] Oct 03 20:22:17.083 INFO O| Oct 03 20:22:17.083 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-10-03T20:22:18.547Z[ recovery-image] Oct 03 20:22:17.110 INFO O| Oct 03 20:22:17.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52992024-10-03T20:22:18.547Z[ recovery-image] Oct 03 20:22:17.111 INFO O| Oct 03 20:22:17.111 INFO STEP 384 (remove_files) COMPLETE
53002024-10-03T20:22:18.547Z[ recovery-image] Oct 03 20:22:17.111 INFO O| Oct 03 20:22:17.111 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-10-03T20:22:18.569Z[ recovery-image] Oct 03 20:22:17.133 INFO O| Oct 03 20:22:17.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53022024-10-03T20:22:18.569Z[ recovery-image] Oct 03 20:22:17.133 INFO O| Oct 03 20:22:17.133 INFO STEP 385 (remove_files) COMPLETE
53032024-10-03T20:22:18.572Z[ recovery-image] Oct 03 20:22:17.133 INFO O| Oct 03 20:22:17.133 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-10-03T20:22:18.608Z[ recovery-image] Oct 03 20:22:17.172 INFO O| Oct 03 20:22:17.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53052024-10-03T20:22:18.608Z[ recovery-image] Oct 03 20:22:17.172 INFO O| Oct 03 20:22:17.172 INFO STEP 386 (remove_files) COMPLETE
53062024-10-03T20:22:18.608Z[ recovery-image] Oct 03 20:22:17.172 INFO O| Oct 03 20:22:17.172 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-10-03T20:22:18.647Z[ recovery-image] Oct 03 20:22:17.210 INFO O| Oct 03 20:22:17.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53082024-10-03T20:22:18.647Z[ recovery-image] Oct 03 20:22:17.210 INFO O| Oct 03 20:22:17.210 INFO STEP 387 (remove_files) COMPLETE
53092024-10-03T20:22:18.650Z[ recovery-image] Oct 03 20:22:17.210 INFO O| Oct 03 20:22:17.210 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-10-03T20:22:18.678Z[ recovery-image] Oct 03 20:22:17.242 INFO O| Oct 03 20:22:17.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53112024-10-03T20:22:18.678Z[ recovery-image] Oct 03 20:22:17.242 INFO O| Oct 03 20:22:17.242 INFO STEP 388 (remove_files) COMPLETE
53122024-10-03T20:22:18.679Z[ recovery-image] Oct 03 20:22:17.242 INFO O| Oct 03 20:22:17.242 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-10-03T20:22:18.696Z[ recovery-image] Oct 03 20:22:17.260 INFO O| Oct 03 20:22:17.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53142024-10-03T20:22:18.696Z[ recovery-image] Oct 03 20:22:17.260 INFO O| Oct 03 20:22:17.260 INFO STEP 389 (remove_files) COMPLETE
53152024-10-03T20:22:18.696Z[ recovery-image] Oct 03 20:22:17.260 INFO O| Oct 03 20:22:17.260 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-10-03T20:22:18.712Z[ recovery-image] Oct 03 20:22:17.276 INFO O| Oct 03 20:22:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53172024-10-03T20:22:18.712Z[ recovery-image] Oct 03 20:22:17.276 INFO O| Oct 03 20:22:17.276 INFO STEP 390 (remove_files) COMPLETE
53182024-10-03T20:22:18.715Z[ recovery-image] Oct 03 20:22:17.276 INFO O| Oct 03 20:22:17.276 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-10-03T20:22:18.729Z[ recovery-image] Oct 03 20:22:17.292 INFO O| Oct 03 20:22:17.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53202024-10-03T20:22:18.729Z[ recovery-image] Oct 03 20:22:17.293 INFO O| Oct 03 20:22:17.293 INFO STEP 391 (remove_files) COMPLETE
53212024-10-03T20:22:18.729Z[ recovery-image] Oct 03 20:22:17.293 INFO O| Oct 03 20:22:17.293 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-10-03T20:22:18.745Z[ recovery-image] Oct 03 20:22:17.309 INFO O| Oct 03 20:22:17.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53232024-10-03T20:22:18.745Z[ recovery-image] Oct 03 20:22:17.309 INFO O| Oct 03 20:22:17.309 INFO STEP 392 (remove_files) COMPLETE
53242024-10-03T20:22:18.745Z[ recovery-image] Oct 03 20:22:17.309 INFO O| Oct 03 20:22:17.309 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-10-03T20:22:18.764Z[ recovery-image] Oct 03 20:22:17.327 INFO O| Oct 03 20:22:17.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53262024-10-03T20:22:18.764Z[ recovery-image] Oct 03 20:22:17.327 INFO O| Oct 03 20:22:17.327 INFO STEP 393 (remove_files) COMPLETE
53272024-10-03T20:22:18.764Z[ recovery-image] Oct 03 20:22:17.327 INFO O| Oct 03 20:22:17.327 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-10-03T20:22:18.783Z[ recovery-image] Oct 03 20:22:17.345 INFO O| Oct 03 20:22:17.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53292024-10-03T20:22:18.783Z[ recovery-image] Oct 03 20:22:17.345 INFO O| Oct 03 20:22:17.345 INFO STEP 394 (remove_files) COMPLETE
53302024-10-03T20:22:18.783Z[ recovery-image] Oct 03 20:22:17.345 INFO O| Oct 03 20:22:17.345 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-10-03T20:22:18.807Z[ recovery-image] Oct 03 20:22:17.371 INFO O| Oct 03 20:22:17.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53322024-10-03T20:22:18.808Z[ recovery-image] Oct 03 20:22:17.371 INFO O| Oct 03 20:22:17.371 INFO STEP 395 (remove_files) COMPLETE
53332024-10-03T20:22:18.810Z[ recovery-image] Oct 03 20:22:17.371 INFO O| Oct 03 20:22:17.371 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-10-03T20:22:18.836Z[ recovery-image] Oct 03 20:22:17.399 INFO O| Oct 03 20:22:17.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53352024-10-03T20:22:18.836Z[ recovery-image] Oct 03 20:22:17.400 INFO O| Oct 03 20:22:17.399 INFO STEP 396 (remove_files) COMPLETE
53362024-10-03T20:22:18.836Z[ recovery-image] Oct 03 20:22:17.400 INFO O| Oct 03 20:22:17.400 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-10-03T20:22:18.860Z[ recovery-image] Oct 03 20:22:17.423 INFO O| Oct 03 20:22:17.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53382024-10-03T20:22:18.860Z[ recovery-image] Oct 03 20:22:17.424 INFO O| Oct 03 20:22:17.423 INFO STEP 397 (remove_files) COMPLETE
53392024-10-03T20:22:18.862Z[ recovery-image] Oct 03 20:22:17.424 INFO O| Oct 03 20:22:17.423 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-10-03T20:22:18.889Z[ recovery-image] Oct 03 20:22:17.452 INFO O| Oct 03 20:22:17.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53412024-10-03T20:22:18.889Z[ recovery-image] Oct 03 20:22:17.452 INFO O| Oct 03 20:22:17.452 INFO STEP 398 (remove_files) COMPLETE
53422024-10-03T20:22:18.889Z[ recovery-image] Oct 03 20:22:17.452 INFO O| Oct 03 20:22:17.452 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-10-03T20:22:18.915Z[ recovery-image] Oct 03 20:22:17.478 INFO O| Oct 03 20:22:17.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53442024-10-03T20:22:18.915Z[ recovery-image] Oct 03 20:22:17.478 INFO O| Oct 03 20:22:17.478 INFO STEP 399 (remove_files) COMPLETE
53452024-10-03T20:22:18.915Z[ recovery-image] Oct 03 20:22:17.478 INFO O| Oct 03 20:22:17.478 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-10-03T20:22:18.941Z[ recovery-image] Oct 03 20:22:17.504 INFO O| Oct 03 20:22:17.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53472024-10-03T20:22:18.946Z[ recovery-image] Oct 03 20:22:17.510 INFO O| Oct 03 20:22:17.510 INFO STEP 400 (remove_files) COMPLETE
53482024-10-03T20:22:18.949Z[ recovery-image] Oct 03 20:22:17.510 INFO O| Oct 03 20:22:17.510 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-10-03T20:22:19.005Z[ recovery-image] Oct 03 20:22:17.568 INFO O| Oct 03 20:22:17.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53502024-10-03T20:22:19.005Z[ recovery-image] Oct 03 20:22:17.568 INFO O| Oct 03 20:22:17.568 INFO STEP 401 (remove_files) COMPLETE
53512024-10-03T20:22:19.005Z[ recovery-image] Oct 03 20:22:17.568 INFO O| Oct 03 20:22:17.568 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-10-03T20:22:19.025Z[ recovery-image] Oct 03 20:22:17.588 INFO O| Oct 03 20:22:17.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53532024-10-03T20:22:19.025Z[ recovery-image] Oct 03 20:22:17.588 INFO O| Oct 03 20:22:17.588 INFO STEP 402 (remove_files) COMPLETE
53542024-10-03T20:22:19.025Z[ recovery-image] Oct 03 20:22:17.589 INFO O| Oct 03 20:22:17.588 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-10-03T20:22:19.044Z[ recovery-image] Oct 03 20:22:17.608 INFO O| Oct 03 20:22:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53562024-10-03T20:22:19.044Z[ recovery-image] Oct 03 20:22:17.608 INFO O| Oct 03 20:22:17.608 INFO STEP 403 (remove_files) COMPLETE
53572024-10-03T20:22:19.048Z[ recovery-image] Oct 03 20:22:17.608 INFO O| Oct 03 20:22:17.608 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-10-03T20:22:19.064Z[ recovery-image] Oct 03 20:22:17.628 INFO O| Oct 03 20:22:17.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53592024-10-03T20:22:19.064Z[ recovery-image] Oct 03 20:22:17.628 INFO O| Oct 03 20:22:17.628 INFO STEP 404 (remove_files) COMPLETE
53602024-10-03T20:22:19.066Z[ recovery-image] Oct 03 20:22:17.628 INFO O| Oct 03 20:22:17.628 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-10-03T20:22:19.109Z[ recovery-image] Oct 03 20:22:17.672 INFO O| Oct 03 20:22:17.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53622024-10-03T20:22:19.109Z[ recovery-image] Oct 03 20:22:17.672 INFO O| Oct 03 20:22:17.672 INFO STEP 405 (remove_files) COMPLETE
53632024-10-03T20:22:19.111Z[ recovery-image] Oct 03 20:22:17.672 INFO O| Oct 03 20:22:17.672 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-10-03T20:22:19.129Z[ recovery-image] Oct 03 20:22:17.692 INFO O| Oct 03 20:22:17.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53652024-10-03T20:22:19.129Z[ recovery-image] Oct 03 20:22:17.693 INFO O| Oct 03 20:22:17.692 INFO STEP 406 (remove_files) COMPLETE
53662024-10-03T20:22:19.131Z[ recovery-image] Oct 03 20:22:17.693 INFO O| Oct 03 20:22:17.693 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-10-03T20:22:19.148Z[ recovery-image] Oct 03 20:22:17.712 INFO O| Oct 03 20:22:17.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53682024-10-03T20:22:19.148Z[ recovery-image] Oct 03 20:22:17.712 INFO O| Oct 03 20:22:17.712 INFO STEP 407 (remove_files) COMPLETE
53692024-10-03T20:22:19.151Z[ recovery-image] Oct 03 20:22:17.712 INFO O| Oct 03 20:22:17.712 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-10-03T20:22:19.167Z[ recovery-image] Oct 03 20:22:17.731 INFO O| Oct 03 20:22:17.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53712024-10-03T20:22:19.167Z[ recovery-image] Oct 03 20:22:17.731 INFO O| Oct 03 20:22:17.731 INFO STEP 408 (remove_files) COMPLETE
53722024-10-03T20:22:19.170Z[ recovery-image] Oct 03 20:22:17.731 INFO O| Oct 03 20:22:17.731 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-10-03T20:22:19.187Z[ recovery-image] Oct 03 20:22:17.750 INFO O| Oct 03 20:22:17.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53742024-10-03T20:22:19.187Z[ recovery-image] Oct 03 20:22:17.750 INFO O| Oct 03 20:22:17.750 INFO STEP 409 (remove_files) COMPLETE
53752024-10-03T20:22:19.189Z[ recovery-image] Oct 03 20:22:17.750 INFO O| Oct 03 20:22:17.750 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-10-03T20:22:19.206Z[ recovery-image] Oct 03 20:22:17.770 INFO O| Oct 03 20:22:17.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53772024-10-03T20:22:19.206Z[ recovery-image] Oct 03 20:22:17.770 INFO O| Oct 03 20:22:17.770 INFO STEP 410 (remove_files) COMPLETE
53782024-10-03T20:22:19.206Z[ recovery-image] Oct 03 20:22:17.770 INFO O| Oct 03 20:22:17.770 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-10-03T20:22:19.227Z[ recovery-image] Oct 03 20:22:17.789 INFO O| Oct 03 20:22:17.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53802024-10-03T20:22:19.227Z[ recovery-image] Oct 03 20:22:17.789 INFO O| Oct 03 20:22:17.789 INFO STEP 411 (remove_files) COMPLETE
53812024-10-03T20:22:19.231Z[ recovery-image] Oct 03 20:22:17.789 INFO O| Oct 03 20:22:17.789 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-10-03T20:22:19.244Z[ recovery-image] Oct 03 20:22:17.808 INFO O| Oct 03 20:22:17.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53832024-10-03T20:22:19.245Z[ recovery-image] Oct 03 20:22:17.808 INFO O| Oct 03 20:22:17.808 INFO STEP 412 (remove_files) COMPLETE
53842024-10-03T20:22:19.247Z[ recovery-image] Oct 03 20:22:17.808 INFO O| Oct 03 20:22:17.808 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-10-03T20:22:19.263Z[ recovery-image] Oct 03 20:22:17.827 INFO O| Oct 03 20:22:17.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53862024-10-03T20:22:19.263Z[ recovery-image] Oct 03 20:22:17.827 INFO O| Oct 03 20:22:17.827 INFO STEP 413 (remove_files) COMPLETE
53872024-10-03T20:22:19.266Z[ recovery-image] Oct 03 20:22:17.827 INFO O| Oct 03 20:22:17.827 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-10-03T20:22:19.282Z[ recovery-image] Oct 03 20:22:17.846 INFO O| Oct 03 20:22:17.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53892024-10-03T20:22:19.282Z[ recovery-image] Oct 03 20:22:17.846 INFO O| Oct 03 20:22:17.846 INFO STEP 414 (remove_files) COMPLETE
53902024-10-03T20:22:19.286Z[ recovery-image] Oct 03 20:22:17.846 INFO O| Oct 03 20:22:17.846 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-10-03T20:22:19.373Z[ recovery-image] Oct 03 20:22:17.937 INFO O| Oct 03 20:22:17.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53922024-10-03T20:22:19.373Z[ recovery-image] Oct 03 20:22:17.937 INFO O| Oct 03 20:22:17.937 INFO STEP 415 (remove_files) COMPLETE
53932024-10-03T20:22:19.376Z[ recovery-image] Oct 03 20:22:17.937 INFO O| Oct 03 20:22:17.937 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-10-03T20:22:19.409Z[ recovery-image] Oct 03 20:22:17.972 INFO O| Oct 03 20:22:17.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53952024-10-03T20:22:19.411Z[ recovery-image] Oct 03 20:22:17.973 INFO O| Oct 03 20:22:17.973 INFO STEP 416 (remove_files) COMPLETE
53962024-10-03T20:22:19.411Z[ recovery-image] Oct 03 20:22:17.973 INFO O| Oct 03 20:22:17.973 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-10-03T20:22:19.429Z[ recovery-image] Oct 03 20:22:17.993 INFO O| Oct 03 20:22:17.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53982024-10-03T20:22:19.429Z[ recovery-image] Oct 03 20:22:17.993 INFO O| Oct 03 20:22:17.993 INFO STEP 417 (remove_files) COMPLETE
53992024-10-03T20:22:19.433Z[ recovery-image] Oct 03 20:22:17.993 INFO O| Oct 03 20:22:17.993 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-10-03T20:22:19.452Z[ recovery-image] Oct 03 20:22:18.016 INFO O| Oct 03 20:22:18.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54012024-10-03T20:22:19.456Z[ recovery-image] Oct 03 20:22:18.016 INFO O| Oct 03 20:22:18.016 INFO STEP 418 (remove_files) COMPLETE
54022024-10-03T20:22:19.456Z[ recovery-image] Oct 03 20:22:18.016 INFO O| Oct 03 20:22:18.016 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-10-03T20:22:19.472Z[ recovery-image] Oct 03 20:22:18.035 INFO O| Oct 03 20:22:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54042024-10-03T20:22:19.472Z[ recovery-image] Oct 03 20:22:18.035 INFO O| Oct 03 20:22:18.035 INFO STEP 419 (remove_files) COMPLETE
54052024-10-03T20:22:19.472Z[ recovery-image] Oct 03 20:22:18.035 INFO O| Oct 03 20:22:18.035 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-10-03T20:22:19.492Z[ recovery-image] Oct 03 20:22:18.055 INFO O| Oct 03 20:22:18.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54072024-10-03T20:22:19.492Z[ recovery-image] Oct 03 20:22:18.055 INFO O| Oct 03 20:22:18.055 INFO STEP 420 (remove_files) COMPLETE
54082024-10-03T20:22:19.492Z[ recovery-image] Oct 03 20:22:18.055 INFO O| Oct 03 20:22:18.055 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-10-03T20:22:19.510Z[ recovery-image] Oct 03 20:22:18.074 INFO O| Oct 03 20:22:18.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54102024-10-03T20:22:19.510Z[ recovery-image] Oct 03 20:22:18.074 INFO O| Oct 03 20:22:18.074 INFO STEP 421 (remove_files) COMPLETE
54112024-10-03T20:22:19.510Z[ recovery-image] Oct 03 20:22:18.074 INFO O| Oct 03 20:22:18.074 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-10-03T20:22:19.529Z[ recovery-image] Oct 03 20:22:18.093 INFO O| Oct 03 20:22:18.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54132024-10-03T20:22:19.529Z[ recovery-image] Oct 03 20:22:18.093 INFO O| Oct 03 20:22:18.093 INFO STEP 422 (remove_files) COMPLETE
54142024-10-03T20:22:19.529Z[ recovery-image] Oct 03 20:22:18.093 INFO O| Oct 03 20:22:18.093 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-10-03T20:22:19.549Z[ recovery-image] Oct 03 20:22:18.112 INFO O| Oct 03 20:22:18.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54162024-10-03T20:22:19.549Z[ recovery-image] Oct 03 20:22:18.112 INFO O| Oct 03 20:22:18.112 INFO STEP 423 (remove_files) COMPLETE
54172024-10-03T20:22:19.549Z[ recovery-image] Oct 03 20:22:18.113 INFO O| Oct 03 20:22:18.112 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-10-03T20:22:19.573Z[ recovery-image] Oct 03 20:22:18.137 INFO O| Oct 03 20:22:18.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54192024-10-03T20:22:19.573Z[ recovery-image] Oct 03 20:22:18.137 INFO O| Oct 03 20:22:18.137 INFO STEP 424 (remove_files) COMPLETE
54202024-10-03T20:22:19.573Z[ recovery-image] Oct 03 20:22:18.137 INFO O| Oct 03 20:22:18.137 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-10-03T20:22:19.637Z[ recovery-image] Oct 03 20:22:18.200 INFO O| Oct 03 20:22:18.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54222024-10-03T20:22:19.640Z[ recovery-image] Oct 03 20:22:18.200 INFO O| Oct 03 20:22:18.200 INFO STEP 425 (remove_files) COMPLETE
54232024-10-03T20:22:19.640Z[ recovery-image] Oct 03 20:22:18.200 INFO O| Oct 03 20:22:18.200 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-10-03T20:22:19.742Z[ recovery-image] Oct 03 20:22:18.306 INFO O| Oct 03 20:22:18.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54252024-10-03T20:22:19.742Z[ recovery-image] Oct 03 20:22:18.306 INFO O| Oct 03 20:22:18.306 INFO STEP 426 (remove_files) COMPLETE
54262024-10-03T20:22:19.742Z[ recovery-image] Oct 03 20:22:18.306 INFO O| Oct 03 20:22:18.306 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-10-03T20:22:19.767Z[ recovery-image] Oct 03 20:22:18.328 INFO O| Oct 03 20:22:18.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54282024-10-03T20:22:19.767Z[ recovery-image] Oct 03 20:22:18.328 INFO O| Oct 03 20:22:18.328 INFO STEP 427 (remove_files) COMPLETE
54292024-10-03T20:22:19.767Z[ recovery-image] Oct 03 20:22:18.328 INFO O| Oct 03 20:22:18.328 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-10-03T20:22:19.896Z[ recovery-image] Oct 03 20:22:18.459 INFO O| Oct 03 20:22:18.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54312024-10-03T20:22:19.896Z[ recovery-image] Oct 03 20:22:18.459 INFO O| Oct 03 20:22:18.459 INFO STEP 428 (remove_files) COMPLETE
54322024-10-03T20:22:19.896Z[ recovery-image] Oct 03 20:22:18.459 INFO O| Oct 03 20:22:18.459 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-10-03T20:22:19.936Z[ recovery-image] Oct 03 20:22:18.499 INFO O| Oct 03 20:22:18.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54342024-10-03T20:22:19.936Z[ recovery-image] Oct 03 20:22:18.499 INFO O| Oct 03 20:22:18.499 INFO STEP 429 (remove_files) COMPLETE
54352024-10-03T20:22:19.936Z[ recovery-image] Oct 03 20:22:18.499 INFO O| Oct 03 20:22:18.499 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-10-03T20:22:19.957Z[ recovery-image] Oct 03 20:22:18.519 INFO O| Oct 03 20:22:18.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54372024-10-03T20:22:19.957Z[ recovery-image] Oct 03 20:22:18.519 INFO O| Oct 03 20:22:18.519 INFO STEP 430 (remove_files) COMPLETE
54382024-10-03T20:22:19.957Z[ recovery-image] Oct 03 20:22:18.519 INFO O| Oct 03 20:22:18.519 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-10-03T20:22:19.974Z[ recovery-image] Oct 03 20:22:18.538 INFO O| Oct 03 20:22:18.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54402024-10-03T20:22:19.991Z[ recovery-image] Oct 03 20:22:18.554 INFO O| Oct 03 20:22:18.554 INFO STEP 431 (remove_files) COMPLETE
54412024-10-03T20:22:19.991Z[ recovery-image] Oct 03 20:22:18.554 INFO O| Oct 03 20:22:18.554 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-10-03T20:22:20.041Z[ recovery-image] Oct 03 20:22:18.604 INFO O| Oct 03 20:22:18.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54432024-10-03T20:22:20.041Z[ recovery-image] Oct 03 20:22:18.604 INFO O| Oct 03 20:22:18.604 INFO STEP 432 (remove_files) COMPLETE
54442024-10-03T20:22:20.041Z[ recovery-image] Oct 03 20:22:18.604 INFO O| Oct 03 20:22:18.604 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-10-03T20:22:20.099Z[ recovery-image] Oct 03 20:22:18.663 INFO O| Oct 03 20:22:18.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54462024-10-03T20:22:20.102Z[ recovery-image] Oct 03 20:22:18.663 INFO O| Oct 03 20:22:18.663 INFO STEP 433 (remove_files) COMPLETE
54472024-10-03T20:22:20.102Z[ recovery-image] Oct 03 20:22:18.663 INFO O| Oct 03 20:22:18.663 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-10-03T20:22:20.121Z[ recovery-image] Oct 03 20:22:18.684 INFO O| Oct 03 20:22:18.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54492024-10-03T20:22:20.123Z[ recovery-image] Oct 03 20:22:18.684 INFO O| Oct 03 20:22:18.684 INFO STEP 434 (remove_files) COMPLETE
54502024-10-03T20:22:20.123Z[ recovery-image] Oct 03 20:22:18.684 INFO O| Oct 03 20:22:18.684 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-10-03T20:22:20.141Z[ recovery-image] Oct 03 20:22:18.704 INFO O| Oct 03 20:22:18.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54522024-10-03T20:22:20.144Z[ recovery-image] Oct 03 20:22:18.704 INFO O| Oct 03 20:22:18.704 INFO STEP 435 (remove_files) COMPLETE
54532024-10-03T20:22:20.144Z[ recovery-image] Oct 03 20:22:18.705 INFO O| Oct 03 20:22:18.704 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-10-03T20:22:20.161Z[ recovery-image] Oct 03 20:22:18.725 INFO O| Oct 03 20:22:18.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54552024-10-03T20:22:20.163Z[ recovery-image] Oct 03 20:22:18.725 INFO O| Oct 03 20:22:18.725 INFO STEP 436 (remove_files) COMPLETE
54562024-10-03T20:22:20.163Z[ recovery-image] Oct 03 20:22:18.725 INFO O| Oct 03 20:22:18.725 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-10-03T20:22:20.184Z[ recovery-image] Oct 03 20:22:18.746 INFO O| Oct 03 20:22:18.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54582024-10-03T20:22:20.187Z[ recovery-image] Oct 03 20:22:18.746 INFO O| Oct 03 20:22:18.746 INFO STEP 437 (remove_files) COMPLETE
54592024-10-03T20:22:20.187Z[ recovery-image] Oct 03 20:22:18.746 INFO O| Oct 03 20:22:18.746 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-10-03T20:22:20.200Z[ recovery-image] Oct 03 20:22:18.763 INFO O| Oct 03 20:22:18.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54612024-10-03T20:22:20.202Z[ recovery-image] Oct 03 20:22:18.763 INFO O| Oct 03 20:22:18.763 INFO STEP 438 (remove_files) COMPLETE
54622024-10-03T20:22:20.203Z[ recovery-image] Oct 03 20:22:18.763 INFO O| Oct 03 20:22:18.763 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-10-03T20:22:20.216Z[ recovery-image] Oct 03 20:22:18.780 INFO O| Oct 03 20:22:18.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54642024-10-03T20:22:20.219Z[ recovery-image] Oct 03 20:22:18.780 INFO O| Oct 03 20:22:18.780 INFO STEP 439 (remove_files) COMPLETE
54652024-10-03T20:22:20.219Z[ recovery-image] Oct 03 20:22:18.780 INFO O| Oct 03 20:22:18.780 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-10-03T20:22:20.234Z[ recovery-image] Oct 03 20:22:18.796 INFO O| Oct 03 20:22:18.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54672024-10-03T20:22:20.237Z[ recovery-image] Oct 03 20:22:18.796 INFO O| Oct 03 20:22:18.796 INFO STEP 440 (remove_files) COMPLETE
54682024-10-03T20:22:20.237Z[ recovery-image] Oct 03 20:22:18.796 INFO O| Oct 03 20:22:18.796 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-10-03T20:22:20.248Z[ recovery-image] Oct 03 20:22:18.812 INFO O| Oct 03 20:22:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54702024-10-03T20:22:20.251Z[ recovery-image] Oct 03 20:22:18.812 INFO O| Oct 03 20:22:18.812 INFO STEP 441 (remove_files) COMPLETE
54712024-10-03T20:22:20.251Z[ recovery-image] Oct 03 20:22:18.812 INFO O| Oct 03 20:22:18.812 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-10-03T20:22:20.323Z[ recovery-image] Oct 03 20:22:18.887 INFO O| Oct 03 20:22:18.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54732024-10-03T20:22:20.326Z[ recovery-image] Oct 03 20:22:18.887 INFO O| Oct 03 20:22:18.887 INFO STEP 442 (remove_files) COMPLETE
54742024-10-03T20:22:20.326Z[ recovery-image] Oct 03 20:22:18.887 INFO O| Oct 03 20:22:18.887 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-10-03T20:22:20.348Z[ recovery-image] Oct 03 20:22:18.911 INFO O| Oct 03 20:22:18.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54762024-10-03T20:22:20.348Z[ recovery-image] Oct 03 20:22:18.911 INFO O| Oct 03 20:22:18.911 INFO STEP 443 (remove_files) COMPLETE
54772024-10-03T20:22:20.348Z[ recovery-image] Oct 03 20:22:18.911 INFO O| Oct 03 20:22:18.911 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-10-03T20:22:20.376Z[ recovery-image] Oct 03 20:22:18.939 INFO O| Oct 03 20:22:18.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54792024-10-03T20:22:20.378Z[ recovery-image] Oct 03 20:22:18.939 INFO O| Oct 03 20:22:18.939 INFO STEP 444 (remove_files) COMPLETE
54802024-10-03T20:22:20.378Z[ recovery-image] Oct 03 20:22:18.939 INFO O| Oct 03 20:22:18.939 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-10-03T20:22:20.398Z[ recovery-image] Oct 03 20:22:18.961 INFO O| Oct 03 20:22:18.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54822024-10-03T20:22:20.402Z[ recovery-image] Oct 03 20:22:18.961 INFO O| Oct 03 20:22:18.961 INFO STEP 445 (remove_files) COMPLETE
54832024-10-03T20:22:20.402Z[ recovery-image] Oct 03 20:22:18.961 INFO O| Oct 03 20:22:18.961 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-10-03T20:22:20.422Z[ recovery-image] Oct 03 20:22:18.985 INFO O| Oct 03 20:22:18.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54852024-10-03T20:22:20.422Z[ recovery-image] Oct 03 20:22:18.986 INFO O| Oct 03 20:22:18.985 INFO STEP 446 (remove_files) COMPLETE
54862024-10-03T20:22:20.422Z[ recovery-image] Oct 03 20:22:18.986 INFO O| Oct 03 20:22:18.986 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-10-03T20:22:20.445Z[ recovery-image] Oct 03 20:22:19.009 INFO O| Oct 03 20:22:19.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54882024-10-03T20:22:20.448Z[ recovery-image] Oct 03 20:22:19.009 INFO O| Oct 03 20:22:19.009 INFO STEP 447 (remove_files) COMPLETE
54892024-10-03T20:22:20.449Z[ recovery-image] Oct 03 20:22:19.009 INFO O| Oct 03 20:22:19.009 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-10-03T20:22:20.492Z[ recovery-image] Oct 03 20:22:19.056 INFO O| Oct 03 20:22:19.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54912024-10-03T20:22:20.492Z[ recovery-image] Oct 03 20:22:19.056 INFO O| Oct 03 20:22:19.056 INFO STEP 448 (remove_files) COMPLETE
54922024-10-03T20:22:20.492Z[ recovery-image] Oct 03 20:22:19.056 INFO O| Oct 03 20:22:19.056 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-10-03T20:22:20.512Z[ recovery-image] Oct 03 20:22:19.076 INFO O| Oct 03 20:22:19.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54942024-10-03T20:22:20.512Z[ recovery-image] Oct 03 20:22:19.076 INFO O| Oct 03 20:22:19.076 INFO STEP 449 (remove_files) COMPLETE
54952024-10-03T20:22:20.512Z[ recovery-image] Oct 03 20:22:19.076 INFO O| Oct 03 20:22:19.076 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-10-03T20:22:20.529Z[ recovery-image] Oct 03 20:22:19.092 INFO O| Oct 03 20:22:19.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54972024-10-03T20:22:20.529Z[ recovery-image] Oct 03 20:22:19.092 INFO O| Oct 03 20:22:19.092 INFO STEP 450 (remove_files) COMPLETE
54982024-10-03T20:22:20.529Z[ recovery-image] Oct 03 20:22:19.092 INFO O| Oct 03 20:22:19.092 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-10-03T20:22:20.548Z[ recovery-image] Oct 03 20:22:19.112 INFO O| Oct 03 20:22:19.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55002024-10-03T20:22:20.549Z[ recovery-image] Oct 03 20:22:19.112 INFO O| Oct 03 20:22:19.112 INFO STEP 451 (remove_files) COMPLETE
55012024-10-03T20:22:20.549Z[ recovery-image] Oct 03 20:22:19.112 INFO O| Oct 03 20:22:19.112 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-10-03T20:22:20.575Z[ recovery-image] Oct 03 20:22:19.139 INFO O| Oct 03 20:22:19.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55032024-10-03T20:22:20.575Z[ recovery-image] Oct 03 20:22:19.139 INFO O| Oct 03 20:22:19.139 INFO STEP 452 (remove_files) COMPLETE
55042024-10-03T20:22:20.578Z[ recovery-image] Oct 03 20:22:19.139 INFO O| Oct 03 20:22:19.139 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-10-03T20:22:20.616Z[ recovery-image] Oct 03 20:22:19.179 INFO O| Oct 03 20:22:19.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55062024-10-03T20:22:20.616Z[ recovery-image] Oct 03 20:22:19.179 INFO O| Oct 03 20:22:19.179 INFO STEP 453 (remove_files) COMPLETE
55072024-10-03T20:22:20.616Z[ recovery-image] Oct 03 20:22:19.179 INFO O| Oct 03 20:22:19.179 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-10-03T20:22:20.669Z[ recovery-image] Oct 03 20:22:19.232 INFO O| Oct 03 20:22:19.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55092024-10-03T20:22:20.669Z[ recovery-image] Oct 03 20:22:19.233 INFO O| Oct 03 20:22:19.233 INFO STEP 454 (remove_files) COMPLETE
55102024-10-03T20:22:20.669Z[ recovery-image] Oct 03 20:22:19.233 INFO O| Oct 03 20:22:19.233 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-10-03T20:22:20.696Z[ recovery-image] Oct 03 20:22:19.258 INFO O| Oct 03 20:22:19.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55122024-10-03T20:22:20.696Z[ recovery-image] Oct 03 20:22:19.258 INFO O| Oct 03 20:22:19.258 INFO STEP 455 (remove_files) COMPLETE
55132024-10-03T20:22:20.699Z[ recovery-image] Oct 03 20:22:19.258 INFO O| Oct 03 20:22:19.258 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-10-03T20:22:20.714Z[ recovery-image] Oct 03 20:22:19.277 INFO O| Oct 03 20:22:19.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55152024-10-03T20:22:20.716Z[ recovery-image] Oct 03 20:22:19.277 INFO O| Oct 03 20:22:19.277 INFO STEP 456 (remove_files) COMPLETE
55162024-10-03T20:22:20.716Z[ recovery-image] Oct 03 20:22:19.277 INFO O| Oct 03 20:22:19.277 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-10-03T20:22:20.733Z[ recovery-image] Oct 03 20:22:19.297 INFO O| Oct 03 20:22:19.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55182024-10-03T20:22:20.735Z[ recovery-image] Oct 03 20:22:19.297 INFO O| Oct 03 20:22:19.297 INFO STEP 457 (remove_files) COMPLETE
55192024-10-03T20:22:20.735Z[ recovery-image] Oct 03 20:22:19.297 INFO O| Oct 03 20:22:19.297 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-10-03T20:22:20.803Z[ recovery-image] Oct 03 20:22:19.367 INFO O| Oct 03 20:22:19.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55212024-10-03T20:22:20.803Z[ recovery-image] Oct 03 20:22:19.367 INFO O| Oct 03 20:22:19.367 INFO STEP 458 (remove_files) COMPLETE
55222024-10-03T20:22:20.806Z[ recovery-image] Oct 03 20:22:19.367 INFO O| Oct 03 20:22:19.367 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-10-03T20:22:20.855Z[ recovery-image] Oct 03 20:22:19.419 INFO O| Oct 03 20:22:19.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55242024-10-03T20:22:20.855Z[ recovery-image] Oct 03 20:22:19.419 INFO O| Oct 03 20:22:19.419 INFO STEP 459 (remove_files) COMPLETE
55252024-10-03T20:22:20.855Z[ recovery-image] Oct 03 20:22:19.419 INFO O| Oct 03 20:22:19.419 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-10-03T20:22:20.875Z[ recovery-image] Oct 03 20:22:19.439 INFO O| Oct 03 20:22:19.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55272024-10-03T20:22:20.878Z[ recovery-image] Oct 03 20:22:19.439 INFO O| Oct 03 20:22:19.439 INFO STEP 460 (remove_files) COMPLETE
55282024-10-03T20:22:20.878Z[ recovery-image] Oct 03 20:22:19.439 INFO O| Oct 03 20:22:19.439 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-10-03T20:22:20.895Z[ recovery-image] Oct 03 20:22:19.459 INFO O| Oct 03 20:22:19.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55302024-10-03T20:22:20.895Z[ recovery-image] Oct 03 20:22:19.459 INFO O| Oct 03 20:22:19.459 INFO STEP 461 (remove_files) COMPLETE
55312024-10-03T20:22:20.895Z[ recovery-image] Oct 03 20:22:19.459 INFO O| Oct 03 20:22:19.459 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-10-03T20:22:20.915Z[ recovery-image] Oct 03 20:22:19.479 INFO O| Oct 03 20:22:19.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55332024-10-03T20:22:20.915Z[ recovery-image] Oct 03 20:22:19.479 INFO O| Oct 03 20:22:19.479 INFO STEP 462 (remove_files) COMPLETE
55342024-10-03T20:22:20.917Z[ recovery-image] Oct 03 20:22:19.479 INFO O| Oct 03 20:22:19.479 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-10-03T20:22:20.934Z[ recovery-image] Oct 03 20:22:19.498 INFO O| Oct 03 20:22:19.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55362024-10-03T20:22:20.934Z[ recovery-image] Oct 03 20:22:19.498 INFO O| Oct 03 20:22:19.498 INFO STEP 463 (remove_files) COMPLETE
55372024-10-03T20:22:20.934Z[ recovery-image] Oct 03 20:22:19.498 INFO O| Oct 03 20:22:19.498 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-10-03T20:22:20.953Z[ recovery-image] Oct 03 20:22:19.517 INFO O| Oct 03 20:22:19.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55392024-10-03T20:22:20.953Z[ recovery-image] Oct 03 20:22:19.517 INFO O| Oct 03 20:22:19.517 INFO STEP 464 (remove_files) COMPLETE
55402024-10-03T20:22:20.956Z[ recovery-image] Oct 03 20:22:19.517 INFO O| Oct 03 20:22:19.517 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-10-03T20:22:20.973Z[ recovery-image] Oct 03 20:22:19.536 INFO O| Oct 03 20:22:19.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55422024-10-03T20:22:20.975Z[ recovery-image] Oct 03 20:22:19.539 INFO O| Oct 03 20:22:19.539 INFO STEP 465 (remove_files) COMPLETE
55432024-10-03T20:22:20.975Z[ recovery-image] Oct 03 20:22:19.539 INFO O| Oct 03 20:22:19.539 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-10-03T20:22:21.017Z[ recovery-image] Oct 03 20:22:19.580 INFO O| Oct 03 20:22:19.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55452024-10-03T20:22:21.017Z[ recovery-image] Oct 03 20:22:19.580 INFO O| Oct 03 20:22:19.580 INFO STEP 466 (remove_files) COMPLETE
55462024-10-03T20:22:21.019Z[ recovery-image] Oct 03 20:22:19.580 INFO O| Oct 03 20:22:19.580 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-10-03T20:22:21.070Z[ recovery-image] Oct 03 20:22:19.633 INFO O| Oct 03 20:22:19.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55482024-10-03T20:22:21.094Z[ recovery-image] Oct 03 20:22:19.658 INFO O| Oct 03 20:22:19.658 INFO STEP 467 (remove_files) COMPLETE
55492024-10-03T20:22:21.094Z[ recovery-image] Oct 03 20:22:19.658 INFO O| Oct 03 20:22:19.658 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-10-03T20:22:21.157Z[ recovery-image] Oct 03 20:22:19.720 INFO O| Oct 03 20:22:19.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55512024-10-03T20:22:21.157Z[ recovery-image] Oct 03 20:22:19.720 INFO O| Oct 03 20:22:19.720 INFO STEP 468 (remove_files) COMPLETE
55522024-10-03T20:22:21.157Z[ recovery-image] Oct 03 20:22:19.720 INFO O| Oct 03 20:22:19.720 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-10-03T20:22:21.177Z[ recovery-image] Oct 03 20:22:19.741 INFO O| Oct 03 20:22:19.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55542024-10-03T20:22:21.177Z[ recovery-image] Oct 03 20:22:19.741 INFO O| Oct 03 20:22:19.741 INFO STEP 469 (remove_files) COMPLETE
55552024-10-03T20:22:21.177Z[ recovery-image] Oct 03 20:22:19.741 INFO O| Oct 03 20:22:19.741 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-10-03T20:22:21.197Z[ recovery-image] Oct 03 20:22:19.760 INFO O| Oct 03 20:22:19.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55572024-10-03T20:22:21.197Z[ recovery-image] Oct 03 20:22:19.760 INFO O| Oct 03 20:22:19.760 INFO STEP 470 (remove_files) COMPLETE
55582024-10-03T20:22:21.197Z[ recovery-image] Oct 03 20:22:19.760 INFO O| Oct 03 20:22:19.760 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-10-03T20:22:21.214Z[ recovery-image] Oct 03 20:22:19.778 INFO O| Oct 03 20:22:19.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55602024-10-03T20:22:21.214Z[ recovery-image] Oct 03 20:22:19.778 INFO O| Oct 03 20:22:19.778 INFO STEP 471 (remove_files) COMPLETE
55612024-10-03T20:22:21.214Z[ recovery-image] Oct 03 20:22:19.778 INFO O| Oct 03 20:22:19.778 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-10-03T20:22:21.233Z[ recovery-image] Oct 03 20:22:19.796 INFO O| Oct 03 20:22:19.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55632024-10-03T20:22:21.233Z[ recovery-image] Oct 03 20:22:19.796 INFO O| Oct 03 20:22:19.796 INFO STEP 472 (remove_files) COMPLETE
55642024-10-03T20:22:21.233Z[ recovery-image] Oct 03 20:22:19.796 INFO O| Oct 03 20:22:19.796 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-10-03T20:22:21.280Z[ recovery-image] Oct 03 20:22:19.843 INFO O| Oct 03 20:22:19.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55662024-10-03T20:22:21.280Z[ recovery-image] Oct 03 20:22:19.843 INFO O| Oct 03 20:22:19.843 INFO STEP 473 (remove_files) COMPLETE
55672024-10-03T20:22:21.282Z[ recovery-image] Oct 03 20:22:19.843 INFO O| Oct 03 20:22:19.843 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-10-03T20:22:21.323Z[ recovery-image] Oct 03 20:22:19.887 INFO O| Oct 03 20:22:19.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55692024-10-03T20:22:21.323Z[ recovery-image] Oct 03 20:22:19.887 INFO O| Oct 03 20:22:19.887 INFO STEP 474 (remove_files) COMPLETE
55702024-10-03T20:22:21.326Z[ recovery-image] Oct 03 20:22:19.887 INFO O| Oct 03 20:22:19.887 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-10-03T20:22:21.341Z[ recovery-image] Oct 03 20:22:19.904 INFO O| Oct 03 20:22:19.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55722024-10-03T20:22:21.343Z[ recovery-image] Oct 03 20:22:19.905 INFO O| Oct 03 20:22:19.904 INFO STEP 475 (remove_files) COMPLETE
55732024-10-03T20:22:21.343Z[ recovery-image] Oct 03 20:22:19.905 INFO O| Oct 03 20:22:19.905 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-10-03T20:22:21.360Z[ recovery-image] Oct 03 20:22:19.922 INFO O| Oct 03 20:22:19.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55752024-10-03T20:22:21.360Z[ recovery-image] Oct 03 20:22:19.922 INFO O| Oct 03 20:22:19.922 INFO STEP 476 (remove_files) COMPLETE
55762024-10-03T20:22:21.360Z[ recovery-image] Oct 03 20:22:19.922 INFO O| Oct 03 20:22:19.922 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-10-03T20:22:21.375Z[ recovery-image] Oct 03 20:22:19.939 INFO O| Oct 03 20:22:19.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55782024-10-03T20:22:21.375Z[ recovery-image] Oct 03 20:22:19.939 INFO O| Oct 03 20:22:19.939 INFO STEP 477 (remove_files) COMPLETE
55792024-10-03T20:22:21.376Z[ recovery-image] Oct 03 20:22:19.939 INFO O| Oct 03 20:22:19.939 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-10-03T20:22:21.392Z[ recovery-image] Oct 03 20:22:19.956 INFO O| Oct 03 20:22:19.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55812024-10-03T20:22:21.392Z[ recovery-image] Oct 03 20:22:19.956 INFO O| Oct 03 20:22:19.956 INFO STEP 478 (remove_files) COMPLETE
55822024-10-03T20:22:21.392Z[ recovery-image] Oct 03 20:22:19.956 INFO O| Oct 03 20:22:19.956 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-10-03T20:22:21.396Z[ host-image] Oct 03 20:22:19.960 INFO O| Oct 03 20:22:19.960 INFO O| Download: 1114/1140 items 6.5/8.4MB 77% complete (1.2M/s)
55842024-10-03T20:22:21.409Z[ recovery-image] Oct 03 20:22:19.973 INFO O| Oct 03 20:22:19.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55852024-10-03T20:22:21.409Z[ recovery-image] Oct 03 20:22:19.973 INFO O| Oct 03 20:22:19.973 INFO STEP 479 (remove_files) COMPLETE
55862024-10-03T20:22:21.412Z[ recovery-image] Oct 03 20:22:19.973 INFO O| Oct 03 20:22:19.973 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-10-03T20:22:21.428Z[ recovery-image] Oct 03 20:22:19.991 INFO O| Oct 03 20:22:19.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55882024-10-03T20:22:21.428Z[ recovery-image] Oct 03 20:22:19.991 INFO O| Oct 03 20:22:19.991 INFO STEP 480 (remove_files) COMPLETE
55892024-10-03T20:22:21.428Z[ recovery-image] Oct 03 20:22:19.991 INFO O| Oct 03 20:22:19.991 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-10-03T20:22:21.470Z[ recovery-image] Oct 03 20:22:20.033 INFO O| Oct 03 20:22:20.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55912024-10-03T20:22:21.470Z[ recovery-image] Oct 03 20:22:20.033 INFO O| Oct 03 20:22:20.033 INFO STEP 481 (remove_files) COMPLETE
55922024-10-03T20:22:21.476Z[ recovery-image] Oct 03 20:22:20.033 INFO O| Oct 03 20:22:20.033 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-10-03T20:22:21.551Z[ recovery-image] Oct 03 20:22:20.114 INFO O| Oct 03 20:22:20.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55942024-10-03T20:22:21.551Z[ recovery-image] Oct 03 20:22:20.114 INFO O| Oct 03 20:22:20.114 INFO STEP 482 (remove_files) COMPLETE
55952024-10-03T20:22:21.551Z[ recovery-image] Oct 03 20:22:20.115 INFO O| Oct 03 20:22:20.114 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-10-03T20:22:21.587Z[ recovery-image] Oct 03 20:22:20.150 INFO O| Oct 03 20:22:20.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55972024-10-03T20:22:21.589Z[ recovery-image] Oct 03 20:22:20.150 INFO O| Oct 03 20:22:20.150 INFO STEP 483 (remove_files) COMPLETE
55982024-10-03T20:22:21.589Z[ recovery-image] Oct 03 20:22:20.150 INFO O| Oct 03 20:22:20.150 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-10-03T20:22:21.647Z[ recovery-image] Oct 03 20:22:20.210 INFO O| Oct 03 20:22:20.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56002024-10-03T20:22:21.652Z[ recovery-image] Oct 03 20:22:20.211 INFO O| Oct 03 20:22:20.211 INFO STEP 484 (remove_files) COMPLETE
56012024-10-03T20:22:21.652Z[ recovery-image] Oct 03 20:22:20.211 INFO O| Oct 03 20:22:20.211 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-10-03T20:22:21.683Z[ host-image] Oct 03 20:22:20.247 INFO O| Oct 03 20:22:20.247 INFO O| Download: Completed 8.42 MB in 5.39 seconds (1.6M/s)
56032024-10-03T20:22:21.690Z[ recovery-image] Oct 03 20:22:20.254 INFO O| Oct 03 20:22:20.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56042024-10-03T20:22:21.693Z[ recovery-image] Oct 03 20:22:20.254 INFO O| Oct 03 20:22:20.254 INFO STEP 485 (remove_files) COMPLETE
56052024-10-03T20:22:21.693Z[ recovery-image] Oct 03 20:22:20.254 INFO O| Oct 03 20:22:20.254 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-10-03T20:22:21.756Z[ recovery-image] Oct 03 20:22:20.318 INFO O| Oct 03 20:22:20.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56072024-10-03T20:22:21.760Z[ recovery-image] Oct 03 20:22:20.318 INFO O| Oct 03 20:22:20.318 INFO STEP 486 (remove_files) COMPLETE
56082024-10-03T20:22:21.760Z[ recovery-image] Oct 03 20:22:20.318 INFO O| Oct 03 20:22:20.318 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-10-03T20:22:21.924Z[ recovery-image] Oct 03 20:22:20.487 INFO O| Oct 03 20:22:20.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56102024-10-03T20:22:21.924Z[ recovery-image] Oct 03 20:22:20.487 INFO O| Oct 03 20:22:20.487 INFO STEP 487 (remove_files) COMPLETE
56112024-10-03T20:22:21.926Z[ recovery-image] Oct 03 20:22:20.487 INFO O| Oct 03 20:22:20.487 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-10-03T20:22:21.956Z[ recovery-image] Oct 03 20:22:20.518 INFO O| Oct 03 20:22:20.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56132024-10-03T20:22:21.956Z[ recovery-image] Oct 03 20:22:20.518 INFO O| Oct 03 20:22:20.518 INFO STEP 488 (remove_files) COMPLETE
56142024-10-03T20:22:21.956Z[ recovery-image] Oct 03 20:22:20.518 INFO O| Oct 03 20:22:20.518 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-10-03T20:22:21.972Z[ recovery-image] Oct 03 20:22:20.535 INFO O| Oct 03 20:22:20.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56162024-10-03T20:22:21.972Z[ recovery-image] Oct 03 20:22:20.535 INFO O| Oct 03 20:22:20.535 INFO STEP 489 (remove_files) COMPLETE
56172024-10-03T20:22:21.972Z[ recovery-image] Oct 03 20:22:20.535 INFO O| Oct 03 20:22:20.535 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-10-03T20:22:21.983Z[ host-image] Oct 03 20:22:20.547 INFO O| Oct 03 20:22:20.547 INFO O| Actions: 1/1361 actions (Installing new actions)
56192024-10-03T20:22:21.989Z[ recovery-image] Oct 03 20:22:20.552 INFO O| Oct 03 20:22:20.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56202024-10-03T20:22:21.989Z[ recovery-image] Oct 03 20:22:20.552 INFO O| Oct 03 20:22:20.552 INFO STEP 490 (remove_files) COMPLETE
56212024-10-03T20:22:21.991Z[ recovery-image] Oct 03 20:22:20.552 INFO O| Oct 03 20:22:20.552 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-10-03T20:22:22.031Z[ recovery-image] Oct 03 20:22:20.594 INFO O| Oct 03 20:22:20.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56232024-10-03T20:22:22.031Z[ recovery-image] Oct 03 20:22:20.594 INFO O| Oct 03 20:22:20.594 INFO STEP 491 (remove_files) COMPLETE
56242024-10-03T20:22:22.039Z[ recovery-image] Oct 03 20:22:20.594 INFO O| Oct 03 20:22:20.594 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-10-03T20:22:22.071Z[ recovery-image] Oct 03 20:22:20.634 INFO O| Oct 03 20:22:20.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56262024-10-03T20:22:22.071Z[ recovery-image] Oct 03 20:22:20.634 INFO O| Oct 03 20:22:20.634 INFO STEP 492 (remove_files) COMPLETE
56272024-10-03T20:22:22.073Z[ recovery-image] Oct 03 20:22:20.635 INFO O| Oct 03 20:22:20.634 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-10-03T20:22:22.111Z[ recovery-image] Oct 03 20:22:20.675 INFO O| Oct 03 20:22:20.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56292024-10-03T20:22:22.111Z[ recovery-image] Oct 03 20:22:20.675 INFO O| Oct 03 20:22:20.675 INFO STEP 493 (remove_files) COMPLETE
56302024-10-03T20:22:22.114Z[ recovery-image] Oct 03 20:22:20.675 INFO O| Oct 03 20:22:20.675 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-10-03T20:22:22.130Z[ recovery-image] Oct 03 20:22:20.693 INFO O| Oct 03 20:22:20.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56322024-10-03T20:22:22.130Z[ recovery-image] Oct 03 20:22:20.693 INFO O| Oct 03 20:22:20.693 INFO STEP 494 (remove_files) COMPLETE
56332024-10-03T20:22:22.133Z[ recovery-image] Oct 03 20:22:20.693 INFO O| Oct 03 20:22:20.693 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-10-03T20:22:22.192Z[ recovery-image] Oct 03 20:22:20.754 INFO O| Oct 03 20:22:20.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56352024-10-03T20:22:22.192Z[ recovery-image] Oct 03 20:22:20.754 INFO O| Oct 03 20:22:20.754 INFO STEP 495 (remove_files) COMPLETE
56362024-10-03T20:22:22.196Z[ recovery-image] Oct 03 20:22:20.754 INFO O| Oct 03 20:22:20.754 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-10-03T20:22:22.212Z[ recovery-image] Oct 03 20:22:20.775 INFO O| Oct 03 20:22:20.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56382024-10-03T20:22:22.212Z[ recovery-image] Oct 03 20:22:20.775 INFO O| Oct 03 20:22:20.775 INFO STEP 496 (remove_files) COMPLETE
56392024-10-03T20:22:22.214Z[ recovery-image] Oct 03 20:22:20.775 INFO O| Oct 03 20:22:20.775 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-10-03T20:22:22.315Z[ recovery-image] Oct 03 20:22:20.879 INFO O| Oct 03 20:22:20.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56412024-10-03T20:22:22.316Z[ recovery-image] Oct 03 20:22:20.879 INFO O| Oct 03 20:22:20.879 INFO STEP 497 (remove_files) COMPLETE
56422024-10-03T20:22:22.318Z[ recovery-image] Oct 03 20:22:20.879 INFO O| Oct 03 20:22:20.879 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-10-03T20:22:22.384Z[ recovery-image] Oct 03 20:22:20.947 INFO O| Oct 03 20:22:20.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56442024-10-03T20:22:22.388Z[ recovery-image] Oct 03 20:22:20.947 INFO O| Oct 03 20:22:20.947 INFO STEP 498 (remove_files) COMPLETE
56452024-10-03T20:22:22.388Z[ recovery-image] Oct 03 20:22:20.947 INFO O| Oct 03 20:22:20.947 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-10-03T20:22:22.406Z[ recovery-image] Oct 03 20:22:20.968 INFO O| Oct 03 20:22:20.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56472024-10-03T20:22:22.406Z[ recovery-image] Oct 03 20:22:20.968 INFO O| Oct 03 20:22:20.968 INFO STEP 499 (remove_files) COMPLETE
56482024-10-03T20:22:22.406Z[ recovery-image] Oct 03 20:22:20.968 INFO O| Oct 03 20:22:20.968 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-10-03T20:22:22.427Z[ recovery-image] Oct 03 20:22:20.987 INFO O| Oct 03 20:22:20.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56502024-10-03T20:22:22.427Z[ recovery-image] Oct 03 20:22:20.987 INFO O| Oct 03 20:22:20.987 INFO STEP 500 (remove_files) COMPLETE
56512024-10-03T20:22:22.427Z[ recovery-image] Oct 03 20:22:20.987 INFO O| Oct 03 20:22:20.987 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-10-03T20:22:22.444Z[ recovery-image] Oct 03 20:22:21.007 INFO O| Oct 03 20:22:21.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56532024-10-03T20:22:22.444Z[ recovery-image] Oct 03 20:22:21.007 INFO O| Oct 03 20:22:21.007 INFO STEP 501 (remove_files) COMPLETE
56542024-10-03T20:22:22.444Z[ recovery-image] Oct 03 20:22:21.007 INFO O| Oct 03 20:22:21.007 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-10-03T20:22:22.512Z[ recovery-image] Oct 03 20:22:21.076 INFO O| Oct 03 20:22:21.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56562024-10-03T20:22:22.512Z[ recovery-image] Oct 03 20:22:21.076 INFO O| Oct 03 20:22:21.076 INFO STEP 502 (remove_files) COMPLETE
56572024-10-03T20:22:22.512Z[ recovery-image] Oct 03 20:22:21.076 INFO O| Oct 03 20:22:21.076 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-10-03T20:22:22.534Z[ recovery-image] Oct 03 20:22:21.097 INFO O| Oct 03 20:22:21.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56592024-10-03T20:22:22.534Z[ recovery-image] Oct 03 20:22:21.097 INFO O| Oct 03 20:22:21.097 INFO STEP 503 (remove_files) COMPLETE
56602024-10-03T20:22:22.534Z[ recovery-image] Oct 03 20:22:21.097 INFO O| Oct 03 20:22:21.097 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-10-03T20:22:22.562Z[ recovery-image] Oct 03 20:22:21.125 INFO O| Oct 03 20:22:21.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56622024-10-03T20:22:22.562Z[ recovery-image] Oct 03 20:22:21.125 INFO O| Oct 03 20:22:21.125 INFO STEP 504 (remove_files) COMPLETE
56632024-10-03T20:22:22.565Z[ recovery-image] Oct 03 20:22:21.125 INFO O| Oct 03 20:22:21.125 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-10-03T20:22:22.593Z[ recovery-image] Oct 03 20:22:21.156 INFO O| Oct 03 20:22:21.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56652024-10-03T20:22:22.593Z[ recovery-image] Oct 03 20:22:21.156 INFO O| Oct 03 20:22:21.156 INFO STEP 505 (remove_files) COMPLETE
56662024-10-03T20:22:22.610Z[ recovery-image] Oct 03 20:22:21.156 INFO O| Oct 03 20:22:21.156 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-10-03T20:22:22.642Z[ recovery-image] Oct 03 20:22:21.205 INFO O| Oct 03 20:22:21.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56682024-10-03T20:22:22.644Z[ recovery-image] Oct 03 20:22:21.205 INFO O| Oct 03 20:22:21.205 INFO STEP 506 (remove_files) COMPLETE
56692024-10-03T20:22:22.644Z[ recovery-image] Oct 03 20:22:21.205 INFO O| Oct 03 20:22:21.205 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-10-03T20:22:22.664Z[ recovery-image] Oct 03 20:22:21.226 INFO O| Oct 03 20:22:21.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56712024-10-03T20:22:22.691Z[ recovery-image] Oct 03 20:22:21.254 INFO O| Oct 03 20:22:21.254 INFO STEP 507 (remove_files) COMPLETE
56722024-10-03T20:22:22.691Z[ recovery-image] Oct 03 20:22:21.254 INFO O| Oct 03 20:22:21.254 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-10-03T20:22:22.712Z[ recovery-image] Oct 03 20:22:21.275 INFO O| Oct 03 20:22:21.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56742024-10-03T20:22:22.714Z[ recovery-image] Oct 03 20:22:21.276 INFO O| Oct 03 20:22:21.276 INFO STEP 508 (remove_files) COMPLETE
56752024-10-03T20:22:22.714Z[ recovery-image] Oct 03 20:22:21.276 INFO O| Oct 03 20:22:21.276 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-10-03T20:22:22.734Z[ recovery-image] Oct 03 20:22:21.296 INFO O| Oct 03 20:22:21.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56772024-10-03T20:22:22.737Z[ recovery-image] Oct 03 20:22:21.296 INFO O| Oct 03 20:22:21.296 INFO STEP 509 (remove_files) COMPLETE
56782024-10-03T20:22:22.737Z[ recovery-image] Oct 03 20:22:21.296 INFO O| Oct 03 20:22:21.296 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-10-03T20:22:22.745Z[ host-image] Oct 03 20:22:21.308 INFO O| Oct 03 20:22:21.308 INFO O| Actions: Completed 1361 actions in 0.76 seconds.
56802024-10-03T20:22:22.760Z[ recovery-image] Oct 03 20:22:21.323 INFO O| Oct 03 20:22:21.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56812024-10-03T20:22:22.760Z[ recovery-image] Oct 03 20:22:21.323 INFO O| Oct 03 20:22:21.323 INFO STEP 510 (remove_files) COMPLETE
56822024-10-03T20:22:22.760Z[ recovery-image] Oct 03 20:22:21.323 INFO O| Oct 03 20:22:21.323 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-10-03T20:22:22.814Z[ recovery-image] Oct 03 20:22:21.377 INFO O| Oct 03 20:22:21.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56842024-10-03T20:22:22.814Z[ recovery-image] Oct 03 20:22:21.377 INFO O| Oct 03 20:22:21.377 INFO STEP 511 (remove_files) COMPLETE
56852024-10-03T20:22:22.814Z[ recovery-image] Oct 03 20:22:21.377 INFO O| Oct 03 20:22:21.377 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-10-03T20:22:22.833Z[ recovery-image] Oct 03 20:22:21.397 INFO O| Oct 03 20:22:21.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56872024-10-03T20:22:22.833Z[ recovery-image] Oct 03 20:22:21.397 INFO O| Oct 03 20:22:21.397 INFO STEP 512 (remove_files) COMPLETE
56882024-10-03T20:22:22.833Z[ recovery-image] Oct 03 20:22:21.397 INFO O| Oct 03 20:22:21.397 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-10-03T20:22:22.853Z[ recovery-image] Oct 03 20:22:21.416 INFO O| Oct 03 20:22:21.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56902024-10-03T20:22:22.853Z[ recovery-image] Oct 03 20:22:21.416 INFO O| Oct 03 20:22:21.416 INFO STEP 513 (remove_files) COMPLETE
56912024-10-03T20:22:22.853Z[ recovery-image] Oct 03 20:22:21.416 INFO O| Oct 03 20:22:21.416 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-10-03T20:22:22.915Z[ recovery-image] Oct 03 20:22:21.476 INFO O| Oct 03 20:22:21.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56932024-10-03T20:22:22.915Z[ recovery-image] Oct 03 20:22:21.477 INFO O| Oct 03 20:22:21.477 INFO STEP 514 (remove_files) COMPLETE
56942024-10-03T20:22:22.917Z[ recovery-image] Oct 03 20:22:21.477 INFO O| Oct 03 20:22:21.477 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-10-03T20:22:22.934Z[ recovery-image] Oct 03 20:22:21.497 INFO O| Oct 03 20:22:21.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56962024-10-03T20:22:22.934Z[ recovery-image] Oct 03 20:22:21.497 INFO O| Oct 03 20:22:21.497 INFO STEP 515 (remove_files) COMPLETE
56972024-10-03T20:22:22.936Z[ recovery-image] Oct 03 20:22:21.498 INFO O| Oct 03 20:22:21.497 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-10-03T20:22:22.974Z[ recovery-image] Oct 03 20:22:21.537 INFO O| Oct 03 20:22:21.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56992024-10-03T20:22:22.974Z[ recovery-image] Oct 03 20:22:21.537 INFO O| Oct 03 20:22:21.537 INFO STEP 516 (remove_files) COMPLETE
57002024-10-03T20:22:22.978Z[ recovery-image] Oct 03 20:22:21.537 INFO O| Oct 03 20:22:21.537 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-10-03T20:22:22.997Z[ recovery-image] Oct 03 20:22:21.560 INFO O| Oct 03 20:22:21.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57022024-10-03T20:22:22.997Z[ recovery-image] Oct 03 20:22:21.560 INFO O| Oct 03 20:22:21.560 INFO STEP 517 (remove_files) COMPLETE
57032024-10-03T20:22:22.997Z[ recovery-image] Oct 03 20:22:21.560 INFO O| Oct 03 20:22:21.560 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-10-03T20:22:23.019Z[ recovery-image] Oct 03 20:22:21.582 INFO O| Oct 03 20:22:21.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57052024-10-03T20:22:23.019Z[ recovery-image] Oct 03 20:22:21.582 INFO O| Oct 03 20:22:21.582 INFO STEP 518 (remove_files) COMPLETE
57062024-10-03T20:22:23.023Z[ recovery-image] Oct 03 20:22:21.583 INFO O| Oct 03 20:22:21.582 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-10-03T20:22:23.041Z[ recovery-image] Oct 03 20:22:21.604 INFO O| Oct 03 20:22:21.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57082024-10-03T20:22:23.045Z[ recovery-image] Oct 03 20:22:21.605 INFO O| Oct 03 20:22:21.605 INFO STEP 519 (remove_files) COMPLETE
57092024-10-03T20:22:23.045Z[ recovery-image] Oct 03 20:22:21.605 INFO O| Oct 03 20:22:21.605 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-10-03T20:22:23.069Z[ recovery-image] Oct 03 20:22:21.632 INFO O| Oct 03 20:22:21.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57112024-10-03T20:22:23.069Z[ recovery-image] Oct 03 20:22:21.632 INFO O| Oct 03 20:22:21.632 INFO STEP 520 (remove_files) COMPLETE
57122024-10-03T20:22:23.069Z[ recovery-image] Oct 03 20:22:21.632 INFO O| Oct 03 20:22:21.632 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-10-03T20:22:23.090Z[ recovery-image] Oct 03 20:22:21.653 INFO O| Oct 03 20:22:21.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57142024-10-03T20:22:23.090Z[ recovery-image] Oct 03 20:22:21.653 INFO O| Oct 03 20:22:21.653 INFO STEP 521 (remove_files) COMPLETE
57152024-10-03T20:22:23.090Z[ recovery-image] Oct 03 20:22:21.653 INFO O| Oct 03 20:22:21.653 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-10-03T20:22:23.124Z[ recovery-image] Oct 03 20:22:21.687 INFO O| Oct 03 20:22:21.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57172024-10-03T20:22:23.124Z[ recovery-image] Oct 03 20:22:21.687 INFO O| Oct 03 20:22:21.687 INFO STEP 522 (remove_files) COMPLETE
57182024-10-03T20:22:23.124Z[ recovery-image] Oct 03 20:22:21.687 INFO O| Oct 03 20:22:21.687 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-10-03T20:22:23.146Z[ recovery-image] Oct 03 20:22:21.708 INFO O| Oct 03 20:22:21.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57202024-10-03T20:22:23.146Z[ recovery-image] Oct 03 20:22:21.708 INFO O| Oct 03 20:22:21.708 INFO STEP 523 (remove_files) COMPLETE
57212024-10-03T20:22:23.148Z[ recovery-image] Oct 03 20:22:21.708 INFO O| Oct 03 20:22:21.708 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-10-03T20:22:23.181Z[ recovery-image] Oct 03 20:22:21.745 INFO O| Oct 03 20:22:21.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57232024-10-03T20:22:23.182Z[ recovery-image] Oct 03 20:22:21.745 INFO O| Oct 03 20:22:21.745 INFO STEP 524 (remove_files) COMPLETE
57242024-10-03T20:22:23.182Z[ recovery-image] Oct 03 20:22:21.745 INFO O| Oct 03 20:22:21.745 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-10-03T20:22:23.213Z[ recovery-image] Oct 03 20:22:21.776 INFO O| Oct 03 20:22:21.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57262024-10-03T20:22:23.213Z[ recovery-image] Oct 03 20:22:21.776 INFO O| Oct 03 20:22:21.776 INFO STEP 525 (remove_files) COMPLETE
57272024-10-03T20:22:23.215Z[ recovery-image] Oct 03 20:22:21.776 INFO O| Oct 03 20:22:21.776 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-10-03T20:22:23.237Z[ host-image] Oct 03 20:22:21.800 INFO O| Oct 03 20:22:21.800 INFO O| Done
57292024-10-03T20:22:23.237Z[ host-image] Oct 03 20:22:21.800 INFO O| Oct 03 20:22:21.800 INFO O| Done
57302024-10-03T20:22:23.304Z[ recovery-image] Oct 03 20:22:21.866 INFO O| Oct 03 20:22:21.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57312024-10-03T20:22:23.307Z[ recovery-image] Oct 03 20:22:21.866 INFO O| Oct 03 20:22:21.866 INFO STEP 526 (remove_files) COMPLETE
57322024-10-03T20:22:23.307Z[ recovery-image] Oct 03 20:22:21.866 INFO O| Oct 03 20:22:21.866 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-10-03T20:22:23.362Z[ recovery-image] Oct 03 20:22:21.925 INFO O| Oct 03 20:22:21.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57342024-10-03T20:22:23.362Z[ recovery-image] Oct 03 20:22:21.925 INFO O| Oct 03 20:22:21.925 INFO STEP 527 (remove_files) COMPLETE
57352024-10-03T20:22:23.362Z[ recovery-image] Oct 03 20:22:21.925 INFO O| Oct 03 20:22:21.925 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-10-03T20:22:23.382Z[ recovery-image] Oct 03 20:22:21.944 INFO O| Oct 03 20:22:21.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57372024-10-03T20:22:23.382Z[ recovery-image] Oct 03 20:22:21.944 INFO O| Oct 03 20:22:21.944 INFO STEP 528 (remove_files) COMPLETE
57382024-10-03T20:22:23.382Z[ recovery-image] Oct 03 20:22:21.944 INFO O| Oct 03 20:22:21.944 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-10-03T20:22:23.412Z[ recovery-image] Oct 03 20:22:21.974 INFO O| Oct 03 20:22:21.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57402024-10-03T20:22:23.414Z[ recovery-image] Oct 03 20:22:21.974 INFO O| Oct 03 20:22:21.974 INFO STEP 529 (remove_files) COMPLETE
57412024-10-03T20:22:23.414Z[ recovery-image] Oct 03 20:22:21.975 INFO O| Oct 03 20:22:21.974 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-10-03T20:22:23.432Z[ recovery-image] Oct 03 20:22:21.995 INFO O| Oct 03 20:22:21.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57432024-10-03T20:22:23.435Z[ recovery-image] Oct 03 20:22:21.996 INFO O| Oct 03 20:22:21.996 INFO STEP 530 (remove_files) COMPLETE
57442024-10-03T20:22:23.435Z[ recovery-image] Oct 03 20:22:21.996 INFO O| Oct 03 20:22:21.996 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-10-03T20:22:23.461Z[ recovery-image] Oct 03 20:22:22.023 INFO O| Oct 03 20:22:22.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57462024-10-03T20:22:23.461Z[ recovery-image] Oct 03 20:22:22.023 INFO O| Oct 03 20:22:22.023 INFO STEP 531 (remove_files) COMPLETE
57472024-10-03T20:22:23.461Z[ recovery-image] Oct 03 20:22:22.023 INFO O| Oct 03 20:22:22.023 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-10-03T20:22:23.481Z[ recovery-image] Oct 03 20:22:22.044 INFO O| Oct 03 20:22:22.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57492024-10-03T20:22:23.483Z[ recovery-image] Oct 03 20:22:22.044 INFO O| Oct 03 20:22:22.044 INFO STEP 532 (remove_files) COMPLETE
57502024-10-03T20:22:23.483Z[ recovery-image] Oct 03 20:22:22.044 INFO O| Oct 03 20:22:22.044 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-10-03T20:22:23.499Z[ recovery-image] Oct 03 20:22:22.062 INFO O| Oct 03 20:22:22.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57522024-10-03T20:22:23.499Z[ recovery-image] Oct 03 20:22:22.062 INFO O| Oct 03 20:22:22.062 INFO STEP 533 (remove_files) COMPLETE
57532024-10-03T20:22:23.502Z[ recovery-image] Oct 03 20:22:22.062 INFO O| Oct 03 20:22:22.062 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-10-03T20:22:23.516Z[ recovery-image] Oct 03 20:22:22.079 INFO O| Oct 03 20:22:22.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57552024-10-03T20:22:23.516Z[ recovery-image] Oct 03 20:22:22.079 INFO O| Oct 03 20:22:22.079 INFO STEP 534 (remove_files) COMPLETE
57562024-10-03T20:22:23.519Z[ recovery-image] Oct 03 20:22:22.079 INFO O| Oct 03 20:22:22.079 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-10-03T20:22:23.538Z[ recovery-image] Oct 03 20:22:22.101 INFO O| Oct 03 20:22:22.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57582024-10-03T20:22:23.538Z[ recovery-image] Oct 03 20:22:22.101 INFO O| Oct 03 20:22:22.101 INFO STEP 535 (remove_files) COMPLETE
57592024-10-03T20:22:23.538Z[ recovery-image] Oct 03 20:22:22.101 INFO O| Oct 03 20:22:22.101 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-10-03T20:22:23.557Z[ recovery-image] Oct 03 20:22:22.120 INFO O| Oct 03 20:22:22.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57612024-10-03T20:22:23.557Z[ recovery-image] Oct 03 20:22:22.120 INFO O| Oct 03 20:22:22.120 INFO STEP 536 (remove_files) COMPLETE
57622024-10-03T20:22:23.559Z[ recovery-image] Oct 03 20:22:22.120 INFO O| Oct 03 20:22:22.120 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-10-03T20:22:23.592Z[ recovery-image] Oct 03 20:22:22.155 INFO O| Oct 03 20:22:22.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57642024-10-03T20:22:23.592Z[ recovery-image] Oct 03 20:22:22.155 INFO O| Oct 03 20:22:22.155 INFO STEP 537 (remove_files) COMPLETE
57652024-10-03T20:22:23.592Z[ recovery-image] Oct 03 20:22:22.155 INFO O| Oct 03 20:22:22.155 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-10-03T20:22:23.615Z[ recovery-image] Oct 03 20:22:22.178 INFO O| Oct 03 20:22:22.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57672024-10-03T20:22:23.618Z[ recovery-image] Oct 03 20:22:22.178 INFO O| Oct 03 20:22:22.178 INFO STEP 538 (remove_files) COMPLETE
57682024-10-03T20:22:23.618Z[ recovery-image] Oct 03 20:22:22.178 INFO O| Oct 03 20:22:22.178 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-10-03T20:22:23.634Z[ recovery-image] Oct 03 20:22:22.197 INFO O| Oct 03 20:22:22.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57702024-10-03T20:22:23.636Z[ recovery-image] Oct 03 20:22:22.197 INFO O| Oct 03 20:22:22.197 INFO STEP 539 (remove_files) COMPLETE
57712024-10-03T20:22:23.636Z[ recovery-image] Oct 03 20:22:22.197 INFO O| Oct 03 20:22:22.197 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-10-03T20:22:23.654Z[ recovery-image] Oct 03 20:22:22.217 INFO O| Oct 03 20:22:22.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57732024-10-03T20:22:23.656Z[ recovery-image] Oct 03 20:22:22.217 INFO O| Oct 03 20:22:22.217 INFO STEP 540 (remove_files) COMPLETE
57742024-10-03T20:22:23.656Z[ recovery-image] Oct 03 20:22:22.217 INFO O| Oct 03 20:22:22.217 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-10-03T20:22:23.695Z[ recovery-image] Oct 03 20:22:22.258 INFO O| Oct 03 20:22:22.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57762024-10-03T20:22:23.695Z[ recovery-image] Oct 03 20:22:22.258 INFO O| Oct 03 20:22:22.258 INFO STEP 541 (remove_files) COMPLETE
57772024-10-03T20:22:23.695Z[ recovery-image] Oct 03 20:22:22.258 INFO O| Oct 03 20:22:22.258 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-10-03T20:22:23.743Z[ recovery-image] Oct 03 20:22:22.306 INFO O| Oct 03 20:22:22.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57792024-10-03T20:22:23.767Z[ recovery-image] Oct 03 20:22:22.330 INFO O| Oct 03 20:22:22.330 INFO STEP 542 (remove_files) COMPLETE
57802024-10-03T20:22:23.767Z[ recovery-image] Oct 03 20:22:22.330 INFO O| Oct 03 20:22:22.330 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-10-03T20:22:23.787Z[ recovery-image] Oct 03 20:22:22.351 INFO O| Oct 03 20:22:22.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57822024-10-03T20:22:23.790Z[ recovery-image] Oct 03 20:22:22.351 INFO O| Oct 03 20:22:22.351 INFO STEP 543 (remove_files) COMPLETE
57832024-10-03T20:22:23.790Z[ recovery-image] Oct 03 20:22:22.351 INFO O| Oct 03 20:22:22.351 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-10-03T20:22:23.829Z[ recovery-image] Oct 03 20:22:22.392 INFO O| Oct 03 20:22:22.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57852024-10-03T20:22:23.829Z[ recovery-image] Oct 03 20:22:22.392 INFO O| Oct 03 20:22:22.392 INFO STEP 544 (remove_files) COMPLETE
57862024-10-03T20:22:23.831Z[ recovery-image] Oct 03 20:22:22.392 INFO O| Oct 03 20:22:22.392 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-10-03T20:22:23.868Z[ recovery-image] Oct 03 20:22:22.431 INFO O| Oct 03 20:22:22.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57882024-10-03T20:22:23.868Z[ recovery-image] Oct 03 20:22:22.432 INFO O| Oct 03 20:22:22.431 INFO STEP 545 (remove_files) COMPLETE
57892024-10-03T20:22:23.868Z[ recovery-image] Oct 03 20:22:22.432 INFO O| Oct 03 20:22:22.431 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-10-03T20:22:23.892Z[ recovery-image] Oct 03 20:22:22.455 INFO O| Oct 03 20:22:22.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57912024-10-03T20:22:23.894Z[ recovery-image] Oct 03 20:22:22.455 INFO O| Oct 03 20:22:22.455 INFO STEP 546 (remove_files) COMPLETE
57922024-10-03T20:22:23.894Z[ recovery-image] Oct 03 20:22:22.455 INFO O| Oct 03 20:22:22.455 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-10-03T20:22:23.950Z[ recovery-image] Oct 03 20:22:22.513 INFO O| Oct 03 20:22:22.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57942024-10-03T20:22:23.950Z[ recovery-image] Oct 03 20:22:22.513 INFO O| Oct 03 20:22:22.513 INFO STEP 547 (remove_files) COMPLETE
57952024-10-03T20:22:23.950Z[ recovery-image] Oct 03 20:22:22.513 INFO O| Oct 03 20:22:22.513 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-10-03T20:22:23.970Z[ recovery-image] Oct 03 20:22:22.533 INFO O| Oct 03 20:22:22.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57972024-10-03T20:22:23.970Z[ recovery-image] Oct 03 20:22:22.533 INFO O| Oct 03 20:22:22.533 INFO STEP 548 (remove_files) COMPLETE
57982024-10-03T20:22:23.970Z[ recovery-image] Oct 03 20:22:22.533 INFO O| Oct 03 20:22:22.533 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-10-03T20:22:23.993Z[ recovery-image] Oct 03 20:22:22.556 INFO O| Oct 03 20:22:22.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58002024-10-03T20:22:23.993Z[ recovery-image] Oct 03 20:22:22.556 INFO O| Oct 03 20:22:22.556 INFO STEP 549 (remove_files) COMPLETE
58012024-10-03T20:22:23.993Z[ recovery-image] Oct 03 20:22:22.556 INFO O| Oct 03 20:22:22.556 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-10-03T20:22:24.034Z[ recovery-image] Oct 03 20:22:22.596 INFO O| Oct 03 20:22:22.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58032024-10-03T20:22:24.034Z[ recovery-image] Oct 03 20:22:22.596 INFO O| Oct 03 20:22:22.596 INFO STEP 550 (remove_files) COMPLETE
58042024-10-03T20:22:24.034Z[ recovery-image] Oct 03 20:22:22.596 INFO O| Oct 03 20:22:22.596 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-10-03T20:22:24.082Z[ recovery-image] Oct 03 20:22:22.646 INFO O| Oct 03 20:22:22.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58062024-10-03T20:22:24.082Z[ recovery-image] Oct 03 20:22:22.646 INFO O| Oct 03 20:22:22.646 INFO STEP 551 (remove_files) COMPLETE
58072024-10-03T20:22:24.082Z[ recovery-image] Oct 03 20:22:22.646 INFO O| Oct 03 20:22:22.646 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-10-03T20:22:24.103Z[ recovery-image] Oct 03 20:22:22.665 INFO O| Oct 03 20:22:22.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58092024-10-03T20:22:24.103Z[ recovery-image] Oct 03 20:22:22.665 INFO O| Oct 03 20:22:22.665 INFO STEP 552 (remove_files) COMPLETE
58102024-10-03T20:22:24.106Z[ recovery-image] Oct 03 20:22:22.665 INFO O| Oct 03 20:22:22.665 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-10-03T20:22:24.121Z[ recovery-image] Oct 03 20:22:22.684 INFO O| Oct 03 20:22:22.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58122024-10-03T20:22:24.121Z[ recovery-image] Oct 03 20:22:22.684 INFO O| Oct 03 20:22:22.684 INFO STEP 553 (remove_files) COMPLETE
58132024-10-03T20:22:24.121Z[ recovery-image] Oct 03 20:22:22.684 INFO O| Oct 03 20:22:22.684 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-10-03T20:22:24.142Z[ recovery-image] Oct 03 20:22:22.705 INFO O| Oct 03 20:22:22.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58152024-10-03T20:22:24.162Z[ recovery-image] Oct 03 20:22:22.725 INFO O| Oct 03 20:22:22.725 INFO STEP 554 (remove_files) COMPLETE
58162024-10-03T20:22:24.162Z[ recovery-image] Oct 03 20:22:22.725 INFO O| Oct 03 20:22:22.725 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-10-03T20:22:24.215Z[ host-image] Oct 03 20:22:22.778 INFO O| Oct 03 20:22:22.778 INFO O| Done
58182024-10-03T20:22:24.218Z[ recovery-image] Oct 03 20:22:22.781 INFO O| Oct 03 20:22:22.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58192024-10-03T20:22:24.221Z[ recovery-image] Oct 03 20:22:22.781 INFO O| Oct 03 20:22:22.781 INFO STEP 555 (remove_files) COMPLETE
58202024-10-03T20:22:24.221Z[ recovery-image] Oct 03 20:22:22.781 INFO O| Oct 03 20:22:22.781 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-03T20:22:24.237Z[ recovery-image] Oct 03 20:22:22.800 INFO O| Oct 03 20:22:22.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58222024-10-03T20:22:24.237Z[ recovery-image] Oct 03 20:22:22.800 INFO O| Oct 03 20:22:22.800 INFO STEP 556 (remove_files) COMPLETE
58232024-10-03T20:22:24.237Z[ recovery-image] Oct 03 20:22:22.800 INFO O| Oct 03 20:22:22.800 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-03T20:22:24.256Z[ recovery-image] Oct 03 20:22:22.819 INFO O| Oct 03 20:22:22.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58252024-10-03T20:22:24.256Z[ recovery-image] Oct 03 20:22:22.820 INFO O| Oct 03 20:22:22.820 INFO STEP 557 (remove_files) COMPLETE
58262024-10-03T20:22:24.256Z[ recovery-image] Oct 03 20:22:22.820 INFO O| Oct 03 20:22:22.820 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-03T20:22:24.276Z[ recovery-image] Oct 03 20:22:22.839 INFO O| Oct 03 20:22:22.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58282024-10-03T20:22:24.276Z[ recovery-image] Oct 03 20:22:22.839 INFO O| Oct 03 20:22:22.839 INFO STEP 558 (remove_files) COMPLETE
58292024-10-03T20:22:24.278Z[ recovery-image] Oct 03 20:22:22.839 INFO O| Oct 03 20:22:22.839 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-03T20:22:24.308Z[ recovery-image] Oct 03 20:22:22.871 INFO O| Oct 03 20:22:22.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58312024-10-03T20:22:24.311Z[ recovery-image] Oct 03 20:22:22.871 INFO O| Oct 03 20:22:22.871 INFO STEP 559 (remove_files) COMPLETE
58322024-10-03T20:22:24.311Z[ recovery-image] Oct 03 20:22:22.872 INFO O| Oct 03 20:22:22.871 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-03T20:22:24.330Z[ recovery-image] Oct 03 20:22:22.893 INFO O| Oct 03 20:22:22.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58342024-10-03T20:22:24.330Z[ recovery-image] Oct 03 20:22:22.893 INFO O| Oct 03 20:22:22.893 INFO STEP 560 (remove_files) COMPLETE
58352024-10-03T20:22:24.330Z[ recovery-image] Oct 03 20:22:22.893 INFO O| Oct 03 20:22:22.893 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-03T20:22:24.370Z[ recovery-image] Oct 03 20:22:22.933 INFO O| Oct 03 20:22:22.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58372024-10-03T20:22:24.370Z[ recovery-image] Oct 03 20:22:22.933 INFO O| Oct 03 20:22:22.933 INFO STEP 561 (remove_files) COMPLETE
58382024-10-03T20:22:24.371Z[ recovery-image] Oct 03 20:22:22.933 INFO O| Oct 03 20:22:22.933 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-03T20:22:24.392Z[ recovery-image] Oct 03 20:22:22.955 INFO O| Oct 03 20:22:22.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58402024-10-03T20:22:24.392Z[ recovery-image] Oct 03 20:22:22.955 INFO O| Oct 03 20:22:22.955 INFO STEP 562 (remove_files) COMPLETE
58412024-10-03T20:22:24.394Z[ recovery-image] Oct 03 20:22:22.955 INFO O| Oct 03 20:22:22.955 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-03T20:22:24.420Z[ recovery-image] Oct 03 20:22:22.981 INFO O| Oct 03 20:22:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58432024-10-03T20:22:24.420Z[ recovery-image] Oct 03 20:22:22.981 INFO O| Oct 03 20:22:22.981 INFO STEP 563 (remove_files) COMPLETE
58442024-10-03T20:22:24.420Z[ recovery-image] Oct 03 20:22:22.981 INFO O| Oct 03 20:22:22.981 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-10-03T20:22:24.443Z[ recovery-image] Oct 03 20:22:23.003 INFO O| Oct 03 20:22:23.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58462024-10-03T20:22:24.443Z[ recovery-image] Oct 03 20:22:23.003 INFO O| Oct 03 20:22:23.003 INFO STEP 564 (remove_files) COMPLETE
58472024-10-03T20:22:24.443Z[ recovery-image] Oct 03 20:22:23.003 INFO O| Oct 03 20:22:23.003 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-10-03T20:22:24.479Z[ recovery-image] Oct 03 20:22:23.041 INFO O| Oct 03 20:22:23.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58492024-10-03T20:22:24.479Z[ recovery-image] Oct 03 20:22:23.041 INFO O| Oct 03 20:22:23.041 INFO STEP 565 (remove_files) COMPLETE
58502024-10-03T20:22:24.479Z[ recovery-image] Oct 03 20:22:23.041 INFO O| Oct 03 20:22:23.041 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-10-03T20:22:24.523Z[ recovery-image] Oct 03 20:22:23.086 INFO O| Oct 03 20:22:23.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58522024-10-03T20:22:24.523Z[ recovery-image] Oct 03 20:22:23.086 INFO O| Oct 03 20:22:23.086 INFO STEP 566 (remove_files) COMPLETE
58532024-10-03T20:22:24.523Z[ recovery-image] Oct 03 20:22:23.086 INFO O| Oct 03 20:22:23.086 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-10-03T20:22:24.559Z[ recovery-image] Oct 03 20:22:23.122 INFO O| Oct 03 20:22:23.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58552024-10-03T20:22:24.559Z[ recovery-image] Oct 03 20:22:23.122 INFO O| Oct 03 20:22:23.122 INFO STEP 567 (remove_files) COMPLETE
58562024-10-03T20:22:24.559Z[ recovery-image] Oct 03 20:22:23.123 INFO O| Oct 03 20:22:23.122 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-10-03T20:22:24.581Z[ recovery-image] Oct 03 20:22:23.142 INFO O| Oct 03 20:22:23.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58582024-10-03T20:22:24.581Z[ recovery-image] Oct 03 20:22:23.142 INFO O| Oct 03 20:22:23.142 INFO STEP 568 (remove_files) COMPLETE
58592024-10-03T20:22:24.581Z[ recovery-image] Oct 03 20:22:23.142 INFO O| Oct 03 20:22:23.142 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-10-03T20:22:24.648Z[ recovery-image] Oct 03 20:22:23.210 INFO O| Oct 03 20:22:23.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58612024-10-03T20:22:24.651Z[ recovery-image] Oct 03 20:22:23.211 INFO O| Oct 03 20:22:23.211 INFO STEP 569 (remove_files) COMPLETE
58622024-10-03T20:22:24.651Z[ recovery-image] Oct 03 20:22:23.211 INFO O| Oct 03 20:22:23.211 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-10-03T20:22:24.755Z[ recovery-image] Oct 03 20:22:23.318 INFO O| Oct 03 20:22:23.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58642024-10-03T20:22:24.755Z[ recovery-image] Oct 03 20:22:23.318 INFO O| Oct 03 20:22:23.318 INFO STEP 570 (remove_files) COMPLETE
58652024-10-03T20:22:24.757Z[ recovery-image] Oct 03 20:22:23.318 INFO O| Oct 03 20:22:23.318 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-10-03T20:22:24.782Z[ recovery-image] Oct 03 20:22:23.339 INFO O| Oct 03 20:22:23.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58672024-10-03T20:22:24.782Z[ recovery-image] Oct 03 20:22:23.339 INFO O| Oct 03 20:22:23.339 INFO STEP 571 (remove_files) COMPLETE
58682024-10-03T20:22:24.785Z[ recovery-image] Oct 03 20:22:23.339 INFO O| Oct 03 20:22:23.339 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-10-03T20:22:24.796Z[ recovery-image] Oct 03 20:22:23.358 INFO O| Oct 03 20:22:23.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58702024-10-03T20:22:24.796Z[ recovery-image] Oct 03 20:22:23.358 INFO O| Oct 03 20:22:23.358 INFO STEP 572 (remove_files) COMPLETE
58712024-10-03T20:22:24.796Z[ recovery-image] Oct 03 20:22:23.358 INFO O| Oct 03 20:22:23.358 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-10-03T20:22:24.857Z[ recovery-image] Oct 03 20:22:23.420 INFO O| Oct 03 20:22:23.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58732024-10-03T20:22:24.857Z[ recovery-image] Oct 03 20:22:23.420 INFO O| Oct 03 20:22:23.420 INFO STEP 573 (remove_files) COMPLETE
58742024-10-03T20:22:24.860Z[ recovery-image] Oct 03 20:22:23.420 INFO O| Oct 03 20:22:23.420 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-10-03T20:22:24.888Z[ recovery-image] Oct 03 20:22:23.451 INFO O| Oct 03 20:22:23.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58762024-10-03T20:22:24.888Z[ recovery-image] Oct 03 20:22:23.451 INFO O| Oct 03 20:22:23.451 INFO STEP 574 (remove_files) COMPLETE
58772024-10-03T20:22:24.888Z[ recovery-image] Oct 03 20:22:23.451 INFO O| Oct 03 20:22:23.451 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-10-03T20:22:24.907Z[ recovery-image] Oct 03 20:22:23.470 INFO O| Oct 03 20:22:23.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58792024-10-03T20:22:24.907Z[ recovery-image] Oct 03 20:22:23.470 INFO O| Oct 03 20:22:23.470 INFO STEP 575 (remove_files) COMPLETE
58802024-10-03T20:22:24.910Z[ recovery-image] Oct 03 20:22:23.470 INFO O| Oct 03 20:22:23.470 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-10-03T20:22:24.925Z[ recovery-image] Oct 03 20:22:23.488 INFO O| Oct 03 20:22:23.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58822024-10-03T20:22:24.925Z[ recovery-image] Oct 03 20:22:23.488 INFO O| Oct 03 20:22:23.488 INFO STEP 576 (remove_files) COMPLETE
58832024-10-03T20:22:24.925Z[ recovery-image] Oct 03 20:22:23.488 INFO O| Oct 03 20:22:23.488 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-10-03T20:22:24.944Z[ recovery-image] Oct 03 20:22:23.507 INFO O| Oct 03 20:22:23.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58852024-10-03T20:22:24.944Z[ recovery-image] Oct 03 20:22:23.507 INFO O| Oct 03 20:22:23.507 INFO STEP 577 (remove_files) COMPLETE
58862024-10-03T20:22:24.944Z[ recovery-image] Oct 03 20:22:23.507 INFO O| Oct 03 20:22:23.507 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-10-03T20:22:24.963Z[ recovery-image] Oct 03 20:22:23.526 INFO O| Oct 03 20:22:23.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58882024-10-03T20:22:24.963Z[ recovery-image] Oct 03 20:22:23.526 INFO O| Oct 03 20:22:23.526 INFO STEP 578 (remove_files) COMPLETE
58892024-10-03T20:22:24.963Z[ recovery-image] Oct 03 20:22:23.526 INFO O| Oct 03 20:22:23.526 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-10-03T20:22:24.984Z[ recovery-image] Oct 03 20:22:23.546 INFO O| Oct 03 20:22:23.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58912024-10-03T20:22:24.984Z[ recovery-image] Oct 03 20:22:23.546 INFO O| Oct 03 20:22:23.546 INFO STEP 579 (remove_files) COMPLETE
58922024-10-03T20:22:24.987Z[ recovery-image] Oct 03 20:22:23.546 INFO O| Oct 03 20:22:23.546 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-10-03T20:22:25.001Z[ recovery-image] Oct 03 20:22:23.564 INFO O| Oct 03 20:22:23.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58942024-10-03T20:22:25.001Z[ recovery-image] Oct 03 20:22:23.564 INFO O| Oct 03 20:22:23.564 INFO STEP 580 (remove_files) COMPLETE
58952024-10-03T20:22:25.001Z[ recovery-image] Oct 03 20:22:23.564 INFO O| Oct 03 20:22:23.564 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-10-03T20:22:25.022Z[ recovery-image] Oct 03 20:22:23.585 INFO O| Oct 03 20:22:23.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58972024-10-03T20:22:25.022Z[ recovery-image] Oct 03 20:22:23.585 INFO O| Oct 03 20:22:23.585 INFO STEP 581 (remove_files) COMPLETE
58982024-10-03T20:22:25.022Z[ recovery-image] Oct 03 20:22:23.585 INFO O| Oct 03 20:22:23.585 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-10-03T20:22:25.054Z[ recovery-image] Oct 03 20:22:23.617 INFO O| Oct 03 20:22:23.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59002024-10-03T20:22:25.054Z[ recovery-image] Oct 03 20:22:23.617 INFO O| Oct 03 20:22:23.617 INFO STEP 582 (remove_files) COMPLETE
59012024-10-03T20:22:25.057Z[ recovery-image] Oct 03 20:22:23.618 INFO O| Oct 03 20:22:23.617 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-10-03T20:22:25.073Z[ recovery-image] Oct 03 20:22:23.636 INFO O| Oct 03 20:22:23.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59032024-10-03T20:22:25.073Z[ recovery-image] Oct 03 20:22:23.636 INFO O| Oct 03 20:22:23.636 INFO STEP 583 (remove_files) COMPLETE
59042024-10-03T20:22:25.073Z[ recovery-image] Oct 03 20:22:23.636 INFO O| Oct 03 20:22:23.636 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-10-03T20:22:25.093Z[ recovery-image] Oct 03 20:22:23.656 INFO O| Oct 03 20:22:23.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59062024-10-03T20:22:25.096Z[ recovery-image] Oct 03 20:22:23.657 INFO O| Oct 03 20:22:23.656 INFO STEP 584 (remove_files) COMPLETE
59072024-10-03T20:22:25.096Z[ recovery-image] Oct 03 20:22:23.657 INFO O| Oct 03 20:22:23.656 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-10-03T20:22:25.115Z[ recovery-image] Oct 03 20:22:23.677 INFO O| Oct 03 20:22:23.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59092024-10-03T20:22:25.115Z[ recovery-image] Oct 03 20:22:23.677 INFO O| Oct 03 20:22:23.677 INFO STEP 585 (remove_files) COMPLETE
59102024-10-03T20:22:25.115Z[ recovery-image] Oct 03 20:22:23.677 INFO O| Oct 03 20:22:23.677 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-10-03T20:22:25.133Z[ recovery-image] Oct 03 20:22:23.696 INFO O| Oct 03 20:22:23.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59122024-10-03T20:22:25.133Z[ recovery-image] Oct 03 20:22:23.696 INFO O| Oct 03 20:22:23.696 INFO STEP 586 (remove_files) COMPLETE
59132024-10-03T20:22:25.133Z[ recovery-image] Oct 03 20:22:23.696 INFO O| Oct 03 20:22:23.696 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-10-03T20:22:25.153Z[ recovery-image] Oct 03 20:22:23.715 INFO O| Oct 03 20:22:23.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59152024-10-03T20:22:25.153Z[ recovery-image] Oct 03 20:22:23.715 INFO O| Oct 03 20:22:23.715 INFO STEP 587 (remove_files) COMPLETE
59162024-10-03T20:22:25.159Z[ recovery-image] Oct 03 20:22:23.715 INFO O| Oct 03 20:22:23.715 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-10-03T20:22:25.187Z[ recovery-image] Oct 03 20:22:23.750 INFO O| Oct 03 20:22:23.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59182024-10-03T20:22:25.189Z[ recovery-image] Oct 03 20:22:23.750 INFO O| Oct 03 20:22:23.750 INFO STEP 588 (remove_files) COMPLETE
59192024-10-03T20:22:25.189Z[ recovery-image] Oct 03 20:22:23.750 INFO O| Oct 03 20:22:23.750 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-10-03T20:22:25.207Z[ recovery-image] Oct 03 20:22:23.770 INFO O| Oct 03 20:22:23.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59212024-10-03T20:22:25.211Z[ recovery-image] Oct 03 20:22:23.770 INFO O| Oct 03 20:22:23.770 INFO STEP 589 (remove_files) COMPLETE
59222024-10-03T20:22:25.211Z[ recovery-image] Oct 03 20:22:23.771 INFO O| Oct 03 20:22:23.770 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-10-03T20:22:25.241Z[ recovery-image] Oct 03 20:22:23.804 INFO O| Oct 03 20:22:23.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59242024-10-03T20:22:25.243Z[ recovery-image] Oct 03 20:22:23.805 INFO O| Oct 03 20:22:23.804 INFO STEP 590 (remove_files) COMPLETE
59252024-10-03T20:22:25.243Z[ recovery-image] Oct 03 20:22:23.805 INFO O| Oct 03 20:22:23.804 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-10-03T20:22:25.263Z[ recovery-image] Oct 03 20:22:23.826 INFO O| Oct 03 20:22:23.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59272024-10-03T20:22:25.263Z[ recovery-image] Oct 03 20:22:23.826 INFO O| Oct 03 20:22:23.826 INFO STEP 591 (remove_files) COMPLETE
59282024-10-03T20:22:25.266Z[ recovery-image] Oct 03 20:22:23.826 INFO O| Oct 03 20:22:23.826 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-10-03T20:22:25.302Z[ recovery-image] Oct 03 20:22:23.865 INFO O| Oct 03 20:22:23.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59302024-10-03T20:22:25.305Z[ recovery-image] Oct 03 20:22:23.866 INFO O| Oct 03 20:22:23.865 INFO STEP 592 (remove_files) COMPLETE
59312024-10-03T20:22:25.305Z[ recovery-image] Oct 03 20:22:23.866 INFO O| Oct 03 20:22:23.866 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-10-03T20:22:25.332Z[ recovery-image] Oct 03 20:22:23.895 INFO O| Oct 03 20:22:23.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59332024-10-03T20:22:25.332Z[ recovery-image] Oct 03 20:22:23.895 INFO O| Oct 03 20:22:23.895 INFO STEP 593 (remove_files) COMPLETE
59342024-10-03T20:22:25.336Z[ recovery-image] Oct 03 20:22:23.895 INFO O| Oct 03 20:22:23.895 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-10-03T20:22:25.349Z[ recovery-image] Oct 03 20:22:23.912 INFO O| Oct 03 20:22:23.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59362024-10-03T20:22:25.350Z[ recovery-image] Oct 03 20:22:23.912 INFO O| Oct 03 20:22:23.912 INFO STEP 594 (remove_files) COMPLETE
59372024-10-03T20:22:25.350Z[ recovery-image] Oct 03 20:22:23.912 INFO O| Oct 03 20:22:23.912 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-10-03T20:22:25.366Z[ recovery-image] Oct 03 20:22:23.929 INFO O| Oct 03 20:22:23.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59392024-10-03T20:22:25.367Z[ recovery-image] Oct 03 20:22:23.929 INFO O| Oct 03 20:22:23.929 INFO STEP 595 (remove_files) COMPLETE
59402024-10-03T20:22:25.370Z[ recovery-image] Oct 03 20:22:23.929 INFO O| Oct 03 20:22:23.929 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-10-03T20:22:25.384Z[ recovery-image] Oct 03 20:22:23.947 INFO O| Oct 03 20:22:23.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59422024-10-03T20:22:25.384Z[ recovery-image] Oct 03 20:22:23.947 INFO O| Oct 03 20:22:23.947 INFO STEP 596 (remove_files) COMPLETE
59432024-10-03T20:22:25.387Z[ recovery-image] Oct 03 20:22:23.947 INFO O| Oct 03 20:22:23.947 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-10-03T20:22:25.404Z[ recovery-image] Oct 03 20:22:23.967 INFO O| Oct 03 20:22:23.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59452024-10-03T20:22:25.404Z[ recovery-image] Oct 03 20:22:23.967 INFO O| Oct 03 20:22:23.967 INFO STEP 597 (remove_files) COMPLETE
59462024-10-03T20:22:25.404Z[ recovery-image] Oct 03 20:22:23.967 INFO O| Oct 03 20:22:23.967 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-10-03T20:22:25.423Z[ recovery-image] Oct 03 20:22:23.986 INFO O| Oct 03 20:22:23.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59482024-10-03T20:22:25.425Z[ recovery-image] Oct 03 20:22:23.986 INFO O| Oct 03 20:22:23.986 INFO STEP 598 (remove_files) COMPLETE
59492024-10-03T20:22:25.426Z[ recovery-image] Oct 03 20:22:23.986 INFO O| Oct 03 20:22:23.986 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-10-03T20:22:25.460Z[ recovery-image] Oct 03 20:22:24.021 INFO O| Oct 03 20:22:24.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59512024-10-03T20:22:25.462Z[ recovery-image] Oct 03 20:22:24.022 INFO O| Oct 03 20:22:24.021 INFO STEP 599 (remove_files) COMPLETE
59522024-10-03T20:22:25.462Z[ recovery-image] Oct 03 20:22:24.022 INFO O| Oct 03 20:22:24.021 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-10-03T20:22:25.518Z[ recovery-image] Oct 03 20:22:24.081 INFO O| Oct 03 20:22:24.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59542024-10-03T20:22:25.518Z[ recovery-image] Oct 03 20:22:24.081 INFO O| Oct 03 20:22:24.081 INFO STEP 600 (remove_files) COMPLETE
59552024-10-03T20:22:25.518Z[ recovery-image] Oct 03 20:22:24.081 INFO O| Oct 03 20:22:24.081 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-10-03T20:22:25.538Z[ recovery-image] Oct 03 20:22:24.101 INFO O| Oct 03 20:22:24.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59572024-10-03T20:22:25.541Z[ recovery-image] Oct 03 20:22:24.101 INFO O| Oct 03 20:22:24.101 INFO STEP 601 (remove_files) COMPLETE
59582024-10-03T20:22:25.541Z[ recovery-image] Oct 03 20:22:24.101 INFO O| Oct 03 20:22:24.101 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-10-03T20:22:25.566Z[ recovery-image] Oct 03 20:22:24.129 INFO O| Oct 03 20:22:24.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59602024-10-03T20:22:25.566Z[ recovery-image] Oct 03 20:22:24.129 INFO O| Oct 03 20:22:24.129 INFO STEP 602 (remove_files) COMPLETE
59612024-10-03T20:22:25.566Z[ recovery-image] Oct 03 20:22:24.129 INFO O| Oct 03 20:22:24.129 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-10-03T20:22:25.604Z[ recovery-image] Oct 03 20:22:24.167 INFO O| Oct 03 20:22:24.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59632024-10-03T20:22:25.604Z[ recovery-image] Oct 03 20:22:24.167 INFO O| Oct 03 20:22:24.167 INFO STEP 603 (remove_files) COMPLETE
59642024-10-03T20:22:25.607Z[ recovery-image] Oct 03 20:22:24.167 INFO O| Oct 03 20:22:24.167 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-10-03T20:22:25.634Z[ recovery-image] Oct 03 20:22:24.197 INFO O| Oct 03 20:22:24.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59662024-10-03T20:22:25.634Z[ recovery-image] Oct 03 20:22:24.197 INFO O| Oct 03 20:22:24.197 INFO STEP 604 (remove_files) COMPLETE
59672024-10-03T20:22:25.634Z[ recovery-image] Oct 03 20:22:24.197 INFO O| Oct 03 20:22:24.197 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-10-03T20:22:25.660Z[ recovery-image] Oct 03 20:22:24.222 INFO O| Oct 03 20:22:24.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59692024-10-03T20:22:25.664Z[ recovery-image] Oct 03 20:22:24.222 INFO O| Oct 03 20:22:24.222 INFO STEP 605 (remove_files) COMPLETE
59702024-10-03T20:22:25.664Z[ recovery-image] Oct 03 20:22:24.222 INFO O| Oct 03 20:22:24.222 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-10-03T20:22:25.678Z[ recovery-image] Oct 03 20:22:24.241 INFO O| Oct 03 20:22:24.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59722024-10-03T20:22:25.681Z[ recovery-image] Oct 03 20:22:24.242 INFO O| Oct 03 20:22:24.242 INFO STEP 606 (remove_files) COMPLETE
59732024-10-03T20:22:25.681Z[ recovery-image] Oct 03 20:22:24.242 INFO O| Oct 03 20:22:24.242 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-10-03T20:22:25.696Z[ recovery-image] Oct 03 20:22:24.259 INFO O| Oct 03 20:22:24.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59752024-10-03T20:22:25.698Z[ recovery-image] Oct 03 20:22:24.260 INFO O| Oct 03 20:22:24.259 INFO STEP 607 (remove_files) COMPLETE
59762024-10-03T20:22:25.698Z[ recovery-image] Oct 03 20:22:24.260 INFO O| Oct 03 20:22:24.260 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-10-03T20:22:25.715Z[ recovery-image] Oct 03 20:22:24.277 INFO O| Oct 03 20:22:24.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59782024-10-03T20:22:25.718Z[ recovery-image] Oct 03 20:22:24.277 INFO O| Oct 03 20:22:24.277 INFO STEP 608 (remove_files) COMPLETE
59792024-10-03T20:22:25.718Z[ recovery-image] Oct 03 20:22:24.278 INFO O| Oct 03 20:22:24.277 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-10-03T20:22:25.731Z[ recovery-image] Oct 03 20:22:24.294 INFO O| Oct 03 20:22:24.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59812024-10-03T20:22:25.735Z[ recovery-image] Oct 03 20:22:24.295 INFO O| Oct 03 20:22:24.295 INFO STEP 609 (remove_files) COMPLETE
59822024-10-03T20:22:25.736Z[ recovery-image] Oct 03 20:22:24.295 INFO O| Oct 03 20:22:24.295 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-10-03T20:22:25.749Z[ recovery-image] Oct 03 20:22:24.312 INFO O| Oct 03 20:22:24.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59842024-10-03T20:22:25.752Z[ recovery-image] Oct 03 20:22:24.313 INFO O| Oct 03 20:22:24.313 INFO STEP 610 (remove_files) COMPLETE
59852024-10-03T20:22:25.752Z[ recovery-image] Oct 03 20:22:24.313 INFO O| Oct 03 20:22:24.313 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-10-03T20:22:25.768Z[ recovery-image] Oct 03 20:22:24.330 INFO O| Oct 03 20:22:24.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59872024-10-03T20:22:25.770Z[ recovery-image] Oct 03 20:22:24.331 INFO O| Oct 03 20:22:24.331 INFO STEP 611 (remove_files) COMPLETE
59882024-10-03T20:22:25.770Z[ recovery-image] Oct 03 20:22:24.331 INFO O| Oct 03 20:22:24.331 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-10-03T20:22:25.786Z[ recovery-image] Oct 03 20:22:24.349 INFO O| Oct 03 20:22:24.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59902024-10-03T20:22:25.788Z[ recovery-image] Oct 03 20:22:24.349 INFO O| Oct 03 20:22:24.349 INFO STEP 612 (remove_files) COMPLETE
59912024-10-03T20:22:25.788Z[ recovery-image] Oct 03 20:22:24.349 INFO O| Oct 03 20:22:24.349 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-10-03T20:22:25.817Z[ recovery-image] Oct 03 20:22:24.380 INFO O| Oct 03 20:22:24.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59932024-10-03T20:22:25.818Z[ recovery-image] Oct 03 20:22:24.380 INFO O| Oct 03 20:22:24.380 INFO STEP 613 (remove_files) COMPLETE
59942024-10-03T20:22:25.820Z[ recovery-image] Oct 03 20:22:24.380 INFO O| Oct 03 20:22:24.380 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-10-03T20:22:25.837Z[ recovery-image] Oct 03 20:22:24.400 INFO O| Oct 03 20:22:24.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59962024-10-03T20:22:25.839Z[ recovery-image] Oct 03 20:22:24.400 INFO O| Oct 03 20:22:24.400 INFO STEP 614 (remove_files) COMPLETE
59972024-10-03T20:22:25.839Z[ recovery-image] Oct 03 20:22:24.400 INFO O| Oct 03 20:22:24.400 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-10-03T20:22:25.881Z[ recovery-image] Oct 03 20:22:24.444 INFO O| Oct 03 20:22:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59992024-10-03T20:22:25.881Z[ recovery-image] Oct 03 20:22:24.444 INFO O| Oct 03 20:22:24.444 INFO STEP 615 (remove_files) COMPLETE
60002024-10-03T20:22:25.881Z[ recovery-image] Oct 03 20:22:24.444 INFO O| Oct 03 20:22:24.444 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-10-03T20:22:25.901Z[ recovery-image] Oct 03 20:22:24.464 INFO O| Oct 03 20:22:24.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60022024-10-03T20:22:25.901Z[ recovery-image] Oct 03 20:22:24.464 INFO O| Oct 03 20:22:24.464 INFO STEP 616 (remove_files) COMPLETE
60032024-10-03T20:22:25.901Z[ recovery-image] Oct 03 20:22:24.464 INFO O| Oct 03 20:22:24.464 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-10-03T20:22:25.921Z[ recovery-image] Oct 03 20:22:24.484 INFO O| Oct 03 20:22:24.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60052024-10-03T20:22:25.921Z[ recovery-image] Oct 03 20:22:24.484 INFO O| Oct 03 20:22:24.484 INFO STEP 617 (remove_files) COMPLETE
60062024-10-03T20:22:25.921Z[ recovery-image] Oct 03 20:22:24.485 INFO O| Oct 03 20:22:24.484 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-03T20:22:25.940Z[ recovery-image] Oct 03 20:22:24.503 INFO O| Oct 03 20:22:24.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60082024-10-03T20:22:25.963Z[ recovery-image] Oct 03 20:22:24.525 INFO O| Oct 03 20:22:24.525 INFO STEP 618 (remove_files) COMPLETE
60092024-10-03T20:22:25.963Z[ recovery-image] Oct 03 20:22:24.525 INFO O| Oct 03 20:22:24.525 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-03T20:22:25.992Z[ recovery-image] Oct 03 20:22:24.555 INFO O| Oct 03 20:22:24.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60112024-10-03T20:22:25.992Z[ recovery-image] Oct 03 20:22:24.555 INFO O| Oct 03 20:22:24.555 INFO STEP 619 (remove_files) COMPLETE
60122024-10-03T20:22:25.992Z[ recovery-image] Oct 03 20:22:24.555 INFO O| Oct 03 20:22:24.555 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-03T20:22:26.011Z[ recovery-image] Oct 03 20:22:24.574 INFO O| Oct 03 20:22:24.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60142024-10-03T20:22:26.011Z[ recovery-image] Oct 03 20:22:24.574 INFO O| Oct 03 20:22:24.574 INFO STEP 620 (remove_files) COMPLETE
60152024-10-03T20:22:26.011Z[ recovery-image] Oct 03 20:22:24.574 INFO O| Oct 03 20:22:24.574 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-03T20:22:26.045Z[ recovery-image] Oct 03 20:22:24.608 INFO O| Oct 03 20:22:24.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60172024-10-03T20:22:26.045Z[ recovery-image] Oct 03 20:22:24.608 INFO O| Oct 03 20:22:24.608 INFO STEP 621 (remove_files) COMPLETE
60182024-10-03T20:22:26.047Z[ recovery-image] Oct 03 20:22:24.608 INFO O| Oct 03 20:22:24.608 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-03T20:22:26.062Z[ recovery-image] Oct 03 20:22:24.624 INFO O| Oct 03 20:22:24.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60202024-10-03T20:22:26.062Z[ recovery-image] Oct 03 20:22:24.625 INFO O| Oct 03 20:22:24.625 INFO STEP 622 (remove_files) COMPLETE
60212024-10-03T20:22:26.064Z[ recovery-image] Oct 03 20:22:24.625 INFO O| Oct 03 20:22:24.625 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-03T20:22:26.080Z[ recovery-image] Oct 03 20:22:24.642 INFO O| Oct 03 20:22:24.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60232024-10-03T20:22:26.080Z[ recovery-image] Oct 03 20:22:24.643 INFO O| Oct 03 20:22:24.642 INFO STEP 623 (remove_files) COMPLETE
60242024-10-03T20:22:26.080Z[ recovery-image] Oct 03 20:22:24.643 INFO O| Oct 03 20:22:24.643 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-03T20:22:26.098Z[ recovery-image] Oct 03 20:22:24.661 INFO O| Oct 03 20:22:24.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60262024-10-03T20:22:26.099Z[ recovery-image] Oct 03 20:22:24.661 INFO O| Oct 03 20:22:24.661 INFO STEP 624 (remove_files) COMPLETE
60272024-10-03T20:22:26.099Z[ recovery-image] Oct 03 20:22:24.661 INFO O| Oct 03 20:22:24.661 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-10-03T20:22:26.136Z[ recovery-image] Oct 03 20:22:24.698 INFO O| Oct 03 20:22:24.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60292024-10-03T20:22:26.136Z[ recovery-image] Oct 03 20:22:24.698 INFO O| Oct 03 20:22:24.698 INFO STEP 625 (remove_files) COMPLETE
60302024-10-03T20:22:26.136Z[ recovery-image] Oct 03 20:22:24.698 INFO O| Oct 03 20:22:24.698 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-10-03T20:22:26.177Z[ recovery-image] Oct 03 20:22:24.739 INFO O| Oct 03 20:22:24.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60322024-10-03T20:22:26.177Z[ recovery-image] Oct 03 20:22:24.739 INFO O| Oct 03 20:22:24.739 INFO STEP 626 (remove_files) COMPLETE
60332024-10-03T20:22:26.180Z[ recovery-image] Oct 03 20:22:24.739 INFO O| Oct 03 20:22:24.739 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-10-03T20:22:26.194Z[ recovery-image] Oct 03 20:22:24.757 INFO O| Oct 03 20:22:24.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60352024-10-03T20:22:26.194Z[ recovery-image] Oct 03 20:22:24.757 INFO O| Oct 03 20:22:24.757 INFO STEP 627 (remove_files) COMPLETE
60362024-10-03T20:22:26.196Z[ recovery-image] Oct 03 20:22:24.757 INFO O| Oct 03 20:22:24.757 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-10-03T20:22:26.233Z[ recovery-image] Oct 03 20:22:24.789 INFO O| Oct 03 20:22:24.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60382024-10-03T20:22:26.233Z[ recovery-image] Oct 03 20:22:24.789 INFO O| Oct 03 20:22:24.789 INFO STEP 628 (remove_files) COMPLETE
60392024-10-03T20:22:26.233Z[ recovery-image] Oct 03 20:22:24.789 INFO O| Oct 03 20:22:24.789 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-10-03T20:22:26.247Z[ recovery-image] Oct 03 20:22:24.810 INFO O| Oct 03 20:22:24.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60412024-10-03T20:22:26.247Z[ recovery-image] Oct 03 20:22:24.810 INFO O| Oct 03 20:22:24.810 INFO STEP 629 (remove_files) COMPLETE
60422024-10-03T20:22:26.250Z[ recovery-image] Oct 03 20:22:24.810 INFO O| Oct 03 20:22:24.810 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-10-03T20:22:26.266Z[ recovery-image] Oct 03 20:22:24.828 INFO O| Oct 03 20:22:24.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60442024-10-03T20:22:26.266Z[ recovery-image] Oct 03 20:22:24.828 INFO O| Oct 03 20:22:24.828 INFO STEP 630 (remove_files) COMPLETE
60452024-10-03T20:22:26.268Z[ recovery-image] Oct 03 20:22:24.828 INFO O| Oct 03 20:22:24.828 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-10-03T20:22:26.283Z[ recovery-image] Oct 03 20:22:24.846 INFO O| Oct 03 20:22:24.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60472024-10-03T20:22:26.283Z[ recovery-image] Oct 03 20:22:24.846 INFO O| Oct 03 20:22:24.846 INFO STEP 631 (remove_files) COMPLETE
60482024-10-03T20:22:26.285Z[ recovery-image] Oct 03 20:22:24.846 INFO O| Oct 03 20:22:24.846 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-10-03T20:22:26.313Z[ recovery-image] Oct 03 20:22:24.874 INFO O| Oct 03 20:22:24.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60502024-10-03T20:22:26.316Z[ recovery-image] Oct 03 20:22:24.874 INFO O| Oct 03 20:22:24.874 INFO STEP 632 (remove_files) COMPLETE
60512024-10-03T20:22:26.316Z[ recovery-image] Oct 03 20:22:24.875 INFO O| Oct 03 20:22:24.874 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-10-03T20:22:26.331Z[ recovery-image] Oct 03 20:22:24.893 INFO O| Oct 03 20:22:24.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60532024-10-03T20:22:26.336Z[ recovery-image] Oct 03 20:22:24.893 INFO O| Oct 03 20:22:24.893 INFO STEP 633 (remove_files) COMPLETE
60542024-10-03T20:22:26.336Z[ recovery-image] Oct 03 20:22:24.894 INFO O| Oct 03 20:22:24.894 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-10-03T20:22:26.348Z[ recovery-image] Oct 03 20:22:24.911 INFO O| Oct 03 20:22:24.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60562024-10-03T20:22:26.352Z[ recovery-image] Oct 03 20:22:24.911 INFO O| Oct 03 20:22:24.911 INFO STEP 634 (remove_files) COMPLETE
60572024-10-03T20:22:26.352Z[ recovery-image] Oct 03 20:22:24.911 INFO O| Oct 03 20:22:24.911 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-10-03T20:22:26.369Z[ recovery-image] Oct 03 20:22:24.929 INFO O| Oct 03 20:22:24.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60592024-10-03T20:22:26.376Z[ recovery-image] Oct 03 20:22:24.929 INFO O| Oct 03 20:22:24.929 INFO STEP 635 (remove_files) COMPLETE
60602024-10-03T20:22:26.376Z[ recovery-image] Oct 03 20:22:24.929 INFO O| Oct 03 20:22:24.929 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-10-03T20:22:26.399Z[ recovery-image] Oct 03 20:22:24.959 INFO O| Oct 03 20:22:24.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60622024-10-03T20:22:26.403Z[ recovery-image] Oct 03 20:22:24.959 INFO O| Oct 03 20:22:24.959 INFO STEP 636 (remove_files) COMPLETE
60632024-10-03T20:22:26.403Z[ recovery-image] Oct 03 20:22:24.959 INFO O| Oct 03 20:22:24.959 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-10-03T20:22:26.493Z[ recovery-image] Oct 03 20:22:25.055 INFO O| Oct 03 20:22:25.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60652024-10-03T20:22:26.493Z[ recovery-image] Oct 03 20:22:25.055 INFO O| Oct 03 20:22:25.055 INFO STEP 637 (remove_files) COMPLETE
60662024-10-03T20:22:26.493Z[ recovery-image] Oct 03 20:22:25.055 INFO O| Oct 03 20:22:25.055 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-10-03T20:22:26.557Z[ recovery-image] Oct 03 20:22:25.120 INFO O| Oct 03 20:22:25.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60682024-10-03T20:22:26.557Z[ recovery-image] Oct 03 20:22:25.120 INFO O| Oct 03 20:22:25.120 INFO STEP 638 (remove_files) COMPLETE
60692024-10-03T20:22:26.560Z[ recovery-image] Oct 03 20:22:25.120 INFO O| Oct 03 20:22:25.120 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-10-03T20:22:26.577Z[ recovery-image] Oct 03 20:22:25.139 INFO O| Oct 03 20:22:25.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60712024-10-03T20:22:26.577Z[ recovery-image] Oct 03 20:22:25.140 INFO O| Oct 03 20:22:25.139 INFO STEP 639 (remove_files) COMPLETE
60722024-10-03T20:22:26.577Z[ recovery-image] Oct 03 20:22:25.140 INFO O| Oct 03 20:22:25.140 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-10-03T20:22:26.595Z[ recovery-image] Oct 03 20:22:25.158 INFO O| Oct 03 20:22:25.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60742024-10-03T20:22:26.595Z[ recovery-image] Oct 03 20:22:25.158 INFO O| Oct 03 20:22:25.158 INFO STEP 640 (remove_files) COMPLETE
60752024-10-03T20:22:26.598Z[ recovery-image] Oct 03 20:22:25.158 INFO O| Oct 03 20:22:25.158 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-10-03T20:22:26.616Z[ recovery-image] Oct 03 20:22:25.179 INFO O| Oct 03 20:22:25.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60772024-10-03T20:22:26.616Z[ recovery-image] Oct 03 20:22:25.179 INFO O| Oct 03 20:22:25.179 INFO STEP 641 (remove_files) COMPLETE
60782024-10-03T20:22:26.616Z[ recovery-image] Oct 03 20:22:25.179 INFO O| Oct 03 20:22:25.179 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-10-03T20:22:26.678Z[ recovery-image] Oct 03 20:22:25.241 INFO O| Oct 03 20:22:25.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60802024-10-03T20:22:26.678Z[ recovery-image] Oct 03 20:22:25.241 INFO O| Oct 03 20:22:25.241 INFO STEP 642 (remove_files) COMPLETE
60812024-10-03T20:22:26.678Z[ recovery-image] Oct 03 20:22:25.241 INFO O| Oct 03 20:22:25.241 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-10-03T20:22:26.712Z[ recovery-image] Oct 03 20:22:25.275 INFO O| Oct 03 20:22:25.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60832024-10-03T20:22:26.712Z[ recovery-image] Oct 03 20:22:25.275 INFO O| Oct 03 20:22:25.275 INFO STEP 643 (remove_files) COMPLETE
60842024-10-03T20:22:26.715Z[ recovery-image] Oct 03 20:22:25.275 INFO O| Oct 03 20:22:25.275 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-10-03T20:22:26.732Z[ recovery-image] Oct 03 20:22:25.294 INFO O| Oct 03 20:22:25.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60862024-10-03T20:22:26.732Z[ recovery-image] Oct 03 20:22:25.294 INFO O| Oct 03 20:22:25.294 INFO STEP 644 (remove_files) COMPLETE
60872024-10-03T20:22:26.736Z[ recovery-image] Oct 03 20:22:25.294 INFO O| Oct 03 20:22:25.294 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-10-03T20:22:26.751Z[ recovery-image] Oct 03 20:22:25.313 INFO O| Oct 03 20:22:25.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60892024-10-03T20:22:26.751Z[ recovery-image] Oct 03 20:22:25.313 INFO O| Oct 03 20:22:25.313 INFO STEP 645 (remove_files) COMPLETE
60902024-10-03T20:22:26.751Z[ recovery-image] Oct 03 20:22:25.313 INFO O| Oct 03 20:22:25.313 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-10-03T20:22:26.768Z[ recovery-image] Oct 03 20:22:25.331 INFO O| Oct 03 20:22:25.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60922024-10-03T20:22:26.768Z[ recovery-image] Oct 03 20:22:25.331 INFO O| Oct 03 20:22:25.331 INFO STEP 646 (remove_files) COMPLETE
60932024-10-03T20:22:26.768Z[ recovery-image] Oct 03 20:22:25.331 INFO O| Oct 03 20:22:25.331 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-10-03T20:22:26.786Z[ recovery-image] Oct 03 20:22:25.349 INFO O| Oct 03 20:22:25.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60952024-10-03T20:22:26.787Z[ recovery-image] Oct 03 20:22:25.349 INFO O| Oct 03 20:22:25.349 INFO STEP 647 (remove_files) COMPLETE
60962024-10-03T20:22:26.787Z[ recovery-image] Oct 03 20:22:25.350 INFO O| Oct 03 20:22:25.349 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-10-03T20:22:26.805Z[ recovery-image] Oct 03 20:22:25.367 INFO O| Oct 03 20:22:25.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60982024-10-03T20:22:26.805Z[ recovery-image] Oct 03 20:22:25.368 INFO O| Oct 03 20:22:25.367 INFO STEP 648 (remove_files) COMPLETE
60992024-10-03T20:22:26.805Z[ recovery-image] Oct 03 20:22:25.368 INFO O| Oct 03 20:22:25.368 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-10-03T20:22:26.835Z[ recovery-image] Oct 03 20:22:25.398 INFO O| Oct 03 20:22:25.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61012024-10-03T20:22:26.835Z[ recovery-image] Oct 03 20:22:25.398 INFO O| Oct 03 20:22:25.398 INFO STEP 649 (remove_files) COMPLETE
61022024-10-03T20:22:26.835Z[ recovery-image] Oct 03 20:22:25.398 INFO O| Oct 03 20:22:25.398 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-10-03T20:22:26.873Z[ recovery-image] Oct 03 20:22:25.436 INFO O| Oct 03 20:22:25.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61042024-10-03T20:22:26.873Z[ recovery-image] Oct 03 20:22:25.436 INFO O| Oct 03 20:22:25.436 INFO STEP 650 (remove_files) COMPLETE
61052024-10-03T20:22:26.873Z[ recovery-image] Oct 03 20:22:25.436 INFO O| Oct 03 20:22:25.436 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-10-03T20:22:26.926Z[ recovery-image] Oct 03 20:22:25.488 INFO O| Oct 03 20:22:25.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61072024-10-03T20:22:26.926Z[ recovery-image] Oct 03 20:22:25.488 INFO O| Oct 03 20:22:25.488 INFO STEP 651 (remove_files) COMPLETE
61082024-10-03T20:22:26.926Z[ recovery-image] Oct 03 20:22:25.488 INFO O| Oct 03 20:22:25.488 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-10-03T20:22:26.932Z[ host-image] Oct 03 20:22:25.495 INFO O| Oct 03 20:22:25.495 INFO O| Done
61102024-10-03T20:22:26.975Z[ host-image] Oct 03 20:22:25.537 INFO O| Oct 03 20:22:25.537 INFO O| Done
61112024-10-03T20:22:26.977Z[ host-image] Oct 03 20:22:25.538 INFO O| Oct 03 20:22:25.538 INFO O| Done
61122024-10-03T20:22:26.980Z[ recovery-image] Oct 03 20:22:25.543 INFO O| Oct 03 20:22:25.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61132024-10-03T20:22:26.983Z[ recovery-image] Oct 03 20:22:25.544 INFO O| Oct 03 20:22:25.544 INFO STEP 652 (remove_files) COMPLETE
61142024-10-03T20:22:26.983Z[ recovery-image] Oct 03 20:22:25.544 INFO O| Oct 03 20:22:25.544 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-10-03T20:22:27.001Z[ recovery-image] Oct 03 20:22:25.563 INFO O| Oct 03 20:22:25.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61162024-10-03T20:22:27.001Z[ recovery-image] Oct 03 20:22:25.564 INFO O| Oct 03 20:22:25.564 INFO STEP 653 (remove_files) COMPLETE
61172024-10-03T20:22:27.001Z[ recovery-image] Oct 03 20:22:25.564 INFO O| Oct 03 20:22:25.564 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-10-03T20:22:27.046Z[ recovery-image] Oct 03 20:22:25.608 INFO O| Oct 03 20:22:25.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61192024-10-03T20:22:27.048Z[ recovery-image] Oct 03 20:22:25.609 INFO O| Oct 03 20:22:25.608 INFO STEP 654 (remove_files) COMPLETE
61202024-10-03T20:22:27.048Z[ recovery-image] Oct 03 20:22:25.609 INFO O| Oct 03 20:22:25.609 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-10-03T20:22:27.066Z[ recovery-image] Oct 03 20:22:25.628 INFO O| Oct 03 20:22:25.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61222024-10-03T20:22:27.068Z[ recovery-image] Oct 03 20:22:25.629 INFO O| Oct 03 20:22:25.629 INFO STEP 655 (remove_files) COMPLETE
61232024-10-03T20:22:27.068Z[ recovery-image] Oct 03 20:22:25.629 INFO O| Oct 03 20:22:25.629 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-10-03T20:22:27.068Z[ host-image] Oct 03 20:22:25.631 INFO O| Oct 03 20:22:25.631 INFO O| Done
61252024-10-03T20:22:27.108Z[ recovery-image] Oct 03 20:22:25.670 INFO O| Oct 03 20:22:25.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61262024-10-03T20:22:27.108Z[ recovery-image] Oct 03 20:22:25.670 INFO O| Oct 03 20:22:25.670 INFO STEP 656 (remove_files) COMPLETE
61272024-10-03T20:22:27.108Z[ recovery-image] Oct 03 20:22:25.670 INFO O| Oct 03 20:22:25.670 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-10-03T20:22:27.146Z[ recovery-image] Oct 03 20:22:25.709 INFO O| Oct 03 20:22:25.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61292024-10-03T20:22:27.146Z[ recovery-image] Oct 03 20:22:25.709 INFO O| Oct 03 20:22:25.709 INFO STEP 657 (remove_files) COMPLETE
61302024-10-03T20:22:27.149Z[ recovery-image] Oct 03 20:22:25.709 INFO O| Oct 03 20:22:25.709 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-10-03T20:22:27.166Z[ recovery-image] Oct 03 20:22:25.729 INFO O| Oct 03 20:22:25.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61322024-10-03T20:22:27.166Z[ recovery-image] Oct 03 20:22:25.729 INFO O| Oct 03 20:22:25.729 INFO STEP 658 (remove_files) COMPLETE
61332024-10-03T20:22:27.166Z[ recovery-image] Oct 03 20:22:25.729 INFO O| Oct 03 20:22:25.729 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-10-03T20:22:27.202Z[ recovery-image] Oct 03 20:22:25.765 INFO O| Oct 03 20:22:25.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61352024-10-03T20:22:27.205Z[ recovery-image] Oct 03 20:22:25.765 INFO O| Oct 03 20:22:25.765 INFO STEP 659 (remove_files) COMPLETE
61362024-10-03T20:22:27.205Z[ recovery-image] Oct 03 20:22:25.765 INFO O| Oct 03 20:22:25.765 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-10-03T20:22:27.222Z[ recovery-image] Oct 03 20:22:25.785 INFO O| Oct 03 20:22:25.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61382024-10-03T20:22:27.222Z[ recovery-image] Oct 03 20:22:25.785 INFO O| Oct 03 20:22:25.785 INFO STEP 660 (remove_files) COMPLETE
61392024-10-03T20:22:27.225Z[ recovery-image] Oct 03 20:22:25.785 INFO O| Oct 03 20:22:25.785 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-10-03T20:22:27.255Z[ recovery-image] Oct 03 20:22:25.818 INFO O| Oct 03 20:22:25.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61412024-10-03T20:22:27.255Z[ recovery-image] Oct 03 20:22:25.818 INFO O| Oct 03 20:22:25.818 INFO STEP 661 (remove_files) COMPLETE
61422024-10-03T20:22:27.255Z[ recovery-image] Oct 03 20:22:25.818 INFO O| Oct 03 20:22:25.818 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-10-03T20:22:27.274Z[ recovery-image] Oct 03 20:22:25.836 INFO O| Oct 03 20:22:25.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61442024-10-03T20:22:27.274Z[ recovery-image] Oct 03 20:22:25.836 INFO O| Oct 03 20:22:25.836 INFO STEP 662 (remove_files) COMPLETE
61452024-10-03T20:22:27.274Z[ recovery-image] Oct 03 20:22:25.836 INFO O| Oct 03 20:22:25.836 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-10-03T20:22:27.296Z[ recovery-image] Oct 03 20:22:25.859 INFO O| Oct 03 20:22:25.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61472024-10-03T20:22:27.296Z[ recovery-image] Oct 03 20:22:25.859 INFO O| Oct 03 20:22:25.853 INFO STEP 663 (remove_files) COMPLETE
61482024-10-03T20:22:27.296Z[ recovery-image] Oct 03 20:22:25.859 INFO O| Oct 03 20:22:25.853 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-10-03T20:22:27.305Z[ host-image] Oct 03 20:22:25.868 INFO O| Oct 03 20:22:25.868 INFO STEP 13 (pkg_install) COMPLETE
61502024-10-03T20:22:27.305Z[ host-image] Oct 03 20:22:25.868 INFO O| Oct 03 20:22:25.868 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61512024-10-03T20:22:27.308Z[ recovery-image] Oct 03 20:22:25.870 INFO O| Oct 03 20:22:25.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61522024-10-03T20:22:27.308Z[ recovery-image] Oct 03 20:22:25.870 INFO O| Oct 03 20:22:25.870 INFO STEP 664 (remove_files) COMPLETE
61532024-10-03T20:22:27.308Z[ recovery-image] Oct 03 20:22:25.870 INFO O| Oct 03 20:22:25.870 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-10-03T20:22:27.323Z[ host-image] Oct 03 20:22:25.886 INFO O| Oct 03 20:22:25.886 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
61552024-10-03T20:22:27.326Z[ recovery-image] Oct 03 20:22:25.889 INFO O| Oct 03 20:22:25.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61562024-10-03T20:22:27.326Z[ recovery-image] Oct 03 20:22:25.889 INFO O| Oct 03 20:22:25.889 INFO STEP 665 (remove_files) COMPLETE
61572024-10-03T20:22:27.329Z[ recovery-image] Oct 03 20:22:25.889 INFO O| Oct 03 20:22:25.889 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-10-03T20:22:27.345Z[ recovery-image] Oct 03 20:22:25.908 INFO O| Oct 03 20:22:25.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61592024-10-03T20:22:27.345Z[ recovery-image] Oct 03 20:22:25.908 INFO O| Oct 03 20:22:25.908 INFO STEP 666 (remove_files) COMPLETE
61602024-10-03T20:22:27.345Z[ recovery-image] Oct 03 20:22:25.908 INFO O| Oct 03 20:22:25.908 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-10-03T20:22:27.363Z[ recovery-image] Oct 03 20:22:25.926 INFO O| Oct 03 20:22:25.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61622024-10-03T20:22:27.364Z[ recovery-image] Oct 03 20:22:25.926 INFO O| Oct 03 20:22:25.926 INFO STEP 667 (remove_files) COMPLETE
61632024-10-03T20:22:27.366Z[ recovery-image] Oct 03 20:22:25.926 INFO O| Oct 03 20:22:25.926 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-10-03T20:22:27.383Z[ recovery-image] Oct 03 20:22:25.946 INFO O| Oct 03 20:22:25.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61652024-10-03T20:22:27.383Z[ recovery-image] Oct 03 20:22:25.946 INFO O| Oct 03 20:22:25.946 INFO STEP 668 (remove_files) COMPLETE
61662024-10-03T20:22:27.383Z[ recovery-image] Oct 03 20:22:25.946 INFO O| Oct 03 20:22:25.946 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-10-03T20:22:27.403Z[ recovery-image] Oct 03 20:22:25.966 INFO O| Oct 03 20:22:25.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61682024-10-03T20:22:27.403Z[ recovery-image] Oct 03 20:22:25.966 INFO O| Oct 03 20:22:25.966 INFO STEP 669 (remove_files) COMPLETE
61692024-10-03T20:22:27.403Z[ recovery-image] Oct 03 20:22:25.966 INFO O| Oct 03 20:22:25.966 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-10-03T20:22:27.422Z[ recovery-image] Oct 03 20:22:25.985 INFO O| Oct 03 20:22:25.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61712024-10-03T20:22:27.422Z[ recovery-image] Oct 03 20:22:25.985 INFO O| Oct 03 20:22:25.985 INFO STEP 670 (remove_files) COMPLETE
61722024-10-03T20:22:27.422Z[ recovery-image] Oct 03 20:22:25.985 INFO O| Oct 03 20:22:25.985 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-10-03T20:22:27.440Z[ recovery-image] Oct 03 20:22:26.003 INFO O| Oct 03 20:22:26.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61742024-10-03T20:22:27.440Z[ recovery-image] Oct 03 20:22:26.003 INFO O| Oct 03 20:22:26.003 INFO STEP 671 (remove_files) COMPLETE
61752024-10-03T20:22:27.440Z[ recovery-image] Oct 03 20:22:26.003 INFO O| Oct 03 20:22:26.003 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-10-03T20:22:27.475Z[ recovery-image] Oct 03 20:22:26.038 INFO O| Oct 03 20:22:26.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61772024-10-03T20:22:27.478Z[ recovery-image] Oct 03 20:22:26.038 INFO O| Oct 03 20:22:26.038 INFO STEP 672 (remove_files) COMPLETE
61782024-10-03T20:22:27.478Z[ recovery-image] Oct 03 20:22:26.039 INFO O| Oct 03 20:22:26.038 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-10-03T20:22:27.495Z[ recovery-image] Oct 03 20:22:26.058 INFO O| Oct 03 20:22:26.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61802024-10-03T20:22:27.497Z[ recovery-image] Oct 03 20:22:26.058 INFO O| Oct 03 20:22:26.058 INFO STEP 673 (remove_files) COMPLETE
61812024-10-03T20:22:27.497Z[ recovery-image] Oct 03 20:22:26.058 INFO O| Oct 03 20:22:26.058 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-10-03T20:22:27.515Z[ recovery-image] Oct 03 20:22:26.078 INFO O| Oct 03 20:22:26.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61832024-10-03T20:22:27.515Z[ recovery-image] Oct 03 20:22:26.078 INFO O| Oct 03 20:22:26.078 INFO STEP 674 (remove_files) COMPLETE
61842024-10-03T20:22:27.517Z[ recovery-image] Oct 03 20:22:26.078 INFO O| Oct 03 20:22:26.078 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-10-03T20:22:27.533Z[ recovery-image] Oct 03 20:22:26.096 INFO O| Oct 03 20:22:26.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61862024-10-03T20:22:27.533Z[ recovery-image] Oct 03 20:22:26.096 INFO O| Oct 03 20:22:26.096 INFO STEP 675 (remove_files) COMPLETE
61872024-10-03T20:22:27.533Z[ recovery-image] Oct 03 20:22:26.096 INFO O| Oct 03 20:22:26.096 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-10-03T20:22:27.596Z[ recovery-image] Oct 03 20:22:26.159 INFO O| Oct 03 20:22:26.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61892024-10-03T20:22:27.596Z[ recovery-image] Oct 03 20:22:26.159 INFO O| Oct 03 20:22:26.159 INFO STEP 676 (remove_files) COMPLETE
61902024-10-03T20:22:27.598Z[ recovery-image] Oct 03 20:22:26.159 INFO O| Oct 03 20:22:26.159 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-10-03T20:22:27.613Z[ recovery-image] Oct 03 20:22:26.175 INFO O| Oct 03 20:22:26.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61922024-10-03T20:22:27.616Z[ recovery-image] Oct 03 20:22:26.176 INFO O| Oct 03 20:22:26.175 INFO STEP 677 (remove_files) COMPLETE
61932024-10-03T20:22:27.616Z[ recovery-image] Oct 03 20:22:26.176 INFO O| Oct 03 20:22:26.176 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-10-03T20:22:27.647Z[ recovery-image] Oct 03 20:22:26.210 INFO O| Oct 03 20:22:26.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61952024-10-03T20:22:27.648Z[ recovery-image] Oct 03 20:22:26.210 INFO O| Oct 03 20:22:26.210 INFO STEP 678 (remove_files) COMPLETE
61962024-10-03T20:22:27.650Z[ recovery-image] Oct 03 20:22:26.210 INFO O| Oct 03 20:22:26.210 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-10-03T20:22:27.669Z[ recovery-image] Oct 03 20:22:26.231 INFO O| Oct 03 20:22:26.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61982024-10-03T20:22:27.669Z[ recovery-image] Oct 03 20:22:26.231 INFO O| Oct 03 20:22:26.231 INFO STEP 679 (remove_files) COMPLETE
61992024-10-03T20:22:27.669Z[ recovery-image] Oct 03 20:22:26.231 INFO O| Oct 03 20:22:26.231 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-10-03T20:22:27.701Z[ recovery-image] Oct 03 20:22:26.263 INFO O| Oct 03 20:22:26.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62012024-10-03T20:22:27.703Z[ recovery-image] Oct 03 20:22:26.263 INFO O| Oct 03 20:22:26.263 INFO STEP 680 (remove_files) COMPLETE
62022024-10-03T20:22:27.703Z[ recovery-image] Oct 03 20:22:26.264 INFO O| Oct 03 20:22:26.263 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-10-03T20:22:27.733Z[ recovery-image] Oct 03 20:22:26.295 INFO O| Oct 03 20:22:26.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62042024-10-03T20:22:27.733Z[ recovery-image] Oct 03 20:22:26.295 INFO O| Oct 03 20:22:26.295 INFO STEP 681 (remove_files) COMPLETE
62052024-10-03T20:22:27.733Z[ recovery-image] Oct 03 20:22:26.295 INFO O| Oct 03 20:22:26.295 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-10-03T20:22:27.753Z[ recovery-image] Oct 03 20:22:26.315 INFO O| Oct 03 20:22:26.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62072024-10-03T20:22:27.753Z[ recovery-image] Oct 03 20:22:26.315 INFO O| Oct 03 20:22:26.315 INFO STEP 682 (remove_files) COMPLETE
62082024-10-03T20:22:27.753Z[ recovery-image] Oct 03 20:22:26.315 INFO O| Oct 03 20:22:26.315 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-10-03T20:22:27.772Z[ recovery-image] Oct 03 20:22:26.334 INFO O| Oct 03 20:22:26.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62102024-10-03T20:22:27.772Z[ recovery-image] Oct 03 20:22:26.335 INFO O| Oct 03 20:22:26.335 INFO STEP 683 (remove_files) COMPLETE
62112024-10-03T20:22:27.773Z[ recovery-image] Oct 03 20:22:26.335 INFO O| Oct 03 20:22:26.335 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-10-03T20:22:27.797Z[ recovery-image] Oct 03 20:22:26.360 INFO O| Oct 03 20:22:26.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62132024-10-03T20:22:27.798Z[ recovery-image] Oct 03 20:22:26.360 INFO O| Oct 03 20:22:26.360 INFO STEP 684 (remove_files) COMPLETE
62142024-10-03T20:22:27.798Z[ recovery-image] Oct 03 20:22:26.360 INFO O| Oct 03 20:22:26.360 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-10-03T20:22:27.856Z[ recovery-image] Oct 03 20:22:26.418 INFO O| Oct 03 20:22:26.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62162024-10-03T20:22:27.881Z[ recovery-image] Oct 03 20:22:26.443 INFO O| Oct 03 20:22:26.443 INFO STEP 685 (remove_files) COMPLETE
62172024-10-03T20:22:27.881Z[ recovery-image] Oct 03 20:22:26.443 INFO O| Oct 03 20:22:26.443 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-10-03T20:22:27.953Z[ recovery-image] Oct 03 20:22:26.516 INFO O| Oct 03 20:22:26.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62192024-10-03T20:22:27.954Z[ recovery-image] Oct 03 20:22:26.516 INFO O| Oct 03 20:22:26.516 INFO STEP 686 (remove_files) COMPLETE
62202024-10-03T20:22:27.954Z[ recovery-image] Oct 03 20:22:26.516 INFO O| Oct 03 20:22:26.516 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-10-03T20:22:28.022Z[ recovery-image] Oct 03 20:22:26.584 INFO O| Oct 03 20:22:26.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62222024-10-03T20:22:28.022Z[ recovery-image] Oct 03 20:22:26.584 INFO O| Oct 03 20:22:26.584 INFO STEP 687 (remove_files) COMPLETE
62232024-10-03T20:22:28.022Z[ recovery-image] Oct 03 20:22:26.584 INFO O| Oct 03 20:22:26.584 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-10-03T20:22:28.044Z[ recovery-image] Oct 03 20:22:26.606 INFO O| Oct 03 20:22:26.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62252024-10-03T20:22:28.046Z[ recovery-image] Oct 03 20:22:26.606 INFO O| Oct 03 20:22:26.606 INFO STEP 688 (remove_files) COMPLETE
62262024-10-03T20:22:28.046Z[ recovery-image] Oct 03 20:22:26.606 INFO O| Oct 03 20:22:26.606 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-10-03T20:22:28.065Z[ recovery-image] Oct 03 20:22:26.628 INFO O| Oct 03 20:22:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62282024-10-03T20:22:28.068Z[ recovery-image] Oct 03 20:22:26.628 INFO O| Oct 03 20:22:26.628 INFO STEP 689 (remove_files) COMPLETE
62292024-10-03T20:22:28.068Z[ recovery-image] Oct 03 20:22:26.628 INFO O| Oct 03 20:22:26.628 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-10-03T20:22:28.087Z[ recovery-image] Oct 03 20:22:26.649 INFO O| Oct 03 20:22:26.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62312024-10-03T20:22:28.089Z[ recovery-image] Oct 03 20:22:26.650 INFO O| Oct 03 20:22:26.649 INFO STEP 690 (remove_files) COMPLETE
62322024-10-03T20:22:28.089Z[ recovery-image] Oct 03 20:22:26.650 INFO O| Oct 03 20:22:26.650 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-10-03T20:22:28.119Z[ recovery-image] Oct 03 20:22:26.681 INFO O| Oct 03 20:22:26.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62342024-10-03T20:22:28.119Z[ recovery-image] Oct 03 20:22:26.682 INFO O| Oct 03 20:22:26.681 INFO STEP 691 (remove_files) COMPLETE
62352024-10-03T20:22:28.121Z[ recovery-image] Oct 03 20:22:26.682 INFO O| Oct 03 20:22:26.681 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-10-03T20:22:28.148Z[ recovery-image] Oct 03 20:22:26.711 INFO O| Oct 03 20:22:26.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62372024-10-03T20:22:28.148Z[ recovery-image] Oct 03 20:22:26.711 INFO O| Oct 03 20:22:26.711 INFO STEP 692 (remove_files) COMPLETE
62382024-10-03T20:22:28.151Z[ recovery-image] Oct 03 20:22:26.711 INFO O| Oct 03 20:22:26.711 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-10-03T20:22:28.166Z[ recovery-image] Oct 03 20:22:26.729 INFO O| Oct 03 20:22:26.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62402024-10-03T20:22:28.169Z[ recovery-image] Oct 03 20:22:26.729 INFO O| Oct 03 20:22:26.729 INFO STEP 693 (remove_files) COMPLETE
62412024-10-03T20:22:28.169Z[ recovery-image] Oct 03 20:22:26.729 INFO O| Oct 03 20:22:26.729 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-10-03T20:22:28.184Z[ recovery-image] Oct 03 20:22:26.747 INFO O| Oct 03 20:22:26.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62432024-10-03T20:22:28.187Z[ recovery-image] Oct 03 20:22:26.747 INFO O| Oct 03 20:22:26.747 INFO STEP 694 (remove_files) COMPLETE
62442024-10-03T20:22:28.187Z[ recovery-image] Oct 03 20:22:26.747 INFO O| Oct 03 20:22:26.747 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-10-03T20:22:28.205Z[ recovery-image] Oct 03 20:22:26.767 INFO O| Oct 03 20:22:26.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62462024-10-03T20:22:28.205Z[ recovery-image] Oct 03 20:22:26.767 INFO O| Oct 03 20:22:26.767 INFO STEP 695 (remove_files) COMPLETE
62472024-10-03T20:22:28.205Z[ recovery-image] Oct 03 20:22:26.767 INFO O| Oct 03 20:22:26.767 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-10-03T20:22:28.223Z[ recovery-image] Oct 03 20:22:26.785 INFO O| Oct 03 20:22:26.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62492024-10-03T20:22:28.223Z[ recovery-image] Oct 03 20:22:26.785 INFO O| Oct 03 20:22:26.785 INFO STEP 696 (remove_files) COMPLETE
62502024-10-03T20:22:28.223Z[ recovery-image] Oct 03 20:22:26.785 INFO O| Oct 03 20:22:26.785 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-10-03T20:22:28.243Z[ recovery-image] Oct 03 20:22:26.805 INFO O| Oct 03 20:22:26.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62522024-10-03T20:22:28.243Z[ recovery-image] Oct 03 20:22:26.805 INFO O| Oct 03 20:22:26.805 INFO STEP 697 (remove_files) COMPLETE
62532024-10-03T20:22:28.245Z[ recovery-image] Oct 03 20:22:26.805 INFO O| Oct 03 20:22:26.805 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-10-03T20:22:28.257Z[ host-image] Oct 03 20:22:26.820 INFO O| Oct 03 20:22:26.820 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
62552024-10-03T20:22:28.262Z[ recovery-image] Oct 03 20:22:26.825 INFO O| Oct 03 20:22:26.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62562024-10-03T20:22:28.262Z[ recovery-image] Oct 03 20:22:26.825 INFO O| Oct 03 20:22:26.825 INFO STEP 698 (remove_files) COMPLETE
62572024-10-03T20:22:28.264Z[ recovery-image] Oct 03 20:22:26.825 INFO O| Oct 03 20:22:26.825 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-10-03T20:22:28.283Z[ recovery-image] Oct 03 20:22:26.845 INFO O| Oct 03 20:22:26.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62592024-10-03T20:22:28.283Z[ recovery-image] Oct 03 20:22:26.845 INFO O| Oct 03 20:22:26.845 INFO STEP 699 (remove_files) COMPLETE
62602024-10-03T20:22:28.283Z[ recovery-image] Oct 03 20:22:26.845 INFO O| Oct 03 20:22:26.845 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-10-03T20:22:28.305Z[ recovery-image] Oct 03 20:22:26.868 INFO O| Oct 03 20:22:26.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62622024-10-03T20:22:28.308Z[ recovery-image] Oct 03 20:22:26.868 INFO O| Oct 03 20:22:26.868 INFO STEP 700 (remove_files) COMPLETE
62632024-10-03T20:22:28.308Z[ recovery-image] Oct 03 20:22:26.868 INFO O| Oct 03 20:22:26.868 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-10-03T20:22:28.341Z[ recovery-image] Oct 03 20:22:26.903 INFO O| Oct 03 20:22:26.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62652024-10-03T20:22:28.341Z[ recovery-image] Oct 03 20:22:26.903 INFO O| Oct 03 20:22:26.903 INFO STEP 701 (remove_files) COMPLETE
62662024-10-03T20:22:28.341Z[ recovery-image] Oct 03 20:22:26.903 INFO O| Oct 03 20:22:26.903 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-10-03T20:22:28.374Z[ recovery-image] Oct 03 20:22:26.937 INFO O| Oct 03 20:22:26.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62682024-10-03T20:22:28.374Z[ recovery-image] Oct 03 20:22:26.937 INFO O| Oct 03 20:22:26.937 INFO STEP 702 (remove_files) COMPLETE
62692024-10-03T20:22:28.377Z[ recovery-image] Oct 03 20:22:26.937 INFO O| Oct 03 20:22:26.937 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-10-03T20:22:28.393Z[ recovery-image] Oct 03 20:22:26.956 INFO O| Oct 03 20:22:26.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62712024-10-03T20:22:28.394Z[ recovery-image] Oct 03 20:22:26.956 INFO O| Oct 03 20:22:26.956 INFO STEP 703 (remove_files) COMPLETE
62722024-10-03T20:22:28.397Z[ recovery-image] Oct 03 20:22:26.956 INFO O| Oct 03 20:22:26.956 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-10-03T20:22:28.412Z[ recovery-image] Oct 03 20:22:26.974 INFO O| Oct 03 20:22:26.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62742024-10-03T20:22:28.412Z[ recovery-image] Oct 03 20:22:26.974 INFO O| Oct 03 20:22:26.974 INFO STEP 704 (remove_files) COMPLETE
62752024-10-03T20:22:28.412Z[ recovery-image] Oct 03 20:22:26.974 INFO O| Oct 03 20:22:26.974 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-10-03T20:22:28.430Z[ recovery-image] Oct 03 20:22:26.992 INFO O| Oct 03 20:22:26.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62772024-10-03T20:22:28.430Z[ recovery-image] Oct 03 20:22:26.992 INFO O| Oct 03 20:22:26.992 INFO STEP 705 (remove_files) COMPLETE
62782024-10-03T20:22:28.430Z[ recovery-image] Oct 03 20:22:26.992 INFO O| Oct 03 20:22:26.992 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-10-03T20:22:28.448Z[ recovery-image] Oct 03 20:22:27.011 INFO O| Oct 03 20:22:27.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62802024-10-03T20:22:28.452Z[ recovery-image] Oct 03 20:22:27.011 INFO O| Oct 03 20:22:27.011 INFO STEP 706 (remove_files) COMPLETE
62812024-10-03T20:22:28.452Z[ recovery-image] Oct 03 20:22:27.011 INFO O| Oct 03 20:22:27.011 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-10-03T20:22:28.465Z[ recovery-image] Oct 03 20:22:27.028 INFO O| Oct 03 20:22:27.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62832024-10-03T20:22:28.468Z[ recovery-image] Oct 03 20:22:27.028 INFO O| Oct 03 20:22:27.028 INFO STEP 707 (remove_files) COMPLETE
62842024-10-03T20:22:28.468Z[ recovery-image] Oct 03 20:22:27.028 INFO O| Oct 03 20:22:27.028 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-10-03T20:22:28.481Z[ recovery-image] Oct 03 20:22:27.044 INFO O| Oct 03 20:22:27.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62862024-10-03T20:22:28.484Z[ recovery-image] Oct 03 20:22:27.044 INFO O| Oct 03 20:22:27.044 INFO STEP 708 (remove_files) COMPLETE
62872024-10-03T20:22:28.484Z[ recovery-image] Oct 03 20:22:27.045 INFO O| Oct 03 20:22:27.045 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-10-03T20:22:28.506Z[ recovery-image] Oct 03 20:22:27.068 INFO O| Oct 03 20:22:27.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62892024-10-03T20:22:28.506Z[ recovery-image] Oct 03 20:22:27.068 INFO O| Oct 03 20:22:27.068 INFO STEP 709 (remove_files) COMPLETE
62902024-10-03T20:22:28.509Z[ recovery-image] Oct 03 20:22:27.069 INFO O| Oct 03 20:22:27.068 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-10-03T20:22:28.529Z[ recovery-image] Oct 03 20:22:27.091 INFO O| Oct 03 20:22:27.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62922024-10-03T20:22:28.529Z[ recovery-image] Oct 03 20:22:27.091 INFO O| Oct 03 20:22:27.091 INFO STEP 710 (remove_files) COMPLETE
62932024-10-03T20:22:28.529Z[ recovery-image] Oct 03 20:22:27.091 INFO O| Oct 03 20:22:27.091 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-10-03T20:22:28.562Z[ recovery-image] Oct 03 20:22:27.124 INFO O| Oct 03 20:22:27.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62952024-10-03T20:22:28.564Z[ recovery-image] Oct 03 20:22:27.125 INFO O| Oct 03 20:22:27.125 INFO STEP 711 (remove_files) COMPLETE
62962024-10-03T20:22:28.564Z[ recovery-image] Oct 03 20:22:27.125 INFO O| Oct 03 20:22:27.125 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-10-03T20:22:28.608Z[ recovery-image] Oct 03 20:22:27.168 INFO O| Oct 03 20:22:27.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62982024-10-03T20:22:28.608Z[ recovery-image] Oct 03 20:22:27.168 INFO O| Oct 03 20:22:27.168 INFO STEP 712 (remove_files) COMPLETE
62992024-10-03T20:22:28.608Z[ recovery-image] Oct 03 20:22:27.168 INFO O| Oct 03 20:22:27.168 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-10-03T20:22:28.634Z[ recovery-image] Oct 03 20:22:27.197 INFO O| Oct 03 20:22:27.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63012024-10-03T20:22:28.634Z[ recovery-image] Oct 03 20:22:27.197 INFO O| Oct 03 20:22:27.197 INFO STEP 713 (remove_files) COMPLETE
63022024-10-03T20:22:28.637Z[ recovery-image] Oct 03 20:22:27.197 INFO O| Oct 03 20:22:27.197 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-10-03T20:22:28.656Z[ recovery-image] Oct 03 20:22:27.218 INFO O| Oct 03 20:22:27.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63042024-10-03T20:22:28.656Z[ recovery-image] Oct 03 20:22:27.218 INFO O| Oct 03 20:22:27.218 INFO STEP 714 (remove_files) COMPLETE
63052024-10-03T20:22:28.656Z[ recovery-image] Oct 03 20:22:27.218 INFO O| Oct 03 20:22:27.218 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-10-03T20:22:28.677Z[ recovery-image] Oct 03 20:22:27.239 INFO O| Oct 03 20:22:27.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63072024-10-03T20:22:28.677Z[ recovery-image] Oct 03 20:22:27.239 INFO O| Oct 03 20:22:27.239 INFO STEP 715 (remove_files) COMPLETE
63082024-10-03T20:22:28.679Z[ recovery-image] Oct 03 20:22:27.240 INFO O| Oct 03 20:22:27.239 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-10-03T20:22:28.716Z[ recovery-image] Oct 03 20:22:27.279 INFO O| Oct 03 20:22:27.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63102024-10-03T20:22:28.719Z[ recovery-image] Oct 03 20:22:27.279 INFO O| Oct 03 20:22:27.279 INFO STEP 716 (remove_files) COMPLETE
63112024-10-03T20:22:28.719Z[ recovery-image] Oct 03 20:22:27.279 INFO O| Oct 03 20:22:27.279 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-10-03T20:22:28.737Z[ recovery-image] Oct 03 20:22:27.298 INFO O| Oct 03 20:22:27.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63132024-10-03T20:22:28.740Z[ recovery-image] Oct 03 20:22:27.298 INFO O| Oct 03 20:22:27.298 INFO STEP 717 (remove_files) COMPLETE
63142024-10-03T20:22:28.740Z[ recovery-image] Oct 03 20:22:27.299 INFO O| Oct 03 20:22:27.298 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-10-03T20:22:28.757Z[ recovery-image] Oct 03 20:22:27.319 INFO O| Oct 03 20:22:27.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63162024-10-03T20:22:28.759Z[ recovery-image] Oct 03 20:22:27.320 INFO O| Oct 03 20:22:27.319 INFO STEP 718 (remove_files) COMPLETE
63172024-10-03T20:22:28.759Z[ recovery-image] Oct 03 20:22:27.320 INFO O| Oct 03 20:22:27.320 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-10-03T20:22:28.778Z[ recovery-image] Oct 03 20:22:27.340 INFO O| Oct 03 20:22:27.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63192024-10-03T20:22:28.782Z[ recovery-image] Oct 03 20:22:27.341 INFO O| Oct 03 20:22:27.341 INFO STEP 719 (remove_files) COMPLETE
63202024-10-03T20:22:28.782Z[ recovery-image] Oct 03 20:22:27.341 INFO O| Oct 03 20:22:27.341 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-10-03T20:22:28.843Z[ recovery-image] Oct 03 20:22:27.406 INFO O| Oct 03 20:22:27.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63222024-10-03T20:22:28.846Z[ recovery-image] Oct 03 20:22:27.406 INFO O| Oct 03 20:22:27.406 INFO STEP 720 (remove_files) COMPLETE
63232024-10-03T20:22:28.846Z[ recovery-image] Oct 03 20:22:27.406 INFO O| Oct 03 20:22:27.406 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-10-03T20:22:28.866Z[ recovery-image] Oct 03 20:22:27.428 INFO O| Oct 03 20:22:27.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63252024-10-03T20:22:28.868Z[ recovery-image] Oct 03 20:22:27.429 INFO O| Oct 03 20:22:27.428 INFO STEP 721 (remove_files) COMPLETE
63262024-10-03T20:22:28.868Z[ recovery-image] Oct 03 20:22:27.429 INFO O| Oct 03 20:22:27.429 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-10-03T20:22:28.886Z[ recovery-image] Oct 03 20:22:27.448 INFO O| Oct 03 20:22:27.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63282024-10-03T20:22:28.886Z[ recovery-image] Oct 03 20:22:27.448 INFO O| Oct 03 20:22:27.448 INFO STEP 722 (remove_files) COMPLETE
63292024-10-03T20:22:28.888Z[ recovery-image] Oct 03 20:22:27.448 INFO O| Oct 03 20:22:27.448 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-10-03T20:22:28.905Z[ recovery-image] Oct 03 20:22:27.468 INFO O| Oct 03 20:22:27.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63312024-10-03T20:22:28.905Z[ recovery-image] Oct 03 20:22:27.468 INFO O| Oct 03 20:22:27.468 INFO STEP 723 (remove_files) COMPLETE
63322024-10-03T20:22:28.905Z[ recovery-image] Oct 03 20:22:27.468 INFO O| Oct 03 20:22:27.468 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-10-03T20:22:28.923Z[ recovery-image] Oct 03 20:22:27.486 INFO O| Oct 03 20:22:27.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63342024-10-03T20:22:28.923Z[ recovery-image] Oct 03 20:22:27.486 INFO O| Oct 03 20:22:27.486 INFO STEP 724 (remove_files) COMPLETE
63352024-10-03T20:22:28.923Z[ recovery-image] Oct 03 20:22:27.486 INFO O| Oct 03 20:22:27.486 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-10-03T20:22:28.942Z[ recovery-image] Oct 03 20:22:27.505 INFO O| Oct 03 20:22:27.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63372024-10-03T20:22:28.942Z[ recovery-image] Oct 03 20:22:27.505 INFO O| Oct 03 20:22:27.505 INFO STEP 725 (remove_files) COMPLETE
63382024-10-03T20:22:28.944Z[ recovery-image] Oct 03 20:22:27.505 INFO O| Oct 03 20:22:27.505 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-10-03T20:22:28.986Z[ recovery-image] Oct 03 20:22:27.549 INFO O| Oct 03 20:22:27.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63402024-10-03T20:22:28.989Z[ recovery-image] Oct 03 20:22:27.549 INFO O| Oct 03 20:22:27.549 INFO STEP 726 (remove_files) COMPLETE
63412024-10-03T20:22:28.989Z[ recovery-image] Oct 03 20:22:27.549 INFO O| Oct 03 20:22:27.549 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-10-03T20:22:29.023Z[ recovery-image] Oct 03 20:22:27.585 INFO O| Oct 03 20:22:27.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63432024-10-03T20:22:29.025Z[ recovery-image] Oct 03 20:22:27.586 INFO O| Oct 03 20:22:27.586 INFO STEP 727 (remove_files) COMPLETE
63442024-10-03T20:22:29.026Z[ recovery-image] Oct 03 20:22:27.586 INFO O| Oct 03 20:22:27.586 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-10-03T20:22:29.056Z[ recovery-image] Oct 03 20:22:27.618 INFO O| Oct 03 20:22:27.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63462024-10-03T20:22:29.056Z[ recovery-image] Oct 03 20:22:27.618 INFO O| Oct 03 20:22:27.618 INFO STEP 728 (remove_files) COMPLETE
63472024-10-03T20:22:29.058Z[ recovery-image] Oct 03 20:22:27.618 INFO O| Oct 03 20:22:27.618 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-10-03T20:22:29.074Z[ recovery-image] Oct 03 20:22:27.636 INFO O| Oct 03 20:22:27.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63492024-10-03T20:22:29.074Z[ recovery-image] Oct 03 20:22:27.636 INFO O| Oct 03 20:22:27.636 INFO STEP 729 (remove_files) COMPLETE
63502024-10-03T20:22:29.074Z[ recovery-image] Oct 03 20:22:27.636 INFO O| Oct 03 20:22:27.636 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-10-03T20:22:29.092Z[ recovery-image] Oct 03 20:22:27.654 INFO O| Oct 03 20:22:27.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63522024-10-03T20:22:29.092Z[ recovery-image] Oct 03 20:22:27.655 INFO O| Oct 03 20:22:27.654 INFO STEP 730 (remove_files) COMPLETE
63532024-10-03T20:22:29.094Z[ recovery-image] Oct 03 20:22:27.655 INFO O| Oct 03 20:22:27.654 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-10-03T20:22:29.113Z[ recovery-image] Oct 03 20:22:27.675 INFO O| Oct 03 20:22:27.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63552024-10-03T20:22:29.122Z[ recovery-image] Oct 03 20:22:27.684 INFO O| Oct 03 20:22:27.684 INFO STEP 731 (remove_files) COMPLETE
63562024-10-03T20:22:29.122Z[ recovery-image] Oct 03 20:22:27.684 INFO O| Oct 03 20:22:27.684 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-10-03T20:22:29.147Z[ recovery-image] Oct 03 20:22:27.709 INFO O| Oct 03 20:22:27.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63582024-10-03T20:22:29.147Z[ recovery-image] Oct 03 20:22:27.709 INFO O| Oct 03 20:22:27.709 INFO STEP 732 (remove_files) COMPLETE
63592024-10-03T20:22:29.147Z[ recovery-image] Oct 03 20:22:27.709 INFO O| Oct 03 20:22:27.709 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-10-03T20:22:29.178Z[ recovery-image] Oct 03 20:22:27.740 INFO O| Oct 03 20:22:27.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63612024-10-03T20:22:29.178Z[ recovery-image] Oct 03 20:22:27.740 INFO O| Oct 03 20:22:27.740 INFO STEP 733 (remove_files) COMPLETE
63622024-10-03T20:22:29.180Z[ recovery-image] Oct 03 20:22:27.740 INFO O| Oct 03 20:22:27.740 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-10-03T20:22:29.199Z[ recovery-image] Oct 03 20:22:27.761 INFO O| Oct 03 20:22:27.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63642024-10-03T20:22:29.203Z[ recovery-image] Oct 03 20:22:27.761 INFO O| Oct 03 20:22:27.761 INFO STEP 734 (remove_files) COMPLETE
63652024-10-03T20:22:29.203Z[ recovery-image] Oct 03 20:22:27.761 INFO O| Oct 03 20:22:27.761 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-10-03T20:22:29.219Z[ recovery-image] Oct 03 20:22:27.782 INFO O| Oct 03 20:22:27.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63672024-10-03T20:22:29.222Z[ recovery-image] Oct 03 20:22:27.782 INFO O| Oct 03 20:22:27.782 INFO STEP 735 (remove_files) COMPLETE
63682024-10-03T20:22:29.222Z[ recovery-image] Oct 03 20:22:27.782 INFO O| Oct 03 20:22:27.782 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-10-03T20:22:29.240Z[ recovery-image] Oct 03 20:22:27.803 INFO O| Oct 03 20:22:27.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63702024-10-03T20:22:29.242Z[ recovery-image] Oct 03 20:22:27.803 INFO O| Oct 03 20:22:27.803 INFO STEP 736 (remove_files) COMPLETE
63712024-10-03T20:22:29.243Z[ recovery-image] Oct 03 20:22:27.803 INFO O| Oct 03 20:22:27.803 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-10-03T20:22:29.261Z[ recovery-image] Oct 03 20:22:27.823 INFO O| Oct 03 20:22:27.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63732024-10-03T20:22:29.263Z[ recovery-image] Oct 03 20:22:27.824 INFO O| Oct 03 20:22:27.824 INFO STEP 737 (remove_files) COMPLETE
63742024-10-03T20:22:29.263Z[ recovery-image] Oct 03 20:22:27.824 INFO O| Oct 03 20:22:27.824 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-10-03T20:22:29.280Z[ recovery-image] Oct 03 20:22:27.842 INFO O| Oct 03 20:22:27.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63762024-10-03T20:22:29.282Z[ recovery-image] Oct 03 20:22:27.843 INFO O| Oct 03 20:22:27.843 INFO STEP 738 (remove_files) COMPLETE
63772024-10-03T20:22:29.282Z[ recovery-image] Oct 03 20:22:27.843 INFO O| Oct 03 20:22:27.843 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-10-03T20:22:29.297Z[ recovery-image] Oct 03 20:22:27.860 INFO O| Oct 03 20:22:27.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63792024-10-03T20:22:29.300Z[ recovery-image] Oct 03 20:22:27.860 INFO O| Oct 03 20:22:27.860 INFO STEP 739 (remove_files) COMPLETE
63802024-10-03T20:22:29.300Z[ recovery-image] Oct 03 20:22:27.860 INFO O| Oct 03 20:22:27.860 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-10-03T20:22:29.317Z[ recovery-image] Oct 03 20:22:27.879 INFO O| Oct 03 20:22:27.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63822024-10-03T20:22:29.319Z[ recovery-image] Oct 03 20:22:27.879 INFO O| Oct 03 20:22:27.879 INFO STEP 740 (remove_files) COMPLETE
63832024-10-03T20:22:29.319Z[ recovery-image] Oct 03 20:22:27.880 INFO O| Oct 03 20:22:27.879 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-10-03T20:22:29.337Z[ recovery-image] Oct 03 20:22:27.900 INFO O| Oct 03 20:22:27.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63852024-10-03T20:22:29.339Z[ recovery-image] Oct 03 20:22:27.900 INFO O| Oct 03 20:22:27.900 INFO STEP 741 (remove_files) COMPLETE
63862024-10-03T20:22:29.339Z[ recovery-image] Oct 03 20:22:27.900 INFO O| Oct 03 20:22:27.900 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-10-03T20:22:29.368Z[ recovery-image] Oct 03 20:22:27.930 INFO O| Oct 03 20:22:27.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63882024-10-03T20:22:29.368Z[ recovery-image] Oct 03 20:22:27.930 INFO O| Oct 03 20:22:27.930 INFO STEP 742 (remove_files) COMPLETE
63892024-10-03T20:22:29.370Z[ recovery-image] Oct 03 20:22:27.930 INFO O| Oct 03 20:22:27.930 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-10-03T20:22:29.388Z[ recovery-image] Oct 03 20:22:27.950 INFO O| Oct 03 20:22:27.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63912024-10-03T20:22:29.388Z[ recovery-image] Oct 03 20:22:27.950 INFO O| Oct 03 20:22:27.950 INFO STEP 743 (remove_files) COMPLETE
63922024-10-03T20:22:29.390Z[ recovery-image] Oct 03 20:22:27.950 INFO O| Oct 03 20:22:27.950 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-10-03T20:22:29.420Z[ recovery-image] Oct 03 20:22:27.982 INFO O| Oct 03 20:22:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63942024-10-03T20:22:29.422Z[ recovery-image] Oct 03 20:22:27.982 INFO O| Oct 03 20:22:27.982 INFO STEP 744 (remove_files) COMPLETE
63952024-10-03T20:22:29.422Z[ recovery-image] Oct 03 20:22:27.982 INFO O| Oct 03 20:22:27.982 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-10-03T20:22:29.443Z[ recovery-image] Oct 03 20:22:28.004 INFO O| Oct 03 20:22:28.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63972024-10-03T20:22:29.443Z[ recovery-image] Oct 03 20:22:28.004 INFO O| Oct 03 20:22:28.004 INFO STEP 745 (remove_files) COMPLETE
63982024-10-03T20:22:29.447Z[ recovery-image] Oct 03 20:22:28.005 INFO O| Oct 03 20:22:28.004 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-10-03T20:22:29.478Z[ recovery-image] Oct 03 20:22:28.041 INFO O| Oct 03 20:22:28.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64002024-10-03T20:22:29.478Z[ recovery-image] Oct 03 20:22:28.041 INFO O| Oct 03 20:22:28.041 INFO STEP 746 (remove_files) COMPLETE
64012024-10-03T20:22:29.478Z[ recovery-image] Oct 03 20:22:28.041 INFO O| Oct 03 20:22:28.041 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-10-03T20:22:29.499Z[ recovery-image] Oct 03 20:22:28.062 INFO O| Oct 03 20:22:28.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64032024-10-03T20:22:29.499Z[ recovery-image] Oct 03 20:22:28.062 INFO O| Oct 03 20:22:28.062 INFO STEP 747 (remove_files) COMPLETE
64042024-10-03T20:22:29.499Z[ recovery-image] Oct 03 20:22:28.062 INFO O| Oct 03 20:22:28.062 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-10-03T20:22:29.531Z[ recovery-image] Oct 03 20:22:28.093 INFO O| Oct 03 20:22:28.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64062024-10-03T20:22:29.531Z[ recovery-image] Oct 03 20:22:28.093 INFO O| Oct 03 20:22:28.093 INFO STEP 748 (remove_files) COMPLETE
64072024-10-03T20:22:29.531Z[ recovery-image] Oct 03 20:22:28.093 INFO O| Oct 03 20:22:28.093 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-10-03T20:22:29.556Z[ recovery-image] Oct 03 20:22:28.119 INFO O| Oct 03 20:22:28.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64092024-10-03T20:22:29.561Z[ recovery-image] Oct 03 20:22:28.120 INFO O| Oct 03 20:22:28.120 INFO STEP 749 (remove_files) COMPLETE
64102024-10-03T20:22:29.561Z[ recovery-image] Oct 03 20:22:28.120 INFO O| Oct 03 20:22:28.120 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-10-03T20:22:29.579Z[ recovery-image] Oct 03 20:22:28.137 INFO O| Oct 03 20:22:28.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64122024-10-03T20:22:29.579Z[ recovery-image] Oct 03 20:22:28.137 INFO O| Oct 03 20:22:28.137 INFO STEP 750 (remove_files) COMPLETE
64132024-10-03T20:22:29.583Z[ recovery-image] Oct 03 20:22:28.137 INFO O| Oct 03 20:22:28.137 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-10-03T20:22:29.600Z[ recovery-image] Oct 03 20:22:28.162 INFO O| Oct 03 20:22:28.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64152024-10-03T20:22:29.600Z[ recovery-image] Oct 03 20:22:28.162 INFO O| Oct 03 20:22:28.162 INFO STEP 751 (remove_files) COMPLETE
64162024-10-03T20:22:29.600Z[ recovery-image] Oct 03 20:22:28.162 INFO O| Oct 03 20:22:28.162 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-10-03T20:22:29.624Z[ recovery-image] Oct 03 20:22:28.187 INFO O| Oct 03 20:22:28.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64182024-10-03T20:22:29.627Z[ recovery-image] Oct 03 20:22:28.187 INFO O| Oct 03 20:22:28.187 INFO STEP 752 (remove_files) COMPLETE
64192024-10-03T20:22:29.627Z[ recovery-image] Oct 03 20:22:28.187 INFO O| Oct 03 20:22:28.187 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-10-03T20:22:29.656Z[ recovery-image] Oct 03 20:22:28.219 INFO O| Oct 03 20:22:28.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64212024-10-03T20:22:29.680Z[ recovery-image] Oct 03 20:22:28.243 INFO O| Oct 03 20:22:28.243 INFO STEP 753 (remove_files) COMPLETE
64222024-10-03T20:22:29.680Z[ recovery-image] Oct 03 20:22:28.243 INFO O| Oct 03 20:22:28.243 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-10-03T20:22:29.738Z[ recovery-image] Oct 03 20:22:28.301 INFO O| Oct 03 20:22:28.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64242024-10-03T20:22:29.738Z[ recovery-image] Oct 03 20:22:28.301 INFO O| Oct 03 20:22:28.301 INFO STEP 754 (remove_files) COMPLETE
64252024-10-03T20:22:29.738Z[ recovery-image] Oct 03 20:22:28.301 INFO O| Oct 03 20:22:28.301 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-10-03T20:22:29.761Z[ recovery-image] Oct 03 20:22:28.323 INFO O| Oct 03 20:22:28.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64272024-10-03T20:22:29.761Z[ recovery-image] Oct 03 20:22:28.323 INFO O| Oct 03 20:22:28.323 INFO STEP 755 (remove_files) COMPLETE
64282024-10-03T20:22:29.761Z[ recovery-image] Oct 03 20:22:28.323 INFO O| Oct 03 20:22:28.323 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-10-03T20:22:29.786Z[ recovery-image] Oct 03 20:22:28.348 INFO O| Oct 03 20:22:28.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64302024-10-03T20:22:29.786Z[ recovery-image] Oct 03 20:22:28.348 INFO O| Oct 03 20:22:28.348 INFO STEP 756 (remove_files) COMPLETE
64312024-10-03T20:22:29.786Z[ recovery-image] Oct 03 20:22:28.348 INFO O| Oct 03 20:22:28.348 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-10-03T20:22:29.807Z[ recovery-image] Oct 03 20:22:28.370 INFO O| Oct 03 20:22:28.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64332024-10-03T20:22:29.807Z[ recovery-image] Oct 03 20:22:28.370 INFO O| Oct 03 20:22:28.370 INFO STEP 757 (remove_files) COMPLETE
64342024-10-03T20:22:29.810Z[ recovery-image] Oct 03 20:22:28.370 INFO O| Oct 03 20:22:28.370 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-10-03T20:22:29.843Z[ recovery-image] Oct 03 20:22:28.405 INFO O| Oct 03 20:22:28.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64362024-10-03T20:22:29.843Z[ recovery-image] Oct 03 20:22:28.405 INFO O| Oct 03 20:22:28.405 INFO STEP 758 (remove_files) COMPLETE
64372024-10-03T20:22:29.843Z[ recovery-image] Oct 03 20:22:28.405 INFO O| Oct 03 20:22:28.405 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-10-03T20:22:29.867Z[ recovery-image] Oct 03 20:22:28.429 INFO O| Oct 03 20:22:28.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64392024-10-03T20:22:29.887Z[ recovery-image] Oct 03 20:22:28.450 INFO O| Oct 03 20:22:28.450 INFO STEP 759 (remove_files) COMPLETE
64402024-10-03T20:22:29.887Z[ recovery-image] Oct 03 20:22:28.450 INFO O| Oct 03 20:22:28.450 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-10-03T20:22:29.917Z[ recovery-image] Oct 03 20:22:28.480 INFO O| Oct 03 20:22:28.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64422024-10-03T20:22:29.920Z[ recovery-image] Oct 03 20:22:28.480 INFO O| Oct 03 20:22:28.480 INFO STEP 760 (remove_files) COMPLETE
64432024-10-03T20:22:29.920Z[ recovery-image] Oct 03 20:22:28.480 INFO O| Oct 03 20:22:28.480 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-10-03T20:22:29.952Z[ recovery-image] Oct 03 20:22:28.513 INFO O| Oct 03 20:22:28.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64452024-10-03T20:22:29.952Z[ recovery-image] Oct 03 20:22:28.513 INFO O| Oct 03 20:22:28.513 INFO STEP 761 (remove_files) COMPLETE
64462024-10-03T20:22:29.952Z[ recovery-image] Oct 03 20:22:28.513 INFO O| Oct 03 20:22:28.513 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-10-03T20:22:29.971Z[ recovery-image] Oct 03 20:22:28.533 INFO O| Oct 03 20:22:28.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64482024-10-03T20:22:29.971Z[ recovery-image] Oct 03 20:22:28.533 INFO O| Oct 03 20:22:28.533 INFO STEP 762 (remove_files) COMPLETE
64492024-10-03T20:22:29.973Z[ recovery-image] Oct 03 20:22:28.533 INFO O| Oct 03 20:22:28.533 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-10-03T20:22:30.005Z[ recovery-image] Oct 03 20:22:28.568 INFO O| Oct 03 20:22:28.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64512024-10-03T20:22:30.005Z[ recovery-image] Oct 03 20:22:28.568 INFO O| Oct 03 20:22:28.568 INFO STEP 763 (remove_files) COMPLETE
64522024-10-03T20:22:30.008Z[ recovery-image] Oct 03 20:22:28.568 INFO O| Oct 03 20:22:28.568 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-10-03T20:22:30.025Z[ recovery-image] Oct 03 20:22:28.588 INFO O| Oct 03 20:22:28.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64542024-10-03T20:22:30.025Z[ recovery-image] Oct 03 20:22:28.588 INFO O| Oct 03 20:22:28.588 INFO STEP 764 (remove_files) COMPLETE
64552024-10-03T20:22:30.028Z[ recovery-image] Oct 03 20:22:28.588 INFO O| Oct 03 20:22:28.588 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-10-03T20:22:30.043Z[ recovery-image] Oct 03 20:22:28.605 INFO O| Oct 03 20:22:28.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64572024-10-03T20:22:30.043Z[ recovery-image] Oct 03 20:22:28.606 INFO O| Oct 03 20:22:28.606 INFO STEP 765 (remove_files) COMPLETE
64582024-10-03T20:22:30.043Z[ recovery-image] Oct 03 20:22:28.606 INFO O| Oct 03 20:22:28.606 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-10-03T20:22:30.076Z[ recovery-image] Oct 03 20:22:28.637 INFO O| Oct 03 20:22:28.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64602024-10-03T20:22:30.076Z[ recovery-image] Oct 03 20:22:28.637 INFO O| Oct 03 20:22:28.637 INFO STEP 766 (remove_files) COMPLETE
64612024-10-03T20:22:30.076Z[ recovery-image] Oct 03 20:22:28.637 INFO O| Oct 03 20:22:28.637 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-10-03T20:22:30.106Z[ recovery-image] Oct 03 20:22:28.668 INFO O| Oct 03 20:22:28.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64632024-10-03T20:22:30.109Z[ recovery-image] Oct 03 20:22:28.668 INFO O| Oct 03 20:22:28.668 INFO STEP 767 (remove_files) COMPLETE
64642024-10-03T20:22:30.109Z[ recovery-image] Oct 03 20:22:28.669 INFO O| Oct 03 20:22:28.668 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-10-03T20:22:30.142Z[ recovery-image] Oct 03 20:22:28.705 INFO O| Oct 03 20:22:28.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64662024-10-03T20:22:30.145Z[ recovery-image] Oct 03 20:22:28.705 INFO O| Oct 03 20:22:28.705 INFO STEP 768 (remove_files) COMPLETE
64672024-10-03T20:22:30.145Z[ recovery-image] Oct 03 20:22:28.705 INFO O| Oct 03 20:22:28.705 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-10-03T20:22:30.159Z[ recovery-image] Oct 03 20:22:28.722 INFO O| Oct 03 20:22:28.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64692024-10-03T20:22:30.162Z[ recovery-image] Oct 03 20:22:28.722 INFO O| Oct 03 20:22:28.722 INFO STEP 769 (remove_files) COMPLETE
64702024-10-03T20:22:30.162Z[ recovery-image] Oct 03 20:22:28.722 INFO O| Oct 03 20:22:28.722 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-10-03T20:22:30.176Z[ recovery-image] Oct 03 20:22:28.738 INFO O| Oct 03 20:22:28.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64722024-10-03T20:22:30.177Z[ recovery-image] Oct 03 20:22:28.739 INFO O| Oct 03 20:22:28.738 INFO STEP 770 (remove_files) COMPLETE
64732024-10-03T20:22:30.177Z[ recovery-image] Oct 03 20:22:28.739 INFO O| Oct 03 20:22:28.738 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-10-03T20:22:30.192Z[ recovery-image] Oct 03 20:22:28.755 INFO O| Oct 03 20:22:28.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64752024-10-03T20:22:30.192Z[ recovery-image] Oct 03 20:22:28.755 INFO O| Oct 03 20:22:28.755 INFO STEP 771 (remove_files) COMPLETE
64762024-10-03T20:22:30.195Z[ recovery-image] Oct 03 20:22:28.755 INFO O| Oct 03 20:22:28.755 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-10-03T20:22:30.210Z[ recovery-image] Oct 03 20:22:28.772 INFO O| Oct 03 20:22:28.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64782024-10-03T20:22:30.210Z[ recovery-image] Oct 03 20:22:28.772 INFO O| Oct 03 20:22:28.772 INFO STEP 772 (remove_files) COMPLETE
64792024-10-03T20:22:30.212Z[ recovery-image] Oct 03 20:22:28.772 INFO O| Oct 03 20:22:28.772 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-10-03T20:22:30.249Z[ recovery-image] Oct 03 20:22:28.811 INFO O| Oct 03 20:22:28.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64812024-10-03T20:22:30.249Z[ recovery-image] Oct 03 20:22:28.811 INFO O| Oct 03 20:22:28.811 INFO STEP 773 (remove_files) COMPLETE
64822024-10-03T20:22:30.249Z[ recovery-image] Oct 03 20:22:28.811 INFO O| Oct 03 20:22:28.811 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-10-03T20:22:30.303Z[ recovery-image] Oct 03 20:22:28.863 INFO O| Oct 03 20:22:28.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64842024-10-03T20:22:30.303Z[ recovery-image] Oct 03 20:22:28.863 INFO O| Oct 03 20:22:28.863 INFO STEP 774 (remove_files) COMPLETE
64852024-10-03T20:22:30.303Z[ recovery-image] Oct 03 20:22:28.863 INFO O| Oct 03 20:22:28.863 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-10-03T20:22:30.363Z[ recovery-image] Oct 03 20:22:28.926 INFO O| Oct 03 20:22:28.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64872024-10-03T20:22:30.363Z[ recovery-image] Oct 03 20:22:28.926 INFO O| Oct 03 20:22:28.926 INFO STEP 775 (remove_files) COMPLETE
64882024-10-03T20:22:30.363Z[ recovery-image] Oct 03 20:22:28.926 INFO O| Oct 03 20:22:28.926 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-10-03T20:22:30.386Z[ recovery-image] Oct 03 20:22:28.948 INFO O| Oct 03 20:22:28.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64902024-10-03T20:22:30.386Z[ recovery-image] Oct 03 20:22:28.948 INFO O| Oct 03 20:22:28.948 INFO STEP 776 (remove_files) COMPLETE
64912024-10-03T20:22:30.391Z[ recovery-image] Oct 03 20:22:28.948 INFO O| Oct 03 20:22:28.948 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-10-03T20:22:30.447Z[ recovery-image] Oct 03 20:22:29.009 INFO O| Oct 03 20:22:29.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64932024-10-03T20:22:30.447Z[ recovery-image] Oct 03 20:22:29.009 INFO O| Oct 03 20:22:29.009 INFO STEP 777 (remove_files) COMPLETE
64942024-10-03T20:22:30.450Z[ recovery-image] Oct 03 20:22:29.010 INFO O| Oct 03 20:22:29.009 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-10-03T20:22:30.468Z[ recovery-image] Oct 03 20:22:29.031 INFO O| Oct 03 20:22:29.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64962024-10-03T20:22:30.468Z[ recovery-image] Oct 03 20:22:29.031 INFO O| Oct 03 20:22:29.031 INFO STEP 778 (remove_files) COMPLETE
64972024-10-03T20:22:30.468Z[ recovery-image] Oct 03 20:22:29.031 INFO O| Oct 03 20:22:29.031 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-10-03T20:22:30.503Z[ recovery-image] Oct 03 20:22:29.065 INFO O| Oct 03 20:22:29.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64992024-10-03T20:22:30.503Z[ recovery-image] Oct 03 20:22:29.065 INFO O| Oct 03 20:22:29.065 INFO STEP 779 (remove_files) COMPLETE
65002024-10-03T20:22:30.503Z[ recovery-image] Oct 03 20:22:29.065 INFO O| Oct 03 20:22:29.065 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-10-03T20:22:30.525Z[ recovery-image] Oct 03 20:22:29.087 INFO O| Oct 03 20:22:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65022024-10-03T20:22:30.525Z[ recovery-image] Oct 03 20:22:29.087 INFO O| Oct 03 20:22:29.087 INFO STEP 780 (remove_files) COMPLETE
65032024-10-03T20:22:30.525Z[ recovery-image] Oct 03 20:22:29.087 INFO O| Oct 03 20:22:29.087 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-10-03T20:22:30.557Z[ recovery-image] Oct 03 20:22:29.120 INFO O| Oct 03 20:22:29.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65052024-10-03T20:22:30.557Z[ recovery-image] Oct 03 20:22:29.120 INFO O| Oct 03 20:22:29.120 INFO STEP 781 (remove_files) COMPLETE
65062024-10-03T20:22:30.557Z[ recovery-image] Oct 03 20:22:29.120 INFO O| Oct 03 20:22:29.120 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-10-03T20:22:30.580Z[ recovery-image] Oct 03 20:22:29.142 INFO O| Oct 03 20:22:29.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65082024-10-03T20:22:30.580Z[ recovery-image] Oct 03 20:22:29.142 INFO O| Oct 03 20:22:29.142 INFO STEP 782 (remove_files) COMPLETE
65092024-10-03T20:22:30.580Z[ recovery-image] Oct 03 20:22:29.142 INFO O| Oct 03 20:22:29.142 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-10-03T20:22:30.604Z[ recovery-image] Oct 03 20:22:29.166 INFO O| Oct 03 20:22:29.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65112024-10-03T20:22:30.604Z[ recovery-image] Oct 03 20:22:29.166 INFO O| Oct 03 20:22:29.166 INFO STEP 783 (remove_files) COMPLETE
65122024-10-03T20:22:30.604Z[ recovery-image] Oct 03 20:22:29.166 INFO O| Oct 03 20:22:29.166 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-10-03T20:22:30.623Z[ recovery-image] Oct 03 20:22:29.185 INFO O| Oct 03 20:22:29.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65142024-10-03T20:22:30.626Z[ recovery-image] Oct 03 20:22:29.185 INFO O| Oct 03 20:22:29.185 INFO STEP 784 (remove_files) COMPLETE
65152024-10-03T20:22:30.626Z[ recovery-image] Oct 03 20:22:29.186 INFO O| Oct 03 20:22:29.185 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-10-03T20:22:30.642Z[ recovery-image] Oct 03 20:22:29.204 INFO O| Oct 03 20:22:29.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65172024-10-03T20:22:30.644Z[ recovery-image] Oct 03 20:22:29.204 INFO O| Oct 03 20:22:29.204 INFO STEP 785 (remove_files) COMPLETE
65182024-10-03T20:22:30.644Z[ recovery-image] Oct 03 20:22:29.204 INFO O| Oct 03 20:22:29.204 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-10-03T20:22:30.660Z[ recovery-image] Oct 03 20:22:29.222 INFO O| Oct 03 20:22:29.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65202024-10-03T20:22:30.660Z[ recovery-image] Oct 03 20:22:29.222 INFO O| Oct 03 20:22:29.222 INFO STEP 786 (remove_files) COMPLETE
65212024-10-03T20:22:30.663Z[ recovery-image] Oct 03 20:22:29.223 INFO O| Oct 03 20:22:29.222 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-10-03T20:22:30.679Z[ recovery-image] Oct 03 20:22:29.241 INFO O| Oct 03 20:22:29.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65232024-10-03T20:22:30.679Z[ recovery-image] Oct 03 20:22:29.242 INFO O| Oct 03 20:22:29.242 INFO STEP 787 (remove_files) COMPLETE
65242024-10-03T20:22:30.679Z[ recovery-image] Oct 03 20:22:29.242 INFO O| Oct 03 20:22:29.242 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-10-03T20:22:30.713Z[ recovery-image] Oct 03 20:22:29.275 INFO O| Oct 03 20:22:29.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65262024-10-03T20:22:30.713Z[ recovery-image] Oct 03 20:22:29.275 INFO O| Oct 03 20:22:29.275 INFO STEP 788 (remove_files) COMPLETE
65272024-10-03T20:22:30.713Z[ recovery-image] Oct 03 20:22:29.275 INFO O| Oct 03 20:22:29.275 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-10-03T20:22:30.734Z[ recovery-image] Oct 03 20:22:29.296 INFO O| Oct 03 20:22:29.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65292024-10-03T20:22:30.734Z[ recovery-image] Oct 03 20:22:29.296 INFO O| Oct 03 20:22:29.296 INFO STEP 789 (remove_files) COMPLETE
65302024-10-03T20:22:30.736Z[ recovery-image] Oct 03 20:22:29.297 INFO O| Oct 03 20:22:29.296 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-10-03T20:22:30.768Z[ recovery-image] Oct 03 20:22:29.329 INFO O| Oct 03 20:22:29.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65322024-10-03T20:22:30.772Z[ recovery-image] Oct 03 20:22:29.329 INFO O| Oct 03 20:22:29.329 INFO STEP 790 (remove_files) COMPLETE
65332024-10-03T20:22:30.772Z[ recovery-image] Oct 03 20:22:29.329 INFO O| Oct 03 20:22:29.329 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-10-03T20:22:30.801Z[ recovery-image] Oct 03 20:22:29.363 INFO O| Oct 03 20:22:29.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65352024-10-03T20:22:30.801Z[ recovery-image] Oct 03 20:22:29.363 INFO O| Oct 03 20:22:29.363 INFO STEP 791 (remove_files) COMPLETE
65362024-10-03T20:22:30.801Z[ recovery-image] Oct 03 20:22:29.363 INFO O| Oct 03 20:22:29.363 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-10-03T20:22:30.821Z[ recovery-image] Oct 03 20:22:29.384 INFO O| Oct 03 20:22:29.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65382024-10-03T20:22:30.821Z[ recovery-image] Oct 03 20:22:29.384 INFO O| Oct 03 20:22:29.384 INFO STEP 792 (remove_files) COMPLETE
65392024-10-03T20:22:30.821Z[ recovery-image] Oct 03 20:22:29.384 INFO O| Oct 03 20:22:29.384 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-10-03T20:22:30.839Z[ recovery-image] Oct 03 20:22:29.401 INFO O| Oct 03 20:22:29.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65412024-10-03T20:22:30.839Z[ recovery-image] Oct 03 20:22:29.401 INFO O| Oct 03 20:22:29.401 INFO STEP 793 (remove_files) COMPLETE
65422024-10-03T20:22:30.839Z[ recovery-image] Oct 03 20:22:29.401 INFO O| Oct 03 20:22:29.401 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-10-03T20:22:30.856Z[ recovery-image] Oct 03 20:22:29.418 INFO O| Oct 03 20:22:29.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65442024-10-03T20:22:30.856Z[ recovery-image] Oct 03 20:22:29.418 INFO O| Oct 03 20:22:29.418 INFO STEP 794 (remove_files) COMPLETE
65452024-10-03T20:22:30.856Z[ recovery-image] Oct 03 20:22:29.418 INFO O| Oct 03 20:22:29.418 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-10-03T20:22:30.888Z[ recovery-image] Oct 03 20:22:29.450 INFO O| Oct 03 20:22:29.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65472024-10-03T20:22:30.888Z[ recovery-image] Oct 03 20:22:29.450 INFO O| Oct 03 20:22:29.450 INFO STEP 795 (remove_files) COMPLETE
65482024-10-03T20:22:30.890Z[ recovery-image] Oct 03 20:22:29.450 INFO O| Oct 03 20:22:29.450 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-10-03T20:22:30.908Z[ recovery-image] Oct 03 20:22:29.470 INFO O| Oct 03 20:22:29.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65502024-10-03T20:22:30.908Z[ recovery-image] Oct 03 20:22:29.471 INFO O| Oct 03 20:22:29.471 INFO STEP 796 (remove_files) COMPLETE
65512024-10-03T20:22:30.908Z[ recovery-image] Oct 03 20:22:29.471 INFO O| Oct 03 20:22:29.471 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-10-03T20:22:30.937Z[ recovery-image] Oct 03 20:22:29.499 INFO O| Oct 03 20:22:29.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65532024-10-03T20:22:30.958Z[ recovery-image] Oct 03 20:22:29.520 INFO O| Oct 03 20:22:29.520 INFO STEP 797 (remove_files) COMPLETE
65542024-10-03T20:22:30.958Z[ recovery-image] Oct 03 20:22:29.520 INFO O| Oct 03 20:22:29.520 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-10-03T20:22:30.978Z[ recovery-image] Oct 03 20:22:29.540 INFO O| Oct 03 20:22:29.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65562024-10-03T20:22:31.009Z[ recovery-image] Oct 03 20:22:29.570 INFO O| Oct 03 20:22:29.570 INFO STEP 798 (remove_files) COMPLETE
65572024-10-03T20:22:31.009Z[ recovery-image] Oct 03 20:22:29.570 INFO O| Oct 03 20:22:29.570 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-10-03T20:22:31.074Z[ recovery-image] Oct 03 20:22:29.636 INFO O| Oct 03 20:22:29.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65592024-10-03T20:22:31.074Z[ recovery-image] Oct 03 20:22:29.636 INFO O| Oct 03 20:22:29.636 INFO STEP 799 (remove_files) COMPLETE
65602024-10-03T20:22:31.074Z[ recovery-image] Oct 03 20:22:29.636 INFO O| Oct 03 20:22:29.636 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-10-03T20:22:31.093Z[ recovery-image] Oct 03 20:22:29.655 INFO O| Oct 03 20:22:29.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65622024-10-03T20:22:31.093Z[ recovery-image] Oct 03 20:22:29.656 INFO O| Oct 03 20:22:29.655 INFO STEP 800 (remove_files) COMPLETE
65632024-10-03T20:22:31.093Z[ recovery-image] Oct 03 20:22:29.656 INFO O| Oct 03 20:22:29.656 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-10-03T20:22:31.123Z[ recovery-image] Oct 03 20:22:29.685 INFO O| Oct 03 20:22:29.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65652024-10-03T20:22:31.126Z[ recovery-image] Oct 03 20:22:29.685 INFO O| Oct 03 20:22:29.685 INFO STEP 801 (remove_files) COMPLETE
65662024-10-03T20:22:31.126Z[ recovery-image] Oct 03 20:22:29.686 INFO O| Oct 03 20:22:29.685 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-10-03T20:22:31.150Z[ recovery-image] Oct 03 20:22:29.712 INFO O| Oct 03 20:22:29.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65682024-10-03T20:22:31.150Z[ recovery-image] Oct 03 20:22:29.712 INFO O| Oct 03 20:22:29.712 INFO STEP 802 (remove_files) COMPLETE
65692024-10-03T20:22:31.150Z[ recovery-image] Oct 03 20:22:29.712 INFO O| Oct 03 20:22:29.712 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-10-03T20:22:31.212Z[ recovery-image] Oct 03 20:22:29.774 INFO O| Oct 03 20:22:29.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65712024-10-03T20:22:31.212Z[ recovery-image] Oct 03 20:22:29.774 INFO O| Oct 03 20:22:29.774 INFO STEP 803 (remove_files) COMPLETE
65722024-10-03T20:22:31.212Z[ recovery-image] Oct 03 20:22:29.775 INFO O| Oct 03 20:22:29.774 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-10-03T20:22:31.273Z[ recovery-image] Oct 03 20:22:29.835 INFO O| Oct 03 20:22:29.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65742024-10-03T20:22:31.273Z[ recovery-image] Oct 03 20:22:29.835 INFO O| Oct 03 20:22:29.835 INFO STEP 804 (remove_files) COMPLETE
65752024-10-03T20:22:31.275Z[ recovery-image] Oct 03 20:22:29.835 INFO O| Oct 03 20:22:29.835 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-10-03T20:22:31.290Z[ recovery-image] Oct 03 20:22:29.852 INFO O| Oct 03 20:22:29.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65772024-10-03T20:22:31.290Z[ recovery-image] Oct 03 20:22:29.853 INFO O| Oct 03 20:22:29.852 INFO STEP 805 (remove_files) COMPLETE
65782024-10-03T20:22:31.290Z[ recovery-image] Oct 03 20:22:29.853 INFO O| Oct 03 20:22:29.853 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-10-03T20:22:31.309Z[ recovery-image] Oct 03 20:22:29.870 INFO O| Oct 03 20:22:29.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65802024-10-03T20:22:31.309Z[ recovery-image] Oct 03 20:22:29.871 INFO O| Oct 03 20:22:29.870 INFO STEP 806 (remove_files) COMPLETE
65812024-10-03T20:22:31.309Z[ recovery-image] Oct 03 20:22:29.871 INFO O| Oct 03 20:22:29.870 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-10-03T20:22:31.326Z[ recovery-image] Oct 03 20:22:29.888 INFO O| Oct 03 20:22:29.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65832024-10-03T20:22:31.326Z[ recovery-image] Oct 03 20:22:29.888 INFO O| Oct 03 20:22:29.888 INFO STEP 807 (remove_files) COMPLETE
65842024-10-03T20:22:31.326Z[ recovery-image] Oct 03 20:22:29.888 INFO O| Oct 03 20:22:29.888 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-10-03T20:22:31.329Z[ host-image] Oct 03 20:22:29.891 INFO O| Oct 03 20:22:29.891 INFO O| Planning: Solver setup ... Done
65862024-10-03T20:22:31.361Z[ host-image] Oct 03 20:22:29.923 INFO O| Oct 03 20:22:29.923 INFO O| Planning: Running solver ... Done
65872024-10-03T20:22:31.363Z[ recovery-image] Oct 03 20:22:29.923 INFO O| Oct 03 20:22:29.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65882024-10-03T20:22:31.363Z[ recovery-image] Oct 03 20:22:29.923 INFO O| Oct 03 20:22:29.923 INFO STEP 808 (remove_files) COMPLETE
65892024-10-03T20:22:31.363Z[ recovery-image] Oct 03 20:22:29.923 INFO O| Oct 03 20:22:29.923 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-10-03T20:22:31.384Z[ recovery-image] Oct 03 20:22:29.946 INFO O| Oct 03 20:22:29.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65912024-10-03T20:22:31.387Z[ recovery-image] Oct 03 20:22:29.947 INFO O| Oct 03 20:22:29.947 INFO STEP 809 (remove_files) COMPLETE
65922024-10-03T20:22:31.387Z[ recovery-image] Oct 03 20:22:29.947 INFO O| Oct 03 20:22:29.947 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-10-03T20:22:31.431Z[ recovery-image] Oct 03 20:22:29.981 INFO O| Oct 03 20:22:29.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65942024-10-03T20:22:31.431Z[ recovery-image] Oct 03 20:22:29.981 INFO O| Oct 03 20:22:29.981 INFO STEP 810 (remove_files) COMPLETE
65952024-10-03T20:22:31.431Z[ recovery-image] Oct 03 20:22:29.981 INFO O| Oct 03 20:22:29.981 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-10-03T20:22:31.431Z[ host-image] Oct 03 20:22:29.992 INFO O| Oct 03 20:22:29.992 INFO O| Planning: Finding local manifests ... Done
65972024-10-03T20:22:31.431Z[ host-image] Oct 03 20:22:29.993 INFO O| Oct 03 20:22:29.993 INFO O| Planning: Fetching manifests: 0/1 0% complete
65982024-10-03T20:22:31.439Z[ recovery-image] Oct 03 20:22:30.000 INFO O| Oct 03 20:22:29.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65992024-10-03T20:22:31.439Z[ recovery-image] Oct 03 20:22:30.000 INFO O| Oct 03 20:22:30.000 INFO STEP 811 (remove_files) COMPLETE
66002024-10-03T20:22:31.439Z[ recovery-image] Oct 03 20:22:30.000 INFO O| Oct 03 20:22:30.000 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-10-03T20:22:31.515Z[ recovery-image] Oct 03 20:22:30.077 INFO O| Oct 03 20:22:30.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66022024-10-03T20:22:31.517Z[ recovery-image] Oct 03 20:22:30.077 INFO O| Oct 03 20:22:30.077 INFO STEP 812 (remove_files) COMPLETE
66032024-10-03T20:22:31.517Z[ recovery-image] Oct 03 20:22:30.077 INFO O| Oct 03 20:22:30.077 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-10-03T20:22:31.543Z[ recovery-image] Oct 03 20:22:30.105 INFO O| Oct 03 20:22:30.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66052024-10-03T20:22:31.543Z[ recovery-image] Oct 03 20:22:30.105 INFO O| Oct 03 20:22:30.095 INFO STEP 813 (remove_files) COMPLETE
66062024-10-03T20:22:31.546Z[ recovery-image] Oct 03 20:22:30.105 INFO O| Oct 03 20:22:30.095 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-10-03T20:22:31.555Z[ recovery-image] Oct 03 20:22:30.118 INFO O| Oct 03 20:22:30.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66082024-10-03T20:22:31.558Z[ recovery-image] Oct 03 20:22:30.118 INFO O| Oct 03 20:22:30.118 INFO STEP 814 (remove_files) COMPLETE
66092024-10-03T20:22:31.558Z[ recovery-image] Oct 03 20:22:30.118 INFO O| Oct 03 20:22:30.118 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-10-03T20:22:31.559Z[ host-image] Oct 03 20:22:30.121 INFO O| Oct 03 20:22:30.121 INFO O| Planning: Fetching manifests: 1/1 100% complete
66112024-10-03T20:22:31.585Z[ host-image] Oct 03 20:22:30.147 INFO O| Oct 03 20:22:30.147 INFO O| Planning: Package planning ... Done
66122024-10-03T20:22:31.587Z[ host-image] Oct 03 20:22:30.148 INFO O| Oct 03 20:22:30.148 INFO O| Planning: Merging actions ... Done
66132024-10-03T20:22:31.617Z[ recovery-image] Oct 03 20:22:30.179 INFO O| Oct 03 20:22:30.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66142024-10-03T20:22:31.617Z[ recovery-image] Oct 03 20:22:30.179 INFO O| Oct 03 20:22:30.179 INFO STEP 815 (remove_files) COMPLETE
66152024-10-03T20:22:31.617Z[ recovery-image] Oct 03 20:22:30.179 INFO O| Oct 03 20:22:30.179 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-10-03T20:22:31.645Z[ recovery-image] Oct 03 20:22:30.207 INFO O| Oct 03 20:22:30.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66172024-10-03T20:22:31.645Z[ recovery-image] Oct 03 20:22:30.208 INFO O| Oct 03 20:22:30.207 INFO STEP 816 (remove_files) COMPLETE
66182024-10-03T20:22:31.648Z[ recovery-image] Oct 03 20:22:30.208 INFO O| Oct 03 20:22:30.208 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-03T20:22:31.666Z[ recovery-image] Oct 03 20:22:30.228 INFO O| Oct 03 20:22:30.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66202024-10-03T20:22:31.670Z[ recovery-image] Oct 03 20:22:30.228 INFO O| Oct 03 20:22:30.228 INFO STEP 817 (remove_files) COMPLETE
66212024-10-03T20:22:31.670Z[ recovery-image] Oct 03 20:22:30.228 INFO O| Oct 03 20:22:30.228 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-03T20:22:31.689Z[ recovery-image] Oct 03 20:22:30.251 INFO O| Oct 03 20:22:30.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66232024-10-03T20:22:31.691Z[ recovery-image] Oct 03 20:22:30.251 INFO O| Oct 03 20:22:30.251 INFO STEP 818 (remove_files) COMPLETE
66242024-10-03T20:22:31.691Z[ recovery-image] Oct 03 20:22:30.251 INFO O| Oct 03 20:22:30.251 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-03T20:22:31.708Z[ recovery-image] Oct 03 20:22:30.270 INFO O| Oct 03 20:22:30.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66262024-10-03T20:22:31.708Z[ recovery-image] Oct 03 20:22:30.270 INFO O| Oct 03 20:22:30.270 INFO STEP 819 (remove_files) COMPLETE
66272024-10-03T20:22:31.708Z[ recovery-image] Oct 03 20:22:30.270 INFO O| Oct 03 20:22:30.270 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-03T20:22:31.711Z[ host-image] Oct 03 20:22:30.273 INFO O| Oct 03 20:22:30.273 INFO O| Planning: Checking for conflicting actions ... Done
66292024-10-03T20:22:31.713Z[ host-image] Oct 03 20:22:30.274 INFO O| Oct 03 20:22:30.274 INFO O| Planning: Consolidating action changes ... Done
66302024-10-03T20:22:31.726Z[ recovery-image] Oct 03 20:22:30.288 INFO O| Oct 03 20:22:30.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66312024-10-03T20:22:31.726Z[ recovery-image] Oct 03 20:22:30.288 INFO O| Oct 03 20:22:30.288 INFO STEP 820 (remove_files) COMPLETE
66322024-10-03T20:22:31.728Z[ recovery-image] Oct 03 20:22:30.288 INFO O| Oct 03 20:22:30.288 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-10-03T20:22:31.745Z[ recovery-image] Oct 03 20:22:30.307 INFO O| Oct 03 20:22:30.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66342024-10-03T20:22:31.745Z[ recovery-image] Oct 03 20:22:30.307 INFO O| Oct 03 20:22:30.307 INFO STEP 821 (remove_files) COMPLETE
66352024-10-03T20:22:31.748Z[ recovery-image] Oct 03 20:22:30.307 INFO O| Oct 03 20:22:30.307 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-10-03T20:22:31.779Z[ recovery-image] Oct 03 20:22:30.341 INFO O| Oct 03 20:22:30.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66372024-10-03T20:22:31.782Z[ recovery-image] Oct 03 20:22:30.341 INFO O| Oct 03 20:22:30.341 INFO STEP 822 (remove_files) COMPLETE
66382024-10-03T20:22:31.782Z[ recovery-image] Oct 03 20:22:30.341 INFO O| Oct 03 20:22:30.341 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-10-03T20:22:31.848Z[ recovery-image] Oct 03 20:22:30.410 INFO O| Oct 03 20:22:30.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66402024-10-03T20:22:31.848Z[ recovery-image] Oct 03 20:22:30.410 INFO O| Oct 03 20:22:30.400 INFO STEP 823 (remove_files) COMPLETE
66412024-10-03T20:22:31.848Z[ recovery-image] Oct 03 20:22:30.410 INFO O| Oct 03 20:22:30.401 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-10-03T20:22:31.859Z[ recovery-image] Oct 03 20:22:30.421 INFO O| Oct 03 20:22:30.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66432024-10-03T20:22:31.859Z[ recovery-image] Oct 03 20:22:30.421 INFO O| Oct 03 20:22:30.421 INFO STEP 824 (remove_files) COMPLETE
66442024-10-03T20:22:31.859Z[ recovery-image] Oct 03 20:22:30.421 INFO O| Oct 03 20:22:30.421 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-10-03T20:22:31.878Z[ recovery-image] Oct 03 20:22:30.440 INFO O| Oct 03 20:22:30.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66462024-10-03T20:22:31.878Z[ recovery-image] Oct 03 20:22:30.440 INFO O| Oct 03 20:22:30.440 INFO STEP 825 (remove_files) COMPLETE
66472024-10-03T20:22:31.878Z[ recovery-image] Oct 03 20:22:30.440 INFO O| Oct 03 20:22:30.440 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-10-03T20:22:31.897Z[ recovery-image] Oct 03 20:22:30.459 INFO O| Oct 03 20:22:30.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66492024-10-03T20:22:31.897Z[ recovery-image] Oct 03 20:22:30.459 INFO O| Oct 03 20:22:30.459 INFO STEP 826 (remove_files) COMPLETE
66502024-10-03T20:22:31.899Z[ recovery-image] Oct 03 20:22:30.459 INFO O| Oct 03 20:22:30.459 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-10-03T20:22:31.917Z[ recovery-image] Oct 03 20:22:30.478 INFO O| Oct 03 20:22:30.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66522024-10-03T20:22:31.917Z[ recovery-image] Oct 03 20:22:30.478 INFO O| Oct 03 20:22:30.478 INFO STEP 827 (remove_files) COMPLETE
66532024-10-03T20:22:31.920Z[ recovery-image] Oct 03 20:22:30.478 INFO O| Oct 03 20:22:30.478 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-10-03T20:22:31.938Z[ recovery-image] Oct 03 20:22:30.500 INFO O| Oct 03 20:22:30.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66552024-10-03T20:22:31.939Z[ recovery-image] Oct 03 20:22:30.500 INFO O| Oct 03 20:22:30.500 INFO STEP 828 (remove_files) COMPLETE
66562024-10-03T20:22:31.939Z[ recovery-image] Oct 03 20:22:30.500 INFO O| Oct 03 20:22:30.500 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-10-03T20:22:31.976Z[ recovery-image] Oct 03 20:22:30.538 INFO O| Oct 03 20:22:30.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66582024-10-03T20:22:31.976Z[ recovery-image] Oct 03 20:22:30.538 INFO O| Oct 03 20:22:30.538 INFO STEP 829 (remove_files) COMPLETE
66592024-10-03T20:22:31.976Z[ recovery-image] Oct 03 20:22:30.538 INFO O| Oct 03 20:22:30.538 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-10-03T20:22:32.009Z[ recovery-image] Oct 03 20:22:30.571 INFO O| Oct 03 20:22:30.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66612024-10-03T20:22:32.009Z[ recovery-image] Oct 03 20:22:30.571 INFO O| Oct 03 20:22:30.571 INFO STEP 830 (remove_files) COMPLETE
66622024-10-03T20:22:32.009Z[ recovery-image] Oct 03 20:22:30.571 INFO O| Oct 03 20:22:30.571 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-10-03T20:22:32.068Z[ recovery-image] Oct 03 20:22:30.630 INFO O| Oct 03 20:22:30.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66642024-10-03T20:22:32.068Z[ recovery-image] Oct 03 20:22:30.630 INFO O| Oct 03 20:22:30.630 INFO STEP 831 (remove_files) COMPLETE
66652024-10-03T20:22:32.070Z[ recovery-image] Oct 03 20:22:30.630 INFO O| Oct 03 20:22:30.630 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-10-03T20:22:32.129Z[ recovery-image] Oct 03 20:22:30.691 INFO O| Oct 03 20:22:30.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66672024-10-03T20:22:32.129Z[ recovery-image] Oct 03 20:22:30.691 INFO O| Oct 03 20:22:30.691 INFO STEP 832 (remove_files) COMPLETE
66682024-10-03T20:22:32.132Z[ recovery-image] Oct 03 20:22:30.691 INFO O| Oct 03 20:22:30.691 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-10-03T20:22:32.153Z[ recovery-image] Oct 03 20:22:30.714 INFO O| Oct 03 20:22:30.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66702024-10-03T20:22:32.153Z[ recovery-image] Oct 03 20:22:30.714 INFO O| Oct 03 20:22:30.714 INFO STEP 833 (remove_files) COMPLETE
66712024-10-03T20:22:32.153Z[ recovery-image] Oct 03 20:22:30.714 INFO O| Oct 03 20:22:30.714 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-10-03T20:22:32.190Z[ recovery-image] Oct 03 20:22:30.752 INFO O| Oct 03 20:22:30.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66732024-10-03T20:22:32.190Z[ recovery-image] Oct 03 20:22:30.752 INFO O| Oct 03 20:22:30.747 INFO STEP 834 (remove_files) COMPLETE
66742024-10-03T20:22:32.190Z[ recovery-image] Oct 03 20:22:30.752 INFO O| Oct 03 20:22:30.747 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-10-03T20:22:32.217Z[ recovery-image] Oct 03 20:22:30.779 INFO O| Oct 03 20:22:30.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66762024-10-03T20:22:32.217Z[ recovery-image] Oct 03 20:22:30.779 INFO O| Oct 03 20:22:30.764 INFO STEP 835 (remove_files) COMPLETE
66772024-10-03T20:22:32.220Z[ recovery-image] Oct 03 20:22:30.779 INFO O| Oct 03 20:22:30.764 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-10-03T20:22:32.220Z[ recovery-image] Oct 03 20:22:30.780 INFO O| Oct 03 20:22:30.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66792024-10-03T20:22:32.220Z[ recovery-image] Oct 03 20:22:30.780 INFO O| Oct 03 20:22:30.780 INFO STEP 836 (remove_files) COMPLETE
66802024-10-03T20:22:32.220Z[ recovery-image] Oct 03 20:22:30.780 INFO O| Oct 03 20:22:30.780 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-10-03T20:22:32.238Z[ recovery-image] Oct 03 20:22:30.799 INFO O| Oct 03 20:22:30.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66822024-10-03T20:22:32.238Z[ recovery-image] Oct 03 20:22:30.799 INFO O| Oct 03 20:22:30.799 INFO STEP 837 (remove_files) COMPLETE
66832024-10-03T20:22:32.238Z[ recovery-image] Oct 03 20:22:30.799 INFO O| Oct 03 20:22:30.799 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-10-03T20:22:32.293Z[ host-image] Oct 03 20:22:30.855 INFO O| Oct 03 20:22:30.855 INFO O| Planning: Evaluating mediators ... Done
66852024-10-03T20:22:32.296Z[ host-image] Oct 03 20:22:30.856 INFO O| Oct 03 20:22:30.856 INFO O| Planning: Planning completed in 4.04 seconds
66862024-10-03T20:22:32.296Z[ recovery-image] Oct 03 20:22:30.856 INFO O| Oct 03 20:22:30.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66872024-10-03T20:22:32.296Z[ recovery-image] Oct 03 20:22:30.856 INFO O| Oct 03 20:22:30.856 INFO STEP 838 (remove_files) COMPLETE
66882024-10-03T20:22:32.296Z[ recovery-image] Oct 03 20:22:30.856 INFO O| Oct 03 20:22:30.856 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-10-03T20:22:32.299Z[ host-image] Oct 03 20:22:30.858 INFO O| Oct 03 20:22:30.858 INFO O| Packages to install: 1
66902024-10-03T20:22:32.325Z[ host-image] Oct 03 20:22:30.888 INFO O| Oct 03 20:22:30.887 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
66912024-10-03T20:22:32.333Z[ recovery-image] Oct 03 20:22:30.896 INFO O| Oct 03 20:22:30.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66922024-10-03T20:22:32.333Z[ recovery-image] Oct 03 20:22:30.896 INFO O| Oct 03 20:22:30.896 INFO STEP 839 (remove_files) COMPLETE
66932024-10-03T20:22:32.333Z[ recovery-image] Oct 03 20:22:30.896 INFO O| Oct 03 20:22:30.896 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-10-03T20:22:32.354Z[ recovery-image] Oct 03 20:22:30.915 INFO O| Oct 03 20:22:30.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66952024-10-03T20:22:32.354Z[ recovery-image] Oct 03 20:22:30.915 INFO O| Oct 03 20:22:30.915 INFO STEP 840 (remove_files) COMPLETE
66962024-10-03T20:22:32.354Z[ recovery-image] Oct 03 20:22:30.915 INFO O| Oct 03 20:22:30.915 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-10-03T20:22:32.393Z[ recovery-image] Oct 03 20:22:30.954 INFO O| Oct 03 20:22:30.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66982024-10-03T20:22:32.393Z[ recovery-image] Oct 03 20:22:30.954 INFO O| Oct 03 20:22:30.954 INFO STEP 841 (remove_files) COMPLETE
66992024-10-03T20:22:32.393Z[ recovery-image] Oct 03 20:22:30.954 INFO O| Oct 03 20:22:30.954 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-10-03T20:22:32.414Z[ recovery-image] Oct 03 20:22:30.976 INFO O| Oct 03 20:22:30.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
67012024-10-03T20:22:32.417Z[ recovery-image] Oct 03 20:22:30.980 INFO O| Oct 03 20:22:30.980 INFO STEP 842 (remove_files) COMPLETE
67022024-10-03T20:22:32.417Z[ recovery-image] Oct 03 20:22:30.980 INFO O| Oct 03 20:22:30.980 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-10-03T20:22:32.452Z[ recovery-image] Oct 03 20:22:31.013 INFO O| Oct 03 20:22:31.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67042024-10-03T20:22:32.452Z[ recovery-image] Oct 03 20:22:31.013 INFO O| Oct 03 20:22:31.013 INFO STEP 843 (remove_files) COMPLETE
67052024-10-03T20:22:32.452Z[ recovery-image] Oct 03 20:22:31.013 INFO O| Oct 03 20:22:31.013 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-10-03T20:22:32.489Z[ recovery-image] Oct 03 20:22:31.051 INFO O| Oct 03 20:22:31.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67072024-10-03T20:22:32.489Z[ recovery-image] Oct 03 20:22:31.051 INFO O| Oct 03 20:22:31.051 INFO STEP 844 (remove_files) COMPLETE
67082024-10-03T20:22:32.492Z[ recovery-image] Oct 03 20:22:31.052 INFO O| Oct 03 20:22:31.051 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-10-03T20:22:32.511Z[ recovery-image] Oct 03 20:22:31.073 INFO O| Oct 03 20:22:31.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67102024-10-03T20:22:32.514Z[ recovery-image] Oct 03 20:22:31.073 INFO O| Oct 03 20:22:31.073 INFO STEP 845 (remove_files) COMPLETE
67112024-10-03T20:22:32.514Z[ recovery-image] Oct 03 20:22:31.073 INFO O| Oct 03 20:22:31.073 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-10-03T20:22:32.532Z[ recovery-image] Oct 03 20:22:31.094 INFO O| Oct 03 20:22:31.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67132024-10-03T20:22:32.532Z[ recovery-image] Oct 03 20:22:31.094 INFO O| Oct 03 20:22:31.094 INFO STEP 846 (remove_files) COMPLETE
67142024-10-03T20:22:32.535Z[ recovery-image] Oct 03 20:22:31.094 INFO O| Oct 03 20:22:31.094 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-10-03T20:22:32.567Z[ recovery-image] Oct 03 20:22:31.129 INFO O| Oct 03 20:22:31.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67162024-10-03T20:22:32.567Z[ recovery-image] Oct 03 20:22:31.129 INFO O| Oct 03 20:22:31.129 INFO STEP 847 (remove_files) COMPLETE
67172024-10-03T20:22:32.567Z[ recovery-image] Oct 03 20:22:31.130 INFO O| Oct 03 20:22:31.129 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-10-03T20:22:32.589Z[ recovery-image] Oct 03 20:22:31.151 INFO O| Oct 03 20:22:31.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67192024-10-03T20:22:32.589Z[ recovery-image] Oct 03 20:22:31.151 INFO O| Oct 03 20:22:31.151 INFO STEP 848 (remove_files) COMPLETE
67202024-10-03T20:22:32.589Z[ recovery-image] Oct 03 20:22:31.151 INFO O| Oct 03 20:22:31.151 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-10-03T20:22:32.640Z[ recovery-image] Oct 03 20:22:31.202 INFO O| Oct 03 20:22:31.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67222024-10-03T20:22:32.640Z[ recovery-image] Oct 03 20:22:31.202 INFO O| Oct 03 20:22:31.202 INFO STEP 849 (remove_files) COMPLETE
67232024-10-03T20:22:32.640Z[ recovery-image] Oct 03 20:22:31.202 INFO O| Oct 03 20:22:31.202 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-10-03T20:22:32.706Z[ recovery-image] Oct 03 20:22:31.268 INFO O| Oct 03 20:22:31.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67252024-10-03T20:22:32.709Z[ recovery-image] Oct 03 20:22:31.269 INFO O| Oct 03 20:22:31.269 INFO STEP 850 (remove_files) COMPLETE
67262024-10-03T20:22:32.709Z[ recovery-image] Oct 03 20:22:31.269 INFO O| Oct 03 20:22:31.269 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-10-03T20:22:32.725Z[ recovery-image] Oct 03 20:22:31.287 INFO O| Oct 03 20:22:31.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67282024-10-03T20:22:32.728Z[ recovery-image] Oct 03 20:22:31.288 INFO O| Oct 03 20:22:31.288 INFO STEP 851 (remove_files) COMPLETE
67292024-10-03T20:22:32.728Z[ recovery-image] Oct 03 20:22:31.288 INFO O| Oct 03 20:22:31.288 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-10-03T20:22:32.744Z[ recovery-image] Oct 03 20:22:31.306 INFO O| Oct 03 20:22:31.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67312024-10-03T20:22:32.747Z[ recovery-image] Oct 03 20:22:31.310 INFO O| Oct 03 20:22:31.310 INFO STEP 852 (remove_files) COMPLETE
67322024-10-03T20:22:32.751Z[ recovery-image] Oct 03 20:22:31.310 INFO O| Oct 03 20:22:31.310 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-10-03T20:22:32.767Z[ recovery-image] Oct 03 20:22:31.330 INFO O| Oct 03 20:22:31.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67342024-10-03T20:22:32.770Z[ recovery-image] Oct 03 20:22:31.330 INFO O| Oct 03 20:22:31.330 INFO STEP 853 (remove_files) COMPLETE
67352024-10-03T20:22:32.770Z[ recovery-image] Oct 03 20:22:31.330 INFO O| Oct 03 20:22:31.330 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-10-03T20:22:32.786Z[ recovery-image] Oct 03 20:22:31.348 INFO O| Oct 03 20:22:31.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67372024-10-03T20:22:32.789Z[ recovery-image] Oct 03 20:22:31.348 INFO O| Oct 03 20:22:31.348 INFO STEP 854 (remove_files) COMPLETE
67382024-10-03T20:22:32.789Z[ recovery-image] Oct 03 20:22:31.348 INFO O| Oct 03 20:22:31.348 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-10-03T20:22:32.804Z[ recovery-image] Oct 03 20:22:31.367 INFO O| Oct 03 20:22:31.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67402024-10-03T20:22:32.817Z[ recovery-image] Oct 03 20:22:31.379 INFO O| Oct 03 20:22:31.379 INFO STEP 855 (remove_files) COMPLETE
67412024-10-03T20:22:32.819Z[ recovery-image] Oct 03 20:22:31.379 INFO O| Oct 03 20:22:31.379 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-10-03T20:22:32.837Z[ recovery-image] Oct 03 20:22:31.399 INFO O| Oct 03 20:22:31.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67432024-10-03T20:22:32.839Z[ recovery-image] Oct 03 20:22:31.399 INFO O| Oct 03 20:22:31.399 INFO STEP 856 (remove_files) COMPLETE
67442024-10-03T20:22:32.839Z[ recovery-image] Oct 03 20:22:31.399 INFO O| Oct 03 20:22:31.399 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-10-03T20:22:32.855Z[ recovery-image] Oct 03 20:22:31.418 INFO O| Oct 03 20:22:31.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67462024-10-03T20:22:32.858Z[ recovery-image] Oct 03 20:22:31.418 INFO O| Oct 03 20:22:31.418 INFO STEP 857 (remove_files) COMPLETE
67472024-10-03T20:22:32.858Z[ recovery-image] Oct 03 20:22:31.418 INFO O| Oct 03 20:22:31.418 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-10-03T20:22:32.874Z[ recovery-image] Oct 03 20:22:31.436 INFO O| Oct 03 20:22:31.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67492024-10-03T20:22:32.877Z[ recovery-image] Oct 03 20:22:31.436 INFO O| Oct 03 20:22:31.436 INFO STEP 858 (remove_files) COMPLETE
67502024-10-03T20:22:32.877Z[ recovery-image] Oct 03 20:22:31.437 INFO O| Oct 03 20:22:31.437 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-10-03T20:22:32.982Z[ recovery-image] Oct 03 20:22:31.544 INFO O| Oct 03 20:22:31.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67522024-10-03T20:22:32.982Z[ recovery-image] Oct 03 20:22:31.544 INFO O| Oct 03 20:22:31.544 INFO STEP 859 (remove_files) COMPLETE
67532024-10-03T20:22:32.983Z[ recovery-image] Oct 03 20:22:31.544 INFO O| Oct 03 20:22:31.544 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-10-03T20:22:33.013Z[ recovery-image] Oct 03 20:22:31.575 INFO O| Oct 03 20:22:31.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67552024-10-03T20:22:33.013Z[ recovery-image] Oct 03 20:22:31.575 INFO O| Oct 03 20:22:31.575 INFO STEP 860 (remove_files) COMPLETE
67562024-10-03T20:22:33.013Z[ recovery-image] Oct 03 20:22:31.575 INFO O| Oct 03 20:22:31.575 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-10-03T20:22:33.036Z[ recovery-image] Oct 03 20:22:31.598 INFO O| Oct 03 20:22:31.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67582024-10-03T20:22:33.036Z[ recovery-image] Oct 03 20:22:31.598 INFO O| Oct 03 20:22:31.598 INFO STEP 861 (remove_files) COMPLETE
67592024-10-03T20:22:33.046Z[ recovery-image] Oct 03 20:22:31.598 INFO O| Oct 03 20:22:31.598 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-10-03T20:22:33.059Z[ recovery-image] Oct 03 20:22:31.621 INFO O| Oct 03 20:22:31.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67612024-10-03T20:22:33.059Z[ recovery-image] Oct 03 20:22:31.621 INFO O| Oct 03 20:22:31.621 INFO STEP 862 (remove_files) COMPLETE
67622024-10-03T20:22:33.062Z[ recovery-image] Oct 03 20:22:31.621 INFO O| Oct 03 20:22:31.621 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-10-03T20:22:33.082Z[ recovery-image] Oct 03 20:22:31.644 INFO O| Oct 03 20:22:31.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67642024-10-03T20:22:33.082Z[ recovery-image] Oct 03 20:22:31.644 INFO O| Oct 03 20:22:31.644 INFO STEP 863 (remove_files) COMPLETE
67652024-10-03T20:22:33.090Z[ recovery-image] Oct 03 20:22:31.644 INFO O| Oct 03 20:22:31.644 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-10-03T20:22:33.102Z[ recovery-image] Oct 03 20:22:31.664 INFO O| Oct 03 20:22:31.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67672024-10-03T20:22:33.102Z[ recovery-image] Oct 03 20:22:31.664 INFO O| Oct 03 20:22:31.664 INFO STEP 864 (remove_files) COMPLETE
67682024-10-03T20:22:33.104Z[ recovery-image] Oct 03 20:22:31.664 INFO O| Oct 03 20:22:31.664 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-10-03T20:22:33.123Z[ recovery-image] Oct 03 20:22:31.685 INFO O| Oct 03 20:22:31.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67702024-10-03T20:22:33.123Z[ recovery-image] Oct 03 20:22:31.685 INFO O| Oct 03 20:22:31.685 INFO STEP 865 (remove_files) COMPLETE
67712024-10-03T20:22:33.123Z[ recovery-image] Oct 03 20:22:31.685 INFO O| Oct 03 20:22:31.685 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-10-03T20:22:33.143Z[ recovery-image] Oct 03 20:22:31.705 INFO O| Oct 03 20:22:31.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67732024-10-03T20:22:33.143Z[ recovery-image] Oct 03 20:22:31.705 INFO O| Oct 03 20:22:31.705 INFO STEP 866 (remove_files) COMPLETE
67742024-10-03T20:22:33.143Z[ recovery-image] Oct 03 20:22:31.705 INFO O| Oct 03 20:22:31.705 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-10-03T20:22:33.162Z[ recovery-image] Oct 03 20:22:31.724 INFO O| Oct 03 20:22:31.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67762024-10-03T20:22:33.162Z[ recovery-image] Oct 03 20:22:31.724 INFO O| Oct 03 20:22:31.724 INFO STEP 867 (remove_files) COMPLETE
67772024-10-03T20:22:33.162Z[ recovery-image] Oct 03 20:22:31.724 INFO O| Oct 03 20:22:31.724 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-10-03T20:22:33.183Z[ recovery-image] Oct 03 20:22:31.745 INFO O| Oct 03 20:22:31.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67792024-10-03T20:22:33.183Z[ recovery-image] Oct 03 20:22:31.745 INFO O| Oct 03 20:22:31.745 INFO STEP 868 (remove_files) COMPLETE
67802024-10-03T20:22:33.186Z[ recovery-image] Oct 03 20:22:31.745 INFO O| Oct 03 20:22:31.745 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-10-03T20:22:33.204Z[ recovery-image] Oct 03 20:22:31.766 INFO O| Oct 03 20:22:31.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67822024-10-03T20:22:33.204Z[ recovery-image] Oct 03 20:22:31.766 INFO O| Oct 03 20:22:31.766 INFO STEP 869 (remove_files) COMPLETE
67832024-10-03T20:22:33.204Z[ recovery-image] Oct 03 20:22:31.766 INFO O| Oct 03 20:22:31.766 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-10-03T20:22:33.222Z[ recovery-image] Oct 03 20:22:31.784 INFO O| Oct 03 20:22:31.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67852024-10-03T20:22:33.222Z[ recovery-image] Oct 03 20:22:31.784 INFO O| Oct 03 20:22:31.784 INFO STEP 870 (remove_files) COMPLETE
67862024-10-03T20:22:33.224Z[ recovery-image] Oct 03 20:22:31.784 INFO O| Oct 03 20:22:31.784 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-10-03T20:22:33.241Z[ recovery-image] Oct 03 20:22:31.803 INFO O| Oct 03 20:22:31.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67882024-10-03T20:22:33.241Z[ recovery-image] Oct 03 20:22:31.803 INFO O| Oct 03 20:22:31.803 INFO STEP 871 (remove_files) COMPLETE
67892024-10-03T20:22:33.241Z[ recovery-image] Oct 03 20:22:31.803 INFO O| Oct 03 20:22:31.803 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-10-03T20:22:33.261Z[ recovery-image] Oct 03 20:22:31.823 INFO O| Oct 03 20:22:31.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67912024-10-03T20:22:33.261Z[ recovery-image] Oct 03 20:22:31.824 INFO O| Oct 03 20:22:31.824 INFO STEP 872 (remove_files) COMPLETE
67922024-10-03T20:22:33.261Z[ recovery-image] Oct 03 20:22:31.824 INFO O| Oct 03 20:22:31.824 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-10-03T20:22:33.280Z[ recovery-image] Oct 03 20:22:31.842 INFO O| Oct 03 20:22:31.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67942024-10-03T20:22:33.283Z[ recovery-image] Oct 03 20:22:31.843 INFO O| Oct 03 20:22:31.842 INFO STEP 873 (remove_files) COMPLETE
67952024-10-03T20:22:33.283Z[ recovery-image] Oct 03 20:22:31.843 INFO O| Oct 03 20:22:31.842 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-10-03T20:22:33.302Z[ recovery-image] Oct 03 20:22:31.862 INFO O| Oct 03 20:22:31.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67972024-10-03T20:22:33.302Z[ recovery-image] Oct 03 20:22:31.863 INFO O| Oct 03 20:22:31.862 INFO STEP 874 (remove_files) COMPLETE
67982024-10-03T20:22:33.305Z[ recovery-image] Oct 03 20:22:31.863 INFO O| Oct 03 20:22:31.862 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-10-03T20:22:33.320Z[ recovery-image] Oct 03 20:22:31.882 INFO O| Oct 03 20:22:31.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
68002024-10-03T20:22:33.320Z[ recovery-image] Oct 03 20:22:31.882 INFO O| Oct 03 20:22:31.882 INFO STEP 875 (remove_files) COMPLETE
68012024-10-03T20:22:33.322Z[ recovery-image] Oct 03 20:22:31.882 INFO O| Oct 03 20:22:31.882 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-10-03T20:22:33.338Z[ recovery-image] Oct 03 20:22:31.900 INFO O| Oct 03 20:22:31.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68032024-10-03T20:22:33.341Z[ recovery-image] Oct 03 20:22:31.900 INFO O| Oct 03 20:22:31.900 INFO STEP 876 (remove_files) COMPLETE
68042024-10-03T20:22:33.341Z[ recovery-image] Oct 03 20:22:31.900 INFO O| Oct 03 20:22:31.900 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-10-03T20:22:33.357Z[ recovery-image] Oct 03 20:22:31.919 INFO O| Oct 03 20:22:31.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68062024-10-03T20:22:33.357Z[ recovery-image] Oct 03 20:22:31.919 INFO O| Oct 03 20:22:31.919 INFO STEP 877 (remove_files) COMPLETE
68072024-10-03T20:22:33.357Z[ recovery-image] Oct 03 20:22:31.919 INFO O| Oct 03 20:22:31.919 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-10-03T20:22:33.377Z[ recovery-image] Oct 03 20:22:31.939 INFO O| Oct 03 20:22:31.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68092024-10-03T20:22:33.377Z[ recovery-image] Oct 03 20:22:31.939 INFO O| Oct 03 20:22:31.939 INFO STEP 878 (remove_files) COMPLETE
68102024-10-03T20:22:33.377Z[ recovery-image] Oct 03 20:22:31.939 INFO O| Oct 03 20:22:31.939 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-10-03T20:22:33.396Z[ recovery-image] Oct 03 20:22:31.958 INFO O| Oct 03 20:22:31.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68122024-10-03T20:22:33.399Z[ recovery-image] Oct 03 20:22:31.958 INFO O| Oct 03 20:22:31.958 INFO STEP 879 (remove_files) COMPLETE
68132024-10-03T20:22:33.399Z[ recovery-image] Oct 03 20:22:31.958 INFO O| Oct 03 20:22:31.958 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-10-03T20:22:33.416Z[ recovery-image] Oct 03 20:22:31.978 INFO O| Oct 03 20:22:31.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68152024-10-03T20:22:33.418Z[ recovery-image] Oct 03 20:22:31.978 INFO O| Oct 03 20:22:31.978 INFO STEP 880 (remove_files) COMPLETE
68162024-10-03T20:22:33.418Z[ recovery-image] Oct 03 20:22:31.978 INFO O| Oct 03 20:22:31.978 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-10-03T20:22:33.435Z[ recovery-image] Oct 03 20:22:31.997 INFO O| Oct 03 20:22:31.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68182024-10-03T20:22:33.435Z[ recovery-image] Oct 03 20:22:31.997 INFO O| Oct 03 20:22:31.997 INFO STEP 881 (remove_files) COMPLETE
68192024-10-03T20:22:33.435Z[ recovery-image] Oct 03 20:22:31.997 INFO O| Oct 03 20:22:31.997 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-10-03T20:22:33.455Z[ recovery-image] Oct 03 20:22:32.017 INFO O| Oct 03 20:22:32.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68212024-10-03T20:22:33.457Z[ recovery-image] Oct 03 20:22:32.017 INFO O| Oct 03 20:22:32.017 INFO STEP 882 (remove_files) COMPLETE
68222024-10-03T20:22:33.457Z[ recovery-image] Oct 03 20:22:32.017 INFO O| Oct 03 20:22:32.017 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-10-03T20:22:33.476Z[ recovery-image] Oct 03 20:22:32.038 INFO O| Oct 03 20:22:32.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68242024-10-03T20:22:33.476Z[ recovery-image] Oct 03 20:22:32.039 INFO O| Oct 03 20:22:32.038 INFO STEP 883 (remove_files) COMPLETE
68252024-10-03T20:22:33.479Z[ recovery-image] Oct 03 20:22:32.039 INFO O| Oct 03 20:22:32.039 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-10-03T20:22:33.516Z[ recovery-image] Oct 03 20:22:32.078 INFO O| Oct 03 20:22:32.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68272024-10-03T20:22:33.518Z[ recovery-image] Oct 03 20:22:32.078 INFO O| Oct 03 20:22:32.078 INFO STEP 884 (remove_files) COMPLETE
68282024-10-03T20:22:33.519Z[ recovery-image] Oct 03 20:22:32.078 INFO O| Oct 03 20:22:32.078 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-10-03T20:22:33.535Z[ recovery-image] Oct 03 20:22:32.097 INFO O| Oct 03 20:22:32.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68302024-10-03T20:22:33.535Z[ recovery-image] Oct 03 20:22:32.097 INFO O| Oct 03 20:22:32.097 INFO STEP 885 (remove_files) COMPLETE
68312024-10-03T20:22:33.538Z[ recovery-image] Oct 03 20:22:32.097 INFO O| Oct 03 20:22:32.097 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-10-03T20:22:33.568Z[ recovery-image] Oct 03 20:22:32.130 INFO O| Oct 03 20:22:32.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68332024-10-03T20:22:33.570Z[ recovery-image] Oct 03 20:22:32.130 INFO O| Oct 03 20:22:32.130 INFO STEP 886 (remove_files) COMPLETE
68342024-10-03T20:22:33.570Z[ recovery-image] Oct 03 20:22:32.131 INFO O| Oct 03 20:22:32.130 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-10-03T20:22:33.599Z[ recovery-image] Oct 03 20:22:32.161 INFO O| Oct 03 20:22:32.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68362024-10-03T20:22:33.599Z[ recovery-image] Oct 03 20:22:32.161 INFO O| Oct 03 20:22:32.161 INFO STEP 887 (remove_files) COMPLETE
68372024-10-03T20:22:33.599Z[ recovery-image] Oct 03 20:22:32.161 INFO O| Oct 03 20:22:32.161 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-10-03T20:22:33.631Z[ recovery-image] Oct 03 20:22:32.193 INFO O| Oct 03 20:22:32.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68392024-10-03T20:22:33.631Z[ recovery-image] Oct 03 20:22:32.193 INFO O| Oct 03 20:22:32.193 INFO STEP 888 (remove_files) COMPLETE
68402024-10-03T20:22:33.631Z[ recovery-image] Oct 03 20:22:32.193 INFO O| Oct 03 20:22:32.193 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-10-03T20:22:33.649Z[ host-image] Oct 03 20:22:32.211 INFO O| Oct 03 20:22:32.211 INFO O| Download: Completed 20.80 MB in 1.32 seconds (15.7M/s)
68422024-10-03T20:22:33.673Z[ recovery-image] Oct 03 20:22:32.234 INFO O| Oct 03 20:22:32.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68432024-10-03T20:22:33.676Z[ recovery-image] Oct 03 20:22:32.234 INFO O| Oct 03 20:22:32.234 INFO STEP 889 (remove_files) COMPLETE
68442024-10-03T20:22:33.676Z[ recovery-image] Oct 03 20:22:32.234 INFO O| Oct 03 20:22:32.234 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-10-03T20:22:33.736Z[ recovery-image] Oct 03 20:22:32.298 INFO O| Oct 03 20:22:32.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68462024-10-03T20:22:33.736Z[ recovery-image] Oct 03 20:22:32.298 INFO O| Oct 03 20:22:32.298 INFO STEP 890 (remove_files) COMPLETE
68472024-10-03T20:22:33.740Z[ recovery-image] Oct 03 20:22:32.298 INFO O| Oct 03 20:22:32.298 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-10-03T20:22:33.789Z[ host-image] Oct 03 20:22:32.351 INFO O| Oct 03 20:22:32.351 INFO O| Actions: 1/22 actions (Installing new actions)
68492024-10-03T20:22:33.806Z[ recovery-image] Oct 03 20:22:32.368 INFO O| Oct 03 20:22:32.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68502024-10-03T20:22:33.808Z[ recovery-image] Oct 03 20:22:32.368 INFO O| Oct 03 20:22:32.368 INFO STEP 891 (remove_files) COMPLETE
68512024-10-03T20:22:33.808Z[ recovery-image] Oct 03 20:22:32.368 INFO O| Oct 03 20:22:32.368 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-10-03T20:22:33.823Z[ recovery-image] Oct 03 20:22:32.385 INFO O| Oct 03 20:22:32.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68532024-10-03T20:22:33.825Z[ recovery-image] Oct 03 20:22:32.385 INFO O| Oct 03 20:22:32.385 INFO STEP 892 (remove_files) COMPLETE
68542024-10-03T20:22:33.826Z[ recovery-image] Oct 03 20:22:32.385 INFO O| Oct 03 20:22:32.385 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-10-03T20:22:33.838Z[ recovery-image] Oct 03 20:22:32.400 INFO O| Oct 03 20:22:32.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68562024-10-03T20:22:33.841Z[ recovery-image] Oct 03 20:22:32.401 INFO O| Oct 03 20:22:32.401 INFO STEP 893 (remove_files) COMPLETE
68572024-10-03T20:22:33.841Z[ recovery-image] Oct 03 20:22:32.401 INFO O| Oct 03 20:22:32.401 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-10-03T20:22:33.853Z[ recovery-image] Oct 03 20:22:32.415 INFO O| Oct 03 20:22:32.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68592024-10-03T20:22:33.855Z[ recovery-image] Oct 03 20:22:32.416 INFO O| Oct 03 20:22:32.416 INFO STEP 894 (remove_files) COMPLETE
68602024-10-03T20:22:33.856Z[ recovery-image] Oct 03 20:22:32.416 INFO O| Oct 03 20:22:32.416 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-10-03T20:22:33.869Z[ recovery-image] Oct 03 20:22:32.431 INFO O| Oct 03 20:22:32.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68622024-10-03T20:22:33.871Z[ recovery-image] Oct 03 20:22:32.431 INFO O| Oct 03 20:22:32.431 INFO STEP 895 (remove_files) COMPLETE
68632024-10-03T20:22:33.871Z[ recovery-image] Oct 03 20:22:32.431 INFO O| Oct 03 20:22:32.431 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-10-03T20:22:33.885Z[ recovery-image] Oct 03 20:22:32.447 INFO O| Oct 03 20:22:32.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68652024-10-03T20:22:33.887Z[ recovery-image] Oct 03 20:22:32.447 INFO O| Oct 03 20:22:32.447 INFO STEP 896 (remove_files) COMPLETE
68662024-10-03T20:22:33.887Z[ recovery-image] Oct 03 20:22:32.447 INFO O| Oct 03 20:22:32.447 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-10-03T20:22:33.915Z[ recovery-image] Oct 03 20:22:32.477 INFO O| Oct 03 20:22:32.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68682024-10-03T20:22:33.915Z[ recovery-image] Oct 03 20:22:32.477 INFO O| Oct 03 20:22:32.477 INFO STEP 897 (remove_files) COMPLETE
68692024-10-03T20:22:33.915Z[ recovery-image] Oct 03 20:22:32.477 INFO O| Oct 03 20:22:32.477 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-10-03T20:22:33.932Z[ recovery-image] Oct 03 20:22:32.494 INFO O| Oct 03 20:22:32.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68712024-10-03T20:22:33.932Z[ recovery-image] Oct 03 20:22:32.494 INFO O| Oct 03 20:22:32.494 INFO STEP 898 (remove_files) COMPLETE
68722024-10-03T20:22:33.935Z[ recovery-image] Oct 03 20:22:32.494 INFO O| Oct 03 20:22:32.494 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-10-03T20:22:33.966Z[ recovery-image] Oct 03 20:22:32.528 INFO O| Oct 03 20:22:32.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68742024-10-03T20:22:33.969Z[ recovery-image] Oct 03 20:22:32.529 INFO O| Oct 03 20:22:32.528 INFO STEP 899 (remove_files) COMPLETE
68752024-10-03T20:22:33.969Z[ recovery-image] Oct 03 20:22:32.529 INFO O| Oct 03 20:22:32.529 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-10-03T20:22:33.991Z[ recovery-image] Oct 03 20:22:32.553 INFO O| Oct 03 20:22:32.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68772024-10-03T20:22:33.991Z[ recovery-image] Oct 03 20:22:32.553 INFO O| Oct 03 20:22:32.553 INFO STEP 900 (remove_files) COMPLETE
68782024-10-03T20:22:33.991Z[ recovery-image] Oct 03 20:22:32.553 INFO O| Oct 03 20:22:32.553 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-10-03T20:22:34.039Z[ recovery-image] Oct 03 20:22:32.601 INFO O| Oct 03 20:22:32.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68802024-10-03T20:22:34.042Z[ recovery-image] Oct 03 20:22:32.601 INFO O| Oct 03 20:22:32.601 INFO STEP 901 (remove_files) COMPLETE
68812024-10-03T20:22:34.042Z[ recovery-image] Oct 03 20:22:32.601 INFO O| Oct 03 20:22:32.601 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-10-03T20:22:34.059Z[ recovery-image] Oct 03 20:22:32.621 INFO O| Oct 03 20:22:32.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68832024-10-03T20:22:34.062Z[ recovery-image] Oct 03 20:22:32.621 INFO O| Oct 03 20:22:32.621 INFO STEP 902 (remove_files) COMPLETE
68842024-10-03T20:22:34.062Z[ recovery-image] Oct 03 20:22:32.621 INFO O| Oct 03 20:22:32.621 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-10-03T20:22:34.110Z[ recovery-image] Oct 03 20:22:32.672 INFO O| Oct 03 20:22:32.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68862024-10-03T20:22:34.110Z[ recovery-image] Oct 03 20:22:32.672 INFO O| Oct 03 20:22:32.672 INFO STEP 903 (remove_files) COMPLETE
68872024-10-03T20:22:34.110Z[ recovery-image] Oct 03 20:22:32.672 INFO O| Oct 03 20:22:32.672 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-10-03T20:22:34.131Z[ recovery-image] Oct 03 20:22:32.693 INFO O| Oct 03 20:22:32.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68892024-10-03T20:22:34.131Z[ recovery-image] Oct 03 20:22:32.693 INFO O| Oct 03 20:22:32.693 INFO STEP 904 (remove_files) COMPLETE
68902024-10-03T20:22:34.131Z[ recovery-image] Oct 03 20:22:32.693 INFO O| Oct 03 20:22:32.693 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-10-03T20:22:34.163Z[ recovery-image] Oct 03 20:22:32.725 INFO O| Oct 03 20:22:32.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68922024-10-03T20:22:34.163Z[ recovery-image] Oct 03 20:22:32.725 INFO O| Oct 03 20:22:32.725 INFO STEP 905 (remove_files) COMPLETE
68932024-10-03T20:22:34.163Z[ recovery-image] Oct 03 20:22:32.725 INFO O| Oct 03 20:22:32.725 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-10-03T20:22:34.197Z[ recovery-image] Oct 03 20:22:32.759 INFO O| Oct 03 20:22:32.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68952024-10-03T20:22:34.197Z[ recovery-image] Oct 03 20:22:32.759 INFO O| Oct 03 20:22:32.759 INFO STEP 906 (remove_files) COMPLETE
68962024-10-03T20:22:34.197Z[ recovery-image] Oct 03 20:22:32.759 INFO O| Oct 03 20:22:32.759 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-10-03T20:22:34.238Z[ recovery-image] Oct 03 20:22:32.800 INFO O| Oct 03 20:22:32.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68982024-10-03T20:22:34.238Z[ recovery-image] Oct 03 20:22:32.800 INFO O| Oct 03 20:22:32.800 INFO STEP 907 (remove_files) COMPLETE
68992024-10-03T20:22:34.240Z[ recovery-image] Oct 03 20:22:32.801 INFO O| Oct 03 20:22:32.800 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-10-03T20:22:34.258Z[ recovery-image] Oct 03 20:22:32.820 INFO O| Oct 03 20:22:32.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69012024-10-03T20:22:34.258Z[ recovery-image] Oct 03 20:22:32.820 INFO O| Oct 03 20:22:32.820 INFO STEP 908 (remove_files) COMPLETE
69022024-10-03T20:22:34.258Z[ recovery-image] Oct 03 20:22:32.820 INFO O| Oct 03 20:22:32.820 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-10-03T20:22:34.277Z[ recovery-image] Oct 03 20:22:32.839 INFO O| Oct 03 20:22:32.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69042024-10-03T20:22:34.277Z[ recovery-image] Oct 03 20:22:32.839 INFO O| Oct 03 20:22:32.839 INFO STEP 909 (remove_files) COMPLETE
69052024-10-03T20:22:34.280Z[ recovery-image] Oct 03 20:22:32.840 INFO O| Oct 03 20:22:32.839 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-10-03T20:22:34.296Z[ recovery-image] Oct 03 20:22:32.858 INFO O| Oct 03 20:22:32.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69072024-10-03T20:22:34.296Z[ recovery-image] Oct 03 20:22:32.858 INFO O| Oct 03 20:22:32.858 INFO STEP 910 (remove_files) COMPLETE
69082024-10-03T20:22:34.296Z[ recovery-image] Oct 03 20:22:32.858 INFO O| Oct 03 20:22:32.858 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-10-03T20:22:34.314Z[ recovery-image] Oct 03 20:22:32.876 INFO O| Oct 03 20:22:32.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69102024-10-03T20:22:34.314Z[ recovery-image] Oct 03 20:22:32.876 INFO O| Oct 03 20:22:32.876 INFO STEP 911 (remove_files) COMPLETE
69112024-10-03T20:22:34.314Z[ recovery-image] Oct 03 20:22:32.876 INFO O| Oct 03 20:22:32.876 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-10-03T20:22:34.346Z[ recovery-image] Oct 03 20:22:32.908 INFO O| Oct 03 20:22:32.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69132024-10-03T20:22:34.346Z[ recovery-image] Oct 03 20:22:32.909 INFO O| Oct 03 20:22:32.908 INFO STEP 912 (remove_files) COMPLETE
69142024-10-03T20:22:34.347Z[ recovery-image] Oct 03 20:22:32.909 INFO O| Oct 03 20:22:32.909 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-10-03T20:22:34.381Z[ recovery-image] Oct 03 20:22:32.943 INFO O| Oct 03 20:22:32.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69162024-10-03T20:22:34.386Z[ recovery-image] Oct 03 20:22:32.943 INFO O| Oct 03 20:22:32.943 INFO STEP 913 (remove_files) COMPLETE
69172024-10-03T20:22:34.386Z[ recovery-image] Oct 03 20:22:32.944 INFO O| Oct 03 20:22:32.943 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-10-03T20:22:34.401Z[ recovery-image] Oct 03 20:22:32.963 INFO O| Oct 03 20:22:32.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69192024-10-03T20:22:34.404Z[ recovery-image] Oct 03 20:22:32.963 INFO O| Oct 03 20:22:32.963 INFO STEP 914 (remove_files) COMPLETE
69202024-10-03T20:22:34.404Z[ recovery-image] Oct 03 20:22:32.963 INFO O| Oct 03 20:22:32.963 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-10-03T20:22:34.419Z[ recovery-image] Oct 03 20:22:32.981 INFO O| Oct 03 20:22:32.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69222024-10-03T20:22:34.422Z[ recovery-image] Oct 03 20:22:32.981 INFO O| Oct 03 20:22:32.981 INFO STEP 915 (remove_files) COMPLETE
69232024-10-03T20:22:34.422Z[ recovery-image] Oct 03 20:22:32.981 INFO O| Oct 03 20:22:32.981 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-10-03T20:22:34.464Z[ recovery-image] Oct 03 20:22:33.025 INFO O| Oct 03 20:22:33.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69252024-10-03T20:22:34.466Z[ recovery-image] Oct 03 20:22:33.026 INFO O| Oct 03 20:22:33.026 INFO STEP 916 (remove_files) COMPLETE
69262024-10-03T20:22:34.466Z[ recovery-image] Oct 03 20:22:33.026 INFO O| Oct 03 20:22:33.026 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-10-03T20:22:34.495Z[ recovery-image] Oct 03 20:22:33.057 INFO O| Oct 03 20:22:33.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69282024-10-03T20:22:34.498Z[ recovery-image] Oct 03 20:22:33.057 INFO O| Oct 03 20:22:33.057 INFO STEP 917 (remove_files) COMPLETE
69292024-10-03T20:22:34.498Z[ recovery-image] Oct 03 20:22:33.058 INFO O| Oct 03 20:22:33.057 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-10-03T20:22:34.542Z[ recovery-image] Oct 03 20:22:33.104 INFO O| Oct 03 20:22:33.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69312024-10-03T20:22:34.547Z[ recovery-image] Oct 03 20:22:33.109 INFO O| Oct 03 20:22:33.109 INFO STEP 918 (remove_files) COMPLETE
69322024-10-03T20:22:34.547Z[ recovery-image] Oct 03 20:22:33.109 INFO O| Oct 03 20:22:33.109 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-10-03T20:22:34.611Z[ recovery-image] Oct 03 20:22:33.173 INFO O| Oct 03 20:22:33.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69342024-10-03T20:22:34.611Z[ recovery-image] Oct 03 20:22:33.173 INFO O| Oct 03 20:22:33.173 INFO STEP 919 (remove_files) COMPLETE
69352024-10-03T20:22:34.611Z[ recovery-image] Oct 03 20:22:33.173 INFO O| Oct 03 20:22:33.173 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-10-03T20:22:34.655Z[ recovery-image] Oct 03 20:22:33.216 INFO O| Oct 03 20:22:33.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69372024-10-03T20:22:34.655Z[ recovery-image] Oct 03 20:22:33.216 INFO O| Oct 03 20:22:33.216 INFO STEP 920 (remove_files) COMPLETE
69382024-10-03T20:22:34.655Z[ recovery-image] Oct 03 20:22:33.216 INFO O| Oct 03 20:22:33.216 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-10-03T20:22:34.671Z[ host-image] Oct 03 20:22:33.233 INFO O| Oct 03 20:22:33.233 INFO O| Actions: Completed 22 actions in 0.88 seconds.
69402024-10-03T20:22:34.738Z[ recovery-image] Oct 03 20:22:33.300 INFO O| Oct 03 20:22:33.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69412024-10-03T20:22:34.738Z[ recovery-image] Oct 03 20:22:33.300 INFO O| Oct 03 20:22:33.300 INFO STEP 921 (remove_files) COMPLETE
69422024-10-03T20:22:34.738Z[ recovery-image] Oct 03 20:22:33.300 INFO O| Oct 03 20:22:33.300 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-10-03T20:22:34.759Z[ recovery-image] Oct 03 20:22:33.321 INFO O| Oct 03 20:22:33.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69442024-10-03T20:22:34.759Z[ recovery-image] Oct 03 20:22:33.321 INFO O| Oct 03 20:22:33.321 INFO STEP 922 (remove_files) COMPLETE
69452024-10-03T20:22:34.759Z[ recovery-image] Oct 03 20:22:33.321 INFO O| Oct 03 20:22:33.321 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-10-03T20:22:34.787Z[ recovery-image] Oct 03 20:22:33.349 INFO O| Oct 03 20:22:33.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69472024-10-03T20:22:34.790Z[ recovery-image] Oct 03 20:22:33.349 INFO O| Oct 03 20:22:33.349 INFO STEP 923 (remove_files) COMPLETE
69482024-10-03T20:22:34.790Z[ recovery-image] Oct 03 20:22:33.350 INFO O| Oct 03 20:22:33.349 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-10-03T20:22:34.808Z[ recovery-image] Oct 03 20:22:33.370 INFO O| Oct 03 20:22:33.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69502024-10-03T20:22:34.812Z[ recovery-image] Oct 03 20:22:33.370 INFO O| Oct 03 20:22:33.370 INFO STEP 924 (remove_files) COMPLETE
69512024-10-03T20:22:34.812Z[ recovery-image] Oct 03 20:22:33.370 INFO O| Oct 03 20:22:33.370 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-10-03T20:22:34.828Z[ recovery-image] Oct 03 20:22:33.390 INFO O| Oct 03 20:22:33.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69532024-10-03T20:22:34.842Z[ recovery-image] Oct 03 20:22:33.404 INFO O| Oct 03 20:22:33.404 INFO STEP 925 (remove_files) COMPLETE
69542024-10-03T20:22:34.842Z[ recovery-image] Oct 03 20:22:33.404 INFO O| Oct 03 20:22:33.404 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-10-03T20:22:34.873Z[ recovery-image] Oct 03 20:22:33.435 INFO O| Oct 03 20:22:33.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69562024-10-03T20:22:34.875Z[ recovery-image] Oct 03 20:22:33.435 INFO O| Oct 03 20:22:33.435 INFO STEP 926 (remove_files) COMPLETE
69572024-10-03T20:22:34.875Z[ recovery-image] Oct 03 20:22:33.435 INFO O| Oct 03 20:22:33.435 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-10-03T20:22:34.912Z[ recovery-image] Oct 03 20:22:33.474 INFO O| Oct 03 20:22:33.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69592024-10-03T20:22:34.931Z[ recovery-image] Oct 03 20:22:33.493 INFO O| Oct 03 20:22:33.493 INFO STEP 927 (remove_files) COMPLETE
69602024-10-03T20:22:34.931Z[ recovery-image] Oct 03 20:22:33.493 INFO O| Oct 03 20:22:33.493 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-10-03T20:22:34.956Z[ recovery-image] Oct 03 20:22:33.517 INFO O| Oct 03 20:22:33.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69622024-10-03T20:22:34.956Z[ recovery-image] Oct 03 20:22:33.517 INFO O| Oct 03 20:22:33.517 INFO STEP 928 (remove_files) COMPLETE
69632024-10-03T20:22:34.958Z[ recovery-image] Oct 03 20:22:33.517 INFO O| Oct 03 20:22:33.517 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-10-03T20:22:34.982Z[ recovery-image] Oct 03 20:22:33.544 INFO O| Oct 03 20:22:33.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69652024-10-03T20:22:34.985Z[ recovery-image] Oct 03 20:22:33.545 INFO O| Oct 03 20:22:33.544 INFO STEP 929 (remove_files) COMPLETE
69662024-10-03T20:22:34.985Z[ recovery-image] Oct 03 20:22:33.545 INFO O| Oct 03 20:22:33.545 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-10-03T20:22:35.008Z[ recovery-image] Oct 03 20:22:33.570 INFO O| Oct 03 20:22:33.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69682024-10-03T20:22:35.010Z[ recovery-image] Oct 03 20:22:33.570 INFO O| Oct 03 20:22:33.570 INFO STEP 930 (remove_files) COMPLETE
69692024-10-03T20:22:35.010Z[ recovery-image] Oct 03 20:22:33.570 INFO O| Oct 03 20:22:33.570 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-10-03T20:22:35.033Z[ recovery-image] Oct 03 20:22:33.595 INFO O| Oct 03 20:22:33.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69712024-10-03T20:22:35.033Z[ recovery-image] Oct 03 20:22:33.595 INFO O| Oct 03 20:22:33.595 INFO STEP 931 (remove_files) COMPLETE
69722024-10-03T20:22:35.036Z[ recovery-image] Oct 03 20:22:33.595 INFO O| Oct 03 20:22:33.595 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-10-03T20:22:35.068Z[ recovery-image] Oct 03 20:22:33.629 INFO O| Oct 03 20:22:33.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69742024-10-03T20:22:35.070Z[ recovery-image] Oct 03 20:22:33.630 INFO O| Oct 03 20:22:33.630 INFO STEP 932 (remove_files) COMPLETE
69752024-10-03T20:22:35.070Z[ recovery-image] Oct 03 20:22:33.630 INFO O| Oct 03 20:22:33.630 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-10-03T20:22:35.090Z[ recovery-image] Oct 03 20:22:33.651 INFO O| Oct 03 20:22:33.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69772024-10-03T20:22:35.092Z[ recovery-image] Oct 03 20:22:33.652 INFO O| Oct 03 20:22:33.652 INFO STEP 933 (remove_files) COMPLETE
69782024-10-03T20:22:35.092Z[ recovery-image] Oct 03 20:22:33.652 INFO O| Oct 03 20:22:33.652 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-10-03T20:22:35.110Z[ recovery-image] Oct 03 20:22:33.672 INFO O| Oct 03 20:22:33.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69802024-10-03T20:22:35.113Z[ recovery-image] Oct 03 20:22:33.672 INFO O| Oct 03 20:22:33.672 INFO STEP 934 (remove_files) COMPLETE
69812024-10-03T20:22:35.113Z[ recovery-image] Oct 03 20:22:33.672 INFO O| Oct 03 20:22:33.672 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-10-03T20:22:35.145Z[ recovery-image] Oct 03 20:22:33.705 INFO O| Oct 03 20:22:33.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69832024-10-03T20:22:35.148Z[ recovery-image] Oct 03 20:22:33.705 INFO O| Oct 03 20:22:33.705 INFO STEP 935 (remove_files) COMPLETE
69842024-10-03T20:22:35.148Z[ recovery-image] Oct 03 20:22:33.706 INFO O| Oct 03 20:22:33.705 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-10-03T20:22:35.158Z[ host-image] Oct 03 20:22:33.720 INFO O| Oct 03 20:22:33.719 INFO O| Done
69862024-10-03T20:22:35.158Z[ host-image] Oct 03 20:22:33.720 INFO O| Oct 03 20:22:33.719 INFO O| Done
69872024-10-03T20:22:35.166Z[ recovery-image] Oct 03 20:22:33.727 INFO O| Oct 03 20:22:33.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69882024-10-03T20:22:35.166Z[ recovery-image] Oct 03 20:22:33.727 INFO O| Oct 03 20:22:33.727 INFO STEP 936 (remove_files) COMPLETE
69892024-10-03T20:22:35.167Z[ recovery-image] Oct 03 20:22:33.727 INFO O| Oct 03 20:22:33.727 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-10-03T20:22:35.215Z[ recovery-image] Oct 03 20:22:33.777 INFO O| Oct 03 20:22:33.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69912024-10-03T20:22:35.215Z[ recovery-image] Oct 03 20:22:33.777 INFO O| Oct 03 20:22:33.777 INFO STEP 937 (remove_files) COMPLETE
69922024-10-03T20:22:35.215Z[ recovery-image] Oct 03 20:22:33.777 INFO O| Oct 03 20:22:33.777 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-10-03T20:22:35.273Z[ recovery-image] Oct 03 20:22:33.835 INFO O| Oct 03 20:22:33.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69942024-10-03T20:22:35.273Z[ recovery-image] Oct 03 20:22:33.835 INFO O| Oct 03 20:22:33.835 INFO STEP 938 (remove_files) COMPLETE
69952024-10-03T20:22:35.273Z[ recovery-image] Oct 03 20:22:33.835 INFO O| Oct 03 20:22:33.835 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-10-03T20:22:35.294Z[ recovery-image] Oct 03 20:22:33.856 INFO O| Oct 03 20:22:33.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69972024-10-03T20:22:35.294Z[ recovery-image] Oct 03 20:22:33.856 INFO O| Oct 03 20:22:33.856 INFO STEP 939 (remove_files) COMPLETE
69982024-10-03T20:22:35.294Z[ recovery-image] Oct 03 20:22:33.856 INFO O| Oct 03 20:22:33.856 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-10-03T20:22:35.334Z[ recovery-image] Oct 03 20:22:33.896 INFO O| Oct 03 20:22:33.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70002024-10-03T20:22:35.334Z[ recovery-image] Oct 03 20:22:33.896 INFO O| Oct 03 20:22:33.896 INFO STEP 940 (remove_files) COMPLETE
70012024-10-03T20:22:35.334Z[ recovery-image] Oct 03 20:22:33.896 INFO O| Oct 03 20:22:33.896 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-10-03T20:22:35.353Z[ recovery-image] Oct 03 20:22:33.915 INFO O| Oct 03 20:22:33.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70032024-10-03T20:22:35.353Z[ recovery-image] Oct 03 20:22:33.915 INFO O| Oct 03 20:22:33.915 INFO STEP 941 (remove_files) COMPLETE
70042024-10-03T20:22:35.355Z[ recovery-image] Oct 03 20:22:33.915 INFO O| Oct 03 20:22:33.915 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-10-03T20:22:35.370Z[ recovery-image] Oct 03 20:22:33.932 INFO O| Oct 03 20:22:33.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70062024-10-03T20:22:35.370Z[ recovery-image] Oct 03 20:22:33.932 INFO O| Oct 03 20:22:33.932 INFO STEP 942 (remove_files) COMPLETE
70072024-10-03T20:22:35.373Z[ recovery-image] Oct 03 20:22:33.932 INFO O| Oct 03 20:22:33.932 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-10-03T20:22:35.405Z[ recovery-image] Oct 03 20:22:33.967 INFO O| Oct 03 20:22:33.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70092024-10-03T20:22:35.405Z[ recovery-image] Oct 03 20:22:33.967 INFO O| Oct 03 20:22:33.967 INFO STEP 943 (remove_files) COMPLETE
70102024-10-03T20:22:35.405Z[ recovery-image] Oct 03 20:22:33.967 INFO O| Oct 03 20:22:33.967 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-10-03T20:22:35.466Z[ recovery-image] Oct 03 20:22:34.027 INFO O| Oct 03 20:22:34.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70122024-10-03T20:22:35.466Z[ recovery-image] Oct 03 20:22:34.027 INFO O| Oct 03 20:22:34.027 INFO STEP 944 (remove_files) COMPLETE
70132024-10-03T20:22:35.466Z[ recovery-image] Oct 03 20:22:34.027 INFO O| Oct 03 20:22:34.027 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-10-03T20:22:35.548Z[ recovery-image] Oct 03 20:22:34.110 INFO O| Oct 03 20:22:34.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70152024-10-03T20:22:35.552Z[ recovery-image] Oct 03 20:22:34.110 INFO O| Oct 03 20:22:34.110 INFO STEP 945 (remove_files) COMPLETE
70162024-10-03T20:22:35.552Z[ recovery-image] Oct 03 20:22:34.110 INFO O| Oct 03 20:22:34.110 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-10-03T20:22:35.568Z[ recovery-image] Oct 03 20:22:34.130 INFO O| Oct 03 20:22:34.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70182024-10-03T20:22:35.568Z[ recovery-image] Oct 03 20:22:34.130 INFO O| Oct 03 20:22:34.130 INFO STEP 946 (remove_files) COMPLETE
70192024-10-03T20:22:35.568Z[ recovery-image] Oct 03 20:22:34.130 INFO O| Oct 03 20:22:34.130 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-10-03T20:22:35.597Z[ recovery-image] Oct 03 20:22:34.159 INFO O| Oct 03 20:22:34.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70212024-10-03T20:22:35.597Z[ recovery-image] Oct 03 20:22:34.159 INFO O| Oct 03 20:22:34.159 INFO STEP 947 (remove_files) COMPLETE
70222024-10-03T20:22:35.597Z[ recovery-image] Oct 03 20:22:34.159 INFO O| Oct 03 20:22:34.159 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-10-03T20:22:35.617Z[ recovery-image] Oct 03 20:22:34.179 INFO O| Oct 03 20:22:34.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70242024-10-03T20:22:35.617Z[ recovery-image] Oct 03 20:22:34.179 INFO O| Oct 03 20:22:34.179 INFO STEP 948 (remove_files) COMPLETE
70252024-10-03T20:22:35.617Z[ recovery-image] Oct 03 20:22:34.179 INFO O| Oct 03 20:22:34.179 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-10-03T20:22:35.658Z[ recovery-image] Oct 03 20:22:34.219 INFO O| Oct 03 20:22:34.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70272024-10-03T20:22:35.658Z[ recovery-image] Oct 03 20:22:34.219 INFO O| Oct 03 20:22:34.219 INFO STEP 949 (remove_files) COMPLETE
70282024-10-03T20:22:35.658Z[ recovery-image] Oct 03 20:22:34.219 INFO O| Oct 03 20:22:34.219 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-10-03T20:22:35.677Z[ recovery-image] Oct 03 20:22:34.239 INFO O| Oct 03 20:22:34.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70302024-10-03T20:22:35.677Z[ recovery-image] Oct 03 20:22:34.239 INFO O| Oct 03 20:22:34.239 INFO STEP 950 (remove_files) COMPLETE
70312024-10-03T20:22:35.680Z[ recovery-image] Oct 03 20:22:34.239 INFO O| Oct 03 20:22:34.239 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-10-03T20:22:35.696Z[ recovery-image] Oct 03 20:22:34.257 INFO O| Oct 03 20:22:34.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70332024-10-03T20:22:35.696Z[ recovery-image] Oct 03 20:22:34.257 INFO O| Oct 03 20:22:34.257 INFO STEP 951 (remove_files) COMPLETE
70342024-10-03T20:22:35.696Z[ recovery-image] Oct 03 20:22:34.257 INFO O| Oct 03 20:22:34.257 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-10-03T20:22:35.714Z[ recovery-image] Oct 03 20:22:34.276 INFO O| Oct 03 20:22:34.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70362024-10-03T20:22:35.714Z[ recovery-image] Oct 03 20:22:34.276 INFO O| Oct 03 20:22:34.276 INFO STEP 952 (remove_files) COMPLETE
70372024-10-03T20:22:35.714Z[ recovery-image] Oct 03 20:22:34.276 INFO O| Oct 03 20:22:34.276 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-10-03T20:22:35.753Z[ recovery-image] Oct 03 20:22:34.314 INFO O| Oct 03 20:22:34.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70392024-10-03T20:22:35.753Z[ recovery-image] Oct 03 20:22:34.314 INFO O| Oct 03 20:22:34.314 INFO STEP 953 (remove_files) COMPLETE
70402024-10-03T20:22:35.753Z[ recovery-image] Oct 03 20:22:34.315 INFO O| Oct 03 20:22:34.314 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-10-03T20:22:35.814Z[ recovery-image] Oct 03 20:22:34.376 INFO O| Oct 03 20:22:34.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70422024-10-03T20:22:35.817Z[ recovery-image] Oct 03 20:22:34.376 INFO O| Oct 03 20:22:34.376 INFO STEP 954 (remove_files) COMPLETE
70432024-10-03T20:22:35.817Z[ recovery-image] Oct 03 20:22:34.376 INFO O| Oct 03 20:22:34.376 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-10-03T20:22:35.839Z[ recovery-image] Oct 03 20:22:34.401 INFO O| Oct 03 20:22:34.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70452024-10-03T20:22:35.839Z[ recovery-image] Oct 03 20:22:34.401 INFO O| Oct 03 20:22:34.401 INFO STEP 955 (remove_files) COMPLETE
70462024-10-03T20:22:35.841Z[ recovery-image] Oct 03 20:22:34.401 INFO O| Oct 03 20:22:34.401 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-10-03T20:22:35.858Z[ recovery-image] Oct 03 20:22:34.420 INFO O| Oct 03 20:22:34.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70482024-10-03T20:22:35.858Z[ recovery-image] Oct 03 20:22:34.420 INFO O| Oct 03 20:22:34.420 INFO STEP 956 (remove_files) COMPLETE
70492024-10-03T20:22:35.858Z[ recovery-image] Oct 03 20:22:34.420 INFO O| Oct 03 20:22:34.420 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-10-03T20:22:35.875Z[ recovery-image] Oct 03 20:22:34.437 INFO O| Oct 03 20:22:34.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70512024-10-03T20:22:35.875Z[ recovery-image] Oct 03 20:22:34.437 INFO O| Oct 03 20:22:34.437 INFO STEP 957 (remove_files) COMPLETE
70522024-10-03T20:22:35.877Z[ recovery-image] Oct 03 20:22:34.437 INFO O| Oct 03 20:22:34.437 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-10-03T20:22:35.890Z[ recovery-image] Oct 03 20:22:34.452 INFO O| Oct 03 20:22:34.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70542024-10-03T20:22:35.890Z[ recovery-image] Oct 03 20:22:34.452 INFO O| Oct 03 20:22:34.452 INFO STEP 958 (remove_files) COMPLETE
70552024-10-03T20:22:35.893Z[ recovery-image] Oct 03 20:22:34.452 INFO O| Oct 03 20:22:34.452 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-10-03T20:22:35.944Z[ recovery-image] Oct 03 20:22:34.506 INFO O| Oct 03 20:22:34.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70572024-10-03T20:22:35.944Z[ recovery-image] Oct 03 20:22:34.506 INFO O| Oct 03 20:22:34.506 INFO STEP 959 (remove_files) COMPLETE
70582024-10-03T20:22:35.944Z[ recovery-image] Oct 03 20:22:34.506 INFO O| Oct 03 20:22:34.506 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-10-03T20:22:35.967Z[ recovery-image] Oct 03 20:22:34.529 INFO O| Oct 03 20:22:34.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70602024-10-03T20:22:35.970Z[ recovery-image] Oct 03 20:22:34.529 INFO O| Oct 03 20:22:34.529 INFO STEP 960 (remove_files) COMPLETE
70612024-10-03T20:22:35.970Z[ recovery-image] Oct 03 20:22:34.529 INFO O| Oct 03 20:22:34.529 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-03T20:22:36.023Z[ recovery-image] Oct 03 20:22:34.585 INFO O| Oct 03 20:22:34.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70632024-10-03T20:22:36.026Z[ recovery-image] Oct 03 20:22:34.585 INFO O| Oct 03 20:22:34.585 INFO STEP 961 (remove_files) COMPLETE
70642024-10-03T20:22:36.026Z[ recovery-image] Oct 03 20:22:34.585 INFO O| Oct 03 20:22:34.585 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-10-03T20:22:36.039Z[ recovery-image] Oct 03 20:22:34.601 INFO O| Oct 03 20:22:34.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70662024-10-03T20:22:36.042Z[ recovery-image] Oct 03 20:22:34.601 INFO O| Oct 03 20:22:34.601 INFO STEP 962 (remove_files) COMPLETE
70672024-10-03T20:22:36.042Z[ recovery-image] Oct 03 20:22:34.601 INFO O| Oct 03 20:22:34.601 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-10-03T20:22:36.074Z[ recovery-image] Oct 03 20:22:34.636 INFO O| Oct 03 20:22:34.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70692024-10-03T20:22:36.077Z[ recovery-image] Oct 03 20:22:34.636 INFO O| Oct 03 20:22:34.636 INFO STEP 963 (remove_files) COMPLETE
70702024-10-03T20:22:36.077Z[ recovery-image] Oct 03 20:22:34.636 INFO O| Oct 03 20:22:34.636 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-10-03T20:22:36.095Z[ recovery-image] Oct 03 20:22:34.657 INFO O| Oct 03 20:22:34.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70722024-10-03T20:22:36.098Z[ recovery-image] Oct 03 20:22:34.657 INFO O| Oct 03 20:22:34.657 INFO STEP 964 (remove_files) COMPLETE
70732024-10-03T20:22:36.098Z[ recovery-image] Oct 03 20:22:34.657 INFO O| Oct 03 20:22:34.657 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-10-03T20:22:36.113Z[ recovery-image] Oct 03 20:22:34.675 INFO O| Oct 03 20:22:34.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70752024-10-03T20:22:36.114Z[ recovery-image] Oct 03 20:22:34.675 INFO O| Oct 03 20:22:34.675 INFO STEP 965 (remove_files) COMPLETE
70762024-10-03T20:22:36.114Z[ recovery-image] Oct 03 20:22:34.675 INFO O| Oct 03 20:22:34.675 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-10-03T20:22:36.133Z[ recovery-image] Oct 03 20:22:34.694 INFO O| Oct 03 20:22:34.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70782024-10-03T20:22:36.133Z[ recovery-image] Oct 03 20:22:34.695 INFO O| Oct 03 20:22:34.695 INFO STEP 966 (remove_files) COMPLETE
70792024-10-03T20:22:36.135Z[ recovery-image] Oct 03 20:22:34.695 INFO O| Oct 03 20:22:34.695 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-10-03T20:22:36.164Z[ recovery-image] Oct 03 20:22:34.726 INFO O| Oct 03 20:22:34.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70812024-10-03T20:22:36.164Z[ recovery-image] Oct 03 20:22:34.726 INFO O| Oct 03 20:22:34.726 INFO STEP 967 (remove_files) COMPLETE
70822024-10-03T20:22:36.164Z[ recovery-image] Oct 03 20:22:34.726 INFO O| Oct 03 20:22:34.726 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-10-03T20:22:36.186Z[ host-image] Oct 03 20:22:34.748 INFO O| Oct 03 20:22:34.748 INFO O| Done
70842024-10-03T20:22:36.204Z[ recovery-image] Oct 03 20:22:34.765 INFO O| Oct 03 20:22:34.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70852024-10-03T20:22:36.204Z[ recovery-image] Oct 03 20:22:34.765 INFO O| Oct 03 20:22:34.765 INFO STEP 968 (remove_files) COMPLETE
70862024-10-03T20:22:36.204Z[ recovery-image] Oct 03 20:22:34.765 INFO O| Oct 03 20:22:34.765 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-10-03T20:22:36.219Z[ recovery-image] Oct 03 20:22:34.781 INFO O| Oct 03 20:22:34.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70882024-10-03T20:22:36.219Z[ recovery-image] Oct 03 20:22:34.781 INFO O| Oct 03 20:22:34.781 INFO STEP 969 (remove_files) COMPLETE
70892024-10-03T20:22:36.222Z[ recovery-image] Oct 03 20:22:34.781 INFO O| Oct 03 20:22:34.781 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-03T20:22:36.235Z[ recovery-image] Oct 03 20:22:34.797 INFO O| Oct 03 20:22:34.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70912024-10-03T20:22:36.235Z[ recovery-image] Oct 03 20:22:34.797 INFO O| Oct 03 20:22:34.797 INFO STEP 970 (remove_files) COMPLETE
70922024-10-03T20:22:36.238Z[ recovery-image] Oct 03 20:22:34.797 INFO O| Oct 03 20:22:34.797 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-10-03T20:22:36.252Z[ recovery-image] Oct 03 20:22:34.814 INFO O| Oct 03 20:22:34.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70942024-10-03T20:22:36.252Z[ recovery-image] Oct 03 20:22:34.814 INFO O| Oct 03 20:22:34.814 INFO STEP 971 (remove_files) COMPLETE
70952024-10-03T20:22:36.254Z[ recovery-image] Oct 03 20:22:34.814 INFO O| Oct 03 20:22:34.814 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-10-03T20:22:36.284Z[ recovery-image] Oct 03 20:22:34.845 INFO O| Oct 03 20:22:34.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70972024-10-03T20:22:36.284Z[ recovery-image] Oct 03 20:22:34.845 INFO O| Oct 03 20:22:34.845 INFO STEP 972 (remove_files) COMPLETE
70982024-10-03T20:22:36.286Z[ recovery-image] Oct 03 20:22:34.846 INFO O| Oct 03 20:22:34.845 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-10-03T20:22:36.317Z[ recovery-image] Oct 03 20:22:34.879 INFO O| Oct 03 20:22:34.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
71002024-10-03T20:22:36.320Z[ recovery-image] Oct 03 20:22:34.879 INFO O| Oct 03 20:22:34.879 INFO STEP 973 (remove_files) COMPLETE
71012024-10-03T20:22:36.320Z[ recovery-image] Oct 03 20:22:34.879 INFO O| Oct 03 20:22:34.879 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-10-03T20:22:36.375Z[ recovery-image] Oct 03 20:22:34.937 INFO O| Oct 03 20:22:34.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71032024-10-03T20:22:36.375Z[ recovery-image] Oct 03 20:22:34.937 INFO O| Oct 03 20:22:34.936 INFO STEP 974 (remove_files) COMPLETE
71042024-10-03T20:22:36.375Z[ recovery-image] Oct 03 20:22:34.937 INFO O| Oct 03 20:22:34.936 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-10-03T20:22:36.392Z[ recovery-image] Oct 03 20:22:34.953 INFO O| Oct 03 20:22:34.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71062024-10-03T20:22:36.392Z[ recovery-image] Oct 03 20:22:34.953 INFO O| Oct 03 20:22:34.952 INFO STEP 975 (remove_files) COMPLETE
71072024-10-03T20:22:36.392Z[ recovery-image] Oct 03 20:22:34.953 INFO O| Oct 03 20:22:34.953 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-10-03T20:22:36.426Z[ recovery-image] Oct 03 20:22:34.986 INFO O| Oct 03 20:22:34.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71092024-10-03T20:22:36.426Z[ recovery-image] Oct 03 20:22:34.986 INFO O| Oct 03 20:22:34.986 INFO STEP 976 (remove_files) COMPLETE
71102024-10-03T20:22:36.428Z[ recovery-image] Oct 03 20:22:34.986 INFO O| Oct 03 20:22:34.986 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-10-03T20:22:36.458Z[ recovery-image] Oct 03 20:22:35.020 INFO O| Oct 03 20:22:35.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71122024-10-03T20:22:36.481Z[ recovery-image] Oct 03 20:22:35.041 INFO O| Oct 03 20:22:35.041 INFO STEP 977 (remove_files) COMPLETE
71132024-10-03T20:22:36.481Z[ recovery-image] Oct 03 20:22:35.041 INFO O| Oct 03 20:22:35.041 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-10-03T20:22:36.548Z[ recovery-image] Oct 03 20:22:35.110 INFO O| Oct 03 20:22:35.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71152024-10-03T20:22:36.548Z[ recovery-image] Oct 03 20:22:35.110 INFO O| Oct 03 20:22:35.110 INFO STEP 978 (remove_files) COMPLETE
71162024-10-03T20:22:36.548Z[ recovery-image] Oct 03 20:22:35.110 INFO O| Oct 03 20:22:35.110 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-10-03T20:22:36.566Z[ recovery-image] Oct 03 20:22:35.128 INFO O| Oct 03 20:22:35.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71182024-10-03T20:22:36.566Z[ recovery-image] Oct 03 20:22:35.128 INFO O| Oct 03 20:22:35.128 INFO STEP 979 (remove_files) COMPLETE
71192024-10-03T20:22:36.569Z[ recovery-image] Oct 03 20:22:35.128 INFO O| Oct 03 20:22:35.128 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-10-03T20:22:36.586Z[ recovery-image] Oct 03 20:22:35.148 INFO O| Oct 03 20:22:35.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71212024-10-03T20:22:36.586Z[ recovery-image] Oct 03 20:22:35.148 INFO O| Oct 03 20:22:35.148 INFO STEP 980 (remove_files) COMPLETE
71222024-10-03T20:22:36.588Z[ recovery-image] Oct 03 20:22:35.148 INFO O| Oct 03 20:22:35.148 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-10-03T20:22:36.625Z[ recovery-image] Oct 03 20:22:35.187 INFO O| Oct 03 20:22:35.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71242024-10-03T20:22:36.625Z[ recovery-image] Oct 03 20:22:35.187 INFO O| Oct 03 20:22:35.187 INFO STEP 981 (remove_files) COMPLETE
71252024-10-03T20:22:36.625Z[ recovery-image] Oct 03 20:22:35.187 INFO O| Oct 03 20:22:35.187 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-10-03T20:22:36.655Z[ recovery-image] Oct 03 20:22:35.217 INFO O| Oct 03 20:22:35.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71272024-10-03T20:22:36.656Z[ recovery-image] Oct 03 20:22:35.217 INFO O| Oct 03 20:22:35.217 INFO STEP 982 (remove_files) COMPLETE
71282024-10-03T20:22:36.658Z[ recovery-image] Oct 03 20:22:35.217 INFO O| Oct 03 20:22:35.217 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-10-03T20:22:36.693Z[ recovery-image] Oct 03 20:22:35.255 INFO O| Oct 03 20:22:35.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71302024-10-03T20:22:36.693Z[ recovery-image] Oct 03 20:22:35.255 INFO O| Oct 03 20:22:35.255 INFO STEP 983 (remove_files) COMPLETE
71312024-10-03T20:22:36.696Z[ recovery-image] Oct 03 20:22:35.255 INFO O| Oct 03 20:22:35.255 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-10-03T20:22:36.795Z[ recovery-image] Oct 03 20:22:35.356 INFO O| Oct 03 20:22:35.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71332024-10-03T20:22:36.795Z[ recovery-image] Oct 03 20:22:35.356 INFO O| Oct 03 20:22:35.356 INFO STEP 984 (remove_files) COMPLETE
71342024-10-03T20:22:36.795Z[ recovery-image] Oct 03 20:22:35.356 INFO O| Oct 03 20:22:35.356 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-10-03T20:22:36.854Z[ recovery-image] Oct 03 20:22:35.416 INFO O| Oct 03 20:22:35.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71362024-10-03T20:22:36.856Z[ recovery-image] Oct 03 20:22:35.416 INFO O| Oct 03 20:22:35.416 INFO STEP 985 (remove_files) COMPLETE
71372024-10-03T20:22:36.856Z[ recovery-image] Oct 03 20:22:35.416 INFO O| Oct 03 20:22:35.416 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-10-03T20:22:36.886Z[ recovery-image] Oct 03 20:22:35.448 INFO O| Oct 03 20:22:35.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71392024-10-03T20:22:36.887Z[ recovery-image] Oct 03 20:22:35.448 INFO O| Oct 03 20:22:35.448 INFO STEP 986 (remove_files) COMPLETE
71402024-10-03T20:22:36.889Z[ recovery-image] Oct 03 20:22:35.448 INFO O| Oct 03 20:22:35.448 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-10-03T20:22:36.924Z[ recovery-image] Oct 03 20:22:35.486 INFO O| Oct 03 20:22:35.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71422024-10-03T20:22:36.924Z[ recovery-image] Oct 03 20:22:35.486 INFO O| Oct 03 20:22:35.486 INFO STEP 987 (remove_files) COMPLETE
71432024-10-03T20:22:36.927Z[ recovery-image] Oct 03 20:22:35.486 INFO O| Oct 03 20:22:35.486 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-10-03T20:22:36.984Z[ recovery-image] Oct 03 20:22:35.545 INFO O| Oct 03 20:22:35.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71452024-10-03T20:22:36.984Z[ recovery-image] Oct 03 20:22:35.545 INFO O| Oct 03 20:22:35.545 INFO STEP 988 (remove_files) COMPLETE
71462024-10-03T20:22:36.984Z[ recovery-image] Oct 03 20:22:35.545 INFO O| Oct 03 20:22:35.545 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-10-03T20:22:37.053Z[ recovery-image] Oct 03 20:22:35.613 INFO O| Oct 03 20:22:35.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71482024-10-03T20:22:37.053Z[ recovery-image] Oct 03 20:22:35.614 INFO O| Oct 03 20:22:35.613 INFO STEP 989 (remove_files) COMPLETE
71492024-10-03T20:22:37.053Z[ recovery-image] Oct 03 20:22:35.614 INFO O| Oct 03 20:22:35.614 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-10-03T20:22:37.070Z[ recovery-image] Oct 03 20:22:35.632 INFO O| Oct 03 20:22:35.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71512024-10-03T20:22:37.070Z[ recovery-image] Oct 03 20:22:35.632 INFO O| Oct 03 20:22:35.632 INFO STEP 990 (remove_files) COMPLETE
71522024-10-03T20:22:37.072Z[ recovery-image] Oct 03 20:22:35.632 INFO O| Oct 03 20:22:35.632 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-10-03T20:22:37.087Z[ recovery-image] Oct 03 20:22:35.649 INFO O| Oct 03 20:22:35.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71542024-10-03T20:22:37.087Z[ recovery-image] Oct 03 20:22:35.649 INFO O| Oct 03 20:22:35.649 INFO STEP 991 (remove_files) COMPLETE
71552024-10-03T20:22:37.089Z[ recovery-image] Oct 03 20:22:35.649 INFO O| Oct 03 20:22:35.649 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-10-03T20:22:37.117Z[ recovery-image] Oct 03 20:22:35.678 INFO O| Oct 03 20:22:35.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71572024-10-03T20:22:37.117Z[ recovery-image] Oct 03 20:22:35.678 INFO O| Oct 03 20:22:35.678 INFO STEP 992 (remove_files) COMPLETE
71582024-10-03T20:22:37.119Z[ recovery-image] Oct 03 20:22:35.678 INFO O| Oct 03 20:22:35.678 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-10-03T20:22:37.162Z[ recovery-image] Oct 03 20:22:35.723 INFO O| Oct 03 20:22:35.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71602024-10-03T20:22:37.162Z[ recovery-image] Oct 03 20:22:35.723 INFO O| Oct 03 20:22:35.723 INFO STEP 993 (remove_files) COMPLETE
71612024-10-03T20:22:37.162Z[ recovery-image] Oct 03 20:22:35.724 INFO O| Oct 03 20:22:35.723 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-10-03T20:22:37.198Z[ recovery-image] Oct 03 20:22:35.760 INFO O| Oct 03 20:22:35.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71632024-10-03T20:22:37.198Z[ recovery-image] Oct 03 20:22:35.760 INFO O| Oct 03 20:22:35.760 INFO STEP 994 (remove_files) COMPLETE
71642024-10-03T20:22:37.198Z[ recovery-image] Oct 03 20:22:35.760 INFO O| Oct 03 20:22:35.760 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-10-03T20:22:37.219Z[ recovery-image] Oct 03 20:22:35.781 INFO O| Oct 03 20:22:35.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71662024-10-03T20:22:37.219Z[ recovery-image] Oct 03 20:22:35.781 INFO O| Oct 03 20:22:35.781 INFO STEP 995 (remove_files) COMPLETE
71672024-10-03T20:22:37.219Z[ recovery-image] Oct 03 20:22:35.781 INFO O| Oct 03 20:22:35.781 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-10-03T20:22:37.238Z[ recovery-image] Oct 03 20:22:35.800 INFO O| Oct 03 20:22:35.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71692024-10-03T20:22:37.238Z[ recovery-image] Oct 03 20:22:35.800 INFO O| Oct 03 20:22:35.800 INFO STEP 996 (remove_files) COMPLETE
71702024-10-03T20:22:37.238Z[ recovery-image] Oct 03 20:22:35.800 INFO O| Oct 03 20:22:35.800 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-10-03T20:22:37.257Z[ recovery-image] Oct 03 20:22:35.819 INFO O| Oct 03 20:22:35.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71722024-10-03T20:22:37.257Z[ recovery-image] Oct 03 20:22:35.819 INFO O| Oct 03 20:22:35.819 INFO STEP 997 (remove_files) COMPLETE
71732024-10-03T20:22:37.257Z[ recovery-image] Oct 03 20:22:35.819 INFO O| Oct 03 20:22:35.819 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-10-03T20:22:37.276Z[ recovery-image] Oct 03 20:22:35.838 INFO O| Oct 03 20:22:35.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71752024-10-03T20:22:37.276Z[ recovery-image] Oct 03 20:22:35.838 INFO O| Oct 03 20:22:35.838 INFO STEP 998 (remove_files) COMPLETE
71762024-10-03T20:22:37.276Z[ recovery-image] Oct 03 20:22:35.838 INFO O| Oct 03 20:22:35.838 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-10-03T20:22:37.296Z[ recovery-image] Oct 03 20:22:35.857 INFO O| Oct 03 20:22:35.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71782024-10-03T20:22:37.296Z[ recovery-image] Oct 03 20:22:35.857 INFO O| Oct 03 20:22:35.857 INFO STEP 999 (remove_files) COMPLETE
71792024-10-03T20:22:37.298Z[ recovery-image] Oct 03 20:22:35.857 INFO O| Oct 03 20:22:35.857 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-10-03T20:22:37.313Z[ recovery-image] Oct 03 20:22:35.875 INFO O| Oct 03 20:22:35.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71812024-10-03T20:22:37.316Z[ recovery-image] Oct 03 20:22:35.875 INFO O| Oct 03 20:22:35.875 INFO STEP 1000 (remove_files) COMPLETE
71822024-10-03T20:22:37.316Z[ recovery-image] Oct 03 20:22:35.875 INFO O| Oct 03 20:22:35.875 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-10-03T20:22:37.333Z[ recovery-image] Oct 03 20:22:35.894 INFO O| Oct 03 20:22:35.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71842024-10-03T20:22:37.336Z[ recovery-image] Oct 03 20:22:35.895 INFO O| Oct 03 20:22:35.895 INFO STEP 1001 (remove_files) COMPLETE
71852024-10-03T20:22:37.336Z[ recovery-image] Oct 03 20:22:35.895 INFO O| Oct 03 20:22:35.895 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-10-03T20:22:37.400Z[ recovery-image] Oct 03 20:22:35.961 INFO O| Oct 03 20:22:35.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71872024-10-03T20:22:37.400Z[ recovery-image] Oct 03 20:22:35.961 INFO O| Oct 03 20:22:35.961 INFO STEP 1002 (remove_files) COMPLETE
71882024-10-03T20:22:37.402Z[ recovery-image] Oct 03 20:22:35.961 INFO O| Oct 03 20:22:35.961 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-10-03T20:22:37.502Z[ recovery-image] Oct 03 20:22:36.064 INFO O| Oct 03 20:22:36.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71902024-10-03T20:22:37.522Z[ recovery-image] Oct 03 20:22:36.084 INFO O| Oct 03 20:22:36.084 INFO STEP 1003 (remove_files) COMPLETE
71912024-10-03T20:22:37.522Z[ recovery-image] Oct 03 20:22:36.084 INFO O| Oct 03 20:22:36.084 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-10-03T20:22:37.564Z[ recovery-image] Oct 03 20:22:36.125 INFO O| Oct 03 20:22:36.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71932024-10-03T20:22:37.564Z[ recovery-image] Oct 03 20:22:36.125 INFO O| Oct 03 20:22:36.125 INFO STEP 1004 (remove_files) COMPLETE
71942024-10-03T20:22:37.564Z[ recovery-image] Oct 03 20:22:36.125 INFO O| Oct 03 20:22:36.125 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-10-03T20:22:37.582Z[ recovery-image] Oct 03 20:22:36.143 INFO O| Oct 03 20:22:36.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71962024-10-03T20:22:37.582Z[ recovery-image] Oct 03 20:22:36.143 INFO O| Oct 03 20:22:36.143 INFO STEP 1005 (remove_files) COMPLETE
71972024-10-03T20:22:37.582Z[ recovery-image] Oct 03 20:22:36.144 INFO O| Oct 03 20:22:36.143 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-10-03T20:22:37.600Z[ recovery-image] Oct 03 20:22:36.161 INFO O| Oct 03 20:22:36.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71992024-10-03T20:22:37.602Z[ recovery-image] Oct 03 20:22:36.161 INFO O| Oct 03 20:22:36.161 INFO STEP 1006 (remove_files) COMPLETE
72002024-10-03T20:22:37.602Z[ recovery-image] Oct 03 20:22:36.162 INFO O| Oct 03 20:22:36.161 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-10-03T20:22:37.643Z[ recovery-image] Oct 03 20:22:36.204 INFO O| Oct 03 20:22:36.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72022024-10-03T20:22:37.643Z[ recovery-image] Oct 03 20:22:36.204 INFO O| Oct 03 20:22:36.204 INFO STEP 1007 (remove_files) COMPLETE
72032024-10-03T20:22:37.645Z[ recovery-image] Oct 03 20:22:36.205 INFO O| Oct 03 20:22:36.204 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-10-03T20:22:37.663Z[ recovery-image] Oct 03 20:22:36.225 INFO O| Oct 03 20:22:36.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72052024-10-03T20:22:37.663Z[ recovery-image] Oct 03 20:22:36.225 INFO O| Oct 03 20:22:36.225 INFO STEP 1008 (remove_files) COMPLETE
72062024-10-03T20:22:37.663Z[ recovery-image] Oct 03 20:22:36.225 INFO O| Oct 03 20:22:36.225 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-10-03T20:22:37.695Z[ recovery-image] Oct 03 20:22:36.256 INFO O| Oct 03 20:22:36.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72082024-10-03T20:22:37.695Z[ recovery-image] Oct 03 20:22:36.256 INFO O| Oct 03 20:22:36.256 INFO STEP 1009 (remove_files) COMPLETE
72092024-10-03T20:22:37.695Z[ recovery-image] Oct 03 20:22:36.256 INFO O| Oct 03 20:22:36.256 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-10-03T20:22:37.731Z[ recovery-image] Oct 03 20:22:36.292 INFO O| Oct 03 20:22:36.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72112024-10-03T20:22:37.731Z[ recovery-image] Oct 03 20:22:36.292 INFO O| Oct 03 20:22:36.292 INFO STEP 1010 (remove_files) COMPLETE
72122024-10-03T20:22:37.731Z[ recovery-image] Oct 03 20:22:36.292 INFO O| Oct 03 20:22:36.292 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-10-03T20:22:37.762Z[ recovery-image] Oct 03 20:22:36.323 INFO O| Oct 03 20:22:36.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72142024-10-03T20:22:37.762Z[ recovery-image] Oct 03 20:22:36.323 INFO O| Oct 03 20:22:36.323 INFO STEP 1011 (remove_files) COMPLETE
72152024-10-03T20:22:37.764Z[ recovery-image] Oct 03 20:22:36.323 INFO O| Oct 03 20:22:36.323 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-10-03T20:22:37.800Z[ recovery-image] Oct 03 20:22:36.360 INFO O| Oct 03 20:22:36.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72172024-10-03T20:22:37.800Z[ recovery-image] Oct 03 20:22:36.360 INFO O| Oct 03 20:22:36.360 INFO STEP 1012 (remove_files) COMPLETE
72182024-10-03T20:22:37.800Z[ recovery-image] Oct 03 20:22:36.360 INFO O| Oct 03 20:22:36.360 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-10-03T20:22:37.828Z[ recovery-image] Oct 03 20:22:36.389 INFO O| Oct 03 20:22:36.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72202024-10-03T20:22:37.830Z[ recovery-image] Oct 03 20:22:36.390 INFO O| Oct 03 20:22:36.389 INFO STEP 1013 (remove_files) COMPLETE
72212024-10-03T20:22:37.830Z[ recovery-image] Oct 03 20:22:36.390 INFO O| Oct 03 20:22:36.390 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-10-03T20:22:37.849Z[ recovery-image] Oct 03 20:22:36.410 INFO O| Oct 03 20:22:36.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72232024-10-03T20:22:37.851Z[ recovery-image] Oct 03 20:22:36.411 INFO O| Oct 03 20:22:36.411 INFO STEP 1014 (remove_files) COMPLETE
72242024-10-03T20:22:37.851Z[ recovery-image] Oct 03 20:22:36.411 INFO O| Oct 03 20:22:36.411 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-10-03T20:22:37.867Z[ recovery-image] Oct 03 20:22:36.429 INFO O| Oct 03 20:22:36.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72262024-10-03T20:22:37.870Z[ recovery-image] Oct 03 20:22:36.429 INFO O| Oct 03 20:22:36.429 INFO STEP 1015 (remove_files) COMPLETE
72272024-10-03T20:22:37.870Z[ recovery-image] Oct 03 20:22:36.429 INFO O| Oct 03 20:22:36.429 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-10-03T20:22:37.890Z[ recovery-image] Oct 03 20:22:36.451 INFO O| Oct 03 20:22:36.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72292024-10-03T20:22:37.893Z[ recovery-image] Oct 03 20:22:36.451 INFO O| Oct 03 20:22:36.451 INFO STEP 1016 (remove_files) COMPLETE
72302024-10-03T20:22:37.893Z[ recovery-image] Oct 03 20:22:36.451 INFO O| Oct 03 20:22:36.451 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-10-03T20:22:37.920Z[ recovery-image] Oct 03 20:22:36.481 INFO O| Oct 03 20:22:36.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72322024-10-03T20:22:37.920Z[ recovery-image] Oct 03 20:22:36.481 INFO O| Oct 03 20:22:36.481 INFO STEP 1017 (remove_files) COMPLETE
72332024-10-03T20:22:37.923Z[ recovery-image] Oct 03 20:22:36.481 INFO O| Oct 03 20:22:36.481 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-10-03T20:22:37.976Z[ recovery-image] Oct 03 20:22:36.537 INFO O| Oct 03 20:22:36.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72352024-10-03T20:22:37.976Z[ recovery-image] Oct 03 20:22:36.537 INFO O| Oct 03 20:22:36.537 INFO STEP 1018 (remove_files) COMPLETE
72362024-10-03T20:22:37.978Z[ recovery-image] Oct 03 20:22:36.538 INFO O| Oct 03 20:22:36.537 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-10-03T20:22:38.043Z[ recovery-image] Oct 03 20:22:36.605 INFO O| Oct 03 20:22:36.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72382024-10-03T20:22:38.043Z[ recovery-image] Oct 03 20:22:36.605 INFO O| Oct 03 20:22:36.605 INFO STEP 1019 (remove_files) COMPLETE
72392024-10-03T20:22:38.044Z[ recovery-image] Oct 03 20:22:36.605 INFO O| Oct 03 20:22:36.605 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-10-03T20:22:38.065Z[ recovery-image] Oct 03 20:22:36.627 INFO O| Oct 03 20:22:36.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72412024-10-03T20:22:38.068Z[ recovery-image] Oct 03 20:22:36.627 INFO O| Oct 03 20:22:36.627 INFO STEP 1020 (remove_files) COMPLETE
72422024-10-03T20:22:38.068Z[ recovery-image] Oct 03 20:22:36.627 INFO O| Oct 03 20:22:36.627 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-10-03T20:22:38.095Z[ recovery-image] Oct 03 20:22:36.656 INFO O| Oct 03 20:22:36.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72442024-10-03T20:22:38.095Z[ recovery-image] Oct 03 20:22:36.656 INFO O| Oct 03 20:22:36.656 INFO STEP 1021 (remove_files) COMPLETE
72452024-10-03T20:22:38.097Z[ recovery-image] Oct 03 20:22:36.656 INFO O| Oct 03 20:22:36.656 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-10-03T20:22:38.116Z[ recovery-image] Oct 03 20:22:36.678 INFO O| Oct 03 20:22:36.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72472024-10-03T20:22:38.116Z[ recovery-image] Oct 03 20:22:36.678 INFO O| Oct 03 20:22:36.678 INFO STEP 1022 (remove_files) COMPLETE
72482024-10-03T20:22:38.116Z[ recovery-image] Oct 03 20:22:36.678 INFO O| Oct 03 20:22:36.678 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-10-03T20:22:38.136Z[ recovery-image] Oct 03 20:22:36.698 INFO O| Oct 03 20:22:36.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72502024-10-03T20:22:38.136Z[ recovery-image] Oct 03 20:22:36.698 INFO O| Oct 03 20:22:36.698 INFO STEP 1023 (remove_files) COMPLETE
72512024-10-03T20:22:38.139Z[ recovery-image] Oct 03 20:22:36.698 INFO O| Oct 03 20:22:36.698 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-10-03T20:22:38.157Z[ recovery-image] Oct 03 20:22:36.718 INFO O| Oct 03 20:22:36.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72532024-10-03T20:22:38.157Z[ recovery-image] Oct 03 20:22:36.718 INFO O| Oct 03 20:22:36.718 INFO STEP 1024 (remove_files) COMPLETE
72542024-10-03T20:22:38.159Z[ recovery-image] Oct 03 20:22:36.718 INFO O| Oct 03 20:22:36.718 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-10-03T20:22:38.191Z[ recovery-image] Oct 03 20:22:36.753 INFO O| Oct 03 20:22:36.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72562024-10-03T20:22:38.191Z[ recovery-image] Oct 03 20:22:36.753 INFO O| Oct 03 20:22:36.753 INFO STEP 1025 (remove_files) COMPLETE
72572024-10-03T20:22:38.191Z[ recovery-image] Oct 03 20:22:36.753 INFO O| Oct 03 20:22:36.753 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-10-03T20:22:38.244Z[ recovery-image] Oct 03 20:22:36.805 INFO O| Oct 03 20:22:36.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72592024-10-03T20:22:38.268Z[ recovery-image] Oct 03 20:22:36.829 INFO O| Oct 03 20:22:36.829 INFO STEP 1026 (remove_files) COMPLETE
72602024-10-03T20:22:38.268Z[ recovery-image] Oct 03 20:22:36.829 INFO O| Oct 03 20:22:36.829 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-10-03T20:22:38.299Z[ recovery-image] Oct 03 20:22:36.861 INFO O| Oct 03 20:22:36.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72622024-10-03T20:22:38.324Z[ recovery-image] Oct 03 20:22:36.885 INFO O| Oct 03 20:22:36.885 INFO STEP 1027 (remove_files) COMPLETE
72632024-10-03T20:22:38.324Z[ recovery-image] Oct 03 20:22:36.885 INFO O| Oct 03 20:22:36.885 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-10-03T20:22:38.381Z[ recovery-image] Oct 03 20:22:36.942 INFO O| Oct 03 20:22:36.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72652024-10-03T20:22:38.381Z[ recovery-image] Oct 03 20:22:36.942 INFO O| Oct 03 20:22:36.942 INFO STEP 1028 (remove_files) COMPLETE
72662024-10-03T20:22:38.381Z[ recovery-image] Oct 03 20:22:36.942 INFO O| Oct 03 20:22:36.942 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-10-03T20:22:38.403Z[ recovery-image] Oct 03 20:22:36.964 INFO O| Oct 03 20:22:36.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72682024-10-03T20:22:38.403Z[ recovery-image] Oct 03 20:22:36.964 INFO O| Oct 03 20:22:36.964 INFO STEP 1029 (remove_files) COMPLETE
72692024-10-03T20:22:38.403Z[ recovery-image] Oct 03 20:22:36.964 INFO O| Oct 03 20:22:36.964 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-10-03T20:22:38.422Z[ recovery-image] Oct 03 20:22:36.984 INFO O| Oct 03 20:22:36.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72712024-10-03T20:22:38.422Z[ recovery-image] Oct 03 20:22:36.984 INFO O| Oct 03 20:22:36.984 INFO STEP 1030 (remove_files) COMPLETE
72722024-10-03T20:22:38.425Z[ recovery-image] Oct 03 20:22:36.984 INFO O| Oct 03 20:22:36.984 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-10-03T20:22:38.440Z[ recovery-image] Oct 03 20:22:37.001 INFO O| Oct 03 20:22:37.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72742024-10-03T20:22:38.440Z[ recovery-image] Oct 03 20:22:37.001 INFO O| Oct 03 20:22:37.001 INFO STEP 1031 (remove_files) COMPLETE
72752024-10-03T20:22:38.443Z[ recovery-image] Oct 03 20:22:37.002 INFO O| Oct 03 20:22:37.001 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-10-03T20:22:38.463Z[ recovery-image] Oct 03 20:22:37.024 INFO O| Oct 03 20:22:37.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72772024-10-03T20:22:38.463Z[ recovery-image] Oct 03 20:22:37.024 INFO O| Oct 03 20:22:37.024 INFO STEP 1032 (remove_files) COMPLETE
72782024-10-03T20:22:38.463Z[ recovery-image] Oct 03 20:22:37.024 INFO O| Oct 03 20:22:37.024 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-10-03T20:22:38.482Z[ recovery-image] Oct 03 20:22:37.043 INFO O| Oct 03 20:22:37.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72802024-10-03T20:22:38.482Z[ recovery-image] Oct 03 20:22:37.043 INFO O| Oct 03 20:22:37.043 INFO STEP 1033 (remove_files) COMPLETE
72812024-10-03T20:22:38.482Z[ recovery-image] Oct 03 20:22:37.043 INFO O| Oct 03 20:22:37.043 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-10-03T20:22:38.512Z[ recovery-image] Oct 03 20:22:37.074 INFO O| Oct 03 20:22:37.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72832024-10-03T20:22:38.512Z[ recovery-image] Oct 03 20:22:37.074 INFO O| Oct 03 20:22:37.074 INFO STEP 1034 (remove_files) COMPLETE
72842024-10-03T20:22:38.515Z[ recovery-image] Oct 03 20:22:37.074 INFO O| Oct 03 20:22:37.074 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-10-03T20:22:38.555Z[ recovery-image] Oct 03 20:22:37.117 INFO O| Oct 03 20:22:37.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72862024-10-03T20:22:38.555Z[ recovery-image] Oct 03 20:22:37.117 INFO O| Oct 03 20:22:37.117 INFO STEP 1035 (remove_files) COMPLETE
72872024-10-03T20:22:38.558Z[ recovery-image] Oct 03 20:22:37.117 INFO O| Oct 03 20:22:37.117 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-10-03T20:22:38.586Z[ recovery-image] Oct 03 20:22:37.147 INFO O| Oct 03 20:22:37.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72892024-10-03T20:22:38.586Z[ recovery-image] Oct 03 20:22:37.147 INFO O| Oct 03 20:22:37.147 INFO STEP 1036 (remove_files) COMPLETE
72902024-10-03T20:22:38.586Z[ recovery-image] Oct 03 20:22:37.148 INFO O| Oct 03 20:22:37.147 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-10-03T20:22:38.619Z[ recovery-image] Oct 03 20:22:37.180 INFO O| Oct 03 20:22:37.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72922024-10-03T20:22:38.622Z[ recovery-image] Oct 03 20:22:37.181 INFO O| Oct 03 20:22:37.180 INFO STEP 1037 (remove_files) COMPLETE
72932024-10-03T20:22:38.622Z[ recovery-image] Oct 03 20:22:37.181 INFO O| Oct 03 20:22:37.180 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-10-03T20:22:38.665Z[ recovery-image] Oct 03 20:22:37.227 INFO O| Oct 03 20:22:37.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72952024-10-03T20:22:38.665Z[ recovery-image] Oct 03 20:22:37.227 INFO O| Oct 03 20:22:37.227 INFO STEP 1038 (remove_files) COMPLETE
72962024-10-03T20:22:38.665Z[ recovery-image] Oct 03 20:22:37.227 INFO O| Oct 03 20:22:37.227 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-10-03T20:22:38.684Z[ recovery-image] Oct 03 20:22:37.244 INFO O| Oct 03 20:22:37.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72982024-10-03T20:22:38.684Z[ recovery-image] Oct 03 20:22:37.244 INFO O| Oct 03 20:22:37.244 INFO STEP 1039 (remove_files) COMPLETE
72992024-10-03T20:22:38.684Z[ recovery-image] Oct 03 20:22:37.245 INFO O| Oct 03 20:22:37.244 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-10-03T20:22:38.700Z[ recovery-image] Oct 03 20:22:37.261 INFO O| Oct 03 20:22:37.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73012024-10-03T20:22:38.700Z[ recovery-image] Oct 03 20:22:37.261 INFO O| Oct 03 20:22:37.261 INFO STEP 1040 (remove_files) COMPLETE
73022024-10-03T20:22:38.700Z[ recovery-image] Oct 03 20:22:37.261 INFO O| Oct 03 20:22:37.261 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-10-03T20:22:38.718Z[ recovery-image] Oct 03 20:22:37.279 INFO O| Oct 03 20:22:37.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73042024-10-03T20:22:38.718Z[ recovery-image] Oct 03 20:22:37.279 INFO O| Oct 03 20:22:37.279 INFO STEP 1041 (remove_files) COMPLETE
73052024-10-03T20:22:38.719Z[ recovery-image] Oct 03 20:22:37.279 INFO O| Oct 03 20:22:37.279 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-10-03T20:22:38.757Z[ recovery-image] Oct 03 20:22:37.319 INFO O| Oct 03 20:22:37.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73072024-10-03T20:22:38.760Z[ recovery-image] Oct 03 20:22:37.319 INFO O| Oct 03 20:22:37.319 INFO STEP 1042 (remove_files) COMPLETE
73082024-10-03T20:22:38.760Z[ recovery-image] Oct 03 20:22:37.319 INFO O| Oct 03 20:22:37.319 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-10-03T20:22:38.779Z[ recovery-image] Oct 03 20:22:37.340 INFO O| Oct 03 20:22:37.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73102024-10-03T20:22:38.782Z[ recovery-image] Oct 03 20:22:37.341 INFO O| Oct 03 20:22:37.341 INFO STEP 1043 (remove_files) COMPLETE
73112024-10-03T20:22:38.782Z[ recovery-image] Oct 03 20:22:37.341 INFO O| Oct 03 20:22:37.341 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-10-03T20:22:38.817Z[ recovery-image] Oct 03 20:22:37.378 INFO O| Oct 03 20:22:37.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73132024-10-03T20:22:38.819Z[ recovery-image] Oct 03 20:22:37.379 INFO O| Oct 03 20:22:37.379 INFO STEP 1044 (remove_files) COMPLETE
73142024-10-03T20:22:38.819Z[ recovery-image] Oct 03 20:22:37.379 INFO O| Oct 03 20:22:37.379 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-10-03T20:22:38.838Z[ recovery-image] Oct 03 20:22:37.399 INFO O| Oct 03 20:22:37.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73162024-10-03T20:22:38.841Z[ recovery-image] Oct 03 20:22:37.399 INFO O| Oct 03 20:22:37.399 INFO STEP 1045 (remove_files) COMPLETE
73172024-10-03T20:22:38.841Z[ recovery-image] Oct 03 20:22:37.400 INFO O| Oct 03 20:22:37.399 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-10-03T20:22:38.880Z[ recovery-image] Oct 03 20:22:37.441 INFO O| Oct 03 20:22:37.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73192024-10-03T20:22:38.880Z[ recovery-image] Oct 03 20:22:37.441 INFO O| Oct 03 20:22:37.441 INFO STEP 1046 (remove_files) COMPLETE
73202024-10-03T20:22:38.880Z[ recovery-image] Oct 03 20:22:37.441 INFO O| Oct 03 20:22:37.441 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-10-03T20:22:38.903Z[ host-image] Oct 03 20:22:37.465 INFO O| Oct 03 20:22:37.465 INFO O| Done
73222024-10-03T20:22:38.915Z[ recovery-image] Oct 03 20:22:37.476 INFO O| Oct 03 20:22:37.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73232024-10-03T20:22:38.918Z[ recovery-image] Oct 03 20:22:37.476 INFO O| Oct 03 20:22:37.476 INFO STEP 1047 (remove_files) COMPLETE
73242024-10-03T20:22:38.918Z[ recovery-image] Oct 03 20:22:37.476 INFO O| Oct 03 20:22:37.476 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-10-03T20:22:38.937Z[ recovery-image] Oct 03 20:22:37.498 INFO O| Oct 03 20:22:37.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73262024-10-03T20:22:38.937Z[ recovery-image] Oct 03 20:22:37.499 INFO O| Oct 03 20:22:37.499 INFO STEP 1048 (remove_files) COMPLETE
73272024-10-03T20:22:38.937Z[ recovery-image] Oct 03 20:22:37.499 INFO O| Oct 03 20:22:37.499 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-10-03T20:22:38.954Z[ host-image] Oct 03 20:22:37.514 INFO O| Oct 03 20:22:37.514 INFO O| Done
73292024-10-03T20:22:38.957Z[ host-image] Oct 03 20:22:37.514 INFO O| Oct 03 20:22:37.514 INFO O| Done
73302024-10-03T20:22:38.969Z[ recovery-image] Oct 03 20:22:37.530 INFO O| Oct 03 20:22:37.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73312024-10-03T20:22:38.969Z[ recovery-image] Oct 03 20:22:37.530 INFO O| Oct 03 20:22:37.530 INFO STEP 1049 (remove_files) COMPLETE
73322024-10-03T20:22:38.972Z[ recovery-image] Oct 03 20:22:37.530 INFO O| Oct 03 20:22:37.530 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-10-03T20:22:38.972Z[ host-image] Oct 03 20:22:37.533 INFO O| Oct 03 20:22:37.533 INFO O| Done
73342024-10-03T20:22:38.990Z[ recovery-image] Oct 03 20:22:37.552 INFO O| Oct 03 20:22:37.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73352024-10-03T20:22:38.990Z[ recovery-image] Oct 03 20:22:37.552 INFO O| Oct 03 20:22:37.552 INFO STEP 1050 (remove_files) COMPLETE
73362024-10-03T20:22:38.990Z[ recovery-image] Oct 03 20:22:37.552 INFO O| Oct 03 20:22:37.552 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-10-03T20:22:39.034Z[ recovery-image] Oct 03 20:22:37.596 INFO O| Oct 03 20:22:37.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73382024-10-03T20:22:39.041Z[ recovery-image] Oct 03 20:22:37.602 INFO O| Oct 03 20:22:37.602 INFO STEP 1051 (remove_files) COMPLETE
73392024-10-03T20:22:39.041Z[ recovery-image] Oct 03 20:22:37.602 INFO O| Oct 03 20:22:37.602 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-10-03T20:22:39.067Z[ recovery-image] Oct 03 20:22:37.628 INFO O| Oct 03 20:22:37.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73412024-10-03T20:22:39.067Z[ recovery-image] Oct 03 20:22:37.628 INFO O| Oct 03 20:22:37.628 INFO STEP 1052 (remove_files) COMPLETE
73422024-10-03T20:22:39.067Z[ recovery-image] Oct 03 20:22:37.628 INFO O| Oct 03 20:22:37.628 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-10-03T20:22:39.125Z[ recovery-image] Oct 03 20:22:37.686 INFO O| Oct 03 20:22:37.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73442024-10-03T20:22:39.125Z[ recovery-image] Oct 03 20:22:37.686 INFO O| Oct 03 20:22:37.686 INFO STEP 1053 (remove_files) COMPLETE
73452024-10-03T20:22:39.125Z[ recovery-image] Oct 03 20:22:37.686 INFO O| Oct 03 20:22:37.686 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-10-03T20:22:39.177Z[ recovery-image] Oct 03 20:22:37.717 INFO O| Oct 03 20:22:37.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73472024-10-03T20:22:39.180Z[ recovery-image] Oct 03 20:22:37.717 INFO O| Oct 03 20:22:37.717 INFO STEP 1054 (remove_files) COMPLETE
73482024-10-03T20:22:39.180Z[ recovery-image] Oct 03 20:22:37.718 INFO O| Oct 03 20:22:37.718 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-10-03T20:22:39.180Z[ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.738 INFO STEP 14 (pkg_install) COMPLETE
73502024-10-03T20:22:39.180Z[ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73512024-10-03T20:22:39.180Z[ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO skip step because feature "mfg" is not enabled
73522024-10-03T20:22:39.180Z[ recovery-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73532024-10-03T20:22:39.180Z[ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73542024-10-03T20:22:39.180Z[ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO skip step because feature "compliance" is not enabled
73552024-10-03T20:22:39.180Z[ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73562024-10-03T20:22:39.180Z[ recovery-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO STEP 1055 (remove_files) COMPLETE
73572024-10-03T20:22:39.180Z[ recovery-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-10-03T20:22:39.180Z[ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO skip step because feature "stress" is not enabled
73592024-10-03T20:22:39.180Z[ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73602024-10-03T20:22:39.180Z[ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO skip step because feature "nfs" is not enabled
73612024-10-03T20:22:39.180Z[ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
73622024-10-03T20:22:39.180Z[ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
73632024-10-03T20:22:39.263Z[ recovery-image] Oct 03 20:22:37.824 INFO O| Oct 03 20:22:37.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73642024-10-03T20:22:39.265Z[ recovery-image] Oct 03 20:22:37.825 INFO O| Oct 03 20:22:37.825 INFO STEP 1056 (remove_files) COMPLETE
73652024-10-03T20:22:39.265Z[ recovery-image] Oct 03 20:22:37.825 INFO O| Oct 03 20:22:37.825 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-10-03T20:22:39.266Z[ host-image] Oct 03 20:22:37.826 INFO O| Oct 03 20:22:37.826 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
73672024-10-03T20:22:39.282Z[ recovery-image] Oct 03 20:22:37.844 INFO O| Oct 03 20:22:37.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73682024-10-03T20:22:39.285Z[ recovery-image] Oct 03 20:22:37.844 INFO O| Oct 03 20:22:37.844 INFO STEP 1057 (remove_files) COMPLETE
73692024-10-03T20:22:39.285Z[ recovery-image] Oct 03 20:22:37.844 INFO O| Oct 03 20:22:37.844 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-10-03T20:22:39.301Z[ recovery-image] Oct 03 20:22:37.863 INFO O| Oct 03 20:22:37.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73712024-10-03T20:22:39.304Z[ recovery-image] Oct 03 20:22:37.863 INFO O| Oct 03 20:22:37.863 INFO STEP 1058 (remove_files) COMPLETE
73722024-10-03T20:22:39.304Z[ recovery-image] Oct 03 20:22:37.863 INFO O| Oct 03 20:22:37.863 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-10-03T20:22:39.322Z[ recovery-image] Oct 03 20:22:37.883 INFO O| Oct 03 20:22:37.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73742024-10-03T20:22:39.322Z[ recovery-image] Oct 03 20:22:37.883 INFO O| Oct 03 20:22:37.883 INFO STEP 1059 (remove_files) COMPLETE
73752024-10-03T20:22:39.322Z[ recovery-image] Oct 03 20:22:37.884 INFO O| Oct 03 20:22:37.883 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-10-03T20:22:39.344Z[ recovery-image] Oct 03 20:22:37.905 INFO O| Oct 03 20:22:37.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73772024-10-03T20:22:39.346Z[ recovery-image] Oct 03 20:22:37.906 INFO O| Oct 03 20:22:37.905 INFO STEP 1060 (remove_files) COMPLETE
73782024-10-03T20:22:39.346Z[ recovery-image] Oct 03 20:22:37.906 INFO O| Oct 03 20:22:37.906 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-10-03T20:22:39.366Z[ recovery-image] Oct 03 20:22:37.927 INFO O| Oct 03 20:22:37.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73802024-10-03T20:22:39.383Z[ recovery-image] Oct 03 20:22:37.943 INFO O| Oct 03 20:22:37.943 INFO STEP 1061 (remove_files) COMPLETE
73812024-10-03T20:22:39.385Z[ recovery-image] Oct 03 20:22:37.943 INFO O| Oct 03 20:22:37.943 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-10-03T20:22:39.399Z[ host-image] Oct 03 20:22:37.961 INFO O| Oct 03 20:22:37.960 INFO completed processing gimlet/ramdisk-01-os
73832024-10-03T20:22:39.402Z[ host-image] Oct 03 20:22:37.963 INFO omicron1 baseline generation...
73842024-10-03T20:22:39.404Z[ host-image] Oct 03 20:22:37.964 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
73852024-10-03T20:22:39.404Z[ recovery-image] Oct 03 20:22:37.965 INFO O| Oct 03 20:22:37.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73862024-10-03T20:22:39.404Z[ recovery-image] Oct 03 20:22:37.966 INFO O| Oct 03 20:22:37.965 INFO STEP 1062 (remove_files) COMPLETE
73872024-10-03T20:22:39.404Z[ recovery-image] Oct 03 20:22:37.966 INFO O| Oct 03 20:22:37.965 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-10-03T20:22:39.436Z[ recovery-image] Oct 03 20:22:37.997 INFO O| Oct 03 20:22:37.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73892024-10-03T20:22:39.438Z[ recovery-image] Oct 03 20:22:37.997 INFO O| Oct 03 20:22:37.997 INFO STEP 1063 (remove_files) COMPLETE
73902024-10-03T20:22:39.438Z[ recovery-image] Oct 03 20:22:37.998 INFO O| Oct 03 20:22:37.997 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-10-03T20:22:39.454Z[ recovery-image] Oct 03 20:22:38.016 INFO O| Oct 03 20:22:38.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73922024-10-03T20:22:39.454Z[ recovery-image] Oct 03 20:22:38.016 INFO O| Oct 03 20:22:38.016 INFO STEP 1064 (remove_files) COMPLETE
73932024-10-03T20:22:39.454Z[ recovery-image] Oct 03 20:22:38.016 INFO O| Oct 03 20:22:38.016 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-10-03T20:22:39.474Z[ recovery-image] Oct 03 20:22:38.035 INFO O| Oct 03 20:22:38.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73952024-10-03T20:22:39.474Z[ recovery-image] Oct 03 20:22:38.035 INFO O| Oct 03 20:22:38.035 INFO STEP 1065 (remove_files) COMPLETE
73962024-10-03T20:22:39.474Z[ recovery-image] Oct 03 20:22:38.035 INFO O| Oct 03 20:22:38.035 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-10-03T20:22:39.512Z[ recovery-image] Oct 03 20:22:38.074 INFO O| Oct 03 20:22:38.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73982024-10-03T20:22:39.512Z[ recovery-image] Oct 03 20:22:38.074 INFO O| Oct 03 20:22:38.074 INFO STEP 1066 (remove_files) COMPLETE
73992024-10-03T20:22:39.512Z[ recovery-image] Oct 03 20:22:38.074 INFO O| Oct 03 20:22:38.074 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-10-03T20:22:39.533Z[ recovery-image] Oct 03 20:22:38.095 INFO O| Oct 03 20:22:38.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
74012024-10-03T20:22:39.534Z[ recovery-image] Oct 03 20:22:38.095 INFO O| Oct 03 20:22:38.095 INFO STEP 1067 (remove_files) COMPLETE
74022024-10-03T20:22:39.534Z[ recovery-image] Oct 03 20:22:38.095 INFO O| Oct 03 20:22:38.095 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-10-03T20:22:39.557Z[ recovery-image] Oct 03 20:22:38.118 INFO O| Oct 03 20:22:38.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
74042024-10-03T20:22:39.557Z[ recovery-image] Oct 03 20:22:38.119 INFO O| Oct 03 20:22:38.118 INFO STEP 1068 (remove_files) COMPLETE
74052024-10-03T20:22:39.557Z[ recovery-image] Oct 03 20:22:38.119 INFO O| Oct 03 20:22:38.119 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-10-03T20:22:39.575Z[ recovery-image] Oct 03 20:22:38.137 INFO O| Oct 03 20:22:38.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
74072024-10-03T20:22:39.575Z[ recovery-image] Oct 03 20:22:38.137 INFO O| Oct 03 20:22:38.137 INFO STEP 1069 (remove_files) COMPLETE
74082024-10-03T20:22:39.575Z[ recovery-image] Oct 03 20:22:38.137 INFO O| Oct 03 20:22:38.137 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-10-03T20:22:39.630Z[ recovery-image] Oct 03 20:22:38.191 INFO O| Oct 03 20:22:38.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
74102024-10-03T20:22:39.633Z[ recovery-image] Oct 03 20:22:38.192 INFO O| Oct 03 20:22:38.191 INFO STEP 1070 (remove_files) COMPLETE
74112024-10-03T20:22:39.633Z[ recovery-image] Oct 03 20:22:38.192 INFO O| Oct 03 20:22:38.192 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-10-03T20:22:39.651Z[ recovery-image] Oct 03 20:22:38.212 INFO O| Oct 03 20:22:38.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
74132024-10-03T20:22:39.654Z[ recovery-image] Oct 03 20:22:38.213 INFO O| Oct 03 20:22:38.213 INFO STEP 1071 (remove_files) COMPLETE
74142024-10-03T20:22:39.654Z[ recovery-image] Oct 03 20:22:38.213 INFO O| Oct 03 20:22:38.213 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-10-03T20:22:39.671Z[ recovery-image] Oct 03 20:22:38.232 INFO O| Oct 03 20:22:38.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
74162024-10-03T20:22:39.674Z[ recovery-image] Oct 03 20:22:38.233 INFO O| Oct 03 20:22:38.233 INFO STEP 1072 (remove_files) COMPLETE
74172024-10-03T20:22:39.674Z[ recovery-image] Oct 03 20:22:38.233 INFO O| Oct 03 20:22:38.233 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-10-03T20:22:39.706Z[ recovery-image] Oct 03 20:22:38.267 INFO O| Oct 03 20:22:38.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74192024-10-03T20:22:39.706Z[ recovery-image] Oct 03 20:22:38.267 INFO O| Oct 03 20:22:38.267 INFO STEP 1073 (remove_files) COMPLETE
74202024-10-03T20:22:39.706Z[ recovery-image] Oct 03 20:22:38.267 INFO O| Oct 03 20:22:38.267 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-10-03T20:22:39.726Z[ recovery-image] Oct 03 20:22:38.287 INFO O| Oct 03 20:22:38.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74222024-10-03T20:22:39.726Z[ recovery-image] Oct 03 20:22:38.287 INFO O| Oct 03 20:22:38.287 INFO STEP 1074 (remove_files) COMPLETE
74232024-10-03T20:22:39.726Z[ recovery-image] Oct 03 20:22:38.287 INFO O| Oct 03 20:22:38.287 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-10-03T20:22:39.763Z[ recovery-image] Oct 03 20:22:38.324 INFO O| Oct 03 20:22:38.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74252024-10-03T20:22:39.765Z[ recovery-image] Oct 03 20:22:38.324 INFO O| Oct 03 20:22:38.324 INFO STEP 1075 (remove_files) COMPLETE
74262024-10-03T20:22:39.765Z[ recovery-image] Oct 03 20:22:38.324 INFO O| Oct 03 20:22:38.324 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-10-03T20:22:39.783Z[ recovery-image] Oct 03 20:22:38.345 INFO O| Oct 03 20:22:38.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74282024-10-03T20:22:39.783Z[ recovery-image] Oct 03 20:22:38.345 INFO O| Oct 03 20:22:38.345 INFO STEP 1076 (remove_files) COMPLETE
74292024-10-03T20:22:39.783Z[ recovery-image] Oct 03 20:22:38.345 INFO O| Oct 03 20:22:38.345 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-10-03T20:22:39.808Z[ recovery-image] Oct 03 20:22:38.369 INFO O| Oct 03 20:22:38.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74312024-10-03T20:22:39.808Z[ recovery-image] Oct 03 20:22:38.369 INFO O| Oct 03 20:22:38.369 INFO STEP 1077 (remove_files) COMPLETE
74322024-10-03T20:22:39.808Z[ recovery-image] Oct 03 20:22:38.369 INFO O| Oct 03 20:22:38.369 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-10-03T20:22:39.841Z[ recovery-image] Oct 03 20:22:38.402 INFO O| Oct 03 20:22:38.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74342024-10-03T20:22:39.844Z[ recovery-image] Oct 03 20:22:38.402 INFO O| Oct 03 20:22:38.402 INFO STEP 1078 (remove_files) COMPLETE
74352024-10-03T20:22:39.844Z[ recovery-image] Oct 03 20:22:38.402 INFO O| Oct 03 20:22:38.402 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-10-03T20:22:39.878Z[ recovery-image] Oct 03 20:22:38.439 INFO O| Oct 03 20:22:38.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74372024-10-03T20:22:39.878Z[ recovery-image] Oct 03 20:22:38.439 INFO O| Oct 03 20:22:38.439 INFO STEP 1079 (remove_files) COMPLETE
74382024-10-03T20:22:39.878Z[ recovery-image] Oct 03 20:22:38.439 INFO O| Oct 03 20:22:38.439 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-10-03T20:22:39.907Z[ recovery-image] Oct 03 20:22:38.469 INFO O| Oct 03 20:22:38.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74402024-10-03T20:22:39.910Z[ recovery-image] Oct 03 20:22:38.469 INFO O| Oct 03 20:22:38.469 INFO STEP 1080 (remove_files) COMPLETE
74412024-10-03T20:22:39.910Z[ recovery-image] Oct 03 20:22:38.469 INFO O| Oct 03 20:22:38.469 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-10-03T20:22:39.928Z[ recovery-image] Oct 03 20:22:38.489 INFO O| Oct 03 20:22:38.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74432024-10-03T20:22:39.928Z[ recovery-image] Oct 03 20:22:38.490 INFO O| Oct 03 20:22:38.490 INFO STEP 1081 (remove_files) COMPLETE
74442024-10-03T20:22:39.928Z[ recovery-image] Oct 03 20:22:38.490 INFO O| Oct 03 20:22:38.490 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-10-03T20:22:39.947Z[ recovery-image] Oct 03 20:22:38.509 INFO O| Oct 03 20:22:38.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74462024-10-03T20:22:39.948Z[ recovery-image] Oct 03 20:22:38.509 INFO O| Oct 03 20:22:38.509 INFO STEP 1082 (remove_files) COMPLETE
74472024-10-03T20:22:39.948Z[ recovery-image] Oct 03 20:22:38.509 INFO O| Oct 03 20:22:38.509 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-10-03T20:22:39.967Z[ recovery-image] Oct 03 20:22:38.528 INFO O| Oct 03 20:22:38.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74492024-10-03T20:22:39.967Z[ recovery-image] Oct 03 20:22:38.528 INFO O| Oct 03 20:22:38.528 INFO STEP 1083 (remove_files) COMPLETE
74502024-10-03T20:22:39.970Z[ recovery-image] Oct 03 20:22:38.529 INFO O| Oct 03 20:22:38.528 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-10-03T20:22:39.987Z[ recovery-image] Oct 03 20:22:38.548 INFO O| Oct 03 20:22:38.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74522024-10-03T20:22:39.987Z[ recovery-image] Oct 03 20:22:38.548 INFO O| Oct 03 20:22:38.548 INFO STEP 1084 (remove_files) COMPLETE
74532024-10-03T20:22:39.987Z[ recovery-image] Oct 03 20:22:38.548 INFO O| Oct 03 20:22:38.548 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-10-03T20:22:40.006Z[ recovery-image] Oct 03 20:22:38.567 INFO O| Oct 03 20:22:38.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74552024-10-03T20:22:40.006Z[ recovery-image] Oct 03 20:22:38.568 INFO O| Oct 03 20:22:38.568 INFO STEP 1085 (remove_files) COMPLETE
74562024-10-03T20:22:40.006Z[ recovery-image] Oct 03 20:22:38.568 INFO O| Oct 03 20:22:38.568 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-10-03T20:22:40.025Z[ recovery-image] Oct 03 20:22:38.586 INFO O| Oct 03 20:22:38.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74582024-10-03T20:22:40.025Z[ recovery-image] Oct 03 20:22:38.586 INFO O| Oct 03 20:22:38.586 INFO STEP 1086 (remove_files) COMPLETE
74592024-10-03T20:22:40.025Z[ recovery-image] Oct 03 20:22:38.586 INFO O| Oct 03 20:22:38.586 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-10-03T20:22:40.063Z[ recovery-image] Oct 03 20:22:38.625 INFO O| Oct 03 20:22:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74612024-10-03T20:22:40.063Z[ recovery-image] Oct 03 20:22:38.625 INFO O| Oct 03 20:22:38.625 INFO STEP 1087 (remove_files) COMPLETE
74622024-10-03T20:22:40.064Z[ recovery-image] Oct 03 20:22:38.625 INFO O| Oct 03 20:22:38.625 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-10-03T20:22:40.106Z[ recovery-image] Oct 03 20:22:38.668 INFO O| Oct 03 20:22:38.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74642024-10-03T20:22:40.106Z[ recovery-image] Oct 03 20:22:38.668 INFO O| Oct 03 20:22:38.668 INFO STEP 1088 (remove_files) COMPLETE
74652024-10-03T20:22:40.107Z[ recovery-image] Oct 03 20:22:38.668 INFO O| Oct 03 20:22:38.668 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-10-03T20:22:40.129Z[ recovery-image] Oct 03 20:22:38.689 INFO O| Oct 03 20:22:38.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74672024-10-03T20:22:40.129Z[ recovery-image] Oct 03 20:22:38.689 INFO O| Oct 03 20:22:38.689 INFO STEP 1089 (remove_files) COMPLETE
74682024-10-03T20:22:40.129Z[ recovery-image] Oct 03 20:22:38.689 INFO O| Oct 03 20:22:38.689 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-10-03T20:22:40.148Z[ recovery-image] Oct 03 20:22:38.708 INFO O| Oct 03 20:22:38.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74702024-10-03T20:22:40.148Z[ recovery-image] Oct 03 20:22:38.708 INFO O| Oct 03 20:22:38.708 INFO STEP 1090 (remove_files) COMPLETE
74712024-10-03T20:22:40.148Z[ recovery-image] Oct 03 20:22:38.709 INFO O| Oct 03 20:22:38.708 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-10-03T20:22:40.206Z[ recovery-image] Oct 03 20:22:38.768 INFO O| Oct 03 20:22:38.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74732024-10-03T20:22:40.206Z[ recovery-image] Oct 03 20:22:38.768 INFO O| Oct 03 20:22:38.768 INFO STEP 1091 (remove_files) COMPLETE
74742024-10-03T20:22:40.210Z[ recovery-image] Oct 03 20:22:38.768 INFO O| Oct 03 20:22:38.768 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-10-03T20:22:40.236Z[ recovery-image] Oct 03 20:22:38.789 INFO O| Oct 03 20:22:38.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74762024-10-03T20:22:40.239Z[ recovery-image] Oct 03 20:22:38.789 INFO O| Oct 03 20:22:38.789 INFO STEP 1092 (remove_files) COMPLETE
74772024-10-03T20:22:40.239Z[ recovery-image] Oct 03 20:22:38.789 INFO O| Oct 03 20:22:38.789 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-10-03T20:22:40.239Z[ host-image] Oct 03 20:22:38.798 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22940:20241002T092403Z
74792024-10-03T20:22:40.263Z[ recovery-image] Oct 03 20:22:38.824 INFO O| Oct 03 20:22:38.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74802024-10-03T20:22:40.265Z[ recovery-image] Oct 03 20:22:38.824 INFO O| Oct 03 20:22:38.824 INFO STEP 1093 (remove_files) COMPLETE
74812024-10-03T20:22:40.265Z[ recovery-image] Oct 03 20:22:38.824 INFO O| Oct 03 20:22:38.824 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-03T20:22:40.280Z[ recovery-image] Oct 03 20:22:38.841 INFO O| Oct 03 20:22:38.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74832024-10-03T20:22:40.283Z[ recovery-image] Oct 03 20:22:38.842 INFO O| Oct 03 20:22:38.842 INFO STEP 1094 (remove_files) COMPLETE
74842024-10-03T20:22:40.283Z[ recovery-image] Oct 03 20:22:38.842 INFO O| Oct 03 20:22:38.842 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-03T20:22:40.297Z[ recovery-image] Oct 03 20:22:38.858 INFO O| Oct 03 20:22:38.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74862024-10-03T20:22:40.300Z[ recovery-image] Oct 03 20:22:38.859 INFO O| Oct 03 20:22:38.858 INFO STEP 1095 (remove_files) COMPLETE
74872024-10-03T20:22:40.300Z[ recovery-image] Oct 03 20:22:38.859 INFO O| Oct 03 20:22:38.859 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-03T20:22:40.314Z[ recovery-image] Oct 03 20:22:38.876 INFO O| Oct 03 20:22:38.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74892024-10-03T20:22:40.317Z[ recovery-image] Oct 03 20:22:38.876 INFO O| Oct 03 20:22:38.876 INFO STEP 1096 (remove_files) COMPLETE
74902024-10-03T20:22:40.317Z[ recovery-image] Oct 03 20:22:38.876 INFO O| Oct 03 20:22:38.876 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-03T20:22:40.333Z[ recovery-image] Oct 03 20:22:38.894 INFO O| Oct 03 20:22:38.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74922024-10-03T20:22:40.335Z[ recovery-image] Oct 03 20:22:38.894 INFO O| Oct 03 20:22:38.894 INFO STEP 1097 (remove_files) COMPLETE
74932024-10-03T20:22:40.335Z[ recovery-image] Oct 03 20:22:38.894 INFO O| Oct 03 20:22:38.894 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-03T20:22:40.359Z[ recovery-image] Oct 03 20:22:38.920 INFO O| Oct 03 20:22:38.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74952024-10-03T20:22:40.359Z[ recovery-image] Oct 03 20:22:38.920 INFO O| Oct 03 20:22:38.920 INFO STEP 1098 (remove_files) COMPLETE
74962024-10-03T20:22:40.359Z[ recovery-image] Oct 03 20:22:38.920 INFO O| Oct 03 20:22:38.920 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-03T20:22:40.379Z[ recovery-image] Oct 03 20:22:38.940 INFO O| Oct 03 20:22:38.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74982024-10-03T20:22:40.379Z[ recovery-image] Oct 03 20:22:38.941 INFO O| Oct 03 20:22:38.941 INFO STEP 1099 (remove_files) COMPLETE
74992024-10-03T20:22:40.379Z[ recovery-image] Oct 03 20:22:38.941 INFO O| Oct 03 20:22:38.941 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-03T20:22:40.409Z[ recovery-image] Oct 03 20:22:38.970 INFO O| Oct 03 20:22:38.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
75012024-10-03T20:22:40.409Z[ recovery-image] Oct 03 20:22:38.970 INFO O| Oct 03 20:22:38.970 INFO STEP 1100 (remove_files) COMPLETE
75022024-10-03T20:22:40.411Z[ recovery-image] Oct 03 20:22:38.971 INFO O| Oct 03 20:22:38.970 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-03T20:22:40.431Z[ recovery-image] Oct 03 20:22:38.992 INFO O| Oct 03 20:22:38.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
75042024-10-03T20:22:40.433Z[ recovery-image] Oct 03 20:22:38.992 INFO O| Oct 03 20:22:38.992 INFO STEP 1101 (remove_files) COMPLETE
75052024-10-03T20:22:40.433Z[ recovery-image] Oct 03 20:22:38.992 INFO O| Oct 03 20:22:38.992 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-03T20:22:40.490Z[ recovery-image] Oct 03 20:22:39.051 INFO O| Oct 03 20:22:39.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
75072024-10-03T20:22:40.490Z[ recovery-image] Oct 03 20:22:39.051 INFO O| Oct 03 20:22:39.051 INFO STEP 1102 (remove_files) COMPLETE
75082024-10-03T20:22:40.490Z[ recovery-image] Oct 03 20:22:39.051 INFO O| Oct 03 20:22:39.051 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-03T20:22:40.511Z[ recovery-image] Oct 03 20:22:39.072 INFO O| Oct 03 20:22:39.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
75102024-10-03T20:22:40.511Z[ recovery-image] Oct 03 20:22:39.072 INFO O| Oct 03 20:22:39.072 INFO STEP 1103 (remove_files) COMPLETE
75112024-10-03T20:22:40.511Z[ recovery-image] Oct 03 20:22:39.072 INFO O| Oct 03 20:22:39.072 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-03T20:22:40.536Z[ recovery-image] Oct 03 20:22:39.097 INFO O| Oct 03 20:22:39.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
75132024-10-03T20:22:40.536Z[ recovery-image] Oct 03 20:22:39.097 INFO O| Oct 03 20:22:39.097 INFO STEP 1104 (remove_files) COMPLETE
75142024-10-03T20:22:40.536Z[ recovery-image] Oct 03 20:22:39.097 INFO O| Oct 03 20:22:39.097 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-03T20:22:40.575Z[ recovery-image] Oct 03 20:22:39.135 INFO O| Oct 03 20:22:39.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
75162024-10-03T20:22:40.575Z[ recovery-image] Oct 03 20:22:39.135 INFO O| Oct 03 20:22:39.135 INFO STEP 1105 (remove_files) COMPLETE
75172024-10-03T20:22:40.575Z[ recovery-image] Oct 03 20:22:39.135 INFO O| Oct 03 20:22:39.135 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-03T20:22:40.594Z[ recovery-image] Oct 03 20:22:39.154 INFO O| Oct 03 20:22:39.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75192024-10-03T20:22:40.594Z[ recovery-image] Oct 03 20:22:39.154 INFO O| Oct 03 20:22:39.154 INFO STEP 1106 (remove_files) COMPLETE
75202024-10-03T20:22:40.594Z[ recovery-image] Oct 03 20:22:39.154 INFO O| Oct 03 20:22:39.154 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-03T20:22:40.622Z[ recovery-image] Oct 03 20:22:39.183 INFO O| Oct 03 20:22:39.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75222024-10-03T20:22:40.622Z[ recovery-image] Oct 03 20:22:39.183 INFO O| Oct 03 20:22:39.183 INFO STEP 1107 (remove_files) COMPLETE
75232024-10-03T20:22:40.622Z[ recovery-image] Oct 03 20:22:39.183 INFO O| Oct 03 20:22:39.183 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-03T20:22:40.641Z[ recovery-image] Oct 03 20:22:39.202 INFO O| Oct 03 20:22:39.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75252024-10-03T20:22:40.641Z[ recovery-image] Oct 03 20:22:39.202 INFO O| Oct 03 20:22:39.202 INFO STEP 1108 (remove_files) COMPLETE
75262024-10-03T20:22:40.641Z[ recovery-image] Oct 03 20:22:39.202 INFO O| Oct 03 20:22:39.202 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-10-03T20:22:40.701Z[ recovery-image] Oct 03 20:22:39.262 INFO O| Oct 03 20:22:39.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75282024-10-03T20:22:40.701Z[ recovery-image] Oct 03 20:22:39.262 INFO O| Oct 03 20:22:39.262 INFO STEP 1109 (remove_files) COMPLETE
75292024-10-03T20:22:40.701Z[ recovery-image] Oct 03 20:22:39.262 INFO O| Oct 03 20:22:39.262 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-03T20:22:40.722Z[ recovery-image] Oct 03 20:22:39.282 INFO O| Oct 03 20:22:39.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75312024-10-03T20:22:40.722Z[ recovery-image] Oct 03 20:22:39.282 INFO O| Oct 03 20:22:39.282 INFO STEP 1110 (remove_files) COMPLETE
75322024-10-03T20:22:40.722Z[ recovery-image] Oct 03 20:22:39.282 INFO O| Oct 03 20:22:39.282 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-10-03T20:22:40.783Z[ recovery-image] Oct 03 20:22:39.345 INFO O| Oct 03 20:22:39.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75342024-10-03T20:22:40.783Z[ recovery-image] Oct 03 20:22:39.345 INFO O| Oct 03 20:22:39.345 INFO STEP 1111 (remove_files) COMPLETE
75352024-10-03T20:22:40.783Z[ recovery-image] Oct 03 20:22:39.345 INFO O| Oct 03 20:22:39.345 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-10-03T20:22:40.806Z[ recovery-image] Oct 03 20:22:39.365 INFO O| Oct 03 20:22:39.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75372024-10-03T20:22:40.806Z[ recovery-image] Oct 03 20:22:39.365 INFO O| Oct 03 20:22:39.365 INFO STEP 1112 (remove_files) COMPLETE
75382024-10-03T20:22:40.806Z[ recovery-image] Oct 03 20:22:39.365 INFO O| Oct 03 20:22:39.365 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-10-03T20:22:40.824Z[ recovery-image] Oct 03 20:22:39.383 INFO O| Oct 03 20:22:39.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75402024-10-03T20:22:40.824Z[ recovery-image] Oct 03 20:22:39.383 INFO O| Oct 03 20:22:39.383 INFO STEP 1113 (remove_files) COMPLETE
75412024-10-03T20:22:40.824Z[ recovery-image] Oct 03 20:22:39.383 INFO O| Oct 03 20:22:39.383 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-10-03T20:22:40.840Z[ recovery-image] Oct 03 20:22:39.401 INFO O| Oct 03 20:22:39.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75432024-10-03T20:22:40.840Z[ recovery-image] Oct 03 20:22:39.401 INFO O| Oct 03 20:22:39.401 INFO STEP 1114 (remove_files) COMPLETE
75442024-10-03T20:22:40.840Z[ recovery-image] Oct 03 20:22:39.401 INFO O| Oct 03 20:22:39.401 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-10-03T20:22:40.858Z[ recovery-image] Oct 03 20:22:39.419 INFO O| Oct 03 20:22:39.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75462024-10-03T20:22:40.858Z[ recovery-image] Oct 03 20:22:39.419 INFO O| Oct 03 20:22:39.419 INFO STEP 1115 (remove_files) COMPLETE
75472024-10-03T20:22:40.858Z[ recovery-image] Oct 03 20:22:39.419 INFO O| Oct 03 20:22:39.419 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-10-03T20:22:40.892Z[ recovery-image] Oct 03 20:22:39.453 INFO O| Oct 03 20:22:39.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75492024-10-03T20:22:40.892Z[ recovery-image] Oct 03 20:22:39.453 INFO O| Oct 03 20:22:39.453 INFO STEP 1116 (remove_files) COMPLETE
75502024-10-03T20:22:40.895Z[ recovery-image] Oct 03 20:22:39.453 INFO O| Oct 03 20:22:39.453 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-10-03T20:22:40.960Z[ recovery-image] Oct 03 20:22:39.520 INFO O| Oct 03 20:22:39.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75522024-10-03T20:22:40.960Z[ recovery-image] Oct 03 20:22:39.520 INFO O| Oct 03 20:22:39.520 INFO STEP 1117 (remove_files) COMPLETE
75532024-10-03T20:22:40.960Z[ recovery-image] Oct 03 20:22:39.521 INFO O| Oct 03 20:22:39.520 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-10-03T20:22:40.983Z[ recovery-image] Oct 03 20:22:39.544 INFO O| Oct 03 20:22:39.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75552024-10-03T20:22:40.985Z[ recovery-image] Oct 03 20:22:39.544 INFO O| Oct 03 20:22:39.544 INFO STEP 1118 (remove_files) COMPLETE
75562024-10-03T20:22:40.985Z[ recovery-image] Oct 03 20:22:39.545 INFO O| Oct 03 20:22:39.544 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-10-03T20:22:41.012Z[ recovery-image] Oct 03 20:22:39.573 INFO O| Oct 03 20:22:39.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75582024-10-03T20:22:41.014Z[ recovery-image] Oct 03 20:22:39.573 INFO O| Oct 03 20:22:39.573 INFO STEP 1119 (remove_files) COMPLETE
75592024-10-03T20:22:41.014Z[ recovery-image] Oct 03 20:22:39.574 INFO O| Oct 03 20:22:39.573 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-10-03T20:22:41.035Z[ recovery-image] Oct 03 20:22:39.596 INFO O| Oct 03 20:22:39.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75612024-10-03T20:22:41.037Z[ recovery-image] Oct 03 20:22:39.596 INFO O| Oct 03 20:22:39.596 INFO STEP 1120 (remove_files) COMPLETE
75622024-10-03T20:22:41.038Z[ recovery-image] Oct 03 20:22:39.596 INFO O| Oct 03 20:22:39.596 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-10-03T20:22:41.055Z[ recovery-image] Oct 03 20:22:39.616 INFO O| Oct 03 20:22:39.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75642024-10-03T20:22:41.057Z[ recovery-image] Oct 03 20:22:39.616 INFO O| Oct 03 20:22:39.616 INFO STEP 1121 (remove_files) COMPLETE
75652024-10-03T20:22:41.057Z[ recovery-image] Oct 03 20:22:39.616 INFO O| Oct 03 20:22:39.616 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-10-03T20:22:41.073Z[ recovery-image] Oct 03 20:22:39.634 INFO O| Oct 03 20:22:39.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75672024-10-03T20:22:41.073Z[ recovery-image] Oct 03 20:22:39.634 INFO O| Oct 03 20:22:39.634 INFO STEP 1122 (remove_files) COMPLETE
75682024-10-03T20:22:41.073Z[ recovery-image] Oct 03 20:22:39.634 INFO O| Oct 03 20:22:39.634 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-10-03T20:22:41.091Z[ recovery-image] Oct 03 20:22:39.652 INFO O| Oct 03 20:22:39.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75702024-10-03T20:22:41.091Z[ recovery-image] Oct 03 20:22:39.652 INFO O| Oct 03 20:22:39.652 INFO STEP 1123 (remove_files) COMPLETE
75712024-10-03T20:22:41.091Z[ recovery-image] Oct 03 20:22:39.652 INFO O| Oct 03 20:22:39.652 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-10-03T20:22:41.120Z[ recovery-image] Oct 03 20:22:39.681 INFO O| Oct 03 20:22:39.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75732024-10-03T20:22:41.123Z[ recovery-image] Oct 03 20:22:39.682 INFO O| Oct 03 20:22:39.681 INFO STEP 1124 (remove_files) COMPLETE
75742024-10-03T20:22:41.123Z[ recovery-image] Oct 03 20:22:39.682 INFO O| Oct 03 20:22:39.682 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-10-03T20:22:41.142Z[ recovery-image] Oct 03 20:22:39.703 INFO O| Oct 03 20:22:39.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75762024-10-03T20:22:41.144Z[ recovery-image] Oct 03 20:22:39.704 INFO O| Oct 03 20:22:39.704 INFO STEP 1125 (remove_files) COMPLETE
75772024-10-03T20:22:41.145Z[ recovery-image] Oct 03 20:22:39.704 INFO O| Oct 03 20:22:39.704 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-10-03T20:22:41.162Z[ recovery-image] Oct 03 20:22:39.723 INFO O| Oct 03 20:22:39.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75792024-10-03T20:22:41.165Z[ recovery-image] Oct 03 20:22:39.724 INFO O| Oct 03 20:22:39.723 INFO STEP 1126 (remove_files) COMPLETE
75802024-10-03T20:22:41.165Z[ recovery-image] Oct 03 20:22:39.724 INFO O| Oct 03 20:22:39.724 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-10-03T20:22:41.199Z[ recovery-image] Oct 03 20:22:39.760 INFO O| Oct 03 20:22:39.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75822024-10-03T20:22:41.201Z[ recovery-image] Oct 03 20:22:39.760 INFO O| Oct 03 20:22:39.760 INFO STEP 1127 (remove_files) COMPLETE
75832024-10-03T20:22:41.201Z[ recovery-image] Oct 03 20:22:39.760 INFO O| Oct 03 20:22:39.760 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-10-03T20:22:41.221Z[ recovery-image] Oct 03 20:22:39.780 INFO O| Oct 03 20:22:39.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75852024-10-03T20:22:41.223Z[ recovery-image] Oct 03 20:22:39.780 INFO O| Oct 03 20:22:39.780 INFO STEP 1128 (remove_files) COMPLETE
75862024-10-03T20:22:41.223Z[ recovery-image] Oct 03 20:22:39.780 INFO O| Oct 03 20:22:39.780 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-10-03T20:22:41.239Z[ recovery-image] Oct 03 20:22:39.800 INFO O| Oct 03 20:22:39.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75882024-10-03T20:22:41.241Z[ recovery-image] Oct 03 20:22:39.800 INFO O| Oct 03 20:22:39.800 INFO STEP 1129 (remove_files) COMPLETE
75892024-10-03T20:22:41.241Z[ recovery-image] Oct 03 20:22:39.800 INFO O| Oct 03 20:22:39.800 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-10-03T20:22:41.297Z[ recovery-image] Oct 03 20:22:39.858 INFO O| Oct 03 20:22:39.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75912024-10-03T20:22:41.301Z[ recovery-image] Oct 03 20:22:39.858 INFO O| Oct 03 20:22:39.858 INFO STEP 1130 (remove_files) COMPLETE
75922024-10-03T20:22:41.301Z[ recovery-image] Oct 03 20:22:39.858 INFO O| Oct 03 20:22:39.858 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-10-03T20:22:41.329Z[ recovery-image] Oct 03 20:22:39.890 INFO O| Oct 03 20:22:39.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75942024-10-03T20:22:41.329Z[ recovery-image] Oct 03 20:22:39.890 INFO O| Oct 03 20:22:39.890 INFO STEP 1131 (remove_files) COMPLETE
75952024-10-03T20:22:41.329Z[ recovery-image] Oct 03 20:22:39.890 INFO O| Oct 03 20:22:39.890 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-10-03T20:22:41.366Z[ recovery-image] Oct 03 20:22:39.928 INFO O| Oct 03 20:22:39.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75972024-10-03T20:22:41.367Z[ recovery-image] Oct 03 20:22:39.928 INFO O| Oct 03 20:22:39.928 INFO STEP 1132 (remove_files) COMPLETE
75982024-10-03T20:22:41.367Z[ recovery-image] Oct 03 20:22:39.928 INFO O| Oct 03 20:22:39.928 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-10-03T20:22:41.400Z[ recovery-image] Oct 03 20:22:39.961 INFO O| Oct 03 20:22:39.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
76002024-10-03T20:22:41.402Z[ recovery-image] Oct 03 20:22:39.961 INFO O| Oct 03 20:22:39.961 INFO STEP 1133 (remove_files) COMPLETE
76012024-10-03T20:22:41.402Z[ recovery-image] Oct 03 20:22:39.961 INFO O| Oct 03 20:22:39.961 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-10-03T20:22:41.417Z[ recovery-image] Oct 03 20:22:39.978 INFO O| Oct 03 20:22:39.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
76032024-10-03T20:22:41.417Z[ recovery-image] Oct 03 20:22:39.979 INFO O| Oct 03 20:22:39.979 INFO STEP 1134 (remove_files) COMPLETE
76042024-10-03T20:22:41.417Z[ recovery-image] Oct 03 20:22:39.979 INFO O| Oct 03 20:22:39.979 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-10-03T20:22:41.435Z[ recovery-image] Oct 03 20:22:39.996 INFO O| Oct 03 20:22:39.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
76062024-10-03T20:22:41.435Z[ recovery-image] Oct 03 20:22:39.996 INFO O| Oct 03 20:22:39.996 INFO STEP 1135 (remove_files) COMPLETE
76072024-10-03T20:22:41.437Z[ recovery-image] Oct 03 20:22:39.996 INFO O| Oct 03 20:22:39.996 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-10-03T20:22:41.452Z[ recovery-image] Oct 03 20:22:40.013 INFO O| Oct 03 20:22:40.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
76092024-10-03T20:22:41.452Z[ recovery-image] Oct 03 20:22:40.013 INFO O| Oct 03 20:22:40.013 INFO STEP 1136 (remove_files) COMPLETE
76102024-10-03T20:22:41.452Z[ recovery-image] Oct 03 20:22:40.013 INFO O| Oct 03 20:22:40.013 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-10-03T20:22:41.508Z[ recovery-image] Oct 03 20:22:40.069 INFO O| Oct 03 20:22:40.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76122024-10-03T20:22:41.508Z[ recovery-image] Oct 03 20:22:40.069 INFO O| Oct 03 20:22:40.069 INFO STEP 1137 (remove_files) COMPLETE
76132024-10-03T20:22:41.508Z[ recovery-image] Oct 03 20:22:40.069 INFO O| Oct 03 20:22:40.069 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-10-03T20:22:41.552Z[ recovery-image] Oct 03 20:22:40.113 INFO O| Oct 03 20:22:40.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76152024-10-03T20:22:41.552Z[ recovery-image] Oct 03 20:22:40.113 INFO O| Oct 03 20:22:40.113 INFO STEP 1138 (remove_files) COMPLETE
76162024-10-03T20:22:41.552Z[ recovery-image] Oct 03 20:22:40.113 INFO O| Oct 03 20:22:40.113 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-10-03T20:22:41.570Z[ recovery-image] Oct 03 20:22:40.130 INFO O| Oct 03 20:22:40.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76182024-10-03T20:22:41.570Z[ recovery-image] Oct 03 20:22:40.130 INFO O| Oct 03 20:22:40.130 INFO STEP 1139 (remove_files) COMPLETE
76192024-10-03T20:22:41.570Z[ recovery-image] Oct 03 20:22:40.130 INFO O| Oct 03 20:22:40.130 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-10-03T20:22:41.586Z[ recovery-image] Oct 03 20:22:40.147 INFO O| Oct 03 20:22:40.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76212024-10-03T20:22:41.586Z[ recovery-image] Oct 03 20:22:40.147 INFO O| Oct 03 20:22:40.147 INFO STEP 1140 (remove_files) COMPLETE
76222024-10-03T20:22:41.586Z[ recovery-image] Oct 03 20:22:40.147 INFO O| Oct 03 20:22:40.147 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-10-03T20:22:41.623Z[ recovery-image] Oct 03 20:22:40.182 INFO O| Oct 03 20:22:40.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76242024-10-03T20:22:41.626Z[ recovery-image] Oct 03 20:22:40.182 INFO O| Oct 03 20:22:40.182 INFO STEP 1141 (remove_files) COMPLETE
76252024-10-03T20:22:41.626Z[ recovery-image] Oct 03 20:22:40.182 INFO O| Oct 03 20:22:40.182 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-10-03T20:22:41.637Z[ recovery-image] Oct 03 20:22:40.198 INFO O| Oct 03 20:22:40.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76272024-10-03T20:22:41.639Z[ recovery-image] Oct 03 20:22:40.198 INFO O| Oct 03 20:22:40.198 INFO STEP 1142 (remove_files) COMPLETE
76282024-10-03T20:22:41.639Z[ recovery-image] Oct 03 20:22:40.198 INFO O| Oct 03 20:22:40.198 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-10-03T20:22:41.664Z[ recovery-image] Oct 03 20:22:40.224 INFO O| Oct 03 20:22:40.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76302024-10-03T20:22:41.664Z[ recovery-image] Oct 03 20:22:40.224 INFO O| Oct 03 20:22:40.224 INFO STEP 1143 (remove_files) COMPLETE
76312024-10-03T20:22:41.664Z[ recovery-image] Oct 03 20:22:40.224 INFO O| Oct 03 20:22:40.224 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-10-03T20:22:41.719Z[ recovery-image] Oct 03 20:22:40.280 INFO O| Oct 03 20:22:40.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76332024-10-03T20:22:41.722Z[ recovery-image] Oct 03 20:22:40.280 INFO O| Oct 03 20:22:40.280 INFO STEP 1144 (remove_files) COMPLETE
76342024-10-03T20:22:41.722Z[ recovery-image] Oct 03 20:22:40.280 INFO O| Oct 03 20:22:40.280 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-10-03T20:22:41.745Z[ recovery-image] Oct 03 20:22:40.300 INFO O| Oct 03 20:22:40.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76362024-10-03T20:22:41.749Z[ recovery-image] Oct 03 20:22:40.300 INFO O| Oct 03 20:22:40.300 INFO STEP 1145 (remove_files) COMPLETE
76372024-10-03T20:22:41.749Z[ recovery-image] Oct 03 20:22:40.300 INFO O| Oct 03 20:22:40.300 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-10-03T20:22:41.762Z[ recovery-image] Oct 03 20:22:40.317 INFO O| Oct 03 20:22:40.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76392024-10-03T20:22:41.775Z[ recovery-image] Oct 03 20:22:40.318 INFO O| Oct 03 20:22:40.318 INFO STEP 1146 (remove_files) COMPLETE
76402024-10-03T20:22:41.775Z[ recovery-image] Oct 03 20:22:40.318 INFO O| Oct 03 20:22:40.318 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-10-03T20:22:41.816Z[ recovery-image] Oct 03 20:22:40.377 INFO O| Oct 03 20:22:40.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76422024-10-03T20:22:41.819Z[ recovery-image] Oct 03 20:22:40.377 INFO O| Oct 03 20:22:40.377 INFO STEP 1147 (remove_files) COMPLETE
76432024-10-03T20:22:41.819Z[ recovery-image] Oct 03 20:22:40.377 INFO O| Oct 03 20:22:40.377 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-10-03T20:22:41.835Z[ recovery-image] Oct 03 20:22:40.396 INFO O| Oct 03 20:22:40.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76452024-10-03T20:22:41.838Z[ recovery-image] Oct 03 20:22:40.396 INFO O| Oct 03 20:22:40.396 INFO STEP 1148 (remove_files) COMPLETE
76462024-10-03T20:22:41.838Z[ recovery-image] Oct 03 20:22:40.396 INFO O| Oct 03 20:22:40.396 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-10-03T20:22:41.854Z[ recovery-image] Oct 03 20:22:40.414 INFO O| Oct 03 20:22:40.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76482024-10-03T20:22:41.857Z[ recovery-image] Oct 03 20:22:40.414 INFO O| Oct 03 20:22:40.414 INFO STEP 1149 (remove_files) COMPLETE
76492024-10-03T20:22:41.857Z[ recovery-image] Oct 03 20:22:40.415 INFO O| Oct 03 20:22:40.415 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-10-03T20:22:41.871Z[ recovery-image] Oct 03 20:22:40.432 INFO O| Oct 03 20:22:40.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76512024-10-03T20:22:41.882Z[ recovery-image] Oct 03 20:22:40.443 INFO O| Oct 03 20:22:40.443 INFO STEP 1150 (remove_files) COMPLETE
76522024-10-03T20:22:41.882Z[ recovery-image] Oct 03 20:22:40.443 INFO O| Oct 03 20:22:40.443 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-10-03T20:22:41.946Z[ recovery-image] Oct 03 20:22:40.507 INFO O| Oct 03 20:22:40.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76542024-10-03T20:22:41.946Z[ recovery-image] Oct 03 20:22:40.507 INFO O| Oct 03 20:22:40.507 INFO STEP 1151 (remove_files) COMPLETE
76552024-10-03T20:22:41.948Z[ recovery-image] Oct 03 20:22:40.507 INFO O| Oct 03 20:22:40.507 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-10-03T20:22:41.963Z[ recovery-image] Oct 03 20:22:40.524 INFO O| Oct 03 20:22:40.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76572024-10-03T20:22:41.966Z[ recovery-image] Oct 03 20:22:40.525 INFO O| Oct 03 20:22:40.524 INFO STEP 1152 (remove_files) COMPLETE
76582024-10-03T20:22:41.966Z[ recovery-image] Oct 03 20:22:40.525 INFO O| Oct 03 20:22:40.525 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-10-03T20:22:41.982Z[ recovery-image] Oct 03 20:22:40.543 INFO O| Oct 03 20:22:40.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76602024-10-03T20:22:41.985Z[ recovery-image] Oct 03 20:22:40.543 INFO O| Oct 03 20:22:40.543 INFO STEP 1153 (remove_files) COMPLETE
76612024-10-03T20:22:41.985Z[ recovery-image] Oct 03 20:22:40.544 INFO O| Oct 03 20:22:40.543 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-10-03T20:22:42.023Z[ recovery-image] Oct 03 20:22:40.584 INFO O| Oct 03 20:22:40.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76632024-10-03T20:22:42.026Z[ recovery-image] Oct 03 20:22:40.584 INFO O| Oct 03 20:22:40.584 INFO STEP 1154 (remove_files) COMPLETE
76642024-10-03T20:22:42.026Z[ recovery-image] Oct 03 20:22:40.584 INFO O| Oct 03 20:22:40.584 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-10-03T20:22:42.082Z[ recovery-image] Oct 03 20:22:40.643 INFO O| Oct 03 20:22:40.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76662024-10-03T20:22:42.082Z[ recovery-image] Oct 03 20:22:40.643 INFO O| Oct 03 20:22:40.643 INFO STEP 1155 (remove_files) COMPLETE
76672024-10-03T20:22:42.082Z[ recovery-image] Oct 03 20:22:40.643 INFO O| Oct 03 20:22:40.643 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-10-03T20:22:42.142Z[ recovery-image] Oct 03 20:22:40.703 INFO O| Oct 03 20:22:40.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76692024-10-03T20:22:42.142Z[ recovery-image] Oct 03 20:22:40.703 INFO O| Oct 03 20:22:40.703 INFO STEP 1156 (remove_files) COMPLETE
76702024-10-03T20:22:42.143Z[ recovery-image] Oct 03 20:22:40.703 INFO O| Oct 03 20:22:40.703 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-10-03T20:22:42.182Z[ recovery-image] Oct 03 20:22:40.743 INFO O| Oct 03 20:22:40.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76722024-10-03T20:22:42.182Z[ recovery-image] Oct 03 20:22:40.743 INFO O| Oct 03 20:22:40.743 INFO STEP 1157 (remove_files) COMPLETE
76732024-10-03T20:22:42.182Z[ recovery-image] Oct 03 20:22:40.743 INFO O| Oct 03 20:22:40.743 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-10-03T20:22:42.204Z[ recovery-image] Oct 03 20:22:40.765 INFO O| Oct 03 20:22:40.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76752024-10-03T20:22:42.204Z[ recovery-image] Oct 03 20:22:40.765 INFO O| Oct 03 20:22:40.765 INFO STEP 1158 (remove_files) COMPLETE
76762024-10-03T20:22:42.204Z[ recovery-image] Oct 03 20:22:40.765 INFO O| Oct 03 20:22:40.765 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-10-03T20:22:42.236Z[ recovery-image] Oct 03 20:22:40.796 INFO O| Oct 03 20:22:40.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76782024-10-03T20:22:42.236Z[ recovery-image] Oct 03 20:22:40.796 INFO O| Oct 03 20:22:40.796 INFO STEP 1159 (remove_files) COMPLETE
76792024-10-03T20:22:42.239Z[ recovery-image] Oct 03 20:22:40.796 INFO O| Oct 03 20:22:40.796 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-10-03T20:22:42.293Z[ recovery-image] Oct 03 20:22:40.854 INFO O| Oct 03 20:22:40.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76812024-10-03T20:22:42.293Z[ recovery-image] Oct 03 20:22:40.854 INFO O| Oct 03 20:22:40.854 INFO STEP 1160 (remove_files) COMPLETE
76822024-10-03T20:22:42.293Z[ recovery-image] Oct 03 20:22:40.854 INFO O| Oct 03 20:22:40.854 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-10-03T20:22:42.340Z[ recovery-image] Oct 03 20:22:40.901 INFO O| Oct 03 20:22:40.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76842024-10-03T20:22:42.340Z[ recovery-image] Oct 03 20:22:40.901 INFO O| Oct 03 20:22:40.901 INFO STEP 1161 (remove_files) COMPLETE
76852024-10-03T20:22:42.340Z[ recovery-image] Oct 03 20:22:40.901 INFO O| Oct 03 20:22:40.901 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-03T20:22:42.374Z[ recovery-image] Oct 03 20:22:40.935 INFO O| Oct 03 20:22:40.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76872024-10-03T20:22:42.374Z[ recovery-image] Oct 03 20:22:40.935 INFO O| Oct 03 20:22:40.935 INFO STEP 1162 (remove_files) COMPLETE
76882024-10-03T20:22:42.374Z[ recovery-image] Oct 03 20:22:40.935 INFO O| Oct 03 20:22:40.935 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-03T20:22:42.430Z[ recovery-image] Oct 03 20:22:40.991 INFO O| Oct 03 20:22:40.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76902024-10-03T20:22:42.430Z[ recovery-image] Oct 03 20:22:40.991 INFO O| Oct 03 20:22:40.991 INFO STEP 1163 (remove_files) COMPLETE
76912024-10-03T20:22:42.430Z[ recovery-image] Oct 03 20:22:40.991 INFO O| Oct 03 20:22:40.991 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-10-03T20:22:42.452Z[ recovery-image] Oct 03 20:22:41.013 INFO O| Oct 03 20:22:41.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76932024-10-03T20:22:42.452Z[ recovery-image] Oct 03 20:22:41.014 INFO O| Oct 03 20:22:41.013 INFO STEP 1164 (remove_files) COMPLETE
76942024-10-03T20:22:42.456Z[ recovery-image] Oct 03 20:22:41.014 INFO O| Oct 03 20:22:41.014 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-03T20:22:42.481Z[ recovery-image] Oct 03 20:22:41.042 INFO O| Oct 03 20:22:41.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76962024-10-03T20:22:42.481Z[ recovery-image] Oct 03 20:22:41.042 INFO O| Oct 03 20:22:41.042 INFO STEP 1165 (remove_files) COMPLETE
76972024-10-03T20:22:42.481Z[ recovery-image] Oct 03 20:22:41.042 INFO O| Oct 03 20:22:41.042 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-10-03T20:22:42.501Z[ recovery-image] Oct 03 20:22:41.062 INFO O| Oct 03 20:22:41.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76992024-10-03T20:22:42.501Z[ recovery-image] Oct 03 20:22:41.062 INFO O| Oct 03 20:22:41.062 INFO STEP 1166 (remove_files) COMPLETE
77002024-10-03T20:22:42.501Z[ recovery-image] Oct 03 20:22:41.062 INFO O| Oct 03 20:22:41.062 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-10-03T20:22:42.533Z[ recovery-image] Oct 03 20:22:41.094 INFO O| Oct 03 20:22:41.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
77022024-10-03T20:22:42.533Z[ recovery-image] Oct 03 20:22:41.094 INFO O| Oct 03 20:22:41.094 INFO STEP 1167 (remove_files) COMPLETE
77032024-10-03T20:22:42.537Z[ recovery-image] Oct 03 20:22:41.095 INFO O| Oct 03 20:22:41.094 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-10-03T20:22:42.557Z[ recovery-image] Oct 03 20:22:41.118 INFO O| Oct 03 20:22:41.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
77052024-10-03T20:22:42.558Z[ recovery-image] Oct 03 20:22:41.119 INFO O| Oct 03 20:22:41.119 INFO STEP 1168 (remove_files) COMPLETE
77062024-10-03T20:22:42.560Z[ recovery-image] Oct 03 20:22:41.119 INFO O| Oct 03 20:22:41.119 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-03T20:22:42.576Z[ recovery-image] Oct 03 20:22:41.137 INFO O| Oct 03 20:22:41.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
77082024-10-03T20:22:42.576Z[ recovery-image] Oct 03 20:22:41.137 INFO O| Oct 03 20:22:41.137 INFO STEP 1169 (remove_files) COMPLETE
77092024-10-03T20:22:42.579Z[ recovery-image] Oct 03 20:22:41.137 INFO O| Oct 03 20:22:41.137 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-03T20:22:42.611Z[ recovery-image] Oct 03 20:22:41.171 INFO O| Oct 03 20:22:41.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77112024-10-03T20:22:42.614Z[ recovery-image] Oct 03 20:22:41.171 INFO O| Oct 03 20:22:41.171 INFO STEP 1170 (remove_files) COMPLETE
77122024-10-03T20:22:42.614Z[ recovery-image] Oct 03 20:22:41.171 INFO O| Oct 03 20:22:41.171 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-03T20:22:42.633Z[ recovery-image] Oct 03 20:22:41.194 INFO O| Oct 03 20:22:41.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77142024-10-03T20:22:42.633Z[ recovery-image] Oct 03 20:22:41.194 INFO O| Oct 03 20:22:41.194 INFO STEP 1171 (remove_files) COMPLETE
77152024-10-03T20:22:42.633Z[ recovery-image] Oct 03 20:22:41.194 INFO O| Oct 03 20:22:41.194 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-10-03T20:22:42.653Z[ recovery-image] Oct 03 20:22:41.214 INFO O| Oct 03 20:22:41.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77172024-10-03T20:22:42.656Z[ recovery-image] Oct 03 20:22:41.215 INFO O| Oct 03 20:22:41.215 INFO STEP 1172 (remove_files) COMPLETE
77182024-10-03T20:22:42.656Z[ recovery-image] Oct 03 20:22:41.215 INFO O| Oct 03 20:22:41.215 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-10-03T20:22:42.673Z[ recovery-image] Oct 03 20:22:41.234 INFO O| Oct 03 20:22:41.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77202024-10-03T20:22:42.675Z[ recovery-image] Oct 03 20:22:41.234 INFO O| Oct 03 20:22:41.234 INFO STEP 1173 (remove_files) COMPLETE
77212024-10-03T20:22:42.675Z[ recovery-image] Oct 03 20:22:41.234 INFO O| Oct 03 20:22:41.234 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-10-03T20:22:42.692Z[ recovery-image] Oct 03 20:22:41.253 INFO O| Oct 03 20:22:41.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77232024-10-03T20:22:42.695Z[ recovery-image] Oct 03 20:22:41.253 INFO O| Oct 03 20:22:41.253 INFO STEP 1174 (remove_files) COMPLETE
77242024-10-03T20:22:42.695Z[ recovery-image] Oct 03 20:22:41.253 INFO O| Oct 03 20:22:41.253 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-10-03T20:22:42.711Z[ recovery-image] Oct 03 20:22:41.272 INFO O| Oct 03 20:22:41.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77262024-10-03T20:22:42.714Z[ recovery-image] Oct 03 20:22:41.272 INFO O| Oct 03 20:22:41.272 INFO STEP 1175 (remove_files) COMPLETE
77272024-10-03T20:22:42.714Z[ recovery-image] Oct 03 20:22:41.272 INFO O| Oct 03 20:22:41.272 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-10-03T20:22:42.733Z[ recovery-image] Oct 03 20:22:41.294 INFO O| Oct 03 20:22:41.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77292024-10-03T20:22:42.736Z[ recovery-image] Oct 03 20:22:41.294 INFO O| Oct 03 20:22:41.294 INFO STEP 1176 (remove_files) COMPLETE
77302024-10-03T20:22:42.736Z[ recovery-image] Oct 03 20:22:41.295 INFO O| Oct 03 20:22:41.294 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-10-03T20:22:42.752Z[ recovery-image] Oct 03 20:22:41.312 INFO O| Oct 03 20:22:41.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77322024-10-03T20:22:42.754Z[ recovery-image] Oct 03 20:22:41.313 INFO O| Oct 03 20:22:41.313 INFO STEP 1177 (remove_files) COMPLETE
77332024-10-03T20:22:42.754Z[ recovery-image] Oct 03 20:22:41.313 INFO O| Oct 03 20:22:41.313 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-10-03T20:22:42.788Z[ recovery-image] Oct 03 20:22:41.349 INFO O| Oct 03 20:22:41.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77352024-10-03T20:22:42.788Z[ recovery-image] Oct 03 20:22:41.349 INFO O| Oct 03 20:22:41.349 INFO STEP 1178 (remove_files) COMPLETE
77362024-10-03T20:22:42.788Z[ recovery-image] Oct 03 20:22:41.349 INFO O| Oct 03 20:22:41.349 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-10-03T20:22:42.807Z[ recovery-image] Oct 03 20:22:41.368 INFO O| Oct 03 20:22:41.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77382024-10-03T20:22:42.807Z[ recovery-image] Oct 03 20:22:41.368 INFO O| Oct 03 20:22:41.368 INFO STEP 1179 (remove_files) COMPLETE
77392024-10-03T20:22:42.807Z[ recovery-image] Oct 03 20:22:41.368 INFO O| Oct 03 20:22:41.368 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-10-03T20:22:42.827Z[ recovery-image] Oct 03 20:22:41.388 INFO O| Oct 03 20:22:41.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77412024-10-03T20:22:42.827Z[ recovery-image] Oct 03 20:22:41.388 INFO O| Oct 03 20:22:41.388 INFO STEP 1180 (remove_files) COMPLETE
77422024-10-03T20:22:42.829Z[ recovery-image] Oct 03 20:22:41.388 INFO O| Oct 03 20:22:41.388 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-10-03T20:22:42.845Z[ recovery-image] Oct 03 20:22:41.406 INFO O| Oct 03 20:22:41.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77442024-10-03T20:22:42.845Z[ recovery-image] Oct 03 20:22:41.406 INFO O| Oct 03 20:22:41.406 INFO STEP 1181 (remove_files) COMPLETE
77452024-10-03T20:22:42.848Z[ recovery-image] Oct 03 20:22:41.406 INFO O| Oct 03 20:22:41.406 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-10-03T20:22:42.863Z[ recovery-image] Oct 03 20:22:41.424 INFO O| Oct 03 20:22:41.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77472024-10-03T20:22:42.863Z[ recovery-image] Oct 03 20:22:41.424 INFO O| Oct 03 20:22:41.424 INFO STEP 1182 (remove_files) COMPLETE
77482024-10-03T20:22:42.863Z[ recovery-image] Oct 03 20:22:41.424 INFO O| Oct 03 20:22:41.424 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-10-03T20:22:42.921Z[ recovery-image] Oct 03 20:22:41.481 INFO O| Oct 03 20:22:41.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77502024-10-03T20:22:42.921Z[ recovery-image] Oct 03 20:22:41.481 INFO O| Oct 03 20:22:41.481 INFO STEP 1183 (remove_files) COMPLETE
77512024-10-03T20:22:42.923Z[ recovery-image] Oct 03 20:22:41.481 INFO O| Oct 03 20:22:41.481 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-10-03T20:22:42.941Z[ recovery-image] Oct 03 20:22:41.502 INFO O| Oct 03 20:22:41.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77532024-10-03T20:22:42.941Z[ recovery-image] Oct 03 20:22:41.502 INFO O| Oct 03 20:22:41.502 INFO STEP 1184 (remove_files) COMPLETE
77542024-10-03T20:22:42.944Z[ recovery-image] Oct 03 20:22:41.502 INFO O| Oct 03 20:22:41.502 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-10-03T20:22:42.973Z[ recovery-image] Oct 03 20:22:41.534 INFO O| Oct 03 20:22:41.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77562024-10-03T20:22:42.978Z[ recovery-image] Oct 03 20:22:41.534 INFO O| Oct 03 20:22:41.534 INFO STEP 1185 (remove_files) COMPLETE
77572024-10-03T20:22:42.978Z[ recovery-image] Oct 03 20:22:41.535 INFO O| Oct 03 20:22:41.535 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-10-03T20:22:42.995Z[ recovery-image] Oct 03 20:22:41.556 INFO O| Oct 03 20:22:41.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77592024-10-03T20:22:42.997Z[ recovery-image] Oct 03 20:22:41.556 INFO O| Oct 03 20:22:41.556 INFO STEP 1186 (remove_files) COMPLETE
77602024-10-03T20:22:42.997Z[ recovery-image] Oct 03 20:22:41.556 INFO O| Oct 03 20:22:41.556 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-10-03T20:22:43.014Z[ recovery-image] Oct 03 20:22:41.575 INFO O| Oct 03 20:22:41.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77622024-10-03T20:22:43.017Z[ recovery-image] Oct 03 20:22:41.576 INFO O| Oct 03 20:22:41.576 INFO STEP 1187 (remove_files) COMPLETE
77632024-10-03T20:22:43.017Z[ recovery-image] Oct 03 20:22:41.576 INFO O| Oct 03 20:22:41.576 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-10-03T20:22:43.033Z[ recovery-image] Oct 03 20:22:41.594 INFO O| Oct 03 20:22:41.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77652024-10-03T20:22:43.036Z[ recovery-image] Oct 03 20:22:41.594 INFO O| Oct 03 20:22:41.594 INFO STEP 1188 (remove_files) COMPLETE
77662024-10-03T20:22:43.036Z[ recovery-image] Oct 03 20:22:41.595 INFO O| Oct 03 20:22:41.595 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-10-03T20:22:43.052Z[ recovery-image] Oct 03 20:22:41.612 INFO O| Oct 03 20:22:41.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77682024-10-03T20:22:43.055Z[ recovery-image] Oct 03 20:22:41.613 INFO O| Oct 03 20:22:41.613 INFO STEP 1189 (remove_files) COMPLETE
77692024-10-03T20:22:43.055Z[ recovery-image] Oct 03 20:22:41.613 INFO O| Oct 03 20:22:41.613 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-10-03T20:22:43.088Z[ recovery-image] Oct 03 20:22:41.649 INFO O| Oct 03 20:22:41.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77712024-10-03T20:22:43.090Z[ recovery-image] Oct 03 20:22:41.649 INFO O| Oct 03 20:22:41.649 INFO STEP 1190 (remove_files) COMPLETE
77722024-10-03T20:22:43.091Z[ recovery-image] Oct 03 20:22:41.649 INFO O| Oct 03 20:22:41.649 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-10-03T20:22:43.137Z[ recovery-image] Oct 03 20:22:41.698 INFO O| Oct 03 20:22:41.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77742024-10-03T20:22:43.137Z[ recovery-image] Oct 03 20:22:41.698 INFO O| Oct 03 20:22:41.698 INFO STEP 1191 (remove_files) COMPLETE
77752024-10-03T20:22:43.140Z[ recovery-image] Oct 03 20:22:41.698 INFO O| Oct 03 20:22:41.698 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-10-03T20:22:43.167Z[ recovery-image] Oct 03 20:22:41.720 INFO O| Oct 03 20:22:41.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77772024-10-03T20:22:43.167Z[ recovery-image] Oct 03 20:22:41.720 INFO O| Oct 03 20:22:41.720 INFO STEP 1192 (remove_files) COMPLETE
77782024-10-03T20:22:43.167Z[ recovery-image] Oct 03 20:22:41.720 INFO O| Oct 03 20:22:41.720 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-10-03T20:22:43.201Z[ recovery-image] Oct 03 20:22:41.758 INFO O| Oct 03 20:22:41.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77802024-10-03T20:22:43.201Z[ recovery-image] Oct 03 20:22:41.758 INFO O| Oct 03 20:22:41.758 INFO STEP 1193 (remove_files) COMPLETE
77812024-10-03T20:22:43.201Z[ recovery-image] Oct 03 20:22:41.758 INFO O| Oct 03 20:22:41.758 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-10-03T20:22:43.281Z[ recovery-image] Oct 03 20:22:41.841 INFO O| Oct 03 20:22:41.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77832024-10-03T20:22:43.281Z[ recovery-image] Oct 03 20:22:41.842 INFO O| Oct 03 20:22:41.841 INFO STEP 1194 (remove_files) COMPLETE
77842024-10-03T20:22:43.281Z[ recovery-image] Oct 03 20:22:41.842 INFO O| Oct 03 20:22:41.842 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-10-03T20:22:43.302Z[ recovery-image] Oct 03 20:22:41.863 INFO O| Oct 03 20:22:41.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77862024-10-03T20:22:43.302Z[ recovery-image] Oct 03 20:22:41.863 INFO O| Oct 03 20:22:41.863 INFO STEP 1195 (remove_files) COMPLETE
77872024-10-03T20:22:43.302Z[ recovery-image] Oct 03 20:22:41.863 INFO O| Oct 03 20:22:41.863 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-10-03T20:22:43.322Z[ recovery-image] Oct 03 20:22:41.882 INFO O| Oct 03 20:22:41.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77892024-10-03T20:22:43.322Z[ recovery-image] Oct 03 20:22:41.883 INFO O| Oct 03 20:22:41.883 INFO STEP 1196 (remove_files) COMPLETE
77902024-10-03T20:22:43.324Z[ recovery-image] Oct 03 20:22:41.883 INFO O| Oct 03 20:22:41.883 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-10-03T20:22:43.351Z[ recovery-image] Oct 03 20:22:41.912 INFO O| Oct 03 20:22:41.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77922024-10-03T20:22:43.351Z[ recovery-image] Oct 03 20:22:41.912 INFO O| Oct 03 20:22:41.912 INFO STEP 1197 (remove_files) COMPLETE
77932024-10-03T20:22:43.351Z[ recovery-image] Oct 03 20:22:41.912 INFO O| Oct 03 20:22:41.912 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-10-03T20:22:43.394Z[ recovery-image] Oct 03 20:22:41.954 INFO O| Oct 03 20:22:41.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77952024-10-03T20:22:43.394Z[ recovery-image] Oct 03 20:22:41.954 INFO O| Oct 03 20:22:41.954 INFO STEP 1198 (remove_files) COMPLETE
77962024-10-03T20:22:43.394Z[ recovery-image] Oct 03 20:22:41.954 INFO O| Oct 03 20:22:41.954 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-10-03T20:22:43.442Z[ recovery-image] Oct 03 20:22:42.003 INFO O| Oct 03 20:22:42.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77982024-10-03T20:22:43.442Z[ recovery-image] Oct 03 20:22:42.003 INFO O| Oct 03 20:22:42.003 INFO STEP 1199 (remove_files) COMPLETE
77992024-10-03T20:22:43.445Z[ recovery-image] Oct 03 20:22:42.003 INFO O| Oct 03 20:22:42.003 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-10-03T20:22:43.460Z[ recovery-image] Oct 03 20:22:42.021 INFO O| Oct 03 20:22:42.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
78012024-10-03T20:22:43.460Z[ recovery-image] Oct 03 20:22:42.021 INFO O| Oct 03 20:22:42.021 INFO STEP 1200 (remove_files) COMPLETE
78022024-10-03T20:22:43.460Z[ recovery-image] Oct 03 20:22:42.021 INFO O| Oct 03 20:22:42.021 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-10-03T20:22:43.496Z[ recovery-image] Oct 03 20:22:42.057 INFO O| Oct 03 20:22:42.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
78042024-10-03T20:22:43.499Z[ recovery-image] Oct 03 20:22:42.057 INFO O| Oct 03 20:22:42.057 INFO STEP 1201 (remove_files) COMPLETE
78052024-10-03T20:22:43.499Z[ recovery-image] Oct 03 20:22:42.057 INFO O| Oct 03 20:22:42.057 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-10-03T20:22:43.518Z[ recovery-image] Oct 03 20:22:42.078 INFO O| Oct 03 20:22:42.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
78072024-10-03T20:22:43.518Z[ recovery-image] Oct 03 20:22:42.078 INFO O| Oct 03 20:22:42.078 INFO STEP 1202 (remove_files) COMPLETE
78082024-10-03T20:22:43.518Z[ recovery-image] Oct 03 20:22:42.078 INFO O| Oct 03 20:22:42.078 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-10-03T20:22:43.543Z[ recovery-image] Oct 03 20:22:42.103 INFO O| Oct 03 20:22:42.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78102024-10-03T20:22:43.543Z[ recovery-image] Oct 03 20:22:42.103 INFO O| Oct 03 20:22:42.103 INFO STEP 1203 (remove_files) COMPLETE
78112024-10-03T20:22:43.543Z[ recovery-image] Oct 03 20:22:42.103 INFO O| Oct 03 20:22:42.103 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-10-03T20:22:43.574Z[ recovery-image] Oct 03 20:22:42.135 INFO O| Oct 03 20:22:42.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78132024-10-03T20:22:43.577Z[ recovery-image] Oct 03 20:22:42.136 INFO O| Oct 03 20:22:42.136 INFO STEP 1204 (remove_files) COMPLETE
78142024-10-03T20:22:43.577Z[ recovery-image] Oct 03 20:22:42.136 INFO O| Oct 03 20:22:42.136 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-10-03T20:22:43.610Z[ recovery-image] Oct 03 20:22:42.171 INFO O| Oct 03 20:22:42.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78162024-10-03T20:22:43.610Z[ recovery-image] Oct 03 20:22:42.171 INFO O| Oct 03 20:22:42.171 INFO STEP 1205 (remove_files) COMPLETE
78172024-10-03T20:22:43.610Z[ recovery-image] Oct 03 20:22:42.171 INFO O| Oct 03 20:22:42.171 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78182024-10-03T20:22:43.661Z[ recovery-image] Oct 03 20:22:42.221 INFO O| Oct 03 20:22:42.221 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78192024-10-03T20:22:43.663Z[ recovery-image] Oct 03 20:22:42.222 INFO O| Oct 03 20:22:42.222 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78202024-10-03T20:22:45.760Z[ recovery-image] Oct 03 20:22:44.321 INFO O| Oct 03 20:22:44.321 INFO STEP 1206 (pack_tar) COMPLETE
78212024-10-03T20:22:45.760Z[ recovery-image] Oct 03 20:22:44.321 INFO O| Oct 03 20:22:44.321 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78222024-10-03T20:22:45.763Z[ recovery-image] Oct 03 20:22:44.321 INFO O| Oct 03 20:22:44.321 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78232024-10-03T20:22:46.001Z[ recovery-image] Oct 03 20:22:44.561 INFO O| Oct 03 20:22:44.561 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78242024-10-03T20:22:46.132Z[ recovery-image] Oct 03 20:22:44.693 INFO O| Oct 03 20:22:44.693 INFO completed processing gimlet/ramdisk-03-recovery-trim
78252024-10-03T20:22:46.144Z[ recovery-image] Oct 03 20:22:44.703 INFO image builder template: zfs-recovery...
78262024-10-03T20:22:46.147Z[ recovery-image] Oct 03 20:22:44.703 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/.tmp4RA0ll/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
78272024-10-03T20:22:46.197Z[ recovery-image] Oct 03 20:22:44.758 INFO O| Oct 03 20:22:44.758 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78282024-10-03T20:22:46.214Z[ recovery-image] Oct 03 20:22:44.775 INFO O| Oct 03 20:22:44.775 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78292024-10-03T20:22:46.340Z[ recovery-image] Oct 03 20:22:44.901 INFO O| Oct 03 20:22:44.901 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78302024-10-03T20:22:46.441Z[ recovery-image] Oct 03 20:22:45.001 INFO O| Oct 03 20:22:45.001 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78312024-10-03T20:22:46.441Z[ recovery-image] Oct 03 20:22:45.001 INFO O| Oct 03 20:22:45.001 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78322024-10-03T20:22:46.449Z[ recovery-image] Oct 03 20:22:45.010 INFO O| Oct 03 20:22:45.009 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78332024-10-03T20:22:46.643Z[ recovery-image] Oct 03 20:22:45.204 INFO O| Oct 03 20:22:45.203 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78342024-10-03T20:22:46.697Z[ recovery-image] Oct 03 20:22:45.258 INFO O| Oct 03 20:22:45.258 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78352024-10-03T20:22:46.715Z[ recovery-image] Oct 03 20:22:45.275 INFO O| Oct 03 20:22:45.275 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78362024-10-03T20:22:46.725Z[ recovery-image] Oct 03 20:22:45.283 INFO O| Oct 03 20:22:45.283 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78372024-10-03T20:22:46.727Z[ recovery-image] Oct 03 20:22:45.285 INFO O| Oct 03 20:22:45.285 INFO no lofi found
78382024-10-03T20:22:46.727Z[ recovery-image] Oct 03 20:22:45.285 INFO O| Oct 03 20:22:45.285 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78392024-10-03T20:22:46.727Z[ recovery-image] Oct 03 20:22:45.285 INFO O| Oct 03 20:22:45.285 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78402024-10-03T20:22:49.452Z[ recovery-image] Oct 03 20:22:48.012 INFO O| Oct 03 20:22:48.012 INFO lofi device = /dev/dsk/c2t1d0p0
78412024-10-03T20:22:49.452Z[ recovery-image] Oct 03 20:22:48.012 INFO O| Oct 03 20:22:48.012 INFO pool device = /dev/dsk/c2t1d0p0
78422024-10-03T20:22:49.454Z[ recovery-image] Oct 03 20:22:48.013 INFO O| Oct 03 20:22:48.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78432024-10-03T20:22:49.702Z[ recovery-image] Oct 03 20:22:48.262 INFO O| Oct 03 20:22:48.262 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78442024-10-03T20:22:49.702Z[ recovery-image] Oct 03 20:22:48.262 INFO O| Oct 03 20:22:48.262 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78452024-10-03T20:22:49.736Z[ recovery-image] Oct 03 20:22:48.296 INFO O| Oct 03 20:22:48.296 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78462024-10-03T20:22:49.867Z[ recovery-image] Oct 03 20:22:48.426 INFO O| Oct 03 20:22:48.426 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78472024-10-03T20:22:49.922Z[ recovery-image] Oct 03 20:22:48.483 INFO O| Oct 03 20:22:48.483 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78482024-10-03T20:22:49.950Z[ recovery-image] Oct 03 20:22:48.510 INFO O| Oct 03 20:22:48.510 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78492024-10-03T20:22:49.982Z[ recovery-image] Oct 03 20:22:48.541 INFO O| Oct 03 20:22:48.541 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78502024-10-03T20:22:50.062Z[ recovery-image] Oct 03 20:22:48.620 INFO O| Oct 03 20:22:48.620 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78512024-10-03T20:22:50.065Z[ recovery-image] Oct 03 20:22:48.620 INFO O| Oct 03 20:22:48.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78522024-10-03T20:22:50.065Z[ recovery-image] Oct 03 20:22:48.620 INFO O| Oct 03 20:22:48.620 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78532024-10-03T20:22:50.075Z[ recovery-image] Oct 03 20:22:48.635 INFO O| Oct 03 20:22:48.635 INFO boot environment UUID: 98ffee44-6483-4e6f-a647-0fe9bc6a88a1
78542024-10-03T20:22:50.075Z[ recovery-image] Oct 03 20:22:48.635 INFO O| Oct 03 20:22:48.635 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 98ffee44-6483-4e6f-a647-0fe9bc6a88a1
78552024-10-03T20:22:50.110Z[ recovery-image] Oct 03 20:22:48.670 INFO O| Oct 03 20:22:48.670 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78562024-10-03T20:22:50.168Z[ recovery-image] Oct 03 20:22:48.728 INFO O| Oct 03 20:22:48.728 INFO STEP 0 (create_be) COMPLETE
78572024-10-03T20:22:50.168Z[ recovery-image] Oct 03 20:22:48.728 INFO O| Oct 03 20:22:48.728 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78582024-10-03T20:22:50.199Z[ recovery-image] Oct 03 20:22:48.759 INFO O| Oct 03 20:22:48.758 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"]
78592024-10-03T20:22:57.687Z[ recovery-image] Oct 03 20:22:56.246 INFO O| Oct 03 20:22:56.246 INFO STEP 1 (unpack_tar) COMPLETE
78602024-10-03T20:22:57.687Z[ recovery-image] Oct 03 20:22:56.246 INFO O| Oct 03 20:22:56.246 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78612024-10-03T20:22:57.707Z[ recovery-image] Oct 03 20:22:56.266 INFO O| Oct 03 20:22:56.266 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78622024-10-03T20:22:59.199Z[ recovery-image] Oct 03 20:22:57.759 INFO O| Oct 03 20:22:57.759 INFO STEP 2 (devfsadm) COMPLETE
78632024-10-03T20:22:59.200Z[ recovery-image] Oct 03 20:22:57.759 INFO O| Oct 03 20:22:57.759 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78642024-10-03T20:22:59.217Z[ recovery-image] Oct 03 20:22:57.776 INFO O| Oct 03 20:22:57.776 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78652024-10-03T20:22:59.217Z[ recovery-image] Oct 03 20:22:57.776 INFO O| Oct 03 20:22:57.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78662024-10-03T20:22:59.217Z[ recovery-image] Oct 03 20:22:57.776 INFO O| Oct 03 20:22:57.776 INFO STEP 3 (ensure_dir) COMPLETE
78672024-10-03T20:22:59.220Z[ recovery-image] Oct 03 20:22:57.776 INFO O| Oct 03 20:22:57.776 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78682024-10-03T20:22:59.233Z[ recovery-image] Oct 03 20:22:57.792 INFO O| Oct 03 20:22:57.792 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78692024-10-03T20:22:59.233Z[ recovery-image] Oct 03 20:22:57.792 INFO O| Oct 03 20:22:57.792 INFO STEP 4 (ensure_dir) COMPLETE
78702024-10-03T20:22:59.233Z[ recovery-image] Oct 03 20:22:57.792 INFO O| Oct 03 20:22:57.792 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78712024-10-03T20:22:59.274Z[ recovery-image] Oct 03 20:22:57.833 INFO O| Oct 03 20:22:57.833 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78722024-10-03T20:22:59.274Z[ recovery-image] Oct 03 20:22:57.833 INFO O| Oct 03 20:22:57.833 INFO STEP 5 (ensure_dir) COMPLETE
78732024-10-03T20:22:59.277Z[ recovery-image] Oct 03 20:22:57.834 INFO O| Oct 03 20:22:57.834 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78742024-10-03T20:22:59.304Z[ recovery-image] Oct 03 20:22:57.863 INFO O| Oct 03 20:22:57.863 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78752024-10-03T20:22:59.307Z[ recovery-image] Oct 03 20:22:57.864 INFO O| Oct 03 20:22:57.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78762024-10-03T20:22:59.307Z[ recovery-image] Oct 03 20:22:57.864 INFO O| Oct 03 20:22:57.864 INFO STEP 6 (ensure_dir) COMPLETE
78772024-10-03T20:22:59.307Z[ recovery-image] Oct 03 20:22:57.864 INFO O| Oct 03 20:22:57.864 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78782024-10-03T20:22:59.320Z[ recovery-image] Oct 03 20:22:57.880 INFO O| Oct 03 20:22:57.880 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78792024-10-03T20:22:59.324Z[ recovery-image] Oct 03 20:22:57.880 INFO O| Oct 03 20:22:57.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78802024-10-03T20:22:59.324Z[ recovery-image] Oct 03 20:22:57.880 INFO O| Oct 03 20:22:57.880 INFO STEP 7 (ensure_dir) COMPLETE
78812024-10-03T20:22:59.324Z[ recovery-image] Oct 03 20:22:57.880 INFO O| Oct 03 20:22:57.880 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78822024-10-03T20:22:59.337Z[ recovery-image] Oct 03 20:22:57.896 INFO O| Oct 03 20:22:57.896 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78832024-10-03T20:22:59.340Z[ recovery-image] Oct 03 20:22:57.896 INFO O| Oct 03 20:22:57.896 INFO STEP 8 (remove_files) COMPLETE
78842024-10-03T20:22:59.340Z[ recovery-image] Oct 03 20:22:57.896 INFO O| Oct 03 20:22:57.896 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78852024-10-03T20:22:59.355Z[ recovery-image] Oct 03 20:22:57.914 INFO O| Oct 03 20:22:57.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78862024-10-03T20:22:59.358Z[ recovery-image] Oct 03 20:22:57.916 INFO O| Oct 03 20:22:57.915 INFO STEP 9 (remove_files) COMPLETE
78872024-10-03T20:22:59.358Z[ recovery-image] Oct 03 20:22:57.916 INFO O| Oct 03 20:22:57.915 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78882024-10-03T20:22:59.373Z[ recovery-image] Oct 03 20:22:57.933 INFO O| Oct 03 20:22:57.933 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78892024-10-03T20:22:59.377Z[ recovery-image] Oct 03 20:22:57.934 INFO O| Oct 03 20:22:57.934 INFO STEP 10 (remove_files) COMPLETE
78902024-10-03T20:22:59.377Z[ recovery-image] Oct 03 20:22:57.934 INFO O| Oct 03 20:22:57.934 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78912024-10-03T20:22:59.392Z[ recovery-image] Oct 03 20:22:57.951 INFO O| Oct 03 20:22:57.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78922024-10-03T20:22:59.392Z[ recovery-image] Oct 03 20:22:57.951 INFO O| Oct 03 20:22:57.951 INFO STEP 11 (remove_files) COMPLETE
78932024-10-03T20:22:59.392Z[ recovery-image] Oct 03 20:22:57.951 INFO O| Oct 03 20:22:57.951 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78942024-10-03T20:22:59.412Z[ recovery-image] Oct 03 20:22:57.971 INFO O| Oct 03 20:22:57.971 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78952024-10-03T20:22:59.415Z[ recovery-image] Oct 03 20:22:57.971 INFO O| Oct 03 20:22:57.971 INFO STEP 12 (remove_files) COMPLETE
78962024-10-03T20:22:59.415Z[ recovery-image] Oct 03 20:22:57.971 INFO O| Oct 03 20:22:57.971 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78972024-10-03T20:22:59.460Z[ recovery-image] Oct 03 20:22:58.019 INFO O| Oct 03 20:22:58.019 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78982024-10-03T20:22:59.460Z[ recovery-image] Oct 03 20:22:58.020 INFO O| Oct 03 20:22:58.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78992024-10-03T20:22:59.464Z[ recovery-image] Oct 03 20:22:58.020 INFO O| Oct 03 20:22:58.020 INFO STEP 13 (ensure_dir) COMPLETE
79002024-10-03T20:22:59.464Z[ recovery-image] Oct 03 20:22:58.020 INFO O| Oct 03 20:22:58.020 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79012024-10-03T20:22:59.479Z[ recovery-image] Oct 03 20:22:58.038 INFO O| Oct 03 20:22:58.038 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79022024-10-03T20:22:59.479Z[ recovery-image] Oct 03 20:22:58.038 INFO O| Oct 03 20:22:58.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79032024-10-03T20:22:59.483Z[ recovery-image] Oct 03 20:22:58.039 INFO O| Oct 03 20:22:58.038 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79042024-10-03T20:22:59.483Z[ recovery-image] Oct 03 20:22:58.039 INFO O| Oct 03 20:22:58.039 INFO STEP 14 (ensure_dir) COMPLETE
79052024-10-03T20:22:59.483Z[ recovery-image] Oct 03 20:22:58.039 INFO O| Oct 03 20:22:58.039 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79062024-10-03T20:22:59.497Z[ recovery-image] Oct 03 20:22:58.056 INFO O| Oct 03 20:22:58.056 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79072024-10-03T20:22:59.497Z[ recovery-image] Oct 03 20:22:58.057 INFO O| Oct 03 20:22:58.057 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79082024-10-03T20:22:59.500Z[ recovery-image] Oct 03 20:22:58.057 INFO O| Oct 03 20:22:58.057 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79092024-10-03T20:22:59.500Z[ recovery-image] Oct 03 20:22:58.057 INFO O| Oct 03 20:22:58.057 INFO STEP 15 (ensure_dir) COMPLETE
79102024-10-03T20:22:59.500Z[ recovery-image] Oct 03 20:22:58.057 INFO O| Oct 03 20:22:58.057 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79112024-10-03T20:22:59.515Z[ recovery-image] Oct 03 20:22:58.074 INFO O| Oct 03 20:22:58.074 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79122024-10-03T20:22:59.515Z[ recovery-image] Oct 03 20:22:58.075 INFO O| Oct 03 20:22:58.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79132024-10-03T20:22:59.515Z[ recovery-image] Oct 03 20:22:58.075 INFO O| Oct 03 20:22:58.074 INFO STEP 16 (ensure_dir) COMPLETE
79142024-10-03T20:22:59.518Z[ recovery-image] Oct 03 20:22:58.075 INFO O| Oct 03 20:22:58.075 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79152024-10-03T20:22:59.533Z[ recovery-image] Oct 03 20:22:58.092 INFO O| Oct 03 20:22:58.092 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79162024-10-03T20:22:59.535Z[ recovery-image] Oct 03 20:22:58.092 INFO O| Oct 03 20:22:58.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79172024-10-03T20:22:59.535Z[ recovery-image] Oct 03 20:22:58.092 INFO O| Oct 03 20:22:58.092 INFO STEP 17 (ensure_dir) COMPLETE
79182024-10-03T20:22:59.535Z[ recovery-image] Oct 03 20:22:58.092 INFO O| Oct 03 20:22:58.092 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79192024-10-03T20:22:59.551Z[ recovery-image] Oct 03 20:22:58.110 INFO O| Oct 03 20:22:58.110 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79202024-10-03T20:22:59.551Z[ recovery-image] Oct 03 20:22:58.110 INFO O| Oct 03 20:22:58.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79212024-10-03T20:22:59.551Z[ recovery-image] Oct 03 20:22:58.110 INFO O| Oct 03 20:22:58.110 INFO ok!
79222024-10-03T20:22:59.551Z[ recovery-image] Oct 03 20:22:58.110 INFO O| Oct 03 20:22:58.110 INFO STEP 18 (ensure_symlink) COMPLETE
79232024-10-03T20:22:59.554Z[ recovery-image] Oct 03 20:22:58.110 INFO O| Oct 03 20:22:58.110 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79242024-10-03T20:22:59.567Z[ recovery-image] Oct 03 20:22:58.127 INFO O| Oct 03 20:22:58.126 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79252024-10-03T20:22:59.567Z[ recovery-image] Oct 03 20:22:58.127 INFO O| Oct 03 20:22:58.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79262024-10-03T20:22:59.570Z[ recovery-image] Oct 03 20:22:58.127 INFO O| Oct 03 20:22:58.127 INFO ok!
79272024-10-03T20:22:59.570Z[ recovery-image] Oct 03 20:22:58.127 INFO O| Oct 03 20:22:58.127 INFO STEP 19 (ensure_file) COMPLETE
79282024-10-03T20:22:59.570Z[ recovery-image] Oct 03 20:22:58.127 INFO O| Oct 03 20:22:58.127 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79292024-10-03T20:22:59.585Z[ recovery-image] Oct 03 20:22:58.144 INFO O| Oct 03 20:22:58.144 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79302024-10-03T20:22:59.585Z[ recovery-image] Oct 03 20:22:58.144 INFO O| Oct 03 20:22:58.144 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79312024-10-03T20:22:59.588Z[ recovery-image] Oct 03 20:22:58.145 INFO O| Oct 03 20:22:58.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79322024-10-03T20:22:59.588Z[ recovery-image] Oct 03 20:22:58.145 INFO O| Oct 03 20:22:58.145 INFO ok!
79332024-10-03T20:22:59.588Z[ recovery-image] Oct 03 20:22:58.145 INFO O| Oct 03 20:22:58.145 INFO STEP 20 (ensure_symlink) COMPLETE
79342024-10-03T20:22:59.588Z[ recovery-image] Oct 03 20:22:58.145 INFO O| Oct 03 20:22:58.145 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79352024-10-03T20:22:59.603Z[ recovery-image] Oct 03 20:22:58.162 INFO O| Oct 03 20:22:58.162 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79362024-10-03T20:22:59.603Z[ recovery-image] Oct 03 20:22:58.162 INFO O| Oct 03 20:22:58.162 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79372024-10-03T20:22:59.605Z[ recovery-image] Oct 03 20:22:58.162 INFO O| Oct 03 20:22:58.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79382024-10-03T20:22:59.605Z[ recovery-image] Oct 03 20:22:58.162 INFO O| Oct 03 20:22:58.162 INFO ok!
79392024-10-03T20:22:59.605Z[ recovery-image] Oct 03 20:22:58.162 INFO O| Oct 03 20:22:58.162 INFO STEP 21 (ensure_symlink) COMPLETE
79402024-10-03T20:22:59.606Z[ recovery-image] Oct 03 20:22:58.162 INFO O| Oct 03 20:22:58.162 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79412024-10-03T20:22:59.621Z[ recovery-image] Oct 03 20:22:58.180 INFO O| Oct 03 20:22:58.180 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79422024-10-03T20:22:59.621Z[ recovery-image] Oct 03 20:22:58.180 INFO O| Oct 03 20:22:58.180 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79432024-10-03T20:22:59.623Z[ recovery-image] Oct 03 20:22:58.180 INFO O| Oct 03 20:22:58.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79442024-10-03T20:22:59.623Z[ recovery-image] Oct 03 20:22:58.180 INFO O| Oct 03 20:22:58.180 INFO ok!
79452024-10-03T20:22:59.624Z[ recovery-image] Oct 03 20:22:58.180 INFO O| Oct 03 20:22:58.180 INFO STEP 22 (ensure_symlink) COMPLETE
79462024-10-03T20:22:59.624Z[ recovery-image] Oct 03 20:22:58.180 INFO O| Oct 03 20:22:58.180 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79472024-10-03T20:22:59.638Z[ recovery-image] Oct 03 20:22:58.197 INFO O| Oct 03 20:22:58.197 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79482024-10-03T20:22:59.638Z[ recovery-image] Oct 03 20:22:58.198 INFO O| Oct 03 20:22:58.197 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79492024-10-03T20:22:59.641Z[ recovery-image] Oct 03 20:22:58.198 INFO O| Oct 03 20:22:58.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79502024-10-03T20:22:59.641Z[ recovery-image] Oct 03 20:22:58.198 INFO O| Oct 03 20:22:58.198 INFO ok!
79512024-10-03T20:22:59.641Z[ recovery-image] Oct 03 20:22:58.198 INFO O| Oct 03 20:22:58.198 INFO STEP 23 (ensure_symlink) COMPLETE
79522024-10-03T20:22:59.641Z[ recovery-image] Oct 03 20:22:58.198 INFO O| Oct 03 20:22:58.198 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79532024-10-03T20:22:59.659Z[ recovery-image] Oct 03 20:22:58.216 INFO O| Oct 03 20:22:58.216 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79542024-10-03T20:22:59.659Z[ recovery-image] Oct 03 20:22:58.216 INFO O| Oct 03 20:22:58.216 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 ...
79552024-10-03T20:22:59.662Z[ recovery-image] Oct 03 20:22:58.216 INFO O| Oct 03 20:22:58.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79562024-10-03T20:22:59.662Z[ recovery-image] Oct 03 20:22:58.216 INFO O| Oct 03 20:22:58.216 INFO ok!
79572024-10-03T20:22:59.662Z[ recovery-image] Oct 03 20:22:58.217 INFO O| Oct 03 20:22:58.216 INFO STEP 24 (ensure_file) COMPLETE
79582024-10-03T20:22:59.662Z[ recovery-image] Oct 03 20:22:58.217 INFO O| Oct 03 20:22:58.216 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79592024-10-03T20:22:59.674Z[ recovery-image] Oct 03 20:22:58.233 INFO O| Oct 03 20:22:58.233 INFO updating shadow file
79602024-10-03T20:22:59.677Z[ recovery-image] Oct 03 20:22:58.234 INFO O| Oct 03 20:22:58.234 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79612024-10-03T20:22:59.677Z[ recovery-image] Oct 03 20:22:58.234 INFO O| Oct 03 20:22:58.234 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79622024-10-03T20:22:59.677Z[ recovery-image] Oct 03 20:22:58.234 INFO O| Oct 03 20:22:58.234 INFO STEP 25 (shadow) COMPLETE
79632024-10-03T20:22:59.677Z[ recovery-image] Oct 03 20:22:58.234 INFO O| Oct 03 20:22:58.234 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79642024-10-03T20:22:59.689Z[ recovery-image] Oct 03 20:22:58.247 INFO O| Oct 03 20:22:58.247 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79652024-10-03T20:22:59.689Z[ recovery-image] Oct 03 20:22:58.247 INFO O| Oct 03 20:22:58.247 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79662024-10-03T20:22:59.692Z[ recovery-image] Oct 03 20:22:58.247 INFO O| Oct 03 20:22:58.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79672024-10-03T20:22:59.692Z[ recovery-image] Oct 03 20:22:58.247 INFO O| Oct 03 20:22:58.247 INFO ok!
79682024-10-03T20:22:59.692Z[ recovery-image] Oct 03 20:22:58.248 INFO O| Oct 03 20:22:58.247 INFO STEP 26 (ensure_file) COMPLETE
79692024-10-03T20:22:59.692Z[ recovery-image] Oct 03 20:22:58.248 INFO O| Oct 03 20:22:58.248 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79702024-10-03T20:22:59.706Z[ recovery-image] Oct 03 20:22:58.265 INFO O| Oct 03 20:22:58.265 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79712024-10-03T20:22:59.706Z[ recovery-image] Oct 03 20:22:58.265 INFO O| Oct 03 20:22:58.265 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79722024-10-03T20:22:59.710Z[ recovery-image] Oct 03 20:22:58.265 INFO O| Oct 03 20:22:58.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79732024-10-03T20:22:59.710Z[ recovery-image] Oct 03 20:22:58.265 INFO O| Oct 03 20:22:58.265 INFO ok!
79742024-10-03T20:22:59.710Z[ recovery-image] Oct 03 20:22:58.265 INFO O| Oct 03 20:22:58.265 INFO STEP 27 (ensure_file) COMPLETE
79752024-10-03T20:22:59.710Z[ recovery-image] Oct 03 20:22:58.265 INFO O| Oct 03 20:22:58.265 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79762024-10-03T20:22:59.724Z[ recovery-image] Oct 03 20:22:58.283 INFO O| Oct 03 20:22:58.283 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79772024-10-03T20:22:59.724Z[ recovery-image] Oct 03 20:22:58.283 INFO O| Oct 03 20:22:58.283 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79782024-10-03T20:22:59.727Z[ recovery-image] Oct 03 20:22:58.284 INFO O| Oct 03 20:22:58.284 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79792024-10-03T20:22:59.727Z[ recovery-image] Oct 03 20:22:58.284 INFO O| Oct 03 20:22:58.284 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79802024-10-03T20:22:59.727Z[ recovery-image] Oct 03 20:22:58.284 INFO O| Oct 03 20:22:58.284 INFO ok!
79812024-10-03T20:22:59.727Z[ recovery-image] Oct 03 20:22:58.284 INFO O| Oct 03 20:22:58.284 INFO STEP 28 (ensure_file) COMPLETE
79822024-10-03T20:22:59.727Z[ recovery-image] Oct 03 20:22:58.284 INFO O| Oct 03 20:22:58.284 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79832024-10-03T20:22:59.740Z[ recovery-image] Oct 03 20:22:58.299 INFO O| Oct 03 20:22:58.299 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79842024-10-03T20:22:59.740Z[ recovery-image] Oct 03 20:22:58.299 INFO O| Oct 03 20:22:58.299 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79852024-10-03T20:22:59.743Z[ recovery-image] Oct 03 20:22:58.299 INFO O| Oct 03 20:22:58.299 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79862024-10-03T20:22:59.743Z[ recovery-image] Oct 03 20:22:58.299 INFO O| Oct 03 20:22:58.299 INFO ok!
79872024-10-03T20:22:59.743Z[ recovery-image] Oct 03 20:22:58.299 INFO O| Oct 03 20:22:58.299 INFO STEP 29 (ensure_file) COMPLETE
79882024-10-03T20:22:59.743Z[ recovery-image] Oct 03 20:22:58.299 INFO O| Oct 03 20:22:58.299 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79892024-10-03T20:22:59.752Z[ recovery-image] Oct 03 20:22:58.311 INFO O| Oct 03 20:22:58.311 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79902024-10-03T20:22:59.752Z[ recovery-image] Oct 03 20:22:58.311 INFO O| Oct 03 20:22:58.311 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79912024-10-03T20:22:59.752Z[ recovery-image] Oct 03 20:22:58.311 INFO O| Oct 03 20:22:58.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79922024-10-03T20:22:59.754Z[ recovery-image] Oct 03 20:22:58.311 INFO O| Oct 03 20:22:58.311 INFO ok!
79932024-10-03T20:22:59.754Z[ recovery-image] Oct 03 20:22:58.311 INFO O| Oct 03 20:22:58.311 INFO STEP 30 (ensure_file) COMPLETE
79942024-10-03T20:22:59.754Z[ recovery-image] Oct 03 20:22:58.311 INFO O| Oct 03 20:22:58.311 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79952024-10-03T20:22:59.768Z[ recovery-image] Oct 03 20:22:58.327 INFO O| Oct 03 20:22:58.327 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79962024-10-03T20:22:59.768Z[ recovery-image] Oct 03 20:22:58.327 INFO O| Oct 03 20:22:58.327 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79972024-10-03T20:22:59.771Z[ recovery-image] Oct 03 20:22:58.328 INFO O| Oct 03 20:22:58.327 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79982024-10-03T20:22:59.771Z[ recovery-image] Oct 03 20:22:58.328 INFO O| Oct 03 20:22:58.328 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79992024-10-03T20:22:59.771Z[ recovery-image] Oct 03 20:22:58.328 INFO O| Oct 03 20:22:58.328 INFO ok!
80002024-10-03T20:22:59.771Z[ recovery-image] Oct 03 20:22:58.328 INFO O| Oct 03 20:22:58.328 INFO STEP 31 (ensure_file) COMPLETE
80012024-10-03T20:22:59.771Z[ recovery-image] Oct 03 20:22:58.328 INFO O| Oct 03 20:22:58.328 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80022024-10-03T20:22:59.786Z[ recovery-image] Oct 03 20:22:58.345 INFO O| Oct 03 20:22:58.345 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80032024-10-03T20:22:59.786Z[ recovery-image] Oct 03 20:22:58.345 INFO O| Oct 03 20:22:58.345 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80042024-10-03T20:22:59.788Z[ recovery-image] Oct 03 20:22:58.345 INFO O| Oct 03 20:22:58.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80052024-10-03T20:22:59.788Z[ recovery-image] Oct 03 20:22:58.346 INFO O| Oct 03 20:22:58.345 INFO ok!
80062024-10-03T20:22:59.789Z[ recovery-image] Oct 03 20:22:58.346 INFO O| Oct 03 20:22:58.346 INFO STEP 32 (ensure_file) COMPLETE
80072024-10-03T20:22:59.789Z[ recovery-image] Oct 03 20:22:58.346 INFO O| Oct 03 20:22:58.346 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80082024-10-03T20:22:59.804Z[ recovery-image] Oct 03 20:22:58.364 INFO O| Oct 03 20:22:58.363 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80092024-10-03T20:22:59.804Z[ recovery-image] Oct 03 20:22:58.364 INFO O| Oct 03 20:22:58.364 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80102024-10-03T20:22:59.807Z[ recovery-image] Oct 03 20:22:58.364 INFO O| Oct 03 20:22:58.364 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80112024-10-03T20:22:59.807Z[ recovery-image] Oct 03 20:22:58.364 INFO O| Oct 03 20:22:58.364 INFO ok!
80122024-10-03T20:22:59.807Z[ recovery-image] Oct 03 20:22:58.364 INFO O| Oct 03 20:22:58.364 INFO STEP 33 (ensure_file) COMPLETE
80132024-10-03T20:22:59.807Z[ recovery-image] Oct 03 20:22:58.364 INFO O| Oct 03 20:22:58.364 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80142024-10-03T20:22:59.822Z[ recovery-image] Oct 03 20:22:58.381 INFO O| Oct 03 20:22:58.381 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80152024-10-03T20:22:59.822Z[ recovery-image] Oct 03 20:22:58.381 INFO O| Oct 03 20:22:58.381 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80162024-10-03T20:22:59.825Z[ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80172024-10-03T20:22:59.825Z[ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80182024-10-03T20:22:59.825Z[ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80192024-10-03T20:22:59.825Z[ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80202024-10-03T20:22:59.825Z[ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO ok!
80212024-10-03T20:22:59.825Z[ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO STEP 34 (ensure_file) COMPLETE
80222024-10-03T20:22:59.825Z[ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80232024-10-03T20:22:59.839Z[ recovery-image] Oct 03 20:22:58.398 INFO O| Oct 03 20:22:58.398 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80242024-10-03T20:22:59.843Z[ recovery-image] Oct 03 20:22:58.398 INFO O| Oct 03 20:22:58.398 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80252024-10-03T20:22:59.843Z[ recovery-image] Oct 03 20:22:58.398 INFO O| Oct 03 20:22:58.398 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80262024-10-03T20:22:59.843Z[ recovery-image] Oct 03 20:22:58.399 INFO O| Oct 03 20:22:58.398 INFO STEP 35 (ensure_dir) COMPLETE
80272024-10-03T20:22:59.843Z[ recovery-image] Oct 03 20:22:58.399 INFO O| Oct 03 20:22:58.398 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80282024-10-03T20:22:59.856Z[ recovery-image] Oct 03 20:22:58.415 INFO O| Oct 03 20:22:58.415 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
80292024-10-03T20:22:59.856Z[ recovery-image] Oct 03 20:22:58.415 INFO O| Oct 03 20:22:58.415 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 ...
80302024-10-03T20:22:59.859Z[ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 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
80312024-10-03T20:22:59.859Z[ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 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
80322024-10-03T20:22:59.859Z[ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 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
80332024-10-03T20:22:59.859Z[ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 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
80342024-10-03T20:22:59.859Z[ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 INFO ok!
80352024-10-03T20:22:59.859Z[ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 INFO STEP 36 (ensure_file) COMPLETE
80362024-10-03T20:22:59.859Z[ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80372024-10-03T20:22:59.874Z[ recovery-image] Oct 03 20:22:58.434 INFO O| Oct 03 20:22:58.433 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80382024-10-03T20:22:59.874Z[ recovery-image] Oct 03 20:22:58.434 INFO O| Oct 03 20:22:58.433 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 ...
80392024-10-03T20:22:59.877Z[ recovery-image] Oct 03 20:22:58.434 INFO O| Oct 03 20:22:58.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80402024-10-03T20:22:59.877Z[ recovery-image] Oct 03 20:22:58.434 INFO O| Oct 03 20:22:58.434 INFO ok!
80412024-10-03T20:22:59.877Z[ recovery-image] Oct 03 20:22:58.434 INFO O| Oct 03 20:22:58.434 INFO STEP 37 (ensure_symlink) COMPLETE
80422024-10-03T20:22:59.877Z[ recovery-image] Oct 03 20:22:58.434 INFO O| Oct 03 20:22:58.434 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80432024-10-03T20:22:59.892Z[ recovery-image] Oct 03 20:22:58.451 INFO O| Oct 03 20:22:58.451 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80442024-10-03T20:22:59.892Z[ recovery-image] Oct 03 20:22:58.451 INFO O| Oct 03 20:22:58.451 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80452024-10-03T20:22:59.895Z[ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.451 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80462024-10-03T20:22:59.895Z[ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.452 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80472024-10-03T20:22:59.895Z[ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.452 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80482024-10-03T20:22:59.895Z[ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.452 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80492024-10-03T20:22:59.895Z[ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.452 INFO ok!
80502024-10-03T20:22:59.895Z[ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.452 INFO STEP 38 (ensure_file) COMPLETE
80512024-10-03T20:22:59.895Z[ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.452 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80522024-10-03T20:22:59.906Z[ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80532024-10-03T20:22:59.906Z[ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 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 ...
80542024-10-03T20:22:59.908Z[ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 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
80552024-10-03T20:22:59.908Z[ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80562024-10-03T20:22:59.908Z[ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 INFO ok!
80572024-10-03T20:22:59.908Z[ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 INFO STEP 39 (ensure_file) COMPLETE
80582024-10-03T20:22:59.908Z[ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80592024-10-03T20:22:59.923Z[ recovery-image] Oct 03 20:22:58.482 INFO O| Oct 03 20:22:58.482 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80602024-10-03T20:22:59.923Z[ recovery-image] Oct 03 20:22:58.482 INFO O| Oct 03 20:22:58.482 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80612024-10-03T20:22:59.925Z[ recovery-image] Oct 03 20:22:58.482 INFO O| Oct 03 20:22:58.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80622024-10-03T20:22:59.925Z[ recovery-image] Oct 03 20:22:58.482 INFO O| Oct 03 20:22:58.482 INFO ok!
80632024-10-03T20:22:59.925Z[ recovery-image] Oct 03 20:22:58.482 INFO O| Oct 03 20:22:58.482 INFO STEP 40 (ensure_file) COMPLETE
80642024-10-03T20:22:59.925Z[ recovery-image] Oct 03 20:22:58.482 INFO O| Oct 03 20:22:58.482 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80652024-10-03T20:22:59.941Z[ recovery-image] Oct 03 20:22:58.500 INFO O| Oct 03 20:22:58.500 INFO updating shadow file
80662024-10-03T20:22:59.944Z[ recovery-image] Oct 03 20:22:58.500 INFO O| Oct 03 20:22:58.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80672024-10-03T20:22:59.944Z[ recovery-image] Oct 03 20:22:58.500 INFO O| Oct 03 20:22:58.500 INFO STEP 41 (shadow) COMPLETE
80682024-10-03T20:22:59.944Z[ recovery-image] Oct 03 20:22:58.500 INFO O| Oct 03 20:22:58.500 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80692024-10-03T20:22:59.960Z[ recovery-image] Oct 03 20:22:58.518 INFO O| Oct 03 20:22:58.518 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80702024-10-03T20:22:59.960Z[ recovery-image] Oct 03 20:22:58.519 INFO O| Oct 03 20:22:58.519 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80712024-10-03T20:22:59.962Z[ recovery-image] Oct 03 20:22:58.519 INFO O| Oct 03 20:22:58.519 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80722024-10-03T20:22:59.962Z[ recovery-image] Oct 03 20:22:58.519 INFO O| Oct 03 20:22:58.519 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80732024-10-03T20:22:59.962Z[ recovery-image] Oct 03 20:22:58.519 INFO O| Oct 03 20:22:58.519 INFO ok!
80742024-10-03T20:22:59.962Z[ recovery-image] Oct 03 20:22:58.519 INFO O| Oct 03 20:22:58.519 INFO STEP 42 (ensure_file) COMPLETE
80752024-10-03T20:22:59.962Z[ recovery-image] Oct 03 20:22:58.519 INFO O| Oct 03 20:22:58.519 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80762024-10-03T20:22:59.979Z[ recovery-image] Oct 03 20:22:58.537 INFO O| Oct 03 20:22:58.537 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80772024-10-03T20:22:59.979Z[ recovery-image] Oct 03 20:22:58.537 INFO O| Oct 03 20:22:58.537 INFO STEP 43 (ensure_dir) COMPLETE
80782024-10-03T20:22:59.982Z[ recovery-image] Oct 03 20:22:58.537 INFO O| Oct 03 20:22:58.537 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80792024-10-03T20:22:59.996Z[ recovery-image] Oct 03 20:22:58.555 INFO O| Oct 03 20:22:58.555 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80802024-10-03T20:22:59.996Z[ recovery-image] Oct 03 20:22:58.555 INFO O| Oct 03 20:22:58.555 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80812024-10-03T20:22:59.999Z[ recovery-image] Oct 03 20:22:58.555 INFO O| Oct 03 20:22:58.555 INFO STEP 44 (ensure_dir) COMPLETE
80822024-10-03T20:22:59.999Z[ recovery-image] Oct 03 20:22:58.555 INFO O| Oct 03 20:22:58.555 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80832024-10-03T20:23:00.014Z[ recovery-image] Oct 03 20:22:58.573 INFO O| Oct 03 20:22:58.573 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80842024-10-03T20:23:00.016Z[ recovery-image] Oct 03 20:22:58.573 INFO O| Oct 03 20:22:58.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80852024-10-03T20:23:00.016Z[ recovery-image] Oct 03 20:22:58.573 INFO O| Oct 03 20:22:58.573 INFO STEP 45 (ensure_dir) COMPLETE
80862024-10-03T20:23:00.016Z[ recovery-image] Oct 03 20:22:58.573 INFO O| Oct 03 20:22:58.573 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80872024-10-03T20:23:00.032Z[ recovery-image] Oct 03 20:22:58.589 INFO O| Oct 03 20:22:58.589 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80882024-10-03T20:23:00.032Z[ recovery-image] Oct 03 20:22:58.589 INFO O| Oct 03 20:22:58.589 INFO copying /tmp/.tmp4RA0ll/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80892024-10-03T20:23:00.078Z[ recovery-image] Oct 03 20:22:58.637 INFO O| Oct 03 20:22:58.636 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80902024-10-03T20:23:00.078Z[ recovery-image] Oct 03 20:22:58.637 INFO O| Oct 03 20:22:58.637 INFO ok!
80912024-10-03T20:23:00.080Z[ recovery-image] Oct 03 20:22:58.637 INFO O| Oct 03 20:22:58.637 INFO STEP 46 (ensure_file) COMPLETE
80922024-10-03T20:23:00.080Z[ recovery-image] Oct 03 20:22:58.637 INFO O| Oct 03 20:22:58.637 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80932024-10-03T20:23:00.241Z[ recovery-image] Oct 03 20:22:58.657 INFO O| Oct 03 20:22:58.657 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80942024-10-03T20:23:00.241Z[ recovery-image] Oct 03 20:22:58.657 INFO O| Oct 03 20:22:58.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80952024-10-03T20:23:00.241Z[ recovery-image] Oct 03 20:22:58.657 INFO O| Oct 03 20:22:58.657 INFO STEP 47 (ensure_dir) COMPLETE
80962024-10-03T20:23:00.241Z[ recovery-image] Oct 03 20:22:58.657 INFO O| Oct 03 20:22:58.657 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80972024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.675 INFO O| Oct 03 20:22:58.675 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80982024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.675 INFO O| Oct 03 20:22:58.675 INFO copying /tmp/.tmp4RA0ll/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80992024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.675 INFO O| Oct 03 20:22:58.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81002024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.675 INFO O| Oct 03 20:22:58.675 INFO ok!
81012024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.675 INFO O| Oct 03 20:22:58.675 INFO STEP 48 (ensure_file) COMPLETE
81022024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.675 INFO O| Oct 03 20:22:58.675 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81032024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.692 INFO O| Oct 03 20:22:58.692 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81042024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.692 INFO O| Oct 03 20:22:58.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81052024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.692 INFO O| Oct 03 20:22:58.692 INFO STEP 49 (ensure_dir) COMPLETE
81062024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.692 INFO O| Oct 03 20:22:58.692 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81072024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.709 INFO O| Oct 03 20:22:58.709 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81082024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.709 INFO O| Oct 03 20:22:58.709 INFO copying /tmp/.tmp4RA0ll/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81092024-10-03T20:23:00.245Z[ recovery-image] Oct 03 20:22:58.730 INFO O| Oct 03 20:22:58.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81102024-10-03T20:23:00.246Z[ recovery-image] Oct 03 20:22:58.730 INFO O| Oct 03 20:22:58.730 INFO ok!
81112024-10-03T20:23:00.246Z[ recovery-image] Oct 03 20:22:58.730 INFO O| Oct 03 20:22:58.730 INFO STEP 50 (ensure_file) COMPLETE
81122024-10-03T20:23:00.246Z[ recovery-image] Oct 03 20:22:58.730 INFO O| Oct 03 20:22:58.730 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81132024-10-03T20:23:00.246Z[ recovery-image] Oct 03 20:22:58.750 INFO O| Oct 03 20:22:58.750 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81142024-10-03T20:23:00.246Z[ recovery-image] Oct 03 20:22:58.751 INFO O| Oct 03 20:22:58.750 INFO copying /tmp/.tmp4RA0ll/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81152024-10-03T20:23:01.737Z[ recovery-image] Oct 03 20:23:00.295 INFO O| Oct 03 20:23:00.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81162024-10-03T20:23:01.737Z[ recovery-image] Oct 03 20:23:00.296 INFO O| Oct 03 20:23:00.295 INFO ok!
81172024-10-03T20:23:01.737Z[ recovery-image] Oct 03 20:23:00.296 INFO O| Oct 03 20:23:00.295 INFO STEP 51 (ensure_file) COMPLETE
81182024-10-03T20:23:01.739Z[ recovery-image] Oct 03 20:23:00.296 INFO O| Oct 03 20:23:00.295 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81192024-10-03T20:23:01.753Z[ recovery-image] Oct 03 20:23:00.312 INFO O| Oct 03 20:23:00.312 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81202024-10-03T20:23:01.753Z[ recovery-image] Oct 03 20:23:00.312 INFO O| Oct 03 20:23:00.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81212024-10-03T20:23:01.756Z[ recovery-image] Oct 03 20:23:00.312 INFO O| Oct 03 20:23:00.312 INFO STEP 52 (ensure_dir) COMPLETE
81222024-10-03T20:23:01.756Z[ recovery-image] Oct 03 20:23:00.312 INFO O| Oct 03 20:23:00.312 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81232024-10-03T20:23:01.767Z[ recovery-image] Oct 03 20:23:00.326 INFO O| Oct 03 20:23:00.326 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81242024-10-03T20:23:01.767Z[ recovery-image] Oct 03 20:23:00.326 INFO O| Oct 03 20:23:00.326 INFO copying /tmp/.tmp4RA0ll/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 ...
81252024-10-03T20:23:01.770Z[ recovery-image] Oct 03 20:23:00.326 INFO O| Oct 03 20:23:00.326 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
81262024-10-03T20:23:01.770Z[ recovery-image] Oct 03 20:23:00.327 INFO O| Oct 03 20:23:00.326 INFO ok!
81272024-10-03T20:23:01.770Z[ recovery-image] Oct 03 20:23:00.327 INFO O| Oct 03 20:23:00.326 INFO STEP 53 (ensure_file) COMPLETE
81282024-10-03T20:23:01.770Z[ recovery-image] Oct 03 20:23:00.327 INFO O| Oct 03 20:23:00.327 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81292024-10-03T20:23:01.787Z[ recovery-image] Oct 03 20:23:00.346 INFO O| Oct 03 20:23:00.346 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81302024-10-03T20:23:01.787Z[ recovery-image] Oct 03 20:23:00.346 INFO O| Oct 03 20:23:00.346 INFO copying /tmp/.tmp4RA0ll/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 ...
81312024-10-03T20:23:01.790Z[ recovery-image] Oct 03 20:23:00.346 INFO O| Oct 03 20:23:00.346 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
81322024-10-03T20:23:01.790Z[ recovery-image] Oct 03 20:23:00.346 INFO O| Oct 03 20:23:00.346 INFO ok!
81332024-10-03T20:23:01.790Z[ recovery-image] Oct 03 20:23:00.346 INFO O| Oct 03 20:23:00.346 INFO STEP 54 (ensure_file) COMPLETE
81342024-10-03T20:23:01.790Z[ recovery-image] Oct 03 20:23:00.346 INFO O| Oct 03 20:23:00.346 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81352024-10-03T20:23:01.806Z[ recovery-image] Oct 03 20:23:00.365 INFO O| Oct 03 20:23:00.365 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81362024-10-03T20:23:01.806Z[ recovery-image] Oct 03 20:23:00.365 INFO O| Oct 03 20:23:00.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81372024-10-03T20:23:01.808Z[ recovery-image] Oct 03 20:23:00.365 INFO O| Oct 03 20:23:00.365 INFO STEP 55 (ensure_dir) COMPLETE
81382024-10-03T20:23:01.808Z[ recovery-image] Oct 03 20:23:00.365 INFO O| Oct 03 20:23:00.365 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81392024-10-03T20:23:01.821Z[ recovery-image] Oct 03 20:23:00.380 INFO O| Oct 03 20:23:00.380 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81402024-10-03T20:23:01.821Z[ recovery-image] Oct 03 20:23:00.380 INFO O| Oct 03 20:23:00.380 INFO copying /tmp/.tmp4RA0ll/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 ...
81412024-10-03T20:23:01.821Z[ recovery-image] Oct 03 20:23:00.380 INFO O| Oct 03 20:23:00.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81422024-10-03T20:23:01.824Z[ recovery-image] Oct 03 20:23:00.380 INFO O| Oct 03 20:23:00.380 INFO ok!
81432024-10-03T20:23:01.824Z[ recovery-image] Oct 03 20:23:00.380 INFO O| Oct 03 20:23:00.380 INFO STEP 56 (ensure_file) COMPLETE
81442024-10-03T20:23:01.824Z[ recovery-image] Oct 03 20:23:00.380 INFO O| Oct 03 20:23:00.380 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81452024-10-03T20:23:01.838Z[ recovery-image] Oct 03 20:23:00.397 INFO O| Oct 03 20:23:00.397 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81462024-10-03T20:23:01.838Z[ recovery-image] Oct 03 20:23:00.397 INFO O| Oct 03 20:23:00.397 INFO copying /tmp/.tmp4RA0ll/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 ...
81472024-10-03T20:23:01.840Z[ recovery-image] Oct 03 20:23:00.397 INFO O| Oct 03 20:23:00.397 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
81482024-10-03T20:23:01.840Z[ recovery-image] Oct 03 20:23:00.397 INFO O| Oct 03 20:23:00.397 INFO ok!
81492024-10-03T20:23:01.840Z[ recovery-image] Oct 03 20:23:00.397 INFO O| Oct 03 20:23:00.397 INFO STEP 57 (ensure_file) COMPLETE
81502024-10-03T20:23:01.840Z[ recovery-image] Oct 03 20:23:00.397 INFO O| Oct 03 20:23:00.397 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81512024-10-03T20:23:01.852Z[ recovery-image] Oct 03 20:23:00.411 INFO O| Oct 03 20:23:00.411 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81522024-10-03T20:23:01.852Z[ recovery-image] Oct 03 20:23:00.411 INFO O| Oct 03 20:23:00.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81532024-10-03T20:23:01.852Z[ recovery-image] Oct 03 20:23:00.411 INFO O| Oct 03 20:23:00.411 INFO STEP 58 (ensure_dir) COMPLETE
81542024-10-03T20:23:01.854Z[ recovery-image] Oct 03 20:23:00.411 INFO O| Oct 03 20:23:00.411 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81552024-10-03T20:23:01.869Z[ recovery-image] Oct 03 20:23:00.427 INFO O| Oct 03 20:23:00.427 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81562024-10-03T20:23:01.869Z[ recovery-image] Oct 03 20:23:00.428 INFO O| Oct 03 20:23:00.427 INFO copying /tmp/.tmp4RA0ll/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 ...
81572024-10-03T20:23:01.869Z[ recovery-image] Oct 03 20:23:00.428 INFO O| Oct 03 20:23:00.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81582024-10-03T20:23:01.869Z[ recovery-image] Oct 03 20:23:00.428 INFO O| Oct 03 20:23:00.428 INFO ok!
81592024-10-03T20:23:01.871Z[ recovery-image] Oct 03 20:23:00.428 INFO O| Oct 03 20:23:00.428 INFO STEP 59 (ensure_file) COMPLETE
81602024-10-03T20:23:01.871Z[ recovery-image] Oct 03 20:23:00.428 INFO O| Oct 03 20:23:00.428 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81612024-10-03T20:23:01.886Z[ recovery-image] Oct 03 20:23:00.445 INFO O| Oct 03 20:23:00.445 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81622024-10-03T20:23:01.887Z[ recovery-image] Oct 03 20:23:00.445 INFO O| Oct 03 20:23:00.445 INFO copying /tmp/.tmp4RA0ll/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81632024-10-03T20:23:01.889Z[ recovery-image] Oct 03 20:23:00.446 INFO O| Oct 03 20:23:00.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81642024-10-03T20:23:01.889Z[ recovery-image] Oct 03 20:23:00.446 INFO O| Oct 03 20:23:00.446 INFO ok!
81652024-10-03T20:23:01.889Z[ recovery-image] Oct 03 20:23:00.446 INFO O| Oct 03 20:23:00.446 INFO STEP 60 (ensure_file) COMPLETE
81662024-10-03T20:23:01.889Z[ recovery-image] Oct 03 20:23:00.446 INFO O| Oct 03 20:23:00.446 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81672024-10-03T20:23:01.904Z[ recovery-image] Oct 03 20:23:00.463 INFO O| Oct 03 20:23:00.462 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81682024-10-03T20:23:01.904Z[ recovery-image] Oct 03 20:23:00.463 INFO O| Oct 03 20:23:00.463 INFO STEP 61 (ensure_dir) COMPLETE
81692024-10-03T20:23:01.906Z[ recovery-image] Oct 03 20:23:00.463 INFO O| Oct 03 20:23:00.463 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81702024-10-03T20:23:01.920Z[ recovery-image] Oct 03 20:23:00.479 INFO O| Oct 03 20:23:00.479 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81712024-10-03T20:23:01.920Z[ recovery-image] Oct 03 20:23:00.479 INFO O| Oct 03 20:23:00.479 INFO STEP 62 (ensure_dir) COMPLETE
81722024-10-03T20:23:01.924Z[ recovery-image] Oct 03 20:23:00.479 INFO O| Oct 03 20:23:00.479 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81732024-10-03T20:23:01.932Z[ recovery-image] Oct 03 20:23:00.491 INFO O| Oct 03 20:23:00.491 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81742024-10-03T20:23:01.932Z[ recovery-image] Oct 03 20:23:00.491 INFO O| Oct 03 20:23:00.491 INFO STEP 63 (ensure_dir) COMPLETE
81752024-10-03T20:23:01.932Z[ recovery-image] Oct 03 20:23:00.491 INFO O| Oct 03 20:23:00.491 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81762024-10-03T20:23:01.943Z[ recovery-image] Oct 03 20:23:00.502 INFO O| Oct 03 20:23:00.502 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81772024-10-03T20:23:01.943Z[ recovery-image] Oct 03 20:23:00.502 INFO O| Oct 03 20:23:00.502 INFO STEP 64 (ensure_dir) COMPLETE
81782024-10-03T20:23:01.946Z[ recovery-image] Oct 03 20:23:00.502 INFO O| Oct 03 20:23:00.502 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81792024-10-03T20:23:01.954Z[ recovery-image] Oct 03 20:23:00.513 INFO O| Oct 03 20:23:00.513 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81802024-10-03T20:23:01.954Z[ recovery-image] Oct 03 20:23:00.513 INFO O| Oct 03 20:23:00.513 INFO copying /tmp/.tmp4RA0ll/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81812024-10-03T20:23:01.957Z[ recovery-image] Oct 03 20:23:00.513 INFO O| Oct 03 20:23:00.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81822024-10-03T20:23:01.957Z[ recovery-image] Oct 03 20:23:00.513 INFO O| Oct 03 20:23:00.513 INFO ok!
81832024-10-03T20:23:01.957Z[ recovery-image] Oct 03 20:23:00.513 INFO O| Oct 03 20:23:00.513 INFO STEP 65 (ensure_file) COMPLETE
81842024-10-03T20:23:01.957Z[ recovery-image] Oct 03 20:23:00.513 INFO O| Oct 03 20:23:00.513 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81852024-10-03T20:23:01.966Z[ recovery-image] Oct 03 20:23:00.525 INFO O| Oct 03 20:23:00.524 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81862024-10-03T20:23:01.969Z[ recovery-image] Oct 03 20:23:00.525 INFO O| Oct 03 20:23:00.525 INFO STEP 66 (remove_files) COMPLETE
81872024-10-03T20:23:01.969Z[ recovery-image] Oct 03 20:23:00.525 INFO O| Oct 03 20:23:00.525 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81882024-10-03T20:23:01.980Z[ recovery-image] Oct 03 20:23:00.539 INFO O| Oct 03 20:23:00.539 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81892024-10-03T20:23:01.982Z[ recovery-image] Oct 03 20:23:00.539 INFO O| Oct 03 20:23:00.539 INFO STEP 67 (remove_files) COMPLETE
81902024-10-03T20:23:01.982Z[ recovery-image] Oct 03 20:23:00.539 INFO O| Oct 03 20:23:00.539 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81912024-10-03T20:23:01.991Z[ recovery-image] Oct 03 20:23:00.550 INFO O| Oct 03 20:23:00.550 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81922024-10-03T20:23:01.994Z[ recovery-image] Oct 03 20:23:00.551 INFO O| Oct 03 20:23:00.550 INFO STEP 68 (remove_files) COMPLETE
81932024-10-03T20:23:01.994Z[ recovery-image] Oct 03 20:23:00.551 INFO O| Oct 03 20:23:00.551 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81942024-10-03T20:23:02.006Z[ recovery-image] Oct 03 20:23:00.565 INFO O| Oct 03 20:23:00.565 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81952024-10-03T20:23:02.009Z[ recovery-image] Oct 03 20:23:00.565 INFO O| Oct 03 20:23:00.565 INFO STEP 69 (remove_files) COMPLETE
81962024-10-03T20:23:02.009Z[ recovery-image] Oct 03 20:23:00.565 INFO O| Oct 03 20:23:00.565 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81972024-10-03T20:23:02.020Z[ recovery-image] Oct 03 20:23:00.578 INFO O| Oct 03 20:23:00.578 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81982024-10-03T20:23:02.022Z[ recovery-image] Oct 03 20:23:00.579 INFO O| Oct 03 20:23:00.579 INFO STEP 70 (remove_files) COMPLETE
81992024-10-03T20:23:02.022Z[ recovery-image] Oct 03 20:23:00.579 INFO O| Oct 03 20:23:00.579 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82002024-10-03T20:23:02.034Z[ recovery-image] Oct 03 20:23:00.593 INFO O| Oct 03 20:23:00.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82012024-10-03T20:23:02.037Z[ recovery-image] Oct 03 20:23:00.593 INFO O| Oct 03 20:23:00.593 INFO STEP 71 (remove_files) COMPLETE
82022024-10-03T20:23:02.037Z[ recovery-image] Oct 03 20:23:00.593 INFO O| Oct 03 20:23:00.593 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82032024-10-03T20:23:02.051Z[ recovery-image] Oct 03 20:23:00.610 INFO O| Oct 03 20:23:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82042024-10-03T20:23:02.051Z[ recovery-image] Oct 03 20:23:00.610 INFO O| Oct 03 20:23:00.610 INFO STEP 72 (remove_files) COMPLETE
82052024-10-03T20:23:02.051Z[ recovery-image] Oct 03 20:23:00.610 INFO O| Oct 03 20:23:00.610 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82062024-10-03T20:23:02.067Z[ recovery-image] Oct 03 20:23:00.626 INFO O| Oct 03 20:23:00.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82072024-10-03T20:23:02.067Z[ recovery-image] Oct 03 20:23:00.626 INFO O| Oct 03 20:23:00.626 INFO STEP 73 (remove_files) COMPLETE
82082024-10-03T20:23:02.067Z[ recovery-image] Oct 03 20:23:00.626 INFO O| Oct 03 20:23:00.626 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82092024-10-03T20:23:02.082Z[ recovery-image] Oct 03 20:23:00.641 INFO O| Oct 03 20:23:00.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82102024-10-03T20:23:02.082Z[ recovery-image] Oct 03 20:23:00.641 INFO O| Oct 03 20:23:00.641 INFO STEP 74 (remove_files) COMPLETE
82112024-10-03T20:23:02.082Z[ recovery-image] Oct 03 20:23:00.641 INFO O| Oct 03 20:23:00.641 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82122024-10-03T20:23:02.093Z[ recovery-image] Oct 03 20:23:00.652 INFO O| Oct 03 20:23:00.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82132024-10-03T20:23:02.093Z[ recovery-image] Oct 03 20:23:00.652 INFO O| Oct 03 20:23:00.652 INFO STEP 75 (remove_files) COMPLETE
82142024-10-03T20:23:02.096Z[ recovery-image] Oct 03 20:23:00.652 INFO O| Oct 03 20:23:00.652 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82152024-10-03T20:23:02.107Z[ recovery-image] Oct 03 20:23:00.666 INFO O| Oct 03 20:23:00.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82162024-10-03T20:23:02.107Z[ recovery-image] Oct 03 20:23:00.666 INFO O| Oct 03 20:23:00.666 INFO STEP 76 (remove_files) COMPLETE
82172024-10-03T20:23:02.109Z[ recovery-image] Oct 03 20:23:00.666 INFO O| Oct 03 20:23:00.666 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82182024-10-03T20:23:02.121Z[ recovery-image] Oct 03 20:23:00.679 INFO O| Oct 03 20:23:00.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82192024-10-03T20:23:02.123Z[ recovery-image] Oct 03 20:23:00.679 INFO O| Oct 03 20:23:00.679 INFO STEP 77 (remove_files) COMPLETE
82202024-10-03T20:23:02.123Z[ recovery-image] Oct 03 20:23:00.679 INFO O| Oct 03 20:23:00.679 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82212024-10-03T20:23:02.135Z[ recovery-image] Oct 03 20:23:00.694 INFO O| Oct 03 20:23:00.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82222024-10-03T20:23:02.135Z[ recovery-image] Oct 03 20:23:00.694 INFO O| Oct 03 20:23:00.694 INFO STEP 78 (remove_files) COMPLETE
82232024-10-03T20:23:02.138Z[ recovery-image] Oct 03 20:23:00.694 INFO O| Oct 03 20:23:00.694 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82242024-10-03T20:23:02.150Z[ recovery-image] Oct 03 20:23:00.709 INFO O| Oct 03 20:23:00.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82252024-10-03T20:23:02.150Z[ recovery-image] Oct 03 20:23:00.709 INFO O| Oct 03 20:23:00.709 INFO STEP 79 (remove_files) COMPLETE
82262024-10-03T20:23:02.152Z[ recovery-image] Oct 03 20:23:00.709 INFO O| Oct 03 20:23:00.709 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82272024-10-03T20:23:02.164Z[ recovery-image] Oct 03 20:23:00.722 INFO O| Oct 03 20:23:00.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82282024-10-03T20:23:02.164Z[ recovery-image] Oct 03 20:23:00.723 INFO O| Oct 03 20:23:00.723 INFO STEP 80 (remove_files) COMPLETE
82292024-10-03T20:23:02.166Z[ recovery-image] Oct 03 20:23:00.723 INFO O| Oct 03 20:23:00.723 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82302024-10-03T20:23:02.177Z[ recovery-image] Oct 03 20:23:00.736 INFO O| Oct 03 20:23:00.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82312024-10-03T20:23:02.177Z[ recovery-image] Oct 03 20:23:00.736 INFO O| Oct 03 20:23:00.736 INFO STEP 81 (remove_files) COMPLETE
82322024-10-03T20:23:02.180Z[ recovery-image] Oct 03 20:23:00.736 INFO O| Oct 03 20:23:00.736 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82332024-10-03T20:23:02.193Z[ recovery-image] Oct 03 20:23:00.752 INFO O| Oct 03 20:23:00.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82342024-10-03T20:23:02.196Z[ recovery-image] Oct 03 20:23:00.752 INFO O| Oct 03 20:23:00.752 INFO STEP 82 (remove_files) COMPLETE
82352024-10-03T20:23:02.196Z[ recovery-image] Oct 03 20:23:00.752 INFO O| Oct 03 20:23:00.752 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82362024-10-03T20:23:02.209Z[ recovery-image] Oct 03 20:23:00.768 INFO O| Oct 03 20:23:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82372024-10-03T20:23:02.209Z[ recovery-image] Oct 03 20:23:00.768 INFO O| Oct 03 20:23:00.768 INFO STEP 83 (remove_files) COMPLETE
82382024-10-03T20:23:02.209Z[ recovery-image] Oct 03 20:23:00.768 INFO O| Oct 03 20:23:00.768 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82392024-10-03T20:23:02.223Z[ recovery-image] Oct 03 20:23:00.781 INFO O| Oct 03 20:23:00.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82402024-10-03T20:23:02.223Z[ recovery-image] Oct 03 20:23:00.781 INFO O| Oct 03 20:23:00.781 INFO STEP 84 (remove_files) COMPLETE
82412024-10-03T20:23:02.226Z[ recovery-image] Oct 03 20:23:00.781 INFO O| Oct 03 20:23:00.781 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82422024-10-03T20:23:02.235Z[ recovery-image] Oct 03 20:23:00.794 INFO O| Oct 03 20:23:00.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82432024-10-03T20:23:02.235Z[ recovery-image] Oct 03 20:23:00.794 INFO O| Oct 03 20:23:00.794 INFO STEP 85 (remove_files) COMPLETE
82442024-10-03T20:23:02.237Z[ recovery-image] Oct 03 20:23:00.794 INFO O| Oct 03 20:23:00.794 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82452024-10-03T20:23:02.250Z[ recovery-image] Oct 03 20:23:00.809 INFO O| Oct 03 20:23:00.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82462024-10-03T20:23:02.250Z[ recovery-image] Oct 03 20:23:00.809 INFO O| Oct 03 20:23:00.809 INFO STEP 86 (remove_files) COMPLETE
82472024-10-03T20:23:02.250Z[ recovery-image] Oct 03 20:23:00.809 INFO O| Oct 03 20:23:00.809 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82482024-10-03T20:23:02.271Z[ recovery-image] Oct 03 20:23:00.825 INFO O| Oct 03 20:23:00.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82492024-10-03T20:23:02.271Z[ recovery-image] Oct 03 20:23:00.825 INFO O| Oct 03 20:23:00.825 INFO STEP 87 (remove_files) COMPLETE
82502024-10-03T20:23:02.282Z[ recovery-image] Oct 03 20:23:00.825 INFO O| Oct 03 20:23:00.825 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82512024-10-03T20:23:02.282Z[ recovery-image] Oct 03 20:23:00.836 INFO O| Oct 03 20:23:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82522024-10-03T20:23:02.282Z[ recovery-image] Oct 03 20:23:00.836 INFO O| Oct 03 20:23:00.836 INFO STEP 88 (remove_files) COMPLETE
82532024-10-03T20:23:02.282Z[ recovery-image] Oct 03 20:23:00.836 INFO O| Oct 03 20:23:00.836 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82542024-10-03T20:23:02.290Z[ recovery-image] Oct 03 20:23:00.849 INFO O| Oct 03 20:23:00.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82552024-10-03T20:23:02.290Z[ recovery-image] Oct 03 20:23:00.849 INFO O| Oct 03 20:23:00.849 INFO STEP 89 (remove_files) COMPLETE
82562024-10-03T20:23:02.293Z[ recovery-image] Oct 03 20:23:00.850 INFO O| Oct 03 20:23:00.849 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82572024-10-03T20:23:02.306Z[ recovery-image] Oct 03 20:23:00.865 INFO O| Oct 03 20:23:00.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82582024-10-03T20:23:02.306Z[ recovery-image] Oct 03 20:23:00.865 INFO O| Oct 03 20:23:00.865 INFO STEP 90 (remove_files) COMPLETE
82592024-10-03T20:23:02.308Z[ recovery-image] Oct 03 20:23:00.865 INFO O| Oct 03 20:23:00.865 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82602024-10-03T20:23:02.320Z[ recovery-image] Oct 03 20:23:00.879 INFO O| Oct 03 20:23:00.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82612024-10-03T20:23:02.320Z[ recovery-image] Oct 03 20:23:00.879 INFO O| Oct 03 20:23:00.879 INFO STEP 91 (remove_files) COMPLETE
82622024-10-03T20:23:02.323Z[ recovery-image] Oct 03 20:23:00.879 INFO O| Oct 03 20:23:00.879 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82632024-10-03T20:23:02.335Z[ recovery-image] Oct 03 20:23:00.894 INFO O| Oct 03 20:23:00.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82642024-10-03T20:23:02.335Z[ recovery-image] Oct 03 20:23:00.894 INFO O| Oct 03 20:23:00.894 INFO STEP 92 (remove_files) COMPLETE
82652024-10-03T20:23:02.339Z[ recovery-image] Oct 03 20:23:00.894 INFO O| Oct 03 20:23:00.894 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82662024-10-03T20:23:02.350Z[ recovery-image] Oct 03 20:23:00.909 INFO O| Oct 03 20:23:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82672024-10-03T20:23:02.350Z[ recovery-image] Oct 03 20:23:00.909 INFO O| Oct 03 20:23:00.909 INFO STEP 93 (remove_files) COMPLETE
82682024-10-03T20:23:02.353Z[ recovery-image] Oct 03 20:23:00.909 INFO O| Oct 03 20:23:00.909 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82692024-10-03T20:23:02.366Z[ recovery-image] Oct 03 20:23:00.925 INFO O| Oct 03 20:23:00.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82702024-10-03T20:23:02.366Z[ recovery-image] Oct 03 20:23:00.925 INFO O| Oct 03 20:23:00.925 INFO STEP 94 (remove_files) COMPLETE
82712024-10-03T20:23:02.373Z[ recovery-image] Oct 03 20:23:00.925 INFO O| Oct 03 20:23:00.925 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82722024-10-03T20:23:02.389Z[ recovery-image] Oct 03 20:23:00.948 INFO O| Oct 03 20:23:00.948 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82732024-10-03T20:23:02.391Z[ recovery-image] Oct 03 20:23:00.948 INFO O| Oct 03 20:23:00.948 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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"}
82742024-10-03T20:23:08.683Z[ recovery-image] Oct 03 20:23:07.235 INFO O| Oct 03 20:23:07.235 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
82752024-10-03T20:23:08.683Z[ recovery-image] Oct 03 20:23:07.235 INFO O| Oct 03 20:23:07.235 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82762024-10-03T20:23:08.690Z[ recovery-image] Oct 03 20:23:07.248 INFO O| Oct 03 20:23:07.248 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
82772024-10-03T20:23:08.767Z[ recovery-image] Oct 03 20:23:07.324 INFO O| Oct 03 20:23:07.324 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82782024-10-03T20:23:08.767Z[ recovery-image] Oct 03 20:23:07.324 INFO O| Oct 03 20:23:07.324 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 ...
82792024-10-03T20:23:08.770Z[ recovery-image] Oct 03 20:23:07.326 INFO O| Oct 03 20:23:07.326 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82802024-10-03T20:23:08.770Z[ recovery-image] Oct 03 20:23:07.326 INFO O| Oct 03 20:23:07.326 INFO ok!
82812024-10-03T20:23:08.770Z[ recovery-image] Oct 03 20:23:07.326 INFO O| Oct 03 20:23:07.326 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82822024-10-03T20:23:08.770Z[ recovery-image] Oct 03 20:23:07.326 INFO O| Oct 03 20:23:07.326 INFO STEP 95 (seed_smf) COMPLETE
82832024-10-03T20:23:08.770Z[ recovery-image] Oct 03 20:23:07.326 INFO O| Oct 03 20:23:07.326 INFO steps complete; finalising image!
82842024-10-03T20:23:08.770Z[ recovery-image] Oct 03 20:23:07.327 INFO O| Oct 03 20:23:07.327 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82852024-10-03T20:23:08.805Z[ recovery-image] Oct 03 20:23:07.363 INFO O| Oct 03 20:23:07.363 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Thu Oct 3 20:23:07 2024)
82862024-10-03T20:23:09.013Z[ recovery-image] Oct 03 20:23:07.571 INFO O| Oct 03 20:23:07.571 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Thu Oct 3 20:23:07 2024)
82872024-10-03T20:23:09.220Z[ recovery-image] Oct 03 20:23:07.778 INFO O| Oct 03 20:23:07.778 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Thu Oct 3 20:23:07 2024)
82882024-10-03T20:23:09.426Z[ recovery-image] Oct 03 20:23:07.984 INFO O| Oct 03 20:23:07.984 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Thu Oct 3 20:23:07 2024)
82892024-10-03T20:23:09.633Z[ recovery-image] Oct 03 20:23:08.191 INFO O| Oct 03 20:23:08.190 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Thu Oct 3 20:23:07 2024)
82902024-10-03T20:23:09.843Z[ recovery-image] Oct 03 20:23:08.401 INFO O| Oct 03 20:23:08.401 INFO trim TEMPORARY-gimlet-zfs-recovery: (76% trimmed, started at Thu Oct 3 20:23:07 2024)
82912024-10-03T20:23:10.070Z[ recovery-image] Oct 03 20:23:08.627 INFO O| Oct 03 20:23:08.627 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio
82922024-10-03T20:23:10.070Z[ recovery-image] Oct 03 20:23:08.627 INFO O| Oct 03 20:23:08.627 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82932024-10-03T20:23:10.235Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 54s
82942024-10-03T20:23:10.294Z[ recovery-image] Oct 03 20:23:08.851 INFO O| Oct 03 20:23:08.851 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
82952024-10-03T20:23:10.294Z[ recovery-image] Oct 03 20:23:08.852 INFO O| Oct 03 20:23:08.851 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
82962024-10-03T20:23:10.586ZOct 03 20:23:09.144 INFO [verify-libraries] process exited with exit status: 0 (359.18059228s)
82972024-10-03T20:23:13.503Z[ recovery-image] Oct 03 20:23:12.060 INFO O| Oct 03 20:23:12.060 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82982024-10-03T20:23:13.503Z[ recovery-image] Oct 03 20:23:12.061 INFO O| Oct 03 20:23:12.060 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82992024-10-03T20:23:13.506Z[ recovery-image] Oct 03 20:23:12.061 INFO O| Oct 03 20:23:12.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83002024-10-03T20:23:13.506Z[ recovery-image] Oct 03 20:23:12.061 INFO O| Oct 03 20:23:12.060 INFO completed processing gimlet/zfs-recovery
83012024-10-03T20:23:13.506Z[ recovery-image] Oct 03 20:23:12.061 INFO O| Oct 03 20:23:12.061 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83022024-10-03T20:23:13.942Z[ recovery-image] Oct 03 20:23:12.499 INFO O| Oct 03 20:23:12.499 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83032024-10-03T20:23:14.038Z[ recovery-image] Oct 03 20:23:12.595 INFO BUILD STRING "heads/stlouis-0-gb547e5da60\n"
83042024-10-03T20:23:14.040Z[ recovery-image] Oct 03 20:23:12.596 INFO expanded image name: "recovery 09053ca/${os_short_commit} 2024-10-03 19:55" -> "recovery 09053ca/b547e5d 2024-10-03 19:55"
83052024-10-03T20:23:14.040Z[ recovery-image] Oct 03 20:23:12.596 INFO output artefacts stored in: "/work/os-recovery"
83062024-10-03T20:23:14.040Z[ recovery-image] Oct 03 20:23:12.596 INFO collecting git info from project "amd-host-image-builder"...
83072024-10-03T20:23:14.282Z[ recovery-image] Oct 03 20:23:12.838 INFO collecting git info from project "amd-firmware"...
83082024-10-03T20:23:14.526Z[ recovery-image] Oct 03 20:23:13.083 INFO collecting git info from project "pilot"...
83092024-10-03T20:23:14.537Z[ recovery-image] Oct 03 20:23:13.095 INFO collecting git info from project "bootserver"...
83102024-10-03T20:23:14.543Z[ recovery-image] Oct 03 20:23:13.100 INFO collecting git info from project "image-builder"...
83112024-10-03T20:23:14.549Z[ recovery-image] Oct 03 20:23:13.106 INFO collecting git info from project "phbl"...
83122024-10-03T20:23:14.555Z[ recovery-image] Oct 03 20:23:13.112 INFO collecting git info from project "pinprick"...
83132024-10-03T20:23:14.560Z[ recovery-image] Oct 03 20:23:13.117 INFO collecting git info from project "chelsio-t6-roms"...
83142024-10-03T20:23:14.580Z[ recovery-image] Oct 03 20:23:13.138 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83152024-10-03T20:23:14.943Z[ recovery-image] Oct 03 20:23:13.500 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83162024-10-03T20:23:15.294Z[ recovery-image] Oct 03 20:23:13.851 INFO creating Oxide boot image...
83172024-10-03T20:23:15.295Z[ recovery-image] Oct 03 20:23:13.851 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 09053ca/b547e5d 2024-10-03 19:55", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83182024-10-03T20:23:39.911Z[ host-image] Oct 03 20:23:38.465 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22940:20241002T092434Z
83192024-10-03T20:23:39.911Z[ host-image] Oct 03 20:23:38.466 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22940:20241002T092434Z
83202024-10-03T20:23:39.913Z[ host-image] Oct 03 20:23:38.466 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83212024-10-03T20:23:39.913Z[ host-image] Oct 03 20:23:38.466 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83222024-10-03T20:23:39.913Z[ host-image] Oct 03 20:23:38.466 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83232024-10-03T20:23:39.914Z[ host-image] Oct 03 20:23:38.466 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83242024-10-03T20:23:39.914Z[ host-image] Oct 03 20:23:38.467 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83252024-10-03T20:23:39.914Z[ host-image] Oct 03 20:23:38.467 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83262024-10-03T20:23:39.914Z[ host-image] Oct 03 20:23:38.467 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83272024-10-03T20:23:39.914Z[ host-image] Oct 03 20:23:38.467 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83282024-10-03T20:23:39.914Z[ host-image] Oct 03 20:23:38.467 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22940:20241002T092435Z
83292024-10-03T20:23:39.916Z[ host-image] Oct 03 20:23:38.469 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22940:20241002T092436Z
83302024-10-03T20:23:39.916Z[ host-image] Oct 03 20:23:38.470 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22940:20241002T092436Z
83312024-10-03T20:23:39.916Z[ host-image] Oct 03 20:23:38.471 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22940:20241002T092436Z
83322024-10-03T20:23:39.916Z[ host-image] Oct 03 20:23:38.471 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83332024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.471 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22940:20241002T092436Z
83342024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.472 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22940:20241002T092436Z
83352024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.472 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22940:20241002T092436Z
83362024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.472 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22940:20241002T092436Z
83372024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.472 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22940:20241002T092437Z
83382024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.472 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22940:20241002T092437Z
83392024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22940:20241002T092437Z
83402024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22940:20241002T092438Z
83412024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22940:20241002T092439Z
83422024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22940:20241002T092440Z
83432024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22940:20241002T092440Z
83442024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22940:20241002T092441Z
83452024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22940:20241002T092442Z
83462024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.474 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83472024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.474 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22940:20241002T092443Z
83482024-10-03T20:23:39.919Z[ host-image] Oct 03 20:23:38.474 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22940:20241002T092445Z
83492024-10-03T20:23:39.922Z[ host-image] Oct 03 20:23:38.474 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22940:20241002T092446Z
83502024-10-03T20:23:39.922Z[ host-image] Oct 03 20:23:38.474 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22940:20241002T092446Z
83512024-10-03T20:23:39.922Z[ host-image] Oct 03 20:23:38.475 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22940:20241002T092448Z
83522024-10-03T20:23:39.922Z[ host-image] Oct 03 20:23:38.475 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22940:20241002T092448Z
83532024-10-03T20:23:39.930Z[ host-image] Oct 03 20:23:38.484 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83542024-10-03T20:23:39.933Z[ host-image] Oct 03 20:23:38.485 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22940:20241002T092448Z
83552024-10-03T20:23:39.933Z[ host-image] Oct 03 20:23:38.485 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241001T131146Z
83562024-10-03T20:23:39.933Z[ host-image] Oct 03 20:23:38.485 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83572024-10-03T20:23:39.933Z[ host-image] Oct 03 20:23:38.485 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83582024-10-03T20:23:39.933Z[ host-image] Oct 03 20:23:38.486 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22940:20241002T092448Z
83592024-10-03T20:23:39.933Z[ host-image] Oct 03 20:23:38.486 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83602024-10-03T20:23:39.933Z[ host-image] Oct 03 20:23:38.486 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83612024-10-03T20:23:39.933Z[ host-image] Oct 03 20:23:38.487 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83622024-10-03T20:23:39.936Z[ host-image] Oct 03 20:23:38.488 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83632024-10-03T20:23:39.945Z[ host-image] Oct 03 20:23:38.500 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83642024-10-03T20:23:39.947Z[ host-image] Oct 03 20:23:38.500 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83652024-10-03T20:23:39.947Z[ host-image] Oct 03 20:23:38.500 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83662024-10-03T20:23:39.947Z[ host-image] Oct 03 20:23:38.501 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83672024-10-03T20:23:39.947Z[ host-image] Oct 03 20:23:38.501 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83682024-10-03T20:23:39.947Z[ host-image] Oct 03 20:23:38.501 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83692024-10-03T20:23:39.982Z[ host-image] Oct 03 20:23:38.537 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83702024-10-03T20:23:39.985Z[ host-image] Oct 03 20:23:38.538 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83712024-10-03T20:23:39.985Z[ host-image] Oct 03 20:23:38.538 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83722024-10-03T20:23:39.985Z[ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22940:20241002T092450Z
83732024-10-03T20:23:39.985Z[ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22940:20241002T092455Z
83742024-10-03T20:23:39.985Z[ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83752024-10-03T20:23:39.985Z[ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22940:20241002T092456Z
83762024-10-03T20:23:39.985Z[ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83772024-10-03T20:23:39.985Z[ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83782024-10-03T20:23:39.985Z[ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83792024-10-03T20:23:39.987Z[ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22940:20241002T092456Z
83802024-10-03T20:23:39.987Z[ host-image] Oct 03 20:23:38.540 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83812024-10-03T20:23:39.990Z[ host-image] Oct 03 20:23:38.544 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83822024-10-03T20:23:39.990Z[ host-image] Oct 03 20:23:38.544 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83832024-10-03T20:23:39.990Z[ host-image] Oct 03 20:23:38.544 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83842024-10-03T20:23:39.992Z[ host-image] Oct 03 20:23:38.545 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22940:20241002T092456Z
83852024-10-03T20:23:39.992Z[ host-image] Oct 03 20:23:38.545 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83862024-10-03T20:23:40.005Z[ host-image] Oct 03 20:23:38.560 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83872024-10-03T20:23:40.008Z[ host-image] Oct 03 20:23:38.560 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22940:20241002T092457Z
83882024-10-03T20:23:40.008Z[ host-image] Oct 03 20:23:38.562 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22940:20241002T092457Z
83892024-10-03T20:23:40.010Z[ host-image] Oct 03 20:23:38.562 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22940:20241002T092457Z
83902024-10-03T20:23:40.010Z[ host-image] Oct 03 20:23:38.562 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83912024-10-03T20:23:40.010Z[ host-image] Oct 03 20:23:38.563 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22940:20241002T092458Z
83922024-10-03T20:23:40.010Z[ host-image] Oct 03 20:23:38.564 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22940:20241002T092459Z
83932024-10-03T20:23:40.010Z[ host-image] Oct 03 20:23:38.564 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22940:20241002T092459Z
83942024-10-03T20:23:40.010Z[ host-image] Oct 03 20:23:38.564 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22940:20241002T092459Z
83952024-10-03T20:23:40.013Z[ host-image] Oct 03 20:23:38.568 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
83962024-10-03T20:23:40.015Z[ host-image] Oct 03 20:23:38.568 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22940:20241002T092459Z
83972024-10-03T20:23:40.016Z[ host-image] Oct 03 20:23:38.569 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22940:20241002T092500Z
83982024-10-03T20:23:40.016Z[ host-image] Oct 03 20:23:38.569 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
83992024-10-03T20:23:40.016Z[ host-image] Oct 03 20:23:38.569 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22940:20241002T092501Z
84002024-10-03T20:23:40.016Z[ host-image] Oct 03 20:23:38.569 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22940:20241002T092501Z
84012024-10-03T20:23:40.016Z[ host-image] Oct 03 20:23:38.569 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22940:20241002T092501Z
84022024-10-03T20:23:40.016Z[ host-image] Oct 03 20:23:38.570 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22940:20241002T092501Z
84032024-10-03T20:23:40.024Z[ host-image] Oct 03 20:23:38.578 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22940:20241002T092501Z
84042024-10-03T20:23:40.024Z[ host-image] Oct 03 20:23:38.578 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84052024-10-03T20:23:40.028Z[ host-image] Oct 03 20:23:38.580 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22940:20241002T092501Z
84062024-10-03T20:23:40.028Z[ host-image] Oct 03 20:23:38.582 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22940:20241002T092501Z
84072024-10-03T20:23:40.030Z[ host-image] Oct 03 20:23:38.582 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22940:20241002T092501Z
84082024-10-03T20:23:40.030Z[ host-image] Oct 03 20:23:38.582 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22940:20241002T092502Z
84092024-10-03T20:23:40.030Z[ host-image] Oct 03 20:23:38.583 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22940:20241002T092502Z
84102024-10-03T20:23:40.030Z[ host-image] Oct 03 20:23:38.583 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22940:20241002T092502Z
84112024-10-03T20:23:40.038Z[ host-image] Oct 03 20:23:38.593 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22940:20241002T092503Z
84122024-10-03T20:23:40.041Z[ host-image] Oct 03 20:23:38.593 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22940:20241002T092503Z
84132024-10-03T20:23:40.041Z[ host-image] Oct 03 20:23:38.593 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22940:20241002T092503Z
84142024-10-03T20:23:40.041Z[ host-image] Oct 03 20:23:38.595 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22940:20241002T092503Z
84152024-10-03T20:23:40.041Z[ host-image] Oct 03 20:23:38.595 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22940:20241002T092503Z
84162024-10-03T20:23:40.062Z[ host-image] Oct 03 20:23:38.616 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22940:20241002T092506Z
84172024-10-03T20:23:40.064Z[ host-image] Oct 03 20:23:38.617 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22940:20241002T092504Z
84182024-10-03T20:23:40.064Z[ host-image] Oct 03 20:23:38.617 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22940:20241002T092504Z
84192024-10-03T20:23:40.064Z[ host-image] Oct 03 20:23:38.617 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84202024-10-03T20:23:40.064Z[ host-image] Oct 03 20:23:38.617 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84212024-10-03T20:23:40.091Z[ host-image] Oct 03 20:23:38.646 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22940:20241002T092504Z
84222024-10-03T20:23:40.094Z[ host-image] Oct 03 20:23:38.646 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84232024-10-03T20:23:40.094Z[ host-image] Oct 03 20:23:38.646 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22940:20241002T092504Z
84242024-10-03T20:23:40.094Z[ host-image] Oct 03 20:23:38.646 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22940:20241002T092504Z
84252024-10-03T20:23:40.094Z[ host-image] Oct 03 20:23:38.648 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22940:20241002T092505Z
84262024-10-03T20:23:40.094Z[ host-image] Oct 03 20:23:38.648 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84272024-10-03T20:23:40.096Z[ host-image] Oct 03 20:23:38.649 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84282024-10-03T20:23:40.096Z[ host-image] Oct 03 20:23:38.649 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22940:20241002T092505Z
84292024-10-03T20:23:40.096Z[ host-image] Oct 03 20:23:38.649 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22940:20241002T092505Z
84302024-10-03T20:23:40.096Z[ host-image] Oct 03 20:23:38.649 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22940:20241002T092505Z
84312024-10-03T20:23:40.097Z[ host-image] Oct 03 20:23:38.650 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22940:20241002T092505Z
84322024-10-03T20:23:40.097Z[ host-image] Oct 03 20:23:38.650 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22940:20241002T092506Z
84332024-10-03T20:23:40.097Z[ host-image] Oct 03 20:23:38.650 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22940:20241002T092506Z
84342024-10-03T20:23:40.099Z[ host-image] Oct 03 20:23:38.653 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84352024-10-03T20:23:40.100Z[ host-image] Oct 03 20:23:38.653 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22940:20241002T092507Z
84362024-10-03T20:23:40.102Z[ host-image] Oct 03 20:23:38.655 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22940:20241002T092507Z
84372024-10-03T20:23:40.102Z[ host-image] Oct 03 20:23:38.655 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22940:20241002T092507Z
84382024-10-03T20:23:40.102Z[ host-image] Oct 03 20:23:38.655 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22940:20241002T092508Z
84392024-10-03T20:23:40.102Z[ host-image] Oct 03 20:23:38.656 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22940:20241002T092507Z
84402024-10-03T20:23:40.102Z[ host-image] Oct 03 20:23:38.656 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22940:20241002T092508Z
84412024-10-03T20:23:40.102Z[ host-image] Oct 03 20:23:38.656 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84422024-10-03T20:23:40.102Z[ host-image] Oct 03 20:23:38.656 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84432024-10-03T20:23:40.102Z[ host-image] Oct 03 20:23:38.656 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22940:20241002T092510Z
84442024-10-03T20:23:40.105Z[ host-image] Oct 03 20:23:38.657 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22940:20241002T092510Z
84452024-10-03T20:23:40.105Z[ host-image] Oct 03 20:23:38.657 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84462024-10-03T20:23:40.105Z[ host-image] Oct 03 20:23:38.657 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84472024-10-03T20:23:40.105Z[ host-image] Oct 03 20:23:38.657 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84482024-10-03T20:23:40.105Z[ host-image] Oct 03 20:23:38.657 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84492024-10-03T20:23:40.105Z[ host-image] Oct 03 20:23:38.657 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84502024-10-03T20:23:40.105Z[ host-image] Oct 03 20:23:38.658 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84512024-10-03T20:23:40.105Z[ host-image] Oct 03 20:23:38.659 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84522024-10-03T20:23:40.105Z[ host-image] Oct 03 20:23:38.659 INFO O| tempdir @ "/tmp/.tmpz1S5hr/tmp"
84532024-10-03T20:23:40.105Z[ host-image] Oct 03 20:23:38.659 INFO O| image root @ "/tmp/.tmpz1S5hr/tmp/root"
84542024-10-03T20:23:40.108Z[ host-image] Oct 03 20:23:38.659 INFO O| creating image...
84552024-10-03T20:23:40.598Z[ host-image] Oct 03 20:23:39.153 INFO O| copying publishers...
84562024-10-03T20:23:47.682Z[ host-image] Oct 03 20:23:46.236 INFO O| adding properties...
84572024-10-03T20:23:48.683Z[ host-image] Oct 03 20:23:47.237 INFO O| installing packages...
84582024-10-03T20:24:00.634Z[ recovery-image] Oct 03 20:23:59.186 INFO O| ok, image written!
84592024-10-03T20:24:00.634Z[ recovery-image] Oct 03 20:23:59.186 INFO O| ok, boot_image_csum file written!
84602024-10-03T20:24:00.639Z[ recovery-image] Oct 03 20:23:59.191 INFO creating boot archive (CPIO)...
84612024-10-03T20:24:00.642Z[ recovery-image] Oct 03 20:23:59.191 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
84622024-10-03T20:24:00.646Z[ recovery-image] Oct 03 20:23:59.198 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84632024-10-03T20:24:00.649Z[ recovery-image] Oct 03 20:23:59.198 INFO E| + outfile=/work/os-recovery/cpio
84642024-10-03T20:24:00.649Z[ recovery-image] Oct 03 20:23:59.198 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84652024-10-03T20:24:00.649Z[ recovery-image] Oct 03 20:23:59.200 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84662024-10-03T20:24:00.650Z[ recovery-image] Oct 03 20:23:59.200 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84672024-10-03T20:24:00.681Z[ recovery-image] Oct 03 20:23:59.233 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84682024-10-03T20:24:00.681Z[ recovery-image] Oct 03 20:23:59.233 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84692024-10-03T20:24:00.689Z[ recovery-image] Oct 03 20:23:59.241 INFO creating compressed cpio/unix for nanobl-rs...
84702024-10-03T20:24:00.691Z[ recovery-image] Oct 03 20:23:59.242 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
84712024-10-03T20:24:00.975Z[ recovery-image] Oct 03 20:23:59.527 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84722024-10-03T20:24:04.014Z[ host-image] Oct 03 20:24:02.566 INFO O| seeding SMF database...
84732024-10-03T20:24:05.311Z[ recovery-image] Oct 03 20:24:03.863 INFO creating reset image...
84742024-10-03T20:24:05.311Z[ recovery-image] Oct 03 20:24:03.863 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84752024-10-03T20:24:05.550Z[ recovery-image] Oct 03 20:24:04.102 INFO E| Updating crates.io index
84762024-10-03T20:24:05.670Z[ recovery-image] Oct 03 20:24:04.222 INFO E| Downloading crates ...
84772024-10-03T20:24:05.754Z[ recovery-image] Oct 03 20:24:04.306 INFO E| Downloaded colorchoice v1.0.2
84782024-10-03T20:24:05.771Z[ recovery-image] Oct 03 20:24:04.322 INFO E| Downloaded clap_lex v0.7.2
84792024-10-03T20:24:05.773Z[ recovery-image] Oct 03 20:24:04.325 INFO E| Downloaded utf8parse v0.2.2
84802024-10-03T20:24:05.775Z[ recovery-image] Oct 03 20:24:04.326 INFO E| Downloaded anstyle-parse v0.2.5
84812024-10-03T20:24:05.778Z[ recovery-image] Oct 03 20:24:04.328 INFO E| Downloaded shared_child v1.0.1
84822024-10-03T20:24:05.778Z[ recovery-image] Oct 03 20:24:04.329 INFO E| Downloaded anstyle-query v1.1.1
84832024-10-03T20:24:05.787Z[ recovery-image] Oct 03 20:24:04.330 INFO E| Downloaded os_pipe v1.2.1
84842024-10-03T20:24:05.787Z[ recovery-image] Oct 03 20:24:04.332 INFO E| Downloaded anstream v0.6.15
84852024-10-03T20:24:05.787Z[ recovery-image] Oct 03 20:24:04.334 INFO E| Downloaded duct v0.13.7
84862024-10-03T20:24:05.787Z[ recovery-image] Oct 03 20:24:04.336 INFO E| Downloaded is_terminal_polyfill v1.70.1
84872024-10-03T20:24:05.788Z[ recovery-image] Oct 03 20:24:04.338 INFO E| Downloaded clap v4.5.17
84882024-10-03T20:24:05.795Z[ recovery-image] Oct 03 20:24:04.347 INFO E| Downloaded clap_builder v4.5.17
84892024-10-03T20:24:05.830Z[ recovery-image] Oct 03 20:24:04.382 INFO E| Downloaded libc v0.2.158
84902024-10-03T20:24:05.904Z[ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling proc-macro2 v1.0.86
84912024-10-03T20:24:05.904Z[ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling unicode-ident v1.0.13
84922024-10-03T20:24:05.904Z[ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling libc v0.2.158
84932024-10-03T20:24:05.907Z[ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling utf8parse v0.2.2
84942024-10-03T20:24:05.907Z[ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling anstyle v1.0.8
84952024-10-03T20:24:05.907Z[ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling is_terminal_polyfill v1.70.1
84962024-10-03T20:24:05.907Z[ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling anstyle-query v1.1.1
84972024-10-03T20:24:05.907Z[ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling colorchoice v1.0.2
84982024-10-03T20:24:06.105Z[ recovery-image] Oct 03 20:24:04.656 INFO E| Compiling anstyle-parse v0.2.5
84992024-10-03T20:24:06.105Z[ recovery-image] Oct 03 20:24:04.656 INFO E| Compiling heck v0.5.0
85002024-10-03T20:24:06.123Z[ recovery-image] Oct 03 20:24:04.674 INFO E| Compiling strsim v0.11.1
85012024-10-03T20:24:06.205Z[ recovery-image] Oct 03 20:24:04.756 INFO E| Compiling clap_lex v0.7.2
85022024-10-03T20:24:06.205Z[ recovery-image] Oct 03 20:24:04.756 INFO E| Compiling once_cell v1.19.0
85032024-10-03T20:24:06.441Z[ recovery-image] Oct 03 20:24:04.993 INFO E| Compiling anstream v0.6.15
85042024-10-03T20:24:06.796Z[ recovery-image] Oct 03 20:24:05.347 INFO E| Compiling clap_builder v4.5.17
85052024-10-03T20:24:07.321Z[ recovery-image] Oct 03 20:24:05.873 INFO E| Compiling os_pipe v1.2.1
85062024-10-03T20:24:07.321Z[ recovery-image] Oct 03 20:24:05.873 INFO E| Compiling shared_child v1.0.1
85072024-10-03T20:24:07.443Z[ recovery-image] Oct 03 20:24:05.994 INFO E| Compiling quote v1.0.37
85082024-10-03T20:24:07.459Z[ recovery-image] Oct 03 20:24:06.010 INFO E| Compiling duct v0.13.7
85092024-10-03T20:24:07.816Z[ recovery-image] Oct 03 20:24:06.367 INFO E| Compiling syn v2.0.77
85102024-10-03T20:24:11.700Z[ recovery-image] Oct 03 20:24:10.251 INFO E| Compiling clap_derive v4.5.13
85112024-10-03T20:24:12.769Z[ host-image] Oct 03 20:24:11.320 INFO O| configuring SMF profile...
85122024-10-03T20:24:12.772Z[ host-image] Oct 03 20:24:11.320 INFO O| modifying shadow(5)...
85132024-10-03T20:24:12.772Z[ host-image] Oct 03 20:24:11.320 INFO O| loading user and group database...
85142024-10-03T20:24:12.772Z[ host-image] Oct 03 20:24:11.320 INFO O| assessing packaged files...
85152024-10-03T20:24:13.527Z[ recovery-image] Oct 03 20:24:12.077 INFO E| Compiling clap v4.5.17
85162024-10-03T20:24:13.580Z[ recovery-image] Oct 03 20:24:12.131 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85172024-10-03T20:24:14.605Z[ recovery-image] Oct 03 20:24:13.156 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
85182024-10-03T20:24:14.616Z[ recovery-image] Oct 03 20:24:13.167 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85192024-10-03T20:24:14.739Z[ recovery-image] Oct 03 20:24:13.290 INFO E| Updating crates.io index
85202024-10-03T20:24:14.902Z[ recovery-image] Oct 03 20:24:13.453 INFO E| Downloading crates ...
85212024-10-03T20:24:14.955Z[ recovery-image] Oct 03 20:24:13.506 INFO E| Downloaded seq-macro v0.3.5
85222024-10-03T20:24:14.959Z[ recovery-image] Oct 03 20:24:13.510 INFO E| Downloaded bitstruct v0.1.1
85232024-10-03T20:24:14.963Z[ recovery-image] Oct 03 20:24:13.514 INFO E| Downloaded bitstruct_derive v0.1.0
85242024-10-03T20:24:14.966Z[ recovery-image] Oct 03 20:24:13.515 INFO E| Downloaded bit_field v0.10.2
85252024-10-03T20:24:14.975Z[ recovery-image] Oct 03 20:24:13.526 INFO E| Downloaded raw-cpuid v10.7.0
85262024-10-03T20:24:14.979Z[ recovery-image] Oct 03 20:24:13.530 INFO E| Downloaded cpio_reader v0.1.1
85272024-10-03T20:24:15.064Z[ host-image] Oct 03 20:24:13.614 INFO O| creating archive...
85282024-10-03T20:24:15.097Z[ host-image] Oct 03 20:24:13.647 INFO O| missing from packaging:
85292024-10-03T20:24:15.097Z[ host-image] Oct 03 20:24:13.647 INFO O| "etc/.pwd.lock"
85302024-10-03T20:24:15.099Z[ host-image] Oct 03 20:24:13.648 INFO O| "etc/bash"
85312024-10-03T20:24:15.102Z[ host-image] Oct 03 20:24:13.653 INFO O| "etc/svc/profile/generic.xml"
85322024-10-03T20:24:15.102Z[ host-image] Oct 03 20:24:13.653 INFO O| "etc/svc/profile/inetd_services.xml"
85332024-10-03T20:24:15.105Z[ host-image] Oct 03 20:24:13.653 INFO O| "etc/svc/profile/name_service.xml"
85342024-10-03T20:24:15.105Z[ host-image] Oct 03 20:24:13.653 INFO O| "etc/svc/profile/platform.xml"
85352024-10-03T20:24:15.105Z[ host-image] Oct 03 20:24:13.653 INFO O| "etc/svc/profile/platform_omicron1.xml"
85362024-10-03T20:24:15.105Z[ host-image] Oct 03 20:24:13.653 INFO O| "etc/svc/repository.db"
85372024-10-03T20:24:15.105Z[ recovery-image] Oct 03 20:24:13.655 INFO E| Downloaded x86 v0.52.0
85382024-10-03T20:24:15.111Z[ host-image] Oct 03 20:24:13.662 INFO O| "opt/ooce/share"
85392024-10-03T20:24:15.111Z[ host-image] Oct 03 20:24:13.662 INFO O| "opt/ooce/share/man"
85402024-10-03T20:24:15.113Z[ host-image] Oct 03 20:24:13.662 INFO O| "opt/ooce/share/man/man1"
85412024-10-03T20:24:15.120Z[ host-image] Oct 03 20:24:13.670 INFO O| finishing archive...
85422024-10-03T20:24:15.165Z[ recovery-image] Oct 03 20:24:13.715 INFO E| Updating crates.io index
85432024-10-03T20:24:15.236Z[ recovery-image] Oct 03 20:24:13.787 INFO E| Downloading crates ...
85442024-10-03T20:24:15.307Z[ recovery-image] Oct 03 20:24:13.858 INFO E| Downloaded compiler_builtins v0.1.125
85452024-10-03T20:24:15.378Z[ recovery-image] Oct 03 20:24:13.929 INFO E| Compiling compiler_builtins v0.1.125
85462024-10-03T20:24:15.379Z[ recovery-image] Oct 03 20:24:13.929 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)
85472024-10-03T20:24:15.379Z[ recovery-image] Oct 03 20:24:13.929 INFO E| Compiling proc-macro2 v1.0.86
85482024-10-03T20:24:15.381Z[ recovery-image] Oct 03 20:24:13.929 INFO E| Compiling unicode-ident v1.0.13
85492024-10-03T20:24:15.381Z[ recovery-image] Oct 03 20:24:13.929 INFO E| Compiling syn v1.0.109
85502024-10-03T20:24:15.381Z[ recovery-image] Oct 03 20:24:13.929 INFO E| Compiling x86 v0.52.0
85512024-10-03T20:24:15.381Z[ recovery-image] Oct 03 20:24:13.930 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85522024-10-03T20:24:15.384Z[ recovery-image] Oct 03 20:24:13.935 INFO E| Compiling seq-macro v0.3.5
85532024-10-03T20:24:16.503Z[ recovery-image] Oct 03 20:24:15.054 INFO E| Compiling quote v1.0.37
85542024-10-03T20:24:16.762Z[ recovery-image] Oct 03 20:24:15.312 INFO E| Compiling syn v2.0.77
85552024-10-03T20:24:18.101Z[ host-image] Oct 03 20:24:16.651 INFO O| creating gzonly manifest...
85562024-10-03T20:24:18.116Z[ host-image] Oct 03 20:24:16.666 INFO O| ok
85572024-10-03T20:24:18.224Z[ host-image] Oct 03 20:24:16.774 INFO image builder template: ramdisk-02-trim...
85582024-10-03T20:24:18.224Z[ host-image] Oct 03 20:24:16.774 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/.tmp4RA0ll/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
85592024-10-03T20:24:18.252Z[ host-image] Oct 03 20:24:16.802 INFO O| Oct 03 20:24:16.802 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85602024-10-03T20:24:18.256Z[ host-image] Oct 03 20:24:16.807 INFO O| Oct 03 20:24:16.807 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85612024-10-03T20:24:18.393Z[ host-image] Oct 03 20:24:16.943 INFO O| Oct 03 20:24:16.943 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85622024-10-03T20:24:18.467Z[ host-image] Oct 03 20:24:17.018 INFO O| Oct 03 20:24:17.017 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85632024-10-03T20:24:18.470Z[ host-image] Oct 03 20:24:17.018 INFO O| Oct 03 20:24:17.018 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85642024-10-03T20:24:18.473Z[ host-image] Oct 03 20:24:17.024 INFO O| Oct 03 20:24:17.024 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85652024-10-03T20:24:18.480Z[ host-image] Oct 03 20:24:17.030 INFO O| Oct 03 20:24:17.030 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85662024-10-03T20:24:18.488Z[ host-image] Oct 03 20:24:17.037 INFO O| Oct 03 20:24:17.037 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85672024-10-03T20:24:18.694Z[ host-image] Oct 03 20:24:17.244 INFO O| Oct 03 20:24:17.244 INFO rolled back to input snapshot; work may begin
85682024-10-03T20:24:18.694Z[ host-image] Oct 03 20:24:17.245 INFO O| Oct 03 20:24:17.244 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85692024-10-03T20:24:18.702Z[ host-image] Oct 03 20:24:17.253 INFO O| Oct 03 20:24:17.253 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85702024-10-03T20:24:18.719Z[ host-image] Oct 03 20:24:17.269 INFO O| Oct 03 20:24:17.269 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85712024-10-03T20:24:18.812Z[ host-image] Oct 03 20:24:17.362 INFO O| Oct 03 20:24:17.362 INFO STEP 0 (remove_files) COMPLETE
85722024-10-03T20:24:18.812Z[ host-image] Oct 03 20:24:17.362 INFO O| Oct 03 20:24:17.362 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-10-03T20:24:18.835Z[ host-image] Oct 03 20:24:17.383 INFO O| Oct 03 20:24:17.383 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85742024-10-03T20:24:18.838Z[ host-image] Oct 03 20:24:17.386 INFO O| Oct 03 20:24:17.386 INFO STEP 1 (remove_files) COMPLETE
85752024-10-03T20:24:18.838Z[ host-image] Oct 03 20:24:17.386 INFO O| Oct 03 20:24:17.386 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-10-03T20:24:18.856Z[ host-image] Oct 03 20:24:17.406 INFO O| Oct 03 20:24:17.406 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85772024-10-03T20:24:18.880Z[ host-image] Oct 03 20:24:17.430 INFO O| Oct 03 20:24:17.430 INFO STEP 2 (remove_files) COMPLETE
85782024-10-03T20:24:18.880Z[ host-image] Oct 03 20:24:17.430 INFO O| Oct 03 20:24:17.430 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-10-03T20:24:18.899Z[ host-image] Oct 03 20:24:17.449 INFO O| Oct 03 20:24:17.449 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85802024-10-03T20:24:18.902Z[ host-image] Oct 03 20:24:17.452 INFO O| Oct 03 20:24:17.452 INFO STEP 3 (remove_files) COMPLETE
85812024-10-03T20:24:18.904Z[ host-image] Oct 03 20:24:17.452 INFO O| Oct 03 20:24:17.452 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-10-03T20:24:18.921Z[ host-image] Oct 03 20:24:17.471 INFO O| Oct 03 20:24:17.470 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85832024-10-03T20:24:18.926Z[ host-image] Oct 03 20:24:17.477 INFO O| Oct 03 20:24:17.476 INFO STEP 4 (remove_files) COMPLETE
85842024-10-03T20:24:18.929Z[ host-image] Oct 03 20:24:17.477 INFO O| Oct 03 20:24:17.477 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-10-03T20:24:18.959Z[ host-image] Oct 03 20:24:17.509 INFO O| Oct 03 20:24:17.509 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85862024-10-03T20:24:18.963Z[ host-image] Oct 03 20:24:17.514 INFO O| Oct 03 20:24:17.514 INFO STEP 5 (remove_files) COMPLETE
85872024-10-03T20:24:18.966Z[ host-image] Oct 03 20:24:17.514 INFO O| Oct 03 20:24:17.514 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-10-03T20:24:18.986Z[ host-image] Oct 03 20:24:17.536 INFO O| Oct 03 20:24:17.536 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85892024-10-03T20:24:19.003Z[ host-image] Oct 03 20:24:17.552 INFO O| Oct 03 20:24:17.552 INFO STEP 6 (remove_files) COMPLETE
85902024-10-03T20:24:19.003Z[ host-image] Oct 03 20:24:17.553 INFO O| Oct 03 20:24:17.552 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-10-03T20:24:19.030Z[ host-image] Oct 03 20:24:17.578 INFO O| Oct 03 20:24:17.578 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85922024-10-03T20:24:19.045Z[ host-image] Oct 03 20:24:17.595 INFO O| Oct 03 20:24:17.595 INFO STEP 7 (remove_files) COMPLETE
85932024-10-03T20:24:19.048Z[ host-image] Oct 03 20:24:17.595 INFO O| Oct 03 20:24:17.595 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-10-03T20:24:19.061Z[ host-image] Oct 03 20:24:17.612 INFO O| Oct 03 20:24:17.611 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85952024-10-03T20:24:19.153Z[ host-image] Oct 03 20:24:17.703 INFO O| Oct 03 20:24:17.703 INFO STEP 8 (remove_files) COMPLETE
85962024-10-03T20:24:19.153Z[ host-image] Oct 03 20:24:17.703 INFO O| Oct 03 20:24:17.703 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-10-03T20:24:19.167Z[ host-image] Oct 03 20:24:17.717 INFO O| Oct 03 20:24:17.717 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85982024-10-03T20:24:19.220Z[ recovery-image] Oct 03 20:24:17.769 INFO E| Compiling scroll_derive v0.12.0
85992024-10-03T20:24:19.288Z[ host-image] Oct 03 20:24:17.838 INFO O| Oct 03 20:24:17.838 INFO STEP 9 (remove_files) COMPLETE
86002024-10-03T20:24:19.288Z[ host-image] Oct 03 20:24:17.838 INFO O| Oct 03 20:24:17.838 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-10-03T20:24:19.303Z[ host-image] Oct 03 20:24:17.853 INFO O| Oct 03 20:24:17.853 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86022024-10-03T20:24:19.306Z[ host-image] Oct 03 20:24:17.857 INFO O| Oct 03 20:24:17.856 INFO STEP 10 (remove_files) COMPLETE
86032024-10-03T20:24:19.306Z[ host-image] Oct 03 20:24:17.857 INFO O| Oct 03 20:24:17.857 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-10-03T20:24:19.324Z[ host-image] Oct 03 20:24:17.874 INFO O| Oct 03 20:24:17.874 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86052024-10-03T20:24:19.326Z[ host-image] Oct 03 20:24:17.875 INFO O| Oct 03 20:24:17.875 INFO STEP 11 (remove_files) COMPLETE
86062024-10-03T20:24:19.326Z[ host-image] Oct 03 20:24:17.875 INFO O| Oct 03 20:24:17.875 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-10-03T20:24:19.337Z[ host-image] Oct 03 20:24:17.887 INFO O| Oct 03 20:24:17.887 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86082024-10-03T20:24:19.339Z[ host-image] Oct 03 20:24:17.889 INFO O| Oct 03 20:24:17.889 INFO STEP 12 (remove_files) COMPLETE
86092024-10-03T20:24:19.339Z[ host-image] Oct 03 20:24:17.889 INFO O| Oct 03 20:24:17.889 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-10-03T20:24:19.372Z[ host-image] Oct 03 20:24:17.922 INFO O| Oct 03 20:24:17.922 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86112024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.923 INFO O| Oct 03 20:24:17.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86122024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86132024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86142024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86152024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86162024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86172024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86182024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86192024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86202024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86212024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.925 INFO O| Oct 03 20:24:17.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86222024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.925 INFO O| Oct 03 20:24:17.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86232024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.925 INFO O| Oct 03 20:24:17.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86242024-10-03T20:24:19.375Z[ host-image] Oct 03 20:24:17.925 INFO O| Oct 03 20:24:17.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86252024-10-03T20:24:19.378Z[ host-image] Oct 03 20:24:17.926 INFO O| Oct 03 20:24:17.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86262024-10-03T20:24:19.378Z[ host-image] Oct 03 20:24:17.926 INFO O| Oct 03 20:24:17.926 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86272024-10-03T20:24:19.716Z[ host-image] Oct 03 20:24:18.266 INFO O| Oct 03 20:24:18.266 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86282024-10-03T20:24:19.718Z[ host-image] Oct 03 20:24:18.268 INFO O| Oct 03 20:24:18.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86292024-10-03T20:24:19.721Z[ host-image] Oct 03 20:24:18.272 INFO O| Oct 03 20:24:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86302024-10-03T20:24:19.729Z[ host-image] Oct 03 20:24:18.279 INFO O| Oct 03 20:24:18.279 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86312024-10-03T20:24:19.780Z[ host-image] Oct 03 20:24:18.330 INFO O| Oct 03 20:24:18.329 INFO STEP 13 (remove_files) COMPLETE
86322024-10-03T20:24:19.780Z[ host-image] Oct 03 20:24:18.330 INFO O| Oct 03 20:24:18.329 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86332024-10-03T20:24:19.792Z[ host-image] Oct 03 20:24:18.342 INFO O| Oct 03 20:24:18.342 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86342024-10-03T20:24:19.794Z[ host-image] Oct 03 20:24:18.344 INFO O| Oct 03 20:24:18.344 INFO STEP 14 (remove_files) COMPLETE
86352024-10-03T20:24:19.795Z[ host-image] Oct 03 20:24:18.344 INFO O| Oct 03 20:24:18.344 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-10-03T20:24:19.805Z[ host-image] Oct 03 20:24:18.355 INFO O| Oct 03 20:24:18.355 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86372024-10-03T20:24:19.812Z[ host-image] Oct 03 20:24:18.362 INFO O| Oct 03 20:24:18.362 INFO STEP 15 (remove_files) COMPLETE
86382024-10-03T20:24:19.812Z[ host-image] Oct 03 20:24:18.362 INFO O| Oct 03 20:24:18.362 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-10-03T20:24:19.823Z[ host-image] Oct 03 20:24:18.373 INFO O| Oct 03 20:24:18.373 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86402024-10-03T20:24:19.826Z[ host-image] Oct 03 20:24:18.374 INFO O| Oct 03 20:24:18.374 INFO STEP 16 (remove_files) COMPLETE
86412024-10-03T20:24:19.826Z[ host-image] Oct 03 20:24:18.374 INFO O| Oct 03 20:24:18.374 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-10-03T20:24:19.834Z[ host-image] Oct 03 20:24:18.384 INFO O| Oct 03 20:24:18.384 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86432024-10-03T20:24:19.837Z[ host-image] Oct 03 20:24:18.386 INFO O| Oct 03 20:24:18.386 INFO STEP 17 (remove_files) COMPLETE
86442024-10-03T20:24:19.837Z[ host-image] Oct 03 20:24:18.386 INFO O| Oct 03 20:24:18.386 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-10-03T20:24:19.849Z[ host-image] Oct 03 20:24:18.399 INFO O| Oct 03 20:24:18.399 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86462024-10-03T20:24:19.849Z[ host-image] Oct 03 20:24:18.399 INFO O| Oct 03 20:24:18.399 INFO STEP 18 (remove_files) COMPLETE
86472024-10-03T20:24:19.852Z[ host-image] Oct 03 20:24:18.399 INFO O| Oct 03 20:24:18.399 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-10-03T20:24:19.863Z[ host-image] Oct 03 20:24:18.413 INFO O| Oct 03 20:24:18.413 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86492024-10-03T20:24:19.863Z[ host-image] Oct 03 20:24:18.413 INFO O| Oct 03 20:24:18.413 INFO STEP 19 (remove_files) COMPLETE
86502024-10-03T20:24:19.866Z[ host-image] Oct 03 20:24:18.413 INFO O| Oct 03 20:24:18.413 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-10-03T20:24:19.876Z[ host-image] Oct 03 20:24:18.426 INFO O| Oct 03 20:24:18.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86522024-10-03T20:24:19.876Z[ host-image] Oct 03 20:24:18.426 INFO O| Oct 03 20:24:18.426 INFO STEP 20 (remove_files) COMPLETE
86532024-10-03T20:24:19.876Z[ host-image] Oct 03 20:24:18.426 INFO O| Oct 03 20:24:18.426 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-10-03T20:24:19.891Z[ host-image] Oct 03 20:24:18.441 INFO O| Oct 03 20:24:18.441 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86552024-10-03T20:24:19.891Z[ host-image] Oct 03 20:24:18.441 INFO O| Oct 03 20:24:18.441 INFO STEP 21 (remove_files) COMPLETE
86562024-10-03T20:24:19.895Z[ host-image] Oct 03 20:24:18.441 INFO O| Oct 03 20:24:18.441 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86572024-10-03T20:24:19.901Z[ host-image] Oct 03 20:24:18.451 INFO O| Oct 03 20:24:18.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86582024-10-03T20:24:19.901Z[ host-image] Oct 03 20:24:18.451 INFO O| Oct 03 20:24:18.451 INFO STEP 22 (remove_files) COMPLETE
86592024-10-03T20:24:19.904Z[ host-image] Oct 03 20:24:18.452 INFO O| Oct 03 20:24:18.451 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86602024-10-03T20:24:19.913Z[ host-image] Oct 03 20:24:18.462 INFO O| Oct 03 20:24:18.462 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86612024-10-03T20:24:19.913Z[ host-image] Oct 03 20:24:18.462 INFO O| Oct 03 20:24:18.462 INFO STEP 23 (remove_files) COMPLETE
86622024-10-03T20:24:19.916Z[ host-image] Oct 03 20:24:18.463 INFO O| Oct 03 20:24:18.462 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-10-03T20:24:19.926Z[ host-image] Oct 03 20:24:18.476 INFO O| Oct 03 20:24:18.476 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86642024-10-03T20:24:19.930Z[ host-image] Oct 03 20:24:18.476 INFO O| Oct 03 20:24:18.476 INFO STEP 24 (remove_files) COMPLETE
86652024-10-03T20:24:19.930Z[ host-image] Oct 03 20:24:18.476 INFO O| Oct 03 20:24:18.476 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-10-03T20:24:19.942Z[ host-image] Oct 03 20:24:18.492 INFO O| Oct 03 20:24:18.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86672024-10-03T20:24:19.942Z[ host-image] Oct 03 20:24:18.492 INFO O| Oct 03 20:24:18.492 INFO STEP 25 (remove_files) COMPLETE
86682024-10-03T20:24:19.945Z[ host-image] Oct 03 20:24:18.492 INFO O| Oct 03 20:24:18.492 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-10-03T20:24:19.955Z[ host-image] Oct 03 20:24:18.505 INFO O| Oct 03 20:24:18.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86702024-10-03T20:24:19.955Z[ host-image] Oct 03 20:24:18.505 INFO O| Oct 03 20:24:18.505 INFO STEP 26 (remove_files) COMPLETE
86712024-10-03T20:24:19.957Z[ host-image] Oct 03 20:24:18.505 INFO O| Oct 03 20:24:18.505 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86722024-10-03T20:24:19.969Z[ host-image] Oct 03 20:24:18.519 INFO O| Oct 03 20:24:18.519 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86732024-10-03T20:24:19.969Z[ host-image] Oct 03 20:24:18.519 INFO O| Oct 03 20:24:18.519 INFO STEP 27 (remove_files) COMPLETE
86742024-10-03T20:24:19.969Z[ host-image] Oct 03 20:24:18.519 INFO O| Oct 03 20:24:18.519 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-10-03T20:24:19.983Z[ host-image] Oct 03 20:24:18.533 INFO O| Oct 03 20:24:18.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86762024-10-03T20:24:19.983Z[ host-image] Oct 03 20:24:18.533 INFO O| Oct 03 20:24:18.533 INFO STEP 28 (remove_files) COMPLETE
86772024-10-03T20:24:19.985Z[ host-image] Oct 03 20:24:18.533 INFO O| Oct 03 20:24:18.533 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86782024-10-03T20:24:19.997Z[ host-image] Oct 03 20:24:18.547 INFO O| Oct 03 20:24:18.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86792024-10-03T20:24:19.997Z[ host-image] Oct 03 20:24:18.547 INFO O| Oct 03 20:24:18.547 INFO STEP 29 (remove_files) COMPLETE
86802024-10-03T20:24:19.997Z[ host-image] Oct 03 20:24:18.547 INFO O| Oct 03 20:24:18.547 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86812024-10-03T20:24:20.011Z[ host-image] Oct 03 20:24:18.561 INFO O| Oct 03 20:24:18.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86822024-10-03T20:24:20.011Z[ host-image] Oct 03 20:24:18.561 INFO O| Oct 03 20:24:18.561 INFO STEP 30 (remove_files) COMPLETE
86832024-10-03T20:24:20.013Z[ host-image] Oct 03 20:24:18.561 INFO O| Oct 03 20:24:18.561 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86842024-10-03T20:24:20.021Z[ host-image] Oct 03 20:24:18.571 INFO O| Oct 03 20:24:18.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86852024-10-03T20:24:20.024Z[ host-image] Oct 03 20:24:18.571 INFO O| Oct 03 20:24:18.571 INFO STEP 31 (remove_files) COMPLETE
86862024-10-03T20:24:20.024Z[ host-image] Oct 03 20:24:18.572 INFO O| Oct 03 20:24:18.571 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86872024-10-03T20:24:20.033Z[ host-image] Oct 03 20:24:18.583 INFO O| Oct 03 20:24:18.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86882024-10-03T20:24:20.033Z[ host-image] Oct 03 20:24:18.583 INFO O| Oct 03 20:24:18.583 INFO STEP 32 (remove_files) COMPLETE
86892024-10-03T20:24:20.033Z[ host-image] Oct 03 20:24:18.583 INFO O| Oct 03 20:24:18.583 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86902024-10-03T20:24:20.043Z[ host-image] Oct 03 20:24:18.593 INFO O| Oct 03 20:24:18.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86912024-10-03T20:24:20.043Z[ host-image] Oct 03 20:24:18.593 INFO O| Oct 03 20:24:18.593 INFO STEP 33 (remove_files) COMPLETE
86922024-10-03T20:24:20.043Z[ host-image] Oct 03 20:24:18.593 INFO O| Oct 03 20:24:18.593 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86932024-10-03T20:24:20.053Z[ host-image] Oct 03 20:24:18.603 INFO O| Oct 03 20:24:18.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86942024-10-03T20:24:20.053Z[ host-image] Oct 03 20:24:18.603 INFO O| Oct 03 20:24:18.603 INFO STEP 34 (remove_files) COMPLETE
86952024-10-03T20:24:20.056Z[ host-image] Oct 03 20:24:18.603 INFO O| Oct 03 20:24:18.603 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86962024-10-03T20:24:20.063Z[ host-image] Oct 03 20:24:18.613 INFO O| Oct 03 20:24:18.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86972024-10-03T20:24:20.063Z[ host-image] Oct 03 20:24:18.613 INFO O| Oct 03 20:24:18.613 INFO STEP 35 (remove_files) COMPLETE
86982024-10-03T20:24:20.063Z[ host-image] Oct 03 20:24:18.613 INFO O| Oct 03 20:24:18.613 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86992024-10-03T20:24:20.074Z[ host-image] Oct 03 20:24:18.624 INFO O| Oct 03 20:24:18.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87002024-10-03T20:24:20.074Z[ host-image] Oct 03 20:24:18.624 INFO O| Oct 03 20:24:18.624 INFO STEP 36 (remove_files) COMPLETE
87012024-10-03T20:24:20.076Z[ host-image] Oct 03 20:24:18.624 INFO O| Oct 03 20:24:18.624 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87022024-10-03T20:24:20.084Z[ host-image] Oct 03 20:24:18.634 INFO O| Oct 03 20:24:18.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87032024-10-03T20:24:20.084Z[ host-image] Oct 03 20:24:18.634 INFO O| Oct 03 20:24:18.634 INFO STEP 37 (remove_files) COMPLETE
87042024-10-03T20:24:20.087Z[ host-image] Oct 03 20:24:18.634 INFO O| Oct 03 20:24:18.634 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87052024-10-03T20:24:20.094Z[ host-image] Oct 03 20:24:18.645 INFO O| Oct 03 20:24:18.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87062024-10-03T20:24:20.094Z[ host-image] Oct 03 20:24:18.645 INFO O| Oct 03 20:24:18.645 INFO STEP 38 (remove_files) COMPLETE
87072024-10-03T20:24:20.097Z[ host-image] Oct 03 20:24:18.645 INFO O| Oct 03 20:24:18.645 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87082024-10-03T20:24:20.105Z[ host-image] Oct 03 20:24:18.655 INFO O| Oct 03 20:24:18.655 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87092024-10-03T20:24:20.105Z[ host-image] Oct 03 20:24:18.655 INFO O| Oct 03 20:24:18.655 INFO STEP 39 (remove_files) COMPLETE
87102024-10-03T20:24:20.105Z[ host-image] Oct 03 20:24:18.655 INFO O| Oct 03 20:24:18.655 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87112024-10-03T20:24:20.115Z[ host-image] Oct 03 20:24:18.666 INFO O| Oct 03 20:24:18.665 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87122024-10-03T20:24:20.115Z[ host-image] Oct 03 20:24:18.666 INFO O| Oct 03 20:24:18.666 INFO STEP 40 (remove_files) COMPLETE
87132024-10-03T20:24:20.118Z[ host-image] Oct 03 20:24:18.666 INFO O| Oct 03 20:24:18.666 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142024-10-03T20:24:20.126Z[ host-image] Oct 03 20:24:18.676 INFO O| Oct 03 20:24:18.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87152024-10-03T20:24:20.128Z[ host-image] Oct 03 20:24:18.676 INFO O| Oct 03 20:24:18.676 INFO STEP 41 (remove_files) COMPLETE
87162024-10-03T20:24:20.128Z[ host-image] Oct 03 20:24:18.676 INFO O| Oct 03 20:24:18.676 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87172024-10-03T20:24:20.136Z[ host-image] Oct 03 20:24:18.686 INFO O| Oct 03 20:24:18.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87182024-10-03T20:24:20.138Z[ host-image] Oct 03 20:24:18.686 INFO O| Oct 03 20:24:18.686 INFO STEP 42 (remove_files) COMPLETE
87192024-10-03T20:24:20.138Z[ host-image] Oct 03 20:24:18.687 INFO O| Oct 03 20:24:18.686 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87202024-10-03T20:24:20.146Z[ host-image] Oct 03 20:24:18.697 INFO O| Oct 03 20:24:18.696 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87212024-10-03T20:24:20.146Z[ host-image] Oct 03 20:24:18.697 INFO O| Oct 03 20:24:18.697 INFO STEP 43 (remove_files) COMPLETE
87222024-10-03T20:24:20.149Z[ host-image] Oct 03 20:24:18.697 INFO O| Oct 03 20:24:18.697 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232024-10-03T20:24:20.157Z[ host-image] Oct 03 20:24:18.707 INFO O| Oct 03 20:24:18.707 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87242024-10-03T20:24:20.160Z[ host-image] Oct 03 20:24:18.707 INFO O| Oct 03 20:24:18.707 INFO STEP 44 (remove_files) COMPLETE
87252024-10-03T20:24:20.160Z[ host-image] Oct 03 20:24:18.707 INFO O| Oct 03 20:24:18.707 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262024-10-03T20:24:20.168Z[ host-image] Oct 03 20:24:18.717 INFO O| Oct 03 20:24:18.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87272024-10-03T20:24:20.171Z[ host-image] Oct 03 20:24:18.717 INFO O| Oct 03 20:24:18.717 INFO STEP 45 (remove_files) COMPLETE
87282024-10-03T20:24:20.171Z[ host-image] Oct 03 20:24:18.717 INFO O| Oct 03 20:24:18.717 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-10-03T20:24:20.177Z[ host-image] Oct 03 20:24:18.727 INFO O| Oct 03 20:24:18.727 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87302024-10-03T20:24:20.177Z[ host-image] Oct 03 20:24:18.727 INFO O| Oct 03 20:24:18.727 INFO STEP 46 (remove_files) COMPLETE
87312024-10-03T20:24:20.177Z[ host-image] Oct 03 20:24:18.727 INFO O| Oct 03 20:24:18.727 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322024-10-03T20:24:20.187Z[ host-image] Oct 03 20:24:18.737 INFO O| Oct 03 20:24:18.737 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87332024-10-03T20:24:20.187Z[ host-image] Oct 03 20:24:18.737 INFO O| Oct 03 20:24:18.737 INFO STEP 47 (remove_files) COMPLETE
87342024-10-03T20:24:20.187Z[ host-image] Oct 03 20:24:18.737 INFO O| Oct 03 20:24:18.737 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-10-03T20:24:20.199Z[ host-image] Oct 03 20:24:18.749 INFO O| Oct 03 20:24:18.749 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87362024-10-03T20:24:20.199Z[ host-image] Oct 03 20:24:18.749 INFO O| Oct 03 20:24:18.749 INFO STEP 48 (remove_files) COMPLETE
87372024-10-03T20:24:20.200Z[ host-image] Oct 03 20:24:18.749 INFO O| Oct 03 20:24:18.749 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382024-10-03T20:24:20.212Z[ host-image] Oct 03 20:24:18.762 INFO O| Oct 03 20:24:18.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87392024-10-03T20:24:20.212Z[ host-image] Oct 03 20:24:18.762 INFO O| Oct 03 20:24:18.762 INFO STEP 49 (remove_files) COMPLETE
87402024-10-03T20:24:20.214Z[ host-image] Oct 03 20:24:18.762 INFO O| Oct 03 20:24:18.762 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-10-03T20:24:20.224Z[ host-image] Oct 03 20:24:18.774 INFO O| Oct 03 20:24:18.774 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87422024-10-03T20:24:20.224Z[ host-image] Oct 03 20:24:18.774 INFO O| Oct 03 20:24:18.774 INFO STEP 50 (remove_files) COMPLETE
87432024-10-03T20:24:20.227Z[ host-image] Oct 03 20:24:18.774 INFO O| Oct 03 20:24:18.774 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-10-03T20:24:20.235Z[ host-image] Oct 03 20:24:18.785 INFO O| Oct 03 20:24:18.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87452024-10-03T20:24:20.237Z[ host-image] Oct 03 20:24:18.785 INFO O| Oct 03 20:24:18.785 INFO STEP 51 (remove_files) COMPLETE
87462024-10-03T20:24:20.237Z[ host-image] Oct 03 20:24:18.785 INFO O| Oct 03 20:24:18.785 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-10-03T20:24:20.244Z[ host-image] Oct 03 20:24:18.795 INFO O| Oct 03 20:24:18.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87482024-10-03T20:24:20.245Z[ host-image] Oct 03 20:24:18.795 INFO O| Oct 03 20:24:18.795 INFO STEP 52 (remove_files) COMPLETE
87492024-10-03T20:24:20.247Z[ host-image] Oct 03 20:24:18.795 INFO O| Oct 03 20:24:18.795 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502024-10-03T20:24:20.254Z[ host-image] Oct 03 20:24:18.804 INFO O| Oct 03 20:24:18.804 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87512024-10-03T20:24:20.254Z[ host-image] Oct 03 20:24:18.805 INFO O| Oct 03 20:24:18.805 INFO STEP 53 (remove_files) COMPLETE
87522024-10-03T20:24:20.258Z[ host-image] Oct 03 20:24:18.805 INFO O| Oct 03 20:24:18.805 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-10-03T20:24:20.264Z[ host-image] Oct 03 20:24:18.814 INFO O| Oct 03 20:24:18.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87542024-10-03T20:24:20.264Z[ host-image] Oct 03 20:24:18.815 INFO O| Oct 03 20:24:18.814 INFO STEP 54 (remove_files) COMPLETE
87552024-10-03T20:24:20.267Z[ host-image] Oct 03 20:24:18.815 INFO O| Oct 03 20:24:18.815 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562024-10-03T20:24:20.274Z[ host-image] Oct 03 20:24:18.824 INFO O| Oct 03 20:24:18.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87572024-10-03T20:24:20.274Z[ host-image] Oct 03 20:24:18.824 INFO O| Oct 03 20:24:18.824 INFO STEP 55 (remove_files) COMPLETE
87582024-10-03T20:24:20.274Z[ host-image] Oct 03 20:24:18.824 INFO O| Oct 03 20:24:18.824 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-10-03T20:24:20.284Z[ host-image] Oct 03 20:24:18.834 INFO O| Oct 03 20:24:18.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87602024-10-03T20:24:20.284Z[ host-image] Oct 03 20:24:18.834 INFO O| Oct 03 20:24:18.834 INFO STEP 56 (remove_files) COMPLETE
87612024-10-03T20:24:20.285Z[ host-image] Oct 03 20:24:18.834 INFO O| Oct 03 20:24:18.834 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-10-03T20:24:20.295Z[ host-image] Oct 03 20:24:18.845 INFO O| Oct 03 20:24:18.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87632024-10-03T20:24:20.295Z[ host-image] Oct 03 20:24:18.845 INFO O| Oct 03 20:24:18.845 INFO STEP 57 (remove_files) COMPLETE
87642024-10-03T20:24:20.295Z[ host-image] Oct 03 20:24:18.845 INFO O| Oct 03 20:24:18.845 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652024-10-03T20:24:20.305Z[ host-image] Oct 03 20:24:18.855 INFO O| Oct 03 20:24:18.855 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87662024-10-03T20:24:20.305Z[ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87672024-10-03T20:24:20.308Z[ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87682024-10-03T20:24:20.308Z[ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87692024-10-03T20:24:20.308Z[ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87702024-10-03T20:24:20.308Z[ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87712024-10-03T20:24:20.308Z[ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO ok!
87722024-10-03T20:24:20.308Z[ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO STEP 58 (ensure_file) COMPLETE
87732024-10-03T20:24:20.308Z[ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87742024-10-03T20:24:20.316Z[ host-image] Oct 03 20:24:18.866 INFO O| Oct 03 20:24:18.866 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87752024-10-03T20:24:20.316Z[ host-image] Oct 03 20:24:18.866 INFO O| Oct 03 20:24:18.866 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87762024-10-03T20:24:20.319Z[ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87772024-10-03T20:24:20.319Z[ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87782024-10-03T20:24:20.319Z[ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87792024-10-03T20:24:20.319Z[ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87802024-10-03T20:24:20.319Z[ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO ok!
87812024-10-03T20:24:20.319Z[ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO STEP 59 (ensure_file) COMPLETE
87822024-10-03T20:24:20.319Z[ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87832024-10-03T20:24:20.327Z[ host-image] Oct 03 20:24:18.877 INFO O| Oct 03 20:24:18.877 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87842024-10-03T20:24:20.327Z[ host-image] Oct 03 20:24:18.877 INFO O| Oct 03 20:24:18.877 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87852024-10-03T20:24:20.329Z[ host-image] Oct 03 20:24:18.877 INFO O| Oct 03 20:24:18.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87862024-10-03T20:24:20.329Z[ host-image] Oct 03 20:24:18.877 INFO O| Oct 03 20:24:18.877 INFO ok!
87872024-10-03T20:24:20.329Z[ host-image] Oct 03 20:24:18.877 INFO O| Oct 03 20:24:18.877 INFO STEP 60 (ensure_file) COMPLETE
87882024-10-03T20:24:20.329Z[ host-image] Oct 03 20:24:18.877 INFO O| Oct 03 20:24:18.877 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892024-10-03T20:24:20.337Z[ host-image] Oct 03 20:24:18.887 INFO O| Oct 03 20:24:18.887 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87902024-10-03T20:24:20.337Z[ host-image] Oct 03 20:24:18.887 INFO O| Oct 03 20:24:18.887 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87912024-10-03T20:24:20.340Z[ host-image] Oct 03 20:24:18.887 INFO O| Oct 03 20:24:18.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87922024-10-03T20:24:20.340Z[ host-image] Oct 03 20:24:18.887 INFO O| Oct 03 20:24:18.887 INFO ok!
87932024-10-03T20:24:20.340Z[ host-image] Oct 03 20:24:18.887 INFO O| Oct 03 20:24:18.887 INFO STEP 61 (ensure_file) COMPLETE
87942024-10-03T20:24:20.340Z[ host-image] Oct 03 20:24:18.887 INFO O| Oct 03 20:24:18.887 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952024-10-03T20:24:20.347Z[ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87962024-10-03T20:24:20.347Z[ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87972024-10-03T20:24:20.349Z[ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87982024-10-03T20:24:20.349Z[ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87992024-10-03T20:24:20.350Z[ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 INFO ok!
88002024-10-03T20:24:20.350Z[ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 INFO STEP 62 (ensure_file) COMPLETE
88012024-10-03T20:24:20.350Z[ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88022024-10-03T20:24:20.357Z[ host-image] Oct 03 20:24:18.907 INFO O| Oct 03 20:24:18.907 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88032024-10-03T20:24:20.357Z[ host-image] Oct 03 20:24:18.907 INFO O| Oct 03 20:24:18.907 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88042024-10-03T20:24:20.360Z[ host-image] Oct 03 20:24:18.908 INFO O| Oct 03 20:24:18.907 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88052024-10-03T20:24:20.360Z[ host-image] Oct 03 20:24:18.908 INFO O| Oct 03 20:24:18.908 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88062024-10-03T20:24:20.360Z[ host-image] Oct 03 20:24:18.908 INFO O| Oct 03 20:24:18.908 INFO ok!
88072024-10-03T20:24:20.360Z[ host-image] Oct 03 20:24:18.908 INFO O| Oct 03 20:24:18.908 INFO STEP 63 (ensure_file) COMPLETE
88082024-10-03T20:24:20.360Z[ host-image] Oct 03 20:24:18.908 INFO O| Oct 03 20:24:18.908 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092024-10-03T20:24:20.368Z[ host-image] Oct 03 20:24:18.918 INFO O| Oct 03 20:24:18.918 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88102024-10-03T20:24:20.368Z[ host-image] Oct 03 20:24:18.918 INFO O| Oct 03 20:24:18.918 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88112024-10-03T20:24:20.368Z[ host-image] Oct 03 20:24:18.918 INFO O| Oct 03 20:24:18.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88122024-10-03T20:24:20.371Z[ host-image] Oct 03 20:24:18.918 INFO O| Oct 03 20:24:18.918 INFO ok!
88132024-10-03T20:24:20.371Z[ host-image] Oct 03 20:24:18.918 INFO O| Oct 03 20:24:18.918 INFO STEP 64 (assemble_files) COMPLETE
88142024-10-03T20:24:20.371Z[ host-image] Oct 03 20:24:18.918 INFO O| Oct 03 20:24:18.918 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88152024-10-03T20:24:20.379Z[ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88162024-10-03T20:24:20.379Z[ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88172024-10-03T20:24:20.379Z[ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88182024-10-03T20:24:20.379Z[ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88192024-10-03T20:24:20.381Z[ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO ok!
88202024-10-03T20:24:20.381Z[ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO STEP 65 (ensure_file) COMPLETE
88212024-10-03T20:24:20.381Z[ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222024-10-03T20:24:20.391Z[ host-image] Oct 03 20:24:18.942 INFO O| Oct 03 20:24:18.941 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88232024-10-03T20:24:20.394Z[ host-image] Oct 03 20:24:18.942 INFO O| Oct 03 20:24:18.942 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88242024-10-03T20:24:20.394Z[ host-image] Oct 03 20:24:18.942 INFO O| Oct 03 20:24:18.942 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88252024-10-03T20:24:20.394Z[ host-image] Oct 03 20:24:18.942 INFO O| Oct 03 20:24:18.942 INFO STEP 66 (ensure_dir) COMPLETE
88262024-10-03T20:24:20.394Z[ host-image] Oct 03 20:24:18.942 INFO O| Oct 03 20:24:18.942 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272024-10-03T20:24:20.403Z[ host-image] Oct 03 20:24:18.953 INFO O| Oct 03 20:24:18.953 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88282024-10-03T20:24:20.403Z[ host-image] Oct 03 20:24:18.953 INFO O| Oct 03 20:24:18.953 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 ...
88292024-10-03T20:24:20.411Z[ host-image] Oct 03 20:24:18.961 INFO O| Oct 03 20:24:18.961 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
88302024-10-03T20:24:20.411Z[ host-image] Oct 03 20:24:18.961 INFO O| Oct 03 20:24:18.961 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88312024-10-03T20:24:20.413Z[ host-image] Oct 03 20:24:18.961 INFO O| Oct 03 20:24:18.961 INFO ok!
88322024-10-03T20:24:20.413Z[ host-image] Oct 03 20:24:18.961 INFO O| Oct 03 20:24:18.961 INFO STEP 67 (ensure_file) COMPLETE
88332024-10-03T20:24:20.413Z[ host-image] Oct 03 20:24:18.961 INFO O| Oct 03 20:24:18.961 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-10-03T20:24:20.423Z[ host-image] Oct 03 20:24:18.973 INFO O| Oct 03 20:24:18.973 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88352024-10-03T20:24:20.423Z[ host-image] Oct 03 20:24:18.973 INFO O| Oct 03 20:24:18.973 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 ...
88362024-10-03T20:24:20.426Z[ host-image] Oct 03 20:24:18.974 INFO O| Oct 03 20:24:18.973 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
88372024-10-03T20:24:20.426Z[ host-image] Oct 03 20:24:18.974 INFO O| Oct 03 20:24:18.974 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88382024-10-03T20:24:20.426Z[ host-image] Oct 03 20:24:18.974 INFO O| Oct 03 20:24:18.974 INFO ok!
88392024-10-03T20:24:20.426Z[ host-image] Oct 03 20:24:18.974 INFO O| Oct 03 20:24:18.974 INFO STEP 68 (ensure_file) COMPLETE
88402024-10-03T20:24:20.426Z[ host-image] Oct 03 20:24:18.974 INFO O| Oct 03 20:24:18.974 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88412024-10-03T20:24:20.442Z[ host-image] Oct 03 20:24:18.991 INFO O| Oct 03 20:24:18.991 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88422024-10-03T20:24:20.442Z[ host-image] Oct 03 20:24:18.991 INFO O| Oct 03 20:24:18.991 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88432024-10-03T20:24:21.512Z[ recovery-image] Oct 03 20:24:20.062 INFO E| Compiling bitstruct_derive v0.1.0
88442024-10-03T20:24:22.771Z[ host-image] Oct 03 20:24:21.320 INFO O| Oct 03 20:24:21.320 INFO STEP 69 (pack_tar) COMPLETE
88452024-10-03T20:24:22.771Z[ host-image] Oct 03 20:24:21.320 INFO O| Oct 03 20:24:21.320 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88462024-10-03T20:24:22.773Z[ host-image] Oct 03 20:24:21.320 INFO O| Oct 03 20:24:21.320 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88472024-10-03T20:24:22.964Z[ host-image] Oct 03 20:24:21.513 INFO O| Oct 03 20:24:21.513 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88482024-10-03T20:24:23.064Z[ host-image] Oct 03 20:24:21.614 INFO O| Oct 03 20:24:21.614 INFO completed processing gimlet/ramdisk-02-trim
88492024-10-03T20:24:23.067Z[ host-image] Oct 03 20:24:21.616 INFO image builder template: zfs...
88502024-10-03T20:24:23.067Z[ host-image] Oct 03 20:24:21.616 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/.tmp4RA0ll/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
88512024-10-03T20:24:23.080Z[ host-image] Oct 03 20:24:21.630 INFO O| Oct 03 20:24:21.630 INFO skip include "stress" because feature "stress" is not enabled
88522024-10-03T20:24:23.112Z[ host-image] Oct 03 20:24:21.662 INFO O| Oct 03 20:24:21.662 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88532024-10-03T20:24:23.116Z[ host-image] Oct 03 20:24:21.666 INFO O| Oct 03 20:24:21.666 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88542024-10-03T20:24:23.198Z[ host-image] Oct 03 20:24:21.746 INFO O| Oct 03 20:24:21.746 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88552024-10-03T20:24:23.270Z[ host-image] Oct 03 20:24:21.819 INFO O| Oct 03 20:24:21.818 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88562024-10-03T20:24:23.270Z[ host-image] Oct 03 20:24:21.819 INFO O| Oct 03 20:24:21.819 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88572024-10-03T20:24:23.275Z[ host-image] Oct 03 20:24:21.823 INFO O| Oct 03 20:24:21.823 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88582024-10-03T20:24:23.356Z[ host-image] Oct 03 20:24:21.906 INFO O| Oct 03 20:24:21.906 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88592024-10-03T20:24:23.415Z[ host-image] Oct 03 20:24:21.965 INFO O| Oct 03 20:24:21.965 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88602024-10-03T20:24:23.425Z[ host-image] Oct 03 20:24:21.975 INFO O| Oct 03 20:24:21.975 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88612024-10-03T20:24:23.430Z[ host-image] Oct 03 20:24:21.980 INFO O| Oct 03 20:24:21.980 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88622024-10-03T20:24:23.433Z[ host-image] Oct 03 20:24:21.980 INFO O| Oct 03 20:24:21.980 INFO no lofi found
88632024-10-03T20:24:23.433Z[ host-image] Oct 03 20:24:21.980 INFO O| Oct 03 20:24:21.980 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88642024-10-03T20:24:23.433Z[ host-image] Oct 03 20:24:21.980 INFO O| Oct 03 20:24:21.980 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88652024-10-03T20:24:25.459Z[ host-image] Oct 03 20:24:24.009 INFO O| Oct 03 20:24:24.008 INFO lofi device = /dev/dsk/c2t1d0p0
88662024-10-03T20:24:25.459Z[ host-image] Oct 03 20:24:24.009 INFO O| Oct 03 20:24:24.009 INFO pool device = /dev/dsk/c2t1d0p0
88672024-10-03T20:24:25.462Z[ host-image] Oct 03 20:24:24.009 INFO O| Oct 03 20:24:24.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
88682024-10-03T20:24:25.530Z[ host-image] Oct 03 20:24:24.079 INFO O| Oct 03 20:24:24.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88692024-10-03T20:24:25.530Z[ host-image] Oct 03 20:24:24.079 INFO O| Oct 03 20:24:24.079 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88702024-10-03T20:24:25.547Z[ host-image] Oct 03 20:24:24.096 INFO O| Oct 03 20:24:24.096 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88712024-10-03T20:24:25.603Z[ host-image] Oct 03 20:24:24.153 INFO O| Oct 03 20:24:24.153 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88722024-10-03T20:24:25.641Z[ host-image] Oct 03 20:24:24.190 INFO O| Oct 03 20:24:24.190 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88732024-10-03T20:24:25.655Z[ host-image] Oct 03 20:24:24.205 INFO O| Oct 03 20:24:24.205 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88742024-10-03T20:24:25.666Z[ host-image] Oct 03 20:24:24.215 INFO O| Oct 03 20:24:24.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88752024-10-03T20:24:25.711Z[ host-image] Oct 03 20:24:24.261 INFO O| Oct 03 20:24:24.261 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88762024-10-03T20:24:25.711Z[ host-image] Oct 03 20:24:24.261 INFO O| Oct 03 20:24:24.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88772024-10-03T20:24:25.714Z[ host-image] Oct 03 20:24:24.261 INFO O| Oct 03 20:24:24.261 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88782024-10-03T20:24:25.721Z[ host-image] Oct 03 20:24:24.270 INFO O| Oct 03 20:24:24.270 INFO boot environment UUID: 39564fbc-8c4b-453e-b5c9-33b08a3910ad
88792024-10-03T20:24:25.722Z[ host-image] Oct 03 20:24:24.270 INFO O| Oct 03 20:24:24.270 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 39564fbc-8c4b-453e-b5c9-33b08a3910ad
88802024-10-03T20:24:25.731Z[ host-image] Oct 03 20:24:24.281 INFO O| Oct 03 20:24:24.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88812024-10-03T20:24:25.742Z[ host-image] Oct 03 20:24:24.292 INFO O| Oct 03 20:24:24.291 INFO STEP 0 (create_be) COMPLETE
88822024-10-03T20:24:25.744Z[ host-image] Oct 03 20:24:24.292 INFO O| Oct 03 20:24:24.291 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88832024-10-03T20:24:25.758Z[ host-image] Oct 03 20:24:24.307 INFO O| Oct 03 20:24:24.307 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88842024-10-03T20:24:35.935Z[ recovery-image] Oct 03 20:24:34.483 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)
88852024-10-03T20:24:38.204Z[ recovery-image] Oct 03 20:24:36.747 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)
88862024-10-03T20:24:42.659Z[ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling bitflags v1.3.2
88872024-10-03T20:24:42.660Z[ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling adler2 v2.0.0
88882024-10-03T20:24:42.660Z[ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling plain v0.2.3
88892024-10-03T20:24:42.660Z[ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling log v0.4.22
88902024-10-03T20:24:42.660Z[ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling bit_field v0.10.2
88912024-10-03T20:24:42.660Z[ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling scroll v0.12.0
88922024-10-03T20:24:42.661Z[ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling bitstruct v0.1.1
88932024-10-03T20:24:42.801Z[ recovery-image] Oct 03 20:24:41.345 INFO E| Compiling raw-cpuid v10.7.0
88942024-10-03T20:24:42.843Z[ recovery-image] Oct 03 20:24:41.388 INFO E| Compiling miniz_oxide v0.8.0
88952024-10-03T20:24:43.059Z[ recovery-image] Oct 03 20:24:41.606 INFO E| Compiling cpio_reader v0.1.1
88962024-10-03T20:24:43.221Z[ recovery-image] Oct 03 20:24:41.769 INFO E| Compiling static_assertions v1.1.0
88972024-10-03T20:24:43.590Z[ recovery-image] Oct 03 20:24:42.137 INFO E| Compiling goblin v0.8.2
88982024-10-03T20:24:47.840Z[ host-image] Oct 03 20:24:46.387 INFO O| Oct 03 20:24:46.386 INFO STEP 1 (unpack_tar) COMPLETE
88992024-10-03T20:24:47.840Z[ host-image] Oct 03 20:24:46.387 INFO O| Oct 03 20:24:46.387 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89002024-10-03T20:24:47.853Z[ host-image] Oct 03 20:24:46.400 INFO O| Oct 03 20:24:46.400 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89012024-10-03T20:24:47.994Z[ host-image] Oct 03 20:24:46.541 INFO O| Oct 03 20:24:46.541 INFO STEP 2 (devfsadm) COMPLETE
89022024-10-03T20:24:47.994Z[ host-image] Oct 03 20:24:46.541 INFO O| Oct 03 20:24:46.541 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89032024-10-03T20:24:48.009Z[ host-image] Oct 03 20:24:46.556 INFO O| Oct 03 20:24:46.555 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89042024-10-03T20:24:48.009Z[ host-image] Oct 03 20:24:46.556 INFO O| Oct 03 20:24:46.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89052024-10-03T20:24:48.011Z[ host-image] Oct 03 20:24:46.556 INFO O| Oct 03 20:24:46.556 INFO STEP 3 (ensure_dir) COMPLETE
89062024-10-03T20:24:48.011Z[ host-image] Oct 03 20:24:46.556 INFO O| Oct 03 20:24:46.556 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89072024-10-03T20:24:48.021Z[ host-image] Oct 03 20:24:46.568 INFO O| Oct 03 20:24:46.568 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89082024-10-03T20:24:48.021Z[ host-image] Oct 03 20:24:46.568 INFO O| Oct 03 20:24:46.568 INFO STEP 4 (ensure_dir) COMPLETE
89092024-10-03T20:24:48.024Z[ host-image] Oct 03 20:24:46.568 INFO O| Oct 03 20:24:46.568 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89102024-10-03T20:24:48.032Z[ host-image] Oct 03 20:24:46.579 INFO O| Oct 03 20:24:46.579 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89112024-10-03T20:24:48.032Z[ host-image] Oct 03 20:24:46.579 INFO O| Oct 03 20:24:46.579 INFO STEP 5 (ensure_dir) COMPLETE
89122024-10-03T20:24:48.035Z[ host-image] Oct 03 20:24:46.579 INFO O| Oct 03 20:24:46.579 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89132024-10-03T20:24:48.043Z[ host-image] Oct 03 20:24:46.590 INFO O| Oct 03 20:24:46.590 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89142024-10-03T20:24:48.043Z[ host-image] Oct 03 20:24:46.590 INFO O| Oct 03 20:24:46.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89152024-10-03T20:24:48.046Z[ host-image] Oct 03 20:24:46.590 INFO O| Oct 03 20:24:46.590 INFO STEP 6 (ensure_dir) COMPLETE
89162024-10-03T20:24:48.046Z[ host-image] Oct 03 20:24:46.590 INFO O| Oct 03 20:24:46.590 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89172024-10-03T20:24:48.057Z[ host-image] Oct 03 20:24:46.604 INFO O| Oct 03 20:24:46.604 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89182024-10-03T20:24:48.059Z[ host-image] Oct 03 20:24:46.604 INFO O| Oct 03 20:24:46.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89192024-10-03T20:24:48.059Z[ host-image] Oct 03 20:24:46.604 INFO O| Oct 03 20:24:46.604 INFO STEP 7 (ensure_dir) COMPLETE
89202024-10-03T20:24:48.059Z[ host-image] Oct 03 20:24:46.604 INFO O| Oct 03 20:24:46.604 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89212024-10-03T20:24:48.067Z[ host-image] Oct 03 20:24:46.614 INFO O| Oct 03 20:24:46.614 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89222024-10-03T20:24:48.070Z[ host-image] Oct 03 20:24:46.615 INFO O| Oct 03 20:24:46.615 INFO STEP 8 (remove_files) COMPLETE
89232024-10-03T20:24:48.070Z[ host-image] Oct 03 20:24:46.615 INFO O| Oct 03 20:24:46.615 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89242024-10-03T20:24:48.078Z[ host-image] Oct 03 20:24:46.625 INFO O| Oct 03 20:24:46.625 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89252024-10-03T20:24:48.080Z[ host-image] Oct 03 20:24:46.626 INFO O| Oct 03 20:24:46.626 INFO STEP 9 (remove_files) COMPLETE
89262024-10-03T20:24:48.080Z[ host-image] Oct 03 20:24:46.626 INFO O| Oct 03 20:24:46.626 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89272024-10-03T20:24:48.090Z[ host-image] Oct 03 20:24:46.637 INFO O| Oct 03 20:24:46.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89282024-10-03T20:24:48.093Z[ host-image] Oct 03 20:24:46.638 INFO O| Oct 03 20:24:46.637 INFO STEP 10 (remove_files) COMPLETE
89292024-10-03T20:24:48.093Z[ host-image] Oct 03 20:24:46.638 INFO O| Oct 03 20:24:46.637 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89302024-10-03T20:24:48.106Z[ host-image] Oct 03 20:24:46.653 INFO O| Oct 03 20:24:46.653 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89312024-10-03T20:24:48.108Z[ host-image] Oct 03 20:24:46.653 INFO O| Oct 03 20:24:46.653 INFO STEP 11 (remove_files) COMPLETE
89322024-10-03T20:24:48.108Z[ host-image] Oct 03 20:24:46.653 INFO O| Oct 03 20:24:46.653 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89332024-10-03T20:24:48.116Z[ host-image] Oct 03 20:24:46.663 INFO O| Oct 03 20:24:46.663 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89342024-10-03T20:24:48.118Z[ host-image] Oct 03 20:24:46.664 INFO O| Oct 03 20:24:46.663 INFO STEP 12 (remove_files) COMPLETE
89352024-10-03T20:24:48.119Z[ host-image] Oct 03 20:24:46.664 INFO O| Oct 03 20:24:46.664 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362024-10-03T20:24:48.127Z[ host-image] Oct 03 20:24:46.674 INFO O| Oct 03 20:24:46.674 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89372024-10-03T20:24:48.127Z[ host-image] Oct 03 20:24:46.674 INFO O| Oct 03 20:24:46.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89382024-10-03T20:24:48.129Z[ host-image] Oct 03 20:24:46.674 INFO O| Oct 03 20:24:46.674 INFO STEP 13 (ensure_dir) COMPLETE
89392024-10-03T20:24:48.129Z[ host-image] Oct 03 20:24:46.674 INFO O| Oct 03 20:24:46.674 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89402024-10-03T20:24:48.137Z[ host-image] Oct 03 20:24:46.684 INFO O| Oct 03 20:24:46.684 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89412024-10-03T20:24:48.140Z[ host-image] Oct 03 20:24:46.684 INFO O| Oct 03 20:24:46.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89422024-10-03T20:24:48.140Z[ host-image] Oct 03 20:24:46.685 INFO O| Oct 03 20:24:46.684 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89432024-10-03T20:24:48.140Z[ host-image] Oct 03 20:24:46.685 INFO O| Oct 03 20:24:46.685 INFO STEP 14 (ensure_dir) COMPLETE
89442024-10-03T20:24:48.140Z[ host-image] Oct 03 20:24:46.685 INFO O| Oct 03 20:24:46.685 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89452024-10-03T20:24:48.148Z[ host-image] Oct 03 20:24:46.695 INFO O| Oct 03 20:24:46.695 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89462024-10-03T20:24:48.148Z[ host-image] Oct 03 20:24:46.695 INFO O| Oct 03 20:24:46.695 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89472024-10-03T20:24:48.150Z[ host-image] Oct 03 20:24:46.695 INFO O| Oct 03 20:24:46.695 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89482024-10-03T20:24:48.150Z[ host-image] Oct 03 20:24:46.695 INFO O| Oct 03 20:24:46.695 INFO STEP 15 (ensure_dir) COMPLETE
89492024-10-03T20:24:48.150Z[ host-image] Oct 03 20:24:46.695 INFO O| Oct 03 20:24:46.695 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89502024-10-03T20:24:48.159Z[ host-image] Oct 03 20:24:46.706 INFO O| Oct 03 20:24:46.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89512024-10-03T20:24:48.159Z[ host-image] Oct 03 20:24:46.706 INFO O| Oct 03 20:24:46.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89522024-10-03T20:24:48.159Z[ host-image] Oct 03 20:24:46.706 INFO O| Oct 03 20:24:46.706 INFO STEP 16 (ensure_dir) COMPLETE
89532024-10-03T20:24:48.162Z[ host-image] Oct 03 20:24:46.706 INFO O| Oct 03 20:24:46.706 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89542024-10-03T20:24:48.169Z[ host-image] Oct 03 20:24:46.716 INFO O| Oct 03 20:24:46.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89552024-10-03T20:24:48.169Z[ host-image] Oct 03 20:24:46.716 INFO O| Oct 03 20:24:46.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89562024-10-03T20:24:48.169Z[ host-image] Oct 03 20:24:46.716 INFO O| Oct 03 20:24:46.716 INFO STEP 17 (ensure_dir) COMPLETE
89572024-10-03T20:24:48.172Z[ host-image] Oct 03 20:24:46.716 INFO O| Oct 03 20:24:46.716 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89582024-10-03T20:24:48.180Z[ host-image] Oct 03 20:24:46.727 INFO O| Oct 03 20:24:46.727 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89592024-10-03T20:24:48.182Z[ host-image] Oct 03 20:24:46.727 INFO O| Oct 03 20:24:46.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89602024-10-03T20:24:48.182Z[ host-image] Oct 03 20:24:46.727 INFO O| Oct 03 20:24:46.727 INFO ok!
89612024-10-03T20:24:48.182Z[ host-image] Oct 03 20:24:46.727 INFO O| Oct 03 20:24:46.727 INFO STEP 18 (ensure_symlink) COMPLETE
89622024-10-03T20:24:48.182Z[ host-image] Oct 03 20:24:46.727 INFO O| Oct 03 20:24:46.727 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89632024-10-03T20:24:48.191Z[ host-image] Oct 03 20:24:46.737 INFO O| Oct 03 20:24:46.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89642024-10-03T20:24:48.191Z[ host-image] Oct 03 20:24:46.737 INFO O| Oct 03 20:24:46.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89652024-10-03T20:24:48.193Z[ host-image] Oct 03 20:24:46.737 INFO O| Oct 03 20:24:46.737 INFO ok!
89662024-10-03T20:24:48.193Z[ host-image] Oct 03 20:24:46.737 INFO O| Oct 03 20:24:46.737 INFO STEP 19 (ensure_file) COMPLETE
89672024-10-03T20:24:48.193Z[ host-image] Oct 03 20:24:46.738 INFO O| Oct 03 20:24:46.737 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89682024-10-03T20:24:48.201Z[ host-image] Oct 03 20:24:46.748 INFO O| Oct 03 20:24:46.748 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89692024-10-03T20:24:48.203Z[ host-image] Oct 03 20:24:46.748 INFO O| Oct 03 20:24:46.748 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89702024-10-03T20:24:48.203Z[ host-image] Oct 03 20:24:46.748 INFO O| Oct 03 20:24:46.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89712024-10-03T20:24:48.203Z[ host-image] Oct 03 20:24:46.748 INFO O| Oct 03 20:24:46.748 INFO ok!
89722024-10-03T20:24:48.203Z[ host-image] Oct 03 20:24:46.748 INFO O| Oct 03 20:24:46.748 INFO STEP 20 (ensure_symlink) COMPLETE
89732024-10-03T20:24:48.203Z[ host-image] Oct 03 20:24:46.748 INFO O| Oct 03 20:24:46.748 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89742024-10-03T20:24:48.214Z[ host-image] Oct 03 20:24:46.761 INFO O| Oct 03 20:24:46.761 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89752024-10-03T20:24:48.217Z[ host-image] Oct 03 20:24:46.761 INFO O| Oct 03 20:24:46.761 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89762024-10-03T20:24:48.217Z[ host-image] Oct 03 20:24:46.761 INFO O| Oct 03 20:24:46.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89772024-10-03T20:24:48.217Z[ host-image] Oct 03 20:24:46.761 INFO O| Oct 03 20:24:46.761 INFO ok!
89782024-10-03T20:24:48.217Z[ host-image] Oct 03 20:24:46.761 INFO O| Oct 03 20:24:46.761 INFO STEP 21 (ensure_symlink) COMPLETE
89792024-10-03T20:24:48.217Z[ host-image] Oct 03 20:24:46.761 INFO O| Oct 03 20:24:46.761 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89802024-10-03T20:24:48.227Z[ host-image] Oct 03 20:24:46.774 INFO O| Oct 03 20:24:46.774 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89812024-10-03T20:24:48.227Z[ host-image] Oct 03 20:24:46.774 INFO O| Oct 03 20:24:46.774 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89822024-10-03T20:24:48.227Z[ host-image] Oct 03 20:24:46.774 INFO O| Oct 03 20:24:46.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89832024-10-03T20:24:48.229Z[ host-image] Oct 03 20:24:46.774 INFO O| Oct 03 20:24:46.774 INFO ok!
89842024-10-03T20:24:48.230Z[ host-image] Oct 03 20:24:46.774 INFO O| Oct 03 20:24:46.774 INFO STEP 22 (ensure_symlink) COMPLETE
89852024-10-03T20:24:48.230Z[ host-image] Oct 03 20:24:46.774 INFO O| Oct 03 20:24:46.774 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89862024-10-03T20:24:48.238Z[ host-image] Oct 03 20:24:46.785 INFO O| Oct 03 20:24:46.785 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89872024-10-03T20:24:48.238Z[ host-image] Oct 03 20:24:46.785 INFO O| Oct 03 20:24:46.785 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89882024-10-03T20:24:48.241Z[ host-image] Oct 03 20:24:46.785 INFO O| Oct 03 20:24:46.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89892024-10-03T20:24:48.241Z[ host-image] Oct 03 20:24:46.785 INFO O| Oct 03 20:24:46.785 INFO ok!
89902024-10-03T20:24:48.241Z[ host-image] Oct 03 20:24:46.785 INFO O| Oct 03 20:24:46.785 INFO STEP 23 (ensure_symlink) COMPLETE
89912024-10-03T20:24:48.241Z[ host-image] Oct 03 20:24:46.785 INFO O| Oct 03 20:24:46.785 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89922024-10-03T20:24:48.248Z[ host-image] Oct 03 20:24:46.795 INFO O| Oct 03 20:24:46.795 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89932024-10-03T20:24:48.250Z[ host-image] Oct 03 20:24:46.795 INFO O| Oct 03 20:24:46.795 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89942024-10-03T20:24:48.250Z[ host-image] Oct 03 20:24:46.796 INFO O| Oct 03 20:24:46.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89952024-10-03T20:24:48.250Z[ host-image] Oct 03 20:24:46.796 INFO O| Oct 03 20:24:46.796 INFO ok!
89962024-10-03T20:24:48.250Z[ host-image] Oct 03 20:24:46.796 INFO O| Oct 03 20:24:46.796 INFO STEP 24 (ensure_file) COMPLETE
89972024-10-03T20:24:48.251Z[ host-image] Oct 03 20:24:46.796 INFO O| Oct 03 20:24:46.796 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89982024-10-03T20:24:48.260Z[ host-image] Oct 03 20:24:46.807 INFO O| Oct 03 20:24:46.807 INFO updating shadow file
89992024-10-03T20:24:48.260Z[ host-image] Oct 03 20:24:46.807 INFO O| Oct 03 20:24:46.807 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90002024-10-03T20:24:48.262Z[ host-image] Oct 03 20:24:46.807 INFO O| Oct 03 20:24:46.807 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90012024-10-03T20:24:48.262Z[ host-image] Oct 03 20:24:46.807 INFO O| Oct 03 20:24:46.807 INFO STEP 25 (shadow) COMPLETE
90022024-10-03T20:24:48.262Z[ host-image] Oct 03 20:24:46.807 INFO O| Oct 03 20:24:46.807 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90032024-10-03T20:24:48.270Z[ host-image] Oct 03 20:24:46.817 INFO O| Oct 03 20:24:46.817 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90042024-10-03T20:24:48.270Z[ host-image] Oct 03 20:24:46.817 INFO O| Oct 03 20:24:46.817 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90052024-10-03T20:24:48.273Z[ host-image] Oct 03 20:24:46.817 INFO O| Oct 03 20:24:46.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90062024-10-03T20:24:48.273Z[ host-image] Oct 03 20:24:46.817 INFO O| Oct 03 20:24:46.817 INFO ok!
90072024-10-03T20:24:48.273Z[ host-image] Oct 03 20:24:46.817 INFO O| Oct 03 20:24:46.817 INFO STEP 26 (ensure_file) COMPLETE
90082024-10-03T20:24:48.273Z[ host-image] Oct 03 20:24:46.818 INFO O| Oct 03 20:24:46.817 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90092024-10-03T20:24:48.281Z[ host-image] Oct 03 20:24:46.828 INFO O| Oct 03 20:24:46.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90102024-10-03T20:24:48.281Z[ host-image] Oct 03 20:24:46.828 INFO O| Oct 03 20:24:46.828 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90112024-10-03T20:24:48.285Z[ host-image] Oct 03 20:24:46.828 INFO O| Oct 03 20:24:46.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90122024-10-03T20:24:48.285Z[ host-image] Oct 03 20:24:46.828 INFO O| Oct 03 20:24:46.828 INFO ok!
90132024-10-03T20:24:48.285Z[ host-image] Oct 03 20:24:46.828 INFO O| Oct 03 20:24:46.828 INFO STEP 27 (ensure_file) COMPLETE
90142024-10-03T20:24:48.285Z[ host-image] Oct 03 20:24:46.828 INFO O| Oct 03 20:24:46.828 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90152024-10-03T20:24:48.295Z[ host-image] Oct 03 20:24:46.841 INFO O| Oct 03 20:24:46.841 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90162024-10-03T20:24:48.298Z[ host-image] Oct 03 20:24:46.842 INFO O| Oct 03 20:24:46.842 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90172024-10-03T20:24:48.298Z[ host-image] Oct 03 20:24:46.842 INFO O| Oct 03 20:24:46.842 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90182024-10-03T20:24:48.298Z[ host-image] Oct 03 20:24:46.842 INFO O| Oct 03 20:24:46.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90192024-10-03T20:24:48.298Z[ host-image] Oct 03 20:24:46.842 INFO O| Oct 03 20:24:46.842 INFO ok!
90202024-10-03T20:24:48.298Z[ host-image] Oct 03 20:24:46.842 INFO O| Oct 03 20:24:46.842 INFO STEP 28 (ensure_file) COMPLETE
90212024-10-03T20:24:48.298Z[ host-image] Oct 03 20:24:46.842 INFO O| Oct 03 20:24:46.842 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90222024-10-03T20:24:48.307Z[ host-image] Oct 03 20:24:46.854 INFO O| Oct 03 20:24:46.854 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90232024-10-03T20:24:48.307Z[ host-image] Oct 03 20:24:46.854 INFO O| Oct 03 20:24:46.854 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90242024-10-03T20:24:48.307Z[ host-image] Oct 03 20:24:46.854 INFO O| Oct 03 20:24:46.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90252024-10-03T20:24:48.310Z[ host-image] Oct 03 20:24:46.854 INFO O| Oct 03 20:24:46.854 INFO ok!
90262024-10-03T20:24:48.310Z[ host-image] Oct 03 20:24:46.854 INFO O| Oct 03 20:24:46.854 INFO STEP 29 (ensure_file) COMPLETE
90272024-10-03T20:24:48.310Z[ host-image] Oct 03 20:24:46.854 INFO O| Oct 03 20:24:46.854 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90282024-10-03T20:24:48.319Z[ host-image] Oct 03 20:24:46.866 INFO O| Oct 03 20:24:46.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90292024-10-03T20:24:48.319Z[ host-image] Oct 03 20:24:46.866 INFO O| Oct 03 20:24:46.866 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90302024-10-03T20:24:48.322Z[ host-image] Oct 03 20:24:46.866 INFO O| Oct 03 20:24:46.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90312024-10-03T20:24:48.322Z[ host-image] Oct 03 20:24:46.866 INFO O| Oct 03 20:24:46.866 INFO ok!
90322024-10-03T20:24:48.322Z[ host-image] Oct 03 20:24:46.866 INFO O| Oct 03 20:24:46.866 INFO STEP 30 (ensure_file) COMPLETE
90332024-10-03T20:24:48.322Z[ host-image] Oct 03 20:24:46.866 INFO O| Oct 03 20:24:46.866 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90342024-10-03T20:24:48.332Z[ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90352024-10-03T20:24:48.332Z[ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90362024-10-03T20:24:48.335Z[ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90372024-10-03T20:24:48.335Z[ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90382024-10-03T20:24:48.335Z[ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 INFO ok!
90392024-10-03T20:24:48.335Z[ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 INFO STEP 31 (ensure_file) COMPLETE
90402024-10-03T20:24:48.335Z[ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90412024-10-03T20:24:48.344Z[ host-image] Oct 03 20:24:46.891 INFO O| Oct 03 20:24:46.890 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90422024-10-03T20:24:48.346Z[ host-image] Oct 03 20:24:46.891 INFO O| Oct 03 20:24:46.891 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90432024-10-03T20:24:48.346Z[ host-image] Oct 03 20:24:46.891 INFO O| Oct 03 20:24:46.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90442024-10-03T20:24:48.346Z[ host-image] Oct 03 20:24:46.891 INFO O| Oct 03 20:24:46.891 INFO ok!
90452024-10-03T20:24:48.346Z[ host-image] Oct 03 20:24:46.891 INFO O| Oct 03 20:24:46.891 INFO STEP 32 (ensure_file) COMPLETE
90462024-10-03T20:24:48.346Z[ host-image] Oct 03 20:24:46.891 INFO O| Oct 03 20:24:46.891 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90472024-10-03T20:24:48.355Z[ host-image] Oct 03 20:24:46.902 INFO O| Oct 03 20:24:46.902 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90482024-10-03T20:24:48.355Z[ host-image] Oct 03 20:24:46.902 INFO O| Oct 03 20:24:46.902 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90492024-10-03T20:24:48.357Z[ host-image] Oct 03 20:24:46.902 INFO O| Oct 03 20:24:46.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90502024-10-03T20:24:48.357Z[ host-image] Oct 03 20:24:46.902 INFO O| Oct 03 20:24:46.902 INFO ok!
90512024-10-03T20:24:48.357Z[ host-image] Oct 03 20:24:46.902 INFO O| Oct 03 20:24:46.902 INFO STEP 33 (ensure_file) COMPLETE
90522024-10-03T20:24:48.357Z[ host-image] Oct 03 20:24:46.902 INFO O| Oct 03 20:24:46.902 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90532024-10-03T20:24:48.366Z[ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90542024-10-03T20:24:48.366Z[ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.912 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90552024-10-03T20:24:48.366Z[ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90562024-10-03T20:24:48.368Z[ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90572024-10-03T20:24:48.368Z[ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90582024-10-03T20:24:48.368Z[ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90592024-10-03T20:24:48.368Z[ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO ok!
90602024-10-03T20:24:48.368Z[ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO STEP 34 (ensure_file) COMPLETE
90612024-10-03T20:24:48.368Z[ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90622024-10-03T20:24:48.376Z[ host-image] Oct 03 20:24:46.923 INFO O| Oct 03 20:24:46.923 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90632024-10-03T20:24:48.379Z[ host-image] Oct 03 20:24:46.923 INFO O| Oct 03 20:24:46.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90642024-10-03T20:24:48.379Z[ host-image] Oct 03 20:24:46.924 INFO O| Oct 03 20:24:46.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90652024-10-03T20:24:48.379Z[ host-image] Oct 03 20:24:46.924 INFO O| Oct 03 20:24:46.923 INFO STEP 35 (ensure_dir) COMPLETE
90662024-10-03T20:24:48.379Z[ host-image] Oct 03 20:24:46.924 INFO O| Oct 03 20:24:46.923 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90672024-10-03T20:24:48.387Z[ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 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
90682024-10-03T20:24:48.387Z[ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 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 ...
90692024-10-03T20:24:48.389Z[ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 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
90702024-10-03T20:24:48.389Z[ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 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
90712024-10-03T20:24:48.390Z[ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 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
90722024-10-03T20:24:48.390Z[ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 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
90732024-10-03T20:24:48.390Z[ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 INFO ok!
90742024-10-03T20:24:48.390Z[ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 INFO STEP 36 (ensure_file) COMPLETE
90752024-10-03T20:24:48.390Z[ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90762024-10-03T20:24:48.397Z[ host-image] Oct 03 20:24:46.944 INFO O| Oct 03 20:24:46.944 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90772024-10-03T20:24:48.397Z[ host-image] Oct 03 20:24:46.944 INFO O| Oct 03 20:24:46.944 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 ...
90782024-10-03T20:24:48.397Z[ host-image] Oct 03 20:24:46.944 INFO O| Oct 03 20:24:46.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90792024-10-03T20:24:48.400Z[ host-image] Oct 03 20:24:46.944 INFO O| Oct 03 20:24:46.944 INFO ok!
90802024-10-03T20:24:48.400Z[ host-image] Oct 03 20:24:46.944 INFO O| Oct 03 20:24:46.944 INFO STEP 37 (ensure_symlink) COMPLETE
90812024-10-03T20:24:48.400Z[ host-image] Oct 03 20:24:46.944 INFO O| Oct 03 20:24:46.944 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90822024-10-03T20:24:48.408Z[ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90832024-10-03T20:24:48.408Z[ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90842024-10-03T20:24:48.410Z[ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90852024-10-03T20:24:48.410Z[ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90862024-10-03T20:24:48.410Z[ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90872024-10-03T20:24:48.410Z[ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90882024-10-03T20:24:48.410Z[ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO ok!
90892024-10-03T20:24:48.410Z[ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO STEP 38 (ensure_file) COMPLETE
90902024-10-03T20:24:48.410Z[ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90912024-10-03T20:24:48.418Z[ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90922024-10-03T20:24:48.418Z[ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 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 ...
90932024-10-03T20:24:48.421Z[ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 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
90942024-10-03T20:24:48.421Z[ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90952024-10-03T20:24:48.421Z[ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 INFO ok!
90962024-10-03T20:24:48.421Z[ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 INFO STEP 39 (ensure_file) COMPLETE
90972024-10-03T20:24:48.421Z[ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90982024-10-03T20:24:48.428Z[ host-image] Oct 03 20:24:46.975 INFO O| Oct 03 20:24:46.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90992024-10-03T20:24:48.428Z[ host-image] Oct 03 20:24:46.975 INFO O| Oct 03 20:24:46.975 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91002024-10-03T20:24:48.431Z[ host-image] Oct 03 20:24:46.976 INFO O| Oct 03 20:24:46.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91012024-10-03T20:24:48.431Z[ host-image] Oct 03 20:24:46.976 INFO O| Oct 03 20:24:46.975 INFO ok!
91022024-10-03T20:24:48.431Z[ host-image] Oct 03 20:24:46.976 INFO O| Oct 03 20:24:46.976 INFO STEP 40 (ensure_file) COMPLETE
91032024-10-03T20:24:48.431Z[ host-image] Oct 03 20:24:46.976 INFO O| Oct 03 20:24:46.976 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91042024-10-03T20:24:48.439Z[ host-image] Oct 03 20:24:46.986 INFO O| Oct 03 20:24:46.985 INFO updating shadow file
91052024-10-03T20:24:48.441Z[ host-image] Oct 03 20:24:46.986 INFO O| Oct 03 20:24:46.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91062024-10-03T20:24:48.441Z[ host-image] Oct 03 20:24:46.986 INFO O| Oct 03 20:24:46.986 INFO STEP 41 (shadow) COMPLETE
91072024-10-03T20:24:48.441Z[ host-image] Oct 03 20:24:46.986 INFO O| Oct 03 20:24:46.986 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91082024-10-03T20:24:48.449Z[ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91092024-10-03T20:24:48.449Z[ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91102024-10-03T20:24:48.452Z[ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91112024-10-03T20:24:48.452Z[ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91122024-10-03T20:24:48.452Z[ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO ok!
91132024-10-03T20:24:48.452Z[ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO STEP 42 (ensure_file) COMPLETE
91142024-10-03T20:24:48.452Z[ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91152024-10-03T20:24:48.452Z[ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO skip step because feature "mfg" is not enabled
91162024-10-03T20:24:48.452Z[ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91172024-10-03T20:24:48.452Z[ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO skip step because feature "mfg" is not enabled
91182024-10-03T20:24:48.452Z[ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91192024-10-03T20:24:48.463Z[ host-image] Oct 03 20:24:47.010 INFO O| Oct 03 20:24:47.010 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91202024-10-03T20:24:48.463Z[ host-image] Oct 03 20:24:47.010 INFO O| Oct 03 20:24:47.010 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91212024-10-03T20:24:49.119Z[ host-image] Oct 03 20:24:47.666 INFO O| Oct 03 20:24:47.665 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91222024-10-03T20:24:49.119Z[ host-image] Oct 03 20:24:47.666 INFO O| Oct 03 20:24:47.666 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91232024-10-03T20:24:49.122Z[ host-image] Oct 03 20:24:47.666 INFO O| Oct 03 20:24:47.666 INFO ok!
91242024-10-03T20:24:49.122Z[ host-image] Oct 03 20:24:47.666 INFO O| Oct 03 20:24:47.666 INFO STEP 45 (ensure_file) COMPLETE
91252024-10-03T20:24:49.122Z[ host-image] Oct 03 20:24:47.666 INFO O| Oct 03 20:24:47.666 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91262024-10-03T20:24:49.133Z[ host-image] Oct 03 20:24:47.679 INFO O| Oct 03 20:24:47.679 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91272024-10-03T20:24:49.133Z[ host-image] Oct 03 20:24:47.679 INFO O| Oct 03 20:24:47.679 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91282024-10-03T20:24:49.135Z[ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.679 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91292024-10-03T20:24:49.135Z[ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.680 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91302024-10-03T20:24:49.135Z[ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.680 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91312024-10-03T20:24:49.135Z[ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91322024-10-03T20:24:49.135Z[ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.680 INFO ok!
91332024-10-03T20:24:49.135Z[ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.680 INFO STEP 46 (ensure_file) COMPLETE
91342024-10-03T20:24:49.135Z[ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.680 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91352024-10-03T20:24:49.144Z[ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91362024-10-03T20:24:49.144Z[ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 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 ...
91372024-10-03T20:24:49.147Z[ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 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
91382024-10-03T20:24:49.147Z[ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91392024-10-03T20:24:49.147Z[ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 INFO ok!
91402024-10-03T20:24:49.147Z[ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 INFO STEP 47 (ensure_file) COMPLETE
91412024-10-03T20:24:49.147Z[ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91422024-10-03T20:24:49.155Z[ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91432024-10-03T20:24:49.157Z[ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91442024-10-03T20:24:49.157Z[ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91452024-10-03T20:24:49.157Z[ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91462024-10-03T20:24:49.157Z[ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91472024-10-03T20:24:49.157Z[ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91482024-10-03T20:24:49.157Z[ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO ok!
91492024-10-03T20:24:49.158Z[ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO STEP 48 (ensure_file) COMPLETE
91502024-10-03T20:24:49.158Z[ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91512024-10-03T20:24:49.166Z[ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91522024-10-03T20:24:49.168Z[ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 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 ...
91532024-10-03T20:24:49.168Z[ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 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
91542024-10-03T20:24:49.168Z[ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91552024-10-03T20:24:49.168Z[ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 INFO ok!
91562024-10-03T20:24:49.168Z[ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 INFO STEP 49 (ensure_file) COMPLETE
91572024-10-03T20:24:49.168Z[ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91582024-10-03T20:24:49.177Z[ host-image] Oct 03 20:24:47.723 INFO O| Oct 03 20:24:47.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91592024-10-03T20:24:49.177Z[ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.723 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91602024-10-03T20:24:49.180Z[ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91612024-10-03T20:24:49.180Z[ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91622024-10-03T20:24:49.180Z[ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91632024-10-03T20:24:49.180Z[ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91642024-10-03T20:24:49.180Z[ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO ok!
91652024-10-03T20:24:49.180Z[ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO STEP 50 (ensure_file) COMPLETE
91662024-10-03T20:24:49.180Z[ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91672024-10-03T20:24:49.187Z[ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91682024-10-03T20:24:49.190Z[ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 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 ...
91692024-10-03T20:24:49.190Z[ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 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
91702024-10-03T20:24:49.190Z[ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91712024-10-03T20:24:49.190Z[ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 INFO ok!
91722024-10-03T20:24:49.190Z[ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 INFO STEP 51 (ensure_file) COMPLETE
91732024-10-03T20:24:49.190Z[ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91742024-10-03T20:24:49.199Z[ host-image] Oct 03 20:24:47.745 INFO O| Oct 03 20:24:47.745 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91752024-10-03T20:24:49.199Z[ host-image] Oct 03 20:24:47.745 INFO O| Oct 03 20:24:47.745 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 ...
91762024-10-03T20:24:49.203Z[ host-image] Oct 03 20:24:47.745 INFO O| Oct 03 20:24:47.745 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91772024-10-03T20:24:49.203Z[ host-image] Oct 03 20:24:47.745 INFO O| Oct 03 20:24:47.745 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91782024-10-03T20:24:49.203Z[ host-image] Oct 03 20:24:47.746 INFO O| Oct 03 20:24:47.745 INFO ok!
91792024-10-03T20:24:49.203Z[ host-image] Oct 03 20:24:47.746 INFO O| Oct 03 20:24:47.746 INFO STEP 52 (ensure_file) COMPLETE
91802024-10-03T20:24:49.203Z[ host-image] Oct 03 20:24:47.746 INFO O| Oct 03 20:24:47.746 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91812024-10-03T20:24:49.211Z[ host-image] Oct 03 20:24:47.757 INFO O| Oct 03 20:24:47.757 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91822024-10-03T20:24:49.213Z[ host-image] Oct 03 20:24:47.757 INFO O| Oct 03 20:24:47.757 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 ...
91832024-10-03T20:24:49.213Z[ host-image] Oct 03 20:24:47.757 INFO O| Oct 03 20:24:47.757 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
91842024-10-03T20:24:49.213Z[ host-image] Oct 03 20:24:47.758 INFO O| Oct 03 20:24:47.757 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91852024-10-03T20:24:49.213Z[ host-image] Oct 03 20:24:47.758 INFO O| Oct 03 20:24:47.757 INFO ok!
91862024-10-03T20:24:49.213Z[ host-image] Oct 03 20:24:47.758 INFO O| Oct 03 20:24:47.758 INFO STEP 53 (ensure_file) COMPLETE
91872024-10-03T20:24:49.213Z[ host-image] Oct 03 20:24:47.758 INFO O| Oct 03 20:24:47.758 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91882024-10-03T20:24:49.226Z[ host-image] Oct 03 20:24:47.772 INFO O| Oct 03 20:24:47.772 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91892024-10-03T20:24:49.226Z[ host-image] Oct 03 20:24:47.772 INFO O| Oct 03 20:24:47.772 INFO STEP 54 (ensure_dir) COMPLETE
91902024-10-03T20:24:49.226Z[ host-image] Oct 03 20:24:47.772 INFO O| Oct 03 20:24:47.772 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-10-03T20:24:49.239Z[ host-image] Oct 03 20:24:47.786 INFO O| Oct 03 20:24:47.786 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91922024-10-03T20:24:49.239Z[ host-image] Oct 03 20:24:47.786 INFO O| Oct 03 20:24:47.786 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91932024-10-03T20:24:49.239Z[ host-image] Oct 03 20:24:47.786 INFO O| Oct 03 20:24:47.786 INFO STEP 55 (ensure_dir) COMPLETE
91942024-10-03T20:24:49.242Z[ host-image] Oct 03 20:24:47.786 INFO O| Oct 03 20:24:47.786 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-10-03T20:24:49.263Z[ host-image] Oct 03 20:24:47.810 INFO O| Oct 03 20:24:47.810 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91962024-10-03T20:24:49.265Z[ host-image] Oct 03 20:24:47.810 INFO O| Oct 03 20:24:47.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91972024-10-03T20:24:49.266Z[ host-image] Oct 03 20:24:47.810 INFO O| Oct 03 20:24:47.810 INFO STEP 56 (ensure_dir) COMPLETE
91982024-10-03T20:24:49.266Z[ host-image] Oct 03 20:24:47.810 INFO O| Oct 03 20:24:47.810 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-10-03T20:24:49.279Z[ host-image] Oct 03 20:24:47.826 INFO O| Oct 03 20:24:47.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92002024-10-03T20:24:49.279Z[ host-image] Oct 03 20:24:47.826 INFO O| Oct 03 20:24:47.826 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92012024-10-03T20:24:49.297Z[ host-image] Oct 03 20:24:47.843 INFO O| Oct 03 20:24:47.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92022024-10-03T20:24:49.297Z[ host-image] Oct 03 20:24:47.843 INFO O| Oct 03 20:24:47.843 INFO ok!
92032024-10-03T20:24:49.299Z[ host-image] Oct 03 20:24:47.843 INFO O| Oct 03 20:24:47.843 INFO STEP 57 (ensure_file) COMPLETE
92042024-10-03T20:24:49.299Z[ host-image] Oct 03 20:24:47.843 INFO O| Oct 03 20:24:47.843 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-10-03T20:24:49.316Z[ host-image] Oct 03 20:24:47.863 INFO O| Oct 03 20:24:47.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92062024-10-03T20:24:49.318Z[ host-image] Oct 03 20:24:47.863 INFO O| Oct 03 20:24:47.863 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92072024-10-03T20:24:50.471Z[ host-image] Oct 03 20:24:49.018 INFO O| Oct 03 20:24:49.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92082024-10-03T20:24:50.471Z[ host-image] Oct 03 20:24:49.018 INFO O| Oct 03 20:24:49.018 INFO ok!
92092024-10-03T20:24:50.471Z[ host-image] Oct 03 20:24:49.018 INFO O| Oct 03 20:24:49.018 INFO STEP 58 (ensure_file) COMPLETE
92102024-10-03T20:24:50.474Z[ host-image] Oct 03 20:24:49.018 INFO O| Oct 03 20:24:49.018 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-10-03T20:24:50.487Z[ host-image] Oct 03 20:24:49.034 INFO O| Oct 03 20:24:49.034 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92122024-10-03T20:24:50.487Z[ host-image] Oct 03 20:24:49.034 INFO O| Oct 03 20:24:49.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92132024-10-03T20:24:50.490Z[ host-image] Oct 03 20:24:49.034 INFO O| Oct 03 20:24:49.034 INFO STEP 59 (ensure_dir) COMPLETE
92142024-10-03T20:24:50.490Z[ host-image] Oct 03 20:24:49.034 INFO O| Oct 03 20:24:49.034 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92152024-10-03T20:24:50.503Z[ host-image] Oct 03 20:24:49.049 INFO O| Oct 03 20:24:49.049 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92162024-10-03T20:24:50.503Z[ host-image] Oct 03 20:24:49.050 INFO O| Oct 03 20:24:49.049 INFO copying /tmp/.tmp4RA0ll/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 ...
92172024-10-03T20:24:50.503Z[ host-image] Oct 03 20:24:49.050 INFO O| Oct 03 20:24:49.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92182024-10-03T20:24:50.506Z[ host-image] Oct 03 20:24:49.050 INFO O| Oct 03 20:24:49.050 INFO ok!
92192024-10-03T20:24:50.506Z[ host-image] Oct 03 20:24:49.050 INFO O| Oct 03 20:24:49.050 INFO STEP 60 (ensure_file) COMPLETE
92202024-10-03T20:24:50.506Z[ host-image] Oct 03 20:24:49.050 INFO O| Oct 03 20:24:49.050 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-10-03T20:24:50.517Z[ host-image] Oct 03 20:24:49.064 INFO O| Oct 03 20:24:49.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92222024-10-03T20:24:50.517Z[ host-image] Oct 03 20:24:49.064 INFO O| Oct 03 20:24:49.064 INFO copying /tmp/.tmp4RA0ll/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 ...
92232024-10-03T20:24:50.520Z[ host-image] Oct 03 20:24:49.064 INFO O| Oct 03 20:24:49.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92242024-10-03T20:24:50.520Z[ host-image] Oct 03 20:24:49.064 INFO O| Oct 03 20:24:49.064 INFO ok!
92252024-10-03T20:24:50.520Z[ host-image] Oct 03 20:24:49.064 INFO O| Oct 03 20:24:49.064 INFO STEP 61 (ensure_file) COMPLETE
92262024-10-03T20:24:50.520Z[ host-image] Oct 03 20:24:49.064 INFO O| Oct 03 20:24:49.064 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-10-03T20:24:50.531Z[ host-image] Oct 03 20:24:49.077 INFO O| Oct 03 20:24:49.077 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92282024-10-03T20:24:50.533Z[ host-image] Oct 03 20:24:49.078 INFO O| Oct 03 20:24:49.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92292024-10-03T20:24:50.533Z[ host-image] Oct 03 20:24:49.078 INFO O| Oct 03 20:24:49.078 INFO STEP 62 (ensure_dir) COMPLETE
92302024-10-03T20:24:50.533Z[ host-image] Oct 03 20:24:49.078 INFO O| Oct 03 20:24:49.078 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92312024-10-03T20:24:50.541Z[ host-image] Oct 03 20:24:49.088 INFO O| Oct 03 20:24:49.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92322024-10-03T20:24:50.541Z[ host-image] Oct 03 20:24:49.088 INFO O| Oct 03 20:24:49.088 INFO copying /tmp/.tmp4RA0ll/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 ...
92332024-10-03T20:24:50.544Z[ host-image] Oct 03 20:24:49.088 INFO O| Oct 03 20:24:49.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92342024-10-03T20:24:50.544Z[ host-image] Oct 03 20:24:49.088 INFO O| Oct 03 20:24:49.088 INFO ok!
92352024-10-03T20:24:50.544Z[ host-image] Oct 03 20:24:49.088 INFO O| Oct 03 20:24:49.088 INFO STEP 63 (ensure_file) COMPLETE
92362024-10-03T20:24:50.544Z[ host-image] Oct 03 20:24:49.088 INFO O| Oct 03 20:24:49.088 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92372024-10-03T20:24:50.552Z[ host-image] Oct 03 20:24:49.098 INFO O| Oct 03 20:24:49.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92382024-10-03T20:24:50.552Z[ host-image] Oct 03 20:24:49.098 INFO O| Oct 03 20:24:49.098 INFO copying /tmp/.tmp4RA0ll/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 ...
92392024-10-03T20:24:50.555Z[ host-image] Oct 03 20:24:49.098 INFO O| Oct 03 20:24:49.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92402024-10-03T20:24:50.555Z[ host-image] Oct 03 20:24:49.098 INFO O| Oct 03 20:24:49.098 INFO ok!
92412024-10-03T20:24:50.555Z[ host-image] Oct 03 20:24:49.098 INFO O| Oct 03 20:24:49.098 INFO STEP 64 (ensure_file) COMPLETE
92422024-10-03T20:24:50.555Z[ host-image] Oct 03 20:24:49.098 INFO O| Oct 03 20:24:49.098 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92432024-10-03T20:24:50.562Z[ host-image] Oct 03 20:24:49.109 INFO O| Oct 03 20:24:49.109 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92442024-10-03T20:24:50.564Z[ host-image] Oct 03 20:24:49.109 INFO O| Oct 03 20:24:49.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92452024-10-03T20:24:50.564Z[ host-image] Oct 03 20:24:49.109 INFO O| Oct 03 20:24:49.109 INFO STEP 65 (ensure_dir) COMPLETE
92462024-10-03T20:24:50.564Z[ host-image] Oct 03 20:24:49.109 INFO O| Oct 03 20:24:49.109 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-10-03T20:24:50.572Z[ host-image] Oct 03 20:24:49.119 INFO O| Oct 03 20:24:49.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92482024-10-03T20:24:50.573Z[ host-image] Oct 03 20:24:49.119 INFO O| Oct 03 20:24:49.119 INFO copying /tmp/.tmp4RA0ll/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 ...
92492024-10-03T20:24:50.573Z[ host-image] Oct 03 20:24:49.119 INFO O| Oct 03 20:24:49.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92502024-10-03T20:24:50.575Z[ host-image] Oct 03 20:24:49.119 INFO O| Oct 03 20:24:49.119 INFO ok!
92512024-10-03T20:24:50.575Z[ host-image] Oct 03 20:24:49.119 INFO O| Oct 03 20:24:49.119 INFO STEP 66 (ensure_file) COMPLETE
92522024-10-03T20:24:50.575Z[ host-image] Oct 03 20:24:49.119 INFO O| Oct 03 20:24:49.119 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-10-03T20:24:50.583Z[ host-image] Oct 03 20:24:49.130 INFO O| Oct 03 20:24:49.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92542024-10-03T20:24:50.583Z[ host-image] Oct 03 20:24:49.130 INFO O| Oct 03 20:24:49.130 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92552024-10-03T20:24:50.586Z[ host-image] Oct 03 20:24:49.130 INFO O| Oct 03 20:24:49.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92562024-10-03T20:24:50.586Z[ host-image] Oct 03 20:24:49.130 INFO O| Oct 03 20:24:49.130 INFO ok!
92572024-10-03T20:24:50.586Z[ host-image] Oct 03 20:24:49.130 INFO O| Oct 03 20:24:49.130 INFO STEP 67 (ensure_file) COMPLETE
92582024-10-03T20:24:50.586Z[ host-image] Oct 03 20:24:49.130 INFO O| Oct 03 20:24:49.130 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-10-03T20:24:50.594Z[ host-image] Oct 03 20:24:49.141 INFO O| Oct 03 20:24:49.141 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92602024-10-03T20:24:50.597Z[ host-image] Oct 03 20:24:49.141 INFO O| Oct 03 20:24:49.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92612024-10-03T20:24:50.597Z[ host-image] Oct 03 20:24:49.141 INFO O| Oct 03 20:24:49.141 INFO STEP 68 (ensure_dir) COMPLETE
92622024-10-03T20:24:50.597Z[ host-image] Oct 03 20:24:49.141 INFO O| Oct 03 20:24:49.141 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92632024-10-03T20:24:50.605Z[ host-image] Oct 03 20:24:49.152 INFO O| Oct 03 20:24:49.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92642024-10-03T20:24:50.607Z[ host-image] Oct 03 20:24:49.152 INFO O| Oct 03 20:24:49.152 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92652024-10-03T20:24:51.217Z[ host-image] Oct 03 20:24:49.763 INFO O| Oct 03 20:24:49.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92662024-10-03T20:24:51.217Z[ host-image] Oct 03 20:24:49.763 INFO O| Oct 03 20:24:49.763 INFO ok!
92672024-10-03T20:24:51.219Z[ host-image] Oct 03 20:24:49.763 INFO O| Oct 03 20:24:49.763 INFO STEP 69 (ensure_file) COMPLETE
92682024-10-03T20:24:51.219Z[ host-image] Oct 03 20:24:49.763 INFO O| Oct 03 20:24:49.763 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-10-03T20:24:51.229Z[ host-image] Oct 03 20:24:49.776 INFO O| Oct 03 20:24:49.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92702024-10-03T20:24:51.229Z[ host-image] Oct 03 20:24:49.776 INFO O| Oct 03 20:24:49.776 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92712024-10-03T20:24:51.993Z[ recovery-image] Oct 03 20:24:50.540 INFO E| Finished `release` profile [optimized] target(s) in 37.35s
92722024-10-03T20:24:52.023Z[ recovery-image] Oct 03 20:24:50.567 INFO building host image...
92732024-10-03T20:24:52.023Z[ recovery-image] Oct 03 20:24:50.567 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")
92742024-10-03T20:24:52.742Z[ recovery-image] Oct 03 20:24:51.288 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92752024-10-03T20:24:53.199Z[ host-image] Oct 03 20:24:51.745 INFO O| Oct 03 20:24:51.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92762024-10-03T20:24:53.199Z[ host-image] Oct 03 20:24:51.745 INFO O| Oct 03 20:24:51.745 INFO ok!
92772024-10-03T20:24:53.201Z[ host-image] Oct 03 20:24:51.745 INFO O| Oct 03 20:24:51.745 INFO STEP 70 (ensure_file) COMPLETE
92782024-10-03T20:24:53.201Z[ host-image] Oct 03 20:24:51.745 INFO O| Oct 03 20:24:51.745 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-10-03T20:24:53.211Z[ host-image] Oct 03 20:24:51.757 INFO O| Oct 03 20:24:51.757 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92802024-10-03T20:24:53.211Z[ host-image] Oct 03 20:24:51.758 INFO O| Oct 03 20:24:51.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92812024-10-03T20:24:53.214Z[ host-image] Oct 03 20:24:51.758 INFO O| Oct 03 20:24:51.758 INFO STEP 71 (ensure_dir) COMPLETE
92822024-10-03T20:24:53.214Z[ host-image] Oct 03 20:24:51.758 INFO O| Oct 03 20:24:51.758 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-10-03T20:24:53.222Z[ host-image] Oct 03 20:24:51.768 INFO O| Oct 03 20:24:51.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92842024-10-03T20:24:53.222Z[ host-image] Oct 03 20:24:51.768 INFO O| Oct 03 20:24:51.768 INFO copying /tmp/.tmp4RA0ll/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 ...
92852024-10-03T20:24:53.224Z[ host-image] Oct 03 20:24:51.768 INFO O| Oct 03 20:24:51.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92862024-10-03T20:24:53.224Z[ host-image] Oct 03 20:24:51.768 INFO O| Oct 03 20:24:51.768 INFO ok!
92872024-10-03T20:24:53.225Z[ host-image] Oct 03 20:24:51.768 INFO O| Oct 03 20:24:51.768 INFO STEP 72 (ensure_file) COMPLETE
92882024-10-03T20:24:53.225Z[ host-image] Oct 03 20:24:51.768 INFO O| Oct 03 20:24:51.768 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-10-03T20:24:53.231Z[ host-image] Oct 03 20:24:51.778 INFO O| Oct 03 20:24:51.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92902024-10-03T20:24:53.232Z[ host-image] Oct 03 20:24:51.778 INFO O| Oct 03 20:24:51.778 INFO copying /tmp/.tmp4RA0ll/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 ...
92912024-10-03T20:24:53.234Z[ host-image] Oct 03 20:24:51.778 INFO O| Oct 03 20:24:51.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92922024-10-03T20:24:53.234Z[ host-image] Oct 03 20:24:51.778 INFO O| Oct 03 20:24:51.778 INFO ok!
92932024-10-03T20:24:53.234Z[ host-image] Oct 03 20:24:51.778 INFO O| Oct 03 20:24:51.778 INFO STEP 73 (ensure_file) COMPLETE
92942024-10-03T20:24:53.234Z[ host-image] Oct 03 20:24:51.778 INFO O| Oct 03 20:24:51.778 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-10-03T20:24:53.242Z[ host-image] Oct 03 20:24:51.788 INFO O| Oct 03 20:24:51.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92962024-10-03T20:24:53.242Z[ host-image] Oct 03 20:24:51.788 INFO O| Oct 03 20:24:51.788 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92972024-10-03T20:24:53.242Z[ host-image] Oct 03 20:24:51.788 INFO O| Oct 03 20:24:51.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92982024-10-03T20:24:53.242Z[ host-image] Oct 03 20:24:51.788 INFO O| Oct 03 20:24:51.788 INFO ok!
92992024-10-03T20:24:53.245Z[ host-image] Oct 03 20:24:51.788 INFO O| Oct 03 20:24:51.788 INFO STEP 74 (ensure_file) COMPLETE
93002024-10-03T20:24:53.245Z[ host-image] Oct 03 20:24:51.788 INFO O| Oct 03 20:24:51.788 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-10-03T20:24:53.252Z[ host-image] Oct 03 20:24:51.798 INFO O| Oct 03 20:24:51.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93022024-10-03T20:24:53.252Z[ host-image] Oct 03 20:24:51.798 INFO O| Oct 03 20:24:51.798 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93032024-10-03T20:24:53.255Z[ host-image] Oct 03 20:24:51.799 INFO O| Oct 03 20:24:51.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93042024-10-03T20:24:53.255Z[ host-image] Oct 03 20:24:51.799 INFO O| Oct 03 20:24:51.798 INFO ok!
93052024-10-03T20:24:53.255Z[ host-image] Oct 03 20:24:51.799 INFO O| Oct 03 20:24:51.799 INFO STEP 75 (ensure_file) COMPLETE
93062024-10-03T20:24:53.256Z[ host-image] Oct 03 20:24:51.799 INFO O| Oct 03 20:24:51.799 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-10-03T20:24:53.262Z[ host-image] Oct 03 20:24:51.808 INFO O| Oct 03 20:24:51.808 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93082024-10-03T20:24:53.271Z[ host-image] Oct 03 20:24:51.808 INFO O| Oct 03 20:24:51.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93092024-10-03T20:24:53.271Z[ host-image] Oct 03 20:24:51.808 INFO O| Oct 03 20:24:51.808 INFO STEP 76 (ensure_dir) COMPLETE
93102024-10-03T20:24:53.271Z[ host-image] Oct 03 20:24:51.808 INFO O| Oct 03 20:24:51.808 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93112024-10-03T20:24:53.275Z[ host-image] Oct 03 20:24:51.818 INFO O| Oct 03 20:24:51.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93122024-10-03T20:24:53.275Z[ host-image] Oct 03 20:24:51.818 INFO O| Oct 03 20:24:51.818 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93132024-10-03T20:24:53.279Z[ host-image] Oct 03 20:24:51.822 INFO O| Oct 03 20:24:51.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93142024-10-03T20:24:53.279Z[ host-image] Oct 03 20:24:51.822 INFO O| Oct 03 20:24:51.822 INFO ok!
93152024-10-03T20:24:53.279Z[ host-image] Oct 03 20:24:51.822 INFO O| Oct 03 20:24:51.822 INFO STEP 77 (ensure_file) COMPLETE
93162024-10-03T20:24:53.279Z[ host-image] Oct 03 20:24:51.822 INFO O| Oct 03 20:24:51.822 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93172024-10-03T20:24:53.286Z[ host-image] Oct 03 20:24:51.832 INFO O| Oct 03 20:24:51.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93182024-10-03T20:24:53.286Z[ host-image] Oct 03 20:24:51.832 INFO O| Oct 03 20:24:51.832 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93192024-10-03T20:24:53.286Z[ host-image] Oct 03 20:24:51.832 INFO O| Oct 03 20:24:51.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93202024-10-03T20:24:53.286Z[ host-image] Oct 03 20:24:51.832 INFO O| Oct 03 20:24:51.832 INFO ok!
93212024-10-03T20:24:53.290Z[ host-image] Oct 03 20:24:51.832 INFO O| Oct 03 20:24:51.832 INFO STEP 78 (ensure_file) COMPLETE
93222024-10-03T20:24:53.290Z[ host-image] Oct 03 20:24:51.832 INFO O| Oct 03 20:24:51.832 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93232024-10-03T20:24:53.297Z[ host-image] Oct 03 20:24:51.843 INFO O| Oct 03 20:24:51.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93242024-10-03T20:24:53.300Z[ host-image] Oct 03 20:24:51.843 INFO O| Oct 03 20:24:51.843 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93252024-10-03T20:24:54.130Z[ host-image] Oct 03 20:24:52.676 INFO O| Oct 03 20:24:52.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93262024-10-03T20:24:54.130Z[ host-image] Oct 03 20:24:52.676 INFO O| Oct 03 20:24:52.676 INFO ok!
93272024-10-03T20:24:54.132Z[ host-image] Oct 03 20:24:52.676 INFO O| Oct 03 20:24:52.676 INFO STEP 79 (ensure_file) COMPLETE
93282024-10-03T20:24:54.132Z[ host-image] Oct 03 20:24:52.676 INFO O| Oct 03 20:24:52.676 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93292024-10-03T20:24:54.142Z[ host-image] Oct 03 20:24:52.688 INFO O| Oct 03 20:24:52.688 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93302024-10-03T20:24:54.145Z[ host-image] Oct 03 20:24:52.689 INFO O| Oct 03 20:24:52.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93312024-10-03T20:24:54.145Z[ host-image] Oct 03 20:24:52.689 INFO O| Oct 03 20:24:52.689 INFO STEP 80 (ensure_dir) COMPLETE
93322024-10-03T20:24:54.145Z[ host-image] Oct 03 20:24:52.689 INFO O| Oct 03 20:24:52.689 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-10-03T20:24:54.154Z[ host-image] Oct 03 20:24:52.700 INFO O| Oct 03 20:24:52.700 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93342024-10-03T20:24:54.154Z[ host-image] Oct 03 20:24:52.701 INFO O| Oct 03 20:24:52.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93352024-10-03T20:24:54.154Z[ host-image] Oct 03 20:24:52.701 INFO O| Oct 03 20:24:52.701 INFO STEP 81 (ensure_dir) COMPLETE
93362024-10-03T20:24:54.156Z[ host-image] Oct 03 20:24:52.701 INFO O| Oct 03 20:24:52.701 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372024-10-03T20:24:54.165Z[ host-image] Oct 03 20:24:52.711 INFO O| Oct 03 20:24:52.711 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93382024-10-03T20:24:54.165Z[ host-image] Oct 03 20:24:52.711 INFO O| Oct 03 20:24:52.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93392024-10-03T20:24:54.168Z[ host-image] Oct 03 20:24:52.711 INFO O| Oct 03 20:24:52.711 INFO STEP 82 (ensure_dir) COMPLETE
93402024-10-03T20:24:54.168Z[ host-image] Oct 03 20:24:52.711 INFO O| Oct 03 20:24:52.711 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93412024-10-03T20:24:54.175Z[ host-image] Oct 03 20:24:52.721 INFO O| Oct 03 20:24:52.721 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93422024-10-03T20:24:54.175Z[ host-image] Oct 03 20:24:52.722 INFO O| Oct 03 20:24:52.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93432024-10-03T20:24:54.175Z[ host-image] Oct 03 20:24:52.722 INFO O| Oct 03 20:24:52.722 INFO STEP 83 (ensure_dir) COMPLETE
93442024-10-03T20:24:54.178Z[ host-image] Oct 03 20:24:52.722 INFO O| Oct 03 20:24:52.722 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-10-03T20:24:54.186Z[ host-image] Oct 03 20:24:52.733 INFO O| Oct 03 20:24:52.733 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93462024-10-03T20:24:54.186Z[ host-image] Oct 03 20:24:52.733 INFO O| Oct 03 20:24:52.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93472024-10-03T20:24:54.186Z[ host-image] Oct 03 20:24:52.733 INFO O| Oct 03 20:24:52.733 INFO STEP 84 (ensure_dir) COMPLETE
93482024-10-03T20:24:54.189Z[ host-image] Oct 03 20:24:52.733 INFO O| Oct 03 20:24:52.733 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-10-03T20:24:54.197Z[ host-image] Oct 03 20:24:52.743 INFO O| Oct 03 20:24:52.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93502024-10-03T20:24:54.197Z[ host-image] Oct 03 20:24:52.743 INFO O| Oct 03 20:24:52.743 INFO copying /tmp/.tmp4RA0ll/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 ...
93512024-10-03T20:24:54.200Z[ host-image] Oct 03 20:24:52.744 INFO O| Oct 03 20:24:52.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93522024-10-03T20:24:54.200Z[ host-image] Oct 03 20:24:52.744 INFO O| Oct 03 20:24:52.743 INFO ok!
93532024-10-03T20:24:54.200Z[ host-image] Oct 03 20:24:52.744 INFO O| Oct 03 20:24:52.744 INFO STEP 85 (ensure_file) COMPLETE
93542024-10-03T20:24:54.200Z[ host-image] Oct 03 20:24:52.744 INFO O| Oct 03 20:24:52.744 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-10-03T20:24:54.208Z[ host-image] Oct 03 20:24:52.754 INFO O| Oct 03 20:24:52.754 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93562024-10-03T20:24:54.210Z[ host-image] Oct 03 20:24:52.754 INFO O| Oct 03 20:24:52.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93572024-10-03T20:24:54.210Z[ host-image] Oct 03 20:24:52.754 INFO O| Oct 03 20:24:52.754 INFO STEP 86 (ensure_dir) COMPLETE
93582024-10-03T20:24:54.210Z[ host-image] Oct 03 20:24:52.754 INFO O| Oct 03 20:24:52.754 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93592024-10-03T20:24:54.218Z[ host-image] Oct 03 20:24:52.764 INFO O| Oct 03 20:24:52.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93602024-10-03T20:24:54.218Z[ host-image] Oct 03 20:24:52.764 INFO O| Oct 03 20:24:52.764 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93612024-10-03T20:24:54.221Z[ host-image] Oct 03 20:24:52.764 INFO O| Oct 03 20:24:52.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93622024-10-03T20:24:54.221Z[ host-image] Oct 03 20:24:52.764 INFO O| Oct 03 20:24:52.764 INFO ok!
93632024-10-03T20:24:54.221Z[ host-image] Oct 03 20:24:52.764 INFO O| Oct 03 20:24:52.764 INFO STEP 87 (ensure_file) COMPLETE
93642024-10-03T20:24:54.221Z[ host-image] Oct 03 20:24:52.764 INFO O| Oct 03 20:24:52.764 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93652024-10-03T20:24:54.229Z[ host-image] Oct 03 20:24:52.776 INFO O| Oct 03 20:24:52.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93662024-10-03T20:24:54.229Z[ host-image] Oct 03 20:24:52.776 INFO O| Oct 03 20:24:52.776 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93672024-10-03T20:24:54.243Z[ host-image] Oct 03 20:24:52.789 INFO O| Oct 03 20:24:52.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93682024-10-03T20:24:54.243Z[ host-image] Oct 03 20:24:52.789 INFO O| Oct 03 20:24:52.789 INFO ok!
93692024-10-03T20:24:54.245Z[ host-image] Oct 03 20:24:52.789 INFO O| Oct 03 20:24:52.789 INFO STEP 88 (ensure_file) COMPLETE
93702024-10-03T20:24:54.245Z[ host-image] Oct 03 20:24:52.789 INFO O| Oct 03 20:24:52.789 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93712024-10-03T20:24:54.254Z[ host-image] Oct 03 20:24:52.800 INFO O| Oct 03 20:24:52.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93722024-10-03T20:24:54.254Z[ host-image] Oct 03 20:24:52.800 INFO O| Oct 03 20:24:52.800 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93732024-10-03T20:24:54.703Z[ host-image] Oct 03 20:24:53.249 INFO O| Oct 03 20:24:53.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93742024-10-03T20:24:54.703Z[ host-image] Oct 03 20:24:53.249 INFO O| Oct 03 20:24:53.249 INFO ok!
93752024-10-03T20:24:54.706Z[ host-image] Oct 03 20:24:53.249 INFO O| Oct 03 20:24:53.249 INFO STEP 89 (ensure_file) COMPLETE
93762024-10-03T20:24:54.706Z[ host-image] Oct 03 20:24:53.249 INFO O| Oct 03 20:24:53.249 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93772024-10-03T20:24:54.717Z[ host-image] Oct 03 20:24:53.263 INFO O| Oct 03 20:24:53.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93782024-10-03T20:24:54.717Z[ host-image] Oct 03 20:24:53.263 INFO O| Oct 03 20:24:53.263 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93792024-10-03T20:24:54.719Z[ host-image] Oct 03 20:24:53.263 INFO O| Oct 03 20:24:53.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93802024-10-03T20:24:54.719Z[ host-image] Oct 03 20:24:53.263 INFO O| Oct 03 20:24:53.263 INFO ok!
93812024-10-03T20:24:54.719Z[ host-image] Oct 03 20:24:53.263 INFO O| Oct 03 20:24:53.263 INFO STEP 90 (ensure_file) COMPLETE
93822024-10-03T20:24:54.719Z[ host-image] Oct 03 20:24:53.263 INFO O| Oct 03 20:24:53.263 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93832024-10-03T20:24:54.729Z[ host-image] Oct 03 20:24:53.275 INFO O| Oct 03 20:24:53.275 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93842024-10-03T20:24:54.731Z[ host-image] Oct 03 20:24:53.275 INFO O| Oct 03 20:24:53.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93852024-10-03T20:24:54.731Z[ host-image] Oct 03 20:24:53.275 INFO O| Oct 03 20:24:53.275 INFO STEP 91 (ensure_dir) COMPLETE
93862024-10-03T20:24:54.731Z[ host-image] Oct 03 20:24:53.275 INFO O| Oct 03 20:24:53.275 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-10-03T20:24:54.740Z[ host-image] Oct 03 20:24:53.286 INFO O| Oct 03 20:24:53.286 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93882024-10-03T20:24:54.742Z[ host-image] Oct 03 20:24:53.286 INFO O| Oct 03 20:24:53.286 INFO copying /tmp/.tmp4RA0ll/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 ...
93892024-10-03T20:24:54.742Z[ host-image] Oct 03 20:24:53.286 INFO O| Oct 03 20:24:53.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
93902024-10-03T20:24:54.742Z[ host-image] Oct 03 20:24:53.286 INFO O| Oct 03 20:24:53.286 INFO ok!
93912024-10-03T20:24:54.742Z[ host-image] Oct 03 20:24:53.286 INFO O| Oct 03 20:24:53.286 INFO STEP 92 (ensure_file) COMPLETE
93922024-10-03T20:24:54.742Z[ host-image] Oct 03 20:24:53.286 INFO O| Oct 03 20:24:53.286 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-10-03T20:24:54.751Z[ host-image] Oct 03 20:24:53.297 INFO O| Oct 03 20:24:53.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93942024-10-03T20:24:54.751Z[ host-image] Oct 03 20:24:53.297 INFO O| Oct 03 20:24:53.297 INFO copying /tmp/.tmp4RA0ll/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 ...
93952024-10-03T20:24:54.753Z[ host-image] Oct 03 20:24:53.297 INFO O| Oct 03 20:24:53.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93962024-10-03T20:24:54.753Z[ host-image] Oct 03 20:24:53.297 INFO O| Oct 03 20:24:53.297 INFO ok!
93972024-10-03T20:24:54.753Z[ host-image] Oct 03 20:24:53.297 INFO O| Oct 03 20:24:53.297 INFO STEP 93 (ensure_file) COMPLETE
93982024-10-03T20:24:54.753Z[ host-image] Oct 03 20:24:53.297 INFO O| Oct 03 20:24:53.297 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-10-03T20:24:54.761Z[ host-image] Oct 03 20:24:53.308 INFO O| Oct 03 20:24:53.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94002024-10-03T20:24:54.761Z[ host-image] Oct 03 20:24:53.308 INFO O| Oct 03 20:24:53.308 INFO copying /tmp/.tmp4RA0ll/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 ...
94012024-10-03T20:24:54.764Z[ host-image] Oct 03 20:24:53.308 INFO O| Oct 03 20:24:53.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94022024-10-03T20:24:54.764Z[ host-image] Oct 03 20:24:53.308 INFO O| Oct 03 20:24:53.308 INFO ok!
94032024-10-03T20:24:54.764Z[ host-image] Oct 03 20:24:53.308 INFO O| Oct 03 20:24:53.308 INFO STEP 94 (ensure_file) COMPLETE
94042024-10-03T20:24:54.764Z[ host-image] Oct 03 20:24:53.308 INFO O| Oct 03 20:24:53.308 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-10-03T20:24:54.772Z[ host-image] Oct 03 20:24:53.318 INFO O| Oct 03 20:24:53.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94062024-10-03T20:24:54.772Z[ host-image] Oct 03 20:24:53.318 INFO O| Oct 03 20:24:53.318 INFO copying /tmp/.tmp4RA0ll/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 ...
94072024-10-03T20:24:54.774Z[ host-image] Oct 03 20:24:53.318 INFO O| Oct 03 20:24:53.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94082024-10-03T20:24:54.774Z[ host-image] Oct 03 20:24:53.318 INFO O| Oct 03 20:24:53.318 INFO ok!
94092024-10-03T20:24:54.774Z[ host-image] Oct 03 20:24:53.318 INFO O| Oct 03 20:24:53.318 INFO STEP 95 (ensure_file) COMPLETE
94102024-10-03T20:24:54.774Z[ host-image] Oct 03 20:24:53.318 INFO O| Oct 03 20:24:53.318 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-10-03T20:24:54.782Z[ host-image] Oct 03 20:24:53.328 INFO O| Oct 03 20:24:53.328 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94122024-10-03T20:24:54.782Z[ host-image] Oct 03 20:24:53.328 INFO O| Oct 03 20:24:53.328 INFO copying /tmp/.tmp4RA0ll/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 ...
94132024-10-03T20:24:54.782Z[ recovery-image] Oct 03 20:24:53.328 INFO image complete! materials are in "/work/os-recovery"
94142024-10-03T20:24:54.784Z[ host-image] Oct 03 20:24:53.328 INFO O| Oct 03 20:24:53.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94152024-10-03T20:24:54.784Z[ host-image] Oct 03 20:24:53.329 INFO O| Oct 03 20:24:53.328 INFO ok!
94162024-10-03T20:24:54.785Z[ host-image] Oct 03 20:24:53.329 INFO O| Oct 03 20:24:53.328 INFO STEP 96 (ensure_file) COMPLETE
94172024-10-03T20:24:54.785Z[ host-image] Oct 03 20:24:53.329 INFO O| Oct 03 20:24:53.329 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-10-03T20:24:54.787Z[ recovery-image]
94192024-10-03T20:24:54.787Z[ recovery-image] real 7:42.786572227
94202024-10-03T20:24:54.787Z[ recovery-image] user 4:52.394687980
94212024-10-03T20:24:54.787Z[ recovery-image] sys 57.123841738
94222024-10-03T20:24:54.787Z[ recovery-image] trap 0.228948451
94232024-10-03T20:24:54.787Z[ recovery-image] tflt 0.252769496
94242024-10-03T20:24:54.787Z[ recovery-image] dflt 0.743216168
94252024-10-03T20:24:54.787Z[ recovery-image] kflt 0.017306411
94262024-10-03T20:24:54.787Z[ recovery-image] lock 16:26.951913776
94272024-10-03T20:24:54.787Z[ recovery-image] slp 45:50.890789677
94282024-10-03T20:24:54.787Z[ recovery-image] lat 2:23.445166945
94292024-10-03T20:24:54.787Z[ recovery-image] stop 4.498412127
94302024-10-03T20:24:54.787ZOct 03 20:24:53.332 INFO [recovery-image] process exited with exit status: 0 (462.833466145s)
94312024-10-03T20:24:54.793Z[ host-image] Oct 03 20:24:53.339 INFO O| Oct 03 20:24:53.339 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94322024-10-03T20:24:54.793Z[ host-image] Oct 03 20:24:53.339 INFO O| Oct 03 20:24:53.339 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94332024-10-03T20:24:54.795Z[ host-image] Oct 03 20:24:53.339 INFO O| Oct 03 20:24:53.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94342024-10-03T20:24:54.795Z[ host-image] Oct 03 20:24:53.339 INFO O| Oct 03 20:24:53.339 INFO ok!
94352024-10-03T20:24:54.795Z[ host-image] Oct 03 20:24:53.339 INFO O| Oct 03 20:24:53.339 INFO STEP 97 (ensure_file) COMPLETE
94362024-10-03T20:24:54.795Z[ host-image] Oct 03 20:24:53.339 INFO O| Oct 03 20:24:53.339 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94372024-10-03T20:24:54.803Z[ host-image] Oct 03 20:24:53.350 INFO O| Oct 03 20:24:53.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94382024-10-03T20:24:54.803Z[ host-image] Oct 03 20:24:53.350 INFO O| Oct 03 20:24:53.350 INFO copying /tmp/.tmp4RA0ll/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 ...
94392024-10-03T20:24:54.805Z[ host-image] Oct 03 20:24:53.350 INFO O| Oct 03 20:24:53.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94402024-10-03T20:24:54.805Z[ host-image] Oct 03 20:24:53.350 INFO O| Oct 03 20:24:53.350 INFO ok!
94412024-10-03T20:24:54.805Z[ host-image] Oct 03 20:24:53.350 INFO O| Oct 03 20:24:53.350 INFO STEP 98 (ensure_file) COMPLETE
94422024-10-03T20:24:54.806Z[ host-image] Oct 03 20:24:53.350 INFO O| Oct 03 20:24:53.350 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94432024-10-03T20:24:54.813Z[ host-image] Oct 03 20:24:53.360 INFO O| Oct 03 20:24:53.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94442024-10-03T20:24:54.817Z[ host-image] Oct 03 20:24:53.360 INFO O| Oct 03 20:24:53.360 INFO copying /tmp/.tmp4RA0ll/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 ...
94452024-10-03T20:24:54.817Z[ host-image] Oct 03 20:24:53.360 INFO O| Oct 03 20:24:53.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94462024-10-03T20:24:54.817Z[ host-image] Oct 03 20:24:53.360 INFO O| Oct 03 20:24:53.360 INFO ok!
94472024-10-03T20:24:54.817Z[ host-image] Oct 03 20:24:53.360 INFO O| Oct 03 20:24:53.360 INFO STEP 99 (ensure_file) COMPLETE
94482024-10-03T20:24:54.817Z[ host-image] Oct 03 20:24:53.360 INFO O| Oct 03 20:24:53.360 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94492024-10-03T20:24:54.824Z[ host-image] Oct 03 20:24:53.370 INFO O| Oct 03 20:24:53.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94502024-10-03T20:24:54.826Z[ host-image] Oct 03 20:24:53.370 INFO O| Oct 03 20:24:53.370 INFO copying /tmp/.tmp4RA0ll/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 ...
94512024-10-03T20:24:54.826Z[ host-image] Oct 03 20:24:53.370 INFO O| Oct 03 20:24:53.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94522024-10-03T20:24:54.826Z[ host-image] Oct 03 20:24:53.370 INFO O| Oct 03 20:24:53.370 INFO ok!
94532024-10-03T20:24:54.826Z[ host-image] Oct 03 20:24:53.370 INFO O| Oct 03 20:24:53.370 INFO STEP 100 (ensure_file) COMPLETE
94542024-10-03T20:24:54.827Z[ host-image] Oct 03 20:24:53.370 INFO O| Oct 03 20:24:53.370 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94552024-10-03T20:24:54.834Z[ host-image] Oct 03 20:24:53.380 INFO O| Oct 03 20:24:53.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94562024-10-03T20:24:54.834Z[ host-image] Oct 03 20:24:53.380 INFO O| Oct 03 20:24:53.380 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94572024-10-03T20:24:54.838Z[ host-image] Oct 03 20:24:53.381 INFO O| Oct 03 20:24:53.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94582024-10-03T20:24:54.838Z[ host-image] Oct 03 20:24:53.381 INFO O| Oct 03 20:24:53.381 INFO ok!
94592024-10-03T20:24:54.838Z[ host-image] Oct 03 20:24:53.381 INFO O| Oct 03 20:24:53.381 INFO STEP 101 (ensure_file) COMPLETE
94602024-10-03T20:24:54.838Z[ host-image] Oct 03 20:24:53.381 INFO O| Oct 03 20:24:53.381 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612024-10-03T20:24:54.844Z[ host-image] Oct 03 20:24:53.391 INFO O| Oct 03 20:24:53.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94622024-10-03T20:24:54.844Z[ host-image] Oct 03 20:24:53.391 INFO O| Oct 03 20:24:53.391 INFO copying /tmp/.tmp4RA0ll/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 ...
94632024-10-03T20:24:54.847Z[ host-image] Oct 03 20:24:53.391 INFO O| Oct 03 20:24:53.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94642024-10-03T20:24:54.847Z[ host-image] Oct 03 20:24:53.391 INFO O| Oct 03 20:24:53.391 INFO ok!
94652024-10-03T20:24:54.847Z[ host-image] Oct 03 20:24:53.391 INFO O| Oct 03 20:24:53.391 INFO STEP 102 (ensure_file) COMPLETE
94662024-10-03T20:24:54.847Z[ host-image] Oct 03 20:24:53.391 INFO O| Oct 03 20:24:53.391 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94672024-10-03T20:24:54.855Z[ host-image] Oct 03 20:24:53.401 INFO O| Oct 03 20:24:53.401 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94682024-10-03T20:24:54.855Z[ host-image] Oct 03 20:24:53.401 INFO O| Oct 03 20:24:53.401 INFO copying /tmp/.tmp4RA0ll/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 ...
94692024-10-03T20:24:54.858Z[ host-image] Oct 03 20:24:53.401 INFO O| Oct 03 20:24:53.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94702024-10-03T20:24:54.858Z[ host-image] Oct 03 20:24:53.401 INFO O| Oct 03 20:24:53.401 INFO ok!
94712024-10-03T20:24:54.858Z[ host-image] Oct 03 20:24:53.401 INFO O| Oct 03 20:24:53.401 INFO STEP 103 (ensure_file) COMPLETE
94722024-10-03T20:24:54.858Z[ host-image] Oct 03 20:24:53.401 INFO O| Oct 03 20:24:53.401 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94732024-10-03T20:24:54.865Z[ host-image] Oct 03 20:24:53.411 INFO O| Oct 03 20:24:53.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94742024-10-03T20:24:54.868Z[ host-image] Oct 03 20:24:53.411 INFO O| Oct 03 20:24:53.411 INFO copying /tmp/.tmp4RA0ll/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 ...
94752024-10-03T20:24:54.868Z[ host-image] Oct 03 20:24:53.411 INFO O| Oct 03 20:24:53.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94762024-10-03T20:24:54.868Z[ host-image] Oct 03 20:24:53.411 INFO O| Oct 03 20:24:53.411 INFO ok!
94772024-10-03T20:24:54.868Z[ host-image] Oct 03 20:24:53.411 INFO O| Oct 03 20:24:53.411 INFO STEP 104 (ensure_file) COMPLETE
94782024-10-03T20:24:54.868Z[ host-image] Oct 03 20:24:53.411 INFO O| Oct 03 20:24:53.411 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792024-10-03T20:24:54.875Z[ host-image] Oct 03 20:24:53.422 INFO O| Oct 03 20:24:53.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94802024-10-03T20:24:54.878Z[ host-image] Oct 03 20:24:53.422 INFO O| Oct 03 20:24:53.422 INFO copying /tmp/.tmp4RA0ll/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 ...
94812024-10-03T20:24:54.878Z[ host-image] Oct 03 20:24:53.422 INFO O| Oct 03 20:24:53.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94822024-10-03T20:24:54.878Z[ host-image] Oct 03 20:24:53.422 INFO O| Oct 03 20:24:53.422 INFO ok!
94832024-10-03T20:24:54.878Z[ host-image] Oct 03 20:24:53.422 INFO O| Oct 03 20:24:53.422 INFO STEP 105 (ensure_file) COMPLETE
94842024-10-03T20:24:54.878Z[ host-image] Oct 03 20:24:53.422 INFO O| Oct 03 20:24:53.422 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94852024-10-03T20:24:54.885Z[ host-image] Oct 03 20:24:53.432 INFO O| Oct 03 20:24:53.432 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94862024-10-03T20:24:54.886Z[ host-image] Oct 03 20:24:53.432 INFO O| Oct 03 20:24:53.432 INFO copying /tmp/.tmp4RA0ll/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 ...
94872024-10-03T20:24:54.888Z[ host-image] Oct 03 20:24:53.432 INFO O| Oct 03 20:24:53.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94882024-10-03T20:24:54.888Z[ host-image] Oct 03 20:24:53.432 INFO O| Oct 03 20:24:53.432 INFO ok!
94892024-10-03T20:24:54.888Z[ host-image] Oct 03 20:24:53.432 INFO O| Oct 03 20:24:53.432 INFO STEP 106 (ensure_file) COMPLETE
94902024-10-03T20:24:54.888Z[ host-image] Oct 03 20:24:53.432 INFO O| Oct 03 20:24:53.432 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-10-03T20:24:54.895Z[ host-image] Oct 03 20:24:53.442 INFO O| Oct 03 20:24:53.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94922024-10-03T20:24:54.898Z[ host-image] Oct 03 20:24:53.442 INFO O| Oct 03 20:24:53.442 INFO copying /tmp/.tmp4RA0ll/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 ...
94932024-10-03T20:24:54.898Z[ host-image] Oct 03 20:24:53.442 INFO O| Oct 03 20:24:53.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94942024-10-03T20:24:54.898Z[ host-image] Oct 03 20:24:53.442 INFO O| Oct 03 20:24:53.442 INFO ok!
94952024-10-03T20:24:54.898Z[ host-image] Oct 03 20:24:53.442 INFO O| Oct 03 20:24:53.442 INFO STEP 107 (ensure_file) COMPLETE
94962024-10-03T20:24:54.898Z[ host-image] Oct 03 20:24:53.442 INFO O| Oct 03 20:24:53.442 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94972024-10-03T20:24:54.906Z[ host-image] Oct 03 20:24:53.452 INFO O| Oct 03 20:24:53.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94982024-10-03T20:24:54.906Z[ host-image] Oct 03 20:24:53.452 INFO O| Oct 03 20:24:53.452 INFO copying /tmp/.tmp4RA0ll/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 ...
94992024-10-03T20:24:54.908Z[ host-image] Oct 03 20:24:53.452 INFO O| Oct 03 20:24:53.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95002024-10-03T20:24:54.908Z[ host-image] Oct 03 20:24:53.452 INFO O| Oct 03 20:24:53.452 INFO ok!
95012024-10-03T20:24:54.908Z[ host-image] Oct 03 20:24:53.452 INFO O| Oct 03 20:24:53.452 INFO STEP 108 (ensure_file) COMPLETE
95022024-10-03T20:24:54.908Z[ host-image] Oct 03 20:24:53.452 INFO O| Oct 03 20:24:53.452 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95032024-10-03T20:24:54.916Z[ host-image] Oct 03 20:24:53.462 INFO O| Oct 03 20:24:53.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95042024-10-03T20:24:54.916Z[ host-image] Oct 03 20:24:53.462 INFO O| Oct 03 20:24:53.462 INFO copying /tmp/.tmp4RA0ll/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 ...
95052024-10-03T20:24:54.918Z[ host-image] Oct 03 20:24:53.462 INFO O| Oct 03 20:24:53.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95062024-10-03T20:24:54.918Z[ host-image] Oct 03 20:24:53.462 INFO O| Oct 03 20:24:53.462 INFO ok!
95072024-10-03T20:24:54.918Z[ host-image] Oct 03 20:24:53.462 INFO O| Oct 03 20:24:53.462 INFO STEP 109 (ensure_file) COMPLETE
95082024-10-03T20:24:54.918Z[ host-image] Oct 03 20:24:53.462 INFO O| Oct 03 20:24:53.462 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95092024-10-03T20:24:54.926Z[ host-image] Oct 03 20:24:53.472 INFO O| Oct 03 20:24:53.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95102024-10-03T20:24:54.926Z[ host-image] Oct 03 20:24:53.472 INFO O| Oct 03 20:24:53.472 INFO copying /tmp/.tmp4RA0ll/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 ...
95112024-10-03T20:24:54.928Z[ host-image] Oct 03 20:24:53.472 INFO O| Oct 03 20:24:53.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95122024-10-03T20:24:54.928Z[ host-image] Oct 03 20:24:53.472 INFO O| Oct 03 20:24:53.472 INFO ok!
95132024-10-03T20:24:54.928Z[ host-image] Oct 03 20:24:53.472 INFO O| Oct 03 20:24:53.472 INFO STEP 110 (ensure_file) COMPLETE
95142024-10-03T20:24:54.928Z[ host-image] Oct 03 20:24:53.472 INFO O| Oct 03 20:24:53.472 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152024-10-03T20:24:54.936Z[ host-image] Oct 03 20:24:53.482 INFO O| Oct 03 20:24:53.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95162024-10-03T20:24:54.938Z[ host-image] Oct 03 20:24:53.482 INFO O| Oct 03 20:24:53.482 INFO copying /tmp/.tmp4RA0ll/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 ...
95172024-10-03T20:24:54.938Z[ host-image] Oct 03 20:24:53.482 INFO O| Oct 03 20:24:53.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95182024-10-03T20:24:54.938Z[ host-image] Oct 03 20:24:53.482 INFO O| Oct 03 20:24:53.482 INFO ok!
95192024-10-03T20:24:54.938Z[ host-image] Oct 03 20:24:53.482 INFO O| Oct 03 20:24:53.482 INFO STEP 111 (ensure_file) COMPLETE
95202024-10-03T20:24:54.938Z[ host-image] Oct 03 20:24:53.482 INFO O| Oct 03 20:24:53.482 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95212024-10-03T20:24:54.946Z[ host-image] Oct 03 20:24:53.492 INFO O| Oct 03 20:24:53.492 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95222024-10-03T20:24:54.949Z[ host-image] Oct 03 20:24:53.493 INFO O| Oct 03 20:24:53.492 INFO copying /tmp/.tmp4RA0ll/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 ...
95232024-10-03T20:24:54.949Z[ host-image] Oct 03 20:24:53.493 INFO O| Oct 03 20:24:53.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95242024-10-03T20:24:54.949Z[ host-image] Oct 03 20:24:53.493 INFO O| Oct 03 20:24:53.493 INFO ok!
95252024-10-03T20:24:54.949Z[ host-image] Oct 03 20:24:53.493 INFO O| Oct 03 20:24:53.493 INFO STEP 112 (ensure_file) COMPLETE
95262024-10-03T20:24:54.949Z[ host-image] Oct 03 20:24:53.493 INFO O| Oct 03 20:24:53.493 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-10-03T20:24:54.957Z[ host-image] Oct 03 20:24:53.503 INFO O| Oct 03 20:24:53.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95282024-10-03T20:24:54.959Z[ host-image] Oct 03 20:24:53.503 INFO O| Oct 03 20:24:53.503 INFO copying /tmp/.tmp4RA0ll/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 ...
95292024-10-03T20:24:54.959Z[ host-image] Oct 03 20:24:53.503 INFO O| Oct 03 20:24:53.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95302024-10-03T20:24:54.959Z[ host-image] Oct 03 20:24:53.503 INFO O| Oct 03 20:24:53.503 INFO ok!
95312024-10-03T20:24:54.959Z[ host-image] Oct 03 20:24:53.503 INFO O| Oct 03 20:24:53.503 INFO STEP 113 (ensure_file) COMPLETE
95322024-10-03T20:24:54.959Z[ host-image] Oct 03 20:24:53.503 INFO O| Oct 03 20:24:53.503 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95332024-10-03T20:24:54.967Z[ host-image] Oct 03 20:24:53.513 INFO O| Oct 03 20:24:53.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95342024-10-03T20:24:54.969Z[ host-image] Oct 03 20:24:53.513 INFO O| Oct 03 20:24:53.513 INFO copying /tmp/.tmp4RA0ll/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 ...
95352024-10-03T20:24:54.969Z[ host-image] Oct 03 20:24:53.513 INFO O| Oct 03 20:24:53.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95362024-10-03T20:24:54.969Z[ host-image] Oct 03 20:24:53.513 INFO O| Oct 03 20:24:53.513 INFO ok!
95372024-10-03T20:24:54.969Z[ host-image] Oct 03 20:24:53.513 INFO O| Oct 03 20:24:53.513 INFO STEP 114 (ensure_file) COMPLETE
95382024-10-03T20:24:54.969Z[ host-image] Oct 03 20:24:53.513 INFO O| Oct 03 20:24:53.513 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95392024-10-03T20:24:54.977Z[ host-image] Oct 03 20:24:53.523 INFO O| Oct 03 20:24:53.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95402024-10-03T20:24:54.979Z[ host-image] Oct 03 20:24:53.523 INFO O| Oct 03 20:24:53.523 INFO copying /tmp/.tmp4RA0ll/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 ...
95412024-10-03T20:24:54.979Z[ host-image] Oct 03 20:24:53.523 INFO O| Oct 03 20:24:53.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95422024-10-03T20:24:54.979Z[ host-image] Oct 03 20:24:53.523 INFO O| Oct 03 20:24:53.523 INFO ok!
95432024-10-03T20:24:54.979Z[ host-image] Oct 03 20:24:53.523 INFO O| Oct 03 20:24:53.523 INFO STEP 115 (ensure_file) COMPLETE
95442024-10-03T20:24:54.979Z[ host-image] Oct 03 20:24:53.523 INFO O| Oct 03 20:24:53.523 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-10-03T20:24:54.987Z[ host-image] Oct 03 20:24:53.533 INFO O| Oct 03 20:24:53.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95462024-10-03T20:24:54.987Z[ host-image] Oct 03 20:24:53.533 INFO O| Oct 03 20:24:53.533 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95472024-10-03T20:24:54.990Z[ host-image] Oct 03 20:24:53.533 INFO O| Oct 03 20:24:53.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95482024-10-03T20:24:54.990Z[ host-image] Oct 03 20:24:53.533 INFO O| Oct 03 20:24:53.533 INFO ok!
95492024-10-03T20:24:54.990Z[ host-image] Oct 03 20:24:53.533 INFO O| Oct 03 20:24:53.533 INFO STEP 116 (ensure_file) COMPLETE
95502024-10-03T20:24:54.990Z[ host-image] Oct 03 20:24:53.533 INFO O| Oct 03 20:24:53.533 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95512024-10-03T20:24:54.997Z[ host-image] Oct 03 20:24:53.543 INFO O| Oct 03 20:24:53.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95522024-10-03T20:24:54.999Z[ host-image] Oct 03 20:24:53.543 INFO O| Oct 03 20:24:53.543 INFO copying /tmp/.tmp4RA0ll/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 ...
95532024-10-03T20:24:54.999Z[ host-image] Oct 03 20:24:53.543 INFO O| Oct 03 20:24:53.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95542024-10-03T20:24:54.999Z[ host-image] Oct 03 20:24:53.544 INFO O| Oct 03 20:24:53.543 INFO ok!
95552024-10-03T20:24:54.999Z[ host-image] Oct 03 20:24:53.544 INFO O| Oct 03 20:24:53.543 INFO STEP 117 (ensure_file) COMPLETE
95562024-10-03T20:24:54.999Z[ host-image] Oct 03 20:24:53.544 INFO O| Oct 03 20:24:53.544 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95572024-10-03T20:24:55.007Z[ host-image] Oct 03 20:24:53.553 INFO O| Oct 03 20:24:53.553 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95582024-10-03T20:24:55.007Z[ host-image] Oct 03 20:24:53.553 INFO O| Oct 03 20:24:53.553 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95592024-10-03T20:24:55.010Z[ host-image] Oct 03 20:24:53.553 INFO O| Oct 03 20:24:53.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95602024-10-03T20:24:55.010Z[ host-image] Oct 03 20:24:53.553 INFO O| Oct 03 20:24:53.553 INFO ok!
95612024-10-03T20:24:55.010Z[ host-image] Oct 03 20:24:53.553 INFO O| Oct 03 20:24:53.553 INFO STEP 118 (ensure_file) COMPLETE
95622024-10-03T20:24:55.010Z[ host-image] Oct 03 20:24:53.553 INFO O| Oct 03 20:24:53.553 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95632024-10-03T20:24:55.017Z[ host-image] Oct 03 20:24:53.563 INFO O| Oct 03 20:24:53.563 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95642024-10-03T20:24:55.017Z[ host-image] Oct 03 20:24:53.563 INFO O| Oct 03 20:24:53.563 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95652024-10-03T20:24:58.435Z[ host-image] Oct 03 20:24:56.981 INFO O| Oct 03 20:24:56.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95662024-10-03T20:24:58.436Z[ host-image] Oct 03 20:24:56.981 INFO O| Oct 03 20:24:56.981 INFO ok!
95672024-10-03T20:24:58.436Z[ host-image] Oct 03 20:24:56.981 INFO O| Oct 03 20:24:56.981 INFO STEP 119 (ensure_file) COMPLETE
95682024-10-03T20:24:58.438Z[ host-image] Oct 03 20:24:56.981 INFO O| Oct 03 20:24:56.981 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692024-10-03T20:24:58.447Z[ host-image] Oct 03 20:24:56.993 INFO O| Oct 03 20:24:56.993 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95702024-10-03T20:24:58.447Z[ host-image] Oct 03 20:24:56.993 INFO O| Oct 03 20:24:56.993 INFO STEP 120 (ensure_dir) COMPLETE
95712024-10-03T20:24:58.450Z[ host-image] Oct 03 20:24:56.993 INFO O| Oct 03 20:24:56.993 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-10-03T20:24:58.458Z[ host-image] Oct 03 20:24:57.003 INFO O| Oct 03 20:24:57.003 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95732024-10-03T20:24:58.458Z[ host-image] Oct 03 20:24:57.003 INFO O| Oct 03 20:24:57.003 INFO STEP 121 (ensure_dir) COMPLETE
95742024-10-03T20:24:58.460Z[ host-image] Oct 03 20:24:57.003 INFO O| Oct 03 20:24:57.003 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752024-10-03T20:24:58.467Z[ host-image] Oct 03 20:24:57.013 INFO O| Oct 03 20:24:57.013 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95762024-10-03T20:24:58.467Z[ host-image] Oct 03 20:24:57.013 INFO O| Oct 03 20:24:57.013 INFO STEP 122 (ensure_dir) COMPLETE
95772024-10-03T20:24:58.469Z[ host-image] Oct 03 20:24:57.013 INFO O| Oct 03 20:24:57.013 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-10-03T20:24:58.477Z[ host-image] Oct 03 20:24:57.023 INFO O| Oct 03 20:24:57.023 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95792024-10-03T20:24:58.477Z[ host-image] Oct 03 20:24:57.023 INFO O| Oct 03 20:24:57.023 INFO STEP 123 (ensure_dir) COMPLETE
95802024-10-03T20:24:58.480Z[ host-image] Oct 03 20:24:57.023 INFO O| Oct 03 20:24:57.023 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812024-10-03T20:24:58.487Z[ host-image] Oct 03 20:24:57.032 INFO O| Oct 03 20:24:57.032 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95822024-10-03T20:24:58.487Z[ host-image] Oct 03 20:24:57.032 INFO O| Oct 03 20:24:57.032 INFO copying /tmp/.tmp4RA0ll/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 ...
95832024-10-03T20:24:58.489Z[ host-image] Oct 03 20:24:57.033 INFO O| Oct 03 20:24:57.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95842024-10-03T20:24:58.489Z[ host-image] Oct 03 20:24:57.033 INFO O| Oct 03 20:24:57.033 INFO ok!
95852024-10-03T20:24:58.489Z[ host-image] Oct 03 20:24:57.033 INFO O| Oct 03 20:24:57.033 INFO STEP 124 (ensure_file) COMPLETE
95862024-10-03T20:24:58.489Z[ host-image] Oct 03 20:24:57.033 INFO O| Oct 03 20:24:57.033 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872024-10-03T20:24:58.496Z[ host-image] Oct 03 20:24:57.042 INFO O| Oct 03 20:24:57.042 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95882024-10-03T20:24:58.496Z[ host-image] Oct 03 20:24:57.042 INFO O| Oct 03 20:24:57.042 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95892024-10-03T20:24:58.496Z[ host-image] Oct 03 20:24:57.042 INFO O| Oct 03 20:24:57.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95902024-10-03T20:24:58.499Z[ host-image] Oct 03 20:24:57.042 INFO O| Oct 03 20:24:57.042 INFO STEP 125 (ensure_dir) COMPLETE
95912024-10-03T20:24:58.499Z[ host-image] Oct 03 20:24:57.042 INFO O| Oct 03 20:24:57.042 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922024-10-03T20:24:58.507Z[ host-image] Oct 03 20:24:57.052 INFO O| Oct 03 20:24:57.052 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95932024-10-03T20:24:58.507Z[ host-image] Oct 03 20:24:57.052 INFO O| Oct 03 20:24:57.052 INFO copying /tmp/.tmp4RA0ll/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95942024-10-03T20:24:58.509Z[ host-image] Oct 03 20:24:57.053 INFO O| Oct 03 20:24:57.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95952024-10-03T20:24:58.509Z[ host-image] Oct 03 20:24:57.053 INFO O| Oct 03 20:24:57.053 INFO ok!
95962024-10-03T20:24:58.509Z[ host-image] Oct 03 20:24:57.053 INFO O| Oct 03 20:24:57.053 INFO STEP 126 (ensure_file) COMPLETE
95972024-10-03T20:24:58.509Z[ host-image] Oct 03 20:24:57.053 INFO O| Oct 03 20:24:57.053 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95982024-10-03T20:24:58.516Z[ host-image] Oct 03 20:24:57.062 INFO O| Oct 03 20:24:57.062 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95992024-10-03T20:24:58.519Z[ host-image] Oct 03 20:24:57.063 INFO O| Oct 03 20:24:57.063 INFO STEP 127 (remove_files) COMPLETE
96002024-10-03T20:24:58.519Z[ host-image] Oct 03 20:24:57.063 INFO O| Oct 03 20:24:57.063 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96012024-10-03T20:24:58.526Z[ host-image] Oct 03 20:24:57.072 INFO O| Oct 03 20:24:57.072 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96022024-10-03T20:24:58.529Z[ host-image] Oct 03 20:24:57.072 INFO O| Oct 03 20:24:57.072 INFO STEP 128 (remove_files) COMPLETE
96032024-10-03T20:24:58.529Z[ host-image] Oct 03 20:24:57.072 INFO O| Oct 03 20:24:57.072 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96042024-10-03T20:24:58.536Z[ host-image] Oct 03 20:24:57.082 INFO O| Oct 03 20:24:57.082 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96052024-10-03T20:24:58.538Z[ host-image] Oct 03 20:24:57.082 INFO O| Oct 03 20:24:57.082 INFO STEP 129 (remove_files) COMPLETE
96062024-10-03T20:24:58.538Z[ host-image] Oct 03 20:24:57.082 INFO O| Oct 03 20:24:57.082 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96072024-10-03T20:24:58.546Z[ host-image] Oct 03 20:24:57.092 INFO O| Oct 03 20:24:57.092 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96082024-10-03T20:24:58.549Z[ host-image] Oct 03 20:24:57.092 INFO O| Oct 03 20:24:57.092 INFO STEP 130 (remove_files) COMPLETE
96092024-10-03T20:24:58.549Z[ host-image] Oct 03 20:24:57.092 INFO O| Oct 03 20:24:57.092 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96102024-10-03T20:24:58.556Z[ host-image] Oct 03 20:24:57.102 INFO O| Oct 03 20:24:57.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96112024-10-03T20:24:58.558Z[ host-image] Oct 03 20:24:57.102 INFO O| Oct 03 20:24:57.102 INFO STEP 131 (remove_files) COMPLETE
96122024-10-03T20:24:58.558Z[ host-image] Oct 03 20:24:57.102 INFO O| Oct 03 20:24:57.102 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96132024-10-03T20:24:58.566Z[ host-image] Oct 03 20:24:57.112 INFO O| Oct 03 20:24:57.112 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96142024-10-03T20:24:58.568Z[ host-image] Oct 03 20:24:57.112 INFO O| Oct 03 20:24:57.112 INFO STEP 132 (remove_files) COMPLETE
96152024-10-03T20:24:58.568Z[ host-image] Oct 03 20:24:57.112 INFO O| Oct 03 20:24:57.112 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96162024-10-03T20:24:58.576Z[ host-image] Oct 03 20:24:57.121 INFO O| Oct 03 20:24:57.121 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96172024-10-03T20:24:58.576Z[ host-image] Oct 03 20:24:57.122 INFO O| Oct 03 20:24:57.121 INFO STEP 133 (remove_files) COMPLETE
96182024-10-03T20:24:58.576Z[ host-image] Oct 03 20:24:57.122 INFO O| Oct 03 20:24:57.122 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192024-10-03T20:24:58.585Z[ host-image] Oct 03 20:24:57.131 INFO O| Oct 03 20:24:57.131 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96202024-10-03T20:24:58.585Z[ host-image] Oct 03 20:24:57.131 INFO O| Oct 03 20:24:57.131 INFO STEP 134 (remove_files) COMPLETE
96212024-10-03T20:24:58.585Z[ host-image] Oct 03 20:24:57.131 INFO O| Oct 03 20:24:57.131 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222024-10-03T20:24:58.595Z[ host-image] Oct 03 20:24:57.141 INFO O| Oct 03 20:24:57.141 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96232024-10-03T20:24:58.595Z[ host-image] Oct 03 20:24:57.141 INFO O| Oct 03 20:24:57.141 INFO STEP 135 (remove_files) COMPLETE
96242024-10-03T20:24:58.595Z[ host-image] Oct 03 20:24:57.141 INFO O| Oct 03 20:24:57.141 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252024-10-03T20:24:58.605Z[ host-image] Oct 03 20:24:57.151 INFO O| Oct 03 20:24:57.150 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96262024-10-03T20:24:58.605Z[ host-image] Oct 03 20:24:57.151 INFO O| Oct 03 20:24:57.151 INFO STEP 136 (remove_files) COMPLETE
96272024-10-03T20:24:58.607Z[ host-image] Oct 03 20:24:57.151 INFO O| Oct 03 20:24:57.151 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282024-10-03T20:24:58.621Z[ host-image] Oct 03 20:24:57.166 INFO O| Oct 03 20:24:57.166 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96292024-10-03T20:24:58.623Z[ host-image] Oct 03 20:24:57.167 INFO O| Oct 03 20:24:57.167 INFO STEP 137 (remove_files) COMPLETE
96302024-10-03T20:24:58.623Z[ host-image] Oct 03 20:24:57.167 INFO O| Oct 03 20:24:57.167 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312024-10-03T20:24:58.636Z[ host-image] Oct 03 20:24:57.182 INFO O| Oct 03 20:24:57.182 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96322024-10-03T20:24:58.637Z[ host-image] Oct 03 20:24:57.182 INFO O| Oct 03 20:24:57.182 INFO STEP 138 (remove_files) COMPLETE
96332024-10-03T20:24:58.639Z[ host-image] Oct 03 20:24:57.182 INFO O| Oct 03 20:24:57.182 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342024-10-03T20:24:58.646Z[ host-image] Oct 03 20:24:57.192 INFO O| Oct 03 20:24:57.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96352024-10-03T20:24:58.646Z[ host-image] Oct 03 20:24:57.192 INFO O| Oct 03 20:24:57.192 INFO STEP 139 (remove_files) COMPLETE
96362024-10-03T20:24:58.646Z[ host-image] Oct 03 20:24:57.192 INFO O| Oct 03 20:24:57.192 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372024-10-03T20:24:58.656Z[ host-image] Oct 03 20:24:57.202 INFO O| Oct 03 20:24:57.202 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96382024-10-03T20:24:58.657Z[ host-image] Oct 03 20:24:57.202 INFO O| Oct 03 20:24:57.202 INFO STEP 140 (remove_files) COMPLETE
96392024-10-03T20:24:58.662Z[ host-image] Oct 03 20:24:57.202 INFO O| Oct 03 20:24:57.202 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402024-10-03T20:24:58.666Z[ host-image] Oct 03 20:24:57.212 INFO O| Oct 03 20:24:57.212 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96412024-10-03T20:24:58.667Z[ host-image] Oct 03 20:24:57.212 INFO O| Oct 03 20:24:57.212 INFO STEP 141 (remove_files) COMPLETE
96422024-10-03T20:24:58.669Z[ host-image] Oct 03 20:24:57.212 INFO O| Oct 03 20:24:57.212 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432024-10-03T20:24:58.676Z[ host-image] Oct 03 20:24:57.222 INFO O| Oct 03 20:24:57.222 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96442024-10-03T20:24:58.676Z[ host-image] Oct 03 20:24:57.222 INFO O| Oct 03 20:24:57.222 INFO STEP 142 (remove_files) COMPLETE
96452024-10-03T20:24:58.679Z[ host-image] Oct 03 20:24:57.222 INFO O| Oct 03 20:24:57.222 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462024-10-03T20:24:58.686Z[ host-image] Oct 03 20:24:57.232 INFO O| Oct 03 20:24:57.232 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96472024-10-03T20:24:58.688Z[ host-image] Oct 03 20:24:57.232 INFO O| Oct 03 20:24:57.232 INFO STEP 143 (remove_files) COMPLETE
96482024-10-03T20:24:58.688Z[ host-image] Oct 03 20:24:57.232 INFO O| Oct 03 20:24:57.232 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492024-10-03T20:24:58.696Z[ host-image] Oct 03 20:24:57.242 INFO O| Oct 03 20:24:57.242 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96502024-10-03T20:24:58.699Z[ host-image] Oct 03 20:24:57.242 INFO O| Oct 03 20:24:57.242 INFO STEP 144 (remove_files) COMPLETE
96512024-10-03T20:24:58.699Z[ host-image] Oct 03 20:24:57.242 INFO O| Oct 03 20:24:57.242 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522024-10-03T20:24:58.706Z[ host-image] Oct 03 20:24:57.252 INFO O| Oct 03 20:24:57.252 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96532024-10-03T20:24:58.706Z[ host-image] Oct 03 20:24:57.252 INFO O| Oct 03 20:24:57.252 INFO STEP 145 (remove_files) COMPLETE
96542024-10-03T20:24:58.706Z[ host-image] Oct 03 20:24:57.252 INFO O| Oct 03 20:24:57.252 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552024-10-03T20:24:58.716Z[ host-image] Oct 03 20:24:57.262 INFO O| Oct 03 20:24:57.262 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96562024-10-03T20:24:58.716Z[ host-image] Oct 03 20:24:57.262 INFO O| Oct 03 20:24:57.262 INFO STEP 146 (remove_files) COMPLETE
96572024-10-03T20:24:58.719Z[ host-image] Oct 03 20:24:57.262 INFO O| Oct 03 20:24:57.262 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96582024-10-03T20:24:58.727Z[ host-image] Oct 03 20:24:57.273 INFO O| Oct 03 20:24:57.272 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96592024-10-03T20:24:58.729Z[ host-image] Oct 03 20:24:57.273 INFO O| Oct 03 20:24:57.273 INFO STEP 147 (remove_files) COMPLETE
96602024-10-03T20:24:58.730Z[ host-image] Oct 03 20:24:57.273 INFO O| Oct 03 20:24:57.273 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96612024-10-03T20:24:58.737Z[ host-image] Oct 03 20:24:57.282 INFO O| Oct 03 20:24:57.282 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96622024-10-03T20:24:58.739Z[ host-image] Oct 03 20:24:57.283 INFO O| Oct 03 20:24:57.283 INFO STEP 148 (remove_files) COMPLETE
96632024-10-03T20:24:58.739Z[ host-image] Oct 03 20:24:57.283 INFO O| Oct 03 20:24:57.283 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96642024-10-03T20:24:58.747Z[ host-image] Oct 03 20:24:57.292 INFO O| Oct 03 20:24:57.292 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96652024-10-03T20:24:58.747Z[ host-image] Oct 03 20:24:57.293 INFO O| Oct 03 20:24:57.292 INFO STEP 149 (remove_files) COMPLETE
96662024-10-03T20:24:58.749Z[ host-image] Oct 03 20:24:57.293 INFO O| Oct 03 20:24:57.293 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96672024-10-03T20:24:58.756Z[ host-image] Oct 03 20:24:57.302 INFO O| Oct 03 20:24:57.302 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96682024-10-03T20:24:58.758Z[ host-image] Oct 03 20:24:57.302 INFO O| Oct 03 20:24:57.302 INFO STEP 150 (remove_files) COMPLETE
96692024-10-03T20:24:58.759Z[ host-image] Oct 03 20:24:57.302 INFO O| Oct 03 20:24:57.302 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96702024-10-03T20:24:58.767Z[ host-image] Oct 03 20:24:57.312 INFO O| Oct 03 20:24:57.312 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96712024-10-03T20:24:58.767Z[ host-image] Oct 03 20:24:57.313 INFO O| Oct 03 20:24:57.313 INFO STEP 151 (remove_files) COMPLETE
96722024-10-03T20:24:58.769Z[ host-image] Oct 03 20:24:57.313 INFO O| Oct 03 20:24:57.313 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96732024-10-03T20:24:58.777Z[ host-image] Oct 03 20:24:57.323 INFO O| Oct 03 20:24:57.323 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96742024-10-03T20:24:58.777Z[ host-image] Oct 03 20:24:57.323 INFO O| Oct 03 20:24:57.323 INFO STEP 152 (remove_files) COMPLETE
96752024-10-03T20:24:58.777Z[ host-image] Oct 03 20:24:57.323 INFO O| Oct 03 20:24:57.323 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96762024-10-03T20:24:58.787Z[ host-image] Oct 03 20:24:57.333 INFO O| Oct 03 20:24:57.333 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96772024-10-03T20:24:58.787Z[ host-image] Oct 03 20:24:57.333 INFO O| Oct 03 20:24:57.333 INFO STEP 153 (remove_files) COMPLETE
96782024-10-03T20:24:58.790Z[ host-image] Oct 03 20:24:57.333 INFO O| Oct 03 20:24:57.333 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96792024-10-03T20:24:58.797Z[ host-image] Oct 03 20:24:57.343 INFO O| Oct 03 20:24:57.343 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96802024-10-03T20:24:58.797Z[ host-image] Oct 03 20:24:57.343 INFO O| Oct 03 20:24:57.343 INFO STEP 154 (remove_files) COMPLETE
96812024-10-03T20:24:58.800Z[ host-image] Oct 03 20:24:57.343 INFO O| Oct 03 20:24:57.343 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96822024-10-03T20:24:58.807Z[ host-image] Oct 03 20:24:57.353 INFO O| Oct 03 20:24:57.353 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96832024-10-03T20:24:58.809Z[ host-image] Oct 03 20:24:57.353 INFO O| Oct 03 20:24:57.353 INFO STEP 155 (remove_files) COMPLETE
96842024-10-03T20:24:58.809Z[ host-image] Oct 03 20:24:57.353 INFO O| Oct 03 20:24:57.353 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96852024-10-03T20:24:58.822Z[ host-image] Oct 03 20:24:57.368 INFO O| Oct 03 20:24:57.368 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96862024-10-03T20:24:58.824Z[ host-image] Oct 03 20:24:57.368 INFO O| Oct 03 20:24:57.368 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
96872024-10-03T20:25:06.998Z[ host-image] Oct 03 20:25:05.542 INFO O| Oct 03 20:25:05.542 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
96882024-10-03T20:25:06.998Z[ host-image] Oct 03 20:25:05.542 INFO O| Oct 03 20:25:05.542 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96892024-10-03T20:25:07.012Z[ host-image] Oct 03 20:25:05.557 INFO O| Oct 03 20:25:05.557 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96902024-10-03T20:25:07.090Z[ host-image] Oct 03 20:25:05.635 INFO O| Oct 03 20:25:05.635 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96912024-10-03T20:25:07.090Z[ host-image] Oct 03 20:25:05.635 INFO O| Oct 03 20:25:05.635 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96922024-10-03T20:25:07.092Z[ host-image] Oct 03 20:25:05.637 INFO O| Oct 03 20:25:05.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96932024-10-03T20:25:07.092Z[ host-image] Oct 03 20:25:05.637 INFO O| Oct 03 20:25:05.637 INFO ok!
96942024-10-03T20:25:07.092Z[ host-image] Oct 03 20:25:05.637 INFO O| Oct 03 20:25:05.637 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96952024-10-03T20:25:07.093Z[ host-image] Oct 03 20:25:05.637 INFO O| Oct 03 20:25:05.637 INFO STEP 156 (seed_smf) COMPLETE
96962024-10-03T20:25:07.093Z[ host-image] Oct 03 20:25:05.637 INFO O| Oct 03 20:25:05.637 INFO steps complete; finalising image!
96972024-10-03T20:25:07.093Z[ host-image] Oct 03 20:25:05.637 INFO O| Oct 03 20:25:05.637 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96982024-10-03T20:25:07.232Z[ host-image] Oct 03 20:25:05.777 INFO O| Oct 03 20:25:05.777 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Oct 3 20:25:05 2024)
96992024-10-03T20:25:07.455Z[ host-image] Oct 03 20:25:06.000 INFO O| Oct 03 20:25:05.999 INFO temporary pool has 681M used, 151M avail, 1.86x compressratio
97002024-10-03T20:25:07.455Z[ host-image] Oct 03 20:25:06.000 INFO O| Oct 03 20:25:06.000 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97012024-10-03T20:25:07.754Z[ host-image] Oct 03 20:25:06.297 INFO O| Oct 03 20:25:06.297 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97022024-10-03T20:25:07.754Z[ host-image] Oct 03 20:25:06.297 INFO O| Oct 03 20:25:06.297 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97032024-10-03T20:25:08.787Z[ host-image] Oct 03 20:25:07.331 INFO O| Oct 03 20:25:07.331 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97042024-10-03T20:25:08.787Z[ host-image] Oct 03 20:25:07.331 INFO O| Oct 03 20:25:07.331 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97052024-10-03T20:25:08.789Z[ host-image] Oct 03 20:25:07.331 INFO O| Oct 03 20:25:07.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97062024-10-03T20:25:08.789Z[ host-image] Oct 03 20:25:07.331 INFO O| Oct 03 20:25:07.331 INFO completed processing gimlet/zfs
97072024-10-03T20:25:08.789Z[ host-image] Oct 03 20:25:07.331 INFO O| Oct 03 20:25:07.331 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97082024-10-03T20:25:15.269Z[ host-image] Oct 03 20:25:13.813 INFO O| Oct 03 20:25:13.813 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97092024-10-03T20:25:15.361Z[ host-image] Oct 03 20:25:13.904 INFO BUILD STRING "heads/stlouis-0-gb547e5da60\n"
97102024-10-03T20:25:15.361Z[ host-image] Oct 03 20:25:13.904 INFO expanded image name: "ci 09053ca/${os_short_commit} 2024-10-03 19:55" -> "ci 09053ca/b547e5d 2024-10-03 19:55"
97112024-10-03T20:25:15.363Z[ host-image] Oct 03 20:25:13.904 INFO output artefacts stored in: "/work/os-host"
97122024-10-03T20:25:15.363Z[ host-image] Oct 03 20:25:13.904 INFO collecting git info from project "amd-host-image-builder"...
97132024-10-03T20:25:15.375Z[ host-image] Oct 03 20:25:13.919 INFO collecting git info from project "amd-firmware"...
97142024-10-03T20:25:15.384Z[ host-image] Oct 03 20:25:13.928 INFO collecting git info from project "pilot"...
97152024-10-03T20:25:15.389Z[ host-image] Oct 03 20:25:13.934 INFO collecting git info from project "bootserver"...
97162024-10-03T20:25:15.395Z[ host-image] Oct 03 20:25:13.938 INFO collecting git info from project "image-builder"...
97172024-10-03T20:25:15.399Z[ host-image] Oct 03 20:25:13.942 INFO collecting git info from project "phbl"...
97182024-10-03T20:25:15.403Z[ host-image] Oct 03 20:25:13.947 INFO collecting git info from project "pinprick"...
97192024-10-03T20:25:15.408Z[ host-image] Oct 03 20:25:13.951 INFO collecting git info from project "chelsio-t6-roms"...
97202024-10-03T20:25:15.413Z[ host-image] Oct 03 20:25:13.956 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97212024-10-03T20:25:15.773Z[ host-image] Oct 03 20:25:14.317 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97222024-10-03T20:25:16.109Z[ host-image] Oct 03 20:25:14.652 INFO creating Oxide boot image...
97232024-10-03T20:25:16.109Z[ host-image] Oct 03 20:25:14.653 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 09053ca/b547e5d 2024-10-03 19:55", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97242024-10-03T20:25:17.087Z[ host-image] Oct 03 20:25:15.631 INFO O| ok, image written!
97252024-10-03T20:25:17.087Z[ host-image] Oct 03 20:25:15.631 INFO O| ok, boot_image_csum file written!
97262024-10-03T20:25:17.090Z[ host-image] Oct 03 20:25:15.634 INFO creating boot archive (CPIO)...
97272024-10-03T20:25:17.093Z[ host-image] Oct 03 20:25:15.634 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
97282024-10-03T20:25:17.098Z[ host-image] Oct 03 20:25:15.642 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97292024-10-03T20:25:17.098Z[ host-image] Oct 03 20:25:15.642 INFO E| + outfile=/work/os-host/cpio
97302024-10-03T20:25:17.098Z[ host-image] Oct 03 20:25:15.642 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97312024-10-03T20:25:17.100Z[ host-image] Oct 03 20:25:15.644 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97322024-10-03T20:25:17.100Z[ host-image] Oct 03 20:25:15.644 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97332024-10-03T20:25:17.136Z[ host-image] Oct 03 20:25:15.680 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97342024-10-03T20:25:17.136Z[ host-image] Oct 03 20:25:15.680 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97352024-10-03T20:25:17.143Z[ host-image] Oct 03 20:25:15.687 INFO creating compressed cpio/unix for nanobl-rs...
97362024-10-03T20:25:17.145Z[ host-image] Oct 03 20:25:15.687 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
97372024-10-03T20:25:17.422Z[ host-image] Oct 03 20:25:15.966 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97382024-10-03T20:25:21.746Z[ host-image] Oct 03 20:25:20.289 INFO creating reset image...
97392024-10-03T20:25:21.749Z[ host-image] Oct 03 20:25:20.289 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97402024-10-03T20:25:21.839Z[ host-image] Oct 03 20:25:20.381 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97412024-10-03T20:25:21.852Z[ host-image] Oct 03 20:25:20.382 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97422024-10-03T20:25:21.894Z[ host-image] Oct 03 20:25:20.437 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97432024-10-03T20:25:23.676Z[ host-image] Oct 03 20:25:22.219 INFO E| Finished `release` profile [optimized] target(s) in 1.82s
97442024-10-03T20:25:23.687Z[ host-image] Oct 03 20:25:22.230 INFO building host image...
97452024-10-03T20:25:23.690Z[ host-image] Oct 03 20:25:22.230 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")
97462024-10-03T20:25:24.178Z[ host-image] Oct 03 20:25:22.720 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97472024-10-03T20:26:11.351Z[ host-image] Oct 03 20:26:09.888 INFO image complete! materials are in "/work/os-host"
97482024-10-03T20:26:11.353Z[ host-image]
97492024-10-03T20:26:11.353Z[ host-image] real 9:13.237356471
97502024-10-03T20:26:11.356Z[ host-image] user 4:38.673587098
97512024-10-03T20:26:11.356Z[ host-image] sys 53.148314236
97522024-10-03T20:26:11.356Z[ host-image] trap 0.184805120
97532024-10-03T20:26:11.356Z[ host-image] tflt 0.009288591
97542024-10-03T20:26:11.356Z[ host-image] dflt 0.053067733
97552024-10-03T20:26:11.356Z[ host-image] kflt 0.020819118
97562024-10-03T20:26:11.356Z[ host-image] lock 10:10.597078665
97572024-10-03T20:26:11.356Z[ host-image] slp 50:06.517836833
97582024-10-03T20:26:11.356Z[ host-image] lat 1:30.680058678
97592024-10-03T20:26:11.356Z[ host-image] stop 0.586291032
97602024-10-03T20:26:11.356ZOct 03 20:26:09.892 INFO [host-image] process exited with exit status: 0 (553.252585802s)
97612024-10-03T20:26:11.356ZOct 03 20:26:09.892 INFO [tuf-repo] running task
97622024-10-03T20:26:17.904ZOct 03 20:26:16.441 INFO assembling repository in `/tmp/tufaceous6X5QIq`, component: OmicronRepoAssembler
97632024-10-03T20:26:22.961ZOct 03 20:26:21.497 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97642024-10-03T20:26:23.163ZOct 03 20:26:21.699 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97652024-10-03T20:26:34.581ZOct 03 20:26:33.116 INFO [tuf-repo] task succeeded (23.223668036s)
97662024-10-03T20:26:34.581ZOct 03 20:26:33.116 INFO all jobs completed in 1872.966185281s
97672024-10-03T20:26:35.126Zprocess exited: duration 2419521 ms, exit code 0
 
97682024-10-03T20:26:35.136Zfound 33 output files
97692024-10-03T20:26:35.136Zuploading: /work/manifest.toml (8404 bytes)
97702024-10-03T20:26:36.152Zuploaded: /work/manifest.toml
97712024-10-03T20:26:36.152Zuploading: /work/repo.zip (1811939903 bytes)
97722024-10-03T20:27:09.153Zuploaded: /work/repo.zip
97732024-10-03T20:27:09.153Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97742024-10-03T20:27:10.170Zuploaded: /work/repo.zip.sha256.txt
97752024-10-03T20:27:10.170Zuploading: /work/helios-setup.log (54887 bytes)
97762024-10-03T20:27:11.185Zuploaded: /work/helios-setup.log
97772024-10-03T20:27:11.185Zuploading: /work/host-image.log (194508 bytes)
97782024-10-03T20:27:12.208Zuploaded: /work/host-image.log
97792024-10-03T20:27:12.208Zuploading: /work/host-package.log (18700 bytes)
97802024-10-03T20:27:13.216Zuploaded: /work/host-package.log
97812024-10-03T20:27:13.216Zuploading: /work/host-target.log (101 bytes)
97822024-10-03T20:27:14.224Zuploaded: /work/host-target.log
97832024-10-03T20:27:14.224Zuploading: /work/omicron-package.log (4288 bytes)
97842024-10-03T20:27:15.232Zuploaded: /work/omicron-package.log
97852024-10-03T20:27:15.232Zuploading: /work/phbl-toolchain.log (881 bytes)
97862024-10-03T20:27:16.240Zuploaded: /work/phbl-toolchain.log
97872024-10-03T20:27:16.240Zuploading: /work/recovery-image.log (591342 bytes)
97882024-10-03T20:27:17.271Zuploaded: /work/recovery-image.log
97892024-10-03T20:27:17.271Zuploading: /work/recovery-package.log (282 bytes)
97902024-10-03T20:27:18.278Zuploaded: /work/recovery-package.log
97912024-10-03T20:27:18.278Zuploading: /work/recovery-target.log (57 bytes)
97922024-10-03T20:27:19.286Zuploaded: /work/recovery-target.log
97932024-10-03T20:27:19.287Zuploading: /work/stamp-clickhouse.log (117 bytes)
97942024-10-03T20:27:20.294Zuploaded: /work/stamp-clickhouse.log
97952024-10-03T20:27:20.294Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97962024-10-03T20:27:21.302Zuploaded: /work/stamp-clickhouse_keeper.log
97972024-10-03T20:27:21.302Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97982024-10-03T20:27:22.309Zuploaded: /work/stamp-cockroachdb.log
97992024-10-03T20:27:22.309Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98002024-10-03T20:27:23.317Zuploaded: /work/stamp-crucible-dtrace.log
98012024-10-03T20:27:23.317Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98022024-10-03T20:27:24.324Zuploaded: /work/stamp-crucible-pantry-zone.log
98032024-10-03T20:27:24.324Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98042024-10-03T20:27:25.332Zuploaded: /work/stamp-crucible-zone.log
98052024-10-03T20:27:25.332Zuploading: /work/stamp-external-dns.log (119 bytes)
98062024-10-03T20:27:26.340Zuploaded: /work/stamp-external-dns.log
98072024-10-03T20:27:26.341Zuploading: /work/stamp-installinator.log (103 bytes)
98082024-10-03T20:27:27.349Zuploaded: /work/stamp-installinator.log
98092024-10-03T20:27:27.349Zuploading: /work/stamp-internal-dns.log (119 bytes)
98102024-10-03T20:27:28.357Zuploaded: /work/stamp-internal-dns.log
98112024-10-03T20:27:28.357Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98122024-10-03T20:27:29.364Zuploaded: /work/stamp-mg-ddm-gz.log
98132024-10-03T20:27:29.364Zuploading: /work/stamp-nexus.log (112 bytes)
98142024-10-03T20:27:30.372Zuploaded: /work/stamp-nexus.log
98152024-10-03T20:27:30.372Zuploading: /work/stamp-ntp.log (110 bytes)
98162024-10-03T20:27:31.380Zuploaded: /work/stamp-ntp.log
98172024-10-03T20:27:31.380Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98182024-10-03T20:27:32.390Zuploaded: /work/stamp-omicron-sled-agent.log
98192024-10-03T20:27:32.390Zuploading: /work/stamp-overlay.log (114 bytes)
98202024-10-03T20:27:33.398Zuploaded: /work/stamp-overlay.log
98212024-10-03T20:27:33.398Zuploading: /work/stamp-oximeter.log (115 bytes)
98222024-10-03T20:27:34.407Zuploaded: /work/stamp-oximeter.log
98232024-10-03T20:27:34.407Zuploading: /work/stamp-oxlog.log (109 bytes)
98242024-10-03T20:27:35.415Zuploaded: /work/stamp-oxlog.log
98252024-10-03T20:27:35.415Zuploading: /work/stamp-probe.log (112 bytes)
98262024-10-03T20:27:36.430Zuploaded: /work/stamp-probe.log
98272024-10-03T20:27:36.430Zuploading: /work/stamp-propolis-server.log (122 bytes)
98282024-10-03T20:27:37.440Zuploaded: /work/stamp-propolis-server.log
98292024-10-03T20:27:37.440Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98302024-10-03T20:27:38.446Zuploaded: /work/stamp-pumpkind-gz.log
98312024-10-03T20:27:38.446Zuploading: /work/stamp-switch-asic.log (118 bytes)
98322024-10-03T20:27:39.454Zuploaded: /work/stamp-switch-asic.log
98332024-10-03T20:27:39.456Zuploading: /work/verify-libraries.log (2992 bytes)
98342024-10-03T20:27:40.463Zuploaded: /work/verify-libraries.log