01J3KQJKE5Z74CK95M82TM64P0: 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: 01J3KQK3F1H26WTG3TQMG7A1HA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-25T01:21:43.129Zjob assigned to worker 01J3KQK55SYHTH7M9DYD93J5BG (queued for 1 m 21 s)
 
22024-07-25T01:21:50.465Zstarting task 0: "setup"
32024-07-25T01:21:50.474Z++ uname -s
42024-07-25T01:21:50.477Z+ kern=SunOS
52024-07-25T01:21:50.477Z+ case "$kern" in
62024-07-25T01:21:50.477Z+ groupadd -g 12345 build
72024-07-25T01:21:50.480Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-25T01:21:52.488Z+ zfs create -o mountpoint=/work rpool/work
92024-07-25T01:21:52.610Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-25T01:21:52.613Z+ home_fs=zfs
112024-07-25T01:21:52.613Z+ [[ zfs == autofs ]]
122024-07-25T01:21:52.613Z+ mkdir -p /home/build
132024-07-25T01:21:52.616Z+ chown build:build /home/build /work
142024-07-25T01:21:54.616Z+ chmod 0700 /home/build /work
152024-07-25T01:21:54.619Zprocess exited: duration 4155 ms, exit code 0
 
162024-07-25T01:21:54.625Zstarting task 1: "rust-toolchain"
172024-07-25T01:21:54.630Z+ printf ' * toolchain channel = "%s"
182024-07-25T01:21:54.630Z' 1.78.0
192024-07-25T01:21:54.630Z+ printf ' * toolchain profile = "%s"
202024-07-25T01:21:54.630Z' default
212024-07-25T01:21:54.630Z * toolchain channel = "1.78.0"
222024-07-25T01:21:54.630Z * toolchain profile = "default"
232024-07-25T01:21:54.633Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-25T01:21:54.633Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-25T01:21:54.745Zinfo: downloading installer
262024-07-25T01:21:55.935Zinfo: profile set to 'default'
272024-07-25T01:21:55.935Zinfo: default host triple is x86_64-unknown-illumos
282024-07-25T01:21:55.938Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-25T01:21:56.083Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-25T01:21:56.083Zinfo: downloading component 'cargo'
312024-07-25T01:21:56.919Zinfo: downloading component 'clippy'
322024-07-25T01:21:57.196Zinfo: downloading component 'rust-docs'
332024-07-25T01:21:58.301Zinfo: downloading component 'rust-std'
342024-07-25T01:22:00.077Zinfo: downloading component 'rustc'
352024-07-25T01:22:04.581Zinfo: downloading component 'rustfmt'
362024-07-25T01:22:04.820Zinfo: installing component 'cargo'
372024-07-25T01:22:05.643Zinfo: installing component 'clippy'
382024-07-25T01:22:06.003Zinfo: installing component 'rust-docs'
392024-07-25T01:22:07.563Zinfo: installing component 'rust-std'
402024-07-25T01:22:09.287Zinfo: installing component 'rustc'
412024-07-25T01:22:13.483Zinfo: installing component 'rustfmt'
422024-07-25T01:22:13.821Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-25T01:22:13.821Z
442024-07-25T01:22:14.090Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-25T01:22:14.091Z
462024-07-25T01:22:14.094Z
472024-07-25T01:22:14.094ZRust is installed now. Great!
482024-07-25T01:22:14.094Z
492024-07-25T01:22:14.094ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-25T01:22:14.094Zenvironment variable. This has not been done automatically.
512024-07-25T01:22:14.094Z
522024-07-25T01:22:14.095ZTo configure your current shell, you need to source
532024-07-25T01:22:14.095Zthe corresponding env file under $HOME/.cargo.
542024-07-25T01:22:14.095Z
552024-07-25T01:22:14.095ZThis is usually done by running one of the following (note the leading DOT):
562024-07-25T01:22:14.095Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-25T01:22:14.095Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-25T01:22:14.138Z+ rustc --version
592024-07-25T01:22:14.199Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-25T01:22:14.202Zprocess exited: duration 19575 ms, exit code 0
 
612024-07-25T01:22:14.207Zstarting task 2: "authentication"
622024-07-25T01:22:14.228Zprocess exited: duration 19 ms, exit code 0
 
632024-07-25T01:22:14.233Zstarting task 3: "clone repository"
642024-07-25T01:22:14.238Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-25T01:22:14.241Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-25T01:22:14.355ZCloning into '/work/oxidecomputer/omicron'...
672024-07-25T01:22:20.788Z+ cd /work/oxidecomputer/omicron
682024-07-25T01:22:20.789Z+ git fetch origin c29eee36e0417de41c4cfab15394fbaf874e8303
692024-07-25T01:22:21.116ZFrom https://github.com/oxidecomputer/omicron
702024-07-25T01:22:21.116Z * branch c29eee36e0417de41c4cfab15394fbaf874e8303 -> FETCH_HEAD
712024-07-25T01:22:21.125Z+ [[ -n sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph ]]
722024-07-25T01:22:21.128Z++ git branch --show-current
732024-07-25T01:22:21.131Z+ current=main
742024-07-25T01:22:21.131Z+ [[ main != sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph ]]
752024-07-25T01:22:21.131Z+ git branch -f sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph c29eee36e0417de41c4cfab15394fbaf874e8303
762024-07-25T01:22:21.134Z+ git checkout -f sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph
772024-07-25T01:22:21.269ZSwitched to branch 'sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph'
782024-07-25T01:22:21.272Z+ git reset --hard c29eee36e0417de41c4cfab15394fbaf874e8303
792024-07-25T01:22:21.308ZHEAD is now at c29eee36e update one more file
802024-07-25T01:22:21.312Zprocess exited: duration 7075 ms, exit code 0
 
812024-07-25T01:22:21.318Zstarting task 4: "build"
822024-07-25T01:22:21.323Z+ cargo --version
832024-07-25T01:22:21.375Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-25T01:22:21.378Z+ rustc --version
852024-07-25T01:22:21.432Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-25T01:22:21.435Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-07-25T01:22:32.625Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-07-25T01:22:34.625Z Startup: Caching catalogs ... Done
892024-07-25T01:22:37.978ZPlanning: Solver setup ... Done (2.866s)
902024-07-25T01:22:38.034ZPlanning: Running solver ... Done (0.055s)
912024-07-25T01:22:38.083ZPlanning: Finding local manifests ... Done (0.004s)
922024-07-25T01:22:38.095ZPlanning: Fetching manifests: 0/4 0% complete
932024-07-25T01:22:38.243ZPlanning: Fetching manifests: 4/4 100% complete
942024-07-25T01:22:38.292ZPlanning: Package planning ... Done (0.049s)
952024-07-25T01:22:38.442ZPlanning: Merging actions ... Done (0.149s)
962024-07-25T01:22:38.737ZPlanning: Checking for conflicting actions ... Done (0.295s)
972024-07-25T01:22:38.751ZPlanning: Consolidating action changes ... Done (0.011s)
982024-07-25T01:22:40.038ZPlanning: Evaluating mediators ... Done (1.289s)
992024-07-25T01:22:40.047ZPlanning: Planning completed in 5.36 seconds
1002024-07-25T01:22:40.068Z Packages to install: 4
1012024-07-25T01:22:40.068Z Mediators to change: 2
1022024-07-25T01:22:40.071Z Services to change: 1
1032024-07-25T01:22:40.071Z Estimated space available: 155.77 GB
1042024-07-25T01:22:40.071ZEstimated space to be consumed: 1.47 GB
1052024-07-25T01:22:40.071Z Create boot environment: No
1062024-07-25T01:22:40.071ZCreate backup boot environment: No
1072024-07-25T01:22:40.071Z Rebuild boot archive: No
1082024-07-25T01:22:40.071Z
1092024-07-25T01:22:40.071ZChanged mediators:
1102024-07-25T01:22:40.071Z mediator clang:
1112024-07-25T01:22:40.071Z version: None -> 15 (system default)
1122024-07-25T01:22:40.071Z
1132024-07-25T01:22:40.071Z mediator llvm:
1142024-07-25T01:22:40.071Z version: 14 (system default) -> 15 (system default)
1152024-07-25T01:22:40.071Z
1162024-07-25T01:22:40.071ZChanged packages:
1172024-07-25T01:22:40.071Zhelios-dev
1182024-07-25T01:22:40.071Z developer/build-essential
1192024-07-25T01:22:40.071Z None -> 11-2.0
1202024-07-25T01:22:40.071Z library/libxmlsec1
1212024-07-25T01:22:40.071Z None -> 1.2.35-2.0
1222024-07-25T01:22:40.071Z ooce/developer/clang-15
1232024-07-25T01:22:40.071Z None -> 15.0.7-2.0
1242024-07-25T01:22:40.072Z ooce/developer/llvm-15
1252024-07-25T01:22:40.072Z None -> 15.0.7-2.0
1262024-07-25T01:22:40.072Z
1272024-07-25T01:22:40.072ZServices:
1282024-07-25T01:22:40.072Z restart_fmri:
1292024-07-25T01:22:40.072Z svc:/system/update-man-index:default
1302024-07-25T01:22:40.117Z
1312024-07-25T01:22:40.117ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-07-25T01:22:45.117ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (17.1M/s)
1332024-07-25T01:22:50.118ZDownload: 2488/3290 items 120.2/212.6MB 56% complete (12.1M/s)
1342024-07-25T01:22:55.030ZDownload: Completed 212.60 MB in 14.91 seconds (14.3M/s)
1352024-07-25T01:22:55.397Z Actions: 1/3689 actions (Installing new actions)
1362024-07-25T01:22:59.927Z Actions: Completed 3689 actions in 4.53 seconds.
1372024-07-25T01:23:00.182Z Done (0.251s)
1382024-07-25T01:23:00.182Z Done (0.000s)
1392024-07-25T01:23:00.525Z Done (0.342s)
1402024-07-25T01:23:05.835Z Done (5.151s)
1412024-07-25T01:23:05.916Z Done (0.018s)
1422024-07-25T01:23:05.919Z Done (0.000s)
1432024-07-25T01:23:06.097Z Done (0.000s)
1442024-07-25T01:23:06.663ZPlanning: Evaluating mediator changes ... Done
1452024-07-25T01:23:06.819ZPlanning: Checking for conflicting actions ... Done
1462024-07-25T01:23:06.822ZPlanning: Consolidating action changes ... Done
1472024-07-25T01:23:07.083ZPlanning: Evaluating mediators ... Done
1482024-07-25T01:23:07.086ZPlanning: Planning completed in 0.42 seconds
1492024-07-25T01:23:07.118Z Mediators to change: 2
1502024-07-25T01:23:07.118Z Create boot environment: No
1512024-07-25T01:23:07.120ZCreate backup boot environment: No
1522024-07-25T01:23:07.186Z Done
1532024-07-25T01:23:07.186Z Done
1542024-07-25T01:23:07.398Z Done
1552024-07-25T01:23:10.850Z Done
1562024-07-25T01:23:10.937Z Done
1572024-07-25T01:23:10.940Z Done
1582024-07-25T01:23:11.084Z Done
1592024-07-25T01:23:11.679ZPlanning: Evaluating mediator changes ... Done
1602024-07-25T01:23:11.682ZPlanning: Merging actions ... Done
1612024-07-25T01:23:11.869ZPlanning: Checking for conflicting actions ... Done
1622024-07-25T01:23:11.872ZPlanning: Consolidating action changes ... Done
1632024-07-25T01:23:12.127ZPlanning: Evaluating mediators ... Done
1642024-07-25T01:23:12.181ZPlanning: Planning completed in 0.74 seconds
1652024-07-25T01:23:12.215Z Packages to change: 1
1662024-07-25T01:23:12.215Z Mediators to change: 1
1672024-07-25T01:23:12.218Z Services to change: 1
1682024-07-25T01:23:12.218Z Create boot environment: No
1692024-07-25T01:23:12.218ZCreate backup boot environment: Yes
1702024-07-25T01:23:14.127Z Actions: 1/6 actions (Updating modified actions)
1712024-07-25T01:23:14.130Z Actions: Completed 6 actions in 0.00 seconds.
1722024-07-25T01:23:14.130Z Done
1732024-07-25T01:23:14.130Z Done
1742024-07-25T01:23:14.201Z Done
1752024-07-25T01:23:17.641Z Done
1762024-07-25T01:23:17.723Z Done
1772024-07-25T01:23:17.726Z Done
1782024-07-25T01:23:17.853Z Done
1792024-07-25T01:23:18.271ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1802024-07-25T01:23:18.271Zclang system 15 system
1812024-07-25T01:23:18.271Zcsh system system illumos
1822024-07-25T01:23:18.271Zctags system system illumos
1832024-07-25T01:23:18.271Zgcc vendor 12 vendor
1842024-07-25T01:23:18.272Zgcc system 10 system
1852024-07-25T01:23:18.272Zgcc system 7 system
1862024-07-25T01:23:18.272Zgo system 1.20 system
1872024-07-25T01:23:18.272Zgo system 1.19 system
1882024-07-25T01:23:18.272Zllvm system 15 system
1892024-07-25T01:23:18.272Zllvm system 14 system
1902024-07-25T01:23:18.272Zmariadb system 10.6 system
1912024-07-25T01:23:18.272Zmta vendor vendor dma
1922024-07-25T01:23:18.272Zopenjdk system 17 system
1932024-07-25T01:23:18.272Zopenjdk system 11 system
1942024-07-25T01:23:18.272Zopenjdk system 1.8 system
1952024-07-25T01:23:18.272Zopenssl vendor 3 vendor
1962024-07-25T01:23:18.272Zperl system 5.36 system
1972024-07-25T01:23:18.272Zpostgresql system 15 system
1982024-07-25T01:23:18.272Zpostgresql system 13 system
1992024-07-25T01:23:18.272Zpython vendor 3 vendor
2002024-07-25T01:23:18.272Zpython system 2 system
2012024-07-25T01:23:18.272Zpython3 system 3.11 system
2022024-07-25T01:23:18.272Zruby system 3.0 system
2032024-07-25T01:23:18.272Zwords vendor vendor american-english
2042024-07-25T01:23:18.272Zwords system system australian-english
2052024-07-25T01:23:18.272Zwords system system british-english
2062024-07-25T01:23:18.272Zwords system system canadian-english
2072024-07-25T01:23:18.272Zwords system system french
2082024-07-25T01:23:18.272Zwords system system italian
2092024-07-25T01:23:18.272Zwords system system ngerman
2102024-07-25T01:23:18.272Zwords system system ogerman
2112024-07-25T01:23:18.272Zwords system system spanish
2122024-07-25T01:23:18.596ZPUBLISHER TYPE STATUS P LOCATION
2132024-07-25T01:23:18.597Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2142024-07-25T01:23:20.202ZFMRI IFO
2152024-07-25T01:23:20.202Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2162024-07-25T01:23:20.202Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2172024-07-25T01:23:20.202Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2182024-07-25T01:23:20.202Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2192024-07-25T01:23:20.202Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2202024-07-25T01:23:20.202Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2212024-07-25T01:23:20.202Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2222024-07-25T01:23:20.202Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2232024-07-25T01:23:20.202Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2242024-07-25T01:23:20.202Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2252024-07-25T01:23:20.202Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2262024-07-25T01:23:20.202Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2272024-07-25T01:23:20.715Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2282024-07-25T01:23:21.147Z Updating git repository `https://github.com/oxidecomputer/zone`
2292024-07-25T01:23:21.554Z Updating crates.io index
2302024-07-25T01:23:21.597Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2312024-07-25T01:23:23.348Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322024-07-25T01:23:23.350Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2332024-07-25T01:23:23.529Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2342024-07-25T01:23:25.523Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2352024-07-25T01:23:25.833Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2362024-07-25T01:23:26.176Z Updating git repository `https://github.com/oxidecomputer/propolis`
2372024-07-25T01:23:27.253Z Updating git repository `https://github.com/oxidecomputer/crucible`
2382024-07-25T01:23:29.016Z Updating git repository `https://github.com/oxidecomputer/opte`
2392024-07-25T01:23:30.133Z Updating git repository `https://github.com/oxidecomputer/falcon`
2402024-07-25T01:23:30.940Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2412024-07-25T01:23:31.588Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2422024-07-25T01:23:31.928Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2432024-07-25T01:23:32.311Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2442024-07-25T01:23:32.678Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452024-07-25T01:23:33.076Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2462024-07-25T01:23:33.410Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2472024-07-25T01:23:33.752Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2482024-07-25T01:23:34.197Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2492024-07-25T01:23:34.593Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502024-07-25T01:23:35.116Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2512024-07-25T01:23:35.473Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522024-07-25T01:23:36.027Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2532024-07-25T01:23:36.464Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2542024-07-25T01:23:36.947Z Updating git repository `https://github.com/oxidecomputer/typify`
2552024-07-25T01:23:39.301Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562024-07-25T01:23:39.677Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572024-07-25T01:23:40.041Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582024-07-25T01:23:40.450Z Updating git repository `https://github.com/oxidecomputer/rfb`
2592024-07-25T01:23:41.918Z Downloading crates ...
2602024-07-25T01:23:41.998Z Downloaded deranged v0.3.11
2612024-07-25T01:23:42.001Z Downloaded adler v1.0.2
2622024-07-25T01:23:42.009Z Downloaded powerfmt v0.2.0
2632024-07-25T01:23:42.012Z Downloaded rustls-pemfile v1.0.4
2642024-07-25T01:23:42.015Z Downloaded num_threads v0.1.7
2652024-07-25T01:23:42.017Z Downloaded plain v0.2.3
2662024-07-25T01:23:42.017Z Downloaded num-conv v0.1.0
2672024-07-25T01:23:42.020Z Downloaded equivalent v1.0.1
2682024-07-25T01:23:42.020Z Downloaded proc-macro2 v1.0.86
2692024-07-25T01:23:42.023Z Downloaded pin-project-lite v0.2.14
2702024-07-25T01:23:42.027Z Downloaded openssl-macros v0.1.1
2712024-07-25T01:23:42.030Z Downloaded tower-service v0.3.2
2722024-07-25T01:23:42.030Z Downloaded fnv v1.0.7
2732024-07-25T01:23:42.030Z Downloaded anstyle v1.0.7
2742024-07-25T01:23:42.033Z Downloaded time-core v0.1.2
2752024-07-25T01:23:42.033Z Downloaded pkg-config v0.3.30
2762024-07-25T01:23:42.036Z Downloaded foreign-types-shared v0.1.1
2772024-07-25T01:23:42.036Z Downloaded sync_wrapper v0.1.2
2782024-07-25T01:23:42.036Z Downloaded pretty-hex v0.4.1
2792024-07-25T01:23:42.039Z Downloaded fs-err v2.11.0
2802024-07-25T01:23:42.042Z Downloaded colorchoice v1.0.1
2812024-07-25T01:23:42.042Z Downloaded toml_datetime v0.6.6
2822024-07-25T01:23:42.044Z Downloaded version_check v0.9.4
2832024-07-25T01:23:42.044Z Downloaded futures-task v0.3.30
2842024-07-25T01:23:42.045Z Downloaded dirs-next v2.0.0
2852024-07-25T01:23:42.047Z Downloaded xattr v1.3.1
2862024-07-25T01:23:42.050Z Downloaded tokio-macros v2.3.0
2872024-07-25T01:23:42.050Z Downloaded mime v0.3.17
2882024-07-25T01:23:42.053Z Downloaded thiserror-impl v1.0.62
2892024-07-25T01:23:42.053Z Downloaded itoa v1.0.11
2902024-07-25T01:23:42.053Z Downloaded heck v0.5.0
2912024-07-25T01:23:42.056Z Downloaded slog-json v2.6.1
2922024-07-25T01:23:42.059Z Downloaded slog-async v2.8.0
2932024-07-25T01:23:42.059Z Downloaded strsim v0.11.1
2942024-07-25T01:23:42.061Z Downloaded dtrace-parser v0.2.0
2952024-07-25T01:23:42.061Z Downloaded usdt-impl v0.5.0
2962024-07-25T01:23:42.064Z Downloaded thread_local v1.1.8
2972024-07-25T01:23:42.064Z Downloaded crc32fast v1.4.0
2982024-07-25T01:23:42.067Z Downloaded time-macros v0.2.18
2992024-07-25T01:23:42.070Z Downloaded is_terminal_polyfill v1.70.0
3002024-07-25T01:23:42.070Z Downloaded utf8parse v0.2.1
3012024-07-25T01:23:42.072Z Downloaded cargo_metadata v0.18.1
3022024-07-25T01:23:42.072Z Downloaded semver v1.0.23
3032024-07-25T01:23:42.075Z Downloaded pest_generator v2.7.10
3042024-07-25T01:23:42.078Z Downloaded want v0.3.1
3052024-07-25T01:23:42.078Z Downloaded digest v0.10.7
3062024-07-25T01:23:42.081Z Downloaded usdt-attr-macro v0.5.0
3072024-07-25T01:23:42.081Z Downloaded try-lock v0.2.5
3082024-07-25T01:23:42.081Z Downloaded take_mut v0.2.2
3092024-07-25T01:23:42.084Z Downloaded strum v0.26.3
3102024-07-25T01:23:42.084Z Downloaded scroll_derive v0.12.0
3112024-07-25T01:23:42.084Z Downloaded clap_derive v4.5.8
3122024-07-25T01:23:42.087Z Downloaded futures-channel v0.3.30
3132024-07-25T01:23:42.090Z Downloaded terminal_size v0.3.0
3142024-07-25T01:23:42.090Z Downloaded smallvec v1.13.2
3152024-07-25T01:23:42.094Z Downloaded usdt v0.5.0
3162024-07-25T01:23:42.094Z Downloaded strum_macros v0.26.4
3172024-07-25T01:23:42.097Z Downloaded unicode-bidi v0.3.15
3182024-07-25T01:23:42.100Z Downloaded match_cfg v0.1.0
3192024-07-25T01:23:42.100Z Downloaded scopeguard v1.2.0
3202024-07-25T01:23:42.100Z Downloaded httparse v1.8.0
3212024-07-25T01:23:42.103Z Downloaded tokio-native-tls v0.3.1
3222024-07-25T01:23:42.106Z Downloaded openssl-probe v0.1.5
3232024-07-25T01:23:42.106Z Downloaded pest_derive v2.7.10
3242024-07-25T01:23:42.108Z Downloaded slab v0.4.9
3252024-07-25T01:23:42.108Z Downloaded ryu v1.0.18
3262024-07-25T01:23:42.111Z Downloaded cargo_toml v0.20.4
3272024-07-25T01:23:42.114Z Downloaded thread-id v4.2.1
3282024-07-25T01:23:42.114Z Downloaded cargo-platform v0.1.8
3292024-07-25T01:23:42.117Z Downloaded thiserror v1.0.62
3302024-07-25T01:23:42.119Z Downloaded serde_tokenstream v0.2.1
3312024-07-25T01:23:42.123Z Downloaded tracing-core v0.1.32
3322024-07-25T01:23:42.126Z Downloaded tar v0.4.41
3332024-07-25T01:23:42.129Z Downloaded typenum v1.17.0
3342024-07-25T01:23:42.132Z Downloaded term v0.7.0
3352024-07-25T01:23:42.135Z Downloaded zerocopy-derive v0.7.34
3362024-07-25T01:23:42.139Z Downloaded sha2 v0.10.8
3372024-07-25T01:23:42.141Z Downloaded num_cpus v1.16.0
3382024-07-25T01:23:42.144Z Downloaded memmap v0.7.0
3392024-07-25T01:23:42.147Z Downloaded slog-bunyan v2.5.0
3402024-07-25T01:23:42.147Z Downloaded parking_lot_core v0.9.10
3412024-07-25T01:23:42.149Z Downloaded http-body v0.4.6
3422024-07-25T01:23:42.152Z Downloaded bytes v1.6.0
3432024-07-25T01:23:42.155Z Downloaded unicode-ident v1.0.12
3442024-07-25T01:23:42.158Z Downloaded toml v0.8.15
3452024-07-25T01:23:42.161Z Downloaded ucd-trie v0.1.6
3462024-07-25T01:23:42.164Z Downloaded tinyvec v1.6.0
3472024-07-25T01:23:42.166Z Downloaded futures v0.3.30
3482024-07-25T01:23:42.169Z Downloaded once_cell v1.19.0
3492024-07-25T01:23:42.172Z Downloaded native-tls v0.2.11
3502024-07-25T01:23:42.175Z Downloaded percent-encoding v2.3.1
3512024-07-25T01:23:42.178Z Downloaded socket2 v0.5.7
3522024-07-25T01:23:42.178Z Downloaded futures-sink v0.3.30
3532024-07-25T01:23:42.181Z Downloaded serde v1.0.204
3542024-07-25T01:23:42.184Z Downloaded clap v4.5.9
3552024-07-25T01:23:42.191Z Downloaded anyhow v1.0.86
3562024-07-25T01:23:42.195Z Downloaded url v2.5.2
3572024-07-25T01:23:42.200Z Downloaded parking_lot v0.12.2
3582024-07-25T01:23:42.203Z Downloaded miniz_oxide v0.7.2
3592024-07-25T01:23:42.205Z Downloaded pest_meta v2.7.10
3602024-07-25T01:23:42.208Z Downloaded log v0.4.21
3612024-07-25T01:23:42.208Z Downloaded ipnet v2.9.0
3622024-07-25T01:23:42.212Z Downloaded http v0.2.12
3632024-07-25T01:23:42.215Z Downloaded memchr v2.7.2
3642024-07-25T01:23:42.220Z Downloaded winnow v0.6.8
3652024-07-25T01:23:42.229Z Downloaded toml_edit v0.22.16
3662024-07-25T01:23:42.251Z Downloaded time v0.3.36
3672024-07-25T01:23:42.258Z Downloaded zerocopy v0.7.34
3682024-07-25T01:23:42.274Z Downloaded unicode-normalization v0.1.23
3692024-07-25T01:23:42.277Z Downloaded hashbrown v0.14.5
3702024-07-25T01:23:42.282Z Downloaded serde_json v1.0.120
3712024-07-25T01:23:42.289Z Downloaded vcpkg v0.2.15
3722024-07-25T01:23:42.326Z Downloaded tabled v0.15.0
3732024-07-25T01:23:42.342Z Downloaded syn v2.0.72
3742024-07-25T01:23:42.353Z Downloaded unicode-width v0.1.13
3752024-07-25T01:23:42.361Z Downloaded hyper v0.14.28
3762024-07-25T01:23:42.368Z Downloaded tokio v1.38.1
3772024-07-25T01:23:42.402Z Downloaded openssl v0.10.66
3782024-07-25T01:23:42.411Z Downloaded idna v0.5.0
3792024-07-25T01:23:42.417Z Downloaded goblin v0.8.2
3802024-07-25T01:23:42.423Z Downloaded rustix v0.38.34
3812024-07-25T01:23:42.444Z Downloaded h2 v0.3.26
3822024-07-25T01:23:42.450Z Downloaded futures-util v0.3.30
3832024-07-25T01:23:42.460Z Downloaded syn v1.0.109
3842024-07-25T01:23:42.471Z Downloaded clap_builder v4.5.9
3852024-07-25T01:23:42.476Z Downloaded libc v0.2.155
3862024-07-25T01:23:42.501Z Downloaded reqwest v0.11.27
3872024-07-25T01:23:42.508Z Downloaded pest v2.7.10
3882024-07-25T01:23:42.513Z Downloaded crossbeam-channel v0.5.12
3892024-07-25T01:23:42.517Z Downloaded encoding_rs v0.8.34
3902024-07-25T01:23:42.536Z Downloaded cc v1.0.97
3912024-07-25T01:23:42.539Z Downloaded mio v0.8.11
3922024-07-25T01:23:42.543Z Downloaded flate2 v1.0.30
3932024-07-25T01:23:42.547Z Downloaded base64 v0.21.7
3942024-07-25T01:23:42.550Z Downloaded tokio-util v0.7.11
3952024-07-25T01:23:42.556Z Downloaded indexmap v2.2.6
3962024-07-25T01:23:42.559Z Downloaded tracing v0.1.40
3972024-07-25T01:23:42.563Z Downloaded papergrid v0.11.0
3982024-07-25T01:23:42.567Z Downloaded openssl-sys v0.9.103
3992024-07-25T01:23:42.571Z Downloaded futures-io v0.3.30
4002024-07-25T01:23:42.574Z Downloaded generic-array v0.14.7
4012024-07-25T01:23:42.574Z Downloaded futures-executor v0.3.30
4022024-07-25T01:23:42.577Z Downloaded slog-term v2.9.1
4032024-07-25T01:23:42.577Z Downloaded httpdate v1.0.3
4042024-07-25T01:23:42.580Z Downloaded crossbeam-utils v0.8.19
4052024-07-25T01:23:42.580Z Downloaded bitflags v2.5.0
4062024-07-25T01:23:42.582Z Downloaded slog v2.7.0
4072024-07-25T01:23:42.585Z Downloaded serde_derive v1.0.204
4082024-07-25T01:23:42.588Z Downloaded lock_api v0.4.12
4092024-07-25T01:23:42.591Z Downloaded hostname v0.3.1
4102024-07-25T01:23:42.591Z Downloaded heck v0.4.1
4112024-07-25T01:23:42.591Z Downloaded byteorder v1.5.0
4122024-07-25T01:23:42.594Z Downloaded anstyle-parse v0.2.4
4132024-07-25T01:23:42.594Z Downloaded usdt-macro v0.5.0
4142024-07-25T01:23:42.596Z Downloaded swrite v0.1.0
4152024-07-25T01:23:42.596Z Downloaded errno v0.3.9
4162024-07-25T01:23:42.596Z Downloaded cpufeatures v0.2.12
4172024-07-25T01:23:42.599Z Downloaded clap_lex v0.7.0
4182024-07-25T01:23:42.599Z Downloaded cfg-if v1.0.0
4192024-07-25T01:23:42.599Z Downloaded block-buffer v0.10.4
4202024-07-25T01:23:42.602Z Downloaded dirs-sys-next v0.1.2
4212024-07-25T01:23:42.602Z Downloaded foreign-types v0.3.2
4222024-07-25T01:23:42.602Z Downloaded camino v1.1.7
4232024-07-25T01:23:42.605Z Downloaded anstream v0.6.14
4242024-07-25T01:23:42.605Z Downloaded scroll v0.12.0
4252024-07-25T01:23:42.608Z Downloaded hyper-tls v0.5.0
4262024-07-25T01:23:42.608Z Downloaded quote v1.0.36
4272024-07-25T01:23:42.610Z Downloaded futures-core v0.3.30
4282024-07-25T01:23:42.610Z Downloaded serde_urlencoded v0.7.1
4292024-07-25T01:23:42.613Z Downloaded macaddr v1.0.1
4302024-07-25T01:23:42.613Z Downloaded futures-macro v0.3.30
4312024-07-25T01:23:42.613Z Downloaded tinyvec_macros v0.1.1
4322024-07-25T01:23:42.616Z Downloaded tabled_derive v0.7.0
4332024-07-25T01:23:42.616Z Downloaded signal-hook-registry v1.4.2
4342024-07-25T01:23:42.616Z Downloaded proc-macro-error v1.0.4
4352024-07-25T01:23:42.619Z Downloaded serde_spanned v0.6.6
4362024-07-25T01:23:42.622Z Downloaded rustversion v1.0.17
4372024-07-25T01:23:42.622Z Downloaded proc-macro-error-attr v1.0.4
4382024-07-25T01:23:42.625Z Downloaded pin-utils v0.1.0
4392024-07-25T01:23:42.625Z Downloaded form_urlencoded v1.2.1
4402024-07-25T01:23:42.625Z Downloaded filetime v0.2.23
4412024-07-25T01:23:42.625Z Downloaded dof v0.3.0
4422024-07-25T01:23:42.627Z Downloaded crypto-common v0.1.6
4432024-07-25T01:23:42.628Z Downloaded autocfg v1.3.0
4442024-07-25T01:23:42.628Z Downloaded bytecount v0.6.8
4452024-07-25T01:23:42.630Z Downloaded is-terminal v0.4.12
4462024-07-25T01:23:42.630Z Downloaded anstyle-query v1.0.3
4472024-07-25T01:23:42.930Z Compiling proc-macro2 v1.0.86
4482024-07-25T01:23:42.930Z Compiling unicode-ident v1.0.12
4492024-07-25T01:23:42.933Z Compiling libc v0.2.155
4502024-07-25T01:23:42.933Z Compiling version_check v0.9.4
4512024-07-25T01:23:42.933Z Compiling cfg-if v1.0.0
4522024-07-25T01:23:42.966Z Compiling once_cell v1.19.0
4532024-07-25T01:23:42.969Z Compiling itoa v1.0.11
4542024-07-25T01:23:42.969Z Compiling autocfg v1.3.0
4552024-07-25T01:23:43.101Z Compiling serde v1.0.204
4562024-07-25T01:23:43.164Z Compiling memchr v2.7.2
4572024-07-25T01:23:43.271Z Compiling thiserror v1.0.62
4582024-07-25T01:23:43.438Z Compiling ryu v1.0.18
4592024-07-25T01:23:43.749Z Compiling pin-project-lite v0.2.14
4602024-07-25T01:23:43.784Z Compiling bitflags v2.5.0
4612024-07-25T01:23:43.886Z Compiling parking_lot_core v0.9.10
4622024-07-25T01:23:43.889Z Compiling ucd-trie v0.1.6
4632024-07-25T01:23:43.958Z Compiling lock_api v0.4.12
4642024-07-25T01:23:43.994Z Compiling pkg-config v0.3.30
4652024-07-25T01:23:44.189Z Compiling vcpkg v0.2.15
4662024-07-25T01:23:44.215Z Compiling cc v1.0.97
4672024-07-25T01:23:44.533Z Compiling slab v0.4.9
4682024-07-25T01:23:44.817Z Compiling quote v1.0.36
4692024-07-25T01:23:44.912Z Compiling bytes v1.6.0
4702024-07-25T01:23:45.086Z Compiling futures-sink v0.3.30
4712024-07-25T01:23:45.246Z Compiling syn v2.0.72
4722024-07-25T01:23:45.443Z Compiling scopeguard v1.2.0
4732024-07-25T01:23:45.531Z Compiling smallvec v1.13.2
4742024-07-25T01:23:45.562Z Compiling futures-core v0.3.30
4752024-07-25T01:23:45.813Z Compiling log v0.4.21
4762024-07-25T01:23:45.930Z Compiling byteorder v1.5.0
4772024-07-25T01:23:46.021Z Compiling hashbrown v0.14.5
4782024-07-25T01:23:46.167Z Compiling equivalent v1.0.1
4792024-07-25T01:23:46.202Z Compiling serde_json v1.0.120
4802024-07-25T01:23:46.286Z Compiling fnv v1.0.7
4812024-07-25T01:23:46.373Z Compiling parking_lot v0.12.2
4822024-07-25T01:23:46.424Z Compiling futures-channel v0.3.30
4832024-07-25T01:23:46.544Z Compiling num_cpus v1.16.0
4842024-07-25T01:23:46.567Z Compiling socket2 v0.5.7
4852024-07-25T01:23:46.682Z Compiling signal-hook-registry v1.4.2
4862024-07-25T01:23:46.705Z Compiling mio v0.8.11
4872024-07-25T01:23:47.356Z Compiling indexmap v2.2.6
4882024-07-25T01:23:47.379Z Compiling futures-io v0.3.30
4892024-07-25T01:23:47.526Z Compiling pin-utils v0.1.0
4902024-07-25T01:23:47.627Z Compiling rustix v0.38.34
4912024-07-25T01:23:47.627Z Compiling typenum v1.17.0
4922024-07-25T01:23:47.694Z Compiling futures-task v0.3.30
4932024-07-25T01:23:47.719Z Compiling openssl-sys v0.9.103
4942024-07-25T01:23:47.969Z Compiling errno v0.3.9
4952024-07-25T01:23:48.045Z Compiling generic-array v0.14.7
4962024-07-25T01:23:48.070Z Compiling openssl v0.10.66
4972024-07-25T01:23:48.221Z Compiling foreign-types-shared v0.1.1
4982024-07-25T01:23:48.337Z Compiling slog v2.7.0
4992024-07-25T01:23:48.429Z Compiling foreign-types v0.3.2
5002024-07-25T01:23:48.526Z Compiling http v0.2.12
5012024-07-25T01:23:48.682Z Compiling usdt-impl v0.5.0
5022024-07-25T01:23:48.883Z Compiling proc-macro-error-attr v1.0.4
5032024-07-25T01:23:48.971Z Compiling tracing-core v0.1.32
5042024-07-25T01:23:49.143Z Compiling httparse v1.8.0
5052024-07-25T01:23:49.204Z Compiling syn v1.0.109
5062024-07-25T01:23:49.550Z Compiling native-tls v0.2.11
5072024-07-25T01:23:49.811Z Compiling powerfmt v0.2.0
5082024-07-25T01:23:49.856Z Compiling tinyvec_macros v0.1.1
5092024-07-25T01:23:49.957Z Compiling time-core v0.1.2
5102024-07-25T01:23:50.135Z Compiling num-conv v0.1.0
5112024-07-25T01:23:50.200Z Compiling deranged v0.3.11
5122024-07-25T01:23:50.397Z Compiling tinyvec v1.6.0
5132024-07-25T01:23:50.421Z Compiling time-macros v0.2.18
5142024-07-25T01:23:50.792Z Compiling tracing v0.1.40
5152024-07-25T01:23:51.169Z Compiling thread-id v4.2.1
5162024-07-25T01:23:51.365Z Compiling proc-macro-error v1.0.4
5172024-07-25T01:23:51.390Z Compiling num_threads v0.1.7
5182024-07-25T01:23:51.531Z Compiling utf8parse v0.2.1
5192024-07-25T01:23:51.691Z Compiling percent-encoding v2.3.1
5202024-07-25T01:23:51.772Z Compiling rustversion v1.0.17
5212024-07-25T01:23:51.834Z Compiling try-lock v0.2.5
5222024-07-25T01:23:51.867Z Compiling crossbeam-utils v0.8.19
5232024-07-25T01:23:51.919Z Compiling plain v0.2.3
5242024-07-25T01:23:51.995Z Compiling openssl-probe v0.1.5
5252024-07-25T01:23:52.038Z Compiling heck v0.5.0
5262024-07-25T01:23:52.115Z Compiling want v0.3.1
5272024-07-25T01:23:52.145Z Compiling form_urlencoded v1.2.1
5282024-07-25T01:23:52.340Z Compiling unicode-normalization v0.1.23
5292024-07-25T01:23:52.404Z Compiling anstyle-parse v0.2.4
5302024-07-25T01:23:52.598Z Compiling http-body v0.4.6
5312024-07-25T01:23:52.719Z Compiling dirs-sys-next v0.1.2
5322024-07-25T01:23:53.268Z Compiling anstyle-query v1.0.3
5332024-07-25T01:23:53.316Z Compiling semver v1.0.23
5342024-07-25T01:23:53.415Z Compiling unicode-bidi v0.3.15
5352024-07-25T01:23:53.438Z Compiling crc32fast v1.4.0
5362024-07-25T01:23:53.441Z Compiling httpdate v1.0.3
5372024-07-25T01:23:53.478Z Compiling colorchoice v1.0.1
5382024-07-25T01:23:53.630Z Compiling camino v1.1.7
5392024-07-25T01:23:53.830Z Compiling winnow v0.6.8
5402024-07-25T01:23:53.860Z Compiling time v0.3.36
5412024-07-25T01:23:53.913Z Compiling pretty-hex v0.4.1
5422024-07-25T01:23:53.937Z Compiling is_terminal_polyfill v1.70.0
5432024-07-25T01:23:54.068Z Compiling tower-service v0.3.2
5442024-07-25T01:23:54.129Z Compiling anstyle v1.0.7
5452024-07-25T01:23:54.203Z Compiling idna v0.5.0
5462024-07-25T01:23:54.497Z Compiling anstream v0.6.14
5472024-07-25T01:23:54.753Z Compiling dirs-next v2.0.0
5482024-07-25T01:23:55.289Z Compiling crypto-common v0.1.6
5492024-07-25T01:23:55.816Z Compiling block-buffer v0.10.4
5502024-07-25T01:23:56.071Z Compiling terminal_size v0.3.0
5512024-07-25T01:23:56.234Z Compiling fs-err v2.11.0
5522024-07-25T01:23:56.276Z Compiling thread_local v1.1.8
5532024-07-25T01:23:56.299Z Compiling strsim v0.11.1
5542024-07-25T01:23:56.504Z Compiling slog-async v2.8.0
5552024-07-25T01:23:56.537Z Compiling match_cfg v0.1.0
5562024-07-25T01:23:56.636Z Compiling bytecount v0.6.8
5572024-07-25T01:23:56.834Z Compiling unicode-width v0.1.13
5582024-07-25T01:23:56.858Z Compiling heck v0.4.1
5592024-07-25T01:23:56.986Z Compiling anyhow v1.0.86
5602024-07-25T01:23:57.074Z Compiling adler v1.0.2
5612024-07-25T01:23:57.227Z Compiling clap_lex v0.7.0
5622024-07-25T01:23:57.303Z Compiling base64 v0.21.7
5632024-07-25T01:23:57.332Z Compiling miniz_oxide v0.7.2
5642024-07-25T01:23:57.580Z Compiling clap_builder v4.5.9
5652024-07-25T01:23:57.661Z Compiling papergrid v0.11.0
5662024-07-25T01:23:57.765Z Compiling hostname v0.3.1
5672024-07-25T01:23:57.995Z Compiling rustls-pemfile v1.0.4
5682024-07-25T01:23:58.069Z Compiling digest v0.10.7
5692024-07-25T01:23:58.142Z Compiling crossbeam-channel v0.5.12
5702024-07-25T01:23:58.471Z Compiling url v2.5.2
5712024-07-25T01:23:58.505Z Compiling term v0.7.0
5722024-07-25T01:23:58.531Z Compiling serde_derive v1.0.204
5732024-07-25T01:23:58.946Z Compiling thiserror-impl v1.0.62
5742024-07-25T01:23:59.224Z Compiling zerocopy-derive v0.7.34
5752024-07-25T01:23:59.306Z Compiling futures-macro v0.3.30
5762024-07-25T01:24:00.149Z Compiling tokio-macros v2.3.0
5772024-07-25T01:24:00.471Z Compiling openssl-macros v0.1.1
5782024-07-25T01:24:01.242Z Compiling scroll_derive v0.12.0
5792024-07-25T01:24:01.445Z Compiling futures-util v0.3.30
5802024-07-25T01:24:01.589Z Compiling zerocopy v0.7.34
5812024-07-25T01:24:01.903Z Compiling tokio v1.38.1
5822024-07-25T01:24:02.455Z Compiling pest v2.7.10
5832024-07-25T01:24:02.749Z Compiling scroll v0.12.0
5842024-07-25T01:24:03.342Z Compiling goblin v0.8.2
5852024-07-25T01:24:03.345Z Compiling tabled_derive v0.7.0
5862024-07-25T01:24:05.406Z Compiling pest_meta v2.7.10
5872024-07-25T01:24:05.964Z Compiling clap_derive v4.5.8
5882024-07-25T01:24:07.662Z Compiling pest_generator v2.7.10
5892024-07-25T01:24:09.710Z Compiling tokio-util v0.7.11
5902024-07-25T01:24:10.808Z Compiling pest_derive v2.7.10
5912024-07-25T01:24:10.854Z Compiling h2 v0.3.26
5922024-07-25T01:24:11.098Z Compiling futures-executor v0.3.30
5932024-07-25T01:24:11.599Z Compiling dtrace-parser v0.2.0
5942024-07-25T01:24:11.709Z Compiling tokio-native-tls v0.3.1
5952024-07-25T01:24:11.733Z Compiling strum_macros v0.26.4
5962024-07-25T01:24:12.327Z Compiling xattr v1.3.1
5972024-07-25T01:24:12.614Z Compiling filetime v0.2.23
5982024-07-25T01:24:12.990Z Compiling memmap v0.7.0
5992024-07-25T01:24:13.538Z Compiling toml_datetime v0.6.6
6002024-07-25T01:24:13.898Z Compiling serde_tokenstream v0.2.1
6012024-07-25T01:24:13.960Z Compiling serde_spanned v0.6.6
6022024-07-25T01:24:14.033Z Compiling cargo-platform v0.1.8
6032024-07-25T01:24:14.190Z Compiling toml_edit v0.22.16
6042024-07-25T01:24:14.682Z Compiling serde_urlencoded v0.7.1
6052024-07-25T01:24:15.222Z Compiling dof v0.3.0
6062024-07-25T01:24:15.247Z Compiling hyper v0.14.28
6072024-07-25T01:24:17.213Z Compiling slog-json v2.6.1
6082024-07-25T01:24:17.265Z Compiling toml v0.8.15
6092024-07-25T01:24:17.596Z Compiling is-terminal v0.4.12
6102024-07-25T01:24:17.730Z Compiling encoding_rs v0.8.34
6112024-07-25T01:24:18.318Z Compiling sync_wrapper v0.1.2
6122024-07-25T01:24:18.320Z Compiling take_mut v0.2.2
6132024-07-25T01:24:18.450Z Compiling mime v0.3.17
6142024-07-25T01:24:18.489Z Compiling cpufeatures v0.2.12
6152024-07-25T01:24:18.512Z Compiling ipnet v2.9.0
6162024-07-25T01:24:18.596Z Compiling sha2 v0.10.8
6172024-07-25T01:24:18.940Z Compiling usdt-macro v0.5.0
6182024-07-25T01:24:19.043Z Compiling hyper-tls v0.5.0
6192024-07-25T01:24:19.115Z Compiling usdt-attr-macro v0.5.0
6202024-07-25T01:24:19.763Z Compiling cargo_toml v0.20.4
6212024-07-25T01:24:20.272Z Compiling reqwest v0.11.27
6222024-07-25T01:24:20.600Z Compiling usdt v0.5.0
6232024-07-25T01:24:20.603Z Compiling cargo_metadata v0.18.1
6242024-07-25T01:24:21.093Z Compiling slog-term v2.9.1
6252024-07-25T01:24:21.484Z Compiling slog-bunyan v2.5.0
6262024-07-25T01:24:21.694Z Compiling strum v0.26.3
6272024-07-25T01:24:21.884Z Compiling macaddr v1.0.1
6282024-07-25T01:24:22.035Z Compiling tar v0.4.41
6292024-07-25T01:24:22.330Z Compiling flate2 v1.0.30
6302024-07-25T01:24:22.333Z Compiling futures v0.3.30
6312024-07-25T01:24:22.393Z Compiling clap v4.5.9
6322024-07-25T01:24:22.446Z Compiling tabled v0.15.0
6332024-07-25T01:24:23.134Z Compiling swrite v0.1.0
6342024-07-25T01:24:27.286Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6352024-07-25T01:24:34.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6362024-07-25T01:24:34.792Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6372024-07-25T01:24:34.850ZJul 25 01:24:34.003 INFO Starting download, target: Clickhouse
6382024-07-25T01:24:34.850ZJul 25 01:24:34.003 INFO Starting download, target: Console
6392024-07-25T01:24:34.850ZJul 25 01:24:34.003 INFO Starting download, target: Cockroach
6402024-07-25T01:24:34.850ZJul 25 01:24:34.003 INFO Starting download, target: DendriteOpenapi
6412024-07-25T01:24:34.850ZJul 25 01:24:34.003 INFO Starting download, target: DendriteStub
6422024-07-25T01:24:34.850ZJul 25 01:24:34.003 INFO Starting download, target: MaghemiteMgd
6432024-07-25T01:24:34.853ZJul 25 01:24:34.003 INFO Starting download, target: TransceiverControl
6442024-07-25T01:24:34.853ZJul 25 01:24:34.004 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6452024-07-25T01:24:34.853ZJul 25 01:24:34.004 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6462024-07-25T01:24:34.853ZJul 25 01:24:34.004 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
6472024-07-25T01:24:34.853ZJul 25 01:24:34.004 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6482024-07-25T01:24:34.854ZJul 25 01:24:34.004 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6492024-07-25T01:24:34.854ZJul 25 01:24:34.004 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6502024-07-25T01:24:34.854ZJul 25 01:24:34.004 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6512024-07-25T01:24:34.974ZJul 25 01:24:34.127 INFO Download complete, target: DendriteOpenapi
6522024-07-25T01:24:35.143ZJul 25 01:24:34.293 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6532024-07-25T01:24:35.402ZJul 25 01:24:34.553 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6542024-07-25T01:24:35.450ZJul 25 01:24:34.601 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6552024-07-25T01:24:35.636ZJul 25 01:24:34.788 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6562024-07-25T01:24:35.838ZJul 25 01:24:34.991 INFO Download complete, target: Console
6572024-07-25T01:24:35.998ZJul 25 01:24:35.151 INFO Download complete, target: TransceiverControl
6582024-07-25T01:24:36.991ZJul 25 01:24:36.144 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6592024-07-25T01:24:36.991ZJul 25 01:24:36.144 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6602024-07-25T01:24:37.004ZJul 25 01:24:36.157 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6612024-07-25T01:24:38.833ZJul 25 01:24:37.985 INFO Download complete, target: DendriteStub
6622024-07-25T01:24:38.839ZJul 25 01:24:37.992 INFO Download complete, target: MaghemiteMgd
6632024-07-25T01:24:45.799ZJul 25 01:24:44.951 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6642024-07-25T01:24:46.124ZJul 25 01:24:45.276 INFO Checking that binary works, target: Cockroach
6652024-07-25T01:24:46.333ZJul 25 01:24:45.485 INFO Download complete, target: Cockroach
6662024-07-25T01:24:51.875ZJul 25 01:24:51.027 INFO Checking that binary works, target: Clickhouse
6672024-07-25T01:24:52.039ZJul 25 01:24:51.191 INFO Download complete, target: Clickhouse
6682024-07-25T01:24:52.046ZAll prerequisites installed successfully
6692024-07-25T01:24:52.049Z
6702024-07-25T01:24:52.049Zreal 2:30.600968309
6712024-07-25T01:24:52.049Zuser 5:51.306365585
6722024-07-25T01:24:52.049Zsys 1:19.645193760
6732024-07-25T01:24:52.049Ztrap 0.232451004
6742024-07-25T01:24:52.049Ztflt 0.411229997
6752024-07-25T01:24:52.049Zdflt 0.803060364
6762024-07-25T01:24:52.049Zkflt 0.174595268
6772024-07-25T01:24:52.049Zlock 12:47.581242242
6782024-07-25T01:24:52.049Zslp 16:36.364672203
6792024-07-25T01:24:52.049Zlat 23.119236900
6802024-07-25T01:24:52.050Zstop 1:07.575146780
6812024-07-25T01:24:52.050Z+ source ./tools/include/force-git-over-https.sh
6822024-07-25T01:24:52.050Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
6832024-07-25T01:24:52.050Z++ (( i = 0 ))
6842024-07-25T01:24:52.050Z++ (( i < 5 ))
6852024-07-25T01:24:52.050Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
6862024-07-25T01:24:52.052Z++ (( i++ ))
6872024-07-25T01:24:52.052Z++ (( i < 5 ))
6882024-07-25T01:24:52.052Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
6892024-07-25T01:24:52.055Z++ (( i++ ))
6902024-07-25T01:24:52.055Z++ (( i < 5 ))
6912024-07-25T01:24:52.055Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
6922024-07-25T01:24:52.058Z++ (( i++ ))
6932024-07-25T01:24:52.058Z++ (( i < 5 ))
6942024-07-25T01:24:52.058Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
6952024-07-25T01:24:52.061Z++ (( i++ ))
6962024-07-25T01:24:52.061Z++ (( i < 5 ))
6972024-07-25T01:24:52.061Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
6982024-07-25T01:24:52.064Z++ (( i++ ))
6992024-07-25T01:24:52.064Z++ (( i < 5 ))
7002024-07-25T01:24:52.064Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
7012024-07-25T01:24:52.064Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
7022024-07-25T01:24:52.064Z+ rc=0
7032024-07-25T01:24:52.064Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
7042024-07-25T01:25:24.341Z+ case $rc in
7052024-07-25T01:25:24.341Z+ pfexec zfs create -p rpool/images/build/host
7062024-07-25T01:25:24.491Z+ pfexec zfs create -p rpool/images/build/recovery
7072024-07-25T01:25:24.546Z+ cargo xtask releng --output-dir /work
7082024-07-25T01:25:25.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
7092024-07-25T01:25:25.104Z Running `target/debug/xtask releng --output-dir /work`
7102024-07-25T01:25:25.590Z Downloading crates ...
7112024-07-25T01:25:25.763Z Downloaded assert_matches v1.5.0
7122024-07-25T01:25:25.766Z Downloaded async-stream-impl v0.3.5
7132024-07-25T01:25:25.771Z Downloaded ascii-canvas v3.0.0
7142024-07-25T01:25:25.774Z Downloaded array-init v0.0.4
7152024-07-25T01:25:25.774Z Downloaded atty v0.2.14
7162024-07-25T01:25:25.777Z Downloaded newline-converter v0.3.0
7172024-07-25T01:25:25.783Z Downloaded bitstruct_derive v0.1.0
7182024-07-25T01:25:25.785Z Downloaded newtype_derive v0.1.6
7192024-07-25T01:25:25.788Z Downloaded new_debug_unreachable v1.0.6
7202024-07-25T01:25:25.790Z Downloaded cfg_aliases v0.1.1
7212024-07-25T01:25:25.790Z Downloaded mime_guess v2.0.4
7222024-07-25T01:25:25.793Z Downloaded opaque-debug v0.3.1
7232024-07-25T01:25:25.795Z Downloaded normalize-line-endings v0.3.0
7242024-07-25T01:25:25.795Z Downloaded darling_macro v0.20.9
7252024-07-25T01:25:25.798Z Downloaded async-trait v0.1.81
7262024-07-25T01:25:25.801Z Downloaded addr2line v0.21.0
7272024-07-25T01:25:25.803Z Downloaded async-stream v0.3.5
7282024-07-25T01:25:25.806Z Downloaded async-recursion v1.1.1
7292024-07-25T01:25:25.809Z Downloaded portpicker v0.1.1
7302024-07-25T01:25:25.812Z Downloaded castaway v0.2.2
7312024-07-25T01:25:25.812Z Downloaded bitflags v1.3.2
7322024-07-25T01:25:25.815Z Downloaded parse-size v1.0.0
7332024-07-25T01:25:25.817Z Downloaded constant_time_eq v0.3.0
7342024-07-25T01:25:25.820Z Downloaded arrayvec v0.7.4
7352024-07-25T01:25:25.823Z Downloaded nibble_vec v0.1.0
7362024-07-25T01:25:25.823Z Downloaded bit-set v0.5.3
7372024-07-25T01:25:25.826Z Downloaded newtype-uuid v1.1.0
7382024-07-25T01:25:25.826Z Downloaded nanorand v0.7.0
7392024-07-25T01:25:25.829Z Downloaded multimap v0.10.0
7402024-07-25T01:25:25.829Z Downloaded phf_shared v0.11.2
7412024-07-25T01:25:25.832Z Downloaded paste v1.0.15
7422024-07-25T01:25:25.834Z Downloaded predicates-tree v1.0.9
7432024-07-25T01:25:25.837Z Downloaded pem v3.0.4
7442024-07-25T01:25:25.840Z Downloaded num_enum_derive v0.5.11
7452024-07-25T01:25:25.840Z Downloaded num-iter v0.1.45
7462024-07-25T01:25:25.843Z Downloaded phf v0.11.2
7472024-07-25T01:25:25.843Z Downloaded ascii v1.1.0
7482024-07-25T01:25:25.846Z Downloaded nodrop v0.1.14
7492024-07-25T01:25:25.846Z Downloaded ppv-lite86 v0.2.17
7502024-07-25T01:25:25.849Z Downloaded packed_struct_codegen v0.10.1
7512024-07-25T01:25:25.849Z Downloaded multer v3.1.0
7522024-07-25T01:25:25.853Z Downloaded cstr-argument v0.1.2
7532024-07-25T01:25:25.855Z Downloaded ref-cast-impl v1.0.23
7542024-07-25T01:25:25.855Z Downloaded ref-cast v1.0.23
7552024-07-25T01:25:25.858Z Downloaded rand_xorshift v0.3.0
7562024-07-25T01:25:25.862Z Downloaded rand_core v0.6.4
7572024-07-25T01:25:25.862Z Downloaded radium v0.7.0
7582024-07-25T01:25:25.865Z Downloaded number_prefix v0.4.0
7592024-07-25T01:25:25.865Z Downloaded toolchain_find v0.4.0
7602024-07-25T01:25:25.868Z Downloaded phf_shared v0.10.0
7612024-07-25T01:25:25.868Z Downloaded path-slash v0.1.5
7622024-07-25T01:25:25.868Z Downloaded oso-derive v0.27.3
7632024-07-25T01:25:25.872Z Downloaded derive_builder_macro v0.20.0
7642024-07-25T01:25:25.872Z Downloaded precomputed-hash v0.1.1
7652024-07-25T01:25:25.872Z Downloaded bzip2 v0.4.4
7662024-07-25T01:25:25.875Z Downloaded peg-runtime v0.8.3
7672024-07-25T01:25:25.875Z Downloaded cancel-safe-futures v0.1.5
7682024-07-25T01:25:25.878Z Downloaded crc v3.2.1
7692024-07-25T01:25:25.880Z Downloaded num v0.4.3
7702024-07-25T01:25:25.883Z Downloaded poly1305 v0.8.0
7712024-07-25T01:25:25.885Z Downloaded peg-macros v0.8.4
7722024-07-25T01:25:25.888Z Downloaded pkcs8 v0.10.2
7732024-07-25T01:25:25.891Z Downloaded der_derive v0.7.2
7742024-07-25T01:25:25.893Z Downloaded darling v0.20.9
7752024-07-25T01:25:25.896Z Downloaded crossbeam-deque v0.8.5
7762024-07-25T01:25:25.900Z Downloaded float-ord v0.3.2
7772024-07-25T01:25:25.903Z Downloaded endian-type v0.1.2
7782024-07-25T01:25:25.903Z Downloaded mockall_derive v0.12.1
7792024-07-25T01:25:25.903Z Downloaded base16ct v0.2.0
7802024-07-25T01:25:25.906Z Downloaded chacha20 v0.9.1
7812024-07-25T01:25:25.909Z Downloaded cobs v0.2.3
7822024-07-25T01:25:25.909Z Downloaded quick-error v1.2.3
7832024-07-25T01:25:25.911Z Downloaded camino-tempfile v1.1.1
7842024-07-25T01:25:25.911Z Downloaded bb8 v0.8.5
7852024-07-25T01:25:25.914Z Downloaded uzers v0.11.3
7862024-07-25T01:25:25.917Z Downloaded buf-list v1.0.3
7872024-07-25T01:25:25.920Z Downloaded walkdir v2.5.0
7882024-07-25T01:25:25.920Z Downloaded zone_cfg_derive v0.1.2
7892024-07-25T01:25:25.923Z Downloaded pem-rfc7468 v0.7.0
7902024-07-25T01:25:25.926Z Downloaded num_enum v0.5.11
7912024-07-25T01:25:25.928Z Downloaded defmt-macros v0.3.9
7922024-07-25T01:25:25.932Z Downloaded float-cmp v0.9.0
7932024-07-25T01:25:25.935Z Downloaded tls_codec_derive v0.4.1
7942024-07-25T01:25:25.938Z Downloaded blake2 v0.10.6
7952024-07-25T01:25:25.941Z Downloaded rand_chacha v0.3.1
7962024-07-25T01:25:25.941Z Downloaded predicates-core v1.0.6
7972024-07-25T01:25:25.944Z Downloaded packed_struct v0.10.1
7982024-07-25T01:25:25.944Z Downloaded serde-big-array v0.5.1
7992024-07-25T01:25:25.946Z Downloaded topological-sort v0.2.2
8002024-07-25T01:25:25.946Z Downloaded backoff v0.4.0
8012024-07-25T01:25:25.949Z Downloaded pin-project-internal v1.1.5
8022024-07-25T01:25:25.952Z Downloaded allocator-api2 v0.2.18
8032024-07-25T01:25:25.954Z Downloaded termtree v0.4.1
8042024-07-25T01:25:25.957Z Downloaded foreign-types-shared v0.3.1
8052024-07-25T01:25:25.957Z Downloaded embedded-io v0.4.0
8062024-07-25T01:25:25.961Z Downloaded hex v0.4.3
8072024-07-25T01:25:25.964Z Downloaded heck v0.3.3
8082024-07-25T01:25:25.964Z Downloaded proc-macro-crate v1.3.1
8092024-07-25T01:25:25.964Z Downloaded data-encoding v2.6.0
8102024-07-25T01:25:25.967Z Downloaded cookie_store v0.20.0
8112024-07-25T01:25:25.969Z Downloaded ena v0.14.3
8122024-07-25T01:25:25.969Z Downloaded flagset v0.4.5
8132024-07-25T01:25:25.972Z Downloaded tokio-tungstenite v0.20.1
8142024-07-25T01:25:25.975Z Downloaded derive_builder v0.20.0
8152024-07-25T01:25:25.979Z Downloaded fxhash v0.2.1
8162024-07-25T01:25:25.982Z Downloaded ident_case v1.0.1
8172024-07-25T01:25:25.982Z Downloaded num-integer v0.1.46
8182024-07-25T01:25:25.985Z Downloaded impl-trait-for-tuples v0.2.2
8192024-07-25T01:25:25.988Z Downloaded glob v0.3.1
8202024-07-25T01:25:25.988Z Downloaded num-complex v0.4.6
8212024-07-25T01:25:25.990Z Downloaded linked-hash-map v0.5.6
8222024-07-25T01:25:25.993Z Downloaded stability v0.2.0
8232024-07-25T01:25:25.993Z Downloaded sqlparser_derive v0.2.2
8242024-07-25T01:25:25.993Z Downloaded derive_more v0.99.18
8252024-07-25T01:25:25.999Z Downloaded chacha20poly1305 v0.10.1
8262024-07-25T01:25:26.002Z Downloaded semver v0.1.20
8272024-07-25T01:25:26.005Z Downloaded serde_arrays v0.1.0
8282024-07-25T01:25:26.005Z Downloaded downcast v0.11.0
8292024-07-25T01:25:26.008Z Downloaded unicase v2.7.0
8302024-07-25T01:25:26.008Z Downloaded funty v2.0.0
8312024-07-25T01:25:26.011Z Downloaded unarray v0.1.4
8322024-07-25T01:25:26.011Z Downloaded foreign-types-macros v0.2.3
8332024-07-25T01:25:26.013Z Downloaded slog-scope v4.4.0
8342024-07-25T01:25:26.013Z Downloaded fragile v2.0.0
8352024-07-25T01:25:26.016Z Downloaded structmeta v0.2.0
8362024-07-25T01:25:26.019Z Downloaded strip-ansi-escapes v0.2.0
8372024-07-25T01:25:26.019Z Downloaded rand_seeder v0.2.3
8382024-07-25T01:25:26.022Z Downloaded keccak v0.1.5
8392024-07-25T01:25:26.022Z Downloaded spin v0.5.2
8402024-07-25T01:25:26.024Z Downloaded thiserror-impl-no-std v2.0.2
8412024-07-25T01:25:26.025Z Downloaded crc-any v2.5.0
8422024-07-25T01:25:26.028Z Downloaded const-oid v0.9.6
8432024-07-25T01:25:26.030Z Downloaded rcgen v0.12.1
8442024-07-25T01:25:26.033Z Downloaded password-hash v0.5.0
8452024-07-25T01:25:26.036Z Downloaded memoffset v0.9.1
8462024-07-25T01:25:26.036Z Downloaded crypto-bigint v0.5.5
8472024-07-25T01:25:26.043Z Downloaded which v4.4.2
8482024-07-25T01:25:26.045Z Downloaded sha1 v0.10.6
8492024-07-25T01:25:26.048Z Downloaded rustc-hash v1.1.0
8502024-07-25T01:25:26.048Z Downloaded inout v0.1.3
8512024-07-25T01:25:26.051Z Downloaded sqlformat v0.2.4
8522024-07-25T01:25:26.051Z Downloaded shlex v1.3.0
8532024-07-25T01:25:26.054Z Downloaded untrusted v0.7.1
8542024-07-25T01:25:26.057Z Downloaded termcolor v1.4.1
8552024-07-25T01:25:26.057Z Downloaded pkcs1 v0.7.5
8562024-07-25T01:25:26.059Z Downloaded zone v0.1.8
8572024-07-25T01:25:26.062Z Downloaded untrusted v0.9.0
8582024-07-25T01:25:26.062Z Downloaded termios v0.3.3
8592024-07-25T01:25:26.065Z Downloaded omicron-zone-package v0.11.0
8602024-07-25T01:25:26.068Z Downloaded unicode-linebreak v0.1.5
8612024-07-25T01:25:26.068Z Downloaded slog-envlogger v2.2.0
8622024-07-25T01:25:26.071Z Downloaded indent_write v2.2.0
8632024-07-25T01:25:26.074Z Downloaded hyper-staticfile v0.9.5
8642024-07-25T01:25:26.076Z Downloaded tiny-keccak v2.0.2
8652024-07-25T01:25:26.079Z Downloaded utf-8 v0.7.6
8662024-07-25T01:25:26.079Z Downloaded darling_core v0.20.9
8672024-07-25T01:25:26.083Z Downloaded serde_derive_internals v0.29.1
8682024-07-25T01:25:26.086Z Downloaded instant v0.1.12
8692024-07-25T01:25:26.089Z Downloaded rustc-demangle v0.1.24
8702024-07-25T01:25:26.089Z Downloaded const_format v0.2.32
8712024-07-25T01:25:26.094Z Downloaded hash32 v0.3.1
8722024-07-25T01:25:26.097Z Downloaded shell-words v1.1.0
8732024-07-25T01:25:26.100Z Downloaded rusty-fork v0.3.0
8742024-07-25T01:25:26.100Z Downloaded rtoolbox v0.0.2
8752024-07-25T01:25:26.103Z Downloaded unsafe-libyaml v0.2.11
8762024-07-25T01:25:26.105Z Downloaded home v0.5.9
8772024-07-25T01:25:26.309Z Downloaded whoami v1.5.1
8782024-07-25T01:25:26.314Z Downloaded erased-serde v0.3.31
8792024-07-25T01:25:26.314Z Downloaded matches v0.1.10
8802024-07-25T01:25:26.314Z Downloaded display-error-chain v0.2.0
8812024-07-25T01:25:26.314Z Downloaded zerocopy v0.6.6
8822024-07-25T01:25:26.314Z Downloaded hubpack_derive v0.1.1
8832024-07-25T01:25:26.314Z Downloaded sigpipe v0.1.3
8842024-07-25T01:25:26.314Z Downloaded rustls-pemfile v2.1.2
8852024-07-25T01:25:26.314Z Downloaded signal-hook-tokio v0.3.1
8862024-07-25T01:25:26.314Z Downloaded same-file v1.0.6
8872024-07-25T01:25:26.314Z Downloaded fixedbitset v0.4.2
8882024-07-25T01:25:26.314Z Downloaded rustls-pki-types v1.7.0
8892024-07-25T01:25:26.314Z Downloaded fd-lock v4.0.2
8902024-07-25T01:25:26.314Z Downloaded highway v1.1.0
8912024-07-25T01:25:26.314Z Downloaded iana-time-zone v0.1.60
8922024-07-25T01:25:26.314Z Downloaded hyper-rustls v0.24.2
8932024-07-25T01:25:26.315Z Downloaded tls_codec v0.4.1
8942024-07-25T01:25:26.315Z Downloaded managed v0.8.0
8952024-07-25T01:25:26.315Z Downloaded serde_path_to_error v0.1.16
8962024-07-25T01:25:26.315Z Downloaded ff v0.13.0
8972024-07-25T01:25:26.315Z Downloaded zeroize_derive v1.4.2
8982024-07-25T01:25:26.315Z Downloaded zeroize v1.7.0
8992024-07-25T01:25:26.315Z Downloaded textwrap v0.16.1
9002024-07-25T01:25:26.315Z Downloaded test-strategy v0.3.1
9012024-07-25T01:25:26.315Z Downloaded siphasher v0.3.11
9022024-07-25T01:25:26.315Z Downloaded vte_generate_state_changes v0.1.1
9032024-07-25T01:25:26.315Z Downloaded foreign-types v0.5.0
9042024-07-25T01:25:26.315Z Downloaded rand v0.8.5
9052024-07-25T01:25:26.315Z Downloaded tempfile v3.10.1
9062024-07-25T01:25:26.315Z Downloaded minimal-lexical v0.2.1
9072024-07-25T01:25:26.315Z Downloaded diesel_table_macro_syntax v0.1.0
9082024-07-25T01:25:26.315Z Downloaded indoc v1.0.9
9092024-07-25T01:25:26.315Z Downloaded lru-cache v0.1.2
9102024-07-25T01:25:26.315Z Downloaded schemars_derive v0.8.21
9112024-07-25T01:25:26.315Z Downloaded unicode-xid v0.2.4
9122024-07-25T01:25:26.315Z Downloaded rpassword v7.3.1
9132024-07-25T01:25:26.315Z Downloaded resolv-conf v0.7.0
9142024-07-25T01:25:26.315Z Downloaded maybe-uninit v2.0.0
9152024-07-25T01:25:26.315Z Downloaded yasna v0.5.2
9162024-07-25T01:25:26.315Z Downloaded hash32 v0.2.1
9172024-07-25T01:25:26.315Z Downloaded maplit v1.0.2
9182024-07-25T01:25:26.315Z Downloaded either v1.12.0
9192024-07-25T01:25:26.315Z Downloaded hostname v0.4.0
9202024-07-25T01:25:26.315Z Downloaded http-range v0.1.5
9212024-07-25T01:25:26.315Z Downloaded signature v2.2.0
9222024-07-25T01:25:26.315Z Downloaded tokio-rustls v0.25.0
9232024-07-25T01:25:26.315Z Downloaded ipnetwork v0.20.0
9242024-07-25T01:25:26.315Z Downloaded crossterm v0.27.0
9252024-07-25T01:25:26.315Z Downloaded tabwriter v1.4.0
9262024-07-25T01:25:26.315Z Downloaded universal-hash v0.5.1
9272024-07-25T01:25:26.315Z Downloaded sec1 v0.7.3
9282024-07-25T01:25:26.315Z Downloaded slog-stdlog v4.1.1
9292024-07-25T01:25:26.315Z Downloaded lalrpop-util v0.19.12
9302024-07-25T01:25:26.315Z Downloaded kstat-rs v0.2.4
9312024-07-25T01:25:26.315Z Downloaded stable_deref_trait v1.2.0
9322024-07-25T01:25:26.315Z Downloaded fastrand v2.1.0
9332024-07-25T01:25:26.316Z Downloaded slog-dtrace v0.3.0
9342024-07-25T01:25:26.316Z Downloaded sct v0.7.1
9352024-07-25T01:25:26.316Z Downloaded tap v1.0.1
9362024-07-25T01:25:26.316Z Downloaded group v0.13.0
9372024-07-25T01:25:26.316Z Downloaded signal-hook v0.3.17
9382024-07-25T01:25:26.316Z Downloaded rayon-core v1.12.1
9392024-07-25T01:25:26.316Z Downloaded structmeta-derive v0.3.0
9402024-07-25T01:25:26.316Z Downloaded scheduled-thread-pool v0.2.7
9412024-07-25T01:25:26.316Z Downloaded lazy_static v1.5.0
9422024-07-25T01:25:26.316Z Downloaded structmeta-derive v0.2.0
9432024-07-25T01:25:26.316Z Downloaded wait-timeout v0.2.0
9442024-07-25T01:25:26.316Z Downloaded subprocess v0.2.9
9452024-07-25T01:25:26.316Z Downloaded base64 v0.22.1
9462024-07-25T01:25:26.316Z Downloaded strum_macros v0.24.3
9472024-07-25T01:25:26.316Z Downloaded tungstenite v0.20.1
9482024-07-25T01:25:26.316Z Downloaded dyn-clone v1.0.17
9492024-07-25T01:25:26.316Z Downloaded headers-core v0.2.0
9502024-07-25T01:25:26.316Z Downloaded tokio-tungstenite v0.21.0
9512024-07-25T01:25:26.316Z Downloaded memmap2 v0.9.4
9522024-07-25T01:25:26.316Z Downloaded hubpack v0.1.2
9532024-07-25T01:25:26.316Z Downloaded enum-as-inner v0.5.1
9542024-07-25T01:25:26.316Z Downloaded structmeta v0.3.0
9552024-07-25T01:25:26.316Z Downloaded smf v0.2.3
9562024-07-25T01:25:26.316Z Downloaded uuid v1.10.0
9572024-07-25T01:25:26.316Z Downloaded difflib v0.4.0
9582024-07-25T01:25:26.316Z Downloaded tokio-stream v0.1.15
9592024-07-25T01:25:26.316Z Downloaded unicode-truncate v1.0.0
9602024-07-25T01:25:26.316Z Downloaded fallible-iterator v0.2.0
9612024-07-25T01:25:26.316Z Downloaded unicode-segmentation v1.11.0
9622024-07-25T01:25:26.316Z Downloaded diff v0.1.13
9632024-07-25T01:25:26.316Z Downloaded signal-hook-mio v0.2.3
9642024-07-25T01:25:26.316Z Downloaded half v2.4.1
9652024-07-25T01:25:26.316Z Downloaded regex-automata v0.1.10
9662024-07-25T01:25:26.316Z Downloaded strum_macros v0.25.3
9672024-07-25T01:25:26.316Z Downloaded smallvec v0.6.14
9682024-07-25T01:25:26.316Z Downloaded stringprep v0.1.4
9692024-07-25T01:25:26.316Z Downloaded getrandom v0.2.14
9702024-07-25T01:25:26.316Z Downloaded serde_repr v0.1.19
9712024-07-25T01:25:26.316Z Downloaded tungstenite v0.21.0
9722024-07-25T01:25:26.316Z Downloaded toml v0.7.8
9732024-07-25T01:25:26.320Z Downloaded rsa v0.9.6
9742024-07-25T01:25:26.320Z Downloaded vte v0.11.1
9752024-07-25T01:25:26.325Z Downloaded ron v0.8.1
9762024-07-25T01:25:26.328Z Downloaded spin v0.9.8
9772024-07-25T01:25:26.331Z Downloaded ron v0.7.1
9782024-07-25T01:25:26.335Z Downloaded trust-dns-resolver v0.22.0
9792024-07-25T01:25:26.339Z Downloaded hmac v0.12.1
9802024-07-25T01:25:26.342Z Downloaded num-bigint-dig v0.8.4
9812024-07-25T01:25:26.345Z Downloaded tracing-attributes v0.1.27
9822024-07-25T01:25:26.351Z Downloaded serde_with_macros v3.8.3
9832024-07-25T01:25:26.351Z Downloaded itertools v0.10.5
9842024-07-25T01:25:26.357Z Downloaded toml v0.5.11
9852024-07-25T01:25:26.360Z Downloaded x509-cert v0.2.5
9862024-07-25T01:25:26.365Z Downloaded expectorate v1.1.0
9872024-07-25T01:25:26.368Z Downloaded env_logger v0.9.3
9882024-07-25T01:25:26.373Z Downloaded nom v7.1.3
9892024-07-25T01:25:26.376Z Downloaded similar v2.5.0
9902024-07-25T01:25:26.381Z Downloaded num-bigint v0.4.5
9912024-07-25T01:25:26.386Z Downloaded zip v0.6.6
9922024-07-25T01:25:26.390Z Downloaded fatfs v0.3.6
9932024-07-25T01:25:26.393Z Downloaded serde_yaml v0.9.34+deprecated
9942024-07-25T01:25:26.400Z Downloaded flume v0.11.0
9952024-07-25T01:25:26.403Z Downloaded blake3 v1.5.1
9962024-07-25T01:25:26.408Z Downloaded tokio-postgres v0.7.10
9972024-07-25T01:25:26.414Z Downloaded elliptic-curve v0.13.8
9982024-07-25T01:25:26.418Z Downloaded schemars v0.8.21
9992024-07-25T01:25:26.430Z Downloaded http v1.1.0
10002024-07-25T01:25:26.434Z Downloaded headers v0.3.9
10012024-07-25T01:25:26.440Z Downloaded quick-xml v0.31.0
10022024-07-25T01:25:26.446Z Downloaded trust-dns-server v0.22.1
10032024-07-25T01:25:26.452Z Downloaded reedline v0.31.0
10042024-07-25T01:25:26.459Z Downloaded hashbrown v0.13.2
10052024-07-25T01:25:26.464Z Downloaded portable-atomic v1.6.0
10062024-07-25T01:25:26.470Z Downloaded libxml v0.3.3
10072024-07-25T01:25:26.476Z Downloaded libm v0.2.8
10082024-07-25T01:25:26.484Z Downloaded sqlparser v0.45.0
10092024-07-25T01:25:26.490Z Downloaded rustls-webpki v0.101.7
10102024-07-25T01:25:26.506Z Downloaded hashbrown v0.12.3
10112024-07-25T01:25:26.510Z Downloaded unicode_categories v0.1.1
10122024-07-25T01:25:26.513Z Downloaded chrono v0.4.38
10132024-07-25T01:25:26.520Z Downloaded proptest v1.4.0
10142024-07-25T01:25:26.530Z Downloaded hkdf v0.12.4
10152024-07-25T01:25:26.533Z Downloaded toml_edit v0.19.15
10162024-07-25T01:25:26.550Z Downloaded rustls-webpki v0.102.4
10172024-07-25T01:25:26.570Z Downloaded tough v0.17.1
10182024-07-25T01:25:26.577Z Downloaded itertools v0.12.1
10192024-07-25T01:25:26.583Z Downloaded itertools v0.13.0
10202024-07-25T01:25:26.591Z Downloaded idna v0.3.0
10212024-07-25T01:25:26.600Z Downloaded lalrpop v0.19.12
10222024-07-25T01:25:26.609Z Downloaded serde_with v3.8.3
10232024-07-25T01:25:26.617Z Downloaded object v0.30.4
10242024-07-25T01:25:26.627Z Downloaded idna v0.2.3
10252024-07-25T01:25:26.634Z Downloaded bstr v0.2.17
10262024-07-25T01:25:26.643Z Downloaded smoltcp v0.9.1
10272024-07-25T01:25:26.655Z Downloaded nix v0.27.1
10282024-07-25T01:25:26.666Z Downloaded regex-syntax v0.8.3
10292024-07-25T01:25:26.674Z Downloaded smoltcp v0.11.0
10302024-07-25T01:25:26.687Z Downloaded regress v0.9.1
10312024-07-25T01:25:26.695Z Downloaded radix_trie v0.2.1
10322024-07-25T01:25:26.700Z Downloaded rustls v0.21.12
10332024-07-25T01:25:26.712Z Downloaded object v0.32.2
10342024-07-25T01:25:26.724Z Downloaded polar-core v0.27.3
10352024-07-25T01:25:26.730Z Downloaded webpki-roots v0.25.4
10362024-07-25T01:25:26.734Z Downloaded bzip2-sys v0.1.11+1.0.8
10372024-07-25T01:25:26.748Z Downloaded regex-syntax v0.6.29
10382024-07-25T01:25:26.755Z Downloaded regex-automata v0.4.6
10392024-07-25T01:25:26.770Z Downloaded rustls v0.22.4
10402024-07-25T01:25:26.782Z Downloaded sha3 v0.10.8
10412024-07-25T01:25:26.786Z Downloaded openapiv3 v2.0.0
10422024-07-25T01:25:26.796Z Downloaded csv v1.3.0
10432024-07-25T01:25:26.814Z Downloaded trust-dns-proto v0.22.0
10442024-07-25T01:25:26.825Z Downloaded ratatui v0.27.0
10452024-07-25T01:25:26.842Z Downloaded nix v0.28.0
10462024-07-25T01:25:26.853Z Downloaded diesel v2.1.6
10472024-07-25T01:25:26.868Z Downloaded regex v1.10.5
10482024-07-25T01:25:26.879Z Downloaded sled v0.34.7
10492024-07-25T01:25:26.888Z Downloaded zerocopy-derive v0.6.6
10502024-07-25T01:25:26.897Z Downloaded bstr v1.9.1
10512024-07-25T01:25:26.906Z Downloaded curve25519-dalek v4.1.3
10522024-07-25T01:25:26.914Z Downloaded petgraph v0.6.5
10532024-07-25T01:25:26.929Z Downloaded finl_unicode v1.2.0
10542024-07-25T01:25:26.942Z Downloaded gimli v0.28.1
10552024-07-25T01:25:26.948Z Downloaded winnow v0.5.40
10562024-07-25T01:25:26.955Z Downloaded rayon v1.10.0
10572024-07-25T01:25:26.965Z Downloaded bitvec v1.0.1
10582024-07-25T01:25:26.976Z Downloaded bindgen v0.69.4
10592024-07-25T01:25:26.983Z Downloaded rustyline v14.0.0
10602024-07-25T01:25:26.987Z Downloaded heapless v0.8.0
10612024-07-25T01:25:26.990Z Downloaded aho-corasick v1.1.3
10622024-07-25T01:25:26.995Z Downloaded steno v0.4.1
10632024-07-25T01:25:26.999Z Downloaded trust-dns-client v0.22.0
10642024-07-25T01:25:27.003Z Downloaded heapless v0.7.17
10652024-07-25T01:25:27.007Z Downloaded samael v0.0.15
10662024-07-25T01:25:27.011Z Downloaded indicatif v0.17.8
10672024-07-25T01:25:27.014Z Downloaded indexmap v1.9.3
10682024-07-25T01:25:27.017Z Downloaded serde_plain v1.0.2
10692024-07-25T01:25:27.019Z Downloaded vsss-rs v3.3.4
10702024-07-25T01:25:27.022Z Downloaded subtle v2.5.0
10712024-07-25T01:25:27.022Z Downloaded snafu v0.8.2
10722024-07-25T01:25:27.028Z Downloaded typed-path v0.7.1
10732024-07-25T01:25:27.031Z Downloaded tui-tree-widget v0.21.0
10742024-07-25T01:25:27.034Z Downloaded string_cache v0.8.7
10752024-07-25T01:25:27.034Z Downloaded static_assertions v1.1.0
10762024-07-25T01:25:27.039Z Downloaded spki v0.7.3
10772024-07-25T01:25:27.039Z Downloaded smawk v0.3.2
10782024-07-25T01:25:27.039Z Downloaded tokio-rustls v0.24.1
10792024-07-25T01:25:27.045Z Downloaded thiserror-no-std v2.0.2
10802024-07-25T01:25:27.045Z Downloaded socket2 v0.4.10
10812024-07-25T01:25:27.045Z Downloaded diesel_derives v2.1.4
10822024-07-25T01:25:27.052Z Downloaded pin-project v1.1.5
10832024-07-25T01:25:27.057Z Downloaded der v0.7.9
10842024-07-25T01:25:27.061Z Downloaded env_logger v0.10.2
10852024-07-25T01:25:27.064Z Downloaded parking_lot v0.11.2
10862024-07-25T01:25:27.066Z Downloaded md-5 v0.10.6
10872024-07-25T01:25:27.069Z Downloaded publicsuffix v2.2.3
10882024-07-25T01:25:27.069Z Downloaded postcard v1.0.8
10892024-07-25T01:25:27.073Z Downloaded compact_str v0.7.1
10902024-07-25T01:25:27.076Z Downloaded getopts v0.2.21
10912024-07-25T01:25:27.076Z Downloaded globset v0.4.14
10922024-07-25T01:25:27.079Z Downloaded wyz v0.5.1
10932024-07-25T01:25:27.079Z Downloaded snafu-derive v0.8.2
10942024-07-25T01:25:27.082Z Downloaded libloading v0.8.3
10952024-07-25T01:25:27.082Z Downloaded backtrace v0.3.71
10962024-07-25T01:25:27.086Z Downloaded lru v0.12.3
10972024-07-25T01:25:27.089Z Downloaded derive-where v1.2.7
10982024-07-25T01:25:27.092Z Downloaded prettyplease v0.2.20
10992024-07-25T01:25:27.095Z Downloaded supports-color v3.0.0
11002024-07-25T01:25:27.097Z Downloaded serde-hex v0.1.0
11012024-07-25T01:25:27.097Z Downloaded secrecy v0.8.0
11022024-07-25T01:25:27.101Z Downloaded rustfmt-wrapper v0.2.1
11032024-07-25T01:25:27.101Z Downloaded rustc_version v0.4.0
11042024-07-25T01:25:27.101Z Downloaded rustc_version v0.1.7
11052024-07-25T01:25:27.104Z Downloaded linear-map v1.2.0
11062024-07-25T01:25:27.104Z Downloaded libsw v3.3.1
11072024-07-25T01:25:27.106Z Downloaded libefi-sys v0.1.0
11082024-07-25T01:25:27.106Z Downloaded lazycell v1.3.0
11092024-07-25T01:25:27.106Z Downloaded postgres-types v0.2.6
11102024-07-25T01:25:27.109Z Downloaded nu-ansi-term v0.50.0
11112024-07-25T01:25:27.112Z Downloaded arc-swap v1.7.1
11122024-07-25T01:25:27.115Z Downloaded base64 v0.13.1
11132024-07-25T01:25:27.118Z Downloaded num-rational v0.4.2
11142024-07-25T01:25:27.122Z Downloaded gethostname v0.4.3
11152024-07-25T01:25:27.122Z Downloaded is_ci v1.2.0
11162024-07-25T01:25:27.122Z Downloaded humantime v2.1.0
11172024-07-25T01:25:27.124Z Downloaded csv-core v0.1.11
11182024-07-25T01:25:27.124Z Downloaded cookie v0.17.0
11192024-07-25T01:25:27.127Z Downloaded const_format_proc_macros v0.2.32
11202024-07-25T01:25:27.127Z Downloaded parse-display-derive v0.9.1
11212024-07-25T01:25:27.130Z Downloaded oso v0.27.3
11222024-07-25T01:25:27.132Z Downloaded num-traits v0.2.19
11232024-07-25T01:25:27.135Z Downloaded postgres-protocol v0.6.6
11242024-07-25T01:25:27.135Z Downloaded crossbeam-epoch v0.9.18
11252024-07-25T01:25:27.138Z Downloaded cookie v0.18.1
11262024-07-25T01:25:27.141Z Downloaded clang-sys v1.7.0
11272024-07-25T01:25:27.143Z Downloaded base64ct v1.6.0
11282024-07-25T01:25:27.146Z Downloaded debug-ignore v1.0.5
11292024-07-25T01:25:27.146Z Downloaded curve25519-dalek-derive v0.1.1
11302024-07-25T01:25:27.149Z Downloaded cexpr v0.6.0
11312024-07-25T01:25:27.149Z Downloaded bitfield-struct v0.6.1
11322024-07-25T01:25:27.152Z Downloaded waitgroup v0.1.2
11332024-07-25T01:25:27.152Z Downloaded psl-types v2.0.11
11342024-07-25T01:25:27.153Z Downloaded pretty-hex v0.2.1
11352024-07-25T01:25:27.155Z Downloaded ahash v0.8.11
11362024-07-25T01:25:27.155Z Downloaded cipher v0.4.4
11372024-07-25T01:25:27.158Z Downloaded ciborium v0.2.2
11382024-07-25T01:25:27.158Z Downloaded cassowary v0.3.0
11392024-07-25T01:25:27.161Z Downloaded bit-vec v0.6.3
11402024-07-25T01:25:27.161Z Downloaded bcs v0.1.6
11412024-07-25T01:25:27.164Z Downloaded parking_lot_core v0.8.6
11422024-07-25T01:25:27.167Z Downloaded owo-colors v4.0.0
11432024-07-25T01:25:27.167Z Downloaded derive_builder_core v0.20.0
11442024-07-25T01:25:27.170Z Downloaded defmt v0.3.8
11452024-07-25T01:25:27.172Z Downloaded console v0.15.8
11462024-07-25T01:25:27.175Z Downloaded bitfield v0.14.0
11472024-07-25T01:25:27.178Z Downloaded r2d2 v0.8.10
11482024-07-25T01:25:27.178Z Downloaded crunchy v0.2.2
11492024-07-25T01:25:27.178Z Downloaded crucible-workspace-hack v0.1.0
11502024-07-25T01:25:27.181Z Downloaded ciborium-io v0.2.2
11512024-07-25T01:25:27.181Z Downloaded olpc-cjson v0.1.3
11522024-07-25T01:25:27.181Z Downloaded bitstruct v0.1.1
11532024-07-25T01:25:27.183Z Downloaded block-padding v0.3.3
11542024-07-25T01:25:27.184Z Downloaded parse-display v0.9.1
11552024-07-25T01:25:27.184Z Downloaded predicates v3.1.0
11562024-07-25T01:25:27.186Z Downloaded peg v0.8.4
11572024-07-25T01:25:27.189Z Downloaded defmt-parser v0.3.4
11582024-07-25T01:25:27.193Z Downloaded argon2 v0.5.3
11592024-07-25T01:25:27.193Z Downloaded aead v0.5.2
11602024-07-25T01:25:27.193Z Downloaded num-derive v0.4.2
11612024-07-25T01:25:27.196Z Downloaded atomicwrites v0.4.3
11622024-07-25T01:25:27.196Z Downloaded mockall v0.12.1
11632024-07-25T01:25:27.198Z Downloaded convert_case v0.4.0
11642024-07-25T01:25:27.198Z Downloaded colored v2.1.0
11652024-07-25T01:25:27.201Z Downloaded ciborium-ll v0.2.2
11662024-07-25T01:25:27.201Z Downloaded atomic-waker v1.1.2
11672024-07-25T01:25:27.201Z Downloaded crc-catalog v2.4.0
11682024-07-25T01:25:27.204Z Downloaded arrayref v0.3.7
11692024-07-25T01:25:27.408Z Downloaded ring v0.17.8
11702024-07-25T01:25:27.517Z Downloaded ring v0.16.20
11712024-07-25T01:25:27.719Z Compiling proc-macro2 v1.0.86
11722024-07-25T01:25:27.722Z Compiling unicode-ident v1.0.12
11732024-07-25T01:25:27.722Z Compiling libc v0.2.155
11742024-07-25T01:25:27.722Z Compiling serde v1.0.204
11752024-07-25T01:25:27.722Z Compiling autocfg v1.3.0
11762024-07-25T01:25:27.722Z Compiling version_check v0.9.4
11772024-07-25T01:25:27.722Z Compiling cfg-if v1.0.0
11782024-07-25T01:25:27.968Z Compiling cc v1.0.97
11792024-07-25T01:25:27.985Z Compiling parking_lot_core v0.9.10
11802024-07-25T01:25:28.016Z Compiling libm v0.2.8
11812024-07-25T01:25:28.428Z Compiling serde_json v1.0.120
11822024-07-25T01:25:28.454Z Compiling memchr v2.7.2
11832024-07-25T01:25:28.567Z Compiling ahash v0.8.11
11842024-07-25T01:25:28.732Z Compiling lock_api v0.4.12
11852024-07-25T01:25:28.759Z Compiling num-traits v0.2.19
11862024-07-25T01:25:28.860Z Compiling typenum v1.17.0
11872024-07-25T01:25:29.079Z Compiling scopeguard v1.2.0
11882024-07-25T01:25:29.153Z Compiling once_cell v1.19.0
11892024-07-25T01:25:29.599Z Compiling quote v1.0.36
11902024-07-25T01:25:29.961Z Compiling generic-array v0.14.7
11912024-07-25T01:25:29.995Z Compiling getrandom v0.2.14
11922024-07-25T01:25:30.112Z Compiling syn v2.0.72
11932024-07-25T01:25:30.247Z Compiling byteorder v1.5.0
11942024-07-25T01:25:30.376Z Compiling log v0.4.21
11952024-07-25T01:25:30.771Z Compiling itoa v1.0.11
11962024-07-25T01:25:30.793Z Compiling thiserror v1.0.62
11972024-07-25T01:25:31.057Z Compiling slab v0.4.9
11982024-07-25T01:25:31.153Z Compiling pkg-config v0.3.30
11992024-07-25T01:25:31.218Z Compiling ring v0.17.8
12002024-07-25T01:25:31.358Z Compiling smallvec v1.13.2
12012024-07-25T01:25:31.375Z Compiling ryu v1.0.18
12022024-07-25T01:25:31.393Z Compiling semver v1.0.23
12032024-07-25T01:25:31.741Z Compiling spin v0.9.8
12042024-07-25T01:25:31.936Z Compiling vcpkg v0.2.15
12052024-07-25T01:25:31.958Z Compiling pin-project-lite v0.2.14
12062024-07-25T01:25:32.579Z Compiling allocator-api2 v0.2.18
12072024-07-25T01:25:32.611Z Compiling parking_lot v0.12.2
12082024-07-25T01:25:33.414Z Compiling rand_core v0.6.4
12092024-07-25T01:25:33.947Z Compiling openssl-sys v0.9.103
12102024-07-25T01:25:33.990Z Compiling schemars v0.8.21
12112024-07-25T01:25:34.145Z Compiling signal-hook-registry v1.4.2
12122024-07-25T01:25:34.471Z Compiling time-core v0.1.2
12132024-07-25T01:25:34.802Z Compiling num-conv v0.1.0
12142024-07-25T01:25:35.001Z Compiling mio v0.8.11
12152024-07-25T01:25:35.121Z Compiling time-macros v0.2.18
12162024-07-25T01:25:35.785Z Compiling futures-core v0.3.30
12172024-07-25T01:25:35.963Z Compiling heck v0.5.0
12182024-07-25T01:25:36.024Z Compiling httparse v1.8.0
12192024-07-25T01:25:36.070Z Compiling rustix v0.38.34
12202024-07-25T01:25:36.932Z Compiling num_cpus v1.16.0
12212024-07-25T01:25:36.943Z Compiling socket2 v0.5.7
12222024-07-25T01:25:37.049Z Compiling openssl v0.10.66
12232024-07-25T01:25:37.466Z Compiling const-oid v0.9.6
12242024-07-25T01:25:37.519Z Compiling subtle v2.5.0
12252024-07-25T01:25:37.858Z Compiling serde_derive_internals v0.29.1
12262024-07-25T01:25:37.890Z Compiling fnv v1.0.7
12272024-07-25T01:25:37.991Z Compiling equivalent v1.0.1
12282024-07-25T01:25:38.266Z Compiling tinyvec_macros v0.1.1
12292024-07-25T01:25:38.386Z Compiling iana-time-zone v0.1.60
12302024-07-25T01:25:38.450Z Compiling native-tls v0.2.11
12312024-07-25T01:25:38.771Z Compiling syn v1.0.109
12322024-07-25T01:25:38.774Z Compiling rustls v0.21.12
12332024-07-25T01:25:38.820Z Compiling tinyvec v1.6.0
12342024-07-25T01:25:39.079Z Compiling futures-sink v0.3.30
12352024-07-25T01:25:39.257Z Compiling crossbeam-utils v0.8.19
12362024-07-25T01:25:40.132Z Compiling cookie v0.17.0
12372024-07-25T01:25:40.447Z Compiling unicode-normalization v0.1.23
12382024-07-25T01:25:40.511Z Compiling ucd-trie v0.1.6
12392024-07-25T01:25:41.098Z Compiling futures-channel v0.3.30
12402024-07-25T01:25:41.475Z Compiling futures-task v0.3.30
12412024-07-25T01:25:41.625Z Compiling unicode-bidi v0.3.15
12422024-07-25T01:25:41.728Z Compiling futures-io v0.3.30
12432024-07-25T01:25:42.117Z Compiling dyn-clone v1.0.17
12442024-07-25T01:25:42.204Z Compiling slog v2.7.0
12452024-07-25T01:25:42.557Z Compiling pin-utils v0.1.0
12462024-07-25T01:25:42.818Z Compiling untrusted v0.9.0
12472024-07-25T01:25:43.060Z Compiling aho-corasick v1.1.3
12482024-07-25T01:25:43.140Z Compiling regex-syntax v0.8.3
12492024-07-25T01:25:43.758Z Compiling crc32fast v1.4.0
12502024-07-25T01:25:43.868Z Compiling powerfmt v0.2.0
12512024-07-25T01:25:43.870Z Compiling serde_derive v1.0.204
12522024-07-25T01:25:44.248Z Compiling zerocopy-derive v0.7.34
12532024-07-25T01:25:44.445Z Compiling zeroize_derive v1.4.2
12542024-07-25T01:25:45.580Z Compiling tokio-macros v2.3.0
12552024-07-25T01:25:46.200Z Compiling thiserror-impl v1.0.62
12562024-07-25T01:25:46.582Z Compiling zerocopy v0.7.34
12572024-07-25T01:25:47.535Z Compiling futures-macro v0.3.30
12582024-07-25T01:25:48.163Z Compiling zeroize v1.7.0
12592024-07-25T01:25:49.238Z Compiling hashbrown v0.14.5
12602024-07-25T01:25:49.540Z Compiling schemars_derive v0.8.21
12612024-07-25T01:25:49.676Z Compiling tracing-attributes v0.1.27
12622024-07-25T01:25:51.383Z Compiling der_derive v0.7.2
12632024-07-25T01:25:52.121Z Compiling openssl-macros v0.1.1
12642024-07-25T01:25:52.797Z Compiling scroll_derive v0.12.0
12652024-07-25T01:25:52.983Z Compiling pest v2.7.10
12662024-07-25T01:25:53.055Z Compiling crypto-common v0.1.6
12672024-07-25T01:25:53.167Z Compiling futures-util v0.3.30
12682024-07-25T01:25:53.750Z Compiling block-buffer v0.10.4
12692024-07-25T01:25:54.082Z Compiling digest v0.10.7
12702024-07-25T01:25:54.310Z Compiling regex-automata v0.4.6
12712024-07-25T01:25:55.003Z Compiling deranged v0.3.11
12722024-07-25T01:25:56.165Z Compiling pest_meta v2.7.10
12732024-07-25T01:25:57.371Z Compiling usdt-impl v0.5.0
12742024-07-25T01:25:57.871Z Compiling pest_generator v2.7.10
12752024-07-25T01:25:58.741Z Compiling bytes v1.6.0
12762024-07-25T01:26:00.839Z Compiling bitflags v2.5.0
12772024-07-25T01:26:01.077Z Compiling tokio v1.38.1
12782024-07-25T01:26:01.157Z Compiling indexmap v2.2.6
12792024-07-25T01:26:01.693Z Compiling uuid v1.10.0
12802024-07-25T01:26:02.272Z Compiling serde_tokenstream v0.2.1
12812024-07-25T01:26:02.514Z Compiling chrono v0.4.38
12822024-07-25T01:26:03.322Z Compiling http v0.2.12
12832024-07-25T01:26:05.704Z Compiling rustc_version v0.4.0
12842024-07-25T01:26:06.384Z Compiling pest_derive v2.7.10
12852024-07-25T01:26:06.737Z Compiling num_threads v0.1.7
12862024-07-25T01:26:06.870Z Compiling heck v0.4.1
12872024-07-25T01:26:07.128Z Compiling percent-encoding v2.3.1
12882024-07-25T01:26:07.362Z Compiling time v0.3.36
12892024-07-25T01:26:07.421Z Compiling heapless v0.7.17
12902024-07-25T01:26:07.911Z Compiling scroll v0.12.0
12912024-07-25T01:26:08.604Z Compiling zerocopy-derive v0.6.6
12922024-07-25T01:26:09.279Z Compiling tracing-core v0.1.32
12932024-07-25T01:26:10.731Z Compiling backtrace v0.3.71
12942024-07-25T01:26:11.175Z Compiling errno v0.3.9
12952024-07-25T01:26:11.463Z Compiling signal-hook v0.3.17
12962024-07-25T01:26:11.771Z Compiling base64 v0.21.7
12972024-07-25T01:26:12.296Z Compiling ppv-lite86 v0.2.17
12982024-07-25T01:26:12.360Z Compiling plain v0.2.3
12992024-07-25T01:26:12.898Z Compiling goblin v0.8.2
13002024-07-25T01:26:12.971Z Compiling tokio-util v0.7.11
13012024-07-25T01:26:13.147Z Compiling rand_chacha v0.3.1
13022024-07-25T01:26:14.281Z Compiling tracing v0.1.40
13032024-07-25T01:26:15.189Z Compiling regex v1.10.5
13042024-07-25T01:26:15.319Z Compiling async-trait v0.1.81
13052024-07-25T01:26:16.195Z Compiling rustversion v1.0.17
13062024-07-25T01:26:16.827Z Compiling strsim v0.11.1
13072024-07-25T01:26:17.043Z Compiling pretty-hex v0.4.1
13082024-07-25T01:26:17.992Z Compiling rand v0.8.5
13092024-07-25T01:26:18.906Z Compiling dof v0.3.0
13102024-07-25T01:26:19.853Z Compiling dtrace-parser v0.2.0
13112024-07-25T01:26:20.826Z Compiling form_urlencoded v1.2.1
13122024-07-25T01:26:20.996Z Compiling thread-id v4.2.1
13132024-07-25T01:26:21.134Z Compiling foreign-types-shared v0.1.1
13142024-07-25T01:26:21.237Z Compiling try-lock v0.2.5
13152024-07-25T01:26:21.384Z Compiling unicode-width v0.1.13
13162024-07-25T01:26:21.422Z Compiling anyhow v1.0.86
13172024-07-25T01:26:21.445Z Compiling base64ct v1.6.0
13182024-07-25T01:26:22.011Z Compiling smoltcp v0.9.1
13192024-07-25T01:26:22.038Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13202024-07-25T01:26:22.297Z Compiling pem-rfc7468 v0.7.0
13212024-07-25T01:26:22.741Z Compiling foreign-types v0.3.2
13222024-07-25T01:26:22.825Z Compiling want v0.3.1
13232024-07-25T01:26:23.466Z Compiling h2 v0.3.26
13242024-07-25T01:26:24.197Z Compiling http-body v0.4.6
13252024-07-25T01:26:24.649Z Compiling hmac v0.12.1
13262024-07-25T01:26:24.869Z Compiling clap_derive v4.5.8
13272024-07-25T01:26:25.975Z Compiling siphasher v0.3.11
13282024-07-25T01:26:26.501Z Compiling flagset v0.4.5
13292024-07-25T01:26:26.723Z Compiling tower-service v0.3.2
13302024-07-25T01:26:27.875Z Compiling httpdate v1.0.3
13312024-07-25T01:26:28.264Z Compiling der v0.7.9
13322024-07-25T01:26:32.372Z Compiling hyper v0.14.28
13332024-07-25T01:26:41.019Z Compiling sct v0.7.1
13342024-07-25T01:26:41.339Z Compiling rustls-webpki v0.101.7
13352024-07-25T01:26:43.412Z Compiling openapiv3 v2.0.0
13362024-07-25T01:26:45.630Z Compiling hubpack_derive v0.1.1
13372024-07-25T01:26:46.272Z Compiling idna v0.5.0
13382024-07-25T01:26:48.039Z Compiling lazy_static v1.5.0
13392024-07-25T01:26:48.182Z Compiling fs-err v2.11.0
13402024-07-25T01:26:48.195Z Compiling cpufeatures v0.2.12
13412024-07-25T01:26:48.297Z Compiling openssl-probe v0.1.5
13422024-07-25T01:26:48.444Z Compiling utf8parse v0.2.1
13432024-07-25T01:26:48.607Z Compiling anstyle v1.0.7
13442024-07-25T01:26:48.793Z Compiling adler v1.0.2
13452024-07-25T01:26:48.814Z Compiling finl_unicode v1.2.0
13462024-07-25T01:26:48.994Z Compiling miniz_oxide v0.7.2
13472024-07-25T01:26:49.159Z Compiling sha2 v0.10.8
13482024-07-25T01:26:49.395Z Compiling stringprep v0.1.4
13492024-07-25T01:26:49.626Z Compiling anstyle-parse v0.2.4
13502024-07-25T01:26:50.314Z Compiling url v2.5.2
13512024-07-25T01:26:52.743Z Compiling spki v0.7.3
13522024-07-25T01:26:53.196Z Compiling usdt-attr-macro v0.5.0
13532024-07-25T01:26:53.235Z Compiling usdt-macro v0.5.0
13542024-07-25T01:26:54.684Z Compiling md-5 v0.10.6
13552024-07-25T01:26:54.779Z Compiling toml_datetime v0.6.6
13562024-07-25T01:26:54.926Z Compiling serde_spanned v0.6.6
13572024-07-25T01:26:55.145Z Compiling regress v0.9.1
13582024-07-25T01:26:55.229Z Compiling idna v0.3.0
13592024-07-25T01:26:57.574Z Compiling diesel_table_macro_syntax v0.1.0
13602024-07-25T01:26:57.960Z Compiling num-integer v0.1.46
13612024-07-25T01:26:58.693Z Compiling hash32 v0.2.1
13622024-07-25T01:26:58.693Z Compiling encoding_rs v0.8.34
13632024-07-25T01:26:58.744Z Compiling stable_deref_trait v1.2.0
13642024-07-25T01:26:58.848Z Compiling colorchoice v1.0.1
13652024-07-25T01:26:59.001Z Compiling anstyle-query v1.0.3
13662024-07-25T01:26:59.090Z Compiling mime v0.3.17
13672024-07-25T01:26:59.139Z Compiling gimli v0.28.1
13682024-07-25T01:26:59.387Z Compiling psl-types v2.0.11
13692024-07-25T01:26:59.602Z Compiling is_terminal_polyfill v1.70.0
13702024-07-25T01:26:59.896Z Compiling fallible-iterator v0.2.0
13712024-07-25T01:27:00.197Z Compiling publicsuffix v2.2.3
13722024-07-25T01:27:00.460Z Compiling anstream v0.6.14
13732024-07-25T01:27:00.702Z Compiling postgres-protocol v0.6.6
13742024-07-25T01:27:02.670Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
13752024-07-25T01:27:03.227Z Compiling diesel_derives v2.1.4
13762024-07-25T01:27:03.354Z Compiling addr2line v0.21.0
13772024-07-25T01:27:04.974Z Compiling tokio-rustls v0.24.1
13782024-07-25T01:27:06.676Z Compiling pkcs8 v0.10.2
13792024-07-25T01:27:06.943Z Compiling terminal_size v0.3.0
13802024-07-25T01:27:07.144Z Compiling tokio-native-tls v0.3.1
13812024-07-25T01:27:07.447Z Compiling phf_shared v0.11.2
13822024-07-25T01:27:07.469Z Compiling strum_macros v0.25.3
13832024-07-25T01:27:07.929Z Compiling serde_urlencoded v0.7.1
13842024-07-25T01:27:08.579Z Compiling enum-as-inner v0.5.1
13852024-07-25T01:27:09.686Z Compiling block-padding v0.3.3
13862024-07-25T01:27:09.993Z Compiling serde_repr v0.1.19
13872024-07-25T01:27:10.281Z Compiling ff v0.13.0
13882024-07-25T01:27:10.540Z Compiling scheduled-thread-pool v0.2.7
13892024-07-25T01:27:11.077Z Compiling object v0.32.2
13902024-07-25T01:27:11.197Z Compiling winnow v0.5.40
13912024-07-25T01:27:12.216Z Compiling ipnet v2.9.0
13922024-07-25T01:27:13.317Z Compiling either v1.12.0
13932024-07-25T01:27:13.748Z Compiling rustc-demangle v0.1.24
13942024-07-25T01:27:14.688Z Compiling clap_lex v0.7.0
13952024-07-25T01:27:15.007Z Compiling bitflags v1.3.2
13962024-07-25T01:27:15.047Z Compiling regex-automata v0.1.10
13972024-07-25T01:27:15.502Z Compiling matches v0.1.10
13982024-07-25T01:27:15.542Z Compiling base16ct v0.2.0
13992024-07-25T01:27:15.710Z Compiling managed v0.8.0
14002024-07-25T01:27:15.769Z Compiling bit-vec v0.6.3
14012024-07-25T01:27:16.187Z Compiling sec1 v0.7.3
14022024-07-25T01:27:16.240Z Compiling idna v0.2.3
14032024-07-25T01:27:16.730Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14042024-07-25T01:27:17.635Z Compiling bstr v0.2.17
14052024-07-25T01:27:17.736Z Compiling clap_builder v4.5.9
14062024-07-25T01:27:18.165Z Compiling toml_edit v0.19.15
14072024-07-25T01:27:18.389Z Compiling r2d2 v0.8.10
14082024-07-25T01:27:19.035Z Compiling group v0.13.0
14092024-07-25T01:27:19.565Z Compiling inout v0.1.3
14102024-07-25T01:27:19.820Z Compiling phf v0.11.2
14112024-07-25T01:27:19.937Z Compiling hyper-tls v0.5.0
14122024-07-25T01:27:20.122Z Compiling signal-hook-mio v0.2.3
14132024-07-25T01:27:20.290Z Compiling hyper-rustls v0.24.2
14142024-07-25T01:27:20.403Z Compiling cookie_store v0.20.0
14152024-07-25T01:27:20.625Z Compiling postgres-types v0.2.6
14162024-07-25T01:27:20.690Z Compiling num-bigint v0.4.5
14172024-07-25T01:27:22.121Z Compiling hubpack v0.1.2
14182024-07-25T01:27:22.570Z Compiling rustls-pemfile v1.0.4
14192024-07-25T01:27:22.660Z Compiling phf_shared v0.10.0
14202024-07-25T01:27:22.958Z Compiling hkdf v0.12.4
14212024-07-25T01:27:23.556Z Compiling zerocopy v0.6.6
14222024-07-25T01:27:24.147Z Compiling ipnetwork v0.20.0
14232024-07-25T01:27:24.361Z Compiling futures-executor v0.3.30
14242024-07-25T01:27:24.427Z Compiling crypto-bigint v0.5.5
14252024-07-25T01:27:24.724Z Compiling float-cmp v0.9.0
14262024-07-25T01:27:24.851Z Compiling memmap v0.7.0
14272024-07-25T01:27:24.970Z Compiling difflib v0.4.0
14282024-07-25T01:27:25.069Z Compiling minimal-lexical v0.2.1
14292024-07-25T01:27:25.177Z Compiling sync_wrapper v0.1.2
14302024-07-25T01:27:25.331Z Compiling winnow v0.6.8
14312024-07-25T01:27:25.647Z Compiling unicode-segmentation v1.11.0
14322024-07-25T01:27:25.674Z Compiling predicates-core v1.0.6
14332024-07-25T01:27:25.809Z Compiling data-encoding v2.6.0
14342024-07-25T01:27:25.978Z Compiling webpki-roots v0.25.4
14352024-07-25T01:27:26.143Z Compiling new_debug_unreachable v1.0.6
14362024-07-25T01:27:26.210Z Compiling normalize-line-endings v0.3.0
14372024-07-25T01:27:26.239Z Compiling static_assertions v1.1.0
14382024-07-25T01:27:26.339Z Compiling fixedbitset v0.4.2
14392024-07-25T01:27:26.437Z Compiling whoami v1.5.1
14402024-07-25T01:27:26.660Z Compiling precomputed-hash v0.1.1
14412024-07-25T01:27:26.731Z Compiling tokio-postgres v0.7.10
14422024-07-25T01:27:26.775Z Compiling string_cache v0.8.7
14432024-07-25T01:27:26.971Z Compiling petgraph v0.6.5
14442024-07-25T01:27:27.190Z Compiling elliptic-curve v0.13.8
14452024-07-25T01:27:27.465Z Compiling reqwest v0.11.27
14462024-07-25T01:27:27.918Z Compiling trust-dns-proto v0.22.0
14472024-07-25T01:27:28.490Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14482024-07-25T01:27:28.949Z Compiling toml_edit v0.22.16
14492024-07-25T01:27:28.989Z Compiling predicates v3.1.0
14502024-07-25T01:27:30.610Z Compiling similar v2.5.0
14512024-07-25T01:27:31.404Z Compiling nom v7.1.3
14522024-07-25T01:27:32.731Z Compiling usdt v0.5.0
14532024-07-25T01:27:34.492Z Compiling futures v0.3.30
14542024-07-25T01:27:34.634Z Compiling diesel v2.1.6
14552024-07-25T01:27:34.898Z Compiling yasna v0.5.2
14562024-07-25T01:27:35.890Z Compiling clap v4.5.9
14572024-07-25T01:27:36.016Z Compiling toml v0.7.8
14582024-07-25T01:27:36.332Z Compiling crossterm v0.27.0
14592024-07-25T01:27:36.523Z Compiling cipher v0.4.4
14602024-07-25T01:27:36.555Z Compiling crossbeam-epoch v0.9.18
14612024-07-25T01:27:37.015Z Compiling flate2 v1.0.30
14622024-07-25T01:27:37.252Z Compiling bit-set v0.5.3
14632024-07-25T01:27:37.540Z Compiling itertools v0.10.5
14642024-07-25T01:27:37.556Z Compiling itertools v0.12.1
14652024-07-25T01:27:37.873Z Compiling num-iter v0.1.45
14662024-07-25T01:27:41.290Z Compiling console v0.15.8
14672024-07-25T01:27:41.311Z Compiling tokio-stream v0.1.15
14682024-07-25T01:27:41.327Z Compiling bstr v1.9.1
14692024-07-25T01:27:41.327Z Compiling hex v0.4.3
14702024-07-25T01:27:42.021Z Compiling lalrpop-util v0.19.12
14712024-07-25T01:27:42.247Z Compiling peg-runtime v0.8.3
14722024-07-25T01:27:42.314Z Compiling camino v1.1.7
14732024-07-25T01:27:42.351Z Compiling unicode-xid v0.2.4
14742024-07-25T01:27:42.858Z Compiling radium v0.7.0
14752024-07-25T01:27:49.245Z Compiling is-terminal v0.4.12
14762024-07-25T01:27:49.378Z Compiling tap v1.0.1
14772024-07-25T01:27:49.577Z Compiling rustls-pki-types v1.7.0
14782024-07-25T01:27:52.852Z Compiling ident_case v1.0.1
14792024-07-25T01:27:55.282Z Compiling maybe-uninit v2.0.0
14802024-07-25T01:27:57.070Z Compiling darling_core v0.20.9
14812024-07-25T01:28:06.640Z Compiling wyz v0.5.1
14822024-07-25T01:28:09.653Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14832024-07-25T01:28:09.807Z Compiling getopts v0.2.21
14842024-07-25T01:28:10.502Z Compiling bzip2-sys v0.1.11+1.0.8
14852024-07-25T01:28:10.807Z Compiling dirs-sys-next v0.1.2
14862024-07-25T01:28:10.931Z Compiling funty v2.0.0
14872024-07-25T01:28:11.007Z Compiling num-bigint-dig v0.8.4
14882024-07-25T01:28:11.289Z Compiling unsafe-libyaml v0.2.11
14892024-07-25T01:28:11.839Z Compiling paste v1.0.15
14902024-07-25T01:28:12.034Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14912024-07-25T01:28:12.307Z Compiling packed_struct v0.10.1
14922024-07-25T01:28:12.738Z Compiling base64 v0.22.1
14932024-07-25T01:28:13.139Z Compiling rustls v0.22.4
14942024-07-25T01:28:13.547Z Compiling serde_yaml v0.9.34+deprecated
14952024-07-25T01:28:13.910Z Compiling bitvec v1.0.1
14962024-07-25T01:28:14.507Z Compiling dirs-next v2.0.0
14972024-07-25T01:28:17.447Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14982024-07-25T01:28:19.588Z Compiling darling_macro v0.20.9
14992024-07-25T01:28:20.086Z Compiling rustls-webpki v0.102.4
15002024-07-25T01:28:24.405Z Compiling packed_struct_codegen v0.10.1
15012024-07-25T01:28:24.780Z Compiling structmeta-derive v0.3.0
15022024-07-25T01:28:25.647Z Compiling thread_local v1.1.8
15032024-07-25T01:28:26.386Z Compiling indexmap v1.9.3
15042024-07-25T01:28:26.404Z Compiling multer v3.1.0
15052024-07-25T01:28:26.668Z Compiling slog-async v2.8.0
15062024-07-25T01:28:26.675Z Compiling crc-catalog v2.4.0
15072024-07-25T01:28:26.858Z Compiling match_cfg v0.1.0
15082024-07-25T01:28:26.996Z Compiling fastrand v2.1.0
15092024-07-25T01:28:27.141Z Compiling rayon-core v1.12.1
15102024-07-25T01:28:27.220Z Compiling nodrop v0.1.14
15112024-07-25T01:28:27.319Z Compiling array-init v0.0.4
15122024-07-25T01:28:27.435Z Compiling tempfile v3.10.1
15132024-07-25T01:28:27.514Z Compiling structmeta v0.3.0
15142024-07-25T01:28:28.613Z Compiling hostname v0.3.1
15152024-07-25T01:28:28.881Z Compiling crc v3.2.1
15162024-07-25T01:28:30.797Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15172024-07-25T01:28:31.297Z Compiling darling v0.20.9
15182024-07-25T01:28:31.416Z Compiling smallvec v0.6.14
15192024-07-25T01:28:32.136Z Compiling term v0.7.0
15202024-07-25T01:28:38.213Z Compiling crossbeam-deque v0.8.5
15212024-07-25T01:28:38.389Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15222024-07-25T01:28:38.603Z Compiling pkcs1 v0.7.5
15232024-07-25T01:28:41.545Z Compiling slog-json v2.6.1
15242024-07-25T01:28:42.276Z Compiling crossbeam-channel v0.5.12
15252024-07-25T01:28:42.656Z Compiling http v1.1.0
15262024-07-25T01:28:42.730Z Compiling signature v2.2.0
15272024-07-25T01:28:44.001Z Compiling async-stream-impl v0.3.5
15282024-07-25T01:28:45.286Z Compiling pin-project-internal v1.1.5
15292024-07-25T01:28:46.793Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15302024-07-25T01:28:47.392Z Compiling atomic-waker v1.1.2
15312024-07-25T01:28:47.598Z Compiling same-file v1.0.6
15322024-07-25T01:28:48.972Z Compiling bitfield v0.14.0
15332024-07-25T01:28:49.170Z Compiling take_mut v0.2.2
15342024-07-25T01:28:49.331Z Compiling hashbrown v0.12.3
15352024-07-25T01:28:49.349Z Compiling termcolor v1.4.1
15362024-07-25T01:28:52.177Z Compiling env_logger v0.10.2
15372024-07-25T01:28:56.491Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
15382024-07-25T01:29:03.766Z Compiling pin-project v1.1.5
15392024-07-25T01:29:03.908Z Compiling walkdir v2.5.0
15402024-07-25T01:29:04.342Z Compiling waitgroup v0.1.2
15412024-07-25T01:29:04.663Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15422024-07-25T01:29:05.432Z Compiling async-stream v0.3.5
15432024-07-25T01:29:06.063Z Compiling rsa v0.9.6
15442024-07-25T01:29:06.930Z Compiling slog-bunyan v2.5.0
15452024-07-25T01:29:07.583Z Compiling tokio-rustls v0.25.0
15462024-07-25T01:29:08.025Z Compiling slog-term v2.9.1
15472024-07-25T01:29:09.782Z Compiling bzip2 v0.4.4
15482024-07-25T01:29:09.927Z Compiling serde-hex v0.1.0
15492024-07-25T01:29:10.243Z Compiling serde_with_macros v3.8.3
15502024-07-25T01:29:11.511Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15512024-07-25T01:29:11.529Z Compiling parse-display-derive v0.9.1
15522024-07-25T01:29:12.162Z Compiling toml v0.8.15
15532024-07-25T01:29:13.027Z Compiling rustls-pemfile v2.1.2
15542024-07-25T01:29:15.737Z Compiling x509-cert v0.2.5
15552024-07-25T01:29:17.243Z Compiling sha1 v0.10.6
15562024-07-25T01:29:17.274Z Compiling strum_macros v0.26.4
15572024-07-25T01:29:18.061Z Compiling newtype-uuid v1.1.0
15582024-07-25T01:29:18.085Z Compiling xattr v1.3.1
15592024-07-25T01:29:18.396Z Compiling ron v0.8.1
15602024-07-25T01:29:18.433Z Compiling snafu-derive v0.8.2
15612024-07-25T01:29:19.228Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15622024-07-25T01:29:19.530Z Compiling serde_path_to_error v0.1.16
15632024-07-25T01:29:20.551Z Compiling hashbrown v0.13.2
15642024-07-25T01:29:21.916Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15652024-07-25T01:29:22.037Z Compiling blake3 v1.5.1
15662024-07-25T01:29:22.568Z Compiling ring v0.16.20
15672024-07-25T01:29:22.623Z Compiling hostname v0.4.0
15682024-07-25T01:29:22.894Z Compiling filetime v0.2.23
15692024-07-25T01:29:22.977Z Compiling instant v0.1.12
15702024-07-25T01:29:23.154Z Compiling debug-ignore v1.0.5
15712024-07-25T01:29:23.243Z Compiling buf-list v1.0.3
15722024-07-25T01:29:23.261Z Compiling crc-any v2.5.0
15732024-07-25T01:29:23.716Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
15742024-07-25T01:29:24.476Z Compiling snafu v0.8.2
15752024-07-25T01:29:24.599Z Compiling tar v0.4.41
15762024-07-25T01:29:25.841Z Compiling backoff v0.4.0
15772024-07-25T01:29:26.218Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15782024-07-25T01:29:26.844Z Compiling strum v0.26.3
15792024-07-25T01:29:27.042Z Compiling object v0.30.4
15802024-07-25T01:29:27.856Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
15812024-07-25T01:29:29.541Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15822024-07-25T01:29:29.824Z Compiling parse-display v0.9.1
15832024-07-25T01:29:29.850Z Compiling serde_with v3.8.3
15842024-07-25T01:29:30.103Z Compiling zip v0.6.6
15852024-07-25T01:29:31.675Z Compiling rayon v1.10.0
15862024-07-25T01:29:32.966Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15872024-07-25T01:29:33.637Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
15882024-07-25T01:29:34.495Z Compiling camino-tempfile v1.1.1
15892024-07-25T01:29:35.252Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15902024-07-25T01:29:37.619Z Compiling globset v0.4.14
15912024-07-25T01:29:38.882Z Compiling pem v3.0.4
15922024-07-25T01:29:38.913Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15932024-07-25T01:29:39.102Z Compiling olpc-cjson v0.1.3
15942024-07-25T01:29:39.426Z Compiling macaddr v1.0.1
15952024-07-25T01:29:40.069Z Compiling serde_plain v1.0.2
15962024-07-25T01:29:40.086Z Compiling async-recursion v1.1.1
15972024-07-25T01:29:40.458Z Compiling memmap2 v0.9.4
15982024-07-25T01:29:40.599Z Compiling typed-path v0.7.1
15992024-07-25T01:29:41.040Z Compiling path-slash v0.1.5
16002024-07-25T01:29:41.279Z Compiling constant_time_eq v0.3.0
16012024-07-25T01:29:41.336Z Compiling arrayvec v0.7.4
16022024-07-25T01:29:41.458Z Compiling spin v0.5.2
16032024-07-25T01:29:41.608Z Compiling arrayref v0.3.7
16042024-07-25T01:29:41.720Z Compiling untrusted v0.7.1
16052024-07-25T01:29:41.786Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
16062024-07-25T01:29:44.412Z Compiling tough v0.17.1
16072024-07-25T01:29:48.428Z Compiling cargo-platform v0.1.8
16082024-07-25T01:29:48.428Z Compiling parse-size v1.0.0
16092024-07-25T01:29:48.428Z Compiling topological-sort v0.2.2
16102024-07-25T01:29:48.428Z Compiling cargo_metadata v0.18.1
16112024-07-25T01:29:48.428Z Compiling omicron-zone-package v0.11.0
16122024-07-25T01:29:49.543Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16132024-07-25T01:29:52.163Z Compiling shell-words v1.1.0
16142024-07-25T01:30:01.432Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
16152024-07-25T01:30:10.669Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
16162024-07-25T01:30:25.016Z Finished `release` profile [optimized] target(s) in 4m 59s
16172024-07-25T01:30:25.131Z Running `target/release/omicron-releng --output-dir /work`
16182024-07-25T01:30:25.171ZJul 25 01:30:24.302 DEBG changing working directory to /work/oxidecomputer/omicron
16192024-07-25T01:30:25.248ZJul 25 01:30:24.378 DEBG running: git rev-parse HEAD
16202024-07-25T01:30:25.252ZJul 25 01:30:24.384 DEBG process exited with exit status: 0 (6.253916ms)
16212024-07-25T01:30:25.252ZJul 25 01:30:24.385 INFO version: 10.0.0-0.ci+gitc29eee36e04
16222024-07-25T01:30:25.290ZJul 25 01:30:24.423 INFO cloning helios to /work/oxidecomputer/helios
16232024-07-25T01:30:25.290ZJul 25 01:30:24.423 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
16242024-07-25T01:30:25.295ZCloning into '/work/oxidecomputer/helios'...
16252024-07-25T01:30:25.823ZJul 25 01:30:24.955 DEBG process exited with exit status: 0 (531.741096ms)
16262024-07-25T01:30:25.823ZJul 25 01:30:24.955 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
16272024-07-25T01:30:25.829Z# branch.oid d85b5c88d33e1c76ab09e729f8bbe7faf7f88f7f
16282024-07-25T01:30:25.829Z# branch.head master
16292024-07-25T01:30:25.829Z# branch.upstream origin/master
16302024-07-25T01:30:25.830Z# branch.ab +0 -0
16312024-07-25T01:30:25.833ZJul 25 01:30:24.963 DEBG process exited with exit status: 0 (7.706415ms)
16322024-07-25T01:30:25.833ZJul 25 01:30:24.963 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
16332024-07-25T01:30:26.494ZJul 25 01:30:25.626 DEBG process exited with exit status: 0 (663.474428ms)
16342024-07-25T01:30:26.494ZJul 25 01:30:25.626 DEBG running: zfs list rpool/images/build/host
16352024-07-25T01:30:26.500ZNAME USED AVAIL REFER MOUNTPOINT
16362024-07-25T01:30:26.500Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
16372024-07-25T01:30:26.503ZJul 25 01:30:25.633 DEBG process exited with exit status: 0 (6.877545ms)
16382024-07-25T01:30:26.503ZJul 25 01:30:25.633 DEBG running: zfs list rpool/images/build/recovery
16392024-07-25T01:30:26.506ZNAME USED AVAIL REFER MOUNTPOINT
16402024-07-25T01:30:26.506Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
16412024-07-25T01:30:26.507ZJul 25 01:30:25.639 DEBG process exited with exit status: 0 (5.89627ms)
16422024-07-25T01:30:26.510ZJul 25 01:30:25.640 INFO [hubris-production] running task
16432024-07-25T01:30:26.510ZJul 25 01:30:25.640 INFO [hubris-staging] running task
16442024-07-25T01:30:26.510ZJul 25 01:30:25.640 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
16452024-07-25T01:30:26.513ZJul 25 01:30:25.644 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
16462024-07-25T01:30:26.578Z[ helios-setup] cd tools/helios-build && cargo build --quiet
16472024-07-25T01:30:26.970Z[ omicron-package] Blocking waiting for file lock on package cache
16482024-07-25T01:30:27.663Z[ omicron-package] Blocking waiting for file lock on package cache
16492024-07-25T01:30:27.857ZJul 25 01:30:26.990 INFO [hubris-production] task succeeded (1.349305037s)
16502024-07-25T01:30:27.888Z[ omicron-package] Blocking waiting for file lock on package cache
16512024-07-25T01:30:28.582Z[ omicron-package] Compiling proc-macro-crate v1.3.1
16522024-07-25T01:30:28.585Z[ omicron-package] Compiling heapless v0.8.0
16532024-07-25T01:30:28.585Z[ omicron-package] Compiling hash32 v0.3.1
16542024-07-25T01:30:28.585Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16552024-07-25T01:30:28.585Z[ omicron-package] Compiling smoltcp v0.11.0
16562024-07-25T01:30:28.732Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
16572024-07-25T01:30:28.735Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16582024-07-25T01:30:28.735Z[ omicron-package] Compiling embedded-io v0.4.0
16592024-07-25T01:30:29.423Z[ omicron-package] Compiling cobs v0.2.3
16602024-07-25T01:30:29.764Z[ omicron-package] Compiling proc-macro-error v1.0.4
16612024-07-25T01:30:29.905Z[ omicron-package] Compiling postcard v1.0.8
16622024-07-25T01:30:30.339Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16632024-07-25T01:30:30.433Z[ omicron-package] Compiling foreign-types-macros v0.2.3
16642024-07-25T01:30:30.468Z[ omicron-package] Compiling foreign-types-shared v0.3.1
16652024-07-25T01:30:30.651Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16662024-07-25T01:30:30.655Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16672024-07-25T01:30:30.934Z[ omicron-package] Compiling num_enum_derive v0.5.11
16682024-07-25T01:30:31.636Z[ omicron-package] Compiling tabwriter v1.4.0
16692024-07-25T01:30:31.689Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16702024-07-25T01:30:31.834Z[ omicron-package] Compiling cstr-argument v0.1.2
16712024-07-25T01:30:31.951Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16722024-07-25T01:30:32.836Z[ omicron-package] Compiling pretty-hex v0.2.1
16732024-07-25T01:30:33.066Z[ omicron-package] Compiling foreign-types v0.5.0
16742024-07-25T01:30:33.197Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
16752024-07-25T01:30:33.441Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
16762024-07-25T01:30:33.445Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16772024-07-25T01:30:34.047Z[ omicron-package] Compiling colored v2.1.0
16782024-07-25T01:30:34.117Z[ omicron-package] Compiling socket2 v0.4.10
16792024-07-25T01:30:34.481Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16802024-07-25T01:30:34.920Z[ omicron-package] Compiling num_enum v0.5.11
16812024-07-25T01:30:35.116Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
16822024-07-25T01:30:35.247Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16832024-07-25T01:30:35.450Z[ omicron-package] Compiling sigpipe v0.1.3
16842024-07-25T01:30:35.675Z[ omicron-package] Compiling num-derive v0.4.2
16852024-07-25T01:30:35.799Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16862024-07-25T01:30:35.977Z[ omicron-package] Compiling libefi-sys v0.1.0
16872024-07-25T01:30:35.990ZJul 25 01:30:35.123 INFO [hubris-staging] task succeeded (9.482409447s)
16882024-07-25T01:30:36.098Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
16892024-07-25T01:30:36.639Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16902024-07-25T01:30:36.709Z[ omicron-package] Compiling smf v0.2.3
16912024-07-25T01:30:36.805Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
16922024-07-25T01:30:37.315Z[ omicron-package] Compiling bitfield-struct v0.6.1
16932024-07-25T01:30:37.492Z[ omicron-package] Compiling portable-atomic v1.6.0
16942024-07-25T01:30:38.200Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16952024-07-25T01:30:39.795Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
16962024-07-25T01:30:40.128Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16972024-07-25T01:30:40.487Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16982024-07-25T01:30:42.169Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16992024-07-25T01:30:42.310Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
17002024-07-25T01:30:43.077Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17012024-07-25T01:30:43.242Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
17022024-07-25T01:30:43.600Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17032024-07-25T01:30:44.261Z[ omicron-package] Compiling gethostname v0.4.3
17042024-07-25T01:30:44.308Z[ omicron-package] Compiling number_prefix v0.4.0
17052024-07-25T01:30:46.080Z[ omicron-package] Compiling indicatif v0.17.8
17062024-07-25T01:30:46.671Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17072024-07-25T01:30:47.012Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17082024-07-25T01:30:49.936Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
17092024-07-25T01:30:50.390Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17102024-07-25T01:30:51.856Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
17112024-07-25T01:31:09.965Z[ helios-setup] Jul 25 01:31:09.096 INFO helios repository root is: /work/oxidecomputer/helios
17122024-07-25T01:31:09.968Z[ helios-setup] Jul 25 01:31:09.098 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
17132024-07-25T01:31:09.968Z[ helios-setup] Jul 25 01:31:09.098 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
17142024-07-25T01:31:09.968Z[ helios-setup] Jul 25 01:31:09.098 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
17152024-07-25T01:31:09.973Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
17162024-07-25T01:31:10.811Z[ helios-setup] Jul 25 01:31:09.942 INFO clone ok!, project: bootserver
17172024-07-25T01:31:10.814Z[ helios-setup] Jul 25 01:31:09.942 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
17182024-07-25T01:31:10.814Z[ helios-setup] Jul 25 01:31:09.942 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
17192024-07-25T01:31:10.814Z[ helios-setup] Jul 25 01:31:09.942 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
17202024-07-25T01:31:10.817Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
17212024-07-25T01:31:11.711Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
17222024-07-25T01:31:11.722Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
17232024-07-25T01:31:13.675Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.15s
17242024-07-25T01:31:13.837Z[ omicron-package]
17252024-07-25T01:31:13.840Z[ omicron-package] real 47.293710858
17262024-07-25T01:31:13.840Z[ omicron-package] user 2:53.292867169
17272024-07-25T01:31:13.840Z[ omicron-package] sys 22.976508215
17282024-07-25T01:31:13.840Z[ omicron-package] trap 0.160563326
17292024-07-25T01:31:13.840Z[ omicron-package] tflt 0.454500033
17302024-07-25T01:31:13.840Z[ omicron-package] dflt 0.815584612
17312024-07-25T01:31:13.840Z[ omicron-package] kflt 0.011539715
17322024-07-25T01:31:13.840Z[ omicron-package] lock 5:51.607267303
17332024-07-25T01:31:13.840Z[ omicron-package] slp 6:58.754756366
17342024-07-25T01:31:13.840Z[ omicron-package] lat 1:43.955644436
17352024-07-25T01:31:13.840Z[ omicron-package] stop 50.870489055
17362024-07-25T01:31:13.840ZJul 25 01:31:12.968 INFO [omicron-package] process exited with exit status: 0 (47.328010345s)
17372024-07-25T01:31:13.840ZJul 25 01:31:12.969 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
17382024-07-25T01:31:13.881ZJul 25 01:31:13.012 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
17392024-07-25T01:31:13.894Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
17402024-07-25T01:31:13.896Z[ host-target] Created new build target 'host' and set it as active
17412024-07-25T01:31:13.899ZJul 25 01:31:13.027 INFO [host-target] process exited with exit status: 0 (58.489184ms)
17422024-07-25T01:31:13.899ZJul 25 01:31:13.027 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
17432024-07-25T01:31:13.902Z[ recovery-target] Created new build target 'recovery' and set it as active
17442024-07-25T01:31:13.905Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
17452024-07-25T01:31:13.905ZJul 25 01:31:13.035 INFO [recovery-target] process exited with exit status: 0 (22.819877ms)
17462024-07-25T01:31:13.911Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
17472024-07-25T01:31:14.996Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17482024-07-25T01:31:14.996Z[ host-package] Compiling camino v1.1.7
17492024-07-25T01:31:14.999Z[ host-package] Compiling password-hash v0.5.0
17502024-07-25T01:31:14.999Z[ host-package] Compiling blake2 v0.10.6
17512024-07-25T01:31:14.999Z[ host-package] Compiling derive-where v1.2.7
17522024-07-25T01:31:14.999Z[ host-package] Compiling humantime v2.1.0
17532024-07-25T01:31:15.099Z[ host-package] Compiling newline-converter v0.3.0
17542024-07-25T01:31:15.102Z[ host-package] Compiling toml v0.8.15
17552024-07-25T01:31:15.354Z[ host-package] Compiling expectorate v1.1.0
17562024-07-25T01:31:15.417Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17572024-07-25T01:31:15.655Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17582024-07-25T01:31:15.954Z[ host-package] Compiling argon2 v0.5.3
17592024-07-25T01:31:15.959Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
17602024-07-25T01:31:15.972Z[ helios-setup] Jul 25 01:31:15.102 INFO clone ok!, project: amd-host-image-builder
17612024-07-25T01:31:15.975Z[ helios-setup] Jul 25 01:31:15.103 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
17622024-07-25T01:31:15.975Z[ helios-setup] Jul 25 01:31:15.103 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
17632024-07-25T01:31:15.980Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
17642024-07-25T01:31:16.042Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17652024-07-25T01:31:16.195Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17662024-07-25T01:31:16.276Z[ host-package] Compiling dirs-sys-next v0.1.2
17672024-07-25T01:31:16.428Z[ host-package] Compiling prettyplease v0.2.20
17682024-07-25T01:31:16.696Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17692024-07-25T01:31:16.713Z[ host-package] Compiling dirs-next v2.0.0
17702024-07-25T01:31:16.802Z[ host-package] Compiling semver v0.1.20
17712024-07-25T01:31:16.921Z[ host-package] Compiling term v0.7.0
17722024-07-25T01:31:17.077Z[ helios-setup] Jul 25 01:31:16.207 INFO clone ok!, project: chelsio-t6-roms
17732024-07-25T01:31:17.080Z[ helios-setup] Jul 25 01:31:16.207 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
17742024-07-25T01:31:17.080Z[ helios-setup] Jul 25 01:31:16.207 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
17752024-07-25T01:31:17.080Z[ helios-setup] Jul 25 01:31:16.208 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
17762024-07-25T01:31:17.083Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
17772024-07-25T01:31:17.490Z[ host-package] Compiling rustc_version v0.1.7
17782024-07-25T01:31:17.524Z[ host-package] Compiling is-terminal v0.4.12
17792024-07-25T01:31:17.541Z[ host-package] Compiling home v0.5.9
17802024-07-25T01:31:17.656Z[ host-package] Compiling convert_case v0.4.0
17812024-07-25T01:31:17.784Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
17822024-07-25T01:31:17.800Z[ host-package] Compiling newtype_derive v0.1.6
17832024-07-25T01:31:18.245Z[ host-package] Compiling linked-hash-map v0.5.6
17842024-07-25T01:31:18.326Z[ host-package] Compiling rustls-pki-types v1.7.0
17852024-07-25T01:31:18.456Z[ host-package] Compiling steno v0.4.1
17862024-07-25T01:31:18.475Z[ host-package] Compiling derive_more v0.99.18
17872024-07-25T01:31:18.713Z[ host-package] Compiling lru-cache v0.1.2
17882024-07-25T01:31:18.927Z[ host-package] Compiling rustls-webpki v0.102.4
17892024-07-25T01:31:19.147Z[ host-package] Compiling rustls v0.22.4
17902024-07-25T01:31:19.178Z[ host-package] Compiling thread_local v1.1.8
17912024-07-25T01:31:19.753Z[ host-package] Compiling match_cfg v0.1.0
17922024-07-25T01:31:19.860Z[ host-package] Compiling hostname v0.3.1
17932024-07-25T01:31:20.956Z[ host-package] Compiling multer v3.1.0
17942024-07-25T01:31:21.032Z[ host-package] Compiling slog-async v2.8.0
17952024-07-25T01:31:21.106Z[ host-package] Compiling slog-json v2.6.1
17962024-07-25T01:31:21.334Z[ host-package] Compiling crossbeam-channel v0.5.12
17972024-07-25T01:31:21.466Z[ host-package] Compiling http v1.1.0
17982024-07-25T01:31:22.495Z[ host-package] Compiling base64 v0.22.1
17992024-07-25T01:31:22.526Z[ host-package] Compiling atomic-waker v1.1.2
18002024-07-25T01:31:22.718Z[ host-package] Compiling take_mut v0.2.2
18012024-07-25T01:31:24.100Z[ host-package] Compiling rustls-pemfile v2.1.2
18022024-07-25T01:31:24.137Z[ host-package] Compiling waitgroup v0.1.2
18032024-07-25T01:31:24.364Z[ helios-setup] Jul 25 01:31:23.494 INFO clone ok!, project: amd-firmware
18042024-07-25T01:31:24.367Z[ helios-setup] Jul 25 01:31:23.494 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
18052024-07-25T01:31:24.368Z[ helios-setup] Jul 25 01:31:23.494 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
18062024-07-25T01:31:24.370Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
18072024-07-25T01:31:24.387Z[ host-package] Compiling slog-bunyan v2.5.0
18082024-07-25T01:31:24.434Z[ host-package] Compiling slog-term v2.9.1
18092024-07-25T01:31:24.595Z[ host-package] Compiling tokio-rustls v0.25.0
18102024-07-25T01:31:24.630Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
18112024-07-25T01:31:24.705Z[ host-package] Compiling async-stream v0.3.5
18122024-07-25T01:31:25.018Z[ host-package] Compiling sha1 v0.10.6
18132024-07-25T01:31:25.073Z[ host-package] Compiling newtype-uuid v1.1.0
18142024-07-25T01:31:25.089Z[ host-package] Compiling serde_path_to_error v0.1.16
18152024-07-25T01:31:25.111Z[ helios-setup] Jul 25 01:31:24.239 INFO clone ok!, project: phbl
18162024-07-25T01:31:25.111Z[ helios-setup] Jul 25 01:31:24.240 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
18172024-07-25T01:31:25.111Z[ helios-setup] Jul 25 01:31:24.240 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
18182024-07-25T01:31:25.114Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
18192024-07-25T01:31:25.387Z[ host-package] Compiling hostname v0.4.0
18202024-07-25T01:31:25.504Z[ host-package] Compiling instant v0.1.12
18212024-07-25T01:31:25.616Z[ host-package] Compiling slog-dtrace v0.3.0
18222024-07-25T01:31:25.699Z[ host-package] Compiling debug-ignore v1.0.5
18232024-07-25T01:31:25.764Z[ host-package] Compiling backoff v0.4.0
18242024-07-25T01:31:25.794Z[ helios-setup] Jul 25 01:31:24.923 INFO clone ok!, project: pinprick
18252024-07-25T01:31:25.797Z[ helios-setup] Jul 25 01:31:24.924 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
18262024-07-25T01:31:25.797Z[ helios-setup] Jul 25 01:31:24.924 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
18272024-07-25T01:31:25.799Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
18282024-07-25T01:31:25.947Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18292024-07-25T01:31:26.034Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
18302024-07-25T01:31:26.108Z[ host-package] Compiling parse-display v0.9.1
18312024-07-25T01:31:26.287Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18322024-07-25T01:31:26.460Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18332024-07-25T01:31:26.487Z[ helios-setup] Jul 25 01:31:25.617 INFO clone ok!, project: image-builder
18342024-07-25T01:31:26.491Z[ helios-setup] Jul 25 01:31:25.617 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
18352024-07-25T01:31:26.491Z[ helios-setup] Jul 25 01:31:25.617 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
18362024-07-25T01:31:26.493Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
18372024-07-25T01:31:26.541Z[ host-package] Compiling serde_with v3.8.3
18382024-07-25T01:31:26.655Z[ host-package] Compiling strum v0.26.3
18392024-07-25T01:31:26.839Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18402024-07-25T01:31:27.407Z[ helios-setup] Jul 25 01:31:26.536 INFO clone ok!, project: pilot
18412024-07-25T01:31:27.410Z[ helios-setup] Jul 25 01:31:26.537 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
18422024-07-25T01:31:27.997Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18432024-07-25T01:31:28.246Z[ helios-setup] Jul 25 01:31:27.375 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
18442024-07-25T01:31:28.798Z[ helios-setup] Jul 25 01:31:27.927 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
18452024-07-25T01:31:28.801Z[ helios-setup] Jul 25 01:31:27.927 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
18462024-07-25T01:31:28.947Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18472024-07-25T01:31:29.199Z[ host-package] Compiling num-rational v0.4.2
18482024-07-25T01:31:29.341Z[ helios-setup] Jul 25 01:31:28.470 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
18492024-07-25T01:31:29.815Z[ host-package] Compiling num-complex v0.4.6
18502024-07-25T01:31:29.971Z[ helios-setup] Jul 25 01:31:29.100 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
18512024-07-25T01:31:29.974Z[ helios-setup] Jul 25 01:31:29.100 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
18522024-07-25T01:31:30.622Z[ helios-setup] Jul 25 01:31:29.752 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
18532024-07-25T01:31:31.027Z[ host-package] Compiling macaddr v1.0.1
18542024-07-25T01:31:31.083Z[ host-package] Compiling swrite v0.1.0
18552024-07-25T01:31:31.086Z[ host-package] Compiling num v0.4.3
18562024-07-25T01:31:31.163Z[ helios-setup] Jul 25 01:31:30.293 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
18572024-07-25T01:31:31.163Z[ helios-setup] Jul 25 01:31:30.293 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
18582024-07-25T01:31:31.166Z[ helios-setup] Jul 25 01:31:30.293 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
18592024-07-25T01:31:31.166Z[ helios-setup] Jul 25 01:31:30.293 INFO ok!
18602024-07-25T01:31:31.166Z[ helios-setup] Jul 25 01:31:30.293 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
18612024-07-25T01:31:31.166Z[ helios-setup] Jul 25 01:31:30.293 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
18622024-07-25T01:31:31.166Z[ helios-setup] Jul 25 01:31:30.293 INFO ok!
18632024-07-25T01:31:31.166Z[ helios-setup] Jul 25 01:31:30.293 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
18642024-07-25T01:31:31.166Z[ helios-setup] Jul 25 01:31:30.293 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
18652024-07-25T01:31:31.166Z[ helios-setup] Jul 25 01:31:30.293 INFO ok!
18662024-07-25T01:31:31.166Z[ helios-setup] Jul 25 01:31:30.293 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
18672024-07-25T01:31:31.166Z[ helios-setup] Jul 25 01:31:30.293 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
18682024-07-25T01:31:31.380Z[ helios-setup] Jul 25 01:31:30.509 INFO E| Downloading crates ...
18692024-07-25T01:31:31.490Z[ host-package] Compiling quick-error v1.2.3
18702024-07-25T01:31:31.495Z[ helios-setup] Jul 25 01:31:30.625 INFO E| Downloaded flate2 v1.0.25
18712024-07-25T01:31:31.504Z[ helios-setup] Jul 25 01:31:30.633 INFO E| Downloaded anyhow v1.0.62
18722024-07-25T01:31:31.510Z[ helios-setup] Jul 25 01:31:30.640 INFO E| Downloaded unicode-width v0.1.10
18732024-07-25T01:31:31.513Z[ helios-setup] Jul 25 01:31:30.642 INFO E| Downloaded sha2 v0.10.5
18742024-07-25T01:31:31.516Z[ helios-setup] Jul 25 01:31:30.646 INFO E| Downloaded generic-array v0.14.6
18752024-07-25T01:31:31.519Z[ helios-setup] Jul 25 01:31:30.648 INFO E| Downloaded typenum v1.15.0
18762024-07-25T01:31:31.523Z[ helios-setup] Jul 25 01:31:30.652 INFO E| Downloaded miniz_oxide v0.6.2
18772024-07-25T01:31:31.526Z[ helios-setup] Jul 25 01:31:30.656 INFO E| Downloaded bytes v1.2.1
18782024-07-25T01:31:31.533Z[ helios-setup] Jul 25 01:31:30.662 INFO E| Downloaded digest v0.10.3
18792024-07-25T01:31:31.535Z[ helios-setup] Jul 25 01:31:30.665 INFO E| Downloaded cpufeatures v0.2.5
18802024-07-25T01:31:31.538Z[ helios-setup] Jul 25 01:31:30.667 INFO E| Downloaded block-buffer v0.10.3
18812024-07-25T01:31:31.652Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18822024-07-25T01:31:31.721Z[ helios-setup] Jul 25 01:31:30.850 INFO E| Compiling typenum v1.15.0
18832024-07-25T01:31:31.721Z[ helios-setup] Jul 25 01:31:30.850 INFO E| Compiling version_check v0.9.4
18842024-07-25T01:31:31.721Z[ helios-setup] Jul 25 01:31:30.850 INFO E| Compiling crc32fast v1.3.2
18852024-07-25T01:31:31.721Z[ helios-setup] Jul 25 01:31:30.850 INFO E| Compiling cfg-if v1.0.0
18862024-07-25T01:31:31.724Z[ helios-setup] Jul 25 01:31:30.851 INFO E| Compiling adler v1.0.2
18872024-07-25T01:31:31.724Z[ helios-setup] Jul 25 01:31:30.851 INFO E| Compiling anyhow v1.0.62
18882024-07-25T01:31:31.724Z[ helios-setup] Jul 25 01:31:30.851 INFO E| Compiling unicode-width v0.1.10
18892024-07-25T01:31:31.724Z[ helios-setup] Jul 25 01:31:30.851 INFO E| Compiling cpufeatures v0.2.5
18902024-07-25T01:31:32.062Z[ helios-setup] Jul 25 01:31:31.191 INFO E| Compiling bytes v1.2.1
18912024-07-25T01:31:32.120Z[ helios-setup] Jul 25 01:31:31.249 INFO E| Compiling bitflags v1.3.2
18922024-07-25T01:31:32.182Z[ helios-setup] Jul 25 01:31:31.311 INFO E| Compiling getopts v0.2.21
18932024-07-25T01:31:32.384Z[ helios-setup] Jul 25 01:31:31.514 INFO E| Compiling miniz_oxide v0.6.2
18942024-07-25T01:31:33.226Z[ host-package] Compiling float-ord v0.3.2
18952024-07-25T01:31:33.360Z[ helios-setup] Jul 25 01:31:32.489 INFO E| Compiling generic-array v0.14.6
18962024-07-25T01:31:33.655Z[ host-package] Compiling resolv-conf v0.7.0
18972024-07-25T01:31:33.974Z[ helios-setup] Jul 25 01:31:33.103 INFO E| Compiling flate2 v1.0.25
18982024-07-25T01:31:35.602Z[ host-package] Compiling utf-8 v0.7.6
18992024-07-25T01:31:36.021Z[ host-package] Compiling trust-dns-resolver v0.22.0
19002024-07-25T01:31:36.180Z[ host-package] Compiling rayon-core v1.12.1
19012024-07-25T01:31:36.224Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19022024-07-25T01:31:36.227Z[ host-package] Compiling crossbeam-deque v0.8.5
19032024-07-25T01:31:36.404Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
19042024-07-25T01:31:36.743Z[ host-package] Compiling same-file v1.0.6
19052024-07-25T01:31:37.043Z[ host-package] Compiling fastrand v2.1.0
19062024-07-25T01:31:37.646Z[ host-package] Compiling display-error-chain v0.2.0
19072024-07-25T01:31:37.904Z[ host-package] Compiling tempfile v3.10.1
19082024-07-25T01:31:38.049Z[ helios-setup] Jul 25 01:31:37.178 INFO E| Compiling crypto-common v0.1.6
19092024-07-25T01:31:38.049Z[ helios-setup] Jul 25 01:31:37.178 INFO E| Compiling block-buffer v0.10.3
19102024-07-25T01:31:38.297Z[ helios-setup] Jul 25 01:31:37.426 INFO E| Compiling digest v0.10.3
19112024-07-25T01:31:38.660Z[ helios-setup] Jul 25 01:31:37.789 INFO E| Compiling sha2 v0.10.5
19122024-07-25T01:31:38.892Z[ host-package] Compiling walkdir v2.5.0
19132024-07-25T01:31:39.176Z[ helios-setup] Jul 25 01:31:38.304 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
19142024-07-25T01:31:42.356Z[ host-package] Compiling blake3 v1.5.1
19152024-07-25T01:31:43.648Z[ host-package] Compiling ring v0.16.20
19162024-07-25T01:31:44.134Z[ host-package] Compiling rayon v1.10.0
19172024-07-25T01:31:44.225Z[ helios-setup] Jul 25 01:31:43.353 INFO E| Finished `release` profile [optimized] target(s) in 12.96s
19182024-07-25T01:31:44.239Z[ helios-setup] Jul 25 01:31:43.368 INFO building project "bootserver" ok (13 seconds)
19192024-07-25T01:31:44.239Z[ helios-setup] Jul 25 01:31:43.368 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
19202024-07-25T01:31:44.242Z[ helios-setup] Jul 25 01:31:43.368 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
19212024-07-25T01:31:44.249Z[ helios-setup] Jul 25 01:31:43.377 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
19222024-07-25T01:31:44.849Z[ helios-setup] Jul 25 01:31:43.978 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
19232024-07-25T01:31:44.849Z[ helios-setup] Jul 25 01:31:43.978 INFO E| info: downloading component 'cargo'
19242024-07-25T01:31:45.884Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19252024-07-25T01:31:46.031Z[ helios-setup] Jul 25 01:31:45.160 INFO E| info: downloading component 'clippy'
19262024-07-25T01:31:46.368Z[ helios-setup] Jul 25 01:31:45.497 INFO E| info: downloading component 'rust-docs'
19272024-07-25T01:31:48.321Z[ helios-setup] Jul 25 01:31:47.449 INFO E| info: downloading component 'rust-src'
19282024-07-25T01:31:48.794Z[ helios-setup] Jul 25 01:31:47.923 INFO E| info: downloading component 'rust-std'
19292024-07-25T01:31:49.051Z[ host-package] Compiling xattr v1.3.1
19302024-07-25T01:31:49.330Z[ host-package] Compiling nibble_vec v0.1.0
19312024-07-25T01:31:49.581Z[ host-package] Compiling filetime v0.2.23
19322024-07-25T01:31:49.940Z[ host-package] Compiling memmap2 v0.9.4
19332024-07-25T01:31:50.411Z[ host-package] Compiling arrayref v0.3.7
19342024-07-25T01:31:50.520Z[ host-package] Compiling arrayvec v0.7.4
19352024-07-25T01:31:50.934Z[ host-package] Compiling cancel-safe-futures v0.1.5
19362024-07-25T01:31:51.151Z[ helios-setup] Jul 25 01:31:50.279 INFO E| info: downloading component 'rustc'
19372024-07-25T01:31:51.263Z[ host-package] Compiling untrusted v0.7.1
19382024-07-25T01:31:51.300Z[ host-package] Compiling spin v0.5.2
19392024-07-25T01:31:51.449Z[ host-package] Compiling endian-type v0.1.2
19402024-07-25T01:31:51.543Z[ host-package] Compiling constant_time_eq v0.3.0
19412024-07-25T01:31:51.702Z[ host-package] Compiling radix_trie v0.2.1
19422024-07-25T01:31:53.234Z[ host-package] Compiling tar v0.4.41
19432024-07-25T01:31:55.164Z[ host-package] Compiling toolchain_find v0.4.0
19442024-07-25T01:31:55.755Z[ host-package] Compiling camino-tempfile v1.1.1
19452024-07-25T01:31:56.216Z[ host-package] Compiling half v2.4.1
19462024-07-25T01:31:56.277Z[ host-package] Compiling crunchy v0.2.2
19472024-07-25T01:31:56.751Z[ host-package] Compiling maplit v1.0.2
19482024-07-25T01:31:56.881Z[ host-package] Compiling glob v0.3.1
19492024-07-25T01:31:56.925Z[ host-package] Compiling ciborium-io v0.2.2
19502024-07-25T01:31:57.068Z[ host-package] Compiling topological-sort v0.2.2
19512024-07-25T01:31:57.205Z[ helios-setup] Jul 25 01:31:56.333 INFO E| info: downloading component 'rustfmt'
19522024-07-25T01:31:57.304Z[ host-package] Compiling omicron-zone-package v0.11.0
19532024-07-25T01:31:57.711Z[ host-package] Compiling clang-sys v1.7.0
19542024-07-25T01:31:58.122Z[ helios-setup] Jul 25 01:31:57.250 INFO E| info: installing component 'cargo'
19552024-07-25T01:31:58.138Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
19562024-07-25T01:31:58.413Z[ host-package] Compiling ciborium-ll v0.2.2
19572024-07-25T01:31:59.177Z[ host-package] Compiling rustfmt-wrapper v0.2.1
19582024-07-25T01:31:59.528Z[ helios-setup] Jul 25 01:31:58.656 INFO E| info: installing component 'clippy'
19592024-07-25T01:31:59.999Z[ helios-setup] Jul 25 01:31:59.126 INFO E| info: installing component 'rust-docs'
19602024-07-25T01:32:00.396Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19612024-07-25T01:32:00.934Z[ host-package] Compiling tiny-keccak v2.0.2
19622024-07-25T01:32:01.216Z[ host-package] Compiling ciborium v0.2.2
19632024-07-25T01:32:01.471Z[ host-package] Compiling arc-swap v1.7.1
19642024-07-25T01:32:02.204Z[ host-package] Compiling slog-scope v4.4.0
19652024-07-25T01:32:03.287Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19662024-07-25T01:32:03.290Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19672024-07-25T01:32:03.862Z[ host-package] Compiling ascii-canvas v3.0.0
19682024-07-25T01:32:03.901Z[ host-package] Compiling fxhash v0.2.1
19692024-07-25T01:32:03.953Z[ host-package] Compiling ena v0.14.3
19702024-07-25T01:32:04.170Z[ host-package] Compiling libloading v0.8.3
19712024-07-25T01:32:04.494Z[ host-package] Compiling bindgen v0.69.4
19722024-07-25T01:32:04.644Z[ host-package] Compiling regex-syntax v0.6.29
19732024-07-25T01:32:04.702Z[ host-package] Compiling diff v0.1.13
19742024-07-25T01:32:04.860Z[ helios-setup] Jul 25 01:32:03.987 INFO E| info: installing component 'rust-src'
19752024-07-25T01:32:05.413Z[ host-package] Compiling slog-stdlog v4.1.1
19762024-07-25T01:32:05.484Z[ helios-setup] Jul 25 01:32:04.611 INFO E| info: installing component 'rust-std'
19772024-07-25T01:32:06.575Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19782024-07-25T01:32:07.903Z[ host-package] Compiling tungstenite v0.21.0
19792024-07-25T01:32:08.102Z[ helios-setup] Jul 25 01:32:07.229 INFO E| info: installing component 'rustc'
19802024-07-25T01:32:11.021Z[ host-package] Compiling lalrpop v0.19.12
19812024-07-25T01:32:13.901Z[ host-package] Compiling which v4.4.2
19822024-07-25T01:32:14.746Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
19832024-07-25T01:32:14.981Z[ host-package] Compiling cexpr v0.6.0
19842024-07-25T01:32:15.276Z[ helios-setup] Jul 25 01:32:14.402 INFO E| info: installing component 'rustfmt'
19852024-07-25T01:32:16.210Z[ helios-setup] Jul 25 01:32:15.337 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
19862024-07-25T01:32:16.911Z[ host-package] Compiling libsw v3.3.1
19872024-07-25T01:32:17.054Z[ helios-setup] Jul 25 01:32:16.180 INFO E| From https://github.com/oxidecomputer/amd-apcb
19882024-07-25T01:32:17.054Z[ helios-setup] Jul 25 01:32:16.180 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
19892024-07-25T01:32:17.057Z[ helios-setup] Jul 25 01:32:16.180 INFO E| * [new tag] v0.3.3 -> v0.3.3
19902024-07-25T01:32:17.102Z[ helios-setup] Jul 25 01:32:16.228 INFO E| * [new tag] v0.1.3 -> v0.1.3
19912024-07-25T01:32:17.102Z[ helios-setup] Jul 25 01:32:16.228 INFO E| * [new tag] v0.1.4 -> v0.1.4
19922024-07-25T01:32:17.105Z[ helios-setup] Jul 25 01:32:16.228 INFO E| * [new tag] v0.1.5 -> v0.1.5
19932024-07-25T01:32:17.105Z[ helios-setup] Jul 25 01:32:16.228 INFO E| * [new tag] v0.2.0 -> v0.2.0
19942024-07-25T01:32:17.105Z[ helios-setup] Jul 25 01:32:16.228 INFO E| * [new tag] v0.3.0 -> v0.3.0
19952024-07-25T01:32:17.105Z[ helios-setup] Jul 25 01:32:16.228 INFO E| * [new tag] v0.3.1 -> v0.3.1
19962024-07-25T01:32:17.105Z[ helios-setup] Jul 25 01:32:16.228 INFO E| * [new tag] v0.3.2 -> v0.3.2
19972024-07-25T01:32:17.136Z[ helios-setup] Jul 25 01:32:16.259 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
19982024-07-25T01:32:17.353Z[ host-package] Compiling atty v0.2.14
19992024-07-25T01:32:17.511Z[ host-package] Compiling lazycell v1.3.0
20002024-07-25T01:32:17.755Z[ host-package] Compiling ref-cast v1.0.23
20012024-07-25T01:32:17.999Z[ host-package] Compiling linear-map v1.2.0
20022024-07-25T01:32:18.057Z[ helios-setup] Jul 25 01:32:17.184 INFO E| From https://github.com/oxidecomputer/amd-efs
20032024-07-25T01:32:18.057Z[ helios-setup] Jul 25 01:32:17.184 INFO E| * [new branch] empty -> origin/empty
20042024-07-25T01:32:18.060Z[ helios-setup] Jul 25 01:32:17.184 INFO E| * [new branch] issue-99 -> origin/issue-99
20052024-07-25T01:32:18.060Z[ helios-setup] Jul 25 01:32:17.184 INFO E| * [new branch] main -> origin/main
20062024-07-25T01:32:18.060Z[ helios-setup] Jul 25 01:32:17.184 INFO E| * [new branch] review -> origin/review
20072024-07-25T01:32:18.060Z[ helios-setup] Jul 25 01:32:17.184 INFO E| * [new ref] -> origin/HEAD
20082024-07-25T01:32:18.060Z[ helios-setup] Jul 25 01:32:17.184 INFO E| * [new tag] v0.2.0 -> v0.2.0
20092024-07-25T01:32:18.060Z[ helios-setup] Jul 25 01:32:17.185 INFO E| * [new tag] v0.2.1 -> v0.2.1
20102024-07-25T01:32:18.060Z[ helios-setup] Jul 25 01:32:17.185 INFO E| * [new tag] v0.2.2 -> v0.2.2
20112024-07-25T01:32:18.061Z[ helios-setup] Jul 25 01:32:17.185 INFO E| * [new tag] v0.2.3 -> v0.2.3
20122024-07-25T01:32:18.061Z[ helios-setup] Jul 25 01:32:17.185 INFO E| * [new tag] v0.2.4 -> v0.2.4
20132024-07-25T01:32:18.061Z[ helios-setup] Jul 25 01:32:17.185 INFO E| * [new tag] v0.2.5 -> v0.2.5
20142024-07-25T01:32:18.061Z[ helios-setup] Jul 25 01:32:17.185 INFO E| * [new tag] v0.2.6 -> v0.2.6
20152024-07-25T01:32:18.061Z[ helios-setup] Jul 25 01:32:17.185 INFO E| * [new tag] v0.2.7 -> v0.2.7
20162024-07-25T01:32:18.061Z[ helios-setup] Jul 25 01:32:17.186 INFO E| * [new tag] v0.3.0 -> v0.3.0
20172024-07-25T01:32:18.061Z[ helios-setup] Jul 25 01:32:17.186 INFO E| * [new tag] v0.3.1 -> v0.3.1
20182024-07-25T01:32:18.061Z[ helios-setup] Jul 25 01:32:17.186 INFO E| * [new tag] v0.4.0 -> v0.4.0
20192024-07-25T01:32:18.082Z[ helios-setup] Jul 25 01:32:17.209 INFO E| Updating crates.io index
20202024-07-25T01:32:18.319Z[ host-package] Compiling owo-colors v4.0.0
20212024-07-25T01:32:18.415Z[ helios-setup] Jul 25 01:32:17.541 INFO E| Downloading crates ...
20222024-07-25T01:32:18.471Z[ host-package] Compiling rustc-hash v1.1.0
20232024-07-25T01:32:18.560Z[ helios-setup] Jul 25 01:32:17.686 INFO E| Downloaded proc-macro-crate v0.1.5
20242024-07-25T01:32:18.563Z[ helios-setup] Jul 25 01:32:17.689 INFO E| Downloaded fletcher v0.1.0
20252024-07-25T01:32:18.581Z[ helios-setup] Jul 25 01:32:17.707 INFO E| Downloaded scroll_derive v0.10.5
20262024-07-25T01:32:18.584Z[ helios-setup] Jul 25 01:32:17.710 INFO E| Downloaded num-derive v0.3.3
20272024-07-25T01:32:18.586Z[ helios-setup] Jul 25 01:32:17.712 INFO E| Downloaded memoffset v0.5.6
20282024-07-25T01:32:18.614Z[ helios-setup] Jul 25 01:32:17.741 INFO E| Downloaded textwrap v0.11.0
20292024-07-25T01:32:18.617Z[ helios-setup] Jul 25 01:32:17.744 INFO E| Downloaded strum_macros v0.23.1
20302024-07-25T01:32:18.620Z[ helios-setup] Jul 25 01:32:17.746 INFO E| Downloaded strum v0.23.0
20312024-07-25T01:32:18.623Z[ helios-setup] Jul 25 01:32:17.748 INFO E| Downloaded structopt-derive v0.4.18
20322024-07-25T01:32:18.623Z[ helios-setup] Jul 25 01:32:17.749 INFO E| Downloaded rustc_version v0.2.3
20332024-07-25T01:32:18.625Z[ helios-setup] Jul 25 01:32:17.751 INFO E| Downloaded vec_map v0.8.2
20342024-07-25T01:32:18.628Z[ helios-setup] Jul 25 01:32:17.753 INFO E| Downloaded thiserror-impl v1.0.63
20352024-07-25T01:32:18.628Z[ helios-setup] Jul 25 01:32:17.755 INFO E| Downloaded semver-parser v0.7.0
20362024-07-25T01:32:18.631Z[ host-package] Compiling shlex v1.3.0
20372024-07-25T01:32:18.631Z[ helios-setup] Jul 25 01:32:17.756 INFO E| Downloaded strsim v0.8.0
20382024-07-25T01:32:18.634Z[ helios-setup] Jul 25 01:32:17.758 INFO E| Downloaded semver v0.9.0
20392024-07-25T01:32:18.634Z[ helios-setup] Jul 25 01:32:17.760 INFO E| Downloaded thiserror v1.0.63
20402024-07-25T01:32:18.643Z[ helios-setup] Jul 25 01:32:17.769 INFO E| Downloaded scroll v0.10.2
20412024-07-25T01:32:18.647Z[ helios-setup] Jul 25 01:32:17.773 INFO E| Downloaded pest_meta v2.7.11
20422024-07-25T01:32:18.650Z[ helios-setup] Jul 25 01:32:17.776 INFO E| Downloaded modular-bitfield v0.11.2
20432024-07-25T01:32:18.669Z[ helios-setup] Jul 25 01:32:17.795 INFO E| Downloaded structopt v0.3.26
20442024-07-25T01:32:18.689Z[ helios-setup] Jul 25 01:32:17.815 INFO E| Downloaded pest v2.7.11
20452024-07-25T01:32:18.696Z[ helios-setup] Jul 25 01:32:17.823 INFO E| Downloaded goblin v0.4.3
20462024-07-25T01:32:18.704Z[ helios-setup] Jul 25 01:32:17.831 INFO E| Downloaded syn v2.0.71
20472024-07-25T01:32:18.721Z[ helios-setup] Jul 25 01:32:17.848 INFO E| Downloaded clap v2.34.0
20482024-07-25T01:32:18.731Z[ helios-setup] Jul 25 01:32:17.858 INFO E| Downloaded memchr v2.7.4
20492024-07-25T01:32:18.738Z[ helios-setup] Jul 25 01:32:17.865 INFO E| Downloaded log v0.4.22
20502024-07-25T01:32:18.742Z[ helios-setup] Jul 25 01:32:17.869 INFO E| Downloaded pre-proc-macro v0.2.1
20512024-07-25T01:32:18.744Z[ helios-setup] Jul 25 01:32:17.871 INFO E| Downloaded pest_derive v2.7.11
20522024-07-25T01:32:18.747Z[ helios-setup] Jul 25 01:32:17.874 INFO E| Downloaded ansi_term v0.12.1
20532024-07-25T01:32:18.750Z[ helios-setup] Jul 25 01:32:17.877 INFO E| Downloaded modular-bitfield-impl v0.11.2
20542024-07-25T01:32:18.753Z[ helios-setup] Jul 25 01:32:17.879 INFO E| Downloaded four-cc v0.3.0
20552024-07-25T01:32:18.756Z[ helios-setup] Jul 25 01:32:17.881 INFO E| Downloaded pre v0.2.1
20562024-07-25T01:32:18.756Z[ helios-setup] Jul 25 01:32:17.882 INFO E| Downloaded pest_generator v2.7.11
20572024-07-25T01:32:18.759Z[ helios-setup] Jul 25 01:32:17.884 INFO E| Downloaded parse_int v0.6.0
20582024-07-25T01:32:18.759Z[ helios-setup] Jul 25 01:32:17.885 INFO E| Downloaded cfg-if v0.1.10
20592024-07-25T01:32:18.762Z[ helios-setup] Jul 25 01:32:17.887 INFO E| Downloaded bytesize v1.3.0
20602024-07-25T01:32:18.845Z[ helios-setup] Jul 25 01:32:17.971 INFO E| Compiling proc-macro2 v1.0.86
20612024-07-25T01:32:18.848Z[ helios-setup] Jul 25 01:32:17.972 INFO E| Compiling unicode-ident v1.0.12
20622024-07-25T01:32:18.848Z[ helios-setup] Jul 25 01:32:17.972 INFO E| Compiling syn v1.0.109
20632024-07-25T01:32:18.848Z[ helios-setup] Jul 25 01:32:17.972 INFO E| Compiling version_check v0.9.4
20642024-07-25T01:32:18.848Z[ helios-setup] Jul 25 01:32:17.972 INFO E| Compiling thiserror v1.0.63
20652024-07-25T01:32:18.848Z[ helios-setup] Jul 25 01:32:17.972 INFO E| Compiling autocfg v1.3.0
20662024-07-25T01:32:18.848Z[ helios-setup] Jul 25 01:32:17.972 INFO E| Compiling semver-parser v0.7.0
20672024-07-25T01:32:18.848Z[ helios-setup] Jul 25 01:32:17.972 INFO E| Compiling serde v1.0.204
20682024-07-25T01:32:20.071Z[ helios-setup] Jul 25 01:32:19.191 INFO E| Compiling semver v0.9.0
20692024-07-25T01:32:20.176Z[ helios-setup] Jul 25 01:32:19.303 INFO E| Compiling serde_json v1.0.120
20702024-07-25T01:32:20.303Z[ helios-setup] Jul 25 01:32:19.430 INFO E| Compiling proc-macro-error-attr v1.0.4
20712024-07-25T01:32:20.547Z[ helios-setup] Jul 25 01:32:19.673 INFO E| Compiling proc-macro-error v1.0.4
20722024-07-25T01:32:20.556Z[ helios-setup] Jul 25 01:32:19.683 INFO E| Compiling num-traits v0.2.19
20732024-07-25T01:32:20.859Z[ helios-setup] Jul 25 01:32:19.986 INFO E| Compiling rustc_version v0.2.3
20742024-07-25T01:32:21.066Z[ helios-setup] Jul 25 01:32:20.193 INFO E| Compiling itoa v1.0.11
20752024-07-25T01:32:21.115Z[ helios-setup] Jul 25 01:32:20.242 INFO E| Compiling unicode-segmentation v1.11.0
20762024-07-25T01:32:21.201Z[ helios-setup] Jul 25 01:32:20.328 INFO E| Compiling ryu v1.0.18
20772024-07-25T01:32:21.210Z[ helios-setup] Jul 25 01:32:20.337 INFO E| Compiling schemars v0.8.21
20782024-07-25T01:32:21.704Z[ helios-setup] Jul 25 01:32:20.830 INFO E| Compiling memoffset v0.5.6
20792024-07-25T01:32:21.810Z[ helios-setup] Jul 25 01:32:20.936 INFO E| Compiling pre-proc-macro v0.2.1
20802024-07-25T01:32:21.903Z[ helios-setup] Jul 25 01:32:21.029 INFO E| Compiling ucd-trie v0.1.6
20812024-07-25T01:32:22.013Z[ helios-setup] Jul 25 01:32:21.139 INFO E| Compiling dyn-clone v1.0.17
20822024-07-25T01:32:22.118Z[ helios-setup] Jul 25 01:32:21.244 INFO E| Compiling libc v0.2.155
20832024-07-25T01:32:22.360Z[ helios-setup] Jul 25 01:32:21.487 INFO E| Compiling quote v1.0.36
20842024-07-25T01:32:22.542Z[ helios-setup] Jul 25 01:32:21.668 INFO E| Compiling heck v0.3.3
20852024-07-25T01:32:22.604Z[ helios-setup] Jul 25 01:32:21.730 INFO E| Compiling rustversion v1.0.17
20862024-07-25T01:32:22.664Z[ helios-setup] Jul 25 01:32:21.791 INFO E| Compiling lazy_static v1.5.0
20872024-07-25T01:32:22.950Z[ helios-setup] Jul 25 01:32:22.077 INFO E| Compiling syn v2.0.71
20882024-07-25T01:32:23.310Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20892024-07-25T01:32:23.511Z[ helios-setup] Jul 25 01:32:22.638 INFO E| Compiling memchr v2.7.4
20902024-07-25T01:32:23.561Z[ helios-setup] Jul 25 01:32:22.687 INFO E| Compiling paste v1.0.15
20912024-07-25T01:32:24.197Z[ helios-setup] Jul 25 01:32:23.323 INFO E| Compiling pre v0.2.1
20922024-07-25T01:32:24.886Z[ helios-setup] Jul 25 01:32:24.012 INFO E| Compiling byteorder v1.5.0
20932024-07-25T01:32:25.056Z[ helios-setup] Jul 25 01:32:24.183 INFO E| Compiling once_cell v1.19.0
20942024-07-25T01:32:25.951Z[ helios-setup] Jul 25 01:32:25.078 INFO E| Compiling cfg-if v0.1.10
20952024-07-25T01:32:25.952Z[ helios-setup] Jul 25 01:32:25.078 INFO E| Compiling static_assertions v1.1.0
20962024-07-25T01:32:26.670Z[ host-package] Compiling tokio-tungstenite v0.21.0
20972024-07-25T01:32:27.403Z[ host-package] Compiling slog-envlogger v2.2.0
20982024-07-25T01:32:27.581Z[ helios-setup] Jul 25 01:32:26.707 INFO E| Compiling unicode-width v0.1.13
20992024-07-25T01:32:27.847Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21002024-07-25T01:32:28.127Z[ helios-setup] Jul 25 01:32:27.252 INFO E| Compiling atty v0.2.14
21012024-07-25T01:32:28.315Z[ helios-setup] Jul 25 01:32:27.441 INFO E| Compiling parse_int v0.6.0
21022024-07-25T01:32:28.550Z[ helios-setup] Jul 25 01:32:27.676 INFO E| Compiling textwrap v0.11.0
21032024-07-25T01:32:28.586Z[ helios-setup] Jul 25 01:32:27.713 INFO E| Compiling strsim v0.8.0
21042024-07-25T01:32:28.626Z[ helios-setup] Jul 25 01:32:27.751 INFO E| Compiling vec_map v0.8.2
21052024-07-25T01:32:28.644Z[ helios-setup] Jul 25 01:32:27.771 INFO E| Compiling ansi_term v0.12.1
21062024-07-25T01:32:29.165Z[ helios-setup] Jul 25 01:32:28.291 INFO E| Compiling fletcher v0.1.0
21072024-07-25T01:32:29.305Z[ helios-setup] Jul 25 01:32:28.431 INFO E| Compiling bitflags v1.3.2
21082024-07-25T01:32:29.399Z[ helios-setup] Jul 25 01:32:28.525 INFO E| Compiling strum v0.23.0
21092024-07-25T01:32:29.521Z[ helios-setup] Jul 25 01:32:28.647 INFO E| Compiling clap v2.34.0
21102024-07-25T01:32:29.535Z[ helios-setup] Jul 25 01:32:28.661 INFO E| Compiling plain v0.2.3
21112024-07-25T01:32:29.675Z[ helios-setup] Jul 25 01:32:28.801 INFO E| Compiling log v0.4.22
21122024-07-25T01:32:29.911Z[ helios-setup] Jul 25 01:32:29.037 INFO E| Compiling bytesize v1.3.0
21132024-07-25T01:32:31.412Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21142024-07-25T01:32:31.854Z[ helios-setup] Jul 25 01:32:30.980 INFO E| Compiling serde_derive_internals v0.29.1
21152024-07-25T01:32:32.129Z[ host-package] Compiling derive_builder_core v0.20.0
21162024-07-25T01:32:32.741Z[ helios-setup] Jul 25 01:32:31.867 INFO E| Compiling toml v0.5.11
21172024-07-25T01:32:35.963Z[ host-package] Compiling headers-core v0.2.0
21182024-07-25T01:32:36.097Z[ host-package] Compiling libxml v0.3.3
21192024-07-25T01:32:36.298Z[ host-package] Compiling ref-cast-impl v1.0.23
21202024-07-25T01:32:36.415Z[ host-package] Compiling headers v0.3.9
21212024-07-25T01:32:36.686Z[ helios-setup] Jul 25 01:32:35.812 INFO E| Compiling proc-macro-crate v0.1.5
21222024-07-25T01:32:36.790Z[ host-package] Compiling derive_builder_macro v0.20.0
21232024-07-25T01:32:37.315Z[ helios-setup] Jul 25 01:32:36.440 INFO E| Compiling thiserror-impl v1.0.63
21242024-07-25T01:32:37.530Z[ helios-setup] Jul 25 01:32:36.656 INFO E| Compiling serde_derive v1.0.204
21252024-07-25T01:32:37.550Z[ helios-setup] Jul 25 01:32:36.675 INFO E| Compiling schemars_derive v0.8.21
21262024-07-25T01:32:37.744Z[ helios-setup] Jul 25 01:32:36.869 INFO E| Compiling zerocopy-derive v0.6.6
21272024-07-25T01:32:38.629Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21282024-07-25T01:32:38.786Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21292024-07-25T01:32:39.488Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21302024-07-25T01:32:41.741Z[ helios-setup] Jul 25 01:32:40.866 INFO E| Compiling zerocopy v0.6.6
21312024-07-25T01:32:42.519Z[ host-package] Compiling strum_macros v0.24.3
21322024-07-25T01:32:42.962Z[ helios-setup] Jul 25 01:32:42.086 INFO E| Compiling pest v2.7.11
21332024-07-25T01:32:44.689Z[ host-package] Compiling cookie v0.18.1
21342024-07-25T01:32:45.131Z[ helios-setup] Jul 25 01:32:44.255 INFO E| Compiling modular-bitfield-impl v0.11.2
21352024-07-25T01:32:45.147Z[ helios-setup] Jul 25 01:32:44.272 INFO E| Compiling num-derive v0.3.3
21362024-07-25T01:32:45.185Z[ host-package] Compiling unicase v2.7.0
21372024-07-25T01:32:45.732Z[ host-package] Compiling indoc v1.0.9
21382024-07-25T01:32:46.117Z[ host-package] Compiling samael v0.0.15
21392024-07-25T01:32:46.458Z[ helios-setup] Jul 25 01:32:45.583 INFO E| Compiling scroll_derive v0.10.5
21402024-07-25T01:32:48.110Z[ helios-setup] Jul 25 01:32:47.235 INFO E| Compiling pest_meta v2.7.11
21412024-07-25T01:32:48.395Z[ helios-setup] Jul 25 01:32:47.520 INFO E| Compiling strum_macros v0.23.1
21422024-07-25T01:32:48.449Z[ host-package] Compiling derive_builder v0.20.0
21432024-07-25T01:32:48.811Z[ helios-setup] Jul 25 01:32:47.933 INFO E| Compiling structopt-derive v0.4.18
21442024-07-25T01:32:49.089Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
21452024-07-25T01:32:49.931Z[ helios-setup] Jul 25 01:32:49.055 INFO E| Compiling scroll v0.10.2
21462024-07-25T01:32:50.043Z[ host-package] Compiling oso-derive v0.27.3
21472024-07-25T01:32:50.956Z[ helios-setup] Jul 25 01:32:50.080 INFO E| Compiling modular-bitfield v0.11.2
21482024-07-25T01:32:50.985Z[ helios-setup] Jul 25 01:32:50.110 INFO E| Compiling goblin v0.4.3
21492024-07-25T01:32:51.352Z[ helios-setup] Jul 25 01:32:50.477 INFO E| Compiling pest_generator v2.7.11
21502024-07-25T01:32:52.006Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
21512024-07-25T01:32:54.134Z[ helios-setup] Jul 25 01:32:53.259 INFO E| Compiling structopt v0.3.26
21522024-07-25T01:32:55.758Z[ host-package] Compiling polar-core v0.27.3
21532024-07-25T01:32:56.533Z[ helios-setup] Jul 25 01:32:55.657 INFO E| Compiling pest_derive v2.7.11
21542024-07-25T01:32:56.643Z[ host-package] Compiling quick-xml v0.31.0
21552024-07-25T01:32:56.794Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21562024-07-25T01:32:57.158Z[ host-package] Compiling parking_lot_core v0.8.6
21572024-07-25T01:32:57.876Z[ host-package] Compiling cfg_aliases v0.1.1
21582024-07-25T01:32:58.030Z[ host-package] Compiling nix v0.28.0
21592024-07-25T01:33:01.715Z[ helios-setup] Jul 25 01:33:00.838 INFO E| Compiling json5 v0.4.1
21602024-07-25T01:33:02.510Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21612024-07-25T01:33:03.815Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21622024-07-25T01:33:05.883Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21632024-07-25T01:33:06.445Z[ host-package] Compiling bb8 v0.8.5
21642024-07-25T01:33:06.567Z[ host-package] Compiling const_format_proc_macros v0.2.32
21652024-07-25T01:33:07.387Z[ helios-setup] Jul 25 01:33:06.510 INFO E| Compiling four-cc v0.3.0
21662024-07-25T01:33:07.387Z[ helios-setup] Jul 25 01:33:06.510 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
21672024-07-25T01:33:07.567Z[ helios-setup] Jul 25 01:33:06.691 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
21682024-07-25T01:33:08.060Z[ host-package] Compiling curve25519-dalek v4.1.3
21692024-07-25T01:33:08.843Z[ host-package] Compiling vte_generate_state_changes v0.1.1
21702024-07-25T01:33:08.919Z[ host-package] Compiling keccak v0.1.5
21712024-07-25T01:33:09.585Z[ host-package] Compiling vte v0.11.1
21722024-07-25T01:33:10.114Z[ host-package] Compiling sha3 v0.10.8
21732024-07-25T01:33:10.574Z[ host-package] Compiling const_format v0.2.32
21742024-07-25T01:33:11.479Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21752024-07-25T01:33:12.786Z[ host-package] Compiling tungstenite v0.20.1
21762024-07-25T01:33:13.027Z[ host-package] Compiling fd-lock v4.0.2
21772024-07-25T01:33:13.398Z[ host-package] Compiling universal-hash v0.5.1
21782024-07-25T01:33:13.516Z[ host-package] Compiling secrecy v0.8.0
21792024-07-25T01:33:13.835Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
21802024-07-25T01:33:13.916Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
21812024-07-25T01:33:15.699Z[ host-package] Compiling memoffset v0.9.1
21822024-07-25T01:33:16.043Z[ host-package] Compiling bytecount v0.6.8
21832024-07-25T01:33:16.454Z[ host-package] Compiling opaque-debug v0.3.1
21842024-07-25T01:33:16.597Z[ host-package] Compiling poly1305 v0.8.0
21852024-07-25T01:33:16.621Z[ host-package] Compiling papergrid v0.11.0
21862024-07-25T01:33:16.947Z[ host-package] Compiling thiserror-no-std v2.0.2
21872024-07-25T01:33:18.388Z[ host-package] Compiling tokio-tungstenite v0.20.1
21882024-07-25T01:33:19.103Z[ host-package] Compiling parking_lot v0.11.2
21892024-07-25T01:33:21.515Z[ host-package] Compiling strip-ansi-escapes v0.2.0
21902024-07-25T01:33:22.461Z[ host-package] Compiling trust-dns-client v0.22.0
21912024-07-25T01:33:26.506Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21922024-07-25T01:33:26.678Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
21932024-07-25T01:33:26.869Z[ host-package] Compiling oso v0.27.3
21942024-07-25T01:33:30.512Z[ host-package] Compiling tabled_derive v0.7.0
21952024-07-25T01:33:32.482Z[ host-package] Compiling chacha20 v0.9.1
21962024-07-25T01:33:32.987Z[ host-package] Compiling aead v0.5.2
21972024-07-25T01:33:33.212Z[ host-package] Compiling peg-macros v0.8.4
21982024-07-25T01:33:33.462Z[ host-package] Compiling kstat-rs v0.2.4
21992024-07-25T01:33:34.621Z[ host-package] Compiling toml v0.5.11
22002024-07-25T01:33:34.951Z[ host-package] Compiling sqlparser_derive v0.2.2
22012024-07-25T01:33:36.623Z[ host-package] Compiling unicode_categories v0.1.1
22022024-07-25T01:33:37.060Z[ host-package] Compiling nu-ansi-term v0.50.0
22032024-07-25T01:33:37.117Z[ host-package] Compiling peg v0.8.4
22042024-07-25T01:33:37.273Z[ host-package] Compiling sqlformat v0.2.4
22052024-07-25T01:33:38.769Z[ host-package] Compiling reedline v0.31.0
22062024-07-25T01:33:41.843Z[ host-package] Compiling trust-dns-server v0.22.1
22072024-07-25T01:33:45.284Z[ host-package] Compiling rustyline v14.0.0
22082024-07-25T01:33:47.679Z[ host-package] Compiling sqlparser v0.45.0
22092024-07-25T01:33:49.020Z[ helios-setup] Jul 25 01:33:48.142 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
22102024-07-25T01:33:49.786Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22112024-07-25T01:33:57.147Z[ host-package] Compiling chacha20poly1305 v0.10.1
22122024-07-25T01:33:57.492Z[ host-package] Compiling tabled v0.15.0
22132024-07-25T01:33:59.575Z[ host-package] Compiling mime_guess v2.0.4
22142024-07-25T01:34:01.021Z[ host-package] Compiling vsss-rs v3.3.4
22152024-07-25T01:34:04.239Z[ helios-setup] Jul 25 01:34:03.360 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
22162024-07-25T01:34:05.558Z[ host-package] Compiling sled v0.34.7
22172024-07-25T01:34:06.629Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22182024-07-25T01:34:06.718Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22192024-07-25T01:34:07.772Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22202024-07-25T01:34:08.801Z[ host-package] Compiling env_logger v0.9.3
22212024-07-25T01:34:13.490Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22222024-07-25T01:34:36.499Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22232024-07-25T01:34:46.011Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22242024-07-25T01:34:46.879Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22252024-07-25T01:34:47.345Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22262024-07-25T01:34:47.930Z[ host-package] Compiling bcs v0.1.6
22272024-07-25T01:34:48.428Z[ host-package] Compiling bitstruct_derive v0.1.0
22282024-07-25T01:34:49.188Z[ host-package] Compiling nanorand v0.7.0
22292024-07-25T01:34:49.800Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22302024-07-25T01:34:50.001Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
22312024-07-25T01:34:50.113Z[ host-package] Compiling highway v1.1.0
22322024-07-25T01:34:50.438Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22332024-07-25T01:34:51.094Z[ helios-setup] Jul 25 01:34:50.212 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 35s
22342024-07-25T01:34:51.129Z[ helios-setup] Jul 25 01:34:50.247 INFO building project "amd-host-image-builder" ok (186 seconds)
22352024-07-25T01:34:51.129Z[ helios-setup] Jul 25 01:34:50.247 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
22362024-07-25T01:34:51.132Z[ helios-setup] Jul 25 01:34:50.247 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
22372024-07-25T01:34:51.412Z[ helios-setup] Jul 25 01:34:50.530 INFO E| Compiling adler v1.0.2
22382024-07-25T01:34:51.549Z[ helios-setup] Jul 25 01:34:50.668 INFO E| Compiling miniz_oxide v0.7.2
22392024-07-25T01:34:51.817Z[ host-package] Compiling ascii v1.1.0
22402024-07-25T01:34:52.737Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22412024-07-25T01:34:53.145Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22422024-07-25T01:34:54.074Z[ helios-setup] Jul 25 01:34:53.192 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
22432024-07-25T01:34:54.731Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22442024-07-25T01:34:55.068Z[ helios-setup] Jul 25 01:34:54.185 INFO E| Finished `release` profile [optimized] target(s) in 3.84s
22452024-07-25T01:34:55.075Z[ helios-setup] Jul 25 01:34:54.192 INFO building project "pinprick" ok (3 seconds)
22462024-07-25T01:34:55.075Z[ helios-setup] Jul 25 01:34:54.192 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
22472024-07-25T01:34:55.075Z[ helios-setup] Jul 25 01:34:54.192 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
22482024-07-25T01:34:55.299Z[ helios-setup] Jul 25 01:34:54.417 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
22492024-07-25T01:34:55.693Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22502024-07-25T01:34:55.995Z[ host-package] Compiling bitstruct v0.1.1
22512024-07-25T01:34:56.036Z[ helios-setup] Jul 25 01:34:55.153 INFO E| From https://github.com/jclulow/rust-jmclib
22522024-07-25T01:34:56.036Z[ helios-setup] Jul 25 01:34:55.153 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
22532024-07-25T01:34:56.056Z[ helios-setup] Jul 25 01:34:55.173 INFO E| Updating crates.io index
22542024-07-25T01:34:56.163Z[ host-package] Compiling flume v0.11.0
22552024-07-25T01:34:56.285Z[ helios-setup] Jul 25 01:34:55.403 INFO E| Downloading crates ...
22562024-07-25T01:34:56.420Z[ helios-setup] Jul 25 01:34:55.538 INFO E| Downloaded time-core v0.1.1
22572024-07-25T01:34:56.423Z[ helios-setup] Jul 25 01:34:55.540 INFO E| Downloaded ryu v1.0.15
22582024-07-25T01:34:56.428Z[ helios-setup] Jul 25 01:34:55.546 INFO E| Downloaded opaque-debug v0.3.0
22592024-07-25T01:34:56.431Z[ helios-setup] Jul 25 01:34:55.548 INFO E| Downloaded sha-1 v0.9.8
22602024-07-25T01:34:56.434Z[ helios-setup] Jul 25 01:34:55.551 INFO E| Downloaded errno v0.3.1
22612024-07-25T01:34:56.436Z[ helios-setup] Jul 25 01:34:55.553 INFO E| Downloaded cpufeatures v0.2.9
22622024-07-25T01:34:56.439Z[ helios-setup] Jul 25 01:34:55.555 INFO E| Downloaded block-buffer v0.9.0
22632024-07-25T01:34:56.439Z[ helios-setup] Jul 25 01:34:55.556 INFO E| Downloaded digest v0.9.0
22642024-07-25T01:34:56.442Z[ helios-setup] Jul 25 01:34:55.559 INFO E| Downloaded tempfile v3.7.0
22652024-07-25T01:34:56.445Z[ helios-setup] Jul 25 01:34:55.562 INFO E| Downloaded fastrand v2.0.0
22662024-07-25T01:34:56.475Z[ helios-setup] Jul 25 01:34:55.593 INFO E| Downloaded walkdir v2.3.3
22672024-07-25T01:34:56.478Z[ helios-setup] Jul 25 01:34:55.596 INFO E| Downloaded time-macros v0.2.10
22682024-07-25T01:34:56.482Z[ helios-setup] Jul 25 01:34:55.600 INFO E| Downloaded quote v1.0.31
22692024-07-25T01:34:56.486Z[ helios-setup] Jul 25 01:34:55.604 INFO E| Downloaded once_cell v1.18.0
22702024-07-25T01:34:56.491Z[ helios-setup] Jul 25 01:34:55.609 INFO E| Downloaded proc-macro2 v1.0.66
22712024-07-25T01:34:56.495Z[ helios-setup] Jul 25 01:34:55.613 INFO E| Downloaded md-5 v0.9.1
22722024-07-25T01:34:56.498Z[ helios-setup] Jul 25 01:34:55.616 INFO E| Downloaded uuid v0.8.2
22732024-07-25T01:34:56.503Z[ helios-setup] Jul 25 01:34:55.621 INFO E| Downloaded anyhow v1.0.72
22742024-07-25T01:34:56.510Z[ helios-setup] Jul 25 01:34:55.628 INFO E| Downloaded unicode-ident v1.0.11
22752024-07-25T01:34:56.514Z[ helios-setup] Jul 25 01:34:55.633 INFO E| Downloaded serde v1.0.174
22762024-07-25T01:34:56.521Z[ helios-setup] Jul 25 01:34:55.639 INFO E| Downloaded typenum v1.16.0
22772024-07-25T01:34:56.525Z[ helios-setup] Jul 25 01:34:55.643 INFO E| Downloaded libdevinfo-sys v1.0.0
22782024-07-25T01:34:56.528Z[ helios-setup] Jul 25 01:34:55.645 INFO E| Downloaded itoa v1.0.9
22792024-07-25T01:34:56.531Z[ helios-setup] Jul 25 01:34:55.647 INFO E| Downloaded getrandom v0.2.10
22802024-07-25T01:34:56.534Z[ helios-setup] Jul 25 01:34:55.652 INFO E| Downloaded bitflags v2.3.3
22812024-07-25T01:34:56.538Z[ helios-setup] Jul 25 01:34:55.656 INFO E| Downloaded time v0.3.23
22822024-07-25T01:34:56.549Z[ helios-setup] Jul 25 01:34:55.667 INFO E| Downloaded serde_json v1.0.103
22832024-07-25T01:34:56.602Z[ helios-setup] Jul 25 01:34:55.719 INFO E| Downloaded syn v2.0.27
22842024-07-25T01:34:56.615Z[ helios-setup] Jul 25 01:34:55.733 INFO E| Downloaded rustix v0.38.4
22852024-07-25T01:34:56.643Z[ helios-setup] Jul 25 01:34:55.760 INFO E| Downloaded serde_derive v1.0.174
22862024-07-25T01:34:56.651Z[ helios-setup] Jul 25 01:34:55.769 INFO E| Downloaded libc v0.2.147
22872024-07-25T01:34:56.891Z[ helios-setup] Jul 25 01:34:56.007 INFO E| Compiling libc v0.2.147
22882024-07-25T01:34:56.891Z[ helios-setup] Jul 25 01:34:56.008 INFO E| Compiling proc-macro2 v1.0.66
22892024-07-25T01:34:56.891Z[ helios-setup] Jul 25 01:34:56.008 INFO E| Compiling unicode-ident v1.0.11
22902024-07-25T01:34:56.891Z[ helios-setup] Jul 25 01:34:56.008 INFO E| Compiling cfg-if v1.0.0
22912024-07-25T01:34:56.891Z[ helios-setup] Jul 25 01:34:56.008 INFO E| Compiling version_check v0.9.4
22922024-07-25T01:34:56.891Z[ helios-setup] Jul 25 01:34:56.008 INFO E| Compiling typenum v1.16.0
22932024-07-25T01:34:56.891Z[ helios-setup] Jul 25 01:34:56.008 INFO E| Compiling serde v1.0.174
22942024-07-25T01:34:56.891Z[ helios-setup] Jul 25 01:34:56.008 INFO E| Compiling time-core v0.1.1
22952024-07-25T01:34:56.921Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22962024-07-25T01:34:57.262Z[ helios-setup] Jul 25 01:34:56.379 INFO E| Compiling itoa v1.0.9
22972024-07-25T01:34:57.320Z[ helios-setup] Jul 25 01:34:56.437 INFO E| Compiling slog v2.7.0
22982024-07-25T01:34:57.367Z[ helios-setup] Jul 25 01:34:56.485 INFO E| Compiling rustix v0.38.4
22992024-07-25T01:34:57.624Z[ helios-setup] Jul 25 01:34:56.742 INFO E| Compiling time-macros v0.2.10
23002024-07-25T01:34:58.369Z[ helios-setup] Jul 25 01:34:57.487 INFO E| Compiling generic-array v0.14.7
23012024-07-25T01:34:58.374Z[ helios-setup] Jul 25 01:34:57.492 INFO E| Compiling bitflags v2.3.3
23022024-07-25T01:34:58.555Z[ helios-setup] Jul 25 01:34:57.673 INFO E| Compiling once_cell v1.18.0
23032024-07-25T01:34:58.829Z[ helios-setup] Jul 25 01:34:57.947 INFO E| Compiling num_threads v0.1.6
23042024-07-25T01:34:59.181Z[ helios-setup] Jul 25 01:34:58.298 INFO E| Compiling anyhow v1.0.72
23052024-07-25T01:34:59.207Z[ helios-setup] Jul 25 01:34:58.324 INFO E| Compiling serde_json v1.0.103
23062024-07-25T01:34:59.526Z[ helios-setup] Jul 25 01:34:58.644 INFO E| Compiling thread_local v1.1.7
23072024-07-25T01:35:00.075Z[ helios-setup] Jul 25 01:34:59.193 INFO E| Compiling quote v1.0.31
23082024-07-25T01:35:00.168Z[ helios-setup] Jul 25 01:34:59.286 INFO E| Compiling opaque-debug v0.3.0
23092024-07-25T01:35:00.257Z[ helios-setup] Jul 25 01:34:59.375 INFO E| Compiling fastrand v2.0.0
23102024-07-25T01:35:00.564Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23112024-07-25T01:35:00.754Z[ helios-setup] Jul 25 01:34:59.872 INFO E| Compiling syn v2.0.27
23122024-07-25T01:35:01.228Z[ helios-setup] Jul 25 01:35:00.346 INFO E| Compiling ryu v1.0.15
23132024-07-25T01:35:01.324Z[ helios-setup] Jul 25 01:35:00.441 INFO E| Compiling unicode-width v0.1.10
23142024-07-25T01:35:01.324Z[ helios-setup] Jul 25 01:35:00.441 INFO E| Compiling cpufeatures v0.2.9
23152024-07-25T01:35:01.418Z[ helios-setup] Jul 25 01:35:00.535 INFO E| Compiling same-file v1.0.6
23162024-07-25T01:35:01.595Z[ helios-setup] Jul 25 01:35:00.713 INFO E| Compiling dirs-sys-next v0.1.2
23172024-07-25T01:35:01.819Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23182024-07-25T01:35:01.851Z[ helios-setup] Jul 25 01:35:00.968 INFO E| Compiling errno v0.3.1
23192024-07-25T01:35:01.973Z[ helios-setup] Jul 25 01:35:01.091 INFO E| Compiling atty v0.2.14
23202024-07-25T01:35:02.175Z[ helios-setup] Jul 25 01:35:01.292 INFO E| Compiling dirs-next v2.0.0
23212024-07-25T01:35:02.207Z[ helios-setup] Jul 25 01:35:01.324 INFO E| Compiling getrandom v0.2.10
23222024-07-25T01:35:02.475Z[ helios-setup] Jul 25 01:35:01.592 INFO E| Compiling term v0.7.0
23232024-07-25T01:35:03.027Z[ helios-setup] Jul 25 01:35:02.144 INFO E| Compiling walkdir v2.3.3
23242024-07-25T01:35:03.228Z[ helios-setup] Jul 25 01:35:02.346 INFO E| Compiling getopts v0.2.21
23252024-07-25T01:35:03.240Z[ helios-setup] Jul 25 01:35:02.357 INFO E| Compiling time v0.3.23
23262024-07-25T01:35:03.540Z[ helios-setup] Jul 25 01:35:02.657 INFO E| Compiling digest v0.9.0
23272024-07-25T01:35:03.913Z[ helios-setup] Jul 25 01:35:03.030 INFO E| Compiling block-buffer v0.9.0
23282024-07-25T01:35:04.151Z[ helios-setup] Jul 25 01:35:03.269 INFO E| Compiling sha-1 v0.9.8
23292024-07-25T01:35:04.392Z[ helios-setup] Jul 25 01:35:03.510 INFO E| Compiling md-5 v0.9.1
23302024-07-25T01:35:05.045Z[ helios-setup] Jul 25 01:35:04.163 INFO E| Compiling libdevinfo-sys v1.0.0
23312024-07-25T01:35:05.174Z[ helios-setup] Jul 25 01:35:04.291 INFO E| Compiling tempfile v3.7.0
23322024-07-25T01:35:05.296Z[ helios-setup] Jul 25 01:35:04.413 INFO E| Compiling glob v0.3.1
23332024-07-25T01:35:06.665Z[ helios-setup] Jul 25 01:35:05.783 INFO E| Compiling slog-term v2.9.0
23342024-07-25T01:35:10.018Z[ helios-setup] Jul 25 01:35:09.135 INFO E| Compiling serde_derive v1.0.174
23352024-07-25T01:35:10.243Z[ host-package] Compiling nix v0.27.1
23362024-07-25T01:35:13.836Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23372024-07-25T01:35:14.291Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23382024-07-25T01:35:15.718Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23392024-07-25T01:35:16.189Z[ host-package] Compiling serde-big-array v0.5.1
23402024-07-25T01:35:16.522Z[ host-package] Compiling serde_arrays v0.1.0
23412024-07-25T01:35:16.837Z[ host-package] Compiling erased-serde v0.3.31
23422024-07-25T01:35:18.398Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23432024-07-25T01:35:25.212Z[ helios-setup] Jul 25 01:35:24.329 INFO E| Compiling toml v0.5.11
23442024-07-25T01:35:25.213Z[ helios-setup] Jul 25 01:35:24.329 INFO E| Compiling uuid v0.8.2
23452024-07-25T01:35:25.302Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23462024-07-25T01:35:27.441Z[ helios-setup] Jul 25 01:35:26.557 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
23472024-07-25T01:35:31.061Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23482024-07-25T01:35:31.524Z[ helios-setup] Jul 25 01:35:30.640 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
23492024-07-25T01:35:32.911Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23502024-07-25T01:35:33.334Z[ host-package] Compiling signal-hook-tokio v0.3.1
23512024-07-25T01:35:33.609Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
23522024-07-25T01:35:33.925Z[ host-package] Compiling heck v0.3.3
23532024-07-25T01:35:34.421Z[ host-package] Compiling rand_seeder v0.2.3
23542024-07-25T01:35:34.875Z[ host-package] Compiling castaway v0.2.2
23552024-07-25T01:35:35.136Z[ host-package] Compiling csv-core v0.1.11
23562024-07-25T01:35:36.076Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
23572024-07-25T01:35:36.214Z[ host-package] Compiling http-range v0.1.5
23582024-07-25T01:35:36.464Z[ host-package] Compiling csv v1.3.0
23592024-07-25T01:35:37.026Z[ host-package] Compiling hyper-staticfile v0.9.5
23602024-07-25T01:35:38.958Z[ host-package] Compiling compact_str v0.7.1
23612024-07-25T01:35:39.150Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23622024-07-25T01:35:39.418Z[ host-package] Compiling zone_cfg_derive v0.1.2
23632024-07-25T01:35:40.626Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
23642024-07-25T01:35:41.039Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23652024-07-25T01:35:41.346Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23662024-07-25T01:35:42.286Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23672024-07-25T01:35:45.159Z[ helios-setup] Jul 25 01:35:44.275 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.98s
23682024-07-25T01:35:45.193Z[ helios-setup] Jul 25 01:35:44.308 INFO building project "image-builder" ok (50 seconds)
23692024-07-25T01:35:45.193Z[ helios-setup] Jul 25 01:35:44.309 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23702024-07-25T01:35:45.196Z[ helios-setup] Jul 25 01:35:44.309 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23712024-07-25T01:35:45.621Z[ helios-setup] Jul 25 01:35:44.737 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
23722024-07-25T01:35:46.480Z[ helios-setup] Jul 25 01:35:45.595 INFO E| From https://github.com/jclulow/hiercmd
23732024-07-25T01:35:46.480Z[ helios-setup] Jul 25 01:35:45.596 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
23742024-07-25T01:35:46.503Z[ helios-setup] Jul 25 01:35:45.618 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
23752024-07-25T01:35:47.106Z[ helios-setup] Jul 25 01:35:46.221 INFO E| From https://github.com/jclulow/network-interface
23762024-07-25T01:35:47.107Z[ helios-setup] Jul 25 01:35:46.222 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
23772024-07-25T01:35:47.127Z[ helios-setup] Jul 25 01:35:46.242 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23782024-07-25T01:35:47.812Z[ helios-setup] Jul 25 01:35:46.927 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23792024-07-25T01:35:47.812Z[ helios-setup] Jul 25 01:35:46.928 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
23802024-07-25T01:35:47.852Z[ helios-setup] Jul 25 01:35:46.967 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
23812024-07-25T01:35:48.949Z[ helios-setup] Jul 25 01:35:48.064 INFO E| From https://github.com/oxidecomputer/facade
23822024-07-25T01:35:48.949Z[ helios-setup] Jul 25 01:35:48.064 INFO E| * [new branch] 0XV2-serials -> origin/0XV2-serials
23832024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.064 INFO E| * [new branch] checklist -> origin/checklist
23842024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.064 INFO E| * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26
23852024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.065 INFO E| * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
23862024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.065 INFO E| * [new branch] dramtest -> origin/dramtest
23872024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.065 INFO E| * [new branch] facts -> origin/facts
23882024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.065 INFO E| * [new branch] fix-broken-ffi -> origin/fix-broken-ffi
23892024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.065 INFO E| * [new branch] flihp/attestation-verifier -> origin/flihp/attestation-verifier
23902024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.066 INFO E| * [new branch] flihp/platform-id_permslip -> origin/flihp/platform-id_permslip
23912024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.066 INFO E| * [new branch] flihp/platform-id_permslip-prebase -> origin/flihp/platform-id_permslip-prebase
23922024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.066 INFO E| * [new branch] gimlet-f -> origin/gimlet-f
23932024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.066 INFO E| * [new branch] guardrails -> origin/guardrails
23942024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.066 INFO E| * [new branch] idcerts -> origin/idcerts
23952024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.066 INFO E| * [new branch] jhendricks/fix-usage -> origin/jhendricks/fix-usage
23962024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.067 INFO E| * [new branch] jhendricks/micron7450 -> origin/jhendricks/micron7450
23972024-07-25T01:35:48.952Z[ helios-setup] Jul 25 01:35:48.067 INFO E| * [new branch] jhendricks/readme -> origin/jhendricks/readme
23982024-07-25T01:35:48.955Z[ helios-setup] Jul 25 01:35:48.067 INFO E| * [new branch] main -> origin/main
23992024-07-25T01:35:48.955Z[ helios-setup] Jul 25 01:35:48.067 INFO E| * [new branch] meanwell -> origin/meanwell
24002024-07-25T01:35:48.955Z[ helios-setup] Jul 25 01:35:48.067 INFO E| * [new branch] parents -> origin/parents
24012024-07-25T01:35:48.955Z[ helios-setup] Jul 25 01:35:48.068 INFO E| * [new branch] psc -> origin/psc
24022024-07-25T01:35:48.955Z[ helios-setup] Jul 25 01:35:48.068 INFO E| * [new branch] rackstatus -> origin/rackstatus
24032024-07-25T01:35:48.955Z[ helios-setup] Jul 25 01:35:48.068 INFO E| * [new branch] sessions -> origin/sessions
24042024-07-25T01:35:48.955Z[ helios-setup] Jul 25 01:35:48.068 INFO E| * [new branch] sidecar_loopback_test -> origin/sidecar_loopback_test
24052024-07-25T01:35:48.955Z[ helios-setup] Jul 25 01:35:48.068 INFO E| * [new branch] sshauth -> origin/sshauth
24062024-07-25T01:35:48.955Z[ helios-setup] Jul 25 01:35:48.068 INFO E| * [new branch] unsupervised -> origin/unsupervised
24072024-07-25T01:35:48.955Z[ helios-setup] Jul 25 01:35:48.069 INFO E| * [new branch] x11 -> origin/x11
24082024-07-25T01:35:48.956Z[ helios-setup] Jul 25 01:35:48.069 INFO E| * [new ref] -> origin/HEAD
24092024-07-25T01:35:49.049Z[ helios-setup] Jul 25 01:35:48.164 INFO E| Updating crates.io index
24102024-07-25T01:35:49.906Z[ helios-setup] Jul 25 01:35:49.021 INFO E| Downloading crates ...
24112024-07-25T01:35:50.063Z[ helios-setup] Jul 25 01:35:49.178 INFO E| Downloaded ahash v0.8.3
24122024-07-25T01:35:50.069Z[ helios-setup] Jul 25 01:35:49.184 INFO E| Downloaded const-random v0.1.15
24132024-07-25T01:35:50.072Z[ helios-setup] Jul 25 01:35:49.186 INFO E| Downloaded concolor-override v1.0.0
24142024-07-25T01:35:50.078Z[ helios-setup] Jul 25 01:35:49.192 INFO E| Downloaded scopeguard v1.1.0
24152024-07-25T01:35:50.082Z[ helios-setup] Jul 25 01:35:49.197 INFO E| Downloaded futures-sink v0.3.28
24162024-07-25T01:35:50.085Z[ helios-setup] Jul 25 01:35:49.199 INFO E| Downloaded anstyle v0.3.5
24172024-07-25T01:35:50.087Z[ helios-setup] Jul 25 01:35:49.202 INFO E| Downloaded schemars v0.8.12
24182024-07-25T01:35:50.109Z[ helios-setup] Jul 25 01:35:49.224 INFO E| Downloaded semver-parser v0.10.2
24192024-07-25T01:35:50.112Z[ helios-setup] Jul 25 01:35:49.227 INFO E| Downloaded serde_derive v1.0.152
24202024-07-25T01:35:50.118Z[ helios-setup] Jul 25 01:35:49.232 INFO E| Downloaded futures-io v0.3.28
24212024-07-25T01:35:50.121Z[ helios-setup] Jul 25 01:35:49.234 INFO E| Downloaded toolchain_find v0.2.0
24222024-07-25T01:35:50.123Z[ helios-setup] Jul 25 01:35:49.236 INFO E| Downloaded slab v0.4.7
24232024-07-25T01:35:50.126Z[ helios-setup] Jul 25 01:35:49.239 INFO E| Downloaded slog-bunyan v2.4.0
24242024-07-25T01:35:50.129Z[ helios-setup] Jul 25 01:35:49.241 INFO E| Downloaded percent-encoding v2.2.0
24252024-07-25T01:35:50.129Z[ helios-setup] Jul 25 01:35:49.243 INFO E| Downloaded const-random-macro v0.1.15
24262024-07-25T01:35:50.131Z[ helios-setup] Jul 25 01:35:49.244 INFO E| Downloaded try-lock v0.2.4
24272024-07-25T01:35:50.131Z[ helios-setup] Jul 25 01:35:49.246 INFO E| Downloaded schemars_derive v0.8.12
24282024-07-25T01:35:50.134Z[ helios-setup] Jul 25 01:35:49.249 INFO E| Downloaded rustls-pemfile v1.0.2
24292024-07-25T01:35:50.137Z[ helios-setup] Jul 25 01:35:49.252 INFO E| Downloaded toml_datetime v0.6.1
24302024-07-25T01:35:50.140Z[ helios-setup] Jul 25 01:35:49.254 INFO E| Downloaded thiserror-impl v1.0.38
24312024-07-25T01:35:50.146Z[ helios-setup] Jul 25 01:35:49.257 INFO E| Downloaded num-integer v0.1.45
24322024-07-25T01:35:50.146Z[ helios-setup] Jul 25 01:35:49.259 INFO E| Downloaded tokio-macros v2.0.0
24332024-07-25T01:35:50.148Z[ helios-setup] Jul 25 01:35:49.261 INFO E| Downloaded tempfile v3.5.0
24342024-07-25T01:35:50.151Z[ helios-setup] Jul 25 01:35:49.265 INFO E| Downloaded strsim v0.10.0
24352024-07-25T01:35:50.154Z[ helios-setup] Jul 25 01:35:49.267 INFO E| Downloaded time-macros v0.2.8
24362024-07-25T01:35:50.157Z[ helios-setup] Jul 25 01:35:49.270 INFO E| Downloaded terminal_size v0.2.6
24372024-07-25T01:35:50.160Z[ helios-setup] Jul 25 01:35:49.273 INFO E| Downloaded time-core v0.1.0
24382024-07-25T01:35:50.160Z[ helios-setup] Jul 25 01:35:49.274 INFO E| Downloaded pin-project-lite v0.2.9
24392024-07-25T01:35:50.166Z[ helios-setup] Jul 25 01:35:49.281 INFO E| Downloaded parking_lot_core v0.9.6
24402024-07-25T01:35:50.170Z[ helios-setup] Jul 25 01:35:49.284 INFO E| Downloaded want v0.3.0
24412024-07-25T01:35:50.174Z[ helios-setup] Jul 25 01:35:49.286 INFO E| Downloaded thiserror v1.0.38
24422024-07-25T01:35:50.176Z[ helios-setup] Jul 25 01:35:49.291 INFO E| Downloaded textwrap v0.16.0
24432024-07-25T01:35:50.179Z[ helios-setup] Jul 25 01:35:49.294 INFO E| Downloaded unicode-bidi v0.3.13
24442024-07-25T01:35:50.183Z[ helios-setup] Jul 25 01:35:49.298 INFO E| Downloaded uuid v1.3.0
24452024-07-25T01:35:50.188Z[ helios-setup] Jul 25 01:35:49.303 INFO E| Downloaded rhai_codegen v1.5.0
24462024-07-25T01:35:50.200Z[ helios-setup] Jul 25 01:35:49.315 INFO E| Downloaded serde_derive_internals v0.26.0
24472024-07-25T01:35:50.202Z[ helios-setup] Jul 25 01:35:49.317 INFO E| Downloaded tracing-core v0.1.30
24482024-07-25T01:35:50.205Z[ helios-setup] Jul 25 01:35:49.320 INFO E| Downloaded tokio-tungstenite v0.18.0
24492024-07-25T01:35:50.209Z[ helios-setup] Jul 25 01:35:49.324 INFO E| Downloaded crossbeam-epoch v0.9.13
24502024-07-25T01:35:50.212Z[ helios-setup] Jul 25 01:35:49.327 INFO E| Downloaded unicode-ident v1.0.8
24512024-07-25T01:35:50.217Z[ helios-setup] Jul 25 01:35:49.332 INFO E| Downloaded num_enum v0.5.7
24522024-07-25T01:35:50.222Z[ helios-setup] Jul 25 01:35:49.337 INFO E| Downloaded unsafe-libyaml v0.2.8
24532024-07-25T01:35:50.226Z[ helios-setup] Jul 25 01:35:49.341 INFO E| Downloaded jobserver v0.1.26
24542024-07-25T01:35:50.229Z[ helios-setup] Jul 25 01:35:49.344 INFO E| Downloaded tokio-util v0.7.7
24552024-07-25T01:35:50.238Z[ helios-setup] Jul 25 01:35:49.353 INFO E| Downloaded url v2.3.1
24562024-07-25T01:35:50.242Z[ helios-setup] Jul 25 01:35:49.357 INFO E| Downloaded winnow v0.4.1
24572024-07-25T01:35:50.253Z[ helios-setup] Jul 25 01:35:49.368 INFO E| Downloaded unicode-normalization v0.1.22
24582024-07-25T01:35:50.258Z[ helios-setup] Jul 25 01:35:49.373 INFO E| Downloaded serde_json v1.0.95
24592024-07-25T01:35:50.267Z[ helios-setup] Jul 25 01:35:49.383 INFO E| Downloaded lock_api v0.4.9
24602024-07-25T01:35:50.270Z[ helios-setup] Jul 25 01:35:49.385 INFO E| Downloaded syn v2.0.13
24612024-07-25T01:35:50.289Z[ helios-setup] Jul 25 01:35:49.404 INFO E| Downloaded cargo-lock v8.0.3
24622024-07-25T01:35:50.326Z[ helios-setup] Jul 25 01:35:49.408 INFO E| Downloaded parking_lot v0.12.1
24632024-07-25T01:35:50.326Z[ helios-setup] Jul 25 01:35:49.411 INFO E| Downloaded tokio v1.27.0
24642024-07-25T01:35:50.338Z[ helios-setup] Jul 25 01:35:49.453 INFO E| Downloaded syn v1.0.107
24652024-07-25T01:35:50.353Z[ helios-setup] Jul 25 01:35:49.468 INFO E| Downloaded crossbeam-channel v0.5.6
24662024-07-25T01:35:50.359Z[ helios-setup] Jul 25 01:35:49.474 INFO E| Downloaded num-traits v0.2.15
24672024-07-25T01:35:50.362Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24682024-07-25T01:35:50.365Z[ helios-setup] Jul 25 01:35:49.478 INFO E| Downloaded base64 v0.21.0
24692024-07-25T01:35:50.368Z[ helios-setup] Jul 25 01:35:49.483 INFO E| Downloaded aho-corasick v0.7.20
24702024-07-25T01:35:50.373Z[ helios-setup] Jul 25 01:35:49.488 INFO E| Downloaded http v0.2.9
24712024-07-25T01:35:50.380Z[ helios-setup] Jul 25 01:35:49.495 INFO E| Downloaded rustls-webpki v0.100.1
24722024-07-25T01:35:51.387Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24732024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.504 INFO E| Downloaded memchr v2.5.0
24742024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.510 INFO E| Downloaded paste v1.0.12
24752024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.515 INFO E| Downloaded io-lifetimes v1.0.10
24762024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.518 INFO E| Downloaded crossbeam-utils v0.8.14
24772024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.522 INFO E| Downloaded rayon-core v1.10.2
24782024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.527 INFO E| Downloaded mio v0.8.5
24792024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.535 INFO E| Downloaded proc-macro2 v1.0.56
24802024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.539 INFO E| Downloaded pest v2.5.7
24812024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.546 INFO E| Downloaded futures-util v0.3.28
24822024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.565 INFO E| Downloaded once_cell v1.17.0
24832024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.568 INFO E| Downloaded bytes v1.4.0
24842024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.573 INFO E| Downloaded getrandom v0.2.8
24852024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.577 INFO E| Downloaded reqwest v0.11.16
24862024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.588 INFO E| Downloaded cc v1.0.78
24872024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.593 INFO E| Downloaded h2 v0.3.16
24882024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.602 INFO E| Downloaded git2 v0.16.1
24892024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.614 INFO E| Downloaded rayon v1.6.1
24902024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.627 INFO E| Downloaded chrono v0.4.24
24912024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.637 INFO E| Downloaded regex v1.7.3
24922024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.649 INFO E| Downloaded hyper v0.14.25
24932024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.660 INFO E| Downloaded clap_builder v4.2.1
24942024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.669 INFO E| Downloaded camino v1.1.4
24952024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.691 INFO E| Downloaded async-trait v0.1.68
24962024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.696 INFO E| Downloaded rustls v0.21.0
24972024-07-25T01:35:51.392Z[ helios-setup] Jul 25 01:35:49.715 INFO E| Downloaded rustix v0.37.3
24982024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.747 INFO E| Downloaded rhai v1.14.0
24992024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.765 INFO E| Downloaded openapiv3 v1.0.2
25002024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.781 INFO E| Downloaded regress v0.5.0
25012024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.791 INFO E| Downloaded anstyle-parse v0.1.1
25022024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.793 INFO E| Downloaded toml_edit v0.19.8
25032024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.815 INFO E| Downloaded time v0.3.20
25042024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.824 INFO E| Downloaded ryu v1.0.13
25052024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.828 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25062024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.831 INFO E| Downloaded home v0.5.4
25072024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.833 INFO E| Downloaded futures-channel v0.3.28
25082024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.835 INFO E| Downloaded libc v0.2.139
25092024-07-25T01:35:51.393Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25102024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.872 INFO E| Downloaded tracing v0.1.37
25112024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.878 INFO E| Downloaded rustfmt-wrapper v0.2.0
25122024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.880 INFO E| Downloaded is-terminal v0.4.7
25132024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.882 INFO E| Downloaded http-body v0.4.5
25142024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.885 INFO E| Downloaded unicode-linebreak v0.1.4
25152024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.887 INFO E| Downloaded ucd-trie v0.1.5
25162024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.890 INFO E| Downloaded serde v1.0.152
25172024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.895 INFO E| Downloaded pkg-config v0.3.26
25182024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.897 INFO E| Downloaded tungstenite v0.18.0
25192024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.902 INFO E| Downloaded toml v0.7.3
25202024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.907 INFO E| Downloaded smallvec v1.10.0
25212024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.910 INFO E| Downloaded serde_yaml v0.9.21
25222024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.917 INFO E| Downloaded clap v4.2.1
25232024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.952 INFO E| Downloaded tokio-rustls v0.24.0
25242024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.955 INFO E| Downloaded time v0.1.45
25252024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.957 INFO E| Downloaded futures-task v0.3.28
25262024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.959 INFO E| Downloaded futures v0.3.28
25272024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.968 INFO E| Downloaded form_urlencoded v1.1.0
25282024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.970 INFO E| Downloaded dyn-clone v1.0.11
25292024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.972 INFO E| Downloaded concolor-query v0.3.3
25302024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.974 INFO E| Downloaded clap_lex v0.4.1
25312024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.975 INFO E| Downloaded anyhow v1.0.68
25322024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.982 INFO E| Downloaded futures-executor v0.3.28
25332024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.984 INFO E| Downloaded crossbeam-deque v0.8.2
25342024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.987 INFO E| Downloaded byteorder v1.4.3
25352024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.990 INFO E| Downloaded built v0.6.0
25362024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.992 INFO E| Downloaded socket2 v0.4.9
25372024-07-25T01:35:51.393Z[ helios-setup] Jul 25 01:35:49.996 INFO E| Downloaded quote v1.0.26
25382024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.000 INFO E| Downloaded ipnet v2.7.2
25392024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.004 INFO E| Downloaded smartstring v1.0.1
25402024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.007 INFO E| Downloaded smawk v0.3.1
25412024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.010 INFO E| Downloaded project-root v0.2.2
25422024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.011 INFO E| Downloaded log v0.4.17
25432024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.015 INFO E| Downloaded slog-async v2.7.0
25442024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.017 INFO E| Downloaded signal-hook-registry v1.4.0
25452024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.019 INFO E| Downloaded sha1 v0.10.5
25462024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.021 INFO E| Downloaded serde_tokenstream v0.2.0
25472024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.025 INFO E| Downloaded encoding_rs v0.8.32
25482024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.059 INFO E| Downloaded semver v1.0.17
25492024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.063 INFO E| Downloaded sct v0.7.0
25502024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.069 INFO E| Downloaded itoa v1.0.6
25512024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.071 INFO E| Downloaded clap_derive v4.2.0
25522024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.074 INFO E| Downloaded bincode v1.3.3
25532024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.078 INFO E| Downloaded sha2 v0.10.6
25542024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.081 INFO E| Downloaded serde_path_to_error v0.1.11
25552024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.084 INFO E| Downloaded futures-macro v0.3.28
25562024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.086 INFO E| Downloaded ahash v0.7.6
25572024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.090 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
25582024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.188 INFO E| Downloaded serde_spanned v0.6.1
25592024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.189 INFO E| Downloaded semver v0.11.0
25602024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.240 INFO E| Downloaded proc-macro-crate v1.2.1
25612024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.241 INFO E| Downloaded num_enum_derive v0.5.7
25622024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.243 INFO E| Downloaded num_cpus v1.15.0
25632024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.246 INFO E| Downloaded memoffset v0.7.1
25642024-07-25T01:35:51.394Z[ host-package] Compiling unicode-truncate v1.0.0
25652024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.249 INFO E| Downloaded lazy_static v1.4.0
25662024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.251 INFO E| Downloaded iana-time-zone v0.1.56
25672024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.254 INFO E| Downloaded httpdate v1.0.2
25682024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.255 INFO E| Downloaded either v1.8.0
25692024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.257 INFO E| Downloaded libz-sys v1.1.8
25702024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.327 INFO E| Downloaded digest v0.10.6
25712024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.330 INFO E| Downloaded futures-core v0.3.28
25722024-07-25T01:35:51.394Z[ helios-setup] Jul 25 01:35:50.331 INFO E| Downloaded fastrand v1.9.0
25732024-07-25T01:35:51.398Z[ helios-setup] Jul 25 01:35:50.333 INFO E| Downloaded autocfg v1.1.0
25742024-07-25T01:35:51.398Z[ helios-setup] Jul 25 01:35:50.335 INFO E| Downloaded anstream v0.2.6
25752024-07-25T01:35:51.441Z[ host-package] Compiling itertools v0.13.0
25762024-07-25T01:35:51.537Z[ helios-setup] Jul 25 01:35:50.652 INFO E| Compiling proc-macro2 v1.0.56
25772024-07-25T01:35:51.537Z[ helios-setup] Jul 25 01:35:50.652 INFO E| Compiling libc v0.2.139
25782024-07-25T01:35:51.541Z[ helios-setup] Jul 25 01:35:50.652 INFO E| Compiling quote v1.0.26
25792024-07-25T01:35:51.541Z[ helios-setup] Jul 25 01:35:50.652 INFO E| Compiling unicode-ident v1.0.8
25802024-07-25T01:35:51.541Z[ helios-setup] Jul 25 01:35:50.652 INFO E| Compiling syn v1.0.107
25812024-07-25T01:35:51.541Z[ helios-setup] Jul 25 01:35:50.652 INFO E| Compiling autocfg v1.1.0
25822024-07-25T01:35:51.541Z[ helios-setup] Jul 25 01:35:50.652 INFO E| Compiling serde_derive v1.0.152
25832024-07-25T01:35:51.541Z[ helios-setup] Jul 25 01:35:50.652 INFO E| Compiling cfg-if v1.0.0
25842024-07-25T01:35:52.426Z[ helios-setup] Jul 25 01:35:51.523 INFO E| Compiling version_check v0.9.4
25852024-07-25T01:35:52.497Z[ helios-setup] Jul 25 01:35:51.610 INFO E| Compiling serde v1.0.152
25862024-07-25T01:35:53.056Z[ helios-setup] Jul 25 01:35:52.170 INFO E| Compiling memchr v2.5.0
25872024-07-25T01:35:53.643Z[ helios-setup] Jul 25 01:35:52.757 INFO E| Compiling once_cell v1.17.0
25882024-07-25T01:35:53.711Z[ helios-setup] Jul 25 01:35:52.826 INFO E| Compiling log v0.4.17
25892024-07-25T01:35:53.714Z[ helios-setup] Jul 25 01:35:52.827 INFO E| Compiling thiserror v1.0.38
25902024-07-25T01:35:54.466Z[ helios-setup] Jul 25 01:35:53.580 INFO E| Compiling itoa v1.0.6
25912024-07-25T01:35:54.704Z[ helios-setup] Jul 25 01:35:53.818 INFO E| Compiling serde_json v1.0.95
25922024-07-25T01:35:55.379Z[ helios-setup] Jul 25 01:35:54.493 INFO E| Compiling indexmap v1.9.3
25932024-07-25T01:35:55.993Z[ helios-setup] Jul 25 01:35:55.107 INFO E| Compiling jobserver v0.1.26
25942024-07-25T01:35:56.085Z[ helios-setup] Jul 25 01:35:55.199 INFO E| Compiling getrandom v0.2.8
25952024-07-25T01:35:56.385Z[ helios-setup] Jul 25 01:35:55.499 INFO E| Compiling syn v2.0.13
25962024-07-25T01:35:56.836Z[ helios-setup] Jul 25 01:35:55.950 INFO E| Compiling cc v1.0.78
25972024-07-25T01:35:56.948Z[ helios-setup] Jul 25 01:35:56.062 INFO E| Compiling scopeguard v1.1.0
25982024-07-25T01:35:57.091Z[ helios-setup] Jul 25 01:35:56.206 INFO E| Compiling pin-project-lite v0.2.9
25992024-07-25T01:35:57.191Z[ helios-setup] Jul 25 01:35:56.305 INFO E| Compiling num-integer v0.1.45
26002024-07-25T01:35:57.280Z[ helios-setup] Jul 25 01:35:56.394 INFO E| Compiling futures-core v0.3.28
26012024-07-25T01:35:57.534Z[ helios-setup] Jul 25 01:35:56.648 INFO E| Compiling bytes v1.4.0
26022024-07-25T01:35:58.111Z[ helios-setup] Jul 25 01:35:57.226 INFO E| Compiling ryu v1.0.13
26032024-07-25T01:35:58.598Z[ host-package] Compiling lru v0.12.3
26042024-07-25T01:35:59.164Z[ host-package] Compiling stability v0.2.0
26052024-07-25T01:35:59.430Z[ helios-setup] Jul 25 01:35:58.545 INFO E| Compiling lock_api v0.4.9
26062024-07-25T01:35:59.485Z[ helios-setup] Jul 25 01:35:58.600 INFO E| Compiling typenum v1.16.0
26072024-07-25T01:35:59.617Z[ helios-setup] Jul 25 01:35:58.731 INFO E| Compiling bitflags v1.3.2
26082024-07-25T01:35:59.921Z[ helios-setup] Jul 25 01:35:59.036 INFO E| Compiling parking_lot_core v0.9.6
26092024-07-25T01:36:00.184Z[ host-package] Compiling cassowary v0.3.0
26102024-07-25T01:36:00.418Z[ helios-setup] Jul 25 01:35:59.532 INFO E| Compiling num_cpus v1.15.0
26112024-07-25T01:36:00.740Z[ helios-setup] Jul 25 01:35:59.854 INFO E| Compiling generic-array v0.14.6
26122024-07-25T01:36:01.051Z[ helios-setup] Jul 25 01:36:00.165 INFO E| Compiling slab v0.4.7
26132024-07-25T01:36:01.211Z[ host-package] Compiling base64 v0.13.1
26142024-07-25T01:36:01.241Z[ helios-setup] Jul 25 01:36:00.355 INFO E| Compiling futures-task v0.3.28
26152024-07-25T01:36:01.291Z[ helios-setup] Jul 25 01:36:00.404 INFO E| Compiling futures-channel v0.3.28
26162024-07-25T01:36:01.416Z[ helios-setup] Jul 25 01:36:00.527 INFO E| Compiling futures-sink v0.3.28
26172024-07-25T01:36:02.095Z[ helios-setup] Jul 25 01:36:01.209 INFO E| Compiling tokio v1.27.0
26182024-07-25T01:36:02.355Z[ helios-setup] Jul 25 01:36:01.469 INFO E| Compiling schemars v0.8.12
26192024-07-25T01:36:02.400Z[ helios-setup] Jul 25 01:36:01.514 INFO E| Compiling futures-util v0.3.28
26202024-07-25T01:36:02.511Z[ host-package] Compiling ron v0.7.1
26212024-07-25T01:36:03.256Z[ helios-setup] Jul 25 01:36:02.370 INFO E| Compiling mio v0.8.5
26222024-07-25T01:36:03.319Z[ helios-setup] Jul 25 01:36:02.434 INFO E| Compiling socket2 v0.4.9
26232024-07-25T01:36:04.017Z[ helios-setup] Jul 25 01:36:03.131 INFO E| Compiling signal-hook-registry v1.4.0
26242024-07-25T01:36:04.111Z[ helios-setup] Jul 25 01:36:03.225 INFO E| Compiling ahash v0.7.6
26252024-07-25T01:36:04.288Z[ helios-setup] Jul 25 01:36:03.401 INFO E| Compiling num-traits v0.2.15
26262024-07-25T01:36:05.051Z[ helios-setup] Jul 25 01:36:04.165 INFO E| Compiling futures-io v0.3.28
26272024-07-25T01:36:05.095Z[ helios-setup] Jul 25 01:36:04.209 INFO E| Compiling crunchy v0.2.2
26282024-07-25T01:36:05.842Z[ helios-setup] Jul 25 01:36:04.955 INFO E| Compiling io-lifetimes v1.0.10
26292024-07-25T01:36:06.232Z[ helios-setup] Jul 25 01:36:05.346 INFO E| Compiling pin-utils v0.1.0
26302024-07-25T01:36:07.007Z[ host-package] Compiling ratatui v0.27.0
26312024-07-25T01:36:07.032Z[ helios-setup] Jul 25 01:36:06.146 INFO E| Compiling ahash v0.8.3
26322024-07-25T01:36:07.174Z[ helios-setup] Jul 25 01:36:06.288 INFO E| Compiling hashbrown v0.12.3
26332024-07-25T01:36:07.489Z[ helios-setup] Jul 25 01:36:06.603 INFO E| Compiling serde_derive_internals v0.26.0
26342024-07-25T01:36:07.846Z[ helios-setup] Jul 25 01:36:06.960 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26352024-07-25T01:36:08.033Z[ helios-setup] Jul 25 01:36:07.147 INFO E| Compiling rustix v0.37.3
26362024-07-25T01:36:08.161Z[ helios-setup] Jul 25 01:36:07.274 INFO E| Compiling tiny-keccak v2.0.2
26372024-07-25T01:36:09.963Z[ helios-setup] Jul 25 01:36:09.077 INFO E| Compiling block-buffer v0.10.3
26382024-07-25T01:36:10.191Z[ helios-setup] Jul 25 01:36:09.304 INFO E| Compiling crypto-common v0.1.6
26392024-07-25T01:36:10.998Z[ helios-setup] Jul 25 01:36:10.112 INFO E| Compiling errno v0.3.1
26402024-07-25T01:36:11.159Z[ helios-setup] Jul 25 01:36:10.272 INFO E| Compiling pkg-config v0.3.26
26412024-07-25T01:36:11.277Z[ helios-setup] Jul 25 01:36:10.391 INFO E| Compiling crossbeam-utils v0.8.14
26422024-07-25T01:36:11.552Z[ helios-setup] Jul 25 01:36:10.665 INFO E| Compiling slog v2.7.0
26432024-07-25T01:36:11.875Z[ helios-setup] Jul 25 01:36:10.989 INFO E| Compiling fnv v1.0.7
26442024-07-25T01:36:12.162Z[ helios-setup] Jul 25 01:36:11.275 INFO E| Compiling http v0.2.9
26452024-07-25T01:36:12.362Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26462024-07-25T01:36:13.192Z[ helios-setup] Jul 25 01:36:12.305 INFO E| Compiling digest v0.10.6
26472024-07-25T01:36:15.128Z[ helios-setup] Jul 25 01:36:14.242 INFO E| Compiling aho-corasick v0.7.20
26482024-07-25T01:36:15.128Z[ helios-setup] Jul 25 01:36:14.242 INFO E| Compiling httparse v1.8.0
26492024-07-25T01:36:15.685Z[ helios-setup] Jul 25 01:36:14.798 INFO E| Compiling heck v0.4.1
26502024-07-25T01:36:16.715Z[ helios-setup] Jul 25 01:36:15.828 INFO E| Compiling unicode-width v0.1.10
26512024-07-25T01:36:17.026Z[ helios-setup] Jul 25 01:36:16.140 INFO E| Compiling anyhow v1.0.68
26522024-07-25T01:36:17.756Z[ helios-setup] Jul 25 01:36:16.869 INFO E| Compiling regex-syntax v0.6.29
26532024-07-25T01:36:18.086Z[ helios-setup] Jul 25 01:36:17.198 INFO E| Compiling cpufeatures v0.2.5
26542024-07-25T01:36:18.312Z[ helios-setup] Jul 25 01:36:17.425 INFO E| Compiling tinyvec_macros v0.1.1
26552024-07-25T01:36:18.471Z[ helios-setup] Jul 25 01:36:17.584 INFO E| Compiling percent-encoding v2.2.0
26562024-07-25T01:36:18.675Z[ helios-setup] Jul 25 01:36:17.788 INFO E| Compiling thiserror-impl v1.0.38
26572024-07-25T01:36:19.389Z[ helios-setup] Jul 25 01:36:18.502 INFO E| Compiling tokio-macros v2.0.0
26582024-07-25T01:36:19.415Z[ helios-setup] Jul 25 01:36:18.528 INFO E| Compiling futures-macro v0.3.28
26592024-07-25T01:36:19.478Z[ helios-setup] Jul 25 01:36:18.591 INFO E| Compiling schemars_derive v0.8.12
26602024-07-25T01:36:19.649Z[ helios-setup] Jul 25 01:36:18.763 INFO E| Compiling form_urlencoded v1.1.0
26612024-07-25T01:36:20.456Z[ helios-setup] Jul 25 01:36:19.569 INFO E| Compiling tinyvec v1.6.0
26622024-07-25T01:36:23.104Z[ helios-setup] Jul 25 01:36:22.217 INFO E| Compiling const-random-macro v0.1.15
26632024-07-25T01:36:24.632Z[ helios-setup] Jul 25 01:36:23.745 INFO E| Compiling regex v1.7.3
26642024-07-25T01:36:25.073Z[ helios-setup] Jul 25 01:36:24.186 INFO E| Compiling hashbrown v0.13.2
26652024-07-25T01:36:25.367Z[ helios-setup] Jul 25 01:36:24.480 INFO E| Compiling chrono v0.4.24
26662024-07-25T01:36:25.563Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26672024-07-25T01:36:26.131Z[ helios-setup] Jul 25 01:36:25.243 INFO E| Compiling libz-sys v1.1.8
26682024-07-25T01:36:28.725Z[ helios-setup] Jul 25 01:36:27.838 INFO E| Compiling dyn-clone v1.0.11
26692024-07-25T01:36:29.124Z[ helios-setup] Jul 25 01:36:28.236 INFO E| Compiling uuid v1.3.0
26702024-07-25T01:36:29.528Z[ helios-setup] Jul 25 01:36:28.641 INFO E| Compiling regress v0.5.0
26712024-07-25T01:36:29.625Z[ helios-setup] Jul 25 01:36:28.737 INFO E| Compiling const-random v0.1.15
26722024-07-25T01:36:29.927Z[ helios-setup] Jul 25 01:36:29.039 INFO E| Compiling unicode-normalization v0.1.22
26732024-07-25T01:36:31.816Z[ helios-setup] Jul 25 01:36:30.928 INFO E| Compiling getopts v0.2.21
26742024-07-25T01:36:32.803Z[ helios-setup] Jul 25 01:36:31.916 INFO E| Compiling tracing-core v0.1.30
26752024-07-25T01:36:33.330Z[ helios-setup] Jul 25 01:36:32.443 INFO E| Compiling memoffset v0.7.1
26762024-07-25T01:36:33.759Z[ helios-setup] Jul 25 01:36:32.872 INFO E| Compiling time-core v0.1.0
26772024-07-25T01:36:34.549Z[ helios-setup] Jul 25 01:36:33.661 INFO E| Compiling unicode-bidi v0.3.13
26782024-07-25T01:36:37.239Z[ helios-setup] Jul 25 01:36:36.352 INFO E| Compiling ucd-trie v0.1.5
26792024-07-25T01:36:37.958Z[ host-package] Compiling zone v0.1.8
26802024-07-25T01:36:38.201Z[ helios-setup] Jul 25 01:36:37.312 INFO E| Compiling pest v2.5.7
26812024-07-25T01:36:38.494Z[ helios-setup] Jul 25 01:36:37.606 INFO E| Compiling idna v0.3.0
26822024-07-25T01:36:38.563Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26832024-07-25T01:36:39.107Z[ helios-setup] Jul 25 01:36:38.219 INFO E| Compiling tracing v0.1.37
26842024-07-25T01:36:40.454Z[ helios-setup] Jul 25 01:36:39.566 INFO E| Compiling time-macros v0.2.8
26852024-07-25T01:36:43.049Z[ helios-setup] Jul 25 01:36:42.161 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26862024-07-25T01:36:43.479Z[ helios-setup] Jul 25 01:36:42.591 INFO E| Compiling time v0.1.45
26872024-07-25T01:36:43.902Z[ helios-setup] Jul 25 01:36:43.014 INFO E| Compiling crossbeam-epoch v0.9.13
26882024-07-25T01:36:45.485Z[ helios-setup] Jul 25 01:36:44.597 INFO E| Compiling semver v1.0.17
26892024-07-25T01:36:45.920Z[ helios-setup] Jul 25 01:36:45.032 INFO E| Compiling iana-time-zone v0.1.56
26902024-07-25T01:36:46.344Z[ helios-setup] Jul 25 01:36:45.456 INFO E| Compiling toml v0.5.11
26912024-07-25T01:36:46.716Z[ helios-setup] Jul 25 01:36:45.827 INFO E| Compiling serde_tokenstream v0.2.0
26922024-07-25T01:36:47.542Z[ helios-setup] Jul 25 01:36:46.632 INFO E| Compiling num_threads v0.1.6
26932024-07-25T01:36:47.745Z[ helios-setup] Jul 25 01:36:46.856 INFO E| Compiling time v0.3.20
26942024-07-25T01:36:48.512Z[ helios-setup] Jul 25 01:36:47.623 INFO E| Compiling smallvec v1.10.0
26952024-07-25T01:36:51.523Z[ helios-setup] Jul 25 01:36:50.634 INFO E| Compiling parking_lot v0.12.1
26962024-07-25T01:36:52.163Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
26972024-07-25T01:36:54.931Z[ helios-setup] Jul 25 01:36:54.042 INFO E| Compiling semver-parser v0.10.2
26982024-07-25T01:36:55.774Z[ helios-setup] Jul 25 01:36:54.885 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26992024-07-25T01:36:57.989Z[ helios-setup] Jul 25 01:36:57.100 INFO E| Compiling url v2.3.1
27002024-07-25T01:37:00.412Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27012024-07-25T01:37:00.744Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27022024-07-25T01:37:01.092Z[ helios-setup] Jul 25 01:37:00.203 INFO E| Compiling crossbeam-channel v0.5.6
27032024-07-25T01:37:02.485Z[ helios-setup] Jul 25 01:37:01.595 INFO E| Compiling dirs-sys-next v0.1.2
27042024-07-25T01:37:04.355Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27052024-07-25T01:37:04.898Z[ helios-setup] Jul 25 01:37:04.009 INFO E| Compiling crc32fast v1.3.2
27062024-07-25T01:37:05.139Z[ helios-setup] Jul 25 01:37:04.250 INFO E| Compiling try-lock v0.2.4
27072024-07-25T01:37:05.241Z[ helios-setup] Jul 25 01:37:04.351 INFO E| Compiling same-file v1.0.6
27082024-07-25T01:37:05.661Z[ helios-setup] Jul 25 01:37:04.771 INFO E| Compiling walkdir v2.3.3
27092024-07-25T01:37:05.871Z[ helios-setup] Jul 25 01:37:04.981 INFO E| Compiling want v0.3.0
27102024-07-25T01:37:06.034Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27112024-07-25T01:37:06.921Z[ helios-setup] Jul 25 01:37:06.031 INFO E| Compiling dirs-next v2.0.0
27122024-07-25T01:37:06.963Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27132024-07-25T01:37:09.909Z[ helios-setup] Jul 25 01:37:09.019 INFO E| Compiling semver v0.11.0
27142024-07-25T01:37:10.905Z[ helios-setup] Jul 25 01:37:10.016 INFO E| Compiling proc-macro-crate v1.2.1
27152024-07-25T01:37:11.369Z[ helios-setup] Jul 25 01:37:10.480 INFO E| Compiling futures-executor v0.3.28
27162024-07-25T01:37:12.838Z[ helios-setup] Jul 25 01:37:11.949 INFO E| Compiling tokio-util v0.7.7
27172024-07-25T01:37:13.113Z[ helios-setup] Jul 25 01:37:12.223 INFO E| Compiling http-body v0.4.5
27182024-07-25T01:37:13.803Z[ helios-setup] Jul 25 01:37:12.913 INFO E| Compiling ring v0.16.20
27192024-07-25T01:37:14.050Z[ helios-setup] Jul 25 01:37:13.160 INFO E| Compiling rand_core v0.6.4
27202024-07-25T01:37:15.123Z[ helios-setup] Jul 25 01:37:14.233 INFO E| Compiling h2 v0.3.16
27212024-07-25T01:37:15.520Z[ helios-setup] Jul 25 01:37:14.629 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27222024-07-25T01:37:15.984Z[ helios-setup] Jul 25 01:37:15.094 INFO E| Compiling thread_local v1.1.7
27232024-07-25T01:37:16.523Z[ host-package] Compiling portpicker v0.1.1
27242024-07-25T01:37:16.695Z[ host-package] Compiling unicode-linebreak v0.1.5
27252024-07-25T01:37:17.489Z[ host-package] Compiling smawk v0.3.2
27262024-07-25T01:37:17.560Z[ helios-setup] Jul 25 01:37:16.670 INFO E| Compiling adler v1.0.2
27272024-07-25T01:37:17.815Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27282024-07-25T01:37:17.946Z[ helios-setup] Jul 25 01:37:17.056 INFO E| Compiling rayon-core v1.10.2
27292024-07-25T01:37:18.032Z[ host-package] Compiling textwrap v0.16.1
27302024-07-25T01:37:18.158Z[ helios-setup] Jul 25 01:37:17.268 INFO E| Compiling ppv-lite86 v0.2.17
27312024-07-25T01:37:18.983Z[ helios-setup] Jul 25 01:37:18.093 INFO E| Compiling httpdate v1.0.2
27322024-07-25T01:37:20.756Z[ helios-setup] Jul 25 01:37:19.866 INFO E| Compiling home v0.5.4
27332024-07-25T01:37:21.377Z[ helios-setup] Jul 25 01:37:20.487 INFO E| Compiling fastrand v1.9.0
27342024-07-25T01:37:23.073Z[ helios-setup] Jul 25 01:37:22.182 INFO E| Compiling lazy_static v1.4.0
27352024-07-25T01:37:23.117Z[ helios-setup] Jul 25 01:37:22.227 INFO E| Compiling utf8parse v0.2.1
27362024-07-25T01:37:23.382Z[ helios-setup] Jul 25 01:37:22.492 INFO E| Compiling tower-service v0.3.2
27372024-07-25T01:37:23.654Z[ helios-setup] Jul 25 01:37:22.763 INFO E| Compiling base64 v0.21.0
27382024-07-25T01:37:23.696Z[ helios-setup] Jul 25 01:37:22.805 INFO E| Compiling anstyle-parse v0.1.1
27392024-07-25T01:37:24.824Z[ helios-setup] Jul 25 01:37:23.933 INFO E| Compiling toolchain_find v0.2.0
27402024-07-25T01:37:25.702Z[ helios-setup] Jul 25 01:37:24.812 INFO E| Compiling hyper v0.14.25
27412024-07-25T01:37:25.777Z[ helios-setup] Jul 25 01:37:24.886 INFO E| Compiling tempfile v3.5.0
27422024-07-25T01:37:26.079Z[ helios-setup] Jul 25 01:37:25.189 INFO E| Compiling rand_chacha v0.3.1
27432024-07-25T01:37:27.443Z[ helios-setup] Jul 25 01:37:26.553 INFO E| Compiling miniz_oxide v0.6.2
27442024-07-25T01:37:29.749Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27452024-07-25T01:37:33.854Z[ helios-setup] Jul 25 01:37:32.963 INFO E| Compiling num_enum_derive v0.5.7
27462024-07-25T01:37:37.258Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27472024-07-25T01:37:37.564Z[ helios-setup] Jul 25 01:37:36.673 INFO E| Compiling cargo-lock v8.0.3
27482024-07-25T01:37:40.363Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27492024-07-25T01:37:44.844Z[ helios-setup] Jul 25 01:37:43.952 INFO E| Compiling futures v0.3.28
27502024-07-25T01:37:45.094Z[ helios-setup] Jul 25 01:37:44.202 INFO E| Compiling crossbeam-deque v0.8.2
27512024-07-25T01:37:46.046Z[ helios-setup] Jul 25 01:37:45.155 INFO E| Compiling term v0.7.0
27522024-07-25T01:37:50.101Z[ helios-setup] Jul 25 01:37:49.209 INFO E| Compiling serde_urlencoded v0.7.1
27532024-07-25T01:37:50.488Z[ helios-setup] Jul 25 01:37:49.596 INFO E| Compiling sha1 v0.10.5
27542024-07-25T01:37:50.696Z[ helios-setup] Jul 25 01:37:49.804 INFO E| Compiling sha2 v0.10.6
27552024-07-25T01:37:50.808Z[ host-package] Compiling rcgen v0.12.1
27562024-07-25T01:37:51.606Z[ helios-setup] Jul 25 01:37:50.714 INFO E| Compiling is-terminal v0.4.7
27572024-07-25T01:37:52.029Z[ helios-setup] Jul 25 01:37:51.136 INFO E| Compiling atty v0.2.14
27582024-07-25T01:37:53.257Z[ helios-setup] Jul 25 01:37:52.365 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27592024-07-25T01:37:54.329Z[ helios-setup] Jul 25 01:37:53.435 INFO E| Compiling anstyle v0.3.5
27602024-07-25T01:37:54.728Z[ helios-setup] Jul 25 01:37:53.833 INFO E| Compiling concolor-query v0.3.3
27612024-07-25T01:37:55.420Z[ helios-setup] Jul 25 01:37:54.527 INFO E| Compiling concolor-override v1.0.0
27622024-07-25T01:37:56.034Z[ helios-setup] Jul 25 01:37:55.142 INFO E| Compiling anstream v0.2.6
27632024-07-25T01:37:58.973Z[ helios-setup] Jul 25 01:37:58.080 INFO E| Compiling slog-term v2.9.0
27642024-07-25T01:37:59.807Z[ helios-setup] Jul 25 01:37:58.913 INFO E| Compiling flate2 v1.0.25
27652024-07-25T01:38:04.892Z[ helios-setup] Jul 25 01:38:00.666 INFO E| Compiling num_enum v0.5.7
27662024-07-25T01:38:04.965Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27672024-07-25T01:38:04.965Z[ helios-setup] Jul 25 01:38:01.338 INFO E| Compiling rand v0.8.5
27682024-07-25T01:38:04.965Z[ helios-setup] Jul 25 01:38:01.767 INFO E| Compiling rustfmt-wrapper v0.2.0
27692024-07-25T01:38:04.965Z[ helios-setup] Jul 25 01:38:01.963 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27702024-07-25T01:38:04.965Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27712024-07-25T01:38:04.965Z[ helios-setup] Jul 25 01:38:02.155 INFO E| Compiling openapiv3 v1.0.2
27722024-07-25T01:38:04.965Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27732024-07-25T01:38:04.965Z[ helios-setup] Jul 25 01:38:03.832 INFO E| Compiling encoding_rs v0.8.32
27742024-07-25T01:38:05.271Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27752024-07-25T01:38:06.546Z[ helios-setup] Jul 25 01:38:05.653 INFO E| Compiling project-root v0.2.2
27762024-07-25T01:38:07.089Z[ helios-setup] Jul 25 01:38:06.196 INFO E| Compiling clap_lex v0.4.1
27772024-07-25T01:38:08.529Z[ helios-setup] Jul 25 01:38:07.637 INFO E| Compiling spin v0.5.2
27782024-07-25T01:38:09.115Z[ helios-setup] Jul 25 01:38:08.222 INFO E| Compiling ipnet v2.7.2
27792024-07-25T01:38:10.452Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27802024-07-25T01:38:11.379Z[ helios-setup] Jul 25 01:38:10.486 INFO E| Compiling untrusted v0.7.1
27812024-07-25T01:38:11.481Z[ host-package] Compiling atomicwrites v0.4.3
27822024-07-25T01:38:11.873Z[ helios-setup] Jul 25 01:38:10.979 INFO E| Compiling utf-8 v0.7.6
27832024-07-25T01:38:12.702Z[ host-package] Compiling fatfs v0.3.6
27842024-07-25T01:38:12.910Z[ helios-setup] Jul 25 01:38:12.017 INFO E| Compiling either v1.8.0
27852024-07-25T01:38:13.638Z[ helios-setup] Jul 25 01:38:12.745 INFO E| Compiling mime v0.3.17
27862024-07-25T01:38:13.916Z[ helios-setup] Jul 25 01:38:13.022 INFO E| Compiling strsim v0.10.0
27872024-07-25T01:38:14.476Z[ helios-setup] Jul 25 01:38:13.582 INFO E| Compiling unsafe-libyaml v0.2.8
27882024-07-25T01:38:16.195Z[ helios-setup] Jul 25 01:38:15.301 INFO E| Compiling byteorder v1.4.3
27892024-07-25T01:38:17.222Z[ helios-setup] Jul 25 01:38:16.328 INFO E| Compiling base64 v0.13.1
27902024-07-25T01:38:17.327Z[ helios-setup] Jul 25 01:38:16.434 INFO E| Compiling clap_builder v4.2.1
27912024-07-25T01:38:18.016Z[ helios-setup] Jul 25 01:38:17.122 INFO E| Compiling serde_yaml v0.9.21
27922024-07-25T01:38:18.193Z[ helios-setup] Jul 25 01:38:17.299 INFO E| Compiling tungstenite v0.18.0
27932024-07-25T01:38:18.630Z[ host-package] Compiling rtoolbox v0.0.2
27942024-07-25T01:38:18.686Z[ host-package] Compiling subprocess v0.2.9
27952024-07-25T01:38:19.251Z[ helios-setup] Jul 25 01:38:18.357 INFO E| Compiling reqwest v0.11.16
27962024-07-25T01:38:19.485Z[ host-package] Compiling assert_matches v1.5.0
27972024-07-25T01:38:19.836Z[ host-package] Compiling is_ci v1.2.0
27982024-07-25T01:38:20.386Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27992024-07-25T01:38:20.474Z[ host-package] Compiling supports-color v3.0.0
28002024-07-25T01:38:25.849Z[ helios-setup] Jul 25 01:38:24.955 INFO E| Compiling rayon v1.6.1
28012024-07-25T01:38:26.545Z[ helios-setup] Jul 25 01:38:25.651 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28022024-07-25T01:38:27.638Z[ host-package] Compiling rpassword v7.3.1
28032024-07-25T01:38:28.429Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28042024-07-25T01:38:28.554Z[ helios-setup] Jul 25 01:38:27.660 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28052024-07-25T01:38:29.487Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28062024-07-25T01:38:31.051Z[ helios-setup] Jul 25 01:38:30.156 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28072024-07-25T01:38:34.877Z[ host-package] Compiling tui-tree-widget v0.21.0
28082024-07-25T01:38:35.857Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28092024-07-25T01:38:37.850Z[ helios-setup] Jul 25 01:38:36.955 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28102024-07-25T01:38:38.173Z[ helios-setup] Jul 25 01:38:37.278 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28112024-07-25T01:38:38.276Z[ helios-setup] Jul 25 01:38:37.381 INFO E| Compiling clap_derive v4.2.0
28122024-07-25T01:38:39.101Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28132024-07-25T01:38:39.342Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28142024-07-25T01:38:40.062Z[ host-package] Compiling uzers v0.11.3
28152024-07-25T01:38:41.767Z[ helios-setup] Jul 25 01:38:40.872 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28162024-07-25T01:38:42.315Z[ helios-setup] Jul 25 01:38:41.420 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28172024-07-25T01:38:42.917Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28182024-07-25T01:38:45.563Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28192024-07-25T01:38:48.055Z[ helios-setup] Jul 25 01:38:47.160 INFO E| Compiling clap v4.2.1
28202024-07-25T01:38:49.045Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28212024-07-25T01:39:06.613Z[ helios-setup] Jul 25 01:39:05.717 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28222024-07-25T01:39:09.847Z[ helios-setup] Jul 25 01:39:08.951 INFO E| Compiling tokio-tungstenite v0.18.0
28232024-07-25T01:39:11.053Z[ helios-setup] Jul 25 01:39:10.157 INFO E| Compiling smartstring v1.0.1
28242024-07-25T01:39:11.770Z[ helios-setup] Jul 25 01:39:10.873 INFO E| Compiling rustls v0.21.0
28252024-07-25T01:39:12.647Z[ helios-setup] Jul 25 01:39:11.751 INFO E| Compiling sct v0.7.0
28262024-07-25T01:39:13.514Z[ helios-setup] Jul 25 01:39:12.618 INFO E| Compiling rustls-webpki v0.100.1
28272024-07-25T01:39:13.620Z[ helios-setup] Jul 25 01:39:12.724 INFO E| Compiling toml_datetime v0.6.1
28282024-07-25T01:39:15.362Z[ helios-setup] Jul 25 01:39:14.465 INFO E| Compiling serde_spanned v0.6.1
28292024-07-25T01:39:16.089Z[ helios-setup] Jul 25 01:39:15.192 INFO E| Compiling winnow v0.4.1
28302024-07-25T01:39:17.392Z[ helios-setup] Jul 25 01:39:16.495 INFO E| Compiling match_cfg v0.1.0
28312024-07-25T01:39:17.737Z[ helios-setup] Jul 25 01:39:16.840 INFO E| Compiling slog-async v2.7.0
28322024-07-25T01:39:17.831Z[ helios-setup] Jul 25 01:39:16.935 INFO E| Compiling camino v1.1.4
28332024-07-25T01:39:19.174Z[ helios-setup] Jul 25 01:39:18.277 INFO E| Compiling paste v1.0.12
28342024-07-25T01:39:19.465Z[ helios-setup] Jul 25 01:39:18.569 INFO E| Compiling async-trait v0.1.68
28352024-07-25T01:39:20.470Z[ helios-setup] Jul 25 01:39:19.573 INFO E| Compiling static_assertions v1.1.0
28362024-07-25T01:39:20.928Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28372024-07-25T01:39:21.684Z[ helios-setup] Jul 25 01:39:20.787 INFO E| Compiling hostname v0.3.1
28382024-07-25T01:39:22.335Z[ helios-setup] Jul 25 01:39:21.438 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28392024-07-25T01:39:24.093Z[ helios-setup] Jul 25 01:39:23.196 INFO E| Compiling toml_edit v0.19.8
28402024-07-25T01:39:27.613Z[ helios-setup] Jul 25 01:39:26.716 INFO E| Compiling slog-json v2.6.1
28412024-07-25T01:39:29.063Z[ helios-setup] Jul 25 01:39:28.165 INFO E| Compiling unicode-linebreak v0.1.4
28422024-07-25T01:39:29.156Z[ helios-setup] Jul 25 01:39:28.259 INFO E| Compiling async-stream-impl v0.3.5
28432024-07-25T01:39:31.705Z[ host-package] Compiling multimap v0.10.0
28442024-07-25T01:39:32.281Z[ helios-setup] Jul 25 01:39:31.383 INFO E| Compiling rhai_codegen v1.5.0
28452024-07-25T01:39:34.702Z[ helios-setup] Jul 25 01:39:33.804 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28462024-07-25T01:39:35.617Z[ helios-setup] Jul 25 01:39:34.719 INFO E| Compiling take_mut v0.2.2
28472024-07-25T01:39:37.917Z[ helios-setup] Jul 25 01:39:37.018 INFO E| Compiling rhai v1.14.0
28482024-07-25T01:39:38.893Z[ helios-setup] Jul 25 01:39:37.995 INFO E| Compiling async-stream v0.3.5
28492024-07-25T01:39:39.241Z[ helios-setup] Jul 25 01:39:38.343 INFO E| Compiling toml v0.7.3
28502024-07-25T01:39:40.035Z[ helios-setup] Jul 25 01:39:39.130 INFO E| Compiling tokio-rustls v0.24.0
28512024-07-25T01:39:41.112Z[ helios-setup] Jul 25 01:39:40.213 INFO E| Compiling slog-bunyan v2.4.0
28522024-07-25T01:39:44.451Z[ helios-setup] Jul 25 01:39:43.552 INFO E| Compiling rustls-pemfile v1.0.2
28532024-07-25T01:39:45.349Z[ helios-setup] Jul 25 01:39:44.445 INFO E| Compiling serde_path_to_error v0.1.11
28542024-07-25T01:39:45.865Z[ helios-setup] Jul 25 01:39:44.961 INFO E| Compiling bincode v1.3.3
28552024-07-25T01:39:47.584Z[ helios-setup] Jul 25 01:39:46.685 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28562024-07-25T01:39:48.240Z[ helios-setup] Jul 25 01:39:47.338 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28572024-07-25T01:39:49.176Z[ helios-setup] Jul 25 01:39:48.260 INFO E| Compiling terminal_size v0.2.6
28582024-07-25T01:39:49.857Z[ helios-setup] Jul 25 01:39:48.956 INFO E| Compiling smawk v0.3.1
28592024-07-25T01:39:50.620Z[ helios-setup] Jul 25 01:39:49.721 INFO E| Compiling textwrap v0.16.0
28602024-07-25T01:40:20.831Z[ helios-setup] Jul 25 01:40:19.930 INFO E| Compiling git2 v0.16.1
28612024-07-25T01:40:26.215Z[ helios-setup] Jul 25 01:40:25.314 INFO E| Compiling built v0.6.0
28622024-07-25T01:40:32.130Z[ helios-setup] Jul 25 01:40:31.229 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28632024-07-25T01:40:33.662Z[ helios-setup] Jul 25 01:40:32.761 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28642024-07-25T01:40:34.365Z[ helios-setup] Jul 25 01:40:33.463 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28652024-07-25T01:40:38.408Z[ helios-setup] Jul 25 01:40:37.506 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28662024-07-25T01:40:40.957Z[ helios-setup] Jul 25 01:40:40.055 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28672024-07-25T01:41:32.485Z[ helios-setup] Jul 25 01:41:31.580 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
28682024-07-25T01:41:52.683Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
28692024-07-25T01:42:32.886Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28702024-07-25T01:42:44.880Z[ helios-setup] Jul 25 01:42:43.972 INFO E| Finished `release` profile [optimized] target(s) in 6m 59s
28712024-07-25T01:42:45.004Z[ helios-setup] Jul 25 01:42:44.095 INFO building project "pilot" ok (419 seconds)
28722024-07-25T01:42:45.007Z[ helios-setup] rm -f helios-build
28732024-07-25T01:42:45.010Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
28742024-07-25T01:42:45.013Z[ helios-setup]
28752024-07-25T01:42:45.013Z[ helios-setup] Setup complete! ./helios-build is now available.
28762024-07-25T01:42:45.016Z[ helios-setup]
28772024-07-25T01:42:45.016Z[ helios-setup]
28782024-07-25T01:42:45.016ZJul 25 01:42:44.108 INFO [helios-setup] process exited with exit status: 0 (738.463597816s)
28792024-07-25T01:42:45.016Z[ helios-setup] real 12:18.458282125
28802024-07-25T01:42:45.016Z[ helios-setup] user 29:12.190724227
28812024-07-25T01:42:45.016Z[ helios-setup] sys 3:44.626193331
28822024-07-25T01:42:45.019Z[ helios-setup] trap 1.558060792
28832024-07-25T01:42:45.019Z[ helios-setup] tflt 5.342999192
28842024-07-25T01:42:45.019Z[ helios-setup] dflt 40.108851897
28852024-07-25T01:42:45.019Z[ helios-setup] kflt 0.060734478
28862024-07-25T01:42:45.019Z[ helios-setup] lock 2:00:16.078659482
28872024-07-25T01:42:45.019Z[ helios-setup] slp 3:07:35.355201615
28882024-07-25T01:42:45.019Z[ helios-setup] lat 32:57.137742195
28892024-07-25T01:42:45.019Z[ helios-setup] stop 4:01.755219122
28902024-07-25T01:42:45.019ZJul 25 01:42:44.109 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
28912024-07-25T01:42:45.039Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
28922024-07-25T01:42:45.319Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
28932024-07-25T01:42:45.322Z[ phbl-toolchain] info: downloading component 'cargo'
28942024-07-25T01:42:46.914Z[ phbl-toolchain] info: downloading component 'clippy'
28952024-07-25T01:42:47.333Z[ phbl-toolchain] info: downloading component 'llvm-tools'
28962024-07-25T01:42:52.687Z[ phbl-toolchain] info: downloading component 'miri'
28972024-07-25T01:42:53.147Z[ phbl-toolchain] info: downloading component 'rust-docs'
28982024-07-25T01:42:54.454Z[ phbl-toolchain] info: downloading component 'rust-src'
28992024-07-25T01:42:55.184Z[ phbl-toolchain] info: downloading component 'rust-std'
29002024-07-25T01:42:57.888Z[ phbl-toolchain] info: downloading component 'rustc'
29012024-07-25T01:43:03.641Z[ phbl-toolchain] info: downloading component 'rustfmt'
29022024-07-25T01:43:04.242Z[ phbl-toolchain] info: installing component 'cargo'
29032024-07-25T01:43:05.586Z[ phbl-toolchain] info: installing component 'clippy'
29042024-07-25T01:43:06.057Z[ phbl-toolchain] info: installing component 'llvm-tools'
29052024-07-25T01:43:11.808Z[ phbl-toolchain] info: installing component 'miri'
29062024-07-25T01:43:12.109Z[ phbl-toolchain] info: installing component 'rust-docs'
29072024-07-25T01:43:19.152Z[ phbl-toolchain] info: installing component 'rust-src'
29082024-07-25T01:43:19.814Z[ phbl-toolchain] info: installing component 'rust-std'
29092024-07-25T01:43:22.374Z[ phbl-toolchain] info: installing component 'rustc'
29102024-07-25T01:43:28.552Z[ phbl-toolchain] info: installing component 'rustfmt'
29112024-07-25T01:43:29.336Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
29122024-07-25T01:43:29.339ZJul 25 01:43:28.428 INFO [phbl-toolchain] process exited with exit status: 0 (44.318781058s)
29132024-07-25T01:49:15.560Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 01s
29142024-07-25T01:50:05.439ZJul 25 01:50:04.506 INFO [host-package] process exited with exit status: 0 (1131.478720119s)
29152024-07-25T01:50:05.439ZJul 25 01:50:04.506 INFO [host-stamp] running task
29162024-07-25T01:50:05.442ZJul 25 01:50:04.507 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
29172024-07-25T01:50:05.442ZJul 25 01:50:04.507 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+gitc29eee36e04
29182024-07-25T01:50:05.450ZJul 25 01:50:04.517 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+gitc29eee36e04
29192024-07-25T01:50:05.455ZJul 25 01:50:04.523 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+gitc29eee36e04
29202024-07-25T01:50:05.459Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
29212024-07-25T01:50:05.459Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
29222024-07-25T01:50:05.462ZJul 25 01:50:04.528 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+gitc29eee36e04
29232024-07-25T01:50:05.465Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
29242024-07-25T01:50:05.469ZJul 25 01:50:04.535 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+gitc29eee36e04
29252024-07-25T01:50:05.474Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
29262024-07-25T01:50:05.474Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
29272024-07-25T01:50:05.477ZJul 25 01:50:04.544 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+gitc29eee36e04
29282024-07-25T01:50:05.481Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
29292024-07-25T01:50:05.484Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
29302024-07-25T01:50:05.484ZJul 25 01:50:04.551 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+gitc29eee36e04
29312024-07-25T01:50:05.491Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
29322024-07-25T01:50:05.491Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
29332024-07-25T01:50:05.494ZJul 25 01:50:04.561 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+gitc29eee36e04
29342024-07-25T01:50:05.500Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
29352024-07-25T01:50:05.503ZJul 25 01:50:04.571 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (42.282432ms)
29362024-07-25T01:50:05.503Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
29372024-07-25T01:50:05.506ZJul 25 01:50:04.571 INFO [stamp-oxlog] process exited with exit status: 0 (63.633521ms)
29382024-07-25T01:50:05.506ZJul 25 01:50:04.571 INFO [stamp-overlay] process exited with exit status: 0 (35.934459ms)
29392024-07-25T01:50:05.515Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
29402024-07-25T01:50:05.554Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
29412024-07-25T01:50:05.558ZJul 25 01:50:04.626 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (108.110945ms)
29422024-07-25T01:50:05.731Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
29432024-07-25T01:50:05.735ZJul 25 01:50:04.803 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (251.159962ms)
29442024-07-25T01:50:05.773Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
29452024-07-25T01:50:05.776ZJul 25 01:50:04.844 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (320.780539ms)
29462024-07-25T01:50:06.584Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
29472024-07-25T01:50:06.587ZJul 25 01:50:05.654 INFO [stamp-propolis-server] process exited with exit status: 0 (1.110735286s)
29482024-07-25T01:50:06.597Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29492024-07-25T01:50:08.903Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29502024-07-25T01:50:15.210Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
29512024-07-25T01:50:15.213ZJul 25 01:50:14.280 INFO [stamp-switch-asic] process exited with exit status: 0 (9.719418363s)
29522024-07-25T01:50:15.216ZJul 25 01:50:14.280 INFO [host-stamp] task succeeded (9.77388852s)
29532024-07-25T01:50:15.216ZJul 25 01:50:14.280 INFO [host-proto] running task
29542024-07-25T01:50:15.534ZJul 25 01:50:14.600 INFO [host-proto] task succeeded (320.066535ms)
29552024-07-25T01:50:15.534ZJul 25 01:50:14.600 INFO [host-profile] running task
29562024-07-25T01:50:15.537ZJul 25 01:50:14.601 INFO [host-profile] task succeeded (360.437µs)
29572024-07-25T01:50:15.537ZJul 25 01:50:14.601 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpqlF6Zf/proto/host/root -N 'ci c29eee3/${os_short_commit} 2024-07-25 01:30' -s host -B
29582024-07-25T01:50:15.549Z[ host-image] Jul 25 01:50:14.616 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
29592024-07-25T01:50:15.552Z[ host-image] Jul 25 01:50:14.616 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
29602024-07-25T01:50:15.563Z[ host-image] Jul 25 01:50:14.630 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpqlF6Zf/proto/host/root"
29612024-07-25T01:50:15.566Z[ host-image] Jul 25 01:50:14.630 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
29622024-07-25T01:50:15.566Z[ host-image] Jul 25 01:50:14.631 INFO image builder template: ramdisk-01-os...
29632024-07-25T01:50:15.567Z[ host-image] Jul 25 01:50:14.631 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/.tmpqlF6Zf/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.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
29642024-07-25T01:50:15.583Z[ host-image] Jul 25 01:50:14.650 INFO O| Jul 25 01:50:14.649 INFO CREATE DATASET: rpool/images/build/host/output
29652024-07-25T01:50:15.698Z[ host-image] Jul 25 01:50:14.765 INFO O| Jul 25 01:50:14.765 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
29662024-07-25T01:50:15.703Z[ host-image] Jul 25 01:50:14.770 INFO O| Jul 25 01:50:14.770 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
29672024-07-25T01:50:15.952Z[ host-image] Jul 25 01:50:15.019 INFO O| Jul 25 01:50:15.019 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
29682024-07-25T01:50:16.076Z[ host-image] Jul 25 01:50:15.142 INFO O| Jul 25 01:50:15.142 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
29692024-07-25T01:50:16.076Z[ host-image] Jul 25 01:50:15.142 INFO O| Jul 25 01:50:15.142 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
29702024-07-25T01:50:16.079Z[ host-image] Jul 25 01:50:15.142 INFO O| Jul 25 01:50:15.142 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
29712024-07-25T01:50:16.079Z[ host-image] Jul 25 01:50:15.142 INFO O| Jul 25 01:50:15.142 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
29722024-07-25T01:50:16.084Z[ host-image] Jul 25 01:50:15.150 INFO O| Jul 25 01:50:15.150 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
29732024-07-25T01:50:16.421Z[ host-image] Jul 25 01:50:15.487 INFO O| Jul 25 01:50:15.487 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29742024-07-25T01:50:16.432Z[ host-image] Jul 25 01:50:15.498 INFO O| Jul 25 01:50:15.498 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
29752024-07-25T01:50:16.844Z[ host-image] Jul 25 01:50:15.911 INFO O| Jul 25 01:50:15.910 INFO O| Caching catalogs ... Done
29762024-07-25T01:50:16.931Z[ host-image] Jul 25 01:50:15.998 INFO O| Jul 25 01:50:15.997 INFO STEP 0 (pkg_image_create) COMPLETE
29772024-07-25T01:50:16.931Z[ host-image] Jul 25 01:50:15.998 INFO O| Jul 25 01:50:15.997 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29782024-07-25T01:50:16.934Z[ host-image] Jul 25 01:50:15.998 INFO O| Jul 25 01:50:15.998 INFO skip step because feature "repo_redist" is not enabled
29792024-07-25T01:50:16.934Z[ host-image] Jul 25 01:50:15.998 INFO O| Jul 25 01:50:15.998 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29802024-07-25T01:50:16.942Z[ host-image] Jul 25 01:50:16.009 INFO O| Jul 25 01:50:16.009 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"]
29812024-07-25T01:50:17.374Z[ host-image] Jul 25 01:50:16.441 INFO O| Jul 25 01:50:16.441 INFO STEP 2 (pkg_set_publisher) COMPLETE
29822024-07-25T01:50:17.374Z[ host-image] Jul 25 01:50:16.441 INFO O| Jul 25 01:50:16.441 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29832024-07-25T01:50:17.388Z[ host-image] Jul 25 01:50:16.454 INFO O| Jul 25 01:50:16.454 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"]
29842024-07-25T01:50:17.817Z[ host-image] Jul 25 01:50:16.883 INFO O| Jul 25 01:50:16.883 INFO STEP 3 (pkg_set_publisher) COMPLETE
29852024-07-25T01:50:17.817Z[ host-image] Jul 25 01:50:16.883 INFO O| Jul 25 01:50:16.883 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29862024-07-25T01:50:17.820Z[ host-image] Jul 25 01:50:16.883 INFO O| Jul 25 01:50:16.883 INFO skip step because feature "repo_redist" is not enabled
29872024-07-25T01:50:17.820Z[ host-image] Jul 25 01:50:16.883 INFO O| Jul 25 01:50:16.883 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29882024-07-25T01:50:18.358Z[ host-image] Jul 25 01:50:17.424 INFO O| Jul 25 01:50:17.424 INFO variant opensolaris.zone is already global
29892024-07-25T01:50:18.358Z[ host-image] Jul 25 01:50:17.424 INFO O| Jul 25 01:50:17.424 INFO STEP 5 (pkg_change_variant) COMPLETE
29902024-07-25T01:50:18.362Z[ host-image] Jul 25 01:50:17.424 INFO O| Jul 25 01:50:17.424 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29912024-07-25T01:50:18.905Z[ host-image] Jul 25 01:50:17.972 INFO O| Jul 25 01:50:17.971 INFO variant opensolaris.imagetype is full; changing to partial
29922024-07-25T01:50:18.905Z[ host-image] Jul 25 01:50:17.972 INFO O| Jul 25 01:50:17.971 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
29932024-07-25T01:50:23.409Z[ host-image] Jul 25 01:50:22.475 INFO O| Jul 25 01:50:22.474 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
29942024-07-25T01:50:26.718Z[ host-image] Jul 25 01:50:25.783 INFO O| Jul 25 01:50:25.783 INFO O| Startup: Caching catalogs ... Done
29952024-07-25T01:50:26.765Z[ host-image] Jul 25 01:50:25.829 INFO O| Jul 25 01:50:25.829 INFO O| Planning: Planning completed in 0.00 seconds
29962024-07-25T01:50:26.770Z[ host-image] Jul 25 01:50:25.829 INFO O| Jul 25 01:50:25.829 INFO O| Planning: Consolidating action changes ... Done
29972024-07-25T01:50:26.770Z[ host-image] Jul 25 01:50:25.829 INFO O| Jul 25 01:50:25.829 INFO O| Planning: Evaluating mediators ... Done
29982024-07-25T01:50:26.770Z[ host-image] Jul 25 01:50:25.830 INFO O| Jul 25 01:50:25.830 INFO O| Planning: Planning completed in 0.00 seconds
29992024-07-25T01:50:26.770Z[ host-image] Jul 25 01:50:25.830 INFO O| Jul 25 01:50:25.830 INFO O| Variants/Facets to change: 1
30002024-07-25T01:50:26.785Z[ host-image] Jul 25 01:50:25.851 INFO O| Jul 25 01:50:25.851 INFO O| Done
30012024-07-25T01:50:26.788Z[ host-image] Jul 25 01:50:25.851 INFO O| Jul 25 01:50:25.851 INFO O| Done
30022024-07-25T01:50:27.109Z[ host-image] Jul 25 01:50:26.174 INFO O| Jul 25 01:50:26.174 INFO O| Done
30032024-07-25T01:50:27.134Z[ host-image] Jul 25 01:50:26.200 INFO O| Jul 25 01:50:26.200 INFO O| Done
30042024-07-25T01:50:27.138Z[ host-image] Jul 25 01:50:26.201 INFO O| Jul 25 01:50:26.201 INFO O| Done
30052024-07-25T01:50:27.138Z[ host-image] Jul 25 01:50:26.201 INFO O| Jul 25 01:50:26.201 INFO O| Done
30062024-07-25T01:50:27.138Z[ host-image] Jul 25 01:50:26.202 INFO O| Jul 25 01:50:26.202 INFO O| Done
30072024-07-25T01:50:27.410Z[ host-image] Jul 25 01:50:26.476 INFO O| Jul 25 01:50:26.476 INFO STEP 6 (pkg_change_variant) COMPLETE
30082024-07-25T01:50:27.410Z[ host-image] Jul 25 01:50:26.476 INFO O| Jul 25 01:50:26.476 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30092024-07-25T01:50:27.415Z[ host-image] Jul 25 01:50:26.476 INFO O| Jul 25 01:50:26.476 INFO skip step because feature "debug_variant" is not enabled
30102024-07-25T01:50:27.415Z[ host-image] Jul 25 01:50:26.476 INFO O| Jul 25 01:50:26.476 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30112024-07-25T01:50:27.744Z[ host-image] Jul 25 01:50:26.810 INFO O| Jul 25 01:50:26.810 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
30122024-07-25T01:50:28.157Z[ host-image] Jul 25 01:50:27.222 INFO O| Jul 25 01:50:27.222 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
30132024-07-25T01:50:28.163Z[ host-image] Jul 25 01:50:27.224 INFO O| Jul 25 01:50:27.224 INFO O| Planning: Planning completed in 0.00 seconds
30142024-07-25T01:50:28.163Z[ host-image] Jul 25 01:50:27.224 INFO O| Jul 25 01:50:27.224 INFO O| Planning: Consolidating action changes ... Done
30152024-07-25T01:50:28.163Z[ host-image] Jul 25 01:50:27.224 INFO O| Jul 25 01:50:27.224 INFO O| Planning: Evaluating mediators ... Done
30162024-07-25T01:50:28.163Z[ host-image] Jul 25 01:50:27.225 INFO O| Jul 25 01:50:27.224 INFO O| Planning: Planning completed in 0.00 seconds
30172024-07-25T01:50:28.163Z[ host-image] Jul 25 01:50:27.225 INFO O| Jul 25 01:50:27.225 INFO O| Variants/Facets to change: 1
30182024-07-25T01:50:28.192Z[ host-image] Jul 25 01:50:27.258 INFO O| Jul 25 01:50:27.258 INFO O| Done
30192024-07-25T01:50:28.192Z[ host-image] Jul 25 01:50:27.258 INFO O| Jul 25 01:50:27.258 INFO O| Done
30202024-07-25T01:50:28.412Z[ host-image] Jul 25 01:50:27.478 INFO O| Jul 25 01:50:27.478 INFO O| Done
30212024-07-25T01:50:28.444Z[ host-image] Jul 25 01:50:27.510 INFO O| Jul 25 01:50:27.510 INFO O| Done
30222024-07-25T01:50:28.448Z[ host-image] Jul 25 01:50:27.511 INFO O| Jul 25 01:50:27.511 INFO O| Done
30232024-07-25T01:50:28.448Z[ host-image] Jul 25 01:50:27.511 INFO O| Jul 25 01:50:27.511 INFO O| Done
30242024-07-25T01:50:28.448Z[ host-image] Jul 25 01:50:27.512 INFO O| Jul 25 01:50:27.512 INFO O| Done
30252024-07-25T01:50:28.503Z[ host-image] Jul 25 01:50:27.563 INFO O| Jul 25 01:50:27.563 INFO STEP 8 (pkg_change_facet) COMPLETE
30262024-07-25T01:50:28.503Z[ host-image] Jul 25 01:50:27.563 INFO O| Jul 25 01:50:27.563 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30272024-07-25T01:50:28.511Z[ host-image] Jul 25 01:50:27.563 INFO O| Jul 25 01:50:27.563 INFO skip step because feature "recovery" is not enabled
30282024-07-25T01:50:28.511Z[ host-image] Jul 25 01:50:27.563 INFO O| Jul 25 01:50:27.563 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30292024-07-25T01:50:28.511Z[ host-image] Jul 25 01:50:27.563 INFO O| Jul 25 01:50:27.563 INFO skip step because feature "recovery" is not enabled
30302024-07-25T01:50:28.511Z[ host-image] Jul 25 01:50:27.563 INFO O| Jul 25 01:50:27.563 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30312024-07-25T01:50:28.515Z[ host-image] Jul 25 01:50:27.574 INFO O| Jul 25 01:50:27.574 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"]
30322024-07-25T01:50:28.820Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.14s
30332024-07-25T01:50:28.924Z[ host-image] Jul 25 01:50:27.990 INFO O| Jul 25 01:50:27.990 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
30342024-07-25T01:50:31.121ZJul 25 01:50:30.187 INFO [recovery-package] process exited with exit status: 0 (25.6794926s)
30352024-07-25T01:50:31.121ZJul 25 01:50:30.187 INFO [recovery-stamp] running task
30362024-07-25T01:50:31.126ZJul 25 01:50:30.187 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
30372024-07-25T01:50:31.126ZJul 25 01:50:30.187 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+gitc29eee36e04
30382024-07-25T01:50:31.136ZJul 25 01:50:30.202 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitc29eee36e04
30392024-07-25T01:50:31.146Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
30402024-07-25T01:50:31.152Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
30412024-07-25T01:50:31.224Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
30422024-07-25T01:50:31.229ZJul 25 01:50:30.294 INFO [stamp-installinator] process exited with exit status: 0 (92.542769ms)
30432024-07-25T01:50:31.277Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
30442024-07-25T01:50:31.281ZJul 25 01:50:30.347 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (159.883648ms)
30452024-07-25T01:50:31.284ZJul 25 01:50:30.347 INFO [recovery-stamp] task succeeded (160.368221ms)
30462024-07-25T01:50:31.284ZJul 25 01:50:30.347 INFO [recovery-proto] running task
30472024-07-25T01:50:31.284ZJul 25 01:50:30.347 INFO [tuf-stamp] running task
30482024-07-25T01:50:31.284ZJul 25 01:50:30.348 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+gitc29eee36e04
30492024-07-25T01:50:31.291ZJul 25 01:50:30.357 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+gitc29eee36e04
30502024-07-25T01:50:31.299ZJul 25 01:50:30.365 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+gitc29eee36e04
30512024-07-25T01:50:31.306Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
30522024-07-25T01:50:31.309ZJul 25 01:50:30.374 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+gitc29eee36e04
30532024-07-25T01:50:31.317Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
30542024-07-25T01:50:31.321ZJul 25 01:50:30.383 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+gitc29eee36e04
30552024-07-25T01:50:31.324Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
30562024-07-25T01:50:31.329ZJul 25 01:50:30.392 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+gitc29eee36e04
30572024-07-25T01:50:31.340Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
30582024-07-25T01:50:31.344ZJul 25 01:50:30.409 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+gitc29eee36e04
30592024-07-25T01:50:31.388Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
30602024-07-25T01:50:31.397Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
30612024-07-25T01:50:31.397ZJul 25 01:50:30.458 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+gitc29eee36e04
30622024-07-25T01:50:31.463ZJul 25 01:50:30.529 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+gitc29eee36e04
30632024-07-25T01:50:31.523ZJul 25 01:50:30.589 INFO [recovery-proto] task succeeded (241.352342ms)
30642024-07-25T01:50:31.523ZJul 25 01:50:30.589 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+gitc29eee36e04
30652024-07-25T01:50:31.562ZJul 25 01:50:30.627 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpqlF6Zf/proto/recovery/root -N 'recovery c29eee3/${os_short_commit} 2024-07-25 01:30' -s recovery -R
30662024-07-25T01:50:31.602Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
30672024-07-25T01:50:31.606ZJul 25 01:50:30.670 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+gitc29eee36e04
30682024-07-25T01:50:31.606Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
30692024-07-25T01:50:31.656Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
30702024-07-25T01:50:31.656Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
30712024-07-25T01:50:31.662Z[ recovery-image] Jul 25 01:50:30.676 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
30722024-07-25T01:50:31.662Z[ recovery-image] Jul 25 01:50:30.677 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
30732024-07-25T01:50:31.662Z[ recovery-image] Jul 25 01:50:30.692 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpqlF6Zf/proto/recovery/root"
30742024-07-25T01:50:31.662Z[ recovery-image] Jul 25 01:50:30.693 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
30752024-07-25T01:50:31.663Z[ recovery-image] Jul 25 01:50:30.693 INFO image builder template: ramdisk-01-os...
30762024-07-25T01:50:31.663Z[ recovery-image] Jul 25 01:50:30.693 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/.tmpqlF6Zf/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.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
30772024-07-25T01:50:31.672Z[ recovery-image] Jul 25 01:50:30.736 INFO O| Jul 25 01:50:30.736 INFO CREATE DATASET: rpool/images/build/recovery/output
30782024-07-25T01:50:31.675Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
30792024-07-25T01:50:31.675ZJul 25 01:50:30.738 INFO [stamp-probe] process exited with exit status: 0 (329.46186ms)
30802024-07-25T01:50:31.684Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
30812024-07-25T01:50:31.839Z[ recovery-image] Jul 25 01:50:30.904 INFO O| Jul 25 01:50:30.904 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
30822024-07-25T01:50:31.867Z[ recovery-image] Jul 25 01:50:30.932 INFO O| Jul 25 01:50:30.932 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
30832024-07-25T01:50:31.945Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
30842024-07-25T01:50:32.055ZJul 25 01:50:31.120 INFO [stamp-ntp] process exited with exit status: 0 (746.757467ms)
30852024-07-25T01:50:32.107Z[ recovery-image] Jul 25 01:50:31.173 INFO O| Jul 25 01:50:31.173 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
30862024-07-25T01:50:32.171Z[ recovery-image] Jul 25 01:50:31.236 INFO O| Jul 25 01:50:31.236 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
30872024-07-25T01:50:32.176Z[ recovery-image] Jul 25 01:50:31.237 INFO O| Jul 25 01:50:31.237 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
30882024-07-25T01:50:32.176Z[ recovery-image] Jul 25 01:50:31.237 INFO O| Jul 25 01:50:31.237 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
30892024-07-25T01:50:32.176Z[ recovery-image] Jul 25 01:50:31.237 INFO O| Jul 25 01:50:31.237 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
30902024-07-25T01:50:32.181Z[ recovery-image] Jul 25 01:50:31.247 INFO O| Jul 25 01:50:31.247 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
30912024-07-25T01:50:32.455Z[ recovery-image] Jul 25 01:50:31.520 INFO O| Jul 25 01:50:31.520 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30922024-07-25T01:50:32.485Z[ recovery-image] Jul 25 01:50:31.550 INFO O| Jul 25 01:50:31.550 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
30932024-07-25T01:50:32.638Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
30942024-07-25T01:50:32.677ZJul 25 01:50:31.742 INFO [stamp-external-dns] process exited with exit status: 0 (1.359051711s)
30952024-07-25T01:50:32.918Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
30962024-07-25T01:50:32.947ZJul 25 01:50:32.013 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.647802373s)
30972024-07-25T01:50:32.955Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
30982024-07-25T01:50:33.033ZJul 25 01:50:32.098 INFO [stamp-internal-dns] process exited with exit status: 0 (1.428934308s)
30992024-07-25T01:50:33.034Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
31002024-07-25T01:50:33.075Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
31012024-07-25T01:50:33.114Z[ recovery-image] Jul 25 01:50:32.179 INFO O| Jul 25 01:50:32.179 INFO O| Caching catalogs ... Done
31022024-07-25T01:50:33.231Z[ recovery-image] Jul 25 01:50:32.296 INFO O| Jul 25 01:50:32.296 INFO STEP 0 (pkg_image_create) COMPLETE
31032024-07-25T01:50:33.231Z[ recovery-image] Jul 25 01:50:32.296 INFO O| Jul 25 01:50:32.296 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31042024-07-25T01:50:33.231Z[ recovery-image] Jul 25 01:50:32.296 INFO O| Jul 25 01:50:32.296 INFO skip step because feature "repo_redist" is not enabled
31052024-07-25T01:50:33.231Z[ recovery-image] Jul 25 01:50:32.296 INFO O| Jul 25 01:50:32.296 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31062024-07-25T01:50:33.245Z[ recovery-image] Jul 25 01:50:32.310 INFO O| Jul 25 01:50:32.310 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"]
31072024-07-25T01:50:33.362Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
31082024-07-25T01:50:33.387ZJul 25 01:50:32.453 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.92434147s)
31092024-07-25T01:50:33.518Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
31102024-07-25T01:50:33.523ZJul 25 01:50:32.588 INFO [stamp-oximeter] process exited with exit status: 0 (2.231437309s)
31112024-07-25T01:50:33.725Z[ recovery-image] Jul 25 01:50:32.790 INFO O| Jul 25 01:50:32.790 INFO STEP 2 (pkg_set_publisher) COMPLETE
31122024-07-25T01:50:33.725Z[ recovery-image] Jul 25 01:50:32.790 INFO O| Jul 25 01:50:32.790 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31132024-07-25T01:50:33.737Z[ recovery-image] Jul 25 01:50:32.803 INFO O| Jul 25 01:50:32.803 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"]
31142024-07-25T01:50:34.211Z[ recovery-image] Jul 25 01:50:33.269 INFO O| Jul 25 01:50:33.269 INFO STEP 3 (pkg_set_publisher) COMPLETE
31152024-07-25T01:50:34.212Z[ recovery-image] Jul 25 01:50:33.269 INFO O| Jul 25 01:50:33.269 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31162024-07-25T01:50:34.212Z[ recovery-image] Jul 25 01:50:33.269 INFO O| Jul 25 01:50:33.269 INFO skip step because feature "repo_redist" is not enabled
31172024-07-25T01:50:34.216Z[ recovery-image] Jul 25 01:50:33.269 INFO O| Jul 25 01:50:33.269 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31182024-07-25T01:50:34.662Z[ recovery-image] Jul 25 01:50:33.725 INFO O| Jul 25 01:50:33.725 INFO variant opensolaris.zone is already global
31192024-07-25T01:50:34.662Z[ recovery-image] Jul 25 01:50:33.725 INFO O| Jul 25 01:50:33.725 INFO STEP 5 (pkg_change_variant) COMPLETE
31202024-07-25T01:50:34.665Z[ recovery-image] Jul 25 01:50:33.725 INFO O| Jul 25 01:50:33.725 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31212024-07-25T01:50:35.038Z[ recovery-image] Jul 25 01:50:34.103 INFO O| Jul 25 01:50:34.103 INFO variant opensolaris.imagetype is full; changing to partial
31222024-07-25T01:50:35.038Z[ recovery-image] Jul 25 01:50:34.103 INFO O| Jul 25 01:50:34.103 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31232024-07-25T01:50:35.189Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
31242024-07-25T01:50:35.194ZJul 25 01:50:34.259 INFO [stamp-nexus] process exited with exit status: 0 (3.867257748s)
31252024-07-25T01:50:37.236Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
31262024-07-25T01:50:37.241ZJul 25 01:50:36.305 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.716228585s)
31272024-07-25T01:50:39.738Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31282024-07-25T01:50:39.825Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
31292024-07-25T01:50:39.829ZJul 25 01:50:38.894 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.54609433s)
31302024-07-25T01:50:39.869Z[verify-libraries] Compiling heck v0.4.1
31312024-07-25T01:50:39.875Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31322024-07-25T01:50:39.894Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31332024-07-25T01:50:39.900Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31342024-07-25T01:50:39.900Z[verify-libraries] Compiling indent_write v2.2.0
31352024-07-25T01:50:39.900Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31362024-07-25T01:50:39.900Z[verify-libraries] Compiling termios v0.3.3
31372024-07-25T01:50:40.099Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
31382024-07-25T01:50:40.099ZJul 25 01:50:39.165 INFO [stamp-clickhouse] process exited with exit status: 0 (8.706300386s)
31392024-07-25T01:50:40.099ZJul 25 01:50:39.165 INFO [tuf-stamp] task succeeded (8.817013268s)
31402024-07-25T01:50:40.159Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31412024-07-25T01:50:40.294Z[ recovery-image] Jul 25 01:50:39.359 INFO O| Jul 25 01:50:39.359 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31422024-07-25T01:50:40.447Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31432024-07-25T01:50:40.493Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31442024-07-25T01:50:41.256Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31452024-07-25T01:50:44.793Z[ recovery-image] Jul 25 01:50:43.858 INFO O| Jul 25 01:50:43.858 INFO O| Startup: Caching catalogs ... Done
31462024-07-25T01:50:44.866Z[ recovery-image] Jul 25 01:50:43.931 INFO O| Jul 25 01:50:43.931 INFO O| Planning: Planning completed in 0.00 seconds
31472024-07-25T01:50:44.870Z[ recovery-image] Jul 25 01:50:43.932 INFO O| Jul 25 01:50:43.931 INFO O| Planning: Consolidating action changes ... Done
31482024-07-25T01:50:44.870Z[ recovery-image] Jul 25 01:50:43.932 INFO O| Jul 25 01:50:43.932 INFO O| Planning: Evaluating mediators ... Done
31492024-07-25T01:50:44.870Z[ recovery-image] Jul 25 01:50:43.932 INFO O| Jul 25 01:50:43.932 INFO O| Planning: Planning completed in 0.00 seconds
31502024-07-25T01:50:44.870Z[ recovery-image] Jul 25 01:50:43.932 INFO O| Jul 25 01:50:43.932 INFO O| Variants/Facets to change: 1
31512024-07-25T01:50:44.946Z[ recovery-image] Jul 25 01:50:44.010 INFO O| Jul 25 01:50:44.010 INFO O| Done
31522024-07-25T01:50:44.946Z[ recovery-image] Jul 25 01:50:44.010 INFO O| Jul 25 01:50:44.010 INFO O| Done
31532024-07-25T01:50:45.492Z[ recovery-image] Jul 25 01:50:44.557 INFO O| Jul 25 01:50:44.557 INFO O| Done
31542024-07-25T01:50:45.534Z[ recovery-image] Jul 25 01:50:44.598 INFO O| Jul 25 01:50:44.598 INFO O| Done
31552024-07-25T01:50:45.538Z[ recovery-image] Jul 25 01:50:44.600 INFO O| Jul 25 01:50:44.600 INFO O| Done
31562024-07-25T01:50:45.539Z[ recovery-image] Jul 25 01:50:44.600 INFO O| Jul 25 01:50:44.600 INFO O| Done
31572024-07-25T01:50:45.539Z[ recovery-image] Jul 25 01:50:44.602 INFO O| Jul 25 01:50:44.602 INFO O| Done
31582024-07-25T01:50:46.044Z[ recovery-image] Jul 25 01:50:45.108 INFO O| Jul 25 01:50:45.108 INFO STEP 6 (pkg_change_variant) COMPLETE
31592024-07-25T01:50:46.044Z[ recovery-image] Jul 25 01:50:45.108 INFO O| Jul 25 01:50:45.108 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31602024-07-25T01:50:46.049Z[ recovery-image] Jul 25 01:50:45.108 INFO O| Jul 25 01:50:45.108 INFO skip step because feature "debug_variant" is not enabled
31612024-07-25T01:50:46.049Z[ recovery-image] Jul 25 01:50:45.108 INFO O| Jul 25 01:50:45.108 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31622024-07-25T01:50:46.720Z[ recovery-image] Jul 25 01:50:45.785 INFO O| Jul 25 01:50:45.785 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
31632024-07-25T01:50:47.650Z[ recovery-image] Jul 25 01:50:46.714 INFO O| Jul 25 01:50:46.714 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31642024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:46.716 INFO O| Jul 25 01:50:46.716 INFO O| Planning: Planning completed in 0.00 seconds
31652024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:46.717 INFO O| Jul 25 01:50:46.717 INFO O| Planning: Consolidating action changes ... Done
31662024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:46.718 INFO O| Jul 25 01:50:46.717 INFO O| Planning: Evaluating mediators ... Done
31672024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:46.718 INFO O| Jul 25 01:50:46.718 INFO O| Planning: Planning completed in 0.00 seconds
31682024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:46.719 INFO O| Jul 25 01:50:46.718 INFO O| Variants/Facets to change: 1
31692024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:46.795 INFO O| Jul 25 01:50:46.795 INFO O| Done
31702024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:46.796 INFO O| Jul 25 01:50:46.795 INFO O| Done
31712024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:47.363 INFO O| Jul 25 01:50:47.363 INFO O| Done
31722024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:47.412 INFO O| Jul 25 01:50:47.412 INFO O| Done
31732024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:47.414 INFO O| Jul 25 01:50:47.414 INFO O| Done
31742024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:47.414 INFO O| Jul 25 01:50:47.414 INFO O| Done
31752024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:47.416 INFO O| Jul 25 01:50:47.416 INFO O| Done
31762024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:47.513 INFO O| Jul 25 01:50:47.513 INFO STEP 8 (pkg_change_facet) COMPLETE
31772024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:47.513 INFO O| Jul 25 01:50:47.513 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31782024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:48.208 INFO O| Jul 25 01:50:48.208 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
31792024-07-25T01:50:51.139Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31802024-07-25T01:50:51.139Z[ host-image] Jul 25 01:50:48.418 INFO O| Jul 25 01:50:48.418 INFO O| Planning: Solver setup ... Done
31812024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:49.064 INFO O| Jul 25 01:50:49.064 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31822024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:49.092 INFO O| Jul 25 01:50:49.092 INFO O| Planning: Planning completed in 0.03 seconds
31832024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:49.093 INFO O| Jul 25 01:50:49.093 INFO O| Planning: Consolidating action changes ... Done
31842024-07-25T01:50:51.139Z[ recovery-image] Jul 25 01:50:49.094 INFO O| Jul 25 01:50:49.094 INFO O| Planning: Evaluating mediators ... Done
31852024-07-25T01:50:51.140Z[ recovery-image] Jul 25 01:50:49.094 INFO O| Jul 25 01:50:49.094 INFO O| Planning: Planning completed in 0.03 seconds
31862024-07-25T01:50:51.140Z[ recovery-image] Jul 25 01:50:49.094 INFO O| Jul 25 01:50:49.094 INFO O| Variants/Facets to change: 1
31872024-07-25T01:50:51.140Z[ recovery-image] Jul 25 01:50:49.124 INFO O| Jul 25 01:50:49.124 INFO O| Done
31882024-07-25T01:50:51.140Z[ recovery-image] Jul 25 01:50:49.125 INFO O| Jul 25 01:50:49.124 INFO O| Done
31892024-07-25T01:50:51.140Z[ recovery-image] Jul 25 01:50:49.590 INFO O| Jul 25 01:50:49.590 INFO O| Done
31902024-07-25T01:50:51.144Z[ recovery-image] Jul 25 01:50:49.653 INFO O| Jul 25 01:50:49.653 INFO O| Done
31912024-07-25T01:50:51.144Z[ recovery-image] Jul 25 01:50:49.654 INFO O| Jul 25 01:50:49.654 INFO O| Done
31922024-07-25T01:50:51.144Z[ recovery-image] Jul 25 01:50:49.654 INFO O| Jul 25 01:50:49.654 INFO O| Done
31932024-07-25T01:50:51.144Z[ recovery-image] Jul 25 01:50:49.656 INFO O| Jul 25 01:50:49.656 INFO O| Done
31942024-07-25T01:50:51.144Z[ recovery-image] Jul 25 01:50:49.771 INFO O| Jul 25 01:50:49.771 INFO STEP 9 (pkg_change_facet) COMPLETE
31952024-07-25T01:50:51.144Z[ recovery-image] Jul 25 01:50:49.771 INFO O| Jul 25 01:50:49.771 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31962024-07-25T01:50:51.364Z[ recovery-image] Jul 25 01:50:50.428 INFO O| Jul 25 01:50:50.428 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
31972024-07-25T01:50:52.252Z[ recovery-image] Jul 25 01:50:51.307 INFO O| Jul 25 01:50:51.307 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31982024-07-25T01:50:52.255Z[ recovery-image] Jul 25 01:50:51.309 INFO O| Jul 25 01:50:51.309 INFO O| Planning: Planning completed in 0.00 seconds
31992024-07-25T01:50:52.255Z[ recovery-image] Jul 25 01:50:51.310 INFO O| Jul 25 01:50:51.310 INFO O| Planning: Consolidating action changes ... Done
32002024-07-25T01:50:52.256Z[ recovery-image] Jul 25 01:50:51.310 INFO O| Jul 25 01:50:51.310 INFO O| Planning: Evaluating mediators ... Done
32012024-07-25T01:50:52.256Z[ recovery-image] Jul 25 01:50:51.311 INFO O| Jul 25 01:50:51.311 INFO O| Planning: Planning completed in 0.00 seconds
32022024-07-25T01:50:52.256Z[ recovery-image] Jul 25 01:50:51.311 INFO O| Jul 25 01:50:51.311 INFO O| Variants/Facets to change: 1
32032024-07-25T01:50:52.317Z[ recovery-image] Jul 25 01:50:51.382 INFO O| Jul 25 01:50:51.381 INFO O| Done
32042024-07-25T01:50:52.317Z[ recovery-image] Jul 25 01:50:51.382 INFO O| Jul 25 01:50:51.382 INFO O| Done
32052024-07-25T01:50:52.785Z[ recovery-image] Jul 25 01:50:51.849 INFO O| Jul 25 01:50:51.849 INFO O| Done
32062024-07-25T01:50:52.864Z[ recovery-image] Jul 25 01:50:51.928 INFO O| Jul 25 01:50:51.928 INFO O| Done
32072024-07-25T01:50:52.867Z[ recovery-image] Jul 25 01:50:51.930 INFO O| Jul 25 01:50:51.929 INFO O| Done
32082024-07-25T01:50:52.867Z[ recovery-image] Jul 25 01:50:51.930 INFO O| Jul 25 01:50:51.930 INFO O| Done
32092024-07-25T01:50:52.870Z[ recovery-image] Jul 25 01:50:51.932 INFO O| Jul 25 01:50:51.932 INFO O| Done
32102024-07-25T01:50:52.961Z[ recovery-image] Jul 25 01:50:52.025 INFO O| Jul 25 01:50:52.025 INFO STEP 10 (pkg_change_facet) COMPLETE
32112024-07-25T01:50:52.961Z[ recovery-image] Jul 25 01:50:52.025 INFO O| Jul 25 01:50:52.025 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32122024-07-25T01:50:52.981Z[ recovery-image] Jul 25 01:50:52.045 INFO O| Jul 25 01:50:52.045 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"]
32132024-07-25T01:50:53.838Z[ recovery-image] Jul 25 01:50:52.902 INFO O| Jul 25 01:50:52.902 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32142024-07-25T01:51:07.857Z[ host-image] Jul 25 01:51:06.921 INFO O| Jul 25 01:51:06.921 INFO O| Planning: Running solver ... Done
32152024-07-25T01:51:08.156Z[ host-image] Jul 25 01:51:07.219 INFO O| Jul 25 01:51:07.219 INFO O| Planning: Finding local manifests ... Done
32162024-07-25T01:51:08.170Z[ host-image] Jul 25 01:51:07.233 INFO O| Jul 25 01:51:07.233 INFO O| Planning: Fetching manifests: 0/123 0% complete
32172024-07-25T01:51:12.669Z[ host-image] Jul 25 01:51:11.732 INFO O| Jul 25 01:51:11.732 INFO O| Planning: Fetching manifests: 123/123 100% complete
32182024-07-25T01:51:14.042Z[ host-image] Jul 25 01:51:13.105 INFO O| Jul 25 01:51:13.105 INFO O| Planning: Package planning ... Done
32192024-07-25T01:51:15.976Z[ host-image] Jul 25 01:51:15.039 INFO O| Jul 25 01:51:15.038 INFO O| Planning: Merging actions ... Done
32202024-07-25T01:51:16.309Z[ host-image] Jul 25 01:51:15.372 INFO O| Jul 25 01:51:15.371 INFO O| Planning: Checking for conflicting actions ... Done
32212024-07-25T01:51:16.680Z[ host-image] Jul 25 01:51:15.743 INFO O| Jul 25 01:51:15.743 INFO O| Planning: Consolidating action changes ... Done
32222024-07-25T01:51:17.362Z[ host-image] Jul 25 01:51:16.425 INFO O| Jul 25 01:51:16.425 INFO O| Planning: Evaluating mediators ... Done
32232024-07-25T01:51:21.586Z[ recovery-image] Jul 25 01:51:20.648 INFO O| Jul 25 01:51:20.648 INFO O| Planning: Solver setup ... Done
32242024-07-25T01:51:23.803Z[ host-image] Jul 25 01:51:22.866 INFO O| Jul 25 01:51:22.866 INFO O| Planning: Planning completed in 54.88 seconds
32252024-07-25T01:51:23.809Z[ host-image] Jul 25 01:51:22.872 INFO O| Jul 25 01:51:22.872 INFO O| Packages to install: 123
32262024-07-25T01:51:23.812Z[ host-image] Jul 25 01:51:22.872 INFO O| Jul 25 01:51:22.872 INFO O| Mediators to change: 4
32272024-07-25T01:51:23.812Z[ host-image] Jul 25 01:51:22.872 INFO O| Jul 25 01:51:22.872 INFO O| Services to change: 6
32282024-07-25T01:51:23.943Z[ host-image] Jul 25 01:51:23.005 INFO O| Jul 25 01:51:23.005 INFO O| Download: 0/22722 items 0.0/196.3MB 0% complete
32292024-07-25T01:51:29.177Z[ host-image] Jul 25 01:51:28.239 INFO O| Jul 25 01:51:28.239 INFO O| Download: 1023/22722 items 6.2/196.3MB 3% complete (1.6M/s)
32302024-07-25T01:51:34.477Z[ host-image] Jul 25 01:51:33.539 INFO O| Jul 25 01:51:33.539 INFO O| Download: 1696/22722 items 11.3/196.3MB 5% complete (1.1M/s)
32312024-07-25T01:51:37.520Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32322024-07-25T01:51:39.450Z[ recovery-image] Jul 25 01:51:38.511 INFO O| Jul 25 01:51:38.511 INFO O| Planning: Running solver ... Done
32332024-07-25T01:51:39.480Z[ host-image] Jul 25 01:51:38.542 INFO O| Jul 25 01:51:38.542 INFO O| Download: 2181/22722 items 24.1/196.3MB 12% complete (1.8M/s)
32342024-07-25T01:51:39.713Z[ recovery-image] Jul 25 01:51:38.775 INFO O| Jul 25 01:51:38.775 INFO O| Planning: Finding local manifests ... Done
32352024-07-25T01:51:39.730Z[ recovery-image] Jul 25 01:51:38.792 INFO O| Jul 25 01:51:38.791 INFO O| Planning: Fetching manifests: 0/123 0% complete
32362024-07-25T01:51:39.838Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32372024-07-25T01:51:44.492Z[ host-image] Jul 25 01:51:43.553 INFO O| Jul 25 01:51:43.553 INFO O| Download: 3068/22722 items 33.9/196.3MB 17% complete (2.3M/s)
32382024-07-25T01:51:44.683Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392024-07-25T01:51:44.827Z[ recovery-image] Jul 25 01:51:43.889 INFO O| Jul 25 01:51:43.889 INFO O| Planning: Fetching manifests: 123/123 100% complete
32402024-07-25T01:51:45.882Z[ recovery-image] Jul 25 01:51:44.944 INFO O| Jul 25 01:51:44.944 INFO O| Planning: Package planning ... Done
32412024-07-25T01:51:46.691Z[ recovery-image] Jul 25 01:51:45.753 INFO O| Jul 25 01:51:45.753 INFO O| Planning: Merging actions ... Done
32422024-07-25T01:51:47.085Z[ recovery-image] Jul 25 01:51:46.147 INFO O| Jul 25 01:51:46.147 INFO O| Planning: Checking for conflicting actions ... Done
32432024-07-25T01:51:47.216Z[ recovery-image] Jul 25 01:51:46.277 INFO O| Jul 25 01:51:46.277 INFO O| Planning: Consolidating action changes ... Done
32442024-07-25T01:51:47.534Z[ recovery-image] Jul 25 01:51:46.595 INFO O| Jul 25 01:51:46.595 INFO O| Planning: Evaluating mediators ... Done
32452024-07-25T01:51:49.360Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32462024-07-25T01:51:49.494Z[ host-image] Jul 25 01:51:48.555 INFO O| Jul 25 01:51:48.555 INFO O| Download: 4203/22722 items 40.7/196.3MB 20% complete (1.7M/s)
32472024-07-25T01:51:53.647Z[ recovery-image] Jul 25 01:51:52.708 INFO O| Jul 25 01:51:52.708 INFO O| Planning: Planning completed in 59.80 seconds
32482024-07-25T01:51:53.653Z[ recovery-image] Jul 25 01:51:52.715 INFO O| Jul 25 01:51:52.715 INFO O| Packages to install: 123
32492024-07-25T01:51:53.657Z[ recovery-image] Jul 25 01:51:52.715 INFO O| Jul 25 01:51:52.715 INFO O| Mediators to change: 4
32502024-07-25T01:51:53.657Z[ recovery-image] Jul 25 01:51:52.715 INFO O| Jul 25 01:51:52.715 INFO O| Services to change: 5
32512024-07-25T01:51:53.730Z[ recovery-image] Jul 25 01:51:52.791 INFO O| Jul 25 01:51:52.791 INFO O| Download: 0/15829 items 0.0/173.1MB 0% complete
32522024-07-25T01:51:54.507Z[ host-image] Jul 25 01:51:53.568 INFO O| Jul 25 01:51:53.568 INFO O| Download: 4710/22722 items 44.8/196.3MB 22% complete (1.1M/s)
32532024-07-25T01:51:55.039Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32542024-07-25T01:51:58.746Z[ recovery-image] Jul 25 01:51:57.806 INFO O| Jul 25 01:51:57.806 INFO O| Download: 1001/15829 items 7.9/173.1MB 4% complete (1.7M/s)
32552024-07-25T01:51:59.527Z[ host-image] Jul 25 01:51:58.587 INFO O| Jul 25 01:51:58.587 INFO O| Download: 5441/22722 items 46.0/196.3MB 23% complete (555k/s)
32562024-07-25T01:52:03.757Z[ recovery-image] Jul 25 01:52:02.818 INFO O| Jul 25 01:52:02.818 INFO O| Download: 1174/15829 items 11.3/173.1MB 6% complete (1.1M/s)
32572024-07-25T01:52:04.543Z[ host-image] Jul 25 01:52:03.604 INFO O| Jul 25 01:52:03.604 INFO O| Download: 5981/22722 items 46.4/196.3MB 23% complete (174k/s)
32582024-07-25T01:52:08.828Z[ recovery-image] Jul 25 01:52:07.888 INFO O| Jul 25 01:52:07.888 INFO O| Download: 1525/15829 items 22.0/173.1MB 12% complete (1.4M/s)
32592024-07-25T01:52:10.056Z[ host-image] Jul 25 01:52:09.116 INFO O| Jul 25 01:52:09.116 INFO O| Download: 6850/22722 items 48.9/196.3MB 24% complete (285k/s)
32602024-07-25T01:52:14.097Z[ recovery-image] Jul 25 01:52:13.157 INFO O| Jul 25 01:52:13.157 INFO O| Download: 2675/15829 items 33.0/173.1MB 19% complete (2.3M/s)
32612024-07-25T01:52:15.057Z[ host-image] Jul 25 01:52:14.117 INFO O| Jul 25 01:52:14.117 INFO O| Download: 7193/22722 items 56.9/196.3MB 28% complete (1.0M/s)
32622024-07-25T01:52:19.101Z[ recovery-image] Jul 25 01:52:18.161 INFO O| Jul 25 01:52:18.161 INFO O| Download: 3526/15829 items 38.4/173.1MB 22% complete (1.4M/s)
32632024-07-25T01:52:20.359Z[ host-image] Jul 25 01:52:19.419 INFO O| Jul 25 01:52:19.419 INFO O| Download: 7977/22722 items 59.6/196.3MB 30% complete (1.1M/s)
32642024-07-25T01:52:24.103Z[ recovery-image] Jul 25 01:52:23.162 INFO O| Jul 25 01:52:23.162 INFO O| Download: 3977/15829 items 42.5/173.1MB 24% complete (974k/s)
32652024-07-25T01:52:25.362Z[ host-image] Jul 25 01:52:24.421 INFO O| Jul 25 01:52:24.421 INFO O| Download: 8292/22722 items 67.0/196.3MB 34% complete (1.5M/s)
32662024-07-25T01:52:29.104Z[ recovery-image] Jul 25 01:52:28.163 INFO O| Jul 25 01:52:28.163 INFO O| Download: 5031/15829 items 43.1/173.1MB 24% complete (490k/s)
32672024-07-25T01:52:30.404Z[ host-image] Jul 25 01:52:29.463 INFO O| Jul 25 01:52:29.463 INFO O| Download: 9365/22722 items 81.3/196.3MB 41% complete (2.1M/s)
32682024-07-25T01:52:34.517Z[ recovery-image] Jul 25 01:52:33.576 INFO O| Jul 25 01:52:33.576 INFO O| Download: 5723/15829 items 46.1/173.1MB 26% complete (318k/s)
32692024-07-25T01:52:35.411Z[ host-image] Jul 25 01:52:34.470 INFO O| Jul 25 01:52:34.469 INFO O| Download: 9565/22722 items 83.2/196.3MB 42% complete (1.6M/s)
32702024-07-25T01:52:39.779Z[ recovery-image] Jul 25 01:52:38.837 INFO O| Jul 25 01:52:38.837 INFO O| Download: 5937/15829 items 53.6/173.1MB 30% complete (1.0M/s)
32712024-07-25T01:52:40.478Z[ host-image] Jul 25 01:52:39.536 INFO O| Jul 25 01:52:39.536 INFO O| Download: 10854/22722 items 90.0/196.3MB 45% complete (1.0M/s)
32722024-07-25T01:52:44.783Z[ recovery-image] Jul 25 01:52:43.841 INFO O| Jul 25 01:52:43.840 INFO O| Download: 6370/15829 items 63.0/173.1MB 36% complete (1.6M/s)
32732024-07-25T01:52:45.478Z[ host-image] Jul 25 01:52:44.536 INFO O| Jul 25 01:52:44.536 INFO O| Download: 11664/22722 items 96.3/196.3MB 49% complete (1.3M/s)
32742024-07-25T01:52:49.864Z[ recovery-image] Jul 25 01:52:48.922 INFO O| Jul 25 01:52:48.922 INFO O| Download: 7617/15829 items 73.6/173.1MB 42% complete (2.0M/s)
32752024-07-25T01:52:50.803Z[ host-image] Jul 25 01:52:49.861 INFO O| Jul 25 01:52:49.861 INFO O| Download: 12112/22722 items 106.6/196.3MB 54% complete (1.6M/s)
32762024-07-25T01:52:55.819Z[ host-image] Jul 25 01:52:54.876 INFO O| Jul 25 01:52:54.876 INFO O| Download: 13102/22722 items 109.8/196.3MB 55% complete (1.4M/s)
32772024-07-25T01:52:56.088Z[ recovery-image] Jul 25 01:52:55.146 INFO O| Jul 25 01:52:55.146 INFO O| Download: 7896/15829 items 76.7/173.1MB 44% complete (1.6M/s)
32782024-07-25T01:53:00.827Z[ host-image] Jul 25 01:52:59.884 INFO O| Jul 25 01:52:59.884 INFO O| Download: 14023/22722 items 110.2/196.3MB 56% complete (375k/s)
32792024-07-25T01:53:01.092Z[ recovery-image] Jul 25 01:53:00.149 INFO O| Jul 25 01:53:00.149 INFO O| Download: 8355/15829 items 79.7/173.1MB 46% complete (664k/s)
32802024-07-25T01:53:05.948Z[ host-image] Jul 25 01:53:05.005 INFO O| Jul 25 01:53:05.005 INFO O| Download: 14451/22722 items 112.2/196.3MB 57% complete (222k/s)
32812024-07-25T01:53:07.017Z[ recovery-image] Jul 25 01:53:06.073 INFO O| Jul 25 01:53:06.073 INFO O| Download: 8817/15829 items 91.4/173.1MB 52% complete (1.5M/s)
32822024-07-25T01:53:10.949Z[ host-image] Jul 25 01:53:10.006 INFO O| Jul 25 01:53:10.006 INFO O| Download: 15421/22722 items 123.2/196.3MB 62% complete (1.3M/s)
32832024-07-25T01:53:12.024Z[ recovery-image] Jul 25 01:53:11.081 INFO O| Jul 25 01:53:11.081 INFO O| Download: 9368/15829 items 92.8/173.1MB 53% complete (1.3M/s)
32842024-07-25T01:53:16.221Z[ host-image] Jul 25 01:53:15.277 INFO O| Jul 25 01:53:15.277 INFO O| Download: 15808/22722 items 129.6/196.3MB 66% complete (1.6M/s)
32852024-07-25T01:53:17.029Z[ recovery-image] Jul 25 01:53:16.085 INFO O| Jul 25 01:53:16.085 INFO O| Download: 10294/15829 items 93.3/173.1MB 53% complete (188k/s)
32862024-07-25T01:53:21.222Z[ host-image] Jul 25 01:53:20.278 INFO O| Jul 25 01:53:20.278 INFO O| Download: 16600/22722 items 142.1/196.3MB 72% complete (1.7M/s)
32872024-07-25T01:53:23.201Z[ recovery-image] Jul 25 01:53:22.257 INFO O| Jul 25 01:53:22.256 INFO O| Download: 10907/15829 items 93.8/173.1MB 54% complete (119k/s)
32882024-07-25T01:53:26.838Z[ host-image] Jul 25 01:53:25.894 INFO O| Jul 25 01:53:25.894 INFO O| Download: 17855/22722 items 150.0/196.3MB 76% complete (2.4M/s)
32892024-07-25T01:53:28.531Z[ recovery-image] Jul 25 01:53:27.587 INFO O| Jul 25 01:53:27.587 INFO O| Download: 11089/15829 items 99.6/173.1MB 57% complete (588k/s)
32902024-07-25T01:53:31.845Z[ host-image] Jul 25 01:53:30.900 INFO O| Jul 25 01:53:30.900 INFO O| Download: 18918/22722 items 163.7/196.3MB 83% complete (1.8M/s)
32912024-07-25T01:53:33.806Z[ recovery-image] Jul 25 01:53:32.861 INFO O| Jul 25 01:53:32.861 INFO O| Download: 11419/15829 items 107.2/173.1MB 61% complete (1.3M/s)
32922024-07-25T01:53:36.848Z[ host-image] Jul 25 01:53:35.903 INFO O| Jul 25 01:53:35.903 INFO O| Download: 19800/22722 items 166.7/196.3MB 84% complete (1.7M/s)
32932024-07-25T01:53:40.158Z[ recovery-image] Jul 25 01:53:39.213 INFO O| Jul 25 01:53:39.213 INFO O| Download: 11916/15829 items 127.5/173.1MB 73% complete (2.8M/s)
32942024-07-25T01:53:41.851Z[ host-image] Jul 25 01:53:40.906 INFO O| Jul 25 01:53:40.906 INFO O| Download: 20344/22722 items 168.5/196.3MB 85% complete (498k/s)
32952024-07-25T01:53:45.160Z[ recovery-image] Jul 25 01:53:44.215 INFO O| Jul 25 01:53:44.215 INFO O| Download: 12830/15829 items 141.3/173.1MB 81% complete (3.2M/s)
32962024-07-25T01:53:46.957Z[ host-image] Jul 25 01:53:46.012 INFO O| Jul 25 01:53:46.012 INFO O| Download: 20754/22722 items 170.7/196.3MB 86% complete (401k/s)
32972024-07-25T01:53:50.167Z[ recovery-image] Jul 25 01:53:49.222 INFO O| Jul 25 01:53:49.221 INFO O| Download: 13135/15829 items 142.4/173.1MB 82% complete (1.5M/s)
32982024-07-25T01:53:52.027Z[ host-image] Jul 25 01:53:51.081 INFO O| Jul 25 01:53:51.081 INFO O| Download: 21481/22722 items 179.9/196.3MB 91% complete (1.1M/s)
32992024-07-25T01:53:55.167Z[ recovery-image] Jul 25 01:53:54.222 INFO O| Jul 25 01:53:54.222 INFO O| Download: 14027/15829 items 145.4/173.1MB 83% complete (415k/s)
33002024-07-25T01:53:57.207Z[ host-image] Jul 25 01:53:56.261 INFO O| Jul 25 01:53:56.261 INFO O| Download: 21919/22722 items 188.6/196.3MB 96% complete (1.9M/s)
33012024-07-25T01:54:00.521Z[ recovery-image] Jul 25 01:53:59.575 INFO O| Jul 25 01:53:59.575 INFO O| Download: 14719/15829 items 152.0/173.1MB 87% complete (879k/s)
33022024-07-25T01:54:02.209Z[ host-image] Jul 25 01:54:01.263 INFO O| Jul 25 01:54:01.263 INFO O| Download: 22378/22722 items 195.9/196.3MB 99% complete (1.6M/s)
33032024-07-25T01:54:03.812Z[ host-image] Jul 25 01:54:02.866 INFO O| Jul 25 01:54:02.865 INFO O| Download: Completed 196.31 MB in 159.86 seconds (1.2M/s)
33042024-07-25T01:54:05.051Z[ host-image] Jul 25 01:54:04.104 INFO O| Jul 25 01:54:04.104 INFO O| Actions: 1/49237 actions (Installing new actions)
33052024-07-25T01:54:05.523Z[ recovery-image] Jul 25 01:54:04.577 INFO O| Jul 25 01:54:04.577 INFO O| Download: 14846/15829 items 154.0/173.1MB 88% complete (901k/s)
33062024-07-25T01:54:10.051Z[ host-image] Jul 25 01:54:09.104 INFO O| Jul 25 01:54:09.104 INFO O| Actions: 10061/49237 actions (Installing new actions)
33072024-07-25T01:54:10.722Z[ recovery-image] Jul 25 01:54:09.775 INFO O| Jul 25 01:54:09.775 INFO O| Download: 15527/15829 items 165.8/173.1MB 95% complete (1.4M/s)
33082024-07-25T01:54:14.591Z[ recovery-image] Jul 25 01:54:13.645 INFO O| Jul 25 01:54:13.644 INFO O| Download: Completed 173.11 MB in 140.85 seconds (1.2M/s)
33092024-07-25T01:54:15.051Z[ host-image] Jul 25 01:54:14.105 INFO O| Jul 25 01:54:14.105 INFO O| Actions: 19593/49237 actions (Installing new actions)
33102024-07-25T01:54:15.666Z[ recovery-image] Jul 25 01:54:14.719 INFO O| Jul 25 01:54:14.719 INFO O| Actions: 1/24955 actions (Installing new actions)
33112024-07-25T01:54:20.052Z[ host-image] Jul 25 01:54:19.105 INFO O| Jul 25 01:54:19.105 INFO O| Actions: 34869/49237 actions (Installing new actions)
33122024-07-25T01:54:20.673Z[ recovery-image] Jul 25 01:54:19.726 INFO O| Jul 25 01:54:19.725 INFO O| Actions: 8329/24955 actions (Installing new actions)
33132024-07-25T01:54:25.062Z[ host-image] Jul 25 01:54:24.114 INFO O| Jul 25 01:54:24.114 INFO O| Actions: 48790/49237 actions (Installing new actions)
33142024-07-25T01:54:25.674Z[ recovery-image] Jul 25 01:54:24.726 INFO O| Jul 25 01:54:24.726 INFO O| Actions: 13688/24955 actions (Installing new actions)
33152024-07-25T01:54:27.285Z[ host-image] Jul 25 01:54:26.337 INFO O| Jul 25 01:54:26.337 INFO O| Actions: Completed 49237 actions in 22.23 seconds.
33162024-07-25T01:54:27.813Z[ host-image] Jul 25 01:54:26.865 INFO O| Jul 25 01:54:26.865 INFO O| Done
33172024-07-25T01:54:27.813Z[ host-image] Jul 25 01:54:26.865 INFO O| Jul 25 01:54:26.865 INFO O| Done
33182024-07-25T01:54:28.896Z[ host-image] Jul 25 01:54:27.949 INFO O| Jul 25 01:54:27.949 INFO O| Done
33192024-07-25T01:54:30.679Z[ recovery-image] Jul 25 01:54:29.731 INFO O| Jul 25 01:54:29.731 INFO O| Actions: 19591/24955 actions (Installing new actions)
33202024-07-25T01:54:31.550Z[ host-image] Jul 25 01:54:30.602 INFO O| Jul 25 01:54:30.602 INFO O| Done
33212024-07-25T01:54:31.603Z[ host-image] Jul 25 01:54:30.655 INFO O| Jul 25 01:54:30.655 INFO O| Done
33222024-07-25T01:54:35.686Z[ recovery-image] Jul 25 01:54:34.738 INFO O| Jul 25 01:54:34.738 INFO O| Actions: 24550/24955 actions (Installing new actions)
33232024-07-25T01:54:36.363Z[ recovery-image] Jul 25 01:54:35.415 INFO O| Jul 25 01:54:35.415 INFO O| Actions: Completed 24955 actions in 20.69 seconds.
33242024-07-25T01:54:36.829Z[ recovery-image] Jul 25 01:54:35.881 INFO O| Jul 25 01:54:35.881 INFO O| Done
33252024-07-25T01:54:36.829Z[ recovery-image] Jul 25 01:54:35.881 INFO O| Jul 25 01:54:35.881 INFO O| Done
33262024-07-25T01:54:37.853Z[ recovery-image] Jul 25 01:54:36.905 INFO O| Jul 25 01:54:36.905 INFO O| Done
33272024-07-25T01:54:39.994Z[ recovery-image] Jul 25 01:54:38.822 INFO O| Jul 25 01:54:38.822 INFO O| Done
33282024-07-25T01:54:39.994Z[ recovery-image] Jul 25 01:54:38.876 INFO O| Jul 25 01:54:38.876 INFO O| Done
33292024-07-25T01:54:46.607Z[ host-image] Jul 25 01:54:45.659 INFO O| Jul 25 01:54:45.659 INFO O| Done
33302024-07-25T01:54:47.692Z[ host-image] Jul 25 01:54:46.744 INFO O| Jul 25 01:54:46.743 INFO O| Done
33312024-07-25T01:54:48.029Z[ host-image] Jul 25 01:54:47.080 INFO O| Jul 25 01:54:47.080 INFO STEP 11 (pkg_install) COMPLETE
33322024-07-25T01:54:48.029Z[ host-image] Jul 25 01:54:47.080 INFO O| Jul 25 01:54:47.080 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33332024-07-25T01:54:48.047Z[ host-image] Jul 25 01:54:47.098 INFO O| Jul 25 01:54:47.098 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
33342024-07-25T01:54:49.247Z[ host-image] Jul 25 01:54:48.298 INFO O| Jul 25 01:54:48.298 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33352024-07-25T01:54:49.286Z[ recovery-image] Jul 25 01:54:48.337 INFO O| Jul 25 01:54:48.337 INFO O| Done
33362024-07-25T01:54:49.895Z[ recovery-image] Jul 25 01:54:48.946 INFO O| Jul 25 01:54:48.946 INFO O| Done
33372024-07-25T01:54:50.147Z[ recovery-image] Jul 25 01:54:49.199 INFO O| Jul 25 01:54:49.199 INFO STEP 11 (pkg_install) COMPLETE
33382024-07-25T01:54:50.151Z[ recovery-image] Jul 25 01:54:49.199 INFO O| Jul 25 01:54:49.199 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33392024-07-25T01:54:50.151Z[ recovery-image] Jul 25 01:54:49.199 INFO O| Jul 25 01:54:49.199 INFO skip step because feature "recovery" is enabled
33402024-07-25T01:54:50.151Z[ recovery-image] Jul 25 01:54:49.199 INFO O| Jul 25 01:54:49.199 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33412024-07-25T01:54:50.151Z[ recovery-image] Jul 25 01:54:49.199 INFO O| Jul 25 01:54:49.199 INFO skip step because feature "omicron1" is not enabled
33422024-07-25T01:54:50.151Z[ recovery-image] Jul 25 01:54:49.199 INFO O| Jul 25 01:54:49.199 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33432024-07-25T01:54:50.166Z[ recovery-image] Jul 25 01:54:49.217 INFO O| Jul 25 01:54:49.217 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
33442024-07-25T01:54:50.604Z[ recovery-image] Jul 25 01:54:49.656 INFO O| Jul 25 01:54:49.656 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33452024-07-25T01:54:50.865Z[ host-image] Jul 25 01:54:49.916 INFO O| Jul 25 01:54:49.916 INFO O| Planning: Solver setup ... Done
33462024-07-25T01:54:50.868Z[ host-image] Jul 25 01:54:49.920 INFO O| Jul 25 01:54:49.920 INFO O| Planning: Running solver ... Done
33472024-07-25T01:54:50.906Z[ host-image] Jul 25 01:54:49.957 INFO O| Jul 25 01:54:49.957 INFO O| Planning: Finding local manifests ... Done
33482024-07-25T01:54:50.908Z[ host-image] Jul 25 01:54:49.958 INFO O| Jul 25 01:54:49.958 INFO O| Planning: Fetching manifests: 0/4 0% complete
33492024-07-25T01:54:50.993Z[ host-image] Jul 25 01:54:50.044 INFO O| Jul 25 01:54:50.044 INFO O| Planning: Fetching manifests: 4/4 100% complete
33502024-07-25T01:54:51.020Z[ host-image] Jul 25 01:54:50.071 INFO O| Jul 25 01:54:50.071 INFO O| Planning: Package planning ... Done
33512024-07-25T01:54:51.023Z[ host-image] Jul 25 01:54:50.074 INFO O| Jul 25 01:54:50.074 INFO O| Planning: Merging actions ... Done
33522024-07-25T01:54:51.100Z[ host-image] Jul 25 01:54:50.152 INFO O| Jul 25 01:54:50.152 INFO O| Planning: Checking for conflicting actions ... Done
33532024-07-25T01:54:51.104Z[ host-image] Jul 25 01:54:50.153 INFO O| Jul 25 01:54:50.153 INFO O| Planning: Consolidating action changes ... Done
33542024-07-25T01:54:51.375Z[ host-image] Jul 25 01:54:50.427 INFO O| Jul 25 01:54:50.426 INFO O| Planning: Evaluating mediators ... Done
33552024-07-25T01:54:51.379Z[ host-image] Jul 25 01:54:50.428 INFO O| Jul 25 01:54:50.428 INFO O| Planning: Planning completed in 2.13 seconds
33562024-07-25T01:54:51.379Z[ host-image] Jul 25 01:54:50.430 INFO O| Jul 25 01:54:50.430 INFO O| Packages to install: 4
33572024-07-25T01:54:51.379Z[ host-image] Jul 25 01:54:50.430 INFO O| Jul 25 01:54:50.430 INFO O| Services to change: 2
33582024-07-25T01:54:51.394Z[ host-image] Jul 25 01:54:50.445 INFO O| Jul 25 01:54:50.445 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
33592024-07-25T01:54:51.987Z[ recovery-image] Jul 25 01:54:51.038 INFO O| Jul 25 01:54:51.038 INFO O| Planning: Solver setup ... Done
33602024-07-25T01:54:51.990Z[ recovery-image] Jul 25 01:54:51.042 INFO O| Jul 25 01:54:51.042 INFO O| Planning: Running solver ... Done
33612024-07-25T01:54:52.028Z[ recovery-image] Jul 25 01:54:51.079 INFO O| Jul 25 01:54:51.079 INFO O| Planning: Finding local manifests ... Done
33622024-07-25T01:54:52.031Z[ recovery-image] Jul 25 01:54:51.080 INFO O| Jul 25 01:54:51.080 INFO O| Planning: Fetching manifests: 0/1 0% complete
33632024-07-25T01:54:52.114Z[ recovery-image] Jul 25 01:54:51.165 INFO O| Jul 25 01:54:51.165 INFO O| Planning: Fetching manifests: 1/1 100% complete
33642024-07-25T01:54:52.144Z[ recovery-image] Jul 25 01:54:51.195 INFO O| Jul 25 01:54:51.195 INFO O| Planning: Package planning ... Done
33652024-07-25T01:54:52.147Z[ recovery-image] Jul 25 01:54:51.196 INFO O| Jul 25 01:54:51.196 INFO O| Planning: Merging actions ... Done
33662024-07-25T01:54:52.194Z[ recovery-image] Jul 25 01:54:51.245 INFO O| Jul 25 01:54:51.245 INFO O| Planning: Checking for conflicting actions ... Done
33672024-07-25T01:54:52.197Z[ recovery-image] Jul 25 01:54:51.246 INFO O| Jul 25 01:54:51.246 INFO O| Planning: Consolidating action changes ... Done
33682024-07-25T01:54:52.391Z[ recovery-image] Jul 25 01:54:51.442 INFO O| Jul 25 01:54:51.441 INFO O| Planning: Evaluating mediators ... Done
33692024-07-25T01:54:52.393Z[ recovery-image] Jul 25 01:54:51.442 INFO O| Jul 25 01:54:51.442 INFO O| Planning: Planning completed in 1.79 seconds
33702024-07-25T01:54:52.393Z[ recovery-image] Jul 25 01:54:51.444 INFO O| Jul 25 01:54:51.444 INFO O| Packages to install: 1
33712024-07-25T01:54:52.409Z[ recovery-image] Jul 25 01:54:51.460 INFO O| Jul 25 01:54:51.460 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
33722024-07-25T01:54:53.051Z[ recovery-image] Jul 25 01:54:52.102 INFO O| Jul 25 01:54:52.102 INFO O| Download: Completed 20.86 MB in 0.64 seconds (32.5M/s)
33732024-07-25T01:54:53.072Z[ recovery-image] Jul 25 01:54:52.123 INFO O| Jul 25 01:54:52.123 INFO O| Actions: 1/22 actions (Installing new actions)
33742024-07-25T01:54:53.110Z[ host-image] Jul 25 01:54:52.161 INFO O| Jul 25 01:54:52.161 INFO O| Download: Completed 1.39 MB in 1.72 seconds (829k/s)
33752024-07-25T01:54:53.134Z[ host-image] Jul 25 01:54:52.185 INFO O| Jul 25 01:54:52.185 INFO O| Actions: 1/238 actions (Installing new actions)
33762024-07-25T01:54:53.180Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 14s
33772024-07-25T01:54:53.246Z[ host-image] Jul 25 01:54:52.297 INFO O| Jul 25 01:54:52.296 INFO O| Actions: Completed 238 actions in 0.11 seconds.
33782024-07-25T01:54:53.428ZJul 25 01:54:52.479 INFO [verify-libraries] process exited with exit status: 0 (262.292054526s)
33792024-07-25T01:54:53.524Z[ host-image] Jul 25 01:54:52.575 INFO O| Jul 25 01:54:52.575 INFO O| Done
33802024-07-25T01:54:53.527Z[ host-image] Jul 25 01:54:52.575 INFO O| Jul 25 01:54:52.575 INFO O| Done
33812024-07-25T01:54:53.638Z[ recovery-image] Jul 25 01:54:52.689 INFO O| Jul 25 01:54:52.689 INFO O| Actions: Completed 22 actions in 0.57 seconds.
33822024-07-25T01:54:53.842Z[ recovery-image] Jul 25 01:54:52.893 INFO O| Jul 25 01:54:52.893 INFO O| Done
33832024-07-25T01:54:53.842Z[ recovery-image] Jul 25 01:54:52.893 INFO O| Jul 25 01:54:52.893 INFO O| Done
33842024-07-25T01:54:53.851Z[ host-image] Jul 25 01:54:52.902 INFO O| Jul 25 01:54:52.902 INFO O| Done
33852024-07-25T01:54:54.160Z[ recovery-image] Jul 25 01:54:53.211 INFO O| Jul 25 01:54:53.211 INFO O| Done
33862024-07-25T01:54:54.935Z[ host-image] Jul 25 01:54:53.986 INFO O| Jul 25 01:54:53.986 INFO O| Done
33872024-07-25T01:54:54.954Z[ recovery-image] Jul 25 01:54:54.005 INFO O| Jul 25 01:54:54.005 INFO O| Done
33882024-07-25T01:54:54.958Z[ host-image] Jul 25 01:54:54.009 INFO O| Jul 25 01:54:54.009 INFO O| Done
33892024-07-25T01:54:54.961Z[ host-image] Jul 25 01:54:54.009 INFO O| Jul 25 01:54:54.009 INFO O| Done
33902024-07-25T01:54:54.966Z[ recovery-image] Jul 25 01:54:54.017 INFO O| Jul 25 01:54:54.017 INFO O| Done
33912024-07-25T01:54:54.969Z[ recovery-image] Jul 25 01:54:54.017 INFO O| Jul 25 01:54:54.017 INFO O| Done
33922024-07-25T01:54:54.972Z[ host-image] Jul 25 01:54:54.023 INFO O| Jul 25 01:54:54.023 INFO O| Done
33932024-07-25T01:54:54.975Z[ recovery-image] Jul 25 01:54:54.027 INFO O| Jul 25 01:54:54.027 INFO O| Done
33942024-07-25T01:54:55.067Z[ recovery-image] Jul 25 01:54:54.118 INFO O| Jul 25 01:54:54.118 INFO STEP 14 (pkg_install) COMPLETE
33952024-07-25T01:54:55.067Z[ recovery-image] Jul 25 01:54:54.118 INFO O| Jul 25 01:54:54.118 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33962024-07-25T01:54:55.070Z[ recovery-image] Jul 25 01:54:54.118 INFO O| Jul 25 01:54:54.118 INFO skip step because feature "mfg" is not enabled
33972024-07-25T01:54:55.070Z[ recovery-image] Jul 25 01:54:54.118 INFO O| Jul 25 01:54:54.118 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33982024-07-25T01:54:55.070Z[ recovery-image] Jul 25 01:54:54.118 INFO O| Jul 25 01:54:54.118 INFO skip step because feature "compliance" is not enabled
33992024-07-25T01:54:55.070Z[ recovery-image] Jul 25 01:54:54.118 INFO O| Jul 25 01:54:54.118 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34002024-07-25T01:54:55.070Z[ recovery-image] Jul 25 01:54:54.118 INFO O| Jul 25 01:54:54.118 INFO skip step because feature "stress" is not enabled
34012024-07-25T01:54:55.070Z[ recovery-image] Jul 25 01:54:54.118 INFO O| Jul 25 01:54:54.118 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34022024-07-25T01:54:55.070Z[ recovery-image] Jul 25 01:54:54.118 INFO O| Jul 25 01:54:54.118 INFO skip step because feature "nfs" is not enabled
34032024-07-25T01:54:55.070Z[ recovery-image] Jul 25 01:54:54.118 INFO O| Jul 25 01:54:54.118 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
34042024-07-25T01:54:55.071Z[ recovery-image] Jul 25 01:54:54.118 INFO O| Jul 25 01:54:54.118 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
34052024-07-25T01:54:55.071Z[ host-image] Jul 25 01:54:54.120 INFO O| Jul 25 01:54:54.120 INFO STEP 12 (pkg_install) COMPLETE
34062024-07-25T01:54:55.071Z[ host-image] Jul 25 01:54:54.120 INFO O| Jul 25 01:54:54.120 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34072024-07-25T01:54:55.087Z[ host-image] Jul 25 01:54:54.137 INFO O| Jul 25 01:54:54.137 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
34082024-07-25T01:54:55.210Z[ recovery-image] Jul 25 01:54:54.261 INFO O| Jul 25 01:54:54.261 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34092024-07-25T01:54:55.279Z[ recovery-image] Jul 25 01:54:54.330 INFO O| Jul 25 01:54:54.330 INFO completed processing gimlet/ramdisk-01-os
34102024-07-25T01:54:55.282Z[ recovery-image] Jul 25 01:54:54.332 INFO image builder template: ramdisk-02-trim...
34112024-07-25T01:54:55.282Z[ recovery-image] Jul 25 01:54:54.332 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/.tmpqlF6Zf/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.277", "-n", "ramdisk-02-trim"], pwd: None
34122024-07-25T01:54:55.304Z[ recovery-image] Jul 25 01:54:54.355 INFO O| Jul 25 01:54:54.355 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
34132024-07-25T01:54:55.307Z[ recovery-image] Jul 25 01:54:54.359 INFO O| Jul 25 01:54:54.359 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
34142024-07-25T01:54:55.363Z[ recovery-image] Jul 25 01:54:54.414 INFO O| Jul 25 01:54:54.414 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
34152024-07-25T01:54:55.408Z[ recovery-image] Jul 25 01:54:54.459 INFO O| Jul 25 01:54:54.459 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
34162024-07-25T01:54:55.411Z[ recovery-image] Jul 25 01:54:54.459 INFO O| Jul 25 01:54:54.459 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34172024-07-25T01:54:55.414Z[ recovery-image] Jul 25 01:54:54.464 INFO O| Jul 25 01:54:54.464 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
34182024-07-25T01:54:55.417Z[ recovery-image] Jul 25 01:54:54.468 INFO O| Jul 25 01:54:54.468 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
34192024-07-25T01:54:55.421Z[ recovery-image] Jul 25 01:54:54.473 INFO O| Jul 25 01:54:54.473 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
34202024-07-25T01:54:55.528Z[ host-image] Jul 25 01:54:54.579 INFO O| Jul 25 01:54:54.579 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34212024-07-25T01:54:55.557Z[ recovery-image] Jul 25 01:54:54.608 INFO O| Jul 25 01:54:54.608 INFO rolled back to input snapshot; work may begin
34222024-07-25T01:54:55.557Z[ recovery-image] Jul 25 01:54:54.608 INFO O| Jul 25 01:54:54.608 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34232024-07-25T01:54:55.563Z[ recovery-image] Jul 25 01:54:54.614 INFO O| Jul 25 01:54:54.614 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34242024-07-25T01:54:55.573Z[ recovery-image] Jul 25 01:54:54.624 INFO O| Jul 25 01:54:54.624 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
34252024-07-25T01:54:55.620Z[ recovery-image] Jul 25 01:54:54.671 INFO O| Jul 25 01:54:54.671 INFO STEP 0 (remove_files) COMPLETE
34262024-07-25T01:54:55.621Z[ recovery-image] Jul 25 01:54:54.671 INFO O| Jul 25 01:54:54.671 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34272024-07-25T01:54:55.633Z[ recovery-image] Jul 25 01:54:54.684 INFO O| Jul 25 01:54:54.684 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
34282024-07-25T01:54:55.636Z[ recovery-image] Jul 25 01:54:54.686 INFO O| Jul 25 01:54:54.686 INFO STEP 1 (remove_files) COMPLETE
34292024-07-25T01:54:55.636Z[ recovery-image] Jul 25 01:54:54.686 INFO O| Jul 25 01:54:54.686 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34302024-07-25T01:54:55.646Z[ recovery-image] Jul 25 01:54:54.697 INFO O| Jul 25 01:54:54.697 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
34312024-07-25T01:54:55.659Z[ recovery-image] Jul 25 01:54:54.710 INFO O| Jul 25 01:54:54.710 INFO STEP 2 (remove_files) COMPLETE
34322024-07-25T01:54:55.659Z[ recovery-image] Jul 25 01:54:54.710 INFO O| Jul 25 01:54:54.710 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34332024-07-25T01:54:55.670Z[ recovery-image] Jul 25 01:54:54.721 INFO O| Jul 25 01:54:54.721 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
34342024-07-25T01:54:55.673Z[ recovery-image] Jul 25 01:54:54.723 INFO O| Jul 25 01:54:54.723 INFO STEP 3 (remove_files) COMPLETE
34352024-07-25T01:54:55.673Z[ recovery-image] Jul 25 01:54:54.723 INFO O| Jul 25 01:54:54.723 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34362024-07-25T01:54:55.682Z[ recovery-image] Jul 25 01:54:54.733 INFO O| Jul 25 01:54:54.733 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
34372024-07-25T01:54:55.685Z[ recovery-image] Jul 25 01:54:54.737 INFO O| Jul 25 01:54:54.737 INFO STEP 4 (remove_files) COMPLETE
34382024-07-25T01:54:55.685Z[ recovery-image] Jul 25 01:54:54.737 INFO O| Jul 25 01:54:54.737 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34392024-07-25T01:54:55.695Z[ recovery-image] Jul 25 01:54:54.746 INFO O| Jul 25 01:54:54.746 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
34402024-07-25T01:54:55.698Z[ recovery-image] Jul 25 01:54:54.746 INFO O| Jul 25 01:54:54.746 INFO STEP 5 (remove_files) COMPLETE
34412024-07-25T01:54:55.698Z[ recovery-image] Jul 25 01:54:54.746 INFO O| Jul 25 01:54:54.746 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34422024-07-25T01:54:55.705Z[ recovery-image] Jul 25 01:54:54.756 INFO O| Jul 25 01:54:54.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
34432024-07-25T01:54:55.716Z[ recovery-image] Jul 25 01:54:54.767 INFO O| Jul 25 01:54:54.767 INFO STEP 6 (remove_files) COMPLETE
34442024-07-25T01:54:55.716Z[ recovery-image] Jul 25 01:54:54.767 INFO O| Jul 25 01:54:54.767 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34452024-07-25T01:54:55.716Z[ recovery-image] Jul 25 01:54:54.767 INFO O| Jul 25 01:54:54.767 INFO skip step because feature "recovery" is enabled
34462024-07-25T01:54:55.719Z[ recovery-image] Jul 25 01:54:54.767 INFO O| Jul 25 01:54:54.767 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34472024-07-25T01:54:55.719Z[ recovery-image] Jul 25 01:54:54.767 INFO O| Jul 25 01:54:54.767 INFO skip step because feature "recovery" is enabled
34482024-07-25T01:54:55.719Z[ recovery-image] Jul 25 01:54:54.767 INFO O| Jul 25 01:54:54.767 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34492024-07-25T01:54:55.719Z[ recovery-image] Jul 25 01:54:54.767 INFO O| Jul 25 01:54:54.767 INFO skip step because feature "recovery" is enabled
34502024-07-25T01:54:55.719Z[ recovery-image] Jul 25 01:54:54.767 INFO O| Jul 25 01:54:54.767 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34512024-07-25T01:54:55.726Z[ recovery-image] Jul 25 01:54:54.777 INFO O| Jul 25 01:54:54.777 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
34522024-07-25T01:54:55.730Z[ recovery-image] Jul 25 01:54:54.781 INFO O| Jul 25 01:54:54.781 INFO STEP 10 (remove_files) COMPLETE
34532024-07-25T01:54:55.732Z[ recovery-image] Jul 25 01:54:54.781 INFO O| Jul 25 01:54:54.781 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34542024-07-25T01:54:55.739Z[ recovery-image] Jul 25 01:54:54.790 INFO O| Jul 25 01:54:54.790 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
34552024-07-25T01:54:55.742Z[ recovery-image] Jul 25 01:54:54.791 INFO O| Jul 25 01:54:54.791 INFO STEP 11 (remove_files) COMPLETE
34562024-07-25T01:54:55.742Z[ recovery-image] Jul 25 01:54:54.791 INFO O| Jul 25 01:54:54.791 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34572024-07-25T01:54:55.749Z[ recovery-image] Jul 25 01:54:54.800 INFO O| Jul 25 01:54:54.800 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
34582024-07-25T01:54:55.752Z[ recovery-image] Jul 25 01:54:54.802 INFO O| Jul 25 01:54:54.802 INFO STEP 12 (remove_files) COMPLETE
34592024-07-25T01:54:55.752Z[ recovery-image] Jul 25 01:54:54.802 INFO O| Jul 25 01:54:54.802 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34602024-07-25T01:54:55.780Z[ recovery-image] Jul 25 01:54:54.831 INFO O| Jul 25 01:54:54.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
34612024-07-25T01:54:55.783Z[ recovery-image] Jul 25 01:54:54.835 INFO O| Jul 25 01:54:54.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
34622024-07-25T01:54:55.787Z[ recovery-image] Jul 25 01:54:54.838 INFO O| Jul 25 01:54:54.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
34632024-07-25T01:54:55.790Z[ recovery-image] Jul 25 01:54:54.842 INFO O| Jul 25 01:54:54.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
34642024-07-25T01:54:55.986Z[ recovery-image] Jul 25 01:54:55.037 INFO O| Jul 25 01:54:55.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
34652024-07-25T01:54:55.998Z[ recovery-image] Jul 25 01:54:55.049 INFO O| Jul 25 01:54:55.049 INFO STEP 13 (remove_files) COMPLETE
34662024-07-25T01:54:55.998Z[ recovery-image] Jul 25 01:54:55.049 INFO O| Jul 25 01:54:55.049 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34672024-07-25T01:54:56.008Z[ recovery-image] Jul 25 01:54:55.059 INFO O| Jul 25 01:54:55.059 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
34682024-07-25T01:54:56.011Z[ recovery-image] Jul 25 01:54:55.061 INFO O| Jul 25 01:54:55.061 INFO STEP 14 (remove_files) COMPLETE
34692024-07-25T01:54:56.011Z[ recovery-image] Jul 25 01:54:55.061 INFO O| Jul 25 01:54:55.061 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34702024-07-25T01:54:56.019Z[ recovery-image] Jul 25 01:54:55.070 INFO O| Jul 25 01:54:55.070 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
34712024-07-25T01:54:56.025Z[ recovery-image] Jul 25 01:54:55.076 INFO O| Jul 25 01:54:55.076 INFO STEP 15 (remove_files) COMPLETE
34722024-07-25T01:54:56.025Z[ recovery-image] Jul 25 01:54:55.076 INFO O| Jul 25 01:54:55.076 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34732024-07-25T01:54:56.034Z[ recovery-image] Jul 25 01:54:55.085 INFO O| Jul 25 01:54:55.085 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
34742024-07-25T01:54:56.037Z[ recovery-image] Jul 25 01:54:55.085 INFO O| Jul 25 01:54:55.085 INFO STEP 16 (remove_files) COMPLETE
34752024-07-25T01:54:56.037Z[ recovery-image] Jul 25 01:54:55.085 INFO O| Jul 25 01:54:55.085 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34762024-07-25T01:54:56.043Z[ recovery-image] Jul 25 01:54:55.094 INFO O| Jul 25 01:54:55.094 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
34772024-07-25T01:54:56.045Z[ recovery-image] Jul 25 01:54:55.095 INFO O| Jul 25 01:54:55.095 INFO STEP 17 (remove_files) COMPLETE
34782024-07-25T01:54:56.045Z[ recovery-image] Jul 25 01:54:55.095 INFO O| Jul 25 01:54:55.095 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34792024-07-25T01:54:56.053Z[ recovery-image] Jul 25 01:54:55.104 INFO O| Jul 25 01:54:55.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
34802024-07-25T01:54:56.053Z[ recovery-image] Jul 25 01:54:55.104 INFO O| Jul 25 01:54:55.104 INFO STEP 18 (remove_files) COMPLETE
34812024-07-25T01:54:56.056Z[ recovery-image] Jul 25 01:54:55.104 INFO O| Jul 25 01:54:55.104 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34822024-07-25T01:54:56.062Z[ recovery-image] Jul 25 01:54:55.113 INFO O| Jul 25 01:54:55.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
34832024-07-25T01:54:56.062Z[ recovery-image] Jul 25 01:54:55.113 INFO O| Jul 25 01:54:55.113 INFO STEP 19 (remove_files) COMPLETE
34842024-07-25T01:54:56.065Z[ recovery-image] Jul 25 01:54:55.113 INFO O| Jul 25 01:54:55.113 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34852024-07-25T01:54:56.071Z[ recovery-image] Jul 25 01:54:55.123 INFO O| Jul 25 01:54:55.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
34862024-07-25T01:54:56.071Z[ recovery-image] Jul 25 01:54:55.123 INFO O| Jul 25 01:54:55.123 INFO STEP 20 (remove_files) COMPLETE
34872024-07-25T01:54:56.071Z[ recovery-image] Jul 25 01:54:55.123 INFO O| Jul 25 01:54:55.123 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34882024-07-25T01:54:56.080Z[ recovery-image] Jul 25 01:54:55.132 INFO O| Jul 25 01:54:55.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
34892024-07-25T01:54:56.080Z[ recovery-image] Jul 25 01:54:55.132 INFO O| Jul 25 01:54:55.132 INFO STEP 21 (remove_files) COMPLETE
34902024-07-25T01:54:56.080Z[ recovery-image] Jul 25 01:54:55.132 INFO O| Jul 25 01:54:55.132 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34912024-07-25T01:54:56.089Z[ recovery-image] Jul 25 01:54:55.141 INFO O| Jul 25 01:54:55.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
34922024-07-25T01:54:56.089Z[ recovery-image] Jul 25 01:54:55.141 INFO O| Jul 25 01:54:55.141 INFO STEP 22 (remove_files) COMPLETE
34932024-07-25T01:54:56.092Z[ recovery-image] Jul 25 01:54:55.141 INFO O| Jul 25 01:54:55.141 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34942024-07-25T01:54:56.098Z[ recovery-image] Jul 25 01:54:55.150 INFO O| Jul 25 01:54:55.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
34952024-07-25T01:54:56.098Z[ recovery-image] Jul 25 01:54:55.150 INFO O| Jul 25 01:54:55.150 INFO STEP 23 (remove_files) COMPLETE
34962024-07-25T01:54:56.101Z[ recovery-image] Jul 25 01:54:55.150 INFO O| Jul 25 01:54:55.150 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34972024-07-25T01:54:56.107Z[ recovery-image] Jul 25 01:54:55.159 INFO O| Jul 25 01:54:55.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
34982024-07-25T01:54:56.107Z[ recovery-image] Jul 25 01:54:55.159 INFO O| Jul 25 01:54:55.159 INFO STEP 24 (remove_files) COMPLETE
34992024-07-25T01:54:56.107Z[ recovery-image] Jul 25 01:54:55.159 INFO O| Jul 25 01:54:55.159 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35002024-07-25T01:54:56.116Z[ recovery-image] Jul 25 01:54:55.168 INFO O| Jul 25 01:54:55.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
35012024-07-25T01:54:56.116Z[ recovery-image] Jul 25 01:54:55.168 INFO O| Jul 25 01:54:55.168 INFO STEP 25 (remove_files) COMPLETE
35022024-07-25T01:54:56.116Z[ recovery-image] Jul 25 01:54:55.168 INFO O| Jul 25 01:54:55.168 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35032024-07-25T01:54:56.125Z[ recovery-image] Jul 25 01:54:55.177 INFO O| Jul 25 01:54:55.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
35042024-07-25T01:54:56.125Z[ recovery-image] Jul 25 01:54:55.177 INFO O| Jul 25 01:54:55.177 INFO STEP 26 (remove_files) COMPLETE
35052024-07-25T01:54:56.128Z[ recovery-image] Jul 25 01:54:55.177 INFO O| Jul 25 01:54:55.177 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35062024-07-25T01:54:56.134Z[ recovery-image] Jul 25 01:54:55.186 INFO O| Jul 25 01:54:55.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
35072024-07-25T01:54:56.135Z[ recovery-image] Jul 25 01:54:55.186 INFO O| Jul 25 01:54:55.186 INFO STEP 27 (remove_files) COMPLETE
35082024-07-25T01:54:56.135Z[ recovery-image] Jul 25 01:54:55.186 INFO O| Jul 25 01:54:55.186 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35092024-07-25T01:54:56.143Z[ recovery-image] Jul 25 01:54:55.195 INFO O| Jul 25 01:54:55.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
35102024-07-25T01:54:56.144Z[ recovery-image] Jul 25 01:54:55.195 INFO O| Jul 25 01:54:55.195 INFO STEP 28 (remove_files) COMPLETE
35112024-07-25T01:54:56.146Z[ recovery-image] Jul 25 01:54:55.195 INFO O| Jul 25 01:54:55.195 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35122024-07-25T01:54:56.154Z[ recovery-image] Jul 25 01:54:55.205 INFO O| Jul 25 01:54:55.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
35132024-07-25T01:54:56.154Z[ recovery-image] Jul 25 01:54:55.205 INFO O| Jul 25 01:54:55.205 INFO STEP 29 (remove_files) COMPLETE
35142024-07-25T01:54:56.159Z[ recovery-image] Jul 25 01:54:55.205 INFO O| Jul 25 01:54:55.205 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35152024-07-25T01:54:56.164Z[ recovery-image] Jul 25 01:54:55.215 INFO O| Jul 25 01:54:55.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
35162024-07-25T01:54:56.164Z[ recovery-image] Jul 25 01:54:55.215 INFO O| Jul 25 01:54:55.215 INFO STEP 30 (remove_files) COMPLETE
35172024-07-25T01:54:56.167Z[ recovery-image] Jul 25 01:54:55.215 INFO O| Jul 25 01:54:55.215 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35182024-07-25T01:54:56.175Z[ recovery-image] Jul 25 01:54:55.226 INFO O| Jul 25 01:54:55.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
35192024-07-25T01:54:56.175Z[ recovery-image] Jul 25 01:54:55.226 INFO O| Jul 25 01:54:55.226 INFO STEP 31 (remove_files) COMPLETE
35202024-07-25T01:54:56.175Z[ recovery-image] Jul 25 01:54:55.226 INFO O| Jul 25 01:54:55.226 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35212024-07-25T01:54:56.185Z[ recovery-image] Jul 25 01:54:55.236 INFO O| Jul 25 01:54:55.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
35222024-07-25T01:54:56.185Z[ recovery-image] Jul 25 01:54:55.236 INFO O| Jul 25 01:54:55.236 INFO STEP 32 (remove_files) COMPLETE
35232024-07-25T01:54:56.186Z[ recovery-image] Jul 25 01:54:55.237 INFO O| Jul 25 01:54:55.236 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35242024-07-25T01:54:56.196Z[ recovery-image] Jul 25 01:54:55.247 INFO O| Jul 25 01:54:55.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
35252024-07-25T01:54:56.196Z[ recovery-image] Jul 25 01:54:55.247 INFO O| Jul 25 01:54:55.247 INFO STEP 33 (remove_files) COMPLETE
35262024-07-25T01:54:56.199Z[ recovery-image] Jul 25 01:54:55.247 INFO O| Jul 25 01:54:55.247 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35272024-07-25T01:54:56.206Z[ recovery-image] Jul 25 01:54:55.257 INFO O| Jul 25 01:54:55.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
35282024-07-25T01:54:56.206Z[ recovery-image] Jul 25 01:54:55.257 INFO O| Jul 25 01:54:55.257 INFO STEP 34 (remove_files) COMPLETE
35292024-07-25T01:54:56.208Z[ recovery-image] Jul 25 01:54:55.257 INFO O| Jul 25 01:54:55.257 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35302024-07-25T01:54:56.215Z[ recovery-image] Jul 25 01:54:55.267 INFO O| Jul 25 01:54:55.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
35312024-07-25T01:54:56.219Z[ recovery-image] Jul 25 01:54:55.267 INFO O| Jul 25 01:54:55.267 INFO STEP 35 (remove_files) COMPLETE
35322024-07-25T01:54:56.219Z[ recovery-image] Jul 25 01:54:55.267 INFO O| Jul 25 01:54:55.267 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35332024-07-25T01:54:56.225Z[ recovery-image] Jul 25 01:54:55.276 INFO O| Jul 25 01:54:55.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
35342024-07-25T01:54:56.225Z[ recovery-image] Jul 25 01:54:55.276 INFO O| Jul 25 01:54:55.276 INFO STEP 36 (remove_files) COMPLETE
35352024-07-25T01:54:56.225Z[ recovery-image] Jul 25 01:54:55.276 INFO O| Jul 25 01:54:55.276 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35362024-07-25T01:54:56.234Z[ recovery-image] Jul 25 01:54:55.285 INFO O| Jul 25 01:54:55.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
35372024-07-25T01:54:56.237Z[ recovery-image] Jul 25 01:54:55.285 INFO O| Jul 25 01:54:55.285 INFO STEP 37 (remove_files) COMPLETE
35382024-07-25T01:54:56.237Z[ recovery-image] Jul 25 01:54:55.285 INFO O| Jul 25 01:54:55.285 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35392024-07-25T01:54:56.243Z[ recovery-image] Jul 25 01:54:55.294 INFO O| Jul 25 01:54:55.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
35402024-07-25T01:54:56.243Z[ recovery-image] Jul 25 01:54:55.294 INFO O| Jul 25 01:54:55.294 INFO STEP 38 (remove_files) COMPLETE
35412024-07-25T01:54:56.246Z[ recovery-image] Jul 25 01:54:55.294 INFO O| Jul 25 01:54:55.294 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35422024-07-25T01:54:56.252Z[ recovery-image] Jul 25 01:54:55.304 INFO O| Jul 25 01:54:55.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
35432024-07-25T01:54:56.255Z[ recovery-image] Jul 25 01:54:55.304 INFO O| Jul 25 01:54:55.304 INFO STEP 39 (remove_files) COMPLETE
35442024-07-25T01:54:56.255Z[ recovery-image] Jul 25 01:54:55.304 INFO O| Jul 25 01:54:55.304 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35452024-07-25T01:54:56.261Z[ recovery-image] Jul 25 01:54:55.313 INFO O| Jul 25 01:54:55.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
35462024-07-25T01:54:56.264Z[ recovery-image] Jul 25 01:54:55.313 INFO O| Jul 25 01:54:55.313 INFO STEP 40 (remove_files) COMPLETE
35472024-07-25T01:54:56.264Z[ recovery-image] Jul 25 01:54:55.313 INFO O| Jul 25 01:54:55.313 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35482024-07-25T01:54:56.271Z[ recovery-image] Jul 25 01:54:55.322 INFO O| Jul 25 01:54:55.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
35492024-07-25T01:54:56.271Z[ recovery-image] Jul 25 01:54:55.322 INFO O| Jul 25 01:54:55.322 INFO STEP 41 (remove_files) COMPLETE
35502024-07-25T01:54:56.271Z[ recovery-image] Jul 25 01:54:55.322 INFO O| Jul 25 01:54:55.322 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35512024-07-25T01:54:56.280Z[ recovery-image] Jul 25 01:54:55.331 INFO O| Jul 25 01:54:55.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
35522024-07-25T01:54:56.280Z[ recovery-image] Jul 25 01:54:55.331 INFO O| Jul 25 01:54:55.331 INFO STEP 42 (remove_files) COMPLETE
35532024-07-25T01:54:56.283Z[ recovery-image] Jul 25 01:54:55.331 INFO O| Jul 25 01:54:55.331 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35542024-07-25T01:54:56.289Z[ recovery-image] Jul 25 01:54:55.340 INFO O| Jul 25 01:54:55.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
35552024-07-25T01:54:56.289Z[ recovery-image] Jul 25 01:54:55.340 INFO O| Jul 25 01:54:55.340 INFO STEP 43 (remove_files) COMPLETE
35562024-07-25T01:54:56.289Z[ recovery-image] Jul 25 01:54:55.340 INFO O| Jul 25 01:54:55.340 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35572024-07-25T01:54:56.297Z[ recovery-image] Jul 25 01:54:55.349 INFO O| Jul 25 01:54:55.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
35582024-07-25T01:54:56.300Z[ recovery-image] Jul 25 01:54:55.349 INFO O| Jul 25 01:54:55.349 INFO STEP 44 (remove_files) COMPLETE
35592024-07-25T01:54:56.300Z[ recovery-image] Jul 25 01:54:55.349 INFO O| Jul 25 01:54:55.349 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35602024-07-25T01:54:56.307Z[ recovery-image] Jul 25 01:54:55.358 INFO O| Jul 25 01:54:55.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
35612024-07-25T01:54:56.307Z[ recovery-image] Jul 25 01:54:55.358 INFO O| Jul 25 01:54:55.358 INFO STEP 45 (remove_files) COMPLETE
35622024-07-25T01:54:56.309Z[ recovery-image] Jul 25 01:54:55.358 INFO O| Jul 25 01:54:55.358 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35632024-07-25T01:54:56.315Z[ recovery-image] Jul 25 01:54:55.367 INFO O| Jul 25 01:54:55.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
35642024-07-25T01:54:56.316Z[ recovery-image] Jul 25 01:54:55.367 INFO O| Jul 25 01:54:55.367 INFO STEP 46 (remove_files) COMPLETE
35652024-07-25T01:54:56.316Z[ recovery-image] Jul 25 01:54:55.367 INFO O| Jul 25 01:54:55.367 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35662024-07-25T01:54:56.325Z[ recovery-image] Jul 25 01:54:55.376 INFO O| Jul 25 01:54:55.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
35672024-07-25T01:54:56.325Z[ recovery-image] Jul 25 01:54:55.376 INFO O| Jul 25 01:54:55.376 INFO STEP 47 (remove_files) COMPLETE
35682024-07-25T01:54:56.325Z[ recovery-image] Jul 25 01:54:55.376 INFO O| Jul 25 01:54:55.376 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35692024-07-25T01:54:56.333Z[ recovery-image] Jul 25 01:54:55.385 INFO O| Jul 25 01:54:55.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
35702024-07-25T01:54:56.333Z[ recovery-image] Jul 25 01:54:55.385 INFO O| Jul 25 01:54:55.385 INFO STEP 48 (remove_files) COMPLETE
35712024-07-25T01:54:56.333Z[ recovery-image] Jul 25 01:54:55.385 INFO O| Jul 25 01:54:55.385 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35722024-07-25T01:54:56.343Z[ recovery-image] Jul 25 01:54:55.394 INFO O| Jul 25 01:54:55.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
35732024-07-25T01:54:56.343Z[ recovery-image] Jul 25 01:54:55.394 INFO O| Jul 25 01:54:55.394 INFO STEP 49 (remove_files) COMPLETE
35742024-07-25T01:54:56.345Z[ recovery-image] Jul 25 01:54:55.394 INFO O| Jul 25 01:54:55.394 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35752024-07-25T01:54:56.352Z[ recovery-image] Jul 25 01:54:55.403 INFO O| Jul 25 01:54:55.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
35762024-07-25T01:54:56.352Z[ recovery-image] Jul 25 01:54:55.403 INFO O| Jul 25 01:54:55.403 INFO STEP 50 (remove_files) COMPLETE
35772024-07-25T01:54:56.354Z[ recovery-image] Jul 25 01:54:55.403 INFO O| Jul 25 01:54:55.403 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35782024-07-25T01:54:56.361Z[ recovery-image] Jul 25 01:54:55.412 INFO O| Jul 25 01:54:55.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
35792024-07-25T01:54:56.361Z[ recovery-image] Jul 25 01:54:55.412 INFO O| Jul 25 01:54:55.412 INFO STEP 51 (remove_files) COMPLETE
35802024-07-25T01:54:56.364Z[ recovery-image] Jul 25 01:54:55.412 INFO O| Jul 25 01:54:55.412 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35812024-07-25T01:54:56.370Z[ recovery-image] Jul 25 01:54:55.421 INFO O| Jul 25 01:54:55.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
35822024-07-25T01:54:56.372Z[ recovery-image] Jul 25 01:54:55.421 INFO O| Jul 25 01:54:55.421 INFO STEP 52 (remove_files) COMPLETE
35832024-07-25T01:54:56.372Z[ recovery-image] Jul 25 01:54:55.421 INFO O| Jul 25 01:54:55.421 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35842024-07-25T01:54:56.379Z[ recovery-image] Jul 25 01:54:55.430 INFO O| Jul 25 01:54:55.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
35852024-07-25T01:54:56.381Z[ recovery-image] Jul 25 01:54:55.430 INFO O| Jul 25 01:54:55.430 INFO STEP 53 (remove_files) COMPLETE
35862024-07-25T01:54:56.382Z[ recovery-image] Jul 25 01:54:55.430 INFO O| Jul 25 01:54:55.430 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35872024-07-25T01:54:56.388Z[ recovery-image] Jul 25 01:54:55.439 INFO O| Jul 25 01:54:55.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
35882024-07-25T01:54:56.388Z[ recovery-image] Jul 25 01:54:55.439 INFO O| Jul 25 01:54:55.439 INFO STEP 54 (remove_files) COMPLETE
35892024-07-25T01:54:56.391Z[ recovery-image] Jul 25 01:54:55.439 INFO O| Jul 25 01:54:55.439 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35902024-07-25T01:54:56.397Z[ recovery-image] Jul 25 01:54:55.448 INFO O| Jul 25 01:54:55.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
35912024-07-25T01:54:56.397Z[ recovery-image] Jul 25 01:54:55.448 INFO O| Jul 25 01:54:55.448 INFO STEP 55 (remove_files) COMPLETE
35922024-07-25T01:54:56.400Z[ recovery-image] Jul 25 01:54:55.448 INFO O| Jul 25 01:54:55.448 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35932024-07-25T01:54:56.406Z[ recovery-image] Jul 25 01:54:55.457 INFO O| Jul 25 01:54:55.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
35942024-07-25T01:54:56.406Z[ recovery-image] Jul 25 01:54:55.458 INFO O| Jul 25 01:54:55.458 INFO STEP 56 (remove_files) COMPLETE
35952024-07-25T01:54:56.409Z[ recovery-image] Jul 25 01:54:55.458 INFO O| Jul 25 01:54:55.458 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35962024-07-25T01:54:56.415Z[ recovery-image] Jul 25 01:54:55.467 INFO O| Jul 25 01:54:55.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
35972024-07-25T01:54:56.415Z[ recovery-image] Jul 25 01:54:55.467 INFO O| Jul 25 01:54:55.467 INFO STEP 57 (remove_files) COMPLETE
35982024-07-25T01:54:56.415Z[ recovery-image] Jul 25 01:54:55.467 INFO O| Jul 25 01:54:55.467 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35992024-07-25T01:54:56.425Z[ recovery-image] Jul 25 01:54:55.476 INFO O| Jul 25 01:54:55.476 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
36002024-07-25T01:54:56.425Z[ recovery-image] Jul 25 01:54:55.476 INFO O| Jul 25 01:54:55.476 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
36012024-07-25T01:54:56.428Z[ recovery-image] Jul 25 01:54:55.476 INFO O| Jul 25 01:54:55.476 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
36022024-07-25T01:54:56.428Z[ recovery-image] Jul 25 01:54:55.476 INFO O| Jul 25 01:54:55.476 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
36032024-07-25T01:54:56.428Z[ recovery-image] Jul 25 01:54:55.476 INFO O| Jul 25 01:54:55.476 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
36042024-07-25T01:54:56.428Z[ recovery-image] Jul 25 01:54:55.476 INFO O| Jul 25 01:54:55.476 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
36052024-07-25T01:54:56.428Z[ recovery-image] Jul 25 01:54:55.476 INFO O| Jul 25 01:54:55.476 INFO ok!
36062024-07-25T01:54:56.428Z[ recovery-image] Jul 25 01:54:55.476 INFO O| Jul 25 01:54:55.476 INFO STEP 58 (ensure_file) COMPLETE
36072024-07-25T01:54:56.428Z[ recovery-image] Jul 25 01:54:55.476 INFO O| Jul 25 01:54:55.476 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36082024-07-25T01:54:56.436Z[ recovery-image] Jul 25 01:54:55.487 INFO O| Jul 25 01:54:55.487 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
36092024-07-25T01:54:56.436Z[ recovery-image] Jul 25 01:54:55.487 INFO O| Jul 25 01:54:55.487 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
36102024-07-25T01:54:56.439Z[ recovery-image] Jul 25 01:54:55.487 INFO O| Jul 25 01:54:55.487 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
36112024-07-25T01:54:56.439Z[ recovery-image] Jul 25 01:54:55.488 INFO O| Jul 25 01:54:55.487 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
36122024-07-25T01:54:56.439Z[ recovery-image] Jul 25 01:54:55.488 INFO O| Jul 25 01:54:55.488 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
36132024-07-25T01:54:56.439Z[ recovery-image] Jul 25 01:54:55.488 INFO O| Jul 25 01:54:55.488 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
36142024-07-25T01:54:56.439Z[ recovery-image] Jul 25 01:54:55.488 INFO O| Jul 25 01:54:55.488 INFO ok!
36152024-07-25T01:54:56.439Z[ recovery-image] Jul 25 01:54:55.488 INFO O| Jul 25 01:54:55.488 INFO STEP 59 (ensure_file) COMPLETE
36162024-07-25T01:54:56.439Z[ recovery-image] Jul 25 01:54:55.488 INFO O| Jul 25 01:54:55.488 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36172024-07-25T01:54:56.447Z[ recovery-image] Jul 25 01:54:55.498 INFO O| Jul 25 01:54:55.498 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
36182024-07-25T01:54:56.447Z[ recovery-image] Jul 25 01:54:55.499 INFO O| Jul 25 01:54:55.498 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
36192024-07-25T01:54:56.447Z[ recovery-image] Jul 25 01:54:55.499 INFO O| Jul 25 01:54:55.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
36202024-07-25T01:54:56.450Z[ recovery-image] Jul 25 01:54:55.499 INFO O| Jul 25 01:54:55.499 INFO ok!
36212024-07-25T01:54:56.450Z[ recovery-image] Jul 25 01:54:55.499 INFO O| Jul 25 01:54:55.499 INFO STEP 60 (ensure_file) COMPLETE
36222024-07-25T01:54:56.451Z[ recovery-image] Jul 25 01:54:55.499 INFO O| Jul 25 01:54:55.499 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36232024-07-25T01:54:56.459Z[ recovery-image] Jul 25 01:54:55.510 INFO O| Jul 25 01:54:55.510 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
36242024-07-25T01:54:56.459Z[ recovery-image] Jul 25 01:54:55.510 INFO O| Jul 25 01:54:55.510 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
36252024-07-25T01:54:56.462Z[ recovery-image] Jul 25 01:54:55.510 INFO O| Jul 25 01:54:55.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
36262024-07-25T01:54:56.462Z[ recovery-image] Jul 25 01:54:55.510 INFO O| Jul 25 01:54:55.510 INFO ok!
36272024-07-25T01:54:56.462Z[ recovery-image] Jul 25 01:54:55.510 INFO O| Jul 25 01:54:55.510 INFO STEP 61 (ensure_file) COMPLETE
36282024-07-25T01:54:56.462Z[ recovery-image] Jul 25 01:54:55.510 INFO O| Jul 25 01:54:55.510 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36292024-07-25T01:54:56.470Z[ recovery-image] Jul 25 01:54:55.521 INFO O| Jul 25 01:54:55.521 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
36302024-07-25T01:54:56.473Z[ recovery-image] Jul 25 01:54:55.521 INFO O| Jul 25 01:54:55.521 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
36312024-07-25T01:54:56.473Z[ recovery-image] Jul 25 01:54:55.521 INFO O| Jul 25 01:54:55.521 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
36322024-07-25T01:54:56.473Z[ recovery-image] Jul 25 01:54:55.522 INFO O| Jul 25 01:54:55.521 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
36332024-07-25T01:54:56.473Z[ recovery-image] Jul 25 01:54:55.522 INFO O| Jul 25 01:54:55.522 INFO ok!
36342024-07-25T01:54:56.473Z[ recovery-image] Jul 25 01:54:55.522 INFO O| Jul 25 01:54:55.522 INFO STEP 62 (ensure_file) COMPLETE
36352024-07-25T01:54:56.473Z[ recovery-image] Jul 25 01:54:55.522 INFO O| Jul 25 01:54:55.522 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36362024-07-25T01:54:56.481Z[ recovery-image] Jul 25 01:54:55.532 INFO O| Jul 25 01:54:55.532 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
36372024-07-25T01:54:56.481Z[ recovery-image] Jul 25 01:54:55.532 INFO O| Jul 25 01:54:55.532 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
36382024-07-25T01:54:56.484Z[ recovery-image] Jul 25 01:54:55.532 INFO O| Jul 25 01:54:55.532 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
36392024-07-25T01:54:56.484Z[ recovery-image] Jul 25 01:54:55.532 INFO O| Jul 25 01:54:55.532 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
36402024-07-25T01:54:56.484Z[ recovery-image] Jul 25 01:54:55.532 INFO O| Jul 25 01:54:55.532 INFO ok!
36412024-07-25T01:54:56.484Z[ recovery-image] Jul 25 01:54:55.532 INFO O| Jul 25 01:54:55.532 INFO STEP 63 (ensure_file) COMPLETE
36422024-07-25T01:54:56.484Z[ recovery-image] Jul 25 01:54:55.532 INFO O| Jul 25 01:54:55.532 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36432024-07-25T01:54:56.492Z[ recovery-image] Jul 25 01:54:55.543 INFO O| Jul 25 01:54:55.543 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme does not exist
36442024-07-25T01:54:56.495Z[ recovery-image] Jul 25 01:54:55.543 INFO O| Jul 25 01:54:55.543 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme ...
36452024-07-25T01:54:56.495Z[ recovery-image] Jul 25 01:54:55.544 INFO O| Jul 25 01:54:55.543 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
36462024-07-25T01:54:56.495Z[ recovery-image] Jul 25 01:54:55.544 INFO O| Jul 25 01:54:55.544 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
36472024-07-25T01:54:56.495Z[ recovery-image] Jul 25 01:54:55.544 INFO O| Jul 25 01:54:55.544 INFO ok!
36482024-07-25T01:54:56.495Z[ recovery-image] Jul 25 01:54:55.544 INFO O| Jul 25 01:54:55.544 INFO STEP 64 (ensure_file) COMPLETE
36492024-07-25T01:54:56.495Z[ recovery-image] Jul 25 01:54:55.544 INFO O| Jul 25 01:54:55.544 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36502024-07-25T01:54:56.503Z[ recovery-image] Jul 25 01:54:55.554 INFO O| Jul 25 01:54:55.554 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
36512024-07-25T01:54:56.503Z[ recovery-image] Jul 25 01:54:55.554 INFO O| Jul 25 01:54:55.554 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
36522024-07-25T01:54:56.505Z[ recovery-image] Jul 25 01:54:55.554 INFO O| Jul 25 01:54:55.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
36532024-07-25T01:54:56.505Z[ recovery-image] Jul 25 01:54:55.554 INFO O| Jul 25 01:54:55.554 INFO ok!
36542024-07-25T01:54:56.505Z[ recovery-image] Jul 25 01:54:55.554 INFO O| Jul 25 01:54:55.554 INFO STEP 65 (assemble_files) COMPLETE
36552024-07-25T01:54:56.505Z[ recovery-image] Jul 25 01:54:55.554 INFO O| Jul 25 01:54:55.554 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36562024-07-25T01:54:56.514Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
36572024-07-25T01:54:56.514Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
36582024-07-25T01:54:56.518Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
36592024-07-25T01:54:56.518Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
36602024-07-25T01:54:56.518Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO ok!
36612024-07-25T01:54:56.518Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO STEP 66 (ensure_file) COMPLETE
36622024-07-25T01:54:56.518Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36632024-07-25T01:54:56.518Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO skip step because feature "omicron1" is not enabled
36642024-07-25T01:54:56.518Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36652024-07-25T01:54:56.518Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO skip step because feature "omicron1" is not enabled
36662024-07-25T01:54:56.518Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36672024-07-25T01:54:56.518Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO skip step because feature "omicron1" is not enabled
36682024-07-25T01:54:56.518Z[ recovery-image] Jul 25 01:54:55.566 INFO O| Jul 25 01:54:55.566 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36692024-07-25T01:54:56.531Z[ recovery-image] Jul 25 01:54:55.582 INFO O| Jul 25 01:54:55.582 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
36702024-07-25T01:54:56.531Z[ recovery-image] Jul 25 01:54:55.582 INFO O| Jul 25 01:54:55.582 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
36712024-07-25T01:54:56.792Z[ host-image] Jul 25 01:54:55.843 INFO O| Jul 25 01:54:55.843 INFO O| Planning: Solver setup ... Done
36722024-07-25T01:54:56.796Z[ host-image] Jul 25 01:54:55.847 INFO O| Jul 25 01:54:55.847 INFO O| Planning: Running solver ... Done
36732024-07-25T01:54:56.831Z[ host-image] Jul 25 01:54:55.882 INFO O| Jul 25 01:54:55.882 INFO O| Planning: Finding local manifests ... Done
36742024-07-25T01:54:56.835Z[ host-image] Jul 25 01:54:55.884 INFO O| Jul 25 01:54:55.884 INFO O| Planning: Fetching manifests: 0/6 0% complete
36752024-07-25T01:54:56.961Z[ host-image] Jul 25 01:54:56.012 INFO O| Jul 25 01:54:56.012 INFO O| Planning: Fetching manifests: 6/6 100% complete
36762024-07-25T01:54:56.993Z[ host-image] Jul 25 01:54:56.044 INFO O| Jul 25 01:54:56.044 INFO O| Planning: Package planning ... Done
36772024-07-25T01:54:57.011Z[ host-image] Jul 25 01:54:56.062 INFO O| Jul 25 01:54:56.062 INFO O| Planning: Merging actions ... Done
36782024-07-25T01:54:57.083Z[ host-image] Jul 25 01:54:56.134 INFO O| Jul 25 01:54:56.133 INFO O| Planning: Checking for conflicting actions ... Done
36792024-07-25T01:54:57.086Z[ host-image] Jul 25 01:54:56.137 INFO O| Jul 25 01:54:56.137 INFO O| Planning: Consolidating action changes ... Done
36802024-07-25T01:54:57.258Z[ host-image] Jul 25 01:54:56.309 INFO O| Jul 25 01:54:56.309 INFO O| Planning: Evaluating mediators ... Done
36812024-07-25T01:54:57.261Z[ host-image] Jul 25 01:54:56.312 INFO O| Jul 25 01:54:56.312 INFO O| Planning: Planning completed in 1.73 seconds
36822024-07-25T01:54:57.264Z[ host-image] Jul 25 01:54:56.314 INFO O| Jul 25 01:54:56.314 INFO O| Packages to install: 6
36832024-07-25T01:54:57.264Z[ host-image] Jul 25 01:54:56.314 INFO O| Jul 25 01:54:56.314 INFO O| Mediators to change: 1
36842024-07-25T01:54:57.264Z[ host-image] Jul 25 01:54:56.314 INFO O| Jul 25 01:54:56.314 INFO O| Services to change: 1
36852024-07-25T01:54:57.274Z[ host-image] Jul 25 01:54:56.326 INFO O| Jul 25 01:54:56.326 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
36862024-07-25T01:54:58.001Z[ recovery-image] Jul 25 01:54:57.052 INFO O| Jul 25 01:54:57.052 INFO STEP 70 (pack_tar) COMPLETE
36872024-07-25T01:54:58.001Z[ recovery-image] Jul 25 01:54:57.052 INFO O| Jul 25 01:54:57.052 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36882024-07-25T01:54:58.001Z[ recovery-image] Jul 25 01:54:57.052 INFO O| Jul 25 01:54:57.052 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
36892024-07-25T01:54:58.435Z[ recovery-image] Jul 25 01:54:57.485 INFO O| Jul 25 01:54:57.485 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36902024-07-25T01:54:58.518Z[ recovery-image] Jul 25 01:54:57.569 INFO O| Jul 25 01:54:57.568 INFO completed processing gimlet/ramdisk-02-trim
36912024-07-25T01:54:58.521Z[ recovery-image] Jul 25 01:54:57.570 INFO image builder template: ramdisk-03-recovery-trim...
36922024-07-25T01:54:58.521Z[ recovery-image] Jul 25 01:54:57.571 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/.tmpqlF6Zf/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.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
36932024-07-25T01:54:58.585Z[ recovery-image] Jul 25 01:54:57.636 INFO O| Jul 25 01:54:57.636 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
36942024-07-25T01:54:58.588Z[ recovery-image] Jul 25 01:54:57.639 INFO O| Jul 25 01:54:57.639 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
36952024-07-25T01:54:58.635Z[ recovery-image] Jul 25 01:54:57.686 INFO O| Jul 25 01:54:57.686 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
36962024-07-25T01:54:58.686Z[ recovery-image] Jul 25 01:54:57.737 INFO O| Jul 25 01:54:57.737 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
36972024-07-25T01:54:58.689Z[ recovery-image] Jul 25 01:54:57.738 INFO O| Jul 25 01:54:57.738 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36982024-07-25T01:54:58.695Z[ recovery-image] Jul 25 01:54:57.746 INFO O| Jul 25 01:54:57.746 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
36992024-07-25T01:54:58.699Z[ recovery-image] Jul 25 01:54:57.750 INFO O| Jul 25 01:54:57.750 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37002024-07-25T01:54:58.704Z[ recovery-image] Jul 25 01:54:57.755 INFO O| Jul 25 01:54:57.755 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
37012024-07-25T01:54:58.910Z[ recovery-image] Jul 25 01:54:57.961 INFO O| Jul 25 01:54:57.961 INFO rolled back to input snapshot; work may begin
37022024-07-25T01:54:58.910Z[ recovery-image] Jul 25 01:54:57.961 INFO O| Jul 25 01:54:57.961 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37032024-07-25T01:54:58.916Z[ recovery-image] Jul 25 01:54:57.967 INFO O| Jul 25 01:54:57.967 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37042024-07-25T01:54:58.926Z[ recovery-image] Jul 25 01:54:57.977 INFO O| Jul 25 01:54:57.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
37052024-07-25T01:54:58.929Z[ recovery-image] Jul 25 01:54:57.980 INFO O| Jul 25 01:54:57.980 INFO STEP 0 (remove_files) COMPLETE
37062024-07-25T01:54:58.929Z[ recovery-image] Jul 25 01:54:57.980 INFO O| Jul 25 01:54:57.980 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37072024-07-25T01:54:58.939Z[ recovery-image] Jul 25 01:54:57.990 INFO O| Jul 25 01:54:57.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
37082024-07-25T01:54:59.009Z[ recovery-image] Jul 25 01:54:58.060 INFO O| Jul 25 01:54:58.060 INFO STEP 1 (remove_files) COMPLETE
37092024-07-25T01:54:59.009Z[ recovery-image] Jul 25 01:54:58.060 INFO O| Jul 25 01:54:58.060 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37102024-07-25T01:54:59.020Z[ recovery-image] Jul 25 01:54:58.071 INFO O| Jul 25 01:54:58.070 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
37112024-07-25T01:54:59.022Z[ recovery-image] Jul 25 01:54:58.073 INFO O| Jul 25 01:54:58.073 INFO STEP 2 (remove_files) COMPLETE
37122024-07-25T01:54:59.022Z[ recovery-image] Jul 25 01:54:58.074 INFO O| Jul 25 01:54:58.073 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37132024-07-25T01:54:59.032Z[ recovery-image] Jul 25 01:54:58.083 INFO O| Jul 25 01:54:58.083 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
37142024-07-25T01:54:59.072Z[ recovery-image] Jul 25 01:54:58.123 INFO O| Jul 25 01:54:58.123 INFO STEP 3 (remove_files) COMPLETE
37152024-07-25T01:54:59.072Z[ recovery-image] Jul 25 01:54:58.123 INFO O| Jul 25 01:54:58.123 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37162024-07-25T01:54:59.083Z[ recovery-image] Jul 25 01:54:58.134 INFO O| Jul 25 01:54:58.134 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
37172024-07-25T01:54:59.109Z[ recovery-image] Jul 25 01:54:58.160 INFO O| Jul 25 01:54:58.160 INFO STEP 4 (remove_files) COMPLETE
37182024-07-25T01:54:59.109Z[ recovery-image] Jul 25 01:54:58.160 INFO O| Jul 25 01:54:58.160 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37192024-07-25T01:54:59.118Z[ recovery-image] Jul 25 01:54:58.169 INFO O| Jul 25 01:54:58.169 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
37202024-07-25T01:54:59.121Z[ recovery-image] Jul 25 01:54:58.172 INFO O| Jul 25 01:54:58.172 INFO STEP 5 (remove_files) COMPLETE
37212024-07-25T01:54:59.121Z[ recovery-image] Jul 25 01:54:58.172 INFO O| Jul 25 01:54:58.172 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37222024-07-25T01:54:59.130Z[ recovery-image] Jul 25 01:54:58.181 INFO O| Jul 25 01:54:58.181 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
37232024-07-25T01:54:59.133Z[ recovery-image] Jul 25 01:54:58.184 INFO O| Jul 25 01:54:58.184 INFO STEP 6 (remove_files) COMPLETE
37242024-07-25T01:54:59.133Z[ recovery-image] Jul 25 01:54:58.184 INFO O| Jul 25 01:54:58.184 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37252024-07-25T01:54:59.142Z[ recovery-image] Jul 25 01:54:58.193 INFO O| Jul 25 01:54:58.193 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
37262024-07-25T01:54:59.145Z[ recovery-image] Jul 25 01:54:58.195 INFO O| Jul 25 01:54:58.195 INFO STEP 7 (remove_files) COMPLETE
37272024-07-25T01:54:59.145Z[ recovery-image] Jul 25 01:54:58.195 INFO O| Jul 25 01:54:58.195 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37282024-07-25T01:54:59.153Z[ recovery-image] Jul 25 01:54:58.205 INFO O| Jul 25 01:54:58.205 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
37292024-07-25T01:54:59.157Z[ recovery-image] Jul 25 01:54:58.208 INFO O| Jul 25 01:54:58.208 INFO STEP 8 (remove_files) COMPLETE
37302024-07-25T01:54:59.157Z[ recovery-image] Jul 25 01:54:58.208 INFO O| Jul 25 01:54:58.208 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37312024-07-25T01:54:59.167Z[ recovery-image] Jul 25 01:54:58.218 INFO O| Jul 25 01:54:58.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
37322024-07-25T01:54:59.170Z[ recovery-image] Jul 25 01:54:58.218 INFO O| Jul 25 01:54:58.218 INFO STEP 9 (remove_files) COMPLETE
37332024-07-25T01:54:59.170Z[ recovery-image] Jul 25 01:54:58.218 INFO O| Jul 25 01:54:58.218 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37342024-07-25T01:54:59.176Z[ recovery-image] Jul 25 01:54:58.227 INFO O| Jul 25 01:54:58.227 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
37352024-07-25T01:54:59.179Z[ recovery-image] Jul 25 01:54:58.228 INFO O| Jul 25 01:54:58.228 INFO STEP 10 (remove_files) COMPLETE
37362024-07-25T01:54:59.179Z[ recovery-image] Jul 25 01:54:58.228 INFO O| Jul 25 01:54:58.228 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37372024-07-25T01:54:59.187Z[ recovery-image] Jul 25 01:54:58.238 INFO O| Jul 25 01:54:58.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
37382024-07-25T01:54:59.242Z[ recovery-image] Jul 25 01:54:58.293 INFO O| Jul 25 01:54:58.293 INFO STEP 11 (remove_files) COMPLETE
37392024-07-25T01:54:59.242Z[ recovery-image] Jul 25 01:54:58.293 INFO O| Jul 25 01:54:58.293 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37402024-07-25T01:54:59.253Z[ recovery-image] Jul 25 01:54:58.304 INFO O| Jul 25 01:54:58.304 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
37412024-07-25T01:54:59.255Z[ recovery-image] Jul 25 01:54:58.306 INFO O| Jul 25 01:54:58.306 INFO STEP 12 (remove_files) COMPLETE
37422024-07-25T01:54:59.255Z[ recovery-image] Jul 25 01:54:58.306 INFO O| Jul 25 01:54:58.306 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37432024-07-25T01:54:59.265Z[ recovery-image] Jul 25 01:54:58.316 INFO O| Jul 25 01:54:58.316 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
37442024-07-25T01:54:59.268Z[ recovery-image] Jul 25 01:54:58.319 INFO O| Jul 25 01:54:58.319 INFO STEP 13 (remove_files) COMPLETE
37452024-07-25T01:54:59.268Z[ recovery-image] Jul 25 01:54:58.319 INFO O| Jul 25 01:54:58.319 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37462024-07-25T01:54:59.277Z[ recovery-image] Jul 25 01:54:58.328 INFO O| Jul 25 01:54:58.328 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
37472024-07-25T01:54:59.280Z[ recovery-image] Jul 25 01:54:58.328 INFO O| Jul 25 01:54:58.328 INFO STEP 14 (remove_files) COMPLETE
37482024-07-25T01:54:59.280Z[ recovery-image] Jul 25 01:54:58.328 INFO O| Jul 25 01:54:58.328 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37492024-07-25T01:54:59.287Z[ recovery-image] Jul 25 01:54:58.338 INFO O| Jul 25 01:54:58.338 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
37502024-07-25T01:54:59.289Z[ recovery-image] Jul 25 01:54:58.339 INFO O| Jul 25 01:54:58.339 INFO STEP 15 (remove_files) COMPLETE
37512024-07-25T01:54:59.289Z[ recovery-image] Jul 25 01:54:58.339 INFO O| Jul 25 01:54:58.339 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37522024-07-25T01:54:59.297Z[ recovery-image] Jul 25 01:54:58.348 INFO O| Jul 25 01:54:58.348 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
37532024-07-25T01:54:59.304Z[ recovery-image] Jul 25 01:54:58.355 INFO O| Jul 25 01:54:58.355 INFO STEP 16 (remove_files) COMPLETE
37542024-07-25T01:54:59.304Z[ recovery-image] Jul 25 01:54:58.355 INFO O| Jul 25 01:54:58.355 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37552024-07-25T01:54:59.314Z[ recovery-image] Jul 25 01:54:58.365 INFO O| Jul 25 01:54:58.365 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
37562024-07-25T01:54:59.317Z[ recovery-image] Jul 25 01:54:58.365 INFO O| Jul 25 01:54:58.365 INFO STEP 17 (remove_files) COMPLETE
37572024-07-25T01:54:59.317Z[ recovery-image] Jul 25 01:54:58.365 INFO O| Jul 25 01:54:58.365 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37582024-07-25T01:54:59.323Z[ recovery-image] Jul 25 01:54:58.374 INFO O| Jul 25 01:54:58.374 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
37592024-07-25T01:54:59.326Z[ recovery-image] Jul 25 01:54:58.374 INFO O| Jul 25 01:54:58.374 INFO STEP 18 (remove_files) COMPLETE
37602024-07-25T01:54:59.326Z[ recovery-image] Jul 25 01:54:58.374 INFO O| Jul 25 01:54:58.374 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37612024-07-25T01:54:59.332Z[ recovery-image] Jul 25 01:54:58.383 INFO O| Jul 25 01:54:58.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
37622024-07-25T01:54:59.376Z[ recovery-image] Jul 25 01:54:58.426 INFO O| Jul 25 01:54:58.426 INFO STEP 19 (remove_files) COMPLETE
37632024-07-25T01:54:59.376Z[ recovery-image] Jul 25 01:54:58.426 INFO O| Jul 25 01:54:58.426 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37642024-07-25T01:54:59.386Z[ recovery-image] Jul 25 01:54:58.437 INFO O| Jul 25 01:54:58.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
37652024-07-25T01:54:59.390Z[ recovery-image] Jul 25 01:54:58.438 INFO O| Jul 25 01:54:58.438 INFO STEP 20 (remove_files) COMPLETE
37662024-07-25T01:54:59.390Z[ recovery-image] Jul 25 01:54:58.438 INFO O| Jul 25 01:54:58.438 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37672024-07-25T01:54:59.396Z[ recovery-image] Jul 25 01:54:58.447 INFO O| Jul 25 01:54:58.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
37682024-07-25T01:54:59.399Z[ recovery-image] Jul 25 01:54:58.448 INFO O| Jul 25 01:54:58.448 INFO STEP 21 (remove_files) COMPLETE
37692024-07-25T01:54:59.399Z[ recovery-image] Jul 25 01:54:58.448 INFO O| Jul 25 01:54:58.448 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37702024-07-25T01:54:59.406Z[ recovery-image] Jul 25 01:54:58.457 INFO O| Jul 25 01:54:58.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
37712024-07-25T01:54:59.409Z[ recovery-image] Jul 25 01:54:58.458 INFO O| Jul 25 01:54:58.457 INFO STEP 22 (remove_files) COMPLETE
37722024-07-25T01:54:59.409Z[ recovery-image] Jul 25 01:54:58.458 INFO O| Jul 25 01:54:58.458 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37732024-07-25T01:54:59.416Z[ recovery-image] Jul 25 01:54:58.467 INFO O| Jul 25 01:54:58.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
37742024-07-25T01:54:59.419Z[ recovery-image] Jul 25 01:54:58.467 INFO O| Jul 25 01:54:58.467 INFO STEP 23 (remove_files) COMPLETE
37752024-07-25T01:54:59.419Z[ recovery-image] Jul 25 01:54:58.467 INFO O| Jul 25 01:54:58.467 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37762024-07-25T01:54:59.425Z[ recovery-image] Jul 25 01:54:58.476 INFO O| Jul 25 01:54:58.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
37772024-07-25T01:54:59.428Z[ recovery-image] Jul 25 01:54:58.477 INFO O| Jul 25 01:54:58.477 INFO STEP 24 (remove_files) COMPLETE
37782024-07-25T01:54:59.428Z[ recovery-image] Jul 25 01:54:58.477 INFO O| Jul 25 01:54:58.477 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37792024-07-25T01:54:59.435Z[ recovery-image] Jul 25 01:54:58.486 INFO O| Jul 25 01:54:58.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
37802024-07-25T01:54:59.435Z[ recovery-image] Jul 25 01:54:58.486 INFO O| Jul 25 01:54:58.486 INFO STEP 25 (remove_files) COMPLETE
37812024-07-25T01:54:59.438Z[ recovery-image] Jul 25 01:54:58.486 INFO O| Jul 25 01:54:58.486 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37822024-07-25T01:54:59.444Z[ recovery-image] Jul 25 01:54:58.495 INFO O| Jul 25 01:54:58.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
37832024-07-25T01:54:59.447Z[ recovery-image] Jul 25 01:54:58.495 INFO O| Jul 25 01:54:58.495 INFO STEP 26 (remove_files) COMPLETE
37842024-07-25T01:54:59.447Z[ recovery-image] Jul 25 01:54:58.495 INFO O| Jul 25 01:54:58.495 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37852024-07-25T01:54:59.453Z[ recovery-image] Jul 25 01:54:58.504 INFO O| Jul 25 01:54:58.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
37862024-07-25T01:54:59.453Z[ recovery-image] Jul 25 01:54:58.504 INFO O| Jul 25 01:54:58.504 INFO STEP 27 (remove_files) COMPLETE
37872024-07-25T01:54:59.456Z[ recovery-image] Jul 25 01:54:58.504 INFO O| Jul 25 01:54:58.504 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37882024-07-25T01:54:59.462Z[ recovery-image] Jul 25 01:54:58.513 INFO O| Jul 25 01:54:58.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
37892024-07-25T01:54:59.465Z[ recovery-image] Jul 25 01:54:58.514 INFO O| Jul 25 01:54:58.514 INFO STEP 28 (remove_files) COMPLETE
37902024-07-25T01:54:59.465Z[ recovery-image] Jul 25 01:54:58.514 INFO O| Jul 25 01:54:58.514 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37912024-07-25T01:54:59.472Z[ recovery-image] Jul 25 01:54:58.523 INFO O| Jul 25 01:54:58.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
37922024-07-25T01:54:59.472Z[ recovery-image] Jul 25 01:54:58.523 INFO O| Jul 25 01:54:58.523 INFO STEP 29 (remove_files) COMPLETE
37932024-07-25T01:54:59.474Z[ recovery-image] Jul 25 01:54:58.523 INFO O| Jul 25 01:54:58.523 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37942024-07-25T01:54:59.480Z[ recovery-image] Jul 25 01:54:58.532 INFO O| Jul 25 01:54:58.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
37952024-07-25T01:54:59.483Z[ recovery-image] Jul 25 01:54:58.532 INFO O| Jul 25 01:54:58.532 INFO STEP 30 (remove_files) COMPLETE
37962024-07-25T01:54:59.483Z[ recovery-image] Jul 25 01:54:58.532 INFO O| Jul 25 01:54:58.532 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37972024-07-25T01:54:59.489Z[ recovery-image] Jul 25 01:54:58.541 INFO O| Jul 25 01:54:58.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
37982024-07-25T01:54:59.492Z[ recovery-image] Jul 25 01:54:58.541 INFO O| Jul 25 01:54:58.541 INFO STEP 31 (remove_files) COMPLETE
37992024-07-25T01:54:59.492Z[ recovery-image] Jul 25 01:54:58.541 INFO O| Jul 25 01:54:58.541 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38002024-07-25T01:54:59.498Z[ recovery-image] Jul 25 01:54:58.550 INFO O| Jul 25 01:54:58.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
38012024-07-25T01:54:59.498Z[ recovery-image] Jul 25 01:54:58.550 INFO O| Jul 25 01:54:58.550 INFO STEP 32 (remove_files) COMPLETE
38022024-07-25T01:54:59.501Z[ recovery-image] Jul 25 01:54:58.550 INFO O| Jul 25 01:54:58.550 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38032024-07-25T01:54:59.507Z[ recovery-image] Jul 25 01:54:58.559 INFO O| Jul 25 01:54:58.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
38042024-07-25T01:54:59.510Z[ recovery-image] Jul 25 01:54:58.559 INFO O| Jul 25 01:54:58.559 INFO STEP 33 (remove_files) COMPLETE
38052024-07-25T01:54:59.510Z[ recovery-image] Jul 25 01:54:58.559 INFO O| Jul 25 01:54:58.559 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38062024-07-25T01:54:59.517Z[ recovery-image] Jul 25 01:54:58.568 INFO O| Jul 25 01:54:58.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
38072024-07-25T01:54:59.517Z[ recovery-image] Jul 25 01:54:58.568 INFO O| Jul 25 01:54:58.568 INFO STEP 34 (remove_files) COMPLETE
38082024-07-25T01:54:59.517Z[ recovery-image] Jul 25 01:54:58.568 INFO O| Jul 25 01:54:58.568 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38092024-07-25T01:54:59.527Z[ recovery-image] Jul 25 01:54:58.578 INFO O| Jul 25 01:54:58.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
38102024-07-25T01:54:59.527Z[ recovery-image] Jul 25 01:54:58.578 INFO O| Jul 25 01:54:58.578 INFO STEP 35 (remove_files) COMPLETE
38112024-07-25T01:54:59.527Z[ recovery-image] Jul 25 01:54:58.578 INFO O| Jul 25 01:54:58.578 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38122024-07-25T01:54:59.536Z[ recovery-image] Jul 25 01:54:58.587 INFO O| Jul 25 01:54:58.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
38132024-07-25T01:54:59.536Z[ recovery-image] Jul 25 01:54:58.587 INFO O| Jul 25 01:54:58.587 INFO STEP 36 (remove_files) COMPLETE
38142024-07-25T01:54:59.536Z[ recovery-image] Jul 25 01:54:58.588 INFO O| Jul 25 01:54:58.587 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38152024-07-25T01:54:59.546Z[ recovery-image] Jul 25 01:54:58.597 INFO O| Jul 25 01:54:58.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
38162024-07-25T01:54:59.549Z[ recovery-image] Jul 25 01:54:58.598 INFO O| Jul 25 01:54:58.597 INFO STEP 37 (remove_files) COMPLETE
38172024-07-25T01:54:59.549Z[ recovery-image] Jul 25 01:54:58.598 INFO O| Jul 25 01:54:58.597 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38182024-07-25T01:54:59.556Z[ recovery-image] Jul 25 01:54:58.607 INFO O| Jul 25 01:54:58.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
38192024-07-25T01:54:59.556Z[ recovery-image] Jul 25 01:54:58.607 INFO O| Jul 25 01:54:58.607 INFO STEP 38 (remove_files) COMPLETE
38202024-07-25T01:54:59.556Z[ recovery-image] Jul 25 01:54:58.607 INFO O| Jul 25 01:54:58.607 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38212024-07-25T01:54:59.565Z[ recovery-image] Jul 25 01:54:58.616 INFO O| Jul 25 01:54:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
38222024-07-25T01:54:59.565Z[ recovery-image] Jul 25 01:54:58.616 INFO O| Jul 25 01:54:58.616 INFO STEP 39 (remove_files) COMPLETE
38232024-07-25T01:54:59.565Z[ recovery-image] Jul 25 01:54:58.616 INFO O| Jul 25 01:54:58.616 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38242024-07-25T01:54:59.574Z[ recovery-image] Jul 25 01:54:58.625 INFO O| Jul 25 01:54:58.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
38252024-07-25T01:54:59.574Z[ recovery-image] Jul 25 01:54:58.625 INFO O| Jul 25 01:54:58.625 INFO STEP 40 (remove_files) COMPLETE
38262024-07-25T01:54:59.577Z[ recovery-image] Jul 25 01:54:58.625 INFO O| Jul 25 01:54:58.625 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38272024-07-25T01:54:59.583Z[ recovery-image] Jul 25 01:54:58.634 INFO O| Jul 25 01:54:58.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
38282024-07-25T01:54:59.583Z[ recovery-image] Jul 25 01:54:58.635 INFO O| Jul 25 01:54:58.634 INFO STEP 41 (remove_files) COMPLETE
38292024-07-25T01:54:59.586Z[ recovery-image] Jul 25 01:54:58.635 INFO O| Jul 25 01:54:58.635 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38302024-07-25T01:54:59.593Z[ recovery-image] Jul 25 01:54:58.644 INFO O| Jul 25 01:54:58.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
38312024-07-25T01:54:59.593Z[ recovery-image] Jul 25 01:54:58.644 INFO O| Jul 25 01:54:58.644 INFO STEP 42 (remove_files) COMPLETE
38322024-07-25T01:54:59.593Z[ recovery-image] Jul 25 01:54:58.644 INFO O| Jul 25 01:54:58.644 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38332024-07-25T01:54:59.602Z[ recovery-image] Jul 25 01:54:58.653 INFO O| Jul 25 01:54:58.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
38342024-07-25T01:54:59.605Z[ recovery-image] Jul 25 01:54:58.653 INFO O| Jul 25 01:54:58.653 INFO STEP 43 (remove_files) COMPLETE
38352024-07-25T01:54:59.605Z[ recovery-image] Jul 25 01:54:58.653 INFO O| Jul 25 01:54:58.653 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38362024-07-25T01:54:59.611Z[ recovery-image] Jul 25 01:54:58.662 INFO O| Jul 25 01:54:58.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
38372024-07-25T01:54:59.611Z[ recovery-image] Jul 25 01:54:58.662 INFO O| Jul 25 01:54:58.662 INFO STEP 44 (remove_files) COMPLETE
38382024-07-25T01:54:59.614Z[ recovery-image] Jul 25 01:54:58.662 INFO O| Jul 25 01:54:58.662 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38392024-07-25T01:54:59.620Z[ recovery-image] Jul 25 01:54:58.671 INFO O| Jul 25 01:54:58.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
38402024-07-25T01:54:59.623Z[ recovery-image] Jul 25 01:54:58.672 INFO O| Jul 25 01:54:58.672 INFO STEP 45 (remove_files) COMPLETE
38412024-07-25T01:54:59.623Z[ recovery-image] Jul 25 01:54:58.672 INFO O| Jul 25 01:54:58.672 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38422024-07-25T01:54:59.630Z[ recovery-image] Jul 25 01:54:58.681 INFO O| Jul 25 01:54:58.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
38432024-07-25T01:54:59.630Z[ recovery-image] Jul 25 01:54:58.681 INFO O| Jul 25 01:54:58.681 INFO STEP 46 (remove_files) COMPLETE
38442024-07-25T01:54:59.630Z[ recovery-image] Jul 25 01:54:58.681 INFO O| Jul 25 01:54:58.681 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38452024-07-25T01:54:59.639Z[ recovery-image] Jul 25 01:54:58.690 INFO O| Jul 25 01:54:58.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
38462024-07-25T01:54:59.639Z[ recovery-image] Jul 25 01:54:58.690 INFO O| Jul 25 01:54:58.690 INFO STEP 47 (remove_files) COMPLETE
38472024-07-25T01:54:59.642Z[ recovery-image] Jul 25 01:54:58.690 INFO O| Jul 25 01:54:58.690 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38482024-07-25T01:54:59.648Z[ recovery-image] Jul 25 01:54:58.699 INFO O| Jul 25 01:54:58.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
38492024-07-25T01:54:59.648Z[ recovery-image] Jul 25 01:54:58.699 INFO O| Jul 25 01:54:58.699 INFO STEP 48 (remove_files) COMPLETE
38502024-07-25T01:54:59.651Z[ recovery-image] Jul 25 01:54:58.699 INFO O| Jul 25 01:54:58.699 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38512024-07-25T01:54:59.657Z[ recovery-image] Jul 25 01:54:58.708 INFO O| Jul 25 01:54:58.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
38522024-07-25T01:54:59.660Z[ recovery-image] Jul 25 01:54:58.708 INFO O| Jul 25 01:54:58.708 INFO STEP 49 (remove_files) COMPLETE
38532024-07-25T01:54:59.660Z[ recovery-image] Jul 25 01:54:58.708 INFO O| Jul 25 01:54:58.708 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38542024-07-25T01:54:59.667Z[ recovery-image] Jul 25 01:54:58.718 INFO O| Jul 25 01:54:58.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
38552024-07-25T01:54:59.670Z[ recovery-image] Jul 25 01:54:58.718 INFO O| Jul 25 01:54:58.718 INFO STEP 50 (remove_files) COMPLETE
38562024-07-25T01:54:59.670Z[ recovery-image] Jul 25 01:54:58.718 INFO O| Jul 25 01:54:58.718 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38572024-07-25T01:54:59.676Z[ recovery-image] Jul 25 01:54:58.727 INFO O| Jul 25 01:54:58.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
38582024-07-25T01:54:59.676Z[ recovery-image] Jul 25 01:54:58.727 INFO O| Jul 25 01:54:58.727 INFO STEP 51 (remove_files) COMPLETE
38592024-07-25T01:54:59.679Z[ recovery-image] Jul 25 01:54:58.727 INFO O| Jul 25 01:54:58.727 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38602024-07-25T01:54:59.685Z[ recovery-image] Jul 25 01:54:58.736 INFO O| Jul 25 01:54:58.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
38612024-07-25T01:54:59.685Z[ recovery-image] Jul 25 01:54:58.736 INFO O| Jul 25 01:54:58.736 INFO STEP 52 (remove_files) COMPLETE
38622024-07-25T01:54:59.688Z[ recovery-image] Jul 25 01:54:58.736 INFO O| Jul 25 01:54:58.736 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38632024-07-25T01:54:59.694Z[ recovery-image] Jul 25 01:54:58.745 INFO O| Jul 25 01:54:58.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
38642024-07-25T01:54:59.697Z[ recovery-image] Jul 25 01:54:58.746 INFO O| Jul 25 01:54:58.746 INFO STEP 53 (remove_files) COMPLETE
38652024-07-25T01:54:59.697Z[ recovery-image] Jul 25 01:54:58.746 INFO O| Jul 25 01:54:58.746 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38662024-07-25T01:54:59.704Z[ recovery-image] Jul 25 01:54:58.755 INFO O| Jul 25 01:54:58.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
38672024-07-25T01:54:59.704Z[ recovery-image] Jul 25 01:54:58.755 INFO O| Jul 25 01:54:58.755 INFO STEP 54 (remove_files) COMPLETE
38682024-07-25T01:54:59.704Z[ recovery-image] Jul 25 01:54:58.755 INFO O| Jul 25 01:54:58.755 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38692024-07-25T01:54:59.713Z[ recovery-image] Jul 25 01:54:58.764 INFO O| Jul 25 01:54:58.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
38702024-07-25T01:54:59.713Z[ recovery-image] Jul 25 01:54:58.764 INFO O| Jul 25 01:54:58.764 INFO STEP 55 (remove_files) COMPLETE
38712024-07-25T01:54:59.716Z[ recovery-image] Jul 25 01:54:58.764 INFO O| Jul 25 01:54:58.764 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38722024-07-25T01:54:59.723Z[ recovery-image] Jul 25 01:54:58.773 INFO O| Jul 25 01:54:58.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
38732024-07-25T01:54:59.723Z[ recovery-image] Jul 25 01:54:58.773 INFO O| Jul 25 01:54:58.773 INFO STEP 56 (remove_files) COMPLETE
38742024-07-25T01:54:59.726Z[ recovery-image] Jul 25 01:54:58.773 INFO O| Jul 25 01:54:58.773 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38752024-07-25T01:54:59.731Z[ recovery-image] Jul 25 01:54:58.782 INFO O| Jul 25 01:54:58.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
38762024-07-25T01:54:59.731Z[ recovery-image] Jul 25 01:54:58.782 INFO O| Jul 25 01:54:58.782 INFO STEP 57 (remove_files) COMPLETE
38772024-07-25T01:54:59.734Z[ recovery-image] Jul 25 01:54:58.783 INFO O| Jul 25 01:54:58.782 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38782024-07-25T01:54:59.741Z[ recovery-image] Jul 25 01:54:58.792 INFO O| Jul 25 01:54:58.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
38792024-07-25T01:54:59.741Z[ recovery-image] Jul 25 01:54:58.792 INFO O| Jul 25 01:54:58.792 INFO STEP 58 (remove_files) COMPLETE
38802024-07-25T01:54:59.743Z[ recovery-image] Jul 25 01:54:58.792 INFO O| Jul 25 01:54:58.792 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38812024-07-25T01:54:59.750Z[ recovery-image] Jul 25 01:54:58.801 INFO O| Jul 25 01:54:58.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
38822024-07-25T01:54:59.752Z[ recovery-image] Jul 25 01:54:58.801 INFO O| Jul 25 01:54:58.801 INFO STEP 59 (remove_files) COMPLETE
38832024-07-25T01:54:59.753Z[ recovery-image] Jul 25 01:54:58.801 INFO O| Jul 25 01:54:58.801 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38842024-07-25T01:54:59.759Z[ recovery-image] Jul 25 01:54:58.810 INFO O| Jul 25 01:54:58.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
38852024-07-25T01:54:59.762Z[ recovery-image] Jul 25 01:54:58.810 INFO O| Jul 25 01:54:58.810 INFO STEP 60 (remove_files) COMPLETE
38862024-07-25T01:54:59.762Z[ recovery-image] Jul 25 01:54:58.810 INFO O| Jul 25 01:54:58.810 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38872024-07-25T01:54:59.768Z[ recovery-image] Jul 25 01:54:58.819 INFO O| Jul 25 01:54:58.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
38882024-07-25T01:54:59.768Z[ recovery-image] Jul 25 01:54:58.819 INFO O| Jul 25 01:54:58.819 INFO STEP 61 (remove_files) COMPLETE
38892024-07-25T01:54:59.768Z[ recovery-image] Jul 25 01:54:58.819 INFO O| Jul 25 01:54:58.819 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38902024-07-25T01:54:59.777Z[ recovery-image] Jul 25 01:54:58.828 INFO O| Jul 25 01:54:58.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
38912024-07-25T01:54:59.777Z[ recovery-image] Jul 25 01:54:58.828 INFO O| Jul 25 01:54:58.828 INFO STEP 62 (remove_files) COMPLETE
38922024-07-25T01:54:59.780Z[ recovery-image] Jul 25 01:54:58.828 INFO O| Jul 25 01:54:58.828 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38932024-07-25T01:54:59.786Z[ recovery-image] Jul 25 01:54:58.837 INFO O| Jul 25 01:54:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
38942024-07-25T01:54:59.786Z[ recovery-image] Jul 25 01:54:58.837 INFO O| Jul 25 01:54:58.837 INFO STEP 63 (remove_files) COMPLETE
38952024-07-25T01:54:59.789Z[ recovery-image] Jul 25 01:54:58.838 INFO O| Jul 25 01:54:58.837 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38962024-07-25T01:54:59.796Z[ recovery-image] Jul 25 01:54:58.847 INFO O| Jul 25 01:54:58.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
38972024-07-25T01:54:59.796Z[ recovery-image] Jul 25 01:54:58.847 INFO O| Jul 25 01:54:58.847 INFO STEP 64 (remove_files) COMPLETE
38982024-07-25T01:54:59.796Z[ recovery-image] Jul 25 01:54:58.847 INFO O| Jul 25 01:54:58.847 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38992024-07-25T01:54:59.805Z[ recovery-image] Jul 25 01:54:58.856 INFO O| Jul 25 01:54:58.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
39002024-07-25T01:54:59.808Z[ recovery-image] Jul 25 01:54:58.856 INFO O| Jul 25 01:54:58.856 INFO STEP 65 (remove_files) COMPLETE
39012024-07-25T01:54:59.808Z[ recovery-image] Jul 25 01:54:58.856 INFO O| Jul 25 01:54:58.856 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39022024-07-25T01:54:59.814Z[ recovery-image] Jul 25 01:54:58.865 INFO O| Jul 25 01:54:58.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
39032024-07-25T01:54:59.814Z[ recovery-image] Jul 25 01:54:58.865 INFO O| Jul 25 01:54:58.865 INFO STEP 66 (remove_files) COMPLETE
39042024-07-25T01:54:59.818Z[ recovery-image] Jul 25 01:54:58.865 INFO O| Jul 25 01:54:58.865 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39052024-07-25T01:54:59.823Z[ recovery-image] Jul 25 01:54:58.874 INFO O| Jul 25 01:54:58.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
39062024-07-25T01:54:59.826Z[ recovery-image] Jul 25 01:54:58.874 INFO O| Jul 25 01:54:58.874 INFO STEP 67 (remove_files) COMPLETE
39072024-07-25T01:54:59.826Z[ recovery-image] Jul 25 01:54:58.874 INFO O| Jul 25 01:54:58.874 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39082024-07-25T01:54:59.832Z[ recovery-image] Jul 25 01:54:58.883 INFO O| Jul 25 01:54:58.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
39092024-07-25T01:54:59.832Z[ recovery-image] Jul 25 01:54:58.883 INFO O| Jul 25 01:54:58.883 INFO STEP 68 (remove_files) COMPLETE
39102024-07-25T01:54:59.838Z[ recovery-image] Jul 25 01:54:58.883 INFO O| Jul 25 01:54:58.883 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39112024-07-25T01:54:59.846Z[ recovery-image] Jul 25 01:54:58.892 INFO O| Jul 25 01:54:58.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
39122024-07-25T01:54:59.846Z[ recovery-image] Jul 25 01:54:58.892 INFO O| Jul 25 01:54:58.892 INFO STEP 69 (remove_files) COMPLETE
39132024-07-25T01:54:59.846Z[ recovery-image] Jul 25 01:54:58.892 INFO O| Jul 25 01:54:58.892 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39142024-07-25T01:54:59.851Z[ recovery-image] Jul 25 01:54:58.901 INFO O| Jul 25 01:54:58.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
39152024-07-25T01:54:59.851Z[ recovery-image] Jul 25 01:54:58.901 INFO O| Jul 25 01:54:58.901 INFO STEP 70 (remove_files) COMPLETE
39162024-07-25T01:54:59.851Z[ recovery-image] Jul 25 01:54:58.901 INFO O| Jul 25 01:54:58.901 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39172024-07-25T01:54:59.859Z[ recovery-image] Jul 25 01:54:58.910 INFO O| Jul 25 01:54:58.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
39182024-07-25T01:54:59.859Z[ recovery-image] Jul 25 01:54:58.910 INFO O| Jul 25 01:54:58.910 INFO STEP 71 (remove_files) COMPLETE
39192024-07-25T01:54:59.862Z[ recovery-image] Jul 25 01:54:58.910 INFO O| Jul 25 01:54:58.910 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39202024-07-25T01:54:59.870Z[ recovery-image] Jul 25 01:54:58.920 INFO O| Jul 25 01:54:58.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
39212024-07-25T01:54:59.870Z[ recovery-image] Jul 25 01:54:58.920 INFO O| Jul 25 01:54:58.920 INFO STEP 72 (remove_files) COMPLETE
39222024-07-25T01:54:59.870Z[ recovery-image] Jul 25 01:54:58.920 INFO O| Jul 25 01:54:58.920 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39232024-07-25T01:54:59.878Z[ recovery-image] Jul 25 01:54:58.929 INFO O| Jul 25 01:54:58.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
39242024-07-25T01:54:59.878Z[ recovery-image] Jul 25 01:54:58.929 INFO O| Jul 25 01:54:58.929 INFO STEP 73 (remove_files) COMPLETE
39252024-07-25T01:54:59.881Z[ recovery-image] Jul 25 01:54:58.929 INFO O| Jul 25 01:54:58.929 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39262024-07-25T01:54:59.887Z[ recovery-image] Jul 25 01:54:58.938 INFO O| Jul 25 01:54:58.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
39272024-07-25T01:54:59.890Z[ recovery-image] Jul 25 01:54:58.938 INFO O| Jul 25 01:54:58.938 INFO STEP 74 (remove_files) COMPLETE
39282024-07-25T01:54:59.890Z[ recovery-image] Jul 25 01:54:58.938 INFO O| Jul 25 01:54:58.938 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39292024-07-25T01:54:59.896Z[ recovery-image] Jul 25 01:54:58.947 INFO O| Jul 25 01:54:58.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
39302024-07-25T01:54:59.899Z[ recovery-image] Jul 25 01:54:58.947 INFO O| Jul 25 01:54:58.947 INFO STEP 75 (remove_files) COMPLETE
39312024-07-25T01:54:59.899Z[ recovery-image] Jul 25 01:54:58.947 INFO O| Jul 25 01:54:58.947 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39322024-07-25T01:54:59.905Z[ recovery-image] Jul 25 01:54:58.956 INFO O| Jul 25 01:54:58.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
39332024-07-25T01:54:59.905Z[ recovery-image] Jul 25 01:54:58.956 INFO O| Jul 25 01:54:58.956 INFO STEP 76 (remove_files) COMPLETE
39342024-07-25T01:54:59.908Z[ recovery-image] Jul 25 01:54:58.956 INFO O| Jul 25 01:54:58.956 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39352024-07-25T01:54:59.914Z[ recovery-image] Jul 25 01:54:58.965 INFO O| Jul 25 01:54:58.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
39362024-07-25T01:54:59.915Z[ recovery-image] Jul 25 01:54:58.966 INFO O| Jul 25 01:54:58.966 INFO STEP 77 (remove_files) COMPLETE
39372024-07-25T01:54:59.917Z[ recovery-image] Jul 25 01:54:58.966 INFO O| Jul 25 01:54:58.966 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39382024-07-25T01:54:59.924Z[ recovery-image] Jul 25 01:54:58.975 INFO O| Jul 25 01:54:58.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
39392024-07-25T01:54:59.927Z[ recovery-image] Jul 25 01:54:58.975 INFO O| Jul 25 01:54:58.975 INFO STEP 78 (remove_files) COMPLETE
39402024-07-25T01:54:59.927Z[ recovery-image] Jul 25 01:54:58.975 INFO O| Jul 25 01:54:58.975 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39412024-07-25T01:54:59.933Z[ recovery-image] Jul 25 01:54:58.985 INFO O| Jul 25 01:54:58.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
39422024-07-25T01:54:59.936Z[ recovery-image] Jul 25 01:54:58.985 INFO O| Jul 25 01:54:58.985 INFO STEP 79 (remove_files) COMPLETE
39432024-07-25T01:54:59.936Z[ recovery-image] Jul 25 01:54:58.985 INFO O| Jul 25 01:54:58.985 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39442024-07-25T01:54:59.943Z[ recovery-image] Jul 25 01:54:58.994 INFO O| Jul 25 01:54:58.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
39452024-07-25T01:54:59.943Z[ recovery-image] Jul 25 01:54:58.994 INFO O| Jul 25 01:54:58.994 INFO STEP 80 (remove_files) COMPLETE
39462024-07-25T01:54:59.945Z[ recovery-image] Jul 25 01:54:58.994 INFO O| Jul 25 01:54:58.994 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39472024-07-25T01:54:59.952Z[ recovery-image] Jul 25 01:54:59.003 INFO O| Jul 25 01:54:59.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
39482024-07-25T01:54:59.952Z[ recovery-image] Jul 25 01:54:59.003 INFO O| Jul 25 01:54:59.003 INFO STEP 81 (remove_files) COMPLETE
39492024-07-25T01:54:59.952Z[ recovery-image] Jul 25 01:54:59.003 INFO O| Jul 25 01:54:59.003 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39502024-07-25T01:54:59.961Z[ recovery-image] Jul 25 01:54:59.012 INFO O| Jul 25 01:54:59.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
39512024-07-25T01:54:59.964Z[ recovery-image] Jul 25 01:54:59.012 INFO O| Jul 25 01:54:59.012 INFO STEP 82 (remove_files) COMPLETE
39522024-07-25T01:54:59.964Z[ recovery-image] Jul 25 01:54:59.012 INFO O| Jul 25 01:54:59.012 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39532024-07-25T01:54:59.970Z[ recovery-image] Jul 25 01:54:59.021 INFO O| Jul 25 01:54:59.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
39542024-07-25T01:54:59.973Z[ recovery-image] Jul 25 01:54:59.021 INFO O| Jul 25 01:54:59.021 INFO STEP 83 (remove_files) COMPLETE
39552024-07-25T01:54:59.973Z[ recovery-image] Jul 25 01:54:59.021 INFO O| Jul 25 01:54:59.021 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39562024-07-25T01:54:59.979Z[ recovery-image] Jul 25 01:54:59.031 INFO O| Jul 25 01:54:59.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
39572024-07-25T01:54:59.979Z[ recovery-image] Jul 25 01:54:59.031 INFO O| Jul 25 01:54:59.031 INFO STEP 84 (remove_files) COMPLETE
39582024-07-25T01:54:59.980Z[ recovery-image] Jul 25 01:54:59.031 INFO O| Jul 25 01:54:59.031 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39592024-07-25T01:54:59.989Z[ recovery-image] Jul 25 01:54:59.040 INFO O| Jul 25 01:54:59.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
39602024-07-25T01:54:59.989Z[ recovery-image] Jul 25 01:54:59.040 INFO O| Jul 25 01:54:59.040 INFO STEP 85 (remove_files) COMPLETE
39612024-07-25T01:54:59.989Z[ recovery-image] Jul 25 01:54:59.040 INFO O| Jul 25 01:54:59.040 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39622024-07-25T01:54:59.998Z[ recovery-image] Jul 25 01:54:59.049 INFO O| Jul 25 01:54:59.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
39632024-07-25T01:55:00.000Z[ recovery-image] Jul 25 01:54:59.049 INFO O| Jul 25 01:54:59.049 INFO STEP 86 (remove_files) COMPLETE
39642024-07-25T01:55:00.000Z[ recovery-image] Jul 25 01:54:59.049 INFO O| Jul 25 01:54:59.049 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39652024-07-25T01:55:00.007Z[ recovery-image] Jul 25 01:54:59.058 INFO O| Jul 25 01:54:59.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
39662024-07-25T01:55:00.010Z[ recovery-image] Jul 25 01:54:59.059 INFO O| Jul 25 01:54:59.059 INFO STEP 87 (remove_files) COMPLETE
39672024-07-25T01:55:00.010Z[ recovery-image] Jul 25 01:54:59.059 INFO O| Jul 25 01:54:59.059 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39682024-07-25T01:55:00.017Z[ recovery-image] Jul 25 01:54:59.068 INFO O| Jul 25 01:54:59.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
39692024-07-25T01:55:00.017Z[ recovery-image] Jul 25 01:54:59.068 INFO O| Jul 25 01:54:59.068 INFO STEP 88 (remove_files) COMPLETE
39702024-07-25T01:55:00.020Z[ recovery-image] Jul 25 01:54:59.068 INFO O| Jul 25 01:54:59.068 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39712024-07-25T01:55:00.026Z[ recovery-image] Jul 25 01:54:59.077 INFO O| Jul 25 01:54:59.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
39722024-07-25T01:55:00.029Z[ recovery-image] Jul 25 01:54:59.078 INFO O| Jul 25 01:54:59.078 INFO STEP 89 (remove_files) COMPLETE
39732024-07-25T01:55:00.029Z[ recovery-image] Jul 25 01:54:59.078 INFO O| Jul 25 01:54:59.078 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39742024-07-25T01:55:00.037Z[ recovery-image] Jul 25 01:54:59.088 INFO O| Jul 25 01:54:59.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
39752024-07-25T01:55:00.037Z[ recovery-image] Jul 25 01:54:59.088 INFO O| Jul 25 01:54:59.088 INFO STEP 90 (remove_files) COMPLETE
39762024-07-25T01:55:00.040Z[ recovery-image] Jul 25 01:54:59.088 INFO O| Jul 25 01:54:59.088 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39772024-07-25T01:55:00.047Z[ recovery-image] Jul 25 01:54:59.098 INFO O| Jul 25 01:54:59.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
39782024-07-25T01:55:00.047Z[ recovery-image] Jul 25 01:54:59.098 INFO O| Jul 25 01:54:59.098 INFO STEP 91 (remove_files) COMPLETE
39792024-07-25T01:55:00.047Z[ recovery-image] Jul 25 01:54:59.098 INFO O| Jul 25 01:54:59.098 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39802024-07-25T01:55:00.057Z[ recovery-image] Jul 25 01:54:59.108 INFO O| Jul 25 01:54:59.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
39812024-07-25T01:55:00.057Z[ recovery-image] Jul 25 01:54:59.108 INFO O| Jul 25 01:54:59.108 INFO STEP 92 (remove_files) COMPLETE
39822024-07-25T01:55:00.057Z[ recovery-image] Jul 25 01:54:59.108 INFO O| Jul 25 01:54:59.108 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39832024-07-25T01:55:00.067Z[ recovery-image] Jul 25 01:54:59.117 INFO O| Jul 25 01:54:59.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
39842024-07-25T01:55:00.067Z[ recovery-image] Jul 25 01:54:59.118 INFO O| Jul 25 01:54:59.118 INFO STEP 93 (remove_files) COMPLETE
39852024-07-25T01:55:00.069Z[ recovery-image] Jul 25 01:54:59.118 INFO O| Jul 25 01:54:59.118 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39862024-07-25T01:55:00.076Z[ recovery-image] Jul 25 01:54:59.127 INFO O| Jul 25 01:54:59.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
39872024-07-25T01:55:00.076Z[ recovery-image] Jul 25 01:54:59.127 INFO O| Jul 25 01:54:59.127 INFO STEP 94 (remove_files) COMPLETE
39882024-07-25T01:55:00.079Z[ recovery-image] Jul 25 01:54:59.127 INFO O| Jul 25 01:54:59.127 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39892024-07-25T01:55:00.086Z[ recovery-image] Jul 25 01:54:59.137 INFO O| Jul 25 01:54:59.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
39902024-07-25T01:55:00.086Z[ recovery-image] Jul 25 01:54:59.137 INFO O| Jul 25 01:54:59.137 INFO STEP 95 (remove_files) COMPLETE
39912024-07-25T01:55:00.086Z[ recovery-image] Jul 25 01:54:59.137 INFO O| Jul 25 01:54:59.137 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39922024-07-25T01:55:00.096Z[ recovery-image] Jul 25 01:54:59.147 INFO O| Jul 25 01:54:59.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
39932024-07-25T01:55:00.096Z[ recovery-image] Jul 25 01:54:59.147 INFO O| Jul 25 01:54:59.147 INFO STEP 96 (remove_files) COMPLETE
39942024-07-25T01:55:00.096Z[ recovery-image] Jul 25 01:54:59.147 INFO O| Jul 25 01:54:59.147 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39952024-07-25T01:55:00.105Z[ recovery-image] Jul 25 01:54:59.156 INFO O| Jul 25 01:54:59.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
39962024-07-25T01:55:00.105Z[ recovery-image] Jul 25 01:54:59.156 INFO O| Jul 25 01:54:59.156 INFO STEP 97 (remove_files) COMPLETE
39972024-07-25T01:55:00.108Z[ recovery-image] Jul 25 01:54:59.156 INFO O| Jul 25 01:54:59.156 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39982024-07-25T01:55:00.114Z[ recovery-image] Jul 25 01:54:59.165 INFO O| Jul 25 01:54:59.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
39992024-07-25T01:55:00.117Z[ recovery-image] Jul 25 01:54:59.168 INFO O| Jul 25 01:54:59.168 INFO STEP 98 (remove_files) COMPLETE
40002024-07-25T01:55:00.117Z[ recovery-image] Jul 25 01:54:59.168 INFO O| Jul 25 01:54:59.168 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40012024-07-25T01:55:00.127Z[ recovery-image] Jul 25 01:54:59.178 INFO O| Jul 25 01:54:59.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
40022024-07-25T01:55:00.127Z[ recovery-image] Jul 25 01:54:59.178 INFO O| Jul 25 01:54:59.178 INFO STEP 99 (remove_files) COMPLETE
40032024-07-25T01:55:00.127Z[ recovery-image] Jul 25 01:54:59.178 INFO O| Jul 25 01:54:59.178 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40042024-07-25T01:55:00.136Z[ recovery-image] Jul 25 01:54:59.187 INFO O| Jul 25 01:54:59.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
40052024-07-25T01:55:00.138Z[ recovery-image] Jul 25 01:54:59.187 INFO O| Jul 25 01:54:59.187 INFO STEP 100 (remove_files) COMPLETE
40062024-07-25T01:55:00.138Z[ recovery-image] Jul 25 01:54:59.187 INFO O| Jul 25 01:54:59.187 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40072024-07-25T01:55:00.145Z[ recovery-image] Jul 25 01:54:59.196 INFO O| Jul 25 01:54:59.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
40082024-07-25T01:55:00.148Z[ recovery-image] Jul 25 01:54:59.196 INFO O| Jul 25 01:54:59.196 INFO STEP 101 (remove_files) COMPLETE
40092024-07-25T01:55:00.148Z[ recovery-image] Jul 25 01:54:59.196 INFO O| Jul 25 01:54:59.196 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40102024-07-25T01:55:00.154Z[ recovery-image] Jul 25 01:54:59.205 INFO O| Jul 25 01:54:59.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
40112024-07-25T01:55:00.154Z[ recovery-image] Jul 25 01:54:59.205 INFO O| Jul 25 01:54:59.205 INFO STEP 102 (remove_files) COMPLETE
40122024-07-25T01:55:00.154Z[ recovery-image] Jul 25 01:54:59.205 INFO O| Jul 25 01:54:59.205 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40132024-07-25T01:55:00.163Z[ recovery-image] Jul 25 01:54:59.214 INFO O| Jul 25 01:54:59.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
40142024-07-25T01:55:00.166Z[ recovery-image] Jul 25 01:54:59.215 INFO O| Jul 25 01:54:59.215 INFO STEP 103 (remove_files) COMPLETE
40152024-07-25T01:55:00.166Z[ recovery-image] Jul 25 01:54:59.215 INFO O| Jul 25 01:54:59.215 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40162024-07-25T01:55:00.173Z[ recovery-image] Jul 25 01:54:59.224 INFO O| Jul 25 01:54:59.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
40172024-07-25T01:55:00.173Z[ recovery-image] Jul 25 01:54:59.224 INFO O| Jul 25 01:54:59.224 INFO STEP 104 (remove_files) COMPLETE
40182024-07-25T01:55:00.173Z[ recovery-image] Jul 25 01:54:59.224 INFO O| Jul 25 01:54:59.224 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40192024-07-25T01:55:00.182Z[ recovery-image] Jul 25 01:54:59.233 INFO O| Jul 25 01:54:59.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
40202024-07-25T01:55:00.182Z[ recovery-image] Jul 25 01:54:59.233 INFO O| Jul 25 01:54:59.233 INFO STEP 105 (remove_files) COMPLETE
40212024-07-25T01:55:00.182Z[ recovery-image] Jul 25 01:54:59.233 INFO O| Jul 25 01:54:59.233 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40222024-07-25T01:55:00.191Z[ recovery-image] Jul 25 01:54:59.242 INFO O| Jul 25 01:54:59.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
40232024-07-25T01:55:00.191Z[ recovery-image] Jul 25 01:54:59.242 INFO O| Jul 25 01:54:59.242 INFO STEP 106 (remove_files) COMPLETE
40242024-07-25T01:55:00.194Z[ recovery-image] Jul 25 01:54:59.242 INFO O| Jul 25 01:54:59.242 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40252024-07-25T01:55:00.200Z[ recovery-image] Jul 25 01:54:59.251 INFO O| Jul 25 01:54:59.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
40262024-07-25T01:55:00.203Z[ recovery-image] Jul 25 01:54:59.251 INFO O| Jul 25 01:54:59.251 INFO STEP 107 (remove_files) COMPLETE
40272024-07-25T01:55:00.203Z[ recovery-image] Jul 25 01:54:59.251 INFO O| Jul 25 01:54:59.251 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40282024-07-25T01:55:00.209Z[ recovery-image] Jul 25 01:54:59.260 INFO O| Jul 25 01:54:59.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
40292024-07-25T01:55:00.209Z[ recovery-image] Jul 25 01:54:59.260 INFO O| Jul 25 01:54:59.260 INFO STEP 108 (remove_files) COMPLETE
40302024-07-25T01:55:00.212Z[ recovery-image] Jul 25 01:54:59.260 INFO O| Jul 25 01:54:59.260 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40312024-07-25T01:55:00.218Z[ recovery-image] Jul 25 01:54:59.269 INFO O| Jul 25 01:54:59.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
40322024-07-25T01:55:00.218Z[ recovery-image] Jul 25 01:54:59.269 INFO O| Jul 25 01:54:59.269 INFO STEP 109 (remove_files) COMPLETE
40332024-07-25T01:55:00.221Z[ recovery-image] Jul 25 01:54:59.269 INFO O| Jul 25 01:54:59.269 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40342024-07-25T01:55:00.227Z[ recovery-image] Jul 25 01:54:59.278 INFO O| Jul 25 01:54:59.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
40352024-07-25T01:55:00.228Z[ recovery-image] Jul 25 01:54:59.279 INFO O| Jul 25 01:54:59.279 INFO STEP 110 (remove_files) COMPLETE
40362024-07-25T01:55:00.230Z[ recovery-image] Jul 25 01:54:59.279 INFO O| Jul 25 01:54:59.279 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40372024-07-25T01:55:00.237Z[ recovery-image] Jul 25 01:54:59.288 INFO O| Jul 25 01:54:59.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
40382024-07-25T01:55:00.239Z[ recovery-image] Jul 25 01:54:59.288 INFO O| Jul 25 01:54:59.288 INFO STEP 111 (remove_files) COMPLETE
40392024-07-25T01:55:00.239Z[ recovery-image] Jul 25 01:54:59.288 INFO O| Jul 25 01:54:59.288 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-07-25T01:55:00.246Z[ recovery-image] Jul 25 01:54:59.297 INFO O| Jul 25 01:54:59.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
40412024-07-25T01:55:00.249Z[ recovery-image] Jul 25 01:54:59.297 INFO O| Jul 25 01:54:59.297 INFO STEP 112 (remove_files) COMPLETE
40422024-07-25T01:55:00.249Z[ recovery-image] Jul 25 01:54:59.297 INFO O| Jul 25 01:54:59.297 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40432024-07-25T01:55:00.255Z[ recovery-image] Jul 25 01:54:59.306 INFO O| Jul 25 01:54:59.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
40442024-07-25T01:55:00.255Z[ recovery-image] Jul 25 01:54:59.306 INFO O| Jul 25 01:54:59.306 INFO STEP 113 (remove_files) COMPLETE
40452024-07-25T01:55:00.255Z[ recovery-image] Jul 25 01:54:59.306 INFO O| Jul 25 01:54:59.306 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40462024-07-25T01:55:00.264Z[ recovery-image] Jul 25 01:54:59.315 INFO O| Jul 25 01:54:59.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
40472024-07-25T01:55:00.264Z[ recovery-image] Jul 25 01:54:59.315 INFO O| Jul 25 01:54:59.315 INFO STEP 114 (remove_files) COMPLETE
40482024-07-25T01:55:00.267Z[ recovery-image] Jul 25 01:54:59.315 INFO O| Jul 25 01:54:59.315 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40492024-07-25T01:55:00.274Z[ recovery-image] Jul 25 01:54:59.325 INFO O| Jul 25 01:54:59.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
40502024-07-25T01:55:00.276Z[ recovery-image] Jul 25 01:54:59.325 INFO O| Jul 25 01:54:59.325 INFO STEP 115 (remove_files) COMPLETE
40512024-07-25T01:55:00.276Z[ recovery-image] Jul 25 01:54:59.325 INFO O| Jul 25 01:54:59.325 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40522024-07-25T01:55:00.283Z[ recovery-image] Jul 25 01:54:59.334 INFO O| Jul 25 01:54:59.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
40532024-07-25T01:55:00.285Z[ recovery-image] Jul 25 01:54:59.334 INFO O| Jul 25 01:54:59.334 INFO STEP 116 (remove_files) COMPLETE
40542024-07-25T01:55:00.286Z[ recovery-image] Jul 25 01:54:59.334 INFO O| Jul 25 01:54:59.334 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-07-25T01:55:00.292Z[ recovery-image] Jul 25 01:54:59.343 INFO O| Jul 25 01:54:59.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
40562024-07-25T01:55:00.292Z[ recovery-image] Jul 25 01:54:59.343 INFO O| Jul 25 01:54:59.343 INFO STEP 117 (remove_files) COMPLETE
40572024-07-25T01:55:00.292Z[ recovery-image] Jul 25 01:54:59.343 INFO O| Jul 25 01:54:59.343 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-07-25T01:55:00.301Z[ recovery-image] Jul 25 01:54:59.352 INFO O| Jul 25 01:54:59.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
40592024-07-25T01:55:00.301Z[ recovery-image] Jul 25 01:54:59.352 INFO O| Jul 25 01:54:59.352 INFO STEP 118 (remove_files) COMPLETE
40602024-07-25T01:55:00.304Z[ recovery-image] Jul 25 01:54:59.352 INFO O| Jul 25 01:54:59.352 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-07-25T01:55:00.311Z[ recovery-image] Jul 25 01:54:59.362 INFO O| Jul 25 01:54:59.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
40622024-07-25T01:55:00.314Z[ recovery-image] Jul 25 01:54:59.362 INFO O| Jul 25 01:54:59.362 INFO STEP 119 (remove_files) COMPLETE
40632024-07-25T01:55:00.314Z[ recovery-image] Jul 25 01:54:59.362 INFO O| Jul 25 01:54:59.362 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-07-25T01:55:00.320Z[ recovery-image] Jul 25 01:54:59.371 INFO O| Jul 25 01:54:59.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
40652024-07-25T01:55:00.323Z[ recovery-image] Jul 25 01:54:59.371 INFO O| Jul 25 01:54:59.371 INFO STEP 120 (remove_files) COMPLETE
40662024-07-25T01:55:00.323Z[ recovery-image] Jul 25 01:54:59.372 INFO O| Jul 25 01:54:59.371 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-07-25T01:55:00.330Z[ recovery-image] Jul 25 01:54:59.381 INFO O| Jul 25 01:54:59.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
40682024-07-25T01:55:00.330Z[ recovery-image] Jul 25 01:54:59.381 INFO O| Jul 25 01:54:59.381 INFO STEP 121 (remove_files) COMPLETE
40692024-07-25T01:55:00.333Z[ recovery-image] Jul 25 01:54:59.381 INFO O| Jul 25 01:54:59.381 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-07-25T01:55:00.339Z[ recovery-image] Jul 25 01:54:59.390 INFO O| Jul 25 01:54:59.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
40712024-07-25T01:55:00.339Z[ recovery-image] Jul 25 01:54:59.390 INFO O| Jul 25 01:54:59.390 INFO STEP 122 (remove_files) COMPLETE
40722024-07-25T01:55:00.342Z[ recovery-image] Jul 25 01:54:59.391 INFO O| Jul 25 01:54:59.390 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-07-25T01:55:00.349Z[ recovery-image] Jul 25 01:54:59.400 INFO O| Jul 25 01:54:59.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
40742024-07-25T01:55:00.349Z[ recovery-image] Jul 25 01:54:59.400 INFO O| Jul 25 01:54:59.400 INFO STEP 123 (remove_files) COMPLETE
40752024-07-25T01:55:00.351Z[ recovery-image] Jul 25 01:54:59.400 INFO O| Jul 25 01:54:59.400 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-07-25T01:55:00.358Z[ recovery-image] Jul 25 01:54:59.409 INFO O| Jul 25 01:54:59.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
40772024-07-25T01:55:00.358Z[ recovery-image] Jul 25 01:54:59.409 INFO O| Jul 25 01:54:59.409 INFO STEP 124 (remove_files) COMPLETE
40782024-07-25T01:55:00.361Z[ recovery-image] Jul 25 01:54:59.409 INFO O| Jul 25 01:54:59.409 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-07-25T01:55:00.367Z[ recovery-image] Jul 25 01:54:59.418 INFO O| Jul 25 01:54:59.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
40802024-07-25T01:55:00.370Z[ recovery-image] Jul 25 01:54:59.418 INFO O| Jul 25 01:54:59.418 INFO STEP 125 (remove_files) COMPLETE
40812024-07-25T01:55:00.370Z[ recovery-image] Jul 25 01:54:59.418 INFO O| Jul 25 01:54:59.418 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-07-25T01:55:00.377Z[ recovery-image] Jul 25 01:54:59.428 INFO O| Jul 25 01:54:59.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
40832024-07-25T01:55:00.380Z[ recovery-image] Jul 25 01:54:59.428 INFO O| Jul 25 01:54:59.428 INFO STEP 126 (remove_files) COMPLETE
40842024-07-25T01:55:00.380Z[ recovery-image] Jul 25 01:54:59.428 INFO O| Jul 25 01:54:59.428 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-07-25T01:55:00.386Z[ recovery-image] Jul 25 01:54:59.437 INFO O| Jul 25 01:54:59.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
40862024-07-25T01:55:00.386Z[ recovery-image] Jul 25 01:54:59.437 INFO O| Jul 25 01:54:59.437 INFO STEP 127 (remove_files) COMPLETE
40872024-07-25T01:55:00.389Z[ recovery-image] Jul 25 01:54:59.437 INFO O| Jul 25 01:54:59.437 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-07-25T01:55:00.396Z[ recovery-image] Jul 25 01:54:59.447 INFO O| Jul 25 01:54:59.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
40892024-07-25T01:55:00.396Z[ recovery-image] Jul 25 01:54:59.447 INFO O| Jul 25 01:54:59.447 INFO STEP 128 (remove_files) COMPLETE
40902024-07-25T01:55:00.399Z[ recovery-image] Jul 25 01:54:59.447 INFO O| Jul 25 01:54:59.447 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-07-25T01:55:00.406Z[ recovery-image] Jul 25 01:54:59.457 INFO O| Jul 25 01:54:59.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
40922024-07-25T01:55:00.406Z[ recovery-image] Jul 25 01:54:59.457 INFO O| Jul 25 01:54:59.457 INFO STEP 129 (remove_files) COMPLETE
40932024-07-25T01:55:00.409Z[ recovery-image] Jul 25 01:54:59.457 INFO O| Jul 25 01:54:59.457 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-07-25T01:55:00.416Z[ recovery-image] Jul 25 01:54:59.467 INFO O| Jul 25 01:54:59.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
40952024-07-25T01:55:00.419Z[ recovery-image] Jul 25 01:54:59.467 INFO O| Jul 25 01:54:59.467 INFO STEP 130 (remove_files) COMPLETE
40962024-07-25T01:55:00.419Z[ recovery-image] Jul 25 01:54:59.467 INFO O| Jul 25 01:54:59.467 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-07-25T01:55:00.428Z[ recovery-image] Jul 25 01:54:59.479 INFO O| Jul 25 01:54:59.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
40982024-07-25T01:55:00.428Z[ recovery-image] Jul 25 01:54:59.479 INFO O| Jul 25 01:54:59.479 INFO STEP 131 (remove_files) COMPLETE
40992024-07-25T01:55:00.431Z[ recovery-image] Jul 25 01:54:59.479 INFO O| Jul 25 01:54:59.479 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-07-25T01:55:00.441Z[ recovery-image] Jul 25 01:54:59.489 INFO O| Jul 25 01:54:59.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
41012024-07-25T01:55:00.441Z[ recovery-image] Jul 25 01:54:59.489 INFO O| Jul 25 01:54:59.489 INFO STEP 132 (remove_files) COMPLETE
41022024-07-25T01:55:00.441Z[ recovery-image] Jul 25 01:54:59.489 INFO O| Jul 25 01:54:59.489 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-07-25T01:55:00.447Z[ recovery-image] Jul 25 01:54:59.498 INFO O| Jul 25 01:54:59.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
41042024-07-25T01:55:00.450Z[ recovery-image] Jul 25 01:54:59.498 INFO O| Jul 25 01:54:59.498 INFO STEP 133 (remove_files) COMPLETE
41052024-07-25T01:55:00.450Z[ recovery-image] Jul 25 01:54:59.498 INFO O| Jul 25 01:54:59.498 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-07-25T01:55:00.456Z[ recovery-image] Jul 25 01:54:59.507 INFO O| Jul 25 01:54:59.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
41072024-07-25T01:55:00.459Z[ recovery-image] Jul 25 01:54:59.507 INFO O| Jul 25 01:54:59.507 INFO STEP 134 (remove_files) COMPLETE
41082024-07-25T01:55:00.459Z[ recovery-image] Jul 25 01:54:59.507 INFO O| Jul 25 01:54:59.507 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41092024-07-25T01:55:00.465Z[ recovery-image] Jul 25 01:54:59.516 INFO O| Jul 25 01:54:59.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
41102024-07-25T01:55:00.465Z[ recovery-image] Jul 25 01:54:59.516 INFO O| Jul 25 01:54:59.516 INFO STEP 135 (remove_files) COMPLETE
41112024-07-25T01:55:00.468Z[ recovery-image] Jul 25 01:54:59.516 INFO O| Jul 25 01:54:59.516 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41122024-07-25T01:55:00.475Z[ recovery-image] Jul 25 01:54:59.526 INFO O| Jul 25 01:54:59.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
41132024-07-25T01:55:00.475Z[ recovery-image] Jul 25 01:54:59.526 INFO O| Jul 25 01:54:59.526 INFO STEP 136 (remove_files) COMPLETE
41142024-07-25T01:55:00.478Z[ recovery-image] Jul 25 01:54:59.526 INFO O| Jul 25 01:54:59.526 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-07-25T01:55:00.484Z[ recovery-image] Jul 25 01:54:59.535 INFO O| Jul 25 01:54:59.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
41162024-07-25T01:55:00.484Z[ recovery-image] Jul 25 01:54:59.535 INFO O| Jul 25 01:54:59.535 INFO STEP 137 (remove_files) COMPLETE
41172024-07-25T01:55:00.487Z[ recovery-image] Jul 25 01:54:59.535 INFO O| Jul 25 01:54:59.535 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-07-25T01:55:00.493Z[ recovery-image] Jul 25 01:54:59.544 INFO O| Jul 25 01:54:59.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
41192024-07-25T01:55:00.493Z[ recovery-image] Jul 25 01:54:59.544 INFO O| Jul 25 01:54:59.544 INFO STEP 138 (remove_files) COMPLETE
41202024-07-25T01:55:00.496Z[ recovery-image] Jul 25 01:54:59.544 INFO O| Jul 25 01:54:59.544 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-07-25T01:55:00.502Z[ recovery-image] Jul 25 01:54:59.553 INFO O| Jul 25 01:54:59.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
41222024-07-25T01:55:00.505Z[ recovery-image] Jul 25 01:54:59.554 INFO O| Jul 25 01:54:59.554 INFO STEP 139 (remove_files) COMPLETE
41232024-07-25T01:55:00.505Z[ recovery-image] Jul 25 01:54:59.554 INFO O| Jul 25 01:54:59.554 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-07-25T01:55:00.512Z[ recovery-image] Jul 25 01:54:59.563 INFO O| Jul 25 01:54:59.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
41252024-07-25T01:55:00.515Z[ recovery-image] Jul 25 01:54:59.563 INFO O| Jul 25 01:54:59.563 INFO STEP 140 (remove_files) COMPLETE
41262024-07-25T01:55:00.515Z[ recovery-image] Jul 25 01:54:59.563 INFO O| Jul 25 01:54:59.563 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-07-25T01:55:00.521Z[ recovery-image] Jul 25 01:54:59.572 INFO O| Jul 25 01:54:59.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
41282024-07-25T01:55:00.524Z[ recovery-image] Jul 25 01:54:59.572 INFO O| Jul 25 01:54:59.572 INFO STEP 141 (remove_files) COMPLETE
41292024-07-25T01:55:00.524Z[ recovery-image] Jul 25 01:54:59.572 INFO O| Jul 25 01:54:59.572 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-07-25T01:55:00.531Z[ recovery-image] Jul 25 01:54:59.582 INFO O| Jul 25 01:54:59.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
41312024-07-25T01:55:00.531Z[ recovery-image] Jul 25 01:54:59.582 INFO O| Jul 25 01:54:59.582 INFO STEP 142 (remove_files) COMPLETE
41322024-07-25T01:55:00.533Z[ recovery-image] Jul 25 01:54:59.582 INFO O| Jul 25 01:54:59.582 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-07-25T01:55:00.540Z[ recovery-image] Jul 25 01:54:59.591 INFO O| Jul 25 01:54:59.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
41342024-07-25T01:55:00.540Z[ recovery-image] Jul 25 01:54:59.591 INFO O| Jul 25 01:54:59.591 INFO STEP 143 (remove_files) COMPLETE
41352024-07-25T01:55:00.540Z[ recovery-image] Jul 25 01:54:59.591 INFO O| Jul 25 01:54:59.591 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-07-25T01:55:00.549Z[ recovery-image] Jul 25 01:54:59.600 INFO O| Jul 25 01:54:59.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
41372024-07-25T01:55:00.552Z[ recovery-image] Jul 25 01:54:59.600 INFO O| Jul 25 01:54:59.600 INFO STEP 144 (remove_files) COMPLETE
41382024-07-25T01:55:00.552Z[ recovery-image] Jul 25 01:54:59.600 INFO O| Jul 25 01:54:59.600 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-07-25T01:55:00.558Z[ recovery-image] Jul 25 01:54:59.609 INFO O| Jul 25 01:54:59.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
41402024-07-25T01:55:00.558Z[ recovery-image] Jul 25 01:54:59.609 INFO O| Jul 25 01:54:59.609 INFO STEP 145 (remove_files) COMPLETE
41412024-07-25T01:55:00.561Z[ recovery-image] Jul 25 01:54:59.609 INFO O| Jul 25 01:54:59.609 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-07-25T01:55:00.568Z[ recovery-image] Jul 25 01:54:59.618 INFO O| Jul 25 01:54:59.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
41432024-07-25T01:55:00.571Z[ recovery-image] Jul 25 01:54:59.618 INFO O| Jul 25 01:54:59.618 INFO STEP 146 (remove_files) COMPLETE
41442024-07-25T01:55:00.571Z[ recovery-image] Jul 25 01:54:59.618 INFO O| Jul 25 01:54:59.618 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-07-25T01:55:00.579Z[ recovery-image] Jul 25 01:54:59.628 INFO O| Jul 25 01:54:59.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
41462024-07-25T01:55:00.579Z[ recovery-image] Jul 25 01:54:59.628 INFO O| Jul 25 01:54:59.628 INFO STEP 147 (remove_files) COMPLETE
41472024-07-25T01:55:00.579Z[ recovery-image] Jul 25 01:54:59.628 INFO O| Jul 25 01:54:59.628 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-07-25T01:55:00.586Z[ recovery-image] Jul 25 01:54:59.637 INFO O| Jul 25 01:54:59.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
41492024-07-25T01:55:00.586Z[ recovery-image] Jul 25 01:54:59.637 INFO O| Jul 25 01:54:59.637 INFO STEP 148 (remove_files) COMPLETE
41502024-07-25T01:55:00.589Z[ recovery-image] Jul 25 01:54:59.637 INFO O| Jul 25 01:54:59.637 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-07-25T01:55:00.595Z[ recovery-image] Jul 25 01:54:59.646 INFO O| Jul 25 01:54:59.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
41522024-07-25T01:55:00.598Z[ recovery-image] Jul 25 01:54:59.647 INFO O| Jul 25 01:54:59.647 INFO STEP 149 (remove_files) COMPLETE
41532024-07-25T01:55:00.598Z[ recovery-image] Jul 25 01:54:59.647 INFO O| Jul 25 01:54:59.647 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-07-25T01:55:00.605Z[ recovery-image] Jul 25 01:54:59.656 INFO O| Jul 25 01:54:59.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
41552024-07-25T01:55:00.605Z[ recovery-image] Jul 25 01:54:59.656 INFO O| Jul 25 01:54:59.656 INFO STEP 150 (remove_files) COMPLETE
41562024-07-25T01:55:00.605Z[ recovery-image] Jul 25 01:54:59.656 INFO O| Jul 25 01:54:59.656 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-07-25T01:55:00.614Z[ recovery-image] Jul 25 01:54:59.665 INFO O| Jul 25 01:54:59.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
41582024-07-25T01:55:00.614Z[ recovery-image] Jul 25 01:54:59.665 INFO O| Jul 25 01:54:59.665 INFO STEP 151 (remove_files) COMPLETE
41592024-07-25T01:55:00.617Z[ recovery-image] Jul 25 01:54:59.665 INFO O| Jul 25 01:54:59.665 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-07-25T01:55:00.623Z[ recovery-image] Jul 25 01:54:59.674 INFO O| Jul 25 01:54:59.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
41612024-07-25T01:55:00.623Z[ recovery-image] Jul 25 01:54:59.674 INFO O| Jul 25 01:54:59.674 INFO STEP 152 (remove_files) COMPLETE
41622024-07-25T01:55:00.626Z[ recovery-image] Jul 25 01:54:59.674 INFO O| Jul 25 01:54:59.674 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-07-25T01:55:00.632Z[ recovery-image] Jul 25 01:54:59.683 INFO O| Jul 25 01:54:59.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
41642024-07-25T01:55:00.632Z[ recovery-image] Jul 25 01:54:59.683 INFO O| Jul 25 01:54:59.683 INFO STEP 153 (remove_files) COMPLETE
41652024-07-25T01:55:00.635Z[ recovery-image] Jul 25 01:54:59.683 INFO O| Jul 25 01:54:59.683 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-07-25T01:55:00.641Z[ recovery-image] Jul 25 01:54:59.692 INFO O| Jul 25 01:54:59.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
41672024-07-25T01:55:00.641Z[ recovery-image] Jul 25 01:54:59.692 INFO O| Jul 25 01:54:59.692 INFO STEP 154 (remove_files) COMPLETE
41682024-07-25T01:55:00.644Z[ recovery-image] Jul 25 01:54:59.692 INFO O| Jul 25 01:54:59.692 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-07-25T01:55:00.650Z[ recovery-image] Jul 25 01:54:59.701 INFO O| Jul 25 01:54:59.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
41702024-07-25T01:55:00.653Z[ recovery-image] Jul 25 01:54:59.701 INFO O| Jul 25 01:54:59.701 INFO STEP 155 (remove_files) COMPLETE
41712024-07-25T01:55:00.653Z[ recovery-image] Jul 25 01:54:59.701 INFO O| Jul 25 01:54:59.701 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-07-25T01:55:00.660Z[ recovery-image] Jul 25 01:54:59.711 INFO O| Jul 25 01:54:59.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
41732024-07-25T01:55:00.660Z[ recovery-image] Jul 25 01:54:59.711 INFO O| Jul 25 01:54:59.711 INFO STEP 156 (remove_files) COMPLETE
41742024-07-25T01:55:00.663Z[ recovery-image] Jul 25 01:54:59.711 INFO O| Jul 25 01:54:59.711 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-07-25T01:55:00.669Z[ recovery-image] Jul 25 01:54:59.720 INFO O| Jul 25 01:54:59.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
41762024-07-25T01:55:00.672Z[ recovery-image] Jul 25 01:54:59.721 INFO O| Jul 25 01:54:59.721 INFO STEP 157 (remove_files) COMPLETE
41772024-07-25T01:55:00.672Z[ recovery-image] Jul 25 01:54:59.721 INFO O| Jul 25 01:54:59.721 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-07-25T01:55:00.679Z[ recovery-image] Jul 25 01:54:59.730 INFO O| Jul 25 01:54:59.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
41792024-07-25T01:55:00.679Z[ recovery-image] Jul 25 01:54:59.730 INFO O| Jul 25 01:54:59.730 INFO STEP 158 (remove_files) COMPLETE
41802024-07-25T01:55:00.679Z[ recovery-image] Jul 25 01:54:59.730 INFO O| Jul 25 01:54:59.730 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-07-25T01:55:00.688Z[ recovery-image] Jul 25 01:54:59.739 INFO O| Jul 25 01:54:59.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
41822024-07-25T01:55:00.691Z[ recovery-image] Jul 25 01:54:59.740 INFO O| Jul 25 01:54:59.740 INFO STEP 159 (remove_files) COMPLETE
41832024-07-25T01:55:00.691Z[ recovery-image] Jul 25 01:54:59.740 INFO O| Jul 25 01:54:59.740 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-07-25T01:55:00.698Z[ recovery-image] Jul 25 01:54:59.749 INFO O| Jul 25 01:54:59.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
41852024-07-25T01:55:00.701Z[ recovery-image] Jul 25 01:54:59.749 INFO O| Jul 25 01:54:59.749 INFO STEP 160 (remove_files) COMPLETE
41862024-07-25T01:55:00.701Z[ recovery-image] Jul 25 01:54:59.749 INFO O| Jul 25 01:54:59.749 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-07-25T01:55:00.707Z[ recovery-image] Jul 25 01:54:59.758 INFO O| Jul 25 01:54:59.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
41882024-07-25T01:55:00.709Z[ recovery-image] Jul 25 01:54:59.758 INFO O| Jul 25 01:54:59.758 INFO STEP 161 (remove_files) COMPLETE
41892024-07-25T01:55:00.710Z[ recovery-image] Jul 25 01:54:59.758 INFO O| Jul 25 01:54:59.758 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-07-25T01:55:00.716Z[ recovery-image] Jul 25 01:54:59.767 INFO O| Jul 25 01:54:59.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
41912024-07-25T01:55:00.716Z[ recovery-image] Jul 25 01:54:59.767 INFO O| Jul 25 01:54:59.767 INFO STEP 162 (remove_files) COMPLETE
41922024-07-25T01:55:00.716Z[ recovery-image] Jul 25 01:54:59.767 INFO O| Jul 25 01:54:59.767 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-07-25T01:55:00.725Z[ recovery-image] Jul 25 01:54:59.776 INFO O| Jul 25 01:54:59.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
41942024-07-25T01:55:00.725Z[ recovery-image] Jul 25 01:54:59.776 INFO O| Jul 25 01:54:59.776 INFO STEP 163 (remove_files) COMPLETE
41952024-07-25T01:55:00.727Z[ recovery-image] Jul 25 01:54:59.776 INFO O| Jul 25 01:54:59.776 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-07-25T01:55:00.734Z[ recovery-image] Jul 25 01:54:59.785 INFO O| Jul 25 01:54:59.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
41972024-07-25T01:55:00.734Z[ recovery-image] Jul 25 01:54:59.785 INFO O| Jul 25 01:54:59.785 INFO STEP 164 (remove_files) COMPLETE
41982024-07-25T01:55:00.734Z[ recovery-image] Jul 25 01:54:59.785 INFO O| Jul 25 01:54:59.785 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-07-25T01:55:00.742Z[ recovery-image] Jul 25 01:54:59.793 INFO O| Jul 25 01:54:59.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
42002024-07-25T01:55:00.743Z[ recovery-image] Jul 25 01:54:59.793 INFO O| Jul 25 01:54:59.793 INFO STEP 165 (remove_files) COMPLETE
42012024-07-25T01:55:00.746Z[ recovery-image] Jul 25 01:54:59.794 INFO O| Jul 25 01:54:59.793 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-07-25T01:55:00.751Z[ recovery-image] Jul 25 01:54:59.802 INFO O| Jul 25 01:54:59.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
42032024-07-25T01:55:00.751Z[ recovery-image] Jul 25 01:54:59.802 INFO O| Jul 25 01:54:59.802 INFO STEP 166 (remove_files) COMPLETE
42042024-07-25T01:55:00.755Z[ recovery-image] Jul 25 01:54:59.802 INFO O| Jul 25 01:54:59.802 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-07-25T01:55:00.760Z[ recovery-image] Jul 25 01:54:59.811 INFO O| Jul 25 01:54:59.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
42062024-07-25T01:55:00.760Z[ recovery-image] Jul 25 01:54:59.811 INFO O| Jul 25 01:54:59.811 INFO STEP 167 (remove_files) COMPLETE
42072024-07-25T01:55:00.760Z[ recovery-image] Jul 25 01:54:59.811 INFO O| Jul 25 01:54:59.811 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-07-25T01:55:00.769Z[ recovery-image] Jul 25 01:54:59.820 INFO O| Jul 25 01:54:59.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
42092024-07-25T01:55:00.769Z[ recovery-image] Jul 25 01:54:59.820 INFO O| Jul 25 01:54:59.820 INFO STEP 168 (remove_files) COMPLETE
42102024-07-25T01:55:00.769Z[ recovery-image] Jul 25 01:54:59.820 INFO O| Jul 25 01:54:59.820 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-07-25T01:55:00.778Z[ recovery-image] Jul 25 01:54:59.829 INFO O| Jul 25 01:54:59.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
42122024-07-25T01:55:00.778Z[ recovery-image] Jul 25 01:54:59.829 INFO O| Jul 25 01:54:59.829 INFO STEP 169 (remove_files) COMPLETE
42132024-07-25T01:55:00.778Z[ recovery-image] Jul 25 01:54:59.829 INFO O| Jul 25 01:54:59.829 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-07-25T01:55:00.787Z[ recovery-image] Jul 25 01:54:59.838 INFO O| Jul 25 01:54:59.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
42152024-07-25T01:55:00.787Z[ recovery-image] Jul 25 01:54:59.838 INFO O| Jul 25 01:54:59.838 INFO STEP 170 (remove_files) COMPLETE
42162024-07-25T01:55:00.787Z[ recovery-image] Jul 25 01:54:59.838 INFO O| Jul 25 01:54:59.838 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-07-25T01:55:00.796Z[ recovery-image] Jul 25 01:54:59.847 INFO O| Jul 25 01:54:59.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
42182024-07-25T01:55:00.799Z[ recovery-image] Jul 25 01:54:59.847 INFO O| Jul 25 01:54:59.847 INFO STEP 171 (remove_files) COMPLETE
42192024-07-25T01:55:00.799Z[ recovery-image] Jul 25 01:54:59.848 INFO O| Jul 25 01:54:59.847 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-07-25T01:55:00.805Z[ recovery-image] Jul 25 01:54:59.856 INFO O| Jul 25 01:54:59.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
42212024-07-25T01:55:00.805Z[ recovery-image] Jul 25 01:54:59.856 INFO O| Jul 25 01:54:59.856 INFO STEP 172 (remove_files) COMPLETE
42222024-07-25T01:55:00.805Z[ recovery-image] Jul 25 01:54:59.857 INFO O| Jul 25 01:54:59.856 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-07-25T01:55:00.814Z[ recovery-image] Jul 25 01:54:59.865 INFO O| Jul 25 01:54:59.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
42242024-07-25T01:55:00.817Z[ recovery-image] Jul 25 01:54:59.865 INFO O| Jul 25 01:54:59.865 INFO STEP 173 (remove_files) COMPLETE
42252024-07-25T01:55:00.817Z[ recovery-image] Jul 25 01:54:59.865 INFO O| Jul 25 01:54:59.865 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-07-25T01:55:00.823Z[ recovery-image] Jul 25 01:54:59.874 INFO O| Jul 25 01:54:59.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
42272024-07-25T01:55:00.823Z[ recovery-image] Jul 25 01:54:59.874 INFO O| Jul 25 01:54:59.874 INFO STEP 174 (remove_files) COMPLETE
42282024-07-25T01:55:00.826Z[ recovery-image] Jul 25 01:54:59.874 INFO O| Jul 25 01:54:59.874 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-07-25T01:55:00.832Z[ recovery-image] Jul 25 01:54:59.883 INFO O| Jul 25 01:54:59.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
42302024-07-25T01:55:00.832Z[ recovery-image] Jul 25 01:54:59.883 INFO O| Jul 25 01:54:59.883 INFO STEP 175 (remove_files) COMPLETE
42312024-07-25T01:55:00.835Z[ recovery-image] Jul 25 01:54:59.883 INFO O| Jul 25 01:54:59.883 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-07-25T01:55:00.841Z[ recovery-image] Jul 25 01:54:59.892 INFO O| Jul 25 01:54:59.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
42332024-07-25T01:55:00.841Z[ recovery-image] Jul 25 01:54:59.892 INFO O| Jul 25 01:54:59.892 INFO STEP 176 (remove_files) COMPLETE
42342024-07-25T01:55:00.845Z[ recovery-image] Jul 25 01:54:59.892 INFO O| Jul 25 01:54:59.892 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-07-25T01:55:00.850Z[ recovery-image] Jul 25 01:54:59.901 INFO O| Jul 25 01:54:59.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
42362024-07-25T01:55:00.850Z[ recovery-image] Jul 25 01:54:59.901 INFO O| Jul 25 01:54:59.901 INFO STEP 177 (remove_files) COMPLETE
42372024-07-25T01:55:00.853Z[ recovery-image] Jul 25 01:54:59.901 INFO O| Jul 25 01:54:59.901 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-07-25T01:55:00.859Z[ recovery-image] Jul 25 01:54:59.910 INFO O| Jul 25 01:54:59.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
42392024-07-25T01:55:00.862Z[ recovery-image] Jul 25 01:54:59.910 INFO O| Jul 25 01:54:59.910 INFO STEP 178 (remove_files) COMPLETE
42402024-07-25T01:55:00.862Z[ recovery-image] Jul 25 01:54:59.910 INFO O| Jul 25 01:54:59.910 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-07-25T01:55:00.868Z[ recovery-image] Jul 25 01:54:59.919 INFO O| Jul 25 01:54:59.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
42422024-07-25T01:55:00.868Z[ recovery-image] Jul 25 01:54:59.920 INFO O| Jul 25 01:54:59.919 INFO STEP 179 (remove_files) COMPLETE
42432024-07-25T01:55:00.871Z[ recovery-image] Jul 25 01:54:59.920 INFO O| Jul 25 01:54:59.919 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-07-25T01:55:00.877Z[ recovery-image] Jul 25 01:54:59.928 INFO O| Jul 25 01:54:59.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
42452024-07-25T01:55:00.880Z[ recovery-image] Jul 25 01:54:59.928 INFO O| Jul 25 01:54:59.928 INFO STEP 180 (remove_files) COMPLETE
42462024-07-25T01:55:00.880Z[ recovery-image] Jul 25 01:54:59.928 INFO O| Jul 25 01:54:59.928 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-07-25T01:55:00.886Z[ recovery-image] Jul 25 01:54:59.937 INFO O| Jul 25 01:54:59.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
42482024-07-25T01:55:00.889Z[ recovery-image] Jul 25 01:54:59.937 INFO O| Jul 25 01:54:59.937 INFO STEP 181 (remove_files) COMPLETE
42492024-07-25T01:55:00.889Z[ recovery-image] Jul 25 01:54:59.937 INFO O| Jul 25 01:54:59.937 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-07-25T01:55:00.896Z[ recovery-image] Jul 25 01:54:59.947 INFO O| Jul 25 01:54:59.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
42512024-07-25T01:55:00.896Z[ recovery-image] Jul 25 01:54:59.947 INFO O| Jul 25 01:54:59.947 INFO STEP 182 (remove_files) COMPLETE
42522024-07-25T01:55:00.898Z[ recovery-image] Jul 25 01:54:59.947 INFO O| Jul 25 01:54:59.947 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-07-25T01:55:00.905Z[ recovery-image] Jul 25 01:54:59.956 INFO O| Jul 25 01:54:59.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
42542024-07-25T01:55:00.907Z[ recovery-image] Jul 25 01:54:59.956 INFO O| Jul 25 01:54:59.956 INFO STEP 183 (remove_files) COMPLETE
42552024-07-25T01:55:00.907Z[ recovery-image] Jul 25 01:54:59.956 INFO O| Jul 25 01:54:59.956 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-07-25T01:55:00.914Z[ recovery-image] Jul 25 01:54:59.965 INFO O| Jul 25 01:54:59.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
42572024-07-25T01:55:00.914Z[ recovery-image] Jul 25 01:54:59.965 INFO O| Jul 25 01:54:59.965 INFO STEP 184 (remove_files) COMPLETE
42582024-07-25T01:55:00.917Z[ recovery-image] Jul 25 01:54:59.965 INFO O| Jul 25 01:54:59.965 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-07-25T01:55:00.923Z[ recovery-image] Jul 25 01:54:59.974 INFO O| Jul 25 01:54:59.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
42602024-07-25T01:55:00.923Z[ recovery-image] Jul 25 01:54:59.974 INFO O| Jul 25 01:54:59.974 INFO STEP 185 (remove_files) COMPLETE
42612024-07-25T01:55:00.925Z[ recovery-image] Jul 25 01:54:59.974 INFO O| Jul 25 01:54:59.974 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-07-25T01:55:00.932Z[ recovery-image] Jul 25 01:54:59.983 INFO O| Jul 25 01:54:59.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
42632024-07-25T01:55:00.935Z[ recovery-image] Jul 25 01:54:59.983 INFO O| Jul 25 01:54:59.983 INFO STEP 186 (remove_files) COMPLETE
42642024-07-25T01:55:00.935Z[ recovery-image] Jul 25 01:54:59.983 INFO O| Jul 25 01:54:59.983 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-07-25T01:55:00.941Z[ recovery-image] Jul 25 01:54:59.992 INFO O| Jul 25 01:54:59.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
42662024-07-25T01:55:00.941Z[ recovery-image] Jul 25 01:54:59.992 INFO O| Jul 25 01:54:59.992 INFO STEP 187 (remove_files) COMPLETE
42672024-07-25T01:55:00.943Z[ recovery-image] Jul 25 01:54:59.992 INFO O| Jul 25 01:54:59.992 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-07-25T01:55:00.950Z[ recovery-image] Jul 25 01:55:00.001 INFO O| Jul 25 01:55:00.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
42692024-07-25T01:55:00.950Z[ recovery-image] Jul 25 01:55:00.001 INFO O| Jul 25 01:55:00.001 INFO STEP 188 (remove_files) COMPLETE
42702024-07-25T01:55:00.952Z[ recovery-image] Jul 25 01:55:00.001 INFO O| Jul 25 01:55:00.001 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-07-25T01:55:00.959Z[ recovery-image] Jul 25 01:55:00.010 INFO O| Jul 25 01:55:00.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
42722024-07-25T01:55:00.959Z[ recovery-image] Jul 25 01:55:00.010 INFO O| Jul 25 01:55:00.010 INFO STEP 189 (remove_files) COMPLETE
42732024-07-25T01:55:00.962Z[ recovery-image] Jul 25 01:55:00.010 INFO O| Jul 25 01:55:00.010 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-07-25T01:55:00.968Z[ recovery-image] Jul 25 01:55:00.019 INFO O| Jul 25 01:55:00.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
42752024-07-25T01:55:00.968Z[ recovery-image] Jul 25 01:55:00.019 INFO O| Jul 25 01:55:00.019 INFO STEP 190 (remove_files) COMPLETE
42762024-07-25T01:55:00.968Z[ recovery-image] Jul 25 01:55:00.019 INFO O| Jul 25 01:55:00.019 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-07-25T01:55:00.977Z[ recovery-image] Jul 25 01:55:00.028 INFO O| Jul 25 01:55:00.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
42782024-07-25T01:55:00.977Z[ recovery-image] Jul 25 01:55:00.028 INFO O| Jul 25 01:55:00.028 INFO STEP 191 (remove_files) COMPLETE
42792024-07-25T01:55:00.977Z[ recovery-image] Jul 25 01:55:00.028 INFO O| Jul 25 01:55:00.028 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-07-25T01:55:00.986Z[ recovery-image] Jul 25 01:55:00.037 INFO O| Jul 25 01:55:00.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
42812024-07-25T01:55:00.986Z[ recovery-image] Jul 25 01:55:00.037 INFO O| Jul 25 01:55:00.037 INFO STEP 192 (remove_files) COMPLETE
42822024-07-25T01:55:00.989Z[ recovery-image] Jul 25 01:55:00.037 INFO O| Jul 25 01:55:00.037 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-07-25T01:55:00.995Z[ recovery-image] Jul 25 01:55:00.046 INFO O| Jul 25 01:55:00.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
42842024-07-25T01:55:00.997Z[ recovery-image] Jul 25 01:55:00.046 INFO O| Jul 25 01:55:00.046 INFO STEP 193 (remove_files) COMPLETE
42852024-07-25T01:55:00.997Z[ recovery-image] Jul 25 01:55:00.046 INFO O| Jul 25 01:55:00.046 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-07-25T01:55:01.004Z[ recovery-image] Jul 25 01:55:00.055 INFO O| Jul 25 01:55:00.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
42872024-07-25T01:55:01.004Z[ recovery-image] Jul 25 01:55:00.055 INFO O| Jul 25 01:55:00.055 INFO STEP 194 (remove_files) COMPLETE
42882024-07-25T01:55:01.007Z[ recovery-image] Jul 25 01:55:00.055 INFO O| Jul 25 01:55:00.055 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-07-25T01:55:01.013Z[ recovery-image] Jul 25 01:55:00.064 INFO O| Jul 25 01:55:00.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
42902024-07-25T01:55:01.013Z[ recovery-image] Jul 25 01:55:00.064 INFO O| Jul 25 01:55:00.064 INFO STEP 195 (remove_files) COMPLETE
42912024-07-25T01:55:01.013Z[ recovery-image] Jul 25 01:55:00.064 INFO O| Jul 25 01:55:00.064 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-07-25T01:55:01.022Z[ recovery-image] Jul 25 01:55:00.073 INFO O| Jul 25 01:55:00.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
42932024-07-25T01:55:01.022Z[ recovery-image] Jul 25 01:55:00.073 INFO O| Jul 25 01:55:00.073 INFO STEP 196 (remove_files) COMPLETE
42942024-07-25T01:55:01.022Z[ recovery-image] Jul 25 01:55:00.073 INFO O| Jul 25 01:55:00.073 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-07-25T01:55:01.031Z[ recovery-image] Jul 25 01:55:00.082 INFO O| Jul 25 01:55:00.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
42962024-07-25T01:55:01.031Z[ recovery-image] Jul 25 01:55:00.082 INFO O| Jul 25 01:55:00.082 INFO STEP 197 (remove_files) COMPLETE
42972024-07-25T01:55:01.034Z[ recovery-image] Jul 25 01:55:00.082 INFO O| Jul 25 01:55:00.082 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-07-25T01:55:01.040Z[ recovery-image] Jul 25 01:55:00.091 INFO O| Jul 25 01:55:00.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
42992024-07-25T01:55:01.040Z[ recovery-image] Jul 25 01:55:00.092 INFO O| Jul 25 01:55:00.091 INFO STEP 198 (remove_files) COMPLETE
43002024-07-25T01:55:01.041Z[ recovery-image] Jul 25 01:55:00.092 INFO O| Jul 25 01:55:00.092 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-07-25T01:55:01.050Z[ recovery-image] Jul 25 01:55:00.101 INFO O| Jul 25 01:55:00.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
43022024-07-25T01:55:01.053Z[ recovery-image] Jul 25 01:55:00.101 INFO O| Jul 25 01:55:00.101 INFO STEP 199 (remove_files) COMPLETE
43032024-07-25T01:55:01.053Z[ recovery-image] Jul 25 01:55:00.101 INFO O| Jul 25 01:55:00.101 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-07-25T01:55:01.060Z[ recovery-image] Jul 25 01:55:00.111 INFO O| Jul 25 01:55:00.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
43052024-07-25T01:55:01.060Z[ recovery-image] Jul 25 01:55:00.111 INFO O| Jul 25 01:55:00.111 INFO STEP 200 (remove_files) COMPLETE
43062024-07-25T01:55:01.062Z[ recovery-image] Jul 25 01:55:00.111 INFO O| Jul 25 01:55:00.111 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-07-25T01:55:01.069Z[ recovery-image] Jul 25 01:55:00.120 INFO O| Jul 25 01:55:00.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
43082024-07-25T01:55:01.071Z[ recovery-image] Jul 25 01:55:00.120 INFO O| Jul 25 01:55:00.120 INFO STEP 201 (remove_files) COMPLETE
43092024-07-25T01:55:01.071Z[ recovery-image] Jul 25 01:55:00.120 INFO O| Jul 25 01:55:00.120 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-07-25T01:55:01.078Z[ recovery-image] Jul 25 01:55:00.129 INFO O| Jul 25 01:55:00.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
43112024-07-25T01:55:01.081Z[ recovery-image] Jul 25 01:55:00.129 INFO O| Jul 25 01:55:00.129 INFO STEP 202 (remove_files) COMPLETE
43122024-07-25T01:55:01.081Z[ recovery-image] Jul 25 01:55:00.129 INFO O| Jul 25 01:55:00.129 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-07-25T01:55:01.087Z[ recovery-image] Jul 25 01:55:00.138 INFO O| Jul 25 01:55:00.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
43142024-07-25T01:55:01.087Z[ recovery-image] Jul 25 01:55:00.138 INFO O| Jul 25 01:55:00.138 INFO STEP 203 (remove_files) COMPLETE
43152024-07-25T01:55:01.090Z[ recovery-image] Jul 25 01:55:00.138 INFO O| Jul 25 01:55:00.138 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-07-25T01:55:01.096Z[ recovery-image] Jul 25 01:55:00.147 INFO O| Jul 25 01:55:00.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
43172024-07-25T01:55:01.096Z[ recovery-image] Jul 25 01:55:00.147 INFO O| Jul 25 01:55:00.147 INFO STEP 204 (remove_files) COMPLETE
43182024-07-25T01:55:01.096Z[ recovery-image] Jul 25 01:55:00.147 INFO O| Jul 25 01:55:00.147 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-07-25T01:55:01.105Z[ recovery-image] Jul 25 01:55:00.156 INFO O| Jul 25 01:55:00.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
43202024-07-25T01:55:01.105Z[ recovery-image] Jul 25 01:55:00.156 INFO O| Jul 25 01:55:00.156 INFO STEP 205 (remove_files) COMPLETE
43212024-07-25T01:55:01.108Z[ recovery-image] Jul 25 01:55:00.156 INFO O| Jul 25 01:55:00.156 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-07-25T01:55:01.115Z[ recovery-image] Jul 25 01:55:00.166 INFO O| Jul 25 01:55:00.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
43232024-07-25T01:55:01.115Z[ recovery-image] Jul 25 01:55:00.166 INFO O| Jul 25 01:55:00.166 INFO STEP 206 (remove_files) COMPLETE
43242024-07-25T01:55:01.115Z[ recovery-image] Jul 25 01:55:00.166 INFO O| Jul 25 01:55:00.166 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-07-25T01:55:01.124Z[ recovery-image] Jul 25 01:55:00.175 INFO O| Jul 25 01:55:00.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
43262024-07-25T01:55:01.124Z[ recovery-image] Jul 25 01:55:00.175 INFO O| Jul 25 01:55:00.175 INFO STEP 207 (remove_files) COMPLETE
43272024-07-25T01:55:01.124Z[ recovery-image] Jul 25 01:55:00.175 INFO O| Jul 25 01:55:00.175 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-07-25T01:55:01.133Z[ recovery-image] Jul 25 01:55:00.184 INFO O| Jul 25 01:55:00.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
43292024-07-25T01:55:01.133Z[ recovery-image] Jul 25 01:55:00.184 INFO O| Jul 25 01:55:00.184 INFO STEP 208 (remove_files) COMPLETE
43302024-07-25T01:55:01.133Z[ recovery-image] Jul 25 01:55:00.184 INFO O| Jul 25 01:55:00.184 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-07-25T01:55:01.142Z[ recovery-image] Jul 25 01:55:00.193 INFO O| Jul 25 01:55:00.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
43322024-07-25T01:55:01.142Z[ recovery-image] Jul 25 01:55:00.193 INFO O| Jul 25 01:55:00.193 INFO STEP 209 (remove_files) COMPLETE
43332024-07-25T01:55:01.142Z[ recovery-image] Jul 25 01:55:00.193 INFO O| Jul 25 01:55:00.193 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-07-25T01:55:01.151Z[ recovery-image] Jul 25 01:55:00.202 INFO O| Jul 25 01:55:00.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
43352024-07-25T01:55:01.154Z[ recovery-image] Jul 25 01:55:00.202 INFO O| Jul 25 01:55:00.202 INFO STEP 210 (remove_files) COMPLETE
43362024-07-25T01:55:01.154Z[ recovery-image] Jul 25 01:55:00.202 INFO O| Jul 25 01:55:00.202 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-07-25T01:55:01.160Z[ recovery-image] Jul 25 01:55:00.211 INFO O| Jul 25 01:55:00.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
43382024-07-25T01:55:01.163Z[ recovery-image] Jul 25 01:55:00.211 INFO O| Jul 25 01:55:00.211 INFO STEP 211 (remove_files) COMPLETE
43392024-07-25T01:55:01.163Z[ recovery-image] Jul 25 01:55:00.211 INFO O| Jul 25 01:55:00.211 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-07-25T01:55:01.169Z[ recovery-image] Jul 25 01:55:00.220 INFO O| Jul 25 01:55:00.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
43412024-07-25T01:55:01.169Z[ recovery-image] Jul 25 01:55:00.220 INFO O| Jul 25 01:55:00.220 INFO STEP 212 (remove_files) COMPLETE
43422024-07-25T01:55:01.169Z[ recovery-image] Jul 25 01:55:00.220 INFO O| Jul 25 01:55:00.220 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-07-25T01:55:01.178Z[ recovery-image] Jul 25 01:55:00.229 INFO O| Jul 25 01:55:00.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
43442024-07-25T01:55:01.178Z[ recovery-image] Jul 25 01:55:00.229 INFO O| Jul 25 01:55:00.229 INFO STEP 213 (remove_files) COMPLETE
43452024-07-25T01:55:01.181Z[ recovery-image] Jul 25 01:55:00.229 INFO O| Jul 25 01:55:00.229 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-07-25T01:55:01.187Z[ recovery-image] Jul 25 01:55:00.238 INFO O| Jul 25 01:55:00.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
43472024-07-25T01:55:01.187Z[ recovery-image] Jul 25 01:55:00.238 INFO O| Jul 25 01:55:00.238 INFO STEP 214 (remove_files) COMPLETE
43482024-07-25T01:55:01.190Z[ recovery-image] Jul 25 01:55:00.238 INFO O| Jul 25 01:55:00.238 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-07-25T01:55:01.197Z[ recovery-image] Jul 25 01:55:00.248 INFO O| Jul 25 01:55:00.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
43502024-07-25T01:55:01.197Z[ recovery-image] Jul 25 01:55:00.248 INFO O| Jul 25 01:55:00.248 INFO STEP 215 (remove_files) COMPLETE
43512024-07-25T01:55:01.199Z[ recovery-image] Jul 25 01:55:00.248 INFO O| Jul 25 01:55:00.248 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-07-25T01:55:01.206Z[ recovery-image] Jul 25 01:55:00.257 INFO O| Jul 25 01:55:00.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
43532024-07-25T01:55:01.206Z[ recovery-image] Jul 25 01:55:00.257 INFO O| Jul 25 01:55:00.257 INFO STEP 216 (remove_files) COMPLETE
43542024-07-25T01:55:01.209Z[ recovery-image] Jul 25 01:55:00.257 INFO O| Jul 25 01:55:00.257 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-07-25T01:55:01.215Z[ recovery-image] Jul 25 01:55:00.266 INFO O| Jul 25 01:55:00.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
43562024-07-25T01:55:01.217Z[ recovery-image] Jul 25 01:55:00.266 INFO O| Jul 25 01:55:00.266 INFO STEP 217 (remove_files) COMPLETE
43572024-07-25T01:55:01.217Z[ recovery-image] Jul 25 01:55:00.266 INFO O| Jul 25 01:55:00.266 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-07-25T01:55:01.224Z[ recovery-image] Jul 25 01:55:00.275 INFO O| Jul 25 01:55:00.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
43592024-07-25T01:55:01.224Z[ recovery-image] Jul 25 01:55:00.275 INFO O| Jul 25 01:55:00.275 INFO STEP 218 (remove_files) COMPLETE
43602024-07-25T01:55:01.227Z[ recovery-image] Jul 25 01:55:00.275 INFO O| Jul 25 01:55:00.275 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-07-25T01:55:01.234Z[ recovery-image] Jul 25 01:55:00.285 INFO O| Jul 25 01:55:00.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
43622024-07-25T01:55:01.234Z[ recovery-image] Jul 25 01:55:00.285 INFO O| Jul 25 01:55:00.285 INFO STEP 219 (remove_files) COMPLETE
43632024-07-25T01:55:01.234Z[ recovery-image] Jul 25 01:55:00.285 INFO O| Jul 25 01:55:00.285 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-07-25T01:55:01.243Z[ recovery-image] Jul 25 01:55:00.294 INFO O| Jul 25 01:55:00.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
43652024-07-25T01:55:01.243Z[ recovery-image] Jul 25 01:55:00.294 INFO O| Jul 25 01:55:00.294 INFO STEP 220 (remove_files) COMPLETE
43662024-07-25T01:55:01.243Z[ recovery-image] Jul 25 01:55:00.294 INFO O| Jul 25 01:55:00.294 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-07-25T01:55:01.252Z[ recovery-image] Jul 25 01:55:00.303 INFO O| Jul 25 01:55:00.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
43682024-07-25T01:55:01.255Z[ recovery-image] Jul 25 01:55:00.303 INFO O| Jul 25 01:55:00.303 INFO STEP 221 (remove_files) COMPLETE
43692024-07-25T01:55:01.255Z[ recovery-image] Jul 25 01:55:00.303 INFO O| Jul 25 01:55:00.303 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-07-25T01:55:01.261Z[ recovery-image] Jul 25 01:55:00.312 INFO O| Jul 25 01:55:00.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
43712024-07-25T01:55:01.261Z[ recovery-image] Jul 25 01:55:00.312 INFO O| Jul 25 01:55:00.312 INFO STEP 222 (remove_files) COMPLETE
43722024-07-25T01:55:01.261Z[ recovery-image] Jul 25 01:55:00.312 INFO O| Jul 25 01:55:00.312 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-07-25T01:55:01.270Z[ recovery-image] Jul 25 01:55:00.321 INFO O| Jul 25 01:55:00.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
43742024-07-25T01:55:01.273Z[ recovery-image] Jul 25 01:55:00.321 INFO O| Jul 25 01:55:00.321 INFO STEP 223 (remove_files) COMPLETE
43752024-07-25T01:55:01.273Z[ recovery-image] Jul 25 01:55:00.321 INFO O| Jul 25 01:55:00.321 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-07-25T01:55:01.279Z[ recovery-image] Jul 25 01:55:00.330 INFO O| Jul 25 01:55:00.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
43772024-07-25T01:55:01.279Z[ recovery-image] Jul 25 01:55:00.330 INFO O| Jul 25 01:55:00.330 INFO STEP 224 (remove_files) COMPLETE
43782024-07-25T01:55:01.282Z[ recovery-image] Jul 25 01:55:00.330 INFO O| Jul 25 01:55:00.330 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-07-25T01:55:01.289Z[ recovery-image] Jul 25 01:55:00.340 INFO O| Jul 25 01:55:00.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
43802024-07-25T01:55:01.289Z[ recovery-image] Jul 25 01:55:00.340 INFO O| Jul 25 01:55:00.340 INFO STEP 225 (remove_files) COMPLETE
43812024-07-25T01:55:01.291Z[ recovery-image] Jul 25 01:55:00.340 INFO O| Jul 25 01:55:00.340 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-07-25T01:55:01.298Z[ recovery-image] Jul 25 01:55:00.349 INFO O| Jul 25 01:55:00.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
43832024-07-25T01:55:01.298Z[ recovery-image] Jul 25 01:55:00.349 INFO O| Jul 25 01:55:00.349 INFO STEP 226 (remove_files) COMPLETE
43842024-07-25T01:55:01.298Z[ recovery-image] Jul 25 01:55:00.349 INFO O| Jul 25 01:55:00.349 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-07-25T01:55:01.307Z[ recovery-image] Jul 25 01:55:00.358 INFO O| Jul 25 01:55:00.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
43862024-07-25T01:55:01.307Z[ recovery-image] Jul 25 01:55:00.358 INFO O| Jul 25 01:55:00.358 INFO STEP 227 (remove_files) COMPLETE
43872024-07-25T01:55:01.310Z[ recovery-image] Jul 25 01:55:00.358 INFO O| Jul 25 01:55:00.358 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-07-25T01:55:01.316Z[ recovery-image] Jul 25 01:55:00.367 INFO O| Jul 25 01:55:00.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
43892024-07-25T01:55:01.319Z[ recovery-image] Jul 25 01:55:00.367 INFO O| Jul 25 01:55:00.367 INFO STEP 228 (remove_files) COMPLETE
43902024-07-25T01:55:01.319Z[ recovery-image] Jul 25 01:55:00.367 INFO O| Jul 25 01:55:00.367 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-07-25T01:55:01.325Z[ recovery-image] Jul 25 01:55:00.376 INFO O| Jul 25 01:55:00.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
43922024-07-25T01:55:01.325Z[ recovery-image] Jul 25 01:55:00.376 INFO O| Jul 25 01:55:00.376 INFO STEP 229 (remove_files) COMPLETE
43932024-07-25T01:55:01.328Z[ recovery-image] Jul 25 01:55:00.376 INFO O| Jul 25 01:55:00.376 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-07-25T01:55:01.334Z[ recovery-image] Jul 25 01:55:00.385 INFO O| Jul 25 01:55:00.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
43952024-07-25T01:55:01.334Z[ recovery-image] Jul 25 01:55:00.385 INFO O| Jul 25 01:55:00.385 INFO STEP 230 (remove_files) COMPLETE
43962024-07-25T01:55:01.337Z[ recovery-image] Jul 25 01:55:00.385 INFO O| Jul 25 01:55:00.385 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-07-25T01:55:01.343Z[ recovery-image] Jul 25 01:55:00.394 INFO O| Jul 25 01:55:00.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
43982024-07-25T01:55:01.346Z[ recovery-image] Jul 25 01:55:00.395 INFO O| Jul 25 01:55:00.395 INFO STEP 231 (remove_files) COMPLETE
43992024-07-25T01:55:01.347Z[ recovery-image] Jul 25 01:55:00.395 INFO O| Jul 25 01:55:00.395 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-07-25T01:55:01.352Z[ recovery-image] Jul 25 01:55:00.403 INFO O| Jul 25 01:55:00.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
44012024-07-25T01:55:01.355Z[ recovery-image] Jul 25 01:55:00.404 INFO O| Jul 25 01:55:00.403 INFO STEP 232 (remove_files) COMPLETE
44022024-07-25T01:55:01.355Z[ recovery-image] Jul 25 01:55:00.404 INFO O| Jul 25 01:55:00.404 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-07-25T01:55:01.362Z[ recovery-image] Jul 25 01:55:00.413 INFO O| Jul 25 01:55:00.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
44042024-07-25T01:55:01.362Z[ recovery-image] Jul 25 01:55:00.413 INFO O| Jul 25 01:55:00.413 INFO STEP 233 (remove_files) COMPLETE
44052024-07-25T01:55:01.362Z[ recovery-image] Jul 25 01:55:00.413 INFO O| Jul 25 01:55:00.413 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-07-25T01:55:01.371Z[ recovery-image] Jul 25 01:55:00.422 INFO O| Jul 25 01:55:00.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
44072024-07-25T01:55:01.371Z[ recovery-image] Jul 25 01:55:00.422 INFO O| Jul 25 01:55:00.422 INFO STEP 234 (remove_files) COMPLETE
44082024-07-25T01:55:01.373Z[ recovery-image] Jul 25 01:55:00.422 INFO O| Jul 25 01:55:00.422 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-07-25T01:55:01.380Z[ recovery-image] Jul 25 01:55:00.431 INFO O| Jul 25 01:55:00.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
44102024-07-25T01:55:01.380Z[ recovery-image] Jul 25 01:55:00.431 INFO O| Jul 25 01:55:00.431 INFO STEP 235 (remove_files) COMPLETE
44112024-07-25T01:55:01.382Z[ recovery-image] Jul 25 01:55:00.431 INFO O| Jul 25 01:55:00.431 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-07-25T01:55:01.389Z[ recovery-image] Jul 25 01:55:00.440 INFO O| Jul 25 01:55:00.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
44132024-07-25T01:55:01.389Z[ recovery-image] Jul 25 01:55:00.440 INFO O| Jul 25 01:55:00.440 INFO STEP 236 (remove_files) COMPLETE
44142024-07-25T01:55:01.391Z[ recovery-image] Jul 25 01:55:00.440 INFO O| Jul 25 01:55:00.440 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-07-25T01:55:01.398Z[ recovery-image] Jul 25 01:55:00.449 INFO O| Jul 25 01:55:00.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
44162024-07-25T01:55:01.398Z[ recovery-image] Jul 25 01:55:00.449 INFO O| Jul 25 01:55:00.449 INFO STEP 237 (remove_files) COMPLETE
44172024-07-25T01:55:01.400Z[ recovery-image] Jul 25 01:55:00.449 INFO O| Jul 25 01:55:00.449 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-07-25T01:55:01.407Z[ recovery-image] Jul 25 01:55:00.458 INFO O| Jul 25 01:55:00.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
44192024-07-25T01:55:01.407Z[ recovery-image] Jul 25 01:55:00.458 INFO O| Jul 25 01:55:00.458 INFO STEP 238 (remove_files) COMPLETE
44202024-07-25T01:55:01.410Z[ recovery-image] Jul 25 01:55:00.458 INFO O| Jul 25 01:55:00.458 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-07-25T01:55:01.416Z[ recovery-image] Jul 25 01:55:00.467 INFO O| Jul 25 01:55:00.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
44222024-07-25T01:55:01.416Z[ recovery-image] Jul 25 01:55:00.467 INFO O| Jul 25 01:55:00.467 INFO STEP 239 (remove_files) COMPLETE
44232024-07-25T01:55:01.419Z[ recovery-image] Jul 25 01:55:00.467 INFO O| Jul 25 01:55:00.467 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-07-25T01:55:01.425Z[ recovery-image] Jul 25 01:55:00.476 INFO O| Jul 25 01:55:00.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
44252024-07-25T01:55:01.428Z[ recovery-image] Jul 25 01:55:00.476 INFO O| Jul 25 01:55:00.476 INFO STEP 240 (remove_files) COMPLETE
44262024-07-25T01:55:01.428Z[ recovery-image] Jul 25 01:55:00.476 INFO O| Jul 25 01:55:00.476 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-07-25T01:55:01.434Z[ recovery-image] Jul 25 01:55:00.485 INFO O| Jul 25 01:55:00.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
44282024-07-25T01:55:01.436Z[ recovery-image] Jul 25 01:55:00.485 INFO O| Jul 25 01:55:00.485 INFO STEP 241 (remove_files) COMPLETE
44292024-07-25T01:55:01.436Z[ recovery-image] Jul 25 01:55:00.485 INFO O| Jul 25 01:55:00.485 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-07-25T01:55:01.443Z[ recovery-image] Jul 25 01:55:00.494 INFO O| Jul 25 01:55:00.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
44312024-07-25T01:55:01.445Z[ recovery-image] Jul 25 01:55:00.494 INFO O| Jul 25 01:55:00.494 INFO STEP 242 (remove_files) COMPLETE
44322024-07-25T01:55:01.445Z[ recovery-image] Jul 25 01:55:00.494 INFO O| Jul 25 01:55:00.494 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-07-25T01:55:01.451Z[ recovery-image] Jul 25 01:55:00.503 INFO O| Jul 25 01:55:00.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
44342024-07-25T01:55:01.452Z[ recovery-image] Jul 25 01:55:00.503 INFO O| Jul 25 01:55:00.503 INFO STEP 243 (remove_files) COMPLETE
44352024-07-25T01:55:01.454Z[ recovery-image] Jul 25 01:55:00.503 INFO O| Jul 25 01:55:00.503 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-07-25T01:55:01.461Z[ recovery-image] Jul 25 01:55:00.512 INFO O| Jul 25 01:55:00.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
44372024-07-25T01:55:01.461Z[ recovery-image] Jul 25 01:55:00.512 INFO O| Jul 25 01:55:00.512 INFO STEP 244 (remove_files) COMPLETE
44382024-07-25T01:55:01.461Z[ recovery-image] Jul 25 01:55:00.512 INFO O| Jul 25 01:55:00.512 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-07-25T01:55:01.469Z[ recovery-image] Jul 25 01:55:00.520 INFO O| Jul 25 01:55:00.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
44402024-07-25T01:55:01.469Z[ recovery-image] Jul 25 01:55:00.520 INFO O| Jul 25 01:55:00.520 INFO STEP 245 (remove_files) COMPLETE
44412024-07-25T01:55:01.472Z[ recovery-image] Jul 25 01:55:00.520 INFO O| Jul 25 01:55:00.520 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-07-25T01:55:01.478Z[ recovery-image] Jul 25 01:55:00.529 INFO O| Jul 25 01:55:00.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
44432024-07-25T01:55:01.481Z[ recovery-image] Jul 25 01:55:00.529 INFO O| Jul 25 01:55:00.529 INFO STEP 246 (remove_files) COMPLETE
44442024-07-25T01:55:01.481Z[ recovery-image] Jul 25 01:55:00.529 INFO O| Jul 25 01:55:00.529 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-07-25T01:55:01.487Z[ recovery-image] Jul 25 01:55:00.538 INFO O| Jul 25 01:55:00.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
44462024-07-25T01:55:01.487Z[ recovery-image] Jul 25 01:55:00.538 INFO O| Jul 25 01:55:00.538 INFO STEP 247 (remove_files) COMPLETE
44472024-07-25T01:55:01.488Z[ recovery-image] Jul 25 01:55:00.538 INFO O| Jul 25 01:55:00.538 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-07-25T01:55:01.496Z[ recovery-image] Jul 25 01:55:00.547 INFO O| Jul 25 01:55:00.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
44492024-07-25T01:55:01.499Z[ recovery-image] Jul 25 01:55:00.547 INFO O| Jul 25 01:55:00.547 INFO STEP 248 (remove_files) COMPLETE
44502024-07-25T01:55:01.499Z[ recovery-image] Jul 25 01:55:00.547 INFO O| Jul 25 01:55:00.547 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-07-25T01:55:01.505Z[ recovery-image] Jul 25 01:55:00.556 INFO O| Jul 25 01:55:00.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
44522024-07-25T01:55:01.505Z[ recovery-image] Jul 25 01:55:00.557 INFO O| Jul 25 01:55:00.556 INFO STEP 249 (remove_files) COMPLETE
44532024-07-25T01:55:01.508Z[ recovery-image] Jul 25 01:55:00.557 INFO O| Jul 25 01:55:00.556 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-07-25T01:55:01.514Z[ recovery-image] Jul 25 01:55:00.565 INFO O| Jul 25 01:55:00.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
44552024-07-25T01:55:01.519Z[ recovery-image] Jul 25 01:55:00.566 INFO O| Jul 25 01:55:00.566 INFO STEP 250 (remove_files) COMPLETE
44562024-07-25T01:55:01.519Z[ recovery-image] Jul 25 01:55:00.566 INFO O| Jul 25 01:55:00.566 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-07-25T01:55:01.524Z[ recovery-image] Jul 25 01:55:00.575 INFO O| Jul 25 01:55:00.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
44582024-07-25T01:55:01.524Z[ recovery-image] Jul 25 01:55:00.575 INFO O| Jul 25 01:55:00.575 INFO STEP 251 (remove_files) COMPLETE
44592024-07-25T01:55:01.524Z[ recovery-image] Jul 25 01:55:00.575 INFO O| Jul 25 01:55:00.575 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-07-25T01:55:01.532Z[ recovery-image] Jul 25 01:55:00.583 INFO O| Jul 25 01:55:00.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
44612024-07-25T01:55:01.535Z[ recovery-image] Jul 25 01:55:00.584 INFO O| Jul 25 01:55:00.584 INFO STEP 252 (remove_files) COMPLETE
44622024-07-25T01:55:01.535Z[ recovery-image] Jul 25 01:55:00.584 INFO O| Jul 25 01:55:00.584 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-07-25T01:55:01.543Z[ recovery-image] Jul 25 01:55:00.592 INFO O| Jul 25 01:55:00.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
44642024-07-25T01:55:01.545Z[ recovery-image] Jul 25 01:55:00.592 INFO O| Jul 25 01:55:00.592 INFO STEP 253 (remove_files) COMPLETE
44652024-07-25T01:55:01.545Z[ recovery-image] Jul 25 01:55:00.593 INFO O| Jul 25 01:55:00.592 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-07-25T01:55:01.551Z[ recovery-image] Jul 25 01:55:00.601 INFO O| Jul 25 01:55:00.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
44672024-07-25T01:55:01.551Z[ recovery-image] Jul 25 01:55:00.602 INFO O| Jul 25 01:55:00.602 INFO STEP 254 (remove_files) COMPLETE
44682024-07-25T01:55:01.551Z[ recovery-image] Jul 25 01:55:00.602 INFO O| Jul 25 01:55:00.602 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-07-25T01:55:01.560Z[ recovery-image] Jul 25 01:55:00.611 INFO O| Jul 25 01:55:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
44702024-07-25T01:55:01.560Z[ recovery-image] Jul 25 01:55:00.611 INFO O| Jul 25 01:55:00.611 INFO STEP 255 (remove_files) COMPLETE
44712024-07-25T01:55:01.562Z[ recovery-image] Jul 25 01:55:00.611 INFO O| Jul 25 01:55:00.611 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-07-25T01:55:01.569Z[ recovery-image] Jul 25 01:55:00.620 INFO O| Jul 25 01:55:00.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
44732024-07-25T01:55:01.569Z[ recovery-image] Jul 25 01:55:00.620 INFO O| Jul 25 01:55:00.620 INFO STEP 256 (remove_files) COMPLETE
44742024-07-25T01:55:01.571Z[ recovery-image] Jul 25 01:55:00.620 INFO O| Jul 25 01:55:00.620 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-07-25T01:55:01.578Z[ recovery-image] Jul 25 01:55:00.629 INFO O| Jul 25 01:55:00.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
44762024-07-25T01:55:01.578Z[ recovery-image] Jul 25 01:55:00.629 INFO O| Jul 25 01:55:00.629 INFO STEP 257 (remove_files) COMPLETE
44772024-07-25T01:55:01.578Z[ recovery-image] Jul 25 01:55:00.629 INFO O| Jul 25 01:55:00.629 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-07-25T01:55:01.587Z[ recovery-image] Jul 25 01:55:00.638 INFO O| Jul 25 01:55:00.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
44792024-07-25T01:55:01.587Z[ recovery-image] Jul 25 01:55:00.638 INFO O| Jul 25 01:55:00.638 INFO STEP 258 (remove_files) COMPLETE
44802024-07-25T01:55:01.587Z[ recovery-image] Jul 25 01:55:00.638 INFO O| Jul 25 01:55:00.638 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-07-25T01:55:01.596Z[ recovery-image] Jul 25 01:55:00.646 INFO O| Jul 25 01:55:00.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
44822024-07-25T01:55:01.596Z[ recovery-image] Jul 25 01:55:00.647 INFO O| Jul 25 01:55:00.647 INFO STEP 259 (remove_files) COMPLETE
44832024-07-25T01:55:01.596Z[ recovery-image] Jul 25 01:55:00.647 INFO O| Jul 25 01:55:00.647 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-07-25T01:55:01.605Z[ recovery-image] Jul 25 01:55:00.656 INFO O| Jul 25 01:55:00.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
44852024-07-25T01:55:01.605Z[ recovery-image] Jul 25 01:55:00.656 INFO O| Jul 25 01:55:00.656 INFO STEP 260 (remove_files) COMPLETE
44862024-07-25T01:55:01.609Z[ recovery-image] Jul 25 01:55:00.656 INFO O| Jul 25 01:55:00.656 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-07-25T01:55:01.613Z[ recovery-image] Jul 25 01:55:00.664 INFO O| Jul 25 01:55:00.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
44882024-07-25T01:55:01.614Z[ recovery-image] Jul 25 01:55:00.665 INFO O| Jul 25 01:55:00.665 INFO STEP 261 (remove_files) COMPLETE
44892024-07-25T01:55:01.616Z[ recovery-image] Jul 25 01:55:00.665 INFO O| Jul 25 01:55:00.665 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-07-25T01:55:01.623Z[ recovery-image] Jul 25 01:55:00.673 INFO O| Jul 25 01:55:00.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
44912024-07-25T01:55:01.623Z[ recovery-image] Jul 25 01:55:00.674 INFO O| Jul 25 01:55:00.674 INFO STEP 262 (remove_files) COMPLETE
44922024-07-25T01:55:01.625Z[ recovery-image] Jul 25 01:55:00.674 INFO O| Jul 25 01:55:00.674 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-07-25T01:55:01.632Z[ recovery-image] Jul 25 01:55:00.683 INFO O| Jul 25 01:55:00.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
44942024-07-25T01:55:01.635Z[ recovery-image] Jul 25 01:55:00.683 INFO O| Jul 25 01:55:00.683 INFO STEP 263 (remove_files) COMPLETE
44952024-07-25T01:55:01.635Z[ recovery-image] Jul 25 01:55:00.683 INFO O| Jul 25 01:55:00.683 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-07-25T01:55:01.642Z[ recovery-image] Jul 25 01:55:00.693 INFO O| Jul 25 01:55:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
44972024-07-25T01:55:01.642Z[ recovery-image] Jul 25 01:55:00.693 INFO O| Jul 25 01:55:00.693 INFO STEP 264 (remove_files) COMPLETE
44982024-07-25T01:55:01.642Z[ recovery-image] Jul 25 01:55:00.693 INFO O| Jul 25 01:55:00.693 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-07-25T01:55:01.652Z[ host-image] Jul 25 01:55:00.703 INFO O| Jul 25 01:55:00.703 INFO O| Download: Completed 8.42 MB in 4.38 seconds (1.9M/s)
45002024-07-25T01:55:01.655Z[ recovery-image] Jul 25 01:55:00.703 INFO O| Jul 25 01:55:00.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
45012024-07-25T01:55:01.655Z[ recovery-image] Jul 25 01:55:00.703 INFO O| Jul 25 01:55:00.703 INFO STEP 265 (remove_files) COMPLETE
45022024-07-25T01:55:01.655Z[ recovery-image] Jul 25 01:55:00.703 INFO O| Jul 25 01:55:00.703 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-07-25T01:55:01.662Z[ recovery-image] Jul 25 01:55:00.713 INFO O| Jul 25 01:55:00.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
45042024-07-25T01:55:01.662Z[ recovery-image] Jul 25 01:55:00.713 INFO O| Jul 25 01:55:00.713 INFO STEP 266 (remove_files) COMPLETE
45052024-07-25T01:55:01.665Z[ recovery-image] Jul 25 01:55:00.713 INFO O| Jul 25 01:55:00.713 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-07-25T01:55:01.672Z[ recovery-image] Jul 25 01:55:00.723 INFO O| Jul 25 01:55:00.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
45072024-07-25T01:55:01.672Z[ recovery-image] Jul 25 01:55:00.723 INFO O| Jul 25 01:55:00.723 INFO STEP 267 (remove_files) COMPLETE
45082024-07-25T01:55:01.675Z[ recovery-image] Jul 25 01:55:00.723 INFO O| Jul 25 01:55:00.723 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-07-25T01:55:01.681Z[ recovery-image] Jul 25 01:55:00.732 INFO O| Jul 25 01:55:00.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
45102024-07-25T01:55:01.681Z[ recovery-image] Jul 25 01:55:00.732 INFO O| Jul 25 01:55:00.732 INFO STEP 268 (remove_files) COMPLETE
45112024-07-25T01:55:01.684Z[ recovery-image] Jul 25 01:55:00.732 INFO O| Jul 25 01:55:00.732 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-07-25T01:55:01.690Z[ recovery-image] Jul 25 01:55:00.741 INFO O| Jul 25 01:55:00.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
45132024-07-25T01:55:01.690Z[ recovery-image] Jul 25 01:55:00.741 INFO O| Jul 25 01:55:00.741 INFO STEP 269 (remove_files) COMPLETE
45142024-07-25T01:55:01.693Z[ recovery-image] Jul 25 01:55:00.741 INFO O| Jul 25 01:55:00.741 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-07-25T01:55:01.700Z[ recovery-image] Jul 25 01:55:00.751 INFO O| Jul 25 01:55:00.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
45162024-07-25T01:55:01.703Z[ recovery-image] Jul 25 01:55:00.751 INFO O| Jul 25 01:55:00.751 INFO STEP 270 (remove_files) COMPLETE
45172024-07-25T01:55:01.703Z[ recovery-image] Jul 25 01:55:00.751 INFO O| Jul 25 01:55:00.751 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-07-25T01:55:01.703Z[ host-image] Jul 25 01:55:00.754 INFO O| Jul 25 01:55:00.754 INFO O| Actions: 1/1361 actions (Installing new actions)
45192024-07-25T01:55:01.709Z[ recovery-image] Jul 25 01:55:00.760 INFO O| Jul 25 01:55:00.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
45202024-07-25T01:55:01.712Z[ recovery-image] Jul 25 01:55:00.760 INFO O| Jul 25 01:55:00.760 INFO STEP 271 (remove_files) COMPLETE
45212024-07-25T01:55:01.712Z[ recovery-image] Jul 25 01:55:00.760 INFO O| Jul 25 01:55:00.760 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-07-25T01:55:01.718Z[ recovery-image] Jul 25 01:55:00.769 INFO O| Jul 25 01:55:00.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
45232024-07-25T01:55:01.718Z[ recovery-image] Jul 25 01:55:00.769 INFO O| Jul 25 01:55:00.769 INFO STEP 272 (remove_files) COMPLETE
45242024-07-25T01:55:01.721Z[ recovery-image] Jul 25 01:55:00.769 INFO O| Jul 25 01:55:00.769 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-07-25T01:55:01.728Z[ recovery-image] Jul 25 01:55:00.779 INFO O| Jul 25 01:55:00.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
45262024-07-25T01:55:01.728Z[ recovery-image] Jul 25 01:55:00.779 INFO O| Jul 25 01:55:00.779 INFO STEP 273 (remove_files) COMPLETE
45272024-07-25T01:55:01.728Z[ recovery-image] Jul 25 01:55:00.779 INFO O| Jul 25 01:55:00.779 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-07-25T01:55:01.738Z[ recovery-image] Jul 25 01:55:00.789 INFO O| Jul 25 01:55:00.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
45292024-07-25T01:55:01.738Z[ recovery-image] Jul 25 01:55:00.789 INFO O| Jul 25 01:55:00.789 INFO STEP 274 (remove_files) COMPLETE
45302024-07-25T01:55:01.738Z[ recovery-image] Jul 25 01:55:00.789 INFO O| Jul 25 01:55:00.789 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-07-25T01:55:01.747Z[ recovery-image] Jul 25 01:55:00.798 INFO O| Jul 25 01:55:00.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
45322024-07-25T01:55:01.747Z[ recovery-image] Jul 25 01:55:00.798 INFO O| Jul 25 01:55:00.798 INFO STEP 275 (remove_files) COMPLETE
45332024-07-25T01:55:01.747Z[ recovery-image] Jul 25 01:55:00.798 INFO O| Jul 25 01:55:00.798 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-07-25T01:55:01.757Z[ recovery-image] Jul 25 01:55:00.808 INFO O| Jul 25 01:55:00.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
45352024-07-25T01:55:01.757Z[ recovery-image] Jul 25 01:55:00.808 INFO O| Jul 25 01:55:00.808 INFO STEP 276 (remove_files) COMPLETE
45362024-07-25T01:55:01.757Z[ recovery-image] Jul 25 01:55:00.808 INFO O| Jul 25 01:55:00.808 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-07-25T01:55:01.766Z[ recovery-image] Jul 25 01:55:00.817 INFO O| Jul 25 01:55:00.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
45382024-07-25T01:55:01.766Z[ recovery-image] Jul 25 01:55:00.817 INFO O| Jul 25 01:55:00.817 INFO STEP 277 (remove_files) COMPLETE
45392024-07-25T01:55:01.767Z[ recovery-image] Jul 25 01:55:00.817 INFO O| Jul 25 01:55:00.817 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-07-25T01:55:01.776Z[ recovery-image] Jul 25 01:55:00.827 INFO O| Jul 25 01:55:00.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
45412024-07-25T01:55:01.776Z[ recovery-image] Jul 25 01:55:00.827 INFO O| Jul 25 01:55:00.827 INFO STEP 278 (remove_files) COMPLETE
45422024-07-25T01:55:01.776Z[ recovery-image] Jul 25 01:55:00.827 INFO O| Jul 25 01:55:00.827 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-07-25T01:55:01.785Z[ recovery-image] Jul 25 01:55:00.836 INFO O| Jul 25 01:55:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
45442024-07-25T01:55:01.785Z[ recovery-image] Jul 25 01:55:00.836 INFO O| Jul 25 01:55:00.836 INFO STEP 279 (remove_files) COMPLETE
45452024-07-25T01:55:01.785Z[ recovery-image] Jul 25 01:55:00.836 INFO O| Jul 25 01:55:00.836 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-07-25T01:55:01.795Z[ recovery-image] Jul 25 01:55:00.846 INFO O| Jul 25 01:55:00.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
45472024-07-25T01:55:01.795Z[ recovery-image] Jul 25 01:55:00.846 INFO O| Jul 25 01:55:00.846 INFO STEP 280 (remove_files) COMPLETE
45482024-07-25T01:55:01.795Z[ recovery-image] Jul 25 01:55:00.846 INFO O| Jul 25 01:55:00.846 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-07-25T01:55:01.805Z[ recovery-image] Jul 25 01:55:00.856 INFO O| Jul 25 01:55:00.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
45502024-07-25T01:55:01.805Z[ recovery-image] Jul 25 01:55:00.856 INFO O| Jul 25 01:55:00.856 INFO STEP 281 (remove_files) COMPLETE
45512024-07-25T01:55:01.805Z[ recovery-image] Jul 25 01:55:00.856 INFO O| Jul 25 01:55:00.856 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-07-25T01:55:01.816Z[ recovery-image] Jul 25 01:55:00.866 INFO O| Jul 25 01:55:00.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
45532024-07-25T01:55:01.816Z[ recovery-image] Jul 25 01:55:00.866 INFO O| Jul 25 01:55:00.866 INFO STEP 282 (remove_files) COMPLETE
45542024-07-25T01:55:01.818Z[ recovery-image] Jul 25 01:55:00.866 INFO O| Jul 25 01:55:00.866 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-07-25T01:55:01.826Z[ recovery-image] Jul 25 01:55:00.877 INFO O| Jul 25 01:55:00.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
45562024-07-25T01:55:01.826Z[ recovery-image] Jul 25 01:55:00.877 INFO O| Jul 25 01:55:00.877 INFO STEP 283 (remove_files) COMPLETE
45572024-07-25T01:55:01.829Z[ recovery-image] Jul 25 01:55:00.877 INFO O| Jul 25 01:55:00.877 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-07-25T01:55:01.836Z[ recovery-image] Jul 25 01:55:00.887 INFO O| Jul 25 01:55:00.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
45592024-07-25T01:55:01.836Z[ recovery-image] Jul 25 01:55:00.887 INFO O| Jul 25 01:55:00.887 INFO STEP 284 (remove_files) COMPLETE
45602024-07-25T01:55:01.839Z[ recovery-image] Jul 25 01:55:00.887 INFO O| Jul 25 01:55:00.887 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-07-25T01:55:01.846Z[ recovery-image] Jul 25 01:55:00.897 INFO O| Jul 25 01:55:00.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
45622024-07-25T01:55:01.848Z[ recovery-image] Jul 25 01:55:00.897 INFO O| Jul 25 01:55:00.897 INFO STEP 285 (remove_files) COMPLETE
45632024-07-25T01:55:01.848Z[ recovery-image] Jul 25 01:55:00.897 INFO O| Jul 25 01:55:00.897 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-07-25T01:55:01.855Z[ recovery-image] Jul 25 01:55:00.906 INFO O| Jul 25 01:55:00.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
45652024-07-25T01:55:01.855Z[ recovery-image] Jul 25 01:55:00.906 INFO O| Jul 25 01:55:00.906 INFO STEP 286 (remove_files) COMPLETE
45662024-07-25T01:55:01.858Z[ recovery-image] Jul 25 01:55:00.906 INFO O| Jul 25 01:55:00.906 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-07-25T01:55:01.865Z[ recovery-image] Jul 25 01:55:00.916 INFO O| Jul 25 01:55:00.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
45682024-07-25T01:55:01.865Z[ recovery-image] Jul 25 01:55:00.916 INFO O| Jul 25 01:55:00.916 INFO STEP 287 (remove_files) COMPLETE
45692024-07-25T01:55:01.867Z[ recovery-image] Jul 25 01:55:00.916 INFO O| Jul 25 01:55:00.916 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-07-25T01:55:01.874Z[ recovery-image] Jul 25 01:55:00.925 INFO O| Jul 25 01:55:00.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
45712024-07-25T01:55:01.874Z[ recovery-image] Jul 25 01:55:00.925 INFO O| Jul 25 01:55:00.925 INFO STEP 288 (remove_files) COMPLETE
45722024-07-25T01:55:01.874Z[ recovery-image] Jul 25 01:55:00.925 INFO O| Jul 25 01:55:00.925 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-07-25T01:55:01.884Z[ recovery-image] Jul 25 01:55:00.935 INFO O| Jul 25 01:55:00.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
45742024-07-25T01:55:01.884Z[ recovery-image] Jul 25 01:55:00.935 INFO O| Jul 25 01:55:00.935 INFO STEP 289 (remove_files) COMPLETE
45752024-07-25T01:55:01.884Z[ recovery-image] Jul 25 01:55:00.935 INFO O| Jul 25 01:55:00.935 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-07-25T01:55:01.894Z[ recovery-image] Jul 25 01:55:00.945 INFO O| Jul 25 01:55:00.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
45772024-07-25T01:55:01.894Z[ recovery-image] Jul 25 01:55:00.945 INFO O| Jul 25 01:55:00.945 INFO STEP 290 (remove_files) COMPLETE
45782024-07-25T01:55:01.894Z[ recovery-image] Jul 25 01:55:00.945 INFO O| Jul 25 01:55:00.945 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-07-25T01:55:01.904Z[ recovery-image] Jul 25 01:55:00.955 INFO O| Jul 25 01:55:00.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
45802024-07-25T01:55:01.907Z[ recovery-image] Jul 25 01:55:00.955 INFO O| Jul 25 01:55:00.955 INFO STEP 291 (remove_files) COMPLETE
45812024-07-25T01:55:01.907Z[ recovery-image] Jul 25 01:55:00.955 INFO O| Jul 25 01:55:00.955 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-07-25T01:55:01.915Z[ recovery-image] Jul 25 01:55:00.966 INFO O| Jul 25 01:55:00.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
45832024-07-25T01:55:01.918Z[ recovery-image] Jul 25 01:55:00.967 INFO O| Jul 25 01:55:00.967 INFO STEP 292 (remove_files) COMPLETE
45842024-07-25T01:55:01.918Z[ recovery-image] Jul 25 01:55:00.967 INFO O| Jul 25 01:55:00.967 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-07-25T01:55:01.927Z[ recovery-image] Jul 25 01:55:00.978 INFO O| Jul 25 01:55:00.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
45862024-07-25T01:55:01.927Z[ recovery-image] Jul 25 01:55:00.978 INFO O| Jul 25 01:55:00.978 INFO STEP 293 (remove_files) COMPLETE
45872024-07-25T01:55:01.930Z[ recovery-image] Jul 25 01:55:00.978 INFO O| Jul 25 01:55:00.978 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-07-25T01:55:01.937Z[ recovery-image] Jul 25 01:55:00.988 INFO O| Jul 25 01:55:00.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
45892024-07-25T01:55:01.937Z[ recovery-image] Jul 25 01:55:00.988 INFO O| Jul 25 01:55:00.988 INFO STEP 294 (remove_files) COMPLETE
45902024-07-25T01:55:01.940Z[ recovery-image] Jul 25 01:55:00.988 INFO O| Jul 25 01:55:00.988 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-07-25T01:55:01.947Z[ recovery-image] Jul 25 01:55:00.998 INFO O| Jul 25 01:55:00.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
45922024-07-25T01:55:01.947Z[ recovery-image] Jul 25 01:55:00.998 INFO O| Jul 25 01:55:00.998 INFO STEP 295 (remove_files) COMPLETE
45932024-07-25T01:55:01.947Z[ recovery-image] Jul 25 01:55:00.998 INFO O| Jul 25 01:55:00.998 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-07-25T01:55:01.959Z[ recovery-image] Jul 25 01:55:01.010 INFO O| Jul 25 01:55:01.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
45952024-07-25T01:55:01.959Z[ recovery-image] Jul 25 01:55:01.010 INFO O| Jul 25 01:55:01.010 INFO STEP 296 (remove_files) COMPLETE
45962024-07-25T01:55:01.962Z[ recovery-image] Jul 25 01:55:01.010 INFO O| Jul 25 01:55:01.010 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-07-25T01:55:01.968Z[ recovery-image] Jul 25 01:55:01.019 INFO O| Jul 25 01:55:01.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
45982024-07-25T01:55:01.971Z[ recovery-image] Jul 25 01:55:01.019 INFO O| Jul 25 01:55:01.019 INFO STEP 297 (remove_files) COMPLETE
45992024-07-25T01:55:01.971Z[ recovery-image] Jul 25 01:55:01.019 INFO O| Jul 25 01:55:01.019 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-07-25T01:55:01.980Z[ recovery-image] Jul 25 01:55:01.031 INFO O| Jul 25 01:55:01.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
46012024-07-25T01:55:01.980Z[ recovery-image] Jul 25 01:55:01.031 INFO O| Jul 25 01:55:01.031 INFO STEP 298 (remove_files) COMPLETE
46022024-07-25T01:55:01.983Z[ recovery-image] Jul 25 01:55:01.031 INFO O| Jul 25 01:55:01.031 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-07-25T01:55:01.989Z[ recovery-image] Jul 25 01:55:01.040 INFO O| Jul 25 01:55:01.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
46042024-07-25T01:55:01.989Z[ recovery-image] Jul 25 01:55:01.040 INFO O| Jul 25 01:55:01.040 INFO STEP 299 (remove_files) COMPLETE
46052024-07-25T01:55:01.992Z[ recovery-image] Jul 25 01:55:01.040 INFO O| Jul 25 01:55:01.040 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-07-25T01:55:01.999Z[ recovery-image] Jul 25 01:55:01.050 INFO O| Jul 25 01:55:01.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
46072024-07-25T01:55:02.003Z[ recovery-image] Jul 25 01:55:01.050 INFO O| Jul 25 01:55:01.050 INFO STEP 300 (remove_files) COMPLETE
46082024-07-25T01:55:02.003Z[ recovery-image] Jul 25 01:55:01.050 INFO O| Jul 25 01:55:01.050 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-07-25T01:55:02.008Z[ recovery-image] Jul 25 01:55:01.059 INFO O| Jul 25 01:55:01.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
46102024-07-25T01:55:02.008Z[ recovery-image] Jul 25 01:55:01.059 INFO O| Jul 25 01:55:01.059 INFO STEP 301 (remove_files) COMPLETE
46112024-07-25T01:55:02.008Z[ recovery-image] Jul 25 01:55:01.059 INFO O| Jul 25 01:55:01.059 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-07-25T01:55:02.017Z[ recovery-image] Jul 25 01:55:01.068 INFO O| Jul 25 01:55:01.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
46132024-07-25T01:55:02.017Z[ recovery-image] Jul 25 01:55:01.068 INFO O| Jul 25 01:55:01.068 INFO STEP 302 (remove_files) COMPLETE
46142024-07-25T01:55:02.017Z[ recovery-image] Jul 25 01:55:01.068 INFO O| Jul 25 01:55:01.068 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-07-25T01:55:02.026Z[ recovery-image] Jul 25 01:55:01.077 INFO O| Jul 25 01:55:01.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
46162024-07-25T01:55:02.026Z[ recovery-image] Jul 25 01:55:01.077 INFO O| Jul 25 01:55:01.077 INFO STEP 303 (remove_files) COMPLETE
46172024-07-25T01:55:02.029Z[ recovery-image] Jul 25 01:55:01.077 INFO O| Jul 25 01:55:01.077 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-07-25T01:55:02.036Z[ recovery-image] Jul 25 01:55:01.087 INFO O| Jul 25 01:55:01.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
46192024-07-25T01:55:02.036Z[ recovery-image] Jul 25 01:55:01.087 INFO O| Jul 25 01:55:01.087 INFO STEP 304 (remove_files) COMPLETE
46202024-07-25T01:55:02.039Z[ recovery-image] Jul 25 01:55:01.087 INFO O| Jul 25 01:55:01.087 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-07-25T01:55:02.045Z[ recovery-image] Jul 25 01:55:01.096 INFO O| Jul 25 01:55:01.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
46222024-07-25T01:55:02.045Z[ recovery-image] Jul 25 01:55:01.096 INFO O| Jul 25 01:55:01.096 INFO STEP 305 (remove_files) COMPLETE
46232024-07-25T01:55:02.048Z[ recovery-image] Jul 25 01:55:01.096 INFO O| Jul 25 01:55:01.096 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-07-25T01:55:02.054Z[ recovery-image] Jul 25 01:55:01.105 INFO O| Jul 25 01:55:01.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
46252024-07-25T01:55:02.054Z[ recovery-image] Jul 25 01:55:01.105 INFO O| Jul 25 01:55:01.105 INFO STEP 306 (remove_files) COMPLETE
46262024-07-25T01:55:02.054Z[ recovery-image] Jul 25 01:55:01.105 INFO O| Jul 25 01:55:01.105 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-07-25T01:55:02.064Z[ recovery-image] Jul 25 01:55:01.115 INFO O| Jul 25 01:55:01.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
46282024-07-25T01:55:02.064Z[ recovery-image] Jul 25 01:55:01.115 INFO O| Jul 25 01:55:01.115 INFO STEP 307 (remove_files) COMPLETE
46292024-07-25T01:55:02.064Z[ recovery-image] Jul 25 01:55:01.115 INFO O| Jul 25 01:55:01.115 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-07-25T01:55:02.073Z[ recovery-image] Jul 25 01:55:01.124 INFO O| Jul 25 01:55:01.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
46312024-07-25T01:55:02.073Z[ recovery-image] Jul 25 01:55:01.124 INFO O| Jul 25 01:55:01.124 INFO STEP 308 (remove_files) COMPLETE
46322024-07-25T01:55:02.073Z[ recovery-image] Jul 25 01:55:01.124 INFO O| Jul 25 01:55:01.124 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-07-25T01:55:02.083Z[ recovery-image] Jul 25 01:55:01.133 INFO O| Jul 25 01:55:01.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
46342024-07-25T01:55:02.085Z[ recovery-image] Jul 25 01:55:01.134 INFO O| Jul 25 01:55:01.134 INFO STEP 309 (remove_files) COMPLETE
46352024-07-25T01:55:02.085Z[ recovery-image] Jul 25 01:55:01.134 INFO O| Jul 25 01:55:01.134 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-07-25T01:55:02.093Z[ recovery-image] Jul 25 01:55:01.144 INFO O| Jul 25 01:55:01.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
46372024-07-25T01:55:02.093Z[ recovery-image] Jul 25 01:55:01.144 INFO O| Jul 25 01:55:01.144 INFO STEP 310 (remove_files) COMPLETE
46382024-07-25T01:55:02.093Z[ recovery-image] Jul 25 01:55:01.144 INFO O| Jul 25 01:55:01.144 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-07-25T01:55:02.102Z[ recovery-image] Jul 25 01:55:01.153 INFO O| Jul 25 01:55:01.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
46402024-07-25T01:55:02.102Z[ recovery-image] Jul 25 01:55:01.153 INFO O| Jul 25 01:55:01.153 INFO STEP 311 (remove_files) COMPLETE
46412024-07-25T01:55:02.102Z[ recovery-image] Jul 25 01:55:01.153 INFO O| Jul 25 01:55:01.153 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-07-25T01:55:02.112Z[ recovery-image] Jul 25 01:55:01.162 INFO O| Jul 25 01:55:01.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
46432024-07-25T01:55:02.112Z[ recovery-image] Jul 25 01:55:01.162 INFO O| Jul 25 01:55:01.162 INFO STEP 312 (remove_files) COMPLETE
46442024-07-25T01:55:02.112Z[ recovery-image] Jul 25 01:55:01.162 INFO O| Jul 25 01:55:01.162 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-07-25T01:55:02.119Z[ host-image] Jul 25 01:55:01.170 INFO O| Jul 25 01:55:01.170 INFO O| Actions: Completed 1361 actions in 0.42 seconds.
46462024-07-25T01:55:02.122Z[ recovery-image] Jul 25 01:55:01.171 INFO O| Jul 25 01:55:01.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
46472024-07-25T01:55:02.122Z[ recovery-image] Jul 25 01:55:01.171 INFO O| Jul 25 01:55:01.171 INFO STEP 313 (remove_files) COMPLETE
46482024-07-25T01:55:02.122Z[ recovery-image] Jul 25 01:55:01.171 INFO O| Jul 25 01:55:01.171 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-07-25T01:55:02.129Z[ recovery-image] Jul 25 01:55:01.180 INFO O| Jul 25 01:55:01.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
46502024-07-25T01:55:02.132Z[ recovery-image] Jul 25 01:55:01.180 INFO O| Jul 25 01:55:01.180 INFO STEP 314 (remove_files) COMPLETE
46512024-07-25T01:55:02.132Z[ recovery-image] Jul 25 01:55:01.181 INFO O| Jul 25 01:55:01.180 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-07-25T01:55:02.139Z[ recovery-image] Jul 25 01:55:01.190 INFO O| Jul 25 01:55:01.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
46532024-07-25T01:55:02.139Z[ recovery-image] Jul 25 01:55:01.190 INFO O| Jul 25 01:55:01.190 INFO STEP 315 (remove_files) COMPLETE
46542024-07-25T01:55:02.139Z[ recovery-image] Jul 25 01:55:01.190 INFO O| Jul 25 01:55:01.190 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-07-25T01:55:02.150Z[ recovery-image] Jul 25 01:55:01.200 INFO O| Jul 25 01:55:01.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
46562024-07-25T01:55:02.150Z[ recovery-image] Jul 25 01:55:01.200 INFO O| Jul 25 01:55:01.200 INFO STEP 316 (remove_files) COMPLETE
46572024-07-25T01:55:02.150Z[ recovery-image] Jul 25 01:55:01.200 INFO O| Jul 25 01:55:01.200 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-07-25T01:55:02.160Z[ recovery-image] Jul 25 01:55:01.211 INFO O| Jul 25 01:55:01.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
46592024-07-25T01:55:02.163Z[ recovery-image] Jul 25 01:55:01.211 INFO O| Jul 25 01:55:01.211 INFO STEP 317 (remove_files) COMPLETE
46602024-07-25T01:55:02.164Z[ recovery-image] Jul 25 01:55:01.211 INFO O| Jul 25 01:55:01.211 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-07-25T01:55:02.170Z[ recovery-image] Jul 25 01:55:01.221 INFO O| Jul 25 01:55:01.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
46622024-07-25T01:55:02.171Z[ recovery-image] Jul 25 01:55:01.221 INFO O| Jul 25 01:55:01.221 INFO STEP 318 (remove_files) COMPLETE
46632024-07-25T01:55:02.171Z[ recovery-image] Jul 25 01:55:01.221 INFO O| Jul 25 01:55:01.221 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-07-25T01:55:02.181Z[ recovery-image] Jul 25 01:55:01.232 INFO O| Jul 25 01:55:01.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
46652024-07-25T01:55:02.182Z[ recovery-image] Jul 25 01:55:01.232 INFO O| Jul 25 01:55:01.232 INFO STEP 319 (remove_files) COMPLETE
46662024-07-25T01:55:02.184Z[ recovery-image] Jul 25 01:55:01.232 INFO O| Jul 25 01:55:01.232 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-07-25T01:55:02.191Z[ recovery-image] Jul 25 01:55:01.242 INFO O| Jul 25 01:55:01.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
46682024-07-25T01:55:02.191Z[ recovery-image] Jul 25 01:55:01.242 INFO O| Jul 25 01:55:01.242 INFO STEP 320 (remove_files) COMPLETE
46692024-07-25T01:55:02.192Z[ recovery-image] Jul 25 01:55:01.242 INFO O| Jul 25 01:55:01.242 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-07-25T01:55:02.202Z[ recovery-image] Jul 25 01:55:01.253 INFO O| Jul 25 01:55:01.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
46712024-07-25T01:55:02.202Z[ recovery-image] Jul 25 01:55:01.253 INFO O| Jul 25 01:55:01.253 INFO STEP 321 (remove_files) COMPLETE
46722024-07-25T01:55:02.202Z[ recovery-image] Jul 25 01:55:01.253 INFO O| Jul 25 01:55:01.253 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-07-25T01:55:02.213Z[ recovery-image] Jul 25 01:55:01.263 INFO O| Jul 25 01:55:01.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
46742024-07-25T01:55:02.213Z[ recovery-image] Jul 25 01:55:01.263 INFO O| Jul 25 01:55:01.263 INFO STEP 322 (remove_files) COMPLETE
46752024-07-25T01:55:02.216Z[ recovery-image] Jul 25 01:55:01.263 INFO O| Jul 25 01:55:01.263 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-07-25T01:55:02.222Z[ recovery-image] Jul 25 01:55:01.273 INFO O| Jul 25 01:55:01.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
46772024-07-25T01:55:02.222Z[ recovery-image] Jul 25 01:55:01.273 INFO O| Jul 25 01:55:01.273 INFO STEP 323 (remove_files) COMPLETE
46782024-07-25T01:55:02.222Z[ recovery-image] Jul 25 01:55:01.273 INFO O| Jul 25 01:55:01.273 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-07-25T01:55:02.233Z[ recovery-image] Jul 25 01:55:01.283 INFO O| Jul 25 01:55:01.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
46802024-07-25T01:55:02.233Z[ recovery-image] Jul 25 01:55:01.283 INFO O| Jul 25 01:55:01.283 INFO STEP 324 (remove_files) COMPLETE
46812024-07-25T01:55:02.233Z[ recovery-image] Jul 25 01:55:01.283 INFO O| Jul 25 01:55:01.283 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-07-25T01:55:02.242Z[ recovery-image] Jul 25 01:55:01.293 INFO O| Jul 25 01:55:01.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
46832024-07-25T01:55:02.242Z[ recovery-image] Jul 25 01:55:01.293 INFO O| Jul 25 01:55:01.293 INFO STEP 325 (remove_files) COMPLETE
46842024-07-25T01:55:02.242Z[ recovery-image] Jul 25 01:55:01.293 INFO O| Jul 25 01:55:01.293 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-07-25T01:55:02.252Z[ recovery-image] Jul 25 01:55:01.303 INFO O| Jul 25 01:55:01.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
46862024-07-25T01:55:02.252Z[ recovery-image] Jul 25 01:55:01.303 INFO O| Jul 25 01:55:01.303 INFO STEP 326 (remove_files) COMPLETE
46872024-07-25T01:55:02.252Z[ recovery-image] Jul 25 01:55:01.303 INFO O| Jul 25 01:55:01.303 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-07-25T01:55:02.263Z[ recovery-image] Jul 25 01:55:01.313 INFO O| Jul 25 01:55:01.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
46892024-07-25T01:55:02.263Z[ recovery-image] Jul 25 01:55:01.313 INFO O| Jul 25 01:55:01.313 INFO STEP 327 (remove_files) COMPLETE
46902024-07-25T01:55:02.263Z[ recovery-image] Jul 25 01:55:01.313 INFO O| Jul 25 01:55:01.313 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-07-25T01:55:02.272Z[ recovery-image] Jul 25 01:55:01.323 INFO O| Jul 25 01:55:01.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
46922024-07-25T01:55:02.272Z[ recovery-image] Jul 25 01:55:01.323 INFO O| Jul 25 01:55:01.323 INFO STEP 328 (remove_files) COMPLETE
46932024-07-25T01:55:02.272Z[ recovery-image] Jul 25 01:55:01.323 INFO O| Jul 25 01:55:01.323 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-07-25T01:55:02.282Z[ recovery-image] Jul 25 01:55:01.333 INFO O| Jul 25 01:55:01.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
46952024-07-25T01:55:02.285Z[ recovery-image] Jul 25 01:55:01.333 INFO O| Jul 25 01:55:01.333 INFO STEP 329 (remove_files) COMPLETE
46962024-07-25T01:55:02.285Z[ recovery-image] Jul 25 01:55:01.333 INFO O| Jul 25 01:55:01.333 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-07-25T01:55:02.292Z[ recovery-image] Jul 25 01:55:01.343 INFO O| Jul 25 01:55:01.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
46982024-07-25T01:55:02.295Z[ recovery-image] Jul 25 01:55:01.343 INFO O| Jul 25 01:55:01.343 INFO STEP 330 (remove_files) COMPLETE
46992024-07-25T01:55:02.295Z[ recovery-image] Jul 25 01:55:01.343 INFO O| Jul 25 01:55:01.343 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-07-25T01:55:02.302Z[ recovery-image] Jul 25 01:55:01.352 INFO O| Jul 25 01:55:01.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
47012024-07-25T01:55:02.302Z[ recovery-image] Jul 25 01:55:01.352 INFO O| Jul 25 01:55:01.352 INFO STEP 331 (remove_files) COMPLETE
47022024-07-25T01:55:02.304Z[ recovery-image] Jul 25 01:55:01.352 INFO O| Jul 25 01:55:01.352 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-07-25T01:55:02.312Z[ recovery-image] Jul 25 01:55:01.362 INFO O| Jul 25 01:55:01.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
47042024-07-25T01:55:02.312Z[ recovery-image] Jul 25 01:55:01.362 INFO O| Jul 25 01:55:01.362 INFO STEP 332 (remove_files) COMPLETE
47052024-07-25T01:55:02.312Z[ recovery-image] Jul 25 01:55:01.362 INFO O| Jul 25 01:55:01.362 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-07-25T01:55:02.321Z[ recovery-image] Jul 25 01:55:01.372 INFO O| Jul 25 01:55:01.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
47072024-07-25T01:55:02.324Z[ recovery-image] Jul 25 01:55:01.372 INFO O| Jul 25 01:55:01.372 INFO STEP 333 (remove_files) COMPLETE
47082024-07-25T01:55:02.324Z[ recovery-image] Jul 25 01:55:01.372 INFO O| Jul 25 01:55:01.372 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-07-25T01:55:02.334Z[ recovery-image] Jul 25 01:55:01.384 INFO O| Jul 25 01:55:01.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
47102024-07-25T01:55:02.337Z[ recovery-image] Jul 25 01:55:01.384 INFO O| Jul 25 01:55:01.384 INFO STEP 334 (remove_files) COMPLETE
47112024-07-25T01:55:02.337Z[ recovery-image] Jul 25 01:55:01.384 INFO O| Jul 25 01:55:01.384 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-07-25T01:55:02.344Z[ recovery-image] Jul 25 01:55:01.395 INFO O| Jul 25 01:55:01.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
47132024-07-25T01:55:02.344Z[ recovery-image] Jul 25 01:55:01.395 INFO O| Jul 25 01:55:01.395 INFO STEP 335 (remove_files) COMPLETE
47142024-07-25T01:55:02.344Z[ recovery-image] Jul 25 01:55:01.395 INFO O| Jul 25 01:55:01.395 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-07-25T01:55:02.355Z[ recovery-image] Jul 25 01:55:01.406 INFO O| Jul 25 01:55:01.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
47162024-07-25T01:55:02.355Z[ recovery-image] Jul 25 01:55:01.406 INFO O| Jul 25 01:55:01.406 INFO STEP 336 (remove_files) COMPLETE
47172024-07-25T01:55:02.358Z[ recovery-image] Jul 25 01:55:01.406 INFO O| Jul 25 01:55:01.406 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-07-25T01:55:02.367Z[ recovery-image] Jul 25 01:55:01.417 INFO O| Jul 25 01:55:01.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
47192024-07-25T01:55:02.367Z[ recovery-image] Jul 25 01:55:01.417 INFO O| Jul 25 01:55:01.417 INFO STEP 337 (remove_files) COMPLETE
47202024-07-25T01:55:02.367Z[ recovery-image] Jul 25 01:55:01.417 INFO O| Jul 25 01:55:01.417 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-07-25T01:55:02.377Z[ recovery-image] Jul 25 01:55:01.428 INFO O| Jul 25 01:55:01.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
47222024-07-25T01:55:02.377Z[ recovery-image] Jul 25 01:55:01.428 INFO O| Jul 25 01:55:01.428 INFO STEP 338 (remove_files) COMPLETE
47232024-07-25T01:55:02.380Z[ recovery-image] Jul 25 01:55:01.428 INFO O| Jul 25 01:55:01.428 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-07-25T01:55:02.389Z[ recovery-image] Jul 25 01:55:01.440 INFO O| Jul 25 01:55:01.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
47252024-07-25T01:55:02.389Z[ recovery-image] Jul 25 01:55:01.440 INFO O| Jul 25 01:55:01.440 INFO STEP 339 (remove_files) COMPLETE
47262024-07-25T01:55:02.392Z[ recovery-image] Jul 25 01:55:01.440 INFO O| Jul 25 01:55:01.440 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-07-25T01:55:02.400Z[ recovery-image] Jul 25 01:55:01.451 INFO O| Jul 25 01:55:01.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
47282024-07-25T01:55:02.400Z[ recovery-image] Jul 25 01:55:01.451 INFO O| Jul 25 01:55:01.451 INFO STEP 340 (remove_files) COMPLETE
47292024-07-25T01:55:02.400Z[ recovery-image] Jul 25 01:55:01.451 INFO O| Jul 25 01:55:01.451 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-07-25T01:55:02.411Z[ recovery-image] Jul 25 01:55:01.461 INFO O| Jul 25 01:55:01.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
47312024-07-25T01:55:02.413Z[ recovery-image] Jul 25 01:55:01.461 INFO O| Jul 25 01:55:01.461 INFO STEP 341 (remove_files) COMPLETE
47322024-07-25T01:55:02.414Z[ recovery-image] Jul 25 01:55:01.461 INFO O| Jul 25 01:55:01.461 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-07-25T01:55:02.414Z[ host-image] Jul 25 01:55:01.462 INFO O| Jul 25 01:55:01.462 INFO O| Done
47342024-07-25T01:55:02.414Z[ host-image] Jul 25 01:55:01.462 INFO O| Jul 25 01:55:01.462 INFO O| Done
47352024-07-25T01:55:02.421Z[ recovery-image] Jul 25 01:55:01.472 INFO O| Jul 25 01:55:01.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
47362024-07-25T01:55:02.421Z[ recovery-image] Jul 25 01:55:01.472 INFO O| Jul 25 01:55:01.472 INFO STEP 342 (remove_files) COMPLETE
47372024-07-25T01:55:02.423Z[ recovery-image] Jul 25 01:55:01.472 INFO O| Jul 25 01:55:01.472 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-07-25T01:55:02.431Z[ recovery-image] Jul 25 01:55:01.482 INFO O| Jul 25 01:55:01.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
47392024-07-25T01:55:02.431Z[ recovery-image] Jul 25 01:55:01.482 INFO O| Jul 25 01:55:01.482 INFO STEP 343 (remove_files) COMPLETE
47402024-07-25T01:55:02.435Z[ recovery-image] Jul 25 01:55:01.482 INFO O| Jul 25 01:55:01.482 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-07-25T01:55:02.441Z[ recovery-image] Jul 25 01:55:01.492 INFO O| Jul 25 01:55:01.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
47422024-07-25T01:55:02.441Z[ recovery-image] Jul 25 01:55:01.492 INFO O| Jul 25 01:55:01.492 INFO STEP 344 (remove_files) COMPLETE
47432024-07-25T01:55:02.444Z[ recovery-image] Jul 25 01:55:01.492 INFO O| Jul 25 01:55:01.492 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-07-25T01:55:02.450Z[ recovery-image] Jul 25 01:55:01.501 INFO O| Jul 25 01:55:01.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
47452024-07-25T01:55:02.451Z[ recovery-image] Jul 25 01:55:01.501 INFO O| Jul 25 01:55:01.501 INFO STEP 345 (remove_files) COMPLETE
47462024-07-25T01:55:02.453Z[ recovery-image] Jul 25 01:55:01.502 INFO O| Jul 25 01:55:01.501 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-07-25T01:55:02.460Z[ recovery-image] Jul 25 01:55:01.511 INFO O| Jul 25 01:55:01.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
47482024-07-25T01:55:02.460Z[ recovery-image] Jul 25 01:55:01.511 INFO O| Jul 25 01:55:01.511 INFO STEP 346 (remove_files) COMPLETE
47492024-07-25T01:55:02.460Z[ recovery-image] Jul 25 01:55:01.511 INFO O| Jul 25 01:55:01.511 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-07-25T01:55:02.470Z[ recovery-image] Jul 25 01:55:01.520 INFO O| Jul 25 01:55:01.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
47512024-07-25T01:55:02.470Z[ recovery-image] Jul 25 01:55:01.520 INFO O| Jul 25 01:55:01.520 INFO STEP 347 (remove_files) COMPLETE
47522024-07-25T01:55:02.472Z[ recovery-image] Jul 25 01:55:01.521 INFO O| Jul 25 01:55:01.520 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-07-25T01:55:02.479Z[ recovery-image] Jul 25 01:55:01.530 INFO O| Jul 25 01:55:01.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
47542024-07-25T01:55:02.482Z[ recovery-image] Jul 25 01:55:01.530 INFO O| Jul 25 01:55:01.530 INFO STEP 348 (remove_files) COMPLETE
47552024-07-25T01:55:02.482Z[ recovery-image] Jul 25 01:55:01.530 INFO O| Jul 25 01:55:01.530 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-07-25T01:55:02.489Z[ recovery-image] Jul 25 01:55:01.539 INFO O| Jul 25 01:55:01.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
47572024-07-25T01:55:02.489Z[ recovery-image] Jul 25 01:55:01.539 INFO O| Jul 25 01:55:01.539 INFO STEP 349 (remove_files) COMPLETE
47582024-07-25T01:55:02.491Z[ recovery-image] Jul 25 01:55:01.540 INFO O| Jul 25 01:55:01.539 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-07-25T01:55:02.498Z[ recovery-image] Jul 25 01:55:01.549 INFO O| Jul 25 01:55:01.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
47602024-07-25T01:55:02.498Z[ recovery-image] Jul 25 01:55:01.549 INFO O| Jul 25 01:55:01.549 INFO STEP 350 (remove_files) COMPLETE
47612024-07-25T01:55:02.501Z[ recovery-image] Jul 25 01:55:01.549 INFO O| Jul 25 01:55:01.549 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-07-25T01:55:02.507Z[ recovery-image] Jul 25 01:55:01.558 INFO O| Jul 25 01:55:01.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
47632024-07-25T01:55:02.507Z[ recovery-image] Jul 25 01:55:01.558 INFO O| Jul 25 01:55:01.558 INFO STEP 351 (remove_files) COMPLETE
47642024-07-25T01:55:02.510Z[ recovery-image] Jul 25 01:55:01.558 INFO O| Jul 25 01:55:01.558 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-07-25T01:55:02.516Z[ recovery-image] Jul 25 01:55:01.567 INFO O| Jul 25 01:55:01.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
47662024-07-25T01:55:02.516Z[ recovery-image] Jul 25 01:55:01.567 INFO O| Jul 25 01:55:01.567 INFO STEP 352 (remove_files) COMPLETE
47672024-07-25T01:55:02.516Z[ recovery-image] Jul 25 01:55:01.567 INFO O| Jul 25 01:55:01.567 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-07-25T01:55:02.525Z[ recovery-image] Jul 25 01:55:01.576 INFO O| Jul 25 01:55:01.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
47692024-07-25T01:55:02.528Z[ recovery-image] Jul 25 01:55:01.576 INFO O| Jul 25 01:55:01.576 INFO STEP 353 (remove_files) COMPLETE
47702024-07-25T01:55:02.528Z[ recovery-image] Jul 25 01:55:01.576 INFO O| Jul 25 01:55:01.576 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-07-25T01:55:02.535Z[ recovery-image] Jul 25 01:55:01.586 INFO O| Jul 25 01:55:01.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
47722024-07-25T01:55:02.538Z[ recovery-image] Jul 25 01:55:01.586 INFO O| Jul 25 01:55:01.586 INFO STEP 354 (remove_files) COMPLETE
47732024-07-25T01:55:02.538Z[ recovery-image] Jul 25 01:55:01.586 INFO O| Jul 25 01:55:01.586 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-07-25T01:55:02.544Z[ recovery-image] Jul 25 01:55:01.595 INFO O| Jul 25 01:55:01.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
47752024-07-25T01:55:02.544Z[ recovery-image] Jul 25 01:55:01.595 INFO O| Jul 25 01:55:01.595 INFO STEP 355 (remove_files) COMPLETE
47762024-07-25T01:55:02.547Z[ recovery-image] Jul 25 01:55:01.595 INFO O| Jul 25 01:55:01.595 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-07-25T01:55:02.553Z[ recovery-image] Jul 25 01:55:01.604 INFO O| Jul 25 01:55:01.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
47782024-07-25T01:55:02.553Z[ recovery-image] Jul 25 01:55:01.604 INFO O| Jul 25 01:55:01.604 INFO STEP 356 (remove_files) COMPLETE
47792024-07-25T01:55:02.556Z[ recovery-image] Jul 25 01:55:01.604 INFO O| Jul 25 01:55:01.604 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-07-25T01:55:02.563Z[ recovery-image] Jul 25 01:55:01.614 INFO O| Jul 25 01:55:01.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
47812024-07-25T01:55:02.563Z[ recovery-image] Jul 25 01:55:01.614 INFO O| Jul 25 01:55:01.614 INFO STEP 357 (remove_files) COMPLETE
47822024-07-25T01:55:02.566Z[ recovery-image] Jul 25 01:55:01.614 INFO O| Jul 25 01:55:01.614 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-07-25T01:55:02.572Z[ recovery-image] Jul 25 01:55:01.623 INFO O| Jul 25 01:55:01.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
47842024-07-25T01:55:02.575Z[ recovery-image] Jul 25 01:55:01.623 INFO O| Jul 25 01:55:01.623 INFO STEP 358 (remove_files) COMPLETE
47852024-07-25T01:55:02.575Z[ recovery-image] Jul 25 01:55:01.623 INFO O| Jul 25 01:55:01.623 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-07-25T01:55:02.582Z[ recovery-image] Jul 25 01:55:01.632 INFO O| Jul 25 01:55:01.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
47872024-07-25T01:55:02.584Z[ recovery-image] Jul 25 01:55:01.633 INFO O| Jul 25 01:55:01.632 INFO STEP 359 (remove_files) COMPLETE
47882024-07-25T01:55:02.585Z[ recovery-image] Jul 25 01:55:01.633 INFO O| Jul 25 01:55:01.633 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-07-25T01:55:02.591Z[ recovery-image] Jul 25 01:55:01.642 INFO O| Jul 25 01:55:01.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
47902024-07-25T01:55:02.594Z[ recovery-image] Jul 25 01:55:01.642 INFO O| Jul 25 01:55:01.642 INFO STEP 360 (remove_files) COMPLETE
47912024-07-25T01:55:02.594Z[ recovery-image] Jul 25 01:55:01.642 INFO O| Jul 25 01:55:01.642 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-07-25T01:55:02.600Z[ recovery-image] Jul 25 01:55:01.651 INFO O| Jul 25 01:55:01.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
47932024-07-25T01:55:02.600Z[ recovery-image] Jul 25 01:55:01.651 INFO O| Jul 25 01:55:01.651 INFO STEP 361 (remove_files) COMPLETE
47942024-07-25T01:55:02.603Z[ recovery-image] Jul 25 01:55:01.651 INFO O| Jul 25 01:55:01.651 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-07-25T01:55:02.609Z[ recovery-image] Jul 25 01:55:01.660 INFO O| Jul 25 01:55:01.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
47962024-07-25T01:55:02.612Z[ recovery-image] Jul 25 01:55:01.660 INFO O| Jul 25 01:55:01.660 INFO STEP 362 (remove_files) COMPLETE
47972024-07-25T01:55:02.612Z[ recovery-image] Jul 25 01:55:01.660 INFO O| Jul 25 01:55:01.660 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-07-25T01:55:02.619Z[ recovery-image] Jul 25 01:55:01.670 INFO O| Jul 25 01:55:01.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
47992024-07-25T01:55:02.619Z[ recovery-image] Jul 25 01:55:01.670 INFO O| Jul 25 01:55:01.670 INFO STEP 363 (remove_files) COMPLETE
48002024-07-25T01:55:02.622Z[ recovery-image] Jul 25 01:55:01.670 INFO O| Jul 25 01:55:01.670 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-07-25T01:55:02.629Z[ recovery-image] Jul 25 01:55:01.679 INFO O| Jul 25 01:55:01.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
48022024-07-25T01:55:02.629Z[ recovery-image] Jul 25 01:55:01.679 INFO O| Jul 25 01:55:01.679 INFO STEP 364 (remove_files) COMPLETE
48032024-07-25T01:55:02.629Z[ recovery-image] Jul 25 01:55:01.680 INFO O| Jul 25 01:55:01.679 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-07-25T01:55:02.639Z[ recovery-image] Jul 25 01:55:01.689 INFO O| Jul 25 01:55:01.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
48052024-07-25T01:55:02.639Z[ recovery-image] Jul 25 01:55:01.689 INFO O| Jul 25 01:55:01.689 INFO STEP 365 (remove_files) COMPLETE
48062024-07-25T01:55:02.639Z[ recovery-image] Jul 25 01:55:01.689 INFO O| Jul 25 01:55:01.689 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-07-25T01:55:02.648Z[ recovery-image] Jul 25 01:55:01.699 INFO O| Jul 25 01:55:01.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
48082024-07-25T01:55:02.651Z[ recovery-image] Jul 25 01:55:01.699 INFO O| Jul 25 01:55:01.699 INFO STEP 366 (remove_files) COMPLETE
48092024-07-25T01:55:02.651Z[ recovery-image] Jul 25 01:55:01.699 INFO O| Jul 25 01:55:01.699 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-07-25T01:55:02.659Z[ recovery-image] Jul 25 01:55:01.708 INFO O| Jul 25 01:55:01.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
48112024-07-25T01:55:02.662Z[ recovery-image] Jul 25 01:55:01.708 INFO O| Jul 25 01:55:01.708 INFO STEP 367 (remove_files) COMPLETE
48122024-07-25T01:55:02.662Z[ recovery-image] Jul 25 01:55:01.708 INFO O| Jul 25 01:55:01.708 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-07-25T01:55:02.667Z[ recovery-image] Jul 25 01:55:01.718 INFO O| Jul 25 01:55:01.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
48142024-07-25T01:55:02.670Z[ recovery-image] Jul 25 01:55:01.718 INFO O| Jul 25 01:55:01.718 INFO STEP 368 (remove_files) COMPLETE
48152024-07-25T01:55:02.670Z[ recovery-image] Jul 25 01:55:01.718 INFO O| Jul 25 01:55:01.718 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-07-25T01:55:02.676Z[ recovery-image] Jul 25 01:55:01.727 INFO O| Jul 25 01:55:01.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
48172024-07-25T01:55:02.676Z[ recovery-image] Jul 25 01:55:01.727 INFO O| Jul 25 01:55:01.727 INFO STEP 369 (remove_files) COMPLETE
48182024-07-25T01:55:02.676Z[ recovery-image] Jul 25 01:55:01.727 INFO O| Jul 25 01:55:01.727 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-07-25T01:55:02.685Z[ recovery-image] Jul 25 01:55:01.736 INFO O| Jul 25 01:55:01.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
48202024-07-25T01:55:02.685Z[ recovery-image] Jul 25 01:55:01.736 INFO O| Jul 25 01:55:01.736 INFO STEP 370 (remove_files) COMPLETE
48212024-07-25T01:55:02.685Z[ recovery-image] Jul 25 01:55:01.736 INFO O| Jul 25 01:55:01.736 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-07-25T01:55:02.695Z[ recovery-image] Jul 25 01:55:01.746 INFO O| Jul 25 01:55:01.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
48232024-07-25T01:55:02.698Z[ recovery-image] Jul 25 01:55:01.746 INFO O| Jul 25 01:55:01.746 INFO STEP 371 (remove_files) COMPLETE
48242024-07-25T01:55:02.698Z[ recovery-image] Jul 25 01:55:01.746 INFO O| Jul 25 01:55:01.746 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-07-25T01:55:02.704Z[ recovery-image] Jul 25 01:55:01.755 INFO O| Jul 25 01:55:01.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
48262024-07-25T01:55:02.704Z[ recovery-image] Jul 25 01:55:01.755 INFO O| Jul 25 01:55:01.755 INFO STEP 372 (remove_files) COMPLETE
48272024-07-25T01:55:02.707Z[ recovery-image] Jul 25 01:55:01.755 INFO O| Jul 25 01:55:01.755 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-07-25T01:55:02.713Z[ recovery-image] Jul 25 01:55:01.764 INFO O| Jul 25 01:55:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
48292024-07-25T01:55:02.713Z[ recovery-image] Jul 25 01:55:01.764 INFO O| Jul 25 01:55:01.764 INFO STEP 373 (remove_files) COMPLETE
48302024-07-25T01:55:02.716Z[ recovery-image] Jul 25 01:55:01.764 INFO O| Jul 25 01:55:01.764 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-07-25T01:55:02.722Z[ recovery-image] Jul 25 01:55:01.773 INFO O| Jul 25 01:55:01.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
48322024-07-25T01:55:02.722Z[ recovery-image] Jul 25 01:55:01.773 INFO O| Jul 25 01:55:01.773 INFO STEP 374 (remove_files) COMPLETE
48332024-07-25T01:55:02.725Z[ recovery-image] Jul 25 01:55:01.773 INFO O| Jul 25 01:55:01.773 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-07-25T01:55:02.732Z[ recovery-image] Jul 25 01:55:01.783 INFO O| Jul 25 01:55:01.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
48352024-07-25T01:55:02.734Z[ recovery-image] Jul 25 01:55:01.783 INFO O| Jul 25 01:55:01.783 INFO STEP 375 (remove_files) COMPLETE
48362024-07-25T01:55:02.734Z[ recovery-image] Jul 25 01:55:01.783 INFO O| Jul 25 01:55:01.783 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-07-25T01:55:02.741Z[ recovery-image] Jul 25 01:55:01.792 INFO O| Jul 25 01:55:01.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
48382024-07-25T01:55:02.744Z[ recovery-image] Jul 25 01:55:01.792 INFO O| Jul 25 01:55:01.792 INFO STEP 376 (remove_files) COMPLETE
48392024-07-25T01:55:02.744Z[ recovery-image] Jul 25 01:55:01.792 INFO O| Jul 25 01:55:01.792 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-07-25T01:55:02.750Z[ recovery-image] Jul 25 01:55:01.801 INFO O| Jul 25 01:55:01.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
48412024-07-25T01:55:02.750Z[ recovery-image] Jul 25 01:55:01.801 INFO O| Jul 25 01:55:01.801 INFO STEP 377 (remove_files) COMPLETE
48422024-07-25T01:55:02.753Z[ recovery-image] Jul 25 01:55:01.801 INFO O| Jul 25 01:55:01.801 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-07-25T01:55:02.757Z[ host-image] Jul 25 01:55:01.808 INFO O| Jul 25 01:55:01.808 INFO O| Done
48442024-07-25T01:55:02.760Z[ recovery-image] Jul 25 01:55:01.810 INFO O| Jul 25 01:55:01.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
48452024-07-25T01:55:02.760Z[ recovery-image] Jul 25 01:55:01.811 INFO O| Jul 25 01:55:01.810 INFO STEP 378 (remove_files) COMPLETE
48462024-07-25T01:55:02.760Z[ recovery-image] Jul 25 01:55:01.811 INFO O| Jul 25 01:55:01.810 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-07-25T01:55:02.769Z[ recovery-image] Jul 25 01:55:01.820 INFO O| Jul 25 01:55:01.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
48482024-07-25T01:55:02.772Z[ recovery-image] Jul 25 01:55:01.820 INFO O| Jul 25 01:55:01.820 INFO STEP 379 (remove_files) COMPLETE
48492024-07-25T01:55:02.772Z[ recovery-image] Jul 25 01:55:01.820 INFO O| Jul 25 01:55:01.820 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-07-25T01:55:02.779Z[ recovery-image] Jul 25 01:55:01.830 INFO O| Jul 25 01:55:01.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
48512024-07-25T01:55:02.779Z[ recovery-image] Jul 25 01:55:01.830 INFO O| Jul 25 01:55:01.830 INFO STEP 380 (remove_files) COMPLETE
48522024-07-25T01:55:02.782Z[ recovery-image] Jul 25 01:55:01.830 INFO O| Jul 25 01:55:01.830 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-07-25T01:55:02.789Z[ recovery-image] Jul 25 01:55:01.839 INFO O| Jul 25 01:55:01.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
48542024-07-25T01:55:02.789Z[ recovery-image] Jul 25 01:55:01.840 INFO O| Jul 25 01:55:01.839 INFO STEP 381 (remove_files) COMPLETE
48552024-07-25T01:55:02.791Z[ recovery-image] Jul 25 01:55:01.840 INFO O| Jul 25 01:55:01.840 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-07-25T01:55:02.798Z[ recovery-image] Jul 25 01:55:01.849 INFO O| Jul 25 01:55:01.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
48572024-07-25T01:55:02.798Z[ recovery-image] Jul 25 01:55:01.849 INFO O| Jul 25 01:55:01.849 INFO STEP 382 (remove_files) COMPLETE
48582024-07-25T01:55:02.798Z[ recovery-image] Jul 25 01:55:01.849 INFO O| Jul 25 01:55:01.849 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-07-25T01:55:02.808Z[ recovery-image] Jul 25 01:55:01.859 INFO O| Jul 25 01:55:01.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
48602024-07-25T01:55:02.808Z[ recovery-image] Jul 25 01:55:01.859 INFO O| Jul 25 01:55:01.859 INFO STEP 383 (remove_files) COMPLETE
48612024-07-25T01:55:02.811Z[ recovery-image] Jul 25 01:55:01.859 INFO O| Jul 25 01:55:01.859 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-07-25T01:55:02.819Z[ recovery-image] Jul 25 01:55:01.869 INFO O| Jul 25 01:55:01.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
48632024-07-25T01:55:02.819Z[ recovery-image] Jul 25 01:55:01.869 INFO O| Jul 25 01:55:01.869 INFO STEP 384 (remove_files) COMPLETE
48642024-07-25T01:55:02.819Z[ recovery-image] Jul 25 01:55:01.869 INFO O| Jul 25 01:55:01.869 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-07-25T01:55:02.827Z[ recovery-image] Jul 25 01:55:01.878 INFO O| Jul 25 01:55:01.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
48662024-07-25T01:55:02.830Z[ recovery-image] Jul 25 01:55:01.879 INFO O| Jul 25 01:55:01.879 INFO STEP 385 (remove_files) COMPLETE
48672024-07-25T01:55:02.830Z[ recovery-image] Jul 25 01:55:01.879 INFO O| Jul 25 01:55:01.879 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-07-25T01:55:02.838Z[ recovery-image] Jul 25 01:55:01.889 INFO O| Jul 25 01:55:01.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
48692024-07-25T01:55:02.838Z[ recovery-image] Jul 25 01:55:01.889 INFO O| Jul 25 01:55:01.889 INFO STEP 386 (remove_files) COMPLETE
48702024-07-25T01:55:02.838Z[ recovery-image] Jul 25 01:55:01.889 INFO O| Jul 25 01:55:01.889 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-07-25T01:55:02.848Z[ recovery-image] Jul 25 01:55:01.898 INFO O| Jul 25 01:55:01.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
48722024-07-25T01:55:02.848Z[ recovery-image] Jul 25 01:55:01.898 INFO O| Jul 25 01:55:01.898 INFO STEP 387 (remove_files) COMPLETE
48732024-07-25T01:55:02.848Z[ recovery-image] Jul 25 01:55:01.898 INFO O| Jul 25 01:55:01.898 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-07-25T01:55:02.857Z[ recovery-image] Jul 25 01:55:01.908 INFO O| Jul 25 01:55:01.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
48752024-07-25T01:55:02.860Z[ recovery-image] Jul 25 01:55:01.908 INFO O| Jul 25 01:55:01.908 INFO STEP 388 (remove_files) COMPLETE
48762024-07-25T01:55:02.860Z[ recovery-image] Jul 25 01:55:01.908 INFO O| Jul 25 01:55:01.908 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-07-25T01:55:02.867Z[ recovery-image] Jul 25 01:55:01.917 INFO O| Jul 25 01:55:01.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
48782024-07-25T01:55:02.867Z[ recovery-image] Jul 25 01:55:01.918 INFO O| Jul 25 01:55:01.917 INFO STEP 389 (remove_files) COMPLETE
48792024-07-25T01:55:02.867Z[ recovery-image] Jul 25 01:55:01.918 INFO O| Jul 25 01:55:01.917 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-07-25T01:55:02.876Z[ recovery-image] Jul 25 01:55:01.927 INFO O| Jul 25 01:55:01.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
48812024-07-25T01:55:02.876Z[ recovery-image] Jul 25 01:55:01.927 INFO O| Jul 25 01:55:01.927 INFO STEP 390 (remove_files) COMPLETE
48822024-07-25T01:55:02.879Z[ recovery-image] Jul 25 01:55:01.927 INFO O| Jul 25 01:55:01.927 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-07-25T01:55:02.885Z[ recovery-image] Jul 25 01:55:01.936 INFO O| Jul 25 01:55:01.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
48842024-07-25T01:55:02.885Z[ recovery-image] Jul 25 01:55:01.936 INFO O| Jul 25 01:55:01.936 INFO STEP 391 (remove_files) COMPLETE
48852024-07-25T01:55:02.892Z[ recovery-image] Jul 25 01:55:01.936 INFO O| Jul 25 01:55:01.936 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-07-25T01:55:02.896Z[ recovery-image] Jul 25 01:55:01.946 INFO O| Jul 25 01:55:01.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
48872024-07-25T01:55:02.896Z[ recovery-image] Jul 25 01:55:01.946 INFO O| Jul 25 01:55:01.946 INFO STEP 392 (remove_files) COMPLETE
48882024-07-25T01:55:02.896Z[ recovery-image] Jul 25 01:55:01.946 INFO O| Jul 25 01:55:01.946 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-07-25T01:55:02.904Z[ recovery-image] Jul 25 01:55:01.955 INFO O| Jul 25 01:55:01.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
48902024-07-25T01:55:02.904Z[ recovery-image] Jul 25 01:55:01.955 INFO O| Jul 25 01:55:01.955 INFO STEP 393 (remove_files) COMPLETE
48912024-07-25T01:55:02.907Z[ recovery-image] Jul 25 01:55:01.955 INFO O| Jul 25 01:55:01.955 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-07-25T01:55:02.914Z[ recovery-image] Jul 25 01:55:01.964 INFO O| Jul 25 01:55:01.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
48932024-07-25T01:55:02.914Z[ recovery-image] Jul 25 01:55:01.965 INFO O| Jul 25 01:55:01.965 INFO STEP 394 (remove_files) COMPLETE
48942024-07-25T01:55:02.914Z[ recovery-image] Jul 25 01:55:01.965 INFO O| Jul 25 01:55:01.965 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-07-25T01:55:02.923Z[ recovery-image] Jul 25 01:55:01.974 INFO O| Jul 25 01:55:01.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
48962024-07-25T01:55:02.925Z[ recovery-image] Jul 25 01:55:01.974 INFO O| Jul 25 01:55:01.974 INFO STEP 395 (remove_files) COMPLETE
48972024-07-25T01:55:02.925Z[ recovery-image] Jul 25 01:55:01.974 INFO O| Jul 25 01:55:01.974 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-07-25T01:55:02.932Z[ recovery-image] Jul 25 01:55:01.983 INFO O| Jul 25 01:55:01.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
48992024-07-25T01:55:02.932Z[ recovery-image] Jul 25 01:55:01.983 INFO O| Jul 25 01:55:01.983 INFO STEP 396 (remove_files) COMPLETE
49002024-07-25T01:55:02.932Z[ recovery-image] Jul 25 01:55:01.983 INFO O| Jul 25 01:55:01.983 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-07-25T01:55:02.941Z[ recovery-image] Jul 25 01:55:01.992 INFO O| Jul 25 01:55:01.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
49022024-07-25T01:55:02.941Z[ recovery-image] Jul 25 01:55:01.992 INFO O| Jul 25 01:55:01.992 INFO STEP 397 (remove_files) COMPLETE
49032024-07-25T01:55:02.945Z[ recovery-image] Jul 25 01:55:01.992 INFO O| Jul 25 01:55:01.992 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-07-25T01:55:02.951Z[ recovery-image] Jul 25 01:55:02.002 INFO O| Jul 25 01:55:02.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
49052024-07-25T01:55:02.954Z[ recovery-image] Jul 25 01:55:02.002 INFO O| Jul 25 01:55:02.002 INFO STEP 398 (remove_files) COMPLETE
49062024-07-25T01:55:02.954Z[ recovery-image] Jul 25 01:55:02.002 INFO O| Jul 25 01:55:02.002 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-07-25T01:55:02.960Z[ recovery-image] Jul 25 01:55:02.011 INFO O| Jul 25 01:55:02.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
49082024-07-25T01:55:02.960Z[ recovery-image] Jul 25 01:55:02.011 INFO O| Jul 25 01:55:02.011 INFO STEP 399 (remove_files) COMPLETE
49092024-07-25T01:55:02.964Z[ recovery-image] Jul 25 01:55:02.011 INFO O| Jul 25 01:55:02.011 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-07-25T01:55:02.970Z[ recovery-image] Jul 25 01:55:02.020 INFO O| Jul 25 01:55:02.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
49112024-07-25T01:55:02.970Z[ recovery-image] Jul 25 01:55:02.020 INFO O| Jul 25 01:55:02.020 INFO STEP 400 (remove_files) COMPLETE
49122024-07-25T01:55:02.972Z[ recovery-image] Jul 25 01:55:02.021 INFO O| Jul 25 01:55:02.020 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-07-25T01:55:02.979Z[ recovery-image] Jul 25 01:55:02.030 INFO O| Jul 25 01:55:02.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
49142024-07-25T01:55:02.979Z[ recovery-image] Jul 25 01:55:02.030 INFO O| Jul 25 01:55:02.030 INFO STEP 401 (remove_files) COMPLETE
49152024-07-25T01:55:02.981Z[ recovery-image] Jul 25 01:55:02.030 INFO O| Jul 25 01:55:02.030 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-07-25T01:55:02.988Z[ recovery-image] Jul 25 01:55:02.039 INFO O| Jul 25 01:55:02.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
49172024-07-25T01:55:02.991Z[ recovery-image] Jul 25 01:55:02.039 INFO O| Jul 25 01:55:02.039 INFO STEP 402 (remove_files) COMPLETE
49182024-07-25T01:55:02.991Z[ recovery-image] Jul 25 01:55:02.039 INFO O| Jul 25 01:55:02.039 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-07-25T01:55:02.997Z[ recovery-image] Jul 25 01:55:02.048 INFO O| Jul 25 01:55:02.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
49202024-07-25T01:55:02.997Z[ recovery-image] Jul 25 01:55:02.048 INFO O| Jul 25 01:55:02.048 INFO STEP 403 (remove_files) COMPLETE
49212024-07-25T01:55:03.000Z[ recovery-image] Jul 25 01:55:02.048 INFO O| Jul 25 01:55:02.048 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-07-25T01:55:03.006Z[ recovery-image] Jul 25 01:55:02.057 INFO O| Jul 25 01:55:02.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
49232024-07-25T01:55:03.006Z[ recovery-image] Jul 25 01:55:02.057 INFO O| Jul 25 01:55:02.057 INFO STEP 404 (remove_files) COMPLETE
49242024-07-25T01:55:03.009Z[ recovery-image] Jul 25 01:55:02.057 INFO O| Jul 25 01:55:02.057 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-07-25T01:55:03.015Z[ recovery-image] Jul 25 01:55:02.066 INFO O| Jul 25 01:55:02.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
49262024-07-25T01:55:03.015Z[ recovery-image] Jul 25 01:55:02.066 INFO O| Jul 25 01:55:02.066 INFO STEP 405 (remove_files) COMPLETE
49272024-07-25T01:55:03.018Z[ recovery-image] Jul 25 01:55:02.066 INFO O| Jul 25 01:55:02.066 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-07-25T01:55:03.024Z[ recovery-image] Jul 25 01:55:02.075 INFO O| Jul 25 01:55:02.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
49292024-07-25T01:55:03.028Z[ recovery-image] Jul 25 01:55:02.075 INFO O| Jul 25 01:55:02.075 INFO STEP 406 (remove_files) COMPLETE
49302024-07-25T01:55:03.028Z[ recovery-image] Jul 25 01:55:02.075 INFO O| Jul 25 01:55:02.075 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-07-25T01:55:03.033Z[ recovery-image] Jul 25 01:55:02.084 INFO O| Jul 25 01:55:02.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
49322024-07-25T01:55:03.033Z[ recovery-image] Jul 25 01:55:02.084 INFO O| Jul 25 01:55:02.084 INFO STEP 407 (remove_files) COMPLETE
49332024-07-25T01:55:03.036Z[ recovery-image] Jul 25 01:55:02.084 INFO O| Jul 25 01:55:02.084 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-07-25T01:55:03.043Z[ recovery-image] Jul 25 01:55:02.093 INFO O| Jul 25 01:55:02.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
49352024-07-25T01:55:03.045Z[ recovery-image] Jul 25 01:55:02.093 INFO O| Jul 25 01:55:02.093 INFO STEP 408 (remove_files) COMPLETE
49362024-07-25T01:55:03.046Z[ recovery-image] Jul 25 01:55:02.093 INFO O| Jul 25 01:55:02.093 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-07-25T01:55:03.052Z[ recovery-image] Jul 25 01:55:02.103 INFO O| Jul 25 01:55:02.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
49382024-07-25T01:55:03.055Z[ recovery-image] Jul 25 01:55:02.103 INFO O| Jul 25 01:55:02.103 INFO STEP 409 (remove_files) COMPLETE
49392024-07-25T01:55:03.055Z[ recovery-image] Jul 25 01:55:02.103 INFO O| Jul 25 01:55:02.103 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-07-25T01:55:03.061Z[ recovery-image] Jul 25 01:55:02.112 INFO O| Jul 25 01:55:02.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
49412024-07-25T01:55:03.061Z[ recovery-image] Jul 25 01:55:02.112 INFO O| Jul 25 01:55:02.112 INFO STEP 410 (remove_files) COMPLETE
49422024-07-25T01:55:03.061Z[ recovery-image] Jul 25 01:55:02.112 INFO O| Jul 25 01:55:02.112 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-07-25T01:55:03.070Z[ recovery-image] Jul 25 01:55:02.121 INFO O| Jul 25 01:55:02.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
49442024-07-25T01:55:03.073Z[ recovery-image] Jul 25 01:55:02.121 INFO O| Jul 25 01:55:02.121 INFO STEP 411 (remove_files) COMPLETE
49452024-07-25T01:55:03.073Z[ recovery-image] Jul 25 01:55:02.121 INFO O| Jul 25 01:55:02.121 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-07-25T01:55:03.080Z[ recovery-image] Jul 25 01:55:02.130 INFO O| Jul 25 01:55:02.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
49472024-07-25T01:55:03.080Z[ recovery-image] Jul 25 01:55:02.130 INFO O| Jul 25 01:55:02.130 INFO STEP 412 (remove_files) COMPLETE
49482024-07-25T01:55:03.082Z[ recovery-image] Jul 25 01:55:02.130 INFO O| Jul 25 01:55:02.130 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-07-25T01:55:03.089Z[ recovery-image] Jul 25 01:55:02.140 INFO O| Jul 25 01:55:02.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
49502024-07-25T01:55:03.089Z[ recovery-image] Jul 25 01:55:02.140 INFO O| Jul 25 01:55:02.140 INFO STEP 413 (remove_files) COMPLETE
49512024-07-25T01:55:03.089Z[ recovery-image] Jul 25 01:55:02.140 INFO O| Jul 25 01:55:02.140 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-07-25T01:55:03.098Z[ recovery-image] Jul 25 01:55:02.149 INFO O| Jul 25 01:55:02.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
49532024-07-25T01:55:03.098Z[ recovery-image] Jul 25 01:55:02.149 INFO O| Jul 25 01:55:02.149 INFO STEP 414 (remove_files) COMPLETE
49542024-07-25T01:55:03.101Z[ recovery-image] Jul 25 01:55:02.149 INFO O| Jul 25 01:55:02.149 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-07-25T01:55:03.107Z[ recovery-image] Jul 25 01:55:02.158 INFO O| Jul 25 01:55:02.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
49562024-07-25T01:55:03.107Z[ recovery-image] Jul 25 01:55:02.158 INFO O| Jul 25 01:55:02.158 INFO STEP 415 (remove_files) COMPLETE
49572024-07-25T01:55:03.107Z[ recovery-image] Jul 25 01:55:02.158 INFO O| Jul 25 01:55:02.158 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-07-25T01:55:03.116Z[ recovery-image] Jul 25 01:55:02.167 INFO O| Jul 25 01:55:02.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
49592024-07-25T01:55:03.116Z[ recovery-image] Jul 25 01:55:02.167 INFO O| Jul 25 01:55:02.167 INFO STEP 416 (remove_files) COMPLETE
49602024-07-25T01:55:03.119Z[ recovery-image] Jul 25 01:55:02.167 INFO O| Jul 25 01:55:02.167 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-07-25T01:55:03.126Z[ recovery-image] Jul 25 01:55:02.176 INFO O| Jul 25 01:55:02.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
49622024-07-25T01:55:03.126Z[ recovery-image] Jul 25 01:55:02.176 INFO O| Jul 25 01:55:02.176 INFO STEP 417 (remove_files) COMPLETE
49632024-07-25T01:55:03.126Z[ recovery-image] Jul 25 01:55:02.176 INFO O| Jul 25 01:55:02.176 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-07-25T01:55:03.135Z[ recovery-image] Jul 25 01:55:02.186 INFO O| Jul 25 01:55:02.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
49652024-07-25T01:55:03.135Z[ recovery-image] Jul 25 01:55:02.186 INFO O| Jul 25 01:55:02.186 INFO STEP 418 (remove_files) COMPLETE
49662024-07-25T01:55:03.135Z[ recovery-image] Jul 25 01:55:02.186 INFO O| Jul 25 01:55:02.186 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-07-25T01:55:03.144Z[ recovery-image] Jul 25 01:55:02.195 INFO O| Jul 25 01:55:02.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
49682024-07-25T01:55:03.144Z[ recovery-image] Jul 25 01:55:02.195 INFO O| Jul 25 01:55:02.195 INFO STEP 419 (remove_files) COMPLETE
49692024-07-25T01:55:03.147Z[ recovery-image] Jul 25 01:55:02.195 INFO O| Jul 25 01:55:02.195 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-07-25T01:55:03.153Z[ recovery-image] Jul 25 01:55:02.204 INFO O| Jul 25 01:55:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
49712024-07-25T01:55:03.156Z[ recovery-image] Jul 25 01:55:02.204 INFO O| Jul 25 01:55:02.204 INFO STEP 420 (remove_files) COMPLETE
49722024-07-25T01:55:03.156Z[ recovery-image] Jul 25 01:55:02.204 INFO O| Jul 25 01:55:02.204 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-07-25T01:55:03.162Z[ recovery-image] Jul 25 01:55:02.213 INFO O| Jul 25 01:55:02.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
49742024-07-25T01:55:03.163Z[ recovery-image] Jul 25 01:55:02.213 INFO O| Jul 25 01:55:02.213 INFO STEP 421 (remove_files) COMPLETE
49752024-07-25T01:55:03.163Z[ recovery-image] Jul 25 01:55:02.213 INFO O| Jul 25 01:55:02.213 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-07-25T01:55:03.172Z[ recovery-image] Jul 25 01:55:02.223 INFO O| Jul 25 01:55:02.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
49772024-07-25T01:55:03.172Z[ recovery-image] Jul 25 01:55:02.223 INFO O| Jul 25 01:55:02.223 INFO STEP 422 (remove_files) COMPLETE
49782024-07-25T01:55:03.175Z[ recovery-image] Jul 25 01:55:02.223 INFO O| Jul 25 01:55:02.223 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-07-25T01:55:03.181Z[ recovery-image] Jul 25 01:55:02.232 INFO O| Jul 25 01:55:02.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
49802024-07-25T01:55:03.181Z[ recovery-image] Jul 25 01:55:02.232 INFO O| Jul 25 01:55:02.232 INFO STEP 423 (remove_files) COMPLETE
49812024-07-25T01:55:03.182Z[ recovery-image] Jul 25 01:55:02.232 INFO O| Jul 25 01:55:02.232 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-07-25T01:55:03.191Z[ recovery-image] Jul 25 01:55:02.242 INFO O| Jul 25 01:55:02.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
49832024-07-25T01:55:03.191Z[ recovery-image] Jul 25 01:55:02.242 INFO O| Jul 25 01:55:02.242 INFO STEP 424 (remove_files) COMPLETE
49842024-07-25T01:55:03.194Z[ recovery-image] Jul 25 01:55:02.242 INFO O| Jul 25 01:55:02.242 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-07-25T01:55:03.202Z[ recovery-image] Jul 25 01:55:02.252 INFO O| Jul 25 01:55:02.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
49862024-07-25T01:55:03.202Z[ recovery-image] Jul 25 01:55:02.252 INFO O| Jul 25 01:55:02.252 INFO STEP 425 (remove_files) COMPLETE
49872024-07-25T01:55:03.204Z[ recovery-image] Jul 25 01:55:02.252 INFO O| Jul 25 01:55:02.252 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-07-25T01:55:03.211Z[ recovery-image] Jul 25 01:55:02.262 INFO O| Jul 25 01:55:02.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
49892024-07-25T01:55:03.211Z[ recovery-image] Jul 25 01:55:02.262 INFO O| Jul 25 01:55:02.262 INFO STEP 426 (remove_files) COMPLETE
49902024-07-25T01:55:03.211Z[ recovery-image] Jul 25 01:55:02.262 INFO O| Jul 25 01:55:02.262 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-07-25T01:55:03.221Z[ recovery-image] Jul 25 01:55:02.271 INFO O| Jul 25 01:55:02.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
49922024-07-25T01:55:03.223Z[ recovery-image] Jul 25 01:55:02.272 INFO O| Jul 25 01:55:02.271 INFO STEP 427 (remove_files) COMPLETE
49932024-07-25T01:55:03.224Z[ recovery-image] Jul 25 01:55:02.272 INFO O| Jul 25 01:55:02.272 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-07-25T01:55:03.231Z[ recovery-image] Jul 25 01:55:02.281 INFO O| Jul 25 01:55:02.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
49952024-07-25T01:55:03.231Z[ recovery-image] Jul 25 01:55:02.281 INFO O| Jul 25 01:55:02.281 INFO STEP 428 (remove_files) COMPLETE
49962024-07-25T01:55:03.231Z[ recovery-image] Jul 25 01:55:02.281 INFO O| Jul 25 01:55:02.281 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-07-25T01:55:03.243Z[ recovery-image] Jul 25 01:55:02.290 INFO O| Jul 25 01:55:02.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
49982024-07-25T01:55:03.243Z[ recovery-image] Jul 25 01:55:02.290 INFO O| Jul 25 01:55:02.290 INFO STEP 429 (remove_files) COMPLETE
49992024-07-25T01:55:03.243Z[ recovery-image] Jul 25 01:55:02.290 INFO O| Jul 25 01:55:02.290 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-07-25T01:55:03.249Z[ recovery-image] Jul 25 01:55:02.300 INFO O| Jul 25 01:55:02.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
50012024-07-25T01:55:03.249Z[ recovery-image] Jul 25 01:55:02.300 INFO O| Jul 25 01:55:02.300 INFO STEP 430 (remove_files) COMPLETE
50022024-07-25T01:55:03.249Z[ recovery-image] Jul 25 01:55:02.300 INFO O| Jul 25 01:55:02.300 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-07-25T01:55:03.259Z[ recovery-image] Jul 25 01:55:02.309 INFO O| Jul 25 01:55:02.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
50042024-07-25T01:55:03.259Z[ recovery-image] Jul 25 01:55:02.310 INFO O| Jul 25 01:55:02.309 INFO STEP 431 (remove_files) COMPLETE
50052024-07-25T01:55:03.259Z[ recovery-image] Jul 25 01:55:02.310 INFO O| Jul 25 01:55:02.310 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-07-25T01:55:03.268Z[ recovery-image] Jul 25 01:55:02.319 INFO O| Jul 25 01:55:02.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
50072024-07-25T01:55:03.268Z[ recovery-image] Jul 25 01:55:02.319 INFO O| Jul 25 01:55:02.319 INFO STEP 432 (remove_files) COMPLETE
50082024-07-25T01:55:03.268Z[ recovery-image] Jul 25 01:55:02.319 INFO O| Jul 25 01:55:02.319 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-07-25T01:55:03.278Z[ recovery-image] Jul 25 01:55:02.329 INFO O| Jul 25 01:55:02.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
50102024-07-25T01:55:03.278Z[ recovery-image] Jul 25 01:55:02.329 INFO O| Jul 25 01:55:02.329 INFO STEP 433 (remove_files) COMPLETE
50112024-07-25T01:55:03.278Z[ recovery-image] Jul 25 01:55:02.329 INFO O| Jul 25 01:55:02.329 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-07-25T01:55:03.288Z[ recovery-image] Jul 25 01:55:02.339 INFO O| Jul 25 01:55:02.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
50132024-07-25T01:55:03.288Z[ recovery-image] Jul 25 01:55:02.339 INFO O| Jul 25 01:55:02.339 INFO STEP 434 (remove_files) COMPLETE
50142024-07-25T01:55:03.290Z[ recovery-image] Jul 25 01:55:02.339 INFO O| Jul 25 01:55:02.339 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-07-25T01:55:03.297Z[ recovery-image] Jul 25 01:55:02.348 INFO O| Jul 25 01:55:02.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
50162024-07-25T01:55:03.297Z[ recovery-image] Jul 25 01:55:02.348 INFO O| Jul 25 01:55:02.348 INFO STEP 435 (remove_files) COMPLETE
50172024-07-25T01:55:03.297Z[ recovery-image] Jul 25 01:55:02.348 INFO O| Jul 25 01:55:02.348 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-07-25T01:55:03.307Z[ recovery-image] Jul 25 01:55:02.357 INFO O| Jul 25 01:55:02.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
50192024-07-25T01:55:03.309Z[ recovery-image] Jul 25 01:55:02.357 INFO O| Jul 25 01:55:02.357 INFO STEP 436 (remove_files) COMPLETE
50202024-07-25T01:55:03.309Z[ recovery-image] Jul 25 01:55:02.357 INFO O| Jul 25 01:55:02.357 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-07-25T01:55:03.316Z[ recovery-image] Jul 25 01:55:02.367 INFO O| Jul 25 01:55:02.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
50222024-07-25T01:55:03.316Z[ recovery-image] Jul 25 01:55:02.367 INFO O| Jul 25 01:55:02.367 INFO STEP 437 (remove_files) COMPLETE
50232024-07-25T01:55:03.319Z[ recovery-image] Jul 25 01:55:02.367 INFO O| Jul 25 01:55:02.367 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-07-25T01:55:03.325Z[ recovery-image] Jul 25 01:55:02.376 INFO O| Jul 25 01:55:02.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
50252024-07-25T01:55:03.328Z[ recovery-image] Jul 25 01:55:02.376 INFO O| Jul 25 01:55:02.376 INFO STEP 438 (remove_files) COMPLETE
50262024-07-25T01:55:03.328Z[ recovery-image] Jul 25 01:55:02.376 INFO O| Jul 25 01:55:02.376 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-07-25T01:55:03.335Z[ recovery-image] Jul 25 01:55:02.386 INFO O| Jul 25 01:55:02.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
50282024-07-25T01:55:03.335Z[ recovery-image] Jul 25 01:55:02.386 INFO O| Jul 25 01:55:02.386 INFO STEP 439 (remove_files) COMPLETE
50292024-07-25T01:55:03.338Z[ recovery-image] Jul 25 01:55:02.386 INFO O| Jul 25 01:55:02.386 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-07-25T01:55:03.344Z[ recovery-image] Jul 25 01:55:02.395 INFO O| Jul 25 01:55:02.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
50312024-07-25T01:55:03.345Z[ recovery-image] Jul 25 01:55:02.395 INFO O| Jul 25 01:55:02.395 INFO STEP 440 (remove_files) COMPLETE
50322024-07-25T01:55:03.347Z[ recovery-image] Jul 25 01:55:02.395 INFO O| Jul 25 01:55:02.395 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-07-25T01:55:03.354Z[ recovery-image] Jul 25 01:55:02.404 INFO O| Jul 25 01:55:02.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
50342024-07-25T01:55:03.356Z[ recovery-image] Jul 25 01:55:02.405 INFO O| Jul 25 01:55:02.404 INFO STEP 441 (remove_files) COMPLETE
50352024-07-25T01:55:03.356Z[ recovery-image] Jul 25 01:55:02.405 INFO O| Jul 25 01:55:02.404 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-07-25T01:55:03.363Z[ recovery-image] Jul 25 01:55:02.414 INFO O| Jul 25 01:55:02.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
50372024-07-25T01:55:03.363Z[ recovery-image] Jul 25 01:55:02.414 INFO O| Jul 25 01:55:02.414 INFO STEP 442 (remove_files) COMPLETE
50382024-07-25T01:55:03.366Z[ recovery-image] Jul 25 01:55:02.414 INFO O| Jul 25 01:55:02.414 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-07-25T01:55:03.372Z[ recovery-image] Jul 25 01:55:02.423 INFO O| Jul 25 01:55:02.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
50402024-07-25T01:55:03.372Z[ recovery-image] Jul 25 01:55:02.423 INFO O| Jul 25 01:55:02.423 INFO STEP 443 (remove_files) COMPLETE
50412024-07-25T01:55:03.375Z[ recovery-image] Jul 25 01:55:02.423 INFO O| Jul 25 01:55:02.423 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-07-25T01:55:03.381Z[ recovery-image] Jul 25 01:55:02.432 INFO O| Jul 25 01:55:02.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
50432024-07-25T01:55:03.381Z[ recovery-image] Jul 25 01:55:02.432 INFO O| Jul 25 01:55:02.432 INFO STEP 444 (remove_files) COMPLETE
50442024-07-25T01:55:03.381Z[ recovery-image] Jul 25 01:55:02.432 INFO O| Jul 25 01:55:02.432 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-07-25T01:55:03.390Z[ recovery-image] Jul 25 01:55:02.441 INFO O| Jul 25 01:55:02.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
50462024-07-25T01:55:03.393Z[ recovery-image] Jul 25 01:55:02.441 INFO O| Jul 25 01:55:02.441 INFO STEP 445 (remove_files) COMPLETE
50472024-07-25T01:55:03.393Z[ recovery-image] Jul 25 01:55:02.441 INFO O| Jul 25 01:55:02.441 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-07-25T01:55:03.400Z[ recovery-image] Jul 25 01:55:02.451 INFO O| Jul 25 01:55:02.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
50492024-07-25T01:55:03.400Z[ recovery-image] Jul 25 01:55:02.451 INFO O| Jul 25 01:55:02.451 INFO STEP 446 (remove_files) COMPLETE
50502024-07-25T01:55:03.403Z[ recovery-image] Jul 25 01:55:02.451 INFO O| Jul 25 01:55:02.451 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-07-25T01:55:03.409Z[ recovery-image] Jul 25 01:55:02.460 INFO O| Jul 25 01:55:02.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
50522024-07-25T01:55:03.409Z[ recovery-image] Jul 25 01:55:02.460 INFO O| Jul 25 01:55:02.460 INFO STEP 447 (remove_files) COMPLETE
50532024-07-25T01:55:03.409Z[ recovery-image] Jul 25 01:55:02.460 INFO O| Jul 25 01:55:02.460 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-07-25T01:55:03.419Z[ recovery-image] Jul 25 01:55:02.470 INFO O| Jul 25 01:55:02.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
50552024-07-25T01:55:03.419Z[ recovery-image] Jul 25 01:55:02.470 INFO O| Jul 25 01:55:02.470 INFO STEP 448 (remove_files) COMPLETE
50562024-07-25T01:55:03.422Z[ recovery-image] Jul 25 01:55:02.470 INFO O| Jul 25 01:55:02.470 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-07-25T01:55:03.428Z[ recovery-image] Jul 25 01:55:02.479 INFO O| Jul 25 01:55:02.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
50582024-07-25T01:55:03.428Z[ recovery-image] Jul 25 01:55:02.479 INFO O| Jul 25 01:55:02.479 INFO STEP 449 (remove_files) COMPLETE
50592024-07-25T01:55:03.431Z[ recovery-image] Jul 25 01:55:02.479 INFO O| Jul 25 01:55:02.479 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-07-25T01:55:03.437Z[ recovery-image] Jul 25 01:55:02.488 INFO O| Jul 25 01:55:02.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
50612024-07-25T01:55:03.437Z[ recovery-image] Jul 25 01:55:02.488 INFO O| Jul 25 01:55:02.488 INFO STEP 450 (remove_files) COMPLETE
50622024-07-25T01:55:03.437Z[ recovery-image] Jul 25 01:55:02.488 INFO O| Jul 25 01:55:02.488 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-07-25T01:55:03.446Z[ recovery-image] Jul 25 01:55:02.497 INFO O| Jul 25 01:55:02.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
50642024-07-25T01:55:03.446Z[ recovery-image] Jul 25 01:55:02.497 INFO O| Jul 25 01:55:02.497 INFO STEP 451 (remove_files) COMPLETE
50652024-07-25T01:55:03.449Z[ recovery-image] Jul 25 01:55:02.497 INFO O| Jul 25 01:55:02.497 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-07-25T01:55:03.456Z[ recovery-image] Jul 25 01:55:02.507 INFO O| Jul 25 01:55:02.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
50672024-07-25T01:55:03.458Z[ recovery-image] Jul 25 01:55:02.507 INFO O| Jul 25 01:55:02.507 INFO STEP 452 (remove_files) COMPLETE
50682024-07-25T01:55:03.459Z[ recovery-image] Jul 25 01:55:02.507 INFO O| Jul 25 01:55:02.507 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-07-25T01:55:03.466Z[ recovery-image] Jul 25 01:55:02.517 INFO O| Jul 25 01:55:02.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
50702024-07-25T01:55:03.469Z[ recovery-image] Jul 25 01:55:02.517 INFO O| Jul 25 01:55:02.517 INFO STEP 453 (remove_files) COMPLETE
50712024-07-25T01:55:03.469Z[ recovery-image] Jul 25 01:55:02.517 INFO O| Jul 25 01:55:02.517 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-07-25T01:55:03.476Z[ recovery-image] Jul 25 01:55:02.527 INFO O| Jul 25 01:55:02.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
50732024-07-25T01:55:03.476Z[ recovery-image] Jul 25 01:55:02.527 INFO O| Jul 25 01:55:02.527 INFO STEP 454 (remove_files) COMPLETE
50742024-07-25T01:55:03.476Z[ recovery-image] Jul 25 01:55:02.527 INFO O| Jul 25 01:55:02.527 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-07-25T01:55:03.486Z[ recovery-image] Jul 25 01:55:02.537 INFO O| Jul 25 01:55:02.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
50762024-07-25T01:55:03.486Z[ recovery-image] Jul 25 01:55:02.537 INFO O| Jul 25 01:55:02.537 INFO STEP 455 (remove_files) COMPLETE
50772024-07-25T01:55:03.489Z[ recovery-image] Jul 25 01:55:02.537 INFO O| Jul 25 01:55:02.537 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-07-25T01:55:03.496Z[ recovery-image] Jul 25 01:55:02.547 INFO O| Jul 25 01:55:02.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
50792024-07-25T01:55:03.497Z[ recovery-image] Jul 25 01:55:02.547 INFO O| Jul 25 01:55:02.547 INFO STEP 456 (remove_files) COMPLETE
50802024-07-25T01:55:03.499Z[ recovery-image] Jul 25 01:55:02.547 INFO O| Jul 25 01:55:02.547 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-07-25T01:55:03.506Z[ recovery-image] Jul 25 01:55:02.557 INFO O| Jul 25 01:55:02.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
50822024-07-25T01:55:03.509Z[ recovery-image] Jul 25 01:55:02.557 INFO O| Jul 25 01:55:02.557 INFO STEP 457 (remove_files) COMPLETE
50832024-07-25T01:55:03.509Z[ recovery-image] Jul 25 01:55:02.557 INFO O| Jul 25 01:55:02.557 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-07-25T01:55:03.516Z[ recovery-image] Jul 25 01:55:02.566 INFO O| Jul 25 01:55:02.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
50852024-07-25T01:55:03.516Z[ recovery-image] Jul 25 01:55:02.566 INFO O| Jul 25 01:55:02.566 INFO STEP 458 (remove_files) COMPLETE
50862024-07-25T01:55:03.518Z[ recovery-image] Jul 25 01:55:02.566 INFO O| Jul 25 01:55:02.566 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-07-25T01:55:03.525Z[ recovery-image] Jul 25 01:55:02.576 INFO O| Jul 25 01:55:02.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
50882024-07-25T01:55:03.525Z[ recovery-image] Jul 25 01:55:02.576 INFO O| Jul 25 01:55:02.576 INFO STEP 459 (remove_files) COMPLETE
50892024-07-25T01:55:03.527Z[ recovery-image] Jul 25 01:55:02.576 INFO O| Jul 25 01:55:02.576 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-07-25T01:55:03.534Z[ recovery-image] Jul 25 01:55:02.585 INFO O| Jul 25 01:55:02.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
50912024-07-25T01:55:03.534Z[ recovery-image] Jul 25 01:55:02.585 INFO O| Jul 25 01:55:02.585 INFO STEP 460 (remove_files) COMPLETE
50922024-07-25T01:55:03.534Z[ recovery-image] Jul 25 01:55:02.585 INFO O| Jul 25 01:55:02.585 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-07-25T01:55:03.543Z[ recovery-image] Jul 25 01:55:02.594 INFO O| Jul 25 01:55:02.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
50942024-07-25T01:55:03.543Z[ recovery-image] Jul 25 01:55:02.594 INFO O| Jul 25 01:55:02.594 INFO STEP 461 (remove_files) COMPLETE
50952024-07-25T01:55:03.546Z[ recovery-image] Jul 25 01:55:02.594 INFO O| Jul 25 01:55:02.594 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-07-25T01:55:03.552Z[ recovery-image] Jul 25 01:55:02.603 INFO O| Jul 25 01:55:02.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
50972024-07-25T01:55:03.555Z[ recovery-image] Jul 25 01:55:02.603 INFO O| Jul 25 01:55:02.603 INFO STEP 462 (remove_files) COMPLETE
50982024-07-25T01:55:03.555Z[ recovery-image] Jul 25 01:55:02.603 INFO O| Jul 25 01:55:02.603 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-07-25T01:55:03.561Z[ recovery-image] Jul 25 01:55:02.612 INFO O| Jul 25 01:55:02.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
51002024-07-25T01:55:03.562Z[ recovery-image] Jul 25 01:55:02.612 INFO O| Jul 25 01:55:02.612 INFO STEP 463 (remove_files) COMPLETE
51012024-07-25T01:55:03.562Z[ recovery-image] Jul 25 01:55:02.612 INFO O| Jul 25 01:55:02.612 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-07-25T01:55:03.571Z[ recovery-image] Jul 25 01:55:02.622 INFO O| Jul 25 01:55:02.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
51032024-07-25T01:55:03.571Z[ recovery-image] Jul 25 01:55:02.622 INFO O| Jul 25 01:55:02.622 INFO STEP 464 (remove_files) COMPLETE
51042024-07-25T01:55:03.571Z[ recovery-image] Jul 25 01:55:02.622 INFO O| Jul 25 01:55:02.622 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-07-25T01:55:03.580Z[ recovery-image] Jul 25 01:55:02.631 INFO O| Jul 25 01:55:02.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
51062024-07-25T01:55:03.580Z[ recovery-image] Jul 25 01:55:02.631 INFO O| Jul 25 01:55:02.631 INFO STEP 465 (remove_files) COMPLETE
51072024-07-25T01:55:03.582Z[ recovery-image] Jul 25 01:55:02.631 INFO O| Jul 25 01:55:02.631 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-07-25T01:55:03.589Z[ recovery-image] Jul 25 01:55:02.640 INFO O| Jul 25 01:55:02.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
51092024-07-25T01:55:03.589Z[ recovery-image] Jul 25 01:55:02.640 INFO O| Jul 25 01:55:02.640 INFO STEP 466 (remove_files) COMPLETE
51102024-07-25T01:55:03.592Z[ recovery-image] Jul 25 01:55:02.640 INFO O| Jul 25 01:55:02.640 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-07-25T01:55:03.598Z[ recovery-image] Jul 25 01:55:02.649 INFO O| Jul 25 01:55:02.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
51122024-07-25T01:55:03.601Z[ recovery-image] Jul 25 01:55:02.649 INFO O| Jul 25 01:55:02.649 INFO STEP 467 (remove_files) COMPLETE
51132024-07-25T01:55:03.601Z[ recovery-image] Jul 25 01:55:02.649 INFO O| Jul 25 01:55:02.649 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-07-25T01:55:03.607Z[ recovery-image] Jul 25 01:55:02.658 INFO O| Jul 25 01:55:02.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
51152024-07-25T01:55:03.610Z[ recovery-image] Jul 25 01:55:02.658 INFO O| Jul 25 01:55:02.658 INFO STEP 468 (remove_files) COMPLETE
51162024-07-25T01:55:03.610Z[ recovery-image] Jul 25 01:55:02.658 INFO O| Jul 25 01:55:02.658 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-07-25T01:55:03.616Z[ recovery-image] Jul 25 01:55:02.667 INFO O| Jul 25 01:55:02.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
51182024-07-25T01:55:03.616Z[ recovery-image] Jul 25 01:55:02.667 INFO O| Jul 25 01:55:02.667 INFO STEP 469 (remove_files) COMPLETE
51192024-07-25T01:55:03.619Z[ recovery-image] Jul 25 01:55:02.667 INFO O| Jul 25 01:55:02.667 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-07-25T01:55:03.626Z[ recovery-image] Jul 25 01:55:02.676 INFO O| Jul 25 01:55:02.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
51212024-07-25T01:55:03.626Z[ recovery-image] Jul 25 01:55:02.676 INFO O| Jul 25 01:55:02.676 INFO STEP 470 (remove_files) COMPLETE
51222024-07-25T01:55:03.628Z[ recovery-image] Jul 25 01:55:02.677 INFO O| Jul 25 01:55:02.676 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-07-25T01:55:03.635Z[ recovery-image] Jul 25 01:55:02.685 INFO O| Jul 25 01:55:02.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
51242024-07-25T01:55:03.635Z[ recovery-image] Jul 25 01:55:02.686 INFO O| Jul 25 01:55:02.685 INFO STEP 471 (remove_files) COMPLETE
51252024-07-25T01:55:03.637Z[ recovery-image] Jul 25 01:55:02.686 INFO O| Jul 25 01:55:02.686 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-07-25T01:55:03.644Z[ recovery-image] Jul 25 01:55:02.694 INFO O| Jul 25 01:55:02.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
51272024-07-25T01:55:03.644Z[ recovery-image] Jul 25 01:55:02.695 INFO O| Jul 25 01:55:02.695 INFO STEP 472 (remove_files) COMPLETE
51282024-07-25T01:55:03.646Z[ recovery-image] Jul 25 01:55:02.695 INFO O| Jul 25 01:55:02.695 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-07-25T01:55:03.653Z[ recovery-image] Jul 25 01:55:02.704 INFO O| Jul 25 01:55:02.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
51302024-07-25T01:55:03.653Z[ recovery-image] Jul 25 01:55:02.704 INFO O| Jul 25 01:55:02.704 INFO STEP 473 (remove_files) COMPLETE
51312024-07-25T01:55:03.653Z[ recovery-image] Jul 25 01:55:02.704 INFO O| Jul 25 01:55:02.704 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-07-25T01:55:03.662Z[ recovery-image] Jul 25 01:55:02.713 INFO O| Jul 25 01:55:02.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
51332024-07-25T01:55:03.664Z[ recovery-image] Jul 25 01:55:02.713 INFO O| Jul 25 01:55:02.713 INFO STEP 474 (remove_files) COMPLETE
51342024-07-25T01:55:03.664Z[ recovery-image] Jul 25 01:55:02.713 INFO O| Jul 25 01:55:02.713 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-07-25T01:55:03.671Z[ recovery-image] Jul 25 01:55:02.722 INFO O| Jul 25 01:55:02.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
51362024-07-25T01:55:03.671Z[ recovery-image] Jul 25 01:55:02.722 INFO O| Jul 25 01:55:02.722 INFO STEP 475 (remove_files) COMPLETE
51372024-07-25T01:55:03.674Z[ recovery-image] Jul 25 01:55:02.722 INFO O| Jul 25 01:55:02.722 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-07-25T01:55:03.680Z[ recovery-image] Jul 25 01:55:02.731 INFO O| Jul 25 01:55:02.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
51392024-07-25T01:55:03.680Z[ recovery-image] Jul 25 01:55:02.731 INFO O| Jul 25 01:55:02.731 INFO STEP 476 (remove_files) COMPLETE
51402024-07-25T01:55:03.680Z[ recovery-image] Jul 25 01:55:02.731 INFO O| Jul 25 01:55:02.731 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-07-25T01:55:03.689Z[ recovery-image] Jul 25 01:55:02.740 INFO O| Jul 25 01:55:02.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
51422024-07-25T01:55:03.689Z[ recovery-image] Jul 25 01:55:02.740 INFO O| Jul 25 01:55:02.740 INFO STEP 477 (remove_files) COMPLETE
51432024-07-25T01:55:03.689Z[ recovery-image] Jul 25 01:55:02.740 INFO O| Jul 25 01:55:02.740 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-07-25T01:55:03.698Z[ recovery-image] Jul 25 01:55:02.749 INFO O| Jul 25 01:55:02.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
51452024-07-25T01:55:03.698Z[ recovery-image] Jul 25 01:55:02.749 INFO O| Jul 25 01:55:02.749 INFO STEP 478 (remove_files) COMPLETE
51462024-07-25T01:55:03.699Z[ recovery-image] Jul 25 01:55:02.749 INFO O| Jul 25 01:55:02.749 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-07-25T01:55:03.707Z[ recovery-image] Jul 25 01:55:02.758 INFO O| Jul 25 01:55:02.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
51482024-07-25T01:55:03.710Z[ recovery-image] Jul 25 01:55:02.759 INFO O| Jul 25 01:55:02.759 INFO STEP 479 (remove_files) COMPLETE
51492024-07-25T01:55:03.710Z[ recovery-image] Jul 25 01:55:02.759 INFO O| Jul 25 01:55:02.759 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-07-25T01:55:03.717Z[ recovery-image] Jul 25 01:55:02.768 INFO O| Jul 25 01:55:02.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
51512024-07-25T01:55:03.720Z[ recovery-image] Jul 25 01:55:02.768 INFO O| Jul 25 01:55:02.768 INFO STEP 480 (remove_files) COMPLETE
51522024-07-25T01:55:03.720Z[ recovery-image] Jul 25 01:55:02.768 INFO O| Jul 25 01:55:02.768 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-07-25T01:55:03.726Z[ recovery-image] Jul 25 01:55:02.777 INFO O| Jul 25 01:55:02.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
51542024-07-25T01:55:03.729Z[ recovery-image] Jul 25 01:55:02.777 INFO O| Jul 25 01:55:02.777 INFO STEP 481 (remove_files) COMPLETE
51552024-07-25T01:55:03.729Z[ recovery-image] Jul 25 01:55:02.777 INFO O| Jul 25 01:55:02.777 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-07-25T01:55:03.735Z[ recovery-image] Jul 25 01:55:02.786 INFO O| Jul 25 01:55:02.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
51572024-07-25T01:55:03.735Z[ recovery-image] Jul 25 01:55:02.786 INFO O| Jul 25 01:55:02.786 INFO STEP 482 (remove_files) COMPLETE
51582024-07-25T01:55:03.738Z[ recovery-image] Jul 25 01:55:02.786 INFO O| Jul 25 01:55:02.786 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-07-25T01:55:03.744Z[ recovery-image] Jul 25 01:55:02.795 INFO O| Jul 25 01:55:02.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
51602024-07-25T01:55:03.747Z[ recovery-image] Jul 25 01:55:02.796 INFO O| Jul 25 01:55:02.796 INFO STEP 483 (remove_files) COMPLETE
51612024-07-25T01:55:03.747Z[ recovery-image] Jul 25 01:55:02.796 INFO O| Jul 25 01:55:02.796 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-07-25T01:55:03.754Z[ recovery-image] Jul 25 01:55:02.805 INFO O| Jul 25 01:55:02.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
51632024-07-25T01:55:03.754Z[ recovery-image] Jul 25 01:55:02.805 INFO O| Jul 25 01:55:02.805 INFO STEP 484 (remove_files) COMPLETE
51642024-07-25T01:55:03.757Z[ recovery-image] Jul 25 01:55:02.805 INFO O| Jul 25 01:55:02.805 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-07-25T01:55:03.763Z[ recovery-image] Jul 25 01:55:02.814 INFO O| Jul 25 01:55:02.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
51662024-07-25T01:55:03.766Z[ recovery-image] Jul 25 01:55:02.814 INFO O| Jul 25 01:55:02.814 INFO STEP 485 (remove_files) COMPLETE
51672024-07-25T01:55:03.766Z[ recovery-image] Jul 25 01:55:02.814 INFO O| Jul 25 01:55:02.814 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-07-25T01:55:03.772Z[ recovery-image] Jul 25 01:55:02.823 INFO O| Jul 25 01:55:02.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
51692024-07-25T01:55:03.775Z[ recovery-image] Jul 25 01:55:02.823 INFO O| Jul 25 01:55:02.823 INFO STEP 486 (remove_files) COMPLETE
51702024-07-25T01:55:03.775Z[ recovery-image] Jul 25 01:55:02.823 INFO O| Jul 25 01:55:02.823 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-07-25T01:55:03.782Z[ recovery-image] Jul 25 01:55:02.833 INFO O| Jul 25 01:55:02.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
51722024-07-25T01:55:03.782Z[ recovery-image] Jul 25 01:55:02.833 INFO O| Jul 25 01:55:02.833 INFO STEP 487 (remove_files) COMPLETE
51732024-07-25T01:55:03.784Z[ recovery-image] Jul 25 01:55:02.833 INFO O| Jul 25 01:55:02.833 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-07-25T01:55:03.791Z[ recovery-image] Jul 25 01:55:02.842 INFO O| Jul 25 01:55:02.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
51752024-07-25T01:55:03.791Z[ recovery-image] Jul 25 01:55:02.842 INFO O| Jul 25 01:55:02.842 INFO STEP 488 (remove_files) COMPLETE
51762024-07-25T01:55:03.794Z[ recovery-image] Jul 25 01:55:02.842 INFO O| Jul 25 01:55:02.842 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-07-25T01:55:03.800Z[ recovery-image] Jul 25 01:55:02.851 INFO O| Jul 25 01:55:02.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
51782024-07-25T01:55:03.800Z[ recovery-image] Jul 25 01:55:02.851 INFO O| Jul 25 01:55:02.851 INFO STEP 489 (remove_files) COMPLETE
51792024-07-25T01:55:03.800Z[ recovery-image] Jul 25 01:55:02.851 INFO O| Jul 25 01:55:02.851 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-07-25T01:55:03.810Z[ recovery-image] Jul 25 01:55:02.861 INFO O| Jul 25 01:55:02.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
51812024-07-25T01:55:03.813Z[ recovery-image] Jul 25 01:55:02.861 INFO O| Jul 25 01:55:02.861 INFO STEP 490 (remove_files) COMPLETE
51822024-07-25T01:55:03.813Z[ recovery-image] Jul 25 01:55:02.861 INFO O| Jul 25 01:55:02.861 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-07-25T01:55:03.819Z[ recovery-image] Jul 25 01:55:02.870 INFO O| Jul 25 01:55:02.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
51842024-07-25T01:55:03.822Z[ recovery-image] Jul 25 01:55:02.870 INFO O| Jul 25 01:55:02.870 INFO STEP 491 (remove_files) COMPLETE
51852024-07-25T01:55:03.822Z[ recovery-image] Jul 25 01:55:02.870 INFO O| Jul 25 01:55:02.870 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-07-25T01:55:03.829Z[ recovery-image] Jul 25 01:55:02.879 INFO O| Jul 25 01:55:02.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
51872024-07-25T01:55:03.832Z[ recovery-image] Jul 25 01:55:02.880 INFO O| Jul 25 01:55:02.880 INFO STEP 492 (remove_files) COMPLETE
51882024-07-25T01:55:03.832Z[ recovery-image] Jul 25 01:55:02.880 INFO O| Jul 25 01:55:02.880 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-07-25T01:55:03.838Z[ recovery-image] Jul 25 01:55:02.889 INFO O| Jul 25 01:55:02.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
51902024-07-25T01:55:03.838Z[ recovery-image] Jul 25 01:55:02.889 INFO O| Jul 25 01:55:02.889 INFO STEP 493 (remove_files) COMPLETE
51912024-07-25T01:55:03.841Z[ recovery-image] Jul 25 01:55:02.889 INFO O| Jul 25 01:55:02.889 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-07-25T01:55:03.847Z[ recovery-image] Jul 25 01:55:02.898 INFO O| Jul 25 01:55:02.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
51932024-07-25T01:55:03.850Z[ recovery-image] Jul 25 01:55:02.898 INFO O| Jul 25 01:55:02.898 INFO STEP 494 (remove_files) COMPLETE
51942024-07-25T01:55:03.850Z[ recovery-image] Jul 25 01:55:02.898 INFO O| Jul 25 01:55:02.898 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-07-25T01:55:03.856Z[ recovery-image] Jul 25 01:55:02.907 INFO O| Jul 25 01:55:02.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
51962024-07-25T01:55:03.856Z[ recovery-image] Jul 25 01:55:02.907 INFO O| Jul 25 01:55:02.907 INFO STEP 495 (remove_files) COMPLETE
51972024-07-25T01:55:03.856Z[ recovery-image] Jul 25 01:55:02.907 INFO O| Jul 25 01:55:02.907 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-07-25T01:55:03.867Z[ recovery-image] Jul 25 01:55:02.918 INFO O| Jul 25 01:55:02.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
51992024-07-25T01:55:03.870Z[ recovery-image] Jul 25 01:55:02.918 INFO O| Jul 25 01:55:02.918 INFO STEP 496 (remove_files) COMPLETE
52002024-07-25T01:55:03.870Z[ recovery-image] Jul 25 01:55:02.918 INFO O| Jul 25 01:55:02.918 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-07-25T01:55:03.890Z[ recovery-image] Jul 25 01:55:02.939 INFO O| Jul 25 01:55:02.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
52022024-07-25T01:55:03.890Z[ recovery-image] Jul 25 01:55:02.940 INFO O| Jul 25 01:55:02.939 INFO STEP 497 (remove_files) COMPLETE
52032024-07-25T01:55:03.890Z[ recovery-image] Jul 25 01:55:02.940 INFO O| Jul 25 01:55:02.939 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-07-25T01:55:03.914Z[ recovery-image] Jul 25 01:55:02.964 INFO O| Jul 25 01:55:02.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
52052024-07-25T01:55:03.914Z[ recovery-image] Jul 25 01:55:02.964 INFO O| Jul 25 01:55:02.964 INFO STEP 498 (remove_files) COMPLETE
52062024-07-25T01:55:03.914Z[ recovery-image] Jul 25 01:55:02.964 INFO O| Jul 25 01:55:02.964 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-07-25T01:55:03.927Z[ recovery-image] Jul 25 01:55:02.978 INFO O| Jul 25 01:55:02.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
52082024-07-25T01:55:03.928Z[ recovery-image] Jul 25 01:55:02.978 INFO O| Jul 25 01:55:02.978 INFO STEP 499 (remove_files) COMPLETE
52092024-07-25T01:55:03.928Z[ recovery-image] Jul 25 01:55:02.978 INFO O| Jul 25 01:55:02.978 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-07-25T01:55:03.939Z[ recovery-image] Jul 25 01:55:02.990 INFO O| Jul 25 01:55:02.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
52112024-07-25T01:55:03.939Z[ recovery-image] Jul 25 01:55:02.990 INFO O| Jul 25 01:55:02.990 INFO STEP 500 (remove_files) COMPLETE
52122024-07-25T01:55:03.942Z[ recovery-image] Jul 25 01:55:02.990 INFO O| Jul 25 01:55:02.990 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-07-25T01:55:03.950Z[ recovery-image] Jul 25 01:55:03.001 INFO O| Jul 25 01:55:03.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
52142024-07-25T01:55:03.953Z[ recovery-image] Jul 25 01:55:03.001 INFO O| Jul 25 01:55:03.001 INFO STEP 501 (remove_files) COMPLETE
52152024-07-25T01:55:03.953Z[ recovery-image] Jul 25 01:55:03.001 INFO O| Jul 25 01:55:03.001 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-07-25T01:55:03.953Z[ host-image] Jul 25 01:55:03.002 INFO O| Jul 25 01:55:03.002 INFO O| Done
52172024-07-25T01:55:03.965Z[ recovery-image] Jul 25 01:55:03.016 INFO O| Jul 25 01:55:03.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
52182024-07-25T01:55:03.965Z[ recovery-image] Jul 25 01:55:03.016 INFO O| Jul 25 01:55:03.016 INFO STEP 502 (remove_files) COMPLETE
52192024-07-25T01:55:03.968Z[ recovery-image] Jul 25 01:55:03.016 INFO O| Jul 25 01:55:03.016 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-07-25T01:55:03.976Z[ recovery-image] Jul 25 01:55:03.027 INFO O| Jul 25 01:55:03.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
52212024-07-25T01:55:03.976Z[ recovery-image] Jul 25 01:55:03.027 INFO O| Jul 25 01:55:03.027 INFO STEP 503 (remove_files) COMPLETE
52222024-07-25T01:55:03.979Z[ recovery-image] Jul 25 01:55:03.027 INFO O| Jul 25 01:55:03.027 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-07-25T01:55:03.982Z[ host-image] Jul 25 01:55:03.031 INFO O| Jul 25 01:55:03.031 INFO O| Done
52242024-07-25T01:55:03.982Z[ host-image] Jul 25 01:55:03.031 INFO O| Jul 25 01:55:03.031 INFO O| Done
52252024-07-25T01:55:03.986Z[ recovery-image] Jul 25 01:55:03.037 INFO O| Jul 25 01:55:03.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
52262024-07-25T01:55:03.986Z[ recovery-image] Jul 25 01:55:03.037 INFO O| Jul 25 01:55:03.037 INFO STEP 504 (remove_files) COMPLETE
52272024-07-25T01:55:03.989Z[ recovery-image] Jul 25 01:55:03.037 INFO O| Jul 25 01:55:03.037 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-07-25T01:55:03.996Z[ recovery-image] Jul 25 01:55:03.047 INFO O| Jul 25 01:55:03.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
52292024-07-25T01:55:03.996Z[ recovery-image] Jul 25 01:55:03.047 INFO O| Jul 25 01:55:03.047 INFO STEP 505 (remove_files) COMPLETE
52302024-07-25T01:55:03.996Z[ recovery-image] Jul 25 01:55:03.047 INFO O| Jul 25 01:55:03.047 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-07-25T01:55:04.006Z[ recovery-image] Jul 25 01:55:03.056 INFO O| Jul 25 01:55:03.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
52322024-07-25T01:55:04.009Z[ recovery-image] Jul 25 01:55:03.057 INFO O| Jul 25 01:55:03.057 INFO STEP 506 (remove_files) COMPLETE
52332024-07-25T01:55:04.009Z[ recovery-image] Jul 25 01:55:03.057 INFO O| Jul 25 01:55:03.057 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-07-25T01:55:04.016Z[ recovery-image] Jul 25 01:55:03.067 INFO O| Jul 25 01:55:03.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
52352024-07-25T01:55:04.019Z[ recovery-image] Jul 25 01:55:03.067 INFO O| Jul 25 01:55:03.067 INFO STEP 507 (remove_files) COMPLETE
52362024-07-25T01:55:04.019Z[ recovery-image] Jul 25 01:55:03.067 INFO O| Jul 25 01:55:03.067 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-07-25T01:55:04.019Z[ host-image] Jul 25 01:55:03.069 INFO O| Jul 25 01:55:03.068 INFO O| Done
52382024-07-25T01:55:04.026Z[ recovery-image] Jul 25 01:55:03.077 INFO O| Jul 25 01:55:03.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
52392024-07-25T01:55:04.026Z[ recovery-image] Jul 25 01:55:03.077 INFO O| Jul 25 01:55:03.077 INFO STEP 508 (remove_files) COMPLETE
52402024-07-25T01:55:04.029Z[ recovery-image] Jul 25 01:55:03.077 INFO O| Jul 25 01:55:03.077 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-07-25T01:55:04.037Z[ recovery-image] Jul 25 01:55:03.088 INFO O| Jul 25 01:55:03.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
52422024-07-25T01:55:04.037Z[ recovery-image] Jul 25 01:55:03.088 INFO O| Jul 25 01:55:03.088 INFO STEP 509 (remove_files) COMPLETE
52432024-07-25T01:55:04.040Z[ recovery-image] Jul 25 01:55:03.088 INFO O| Jul 25 01:55:03.088 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-07-25T01:55:04.048Z[ recovery-image] Jul 25 01:55:03.098 INFO O| Jul 25 01:55:03.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
52452024-07-25T01:55:04.048Z[ recovery-image] Jul 25 01:55:03.098 INFO O| Jul 25 01:55:03.098 INFO STEP 510 (remove_files) COMPLETE
52462024-07-25T01:55:04.050Z[ recovery-image] Jul 25 01:55:03.098 INFO O| Jul 25 01:55:03.098 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-07-25T01:55:04.058Z[ recovery-image] Jul 25 01:55:03.109 INFO O| Jul 25 01:55:03.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
52482024-07-25T01:55:04.058Z[ recovery-image] Jul 25 01:55:03.109 INFO O| Jul 25 01:55:03.109 INFO STEP 511 (remove_files) COMPLETE
52492024-07-25T01:55:04.058Z[ recovery-image] Jul 25 01:55:03.109 INFO O| Jul 25 01:55:03.109 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-07-25T01:55:04.068Z[ recovery-image] Jul 25 01:55:03.119 INFO O| Jul 25 01:55:03.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
52512024-07-25T01:55:04.071Z[ recovery-image] Jul 25 01:55:03.119 INFO O| Jul 25 01:55:03.119 INFO STEP 512 (remove_files) COMPLETE
52522024-07-25T01:55:04.071Z[ recovery-image] Jul 25 01:55:03.119 INFO O| Jul 25 01:55:03.119 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-07-25T01:55:04.078Z[ recovery-image] Jul 25 01:55:03.129 INFO O| Jul 25 01:55:03.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
52542024-07-25T01:55:04.078Z[ recovery-image] Jul 25 01:55:03.129 INFO O| Jul 25 01:55:03.129 INFO STEP 513 (remove_files) COMPLETE
52552024-07-25T01:55:04.078Z[ recovery-image] Jul 25 01:55:03.129 INFO O| Jul 25 01:55:03.129 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-07-25T01:55:04.088Z[ recovery-image] Jul 25 01:55:03.139 INFO O| Jul 25 01:55:03.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
52572024-07-25T01:55:04.088Z[ recovery-image] Jul 25 01:55:03.139 INFO O| Jul 25 01:55:03.139 INFO STEP 514 (remove_files) COMPLETE
52582024-07-25T01:55:04.091Z[ recovery-image] Jul 25 01:55:03.139 INFO O| Jul 25 01:55:03.139 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-07-25T01:55:04.098Z[ recovery-image] Jul 25 01:55:03.149 INFO O| Jul 25 01:55:03.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
52602024-07-25T01:55:04.098Z[ recovery-image] Jul 25 01:55:03.149 INFO O| Jul 25 01:55:03.149 INFO STEP 515 (remove_files) COMPLETE
52612024-07-25T01:55:04.101Z[ recovery-image] Jul 25 01:55:03.149 INFO O| Jul 25 01:55:03.149 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-07-25T01:55:04.108Z[ recovery-image] Jul 25 01:55:03.159 INFO O| Jul 25 01:55:03.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
52632024-07-25T01:55:04.111Z[ recovery-image] Jul 25 01:55:03.159 INFO O| Jul 25 01:55:03.159 INFO STEP 516 (remove_files) COMPLETE
52642024-07-25T01:55:04.111Z[ recovery-image] Jul 25 01:55:03.159 INFO O| Jul 25 01:55:03.159 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-07-25T01:55:04.114Z[ host-image] Jul 25 01:55:03.164 INFO O| Jul 25 01:55:03.164 INFO STEP 13 (pkg_install) COMPLETE
52662024-07-25T01:55:04.114Z[ host-image] Jul 25 01:55:03.164 INFO O| Jul 25 01:55:03.164 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52672024-07-25T01:55:04.118Z[ recovery-image] Jul 25 01:55:03.169 INFO O| Jul 25 01:55:03.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
52682024-07-25T01:55:04.118Z[ recovery-image] Jul 25 01:55:03.169 INFO O| Jul 25 01:55:03.169 INFO STEP 517 (remove_files) COMPLETE
52692024-07-25T01:55:04.118Z[ recovery-image] Jul 25 01:55:03.169 INFO O| Jul 25 01:55:03.169 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-07-25T01:55:04.123Z[ host-image] Jul 25 01:55:03.174 INFO O| Jul 25 01:55:03.174 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
52712024-07-25T01:55:04.128Z[ recovery-image] Jul 25 01:55:03.179 INFO O| Jul 25 01:55:03.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
52722024-07-25T01:55:04.128Z[ recovery-image] Jul 25 01:55:03.179 INFO O| Jul 25 01:55:03.179 INFO STEP 518 (remove_files) COMPLETE
52732024-07-25T01:55:04.128Z[ recovery-image] Jul 25 01:55:03.179 INFO O| Jul 25 01:55:03.179 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-07-25T01:55:04.137Z[ recovery-image] Jul 25 01:55:03.188 INFO O| Jul 25 01:55:03.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
52752024-07-25T01:55:04.137Z[ recovery-image] Jul 25 01:55:03.188 INFO O| Jul 25 01:55:03.188 INFO STEP 519 (remove_files) COMPLETE
52762024-07-25T01:55:04.137Z[ recovery-image] Jul 25 01:55:03.188 INFO O| Jul 25 01:55:03.188 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-07-25T01:55:04.147Z[ recovery-image] Jul 25 01:55:03.198 INFO O| Jul 25 01:55:03.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
52782024-07-25T01:55:04.150Z[ recovery-image] Jul 25 01:55:03.198 INFO O| Jul 25 01:55:03.198 INFO STEP 520 (remove_files) COMPLETE
52792024-07-25T01:55:04.151Z[ recovery-image] Jul 25 01:55:03.198 INFO O| Jul 25 01:55:03.198 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-07-25T01:55:04.157Z[ recovery-image] Jul 25 01:55:03.207 INFO O| Jul 25 01:55:03.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
52812024-07-25T01:55:04.157Z[ recovery-image] Jul 25 01:55:03.207 INFO O| Jul 25 01:55:03.207 INFO STEP 521 (remove_files) COMPLETE
52822024-07-25T01:55:04.157Z[ recovery-image] Jul 25 01:55:03.207 INFO O| Jul 25 01:55:03.207 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-07-25T01:55:04.169Z[ recovery-image] Jul 25 01:55:03.217 INFO O| Jul 25 01:55:03.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
52842024-07-25T01:55:04.169Z[ recovery-image] Jul 25 01:55:03.217 INFO O| Jul 25 01:55:03.217 INFO STEP 522 (remove_files) COMPLETE
52852024-07-25T01:55:04.169Z[ recovery-image] Jul 25 01:55:03.217 INFO O| Jul 25 01:55:03.217 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-07-25T01:55:04.176Z[ recovery-image] Jul 25 01:55:03.226 INFO O| Jul 25 01:55:03.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
52872024-07-25T01:55:04.176Z[ recovery-image] Jul 25 01:55:03.226 INFO O| Jul 25 01:55:03.226 INFO STEP 523 (remove_files) COMPLETE
52882024-07-25T01:55:04.176Z[ recovery-image] Jul 25 01:55:03.226 INFO O| Jul 25 01:55:03.226 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-07-25T01:55:04.185Z[ recovery-image] Jul 25 01:55:03.236 INFO O| Jul 25 01:55:03.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
52902024-07-25T01:55:04.185Z[ recovery-image] Jul 25 01:55:03.236 INFO O| Jul 25 01:55:03.236 INFO STEP 524 (remove_files) COMPLETE
52912024-07-25T01:55:04.185Z[ recovery-image] Jul 25 01:55:03.236 INFO O| Jul 25 01:55:03.236 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-07-25T01:55:04.195Z[ recovery-image] Jul 25 01:55:03.245 INFO O| Jul 25 01:55:03.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
52932024-07-25T01:55:04.195Z[ recovery-image] Jul 25 01:55:03.245 INFO O| Jul 25 01:55:03.245 INFO STEP 525 (remove_files) COMPLETE
52942024-07-25T01:55:04.195Z[ recovery-image] Jul 25 01:55:03.245 INFO O| Jul 25 01:55:03.245 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-07-25T01:55:04.204Z[ recovery-image] Jul 25 01:55:03.255 INFO O| Jul 25 01:55:03.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
52962024-07-25T01:55:04.204Z[ recovery-image] Jul 25 01:55:03.255 INFO O| Jul 25 01:55:03.255 INFO STEP 526 (remove_files) COMPLETE
52972024-07-25T01:55:04.207Z[ recovery-image] Jul 25 01:55:03.255 INFO O| Jul 25 01:55:03.255 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-07-25T01:55:04.213Z[ recovery-image] Jul 25 01:55:03.264 INFO O| Jul 25 01:55:03.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
52992024-07-25T01:55:04.213Z[ recovery-image] Jul 25 01:55:03.264 INFO O| Jul 25 01:55:03.264 INFO STEP 527 (remove_files) COMPLETE
53002024-07-25T01:55:04.213Z[ recovery-image] Jul 25 01:55:03.264 INFO O| Jul 25 01:55:03.264 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-07-25T01:55:04.224Z[ recovery-image] Jul 25 01:55:03.274 INFO O| Jul 25 01:55:03.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
53022024-07-25T01:55:04.224Z[ recovery-image] Jul 25 01:55:03.274 INFO O| Jul 25 01:55:03.274 INFO STEP 528 (remove_files) COMPLETE
53032024-07-25T01:55:04.224Z[ recovery-image] Jul 25 01:55:03.274 INFO O| Jul 25 01:55:03.274 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-07-25T01:55:04.236Z[ recovery-image] Jul 25 01:55:03.283 INFO O| Jul 25 01:55:03.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
53052024-07-25T01:55:04.239Z[ recovery-image] Jul 25 01:55:03.283 INFO O| Jul 25 01:55:03.283 INFO STEP 529 (remove_files) COMPLETE
53062024-07-25T01:55:04.240Z[ recovery-image] Jul 25 01:55:03.283 INFO O| Jul 25 01:55:03.283 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-07-25T01:55:04.242Z[ recovery-image] Jul 25 01:55:03.293 INFO O| Jul 25 01:55:03.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
53082024-07-25T01:55:04.242Z[ recovery-image] Jul 25 01:55:03.293 INFO O| Jul 25 01:55:03.293 INFO STEP 530 (remove_files) COMPLETE
53092024-07-25T01:55:04.242Z[ recovery-image] Jul 25 01:55:03.293 INFO O| Jul 25 01:55:03.293 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-07-25T01:55:04.251Z[ recovery-image] Jul 25 01:55:03.302 INFO O| Jul 25 01:55:03.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
53112024-07-25T01:55:04.251Z[ recovery-image] Jul 25 01:55:03.302 INFO O| Jul 25 01:55:03.302 INFO STEP 531 (remove_files) COMPLETE
53122024-07-25T01:55:04.255Z[ recovery-image] Jul 25 01:55:03.302 INFO O| Jul 25 01:55:03.302 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-07-25T01:55:04.261Z[ recovery-image] Jul 25 01:55:03.311 INFO O| Jul 25 01:55:03.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
53142024-07-25T01:55:04.261Z[ recovery-image] Jul 25 01:55:03.311 INFO O| Jul 25 01:55:03.311 INFO STEP 532 (remove_files) COMPLETE
53152024-07-25T01:55:04.263Z[ recovery-image] Jul 25 01:55:03.311 INFO O| Jul 25 01:55:03.311 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-07-25T01:55:04.270Z[ recovery-image] Jul 25 01:55:03.321 INFO O| Jul 25 01:55:03.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
53172024-07-25T01:55:04.270Z[ recovery-image] Jul 25 01:55:03.321 INFO O| Jul 25 01:55:03.321 INFO STEP 533 (remove_files) COMPLETE
53182024-07-25T01:55:04.270Z[ recovery-image] Jul 25 01:55:03.321 INFO O| Jul 25 01:55:03.321 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-07-25T01:55:04.279Z[ recovery-image] Jul 25 01:55:03.330 INFO O| Jul 25 01:55:03.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
53202024-07-25T01:55:04.282Z[ recovery-image] Jul 25 01:55:03.330 INFO O| Jul 25 01:55:03.330 INFO STEP 534 (remove_files) COMPLETE
53212024-07-25T01:55:04.282Z[ recovery-image] Jul 25 01:55:03.330 INFO O| Jul 25 01:55:03.330 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-07-25T01:55:04.289Z[ recovery-image] Jul 25 01:55:03.339 INFO O| Jul 25 01:55:03.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
53232024-07-25T01:55:04.291Z[ recovery-image] Jul 25 01:55:03.339 INFO O| Jul 25 01:55:03.339 INFO STEP 535 (remove_files) COMPLETE
53242024-07-25T01:55:04.291Z[ recovery-image] Jul 25 01:55:03.339 INFO O| Jul 25 01:55:03.339 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-07-25T01:55:04.298Z[ recovery-image] Jul 25 01:55:03.349 INFO O| Jul 25 01:55:03.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
53262024-07-25T01:55:04.298Z[ recovery-image] Jul 25 01:55:03.349 INFO O| Jul 25 01:55:03.349 INFO STEP 536 (remove_files) COMPLETE
53272024-07-25T01:55:04.301Z[ recovery-image] Jul 25 01:55:03.349 INFO O| Jul 25 01:55:03.349 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-07-25T01:55:04.307Z[ recovery-image] Jul 25 01:55:03.358 INFO O| Jul 25 01:55:03.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
53292024-07-25T01:55:04.310Z[ recovery-image] Jul 25 01:55:03.358 INFO O| Jul 25 01:55:03.358 INFO STEP 537 (remove_files) COMPLETE
53302024-07-25T01:55:04.310Z[ recovery-image] Jul 25 01:55:03.358 INFO O| Jul 25 01:55:03.358 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-07-25T01:55:04.317Z[ recovery-image] Jul 25 01:55:03.367 INFO O| Jul 25 01:55:03.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
53322024-07-25T01:55:04.317Z[ recovery-image] Jul 25 01:55:03.367 INFO O| Jul 25 01:55:03.367 INFO STEP 538 (remove_files) COMPLETE
53332024-07-25T01:55:04.319Z[ recovery-image] Jul 25 01:55:03.367 INFO O| Jul 25 01:55:03.367 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-07-25T01:55:04.326Z[ recovery-image] Jul 25 01:55:03.377 INFO O| Jul 25 01:55:03.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
53352024-07-25T01:55:04.326Z[ recovery-image] Jul 25 01:55:03.377 INFO O| Jul 25 01:55:03.377 INFO STEP 539 (remove_files) COMPLETE
53362024-07-25T01:55:04.326Z[ recovery-image] Jul 25 01:55:03.377 INFO O| Jul 25 01:55:03.377 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-07-25T01:55:04.335Z[ recovery-image] Jul 25 01:55:03.386 INFO O| Jul 25 01:55:03.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
53382024-07-25T01:55:04.335Z[ recovery-image] Jul 25 01:55:03.386 INFO O| Jul 25 01:55:03.386 INFO STEP 540 (remove_files) COMPLETE
53392024-07-25T01:55:04.338Z[ recovery-image] Jul 25 01:55:03.386 INFO O| Jul 25 01:55:03.386 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-07-25T01:55:04.345Z[ recovery-image] Jul 25 01:55:03.395 INFO O| Jul 25 01:55:03.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
53412024-07-25T01:55:04.345Z[ recovery-image] Jul 25 01:55:03.396 INFO O| Jul 25 01:55:03.396 INFO STEP 541 (remove_files) COMPLETE
53422024-07-25T01:55:04.348Z[ recovery-image] Jul 25 01:55:03.396 INFO O| Jul 25 01:55:03.396 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-07-25T01:55:04.354Z[ recovery-image] Jul 25 01:55:03.405 INFO O| Jul 25 01:55:03.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
53442024-07-25T01:55:04.354Z[ recovery-image] Jul 25 01:55:03.405 INFO O| Jul 25 01:55:03.405 INFO STEP 542 (remove_files) COMPLETE
53452024-07-25T01:55:04.357Z[ recovery-image] Jul 25 01:55:03.405 INFO O| Jul 25 01:55:03.405 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-07-25T01:55:04.365Z[ recovery-image] Jul 25 01:55:03.415 INFO O| Jul 25 01:55:03.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
53472024-07-25T01:55:04.367Z[ recovery-image] Jul 25 01:55:03.416 INFO O| Jul 25 01:55:03.415 INFO STEP 543 (remove_files) COMPLETE
53482024-07-25T01:55:04.367Z[ recovery-image] Jul 25 01:55:03.416 INFO O| Jul 25 01:55:03.415 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-07-25T01:55:04.374Z[ recovery-image] Jul 25 01:55:03.425 INFO O| Jul 25 01:55:03.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
53502024-07-25T01:55:04.377Z[ recovery-image] Jul 25 01:55:03.425 INFO O| Jul 25 01:55:03.425 INFO STEP 544 (remove_files) COMPLETE
53512024-07-25T01:55:04.377Z[ recovery-image] Jul 25 01:55:03.425 INFO O| Jul 25 01:55:03.425 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-07-25T01:55:04.384Z[ recovery-image] Jul 25 01:55:03.435 INFO O| Jul 25 01:55:03.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
53532024-07-25T01:55:04.387Z[ recovery-image] Jul 25 01:55:03.435 INFO O| Jul 25 01:55:03.435 INFO STEP 545 (remove_files) COMPLETE
53542024-07-25T01:55:04.387Z[ recovery-image] Jul 25 01:55:03.435 INFO O| Jul 25 01:55:03.435 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-07-25T01:55:04.399Z[ recovery-image] Jul 25 01:55:03.445 INFO O| Jul 25 01:55:03.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
53562024-07-25T01:55:04.399Z[ recovery-image] Jul 25 01:55:03.445 INFO O| Jul 25 01:55:03.445 INFO STEP 546 (remove_files) COMPLETE
53572024-07-25T01:55:04.403Z[ recovery-image] Jul 25 01:55:03.445 INFO O| Jul 25 01:55:03.445 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-07-25T01:55:04.406Z[ recovery-image] Jul 25 01:55:03.455 INFO O| Jul 25 01:55:03.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
53592024-07-25T01:55:04.406Z[ recovery-image] Jul 25 01:55:03.455 INFO O| Jul 25 01:55:03.455 INFO STEP 547 (remove_files) COMPLETE
53602024-07-25T01:55:04.406Z[ recovery-image] Jul 25 01:55:03.455 INFO O| Jul 25 01:55:03.455 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-07-25T01:55:04.414Z[ recovery-image] Jul 25 01:55:03.464 INFO O| Jul 25 01:55:03.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
53622024-07-25T01:55:04.414Z[ recovery-image] Jul 25 01:55:03.464 INFO O| Jul 25 01:55:03.464 INFO STEP 548 (remove_files) COMPLETE
53632024-07-25T01:55:04.416Z[ recovery-image] Jul 25 01:55:03.464 INFO O| Jul 25 01:55:03.464 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-07-25T01:55:04.423Z[ recovery-image] Jul 25 01:55:03.474 INFO O| Jul 25 01:55:03.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
53652024-07-25T01:55:04.426Z[ recovery-image] Jul 25 01:55:03.474 INFO O| Jul 25 01:55:03.474 INFO STEP 549 (remove_files) COMPLETE
53662024-07-25T01:55:04.426Z[ recovery-image] Jul 25 01:55:03.474 INFO O| Jul 25 01:55:03.474 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-07-25T01:55:04.435Z[ recovery-image] Jul 25 01:55:03.486 INFO O| Jul 25 01:55:03.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
53682024-07-25T01:55:04.435Z[ recovery-image] Jul 25 01:55:03.486 INFO O| Jul 25 01:55:03.486 INFO STEP 550 (remove_files) COMPLETE
53692024-07-25T01:55:04.435Z[ recovery-image] Jul 25 01:55:03.486 INFO O| Jul 25 01:55:03.486 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-07-25T01:55:04.446Z[ recovery-image] Jul 25 01:55:03.496 INFO O| Jul 25 01:55:03.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
53712024-07-25T01:55:04.446Z[ recovery-image] Jul 25 01:55:03.496 INFO O| Jul 25 01:55:03.496 INFO STEP 551 (remove_files) COMPLETE
53722024-07-25T01:55:04.448Z[ recovery-image] Jul 25 01:55:03.496 INFO O| Jul 25 01:55:03.496 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-07-25T01:55:04.455Z[ recovery-image] Jul 25 01:55:03.506 INFO O| Jul 25 01:55:03.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
53742024-07-25T01:55:04.455Z[ recovery-image] Jul 25 01:55:03.506 INFO O| Jul 25 01:55:03.506 INFO STEP 552 (remove_files) COMPLETE
53752024-07-25T01:55:04.455Z[ recovery-image] Jul 25 01:55:03.506 INFO O| Jul 25 01:55:03.506 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-07-25T01:55:04.465Z[ recovery-image] Jul 25 01:55:03.515 INFO O| Jul 25 01:55:03.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
53772024-07-25T01:55:04.467Z[ recovery-image] Jul 25 01:55:03.515 INFO O| Jul 25 01:55:03.515 INFO STEP 553 (remove_files) COMPLETE
53782024-07-25T01:55:04.467Z[ recovery-image] Jul 25 01:55:03.515 INFO O| Jul 25 01:55:03.515 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-07-25T01:55:04.474Z[ recovery-image] Jul 25 01:55:03.525 INFO O| Jul 25 01:55:03.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
53802024-07-25T01:55:04.474Z[ recovery-image] Jul 25 01:55:03.525 INFO O| Jul 25 01:55:03.525 INFO STEP 554 (remove_files) COMPLETE
53812024-07-25T01:55:04.474Z[ recovery-image] Jul 25 01:55:03.525 INFO O| Jul 25 01:55:03.525 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-07-25T01:55:04.484Z[ recovery-image] Jul 25 01:55:03.535 INFO O| Jul 25 01:55:03.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
53832024-07-25T01:55:04.487Z[ recovery-image] Jul 25 01:55:03.535 INFO O| Jul 25 01:55:03.535 INFO STEP 555 (remove_files) COMPLETE
53842024-07-25T01:55:04.487Z[ recovery-image] Jul 25 01:55:03.535 INFO O| Jul 25 01:55:03.535 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-07-25T01:55:04.495Z[ recovery-image] Jul 25 01:55:03.546 INFO O| Jul 25 01:55:03.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
53862024-07-25T01:55:04.495Z[ recovery-image] Jul 25 01:55:03.546 INFO O| Jul 25 01:55:03.546 INFO STEP 556 (remove_files) COMPLETE
53872024-07-25T01:55:04.495Z[ recovery-image] Jul 25 01:55:03.546 INFO O| Jul 25 01:55:03.546 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-07-25T01:55:04.507Z[ recovery-image] Jul 25 01:55:03.557 INFO O| Jul 25 01:55:03.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
53892024-07-25T01:55:04.507Z[ recovery-image] Jul 25 01:55:03.558 INFO O| Jul 25 01:55:03.558 INFO STEP 557 (remove_files) COMPLETE
53902024-07-25T01:55:04.510Z[ recovery-image] Jul 25 01:55:03.558 INFO O| Jul 25 01:55:03.558 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-07-25T01:55:04.516Z[ recovery-image] Jul 25 01:55:03.567 INFO O| Jul 25 01:55:03.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
53922024-07-25T01:55:04.519Z[ recovery-image] Jul 25 01:55:03.567 INFO O| Jul 25 01:55:03.567 INFO STEP 558 (remove_files) COMPLETE
53932024-07-25T01:55:04.519Z[ recovery-image] Jul 25 01:55:03.567 INFO O| Jul 25 01:55:03.567 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-07-25T01:55:04.526Z[ recovery-image] Jul 25 01:55:03.577 INFO O| Jul 25 01:55:03.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
53952024-07-25T01:55:04.529Z[ recovery-image] Jul 25 01:55:03.578 INFO O| Jul 25 01:55:03.578 INFO STEP 559 (remove_files) COMPLETE
53962024-07-25T01:55:04.529Z[ recovery-image] Jul 25 01:55:03.578 INFO O| Jul 25 01:55:03.578 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-07-25T01:55:04.537Z[ recovery-image] Jul 25 01:55:03.588 INFO O| Jul 25 01:55:03.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
53982024-07-25T01:55:04.537Z[ recovery-image] Jul 25 01:55:03.588 INFO O| Jul 25 01:55:03.588 INFO STEP 560 (remove_files) COMPLETE
53992024-07-25T01:55:04.540Z[ recovery-image] Jul 25 01:55:03.588 INFO O| Jul 25 01:55:03.588 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-07-25T01:55:04.547Z[ recovery-image] Jul 25 01:55:03.597 INFO O| Jul 25 01:55:03.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
54012024-07-25T01:55:04.547Z[ recovery-image] Jul 25 01:55:03.597 INFO O| Jul 25 01:55:03.597 INFO STEP 561 (remove_files) COMPLETE
54022024-07-25T01:55:04.550Z[ recovery-image] Jul 25 01:55:03.597 INFO O| Jul 25 01:55:03.597 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-07-25T01:55:04.556Z[ recovery-image] Jul 25 01:55:03.607 INFO O| Jul 25 01:55:03.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
54042024-07-25T01:55:04.559Z[ recovery-image] Jul 25 01:55:03.608 INFO O| Jul 25 01:55:03.608 INFO STEP 562 (remove_files) COMPLETE
54052024-07-25T01:55:04.559Z[ recovery-image] Jul 25 01:55:03.608 INFO O| Jul 25 01:55:03.608 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-07-25T01:55:04.567Z[ recovery-image] Jul 25 01:55:03.617 INFO O| Jul 25 01:55:03.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
54072024-07-25T01:55:04.567Z[ recovery-image] Jul 25 01:55:03.617 INFO O| Jul 25 01:55:03.617 INFO STEP 563 (remove_files) COMPLETE
54082024-07-25T01:55:04.570Z[ recovery-image] Jul 25 01:55:03.617 INFO O| Jul 25 01:55:03.617 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-07-25T01:55:04.570Z[ host-image] Jul 25 01:55:03.619 INFO O| Jul 25 01:55:03.619 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
54102024-07-25T01:55:04.577Z[ recovery-image] Jul 25 01:55:03.627 INFO O| Jul 25 01:55:03.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
54112024-07-25T01:55:04.580Z[ recovery-image] Jul 25 01:55:03.628 INFO O| Jul 25 01:55:03.628 INFO STEP 564 (remove_files) COMPLETE
54122024-07-25T01:55:04.580Z[ recovery-image] Jul 25 01:55:03.628 INFO O| Jul 25 01:55:03.628 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-07-25T01:55:04.587Z[ recovery-image] Jul 25 01:55:03.638 INFO O| Jul 25 01:55:03.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
54142024-07-25T01:55:04.587Z[ recovery-image] Jul 25 01:55:03.638 INFO O| Jul 25 01:55:03.638 INFO STEP 565 (remove_files) COMPLETE
54152024-07-25T01:55:04.587Z[ recovery-image] Jul 25 01:55:03.638 INFO O| Jul 25 01:55:03.638 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-07-25T01:55:04.597Z[ recovery-image] Jul 25 01:55:03.648 INFO O| Jul 25 01:55:03.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
54172024-07-25T01:55:04.597Z[ recovery-image] Jul 25 01:55:03.648 INFO O| Jul 25 01:55:03.648 INFO STEP 566 (remove_files) COMPLETE
54182024-07-25T01:55:04.600Z[ recovery-image] Jul 25 01:55:03.648 INFO O| Jul 25 01:55:03.648 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-07-25T01:55:04.607Z[ recovery-image] Jul 25 01:55:03.658 INFO O| Jul 25 01:55:03.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
54202024-07-25T01:55:04.607Z[ recovery-image] Jul 25 01:55:03.658 INFO O| Jul 25 01:55:03.658 INFO STEP 567 (remove_files) COMPLETE
54212024-07-25T01:55:04.607Z[ recovery-image] Jul 25 01:55:03.658 INFO O| Jul 25 01:55:03.658 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-07-25T01:55:04.617Z[ recovery-image] Jul 25 01:55:03.667 INFO O| Jul 25 01:55:03.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
54232024-07-25T01:55:04.617Z[ recovery-image] Jul 25 01:55:03.667 INFO O| Jul 25 01:55:03.667 INFO STEP 568 (remove_files) COMPLETE
54242024-07-25T01:55:04.619Z[ recovery-image] Jul 25 01:55:03.667 INFO O| Jul 25 01:55:03.667 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-07-25T01:55:04.626Z[ recovery-image] Jul 25 01:55:03.677 INFO O| Jul 25 01:55:03.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
54262024-07-25T01:55:04.626Z[ recovery-image] Jul 25 01:55:03.677 INFO O| Jul 25 01:55:03.677 INFO STEP 569 (remove_files) COMPLETE
54272024-07-25T01:55:04.626Z[ recovery-image] Jul 25 01:55:03.677 INFO O| Jul 25 01:55:03.677 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-07-25T01:55:04.636Z[ recovery-image] Jul 25 01:55:03.687 INFO O| Jul 25 01:55:03.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
54292024-07-25T01:55:04.636Z[ recovery-image] Jul 25 01:55:03.687 INFO O| Jul 25 01:55:03.687 INFO STEP 570 (remove_files) COMPLETE
54302024-07-25T01:55:04.639Z[ recovery-image] Jul 25 01:55:03.687 INFO O| Jul 25 01:55:03.687 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-07-25T01:55:04.646Z[ recovery-image] Jul 25 01:55:03.696 INFO O| Jul 25 01:55:03.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
54322024-07-25T01:55:04.646Z[ recovery-image] Jul 25 01:55:03.696 INFO O| Jul 25 01:55:03.696 INFO STEP 571 (remove_files) COMPLETE
54332024-07-25T01:55:04.646Z[ recovery-image] Jul 25 01:55:03.696 INFO O| Jul 25 01:55:03.696 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-07-25T01:55:04.655Z[ recovery-image] Jul 25 01:55:03.706 INFO O| Jul 25 01:55:03.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
54352024-07-25T01:55:04.655Z[ recovery-image] Jul 25 01:55:03.706 INFO O| Jul 25 01:55:03.706 INFO STEP 572 (remove_files) COMPLETE
54362024-07-25T01:55:04.658Z[ recovery-image] Jul 25 01:55:03.706 INFO O| Jul 25 01:55:03.706 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-07-25T01:55:04.665Z[ recovery-image] Jul 25 01:55:03.716 INFO O| Jul 25 01:55:03.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
54382024-07-25T01:55:04.665Z[ recovery-image] Jul 25 01:55:03.716 INFO O| Jul 25 01:55:03.716 INFO STEP 573 (remove_files) COMPLETE
54392024-07-25T01:55:04.665Z[ recovery-image] Jul 25 01:55:03.716 INFO O| Jul 25 01:55:03.716 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-07-25T01:55:04.676Z[ recovery-image] Jul 25 01:55:03.727 INFO O| Jul 25 01:55:03.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
54412024-07-25T01:55:04.679Z[ recovery-image] Jul 25 01:55:03.727 INFO O| Jul 25 01:55:03.727 INFO STEP 574 (remove_files) COMPLETE
54422024-07-25T01:55:04.679Z[ recovery-image] Jul 25 01:55:03.727 INFO O| Jul 25 01:55:03.727 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-07-25T01:55:04.687Z[ recovery-image] Jul 25 01:55:03.738 INFO O| Jul 25 01:55:03.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
54442024-07-25T01:55:04.687Z[ recovery-image] Jul 25 01:55:03.738 INFO O| Jul 25 01:55:03.738 INFO STEP 575 (remove_files) COMPLETE
54452024-07-25T01:55:04.690Z[ recovery-image] Jul 25 01:55:03.738 INFO O| Jul 25 01:55:03.738 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-07-25T01:55:04.698Z[ recovery-image] Jul 25 01:55:03.748 INFO O| Jul 25 01:55:03.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
54472024-07-25T01:55:04.700Z[ recovery-image] Jul 25 01:55:03.749 INFO O| Jul 25 01:55:03.748 INFO STEP 576 (remove_files) COMPLETE
54482024-07-25T01:55:04.700Z[ recovery-image] Jul 25 01:55:03.749 INFO O| Jul 25 01:55:03.748 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-07-25T01:55:04.708Z[ recovery-image] Jul 25 01:55:03.759 INFO O| Jul 25 01:55:03.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
54502024-07-25T01:55:04.708Z[ recovery-image] Jul 25 01:55:03.759 INFO O| Jul 25 01:55:03.759 INFO STEP 577 (remove_files) COMPLETE
54512024-07-25T01:55:04.711Z[ recovery-image] Jul 25 01:55:03.759 INFO O| Jul 25 01:55:03.759 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-07-25T01:55:04.717Z[ recovery-image] Jul 25 01:55:03.768 INFO O| Jul 25 01:55:03.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
54532024-07-25T01:55:04.720Z[ recovery-image] Jul 25 01:55:03.768 INFO O| Jul 25 01:55:03.768 INFO STEP 578 (remove_files) COMPLETE
54542024-07-25T01:55:04.720Z[ recovery-image] Jul 25 01:55:03.768 INFO O| Jul 25 01:55:03.768 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-07-25T01:55:04.727Z[ recovery-image] Jul 25 01:55:03.778 INFO O| Jul 25 01:55:03.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
54562024-07-25T01:55:04.727Z[ recovery-image] Jul 25 01:55:03.778 INFO O| Jul 25 01:55:03.778 INFO STEP 579 (remove_files) COMPLETE
54572024-07-25T01:55:04.730Z[ recovery-image] Jul 25 01:55:03.778 INFO O| Jul 25 01:55:03.778 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-07-25T01:55:04.737Z[ recovery-image] Jul 25 01:55:03.788 INFO O| Jul 25 01:55:03.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
54592024-07-25T01:55:04.740Z[ recovery-image] Jul 25 01:55:03.788 INFO O| Jul 25 01:55:03.788 INFO STEP 580 (remove_files) COMPLETE
54602024-07-25T01:55:04.740Z[ recovery-image] Jul 25 01:55:03.788 INFO O| Jul 25 01:55:03.788 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-07-25T01:55:04.747Z[ recovery-image] Jul 25 01:55:03.798 INFO O| Jul 25 01:55:03.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
54622024-07-25T01:55:04.750Z[ recovery-image] Jul 25 01:55:03.798 INFO O| Jul 25 01:55:03.798 INFO STEP 581 (remove_files) COMPLETE
54632024-07-25T01:55:04.750Z[ recovery-image] Jul 25 01:55:03.798 INFO O| Jul 25 01:55:03.798 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-07-25T01:55:04.757Z[ recovery-image] Jul 25 01:55:03.808 INFO O| Jul 25 01:55:03.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
54652024-07-25T01:55:04.757Z[ recovery-image] Jul 25 01:55:03.808 INFO O| Jul 25 01:55:03.808 INFO STEP 582 (remove_files) COMPLETE
54662024-07-25T01:55:04.760Z[ recovery-image] Jul 25 01:55:03.808 INFO O| Jul 25 01:55:03.808 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-07-25T01:55:04.767Z[ recovery-image] Jul 25 01:55:03.818 INFO O| Jul 25 01:55:03.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
54682024-07-25T01:55:04.767Z[ recovery-image] Jul 25 01:55:03.818 INFO O| Jul 25 01:55:03.818 INFO STEP 583 (remove_files) COMPLETE
54692024-07-25T01:55:04.767Z[ recovery-image] Jul 25 01:55:03.818 INFO O| Jul 25 01:55:03.818 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-07-25T01:55:04.777Z[ recovery-image] Jul 25 01:55:03.828 INFO O| Jul 25 01:55:03.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
54712024-07-25T01:55:04.777Z[ recovery-image] Jul 25 01:55:03.828 INFO O| Jul 25 01:55:03.828 INFO STEP 584 (remove_files) COMPLETE
54722024-07-25T01:55:04.777Z[ recovery-image] Jul 25 01:55:03.828 INFO O| Jul 25 01:55:03.828 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-07-25T01:55:04.787Z[ recovery-image] Jul 25 01:55:03.838 INFO O| Jul 25 01:55:03.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
54742024-07-25T01:55:04.787Z[ recovery-image] Jul 25 01:55:03.838 INFO O| Jul 25 01:55:03.838 INFO STEP 585 (remove_files) COMPLETE
54752024-07-25T01:55:04.790Z[ recovery-image] Jul 25 01:55:03.838 INFO O| Jul 25 01:55:03.838 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-07-25T01:55:04.797Z[ recovery-image] Jul 25 01:55:03.847 INFO O| Jul 25 01:55:03.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
54772024-07-25T01:55:04.797Z[ recovery-image] Jul 25 01:55:03.848 INFO O| Jul 25 01:55:03.848 INFO STEP 586 (remove_files) COMPLETE
54782024-07-25T01:55:04.797Z[ recovery-image] Jul 25 01:55:03.848 INFO O| Jul 25 01:55:03.848 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-07-25T01:55:04.807Z[ recovery-image] Jul 25 01:55:03.857 INFO O| Jul 25 01:55:03.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
54802024-07-25T01:55:04.807Z[ recovery-image] Jul 25 01:55:03.857 INFO O| Jul 25 01:55:03.857 INFO STEP 587 (remove_files) COMPLETE
54812024-07-25T01:55:04.807Z[ recovery-image] Jul 25 01:55:03.858 INFO O| Jul 25 01:55:03.857 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-07-25T01:55:04.818Z[ recovery-image] Jul 25 01:55:03.867 INFO O| Jul 25 01:55:03.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
54832024-07-25T01:55:04.818Z[ recovery-image] Jul 25 01:55:03.867 INFO O| Jul 25 01:55:03.867 INFO STEP 588 (remove_files) COMPLETE
54842024-07-25T01:55:04.818Z[ recovery-image] Jul 25 01:55:03.867 INFO O| Jul 25 01:55:03.867 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-07-25T01:55:04.827Z[ recovery-image] Jul 25 01:55:03.877 INFO O| Jul 25 01:55:03.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
54862024-07-25T01:55:04.827Z[ recovery-image] Jul 25 01:55:03.878 INFO O| Jul 25 01:55:03.878 INFO STEP 589 (remove_files) COMPLETE
54872024-07-25T01:55:04.827Z[ recovery-image] Jul 25 01:55:03.878 INFO O| Jul 25 01:55:03.878 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-07-25T01:55:04.839Z[ recovery-image] Jul 25 01:55:03.890 INFO O| Jul 25 01:55:03.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
54892024-07-25T01:55:04.839Z[ recovery-image] Jul 25 01:55:03.890 INFO O| Jul 25 01:55:03.890 INFO STEP 590 (remove_files) COMPLETE
54902024-07-25T01:55:04.839Z[ recovery-image] Jul 25 01:55:03.890 INFO O| Jul 25 01:55:03.890 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-07-25T01:55:04.850Z[ recovery-image] Jul 25 01:55:03.901 INFO O| Jul 25 01:55:03.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
54922024-07-25T01:55:04.853Z[ recovery-image] Jul 25 01:55:03.901 INFO O| Jul 25 01:55:03.901 INFO STEP 591 (remove_files) COMPLETE
54932024-07-25T01:55:04.853Z[ recovery-image] Jul 25 01:55:03.901 INFO O| Jul 25 01:55:03.901 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-07-25T01:55:04.860Z[ recovery-image] Jul 25 01:55:03.911 INFO O| Jul 25 01:55:03.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
54952024-07-25T01:55:04.863Z[ recovery-image] Jul 25 01:55:03.911 INFO O| Jul 25 01:55:03.911 INFO STEP 592 (remove_files) COMPLETE
54962024-07-25T01:55:04.863Z[ recovery-image] Jul 25 01:55:03.911 INFO O| Jul 25 01:55:03.911 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-07-25T01:55:04.870Z[ recovery-image] Jul 25 01:55:03.921 INFO O| Jul 25 01:55:03.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
54982024-07-25T01:55:04.870Z[ recovery-image] Jul 25 01:55:03.921 INFO O| Jul 25 01:55:03.921 INFO STEP 593 (remove_files) COMPLETE
54992024-07-25T01:55:04.870Z[ recovery-image] Jul 25 01:55:03.921 INFO O| Jul 25 01:55:03.921 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-07-25T01:55:04.880Z[ recovery-image] Jul 25 01:55:03.931 INFO O| Jul 25 01:55:03.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
55012024-07-25T01:55:04.883Z[ recovery-image] Jul 25 01:55:03.932 INFO O| Jul 25 01:55:03.932 INFO STEP 594 (remove_files) COMPLETE
55022024-07-25T01:55:04.883Z[ recovery-image] Jul 25 01:55:03.932 INFO O| Jul 25 01:55:03.932 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-07-25T01:55:04.891Z[ recovery-image] Jul 25 01:55:03.942 INFO O| Jul 25 01:55:03.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
55042024-07-25T01:55:04.891Z[ recovery-image] Jul 25 01:55:03.942 INFO O| Jul 25 01:55:03.942 INFO STEP 595 (remove_files) COMPLETE
55052024-07-25T01:55:04.891Z[ recovery-image] Jul 25 01:55:03.942 INFO O| Jul 25 01:55:03.942 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-07-25T01:55:04.901Z[ recovery-image] Jul 25 01:55:03.952 INFO O| Jul 25 01:55:03.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
55072024-07-25T01:55:04.901Z[ recovery-image] Jul 25 01:55:03.952 INFO O| Jul 25 01:55:03.952 INFO STEP 596 (remove_files) COMPLETE
55082024-07-25T01:55:04.902Z[ recovery-image] Jul 25 01:55:03.952 INFO O| Jul 25 01:55:03.952 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-07-25T01:55:04.911Z[ recovery-image] Jul 25 01:55:03.962 INFO O| Jul 25 01:55:03.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
55102024-07-25T01:55:04.912Z[ recovery-image] Jul 25 01:55:03.962 INFO O| Jul 25 01:55:03.962 INFO STEP 597 (remove_files) COMPLETE
55112024-07-25T01:55:04.912Z[ recovery-image] Jul 25 01:55:03.962 INFO O| Jul 25 01:55:03.962 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-07-25T01:55:04.923Z[ recovery-image] Jul 25 01:55:03.973 INFO O| Jul 25 01:55:03.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
55132024-07-25T01:55:04.923Z[ recovery-image] Jul 25 01:55:03.973 INFO O| Jul 25 01:55:03.973 INFO STEP 598 (remove_files) COMPLETE
55142024-07-25T01:55:04.923Z[ recovery-image] Jul 25 01:55:03.973 INFO O| Jul 25 01:55:03.973 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-07-25T01:55:04.933Z[ recovery-image] Jul 25 01:55:03.984 INFO O| Jul 25 01:55:03.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
55162024-07-25T01:55:04.936Z[ recovery-image] Jul 25 01:55:03.984 INFO O| Jul 25 01:55:03.984 INFO STEP 599 (remove_files) COMPLETE
55172024-07-25T01:55:04.936Z[ recovery-image] Jul 25 01:55:03.984 INFO O| Jul 25 01:55:03.984 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-07-25T01:55:04.943Z[ recovery-image] Jul 25 01:55:03.994 INFO O| Jul 25 01:55:03.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
55192024-07-25T01:55:04.943Z[ recovery-image] Jul 25 01:55:03.994 INFO O| Jul 25 01:55:03.994 INFO STEP 600 (remove_files) COMPLETE
55202024-07-25T01:55:04.946Z[ recovery-image] Jul 25 01:55:03.994 INFO O| Jul 25 01:55:03.994 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-07-25T01:55:04.953Z[ recovery-image] Jul 25 01:55:04.004 INFO O| Jul 25 01:55:04.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
55222024-07-25T01:55:04.953Z[ recovery-image] Jul 25 01:55:04.004 INFO O| Jul 25 01:55:04.004 INFO STEP 601 (remove_files) COMPLETE
55232024-07-25T01:55:04.956Z[ recovery-image] Jul 25 01:55:04.004 INFO O| Jul 25 01:55:04.004 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-07-25T01:55:04.964Z[ recovery-image] Jul 25 01:55:04.014 INFO O| Jul 25 01:55:04.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
55252024-07-25T01:55:04.964Z[ recovery-image] Jul 25 01:55:04.015 INFO O| Jul 25 01:55:04.015 INFO STEP 602 (remove_files) COMPLETE
55262024-07-25T01:55:04.964Z[ recovery-image] Jul 25 01:55:04.015 INFO O| Jul 25 01:55:04.015 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-07-25T01:55:04.975Z[ recovery-image] Jul 25 01:55:04.026 INFO O| Jul 25 01:55:04.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
55282024-07-25T01:55:04.975Z[ recovery-image] Jul 25 01:55:04.026 INFO O| Jul 25 01:55:04.026 INFO STEP 603 (remove_files) COMPLETE
55292024-07-25T01:55:04.978Z[ recovery-image] Jul 25 01:55:04.026 INFO O| Jul 25 01:55:04.026 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-07-25T01:55:04.986Z[ recovery-image] Jul 25 01:55:04.037 INFO O| Jul 25 01:55:04.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
55312024-07-25T01:55:04.989Z[ recovery-image] Jul 25 01:55:04.037 INFO O| Jul 25 01:55:04.037 INFO STEP 604 (remove_files) COMPLETE
55322024-07-25T01:55:04.989Z[ recovery-image] Jul 25 01:55:04.037 INFO O| Jul 25 01:55:04.037 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-07-25T01:55:04.997Z[ recovery-image] Jul 25 01:55:04.047 INFO O| Jul 25 01:55:04.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
55342024-07-25T01:55:04.997Z[ recovery-image] Jul 25 01:55:04.048 INFO O| Jul 25 01:55:04.048 INFO STEP 605 (remove_files) COMPLETE
55352024-07-25T01:55:05.000Z[ recovery-image] Jul 25 01:55:04.048 INFO O| Jul 25 01:55:04.048 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-07-25T01:55:05.010Z[ recovery-image] Jul 25 01:55:04.060 INFO O| Jul 25 01:55:04.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
55372024-07-25T01:55:05.010Z[ recovery-image] Jul 25 01:55:04.060 INFO O| Jul 25 01:55:04.060 INFO STEP 606 (remove_files) COMPLETE
55382024-07-25T01:55:05.010Z[ recovery-image] Jul 25 01:55:04.060 INFO O| Jul 25 01:55:04.060 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-07-25T01:55:05.020Z[ recovery-image] Jul 25 01:55:04.071 INFO O| Jul 25 01:55:04.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
55402024-07-25T01:55:05.023Z[ recovery-image] Jul 25 01:55:04.071 INFO O| Jul 25 01:55:04.071 INFO STEP 607 (remove_files) COMPLETE
55412024-07-25T01:55:05.023Z[ recovery-image] Jul 25 01:55:04.071 INFO O| Jul 25 01:55:04.071 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-07-25T01:55:05.031Z[ recovery-image] Jul 25 01:55:04.081 INFO O| Jul 25 01:55:04.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
55432024-07-25T01:55:05.034Z[ recovery-image] Jul 25 01:55:04.082 INFO O| Jul 25 01:55:04.081 INFO STEP 608 (remove_files) COMPLETE
55442024-07-25T01:55:05.034Z[ recovery-image] Jul 25 01:55:04.082 INFO O| Jul 25 01:55:04.081 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-07-25T01:55:05.041Z[ recovery-image] Jul 25 01:55:04.091 INFO O| Jul 25 01:55:04.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
55462024-07-25T01:55:05.044Z[ recovery-image] Jul 25 01:55:04.092 INFO O| Jul 25 01:55:04.091 INFO STEP 609 (remove_files) COMPLETE
55472024-07-25T01:55:05.044Z[ recovery-image] Jul 25 01:55:04.092 INFO O| Jul 25 01:55:04.091 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-07-25T01:55:05.052Z[ recovery-image] Jul 25 01:55:04.103 INFO O| Jul 25 01:55:04.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
55492024-07-25T01:55:05.055Z[ recovery-image] Jul 25 01:55:04.103 INFO O| Jul 25 01:55:04.103 INFO STEP 610 (remove_files) COMPLETE
55502024-07-25T01:55:05.055Z[ recovery-image] Jul 25 01:55:04.103 INFO O| Jul 25 01:55:04.103 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-07-25T01:55:05.063Z[ recovery-image] Jul 25 01:55:04.113 INFO O| Jul 25 01:55:04.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
55522024-07-25T01:55:05.063Z[ recovery-image] Jul 25 01:55:04.113 INFO O| Jul 25 01:55:04.113 INFO STEP 611 (remove_files) COMPLETE
55532024-07-25T01:55:05.063Z[ recovery-image] Jul 25 01:55:04.113 INFO O| Jul 25 01:55:04.113 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-07-25T01:55:05.072Z[ recovery-image] Jul 25 01:55:04.123 INFO O| Jul 25 01:55:04.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
55552024-07-25T01:55:05.072Z[ recovery-image] Jul 25 01:55:04.123 INFO O| Jul 25 01:55:04.123 INFO STEP 612 (remove_files) COMPLETE
55562024-07-25T01:55:05.072Z[ recovery-image] Jul 25 01:55:04.123 INFO O| Jul 25 01:55:04.123 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-07-25T01:55:05.083Z[ recovery-image] Jul 25 01:55:04.133 INFO O| Jul 25 01:55:04.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
55582024-07-25T01:55:05.085Z[ recovery-image] Jul 25 01:55:04.133 INFO O| Jul 25 01:55:04.133 INFO STEP 613 (remove_files) COMPLETE
55592024-07-25T01:55:05.085Z[ recovery-image] Jul 25 01:55:04.133 INFO O| Jul 25 01:55:04.133 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-07-25T01:55:05.092Z[ recovery-image] Jul 25 01:55:04.143 INFO O| Jul 25 01:55:04.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
55612024-07-25T01:55:05.092Z[ recovery-image] Jul 25 01:55:04.143 INFO O| Jul 25 01:55:04.143 INFO STEP 614 (remove_files) COMPLETE
55622024-07-25T01:55:05.095Z[ recovery-image] Jul 25 01:55:04.143 INFO O| Jul 25 01:55:04.143 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-07-25T01:55:05.102Z[ recovery-image] Jul 25 01:55:04.152 INFO O| Jul 25 01:55:04.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
55642024-07-25T01:55:05.102Z[ recovery-image] Jul 25 01:55:04.152 INFO O| Jul 25 01:55:04.152 INFO STEP 615 (remove_files) COMPLETE
55652024-07-25T01:55:05.102Z[ recovery-image] Jul 25 01:55:04.152 INFO O| Jul 25 01:55:04.152 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-07-25T01:55:05.111Z[ recovery-image] Jul 25 01:55:04.162 INFO O| Jul 25 01:55:04.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
55672024-07-25T01:55:05.111Z[ recovery-image] Jul 25 01:55:04.162 INFO O| Jul 25 01:55:04.162 INFO STEP 616 (remove_files) COMPLETE
55682024-07-25T01:55:05.114Z[ recovery-image] Jul 25 01:55:04.162 INFO O| Jul 25 01:55:04.162 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-07-25T01:55:05.120Z[ recovery-image] Jul 25 01:55:04.171 INFO O| Jul 25 01:55:04.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
55702024-07-25T01:55:05.120Z[ recovery-image] Jul 25 01:55:04.171 INFO O| Jul 25 01:55:04.171 INFO STEP 617 (remove_files) COMPLETE
55712024-07-25T01:55:05.123Z[ recovery-image] Jul 25 01:55:04.171 INFO O| Jul 25 01:55:04.171 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-07-25T01:55:05.130Z[ recovery-image] Jul 25 01:55:04.180 INFO O| Jul 25 01:55:04.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
55732024-07-25T01:55:05.133Z[ recovery-image] Jul 25 01:55:04.181 INFO O| Jul 25 01:55:04.181 INFO STEP 618 (remove_files) COMPLETE
55742024-07-25T01:55:05.133Z[ recovery-image] Jul 25 01:55:04.181 INFO O| Jul 25 01:55:04.181 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-07-25T01:55:05.140Z[ recovery-image] Jul 25 01:55:04.191 INFO O| Jul 25 01:55:04.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
55762024-07-25T01:55:05.143Z[ recovery-image] Jul 25 01:55:04.191 INFO O| Jul 25 01:55:04.191 INFO STEP 619 (remove_files) COMPLETE
55772024-07-25T01:55:05.143Z[ recovery-image] Jul 25 01:55:04.191 INFO O| Jul 25 01:55:04.191 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-07-25T01:55:05.150Z[ recovery-image] Jul 25 01:55:04.201 INFO O| Jul 25 01:55:04.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
55792024-07-25T01:55:05.150Z[ recovery-image] Jul 25 01:55:04.201 INFO O| Jul 25 01:55:04.201 INFO STEP 620 (remove_files) COMPLETE
55802024-07-25T01:55:05.153Z[ recovery-image] Jul 25 01:55:04.201 INFO O| Jul 25 01:55:04.201 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-07-25T01:55:05.159Z[ recovery-image] Jul 25 01:55:04.210 INFO O| Jul 25 01:55:04.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
55822024-07-25T01:55:05.162Z[ recovery-image] Jul 25 01:55:04.210 INFO O| Jul 25 01:55:04.210 INFO STEP 621 (remove_files) COMPLETE
55832024-07-25T01:55:05.162Z[ recovery-image] Jul 25 01:55:04.210 INFO O| Jul 25 01:55:04.210 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-07-25T01:55:05.169Z[ recovery-image] Jul 25 01:55:04.220 INFO O| Jul 25 01:55:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
55852024-07-25T01:55:05.169Z[ recovery-image] Jul 25 01:55:04.220 INFO O| Jul 25 01:55:04.220 INFO STEP 622 (remove_files) COMPLETE
55862024-07-25T01:55:05.169Z[ recovery-image] Jul 25 01:55:04.220 INFO O| Jul 25 01:55:04.220 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-07-25T01:55:05.179Z[ recovery-image] Jul 25 01:55:04.229 INFO O| Jul 25 01:55:04.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
55882024-07-25T01:55:05.179Z[ recovery-image] Jul 25 01:55:04.229 INFO O| Jul 25 01:55:04.229 INFO STEP 623 (remove_files) COMPLETE
55892024-07-25T01:55:05.182Z[ recovery-image] Jul 25 01:55:04.229 INFO O| Jul 25 01:55:04.229 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-07-25T01:55:05.188Z[ recovery-image] Jul 25 01:55:04.239 INFO O| Jul 25 01:55:04.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
55912024-07-25T01:55:05.188Z[ recovery-image] Jul 25 01:55:04.239 INFO O| Jul 25 01:55:04.239 INFO STEP 624 (remove_files) COMPLETE
55922024-07-25T01:55:05.188Z[ recovery-image] Jul 25 01:55:04.239 INFO O| Jul 25 01:55:04.239 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-07-25T01:55:05.198Z[ recovery-image] Jul 25 01:55:04.249 INFO O| Jul 25 01:55:04.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
55942024-07-25T01:55:05.201Z[ recovery-image] Jul 25 01:55:04.249 INFO O| Jul 25 01:55:04.249 INFO STEP 625 (remove_files) COMPLETE
55952024-07-25T01:55:05.201Z[ recovery-image] Jul 25 01:55:04.249 INFO O| Jul 25 01:55:04.249 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-07-25T01:55:05.208Z[ recovery-image] Jul 25 01:55:04.259 INFO O| Jul 25 01:55:04.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
55972024-07-25T01:55:05.208Z[ recovery-image] Jul 25 01:55:04.259 INFO O| Jul 25 01:55:04.259 INFO STEP 626 (remove_files) COMPLETE
55982024-07-25T01:55:05.211Z[ recovery-image] Jul 25 01:55:04.259 INFO O| Jul 25 01:55:04.259 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-07-25T01:55:05.221Z[ recovery-image] Jul 25 01:55:04.272 INFO O| Jul 25 01:55:04.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
56002024-07-25T01:55:05.224Z[ recovery-image] Jul 25 01:55:04.272 INFO O| Jul 25 01:55:04.272 INFO STEP 627 (remove_files) COMPLETE
56012024-07-25T01:55:05.224Z[ recovery-image] Jul 25 01:55:04.272 INFO O| Jul 25 01:55:04.272 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-07-25T01:55:05.233Z[ recovery-image] Jul 25 01:55:04.284 INFO O| Jul 25 01:55:04.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
56032024-07-25T01:55:05.236Z[ recovery-image] Jul 25 01:55:04.284 INFO O| Jul 25 01:55:04.284 INFO STEP 628 (remove_files) COMPLETE
56042024-07-25T01:55:05.236Z[ recovery-image] Jul 25 01:55:04.284 INFO O| Jul 25 01:55:04.284 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-07-25T01:55:05.245Z[ recovery-image] Jul 25 01:55:04.296 INFO O| Jul 25 01:55:04.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
56062024-07-25T01:55:05.245Z[ recovery-image] Jul 25 01:55:04.296 INFO O| Jul 25 01:55:04.296 INFO STEP 629 (remove_files) COMPLETE
56072024-07-25T01:55:05.248Z[ recovery-image] Jul 25 01:55:04.296 INFO O| Jul 25 01:55:04.296 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-07-25T01:55:05.257Z[ recovery-image] Jul 25 01:55:04.308 INFO O| Jul 25 01:55:04.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
56092024-07-25T01:55:05.260Z[ recovery-image] Jul 25 01:55:04.308 INFO O| Jul 25 01:55:04.308 INFO STEP 630 (remove_files) COMPLETE
56102024-07-25T01:55:05.260Z[ recovery-image] Jul 25 01:55:04.308 INFO O| Jul 25 01:55:04.308 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-07-25T01:55:05.270Z[ recovery-image] Jul 25 01:55:04.321 INFO O| Jul 25 01:55:04.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
56122024-07-25T01:55:05.270Z[ recovery-image] Jul 25 01:55:04.321 INFO O| Jul 25 01:55:04.321 INFO STEP 631 (remove_files) COMPLETE
56132024-07-25T01:55:05.273Z[ recovery-image] Jul 25 01:55:04.321 INFO O| Jul 25 01:55:04.321 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-07-25T01:55:05.280Z[ recovery-image] Jul 25 01:55:04.331 INFO O| Jul 25 01:55:04.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
56152024-07-25T01:55:05.283Z[ recovery-image] Jul 25 01:55:04.331 INFO O| Jul 25 01:55:04.331 INFO STEP 632 (remove_files) COMPLETE
56162024-07-25T01:55:05.284Z[ recovery-image] Jul 25 01:55:04.331 INFO O| Jul 25 01:55:04.331 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-07-25T01:55:05.290Z[ recovery-image] Jul 25 01:55:04.341 INFO O| Jul 25 01:55:04.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
56182024-07-25T01:55:05.293Z[ recovery-image] Jul 25 01:55:04.341 INFO O| Jul 25 01:55:04.341 INFO STEP 633 (remove_files) COMPLETE
56192024-07-25T01:55:05.293Z[ recovery-image] Jul 25 01:55:04.341 INFO O| Jul 25 01:55:04.341 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-07-25T01:55:05.300Z[ recovery-image] Jul 25 01:55:04.351 INFO O| Jul 25 01:55:04.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
56212024-07-25T01:55:05.303Z[ recovery-image] Jul 25 01:55:04.351 INFO O| Jul 25 01:55:04.351 INFO STEP 634 (remove_files) COMPLETE
56222024-07-25T01:55:05.303Z[ recovery-image] Jul 25 01:55:04.351 INFO O| Jul 25 01:55:04.351 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-07-25T01:55:05.310Z[ recovery-image] Jul 25 01:55:04.361 INFO O| Jul 25 01:55:04.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
56242024-07-25T01:55:05.313Z[ recovery-image] Jul 25 01:55:04.361 INFO O| Jul 25 01:55:04.361 INFO STEP 635 (remove_files) COMPLETE
56252024-07-25T01:55:05.313Z[ recovery-image] Jul 25 01:55:04.361 INFO O| Jul 25 01:55:04.361 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-07-25T01:55:05.320Z[ recovery-image] Jul 25 01:55:04.370 INFO O| Jul 25 01:55:04.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
56272024-07-25T01:55:05.320Z[ recovery-image] Jul 25 01:55:04.370 INFO O| Jul 25 01:55:04.370 INFO STEP 636 (remove_files) COMPLETE
56282024-07-25T01:55:05.322Z[ recovery-image] Jul 25 01:55:04.370 INFO O| Jul 25 01:55:04.370 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-07-25T01:55:05.329Z[ recovery-image] Jul 25 01:55:04.380 INFO O| Jul 25 01:55:04.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
56302024-07-25T01:55:05.329Z[ recovery-image] Jul 25 01:55:04.380 INFO O| Jul 25 01:55:04.380 INFO STEP 637 (remove_files) COMPLETE
56312024-07-25T01:55:05.329Z[ recovery-image] Jul 25 01:55:04.380 INFO O| Jul 25 01:55:04.380 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-07-25T01:55:05.338Z[ recovery-image] Jul 25 01:55:04.389 INFO O| Jul 25 01:55:04.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
56332024-07-25T01:55:05.338Z[ recovery-image] Jul 25 01:55:04.389 INFO O| Jul 25 01:55:04.389 INFO STEP 638 (remove_files) COMPLETE
56342024-07-25T01:55:05.338Z[ recovery-image] Jul 25 01:55:04.389 INFO O| Jul 25 01:55:04.389 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-07-25T01:55:05.347Z[ recovery-image] Jul 25 01:55:04.398 INFO O| Jul 25 01:55:04.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
56362024-07-25T01:55:05.348Z[ recovery-image] Jul 25 01:55:04.398 INFO O| Jul 25 01:55:04.398 INFO STEP 639 (remove_files) COMPLETE
56372024-07-25T01:55:05.350Z[ recovery-image] Jul 25 01:55:04.398 INFO O| Jul 25 01:55:04.398 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-07-25T01:55:05.357Z[ recovery-image] Jul 25 01:55:04.407 INFO O| Jul 25 01:55:04.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
56392024-07-25T01:55:05.357Z[ recovery-image] Jul 25 01:55:04.408 INFO O| Jul 25 01:55:04.408 INFO STEP 640 (remove_files) COMPLETE
56402024-07-25T01:55:05.360Z[ recovery-image] Jul 25 01:55:04.408 INFO O| Jul 25 01:55:04.408 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-07-25T01:55:05.366Z[ recovery-image] Jul 25 01:55:04.417 INFO O| Jul 25 01:55:04.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
56422024-07-25T01:55:05.366Z[ recovery-image] Jul 25 01:55:04.417 INFO O| Jul 25 01:55:04.417 INFO STEP 641 (remove_files) COMPLETE
56432024-07-25T01:55:05.369Z[ recovery-image] Jul 25 01:55:04.417 INFO O| Jul 25 01:55:04.417 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-07-25T01:55:05.376Z[ recovery-image] Jul 25 01:55:04.426 INFO O| Jul 25 01:55:04.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
56452024-07-25T01:55:05.379Z[ recovery-image] Jul 25 01:55:04.427 INFO O| Jul 25 01:55:04.427 INFO STEP 642 (remove_files) COMPLETE
56462024-07-25T01:55:05.379Z[ recovery-image] Jul 25 01:55:04.427 INFO O| Jul 25 01:55:04.427 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-07-25T01:55:05.387Z[ recovery-image] Jul 25 01:55:04.438 INFO O| Jul 25 01:55:04.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
56482024-07-25T01:55:05.390Z[ recovery-image] Jul 25 01:55:04.438 INFO O| Jul 25 01:55:04.438 INFO STEP 643 (remove_files) COMPLETE
56492024-07-25T01:55:05.390Z[ recovery-image] Jul 25 01:55:04.438 INFO O| Jul 25 01:55:04.438 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-07-25T01:55:05.397Z[ recovery-image] Jul 25 01:55:04.448 INFO O| Jul 25 01:55:04.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
56512024-07-25T01:55:05.397Z[ recovery-image] Jul 25 01:55:04.448 INFO O| Jul 25 01:55:04.448 INFO STEP 644 (remove_files) COMPLETE
56522024-07-25T01:55:05.400Z[ recovery-image] Jul 25 01:55:04.448 INFO O| Jul 25 01:55:04.448 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-07-25T01:55:05.406Z[ recovery-image] Jul 25 01:55:04.457 INFO O| Jul 25 01:55:04.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
56542024-07-25T01:55:05.406Z[ recovery-image] Jul 25 01:55:04.457 INFO O| Jul 25 01:55:04.457 INFO STEP 645 (remove_files) COMPLETE
56552024-07-25T01:55:05.409Z[ recovery-image] Jul 25 01:55:04.457 INFO O| Jul 25 01:55:04.457 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-07-25T01:55:05.416Z[ recovery-image] Jul 25 01:55:04.467 INFO O| Jul 25 01:55:04.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
56572024-07-25T01:55:05.416Z[ recovery-image] Jul 25 01:55:04.467 INFO O| Jul 25 01:55:04.467 INFO STEP 646 (remove_files) COMPLETE
56582024-07-25T01:55:05.416Z[ recovery-image] Jul 25 01:55:04.467 INFO O| Jul 25 01:55:04.467 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-07-25T01:55:05.428Z[ recovery-image] Jul 25 01:55:04.479 INFO O| Jul 25 01:55:04.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
56602024-07-25T01:55:05.428Z[ recovery-image] Jul 25 01:55:04.479 INFO O| Jul 25 01:55:04.479 INFO STEP 647 (remove_files) COMPLETE
56612024-07-25T01:55:05.431Z[ recovery-image] Jul 25 01:55:04.479 INFO O| Jul 25 01:55:04.479 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-07-25T01:55:05.438Z[ recovery-image] Jul 25 01:55:04.488 INFO O| Jul 25 01:55:04.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
56632024-07-25T01:55:05.438Z[ recovery-image] Jul 25 01:55:04.488 INFO O| Jul 25 01:55:04.488 INFO STEP 648 (remove_files) COMPLETE
56642024-07-25T01:55:05.440Z[ recovery-image] Jul 25 01:55:04.488 INFO O| Jul 25 01:55:04.488 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-07-25T01:55:05.447Z[ recovery-image] Jul 25 01:55:04.498 INFO O| Jul 25 01:55:04.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
56662024-07-25T01:55:05.447Z[ recovery-image] Jul 25 01:55:04.498 INFO O| Jul 25 01:55:04.498 INFO STEP 649 (remove_files) COMPLETE
56672024-07-25T01:55:05.449Z[ recovery-image] Jul 25 01:55:04.498 INFO O| Jul 25 01:55:04.498 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-07-25T01:55:05.456Z[ recovery-image] Jul 25 01:55:04.507 INFO O| Jul 25 01:55:04.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
56692024-07-25T01:55:05.456Z[ recovery-image] Jul 25 01:55:04.507 INFO O| Jul 25 01:55:04.507 INFO STEP 650 (remove_files) COMPLETE
56702024-07-25T01:55:05.459Z[ recovery-image] Jul 25 01:55:04.507 INFO O| Jul 25 01:55:04.507 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-07-25T01:55:05.465Z[ recovery-image] Jul 25 01:55:04.516 INFO O| Jul 25 01:55:04.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
56722024-07-25T01:55:05.465Z[ recovery-image] Jul 25 01:55:04.516 INFO O| Jul 25 01:55:04.516 INFO STEP 651 (remove_files) COMPLETE
56732024-07-25T01:55:05.468Z[ recovery-image] Jul 25 01:55:04.516 INFO O| Jul 25 01:55:04.516 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-07-25T01:55:05.474Z[ recovery-image] Jul 25 01:55:04.525 INFO O| Jul 25 01:55:04.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
56752024-07-25T01:55:05.474Z[ recovery-image] Jul 25 01:55:04.525 INFO O| Jul 25 01:55:04.525 INFO STEP 652 (remove_files) COMPLETE
56762024-07-25T01:55:05.477Z[ recovery-image] Jul 25 01:55:04.525 INFO O| Jul 25 01:55:04.525 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-07-25T01:55:05.484Z[ recovery-image] Jul 25 01:55:04.535 INFO O| Jul 25 01:55:04.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
56782024-07-25T01:55:05.484Z[ recovery-image] Jul 25 01:55:04.535 INFO O| Jul 25 01:55:04.535 INFO STEP 653 (remove_files) COMPLETE
56792024-07-25T01:55:05.486Z[ recovery-image] Jul 25 01:55:04.535 INFO O| Jul 25 01:55:04.535 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-07-25T01:55:05.494Z[ recovery-image] Jul 25 01:55:04.544 INFO O| Jul 25 01:55:04.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
56812024-07-25T01:55:05.494Z[ recovery-image] Jul 25 01:55:04.545 INFO O| Jul 25 01:55:04.545 INFO STEP 654 (remove_files) COMPLETE
56822024-07-25T01:55:05.494Z[ recovery-image] Jul 25 01:55:04.545 INFO O| Jul 25 01:55:04.545 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-07-25T01:55:05.505Z[ recovery-image] Jul 25 01:55:04.556 INFO O| Jul 25 01:55:04.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
56842024-07-25T01:55:05.505Z[ recovery-image] Jul 25 01:55:04.556 INFO O| Jul 25 01:55:04.556 INFO STEP 655 (remove_files) COMPLETE
56852024-07-25T01:55:05.508Z[ recovery-image] Jul 25 01:55:04.556 INFO O| Jul 25 01:55:04.556 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-07-25T01:55:05.516Z[ recovery-image] Jul 25 01:55:04.567 INFO O| Jul 25 01:55:04.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
56872024-07-25T01:55:05.516Z[ recovery-image] Jul 25 01:55:04.567 INFO O| Jul 25 01:55:04.567 INFO STEP 656 (remove_files) COMPLETE
56882024-07-25T01:55:05.519Z[ recovery-image] Jul 25 01:55:04.567 INFO O| Jul 25 01:55:04.567 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-07-25T01:55:05.527Z[ recovery-image] Jul 25 01:55:04.578 INFO O| Jul 25 01:55:04.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
56902024-07-25T01:55:05.527Z[ recovery-image] Jul 25 01:55:04.578 INFO O| Jul 25 01:55:04.578 INFO STEP 657 (remove_files) COMPLETE
56912024-07-25T01:55:05.527Z[ recovery-image] Jul 25 01:55:04.578 INFO O| Jul 25 01:55:04.578 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-07-25T01:55:05.538Z[ recovery-image] Jul 25 01:55:04.589 INFO O| Jul 25 01:55:04.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
56932024-07-25T01:55:05.538Z[ recovery-image] Jul 25 01:55:04.589 INFO O| Jul 25 01:55:04.589 INFO STEP 658 (remove_files) COMPLETE
56942024-07-25T01:55:05.538Z[ recovery-image] Jul 25 01:55:04.589 INFO O| Jul 25 01:55:04.589 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-07-25T01:55:05.549Z[ recovery-image] Jul 25 01:55:04.599 INFO O| Jul 25 01:55:04.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
56962024-07-25T01:55:05.552Z[ recovery-image] Jul 25 01:55:04.600 INFO O| Jul 25 01:55:04.600 INFO STEP 659 (remove_files) COMPLETE
56972024-07-25T01:55:05.552Z[ recovery-image] Jul 25 01:55:04.600 INFO O| Jul 25 01:55:04.600 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-07-25T01:55:05.560Z[ recovery-image] Jul 25 01:55:04.611 INFO O| Jul 25 01:55:04.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
56992024-07-25T01:55:05.560Z[ recovery-image] Jul 25 01:55:04.611 INFO O| Jul 25 01:55:04.611 INFO STEP 660 (remove_files) COMPLETE
57002024-07-25T01:55:05.563Z[ recovery-image] Jul 25 01:55:04.611 INFO O| Jul 25 01:55:04.611 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-07-25T01:55:05.570Z[ recovery-image] Jul 25 01:55:04.621 INFO O| Jul 25 01:55:04.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
57022024-07-25T01:55:05.570Z[ recovery-image] Jul 25 01:55:04.621 INFO O| Jul 25 01:55:04.621 INFO STEP 661 (remove_files) COMPLETE
57032024-07-25T01:55:05.573Z[ recovery-image] Jul 25 01:55:04.621 INFO O| Jul 25 01:55:04.621 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-07-25T01:55:05.581Z[ recovery-image] Jul 25 01:55:04.631 INFO O| Jul 25 01:55:04.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
57052024-07-25T01:55:05.581Z[ recovery-image] Jul 25 01:55:04.631 INFO O| Jul 25 01:55:04.631 INFO STEP 662 (remove_files) COMPLETE
57062024-07-25T01:55:05.581Z[ recovery-image] Jul 25 01:55:04.631 INFO O| Jul 25 01:55:04.631 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-07-25T01:55:05.590Z[ recovery-image] Jul 25 01:55:04.641 INFO O| Jul 25 01:55:04.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
57082024-07-25T01:55:05.590Z[ recovery-image] Jul 25 01:55:04.641 INFO O| Jul 25 01:55:04.641 INFO STEP 663 (remove_files) COMPLETE
57092024-07-25T01:55:05.593Z[ recovery-image] Jul 25 01:55:04.641 INFO O| Jul 25 01:55:04.641 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-07-25T01:55:05.600Z[ recovery-image] Jul 25 01:55:04.650 INFO O| Jul 25 01:55:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
57112024-07-25T01:55:05.600Z[ recovery-image] Jul 25 01:55:04.650 INFO O| Jul 25 01:55:04.650 INFO STEP 664 (remove_files) COMPLETE
57122024-07-25T01:55:05.602Z[ recovery-image] Jul 25 01:55:04.650 INFO O| Jul 25 01:55:04.650 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-07-25T01:55:05.609Z[ recovery-image] Jul 25 01:55:04.660 INFO O| Jul 25 01:55:04.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
57142024-07-25T01:55:05.612Z[ recovery-image] Jul 25 01:55:04.660 INFO O| Jul 25 01:55:04.660 INFO STEP 665 (remove_files) COMPLETE
57152024-07-25T01:55:05.612Z[ recovery-image] Jul 25 01:55:04.660 INFO O| Jul 25 01:55:04.660 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-07-25T01:55:05.618Z[ recovery-image] Jul 25 01:55:04.669 INFO O| Jul 25 01:55:04.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
57172024-07-25T01:55:05.618Z[ recovery-image] Jul 25 01:55:04.669 INFO O| Jul 25 01:55:04.669 INFO STEP 666 (remove_files) COMPLETE
57182024-07-25T01:55:05.621Z[ recovery-image] Jul 25 01:55:04.669 INFO O| Jul 25 01:55:04.669 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-07-25T01:55:05.627Z[ recovery-image] Jul 25 01:55:04.678 INFO O| Jul 25 01:55:04.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
57202024-07-25T01:55:05.630Z[ recovery-image] Jul 25 01:55:04.678 INFO O| Jul 25 01:55:04.678 INFO STEP 667 (remove_files) COMPLETE
57212024-07-25T01:55:05.630Z[ recovery-image] Jul 25 01:55:04.678 INFO O| Jul 25 01:55:04.678 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-07-25T01:55:05.637Z[ recovery-image] Jul 25 01:55:04.687 INFO O| Jul 25 01:55:04.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
57232024-07-25T01:55:05.637Z[ recovery-image] Jul 25 01:55:04.688 INFO O| Jul 25 01:55:04.687 INFO STEP 668 (remove_files) COMPLETE
57242024-07-25T01:55:05.640Z[ recovery-image] Jul 25 01:55:04.688 INFO O| Jul 25 01:55:04.688 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-07-25T01:55:05.646Z[ recovery-image] Jul 25 01:55:04.697 INFO O| Jul 25 01:55:04.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
57262024-07-25T01:55:05.649Z[ recovery-image] Jul 25 01:55:04.697 INFO O| Jul 25 01:55:04.697 INFO STEP 669 (remove_files) COMPLETE
57272024-07-25T01:55:05.649Z[ recovery-image] Jul 25 01:55:04.697 INFO O| Jul 25 01:55:04.697 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-07-25T01:55:05.655Z[ recovery-image] Jul 25 01:55:04.706 INFO O| Jul 25 01:55:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
57292024-07-25T01:55:05.655Z[ recovery-image] Jul 25 01:55:04.706 INFO O| Jul 25 01:55:04.706 INFO STEP 670 (remove_files) COMPLETE
57302024-07-25T01:55:05.658Z[ recovery-image] Jul 25 01:55:04.706 INFO O| Jul 25 01:55:04.706 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-07-25T01:55:05.664Z[ recovery-image] Jul 25 01:55:04.715 INFO O| Jul 25 01:55:04.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
57322024-07-25T01:55:05.667Z[ recovery-image] Jul 25 01:55:04.716 INFO O| Jul 25 01:55:04.716 INFO STEP 671 (remove_files) COMPLETE
57332024-07-25T01:55:05.667Z[ recovery-image] Jul 25 01:55:04.716 INFO O| Jul 25 01:55:04.716 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-07-25T01:55:05.675Z[ recovery-image] Jul 25 01:55:04.725 INFO O| Jul 25 01:55:04.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
57352024-07-25T01:55:05.675Z[ recovery-image] Jul 25 01:55:04.726 INFO O| Jul 25 01:55:04.725 INFO STEP 672 (remove_files) COMPLETE
57362024-07-25T01:55:05.678Z[ recovery-image] Jul 25 01:55:04.726 INFO O| Jul 25 01:55:04.726 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-07-25T01:55:05.684Z[ recovery-image] Jul 25 01:55:04.735 INFO O| Jul 25 01:55:04.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
57382024-07-25T01:55:05.687Z[ recovery-image] Jul 25 01:55:04.735 INFO O| Jul 25 01:55:04.735 INFO STEP 673 (remove_files) COMPLETE
57392024-07-25T01:55:05.687Z[ recovery-image] Jul 25 01:55:04.735 INFO O| Jul 25 01:55:04.735 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-07-25T01:55:05.694Z[ recovery-image] Jul 25 01:55:04.744 INFO O| Jul 25 01:55:04.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
57412024-07-25T01:55:05.694Z[ recovery-image] Jul 25 01:55:04.744 INFO O| Jul 25 01:55:04.744 INFO STEP 674 (remove_files) COMPLETE
57422024-07-25T01:55:05.696Z[ recovery-image] Jul 25 01:55:04.744 INFO O| Jul 25 01:55:04.744 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-07-25T01:55:05.703Z[ recovery-image] Jul 25 01:55:04.754 INFO O| Jul 25 01:55:04.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
57442024-07-25T01:55:05.703Z[ recovery-image] Jul 25 01:55:04.754 INFO O| Jul 25 01:55:04.754 INFO STEP 675 (remove_files) COMPLETE
57452024-07-25T01:55:05.703Z[ recovery-image] Jul 25 01:55:04.754 INFO O| Jul 25 01:55:04.754 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-07-25T01:55:05.712Z[ recovery-image] Jul 25 01:55:04.763 INFO O| Jul 25 01:55:04.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
57472024-07-25T01:55:05.712Z[ recovery-image] Jul 25 01:55:04.763 INFO O| Jul 25 01:55:04.763 INFO STEP 676 (remove_files) COMPLETE
57482024-07-25T01:55:05.715Z[ recovery-image] Jul 25 01:55:04.763 INFO O| Jul 25 01:55:04.763 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-07-25T01:55:05.722Z[ recovery-image] Jul 25 01:55:04.772 INFO O| Jul 25 01:55:04.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
57502024-07-25T01:55:05.722Z[ recovery-image] Jul 25 01:55:04.772 INFO O| Jul 25 01:55:04.772 INFO STEP 677 (remove_files) COMPLETE
57512024-07-25T01:55:05.724Z[ recovery-image] Jul 25 01:55:04.772 INFO O| Jul 25 01:55:04.772 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-07-25T01:55:05.731Z[ recovery-image] Jul 25 01:55:04.782 INFO O| Jul 25 01:55:04.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
57532024-07-25T01:55:05.733Z[ recovery-image] Jul 25 01:55:04.782 INFO O| Jul 25 01:55:04.782 INFO STEP 678 (remove_files) COMPLETE
57542024-07-25T01:55:05.734Z[ recovery-image] Jul 25 01:55:04.782 INFO O| Jul 25 01:55:04.782 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-07-25T01:55:05.740Z[ recovery-image] Jul 25 01:55:04.791 INFO O| Jul 25 01:55:04.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
57562024-07-25T01:55:05.740Z[ recovery-image] Jul 25 01:55:04.791 INFO O| Jul 25 01:55:04.791 INFO STEP 679 (remove_files) COMPLETE
57572024-07-25T01:55:05.740Z[ recovery-image] Jul 25 01:55:04.791 INFO O| Jul 25 01:55:04.791 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-07-25T01:55:05.749Z[ recovery-image] Jul 25 01:55:04.800 INFO O| Jul 25 01:55:04.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
57592024-07-25T01:55:05.749Z[ recovery-image] Jul 25 01:55:04.800 INFO O| Jul 25 01:55:04.800 INFO STEP 680 (remove_files) COMPLETE
57602024-07-25T01:55:05.750Z[ recovery-image] Jul 25 01:55:04.800 INFO O| Jul 25 01:55:04.800 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-07-25T01:55:05.759Z[ recovery-image] Jul 25 01:55:04.809 INFO O| Jul 25 01:55:04.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
57622024-07-25T01:55:05.759Z[ recovery-image] Jul 25 01:55:04.809 INFO O| Jul 25 01:55:04.809 INFO STEP 681 (remove_files) COMPLETE
57632024-07-25T01:55:05.761Z[ recovery-image] Jul 25 01:55:04.809 INFO O| Jul 25 01:55:04.809 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-07-25T01:55:05.768Z[ recovery-image] Jul 25 01:55:04.819 INFO O| Jul 25 01:55:04.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
57652024-07-25T01:55:05.768Z[ recovery-image] Jul 25 01:55:04.819 INFO O| Jul 25 01:55:04.819 INFO STEP 682 (remove_files) COMPLETE
57662024-07-25T01:55:05.771Z[ recovery-image] Jul 25 01:55:04.819 INFO O| Jul 25 01:55:04.819 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-07-25T01:55:05.777Z[ recovery-image] Jul 25 01:55:04.828 INFO O| Jul 25 01:55:04.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
57682024-07-25T01:55:05.777Z[ recovery-image] Jul 25 01:55:04.828 INFO O| Jul 25 01:55:04.828 INFO STEP 683 (remove_files) COMPLETE
57692024-07-25T01:55:05.780Z[ recovery-image] Jul 25 01:55:04.828 INFO O| Jul 25 01:55:04.828 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-07-25T01:55:05.787Z[ recovery-image] Jul 25 01:55:04.837 INFO O| Jul 25 01:55:04.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
57712024-07-25T01:55:05.789Z[ recovery-image] Jul 25 01:55:04.838 INFO O| Jul 25 01:55:04.838 INFO STEP 684 (remove_files) COMPLETE
57722024-07-25T01:55:05.789Z[ recovery-image] Jul 25 01:55:04.838 INFO O| Jul 25 01:55:04.838 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-07-25T01:55:05.797Z[ recovery-image] Jul 25 01:55:04.847 INFO O| Jul 25 01:55:04.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
57742024-07-25T01:55:05.797Z[ recovery-image] Jul 25 01:55:04.847 INFO O| Jul 25 01:55:04.847 INFO STEP 685 (remove_files) COMPLETE
57752024-07-25T01:55:05.797Z[ recovery-image] Jul 25 01:55:04.847 INFO O| Jul 25 01:55:04.847 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-07-25T01:55:05.807Z[ recovery-image] Jul 25 01:55:04.857 INFO O| Jul 25 01:55:04.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
57772024-07-25T01:55:05.807Z[ recovery-image] Jul 25 01:55:04.857 INFO O| Jul 25 01:55:04.857 INFO STEP 686 (remove_files) COMPLETE
57782024-07-25T01:55:05.807Z[ recovery-image] Jul 25 01:55:04.857 INFO O| Jul 25 01:55:04.857 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-07-25T01:55:05.816Z[ recovery-image] Jul 25 01:55:04.867 INFO O| Jul 25 01:55:04.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
57802024-07-25T01:55:05.816Z[ recovery-image] Jul 25 01:55:04.867 INFO O| Jul 25 01:55:04.867 INFO STEP 687 (remove_files) COMPLETE
57812024-07-25T01:55:05.819Z[ recovery-image] Jul 25 01:55:04.867 INFO O| Jul 25 01:55:04.867 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-07-25T01:55:05.826Z[ recovery-image] Jul 25 01:55:04.876 INFO O| Jul 25 01:55:04.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
57832024-07-25T01:55:05.828Z[ recovery-image] Jul 25 01:55:04.876 INFO O| Jul 25 01:55:04.876 INFO STEP 688 (remove_files) COMPLETE
57842024-07-25T01:55:05.828Z[ recovery-image] Jul 25 01:55:04.876 INFO O| Jul 25 01:55:04.876 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-07-25T01:55:05.835Z[ recovery-image] Jul 25 01:55:04.886 INFO O| Jul 25 01:55:04.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
57862024-07-25T01:55:05.835Z[ recovery-image] Jul 25 01:55:04.886 INFO O| Jul 25 01:55:04.886 INFO STEP 689 (remove_files) COMPLETE
57872024-07-25T01:55:05.835Z[ recovery-image] Jul 25 01:55:04.886 INFO O| Jul 25 01:55:04.886 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-07-25T01:55:05.844Z[ recovery-image] Jul 25 01:55:04.895 INFO O| Jul 25 01:55:04.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
57892024-07-25T01:55:05.844Z[ recovery-image] Jul 25 01:55:04.895 INFO O| Jul 25 01:55:04.895 INFO STEP 690 (remove_files) COMPLETE
57902024-07-25T01:55:05.847Z[ recovery-image] Jul 25 01:55:04.895 INFO O| Jul 25 01:55:04.895 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-07-25T01:55:05.850Z[ host-image] Jul 25 01:55:04.901 INFO O| Jul 25 01:55:04.901 INFO O| Planning: Solver setup ... Done
57922024-07-25T01:55:05.854Z[ recovery-image] Jul 25 01:55:04.904 INFO O| Jul 25 01:55:04.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
57932024-07-25T01:55:05.854Z[ recovery-image] Jul 25 01:55:04.905 INFO O| Jul 25 01:55:04.904 INFO STEP 691 (remove_files) COMPLETE
57942024-07-25T01:55:05.854Z[ recovery-image] Jul 25 01:55:04.905 INFO O| Jul 25 01:55:04.904 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-07-25T01:55:05.856Z[ host-image] Jul 25 01:55:04.905 INFO O| Jul 25 01:55:04.905 INFO O| Planning: Running solver ... Done
57962024-07-25T01:55:05.863Z[ recovery-image] Jul 25 01:55:04.914 INFO O| Jul 25 01:55:04.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
57972024-07-25T01:55:05.864Z[ recovery-image] Jul 25 01:55:04.914 INFO O| Jul 25 01:55:04.914 INFO STEP 692 (remove_files) COMPLETE
57982024-07-25T01:55:05.866Z[ recovery-image] Jul 25 01:55:04.914 INFO O| Jul 25 01:55:04.914 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-07-25T01:55:05.873Z[ recovery-image] Jul 25 01:55:04.924 INFO O| Jul 25 01:55:04.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
58002024-07-25T01:55:05.876Z[ recovery-image] Jul 25 01:55:04.924 INFO O| Jul 25 01:55:04.924 INFO STEP 693 (remove_files) COMPLETE
58012024-07-25T01:55:05.876Z[ recovery-image] Jul 25 01:55:04.924 INFO O| Jul 25 01:55:04.924 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-07-25T01:55:05.883Z[ recovery-image] Jul 25 01:55:04.934 INFO O| Jul 25 01:55:04.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
58032024-07-25T01:55:05.883Z[ recovery-image] Jul 25 01:55:04.934 INFO O| Jul 25 01:55:04.934 INFO STEP 694 (remove_files) COMPLETE
58042024-07-25T01:55:05.883Z[ recovery-image] Jul 25 01:55:04.934 INFO O| Jul 25 01:55:04.934 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-07-25T01:55:05.888Z[ host-image] Jul 25 01:55:04.939 INFO O| Jul 25 01:55:04.939 INFO O| Planning: Finding local manifests ... Done
58062024-07-25T01:55:05.891Z[ host-image] Jul 25 01:55:04.940 INFO O| Jul 25 01:55:04.939 INFO O| Planning: Fetching manifests: 0/1 0% complete
58072024-07-25T01:55:05.894Z[ recovery-image] Jul 25 01:55:04.944 INFO O| Jul 25 01:55:04.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
58082024-07-25T01:55:05.894Z[ recovery-image] Jul 25 01:55:04.944 INFO O| Jul 25 01:55:04.944 INFO STEP 695 (remove_files) COMPLETE
58092024-07-25T01:55:05.894Z[ recovery-image] Jul 25 01:55:04.944 INFO O| Jul 25 01:55:04.944 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-07-25T01:55:05.903Z[ recovery-image] Jul 25 01:55:04.954 INFO O| Jul 25 01:55:04.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
58112024-07-25T01:55:05.903Z[ recovery-image] Jul 25 01:55:04.954 INFO O| Jul 25 01:55:04.954 INFO STEP 696 (remove_files) COMPLETE
58122024-07-25T01:55:05.905Z[ recovery-image] Jul 25 01:55:04.954 INFO O| Jul 25 01:55:04.954 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-07-25T01:55:05.912Z[ recovery-image] Jul 25 01:55:04.963 INFO O| Jul 25 01:55:04.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
58142024-07-25T01:55:05.912Z[ recovery-image] Jul 25 01:55:04.963 INFO O| Jul 25 01:55:04.963 INFO STEP 697 (remove_files) COMPLETE
58152024-07-25T01:55:05.915Z[ recovery-image] Jul 25 01:55:04.963 INFO O| Jul 25 01:55:04.963 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-07-25T01:55:05.921Z[ recovery-image] Jul 25 01:55:04.972 INFO O| Jul 25 01:55:04.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
58172024-07-25T01:55:05.921Z[ recovery-image] Jul 25 01:55:04.972 INFO O| Jul 25 01:55:04.972 INFO STEP 698 (remove_files) COMPLETE
58182024-07-25T01:55:05.924Z[ recovery-image] Jul 25 01:55:04.972 INFO O| Jul 25 01:55:04.972 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-07-25T01:55:05.933Z[ recovery-image] Jul 25 01:55:04.983 INFO O| Jul 25 01:55:04.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
58202024-07-25T01:55:05.933Z[ recovery-image] Jul 25 01:55:04.983 INFO O| Jul 25 01:55:04.983 INFO STEP 699 (remove_files) COMPLETE
58212024-07-25T01:55:05.933Z[ recovery-image] Jul 25 01:55:04.983 INFO O| Jul 25 01:55:04.983 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-07-25T01:55:05.944Z[ recovery-image] Jul 25 01:55:04.994 INFO O| Jul 25 01:55:04.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
58232024-07-25T01:55:05.947Z[ recovery-image] Jul 25 01:55:04.995 INFO O| Jul 25 01:55:04.995 INFO STEP 700 (remove_files) COMPLETE
58242024-07-25T01:55:05.947Z[ recovery-image] Jul 25 01:55:04.995 INFO O| Jul 25 01:55:04.995 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-07-25T01:55:05.949Z[ host-image] Jul 25 01:55:04.999 INFO O| Jul 25 01:55:04.999 INFO O| Planning: Fetching manifests: 1/1 100% complete
58262024-07-25T01:55:05.954Z[ recovery-image] Jul 25 01:55:05.005 INFO O| Jul 25 01:55:05.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
58272024-07-25T01:55:05.954Z[ recovery-image] Jul 25 01:55:05.005 INFO O| Jul 25 01:55:05.005 INFO STEP 701 (remove_files) COMPLETE
58282024-07-25T01:55:05.954Z[ recovery-image] Jul 25 01:55:05.005 INFO O| Jul 25 01:55:05.005 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-07-25T01:55:05.964Z[ recovery-image] Jul 25 01:55:05.014 INFO O| Jul 25 01:55:05.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
58302024-07-25T01:55:05.964Z[ recovery-image] Jul 25 01:55:05.015 INFO O| Jul 25 01:55:05.015 INFO STEP 702 (remove_files) COMPLETE
58312024-07-25T01:55:05.964Z[ recovery-image] Jul 25 01:55:05.015 INFO O| Jul 25 01:55:05.015 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-07-25T01:55:05.967Z[ host-image] Jul 25 01:55:05.017 INFO O| Jul 25 01:55:05.017 INFO O| Planning: Package planning ... Done
58332024-07-25T01:55:05.970Z[ host-image] Jul 25 01:55:05.018 INFO O| Jul 25 01:55:05.018 INFO O| Planning: Merging actions ... Done
58342024-07-25T01:55:05.974Z[ recovery-image] Jul 25 01:55:05.024 INFO O| Jul 25 01:55:05.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
58352024-07-25T01:55:05.974Z[ recovery-image] Jul 25 01:55:05.024 INFO O| Jul 25 01:55:05.024 INFO STEP 703 (remove_files) COMPLETE
58362024-07-25T01:55:05.974Z[ recovery-image] Jul 25 01:55:05.024 INFO O| Jul 25 01:55:05.024 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-07-25T01:55:05.983Z[ recovery-image] Jul 25 01:55:05.034 INFO O| Jul 25 01:55:05.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
58382024-07-25T01:55:05.983Z[ recovery-image] Jul 25 01:55:05.034 INFO O| Jul 25 01:55:05.034 INFO STEP 704 (remove_files) COMPLETE
58392024-07-25T01:55:05.983Z[ recovery-image] Jul 25 01:55:05.034 INFO O| Jul 25 01:55:05.034 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-07-25T01:55:05.995Z[ recovery-image] Jul 25 01:55:05.045 INFO O| Jul 25 01:55:05.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
58412024-07-25T01:55:05.995Z[ recovery-image] Jul 25 01:55:05.045 INFO O| Jul 25 01:55:05.045 INFO STEP 705 (remove_files) COMPLETE
58422024-07-25T01:55:05.995Z[ recovery-image] Jul 25 01:55:05.045 INFO O| Jul 25 01:55:05.045 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-07-25T01:55:06.005Z[ recovery-image] Jul 25 01:55:05.055 INFO O| Jul 25 01:55:05.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
58442024-07-25T01:55:06.007Z[ recovery-image] Jul 25 01:55:05.055 INFO O| Jul 25 01:55:05.055 INFO STEP 706 (remove_files) COMPLETE
58452024-07-25T01:55:06.007Z[ recovery-image] Jul 25 01:55:05.055 INFO O| Jul 25 01:55:05.055 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-07-25T01:55:06.016Z[ recovery-image] Jul 25 01:55:05.067 INFO O| Jul 25 01:55:05.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
58472024-07-25T01:55:06.019Z[ recovery-image] Jul 25 01:55:05.067 INFO O| Jul 25 01:55:05.067 INFO STEP 707 (remove_files) COMPLETE
58482024-07-25T01:55:06.019Z[ recovery-image] Jul 25 01:55:05.067 INFO O| Jul 25 01:55:05.067 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-07-25T01:55:06.026Z[ recovery-image] Jul 25 01:55:05.076 INFO O| Jul 25 01:55:05.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
58502024-07-25T01:55:06.026Z[ recovery-image] Jul 25 01:55:05.076 INFO O| Jul 25 01:55:05.076 INFO STEP 708 (remove_files) COMPLETE
58512024-07-25T01:55:06.026Z[ recovery-image] Jul 25 01:55:05.076 INFO O| Jul 25 01:55:05.076 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-07-25T01:55:06.033Z[ host-image] Jul 25 01:55:05.084 INFO O| Jul 25 01:55:05.084 INFO O| Planning: Checking for conflicting actions ... Done
58532024-07-25T01:55:06.036Z[ host-image] Jul 25 01:55:05.084 INFO O| Jul 25 01:55:05.084 INFO O| Planning: Consolidating action changes ... Done
58542024-07-25T01:55:06.039Z[ recovery-image] Jul 25 01:55:05.088 INFO O| Jul 25 01:55:05.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
58552024-07-25T01:55:06.039Z[ recovery-image] Jul 25 01:55:05.088 INFO O| Jul 25 01:55:05.088 INFO STEP 709 (remove_files) COMPLETE
58562024-07-25T01:55:06.039Z[ recovery-image] Jul 25 01:55:05.088 INFO O| Jul 25 01:55:05.088 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-07-25T01:55:06.047Z[ recovery-image] Jul 25 01:55:05.097 INFO O| Jul 25 01:55:05.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
58582024-07-25T01:55:06.047Z[ recovery-image] Jul 25 01:55:05.097 INFO O| Jul 25 01:55:05.097 INFO STEP 710 (remove_files) COMPLETE
58592024-07-25T01:55:06.050Z[ recovery-image] Jul 25 01:55:05.097 INFO O| Jul 25 01:55:05.097 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-07-25T01:55:06.056Z[ recovery-image] Jul 25 01:55:05.107 INFO O| Jul 25 01:55:05.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
58612024-07-25T01:55:06.056Z[ recovery-image] Jul 25 01:55:05.107 INFO O| Jul 25 01:55:05.107 INFO STEP 711 (remove_files) COMPLETE
58622024-07-25T01:55:06.056Z[ recovery-image] Jul 25 01:55:05.107 INFO O| Jul 25 01:55:05.107 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-07-25T01:55:06.065Z[ recovery-image] Jul 25 01:55:05.116 INFO O| Jul 25 01:55:05.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
58642024-07-25T01:55:06.068Z[ recovery-image] Jul 25 01:55:05.116 INFO O| Jul 25 01:55:05.116 INFO STEP 712 (remove_files) COMPLETE
58652024-07-25T01:55:06.068Z[ recovery-image] Jul 25 01:55:05.116 INFO O| Jul 25 01:55:05.116 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-07-25T01:55:06.075Z[ recovery-image] Jul 25 01:55:05.126 INFO O| Jul 25 01:55:05.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
58672024-07-25T01:55:06.078Z[ recovery-image] Jul 25 01:55:05.127 INFO O| Jul 25 01:55:05.127 INFO STEP 713 (remove_files) COMPLETE
58682024-07-25T01:55:06.078Z[ recovery-image] Jul 25 01:55:05.127 INFO O| Jul 25 01:55:05.127 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-07-25T01:55:06.085Z[ recovery-image] Jul 25 01:55:05.136 INFO O| Jul 25 01:55:05.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
58702024-07-25T01:55:06.085Z[ recovery-image] Jul 25 01:55:05.136 INFO O| Jul 25 01:55:05.136 INFO STEP 714 (remove_files) COMPLETE
58712024-07-25T01:55:06.088Z[ recovery-image] Jul 25 01:55:05.136 INFO O| Jul 25 01:55:05.136 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-07-25T01:55:06.094Z[ recovery-image] Jul 25 01:55:05.145 INFO O| Jul 25 01:55:05.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
58732024-07-25T01:55:06.094Z[ recovery-image] Jul 25 01:55:05.145 INFO O| Jul 25 01:55:05.145 INFO STEP 715 (remove_files) COMPLETE
58742024-07-25T01:55:06.094Z[ recovery-image] Jul 25 01:55:05.145 INFO O| Jul 25 01:55:05.145 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-07-25T01:55:06.104Z[ recovery-image] Jul 25 01:55:05.155 INFO O| Jul 25 01:55:05.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
58762024-07-25T01:55:06.107Z[ recovery-image] Jul 25 01:55:05.155 INFO O| Jul 25 01:55:05.155 INFO STEP 716 (remove_files) COMPLETE
58772024-07-25T01:55:06.107Z[ recovery-image] Jul 25 01:55:05.155 INFO O| Jul 25 01:55:05.155 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-07-25T01:55:06.113Z[ recovery-image] Jul 25 01:55:05.164 INFO O| Jul 25 01:55:05.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
58792024-07-25T01:55:06.113Z[ recovery-image] Jul 25 01:55:05.164 INFO O| Jul 25 01:55:05.164 INFO STEP 717 (remove_files) COMPLETE
58802024-07-25T01:55:06.116Z[ recovery-image] Jul 25 01:55:05.164 INFO O| Jul 25 01:55:05.164 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-07-25T01:55:06.123Z[ recovery-image] Jul 25 01:55:05.173 INFO O| Jul 25 01:55:05.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
58822024-07-25T01:55:06.123Z[ recovery-image] Jul 25 01:55:05.173 INFO O| Jul 25 01:55:05.173 INFO STEP 718 (remove_files) COMPLETE
58832024-07-25T01:55:06.123Z[ recovery-image] Jul 25 01:55:05.173 INFO O| Jul 25 01:55:05.173 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-07-25T01:55:06.132Z[ recovery-image] Jul 25 01:55:05.183 INFO O| Jul 25 01:55:05.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
58852024-07-25T01:55:06.132Z[ recovery-image] Jul 25 01:55:05.183 INFO O| Jul 25 01:55:05.183 INFO STEP 719 (remove_files) COMPLETE
58862024-07-25T01:55:06.132Z[ recovery-image] Jul 25 01:55:05.183 INFO O| Jul 25 01:55:05.183 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-07-25T01:55:06.142Z[ recovery-image] Jul 25 01:55:05.192 INFO O| Jul 25 01:55:05.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
58882024-07-25T01:55:06.142Z[ recovery-image] Jul 25 01:55:05.192 INFO O| Jul 25 01:55:05.192 INFO STEP 720 (remove_files) COMPLETE
58892024-07-25T01:55:06.145Z[ recovery-image] Jul 25 01:55:05.192 INFO O| Jul 25 01:55:05.192 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-07-25T01:55:06.151Z[ recovery-image] Jul 25 01:55:05.202 INFO O| Jul 25 01:55:05.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
58912024-07-25T01:55:06.151Z[ recovery-image] Jul 25 01:55:05.202 INFO O| Jul 25 01:55:05.202 INFO STEP 721 (remove_files) COMPLETE
58922024-07-25T01:55:06.154Z[ recovery-image] Jul 25 01:55:05.202 INFO O| Jul 25 01:55:05.202 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-07-25T01:55:06.162Z[ recovery-image] Jul 25 01:55:05.212 INFO O| Jul 25 01:55:05.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
58942024-07-25T01:55:06.162Z[ recovery-image] Jul 25 01:55:05.212 INFO O| Jul 25 01:55:05.212 INFO STEP 722 (remove_files) COMPLETE
58952024-07-25T01:55:06.165Z[ recovery-image] Jul 25 01:55:05.212 INFO O| Jul 25 01:55:05.212 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-07-25T01:55:06.171Z[ recovery-image] Jul 25 01:55:05.221 INFO O| Jul 25 01:55:05.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
58972024-07-25T01:55:06.171Z[ recovery-image] Jul 25 01:55:05.221 INFO O| Jul 25 01:55:05.221 INFO STEP 723 (remove_files) COMPLETE
58982024-07-25T01:55:06.173Z[ recovery-image] Jul 25 01:55:05.221 INFO O| Jul 25 01:55:05.221 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-07-25T01:55:06.180Z[ recovery-image] Jul 25 01:55:05.231 INFO O| Jul 25 01:55:05.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
59002024-07-25T01:55:06.183Z[ recovery-image] Jul 25 01:55:05.231 INFO O| Jul 25 01:55:05.231 INFO STEP 724 (remove_files) COMPLETE
59012024-07-25T01:55:06.183Z[ recovery-image] Jul 25 01:55:05.231 INFO O| Jul 25 01:55:05.231 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-07-25T01:55:06.190Z[ recovery-image] Jul 25 01:55:05.240 INFO O| Jul 25 01:55:05.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
59032024-07-25T01:55:06.192Z[ recovery-image] Jul 25 01:55:05.241 INFO O| Jul 25 01:55:05.240 INFO STEP 725 (remove_files) COMPLETE
59042024-07-25T01:55:06.192Z[ recovery-image] Jul 25 01:55:05.241 INFO O| Jul 25 01:55:05.241 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-07-25T01:55:06.200Z[ recovery-image] Jul 25 01:55:05.250 INFO O| Jul 25 01:55:05.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
59062024-07-25T01:55:06.202Z[ recovery-image] Jul 25 01:55:05.250 INFO O| Jul 25 01:55:05.250 INFO STEP 726 (remove_files) COMPLETE
59072024-07-25T01:55:06.202Z[ recovery-image] Jul 25 01:55:05.250 INFO O| Jul 25 01:55:05.250 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-07-25T01:55:06.211Z[ recovery-image] Jul 25 01:55:05.262 INFO O| Jul 25 01:55:05.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
59092024-07-25T01:55:06.211Z[ recovery-image] Jul 25 01:55:05.262 INFO O| Jul 25 01:55:05.262 INFO STEP 727 (remove_files) COMPLETE
59102024-07-25T01:55:06.214Z[ recovery-image] Jul 25 01:55:05.262 INFO O| Jul 25 01:55:05.262 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-07-25T01:55:06.214Z[ host-image] Jul 25 01:55:05.264 INFO O| Jul 25 01:55:05.264 INFO O| Planning: Evaluating mediators ... Done
59122024-07-25T01:55:06.214Z[ host-image] Jul 25 01:55:05.264 INFO O| Jul 25 01:55:05.264 INFO O| Planning: Planning completed in 1.64 seconds
59132024-07-25T01:55:06.217Z[ host-image] Jul 25 01:55:05.266 INFO O| Jul 25 01:55:05.266 INFO O| Packages to install: 1
59142024-07-25T01:55:06.221Z[ recovery-image] Jul 25 01:55:05.272 INFO O| Jul 25 01:55:05.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
59152024-07-25T01:55:06.224Z[ recovery-image] Jul 25 01:55:05.272 INFO O| Jul 25 01:55:05.272 INFO STEP 728 (remove_files) COMPLETE
59162024-07-25T01:55:06.224Z[ recovery-image] Jul 25 01:55:05.272 INFO O| Jul 25 01:55:05.272 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-07-25T01:55:06.227Z[ host-image] Jul 25 01:55:05.276 INFO O| Jul 25 01:55:05.276 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
59182024-07-25T01:55:06.231Z[ recovery-image] Jul 25 01:55:05.282 INFO O| Jul 25 01:55:05.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
59192024-07-25T01:55:06.234Z[ recovery-image] Jul 25 01:55:05.282 INFO O| Jul 25 01:55:05.282 INFO STEP 729 (remove_files) COMPLETE
59202024-07-25T01:55:06.234Z[ recovery-image] Jul 25 01:55:05.282 INFO O| Jul 25 01:55:05.282 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-07-25T01:55:06.245Z[ recovery-image] Jul 25 01:55:05.296 INFO O| Jul 25 01:55:05.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
59222024-07-25T01:55:06.245Z[ recovery-image] Jul 25 01:55:05.296 INFO O| Jul 25 01:55:05.296 INFO STEP 730 (remove_files) COMPLETE
59232024-07-25T01:55:06.248Z[ recovery-image] Jul 25 01:55:05.296 INFO O| Jul 25 01:55:05.296 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-07-25T01:55:06.259Z[ recovery-image] Jul 25 01:55:05.309 INFO O| Jul 25 01:55:05.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
59252024-07-25T01:55:06.268Z[ recovery-image] Jul 25 01:55:05.310 INFO O| Jul 25 01:55:05.310 INFO STEP 731 (remove_files) COMPLETE
59262024-07-25T01:55:06.268Z[ recovery-image] Jul 25 01:55:05.310 INFO O| Jul 25 01:55:05.310 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-07-25T01:55:06.277Z[ recovery-image] Jul 25 01:55:05.320 INFO O| Jul 25 01:55:05.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
59282024-07-25T01:55:06.277Z[ recovery-image] Jul 25 01:55:05.320 INFO O| Jul 25 01:55:05.320 INFO STEP 732 (remove_files) COMPLETE
59292024-07-25T01:55:06.277Z[ recovery-image] Jul 25 01:55:05.320 INFO O| Jul 25 01:55:05.320 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-07-25T01:55:06.286Z[ recovery-image] Jul 25 01:55:05.329 INFO O| Jul 25 01:55:05.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
59312024-07-25T01:55:06.286Z[ recovery-image] Jul 25 01:55:05.329 INFO O| Jul 25 01:55:05.329 INFO STEP 733 (remove_files) COMPLETE
59322024-07-25T01:55:06.286Z[ recovery-image] Jul 25 01:55:05.329 INFO O| Jul 25 01:55:05.329 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-07-25T01:55:06.291Z[ recovery-image] Jul 25 01:55:05.338 INFO O| Jul 25 01:55:05.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
59342024-07-25T01:55:06.291Z[ recovery-image] Jul 25 01:55:05.338 INFO O| Jul 25 01:55:05.338 INFO STEP 734 (remove_files) COMPLETE
59352024-07-25T01:55:06.291Z[ recovery-image] Jul 25 01:55:05.338 INFO O| Jul 25 01:55:05.338 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-07-25T01:55:06.296Z[ recovery-image] Jul 25 01:55:05.347 INFO O| Jul 25 01:55:05.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
59372024-07-25T01:55:06.296Z[ recovery-image] Jul 25 01:55:05.347 INFO O| Jul 25 01:55:05.347 INFO STEP 735 (remove_files) COMPLETE
59382024-07-25T01:55:06.296Z[ recovery-image] Jul 25 01:55:05.347 INFO O| Jul 25 01:55:05.347 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-07-25T01:55:06.306Z[ recovery-image] Jul 25 01:55:05.356 INFO O| Jul 25 01:55:05.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
59402024-07-25T01:55:06.308Z[ recovery-image] Jul 25 01:55:05.356 INFO O| Jul 25 01:55:05.356 INFO STEP 736 (remove_files) COMPLETE
59412024-07-25T01:55:06.308Z[ recovery-image] Jul 25 01:55:05.356 INFO O| Jul 25 01:55:05.356 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-07-25T01:55:06.315Z[ recovery-image] Jul 25 01:55:05.365 INFO O| Jul 25 01:55:05.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
59432024-07-25T01:55:06.317Z[ recovery-image] Jul 25 01:55:05.366 INFO O| Jul 25 01:55:05.365 INFO STEP 737 (remove_files) COMPLETE
59442024-07-25T01:55:06.317Z[ recovery-image] Jul 25 01:55:05.366 INFO O| Jul 25 01:55:05.365 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-07-25T01:55:06.324Z[ recovery-image] Jul 25 01:55:05.375 INFO O| Jul 25 01:55:05.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
59462024-07-25T01:55:06.324Z[ recovery-image] Jul 25 01:55:05.375 INFO O| Jul 25 01:55:05.375 INFO STEP 738 (remove_files) COMPLETE
59472024-07-25T01:55:06.326Z[ recovery-image] Jul 25 01:55:05.375 INFO O| Jul 25 01:55:05.375 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-07-25T01:55:06.333Z[ recovery-image] Jul 25 01:55:05.384 INFO O| Jul 25 01:55:05.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
59492024-07-25T01:55:06.333Z[ recovery-image] Jul 25 01:55:05.384 INFO O| Jul 25 01:55:05.384 INFO STEP 739 (remove_files) COMPLETE
59502024-07-25T01:55:06.336Z[ recovery-image] Jul 25 01:55:05.384 INFO O| Jul 25 01:55:05.384 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-07-25T01:55:06.342Z[ recovery-image] Jul 25 01:55:05.393 INFO O| Jul 25 01:55:05.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
59522024-07-25T01:55:06.342Z[ recovery-image] Jul 25 01:55:05.393 INFO O| Jul 25 01:55:05.393 INFO STEP 740 (remove_files) COMPLETE
59532024-07-25T01:55:06.342Z[ recovery-image] Jul 25 01:55:05.393 INFO O| Jul 25 01:55:05.393 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-07-25T01:55:06.352Z[ recovery-image] Jul 25 01:55:05.403 INFO O| Jul 25 01:55:05.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
59552024-07-25T01:55:06.354Z[ recovery-image] Jul 25 01:55:05.403 INFO O| Jul 25 01:55:05.403 INFO STEP 741 (remove_files) COMPLETE
59562024-07-25T01:55:06.354Z[ recovery-image] Jul 25 01:55:05.403 INFO O| Jul 25 01:55:05.403 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-07-25T01:55:06.361Z[ recovery-image] Jul 25 01:55:05.412 INFO O| Jul 25 01:55:05.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
59582024-07-25T01:55:06.363Z[ recovery-image] Jul 25 01:55:05.412 INFO O| Jul 25 01:55:05.412 INFO STEP 742 (remove_files) COMPLETE
59592024-07-25T01:55:06.363Z[ recovery-image] Jul 25 01:55:05.412 INFO O| Jul 25 01:55:05.412 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-07-25T01:55:06.370Z[ recovery-image] Jul 25 01:55:05.421 INFO O| Jul 25 01:55:05.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
59612024-07-25T01:55:06.370Z[ recovery-image] Jul 25 01:55:05.421 INFO O| Jul 25 01:55:05.421 INFO STEP 743 (remove_files) COMPLETE
59622024-07-25T01:55:06.370Z[ recovery-image] Jul 25 01:55:05.421 INFO O| Jul 25 01:55:05.421 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-07-25T01:55:06.379Z[ recovery-image] Jul 25 01:55:05.430 INFO O| Jul 25 01:55:05.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
59642024-07-25T01:55:06.379Z[ recovery-image] Jul 25 01:55:05.430 INFO O| Jul 25 01:55:05.430 INFO STEP 744 (remove_files) COMPLETE
59652024-07-25T01:55:06.382Z[ recovery-image] Jul 25 01:55:05.430 INFO O| Jul 25 01:55:05.430 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-07-25T01:55:06.388Z[ recovery-image] Jul 25 01:55:05.439 INFO O| Jul 25 01:55:05.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
59672024-07-25T01:55:06.391Z[ recovery-image] Jul 25 01:55:05.439 INFO O| Jul 25 01:55:05.439 INFO STEP 745 (remove_files) COMPLETE
59682024-07-25T01:55:06.391Z[ recovery-image] Jul 25 01:55:05.439 INFO O| Jul 25 01:55:05.439 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-07-25T01:55:06.398Z[ recovery-image] Jul 25 01:55:05.448 INFO O| Jul 25 01:55:05.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
59702024-07-25T01:55:06.398Z[ recovery-image] Jul 25 01:55:05.448 INFO O| Jul 25 01:55:05.448 INFO STEP 746 (remove_files) COMPLETE
59712024-07-25T01:55:06.398Z[ recovery-image] Jul 25 01:55:05.448 INFO O| Jul 25 01:55:05.448 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-07-25T01:55:06.407Z[ recovery-image] Jul 25 01:55:05.458 INFO O| Jul 25 01:55:05.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
59732024-07-25T01:55:06.407Z[ recovery-image] Jul 25 01:55:05.458 INFO O| Jul 25 01:55:05.458 INFO STEP 747 (remove_files) COMPLETE
59742024-07-25T01:55:06.407Z[ recovery-image] Jul 25 01:55:05.458 INFO O| Jul 25 01:55:05.458 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-07-25T01:55:06.416Z[ recovery-image] Jul 25 01:55:05.467 INFO O| Jul 25 01:55:05.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
59762024-07-25T01:55:06.416Z[ recovery-image] Jul 25 01:55:05.467 INFO O| Jul 25 01:55:05.467 INFO STEP 748 (remove_files) COMPLETE
59772024-07-25T01:55:06.418Z[ recovery-image] Jul 25 01:55:05.467 INFO O| Jul 25 01:55:05.467 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-07-25T01:55:06.425Z[ recovery-image] Jul 25 01:55:05.476 INFO O| Jul 25 01:55:05.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
59792024-07-25T01:55:06.425Z[ recovery-image] Jul 25 01:55:05.476 INFO O| Jul 25 01:55:05.476 INFO STEP 749 (remove_files) COMPLETE
59802024-07-25T01:55:06.428Z[ recovery-image] Jul 25 01:55:05.476 INFO O| Jul 25 01:55:05.476 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-07-25T01:55:06.434Z[ recovery-image] Jul 25 01:55:05.485 INFO O| Jul 25 01:55:05.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
59822024-07-25T01:55:06.437Z[ recovery-image] Jul 25 01:55:05.485 INFO O| Jul 25 01:55:05.485 INFO STEP 750 (remove_files) COMPLETE
59832024-07-25T01:55:06.437Z[ recovery-image] Jul 25 01:55:05.485 INFO O| Jul 25 01:55:05.485 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-07-25T01:55:06.443Z[ recovery-image] Jul 25 01:55:05.494 INFO O| Jul 25 01:55:05.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
59852024-07-25T01:55:06.443Z[ recovery-image] Jul 25 01:55:05.494 INFO O| Jul 25 01:55:05.494 INFO STEP 751 (remove_files) COMPLETE
59862024-07-25T01:55:06.443Z[ recovery-image] Jul 25 01:55:05.494 INFO O| Jul 25 01:55:05.494 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-07-25T01:55:06.452Z[ recovery-image] Jul 25 01:55:05.503 INFO O| Jul 25 01:55:05.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
59882024-07-25T01:55:06.452Z[ recovery-image] Jul 25 01:55:05.503 INFO O| Jul 25 01:55:05.503 INFO STEP 752 (remove_files) COMPLETE
59892024-07-25T01:55:06.452Z[ recovery-image] Jul 25 01:55:05.503 INFO O| Jul 25 01:55:05.503 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-07-25T01:55:06.461Z[ recovery-image] Jul 25 01:55:05.512 INFO O| Jul 25 01:55:05.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
59912024-07-25T01:55:06.461Z[ recovery-image] Jul 25 01:55:05.512 INFO O| Jul 25 01:55:05.512 INFO STEP 753 (remove_files) COMPLETE
59922024-07-25T01:55:06.464Z[ recovery-image] Jul 25 01:55:05.512 INFO O| Jul 25 01:55:05.512 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-07-25T01:55:06.471Z[ recovery-image] Jul 25 01:55:05.521 INFO O| Jul 25 01:55:05.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
59942024-07-25T01:55:06.471Z[ recovery-image] Jul 25 01:55:05.521 INFO O| Jul 25 01:55:05.521 INFO STEP 754 (remove_files) COMPLETE
59952024-07-25T01:55:06.473Z[ recovery-image] Jul 25 01:55:05.521 INFO O| Jul 25 01:55:05.521 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-07-25T01:55:06.484Z[ recovery-image] Jul 25 01:55:05.531 INFO O| Jul 25 01:55:05.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
59972024-07-25T01:55:06.484Z[ recovery-image] Jul 25 01:55:05.531 INFO O| Jul 25 01:55:05.531 INFO STEP 755 (remove_files) COMPLETE
59982024-07-25T01:55:06.484Z[ recovery-image] Jul 25 01:55:05.531 INFO O| Jul 25 01:55:05.531 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-07-25T01:55:06.489Z[ recovery-image] Jul 25 01:55:05.540 INFO O| Jul 25 01:55:05.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
60002024-07-25T01:55:06.489Z[ recovery-image] Jul 25 01:55:05.540 INFO O| Jul 25 01:55:05.540 INFO STEP 756 (remove_files) COMPLETE
60012024-07-25T01:55:06.489Z[ recovery-image] Jul 25 01:55:05.540 INFO O| Jul 25 01:55:05.540 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-07-25T01:55:06.498Z[ recovery-image] Jul 25 01:55:05.549 INFO O| Jul 25 01:55:05.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
60032024-07-25T01:55:06.500Z[ recovery-image] Jul 25 01:55:05.549 INFO O| Jul 25 01:55:05.549 INFO STEP 757 (remove_files) COMPLETE
60042024-07-25T01:55:06.500Z[ recovery-image] Jul 25 01:55:05.549 INFO O| Jul 25 01:55:05.549 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-07-25T01:55:06.507Z[ recovery-image] Jul 25 01:55:05.558 INFO O| Jul 25 01:55:05.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
60062024-07-25T01:55:06.507Z[ recovery-image] Jul 25 01:55:05.558 INFO O| Jul 25 01:55:05.558 INFO STEP 758 (remove_files) COMPLETE
60072024-07-25T01:55:06.509Z[ recovery-image] Jul 25 01:55:05.558 INFO O| Jul 25 01:55:05.558 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-07-25T01:55:06.516Z[ recovery-image] Jul 25 01:55:05.567 INFO O| Jul 25 01:55:05.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
60092024-07-25T01:55:06.519Z[ recovery-image] Jul 25 01:55:05.567 INFO O| Jul 25 01:55:05.567 INFO STEP 759 (remove_files) COMPLETE
60102024-07-25T01:55:06.519Z[ recovery-image] Jul 25 01:55:05.567 INFO O| Jul 25 01:55:05.567 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-07-25T01:55:06.525Z[ recovery-image] Jul 25 01:55:05.576 INFO O| Jul 25 01:55:05.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
60122024-07-25T01:55:06.528Z[ recovery-image] Jul 25 01:55:05.576 INFO O| Jul 25 01:55:05.576 INFO STEP 760 (remove_files) COMPLETE
60132024-07-25T01:55:06.528Z[ recovery-image] Jul 25 01:55:05.576 INFO O| Jul 25 01:55:05.576 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-07-25T01:55:06.534Z[ recovery-image] Jul 25 01:55:05.585 INFO O| Jul 25 01:55:05.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
60152024-07-25T01:55:06.534Z[ recovery-image] Jul 25 01:55:05.585 INFO O| Jul 25 01:55:05.585 INFO STEP 761 (remove_files) COMPLETE
60162024-07-25T01:55:06.538Z[ recovery-image] Jul 25 01:55:05.585 INFO O| Jul 25 01:55:05.585 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-07-25T01:55:06.544Z[ recovery-image] Jul 25 01:55:05.594 INFO O| Jul 25 01:55:05.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
60182024-07-25T01:55:06.544Z[ recovery-image] Jul 25 01:55:05.594 INFO O| Jul 25 01:55:05.594 INFO STEP 762 (remove_files) COMPLETE
60192024-07-25T01:55:06.546Z[ recovery-image] Jul 25 01:55:05.594 INFO O| Jul 25 01:55:05.594 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-07-25T01:55:06.553Z[ recovery-image] Jul 25 01:55:05.604 INFO O| Jul 25 01:55:05.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
60212024-07-25T01:55:06.553Z[ recovery-image] Jul 25 01:55:05.604 INFO O| Jul 25 01:55:05.604 INFO STEP 763 (remove_files) COMPLETE
60222024-07-25T01:55:06.555Z[ recovery-image] Jul 25 01:55:05.604 INFO O| Jul 25 01:55:05.604 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-07-25T01:55:06.562Z[ recovery-image] Jul 25 01:55:05.613 INFO O| Jul 25 01:55:05.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
60242024-07-25T01:55:06.562Z[ recovery-image] Jul 25 01:55:05.613 INFO O| Jul 25 01:55:05.613 INFO STEP 764 (remove_files) COMPLETE
60252024-07-25T01:55:06.566Z[ recovery-image] Jul 25 01:55:05.613 INFO O| Jul 25 01:55:05.613 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-07-25T01:55:06.571Z[ recovery-image] Jul 25 01:55:05.622 INFO O| Jul 25 01:55:05.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
60272024-07-25T01:55:06.571Z[ recovery-image] Jul 25 01:55:05.622 INFO O| Jul 25 01:55:05.622 INFO STEP 765 (remove_files) COMPLETE
60282024-07-25T01:55:06.571Z[ recovery-image] Jul 25 01:55:05.622 INFO O| Jul 25 01:55:05.622 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-07-25T01:55:06.580Z[ recovery-image] Jul 25 01:55:05.631 INFO O| Jul 25 01:55:05.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
60302024-07-25T01:55:06.580Z[ recovery-image] Jul 25 01:55:05.631 INFO O| Jul 25 01:55:05.631 INFO STEP 766 (remove_files) COMPLETE
60312024-07-25T01:55:06.580Z[ recovery-image] Jul 25 01:55:05.631 INFO O| Jul 25 01:55:05.631 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-07-25T01:55:06.589Z[ recovery-image] Jul 25 01:55:05.640 INFO O| Jul 25 01:55:05.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
60332024-07-25T01:55:06.589Z[ recovery-image] Jul 25 01:55:05.640 INFO O| Jul 25 01:55:05.640 INFO STEP 767 (remove_files) COMPLETE
60342024-07-25T01:55:06.589Z[ recovery-image] Jul 25 01:55:05.640 INFO O| Jul 25 01:55:05.640 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-07-25T01:55:06.598Z[ recovery-image] Jul 25 01:55:05.649 INFO O| Jul 25 01:55:05.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
60362024-07-25T01:55:06.602Z[ recovery-image] Jul 25 01:55:05.649 INFO O| Jul 25 01:55:05.649 INFO STEP 768 (remove_files) COMPLETE
60372024-07-25T01:55:06.602Z[ recovery-image] Jul 25 01:55:05.649 INFO O| Jul 25 01:55:05.649 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-07-25T01:55:06.608Z[ recovery-image] Jul 25 01:55:05.658 INFO O| Jul 25 01:55:05.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
60392024-07-25T01:55:06.608Z[ recovery-image] Jul 25 01:55:05.658 INFO O| Jul 25 01:55:05.658 INFO STEP 769 (remove_files) COMPLETE
60402024-07-25T01:55:06.610Z[ recovery-image] Jul 25 01:55:05.658 INFO O| Jul 25 01:55:05.658 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-07-25T01:55:06.617Z[ recovery-image] Jul 25 01:55:05.668 INFO O| Jul 25 01:55:05.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
60422024-07-25T01:55:06.617Z[ recovery-image] Jul 25 01:55:05.668 INFO O| Jul 25 01:55:05.668 INFO STEP 770 (remove_files) COMPLETE
60432024-07-25T01:55:06.620Z[ recovery-image] Jul 25 01:55:05.668 INFO O| Jul 25 01:55:05.668 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-07-25T01:55:06.626Z[ recovery-image] Jul 25 01:55:05.676 INFO O| Jul 25 01:55:05.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
60452024-07-25T01:55:06.626Z[ recovery-image] Jul 25 01:55:05.677 INFO O| Jul 25 01:55:05.677 INFO STEP 771 (remove_files) COMPLETE
60462024-07-25T01:55:06.626Z[ recovery-image] Jul 25 01:55:05.677 INFO O| Jul 25 01:55:05.677 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-07-25T01:55:06.635Z[ recovery-image] Jul 25 01:55:05.686 INFO O| Jul 25 01:55:05.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
60482024-07-25T01:55:06.639Z[ recovery-image] Jul 25 01:55:05.686 INFO O| Jul 25 01:55:05.686 INFO STEP 772 (remove_files) COMPLETE
60492024-07-25T01:55:06.639Z[ recovery-image] Jul 25 01:55:05.686 INFO O| Jul 25 01:55:05.686 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-07-25T01:55:06.644Z[ recovery-image] Jul 25 01:55:05.695 INFO O| Jul 25 01:55:05.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
60512024-07-25T01:55:06.646Z[ recovery-image] Jul 25 01:55:05.695 INFO O| Jul 25 01:55:05.695 INFO STEP 773 (remove_files) COMPLETE
60522024-07-25T01:55:06.646Z[ recovery-image] Jul 25 01:55:05.695 INFO O| Jul 25 01:55:05.695 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-07-25T01:55:06.653Z[ recovery-image] Jul 25 01:55:05.704 INFO O| Jul 25 01:55:05.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
60542024-07-25T01:55:06.653Z[ recovery-image] Jul 25 01:55:05.704 INFO O| Jul 25 01:55:05.704 INFO STEP 774 (remove_files) COMPLETE
60552024-07-25T01:55:06.653Z[ recovery-image] Jul 25 01:55:05.704 INFO O| Jul 25 01:55:05.704 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-07-25T01:55:06.662Z[ recovery-image] Jul 25 01:55:05.713 INFO O| Jul 25 01:55:05.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
60572024-07-25T01:55:06.662Z[ recovery-image] Jul 25 01:55:05.713 INFO O| Jul 25 01:55:05.713 INFO STEP 775 (remove_files) COMPLETE
60582024-07-25T01:55:06.662Z[ recovery-image] Jul 25 01:55:05.713 INFO O| Jul 25 01:55:05.713 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-07-25T01:55:06.672Z[ recovery-image] Jul 25 01:55:05.723 INFO O| Jul 25 01:55:05.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
60602024-07-25T01:55:06.672Z[ recovery-image] Jul 25 01:55:05.723 INFO O| Jul 25 01:55:05.723 INFO STEP 776 (remove_files) COMPLETE
60612024-07-25T01:55:06.675Z[ recovery-image] Jul 25 01:55:05.723 INFO O| Jul 25 01:55:05.723 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-07-25T01:55:06.685Z[ recovery-image] Jul 25 01:55:05.736 INFO O| Jul 25 01:55:05.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
60632024-07-25T01:55:06.688Z[ recovery-image] Jul 25 01:55:05.736 INFO O| Jul 25 01:55:05.736 INFO STEP 777 (remove_files) COMPLETE
60642024-07-25T01:55:06.688Z[ recovery-image] Jul 25 01:55:05.736 INFO O| Jul 25 01:55:05.736 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-07-25T01:55:06.694Z[ recovery-image] Jul 25 01:55:05.745 INFO O| Jul 25 01:55:05.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
60662024-07-25T01:55:06.694Z[ recovery-image] Jul 25 01:55:05.745 INFO O| Jul 25 01:55:05.745 INFO STEP 778 (remove_files) COMPLETE
60672024-07-25T01:55:06.698Z[ recovery-image] Jul 25 01:55:05.745 INFO O| Jul 25 01:55:05.745 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-07-25T01:55:06.704Z[ recovery-image] Jul 25 01:55:05.754 INFO O| Jul 25 01:55:05.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
60692024-07-25T01:55:06.706Z[ recovery-image] Jul 25 01:55:05.754 INFO O| Jul 25 01:55:05.754 INFO STEP 779 (remove_files) COMPLETE
60702024-07-25T01:55:06.706Z[ recovery-image] Jul 25 01:55:05.754 INFO O| Jul 25 01:55:05.754 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-07-25T01:55:06.713Z[ recovery-image] Jul 25 01:55:05.764 INFO O| Jul 25 01:55:05.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
60722024-07-25T01:55:06.713Z[ recovery-image] Jul 25 01:55:05.764 INFO O| Jul 25 01:55:05.764 INFO STEP 780 (remove_files) COMPLETE
60732024-07-25T01:55:06.715Z[ recovery-image] Jul 25 01:55:05.764 INFO O| Jul 25 01:55:05.764 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-07-25T01:55:06.722Z[ recovery-image] Jul 25 01:55:05.773 INFO O| Jul 25 01:55:05.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
60752024-07-25T01:55:06.722Z[ recovery-image] Jul 25 01:55:05.773 INFO O| Jul 25 01:55:05.773 INFO STEP 781 (remove_files) COMPLETE
60762024-07-25T01:55:06.722Z[ recovery-image] Jul 25 01:55:05.773 INFO O| Jul 25 01:55:05.773 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-07-25T01:55:06.731Z[ recovery-image] Jul 25 01:55:05.782 INFO O| Jul 25 01:55:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
60782024-07-25T01:55:06.731Z[ recovery-image] Jul 25 01:55:05.782 INFO O| Jul 25 01:55:05.782 INFO STEP 782 (remove_files) COMPLETE
60792024-07-25T01:55:06.734Z[ recovery-image] Jul 25 01:55:05.782 INFO O| Jul 25 01:55:05.782 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-07-25T01:55:06.740Z[ recovery-image] Jul 25 01:55:05.791 INFO O| Jul 25 01:55:05.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
60812024-07-25T01:55:06.743Z[ recovery-image] Jul 25 01:55:05.791 INFO O| Jul 25 01:55:05.791 INFO STEP 783 (remove_files) COMPLETE
60822024-07-25T01:55:06.743Z[ recovery-image] Jul 25 01:55:05.791 INFO O| Jul 25 01:55:05.791 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-07-25T01:55:06.749Z[ recovery-image] Jul 25 01:55:05.800 INFO O| Jul 25 01:55:05.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
60842024-07-25T01:55:06.749Z[ recovery-image] Jul 25 01:55:05.800 INFO O| Jul 25 01:55:05.800 INFO STEP 784 (remove_files) COMPLETE
60852024-07-25T01:55:06.749Z[ recovery-image] Jul 25 01:55:05.800 INFO O| Jul 25 01:55:05.800 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-07-25T01:55:06.758Z[ recovery-image] Jul 25 01:55:05.809 INFO O| Jul 25 01:55:05.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
60872024-07-25T01:55:06.758Z[ recovery-image] Jul 25 01:55:05.809 INFO O| Jul 25 01:55:05.809 INFO STEP 785 (remove_files) COMPLETE
60882024-07-25T01:55:06.761Z[ recovery-image] Jul 25 01:55:05.809 INFO O| Jul 25 01:55:05.809 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-07-25T01:55:06.767Z[ recovery-image] Jul 25 01:55:05.818 INFO O| Jul 25 01:55:05.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
60902024-07-25T01:55:06.770Z[ recovery-image] Jul 25 01:55:05.818 INFO O| Jul 25 01:55:05.818 INFO STEP 786 (remove_files) COMPLETE
60912024-07-25T01:55:06.770Z[ recovery-image] Jul 25 01:55:05.818 INFO O| Jul 25 01:55:05.818 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-07-25T01:55:06.776Z[ recovery-image] Jul 25 01:55:05.827 INFO O| Jul 25 01:55:05.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
60932024-07-25T01:55:06.776Z[ recovery-image] Jul 25 01:55:05.827 INFO O| Jul 25 01:55:05.827 INFO STEP 787 (remove_files) COMPLETE
60942024-07-25T01:55:06.777Z[ recovery-image] Jul 25 01:55:05.827 INFO O| Jul 25 01:55:05.827 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-07-25T01:55:06.786Z[ recovery-image] Jul 25 01:55:05.836 INFO O| Jul 25 01:55:05.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
60962024-07-25T01:55:06.789Z[ recovery-image] Jul 25 01:55:05.836 INFO O| Jul 25 01:55:05.836 INFO STEP 788 (remove_files) COMPLETE
60972024-07-25T01:55:06.789Z[ recovery-image] Jul 25 01:55:05.836 INFO O| Jul 25 01:55:05.836 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-07-25T01:55:06.795Z[ recovery-image] Jul 25 01:55:05.845 INFO O| Jul 25 01:55:05.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
60992024-07-25T01:55:06.795Z[ recovery-image] Jul 25 01:55:05.845 INFO O| Jul 25 01:55:05.845 INFO STEP 789 (remove_files) COMPLETE
61002024-07-25T01:55:06.795Z[ recovery-image] Jul 25 01:55:05.845 INFO O| Jul 25 01:55:05.845 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-07-25T01:55:06.804Z[ recovery-image] Jul 25 01:55:05.854 INFO O| Jul 25 01:55:05.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
61022024-07-25T01:55:06.804Z[ recovery-image] Jul 25 01:55:05.855 INFO O| Jul 25 01:55:05.855 INFO STEP 790 (remove_files) COMPLETE
61032024-07-25T01:55:06.806Z[ recovery-image] Jul 25 01:55:05.855 INFO O| Jul 25 01:55:05.855 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-07-25T01:55:06.813Z[ recovery-image] Jul 25 01:55:05.864 INFO O| Jul 25 01:55:05.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
61052024-07-25T01:55:06.813Z[ recovery-image] Jul 25 01:55:05.864 INFO O| Jul 25 01:55:05.864 INFO STEP 791 (remove_files) COMPLETE
61062024-07-25T01:55:06.813Z[ recovery-image] Jul 25 01:55:05.864 INFO O| Jul 25 01:55:05.864 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-07-25T01:55:06.822Z[ recovery-image] Jul 25 01:55:05.873 INFO O| Jul 25 01:55:05.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
61082024-07-25T01:55:06.822Z[ recovery-image] Jul 25 01:55:05.873 INFO O| Jul 25 01:55:05.873 INFO STEP 792 (remove_files) COMPLETE
61092024-07-25T01:55:06.826Z[ recovery-image] Jul 25 01:55:05.873 INFO O| Jul 25 01:55:05.873 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-07-25T01:55:06.831Z[ recovery-image] Jul 25 01:55:05.882 INFO O| Jul 25 01:55:05.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
61112024-07-25T01:55:06.833Z[ recovery-image] Jul 25 01:55:05.882 INFO O| Jul 25 01:55:05.882 INFO STEP 793 (remove_files) COMPLETE
61122024-07-25T01:55:06.833Z[ recovery-image] Jul 25 01:55:05.882 INFO O| Jul 25 01:55:05.882 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-07-25T01:55:06.840Z[ recovery-image] Jul 25 01:55:05.891 INFO O| Jul 25 01:55:05.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
61142024-07-25T01:55:06.840Z[ recovery-image] Jul 25 01:55:05.891 INFO O| Jul 25 01:55:05.891 INFO STEP 794 (remove_files) COMPLETE
61152024-07-25T01:55:06.843Z[ recovery-image] Jul 25 01:55:05.891 INFO O| Jul 25 01:55:05.891 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-07-25T01:55:06.849Z[ recovery-image] Jul 25 01:55:05.900 INFO O| Jul 25 01:55:05.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
61172024-07-25T01:55:06.849Z[ recovery-image] Jul 25 01:55:05.900 INFO O| Jul 25 01:55:05.900 INFO STEP 795 (remove_files) COMPLETE
61182024-07-25T01:55:06.851Z[ recovery-image] Jul 25 01:55:05.900 INFO O| Jul 25 01:55:05.900 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-07-25T01:55:06.858Z[ recovery-image] Jul 25 01:55:05.909 INFO O| Jul 25 01:55:05.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
61202024-07-25T01:55:06.860Z[ recovery-image] Jul 25 01:55:05.909 INFO O| Jul 25 01:55:05.909 INFO STEP 796 (remove_files) COMPLETE
61212024-07-25T01:55:06.860Z[ recovery-image] Jul 25 01:55:05.909 INFO O| Jul 25 01:55:05.909 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-07-25T01:55:06.867Z[ recovery-image] Jul 25 01:55:05.918 INFO O| Jul 25 01:55:05.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
61232024-07-25T01:55:06.869Z[ recovery-image] Jul 25 01:55:05.918 INFO O| Jul 25 01:55:05.918 INFO STEP 797 (remove_files) COMPLETE
61242024-07-25T01:55:06.870Z[ recovery-image] Jul 25 01:55:05.918 INFO O| Jul 25 01:55:05.918 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-07-25T01:55:06.876Z[ recovery-image] Jul 25 01:55:05.927 INFO O| Jul 25 01:55:05.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
61262024-07-25T01:55:06.876Z[ recovery-image] Jul 25 01:55:05.927 INFO O| Jul 25 01:55:05.927 INFO STEP 798 (remove_files) COMPLETE
61272024-07-25T01:55:06.876Z[ recovery-image] Jul 25 01:55:05.927 INFO O| Jul 25 01:55:05.927 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-07-25T01:55:06.885Z[ recovery-image] Jul 25 01:55:05.936 INFO O| Jul 25 01:55:05.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
61292024-07-25T01:55:06.885Z[ recovery-image] Jul 25 01:55:05.936 INFO O| Jul 25 01:55:05.936 INFO STEP 799 (remove_files) COMPLETE
61302024-07-25T01:55:06.885Z[ recovery-image] Jul 25 01:55:05.936 INFO O| Jul 25 01:55:05.936 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-07-25T01:55:06.894Z[ recovery-image] Jul 25 01:55:05.945 INFO O| Jul 25 01:55:05.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
61322024-07-25T01:55:06.894Z[ recovery-image] Jul 25 01:55:05.945 INFO O| Jul 25 01:55:05.945 INFO STEP 800 (remove_files) COMPLETE
61332024-07-25T01:55:06.897Z[ recovery-image] Jul 25 01:55:05.945 INFO O| Jul 25 01:55:05.945 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-07-25T01:55:06.904Z[ recovery-image] Jul 25 01:55:05.954 INFO O| Jul 25 01:55:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
61352024-07-25T01:55:06.904Z[ recovery-image] Jul 25 01:55:05.955 INFO O| Jul 25 01:55:05.954 INFO STEP 801 (remove_files) COMPLETE
61362024-07-25T01:55:06.904Z[ recovery-image] Jul 25 01:55:05.955 INFO O| Jul 25 01:55:05.954 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-07-25T01:55:06.913Z[ recovery-image] Jul 25 01:55:05.964 INFO O| Jul 25 01:55:05.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
61382024-07-25T01:55:06.915Z[ recovery-image] Jul 25 01:55:05.964 INFO O| Jul 25 01:55:05.964 INFO STEP 802 (remove_files) COMPLETE
61392024-07-25T01:55:06.915Z[ recovery-image] Jul 25 01:55:05.964 INFO O| Jul 25 01:55:05.964 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-07-25T01:55:06.922Z[ recovery-image] Jul 25 01:55:05.973 INFO O| Jul 25 01:55:05.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
61412024-07-25T01:55:06.922Z[ recovery-image] Jul 25 01:55:05.973 INFO O| Jul 25 01:55:05.973 INFO STEP 803 (remove_files) COMPLETE
61422024-07-25T01:55:06.922Z[ recovery-image] Jul 25 01:55:05.973 INFO O| Jul 25 01:55:05.973 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-07-25T01:55:06.931Z[ recovery-image] Jul 25 01:55:05.982 INFO O| Jul 25 01:55:05.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
61442024-07-25T01:55:06.931Z[ recovery-image] Jul 25 01:55:05.982 INFO O| Jul 25 01:55:05.982 INFO STEP 804 (remove_files) COMPLETE
61452024-07-25T01:55:06.931Z[ recovery-image] Jul 25 01:55:05.982 INFO O| Jul 25 01:55:05.982 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-07-25T01:55:06.940Z[ recovery-image] Jul 25 01:55:05.991 INFO O| Jul 25 01:55:05.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
61472024-07-25T01:55:06.940Z[ recovery-image] Jul 25 01:55:05.991 INFO O| Jul 25 01:55:05.991 INFO STEP 805 (remove_files) COMPLETE
61482024-07-25T01:55:06.940Z[ recovery-image] Jul 25 01:55:05.991 INFO O| Jul 25 01:55:05.991 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-07-25T01:55:06.949Z[ recovery-image] Jul 25 01:55:06.000 INFO O| Jul 25 01:55:06.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
61502024-07-25T01:55:06.949Z[ recovery-image] Jul 25 01:55:06.000 INFO O| Jul 25 01:55:06.000 INFO STEP 806 (remove_files) COMPLETE
61512024-07-25T01:55:06.949Z[ recovery-image] Jul 25 01:55:06.000 INFO O| Jul 25 01:55:06.000 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-07-25T01:55:06.959Z[ recovery-image] Jul 25 01:55:06.009 INFO O| Jul 25 01:55:06.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
61532024-07-25T01:55:06.959Z[ recovery-image] Jul 25 01:55:06.009 INFO O| Jul 25 01:55:06.009 INFO STEP 807 (remove_files) COMPLETE
61542024-07-25T01:55:06.959Z[ recovery-image] Jul 25 01:55:06.009 INFO O| Jul 25 01:55:06.009 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-07-25T01:55:06.968Z[ recovery-image] Jul 25 01:55:06.019 INFO O| Jul 25 01:55:06.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
61562024-07-25T01:55:06.968Z[ recovery-image] Jul 25 01:55:06.019 INFO O| Jul 25 01:55:06.019 INFO STEP 808 (remove_files) COMPLETE
61572024-07-25T01:55:06.971Z[ recovery-image] Jul 25 01:55:06.019 INFO O| Jul 25 01:55:06.019 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-07-25T01:55:06.977Z[ recovery-image] Jul 25 01:55:06.028 INFO O| Jul 25 01:55:06.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
61592024-07-25T01:55:06.977Z[ recovery-image] Jul 25 01:55:06.028 INFO O| Jul 25 01:55:06.028 INFO STEP 809 (remove_files) COMPLETE
61602024-07-25T01:55:06.979Z[ recovery-image] Jul 25 01:55:06.028 INFO O| Jul 25 01:55:06.028 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-07-25T01:55:06.986Z[ recovery-image] Jul 25 01:55:06.037 INFO O| Jul 25 01:55:06.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
61622024-07-25T01:55:06.986Z[ recovery-image] Jul 25 01:55:06.037 INFO O| Jul 25 01:55:06.037 INFO STEP 810 (remove_files) COMPLETE
61632024-07-25T01:55:06.988Z[ recovery-image] Jul 25 01:55:06.037 INFO O| Jul 25 01:55:06.037 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-07-25T01:55:06.995Z[ recovery-image] Jul 25 01:55:06.046 INFO O| Jul 25 01:55:06.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
61652024-07-25T01:55:06.998Z[ recovery-image] Jul 25 01:55:06.046 INFO O| Jul 25 01:55:06.046 INFO STEP 811 (remove_files) COMPLETE
61662024-07-25T01:55:06.998Z[ recovery-image] Jul 25 01:55:06.046 INFO O| Jul 25 01:55:06.046 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-07-25T01:55:07.004Z[ recovery-image] Jul 25 01:55:06.055 INFO O| Jul 25 01:55:06.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
61682024-07-25T01:55:07.007Z[ recovery-image] Jul 25 01:55:06.055 INFO O| Jul 25 01:55:06.055 INFO STEP 812 (remove_files) COMPLETE
61692024-07-25T01:55:07.007Z[ recovery-image] Jul 25 01:55:06.055 INFO O| Jul 25 01:55:06.055 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-07-25T01:55:07.013Z[ recovery-image] Jul 25 01:55:06.064 INFO O| Jul 25 01:55:06.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
61712024-07-25T01:55:07.013Z[ recovery-image] Jul 25 01:55:06.064 INFO O| Jul 25 01:55:06.064 INFO STEP 813 (remove_files) COMPLETE
61722024-07-25T01:55:07.016Z[ recovery-image] Jul 25 01:55:06.064 INFO O| Jul 25 01:55:06.064 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-07-25T01:55:07.023Z[ recovery-image] Jul 25 01:55:06.073 INFO O| Jul 25 01:55:06.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
61742024-07-25T01:55:07.023Z[ recovery-image] Jul 25 01:55:06.073 INFO O| Jul 25 01:55:06.073 INFO STEP 814 (remove_files) COMPLETE
61752024-07-25T01:55:07.023Z[ recovery-image] Jul 25 01:55:06.073 INFO O| Jul 25 01:55:06.073 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-07-25T01:55:07.032Z[ recovery-image] Jul 25 01:55:06.082 INFO O| Jul 25 01:55:06.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
61772024-07-25T01:55:07.032Z[ recovery-image] Jul 25 01:55:06.082 INFO O| Jul 25 01:55:06.082 INFO STEP 815 (remove_files) COMPLETE
61782024-07-25T01:55:07.034Z[ recovery-image] Jul 25 01:55:06.083 INFO O| Jul 25 01:55:06.082 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-07-25T01:55:07.041Z[ recovery-image] Jul 25 01:55:06.092 INFO O| Jul 25 01:55:06.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
61802024-07-25T01:55:07.041Z[ recovery-image] Jul 25 01:55:06.092 INFO O| Jul 25 01:55:06.092 INFO STEP 816 (remove_files) COMPLETE
61812024-07-25T01:55:07.041Z[ recovery-image] Jul 25 01:55:06.092 INFO O| Jul 25 01:55:06.092 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-07-25T01:55:07.050Z[ recovery-image] Jul 25 01:55:06.101 INFO O| Jul 25 01:55:06.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
61832024-07-25T01:55:07.053Z[ recovery-image] Jul 25 01:55:06.101 INFO O| Jul 25 01:55:06.101 INFO STEP 817 (remove_files) COMPLETE
61842024-07-25T01:55:07.053Z[ recovery-image] Jul 25 01:55:06.101 INFO O| Jul 25 01:55:06.101 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-07-25T01:55:07.059Z[ recovery-image] Jul 25 01:55:06.110 INFO O| Jul 25 01:55:06.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
61862024-07-25T01:55:07.062Z[ recovery-image] Jul 25 01:55:06.110 INFO O| Jul 25 01:55:06.110 INFO STEP 818 (remove_files) COMPLETE
61872024-07-25T01:55:07.062Z[ recovery-image] Jul 25 01:55:06.110 INFO O| Jul 25 01:55:06.110 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-07-25T01:55:07.068Z[ recovery-image] Jul 25 01:55:06.119 INFO O| Jul 25 01:55:06.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
61892024-07-25T01:55:07.071Z[ recovery-image] Jul 25 01:55:06.119 INFO O| Jul 25 01:55:06.119 INFO STEP 819 (remove_files) COMPLETE
61902024-07-25T01:55:07.071Z[ recovery-image] Jul 25 01:55:06.119 INFO O| Jul 25 01:55:06.119 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-07-25T01:55:07.078Z[ recovery-image] Jul 25 01:55:06.128 INFO O| Jul 25 01:55:06.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
61922024-07-25T01:55:07.078Z[ recovery-image] Jul 25 01:55:06.128 INFO O| Jul 25 01:55:06.128 INFO STEP 820 (remove_files) COMPLETE
61932024-07-25T01:55:07.078Z[ recovery-image] Jul 25 01:55:06.128 INFO O| Jul 25 01:55:06.128 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-07-25T01:55:07.087Z[ recovery-image] Jul 25 01:55:06.137 INFO O| Jul 25 01:55:06.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
61952024-07-25T01:55:07.087Z[ recovery-image] Jul 25 01:55:06.138 INFO O| Jul 25 01:55:06.138 INFO STEP 821 (remove_files) COMPLETE
61962024-07-25T01:55:07.087Z[ recovery-image] Jul 25 01:55:06.138 INFO O| Jul 25 01:55:06.138 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-07-25T01:55:07.096Z[ recovery-image] Jul 25 01:55:06.147 INFO O| Jul 25 01:55:06.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
61982024-07-25T01:55:07.096Z[ recovery-image] Jul 25 01:55:06.147 INFO O| Jul 25 01:55:06.147 INFO STEP 822 (remove_files) COMPLETE
61992024-07-25T01:55:07.099Z[ recovery-image] Jul 25 01:55:06.147 INFO O| Jul 25 01:55:06.147 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-07-25T01:55:07.105Z[ recovery-image] Jul 25 01:55:06.156 INFO O| Jul 25 01:55:06.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
62012024-07-25T01:55:07.105Z[ recovery-image] Jul 25 01:55:06.156 INFO O| Jul 25 01:55:06.156 INFO STEP 823 (remove_files) COMPLETE
62022024-07-25T01:55:07.105Z[ recovery-image] Jul 25 01:55:06.156 INFO O| Jul 25 01:55:06.156 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-07-25T01:55:07.114Z[ recovery-image] Jul 25 01:55:06.165 INFO O| Jul 25 01:55:06.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
62042024-07-25T01:55:07.117Z[ recovery-image] Jul 25 01:55:06.165 INFO O| Jul 25 01:55:06.165 INFO STEP 824 (remove_files) COMPLETE
62052024-07-25T01:55:07.117Z[ recovery-image] Jul 25 01:55:06.165 INFO O| Jul 25 01:55:06.165 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-07-25T01:55:07.123Z[ recovery-image] Jul 25 01:55:06.174 INFO O| Jul 25 01:55:06.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
62072024-07-25T01:55:07.123Z[ recovery-image] Jul 25 01:55:06.174 INFO O| Jul 25 01:55:06.174 INFO STEP 825 (remove_files) COMPLETE
62082024-07-25T01:55:07.126Z[ recovery-image] Jul 25 01:55:06.174 INFO O| Jul 25 01:55:06.174 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-07-25T01:55:07.132Z[ recovery-image] Jul 25 01:55:06.183 INFO O| Jul 25 01:55:06.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
62102024-07-25T01:55:07.132Z[ recovery-image] Jul 25 01:55:06.183 INFO O| Jul 25 01:55:06.183 INFO STEP 826 (remove_files) COMPLETE
62112024-07-25T01:55:07.135Z[ recovery-image] Jul 25 01:55:06.183 INFO O| Jul 25 01:55:06.183 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-07-25T01:55:07.142Z[ recovery-image] Jul 25 01:55:06.192 INFO O| Jul 25 01:55:06.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
62132024-07-25T01:55:07.142Z[ recovery-image] Jul 25 01:55:06.192 INFO O| Jul 25 01:55:06.192 INFO STEP 827 (remove_files) COMPLETE
62142024-07-25T01:55:07.144Z[ recovery-image] Jul 25 01:55:06.192 INFO O| Jul 25 01:55:06.192 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-07-25T01:55:07.151Z[ recovery-image] Jul 25 01:55:06.201 INFO O| Jul 25 01:55:06.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
62162024-07-25T01:55:07.153Z[ recovery-image] Jul 25 01:55:06.201 INFO O| Jul 25 01:55:06.201 INFO STEP 828 (remove_files) COMPLETE
62172024-07-25T01:55:07.153Z[ recovery-image] Jul 25 01:55:06.201 INFO O| Jul 25 01:55:06.201 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-07-25T01:55:07.160Z[ recovery-image] Jul 25 01:55:06.211 INFO O| Jul 25 01:55:06.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
62192024-07-25T01:55:07.162Z[ recovery-image] Jul 25 01:55:06.211 INFO O| Jul 25 01:55:06.211 INFO STEP 829 (remove_files) COMPLETE
62202024-07-25T01:55:07.162Z[ recovery-image] Jul 25 01:55:06.211 INFO O| Jul 25 01:55:06.211 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-07-25T01:55:07.169Z[ recovery-image] Jul 25 01:55:06.220 INFO O| Jul 25 01:55:06.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
62222024-07-25T01:55:07.169Z[ recovery-image] Jul 25 01:55:06.220 INFO O| Jul 25 01:55:06.220 INFO STEP 830 (remove_files) COMPLETE
62232024-07-25T01:55:07.172Z[ recovery-image] Jul 25 01:55:06.220 INFO O| Jul 25 01:55:06.220 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-07-25T01:55:07.178Z[ recovery-image] Jul 25 01:55:06.228 INFO O| Jul 25 01:55:06.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
62252024-07-25T01:55:07.178Z[ recovery-image] Jul 25 01:55:06.229 INFO O| Jul 25 01:55:06.229 INFO STEP 831 (remove_files) COMPLETE
62262024-07-25T01:55:07.181Z[ recovery-image] Jul 25 01:55:06.229 INFO O| Jul 25 01:55:06.229 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-07-25T01:55:07.187Z[ recovery-image] Jul 25 01:55:06.237 INFO O| Jul 25 01:55:06.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
62282024-07-25T01:55:07.187Z[ recovery-image] Jul 25 01:55:06.238 INFO O| Jul 25 01:55:06.237 INFO STEP 832 (remove_files) COMPLETE
62292024-07-25T01:55:07.187Z[ recovery-image] Jul 25 01:55:06.238 INFO O| Jul 25 01:55:06.238 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-07-25T01:55:07.196Z[ recovery-image] Jul 25 01:55:06.247 INFO O| Jul 25 01:55:06.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
62312024-07-25T01:55:07.196Z[ recovery-image] Jul 25 01:55:06.247 INFO O| Jul 25 01:55:06.247 INFO STEP 833 (remove_files) COMPLETE
62322024-07-25T01:55:07.199Z[ recovery-image] Jul 25 01:55:06.247 INFO O| Jul 25 01:55:06.247 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-07-25T01:55:07.205Z[ recovery-image] Jul 25 01:55:06.256 INFO O| Jul 25 01:55:06.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
62342024-07-25T01:55:07.205Z[ recovery-image] Jul 25 01:55:06.256 INFO O| Jul 25 01:55:06.256 INFO STEP 834 (remove_files) COMPLETE
62352024-07-25T01:55:07.208Z[ recovery-image] Jul 25 01:55:06.256 INFO O| Jul 25 01:55:06.256 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-07-25T01:55:07.214Z[ recovery-image] Jul 25 01:55:06.265 INFO O| Jul 25 01:55:06.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
62372024-07-25T01:55:07.214Z[ recovery-image] Jul 25 01:55:06.265 INFO O| Jul 25 01:55:06.265 INFO STEP 835 (remove_files) COMPLETE
62382024-07-25T01:55:07.214Z[ recovery-image] Jul 25 01:55:06.265 INFO O| Jul 25 01:55:06.265 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-07-25T01:55:07.223Z[ recovery-image] Jul 25 01:55:06.274 INFO O| Jul 25 01:55:06.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
62402024-07-25T01:55:07.223Z[ recovery-image] Jul 25 01:55:06.274 INFO O| Jul 25 01:55:06.274 INFO STEP 836 (remove_files) COMPLETE
62412024-07-25T01:55:07.226Z[ recovery-image] Jul 25 01:55:06.274 INFO O| Jul 25 01:55:06.274 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-07-25T01:55:07.233Z[ recovery-image] Jul 25 01:55:06.283 INFO O| Jul 25 01:55:06.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
62432024-07-25T01:55:07.233Z[ recovery-image] Jul 25 01:55:06.283 INFO O| Jul 25 01:55:06.283 INFO STEP 837 (remove_files) COMPLETE
62442024-07-25T01:55:07.235Z[ recovery-image] Jul 25 01:55:06.283 INFO O| Jul 25 01:55:06.283 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-07-25T01:55:07.242Z[ recovery-image] Jul 25 01:55:06.292 INFO O| Jul 25 01:55:06.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
62462024-07-25T01:55:07.242Z[ recovery-image] Jul 25 01:55:06.292 INFO O| Jul 25 01:55:06.292 INFO STEP 838 (remove_files) COMPLETE
62472024-07-25T01:55:07.244Z[ recovery-image] Jul 25 01:55:06.293 INFO O| Jul 25 01:55:06.292 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-07-25T01:55:07.251Z[ recovery-image] Jul 25 01:55:06.302 INFO O| Jul 25 01:55:06.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
62492024-07-25T01:55:07.251Z[ recovery-image] Jul 25 01:55:06.302 INFO O| Jul 25 01:55:06.302 INFO STEP 839 (remove_files) COMPLETE
62502024-07-25T01:55:07.251Z[ recovery-image] Jul 25 01:55:06.302 INFO O| Jul 25 01:55:06.302 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-07-25T01:55:07.260Z[ recovery-image] Jul 25 01:55:06.311 INFO O| Jul 25 01:55:06.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
62522024-07-25T01:55:07.260Z[ recovery-image] Jul 25 01:55:06.311 INFO O| Jul 25 01:55:06.311 INFO STEP 840 (remove_files) COMPLETE
62532024-07-25T01:55:07.263Z[ recovery-image] Jul 25 01:55:06.311 INFO O| Jul 25 01:55:06.311 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-07-25T01:55:07.269Z[ recovery-image] Jul 25 01:55:06.320 INFO O| Jul 25 01:55:06.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
62552024-07-25T01:55:07.269Z[ recovery-image] Jul 25 01:55:06.320 INFO O| Jul 25 01:55:06.320 INFO STEP 841 (remove_files) COMPLETE
62562024-07-25T01:55:07.272Z[ recovery-image] Jul 25 01:55:06.320 INFO O| Jul 25 01:55:06.320 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-07-25T01:55:07.278Z[ recovery-image] Jul 25 01:55:06.329 INFO O| Jul 25 01:55:06.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
62582024-07-25T01:55:07.278Z[ recovery-image] Jul 25 01:55:06.329 INFO O| Jul 25 01:55:06.329 INFO STEP 842 (remove_files) COMPLETE
62592024-07-25T01:55:07.281Z[ recovery-image] Jul 25 01:55:06.329 INFO O| Jul 25 01:55:06.329 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-07-25T01:55:07.287Z[ recovery-image] Jul 25 01:55:06.337 INFO O| Jul 25 01:55:06.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
62612024-07-25T01:55:07.287Z[ recovery-image] Jul 25 01:55:06.338 INFO O| Jul 25 01:55:06.338 INFO STEP 843 (remove_files) COMPLETE
62622024-07-25T01:55:07.287Z[ recovery-image] Jul 25 01:55:06.338 INFO O| Jul 25 01:55:06.338 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-07-25T01:55:07.296Z[ recovery-image] Jul 25 01:55:06.347 INFO O| Jul 25 01:55:06.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
62642024-07-25T01:55:07.296Z[ recovery-image] Jul 25 01:55:06.347 INFO O| Jul 25 01:55:06.347 INFO STEP 844 (remove_files) COMPLETE
62652024-07-25T01:55:07.302Z[ recovery-image] Jul 25 01:55:06.347 INFO O| Jul 25 01:55:06.347 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-07-25T01:55:07.305Z[ recovery-image] Jul 25 01:55:06.356 INFO O| Jul 25 01:55:06.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
62672024-07-25T01:55:07.307Z[ recovery-image] Jul 25 01:55:06.356 INFO O| Jul 25 01:55:06.356 INFO STEP 845 (remove_files) COMPLETE
62682024-07-25T01:55:07.307Z[ recovery-image] Jul 25 01:55:06.356 INFO O| Jul 25 01:55:06.356 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-07-25T01:55:07.315Z[ recovery-image] Jul 25 01:55:06.365 INFO O| Jul 25 01:55:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
62702024-07-25T01:55:07.317Z[ recovery-image] Jul 25 01:55:06.365 INFO O| Jul 25 01:55:06.365 INFO STEP 846 (remove_files) COMPLETE
62712024-07-25T01:55:07.317Z[ recovery-image] Jul 25 01:55:06.365 INFO O| Jul 25 01:55:06.365 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-07-25T01:55:07.324Z[ recovery-image] Jul 25 01:55:06.375 INFO O| Jul 25 01:55:06.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
62732024-07-25T01:55:07.324Z[ recovery-image] Jul 25 01:55:06.375 INFO O| Jul 25 01:55:06.375 INFO STEP 847 (remove_files) COMPLETE
62742024-07-25T01:55:07.326Z[ recovery-image] Jul 25 01:55:06.375 INFO O| Jul 25 01:55:06.375 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-07-25T01:55:07.333Z[ recovery-image] Jul 25 01:55:06.384 INFO O| Jul 25 01:55:06.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
62762024-07-25T01:55:07.336Z[ recovery-image] Jul 25 01:55:06.384 INFO O| Jul 25 01:55:06.384 INFO STEP 848 (remove_files) COMPLETE
62772024-07-25T01:55:07.336Z[ recovery-image] Jul 25 01:55:06.384 INFO O| Jul 25 01:55:06.384 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-07-25T01:55:07.342Z[ recovery-image] Jul 25 01:55:06.393 INFO O| Jul 25 01:55:06.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
62792024-07-25T01:55:07.342Z[ recovery-image] Jul 25 01:55:06.393 INFO O| Jul 25 01:55:06.393 INFO STEP 849 (remove_files) COMPLETE
62802024-07-25T01:55:07.345Z[ recovery-image] Jul 25 01:55:06.393 INFO O| Jul 25 01:55:06.393 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-07-25T01:55:07.351Z[ recovery-image] Jul 25 01:55:06.402 INFO O| Jul 25 01:55:06.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
62822024-07-25T01:55:07.354Z[ recovery-image] Jul 25 01:55:06.402 INFO O| Jul 25 01:55:06.402 INFO STEP 850 (remove_files) COMPLETE
62832024-07-25T01:55:07.354Z[ recovery-image] Jul 25 01:55:06.402 INFO O| Jul 25 01:55:06.402 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-07-25T01:55:07.361Z[ recovery-image] Jul 25 01:55:06.411 INFO O| Jul 25 01:55:06.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
62852024-07-25T01:55:07.364Z[ recovery-image] Jul 25 01:55:06.411 INFO O| Jul 25 01:55:06.411 INFO STEP 851 (remove_files) COMPLETE
62862024-07-25T01:55:07.364Z[ recovery-image] Jul 25 01:55:06.411 INFO O| Jul 25 01:55:06.411 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-07-25T01:55:07.369Z[ recovery-image] Jul 25 01:55:06.420 INFO O| Jul 25 01:55:06.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
62882024-07-25T01:55:07.369Z[ recovery-image] Jul 25 01:55:06.420 INFO O| Jul 25 01:55:06.420 INFO STEP 852 (remove_files) COMPLETE
62892024-07-25T01:55:07.372Z[ recovery-image] Jul 25 01:55:06.420 INFO O| Jul 25 01:55:06.420 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-07-25T01:55:07.379Z[ recovery-image] Jul 25 01:55:06.429 INFO O| Jul 25 01:55:06.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
62912024-07-25T01:55:07.379Z[ recovery-image] Jul 25 01:55:06.429 INFO O| Jul 25 01:55:06.429 INFO STEP 853 (remove_files) COMPLETE
62922024-07-25T01:55:07.381Z[ recovery-image] Jul 25 01:55:06.429 INFO O| Jul 25 01:55:06.429 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-07-25T01:55:07.388Z[ recovery-image] Jul 25 01:55:06.438 INFO O| Jul 25 01:55:06.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
62942024-07-25T01:55:07.390Z[ recovery-image] Jul 25 01:55:06.439 INFO O| Jul 25 01:55:06.439 INFO STEP 854 (remove_files) COMPLETE
62952024-07-25T01:55:07.390Z[ recovery-image] Jul 25 01:55:06.439 INFO O| Jul 25 01:55:06.439 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-07-25T01:55:07.397Z[ recovery-image] Jul 25 01:55:06.448 INFO O| Jul 25 01:55:06.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
62972024-07-25T01:55:07.400Z[ recovery-image] Jul 25 01:55:06.448 INFO O| Jul 25 01:55:06.448 INFO STEP 855 (remove_files) COMPLETE
62982024-07-25T01:55:07.400Z[ recovery-image] Jul 25 01:55:06.448 INFO O| Jul 25 01:55:06.448 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-07-25T01:55:07.406Z[ recovery-image] Jul 25 01:55:06.457 INFO O| Jul 25 01:55:06.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
63002024-07-25T01:55:07.406Z[ recovery-image] Jul 25 01:55:06.457 INFO O| Jul 25 01:55:06.457 INFO STEP 856 (remove_files) COMPLETE
63012024-07-25T01:55:07.406Z[ recovery-image] Jul 25 01:55:06.457 INFO O| Jul 25 01:55:06.457 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-07-25T01:55:07.415Z[ recovery-image] Jul 25 01:55:06.466 INFO O| Jul 25 01:55:06.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
63032024-07-25T01:55:07.415Z[ recovery-image] Jul 25 01:55:06.466 INFO O| Jul 25 01:55:06.466 INFO STEP 857 (remove_files) COMPLETE
63042024-07-25T01:55:07.415Z[ recovery-image] Jul 25 01:55:06.466 INFO O| Jul 25 01:55:06.466 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-07-25T01:55:07.424Z[ recovery-image] Jul 25 01:55:06.475 INFO O| Jul 25 01:55:06.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
63062024-07-25T01:55:07.427Z[ recovery-image] Jul 25 01:55:06.475 INFO O| Jul 25 01:55:06.475 INFO STEP 858 (remove_files) COMPLETE
63072024-07-25T01:55:07.427Z[ recovery-image] Jul 25 01:55:06.475 INFO O| Jul 25 01:55:06.475 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-07-25T01:55:07.434Z[ recovery-image] Jul 25 01:55:06.484 INFO O| Jul 25 01:55:06.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
63092024-07-25T01:55:07.434Z[ recovery-image] Jul 25 01:55:06.484 INFO O| Jul 25 01:55:06.484 INFO STEP 859 (remove_files) COMPLETE
63102024-07-25T01:55:07.434Z[ recovery-image] Jul 25 01:55:06.484 INFO O| Jul 25 01:55:06.484 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-07-25T01:55:07.443Z[ recovery-image] Jul 25 01:55:06.494 INFO O| Jul 25 01:55:06.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
63122024-07-25T01:55:07.443Z[ recovery-image] Jul 25 01:55:06.494 INFO O| Jul 25 01:55:06.494 INFO STEP 860 (remove_files) COMPLETE
63132024-07-25T01:55:07.445Z[ recovery-image] Jul 25 01:55:06.494 INFO O| Jul 25 01:55:06.494 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-07-25T01:55:07.452Z[ recovery-image] Jul 25 01:55:06.503 INFO O| Jul 25 01:55:06.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
63152024-07-25T01:55:07.452Z[ recovery-image] Jul 25 01:55:06.503 INFO O| Jul 25 01:55:06.503 INFO STEP 861 (remove_files) COMPLETE
63162024-07-25T01:55:07.455Z[ recovery-image] Jul 25 01:55:06.503 INFO O| Jul 25 01:55:06.503 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-07-25T01:55:07.461Z[ recovery-image] Jul 25 01:55:06.512 INFO O| Jul 25 01:55:06.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
63182024-07-25T01:55:07.464Z[ recovery-image] Jul 25 01:55:06.512 INFO O| Jul 25 01:55:06.512 INFO STEP 862 (remove_files) COMPLETE
63192024-07-25T01:55:07.464Z[ recovery-image] Jul 25 01:55:06.512 INFO O| Jul 25 01:55:06.512 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-07-25T01:55:07.470Z[ recovery-image] Jul 25 01:55:06.521 INFO O| Jul 25 01:55:06.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
63212024-07-25T01:55:07.473Z[ recovery-image] Jul 25 01:55:06.521 INFO O| Jul 25 01:55:06.521 INFO STEP 863 (remove_files) COMPLETE
63222024-07-25T01:55:07.473Z[ recovery-image] Jul 25 01:55:06.521 INFO O| Jul 25 01:55:06.521 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-07-25T01:55:07.480Z[ recovery-image] Jul 25 01:55:06.530 INFO O| Jul 25 01:55:06.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
63242024-07-25T01:55:07.480Z[ recovery-image] Jul 25 01:55:06.530 INFO O| Jul 25 01:55:06.530 INFO STEP 864 (remove_files) COMPLETE
63252024-07-25T01:55:07.482Z[ recovery-image] Jul 25 01:55:06.530 INFO O| Jul 25 01:55:06.530 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-07-25T01:55:07.493Z[ recovery-image] Jul 25 01:55:06.543 INFO O| Jul 25 01:55:06.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
63272024-07-25T01:55:07.493Z[ recovery-image] Jul 25 01:55:06.543 INFO O| Jul 25 01:55:06.543 INFO STEP 865 (remove_files) COMPLETE
63282024-07-25T01:55:07.495Z[ recovery-image] Jul 25 01:55:06.543 INFO O| Jul 25 01:55:06.543 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-07-25T01:55:07.504Z[ recovery-image] Jul 25 01:55:06.555 INFO O| Jul 25 01:55:06.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
63302024-07-25T01:55:07.504Z[ recovery-image] Jul 25 01:55:06.555 INFO O| Jul 25 01:55:06.555 INFO STEP 866 (remove_files) COMPLETE
63312024-07-25T01:55:07.507Z[ recovery-image] Jul 25 01:55:06.555 INFO O| Jul 25 01:55:06.555 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-07-25T01:55:07.517Z[ recovery-image] Jul 25 01:55:06.567 INFO O| Jul 25 01:55:06.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
63332024-07-25T01:55:07.519Z[ recovery-image] Jul 25 01:55:06.567 INFO O| Jul 25 01:55:06.567 INFO STEP 867 (remove_files) COMPLETE
63342024-07-25T01:55:07.519Z[ recovery-image] Jul 25 01:55:06.567 INFO O| Jul 25 01:55:06.567 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-07-25T01:55:07.527Z[ recovery-image] Jul 25 01:55:06.578 INFO O| Jul 25 01:55:06.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
63362024-07-25T01:55:07.527Z[ recovery-image] Jul 25 01:55:06.578 INFO O| Jul 25 01:55:06.578 INFO STEP 868 (remove_files) COMPLETE
63372024-07-25T01:55:07.527Z[ recovery-image] Jul 25 01:55:06.578 INFO O| Jul 25 01:55:06.578 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-07-25T01:55:07.538Z[ recovery-image] Jul 25 01:55:06.588 INFO O| Jul 25 01:55:06.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
63392024-07-25T01:55:07.538Z[ recovery-image] Jul 25 01:55:06.588 INFO O| Jul 25 01:55:06.588 INFO STEP 869 (remove_files) COMPLETE
63402024-07-25T01:55:07.538Z[ recovery-image] Jul 25 01:55:06.588 INFO O| Jul 25 01:55:06.588 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-07-25T01:55:07.550Z[ recovery-image] Jul 25 01:55:06.601 INFO O| Jul 25 01:55:06.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
63422024-07-25T01:55:07.550Z[ recovery-image] Jul 25 01:55:06.601 INFO O| Jul 25 01:55:06.601 INFO STEP 870 (remove_files) COMPLETE
63432024-07-25T01:55:07.553Z[ recovery-image] Jul 25 01:55:06.601 INFO O| Jul 25 01:55:06.601 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-07-25T01:55:07.564Z[ recovery-image] Jul 25 01:55:06.615 INFO O| Jul 25 01:55:06.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
63452024-07-25T01:55:07.564Z[ recovery-image] Jul 25 01:55:06.615 INFO O| Jul 25 01:55:06.615 INFO STEP 871 (remove_files) COMPLETE
63462024-07-25T01:55:07.564Z[ recovery-image] Jul 25 01:55:06.615 INFO O| Jul 25 01:55:06.615 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-07-25T01:55:07.578Z[ recovery-image] Jul 25 01:55:06.629 INFO O| Jul 25 01:55:06.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
63482024-07-25T01:55:07.578Z[ recovery-image] Jul 25 01:55:06.629 INFO O| Jul 25 01:55:06.629 INFO STEP 872 (remove_files) COMPLETE
63492024-07-25T01:55:07.581Z[ recovery-image] Jul 25 01:55:06.629 INFO O| Jul 25 01:55:06.629 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-07-25T01:55:07.591Z[ recovery-image] Jul 25 01:55:06.641 INFO O| Jul 25 01:55:06.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
63512024-07-25T01:55:07.594Z[ recovery-image] Jul 25 01:55:06.642 INFO O| Jul 25 01:55:06.642 INFO STEP 873 (remove_files) COMPLETE
63522024-07-25T01:55:07.594Z[ recovery-image] Jul 25 01:55:06.642 INFO O| Jul 25 01:55:06.642 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-07-25T01:55:07.602Z[ recovery-image] Jul 25 01:55:06.652 INFO O| Jul 25 01:55:06.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
63542024-07-25T01:55:07.602Z[ recovery-image] Jul 25 01:55:06.652 INFO O| Jul 25 01:55:06.652 INFO STEP 874 (remove_files) COMPLETE
63552024-07-25T01:55:07.604Z[ recovery-image] Jul 25 01:55:06.652 INFO O| Jul 25 01:55:06.652 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-07-25T01:55:07.615Z[ recovery-image] Jul 25 01:55:06.666 INFO O| Jul 25 01:55:06.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
63572024-07-25T01:55:07.618Z[ recovery-image] Jul 25 01:55:06.666 INFO O| Jul 25 01:55:06.666 INFO STEP 875 (remove_files) COMPLETE
63582024-07-25T01:55:07.618Z[ recovery-image] Jul 25 01:55:06.666 INFO O| Jul 25 01:55:06.666 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-07-25T01:55:07.629Z[ recovery-image] Jul 25 01:55:06.680 INFO O| Jul 25 01:55:06.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
63602024-07-25T01:55:07.629Z[ recovery-image] Jul 25 01:55:06.680 INFO O| Jul 25 01:55:06.680 INFO STEP 876 (remove_files) COMPLETE
63612024-07-25T01:55:07.632Z[ recovery-image] Jul 25 01:55:06.680 INFO O| Jul 25 01:55:06.680 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-07-25T01:55:07.642Z[ recovery-image] Jul 25 01:55:06.693 INFO O| Jul 25 01:55:06.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
63632024-07-25T01:55:07.642Z[ recovery-image] Jul 25 01:55:06.693 INFO O| Jul 25 01:55:06.693 INFO STEP 877 (remove_files) COMPLETE
63642024-07-25T01:55:07.645Z[ recovery-image] Jul 25 01:55:06.693 INFO O| Jul 25 01:55:06.693 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-07-25T01:55:07.656Z[ recovery-image] Jul 25 01:55:06.707 INFO O| Jul 25 01:55:06.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
63662024-07-25T01:55:07.659Z[ recovery-image] Jul 25 01:55:06.707 INFO O| Jul 25 01:55:06.707 INFO STEP 878 (remove_files) COMPLETE
63672024-07-25T01:55:07.659Z[ recovery-image] Jul 25 01:55:06.707 INFO O| Jul 25 01:55:06.707 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-07-25T01:55:07.667Z[ recovery-image] Jul 25 01:55:06.718 INFO O| Jul 25 01:55:06.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
63692024-07-25T01:55:07.670Z[ recovery-image] Jul 25 01:55:06.718 INFO O| Jul 25 01:55:06.718 INFO STEP 879 (remove_files) COMPLETE
63702024-07-25T01:55:07.670Z[ recovery-image] Jul 25 01:55:06.718 INFO O| Jul 25 01:55:06.718 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-07-25T01:55:07.679Z[ recovery-image] Jul 25 01:55:06.730 INFO O| Jul 25 01:55:06.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
63722024-07-25T01:55:07.679Z[ recovery-image] Jul 25 01:55:06.730 INFO O| Jul 25 01:55:06.730 INFO STEP 880 (remove_files) COMPLETE
63732024-07-25T01:55:07.682Z[ recovery-image] Jul 25 01:55:06.730 INFO O| Jul 25 01:55:06.730 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-07-25T01:55:07.690Z[ recovery-image] Jul 25 01:55:06.741 INFO O| Jul 25 01:55:06.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
63752024-07-25T01:55:07.693Z[ recovery-image] Jul 25 01:55:06.741 INFO O| Jul 25 01:55:06.741 INFO STEP 881 (remove_files) COMPLETE
63762024-07-25T01:55:07.693Z[ recovery-image] Jul 25 01:55:06.741 INFO O| Jul 25 01:55:06.741 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-07-25T01:55:07.700Z[ recovery-image] Jul 25 01:55:06.750 INFO O| Jul 25 01:55:06.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
63782024-07-25T01:55:07.703Z[ recovery-image] Jul 25 01:55:06.751 INFO O| Jul 25 01:55:06.750 INFO STEP 882 (remove_files) COMPLETE
63792024-07-25T01:55:07.703Z[ recovery-image] Jul 25 01:55:06.751 INFO O| Jul 25 01:55:06.751 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-07-25T01:55:07.713Z[ recovery-image] Jul 25 01:55:06.764 INFO O| Jul 25 01:55:06.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
63812024-07-25T01:55:07.716Z[ recovery-image] Jul 25 01:55:06.764 INFO O| Jul 25 01:55:06.764 INFO STEP 883 (remove_files) COMPLETE
63822024-07-25T01:55:07.716Z[ recovery-image] Jul 25 01:55:06.764 INFO O| Jul 25 01:55:06.764 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-07-25T01:55:07.727Z[ recovery-image] Jul 25 01:55:06.777 INFO O| Jul 25 01:55:06.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
63842024-07-25T01:55:07.729Z[ recovery-image] Jul 25 01:55:06.777 INFO O| Jul 25 01:55:06.777 INFO STEP 884 (remove_files) COMPLETE
63852024-07-25T01:55:07.729Z[ recovery-image] Jul 25 01:55:06.777 INFO O| Jul 25 01:55:06.777 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-07-25T01:55:07.736Z[ recovery-image] Jul 25 01:55:06.787 INFO O| Jul 25 01:55:06.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
63872024-07-25T01:55:07.739Z[ recovery-image] Jul 25 01:55:06.787 INFO O| Jul 25 01:55:06.787 INFO STEP 885 (remove_files) COMPLETE
63882024-07-25T01:55:07.739Z[ recovery-image] Jul 25 01:55:06.787 INFO O| Jul 25 01:55:06.787 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-07-25T01:55:07.745Z[ recovery-image] Jul 25 01:55:06.796 INFO O| Jul 25 01:55:06.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
63902024-07-25T01:55:07.748Z[ recovery-image] Jul 25 01:55:06.796 INFO O| Jul 25 01:55:06.796 INFO STEP 886 (remove_files) COMPLETE
63912024-07-25T01:55:07.748Z[ recovery-image] Jul 25 01:55:06.796 INFO O| Jul 25 01:55:06.796 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-07-25T01:55:07.756Z[ recovery-image] Jul 25 01:55:06.807 INFO O| Jul 25 01:55:06.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
63932024-07-25T01:55:07.756Z[ recovery-image] Jul 25 01:55:06.807 INFO O| Jul 25 01:55:06.807 INFO STEP 887 (remove_files) COMPLETE
63942024-07-25T01:55:07.756Z[ recovery-image] Jul 25 01:55:06.807 INFO O| Jul 25 01:55:06.807 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-07-25T01:55:07.768Z[ recovery-image] Jul 25 01:55:06.819 INFO O| Jul 25 01:55:06.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
63962024-07-25T01:55:07.768Z[ recovery-image] Jul 25 01:55:06.819 INFO O| Jul 25 01:55:06.819 INFO STEP 888 (remove_files) COMPLETE
63972024-07-25T01:55:07.770Z[ recovery-image] Jul 25 01:55:06.819 INFO O| Jul 25 01:55:06.819 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-07-25T01:55:07.778Z[ recovery-image] Jul 25 01:55:06.829 INFO O| Jul 25 01:55:06.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
63992024-07-25T01:55:07.781Z[ recovery-image] Jul 25 01:55:06.829 INFO O| Jul 25 01:55:06.829 INFO STEP 889 (remove_files) COMPLETE
64002024-07-25T01:55:07.781Z[ recovery-image] Jul 25 01:55:06.829 INFO O| Jul 25 01:55:06.829 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-07-25T01:55:07.788Z[ recovery-image] Jul 25 01:55:06.839 INFO O| Jul 25 01:55:06.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
64022024-07-25T01:55:07.791Z[ recovery-image] Jul 25 01:55:06.839 INFO O| Jul 25 01:55:06.839 INFO STEP 890 (remove_files) COMPLETE
64032024-07-25T01:55:07.791Z[ recovery-image] Jul 25 01:55:06.839 INFO O| Jul 25 01:55:06.839 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-07-25T01:55:07.798Z[ recovery-image] Jul 25 01:55:06.849 INFO O| Jul 25 01:55:06.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
64052024-07-25T01:55:07.798Z[ recovery-image] Jul 25 01:55:06.849 INFO O| Jul 25 01:55:06.849 INFO STEP 891 (remove_files) COMPLETE
64062024-07-25T01:55:07.801Z[ recovery-image] Jul 25 01:55:06.849 INFO O| Jul 25 01:55:06.849 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-07-25T01:55:07.807Z[ recovery-image] Jul 25 01:55:06.858 INFO O| Jul 25 01:55:06.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
64082024-07-25T01:55:07.810Z[ recovery-image] Jul 25 01:55:06.858 INFO O| Jul 25 01:55:06.858 INFO STEP 892 (remove_files) COMPLETE
64092024-07-25T01:55:07.810Z[ recovery-image] Jul 25 01:55:06.858 INFO O| Jul 25 01:55:06.858 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-07-25T01:55:07.817Z[ recovery-image] Jul 25 01:55:06.867 INFO O| Jul 25 01:55:06.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
64112024-07-25T01:55:07.817Z[ recovery-image] Jul 25 01:55:06.867 INFO O| Jul 25 01:55:06.867 INFO STEP 893 (remove_files) COMPLETE
64122024-07-25T01:55:07.817Z[ recovery-image] Jul 25 01:55:06.867 INFO O| Jul 25 01:55:06.867 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-07-25T01:55:07.820Z[ host-image] Jul 25 01:55:06.869 INFO O| Jul 25 01:55:06.868 INFO O| Download: Completed 20.86 MB in 1.59 seconds (13.1M/s)
64142024-07-25T01:55:07.828Z[ recovery-image] Jul 25 01:55:06.879 INFO O| Jul 25 01:55:06.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
64152024-07-25T01:55:07.828Z[ recovery-image] Jul 25 01:55:06.879 INFO O| Jul 25 01:55:06.879 INFO STEP 894 (remove_files) COMPLETE
64162024-07-25T01:55:07.828Z[ recovery-image] Jul 25 01:55:06.879 INFO O| Jul 25 01:55:06.879 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-07-25T01:55:07.839Z[ recovery-image] Jul 25 01:55:06.889 INFO O| Jul 25 01:55:06.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
64182024-07-25T01:55:07.839Z[ recovery-image] Jul 25 01:55:06.889 INFO O| Jul 25 01:55:06.889 INFO STEP 895 (remove_files) COMPLETE
64192024-07-25T01:55:07.839Z[ recovery-image] Jul 25 01:55:06.889 INFO O| Jul 25 01:55:06.889 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-07-25T01:55:07.844Z[ host-image] Jul 25 01:55:06.894 INFO O| Jul 25 01:55:06.894 INFO O| Actions: 1/22 actions (Installing new actions)
64212024-07-25T01:55:07.849Z[ recovery-image] Jul 25 01:55:06.899 INFO O| Jul 25 01:55:06.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
64222024-07-25T01:55:07.849Z[ recovery-image] Jul 25 01:55:06.899 INFO O| Jul 25 01:55:06.899 INFO STEP 896 (remove_files) COMPLETE
64232024-07-25T01:55:07.852Z[ recovery-image] Jul 25 01:55:06.899 INFO O| Jul 25 01:55:06.899 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-07-25T01:55:07.858Z[ recovery-image] Jul 25 01:55:06.909 INFO O| Jul 25 01:55:06.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
64252024-07-25T01:55:07.858Z[ recovery-image] Jul 25 01:55:06.909 INFO O| Jul 25 01:55:06.909 INFO STEP 897 (remove_files) COMPLETE
64262024-07-25T01:55:07.861Z[ recovery-image] Jul 25 01:55:06.909 INFO O| Jul 25 01:55:06.909 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-07-25T01:55:07.868Z[ recovery-image] Jul 25 01:55:06.919 INFO O| Jul 25 01:55:06.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
64282024-07-25T01:55:07.869Z[ recovery-image] Jul 25 01:55:06.919 INFO O| Jul 25 01:55:06.919 INFO STEP 898 (remove_files) COMPLETE
64292024-07-25T01:55:07.869Z[ recovery-image] Jul 25 01:55:06.919 INFO O| Jul 25 01:55:06.919 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-07-25T01:55:07.880Z[ recovery-image] Jul 25 01:55:06.931 INFO O| Jul 25 01:55:06.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
64312024-07-25T01:55:07.880Z[ recovery-image] Jul 25 01:55:06.931 INFO O| Jul 25 01:55:06.931 INFO STEP 899 (remove_files) COMPLETE
64322024-07-25T01:55:07.880Z[ recovery-image] Jul 25 01:55:06.931 INFO O| Jul 25 01:55:06.931 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-07-25T01:55:07.891Z[ recovery-image] Jul 25 01:55:06.942 INFO O| Jul 25 01:55:06.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
64342024-07-25T01:55:07.894Z[ recovery-image] Jul 25 01:55:06.942 INFO O| Jul 25 01:55:06.942 INFO STEP 900 (remove_files) COMPLETE
64352024-07-25T01:55:07.894Z[ recovery-image] Jul 25 01:55:06.942 INFO O| Jul 25 01:55:06.942 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-07-25T01:55:07.902Z[ recovery-image] Jul 25 01:55:06.953 INFO O| Jul 25 01:55:06.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
64372024-07-25T01:55:07.902Z[ recovery-image] Jul 25 01:55:06.953 INFO O| Jul 25 01:55:06.953 INFO STEP 901 (remove_files) COMPLETE
64382024-07-25T01:55:07.905Z[ recovery-image] Jul 25 01:55:06.953 INFO O| Jul 25 01:55:06.953 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-07-25T01:55:07.912Z[ recovery-image] Jul 25 01:55:06.963 INFO O| Jul 25 01:55:06.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
64402024-07-25T01:55:07.912Z[ recovery-image] Jul 25 01:55:06.963 INFO O| Jul 25 01:55:06.963 INFO STEP 902 (remove_files) COMPLETE
64412024-07-25T01:55:07.920Z[ recovery-image] Jul 25 01:55:06.963 INFO O| Jul 25 01:55:06.963 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-07-25T01:55:07.929Z[ recovery-image] Jul 25 01:55:06.972 INFO O| Jul 25 01:55:06.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
64432024-07-25T01:55:07.929Z[ recovery-image] Jul 25 01:55:06.972 INFO O| Jul 25 01:55:06.972 INFO STEP 903 (remove_files) COMPLETE
64442024-07-25T01:55:07.929Z[ recovery-image] Jul 25 01:55:06.972 INFO O| Jul 25 01:55:06.972 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-07-25T01:55:07.934Z[ recovery-image] Jul 25 01:55:06.982 INFO O| Jul 25 01:55:06.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
64462024-07-25T01:55:07.934Z[ recovery-image] Jul 25 01:55:06.983 INFO O| Jul 25 01:55:06.983 INFO STEP 904 (remove_files) COMPLETE
64472024-07-25T01:55:07.934Z[ recovery-image] Jul 25 01:55:06.983 INFO O| Jul 25 01:55:06.983 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-07-25T01:55:07.941Z[ recovery-image] Jul 25 01:55:06.992 INFO O| Jul 25 01:55:06.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
64492024-07-25T01:55:07.941Z[ recovery-image] Jul 25 01:55:06.992 INFO O| Jul 25 01:55:06.992 INFO STEP 905 (remove_files) COMPLETE
64502024-07-25T01:55:07.941Z[ recovery-image] Jul 25 01:55:06.992 INFO O| Jul 25 01:55:06.992 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-07-25T01:55:07.951Z[ recovery-image] Jul 25 01:55:07.002 INFO O| Jul 25 01:55:07.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
64522024-07-25T01:55:07.951Z[ recovery-image] Jul 25 01:55:07.002 INFO O| Jul 25 01:55:07.002 INFO STEP 906 (remove_files) COMPLETE
64532024-07-25T01:55:07.954Z[ recovery-image] Jul 25 01:55:07.002 INFO O| Jul 25 01:55:07.002 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-07-25T01:55:07.961Z[ recovery-image] Jul 25 01:55:07.011 INFO O| Jul 25 01:55:07.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
64552024-07-25T01:55:07.961Z[ recovery-image] Jul 25 01:55:07.011 INFO O| Jul 25 01:55:07.011 INFO STEP 907 (remove_files) COMPLETE
64562024-07-25T01:55:07.961Z[ recovery-image] Jul 25 01:55:07.011 INFO O| Jul 25 01:55:07.011 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-07-25T01:55:07.970Z[ recovery-image] Jul 25 01:55:07.021 INFO O| Jul 25 01:55:07.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
64582024-07-25T01:55:07.970Z[ recovery-image] Jul 25 01:55:07.021 INFO O| Jul 25 01:55:07.021 INFO STEP 908 (remove_files) COMPLETE
64592024-07-25T01:55:07.973Z[ recovery-image] Jul 25 01:55:07.021 INFO O| Jul 25 01:55:07.021 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-07-25T01:55:07.979Z[ recovery-image] Jul 25 01:55:07.030 INFO O| Jul 25 01:55:07.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
64612024-07-25T01:55:07.980Z[ recovery-image] Jul 25 01:55:07.030 INFO O| Jul 25 01:55:07.030 INFO STEP 909 (remove_files) COMPLETE
64622024-07-25T01:55:07.982Z[ recovery-image] Jul 25 01:55:07.030 INFO O| Jul 25 01:55:07.030 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-07-25T01:55:07.989Z[ recovery-image] Jul 25 01:55:07.040 INFO O| Jul 25 01:55:07.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
64642024-07-25T01:55:07.989Z[ recovery-image] Jul 25 01:55:07.040 INFO O| Jul 25 01:55:07.040 INFO STEP 910 (remove_files) COMPLETE
64652024-07-25T01:55:07.991Z[ recovery-image] Jul 25 01:55:07.040 INFO O| Jul 25 01:55:07.040 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-07-25T01:55:07.998Z[ recovery-image] Jul 25 01:55:07.049 INFO O| Jul 25 01:55:07.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
64672024-07-25T01:55:07.998Z[ recovery-image] Jul 25 01:55:07.049 INFO O| Jul 25 01:55:07.049 INFO STEP 911 (remove_files) COMPLETE
64682024-07-25T01:55:08.001Z[ recovery-image] Jul 25 01:55:07.049 INFO O| Jul 25 01:55:07.049 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-07-25T01:55:08.008Z[ recovery-image] Jul 25 01:55:07.058 INFO O| Jul 25 01:55:07.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
64702024-07-25T01:55:08.008Z[ recovery-image] Jul 25 01:55:07.058 INFO O| Jul 25 01:55:07.058 INFO STEP 912 (remove_files) COMPLETE
64712024-07-25T01:55:08.008Z[ recovery-image] Jul 25 01:55:07.058 INFO O| Jul 25 01:55:07.058 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-07-25T01:55:08.017Z[ recovery-image] Jul 25 01:55:07.068 INFO O| Jul 25 01:55:07.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
64732024-07-25T01:55:08.017Z[ recovery-image] Jul 25 01:55:07.068 INFO O| Jul 25 01:55:07.068 INFO STEP 913 (remove_files) COMPLETE
64742024-07-25T01:55:08.019Z[ recovery-image] Jul 25 01:55:07.068 INFO O| Jul 25 01:55:07.068 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-07-25T01:55:08.026Z[ recovery-image] Jul 25 01:55:07.077 INFO O| Jul 25 01:55:07.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
64762024-07-25T01:55:08.026Z[ recovery-image] Jul 25 01:55:07.077 INFO O| Jul 25 01:55:07.077 INFO STEP 914 (remove_files) COMPLETE
64772024-07-25T01:55:08.026Z[ recovery-image] Jul 25 01:55:07.077 INFO O| Jul 25 01:55:07.077 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-07-25T01:55:08.035Z[ recovery-image] Jul 25 01:55:07.086 INFO O| Jul 25 01:55:07.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
64792024-07-25T01:55:08.035Z[ recovery-image] Jul 25 01:55:07.086 INFO O| Jul 25 01:55:07.086 INFO STEP 915 (remove_files) COMPLETE
64802024-07-25T01:55:08.035Z[ recovery-image] Jul 25 01:55:07.086 INFO O| Jul 25 01:55:07.086 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-07-25T01:55:08.045Z[ recovery-image] Jul 25 01:55:07.095 INFO O| Jul 25 01:55:07.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
64822024-07-25T01:55:08.048Z[ recovery-image] Jul 25 01:55:07.095 INFO O| Jul 25 01:55:07.095 INFO STEP 916 (remove_files) COMPLETE
64832024-07-25T01:55:08.048Z[ recovery-image] Jul 25 01:55:07.095 INFO O| Jul 25 01:55:07.095 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-07-25T01:55:08.054Z[ recovery-image] Jul 25 01:55:07.105 INFO O| Jul 25 01:55:07.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
64852024-07-25T01:55:08.054Z[ recovery-image] Jul 25 01:55:07.105 INFO O| Jul 25 01:55:07.105 INFO STEP 917 (remove_files) COMPLETE
64862024-07-25T01:55:08.054Z[ recovery-image] Jul 25 01:55:07.105 INFO O| Jul 25 01:55:07.105 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-07-25T01:55:08.063Z[ recovery-image] Jul 25 01:55:07.114 INFO O| Jul 25 01:55:07.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
64882024-07-25T01:55:08.063Z[ recovery-image] Jul 25 01:55:07.114 INFO O| Jul 25 01:55:07.114 INFO STEP 918 (remove_files) COMPLETE
64892024-07-25T01:55:08.063Z[ recovery-image] Jul 25 01:55:07.114 INFO O| Jul 25 01:55:07.114 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-07-25T01:55:08.072Z[ recovery-image] Jul 25 01:55:07.123 INFO O| Jul 25 01:55:07.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
64912024-07-25T01:55:08.072Z[ recovery-image] Jul 25 01:55:07.123 INFO O| Jul 25 01:55:07.123 INFO STEP 919 (remove_files) COMPLETE
64922024-07-25T01:55:08.075Z[ recovery-image] Jul 25 01:55:07.123 INFO O| Jul 25 01:55:07.123 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-07-25T01:55:08.082Z[ recovery-image] Jul 25 01:55:07.132 INFO O| Jul 25 01:55:07.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
64942024-07-25T01:55:08.082Z[ recovery-image] Jul 25 01:55:07.132 INFO O| Jul 25 01:55:07.132 INFO STEP 920 (remove_files) COMPLETE
64952024-07-25T01:55:08.082Z[ recovery-image] Jul 25 01:55:07.132 INFO O| Jul 25 01:55:07.132 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-07-25T01:55:08.091Z[ recovery-image] Jul 25 01:55:07.142 INFO O| Jul 25 01:55:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
64972024-07-25T01:55:08.091Z[ recovery-image] Jul 25 01:55:07.142 INFO O| Jul 25 01:55:07.142 INFO STEP 921 (remove_files) COMPLETE
64982024-07-25T01:55:08.093Z[ recovery-image] Jul 25 01:55:07.142 INFO O| Jul 25 01:55:07.142 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-07-25T01:55:08.100Z[ recovery-image] Jul 25 01:55:07.151 INFO O| Jul 25 01:55:07.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
65002024-07-25T01:55:08.100Z[ recovery-image] Jul 25 01:55:07.151 INFO O| Jul 25 01:55:07.151 INFO STEP 922 (remove_files) COMPLETE
65012024-07-25T01:55:08.100Z[ recovery-image] Jul 25 01:55:07.151 INFO O| Jul 25 01:55:07.151 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-07-25T01:55:08.109Z[ recovery-image] Jul 25 01:55:07.160 INFO O| Jul 25 01:55:07.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
65032024-07-25T01:55:08.109Z[ recovery-image] Jul 25 01:55:07.160 INFO O| Jul 25 01:55:07.160 INFO STEP 923 (remove_files) COMPLETE
65042024-07-25T01:55:08.112Z[ recovery-image] Jul 25 01:55:07.160 INFO O| Jul 25 01:55:07.160 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-07-25T01:55:08.119Z[ recovery-image] Jul 25 01:55:07.169 INFO O| Jul 25 01:55:07.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
65062024-07-25T01:55:08.119Z[ recovery-image] Jul 25 01:55:07.169 INFO O| Jul 25 01:55:07.169 INFO STEP 924 (remove_files) COMPLETE
65072024-07-25T01:55:08.119Z[ recovery-image] Jul 25 01:55:07.169 INFO O| Jul 25 01:55:07.169 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-07-25T01:55:08.128Z[ recovery-image] Jul 25 01:55:07.179 INFO O| Jul 25 01:55:07.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
65092024-07-25T01:55:08.128Z[ recovery-image] Jul 25 01:55:07.179 INFO O| Jul 25 01:55:07.179 INFO STEP 925 (remove_files) COMPLETE
65102024-07-25T01:55:08.128Z[ recovery-image] Jul 25 01:55:07.179 INFO O| Jul 25 01:55:07.179 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-07-25T01:55:08.138Z[ recovery-image] Jul 25 01:55:07.188 INFO O| Jul 25 01:55:07.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
65122024-07-25T01:55:08.138Z[ recovery-image] Jul 25 01:55:07.188 INFO O| Jul 25 01:55:07.188 INFO STEP 926 (remove_files) COMPLETE
65132024-07-25T01:55:08.141Z[ recovery-image] Jul 25 01:55:07.188 INFO O| Jul 25 01:55:07.188 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-07-25T01:55:08.146Z[ recovery-image] Jul 25 01:55:07.197 INFO O| Jul 25 01:55:07.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
65152024-07-25T01:55:08.146Z[ recovery-image] Jul 25 01:55:07.197 INFO O| Jul 25 01:55:07.197 INFO STEP 927 (remove_files) COMPLETE
65162024-07-25T01:55:08.149Z[ recovery-image] Jul 25 01:55:07.197 INFO O| Jul 25 01:55:07.197 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-07-25T01:55:08.155Z[ recovery-image] Jul 25 01:55:07.206 INFO O| Jul 25 01:55:07.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
65182024-07-25T01:55:08.158Z[ recovery-image] Jul 25 01:55:07.206 INFO O| Jul 25 01:55:07.206 INFO STEP 928 (remove_files) COMPLETE
65192024-07-25T01:55:08.158Z[ recovery-image] Jul 25 01:55:07.206 INFO O| Jul 25 01:55:07.206 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-07-25T01:55:08.165Z[ recovery-image] Jul 25 01:55:07.215 INFO O| Jul 25 01:55:07.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
65212024-07-25T01:55:08.165Z[ recovery-image] Jul 25 01:55:07.216 INFO O| Jul 25 01:55:07.215 INFO STEP 929 (remove_files) COMPLETE
65222024-07-25T01:55:08.167Z[ recovery-image] Jul 25 01:55:07.216 INFO O| Jul 25 01:55:07.216 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-07-25T01:55:08.174Z[ recovery-image] Jul 25 01:55:07.225 INFO O| Jul 25 01:55:07.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
65242024-07-25T01:55:08.174Z[ recovery-image] Jul 25 01:55:07.225 INFO O| Jul 25 01:55:07.225 INFO STEP 930 (remove_files) COMPLETE
65252024-07-25T01:55:08.176Z[ recovery-image] Jul 25 01:55:07.225 INFO O| Jul 25 01:55:07.225 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-07-25T01:55:08.183Z[ recovery-image] Jul 25 01:55:07.234 INFO O| Jul 25 01:55:07.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
65272024-07-25T01:55:08.183Z[ recovery-image] Jul 25 01:55:07.234 INFO O| Jul 25 01:55:07.234 INFO STEP 931 (remove_files) COMPLETE
65282024-07-25T01:55:08.186Z[ recovery-image] Jul 25 01:55:07.234 INFO O| Jul 25 01:55:07.234 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-07-25T01:55:08.192Z[ recovery-image] Jul 25 01:55:07.243 INFO O| Jul 25 01:55:07.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
65302024-07-25T01:55:08.195Z[ recovery-image] Jul 25 01:55:07.243 INFO O| Jul 25 01:55:07.243 INFO STEP 932 (remove_files) COMPLETE
65312024-07-25T01:55:08.195Z[ recovery-image] Jul 25 01:55:07.243 INFO O| Jul 25 01:55:07.243 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-07-25T01:55:08.202Z[ recovery-image] Jul 25 01:55:07.253 INFO O| Jul 25 01:55:07.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
65332024-07-25T01:55:08.202Z[ recovery-image] Jul 25 01:55:07.253 INFO O| Jul 25 01:55:07.253 INFO STEP 933 (remove_files) COMPLETE
65342024-07-25T01:55:08.202Z[ recovery-image] Jul 25 01:55:07.253 INFO O| Jul 25 01:55:07.253 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-07-25T01:55:08.211Z[ recovery-image] Jul 25 01:55:07.262 INFO O| Jul 25 01:55:07.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
65362024-07-25T01:55:08.211Z[ recovery-image] Jul 25 01:55:07.262 INFO O| Jul 25 01:55:07.262 INFO STEP 934 (remove_files) COMPLETE
65372024-07-25T01:55:08.214Z[ recovery-image] Jul 25 01:55:07.262 INFO O| Jul 25 01:55:07.262 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-07-25T01:55:08.220Z[ recovery-image] Jul 25 01:55:07.271 INFO O| Jul 25 01:55:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
65392024-07-25T01:55:08.223Z[ recovery-image] Jul 25 01:55:07.271 INFO O| Jul 25 01:55:07.271 INFO STEP 935 (remove_files) COMPLETE
65402024-07-25T01:55:08.223Z[ recovery-image] Jul 25 01:55:07.271 INFO O| Jul 25 01:55:07.271 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-07-25T01:55:08.229Z[ recovery-image] Jul 25 01:55:07.280 INFO O| Jul 25 01:55:07.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
65422024-07-25T01:55:08.229Z[ recovery-image] Jul 25 01:55:07.280 INFO O| Jul 25 01:55:07.280 INFO STEP 936 (remove_files) COMPLETE
65432024-07-25T01:55:08.229Z[ recovery-image] Jul 25 01:55:07.280 INFO O| Jul 25 01:55:07.280 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-07-25T01:55:08.239Z[ recovery-image] Jul 25 01:55:07.289 INFO O| Jul 25 01:55:07.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
65452024-07-25T01:55:08.241Z[ recovery-image] Jul 25 01:55:07.289 INFO O| Jul 25 01:55:07.289 INFO STEP 937 (remove_files) COMPLETE
65462024-07-25T01:55:08.241Z[ recovery-image] Jul 25 01:55:07.289 INFO O| Jul 25 01:55:07.289 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-07-25T01:55:08.248Z[ recovery-image] Jul 25 01:55:07.299 INFO O| Jul 25 01:55:07.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
65482024-07-25T01:55:08.248Z[ recovery-image] Jul 25 01:55:07.299 INFO O| Jul 25 01:55:07.299 INFO STEP 938 (remove_files) COMPLETE
65492024-07-25T01:55:08.252Z[ recovery-image] Jul 25 01:55:07.299 INFO O| Jul 25 01:55:07.299 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-07-25T01:55:08.257Z[ recovery-image] Jul 25 01:55:07.308 INFO O| Jul 25 01:55:07.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
65512024-07-25T01:55:08.257Z[ recovery-image] Jul 25 01:55:07.308 INFO O| Jul 25 01:55:07.308 INFO STEP 939 (remove_files) COMPLETE
65522024-07-25T01:55:08.260Z[ recovery-image] Jul 25 01:55:07.308 INFO O| Jul 25 01:55:07.308 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-07-25T01:55:08.266Z[ recovery-image] Jul 25 01:55:07.317 INFO O| Jul 25 01:55:07.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
65542024-07-25T01:55:08.266Z[ recovery-image] Jul 25 01:55:07.317 INFO O| Jul 25 01:55:07.317 INFO STEP 940 (remove_files) COMPLETE
65552024-07-25T01:55:08.269Z[ recovery-image] Jul 25 01:55:07.317 INFO O| Jul 25 01:55:07.317 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-07-25T01:55:08.276Z[ recovery-image] Jul 25 01:55:07.326 INFO O| Jul 25 01:55:07.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
65572024-07-25T01:55:08.278Z[ recovery-image] Jul 25 01:55:07.326 INFO O| Jul 25 01:55:07.326 INFO STEP 941 (remove_files) COMPLETE
65582024-07-25T01:55:08.278Z[ recovery-image] Jul 25 01:55:07.326 INFO O| Jul 25 01:55:07.326 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-07-25T01:55:08.289Z[ recovery-image] Jul 25 01:55:07.339 INFO O| Jul 25 01:55:07.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
65602024-07-25T01:55:08.289Z[ recovery-image] Jul 25 01:55:07.339 INFO O| Jul 25 01:55:07.339 INFO STEP 942 (remove_files) COMPLETE
65612024-07-25T01:55:08.289Z[ recovery-image] Jul 25 01:55:07.339 INFO O| Jul 25 01:55:07.339 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-07-25T01:55:08.304Z[ recovery-image] Jul 25 01:55:07.355 INFO O| Jul 25 01:55:07.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
65632024-07-25T01:55:08.304Z[ recovery-image] Jul 25 01:55:07.355 INFO O| Jul 25 01:55:07.355 INFO STEP 943 (remove_files) COMPLETE
65642024-07-25T01:55:08.307Z[ recovery-image] Jul 25 01:55:07.355 INFO O| Jul 25 01:55:07.355 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-07-25T01:55:08.319Z[ recovery-image] Jul 25 01:55:07.370 INFO O| Jul 25 01:55:07.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
65662024-07-25T01:55:08.319Z[ recovery-image] Jul 25 01:55:07.370 INFO O| Jul 25 01:55:07.370 INFO STEP 944 (remove_files) COMPLETE
65672024-07-25T01:55:08.319Z[ recovery-image] Jul 25 01:55:07.370 INFO O| Jul 25 01:55:07.370 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-07-25T01:55:08.329Z[ recovery-image] Jul 25 01:55:07.380 INFO O| Jul 25 01:55:07.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
65692024-07-25T01:55:08.329Z[ recovery-image] Jul 25 01:55:07.380 INFO O| Jul 25 01:55:07.380 INFO STEP 945 (remove_files) COMPLETE
65702024-07-25T01:55:08.332Z[ recovery-image] Jul 25 01:55:07.380 INFO O| Jul 25 01:55:07.380 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-07-25T01:55:08.339Z[ recovery-image] Jul 25 01:55:07.390 INFO O| Jul 25 01:55:07.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
65722024-07-25T01:55:08.339Z[ recovery-image] Jul 25 01:55:07.390 INFO O| Jul 25 01:55:07.390 INFO STEP 946 (remove_files) COMPLETE
65732024-07-25T01:55:08.341Z[ recovery-image] Jul 25 01:55:07.390 INFO O| Jul 25 01:55:07.390 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-07-25T01:55:08.349Z[ recovery-image] Jul 25 01:55:07.399 INFO O| Jul 25 01:55:07.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
65752024-07-25T01:55:08.349Z[ recovery-image] Jul 25 01:55:07.399 INFO O| Jul 25 01:55:07.399 INFO STEP 947 (remove_files) COMPLETE
65762024-07-25T01:55:08.349Z[ recovery-image] Jul 25 01:55:07.399 INFO O| Jul 25 01:55:07.399 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-07-25T01:55:08.358Z[ recovery-image] Jul 25 01:55:07.409 INFO O| Jul 25 01:55:07.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
65782024-07-25T01:55:08.358Z[ recovery-image] Jul 25 01:55:07.409 INFO O| Jul 25 01:55:07.409 INFO STEP 948 (remove_files) COMPLETE
65792024-07-25T01:55:08.361Z[ recovery-image] Jul 25 01:55:07.409 INFO O| Jul 25 01:55:07.409 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-07-25T01:55:08.364Z[ host-image] Jul 25 01:55:07.415 INFO O| Jul 25 01:55:07.415 INFO O| Actions: Completed 22 actions in 0.52 seconds.
65812024-07-25T01:55:08.369Z[ recovery-image] Jul 25 01:55:07.419 INFO O| Jul 25 01:55:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
65822024-07-25T01:55:08.369Z[ recovery-image] Jul 25 01:55:07.419 INFO O| Jul 25 01:55:07.419 INFO STEP 949 (remove_files) COMPLETE
65832024-07-25T01:55:08.371Z[ recovery-image] Jul 25 01:55:07.419 INFO O| Jul 25 01:55:07.419 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-07-25T01:55:08.378Z[ recovery-image] Jul 25 01:55:07.429 INFO O| Jul 25 01:55:07.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
65852024-07-25T01:55:08.378Z[ recovery-image] Jul 25 01:55:07.429 INFO O| Jul 25 01:55:07.429 INFO STEP 950 (remove_files) COMPLETE
65862024-07-25T01:55:08.378Z[ recovery-image] Jul 25 01:55:07.429 INFO O| Jul 25 01:55:07.429 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-07-25T01:55:08.389Z[ recovery-image] Jul 25 01:55:07.440 INFO O| Jul 25 01:55:07.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
65882024-07-25T01:55:08.389Z[ recovery-image] Jul 25 01:55:07.440 INFO O| Jul 25 01:55:07.440 INFO STEP 951 (remove_files) COMPLETE
65892024-07-25T01:55:08.389Z[ recovery-image] Jul 25 01:55:07.440 INFO O| Jul 25 01:55:07.440 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-07-25T01:55:08.400Z[ recovery-image] Jul 25 01:55:07.451 INFO O| Jul 25 01:55:07.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
65912024-07-25T01:55:08.400Z[ recovery-image] Jul 25 01:55:07.451 INFO O| Jul 25 01:55:07.451 INFO STEP 952 (remove_files) COMPLETE
65922024-07-25T01:55:08.403Z[ recovery-image] Jul 25 01:55:07.451 INFO O| Jul 25 01:55:07.451 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-07-25T01:55:08.411Z[ recovery-image] Jul 25 01:55:07.461 INFO O| Jul 25 01:55:07.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
65942024-07-25T01:55:08.411Z[ recovery-image] Jul 25 01:55:07.461 INFO O| Jul 25 01:55:07.461 INFO STEP 953 (remove_files) COMPLETE
65952024-07-25T01:55:08.411Z[ recovery-image] Jul 25 01:55:07.461 INFO O| Jul 25 01:55:07.461 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-07-25T01:55:08.421Z[ recovery-image] Jul 25 01:55:07.472 INFO O| Jul 25 01:55:07.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
65972024-07-25T01:55:08.421Z[ recovery-image] Jul 25 01:55:07.472 INFO O| Jul 25 01:55:07.472 INFO STEP 954 (remove_files) COMPLETE
65982024-07-25T01:55:08.425Z[ recovery-image] Jul 25 01:55:07.472 INFO O| Jul 25 01:55:07.472 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-07-25T01:55:08.431Z[ recovery-image] Jul 25 01:55:07.482 INFO O| Jul 25 01:55:07.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
66002024-07-25T01:55:08.431Z[ recovery-image] Jul 25 01:55:07.482 INFO O| Jul 25 01:55:07.482 INFO STEP 955 (remove_files) COMPLETE
66012024-07-25T01:55:08.434Z[ recovery-image] Jul 25 01:55:07.482 INFO O| Jul 25 01:55:07.482 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-07-25T01:55:08.442Z[ recovery-image] Jul 25 01:55:07.492 INFO O| Jul 25 01:55:07.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
66032024-07-25T01:55:08.442Z[ recovery-image] Jul 25 01:55:07.492 INFO O| Jul 25 01:55:07.492 INFO STEP 956 (remove_files) COMPLETE
66042024-07-25T01:55:08.444Z[ recovery-image] Jul 25 01:55:07.492 INFO O| Jul 25 01:55:07.492 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-07-25T01:55:08.451Z[ recovery-image] Jul 25 01:55:07.502 INFO O| Jul 25 01:55:07.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
66062024-07-25T01:55:08.454Z[ recovery-image] Jul 25 01:55:07.502 INFO O| Jul 25 01:55:07.502 INFO STEP 957 (remove_files) COMPLETE
66072024-07-25T01:55:08.454Z[ recovery-image] Jul 25 01:55:07.502 INFO O| Jul 25 01:55:07.502 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-07-25T01:55:08.461Z[ recovery-image] Jul 25 01:55:07.512 INFO O| Jul 25 01:55:07.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
66092024-07-25T01:55:08.461Z[ recovery-image] Jul 25 01:55:07.512 INFO O| Jul 25 01:55:07.512 INFO STEP 958 (remove_files) COMPLETE
66102024-07-25T01:55:08.464Z[ recovery-image] Jul 25 01:55:07.512 INFO O| Jul 25 01:55:07.512 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-07-25T01:55:08.471Z[ recovery-image] Jul 25 01:55:07.522 INFO O| Jul 25 01:55:07.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
66122024-07-25T01:55:08.474Z[ recovery-image] Jul 25 01:55:07.522 INFO O| Jul 25 01:55:07.522 INFO STEP 959 (remove_files) COMPLETE
66132024-07-25T01:55:08.474Z[ recovery-image] Jul 25 01:55:07.522 INFO O| Jul 25 01:55:07.522 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-07-25T01:55:08.481Z[ recovery-image] Jul 25 01:55:07.531 INFO O| Jul 25 01:55:07.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
66152024-07-25T01:55:08.481Z[ recovery-image] Jul 25 01:55:07.531 INFO O| Jul 25 01:55:07.531 INFO STEP 960 (remove_files) COMPLETE
66162024-07-25T01:55:08.481Z[ recovery-image] Jul 25 01:55:07.531 INFO O| Jul 25 01:55:07.531 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-07-25T01:55:08.490Z[ recovery-image] Jul 25 01:55:07.541 INFO O| Jul 25 01:55:07.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
66182024-07-25T01:55:08.493Z[ recovery-image] Jul 25 01:55:07.541 INFO O| Jul 25 01:55:07.541 INFO STEP 961 (remove_files) COMPLETE
66192024-07-25T01:55:08.493Z[ recovery-image] Jul 25 01:55:07.541 INFO O| Jul 25 01:55:07.541 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-07-25T01:55:08.500Z[ recovery-image] Jul 25 01:55:07.551 INFO O| Jul 25 01:55:07.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
66212024-07-25T01:55:08.500Z[ recovery-image] Jul 25 01:55:07.551 INFO O| Jul 25 01:55:07.551 INFO STEP 962 (remove_files) COMPLETE
66222024-07-25T01:55:08.500Z[ recovery-image] Jul 25 01:55:07.551 INFO O| Jul 25 01:55:07.551 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-07-25T01:55:08.510Z[ recovery-image] Jul 25 01:55:07.560 INFO O| Jul 25 01:55:07.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
66242024-07-25T01:55:08.510Z[ recovery-image] Jul 25 01:55:07.560 INFO O| Jul 25 01:55:07.560 INFO STEP 963 (remove_files) COMPLETE
66252024-07-25T01:55:08.512Z[ recovery-image] Jul 25 01:55:07.560 INFO O| Jul 25 01:55:07.560 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-07-25T01:55:08.520Z[ recovery-image] Jul 25 01:55:07.570 INFO O| Jul 25 01:55:07.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
66272024-07-25T01:55:08.520Z[ recovery-image] Jul 25 01:55:07.570 INFO O| Jul 25 01:55:07.570 INFO STEP 964 (remove_files) COMPLETE
66282024-07-25T01:55:08.521Z[ recovery-image] Jul 25 01:55:07.570 INFO O| Jul 25 01:55:07.570 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-07-25T01:55:08.529Z[ recovery-image] Jul 25 01:55:07.579 INFO O| Jul 25 01:55:07.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
66302024-07-25T01:55:08.531Z[ recovery-image] Jul 25 01:55:07.579 INFO O| Jul 25 01:55:07.579 INFO STEP 965 (remove_files) COMPLETE
66312024-07-25T01:55:08.531Z[ recovery-image] Jul 25 01:55:07.579 INFO O| Jul 25 01:55:07.579 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-07-25T01:55:08.538Z[ recovery-image] Jul 25 01:55:07.589 INFO O| Jul 25 01:55:07.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
66332024-07-25T01:55:08.541Z[ recovery-image] Jul 25 01:55:07.589 INFO O| Jul 25 01:55:07.589 INFO STEP 966 (remove_files) COMPLETE
66342024-07-25T01:55:08.541Z[ recovery-image] Jul 25 01:55:07.589 INFO O| Jul 25 01:55:07.589 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-07-25T01:55:08.548Z[ recovery-image] Jul 25 01:55:07.599 INFO O| Jul 25 01:55:07.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
66362024-07-25T01:55:08.550Z[ recovery-image] Jul 25 01:55:07.599 INFO O| Jul 25 01:55:07.599 INFO STEP 967 (remove_files) COMPLETE
66372024-07-25T01:55:08.551Z[ recovery-image] Jul 25 01:55:07.599 INFO O| Jul 25 01:55:07.599 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-07-25T01:55:08.559Z[ recovery-image] Jul 25 01:55:07.609 INFO O| Jul 25 01:55:07.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
66392024-07-25T01:55:08.559Z[ recovery-image] Jul 25 01:55:07.609 INFO O| Jul 25 01:55:07.609 INFO STEP 968 (remove_files) COMPLETE
66402024-07-25T01:55:08.561Z[ recovery-image] Jul 25 01:55:07.609 INFO O| Jul 25 01:55:07.609 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-07-25T01:55:08.570Z[ recovery-image] Jul 25 01:55:07.621 INFO O| Jul 25 01:55:07.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
66422024-07-25T01:55:08.570Z[ recovery-image] Jul 25 01:55:07.621 INFO O| Jul 25 01:55:07.621 INFO STEP 969 (remove_files) COMPLETE
66432024-07-25T01:55:08.570Z[ recovery-image] Jul 25 01:55:07.621 INFO O| Jul 25 01:55:07.621 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-07-25T01:55:08.581Z[ recovery-image] Jul 25 01:55:07.632 INFO O| Jul 25 01:55:07.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
66452024-07-25T01:55:08.581Z[ recovery-image] Jul 25 01:55:07.632 INFO O| Jul 25 01:55:07.632 INFO STEP 970 (remove_files) COMPLETE
66462024-07-25T01:55:08.584Z[ recovery-image] Jul 25 01:55:07.632 INFO O| Jul 25 01:55:07.632 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-07-25T01:55:08.592Z[ recovery-image] Jul 25 01:55:07.643 INFO O| Jul 25 01:55:07.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
66482024-07-25T01:55:08.592Z[ recovery-image] Jul 25 01:55:07.643 INFO O| Jul 25 01:55:07.643 INFO STEP 971 (remove_files) COMPLETE
66492024-07-25T01:55:08.595Z[ recovery-image] Jul 25 01:55:07.643 INFO O| Jul 25 01:55:07.643 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-07-25T01:55:08.603Z[ recovery-image] Jul 25 01:55:07.653 INFO O| Jul 25 01:55:07.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
66512024-07-25T01:55:08.606Z[ recovery-image] Jul 25 01:55:07.654 INFO O| Jul 25 01:55:07.654 INFO STEP 972 (remove_files) COMPLETE
66522024-07-25T01:55:08.606Z[ recovery-image] Jul 25 01:55:07.654 INFO O| Jul 25 01:55:07.654 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-07-25T01:55:08.613Z[ recovery-image] Jul 25 01:55:07.664 INFO O| Jul 25 01:55:07.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
66542024-07-25T01:55:08.613Z[ recovery-image] Jul 25 01:55:07.664 INFO O| Jul 25 01:55:07.664 INFO STEP 973 (remove_files) COMPLETE
66552024-07-25T01:55:08.616Z[ recovery-image] Jul 25 01:55:07.664 INFO O| Jul 25 01:55:07.664 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-07-25T01:55:08.624Z[ recovery-image] Jul 25 01:55:07.674 INFO O| Jul 25 01:55:07.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
66572024-07-25T01:55:08.626Z[ recovery-image] Jul 25 01:55:07.675 INFO O| Jul 25 01:55:07.675 INFO STEP 974 (remove_files) COMPLETE
66582024-07-25T01:55:08.626Z[ recovery-image] Jul 25 01:55:07.675 INFO O| Jul 25 01:55:07.675 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-07-25T01:55:08.634Z[ recovery-image] Jul 25 01:55:07.684 INFO O| Jul 25 01:55:07.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
66602024-07-25T01:55:08.634Z[ recovery-image] Jul 25 01:55:07.685 INFO O| Jul 25 01:55:07.684 INFO STEP 975 (remove_files) COMPLETE
66612024-07-25T01:55:08.637Z[ recovery-image] Jul 25 01:55:07.685 INFO O| Jul 25 01:55:07.685 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-07-25T01:55:08.644Z[ recovery-image] Jul 25 01:55:07.694 INFO O| Jul 25 01:55:07.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
66632024-07-25T01:55:08.646Z[ recovery-image] Jul 25 01:55:07.694 INFO O| Jul 25 01:55:07.694 INFO STEP 976 (remove_files) COMPLETE
66642024-07-25T01:55:08.646Z[ recovery-image] Jul 25 01:55:07.694 INFO O| Jul 25 01:55:07.694 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-07-25T01:55:08.646Z[ host-image] Jul 25 01:55:07.696 INFO O| Jul 25 01:55:07.696 INFO O| Done
66662024-07-25T01:55:08.646Z[ host-image] Jul 25 01:55:07.696 INFO O| Jul 25 01:55:07.696 INFO O| Done
66672024-07-25T01:55:08.654Z[ recovery-image] Jul 25 01:55:07.705 INFO O| Jul 25 01:55:07.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
66682024-07-25T01:55:08.657Z[ recovery-image] Jul 25 01:55:07.705 INFO O| Jul 25 01:55:07.705 INFO STEP 977 (remove_files) COMPLETE
66692024-07-25T01:55:08.657Z[ recovery-image] Jul 25 01:55:07.705 INFO O| Jul 25 01:55:07.705 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-07-25T01:55:08.664Z[ recovery-image] Jul 25 01:55:07.715 INFO O| Jul 25 01:55:07.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
66712024-07-25T01:55:08.667Z[ recovery-image] Jul 25 01:55:07.715 INFO O| Jul 25 01:55:07.715 INFO STEP 978 (remove_files) COMPLETE
66722024-07-25T01:55:08.667Z[ recovery-image] Jul 25 01:55:07.715 INFO O| Jul 25 01:55:07.715 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-07-25T01:55:08.674Z[ recovery-image] Jul 25 01:55:07.725 INFO O| Jul 25 01:55:07.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
66742024-07-25T01:55:08.677Z[ recovery-image] Jul 25 01:55:07.725 INFO O| Jul 25 01:55:07.725 INFO STEP 979 (remove_files) COMPLETE
66752024-07-25T01:55:08.677Z[ recovery-image] Jul 25 01:55:07.725 INFO O| Jul 25 01:55:07.725 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-07-25T01:55:08.684Z[ recovery-image] Jul 25 01:55:07.735 INFO O| Jul 25 01:55:07.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
66772024-07-25T01:55:08.684Z[ recovery-image] Jul 25 01:55:07.735 INFO O| Jul 25 01:55:07.735 INFO STEP 980 (remove_files) COMPLETE
66782024-07-25T01:55:08.684Z[ recovery-image] Jul 25 01:55:07.735 INFO O| Jul 25 01:55:07.735 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-07-25T01:55:08.693Z[ recovery-image] Jul 25 01:55:07.744 INFO O| Jul 25 01:55:07.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
66802024-07-25T01:55:08.696Z[ recovery-image] Jul 25 01:55:07.744 INFO O| Jul 25 01:55:07.744 INFO STEP 981 (remove_files) COMPLETE
66812024-07-25T01:55:08.696Z[ recovery-image] Jul 25 01:55:07.744 INFO O| Jul 25 01:55:07.744 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-07-25T01:55:08.703Z[ recovery-image] Jul 25 01:55:07.753 INFO O| Jul 25 01:55:07.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
66832024-07-25T01:55:08.705Z[ recovery-image] Jul 25 01:55:07.753 INFO O| Jul 25 01:55:07.753 INFO STEP 982 (remove_files) COMPLETE
66842024-07-25T01:55:08.705Z[ recovery-image] Jul 25 01:55:07.753 INFO O| Jul 25 01:55:07.753 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-07-25T01:55:08.712Z[ recovery-image] Jul 25 01:55:07.763 INFO O| Jul 25 01:55:07.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
66862024-07-25T01:55:08.712Z[ recovery-image] Jul 25 01:55:07.763 INFO O| Jul 25 01:55:07.763 INFO STEP 983 (remove_files) COMPLETE
66872024-07-25T01:55:08.712Z[ recovery-image] Jul 25 01:55:07.763 INFO O| Jul 25 01:55:07.763 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-07-25T01:55:08.721Z[ recovery-image] Jul 25 01:55:07.772 INFO O| Jul 25 01:55:07.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
66892024-07-25T01:55:08.721Z[ recovery-image] Jul 25 01:55:07.772 INFO O| Jul 25 01:55:07.772 INFO STEP 984 (remove_files) COMPLETE
66902024-07-25T01:55:08.721Z[ recovery-image] Jul 25 01:55:07.772 INFO O| Jul 25 01:55:07.772 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-07-25T01:55:08.731Z[ recovery-image] Jul 25 01:55:07.781 INFO O| Jul 25 01:55:07.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
66922024-07-25T01:55:08.731Z[ recovery-image] Jul 25 01:55:07.781 INFO O| Jul 25 01:55:07.781 INFO STEP 985 (remove_files) COMPLETE
66932024-07-25T01:55:08.734Z[ recovery-image] Jul 25 01:55:07.781 INFO O| Jul 25 01:55:07.781 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-07-25T01:55:08.740Z[ recovery-image] Jul 25 01:55:07.791 INFO O| Jul 25 01:55:07.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
66952024-07-25T01:55:08.740Z[ recovery-image] Jul 25 01:55:07.791 INFO O| Jul 25 01:55:07.791 INFO STEP 986 (remove_files) COMPLETE
66962024-07-25T01:55:08.743Z[ recovery-image] Jul 25 01:55:07.791 INFO O| Jul 25 01:55:07.791 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-07-25T01:55:08.749Z[ recovery-image] Jul 25 01:55:07.800 INFO O| Jul 25 01:55:07.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
66982024-07-25T01:55:08.749Z[ recovery-image] Jul 25 01:55:07.800 INFO O| Jul 25 01:55:07.800 INFO STEP 987 (remove_files) COMPLETE
66992024-07-25T01:55:08.749Z[ recovery-image] Jul 25 01:55:07.800 INFO O| Jul 25 01:55:07.800 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-07-25T01:55:08.758Z[ recovery-image] Jul 25 01:55:07.809 INFO O| Jul 25 01:55:07.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
67012024-07-25T01:55:08.758Z[ recovery-image] Jul 25 01:55:07.809 INFO O| Jul 25 01:55:07.809 INFO STEP 988 (remove_files) COMPLETE
67022024-07-25T01:55:08.761Z[ recovery-image] Jul 25 01:55:07.809 INFO O| Jul 25 01:55:07.809 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-07-25T01:55:08.767Z[ recovery-image] Jul 25 01:55:07.818 INFO O| Jul 25 01:55:07.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
67042024-07-25T01:55:08.767Z[ recovery-image] Jul 25 01:55:07.818 INFO O| Jul 25 01:55:07.818 INFO STEP 989 (remove_files) COMPLETE
67052024-07-25T01:55:08.767Z[ recovery-image] Jul 25 01:55:07.818 INFO O| Jul 25 01:55:07.818 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-07-25T01:55:08.776Z[ recovery-image] Jul 25 01:55:07.827 INFO O| Jul 25 01:55:07.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
67072024-07-25T01:55:08.776Z[ recovery-image] Jul 25 01:55:07.827 INFO O| Jul 25 01:55:07.827 INFO STEP 990 (remove_files) COMPLETE
67082024-07-25T01:55:08.779Z[ recovery-image] Jul 25 01:55:07.827 INFO O| Jul 25 01:55:07.827 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-07-25T01:55:08.786Z[ recovery-image] Jul 25 01:55:07.837 INFO O| Jul 25 01:55:07.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
67102024-07-25T01:55:08.786Z[ recovery-image] Jul 25 01:55:07.837 INFO O| Jul 25 01:55:07.837 INFO STEP 991 (remove_files) COMPLETE
67112024-07-25T01:55:08.789Z[ recovery-image] Jul 25 01:55:07.837 INFO O| Jul 25 01:55:07.837 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-07-25T01:55:08.796Z[ recovery-image] Jul 25 01:55:07.846 INFO O| Jul 25 01:55:07.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
67132024-07-25T01:55:08.796Z[ recovery-image] Jul 25 01:55:07.846 INFO O| Jul 25 01:55:07.846 INFO STEP 992 (remove_files) COMPLETE
67142024-07-25T01:55:08.798Z[ recovery-image] Jul 25 01:55:07.846 INFO O| Jul 25 01:55:07.846 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-07-25T01:55:08.805Z[ recovery-image] Jul 25 01:55:07.856 INFO O| Jul 25 01:55:07.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
67162024-07-25T01:55:08.805Z[ recovery-image] Jul 25 01:55:07.856 INFO O| Jul 25 01:55:07.856 INFO STEP 993 (remove_files) COMPLETE
67172024-07-25T01:55:08.808Z[ recovery-image] Jul 25 01:55:07.856 INFO O| Jul 25 01:55:07.856 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-07-25T01:55:08.815Z[ recovery-image] Jul 25 01:55:07.865 INFO O| Jul 25 01:55:07.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
67192024-07-25T01:55:08.815Z[ recovery-image] Jul 25 01:55:07.865 INFO O| Jul 25 01:55:07.865 INFO STEP 994 (remove_files) COMPLETE
67202024-07-25T01:55:08.815Z[ recovery-image] Jul 25 01:55:07.865 INFO O| Jul 25 01:55:07.865 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-07-25T01:55:08.824Z[ recovery-image] Jul 25 01:55:07.874 INFO O| Jul 25 01:55:07.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
67222024-07-25T01:55:08.824Z[ recovery-image] Jul 25 01:55:07.874 INFO O| Jul 25 01:55:07.874 INFO STEP 995 (remove_files) COMPLETE
67232024-07-25T01:55:08.824Z[ recovery-image] Jul 25 01:55:07.874 INFO O| Jul 25 01:55:07.874 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-07-25T01:55:08.833Z[ recovery-image] Jul 25 01:55:07.884 INFO O| Jul 25 01:55:07.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
67252024-07-25T01:55:08.833Z[ recovery-image] Jul 25 01:55:07.884 INFO O| Jul 25 01:55:07.884 INFO STEP 996 (remove_files) COMPLETE
67262024-07-25T01:55:08.836Z[ recovery-image] Jul 25 01:55:07.884 INFO O| Jul 25 01:55:07.884 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-07-25T01:55:08.844Z[ recovery-image] Jul 25 01:55:07.895 INFO O| Jul 25 01:55:07.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
67282024-07-25T01:55:08.844Z[ recovery-image] Jul 25 01:55:07.895 INFO O| Jul 25 01:55:07.895 INFO STEP 997 (remove_files) COMPLETE
67292024-07-25T01:55:08.844Z[ recovery-image] Jul 25 01:55:07.895 INFO O| Jul 25 01:55:07.895 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-07-25T01:55:08.855Z[ recovery-image] Jul 25 01:55:07.906 INFO O| Jul 25 01:55:07.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
67312024-07-25T01:55:08.855Z[ recovery-image] Jul 25 01:55:07.906 INFO O| Jul 25 01:55:07.906 INFO STEP 998 (remove_files) COMPLETE
67322024-07-25T01:55:08.855Z[ recovery-image] Jul 25 01:55:07.906 INFO O| Jul 25 01:55:07.906 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-07-25T01:55:08.868Z[ recovery-image] Jul 25 01:55:07.918 INFO O| Jul 25 01:55:07.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
67342024-07-25T01:55:08.868Z[ recovery-image] Jul 25 01:55:07.918 INFO O| Jul 25 01:55:07.917 INFO STEP 999 (remove_files) COMPLETE
67352024-07-25T01:55:08.871Z[ recovery-image] Jul 25 01:55:07.918 INFO O| Jul 25 01:55:07.917 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-07-25T01:55:08.886Z[ recovery-image] Jul 25 01:55:07.936 INFO O| Jul 25 01:55:07.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
67372024-07-25T01:55:08.886Z[ recovery-image] Jul 25 01:55:07.936 INFO O| Jul 25 01:55:07.936 INFO STEP 1000 (remove_files) COMPLETE
67382024-07-25T01:55:08.889Z[ recovery-image] Jul 25 01:55:07.936 INFO O| Jul 25 01:55:07.936 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-07-25T01:55:08.897Z[ recovery-image] Jul 25 01:55:07.948 INFO O| Jul 25 01:55:07.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
67402024-07-25T01:55:08.897Z[ recovery-image] Jul 25 01:55:07.948 INFO O| Jul 25 01:55:07.948 INFO STEP 1001 (remove_files) COMPLETE
67412024-07-25T01:55:08.897Z[ recovery-image] Jul 25 01:55:07.948 INFO O| Jul 25 01:55:07.948 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-07-25T01:55:08.907Z[ recovery-image] Jul 25 01:55:07.958 INFO O| Jul 25 01:55:07.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
67432024-07-25T01:55:08.910Z[ recovery-image] Jul 25 01:55:07.958 INFO O| Jul 25 01:55:07.958 INFO STEP 1002 (remove_files) COMPLETE
67442024-07-25T01:55:08.910Z[ recovery-image] Jul 25 01:55:07.958 INFO O| Jul 25 01:55:07.958 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-07-25T01:55:08.917Z[ recovery-image] Jul 25 01:55:07.968 INFO O| Jul 25 01:55:07.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
67462024-07-25T01:55:08.917Z[ recovery-image] Jul 25 01:55:07.968 INFO O| Jul 25 01:55:07.968 INFO STEP 1003 (remove_files) COMPLETE
67472024-07-25T01:55:08.917Z[ recovery-image] Jul 25 01:55:07.968 INFO O| Jul 25 01:55:07.968 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-07-25T01:55:08.927Z[ recovery-image] Jul 25 01:55:07.978 INFO O| Jul 25 01:55:07.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
67492024-07-25T01:55:08.930Z[ recovery-image] Jul 25 01:55:07.978 INFO O| Jul 25 01:55:07.978 INFO STEP 1004 (remove_files) COMPLETE
67502024-07-25T01:55:08.930Z[ recovery-image] Jul 25 01:55:07.978 INFO O| Jul 25 01:55:07.978 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-07-25T01:55:08.937Z[ recovery-image] Jul 25 01:55:07.987 INFO O| Jul 25 01:55:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
67522024-07-25T01:55:08.945Z[ recovery-image] Jul 25 01:55:07.987 INFO O| Jul 25 01:55:07.987 INFO STEP 1005 (remove_files) COMPLETE
67532024-07-25T01:55:08.945Z[ recovery-image] Jul 25 01:55:07.988 INFO O| Jul 25 01:55:07.987 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-07-25T01:55:08.954Z[ recovery-image] Jul 25 01:55:07.998 INFO O| Jul 25 01:55:07.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
67552024-07-25T01:55:08.954Z[ recovery-image] Jul 25 01:55:07.998 INFO O| Jul 25 01:55:07.998 INFO STEP 1006 (remove_files) COMPLETE
67562024-07-25T01:55:08.954Z[ recovery-image] Jul 25 01:55:07.998 INFO O| Jul 25 01:55:07.998 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-07-25T01:55:08.959Z[ recovery-image] Jul 25 01:55:08.008 INFO O| Jul 25 01:55:08.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
67582024-07-25T01:55:08.959Z[ recovery-image] Jul 25 01:55:08.008 INFO O| Jul 25 01:55:08.008 INFO STEP 1007 (remove_files) COMPLETE
67592024-07-25T01:55:08.959Z[ recovery-image] Jul 25 01:55:08.008 INFO O| Jul 25 01:55:08.008 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-07-25T01:55:08.967Z[ recovery-image] Jul 25 01:55:08.018 INFO O| Jul 25 01:55:08.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
67612024-07-25T01:55:08.970Z[ recovery-image] Jul 25 01:55:08.018 INFO O| Jul 25 01:55:08.018 INFO STEP 1008 (remove_files) COMPLETE
67622024-07-25T01:55:08.970Z[ recovery-image] Jul 25 01:55:08.018 INFO O| Jul 25 01:55:08.018 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-07-25T01:55:08.977Z[ recovery-image] Jul 25 01:55:08.028 INFO O| Jul 25 01:55:08.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
67642024-07-25T01:55:08.980Z[ recovery-image] Jul 25 01:55:08.028 INFO O| Jul 25 01:55:08.028 INFO STEP 1009 (remove_files) COMPLETE
67652024-07-25T01:55:08.980Z[ recovery-image] Jul 25 01:55:08.028 INFO O| Jul 25 01:55:08.028 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-07-25T01:55:08.985Z[ host-image] Jul 25 01:55:08.035 INFO O| Jul 25 01:55:08.035 INFO O| Done
67672024-07-25T01:55:08.987Z[ recovery-image] Jul 25 01:55:08.037 INFO O| Jul 25 01:55:08.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
67682024-07-25T01:55:08.987Z[ recovery-image] Jul 25 01:55:08.037 INFO O| Jul 25 01:55:08.037 INFO STEP 1010 (remove_files) COMPLETE
67692024-07-25T01:55:08.987Z[ recovery-image] Jul 25 01:55:08.037 INFO O| Jul 25 01:55:08.037 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-07-25T01:55:08.996Z[ recovery-image] Jul 25 01:55:08.046 INFO O| Jul 25 01:55:08.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
67712024-07-25T01:55:08.998Z[ recovery-image] Jul 25 01:55:08.047 INFO O| Jul 25 01:55:08.046 INFO STEP 1011 (remove_files) COMPLETE
67722024-07-25T01:55:08.998Z[ recovery-image] Jul 25 01:55:08.047 INFO O| Jul 25 01:55:08.047 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-07-25T01:55:09.005Z[ recovery-image] Jul 25 01:55:08.056 INFO O| Jul 25 01:55:08.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
67742024-07-25T01:55:09.008Z[ recovery-image] Jul 25 01:55:08.056 INFO O| Jul 25 01:55:08.056 INFO STEP 1012 (remove_files) COMPLETE
67752024-07-25T01:55:09.008Z[ recovery-image] Jul 25 01:55:08.056 INFO O| Jul 25 01:55:08.056 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-07-25T01:55:09.015Z[ recovery-image] Jul 25 01:55:08.066 INFO O| Jul 25 01:55:08.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
67772024-07-25T01:55:09.018Z[ recovery-image] Jul 25 01:55:08.066 INFO O| Jul 25 01:55:08.066 INFO STEP 1013 (remove_files) COMPLETE
67782024-07-25T01:55:09.018Z[ recovery-image] Jul 25 01:55:08.066 INFO O| Jul 25 01:55:08.066 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-07-25T01:55:09.025Z[ recovery-image] Jul 25 01:55:08.075 INFO O| Jul 25 01:55:08.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
67802024-07-25T01:55:09.027Z[ recovery-image] Jul 25 01:55:08.075 INFO O| Jul 25 01:55:08.075 INFO STEP 1014 (remove_files) COMPLETE
67812024-07-25T01:55:09.027Z[ recovery-image] Jul 25 01:55:08.075 INFO O| Jul 25 01:55:08.075 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-07-25T01:55:09.034Z[ recovery-image] Jul 25 01:55:08.085 INFO O| Jul 25 01:55:08.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
67832024-07-25T01:55:09.034Z[ recovery-image] Jul 25 01:55:08.085 INFO O| Jul 25 01:55:08.085 INFO STEP 1015 (remove_files) COMPLETE
67842024-07-25T01:55:09.037Z[ recovery-image] Jul 25 01:55:08.085 INFO O| Jul 25 01:55:08.085 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-07-25T01:55:09.044Z[ recovery-image] Jul 25 01:55:08.095 INFO O| Jul 25 01:55:08.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
67862024-07-25T01:55:09.047Z[ recovery-image] Jul 25 01:55:08.095 INFO O| Jul 25 01:55:08.095 INFO STEP 1016 (remove_files) COMPLETE
67872024-07-25T01:55:09.047Z[ recovery-image] Jul 25 01:55:08.095 INFO O| Jul 25 01:55:08.095 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-07-25T01:55:09.054Z[ recovery-image] Jul 25 01:55:08.104 INFO O| Jul 25 01:55:08.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
67892024-07-25T01:55:09.054Z[ recovery-image] Jul 25 01:55:08.105 INFO O| Jul 25 01:55:08.105 INFO STEP 1017 (remove_files) COMPLETE
67902024-07-25T01:55:09.057Z[ recovery-image] Jul 25 01:55:08.105 INFO O| Jul 25 01:55:08.105 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-07-25T01:55:09.064Z[ recovery-image] Jul 25 01:55:08.114 INFO O| Jul 25 01:55:08.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
67922024-07-25T01:55:09.066Z[ recovery-image] Jul 25 01:55:08.114 INFO O| Jul 25 01:55:08.114 INFO STEP 1018 (remove_files) COMPLETE
67932024-07-25T01:55:09.066Z[ recovery-image] Jul 25 01:55:08.114 INFO O| Jul 25 01:55:08.114 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-07-25T01:55:09.073Z[ recovery-image] Jul 25 01:55:08.124 INFO O| Jul 25 01:55:08.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
67952024-07-25T01:55:09.076Z[ recovery-image] Jul 25 01:55:08.124 INFO O| Jul 25 01:55:08.124 INFO STEP 1019 (remove_files) COMPLETE
67962024-07-25T01:55:09.076Z[ recovery-image] Jul 25 01:55:08.124 INFO O| Jul 25 01:55:08.124 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-07-25T01:55:09.083Z[ recovery-image] Jul 25 01:55:08.134 INFO O| Jul 25 01:55:08.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
67982024-07-25T01:55:09.086Z[ recovery-image] Jul 25 01:55:08.134 INFO O| Jul 25 01:55:08.134 INFO STEP 1020 (remove_files) COMPLETE
67992024-07-25T01:55:09.086Z[ recovery-image] Jul 25 01:55:08.134 INFO O| Jul 25 01:55:08.134 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-07-25T01:55:09.093Z[ recovery-image] Jul 25 01:55:08.144 INFO O| Jul 25 01:55:08.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
68012024-07-25T01:55:09.096Z[ recovery-image] Jul 25 01:55:08.144 INFO O| Jul 25 01:55:08.144 INFO STEP 1021 (remove_files) COMPLETE
68022024-07-25T01:55:09.096Z[ recovery-image] Jul 25 01:55:08.144 INFO O| Jul 25 01:55:08.144 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-07-25T01:55:09.103Z[ recovery-image] Jul 25 01:55:08.154 INFO O| Jul 25 01:55:08.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
68042024-07-25T01:55:09.106Z[ recovery-image] Jul 25 01:55:08.154 INFO O| Jul 25 01:55:08.154 INFO STEP 1022 (remove_files) COMPLETE
68052024-07-25T01:55:09.106Z[ recovery-image] Jul 25 01:55:08.154 INFO O| Jul 25 01:55:08.154 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-07-25T01:55:09.113Z[ recovery-image] Jul 25 01:55:08.164 INFO O| Jul 25 01:55:08.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
68072024-07-25T01:55:09.113Z[ recovery-image] Jul 25 01:55:08.164 INFO O| Jul 25 01:55:08.164 INFO STEP 1023 (remove_files) COMPLETE
68082024-07-25T01:55:09.113Z[ recovery-image] Jul 25 01:55:08.164 INFO O| Jul 25 01:55:08.164 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-07-25T01:55:09.123Z[ recovery-image] Jul 25 01:55:08.174 INFO O| Jul 25 01:55:08.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
68102024-07-25T01:55:09.123Z[ recovery-image] Jul 25 01:55:08.174 INFO O| Jul 25 01:55:08.174 INFO STEP 1024 (remove_files) COMPLETE
68112024-07-25T01:55:09.123Z[ recovery-image] Jul 25 01:55:08.174 INFO O| Jul 25 01:55:08.174 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-07-25T01:55:09.132Z[ recovery-image] Jul 25 01:55:08.183 INFO O| Jul 25 01:55:08.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
68132024-07-25T01:55:09.132Z[ recovery-image] Jul 25 01:55:08.183 INFO O| Jul 25 01:55:08.183 INFO STEP 1025 (remove_files) COMPLETE
68142024-07-25T01:55:09.133Z[ recovery-image] Jul 25 01:55:08.183 INFO O| Jul 25 01:55:08.183 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-07-25T01:55:09.142Z[ recovery-image] Jul 25 01:55:08.192 INFO O| Jul 25 01:55:08.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
68162024-07-25T01:55:09.142Z[ recovery-image] Jul 25 01:55:08.192 INFO O| Jul 25 01:55:08.192 INFO STEP 1026 (remove_files) COMPLETE
68172024-07-25T01:55:09.144Z[ recovery-image] Jul 25 01:55:08.192 INFO O| Jul 25 01:55:08.192 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-07-25T01:55:09.151Z[ recovery-image] Jul 25 01:55:08.201 INFO O| Jul 25 01:55:08.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
68192024-07-25T01:55:09.153Z[ recovery-image] Jul 25 01:55:08.202 INFO O| Jul 25 01:55:08.202 INFO STEP 1027 (remove_files) COMPLETE
68202024-07-25T01:55:09.153Z[ recovery-image] Jul 25 01:55:08.202 INFO O| Jul 25 01:55:08.202 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-07-25T01:55:09.161Z[ recovery-image] Jul 25 01:55:08.211 INFO O| Jul 25 01:55:08.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
68222024-07-25T01:55:09.163Z[ recovery-image] Jul 25 01:55:08.211 INFO O| Jul 25 01:55:08.211 INFO STEP 1028 (remove_files) COMPLETE
68232024-07-25T01:55:09.163Z[ recovery-image] Jul 25 01:55:08.211 INFO O| Jul 25 01:55:08.211 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-07-25T01:55:09.170Z[ recovery-image] Jul 25 01:55:08.221 INFO O| Jul 25 01:55:08.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
68252024-07-25T01:55:09.170Z[ recovery-image] Jul 25 01:55:08.221 INFO O| Jul 25 01:55:08.221 INFO STEP 1029 (remove_files) COMPLETE
68262024-07-25T01:55:09.170Z[ recovery-image] Jul 25 01:55:08.221 INFO O| Jul 25 01:55:08.221 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-07-25T01:55:09.179Z[ recovery-image] Jul 25 01:55:08.230 INFO O| Jul 25 01:55:08.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
68282024-07-25T01:55:09.182Z[ recovery-image] Jul 25 01:55:08.230 INFO O| Jul 25 01:55:08.230 INFO STEP 1030 (remove_files) COMPLETE
68292024-07-25T01:55:09.182Z[ recovery-image] Jul 25 01:55:08.230 INFO O| Jul 25 01:55:08.230 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-07-25T01:55:09.188Z[ recovery-image] Jul 25 01:55:08.239 INFO O| Jul 25 01:55:08.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
68312024-07-25T01:55:09.188Z[ recovery-image] Jul 25 01:55:08.239 INFO O| Jul 25 01:55:08.239 INFO STEP 1031 (remove_files) COMPLETE
68322024-07-25T01:55:09.188Z[ recovery-image] Jul 25 01:55:08.239 INFO O| Jul 25 01:55:08.239 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-07-25T01:55:09.197Z[ recovery-image] Jul 25 01:55:08.248 INFO O| Jul 25 01:55:08.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
68342024-07-25T01:55:09.197Z[ recovery-image] Jul 25 01:55:08.248 INFO O| Jul 25 01:55:08.248 INFO STEP 1032 (remove_files) COMPLETE
68352024-07-25T01:55:09.197Z[ recovery-image] Jul 25 01:55:08.248 INFO O| Jul 25 01:55:08.248 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-07-25T01:55:09.207Z[ recovery-image] Jul 25 01:55:08.257 INFO O| Jul 25 01:55:08.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
68372024-07-25T01:55:09.207Z[ recovery-image] Jul 25 01:55:08.257 INFO O| Jul 25 01:55:08.257 INFO STEP 1033 (remove_files) COMPLETE
68382024-07-25T01:55:09.207Z[ recovery-image] Jul 25 01:55:08.257 INFO O| Jul 25 01:55:08.257 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-07-25T01:55:09.216Z[ recovery-image] Jul 25 01:55:08.266 INFO O| Jul 25 01:55:08.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
68402024-07-25T01:55:09.216Z[ recovery-image] Jul 25 01:55:08.266 INFO O| Jul 25 01:55:08.266 INFO STEP 1034 (remove_files) COMPLETE
68412024-07-25T01:55:09.218Z[ recovery-image] Jul 25 01:55:08.266 INFO O| Jul 25 01:55:08.266 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-07-25T01:55:09.225Z[ recovery-image] Jul 25 01:55:08.276 INFO O| Jul 25 01:55:08.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
68432024-07-25T01:55:09.225Z[ recovery-image] Jul 25 01:55:08.276 INFO O| Jul 25 01:55:08.276 INFO STEP 1035 (remove_files) COMPLETE
68442024-07-25T01:55:09.228Z[ recovery-image] Jul 25 01:55:08.276 INFO O| Jul 25 01:55:08.276 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-07-25T01:55:09.234Z[ recovery-image] Jul 25 01:55:08.285 INFO O| Jul 25 01:55:08.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
68462024-07-25T01:55:09.234Z[ recovery-image] Jul 25 01:55:08.285 INFO O| Jul 25 01:55:08.285 INFO STEP 1036 (remove_files) COMPLETE
68472024-07-25T01:55:09.234Z[ recovery-image] Jul 25 01:55:08.285 INFO O| Jul 25 01:55:08.285 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-07-25T01:55:09.244Z[ recovery-image] Jul 25 01:55:08.294 INFO O| Jul 25 01:55:08.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
68492024-07-25T01:55:09.246Z[ recovery-image] Jul 25 01:55:08.294 INFO O| Jul 25 01:55:08.294 INFO STEP 1037 (remove_files) COMPLETE
68502024-07-25T01:55:09.246Z[ recovery-image] Jul 25 01:55:08.294 INFO O| Jul 25 01:55:08.294 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-07-25T01:55:09.253Z[ recovery-image] Jul 25 01:55:08.303 INFO O| Jul 25 01:55:08.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
68522024-07-25T01:55:09.255Z[ recovery-image] Jul 25 01:55:08.303 INFO O| Jul 25 01:55:08.303 INFO STEP 1038 (remove_files) COMPLETE
68532024-07-25T01:55:09.255Z[ recovery-image] Jul 25 01:55:08.304 INFO O| Jul 25 01:55:08.303 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-07-25T01:55:09.262Z[ recovery-image] Jul 25 01:55:08.313 INFO O| Jul 25 01:55:08.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
68552024-07-25T01:55:09.262Z[ recovery-image] Jul 25 01:55:08.313 INFO O| Jul 25 01:55:08.313 INFO STEP 1039 (remove_files) COMPLETE
68562024-07-25T01:55:09.265Z[ recovery-image] Jul 25 01:55:08.313 INFO O| Jul 25 01:55:08.313 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-07-25T01:55:09.272Z[ recovery-image] Jul 25 01:55:08.322 INFO O| Jul 25 01:55:08.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
68582024-07-25T01:55:09.272Z[ recovery-image] Jul 25 01:55:08.322 INFO O| Jul 25 01:55:08.322 INFO STEP 1040 (remove_files) COMPLETE
68592024-07-25T01:55:09.272Z[ recovery-image] Jul 25 01:55:08.322 INFO O| Jul 25 01:55:08.322 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-07-25T01:55:09.281Z[ recovery-image] Jul 25 01:55:08.332 INFO O| Jul 25 01:55:08.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
68612024-07-25T01:55:09.281Z[ recovery-image] Jul 25 01:55:08.332 INFO O| Jul 25 01:55:08.332 INFO STEP 1041 (remove_files) COMPLETE
68622024-07-25T01:55:09.281Z[ recovery-image] Jul 25 01:55:08.332 INFO O| Jul 25 01:55:08.332 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-07-25T01:55:09.291Z[ recovery-image] Jul 25 01:55:08.342 INFO O| Jul 25 01:55:08.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
68642024-07-25T01:55:09.291Z[ recovery-image] Jul 25 01:55:08.342 INFO O| Jul 25 01:55:08.342 INFO STEP 1042 (remove_files) COMPLETE
68652024-07-25T01:55:09.291Z[ recovery-image] Jul 25 01:55:08.342 INFO O| Jul 25 01:55:08.342 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-07-25T01:55:09.300Z[ recovery-image] Jul 25 01:55:08.351 INFO O| Jul 25 01:55:08.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
68672024-07-25T01:55:09.300Z[ recovery-image] Jul 25 01:55:08.351 INFO O| Jul 25 01:55:08.351 INFO STEP 1043 (remove_files) COMPLETE
68682024-07-25T01:55:09.303Z[ recovery-image] Jul 25 01:55:08.351 INFO O| Jul 25 01:55:08.351 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-07-25T01:55:09.310Z[ recovery-image] Jul 25 01:55:08.360 INFO O| Jul 25 01:55:08.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
68702024-07-25T01:55:09.310Z[ recovery-image] Jul 25 01:55:08.360 INFO O| Jul 25 01:55:08.360 INFO STEP 1044 (remove_files) COMPLETE
68712024-07-25T01:55:09.312Z[ recovery-image] Jul 25 01:55:08.360 INFO O| Jul 25 01:55:08.360 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-07-25T01:55:09.319Z[ recovery-image] Jul 25 01:55:08.370 INFO O| Jul 25 01:55:08.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
68732024-07-25T01:55:09.319Z[ recovery-image] Jul 25 01:55:08.370 INFO O| Jul 25 01:55:08.370 INFO STEP 1045 (remove_files) COMPLETE
68742024-07-25T01:55:09.322Z[ recovery-image] Jul 25 01:55:08.370 INFO O| Jul 25 01:55:08.370 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-07-25T01:55:09.328Z[ recovery-image] Jul 25 01:55:08.379 INFO O| Jul 25 01:55:08.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
68762024-07-25T01:55:09.328Z[ recovery-image] Jul 25 01:55:08.379 INFO O| Jul 25 01:55:08.379 INFO STEP 1046 (remove_files) COMPLETE
68772024-07-25T01:55:09.331Z[ recovery-image] Jul 25 01:55:08.379 INFO O| Jul 25 01:55:08.379 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-07-25T01:55:09.338Z[ recovery-image] Jul 25 01:55:08.388 INFO O| Jul 25 01:55:08.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
68792024-07-25T01:55:09.338Z[ recovery-image] Jul 25 01:55:08.388 INFO O| Jul 25 01:55:08.388 INFO STEP 1047 (remove_files) COMPLETE
68802024-07-25T01:55:09.338Z[ recovery-image] Jul 25 01:55:08.388 INFO O| Jul 25 01:55:08.388 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-07-25T01:55:09.347Z[ recovery-image] Jul 25 01:55:08.398 INFO O| Jul 25 01:55:08.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
68822024-07-25T01:55:09.347Z[ recovery-image] Jul 25 01:55:08.398 INFO O| Jul 25 01:55:08.398 INFO STEP 1048 (remove_files) COMPLETE
68832024-07-25T01:55:09.347Z[ recovery-image] Jul 25 01:55:08.398 INFO O| Jul 25 01:55:08.398 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-07-25T01:55:09.357Z[ recovery-image] Jul 25 01:55:08.407 INFO O| Jul 25 01:55:08.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
68852024-07-25T01:55:09.357Z[ recovery-image] Jul 25 01:55:08.407 INFO O| Jul 25 01:55:08.407 INFO STEP 1049 (remove_files) COMPLETE
68862024-07-25T01:55:09.357Z[ recovery-image] Jul 25 01:55:08.407 INFO O| Jul 25 01:55:08.407 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-07-25T01:55:09.366Z[ recovery-image] Jul 25 01:55:08.417 INFO O| Jul 25 01:55:08.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
68882024-07-25T01:55:09.366Z[ recovery-image] Jul 25 01:55:08.417 INFO O| Jul 25 01:55:08.417 INFO STEP 1050 (remove_files) COMPLETE
68892024-07-25T01:55:09.366Z[ recovery-image] Jul 25 01:55:08.417 INFO O| Jul 25 01:55:08.417 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-07-25T01:55:09.377Z[ recovery-image] Jul 25 01:55:08.428 INFO O| Jul 25 01:55:08.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
68912024-07-25T01:55:09.377Z[ recovery-image] Jul 25 01:55:08.428 INFO O| Jul 25 01:55:08.428 INFO STEP 1051 (remove_files) COMPLETE
68922024-07-25T01:55:09.380Z[ recovery-image] Jul 25 01:55:08.428 INFO O| Jul 25 01:55:08.428 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-07-25T01:55:09.388Z[ recovery-image] Jul 25 01:55:08.438 INFO O| Jul 25 01:55:08.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
68942024-07-25T01:55:09.388Z[ recovery-image] Jul 25 01:55:08.438 INFO O| Jul 25 01:55:08.438 INFO STEP 1052 (remove_files) COMPLETE
68952024-07-25T01:55:09.390Z[ recovery-image] Jul 25 01:55:08.438 INFO O| Jul 25 01:55:08.438 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-07-25T01:55:09.398Z[ recovery-image] Jul 25 01:55:08.448 INFO O| Jul 25 01:55:08.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
68972024-07-25T01:55:09.398Z[ recovery-image] Jul 25 01:55:08.448 INFO O| Jul 25 01:55:08.448 INFO STEP 1053 (remove_files) COMPLETE
68982024-07-25T01:55:09.398Z[ recovery-image] Jul 25 01:55:08.448 INFO O| Jul 25 01:55:08.448 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-07-25T01:55:09.407Z[ recovery-image] Jul 25 01:55:08.458 INFO O| Jul 25 01:55:08.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
69002024-07-25T01:55:09.407Z[ recovery-image] Jul 25 01:55:08.458 INFO O| Jul 25 01:55:08.458 INFO STEP 1054 (remove_files) COMPLETE
69012024-07-25T01:55:09.410Z[ recovery-image] Jul 25 01:55:08.458 INFO O| Jul 25 01:55:08.458 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-07-25T01:55:09.417Z[ recovery-image] Jul 25 01:55:08.468 INFO O| Jul 25 01:55:08.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
69032024-07-25T01:55:09.417Z[ recovery-image] Jul 25 01:55:08.468 INFO O| Jul 25 01:55:08.468 INFO STEP 1055 (remove_files) COMPLETE
69042024-07-25T01:55:09.420Z[ recovery-image] Jul 25 01:55:08.468 INFO O| Jul 25 01:55:08.468 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-07-25T01:55:09.427Z[ recovery-image] Jul 25 01:55:08.477 INFO O| Jul 25 01:55:08.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
69062024-07-25T01:55:09.427Z[ recovery-image] Jul 25 01:55:08.477 INFO O| Jul 25 01:55:08.477 INFO STEP 1056 (remove_files) COMPLETE
69072024-07-25T01:55:09.430Z[ recovery-image] Jul 25 01:55:08.477 INFO O| Jul 25 01:55:08.477 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-07-25T01:55:09.436Z[ recovery-image] Jul 25 01:55:08.487 INFO O| Jul 25 01:55:08.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
69092024-07-25T01:55:09.439Z[ recovery-image] Jul 25 01:55:08.487 INFO O| Jul 25 01:55:08.487 INFO STEP 1057 (remove_files) COMPLETE
69102024-07-25T01:55:09.439Z[ recovery-image] Jul 25 01:55:08.487 INFO O| Jul 25 01:55:08.487 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-07-25T01:55:09.446Z[ recovery-image] Jul 25 01:55:08.496 INFO O| Jul 25 01:55:08.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
69122024-07-25T01:55:09.446Z[ recovery-image] Jul 25 01:55:08.497 INFO O| Jul 25 01:55:08.497 INFO STEP 1058 (remove_files) COMPLETE
69132024-07-25T01:55:09.449Z[ recovery-image] Jul 25 01:55:08.497 INFO O| Jul 25 01:55:08.497 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-07-25T01:55:09.455Z[ recovery-image] Jul 25 01:55:08.506 INFO O| Jul 25 01:55:08.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
69152024-07-25T01:55:09.458Z[ recovery-image] Jul 25 01:55:08.506 INFO O| Jul 25 01:55:08.506 INFO STEP 1059 (remove_files) COMPLETE
69162024-07-25T01:55:09.458Z[ recovery-image] Jul 25 01:55:08.506 INFO O| Jul 25 01:55:08.506 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-07-25T01:55:09.465Z[ recovery-image] Jul 25 01:55:08.516 INFO O| Jul 25 01:55:08.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
69182024-07-25T01:55:09.468Z[ recovery-image] Jul 25 01:55:08.516 INFO O| Jul 25 01:55:08.516 INFO STEP 1060 (remove_files) COMPLETE
69192024-07-25T01:55:09.468Z[ recovery-image] Jul 25 01:55:08.516 INFO O| Jul 25 01:55:08.516 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-07-25T01:55:09.475Z[ recovery-image] Jul 25 01:55:08.525 INFO O| Jul 25 01:55:08.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
69212024-07-25T01:55:09.478Z[ recovery-image] Jul 25 01:55:08.525 INFO O| Jul 25 01:55:08.525 INFO STEP 1061 (remove_files) COMPLETE
69222024-07-25T01:55:09.478Z[ recovery-image] Jul 25 01:55:08.525 INFO O| Jul 25 01:55:08.525 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-07-25T01:55:09.484Z[ recovery-image] Jul 25 01:55:08.534 INFO O| Jul 25 01:55:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
69242024-07-25T01:55:09.484Z[ recovery-image] Jul 25 01:55:08.535 INFO O| Jul 25 01:55:08.535 INFO STEP 1062 (remove_files) COMPLETE
69252024-07-25T01:55:09.487Z[ recovery-image] Jul 25 01:55:08.535 INFO O| Jul 25 01:55:08.535 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-07-25T01:55:09.493Z[ recovery-image] Jul 25 01:55:08.544 INFO O| Jul 25 01:55:08.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
69272024-07-25T01:55:09.493Z[ recovery-image] Jul 25 01:55:08.544 INFO O| Jul 25 01:55:08.544 INFO STEP 1063 (remove_files) COMPLETE
69282024-07-25T01:55:09.496Z[ recovery-image] Jul 25 01:55:08.544 INFO O| Jul 25 01:55:08.544 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-07-25T01:55:09.503Z[ recovery-image] Jul 25 01:55:08.553 INFO O| Jul 25 01:55:08.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
69302024-07-25T01:55:09.503Z[ recovery-image] Jul 25 01:55:08.553 INFO O| Jul 25 01:55:08.553 INFO STEP 1064 (remove_files) COMPLETE
69312024-07-25T01:55:09.503Z[ recovery-image] Jul 25 01:55:08.553 INFO O| Jul 25 01:55:08.553 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-07-25T01:55:09.512Z[ recovery-image] Jul 25 01:55:08.563 INFO O| Jul 25 01:55:08.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
69332024-07-25T01:55:09.512Z[ recovery-image] Jul 25 01:55:08.563 INFO O| Jul 25 01:55:08.563 INFO STEP 1065 (remove_files) COMPLETE
69342024-07-25T01:55:09.514Z[ recovery-image] Jul 25 01:55:08.563 INFO O| Jul 25 01:55:08.563 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-07-25T01:55:09.521Z[ recovery-image] Jul 25 01:55:08.572 INFO O| Jul 25 01:55:08.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
69362024-07-25T01:55:09.521Z[ recovery-image] Jul 25 01:55:08.572 INFO O| Jul 25 01:55:08.572 INFO STEP 1066 (remove_files) COMPLETE
69372024-07-25T01:55:09.521Z[ recovery-image] Jul 25 01:55:08.572 INFO O| Jul 25 01:55:08.572 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-07-25T01:55:09.531Z[ recovery-image] Jul 25 01:55:08.581 INFO O| Jul 25 01:55:08.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
69392024-07-25T01:55:09.531Z[ recovery-image] Jul 25 01:55:08.581 INFO O| Jul 25 01:55:08.581 INFO STEP 1067 (remove_files) COMPLETE
69402024-07-25T01:55:09.531Z[ recovery-image] Jul 25 01:55:08.581 INFO O| Jul 25 01:55:08.581 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-07-25T01:55:09.540Z[ recovery-image] Jul 25 01:55:08.591 INFO O| Jul 25 01:55:08.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
69422024-07-25T01:55:09.540Z[ recovery-image] Jul 25 01:55:08.591 INFO O| Jul 25 01:55:08.591 INFO STEP 1068 (remove_files) COMPLETE
69432024-07-25T01:55:09.543Z[ recovery-image] Jul 25 01:55:08.591 INFO O| Jul 25 01:55:08.591 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-07-25T01:55:09.550Z[ recovery-image] Jul 25 01:55:08.601 INFO O| Jul 25 01:55:08.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
69452024-07-25T01:55:09.550Z[ recovery-image] Jul 25 01:55:08.601 INFO O| Jul 25 01:55:08.601 INFO STEP 1069 (remove_files) COMPLETE
69462024-07-25T01:55:09.550Z[ recovery-image] Jul 25 01:55:08.601 INFO O| Jul 25 01:55:08.601 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-07-25T01:55:09.559Z[ recovery-image] Jul 25 01:55:08.610 INFO O| Jul 25 01:55:08.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
69482024-07-25T01:55:09.559Z[ recovery-image] Jul 25 01:55:08.610 INFO O| Jul 25 01:55:08.610 INFO STEP 1070 (remove_files) COMPLETE
69492024-07-25T01:55:09.559Z[ recovery-image] Jul 25 01:55:08.610 INFO O| Jul 25 01:55:08.610 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-07-25T01:55:09.569Z[ recovery-image] Jul 25 01:55:08.620 INFO O| Jul 25 01:55:08.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
69512024-07-25T01:55:09.572Z[ recovery-image] Jul 25 01:55:08.620 INFO O| Jul 25 01:55:08.620 INFO STEP 1071 (remove_files) COMPLETE
69522024-07-25T01:55:09.572Z[ recovery-image] Jul 25 01:55:08.620 INFO O| Jul 25 01:55:08.620 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-07-25T01:55:09.578Z[ recovery-image] Jul 25 01:55:08.629 INFO O| Jul 25 01:55:08.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
69542024-07-25T01:55:09.578Z[ recovery-image] Jul 25 01:55:08.629 INFO O| Jul 25 01:55:08.629 INFO STEP 1072 (remove_files) COMPLETE
69552024-07-25T01:55:09.581Z[ recovery-image] Jul 25 01:55:08.629 INFO O| Jul 25 01:55:08.629 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-07-25T01:55:09.588Z[ recovery-image] Jul 25 01:55:08.638 INFO O| Jul 25 01:55:08.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
69572024-07-25T01:55:09.588Z[ recovery-image] Jul 25 01:55:08.638 INFO O| Jul 25 01:55:08.638 INFO STEP 1073 (remove_files) COMPLETE
69582024-07-25T01:55:09.590Z[ recovery-image] Jul 25 01:55:08.638 INFO O| Jul 25 01:55:08.638 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-07-25T01:55:09.598Z[ recovery-image] Jul 25 01:55:08.648 INFO O| Jul 25 01:55:08.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
69602024-07-25T01:55:09.598Z[ recovery-image] Jul 25 01:55:08.648 INFO O| Jul 25 01:55:08.648 INFO STEP 1074 (remove_files) COMPLETE
69612024-07-25T01:55:09.600Z[ recovery-image] Jul 25 01:55:08.648 INFO O| Jul 25 01:55:08.648 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-07-25T01:55:09.607Z[ recovery-image] Jul 25 01:55:08.658 INFO O| Jul 25 01:55:08.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
69632024-07-25T01:55:09.610Z[ recovery-image] Jul 25 01:55:08.658 INFO O| Jul 25 01:55:08.658 INFO STEP 1075 (remove_files) COMPLETE
69642024-07-25T01:55:09.610Z[ recovery-image] Jul 25 01:55:08.658 INFO O| Jul 25 01:55:08.658 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-07-25T01:55:09.617Z[ recovery-image] Jul 25 01:55:08.668 INFO O| Jul 25 01:55:08.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
69662024-07-25T01:55:09.617Z[ recovery-image] Jul 25 01:55:08.668 INFO O| Jul 25 01:55:08.668 INFO STEP 1076 (remove_files) COMPLETE
69672024-07-25T01:55:09.620Z[ recovery-image] Jul 25 01:55:08.668 INFO O| Jul 25 01:55:08.668 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-07-25T01:55:09.627Z[ recovery-image] Jul 25 01:55:08.677 INFO O| Jul 25 01:55:08.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
69692024-07-25T01:55:09.627Z[ recovery-image] Jul 25 01:55:08.677 INFO O| Jul 25 01:55:08.677 INFO STEP 1077 (remove_files) COMPLETE
69702024-07-25T01:55:09.629Z[ recovery-image] Jul 25 01:55:08.677 INFO O| Jul 25 01:55:08.677 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-07-25T01:55:09.637Z[ recovery-image] Jul 25 01:55:08.687 INFO O| Jul 25 01:55:08.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
69722024-07-25T01:55:09.639Z[ recovery-image] Jul 25 01:55:08.687 INFO O| Jul 25 01:55:08.687 INFO STEP 1078 (remove_files) COMPLETE
69732024-07-25T01:55:09.639Z[ recovery-image] Jul 25 01:55:08.687 INFO O| Jul 25 01:55:08.687 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-07-25T01:55:09.647Z[ recovery-image] Jul 25 01:55:08.697 INFO O| Jul 25 01:55:08.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
69752024-07-25T01:55:09.647Z[ recovery-image] Jul 25 01:55:08.697 INFO O| Jul 25 01:55:08.697 INFO STEP 1079 (remove_files) COMPLETE
69762024-07-25T01:55:09.649Z[ recovery-image] Jul 25 01:55:08.697 INFO O| Jul 25 01:55:08.697 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-07-25T01:55:09.657Z[ recovery-image] Jul 25 01:55:08.707 INFO O| Jul 25 01:55:08.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
69782024-07-25T01:55:09.657Z[ recovery-image] Jul 25 01:55:08.707 INFO O| Jul 25 01:55:08.707 INFO STEP 1080 (remove_files) COMPLETE
69792024-07-25T01:55:09.659Z[ recovery-image] Jul 25 01:55:08.707 INFO O| Jul 25 01:55:08.707 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-07-25T01:55:09.666Z[ recovery-image] Jul 25 01:55:08.717 INFO O| Jul 25 01:55:08.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
69812024-07-25T01:55:09.666Z[ recovery-image] Jul 25 01:55:08.717 INFO O| Jul 25 01:55:08.717 INFO STEP 1081 (remove_files) COMPLETE
69822024-07-25T01:55:09.666Z[ recovery-image] Jul 25 01:55:08.717 INFO O| Jul 25 01:55:08.717 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-07-25T01:55:09.676Z[ recovery-image] Jul 25 01:55:08.726 INFO O| Jul 25 01:55:08.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
69842024-07-25T01:55:09.676Z[ recovery-image] Jul 25 01:55:08.726 INFO O| Jul 25 01:55:08.726 INFO STEP 1082 (remove_files) COMPLETE
69852024-07-25T01:55:09.676Z[ recovery-image] Jul 25 01:55:08.726 INFO O| Jul 25 01:55:08.726 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-07-25T01:55:09.685Z[ recovery-image] Jul 25 01:55:08.736 INFO O| Jul 25 01:55:08.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
69872024-07-25T01:55:09.685Z[ recovery-image] Jul 25 01:55:08.736 INFO O| Jul 25 01:55:08.736 INFO STEP 1083 (remove_files) COMPLETE
69882024-07-25T01:55:09.685Z[ recovery-image] Jul 25 01:55:08.736 INFO O| Jul 25 01:55:08.736 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-07-25T01:55:09.694Z[ recovery-image] Jul 25 01:55:08.745 INFO O| Jul 25 01:55:08.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
69902024-07-25T01:55:09.694Z[ recovery-image] Jul 25 01:55:08.745 INFO O| Jul 25 01:55:08.745 INFO STEP 1084 (remove_files) COMPLETE
69912024-07-25T01:55:09.697Z[ recovery-image] Jul 25 01:55:08.745 INFO O| Jul 25 01:55:08.745 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-07-25T01:55:09.704Z[ recovery-image] Jul 25 01:55:08.755 INFO O| Jul 25 01:55:08.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
69932024-07-25T01:55:09.707Z[ recovery-image] Jul 25 01:55:08.755 INFO O| Jul 25 01:55:08.755 INFO STEP 1085 (remove_files) COMPLETE
69942024-07-25T01:55:09.707Z[ recovery-image] Jul 25 01:55:08.755 INFO O| Jul 25 01:55:08.755 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-07-25T01:55:09.714Z[ recovery-image] Jul 25 01:55:08.764 INFO O| Jul 25 01:55:08.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
69962024-07-25T01:55:09.716Z[ recovery-image] Jul 25 01:55:08.764 INFO O| Jul 25 01:55:08.764 INFO STEP 1086 (remove_files) COMPLETE
69972024-07-25T01:55:09.716Z[ recovery-image] Jul 25 01:55:08.764 INFO O| Jul 25 01:55:08.764 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-07-25T01:55:09.723Z[ recovery-image] Jul 25 01:55:08.774 INFO O| Jul 25 01:55:08.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
69992024-07-25T01:55:09.726Z[ recovery-image] Jul 25 01:55:08.774 INFO O| Jul 25 01:55:08.774 INFO STEP 1087 (remove_files) COMPLETE
70002024-07-25T01:55:09.726Z[ recovery-image] Jul 25 01:55:08.774 INFO O| Jul 25 01:55:08.774 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-07-25T01:55:09.733Z[ recovery-image] Jul 25 01:55:08.783 INFO O| Jul 25 01:55:08.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
70022024-07-25T01:55:09.735Z[ recovery-image] Jul 25 01:55:08.783 INFO O| Jul 25 01:55:08.783 INFO STEP 1088 (remove_files) COMPLETE
70032024-07-25T01:55:09.735Z[ recovery-image] Jul 25 01:55:08.783 INFO O| Jul 25 01:55:08.783 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-07-25T01:55:09.742Z[ recovery-image] Jul 25 01:55:08.792 INFO O| Jul 25 01:55:08.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
70052024-07-25T01:55:09.744Z[ recovery-image] Jul 25 01:55:08.793 INFO O| Jul 25 01:55:08.792 INFO STEP 1089 (remove_files) COMPLETE
70062024-07-25T01:55:09.744Z[ recovery-image] Jul 25 01:55:08.793 INFO O| Jul 25 01:55:08.792 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-07-25T01:55:09.751Z[ recovery-image] Jul 25 01:55:08.802 INFO O| Jul 25 01:55:08.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
70082024-07-25T01:55:09.754Z[ recovery-image] Jul 25 01:55:08.802 INFO O| Jul 25 01:55:08.802 INFO STEP 1090 (remove_files) COMPLETE
70092024-07-25T01:55:09.754Z[ recovery-image] Jul 25 01:55:08.802 INFO O| Jul 25 01:55:08.802 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-07-25T01:55:09.760Z[ recovery-image] Jul 25 01:55:08.811 INFO O| Jul 25 01:55:08.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
70112024-07-25T01:55:09.760Z[ recovery-image] Jul 25 01:55:08.811 INFO O| Jul 25 01:55:08.811 INFO STEP 1091 (remove_files) COMPLETE
70122024-07-25T01:55:09.760Z[ recovery-image] Jul 25 01:55:08.811 INFO O| Jul 25 01:55:08.811 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-07-25T01:55:09.770Z[ recovery-image] Jul 25 01:55:08.820 INFO O| Jul 25 01:55:08.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
70142024-07-25T01:55:09.770Z[ recovery-image] Jul 25 01:55:08.820 INFO O| Jul 25 01:55:08.820 INFO STEP 1092 (remove_files) COMPLETE
70152024-07-25T01:55:09.770Z[ recovery-image] Jul 25 01:55:08.820 INFO O| Jul 25 01:55:08.820 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-07-25T01:55:09.779Z[ recovery-image] Jul 25 01:55:08.830 INFO O| Jul 25 01:55:08.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
70172024-07-25T01:55:09.779Z[ recovery-image] Jul 25 01:55:08.830 INFO O| Jul 25 01:55:08.830 INFO STEP 1093 (remove_files) COMPLETE
70182024-07-25T01:55:09.782Z[ recovery-image] Jul 25 01:55:08.830 INFO O| Jul 25 01:55:08.830 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-07-25T01:55:09.788Z[ recovery-image] Jul 25 01:55:08.839 INFO O| Jul 25 01:55:08.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
70202024-07-25T01:55:09.788Z[ recovery-image] Jul 25 01:55:08.839 INFO O| Jul 25 01:55:08.839 INFO STEP 1094 (remove_files) COMPLETE
70212024-07-25T01:55:09.792Z[ recovery-image] Jul 25 01:55:08.839 INFO O| Jul 25 01:55:08.839 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-07-25T01:55:09.797Z[ recovery-image] Jul 25 01:55:08.848 INFO O| Jul 25 01:55:08.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
70232024-07-25T01:55:09.800Z[ recovery-image] Jul 25 01:55:08.848 INFO O| Jul 25 01:55:08.848 INFO STEP 1095 (remove_files) COMPLETE
70242024-07-25T01:55:09.800Z[ recovery-image] Jul 25 01:55:08.848 INFO O| Jul 25 01:55:08.848 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-07-25T01:55:09.807Z[ recovery-image] Jul 25 01:55:08.857 INFO O| Jul 25 01:55:08.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
70262024-07-25T01:55:09.807Z[ recovery-image] Jul 25 01:55:08.857 INFO O| Jul 25 01:55:08.857 INFO STEP 1096 (remove_files) COMPLETE
70272024-07-25T01:55:09.809Z[ recovery-image] Jul 25 01:55:08.857 INFO O| Jul 25 01:55:08.857 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-07-25T01:55:09.817Z[ recovery-image] Jul 25 01:55:08.867 INFO O| Jul 25 01:55:08.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
70292024-07-25T01:55:09.819Z[ recovery-image] Jul 25 01:55:08.867 INFO O| Jul 25 01:55:08.867 INFO STEP 1097 (remove_files) COMPLETE
70302024-07-25T01:55:09.820Z[ recovery-image] Jul 25 01:55:08.867 INFO O| Jul 25 01:55:08.867 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-07-25T01:55:09.825Z[ recovery-image] Jul 25 01:55:08.876 INFO O| Jul 25 01:55:08.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
70322024-07-25T01:55:09.825Z[ recovery-image] Jul 25 01:55:08.876 INFO O| Jul 25 01:55:08.876 INFO STEP 1098 (remove_files) COMPLETE
70332024-07-25T01:55:09.828Z[ recovery-image] Jul 25 01:55:08.876 INFO O| Jul 25 01:55:08.876 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-07-25T01:55:09.834Z[ recovery-image] Jul 25 01:55:08.885 INFO O| Jul 25 01:55:08.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
70352024-07-25T01:55:09.834Z[ recovery-image] Jul 25 01:55:08.885 INFO O| Jul 25 01:55:08.885 INFO STEP 1099 (remove_files) COMPLETE
70362024-07-25T01:55:09.834Z[ recovery-image] Jul 25 01:55:08.885 INFO O| Jul 25 01:55:08.885 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-07-25T01:55:09.844Z[ recovery-image] Jul 25 01:55:08.894 INFO O| Jul 25 01:55:08.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
70382024-07-25T01:55:09.844Z[ recovery-image] Jul 25 01:55:08.894 INFO O| Jul 25 01:55:08.894 INFO STEP 1100 (remove_files) COMPLETE
70392024-07-25T01:55:09.846Z[ recovery-image] Jul 25 01:55:08.894 INFO O| Jul 25 01:55:08.894 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-07-25T01:55:09.853Z[ recovery-image] Jul 25 01:55:08.904 INFO O| Jul 25 01:55:08.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
70412024-07-25T01:55:09.853Z[ recovery-image] Jul 25 01:55:08.904 INFO O| Jul 25 01:55:08.904 INFO STEP 1101 (remove_files) COMPLETE
70422024-07-25T01:55:09.853Z[ recovery-image] Jul 25 01:55:08.904 INFO O| Jul 25 01:55:08.904 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-07-25T01:55:09.862Z[ recovery-image] Jul 25 01:55:08.913 INFO O| Jul 25 01:55:08.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
70442024-07-25T01:55:09.862Z[ recovery-image] Jul 25 01:55:08.913 INFO O| Jul 25 01:55:08.913 INFO STEP 1102 (remove_files) COMPLETE
70452024-07-25T01:55:09.865Z[ recovery-image] Jul 25 01:55:08.913 INFO O| Jul 25 01:55:08.913 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-07-25T01:55:09.871Z[ recovery-image] Jul 25 01:55:08.922 INFO O| Jul 25 01:55:08.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
70472024-07-25T01:55:09.871Z[ recovery-image] Jul 25 01:55:08.922 INFO O| Jul 25 01:55:08.922 INFO STEP 1103 (remove_files) COMPLETE
70482024-07-25T01:55:09.874Z[ recovery-image] Jul 25 01:55:08.922 INFO O| Jul 25 01:55:08.922 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-07-25T01:55:09.881Z[ recovery-image] Jul 25 01:55:08.931 INFO O| Jul 25 01:55:08.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
70502024-07-25T01:55:09.881Z[ recovery-image] Jul 25 01:55:08.931 INFO O| Jul 25 01:55:08.931 INFO STEP 1104 (remove_files) COMPLETE
70512024-07-25T01:55:09.883Z[ recovery-image] Jul 25 01:55:08.931 INFO O| Jul 25 01:55:08.931 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-07-25T01:55:09.890Z[ recovery-image] Jul 25 01:55:08.941 INFO O| Jul 25 01:55:08.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
70532024-07-25T01:55:09.890Z[ recovery-image] Jul 25 01:55:08.941 INFO O| Jul 25 01:55:08.941 INFO STEP 1105 (remove_files) COMPLETE
70542024-07-25T01:55:09.890Z[ recovery-image] Jul 25 01:55:08.941 INFO O| Jul 25 01:55:08.941 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-07-25T01:55:09.899Z[ recovery-image] Jul 25 01:55:08.950 INFO O| Jul 25 01:55:08.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
70562024-07-25T01:55:09.899Z[ recovery-image] Jul 25 01:55:08.950 INFO O| Jul 25 01:55:08.950 INFO STEP 1106 (remove_files) COMPLETE
70572024-07-25T01:55:09.902Z[ recovery-image] Jul 25 01:55:08.950 INFO O| Jul 25 01:55:08.950 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-07-25T01:55:09.909Z[ recovery-image] Jul 25 01:55:08.959 INFO O| Jul 25 01:55:08.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
70592024-07-25T01:55:09.909Z[ recovery-image] Jul 25 01:55:08.959 INFO O| Jul 25 01:55:08.959 INFO STEP 1107 (remove_files) COMPLETE
70602024-07-25T01:55:09.912Z[ recovery-image] Jul 25 01:55:08.959 INFO O| Jul 25 01:55:08.959 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-07-25T01:55:09.918Z[ recovery-image] Jul 25 01:55:08.969 INFO O| Jul 25 01:55:08.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
70622024-07-25T01:55:09.918Z[ recovery-image] Jul 25 01:55:08.969 INFO O| Jul 25 01:55:08.969 INFO STEP 1108 (remove_files) COMPLETE
70632024-07-25T01:55:09.921Z[ recovery-image] Jul 25 01:55:08.969 INFO O| Jul 25 01:55:08.969 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-07-25T01:55:09.927Z[ recovery-image] Jul 25 01:55:08.978 INFO O| Jul 25 01:55:08.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
70652024-07-25T01:55:09.927Z[ recovery-image] Jul 25 01:55:08.978 INFO O| Jul 25 01:55:08.978 INFO STEP 1109 (remove_files) COMPLETE
70662024-07-25T01:55:09.930Z[ recovery-image] Jul 25 01:55:08.978 INFO O| Jul 25 01:55:08.978 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-07-25T01:55:09.937Z[ recovery-image] Jul 25 01:55:08.987 INFO O| Jul 25 01:55:08.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
70682024-07-25T01:55:09.937Z[ recovery-image] Jul 25 01:55:08.988 INFO O| Jul 25 01:55:08.988 INFO STEP 1110 (remove_files) COMPLETE
70692024-07-25T01:55:09.939Z[ recovery-image] Jul 25 01:55:08.988 INFO O| Jul 25 01:55:08.988 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-07-25T01:55:09.946Z[ recovery-image] Jul 25 01:55:08.997 INFO O| Jul 25 01:55:08.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
70712024-07-25T01:55:09.949Z[ recovery-image] Jul 25 01:55:08.997 INFO O| Jul 25 01:55:08.997 INFO STEP 1111 (remove_files) COMPLETE
70722024-07-25T01:55:09.949Z[ recovery-image] Jul 25 01:55:08.997 INFO O| Jul 25 01:55:08.997 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-07-25T01:55:09.956Z[ recovery-image] Jul 25 01:55:09.006 INFO O| Jul 25 01:55:09.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
70742024-07-25T01:55:09.956Z[ recovery-image] Jul 25 01:55:09.006 INFO O| Jul 25 01:55:09.006 INFO STEP 1112 (remove_files) COMPLETE
70752024-07-25T01:55:09.956Z[ recovery-image] Jul 25 01:55:09.006 INFO O| Jul 25 01:55:09.006 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-07-25T01:55:09.965Z[ recovery-image] Jul 25 01:55:09.015 INFO O| Jul 25 01:55:09.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
70772024-07-25T01:55:09.965Z[ recovery-image] Jul 25 01:55:09.016 INFO O| Jul 25 01:55:09.016 INFO STEP 1113 (remove_files) COMPLETE
70782024-07-25T01:55:09.968Z[ recovery-image] Jul 25 01:55:09.016 INFO O| Jul 25 01:55:09.016 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-07-25T01:55:09.974Z[ recovery-image] Jul 25 01:55:09.025 INFO O| Jul 25 01:55:09.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
70802024-07-25T01:55:09.974Z[ recovery-image] Jul 25 01:55:09.025 INFO O| Jul 25 01:55:09.025 INFO STEP 1114 (remove_files) COMPLETE
70812024-07-25T01:55:09.974Z[ recovery-image] Jul 25 01:55:09.025 INFO O| Jul 25 01:55:09.025 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-07-25T01:55:09.983Z[ recovery-image] Jul 25 01:55:09.034 INFO O| Jul 25 01:55:09.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
70832024-07-25T01:55:09.983Z[ recovery-image] Jul 25 01:55:09.034 INFO O| Jul 25 01:55:09.034 INFO STEP 1115 (remove_files) COMPLETE
70842024-07-25T01:55:09.983Z[ recovery-image] Jul 25 01:55:09.034 INFO O| Jul 25 01:55:09.034 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-07-25T01:55:09.993Z[ recovery-image] Jul 25 01:55:09.043 INFO O| Jul 25 01:55:09.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
70862024-07-25T01:55:09.995Z[ recovery-image] Jul 25 01:55:09.043 INFO O| Jul 25 01:55:09.043 INFO STEP 1116 (remove_files) COMPLETE
70872024-07-25T01:55:09.995Z[ recovery-image] Jul 25 01:55:09.043 INFO O| Jul 25 01:55:09.043 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-07-25T01:55:10.002Z[ recovery-image] Jul 25 01:55:09.052 INFO O| Jul 25 01:55:09.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
70892024-07-25T01:55:10.002Z[ recovery-image] Jul 25 01:55:09.053 INFO O| Jul 25 01:55:09.053 INFO STEP 1117 (remove_files) COMPLETE
70902024-07-25T01:55:10.002Z[ recovery-image] Jul 25 01:55:09.053 INFO O| Jul 25 01:55:09.053 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-07-25T01:55:10.011Z[ recovery-image] Jul 25 01:55:09.062 INFO O| Jul 25 01:55:09.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
70922024-07-25T01:55:10.011Z[ recovery-image] Jul 25 01:55:09.062 INFO O| Jul 25 01:55:09.062 INFO STEP 1118 (remove_files) COMPLETE
70932024-07-25T01:55:10.011Z[ recovery-image] Jul 25 01:55:09.062 INFO O| Jul 25 01:55:09.062 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-07-25T01:55:10.020Z[ recovery-image] Jul 25 01:55:09.071 INFO O| Jul 25 01:55:09.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
70952024-07-25T01:55:10.020Z[ recovery-image] Jul 25 01:55:09.071 INFO O| Jul 25 01:55:09.071 INFO STEP 1119 (remove_files) COMPLETE
70962024-07-25T01:55:10.023Z[ recovery-image] Jul 25 01:55:09.071 INFO O| Jul 25 01:55:09.071 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-07-25T01:55:10.030Z[ recovery-image] Jul 25 01:55:09.080 INFO O| Jul 25 01:55:09.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
70982024-07-25T01:55:10.032Z[ recovery-image] Jul 25 01:55:09.080 INFO O| Jul 25 01:55:09.080 INFO STEP 1120 (remove_files) COMPLETE
70992024-07-25T01:55:10.033Z[ recovery-image] Jul 25 01:55:09.080 INFO O| Jul 25 01:55:09.080 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-07-25T01:55:10.039Z[ recovery-image] Jul 25 01:55:09.089 INFO O| Jul 25 01:55:09.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
71012024-07-25T01:55:10.042Z[ recovery-image] Jul 25 01:55:09.089 INFO O| Jul 25 01:55:09.089 INFO STEP 1121 (remove_files) COMPLETE
71022024-07-25T01:55:10.042Z[ recovery-image] Jul 25 01:55:09.090 INFO O| Jul 25 01:55:09.089 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-07-25T01:55:10.048Z[ recovery-image] Jul 25 01:55:09.099 INFO O| Jul 25 01:55:09.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
71042024-07-25T01:55:10.048Z[ recovery-image] Jul 25 01:55:09.099 INFO O| Jul 25 01:55:09.099 INFO STEP 1122 (remove_files) COMPLETE
71052024-07-25T01:55:10.051Z[ recovery-image] Jul 25 01:55:09.099 INFO O| Jul 25 01:55:09.099 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-07-25T01:55:10.057Z[ recovery-image] Jul 25 01:55:09.108 INFO O| Jul 25 01:55:09.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
71072024-07-25T01:55:10.060Z[ recovery-image] Jul 25 01:55:09.108 INFO O| Jul 25 01:55:09.108 INFO STEP 1123 (remove_files) COMPLETE
71082024-07-25T01:55:10.060Z[ recovery-image] Jul 25 01:55:09.108 INFO O| Jul 25 01:55:09.108 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-07-25T01:55:10.067Z[ recovery-image] Jul 25 01:55:09.117 INFO O| Jul 25 01:55:09.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
71102024-07-25T01:55:10.067Z[ recovery-image] Jul 25 01:55:09.118 INFO O| Jul 25 01:55:09.118 INFO STEP 1124 (remove_files) COMPLETE
71112024-07-25T01:55:10.070Z[ recovery-image] Jul 25 01:55:09.118 INFO O| Jul 25 01:55:09.118 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-07-25T01:55:10.076Z[ recovery-image] Jul 25 01:55:09.127 INFO O| Jul 25 01:55:09.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
71132024-07-25T01:55:10.076Z[ recovery-image] Jul 25 01:55:09.127 INFO O| Jul 25 01:55:09.127 INFO STEP 1125 (remove_files) COMPLETE
71142024-07-25T01:55:10.079Z[ recovery-image] Jul 25 01:55:09.127 INFO O| Jul 25 01:55:09.127 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-07-25T01:55:10.086Z[ recovery-image] Jul 25 01:55:09.136 INFO O| Jul 25 01:55:09.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
71162024-07-25T01:55:10.086Z[ recovery-image] Jul 25 01:55:09.136 INFO O| Jul 25 01:55:09.136 INFO STEP 1126 (remove_files) COMPLETE
71172024-07-25T01:55:10.086Z[ recovery-image] Jul 25 01:55:09.136 INFO O| Jul 25 01:55:09.136 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-07-25T01:55:10.095Z[ recovery-image] Jul 25 01:55:09.145 INFO O| Jul 25 01:55:09.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
71192024-07-25T01:55:10.095Z[ recovery-image] Jul 25 01:55:09.146 INFO O| Jul 25 01:55:09.145 INFO STEP 1127 (remove_files) COMPLETE
71202024-07-25T01:55:10.095Z[ recovery-image] Jul 25 01:55:09.146 INFO O| Jul 25 01:55:09.145 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-07-25T01:55:10.104Z[ recovery-image] Jul 25 01:55:09.155 INFO O| Jul 25 01:55:09.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
71222024-07-25T01:55:10.104Z[ recovery-image] Jul 25 01:55:09.155 INFO O| Jul 25 01:55:09.155 INFO STEP 1128 (remove_files) COMPLETE
71232024-07-25T01:55:10.107Z[ recovery-image] Jul 25 01:55:09.155 INFO O| Jul 25 01:55:09.155 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-07-25T01:55:10.113Z[ recovery-image] Jul 25 01:55:09.164 INFO O| Jul 25 01:55:09.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
71252024-07-25T01:55:10.113Z[ recovery-image] Jul 25 01:55:09.164 INFO O| Jul 25 01:55:09.164 INFO STEP 1129 (remove_files) COMPLETE
71262024-07-25T01:55:10.116Z[ recovery-image] Jul 25 01:55:09.164 INFO O| Jul 25 01:55:09.164 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-07-25T01:55:10.119Z[ host-image] Jul 25 01:55:09.168 INFO O| Jul 25 01:55:09.168 INFO O| Done
71282024-07-25T01:55:10.123Z[ recovery-image] Jul 25 01:55:09.173 INFO O| Jul 25 01:55:09.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
71292024-07-25T01:55:10.123Z[ recovery-image] Jul 25 01:55:09.173 INFO O| Jul 25 01:55:09.173 INFO STEP 1130 (remove_files) COMPLETE
71302024-07-25T01:55:10.123Z[ recovery-image] Jul 25 01:55:09.173 INFO O| Jul 25 01:55:09.173 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-07-25T01:55:10.132Z[ recovery-image] Jul 25 01:55:09.183 INFO O| Jul 25 01:55:09.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
71322024-07-25T01:55:10.135Z[ recovery-image] Jul 25 01:55:09.183 INFO O| Jul 25 01:55:09.183 INFO STEP 1131 (remove_files) COMPLETE
71332024-07-25T01:55:10.135Z[ recovery-image] Jul 25 01:55:09.183 INFO O| Jul 25 01:55:09.183 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-07-25T01:55:10.140Z[ host-image] Jul 25 01:55:09.190 INFO O| Jul 25 01:55:09.190 INFO O| Done
71352024-07-25T01:55:10.143Z[ host-image] Jul 25 01:55:09.191 INFO O| Jul 25 01:55:09.190 INFO O| Done
71362024-07-25T01:55:10.143Z[ recovery-image] Jul 25 01:55:09.193 INFO O| Jul 25 01:55:09.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
71372024-07-25T01:55:10.143Z[ recovery-image] Jul 25 01:55:09.193 INFO O| Jul 25 01:55:09.193 INFO STEP 1132 (remove_files) COMPLETE
71382024-07-25T01:55:10.143Z[ recovery-image] Jul 25 01:55:09.193 INFO O| Jul 25 01:55:09.193 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-07-25T01:55:10.151Z[ host-image] Jul 25 01:55:09.200 INFO O| Jul 25 01:55:09.200 INFO O| Done
71402024-07-25T01:55:10.155Z[ recovery-image] Jul 25 01:55:09.202 INFO O| Jul 25 01:55:09.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
71412024-07-25T01:55:10.155Z[ recovery-image] Jul 25 01:55:09.202 INFO O| Jul 25 01:55:09.202 INFO STEP 1133 (remove_files) COMPLETE
71422024-07-25T01:55:10.155Z[ recovery-image] Jul 25 01:55:09.202 INFO O| Jul 25 01:55:09.202 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-07-25T01:55:10.162Z[ recovery-image] Jul 25 01:55:09.212 INFO O| Jul 25 01:55:09.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
71442024-07-25T01:55:10.162Z[ recovery-image] Jul 25 01:55:09.212 INFO O| Jul 25 01:55:09.212 INFO STEP 1134 (remove_files) COMPLETE
71452024-07-25T01:55:10.162Z[ recovery-image] Jul 25 01:55:09.212 INFO O| Jul 25 01:55:09.212 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-07-25T01:55:10.172Z[ recovery-image] Jul 25 01:55:09.222 INFO O| Jul 25 01:55:09.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
71472024-07-25T01:55:10.172Z[ recovery-image] Jul 25 01:55:09.222 INFO O| Jul 25 01:55:09.222 INFO STEP 1135 (remove_files) COMPLETE
71482024-07-25T01:55:10.172Z[ recovery-image] Jul 25 01:55:09.222 INFO O| Jul 25 01:55:09.222 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-07-25T01:55:10.182Z[ recovery-image] Jul 25 01:55:09.233 INFO O| Jul 25 01:55:09.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
71502024-07-25T01:55:10.185Z[ recovery-image] Jul 25 01:55:09.233 INFO O| Jul 25 01:55:09.233 INFO STEP 1136 (remove_files) COMPLETE
71512024-07-25T01:55:10.185Z[ recovery-image] Jul 25 01:55:09.233 INFO O| Jul 25 01:55:09.233 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-07-25T01:55:10.192Z[ recovery-image] Jul 25 01:55:09.242 INFO O| Jul 25 01:55:09.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
71532024-07-25T01:55:10.192Z[ recovery-image] Jul 25 01:55:09.243 INFO O| Jul 25 01:55:09.242 INFO STEP 1137 (remove_files) COMPLETE
71542024-07-25T01:55:10.195Z[ recovery-image] Jul 25 01:55:09.243 INFO O| Jul 25 01:55:09.242 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-07-25T01:55:10.202Z[ recovery-image] Jul 25 01:55:09.252 INFO O| Jul 25 01:55:09.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
71562024-07-25T01:55:10.202Z[ recovery-image] Jul 25 01:55:09.252 INFO O| Jul 25 01:55:09.252 INFO STEP 1138 (remove_files) COMPLETE
71572024-07-25T01:55:10.202Z[ recovery-image] Jul 25 01:55:09.252 INFO O| Jul 25 01:55:09.252 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-07-25T01:55:10.212Z[ recovery-image] Jul 25 01:55:09.262 INFO O| Jul 25 01:55:09.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
71592024-07-25T01:55:10.212Z[ recovery-image] Jul 25 01:55:09.262 INFO O| Jul 25 01:55:09.262 INFO STEP 1139 (remove_files) COMPLETE
71602024-07-25T01:55:10.212Z[ recovery-image] Jul 25 01:55:09.262 INFO O| Jul 25 01:55:09.262 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-07-25T01:55:10.221Z[ recovery-image] Jul 25 01:55:09.272 INFO O| Jul 25 01:55:09.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
71622024-07-25T01:55:10.221Z[ recovery-image] Jul 25 01:55:09.272 INFO O| Jul 25 01:55:09.272 INFO STEP 1140 (remove_files) COMPLETE
71632024-07-25T01:55:10.221Z[ recovery-image] Jul 25 01:55:09.272 INFO O| Jul 25 01:55:09.272 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-07-25T01:55:10.231Z[ recovery-image] Jul 25 01:55:09.282 INFO O| Jul 25 01:55:09.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
71652024-07-25T01:55:10.231Z[ recovery-image] Jul 25 01:55:09.282 INFO O| Jul 25 01:55:09.282 INFO STEP 1141 (remove_files) COMPLETE
71662024-07-25T01:55:10.231Z[ recovery-image] Jul 25 01:55:09.282 INFO O| Jul 25 01:55:09.282 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-07-25T01:55:10.241Z[ recovery-image] Jul 25 01:55:09.292 INFO O| Jul 25 01:55:09.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
71682024-07-25T01:55:10.241Z[ recovery-image] Jul 25 01:55:09.292 INFO O| Jul 25 01:55:09.292 INFO STEP 1142 (remove_files) COMPLETE
71692024-07-25T01:55:10.244Z[ recovery-image] Jul 25 01:55:09.292 INFO O| Jul 25 01:55:09.292 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-07-25T01:55:10.246Z[ host-image] Jul 25 01:55:09.295 INFO O| Jul 25 01:55:09.294 INFO STEP 14 (pkg_install) COMPLETE
71712024-07-25T01:55:10.246Z[ host-image] Jul 25 01:55:09.295 INFO O| Jul 25 01:55:09.295 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71722024-07-25T01:55:10.246Z[ host-image] Jul 25 01:55:09.295 INFO O| Jul 25 01:55:09.295 INFO skip step because feature "mfg" is not enabled
71732024-07-25T01:55:10.246Z[ host-image] Jul 25 01:55:09.295 INFO O| Jul 25 01:55:09.295 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71742024-07-25T01:55:10.246Z[ host-image] Jul 25 01:55:09.295 INFO O| Jul 25 01:55:09.295 INFO skip step because feature "compliance" is not enabled
71752024-07-25T01:55:10.246Z[ host-image] Jul 25 01:55:09.295 INFO O| Jul 25 01:55:09.295 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71762024-07-25T01:55:10.246Z[ host-image] Jul 25 01:55:09.295 INFO O| Jul 25 01:55:09.295 INFO skip step because feature "stress" is not enabled
71772024-07-25T01:55:10.246Z[ host-image] Jul 25 01:55:09.295 INFO O| Jul 25 01:55:09.295 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71782024-07-25T01:55:10.246Z[ host-image] Jul 25 01:55:09.295 INFO O| Jul 25 01:55:09.295 INFO skip step because feature "nfs" is not enabled
71792024-07-25T01:55:10.246Z[ host-image] Jul 25 01:55:09.295 INFO O| Jul 25 01:55:09.295 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
71802024-07-25T01:55:10.246Z[ host-image] Jul 25 01:55:09.295 INFO O| Jul 25 01:55:09.295 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
71812024-07-25T01:55:10.253Z[ recovery-image] Jul 25 01:55:09.303 INFO O| Jul 25 01:55:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
71822024-07-25T01:55:10.253Z[ recovery-image] Jul 25 01:55:09.303 INFO O| Jul 25 01:55:09.303 INFO STEP 1143 (remove_files) COMPLETE
71832024-07-25T01:55:10.253Z[ recovery-image] Jul 25 01:55:09.303 INFO O| Jul 25 01:55:09.303 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-07-25T01:55:10.265Z[ recovery-image] Jul 25 01:55:09.316 INFO O| Jul 25 01:55:09.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
71852024-07-25T01:55:10.265Z[ recovery-image] Jul 25 01:55:09.316 INFO O| Jul 25 01:55:09.316 INFO STEP 1144 (remove_files) COMPLETE
71862024-07-25T01:55:10.265Z[ recovery-image] Jul 25 01:55:09.316 INFO O| Jul 25 01:55:09.316 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-07-25T01:55:10.275Z[ recovery-image] Jul 25 01:55:09.326 INFO O| Jul 25 01:55:09.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
71882024-07-25T01:55:10.275Z[ recovery-image] Jul 25 01:55:09.326 INFO O| Jul 25 01:55:09.326 INFO STEP 1145 (remove_files) COMPLETE
71892024-07-25T01:55:10.278Z[ recovery-image] Jul 25 01:55:09.326 INFO O| Jul 25 01:55:09.326 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-07-25T01:55:10.285Z[ recovery-image] Jul 25 01:55:09.336 INFO O| Jul 25 01:55:09.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
71912024-07-25T01:55:10.285Z[ recovery-image] Jul 25 01:55:09.336 INFO O| Jul 25 01:55:09.336 INFO STEP 1146 (remove_files) COMPLETE
71922024-07-25T01:55:10.285Z[ recovery-image] Jul 25 01:55:09.336 INFO O| Jul 25 01:55:09.336 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-07-25T01:55:10.294Z[ recovery-image] Jul 25 01:55:09.345 INFO O| Jul 25 01:55:09.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
71942024-07-25T01:55:10.297Z[ recovery-image] Jul 25 01:55:09.345 INFO O| Jul 25 01:55:09.345 INFO STEP 1147 (remove_files) COMPLETE
71952024-07-25T01:55:10.297Z[ recovery-image] Jul 25 01:55:09.345 INFO O| Jul 25 01:55:09.345 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-07-25T01:55:10.297Z[ host-image] Jul 25 01:55:09.345 INFO O| Jul 25 01:55:09.345 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
71972024-07-25T01:55:10.305Z[ recovery-image] Jul 25 01:55:09.356 INFO O| Jul 25 01:55:09.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
71982024-07-25T01:55:10.308Z[ recovery-image] Jul 25 01:55:09.356 INFO O| Jul 25 01:55:09.356 INFO STEP 1148 (remove_files) COMPLETE
71992024-07-25T01:55:10.308Z[ recovery-image] Jul 25 01:55:09.356 INFO O| Jul 25 01:55:09.356 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-07-25T01:55:10.316Z[ recovery-image] Jul 25 01:55:09.367 INFO O| Jul 25 01:55:09.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
72012024-07-25T01:55:10.318Z[ recovery-image] Jul 25 01:55:09.367 INFO O| Jul 25 01:55:09.367 INFO STEP 1149 (remove_files) COMPLETE
72022024-07-25T01:55:10.319Z[ recovery-image] Jul 25 01:55:09.367 INFO O| Jul 25 01:55:09.367 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-07-25T01:55:10.326Z[ recovery-image] Jul 25 01:55:09.377 INFO O| Jul 25 01:55:09.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
72042024-07-25T01:55:10.329Z[ recovery-image] Jul 25 01:55:09.377 INFO O| Jul 25 01:55:09.377 INFO STEP 1150 (remove_files) COMPLETE
72052024-07-25T01:55:10.329Z[ recovery-image] Jul 25 01:55:09.377 INFO O| Jul 25 01:55:09.377 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-07-25T01:55:10.336Z[ recovery-image] Jul 25 01:55:09.387 INFO O| Jul 25 01:55:09.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
72072024-07-25T01:55:10.339Z[ recovery-image] Jul 25 01:55:09.387 INFO O| Jul 25 01:55:09.387 INFO STEP 1151 (remove_files) COMPLETE
72082024-07-25T01:55:10.339Z[ recovery-image] Jul 25 01:55:09.387 INFO O| Jul 25 01:55:09.387 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-07-25T01:55:10.346Z[ recovery-image] Jul 25 01:55:09.397 INFO O| Jul 25 01:55:09.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
72102024-07-25T01:55:10.346Z[ recovery-image] Jul 25 01:55:09.397 INFO O| Jul 25 01:55:09.397 INFO STEP 1152 (remove_files) COMPLETE
72112024-07-25T01:55:10.349Z[ recovery-image] Jul 25 01:55:09.397 INFO O| Jul 25 01:55:09.397 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-07-25T01:55:10.355Z[ recovery-image] Jul 25 01:55:09.406 INFO O| Jul 25 01:55:09.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
72132024-07-25T01:55:10.355Z[ recovery-image] Jul 25 01:55:09.406 INFO O| Jul 25 01:55:09.406 INFO STEP 1153 (remove_files) COMPLETE
72142024-07-25T01:55:10.358Z[ recovery-image] Jul 25 01:55:09.406 INFO O| Jul 25 01:55:09.406 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-07-25T01:55:10.361Z[ host-image] Jul 25 01:55:09.412 INFO O| Jul 25 01:55:09.411 INFO completed processing gimlet/ramdisk-01-os
72162024-07-25T01:55:10.364Z[ host-image] Jul 25 01:55:09.413 INFO omicron1 baseline generation...
72172024-07-25T01:55:10.364Z[ host-image] Jul 25 01:55:09.413 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
72182024-07-25T01:55:10.366Z[ recovery-image] Jul 25 01:55:09.416 INFO O| Jul 25 01:55:09.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
72192024-07-25T01:55:10.366Z[ recovery-image] Jul 25 01:55:09.416 INFO O| Jul 25 01:55:09.416 INFO STEP 1154 (remove_files) COMPLETE
72202024-07-25T01:55:10.366Z[ recovery-image] Jul 25 01:55:09.416 INFO O| Jul 25 01:55:09.416 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-07-25T01:55:10.376Z[ recovery-image] Jul 25 01:55:09.426 INFO O| Jul 25 01:55:09.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
72222024-07-25T01:55:10.376Z[ recovery-image] Jul 25 01:55:09.426 INFO O| Jul 25 01:55:09.426 INFO STEP 1155 (remove_files) COMPLETE
72232024-07-25T01:55:10.378Z[ recovery-image] Jul 25 01:55:09.426 INFO O| Jul 25 01:55:09.426 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-07-25T01:55:10.385Z[ recovery-image] Jul 25 01:55:09.436 INFO O| Jul 25 01:55:09.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
72252024-07-25T01:55:10.385Z[ recovery-image] Jul 25 01:55:09.436 INFO O| Jul 25 01:55:09.436 INFO STEP 1156 (remove_files) COMPLETE
72262024-07-25T01:55:10.388Z[ recovery-image] Jul 25 01:55:09.436 INFO O| Jul 25 01:55:09.436 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-07-25T01:55:10.395Z[ recovery-image] Jul 25 01:55:09.445 INFO O| Jul 25 01:55:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
72282024-07-25T01:55:10.395Z[ recovery-image] Jul 25 01:55:09.445 INFO O| Jul 25 01:55:09.445 INFO STEP 1157 (remove_files) COMPLETE
72292024-07-25T01:55:10.397Z[ recovery-image] Jul 25 01:55:09.445 INFO O| Jul 25 01:55:09.445 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-07-25T01:55:10.404Z[ recovery-image] Jul 25 01:55:09.455 INFO O| Jul 25 01:55:09.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
72312024-07-25T01:55:10.407Z[ recovery-image] Jul 25 01:55:09.455 INFO O| Jul 25 01:55:09.455 INFO STEP 1158 (remove_files) COMPLETE
72322024-07-25T01:55:10.407Z[ recovery-image] Jul 25 01:55:09.455 INFO O| Jul 25 01:55:09.455 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-07-25T01:55:10.414Z[ recovery-image] Jul 25 01:55:09.464 INFO O| Jul 25 01:55:09.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
72342024-07-25T01:55:10.416Z[ recovery-image] Jul 25 01:55:09.464 INFO O| Jul 25 01:55:09.464 INFO STEP 1159 (remove_files) COMPLETE
72352024-07-25T01:55:10.417Z[ recovery-image] Jul 25 01:55:09.464 INFO O| Jul 25 01:55:09.464 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-07-25T01:55:10.423Z[ recovery-image] Jul 25 01:55:09.474 INFO O| Jul 25 01:55:09.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
72372024-07-25T01:55:10.423Z[ recovery-image] Jul 25 01:55:09.474 INFO O| Jul 25 01:55:09.474 INFO STEP 1160 (remove_files) COMPLETE
72382024-07-25T01:55:10.426Z[ recovery-image] Jul 25 01:55:09.474 INFO O| Jul 25 01:55:09.474 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-07-25T01:55:10.435Z[ recovery-image] Jul 25 01:55:09.483 INFO O| Jul 25 01:55:09.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
72402024-07-25T01:55:10.435Z[ recovery-image] Jul 25 01:55:09.483 INFO O| Jul 25 01:55:09.483 INFO STEP 1161 (remove_files) COMPLETE
72412024-07-25T01:55:10.435Z[ recovery-image] Jul 25 01:55:09.483 INFO O| Jul 25 01:55:09.483 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-07-25T01:55:10.443Z[ recovery-image] Jul 25 01:55:09.493 INFO O| Jul 25 01:55:09.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
72432024-07-25T01:55:10.443Z[ recovery-image] Jul 25 01:55:09.493 INFO O| Jul 25 01:55:09.493 INFO STEP 1162 (remove_files) COMPLETE
72442024-07-25T01:55:10.443Z[ recovery-image] Jul 25 01:55:09.493 INFO O| Jul 25 01:55:09.493 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-07-25T01:55:10.453Z[ recovery-image] Jul 25 01:55:09.503 INFO O| Jul 25 01:55:09.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
72462024-07-25T01:55:10.453Z[ recovery-image] Jul 25 01:55:09.503 INFO O| Jul 25 01:55:09.503 INFO STEP 1163 (remove_files) COMPLETE
72472024-07-25T01:55:10.456Z[ recovery-image] Jul 25 01:55:09.503 INFO O| Jul 25 01:55:09.503 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-07-25T01:55:10.463Z[ recovery-image] Jul 25 01:55:09.514 INFO O| Jul 25 01:55:09.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
72492024-07-25T01:55:10.463Z[ recovery-image] Jul 25 01:55:09.514 INFO O| Jul 25 01:55:09.514 INFO STEP 1164 (remove_files) COMPLETE
72502024-07-25T01:55:10.463Z[ recovery-image] Jul 25 01:55:09.514 INFO O| Jul 25 01:55:09.514 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-07-25T01:55:10.473Z[ recovery-image] Jul 25 01:55:09.523 INFO O| Jul 25 01:55:09.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
72522024-07-25T01:55:10.473Z[ recovery-image] Jul 25 01:55:09.524 INFO O| Jul 25 01:55:09.524 INFO STEP 1165 (remove_files) COMPLETE
72532024-07-25T01:55:10.473Z[ recovery-image] Jul 25 01:55:09.524 INFO O| Jul 25 01:55:09.524 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-07-25T01:55:10.483Z[ recovery-image] Jul 25 01:55:09.533 INFO O| Jul 25 01:55:09.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
72552024-07-25T01:55:10.483Z[ recovery-image] Jul 25 01:55:09.533 INFO O| Jul 25 01:55:09.533 INFO STEP 1166 (remove_files) COMPLETE
72562024-07-25T01:55:10.486Z[ recovery-image] Jul 25 01:55:09.533 INFO O| Jul 25 01:55:09.533 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-07-25T01:55:10.492Z[ recovery-image] Jul 25 01:55:09.543 INFO O| Jul 25 01:55:09.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
72582024-07-25T01:55:10.492Z[ recovery-image] Jul 25 01:55:09.543 INFO O| Jul 25 01:55:09.543 INFO STEP 1167 (remove_files) COMPLETE
72592024-07-25T01:55:10.492Z[ recovery-image] Jul 25 01:55:09.543 INFO O| Jul 25 01:55:09.543 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-07-25T01:55:10.502Z[ recovery-image] Jul 25 01:55:09.552 INFO O| Jul 25 01:55:09.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
72612024-07-25T01:55:10.504Z[ recovery-image] Jul 25 01:55:09.553 INFO O| Jul 25 01:55:09.553 INFO STEP 1168 (remove_files) COMPLETE
72622024-07-25T01:55:10.504Z[ recovery-image] Jul 25 01:55:09.553 INFO O| Jul 25 01:55:09.553 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-07-25T01:55:10.512Z[ recovery-image] Jul 25 01:55:09.563 INFO O| Jul 25 01:55:09.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
72642024-07-25T01:55:10.515Z[ recovery-image] Jul 25 01:55:09.563 INFO O| Jul 25 01:55:09.563 INFO STEP 1169 (remove_files) COMPLETE
72652024-07-25T01:55:10.515Z[ recovery-image] Jul 25 01:55:09.563 INFO O| Jul 25 01:55:09.563 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-07-25T01:55:10.521Z[ recovery-image] Jul 25 01:55:09.572 INFO O| Jul 25 01:55:09.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
72672024-07-25T01:55:10.521Z[ recovery-image] Jul 25 01:55:09.572 INFO O| Jul 25 01:55:09.572 INFO STEP 1170 (remove_files) COMPLETE
72682024-07-25T01:55:10.521Z[ recovery-image] Jul 25 01:55:09.572 INFO O| Jul 25 01:55:09.572 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-07-25T01:55:10.532Z[ recovery-image] Jul 25 01:55:09.582 INFO O| Jul 25 01:55:09.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
72702024-07-25T01:55:10.532Z[ recovery-image] Jul 25 01:55:09.582 INFO O| Jul 25 01:55:09.582 INFO STEP 1171 (remove_files) COMPLETE
72712024-07-25T01:55:10.532Z[ recovery-image] Jul 25 01:55:09.582 INFO O| Jul 25 01:55:09.582 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-07-25T01:55:10.541Z[ recovery-image] Jul 25 01:55:09.591 INFO O| Jul 25 01:55:09.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
72732024-07-25T01:55:10.544Z[ recovery-image] Jul 25 01:55:09.591 INFO O| Jul 25 01:55:09.591 INFO STEP 1172 (remove_files) COMPLETE
72742024-07-25T01:55:10.544Z[ recovery-image] Jul 25 01:55:09.591 INFO O| Jul 25 01:55:09.591 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-07-25T01:55:10.550Z[ recovery-image] Jul 25 01:55:09.601 INFO O| Jul 25 01:55:09.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
72762024-07-25T01:55:10.550Z[ recovery-image] Jul 25 01:55:09.601 INFO O| Jul 25 01:55:09.601 INFO STEP 1173 (remove_files) COMPLETE
72772024-07-25T01:55:10.555Z[ recovery-image] Jul 25 01:55:09.601 INFO O| Jul 25 01:55:09.601 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-07-25T01:55:10.560Z[ recovery-image] Jul 25 01:55:09.610 INFO O| Jul 25 01:55:09.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
72792024-07-25T01:55:10.563Z[ recovery-image] Jul 25 01:55:09.610 INFO O| Jul 25 01:55:09.610 INFO STEP 1174 (remove_files) COMPLETE
72802024-07-25T01:55:10.563Z[ recovery-image] Jul 25 01:55:09.610 INFO O| Jul 25 01:55:09.610 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-07-25T01:55:10.569Z[ recovery-image] Jul 25 01:55:09.620 INFO O| Jul 25 01:55:09.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
72822024-07-25T01:55:10.572Z[ recovery-image] Jul 25 01:55:09.620 INFO O| Jul 25 01:55:09.620 INFO STEP 1175 (remove_files) COMPLETE
72832024-07-25T01:55:10.572Z[ recovery-image] Jul 25 01:55:09.620 INFO O| Jul 25 01:55:09.620 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-07-25T01:55:10.579Z[ recovery-image] Jul 25 01:55:09.629 INFO O| Jul 25 01:55:09.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
72852024-07-25T01:55:10.579Z[ recovery-image] Jul 25 01:55:09.629 INFO O| Jul 25 01:55:09.629 INFO STEP 1176 (remove_files) COMPLETE
72862024-07-25T01:55:10.579Z[ recovery-image] Jul 25 01:55:09.629 INFO O| Jul 25 01:55:09.629 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-07-25T01:55:10.588Z[ recovery-image] Jul 25 01:55:09.639 INFO O| Jul 25 01:55:09.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
72882024-07-25T01:55:10.588Z[ recovery-image] Jul 25 01:55:09.639 INFO O| Jul 25 01:55:09.639 INFO STEP 1177 (remove_files) COMPLETE
72892024-07-25T01:55:10.592Z[ recovery-image] Jul 25 01:55:09.639 INFO O| Jul 25 01:55:09.639 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-07-25T01:55:10.598Z[ recovery-image] Jul 25 01:55:09.648 INFO O| Jul 25 01:55:09.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
72912024-07-25T01:55:10.598Z[ recovery-image] Jul 25 01:55:09.648 INFO O| Jul 25 01:55:09.648 INFO STEP 1178 (remove_files) COMPLETE
72922024-07-25T01:55:10.598Z[ recovery-image] Jul 25 01:55:09.648 INFO O| Jul 25 01:55:09.648 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-07-25T01:55:10.607Z[ recovery-image] Jul 25 01:55:09.658 INFO O| Jul 25 01:55:09.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
72942024-07-25T01:55:10.607Z[ recovery-image] Jul 25 01:55:09.658 INFO O| Jul 25 01:55:09.658 INFO STEP 1179 (remove_files) COMPLETE
72952024-07-25T01:55:10.608Z[ recovery-image] Jul 25 01:55:09.658 INFO O| Jul 25 01:55:09.658 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-07-25T01:55:10.617Z[ recovery-image] Jul 25 01:55:09.667 INFO O| Jul 25 01:55:09.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
72972024-07-25T01:55:10.617Z[ recovery-image] Jul 25 01:55:09.667 INFO O| Jul 25 01:55:09.667 INFO STEP 1180 (remove_files) COMPLETE
72982024-07-25T01:55:10.617Z[ recovery-image] Jul 25 01:55:09.667 INFO O| Jul 25 01:55:09.667 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-07-25T01:55:10.627Z[ recovery-image] Jul 25 01:55:09.677 INFO O| Jul 25 01:55:09.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
73002024-07-25T01:55:10.627Z[ recovery-image] Jul 25 01:55:09.677 INFO O| Jul 25 01:55:09.677 INFO STEP 1181 (remove_files) COMPLETE
73012024-07-25T01:55:10.627Z[ recovery-image] Jul 25 01:55:09.677 INFO O| Jul 25 01:55:09.677 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-07-25T01:55:10.638Z[ recovery-image] Jul 25 01:55:09.688 INFO O| Jul 25 01:55:09.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
73032024-07-25T01:55:10.638Z[ recovery-image] Jul 25 01:55:09.689 INFO O| Jul 25 01:55:09.689 INFO STEP 1182 (remove_files) COMPLETE
73042024-07-25T01:55:10.641Z[ recovery-image] Jul 25 01:55:09.689 INFO O| Jul 25 01:55:09.689 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-07-25T01:55:10.648Z[ recovery-image] Jul 25 01:55:09.698 INFO O| Jul 25 01:55:09.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
73062024-07-25T01:55:10.648Z[ recovery-image] Jul 25 01:55:09.698 INFO O| Jul 25 01:55:09.698 INFO STEP 1183 (remove_files) COMPLETE
73072024-07-25T01:55:10.650Z[ recovery-image] Jul 25 01:55:09.698 INFO O| Jul 25 01:55:09.698 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-07-25T01:55:10.657Z[ recovery-image] Jul 25 01:55:09.708 INFO O| Jul 25 01:55:09.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
73092024-07-25T01:55:10.657Z[ recovery-image] Jul 25 01:55:09.708 INFO O| Jul 25 01:55:09.708 INFO STEP 1184 (remove_files) COMPLETE
73102024-07-25T01:55:10.660Z[ recovery-image] Jul 25 01:55:09.708 INFO O| Jul 25 01:55:09.708 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-07-25T01:55:10.667Z[ recovery-image] Jul 25 01:55:09.717 INFO O| Jul 25 01:55:09.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
73122024-07-25T01:55:10.667Z[ recovery-image] Jul 25 01:55:09.717 INFO O| Jul 25 01:55:09.717 INFO STEP 1185 (remove_files) COMPLETE
73132024-07-25T01:55:10.669Z[ recovery-image] Jul 25 01:55:09.717 INFO O| Jul 25 01:55:09.717 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-07-25T01:55:10.678Z[ recovery-image] Jul 25 01:55:09.729 INFO O| Jul 25 01:55:09.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
73152024-07-25T01:55:10.678Z[ recovery-image] Jul 25 01:55:09.729 INFO O| Jul 25 01:55:09.729 INFO STEP 1186 (remove_files) COMPLETE
73162024-07-25T01:55:10.681Z[ recovery-image] Jul 25 01:55:09.729 INFO O| Jul 25 01:55:09.729 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-07-25T01:55:10.687Z[ recovery-image] Jul 25 01:55:09.738 INFO O| Jul 25 01:55:09.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
73182024-07-25T01:55:10.687Z[ recovery-image] Jul 25 01:55:09.738 INFO O| Jul 25 01:55:09.738 INFO STEP 1187 (remove_files) COMPLETE
73192024-07-25T01:55:10.690Z[ recovery-image] Jul 25 01:55:09.738 INFO O| Jul 25 01:55:09.738 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-07-25T01:55:10.699Z[ recovery-image] Jul 25 01:55:09.749 INFO O| Jul 25 01:55:09.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
73212024-07-25T01:55:10.702Z[ recovery-image] Jul 25 01:55:09.749 INFO O| Jul 25 01:55:09.749 INFO STEP 1188 (remove_files) COMPLETE
73222024-07-25T01:55:10.702Z[ recovery-image] Jul 25 01:55:09.749 INFO O| Jul 25 01:55:09.749 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-07-25T01:55:10.708Z[ recovery-image] Jul 25 01:55:09.759 INFO O| Jul 25 01:55:09.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
73242024-07-25T01:55:10.711Z[ recovery-image] Jul 25 01:55:09.759 INFO O| Jul 25 01:55:09.759 INFO STEP 1189 (remove_files) COMPLETE
73252024-07-25T01:55:10.711Z[ recovery-image] Jul 25 01:55:09.759 INFO O| Jul 25 01:55:09.759 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-07-25T01:55:10.718Z[ recovery-image] Jul 25 01:55:09.768 INFO O| Jul 25 01:55:09.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
73272024-07-25T01:55:10.718Z[ recovery-image] Jul 25 01:55:09.768 INFO O| Jul 25 01:55:09.768 INFO STEP 1190 (remove_files) COMPLETE
73282024-07-25T01:55:10.721Z[ recovery-image] Jul 25 01:55:09.768 INFO O| Jul 25 01:55:09.768 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-07-25T01:55:10.729Z[ recovery-image] Jul 25 01:55:09.780 INFO O| Jul 25 01:55:09.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
73302024-07-25T01:55:10.729Z[ recovery-image] Jul 25 01:55:09.780 INFO O| Jul 25 01:55:09.780 INFO STEP 1191 (remove_files) COMPLETE
73312024-07-25T01:55:10.729Z[ recovery-image] Jul 25 01:55:09.780 INFO O| Jul 25 01:55:09.780 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-07-25T01:55:10.740Z[ recovery-image] Jul 25 01:55:09.790 INFO O| Jul 25 01:55:09.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
73332024-07-25T01:55:10.742Z[ recovery-image] Jul 25 01:55:09.790 INFO O| Jul 25 01:55:09.790 INFO STEP 1192 (remove_files) COMPLETE
73342024-07-25T01:55:10.742Z[ recovery-image] Jul 25 01:55:09.790 INFO O| Jul 25 01:55:09.790 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-07-25T01:55:10.750Z[ recovery-image] Jul 25 01:55:09.800 INFO O| Jul 25 01:55:09.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
73362024-07-25T01:55:10.750Z[ recovery-image] Jul 25 01:55:09.800 INFO O| Jul 25 01:55:09.800 INFO STEP 1193 (remove_files) COMPLETE
73372024-07-25T01:55:10.750Z[ recovery-image] Jul 25 01:55:09.800 INFO O| Jul 25 01:55:09.800 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-07-25T01:55:10.761Z[ host-image] Jul 25 01:55:09.811 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22784:20240724T162554Z
73392024-07-25T01:55:10.761Z[ recovery-image] Jul 25 01:55:09.811 INFO O| Jul 25 01:55:09.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
73402024-07-25T01:55:10.764Z[ recovery-image] Jul 25 01:55:09.811 INFO O| Jul 25 01:55:09.811 INFO STEP 1194 (remove_files) COMPLETE
73412024-07-25T01:55:10.764Z[ recovery-image] Jul 25 01:55:09.812 INFO O| Jul 25 01:55:09.811 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-07-25T01:55:10.773Z[ recovery-image] Jul 25 01:55:09.824 INFO O| Jul 25 01:55:09.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
73432024-07-25T01:55:10.776Z[ recovery-image] Jul 25 01:55:09.824 INFO O| Jul 25 01:55:09.824 INFO STEP 1195 (remove_files) COMPLETE
73442024-07-25T01:55:10.776Z[ recovery-image] Jul 25 01:55:09.824 INFO O| Jul 25 01:55:09.824 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-07-25T01:55:10.783Z[ recovery-image] Jul 25 01:55:09.833 INFO O| Jul 25 01:55:09.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
73462024-07-25T01:55:10.783Z[ recovery-image] Jul 25 01:55:09.833 INFO O| Jul 25 01:55:09.833 INFO STEP 1196 (remove_files) COMPLETE
73472024-07-25T01:55:10.786Z[ recovery-image] Jul 25 01:55:09.833 INFO O| Jul 25 01:55:09.833 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-07-25T01:55:10.793Z[ recovery-image] Jul 25 01:55:09.843 INFO O| Jul 25 01:55:09.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
73492024-07-25T01:55:10.793Z[ recovery-image] Jul 25 01:55:09.843 INFO O| Jul 25 01:55:09.843 INFO STEP 1197 (remove_files) COMPLETE
73502024-07-25T01:55:10.797Z[ recovery-image] Jul 25 01:55:09.843 INFO O| Jul 25 01:55:09.843 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-07-25T01:55:10.804Z[ recovery-image] Jul 25 01:55:09.854 INFO O| Jul 25 01:55:09.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
73522024-07-25T01:55:10.804Z[ recovery-image] Jul 25 01:55:09.854 INFO O| Jul 25 01:55:09.854 INFO STEP 1198 (remove_files) COMPLETE
73532024-07-25T01:55:10.807Z[ recovery-image] Jul 25 01:55:09.855 INFO O| Jul 25 01:55:09.854 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-07-25T01:55:10.814Z[ recovery-image] Jul 25 01:55:09.864 INFO O| Jul 25 01:55:09.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
73552024-07-25T01:55:10.816Z[ recovery-image] Jul 25 01:55:09.864 INFO O| Jul 25 01:55:09.864 INFO STEP 1199 (remove_files) COMPLETE
73562024-07-25T01:55:10.816Z[ recovery-image] Jul 25 01:55:09.864 INFO O| Jul 25 01:55:09.864 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-07-25T01:55:10.824Z[ recovery-image] Jul 25 01:55:09.874 INFO O| Jul 25 01:55:09.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
73582024-07-25T01:55:10.824Z[ recovery-image] Jul 25 01:55:09.874 INFO O| Jul 25 01:55:09.874 INFO STEP 1200 (remove_files) COMPLETE
73592024-07-25T01:55:10.824Z[ recovery-image] Jul 25 01:55:09.874 INFO O| Jul 25 01:55:09.874 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-07-25T01:55:10.835Z[ recovery-image] Jul 25 01:55:09.885 INFO O| Jul 25 01:55:09.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
73612024-07-25T01:55:10.835Z[ recovery-image] Jul 25 01:55:09.885 INFO O| Jul 25 01:55:09.885 INFO STEP 1201 (remove_files) COMPLETE
73622024-07-25T01:55:10.838Z[ recovery-image] Jul 25 01:55:09.886 INFO O| Jul 25 01:55:09.885 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-07-25T01:55:10.846Z[ recovery-image] Jul 25 01:55:09.897 INFO O| Jul 25 01:55:09.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
73642024-07-25T01:55:10.846Z[ recovery-image] Jul 25 01:55:09.897 INFO O| Jul 25 01:55:09.897 INFO STEP 1202 (remove_files) COMPLETE
73652024-07-25T01:55:10.849Z[ recovery-image] Jul 25 01:55:09.897 INFO O| Jul 25 01:55:09.897 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-07-25T01:55:10.857Z[ recovery-image] Jul 25 01:55:09.907 INFO O| Jul 25 01:55:09.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
73672024-07-25T01:55:10.857Z[ recovery-image] Jul 25 01:55:09.907 INFO O| Jul 25 01:55:09.907 INFO STEP 1203 (remove_files) COMPLETE
73682024-07-25T01:55:10.857Z[ recovery-image] Jul 25 01:55:09.907 INFO O| Jul 25 01:55:09.907 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-07-25T01:55:10.866Z[ recovery-image] Jul 25 01:55:09.916 INFO O| Jul 25 01:55:09.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
73702024-07-25T01:55:10.866Z[ recovery-image] Jul 25 01:55:09.917 INFO O| Jul 25 01:55:09.917 INFO STEP 1204 (remove_files) COMPLETE
73712024-07-25T01:55:10.866Z[ recovery-image] Jul 25 01:55:09.917 INFO O| Jul 25 01:55:09.917 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-07-25T01:55:10.876Z[ recovery-image] Jul 25 01:55:09.926 INFO O| Jul 25 01:55:09.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
73732024-07-25T01:55:10.878Z[ recovery-image] Jul 25 01:55:09.926 INFO O| Jul 25 01:55:09.926 INFO STEP 1205 (remove_files) COMPLETE
73742024-07-25T01:55:10.878Z[ recovery-image] Jul 25 01:55:09.926 INFO O| Jul 25 01:55:09.926 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-07-25T01:55:10.885Z[ recovery-image] Jul 25 01:55:09.936 INFO O| Jul 25 01:55:09.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
73762024-07-25T01:55:10.885Z[ recovery-image] Jul 25 01:55:09.936 INFO O| Jul 25 01:55:09.936 INFO STEP 1206 (remove_files) COMPLETE
73772024-07-25T01:55:10.888Z[ recovery-image] Jul 25 01:55:09.936 INFO O| Jul 25 01:55:09.936 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
73782024-07-25T01:55:10.900Z[ recovery-image] Jul 25 01:55:09.951 INFO O| Jul 25 01:55:09.950 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
73792024-07-25T01:55:10.900Z[ recovery-image] Jul 25 01:55:09.951 INFO O| Jul 25 01:55:09.951 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
73802024-07-25T01:55:11.596Z[ recovery-image] Jul 25 01:55:10.646 INFO O| Jul 25 01:55:10.646 INFO STEP 1207 (pack_tar) COMPLETE
73812024-07-25T01:55:11.596Z[ recovery-image] Jul 25 01:55:10.646 INFO O| Jul 25 01:55:10.646 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
73822024-07-25T01:55:11.599Z[ recovery-image] Jul 25 01:55:10.646 INFO O| Jul 25 01:55:10.646 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
73832024-07-25T01:55:11.831Z[ recovery-image] Jul 25 01:55:10.881 INFO O| Jul 25 01:55:10.881 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
73842024-07-25T01:55:11.894Z[ recovery-image] Jul 25 01:55:10.945 INFO O| Jul 25 01:55:10.944 INFO completed processing gimlet/ramdisk-03-recovery-trim
73852024-07-25T01:55:11.901Z[ recovery-image] Jul 25 01:55:10.951 INFO image builder template: zfs-recovery...
73862024-07-25T01:55:11.901Z[ recovery-image] Jul 25 01:55:10.951 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/.tmpqlF6Zf/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.277", "-n", "zfs-recovery"], pwd: None
73872024-07-25T01:55:11.934Z[ recovery-image] Jul 25 01:55:10.984 INFO O| Jul 25 01:55:10.984 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
73882024-07-25T01:55:11.938Z[ recovery-image] Jul 25 01:55:10.988 INFO O| Jul 25 01:55:10.988 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
73892024-07-25T01:55:11.994Z[ recovery-image] Jul 25 01:55:11.044 INFO O| Jul 25 01:55:11.044 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
73902024-07-25T01:55:12.041Z[ recovery-image] Jul 25 01:55:11.091 INFO O| Jul 25 01:55:11.091 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
73912024-07-25T01:55:12.044Z[ recovery-image] Jul 25 01:55:11.091 INFO O| Jul 25 01:55:11.091 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
73922024-07-25T01:55:12.046Z[ recovery-image] Jul 25 01:55:11.095 INFO O| Jul 25 01:55:11.095 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
73932024-07-25T01:55:12.110Z[ recovery-image] Jul 25 01:55:11.160 INFO O| Jul 25 01:55:11.160 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
73942024-07-25T01:55:12.158Z[ recovery-image] Jul 25 01:55:11.208 INFO O| Jul 25 01:55:11.208 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
73952024-07-25T01:55:12.166Z[ recovery-image] Jul 25 01:55:11.217 INFO O| Jul 25 01:55:11.217 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
73962024-07-25T01:55:12.171Z[ recovery-image] Jul 25 01:55:11.221 INFO O| Jul 25 01:55:11.221 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
73972024-07-25T01:55:12.174Z[ recovery-image] Jul 25 01:55:11.223 INFO O| Jul 25 01:55:11.222 INFO no lofi found
73982024-07-25T01:55:12.174Z[ recovery-image] Jul 25 01:55:11.223 INFO O| Jul 25 01:55:11.223 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
73992024-07-25T01:55:12.174Z[ recovery-image] Jul 25 01:55:11.223 INFO O| Jul 25 01:55:11.223 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
74002024-07-25T01:55:13.960Z[ recovery-image] Jul 25 01:55:13.010 INFO O| Jul 25 01:55:13.010 INFO lofi device = /dev/dsk/c2t1d0p0
74012024-07-25T01:55:13.960Z[ recovery-image] Jul 25 01:55:13.010 INFO O| Jul 25 01:55:13.010 INFO pool device = /dev/dsk/c2t1d0p0
74022024-07-25T01:55:13.963Z[ recovery-image] Jul 25 01:55:13.010 INFO O| Jul 25 01:55:13.010 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"]
74032024-07-25T01:55:14.031Z[ recovery-image] Jul 25 01:55:13.081 INFO O| Jul 25 01:55:13.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
74042024-07-25T01:55:14.031Z[ recovery-image] Jul 25 01:55:13.081 INFO O| Jul 25 01:55:13.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
74052024-07-25T01:55:14.049Z[ recovery-image] Jul 25 01:55:13.100 INFO O| Jul 25 01:55:13.100 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
74062024-07-25T01:55:14.107Z[ recovery-image] Jul 25 01:55:13.157 INFO O| Jul 25 01:55:13.157 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
74072024-07-25T01:55:14.145Z[ recovery-image] Jul 25 01:55:13.195 INFO O| Jul 25 01:55:13.195 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
74082024-07-25T01:55:14.159Z[ recovery-image] Jul 25 01:55:13.209 INFO O| Jul 25 01:55:13.209 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
74092024-07-25T01:55:14.169Z[ recovery-image] Jul 25 01:55:13.219 INFO O| Jul 25 01:55:13.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
74102024-07-25T01:55:14.214Z[ recovery-image] Jul 25 01:55:13.264 INFO O| Jul 25 01:55:13.264 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
74112024-07-25T01:55:14.214Z[ recovery-image] Jul 25 01:55:13.264 INFO O| Jul 25 01:55:13.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
74122024-07-25T01:55:14.217Z[ recovery-image] Jul 25 01:55:13.264 INFO O| Jul 25 01:55:13.264 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
74132024-07-25T01:55:14.223Z[ recovery-image] Jul 25 01:55:13.274 INFO O| Jul 25 01:55:13.274 INFO boot environment UUID: 4c3a6d50-a50b-4709-98f3-129b4489529e
74142024-07-25T01:55:14.223Z[ recovery-image] Jul 25 01:55:13.274 INFO O| Jul 25 01:55:13.274 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4c3a6d50-a50b-4709-98f3-129b4489529e
74152024-07-25T01:55:14.234Z[ recovery-image] Jul 25 01:55:13.284 INFO O| Jul 25 01:55:13.284 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
74162024-07-25T01:55:14.244Z[ recovery-image] Jul 25 01:55:13.295 INFO O| Jul 25 01:55:13.294 INFO STEP 0 (create_be) COMPLETE
74172024-07-25T01:55:14.244Z[ recovery-image] Jul 25 01:55:13.295 INFO O| Jul 25 01:55:13.294 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
74182024-07-25T01:55:14.259Z[ recovery-image] Jul 25 01:55:13.310 INFO O| Jul 25 01:55:13.310 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"]
74192024-07-25T01:55:16.280Z[ recovery-image] Jul 25 01:55:15.330 INFO O| Jul 25 01:55:15.330 INFO STEP 1 (unpack_tar) COMPLETE
74202024-07-25T01:55:16.281Z[ recovery-image] Jul 25 01:55:15.330 INFO O| Jul 25 01:55:15.330 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74212024-07-25T01:55:16.292Z[ recovery-image] Jul 25 01:55:15.342 INFO O| Jul 25 01:55:15.342 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
74222024-07-25T01:55:16.712Z[ recovery-image] Jul 25 01:55:15.762 INFO O| Jul 25 01:55:15.762 INFO STEP 2 (devfsadm) COMPLETE
74232024-07-25T01:55:16.712Z[ recovery-image] Jul 25 01:55:15.762 INFO O| Jul 25 01:55:15.762 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74242024-07-25T01:55:16.724Z[ recovery-image] Jul 25 01:55:15.774 INFO O| Jul 25 01:55:15.773 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
74252024-07-25T01:55:16.726Z[ recovery-image] Jul 25 01:55:15.774 INFO O| Jul 25 01:55:15.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
74262024-07-25T01:55:16.727Z[ recovery-image] Jul 25 01:55:15.774 INFO O| Jul 25 01:55:15.774 INFO STEP 3 (ensure_dir) COMPLETE
74272024-07-25T01:55:16.727Z[ recovery-image] Jul 25 01:55:15.774 INFO O| Jul 25 01:55:15.774 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74282024-07-25T01:55:16.734Z[ recovery-image] Jul 25 01:55:15.784 INFO O| Jul 25 01:55:15.784 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
74292024-07-25T01:55:16.734Z[ recovery-image] Jul 25 01:55:15.784 INFO O| Jul 25 01:55:15.784 INFO STEP 4 (ensure_dir) COMPLETE
74302024-07-25T01:55:16.737Z[ recovery-image] Jul 25 01:55:15.784 INFO O| Jul 25 01:55:15.784 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74312024-07-25T01:55:16.744Z[ recovery-image] Jul 25 01:55:15.794 INFO O| Jul 25 01:55:15.794 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
74322024-07-25T01:55:16.744Z[ recovery-image] Jul 25 01:55:15.794 INFO O| Jul 25 01:55:15.794 INFO STEP 5 (ensure_dir) COMPLETE
74332024-07-25T01:55:16.747Z[ recovery-image] Jul 25 01:55:15.794 INFO O| Jul 25 01:55:15.794 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74342024-07-25T01:55:16.754Z[ recovery-image] Jul 25 01:55:15.804 INFO O| Jul 25 01:55:15.804 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
74352024-07-25T01:55:16.757Z[ recovery-image] Jul 25 01:55:15.804 INFO O| Jul 25 01:55:15.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
74362024-07-25T01:55:16.757Z[ recovery-image] Jul 25 01:55:15.804 INFO O| Jul 25 01:55:15.804 INFO STEP 6 (ensure_dir) COMPLETE
74372024-07-25T01:55:16.757Z[ recovery-image] Jul 25 01:55:15.804 INFO O| Jul 25 01:55:15.804 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74382024-07-25T01:55:16.765Z[ recovery-image] Jul 25 01:55:15.815 INFO O| Jul 25 01:55:15.815 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
74392024-07-25T01:55:16.765Z[ recovery-image] Jul 25 01:55:15.815 INFO O| Jul 25 01:55:15.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
74402024-07-25T01:55:16.765Z[ recovery-image] Jul 25 01:55:15.815 INFO O| Jul 25 01:55:15.815 INFO STEP 7 (ensure_dir) COMPLETE
74412024-07-25T01:55:16.768Z[ recovery-image] Jul 25 01:55:15.815 INFO O| Jul 25 01:55:15.815 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74422024-07-25T01:55:16.775Z[ recovery-image] Jul 25 01:55:15.825 INFO O| Jul 25 01:55:15.825 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
74432024-07-25T01:55:16.778Z[ recovery-image] Jul 25 01:55:15.825 INFO O| Jul 25 01:55:15.825 INFO STEP 8 (remove_files) COMPLETE
74442024-07-25T01:55:16.778Z[ recovery-image] Jul 25 01:55:15.825 INFO O| Jul 25 01:55:15.825 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74452024-07-25T01:55:16.785Z[ recovery-image] Jul 25 01:55:15.835 INFO O| Jul 25 01:55:15.835 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
74462024-07-25T01:55:16.788Z[ recovery-image] Jul 25 01:55:15.836 INFO O| Jul 25 01:55:15.836 INFO STEP 9 (remove_files) COMPLETE
74472024-07-25T01:55:16.788Z[ recovery-image] Jul 25 01:55:15.836 INFO O| Jul 25 01:55:15.836 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74482024-07-25T01:55:16.795Z[ recovery-image] Jul 25 01:55:15.846 INFO O| Jul 25 01:55:15.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
74492024-07-25T01:55:16.798Z[ recovery-image] Jul 25 01:55:15.846 INFO O| Jul 25 01:55:15.846 INFO STEP 10 (remove_files) COMPLETE
74502024-07-25T01:55:16.798Z[ recovery-image] Jul 25 01:55:15.846 INFO O| Jul 25 01:55:15.846 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74512024-07-25T01:55:16.806Z[ recovery-image] Jul 25 01:55:15.856 INFO O| Jul 25 01:55:15.856 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
74522024-07-25T01:55:16.809Z[ recovery-image] Jul 25 01:55:15.856 INFO O| Jul 25 01:55:15.856 INFO STEP 11 (remove_files) COMPLETE
74532024-07-25T01:55:16.809Z[ recovery-image] Jul 25 01:55:15.856 INFO O| Jul 25 01:55:15.856 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74542024-07-25T01:55:16.820Z[ recovery-image] Jul 25 01:55:15.870 INFO O| Jul 25 01:55:15.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
74552024-07-25T01:55:16.822Z[ recovery-image] Jul 25 01:55:15.870 INFO O| Jul 25 01:55:15.870 INFO STEP 12 (remove_files) COMPLETE
74562024-07-25T01:55:16.823Z[ recovery-image] Jul 25 01:55:15.870 INFO O| Jul 25 01:55:15.870 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74572024-07-25T01:55:16.830Z[ recovery-image] Jul 25 01:55:15.880 INFO O| Jul 25 01:55:15.880 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
74582024-07-25T01:55:16.833Z[ recovery-image] Jul 25 01:55:15.880 INFO O| Jul 25 01:55:15.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
74592024-07-25T01:55:16.833Z[ recovery-image] Jul 25 01:55:15.880 INFO O| Jul 25 01:55:15.880 INFO STEP 13 (ensure_dir) COMPLETE
74602024-07-25T01:55:16.833Z[ recovery-image] Jul 25 01:55:15.880 INFO O| Jul 25 01:55:15.880 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74612024-07-25T01:55:16.839Z[ recovery-image] Jul 25 01:55:15.890 INFO O| Jul 25 01:55:15.889 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
74622024-07-25T01:55:16.839Z[ recovery-image] Jul 25 01:55:15.890 INFO O| Jul 25 01:55:15.890 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
74632024-07-25T01:55:16.842Z[ recovery-image] Jul 25 01:55:15.890 INFO O| Jul 25 01:55:15.890 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
74642024-07-25T01:55:16.842Z[ recovery-image] Jul 25 01:55:15.890 INFO O| Jul 25 01:55:15.890 INFO STEP 14 (ensure_dir) COMPLETE
74652024-07-25T01:55:16.842Z[ recovery-image] Jul 25 01:55:15.890 INFO O| Jul 25 01:55:15.890 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74662024-07-25T01:55:16.850Z[ recovery-image] Jul 25 01:55:15.900 INFO O| Jul 25 01:55:15.900 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
74672024-07-25T01:55:16.850Z[ recovery-image] Jul 25 01:55:15.900 INFO O| Jul 25 01:55:15.900 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
74682024-07-25T01:55:16.850Z[ recovery-image] Jul 25 01:55:15.900 INFO O| Jul 25 01:55:15.900 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
74692024-07-25T01:55:16.852Z[ recovery-image] Jul 25 01:55:15.900 INFO O| Jul 25 01:55:15.900 INFO STEP 15 (ensure_dir) COMPLETE
74702024-07-25T01:55:16.852Z[ recovery-image] Jul 25 01:55:15.900 INFO O| Jul 25 01:55:15.900 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74712024-07-25T01:55:16.860Z[ recovery-image] Jul 25 01:55:15.910 INFO O| Jul 25 01:55:15.910 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
74722024-07-25T01:55:16.860Z[ recovery-image] Jul 25 01:55:15.910 INFO O| Jul 25 01:55:15.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
74732024-07-25T01:55:16.862Z[ recovery-image] Jul 25 01:55:15.910 INFO O| Jul 25 01:55:15.910 INFO STEP 16 (ensure_dir) COMPLETE
74742024-07-25T01:55:16.862Z[ recovery-image] Jul 25 01:55:15.910 INFO O| Jul 25 01:55:15.910 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74752024-07-25T01:55:16.871Z[ recovery-image] Jul 25 01:55:15.921 INFO O| Jul 25 01:55:15.921 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
74762024-07-25T01:55:16.873Z[ recovery-image] Jul 25 01:55:15.921 INFO O| Jul 25 01:55:15.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
74772024-07-25T01:55:16.873Z[ recovery-image] Jul 25 01:55:15.921 INFO O| Jul 25 01:55:15.921 INFO STEP 17 (ensure_dir) COMPLETE
74782024-07-25T01:55:16.873Z[ recovery-image] Jul 25 01:55:15.921 INFO O| Jul 25 01:55:15.921 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74792024-07-25T01:55:16.881Z[ recovery-image] Jul 25 01:55:15.931 INFO O| Jul 25 01:55:15.931 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
74802024-07-25T01:55:16.883Z[ recovery-image] Jul 25 01:55:15.931 INFO O| Jul 25 01:55:15.931 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
74812024-07-25T01:55:16.883Z[ recovery-image] Jul 25 01:55:15.931 INFO O| Jul 25 01:55:15.931 INFO ok!
74822024-07-25T01:55:16.884Z[ recovery-image] Jul 25 01:55:15.931 INFO O| Jul 25 01:55:15.931 INFO STEP 18 (ensure_symlink) COMPLETE
74832024-07-25T01:55:16.884Z[ recovery-image] Jul 25 01:55:15.931 INFO O| Jul 25 01:55:15.931 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74842024-07-25T01:55:16.890Z[ recovery-image] Jul 25 01:55:15.941 INFO O| Jul 25 01:55:15.941 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
74852024-07-25T01:55:16.891Z[ recovery-image] Jul 25 01:55:15.941 INFO O| Jul 25 01:55:15.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
74862024-07-25T01:55:16.893Z[ recovery-image] Jul 25 01:55:15.941 INFO O| Jul 25 01:55:15.941 INFO ok!
74872024-07-25T01:55:16.893Z[ recovery-image] Jul 25 01:55:15.941 INFO O| Jul 25 01:55:15.941 INFO STEP 19 (ensure_file) COMPLETE
74882024-07-25T01:55:16.893Z[ recovery-image] Jul 25 01:55:15.941 INFO O| Jul 25 01:55:15.941 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
74892024-07-25T01:55:16.900Z[ recovery-image] Jul 25 01:55:15.950 INFO O| Jul 25 01:55:15.950 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
74902024-07-25T01:55:16.900Z[ recovery-image] Jul 25 01:55:15.950 INFO O| Jul 25 01:55:15.950 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
74912024-07-25T01:55:16.903Z[ recovery-image] Jul 25 01:55:15.951 INFO O| Jul 25 01:55:15.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
74922024-07-25T01:55:16.903Z[ recovery-image] Jul 25 01:55:15.951 INFO O| Jul 25 01:55:15.951 INFO ok!
74932024-07-25T01:55:16.903Z[ recovery-image] Jul 25 01:55:15.951 INFO O| Jul 25 01:55:15.951 INFO STEP 20 (ensure_symlink) COMPLETE
74942024-07-25T01:55:16.903Z[ recovery-image] Jul 25 01:55:15.951 INFO O| Jul 25 01:55:15.951 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
74952024-07-25T01:55:16.912Z[ recovery-image] Jul 25 01:55:15.962 INFO O| Jul 25 01:55:15.962 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
74962024-07-25T01:55:16.912Z[ recovery-image] Jul 25 01:55:15.962 INFO O| Jul 25 01:55:15.962 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
74972024-07-25T01:55:16.915Z[ recovery-image] Jul 25 01:55:15.962 INFO O| Jul 25 01:55:15.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
74982024-07-25T01:55:16.915Z[ recovery-image] Jul 25 01:55:15.962 INFO O| Jul 25 01:55:15.962 INFO ok!
74992024-07-25T01:55:16.915Z[ recovery-image] Jul 25 01:55:15.962 INFO O| Jul 25 01:55:15.962 INFO STEP 21 (ensure_symlink) COMPLETE
75002024-07-25T01:55:16.915Z[ recovery-image] Jul 25 01:55:15.963 INFO O| Jul 25 01:55:15.962 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
75012024-07-25T01:55:16.922Z[ recovery-image] Jul 25 01:55:15.972 INFO O| Jul 25 01:55:15.972 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
75022024-07-25T01:55:16.922Z[ recovery-image] Jul 25 01:55:15.972 INFO O| Jul 25 01:55:15.972 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
75032024-07-25T01:55:16.922Z[ recovery-image] Jul 25 01:55:15.972 INFO O| Jul 25 01:55:15.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
75042024-07-25T01:55:16.925Z[ recovery-image] Jul 25 01:55:15.972 INFO O| Jul 25 01:55:15.972 INFO ok!
75052024-07-25T01:55:16.925Z[ recovery-image] Jul 25 01:55:15.972 INFO O| Jul 25 01:55:15.972 INFO STEP 22 (ensure_symlink) COMPLETE
75062024-07-25T01:55:16.925Z[ recovery-image] Jul 25 01:55:15.972 INFO O| Jul 25 01:55:15.972 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
75072024-07-25T01:55:16.932Z[ recovery-image] Jul 25 01:55:15.982 INFO O| Jul 25 01:55:15.982 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
75082024-07-25T01:55:16.935Z[ recovery-image] Jul 25 01:55:15.982 INFO O| Jul 25 01:55:15.982 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
75092024-07-25T01:55:16.935Z[ recovery-image] Jul 25 01:55:15.982 INFO O| Jul 25 01:55:15.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
75102024-07-25T01:55:16.935Z[ recovery-image] Jul 25 01:55:15.982 INFO O| Jul 25 01:55:15.982 INFO ok!
75112024-07-25T01:55:16.935Z[ recovery-image] Jul 25 01:55:15.982 INFO O| Jul 25 01:55:15.982 INFO STEP 23 (ensure_symlink) COMPLETE
75122024-07-25T01:55:16.935Z[ recovery-image] Jul 25 01:55:15.982 INFO O| Jul 25 01:55:15.982 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75132024-07-25T01:55:16.942Z[ recovery-image] Jul 25 01:55:15.992 INFO O| Jul 25 01:55:15.992 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
75142024-07-25T01:55:16.945Z[ recovery-image] Jul 25 01:55:15.992 INFO O| Jul 25 01:55:15.992 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 ...
75152024-07-25T01:55:16.945Z[ recovery-image] Jul 25 01:55:15.992 INFO O| Jul 25 01:55:15.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
75162024-07-25T01:55:16.945Z[ recovery-image] Jul 25 01:55:15.993 INFO O| Jul 25 01:55:15.992 INFO ok!
75172024-07-25T01:55:16.945Z[ recovery-image] Jul 25 01:55:15.993 INFO O| Jul 25 01:55:15.992 INFO STEP 24 (ensure_file) COMPLETE
75182024-07-25T01:55:16.945Z[ recovery-image] Jul 25 01:55:15.993 INFO O| Jul 25 01:55:15.993 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
75192024-07-25T01:55:16.952Z[ recovery-image] Jul 25 01:55:16.002 INFO O| Jul 25 01:55:16.002 INFO updating shadow file
75202024-07-25T01:55:16.955Z[ recovery-image] Jul 25 01:55:16.003 INFO O| Jul 25 01:55:16.003 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
75212024-07-25T01:55:16.955Z[ recovery-image] Jul 25 01:55:16.003 INFO O| Jul 25 01:55:16.003 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
75222024-07-25T01:55:16.955Z[ recovery-image] Jul 25 01:55:16.003 INFO O| Jul 25 01:55:16.003 INFO STEP 25 (shadow) COMPLETE
75232024-07-25T01:55:16.955Z[ recovery-image] Jul 25 01:55:16.003 INFO O| Jul 25 01:55:16.003 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75242024-07-25T01:55:16.963Z[ recovery-image] Jul 25 01:55:16.013 INFO O| Jul 25 01:55:16.013 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
75252024-07-25T01:55:16.963Z[ recovery-image] Jul 25 01:55:16.013 INFO O| Jul 25 01:55:16.013 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
75262024-07-25T01:55:16.966Z[ recovery-image] Jul 25 01:55:16.013 INFO O| Jul 25 01:55:16.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
75272024-07-25T01:55:16.966Z[ recovery-image] Jul 25 01:55:16.013 INFO O| Jul 25 01:55:16.013 INFO ok!
75282024-07-25T01:55:16.966Z[ recovery-image] Jul 25 01:55:16.013 INFO O| Jul 25 01:55:16.013 INFO STEP 26 (ensure_file) COMPLETE
75292024-07-25T01:55:16.966Z[ recovery-image] Jul 25 01:55:16.013 INFO O| Jul 25 01:55:16.013 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75302024-07-25T01:55:16.973Z[ recovery-image] Jul 25 01:55:16.023 INFO O| Jul 25 01:55:16.023 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
75312024-07-25T01:55:16.976Z[ recovery-image] Jul 25 01:55:16.023 INFO O| Jul 25 01:55:16.023 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
75322024-07-25T01:55:16.976Z[ recovery-image] Jul 25 01:55:16.023 INFO O| Jul 25 01:55:16.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
75332024-07-25T01:55:16.976Z[ recovery-image] Jul 25 01:55:16.023 INFO O| Jul 25 01:55:16.023 INFO ok!
75342024-07-25T01:55:16.976Z[ recovery-image] Jul 25 01:55:16.023 INFO O| Jul 25 01:55:16.023 INFO STEP 27 (ensure_file) COMPLETE
75352024-07-25T01:55:16.976Z[ recovery-image] Jul 25 01:55:16.023 INFO O| Jul 25 01:55:16.023 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75362024-07-25T01:55:16.983Z[ recovery-image] Jul 25 01:55:16.033 INFO O| Jul 25 01:55:16.033 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
75372024-07-25T01:55:16.986Z[ recovery-image] Jul 25 01:55:16.033 INFO O| Jul 25 01:55:16.033 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
75382024-07-25T01:55:16.986Z[ recovery-image] Jul 25 01:55:16.034 INFO O| Jul 25 01:55:16.033 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
75392024-07-25T01:55:16.986Z[ recovery-image] Jul 25 01:55:16.034 INFO O| Jul 25 01:55:16.034 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
75402024-07-25T01:55:16.986Z[ recovery-image] Jul 25 01:55:16.034 INFO O| Jul 25 01:55:16.034 INFO ok!
75412024-07-25T01:55:16.986Z[ recovery-image] Jul 25 01:55:16.034 INFO O| Jul 25 01:55:16.034 INFO STEP 28 (ensure_file) COMPLETE
75422024-07-25T01:55:16.986Z[ recovery-image] Jul 25 01:55:16.034 INFO O| Jul 25 01:55:16.034 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75432024-07-25T01:55:16.995Z[ recovery-image] Jul 25 01:55:16.046 INFO O| Jul 25 01:55:16.045 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
75442024-07-25T01:55:16.995Z[ recovery-image] Jul 25 01:55:16.046 INFO O| Jul 25 01:55:16.045 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
75452024-07-25T01:55:16.998Z[ recovery-image] Jul 25 01:55:16.046 INFO O| Jul 25 01:55:16.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
75462024-07-25T01:55:16.998Z[ recovery-image] Jul 25 01:55:16.046 INFO O| Jul 25 01:55:16.046 INFO ok!
75472024-07-25T01:55:16.998Z[ recovery-image] Jul 25 01:55:16.046 INFO O| Jul 25 01:55:16.046 INFO STEP 29 (ensure_file) COMPLETE
75482024-07-25T01:55:16.998Z[ recovery-image] Jul 25 01:55:16.046 INFO O| Jul 25 01:55:16.046 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75492024-07-25T01:55:17.006Z[ recovery-image] Jul 25 01:55:16.056 INFO O| Jul 25 01:55:16.056 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
75502024-07-25T01:55:17.006Z[ recovery-image] Jul 25 01:55:16.056 INFO O| Jul 25 01:55:16.056 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
75512024-07-25T01:55:17.009Z[ recovery-image] Jul 25 01:55:16.056 INFO O| Jul 25 01:55:16.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
75522024-07-25T01:55:17.009Z[ recovery-image] Jul 25 01:55:16.056 INFO O| Jul 25 01:55:16.056 INFO ok!
75532024-07-25T01:55:17.009Z[ recovery-image] Jul 25 01:55:16.056 INFO O| Jul 25 01:55:16.056 INFO STEP 30 (ensure_file) COMPLETE
75542024-07-25T01:55:17.009Z[ recovery-image] Jul 25 01:55:16.056 INFO O| Jul 25 01:55:16.056 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75552024-07-25T01:55:17.017Z[ recovery-image] Jul 25 01:55:16.067 INFO O| Jul 25 01:55:16.067 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
75562024-07-25T01:55:17.017Z[ recovery-image] Jul 25 01:55:16.067 INFO O| Jul 25 01:55:16.067 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
75572024-07-25T01:55:17.020Z[ recovery-image] Jul 25 01:55:16.067 INFO O| Jul 25 01:55:16.067 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
75582024-07-25T01:55:17.020Z[ recovery-image] Jul 25 01:55:16.067 INFO O| Jul 25 01:55:16.067 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
75592024-07-25T01:55:17.020Z[ recovery-image] Jul 25 01:55:16.067 INFO O| Jul 25 01:55:16.067 INFO ok!
75602024-07-25T01:55:17.020Z[ recovery-image] Jul 25 01:55:16.067 INFO O| Jul 25 01:55:16.067 INFO STEP 31 (ensure_file) COMPLETE
75612024-07-25T01:55:17.020Z[ recovery-image] Jul 25 01:55:16.067 INFO O| Jul 25 01:55:16.067 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75622024-07-25T01:55:17.027Z[ recovery-image] Jul 25 01:55:16.078 INFO O| Jul 25 01:55:16.078 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
75632024-07-25T01:55:17.028Z[ recovery-image] Jul 25 01:55:16.078 INFO O| Jul 25 01:55:16.078 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
75642024-07-25T01:55:17.030Z[ recovery-image] Jul 25 01:55:16.078 INFO O| Jul 25 01:55:16.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
75652024-07-25T01:55:17.030Z[ recovery-image] Jul 25 01:55:16.078 INFO O| Jul 25 01:55:16.078 INFO ok!
75662024-07-25T01:55:17.030Z[ recovery-image] Jul 25 01:55:16.078 INFO O| Jul 25 01:55:16.078 INFO STEP 32 (ensure_file) COMPLETE
75672024-07-25T01:55:17.030Z[ recovery-image] Jul 25 01:55:16.078 INFO O| Jul 25 01:55:16.078 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75682024-07-25T01:55:17.038Z[ recovery-image] Jul 25 01:55:16.088 INFO O| Jul 25 01:55:16.088 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
75692024-07-25T01:55:17.038Z[ recovery-image] Jul 25 01:55:16.088 INFO O| Jul 25 01:55:16.088 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
75702024-07-25T01:55:17.041Z[ recovery-image] Jul 25 01:55:16.088 INFO O| Jul 25 01:55:16.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
75712024-07-25T01:55:17.041Z[ recovery-image] Jul 25 01:55:16.088 INFO O| Jul 25 01:55:16.088 INFO ok!
75722024-07-25T01:55:17.041Z[ recovery-image] Jul 25 01:55:16.088 INFO O| Jul 25 01:55:16.088 INFO STEP 33 (ensure_file) COMPLETE
75732024-07-25T01:55:17.041Z[ recovery-image] Jul 25 01:55:16.088 INFO O| Jul 25 01:55:16.088 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75742024-07-25T01:55:17.050Z[ recovery-image] Jul 25 01:55:16.100 INFO O| Jul 25 01:55:16.100 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
75752024-07-25T01:55:17.050Z[ recovery-image] Jul 25 01:55:16.100 INFO O| Jul 25 01:55:16.100 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
75762024-07-25T01:55:17.052Z[ recovery-image] Jul 25 01:55:16.100 INFO O| Jul 25 01:55:16.100 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
75772024-07-25T01:55:17.052Z[ recovery-image] Jul 25 01:55:16.100 INFO O| Jul 25 01:55:16.100 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
75782024-07-25T01:55:17.052Z[ recovery-image] Jul 25 01:55:16.100 INFO O| Jul 25 01:55:16.100 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
75792024-07-25T01:55:17.053Z[ recovery-image] Jul 25 01:55:16.100 INFO O| Jul 25 01:55:16.100 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
75802024-07-25T01:55:17.053Z[ recovery-image] Jul 25 01:55:16.100 INFO O| Jul 25 01:55:16.100 INFO ok!
75812024-07-25T01:55:17.053Z[ recovery-image] Jul 25 01:55:16.100 INFO O| Jul 25 01:55:16.100 INFO STEP 34 (ensure_file) COMPLETE
75822024-07-25T01:55:17.053Z[ recovery-image] Jul 25 01:55:16.100 INFO O| Jul 25 01:55:16.100 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
75832024-07-25T01:55:17.060Z[ recovery-image] Jul 25 01:55:16.110 INFO O| Jul 25 01:55:16.110 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
75842024-07-25T01:55:17.063Z[ recovery-image] Jul 25 01:55:16.110 INFO O| Jul 25 01:55:16.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
75852024-07-25T01:55:17.063Z[ recovery-image] Jul 25 01:55:16.110 INFO O| Jul 25 01:55:16.110 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
75862024-07-25T01:55:17.063Z[ recovery-image] Jul 25 01:55:16.110 INFO O| Jul 25 01:55:16.110 INFO STEP 35 (ensure_dir) COMPLETE
75872024-07-25T01:55:17.063Z[ recovery-image] Jul 25 01:55:16.110 INFO O| Jul 25 01:55:16.110 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
75882024-07-25T01:55:17.070Z[ recovery-image] Jul 25 01:55:16.120 INFO O| Jul 25 01:55:16.120 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
75892024-07-25T01:55:17.073Z[ recovery-image] Jul 25 01:55:16.120 INFO O| Jul 25 01:55:16.120 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 ...
75902024-07-25T01:55:17.073Z[ recovery-image] Jul 25 01:55:16.120 INFO O| Jul 25 01:55:16.120 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
75912024-07-25T01:55:17.073Z[ recovery-image] Jul 25 01:55:16.120 INFO O| Jul 25 01:55:16.120 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
75922024-07-25T01:55:17.073Z[ recovery-image] Jul 25 01:55:16.120 INFO O| Jul 25 01:55:16.120 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
75932024-07-25T01:55:17.073Z[ recovery-image] Jul 25 01:55:16.120 INFO O| Jul 25 01:55:16.120 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
75942024-07-25T01:55:17.073Z[ recovery-image] Jul 25 01:55:16.120 INFO O| Jul 25 01:55:16.120 INFO ok!
75952024-07-25T01:55:17.073Z[ recovery-image] Jul 25 01:55:16.121 INFO O| Jul 25 01:55:16.120 INFO STEP 36 (ensure_file) COMPLETE
75962024-07-25T01:55:17.073Z[ recovery-image] Jul 25 01:55:16.121 INFO O| Jul 25 01:55:16.120 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
75972024-07-25T01:55:17.080Z[ recovery-image] Jul 25 01:55:16.130 INFO O| Jul 25 01:55:16.130 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
75982024-07-25T01:55:17.080Z[ recovery-image] Jul 25 01:55:16.131 INFO O| Jul 25 01:55:16.130 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 ...
75992024-07-25T01:55:17.080Z[ recovery-image] Jul 25 01:55:16.131 INFO O| Jul 25 01:55:16.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
76002024-07-25T01:55:17.083Z[ recovery-image] Jul 25 01:55:16.131 INFO O| Jul 25 01:55:16.131 INFO ok!
76012024-07-25T01:55:17.083Z[ recovery-image] Jul 25 01:55:16.131 INFO O| Jul 25 01:55:16.131 INFO STEP 37 (ensure_symlink) COMPLETE
76022024-07-25T01:55:17.083Z[ recovery-image] Jul 25 01:55:16.131 INFO O| Jul 25 01:55:16.131 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76032024-07-25T01:55:17.090Z[ recovery-image] Jul 25 01:55:16.140 INFO O| Jul 25 01:55:16.140 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
76042024-07-25T01:55:17.090Z[ recovery-image] Jul 25 01:55:16.140 INFO O| Jul 25 01:55:16.140 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
76052024-07-25T01:55:17.093Z[ recovery-image] Jul 25 01:55:16.140 INFO O| Jul 25 01:55:16.140 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
76062024-07-25T01:55:17.093Z[ recovery-image] Jul 25 01:55:16.140 INFO O| Jul 25 01:55:16.140 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
76072024-07-25T01:55:17.093Z[ recovery-image] Jul 25 01:55:16.140 INFO O| Jul 25 01:55:16.140 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
76082024-07-25T01:55:17.093Z[ recovery-image] Jul 25 01:55:16.140 INFO O| Jul 25 01:55:16.140 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
76092024-07-25T01:55:17.093Z[ recovery-image] Jul 25 01:55:16.141 INFO O| Jul 25 01:55:16.140 INFO ok!
76102024-07-25T01:55:17.093Z[ recovery-image] Jul 25 01:55:16.141 INFO O| Jul 25 01:55:16.140 INFO STEP 38 (ensure_file) COMPLETE
76112024-07-25T01:55:17.093Z[ recovery-image] Jul 25 01:55:16.141 INFO O| Jul 25 01:55:16.140 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76122024-07-25T01:55:17.100Z[ recovery-image] Jul 25 01:55:16.150 INFO O| Jul 25 01:55:16.150 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
76132024-07-25T01:55:17.100Z[ recovery-image] Jul 25 01:55:16.150 INFO O| Jul 25 01:55:16.150 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 ...
76142024-07-25T01:55:17.103Z[ recovery-image] Jul 25 01:55:16.150 INFO O| Jul 25 01:55:16.150 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
76152024-07-25T01:55:17.103Z[ recovery-image] Jul 25 01:55:16.150 INFO O| Jul 25 01:55:16.150 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
76162024-07-25T01:55:17.103Z[ recovery-image] Jul 25 01:55:16.150 INFO O| Jul 25 01:55:16.150 INFO ok!
76172024-07-25T01:55:17.103Z[ recovery-image] Jul 25 01:55:16.150 INFO O| Jul 25 01:55:16.150 INFO STEP 39 (ensure_file) COMPLETE
76182024-07-25T01:55:17.103Z[ recovery-image] Jul 25 01:55:16.150 INFO O| Jul 25 01:55:16.150 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76192024-07-25T01:55:17.111Z[ recovery-image] Jul 25 01:55:16.161 INFO O| Jul 25 01:55:16.161 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
76202024-07-25T01:55:17.111Z[ recovery-image] Jul 25 01:55:16.161 INFO O| Jul 25 01:55:16.161 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
76212024-07-25T01:55:17.114Z[ recovery-image] Jul 25 01:55:16.161 INFO O| Jul 25 01:55:16.161 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
76222024-07-25T01:55:17.114Z[ recovery-image] Jul 25 01:55:16.161 INFO O| Jul 25 01:55:16.161 INFO ok!
76232024-07-25T01:55:17.114Z[ recovery-image] Jul 25 01:55:16.161 INFO O| Jul 25 01:55:16.161 INFO STEP 40 (ensure_file) COMPLETE
76242024-07-25T01:55:17.114Z[ recovery-image] Jul 25 01:55:16.161 INFO O| Jul 25 01:55:16.161 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
76252024-07-25T01:55:17.122Z[ recovery-image] Jul 25 01:55:16.172 INFO O| Jul 25 01:55:16.172 INFO updating shadow file
76262024-07-25T01:55:17.125Z[ recovery-image] Jul 25 01:55:16.173 INFO O| Jul 25 01:55:16.173 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76272024-07-25T01:55:17.125Z[ recovery-image] Jul 25 01:55:16.173 INFO O| Jul 25 01:55:16.173 INFO STEP 41 (shadow) COMPLETE
76282024-07-25T01:55:17.125Z[ recovery-image] Jul 25 01:55:16.173 INFO O| Jul 25 01:55:16.173 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
76292024-07-25T01:55:17.133Z[ recovery-image] Jul 25 01:55:16.183 INFO O| Jul 25 01:55:16.183 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
76302024-07-25T01:55:17.133Z[ recovery-image] Jul 25 01:55:16.183 INFO O| Jul 25 01:55:16.183 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
76312024-07-25T01:55:17.136Z[ recovery-image] Jul 25 01:55:16.183 INFO O| Jul 25 01:55:16.183 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
76322024-07-25T01:55:17.136Z[ recovery-image] Jul 25 01:55:16.184 INFO O| Jul 25 01:55:16.183 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
76332024-07-25T01:55:17.136Z[ recovery-image] Jul 25 01:55:16.184 INFO O| Jul 25 01:55:16.183 INFO ok!
76342024-07-25T01:55:17.136Z[ recovery-image] Jul 25 01:55:16.184 INFO O| Jul 25 01:55:16.184 INFO STEP 42 (ensure_file) COMPLETE
76352024-07-25T01:55:17.136Z[ recovery-image] Jul 25 01:55:16.184 INFO O| Jul 25 01:55:16.184 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76362024-07-25T01:55:17.143Z[ recovery-image] Jul 25 01:55:16.194 INFO O| Jul 25 01:55:16.194 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
76372024-07-25T01:55:17.143Z[ recovery-image] Jul 25 01:55:16.194 INFO O| Jul 25 01:55:16.194 INFO STEP 43 (ensure_dir) COMPLETE
76382024-07-25T01:55:17.146Z[ recovery-image] Jul 25 01:55:16.194 INFO O| Jul 25 01:55:16.194 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76392024-07-25T01:55:17.153Z[ recovery-image] Jul 25 01:55:16.203 INFO O| Jul 25 01:55:16.203 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
76402024-07-25T01:55:17.154Z[ recovery-image] Jul 25 01:55:16.203 INFO O| Jul 25 01:55:16.203 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
76412024-07-25T01:55:17.158Z[ recovery-image] Jul 25 01:55:16.204 INFO O| Jul 25 01:55:16.203 INFO STEP 44 (ensure_dir) COMPLETE
76422024-07-25T01:55:17.158Z[ recovery-image] Jul 25 01:55:16.204 INFO O| Jul 25 01:55:16.203 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76432024-07-25T01:55:17.163Z[ recovery-image] Jul 25 01:55:16.213 INFO O| Jul 25 01:55:16.213 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
76442024-07-25T01:55:17.163Z[ recovery-image] Jul 25 01:55:16.213 INFO O| Jul 25 01:55:16.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
76452024-07-25T01:55:17.163Z[ recovery-image] Jul 25 01:55:16.213 INFO O| Jul 25 01:55:16.213 INFO STEP 45 (ensure_dir) COMPLETE
76462024-07-25T01:55:17.166Z[ recovery-image] Jul 25 01:55:16.213 INFO O| Jul 25 01:55:16.213 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76472024-07-25T01:55:17.173Z[ recovery-image] Jul 25 01:55:16.223 INFO O| Jul 25 01:55:16.223 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
76482024-07-25T01:55:17.173Z[ recovery-image] Jul 25 01:55:16.223 INFO O| Jul 25 01:55:16.223 INFO copying /tmp/.tmpqlF6Zf/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
76492024-07-25T01:55:17.212Z[ recovery-image] Jul 25 01:55:16.260 INFO O| Jul 25 01:55:16.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
76502024-07-25T01:55:17.215Z[ recovery-image] Jul 25 01:55:16.260 INFO O| Jul 25 01:55:16.260 INFO ok!
76512024-07-25T01:55:17.215Z[ recovery-image] Jul 25 01:55:16.260 INFO O| Jul 25 01:55:16.260 INFO STEP 46 (ensure_file) COMPLETE
76522024-07-25T01:55:17.215Z[ recovery-image] Jul 25 01:55:16.260 INFO O| Jul 25 01:55:16.260 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76532024-07-25T01:55:17.221Z[ recovery-image] Jul 25 01:55:16.271 INFO O| Jul 25 01:55:16.271 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
76542024-07-25T01:55:17.221Z[ recovery-image] Jul 25 01:55:16.271 INFO O| Jul 25 01:55:16.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
76552024-07-25T01:55:17.226Z[ recovery-image] Jul 25 01:55:16.271 INFO O| Jul 25 01:55:16.271 INFO STEP 47 (ensure_dir) COMPLETE
76562024-07-25T01:55:17.226Z[ recovery-image] Jul 25 01:55:16.271 INFO O| Jul 25 01:55:16.271 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76572024-07-25T01:55:17.232Z[ recovery-image] Jul 25 01:55:16.282 INFO O| Jul 25 01:55:16.282 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
76582024-07-25T01:55:17.232Z[ recovery-image] Jul 25 01:55:16.282 INFO O| Jul 25 01:55:16.282 INFO copying /tmp/.tmpqlF6Zf/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
76592024-07-25T01:55:17.235Z[ recovery-image] Jul 25 01:55:16.282 INFO O| Jul 25 01:55:16.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
76602024-07-25T01:55:17.235Z[ recovery-image] Jul 25 01:55:16.282 INFO O| Jul 25 01:55:16.282 INFO ok!
76612024-07-25T01:55:17.235Z[ recovery-image] Jul 25 01:55:16.282 INFO O| Jul 25 01:55:16.282 INFO STEP 48 (ensure_file) COMPLETE
76622024-07-25T01:55:17.235Z[ recovery-image] Jul 25 01:55:16.282 INFO O| Jul 25 01:55:16.282 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76632024-07-25T01:55:17.242Z[ recovery-image] Jul 25 01:55:16.292 INFO O| Jul 25 01:55:16.292 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
76642024-07-25T01:55:17.245Z[ recovery-image] Jul 25 01:55:16.292 INFO O| Jul 25 01:55:16.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
76652024-07-25T01:55:17.245Z[ recovery-image] Jul 25 01:55:16.292 INFO O| Jul 25 01:55:16.292 INFO STEP 49 (ensure_dir) COMPLETE
76662024-07-25T01:55:17.245Z[ recovery-image] Jul 25 01:55:16.292 INFO O| Jul 25 01:55:16.292 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76672024-07-25T01:55:17.252Z[ recovery-image] Jul 25 01:55:16.302 INFO O| Jul 25 01:55:16.302 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
76682024-07-25T01:55:17.252Z[ recovery-image] Jul 25 01:55:16.302 INFO O| Jul 25 01:55:16.302 INFO copying /tmp/.tmpqlF6Zf/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
76692024-07-25T01:55:17.272Z[ recovery-image] Jul 25 01:55:16.322 INFO O| Jul 25 01:55:16.322 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
76702024-07-25T01:55:17.272Z[ recovery-image] Jul 25 01:55:16.322 INFO O| Jul 25 01:55:16.322 INFO ok!
76712024-07-25T01:55:17.276Z[ recovery-image] Jul 25 01:55:16.322 INFO O| Jul 25 01:55:16.322 INFO STEP 50 (ensure_file) COMPLETE
76722024-07-25T01:55:17.276Z[ recovery-image] Jul 25 01:55:16.322 INFO O| Jul 25 01:55:16.322 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76732024-07-25T01:55:17.284Z[ recovery-image] Jul 25 01:55:16.334 INFO O| Jul 25 01:55:16.334 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
76742024-07-25T01:55:17.284Z[ recovery-image] Jul 25 01:55:16.334 INFO O| Jul 25 01:55:16.334 INFO copying /tmp/.tmpqlF6Zf/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
76752024-07-25T01:55:17.907Z[ recovery-image] Jul 25 01:55:16.957 INFO O| Jul 25 01:55:16.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
76762024-07-25T01:55:17.907Z[ recovery-image] Jul 25 01:55:16.957 INFO O| Jul 25 01:55:16.957 INFO ok!
76772024-07-25T01:55:17.910Z[ recovery-image] Jul 25 01:55:16.957 INFO O| Jul 25 01:55:16.957 INFO STEP 51 (ensure_file) COMPLETE
76782024-07-25T01:55:17.910Z[ recovery-image] Jul 25 01:55:16.957 INFO O| Jul 25 01:55:16.957 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76792024-07-25T01:55:17.921Z[ recovery-image] Jul 25 01:55:16.971 INFO O| Jul 25 01:55:16.971 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
76802024-07-25T01:55:17.924Z[ recovery-image] Jul 25 01:55:16.971 INFO O| Jul 25 01:55:16.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
76812024-07-25T01:55:17.924Z[ recovery-image] Jul 25 01:55:16.971 INFO O| Jul 25 01:55:16.971 INFO STEP 52 (ensure_dir) COMPLETE
76822024-07-25T01:55:17.924Z[ recovery-image] Jul 25 01:55:16.971 INFO O| Jul 25 01:55:16.971 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76832024-07-25T01:55:17.932Z[ recovery-image] Jul 25 01:55:16.982 INFO O| Jul 25 01:55:16.982 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
76842024-07-25T01:55:17.935Z[ recovery-image] Jul 25 01:55:16.982 INFO O| Jul 25 01:55:16.982 INFO copying /tmp/.tmpqlF6Zf/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 ...
76852024-07-25T01:55:17.935Z[ recovery-image] Jul 25 01:55:16.982 INFO O| Jul 25 01:55:16.982 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
76862024-07-25T01:55:17.935Z[ recovery-image] Jul 25 01:55:16.982 INFO O| Jul 25 01:55:16.982 INFO ok!
76872024-07-25T01:55:17.935Z[ recovery-image] Jul 25 01:55:16.982 INFO O| Jul 25 01:55:16.982 INFO STEP 53 (ensure_file) COMPLETE
76882024-07-25T01:55:17.935Z[ recovery-image] Jul 25 01:55:16.982 INFO O| Jul 25 01:55:16.982 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76892024-07-25T01:55:17.944Z[ recovery-image] Jul 25 01:55:16.994 INFO O| Jul 25 01:55:16.994 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
76902024-07-25T01:55:17.944Z[ recovery-image] Jul 25 01:55:16.994 INFO O| Jul 25 01:55:16.994 INFO copying /tmp/.tmpqlF6Zf/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 ...
76912024-07-25T01:55:17.947Z[ recovery-image] Jul 25 01:55:16.994 INFO O| Jul 25 01:55:16.994 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
76922024-07-25T01:55:17.947Z[ recovery-image] Jul 25 01:55:16.994 INFO O| Jul 25 01:55:16.994 INFO ok!
76932024-07-25T01:55:17.947Z[ recovery-image] Jul 25 01:55:16.994 INFO O| Jul 25 01:55:16.994 INFO STEP 54 (ensure_file) COMPLETE
76942024-07-25T01:55:17.947Z[ recovery-image] Jul 25 01:55:16.994 INFO O| Jul 25 01:55:16.994 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76952024-07-25T01:55:17.958Z[ recovery-image] Jul 25 01:55:17.008 INFO O| Jul 25 01:55:17.008 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
76962024-07-25T01:55:17.961Z[ recovery-image] Jul 25 01:55:17.008 INFO O| Jul 25 01:55:17.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
76972024-07-25T01:55:17.961Z[ recovery-image] Jul 25 01:55:17.008 INFO O| Jul 25 01:55:17.008 INFO STEP 55 (ensure_dir) COMPLETE
76982024-07-25T01:55:17.961Z[ recovery-image] Jul 25 01:55:17.008 INFO O| Jul 25 01:55:17.008 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76992024-07-25T01:55:17.968Z[ recovery-image] Jul 25 01:55:17.018 INFO O| Jul 25 01:55:17.018 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
77002024-07-25T01:55:17.968Z[ recovery-image] Jul 25 01:55:17.018 INFO O| Jul 25 01:55:17.018 INFO copying /tmp/.tmpqlF6Zf/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 ...
77012024-07-25T01:55:17.971Z[ recovery-image] Jul 25 01:55:17.018 INFO O| Jul 25 01:55:17.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
77022024-07-25T01:55:17.971Z[ recovery-image] Jul 25 01:55:17.018 INFO O| Jul 25 01:55:17.018 INFO ok!
77032024-07-25T01:55:17.971Z[ recovery-image] Jul 25 01:55:17.018 INFO O| Jul 25 01:55:17.018 INFO STEP 56 (ensure_file) COMPLETE
77042024-07-25T01:55:17.971Z[ recovery-image] Jul 25 01:55:17.018 INFO O| Jul 25 01:55:17.018 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77052024-07-25T01:55:17.979Z[ recovery-image] Jul 25 01:55:17.029 INFO O| Jul 25 01:55:17.029 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
77062024-07-25T01:55:17.979Z[ recovery-image] Jul 25 01:55:17.029 INFO O| Jul 25 01:55:17.029 INFO copying /tmp/.tmpqlF6Zf/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 ...
77072024-07-25T01:55:17.979Z[ recovery-image] Jul 25 01:55:17.029 INFO O| Jul 25 01:55:17.029 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
77082024-07-25T01:55:17.982Z[ recovery-image] Jul 25 01:55:17.029 INFO O| Jul 25 01:55:17.029 INFO ok!
77092024-07-25T01:55:17.982Z[ recovery-image] Jul 25 01:55:17.029 INFO O| Jul 25 01:55:17.029 INFO STEP 57 (ensure_file) COMPLETE
77102024-07-25T01:55:17.982Z[ recovery-image] Jul 25 01:55:17.029 INFO O| Jul 25 01:55:17.029 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77112024-07-25T01:55:17.989Z[ recovery-image] Jul 25 01:55:17.039 INFO O| Jul 25 01:55:17.039 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
77122024-07-25T01:55:17.989Z[ recovery-image] Jul 25 01:55:17.039 INFO O| Jul 25 01:55:17.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
77132024-07-25T01:55:17.992Z[ recovery-image] Jul 25 01:55:17.039 INFO O| Jul 25 01:55:17.039 INFO STEP 58 (ensure_dir) COMPLETE
77142024-07-25T01:55:17.992Z[ recovery-image] Jul 25 01:55:17.039 INFO O| Jul 25 01:55:17.039 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77152024-07-25T01:55:18.001Z[ recovery-image] Jul 25 01:55:17.051 INFO O| Jul 25 01:55:17.051 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
77162024-07-25T01:55:18.001Z[ recovery-image] Jul 25 01:55:17.051 INFO O| Jul 25 01:55:17.051 INFO copying /tmp/.tmpqlF6Zf/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 ...
77172024-07-25T01:55:18.003Z[ recovery-image] Jul 25 01:55:17.051 INFO O| Jul 25 01:55:17.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
77182024-07-25T01:55:18.004Z[ recovery-image] Jul 25 01:55:17.051 INFO O| Jul 25 01:55:17.051 INFO ok!
77192024-07-25T01:55:18.004Z[ recovery-image] Jul 25 01:55:17.051 INFO O| Jul 25 01:55:17.051 INFO STEP 59 (ensure_file) COMPLETE
77202024-07-25T01:55:18.004Z[ recovery-image] Jul 25 01:55:17.051 INFO O| Jul 25 01:55:17.051 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77212024-07-25T01:55:18.012Z[ recovery-image] Jul 25 01:55:17.062 INFO O| Jul 25 01:55:17.062 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
77222024-07-25T01:55:18.012Z[ recovery-image] Jul 25 01:55:17.062 INFO O| Jul 25 01:55:17.062 INFO copying /tmp/.tmpqlF6Zf/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
77232024-07-25T01:55:18.015Z[ recovery-image] Jul 25 01:55:17.062 INFO O| Jul 25 01:55:17.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
77242024-07-25T01:55:18.015Z[ recovery-image] Jul 25 01:55:17.062 INFO O| Jul 25 01:55:17.062 INFO ok!
77252024-07-25T01:55:18.015Z[ recovery-image] Jul 25 01:55:17.062 INFO O| Jul 25 01:55:17.062 INFO STEP 60 (ensure_file) COMPLETE
77262024-07-25T01:55:18.015Z[ recovery-image] Jul 25 01:55:17.063 INFO O| Jul 25 01:55:17.062 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77272024-07-25T01:55:18.024Z[ recovery-image] Jul 25 01:55:17.074 INFO O| Jul 25 01:55:17.074 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
77282024-07-25T01:55:18.024Z[ recovery-image] Jul 25 01:55:17.074 INFO O| Jul 25 01:55:17.074 INFO STEP 61 (ensure_dir) COMPLETE
77292024-07-25T01:55:18.024Z[ recovery-image] Jul 25 01:55:17.074 INFO O| Jul 25 01:55:17.074 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77302024-07-25T01:55:18.035Z[ recovery-image] Jul 25 01:55:17.085 INFO O| Jul 25 01:55:17.084 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
77312024-07-25T01:55:18.035Z[ recovery-image] Jul 25 01:55:17.085 INFO O| Jul 25 01:55:17.085 INFO STEP 62 (ensure_dir) COMPLETE
77322024-07-25T01:55:18.038Z[ recovery-image] Jul 25 01:55:17.085 INFO O| Jul 25 01:55:17.085 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77332024-07-25T01:55:18.045Z[ recovery-image] Jul 25 01:55:17.095 INFO O| Jul 25 01:55:17.095 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
77342024-07-25T01:55:18.045Z[ recovery-image] Jul 25 01:55:17.095 INFO O| Jul 25 01:55:17.095 INFO STEP 63 (ensure_dir) COMPLETE
77352024-07-25T01:55:18.047Z[ recovery-image] Jul 25 01:55:17.095 INFO O| Jul 25 01:55:17.095 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77362024-07-25T01:55:18.055Z[ recovery-image] Jul 25 01:55:17.105 INFO O| Jul 25 01:55:17.105 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
77372024-07-25T01:55:18.055Z[ recovery-image] Jul 25 01:55:17.105 INFO O| Jul 25 01:55:17.105 INFO STEP 64 (ensure_dir) COMPLETE
77382024-07-25T01:55:18.057Z[ recovery-image] Jul 25 01:55:17.105 INFO O| Jul 25 01:55:17.105 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77392024-07-25T01:55:18.067Z[ recovery-image] Jul 25 01:55:17.117 INFO O| Jul 25 01:55:17.117 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
77402024-07-25T01:55:18.067Z[ recovery-image] Jul 25 01:55:17.117 INFO O| Jul 25 01:55:17.117 INFO copying /tmp/.tmpqlF6Zf/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
77412024-07-25T01:55:18.070Z[ recovery-image] Jul 25 01:55:17.117 INFO O| Jul 25 01:55:17.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
77422024-07-25T01:55:18.070Z[ recovery-image] Jul 25 01:55:17.117 INFO O| Jul 25 01:55:17.117 INFO ok!
77432024-07-25T01:55:18.070Z[ recovery-image] Jul 25 01:55:17.117 INFO O| Jul 25 01:55:17.117 INFO STEP 65 (ensure_file) COMPLETE
77442024-07-25T01:55:18.070Z[ recovery-image] Jul 25 01:55:17.117 INFO O| Jul 25 01:55:17.117 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77452024-07-25T01:55:18.077Z[ recovery-image] Jul 25 01:55:17.127 INFO O| Jul 25 01:55:17.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
77462024-07-25T01:55:18.080Z[ recovery-image] Jul 25 01:55:17.128 INFO O| Jul 25 01:55:17.128 INFO STEP 66 (remove_files) COMPLETE
77472024-07-25T01:55:18.080Z[ recovery-image] Jul 25 01:55:17.128 INFO O| Jul 25 01:55:17.128 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77482024-07-25T01:55:18.087Z[ recovery-image] Jul 25 01:55:17.138 INFO O| Jul 25 01:55:17.138 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
77492024-07-25T01:55:18.090Z[ recovery-image] Jul 25 01:55:17.138 INFO O| Jul 25 01:55:17.138 INFO STEP 67 (remove_files) COMPLETE
77502024-07-25T01:55:18.090Z[ recovery-image] Jul 25 01:55:17.138 INFO O| Jul 25 01:55:17.138 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77512024-07-25T01:55:18.098Z[ recovery-image] Jul 25 01:55:17.148 INFO O| Jul 25 01:55:17.148 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
77522024-07-25T01:55:18.100Z[ recovery-image] Jul 25 01:55:17.148 INFO O| Jul 25 01:55:17.148 INFO STEP 68 (remove_files) COMPLETE
77532024-07-25T01:55:18.100Z[ recovery-image] Jul 25 01:55:17.148 INFO O| Jul 25 01:55:17.148 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77542024-07-25T01:55:18.108Z[ recovery-image] Jul 25 01:55:17.158 INFO O| Jul 25 01:55:17.158 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
77552024-07-25T01:55:18.111Z[ recovery-image] Jul 25 01:55:17.158 INFO O| Jul 25 01:55:17.158 INFO STEP 69 (remove_files) COMPLETE
77562024-07-25T01:55:18.111Z[ recovery-image] Jul 25 01:55:17.158 INFO O| Jul 25 01:55:17.158 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77572024-07-25T01:55:18.118Z[ recovery-image] Jul 25 01:55:17.168 INFO O| Jul 25 01:55:17.168 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
77582024-07-25T01:55:18.121Z[ recovery-image] Jul 25 01:55:17.168 INFO O| Jul 25 01:55:17.168 INFO STEP 70 (remove_files) COMPLETE
77592024-07-25T01:55:18.121Z[ recovery-image] Jul 25 01:55:17.168 INFO O| Jul 25 01:55:17.168 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77602024-07-25T01:55:18.128Z[ recovery-image] Jul 25 01:55:17.178 INFO O| Jul 25 01:55:17.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
77612024-07-25T01:55:18.131Z[ recovery-image] Jul 25 01:55:17.178 INFO O| Jul 25 01:55:17.178 INFO STEP 71 (remove_files) COMPLETE
77622024-07-25T01:55:18.131Z[ recovery-image] Jul 25 01:55:17.178 INFO O| Jul 25 01:55:17.178 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77632024-07-25T01:55:18.138Z[ recovery-image] Jul 25 01:55:17.188 INFO O| Jul 25 01:55:17.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
77642024-07-25T01:55:18.138Z[ recovery-image] Jul 25 01:55:17.188 INFO O| Jul 25 01:55:17.188 INFO STEP 72 (remove_files) COMPLETE
77652024-07-25T01:55:18.141Z[ recovery-image] Jul 25 01:55:17.188 INFO O| Jul 25 01:55:17.188 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77662024-07-25T01:55:18.149Z[ recovery-image] Jul 25 01:55:17.198 INFO O| Jul 25 01:55:17.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
77672024-07-25T01:55:18.149Z[ recovery-image] Jul 25 01:55:17.198 INFO O| Jul 25 01:55:17.198 INFO STEP 73 (remove_files) COMPLETE
77682024-07-25T01:55:18.149Z[ recovery-image] Jul 25 01:55:17.198 INFO O| Jul 25 01:55:17.198 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77692024-07-25T01:55:18.158Z[ recovery-image] Jul 25 01:55:17.208 INFO O| Jul 25 01:55:17.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
77702024-07-25T01:55:18.161Z[ recovery-image] Jul 25 01:55:17.208 INFO O| Jul 25 01:55:17.208 INFO STEP 74 (remove_files) COMPLETE
77712024-07-25T01:55:18.161Z[ recovery-image] Jul 25 01:55:17.208 INFO O| Jul 25 01:55:17.208 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77722024-07-25T01:55:18.168Z[ recovery-image] Jul 25 01:55:17.218 INFO O| Jul 25 01:55:17.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
77732024-07-25T01:55:18.168Z[ recovery-image] Jul 25 01:55:17.218 INFO O| Jul 25 01:55:17.218 INFO STEP 75 (remove_files) COMPLETE
77742024-07-25T01:55:18.171Z[ recovery-image] Jul 25 01:55:17.218 INFO O| Jul 25 01:55:17.218 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77752024-07-25T01:55:18.178Z[ recovery-image] Jul 25 01:55:17.228 INFO O| Jul 25 01:55:17.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
77762024-07-25T01:55:18.178Z[ recovery-image] Jul 25 01:55:17.228 INFO O| Jul 25 01:55:17.228 INFO STEP 76 (remove_files) COMPLETE
77772024-07-25T01:55:18.178Z[ recovery-image] Jul 25 01:55:17.228 INFO O| Jul 25 01:55:17.228 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77782024-07-25T01:55:18.187Z[ recovery-image] Jul 25 01:55:17.237 INFO O| Jul 25 01:55:17.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
77792024-07-25T01:55:18.187Z[ recovery-image] Jul 25 01:55:17.237 INFO O| Jul 25 01:55:17.237 INFO STEP 77 (remove_files) COMPLETE
77802024-07-25T01:55:18.187Z[ recovery-image] Jul 25 01:55:17.237 INFO O| Jul 25 01:55:17.237 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77812024-07-25T01:55:18.197Z[ recovery-image] Jul 25 01:55:17.247 INFO O| Jul 25 01:55:17.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
77822024-07-25T01:55:18.200Z[ recovery-image] Jul 25 01:55:17.247 INFO O| Jul 25 01:55:17.247 INFO STEP 78 (remove_files) COMPLETE
77832024-07-25T01:55:18.200Z[ recovery-image] Jul 25 01:55:17.247 INFO O| Jul 25 01:55:17.247 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77842024-07-25T01:55:18.207Z[ recovery-image] Jul 25 01:55:17.257 INFO O| Jul 25 01:55:17.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
77852024-07-25T01:55:18.207Z[ recovery-image] Jul 25 01:55:17.257 INFO O| Jul 25 01:55:17.257 INFO STEP 79 (remove_files) COMPLETE
77862024-07-25T01:55:18.210Z[ recovery-image] Jul 25 01:55:17.257 INFO O| Jul 25 01:55:17.257 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77872024-07-25T01:55:18.220Z[ recovery-image] Jul 25 01:55:17.270 INFO O| Jul 25 01:55:17.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
77882024-07-25T01:55:18.220Z[ recovery-image] Jul 25 01:55:17.270 INFO O| Jul 25 01:55:17.270 INFO STEP 80 (remove_files) COMPLETE
77892024-07-25T01:55:18.220Z[ recovery-image] Jul 25 01:55:17.270 INFO O| Jul 25 01:55:17.270 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77902024-07-25T01:55:18.231Z[ recovery-image] Jul 25 01:55:17.280 INFO O| Jul 25 01:55:17.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
77912024-07-25T01:55:18.231Z[ recovery-image] Jul 25 01:55:17.280 INFO O| Jul 25 01:55:17.280 INFO STEP 81 (remove_files) COMPLETE
77922024-07-25T01:55:18.231Z[ recovery-image] Jul 25 01:55:17.280 INFO O| Jul 25 01:55:17.280 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77932024-07-25T01:55:18.242Z[ recovery-image] Jul 25 01:55:17.292 INFO O| Jul 25 01:55:17.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
77942024-07-25T01:55:18.242Z[ recovery-image] Jul 25 01:55:17.292 INFO O| Jul 25 01:55:17.292 INFO STEP 82 (remove_files) COMPLETE
77952024-07-25T01:55:18.244Z[ recovery-image] Jul 25 01:55:17.292 INFO O| Jul 25 01:55:17.292 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77962024-07-25T01:55:18.252Z[ recovery-image] Jul 25 01:55:17.302 INFO O| Jul 25 01:55:17.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
77972024-07-25T01:55:18.252Z[ recovery-image] Jul 25 01:55:17.302 INFO O| Jul 25 01:55:17.302 INFO STEP 83 (remove_files) COMPLETE
77982024-07-25T01:55:18.254Z[ recovery-image] Jul 25 01:55:17.302 INFO O| Jul 25 01:55:17.302 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77992024-07-25T01:55:18.263Z[ recovery-image] Jul 25 01:55:17.313 INFO O| Jul 25 01:55:17.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
78002024-07-25T01:55:18.263Z[ recovery-image] Jul 25 01:55:17.313 INFO O| Jul 25 01:55:17.313 INFO STEP 84 (remove_files) COMPLETE
78012024-07-25T01:55:18.263Z[ recovery-image] Jul 25 01:55:17.313 INFO O| Jul 25 01:55:17.313 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78022024-07-25T01:55:18.272Z[ recovery-image] Jul 25 01:55:17.323 INFO O| Jul 25 01:55:17.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
78032024-07-25T01:55:18.275Z[ recovery-image] Jul 25 01:55:17.323 INFO O| Jul 25 01:55:17.323 INFO STEP 85 (remove_files) COMPLETE
78042024-07-25T01:55:18.275Z[ recovery-image] Jul 25 01:55:17.323 INFO O| Jul 25 01:55:17.323 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78052024-07-25T01:55:18.282Z[ recovery-image] Jul 25 01:55:17.332 INFO O| Jul 25 01:55:17.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
78062024-07-25T01:55:18.282Z[ recovery-image] Jul 25 01:55:17.332 INFO O| Jul 25 01:55:17.332 INFO STEP 86 (remove_files) COMPLETE
78072024-07-25T01:55:18.285Z[ recovery-image] Jul 25 01:55:17.332 INFO O| Jul 25 01:55:17.332 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78082024-07-25T01:55:18.292Z[ recovery-image] Jul 25 01:55:17.342 INFO O| Jul 25 01:55:17.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
78092024-07-25T01:55:18.294Z[ recovery-image] Jul 25 01:55:17.342 INFO O| Jul 25 01:55:17.342 INFO STEP 87 (remove_files) COMPLETE
78102024-07-25T01:55:18.294Z[ recovery-image] Jul 25 01:55:17.342 INFO O| Jul 25 01:55:17.342 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78112024-07-25T01:55:18.301Z[ recovery-image] Jul 25 01:55:17.351 INFO O| Jul 25 01:55:17.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
78122024-07-25T01:55:18.301Z[ recovery-image] Jul 25 01:55:17.351 INFO O| Jul 25 01:55:17.351 INFO STEP 88 (remove_files) COMPLETE
78132024-07-25T01:55:18.306Z[ recovery-image] Jul 25 01:55:17.351 INFO O| Jul 25 01:55:17.351 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78142024-07-25T01:55:18.311Z[ recovery-image] Jul 25 01:55:17.361 INFO O| Jul 25 01:55:17.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
78152024-07-25T01:55:18.311Z[ recovery-image] Jul 25 01:55:17.361 INFO O| Jul 25 01:55:17.361 INFO STEP 89 (remove_files) COMPLETE
78162024-07-25T01:55:18.314Z[ recovery-image] Jul 25 01:55:17.361 INFO O| Jul 25 01:55:17.361 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78172024-07-25T01:55:18.323Z[ recovery-image] Jul 25 01:55:17.373 INFO O| Jul 25 01:55:17.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
78182024-07-25T01:55:18.323Z[ recovery-image] Jul 25 01:55:17.373 INFO O| Jul 25 01:55:17.373 INFO STEP 90 (remove_files) COMPLETE
78192024-07-25T01:55:18.327Z[ recovery-image] Jul 25 01:55:17.373 INFO O| Jul 25 01:55:17.373 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78202024-07-25T01:55:18.333Z[ recovery-image] Jul 25 01:55:17.383 INFO O| Jul 25 01:55:17.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
78212024-07-25T01:55:18.333Z[ recovery-image] Jul 25 01:55:17.383 INFO O| Jul 25 01:55:17.383 INFO STEP 91 (remove_files) COMPLETE
78222024-07-25T01:55:18.336Z[ recovery-image] Jul 25 01:55:17.383 INFO O| Jul 25 01:55:17.383 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78232024-07-25T01:55:18.343Z[ recovery-image] Jul 25 01:55:17.393 INFO O| Jul 25 01:55:17.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
78242024-07-25T01:55:18.343Z[ recovery-image] Jul 25 01:55:17.393 INFO O| Jul 25 01:55:17.393 INFO STEP 92 (remove_files) COMPLETE
78252024-07-25T01:55:18.347Z[ recovery-image] Jul 25 01:55:17.393 INFO O| Jul 25 01:55:17.393 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78262024-07-25T01:55:18.353Z[ recovery-image] Jul 25 01:55:17.403 INFO O| Jul 25 01:55:17.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
78272024-07-25T01:55:18.356Z[ recovery-image] Jul 25 01:55:17.403 INFO O| Jul 25 01:55:17.403 INFO STEP 93 (remove_files) COMPLETE
78282024-07-25T01:55:18.356Z[ recovery-image] Jul 25 01:55:17.404 INFO O| Jul 25 01:55:17.403 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78292024-07-25T01:55:18.364Z[ recovery-image] Jul 25 01:55:17.414 INFO O| Jul 25 01:55:17.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
78302024-07-25T01:55:18.364Z[ recovery-image] Jul 25 01:55:17.414 INFO O| Jul 25 01:55:17.414 INFO STEP 94 (remove_files) COMPLETE
78312024-07-25T01:55:18.366Z[ recovery-image] Jul 25 01:55:17.414 INFO O| Jul 25 01:55:17.414 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78322024-07-25T01:55:18.380Z[ recovery-image] Jul 25 01:55:17.430 INFO O| Jul 25 01:55:17.430 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
78332024-07-25T01:55:18.380Z[ recovery-image] Jul 25 01:55:17.430 INFO O| Jul 25 01:55:17.430 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
78342024-07-25T01:55:28.485Z[ recovery-image] Jul 25 01:55:27.534 INFO O| Jul 25 01:55:27.533 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
78352024-07-25T01:55:28.485Z[ recovery-image] Jul 25 01:55:27.534 INFO O| Jul 25 01:55:27.534 INFO E| svccfg: Loaded 67 smf(7) service descriptions
78362024-07-25T01:55:28.496Z[ recovery-image] Jul 25 01:55:27.545 INFO O| Jul 25 01:55:27.545 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
78372024-07-25T01:55:28.570Z[ recovery-image] Jul 25 01:55:27.619 INFO O| Jul 25 01:55:27.619 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
78382024-07-25T01:55:28.570Z[ recovery-image] Jul 25 01:55:27.619 INFO O| Jul 25 01:55:27.619 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 ...
78392024-07-25T01:55:28.572Z[ recovery-image] Jul 25 01:55:27.620 INFO O| Jul 25 01:55:27.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
78402024-07-25T01:55:28.573Z[ recovery-image] Jul 25 01:55:27.620 INFO O| Jul 25 01:55:27.620 INFO ok!
78412024-07-25T01:55:28.573Z[ recovery-image] Jul 25 01:55:27.620 INFO O| Jul 25 01:55:27.620 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
78422024-07-25T01:55:28.573Z[ recovery-image] Jul 25 01:55:27.621 INFO O| Jul 25 01:55:27.621 INFO STEP 95 (seed_smf) COMPLETE
78432024-07-25T01:55:28.573Z[ recovery-image] Jul 25 01:55:27.621 INFO O| Jul 25 01:55:27.621 INFO steps complete; finalising image!
78442024-07-25T01:55:28.573Z[ recovery-image] Jul 25 01:55:27.621 INFO O| Jul 25 01:55:27.621 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
78452024-07-25T01:55:28.604Z[ recovery-image] Jul 25 01:55:27.653 INFO O| Jul 25 01:55:27.653 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Thu Jul 25 01:55:27 2024)
78462024-07-25T01:55:28.828Z[ recovery-image] Jul 25 01:55:27.877 INFO O| Jul 25 01:55:27.877 INFO temporary pool has 396M used, 1.36G avail, 1.00x compressratio
78472024-07-25T01:55:28.828Z[ recovery-image] Jul 25 01:55:27.877 INFO O| Jul 25 01:55:27.877 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
78482024-07-25T01:55:29.062Z[ recovery-image] Jul 25 01:55:28.111 INFO O| Jul 25 01:55:28.111 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
78492024-07-25T01:55:29.066Z[ recovery-image] Jul 25 01:55:28.111 INFO O| Jul 25 01:55:28.111 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
78502024-07-25T01:55:32.186Z[ recovery-image] Jul 25 01:55:31.235 INFO O| Jul 25 01:55:31.235 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
78512024-07-25T01:55:32.186Z[ recovery-image] Jul 25 01:55:31.235 INFO O| Jul 25 01:55:31.235 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
78522024-07-25T01:55:32.189Z[ recovery-image] Jul 25 01:55:31.235 INFO O| Jul 25 01:55:31.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
78532024-07-25T01:55:32.189Z[ recovery-image] Jul 25 01:55:31.235 INFO O| Jul 25 01:55:31.235 INFO completed processing gimlet/zfs-recovery
78542024-07-25T01:55:32.189Z[ recovery-image] Jul 25 01:55:31.235 INFO O| Jul 25 01:55:31.235 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78552024-07-25T01:55:32.521Z[ recovery-image] Jul 25 01:55:31.570 INFO O| Jul 25 01:55:31.570 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78562024-07-25T01:55:32.601Z[ recovery-image] Jul 25 01:55:31.650 INFO BUILD STRING "heads/stlouis-0-g96e13c3c30\n"
78572024-07-25T01:55:32.601Z[ recovery-image] Jul 25 01:55:31.650 INFO expanded image name: "recovery c29eee3/${os_short_commit} 2024-07-25 01:30" -> "recovery c29eee3/96e13c3 2024-07-25 01:30"
78582024-07-25T01:55:32.614Z[ recovery-image] Jul 25 01:55:31.650 INFO output artefacts stored in: "/work/os-recovery"
78592024-07-25T01:55:32.614Z[ recovery-image] Jul 25 01:55:31.650 INFO collecting git info from project "pinprick"...
78602024-07-25T01:55:32.614Z[ recovery-image] Jul 25 01:55:31.656 INFO collecting git info from project "bootserver"...
78612024-07-25T01:55:32.618Z[ recovery-image] Jul 25 01:55:31.661 INFO collecting git info from project "pilot"...
78622024-07-25T01:55:32.623Z[ recovery-image] Jul 25 01:55:31.672 INFO collecting git info from project "chelsio-t6-roms"...
78632024-07-25T01:55:32.640Z[ recovery-image] Jul 25 01:55:31.689 INFO collecting git info from project "image-builder"...
78642024-07-25T01:55:32.645Z[ recovery-image] Jul 25 01:55:31.695 INFO collecting git info from project "amd-firmware"...
78652024-07-25T01:55:32.861Z[ recovery-image] Jul 25 01:55:31.910 INFO collecting git info from project "phbl"...
78662024-07-25T01:55:32.867Z[ recovery-image] Jul 25 01:55:31.916 INFO collecting git info from project "amd-host-image-builder"...
78672024-07-25T01:55:32.952Z[ recovery-image] Jul 25 01:55:32.001 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
78682024-07-25T01:55:33.299Z[ recovery-image] Jul 25 01:55:32.347 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
78692024-07-25T01:55:33.636Z[ recovery-image] Jul 25 01:55:32.685 INFO creating Oxide boot image...
78702024-07-25T01:55:33.637Z[ recovery-image] Jul 25 01:55:32.685 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery c29eee3/96e13c3 2024-07-25 01:30", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
78712024-07-25T01:55:58.194Z[ host-image] Jul 25 01:55:57.241 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22784:20240724T162628Z
78722024-07-25T01:55:58.194Z[ host-image] Jul 25 01:55:57.241 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22784:20240724T162628Z
78732024-07-25T01:55:58.197Z[ host-image] Jul 25 01:55:57.241 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
78742024-07-25T01:55:58.197Z[ host-image] Jul 25 01:55:57.241 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
78752024-07-25T01:55:58.197Z[ host-image] Jul 25 01:55:57.242 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
78762024-07-25T01:55:58.197Z[ host-image] Jul 25 01:55:57.242 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
78772024-07-25T01:55:58.197Z[ host-image] Jul 25 01:55:57.242 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
78782024-07-25T01:55:58.197Z[ host-image] Jul 25 01:55:57.243 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
78792024-07-25T01:55:58.197Z[ host-image] Jul 25 01:55:57.243 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
78802024-07-25T01:55:58.197Z[ host-image] Jul 25 01:55:57.243 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
78812024-07-25T01:55:58.197Z[ host-image] Jul 25 01:55:57.243 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22784:20240724T162629Z
78822024-07-25T01:55:58.200Z[ host-image] Jul 25 01:55:57.245 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22784:20240724T162630Z
78832024-07-25T01:55:58.200Z[ host-image] Jul 25 01:55:57.245 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22784:20240724T162630Z
78842024-07-25T01:55:58.200Z[ host-image] Jul 25 01:55:57.246 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22784:20240724T162630Z
78852024-07-25T01:55:58.200Z[ host-image] Jul 25 01:55:57.246 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
78862024-07-25T01:55:58.200Z[ host-image] Jul 25 01:55:57.247 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22784:20240724T162630Z
78872024-07-25T01:55:58.200Z[ host-image] Jul 25 01:55:57.247 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22784:20240724T162630Z
78882024-07-25T01:55:58.200Z[ host-image] Jul 25 01:55:57.247 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22784:20240724T162630Z
78892024-07-25T01:55:58.200Z[ host-image] Jul 25 01:55:57.248 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22784:20240724T162631Z
78902024-07-25T01:55:58.203Z[ host-image] Jul 25 01:55:57.248 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22784:20240724T162632Z
78912024-07-25T01:55:58.203Z[ host-image] Jul 25 01:55:57.248 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22784:20240724T162632Z
78922024-07-25T01:55:58.203Z[ host-image] Jul 25 01:55:57.248 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22784:20240724T162632Z
78932024-07-25T01:55:58.203Z[ host-image] Jul 25 01:55:57.248 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22784:20240724T162632Z
78942024-07-25T01:55:58.203Z[ host-image] Jul 25 01:55:57.248 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22784:20240724T162633Z
78952024-07-25T01:55:58.203Z[ host-image] Jul 25 01:55:57.248 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22784:20240724T162634Z
78962024-07-25T01:55:58.203Z[ host-image] Jul 25 01:55:57.249 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22784:20240724T162634Z
78972024-07-25T01:55:58.203Z[ host-image] Jul 25 01:55:57.249 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22784:20240724T162636Z
78982024-07-25T01:55:58.203Z[ host-image] Jul 25 01:55:57.249 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22784:20240724T162636Z
78992024-07-25T01:55:58.203Z[ host-image] Jul 25 01:55:57.249 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
79002024-07-25T01:55:58.203Z[ host-image] Jul 25 01:55:57.249 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22784:20240724T162638Z
79012024-07-25T01:55:58.204Z[ host-image] Jul 25 01:55:57.249 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22784:20240724T162640Z
79022024-07-25T01:55:58.204Z[ host-image] Jul 25 01:55:57.249 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22784:20240724T162641Z
79032024-07-25T01:55:58.204Z[ host-image] Jul 25 01:55:57.249 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22784:20240724T162642Z
79042024-07-25T01:55:58.204Z[ host-image] Jul 25 01:55:57.251 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22784:20240724T162643Z
79052024-07-25T01:55:58.204Z[ host-image] Jul 25 01:55:57.251 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22784:20240724T162643Z
79062024-07-25T01:55:58.212Z[ host-image] Jul 25 01:55:57.260 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
79072024-07-25T01:55:58.212Z[ host-image] Jul 25 01:55:57.260 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22784:20240724T162643Z
79082024-07-25T01:55:58.215Z[ host-image] Jul 25 01:55:57.260 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
79092024-07-25T01:55:58.215Z[ host-image] Jul 25 01:55:57.260 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
79102024-07-25T01:55:58.215Z[ host-image] Jul 25 01:55:57.261 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
79112024-07-25T01:55:58.215Z[ host-image] Jul 25 01:55:57.261 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22784:20240724T162643Z
79122024-07-25T01:55:58.215Z[ host-image] Jul 25 01:55:57.261 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
79132024-07-25T01:55:58.215Z[ host-image] Jul 25 01:55:57.262 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
79142024-07-25T01:55:58.218Z[ host-image] Jul 25 01:55:57.263 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
79152024-07-25T01:55:58.218Z[ host-image] Jul 25 01:55:57.263 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
79162024-07-25T01:55:58.227Z[ host-image] Jul 25 01:55:57.275 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
79172024-07-25T01:55:58.230Z[ host-image] Jul 25 01:55:57.275 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
79182024-07-25T01:55:58.230Z[ host-image] Jul 25 01:55:57.275 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
79192024-07-25T01:55:58.230Z[ host-image] Jul 25 01:55:57.276 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
79202024-07-25T01:55:58.230Z[ host-image] Jul 25 01:55:57.276 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
79212024-07-25T01:55:58.230Z[ host-image] Jul 25 01:55:57.277 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
79222024-07-25T01:55:58.264Z[ host-image] Jul 25 01:55:57.312 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
79232024-07-25T01:55:58.267Z[ host-image] Jul 25 01:55:57.313 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
79242024-07-25T01:55:58.267Z[ host-image] Jul 25 01:55:57.313 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
79252024-07-25T01:55:58.267Z[ host-image] Jul 25 01:55:57.314 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22784:20240724T162645Z
79262024-07-25T01:55:58.267Z[ host-image] Jul 25 01:55:57.314 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22784:20240724T162651Z
79272024-07-25T01:55:58.267Z[ host-image] Jul 25 01:55:57.314 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
79282024-07-25T01:55:58.267Z[ host-image] Jul 25 01:55:57.314 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22784:20240724T162652Z
79292024-07-25T01:55:58.267Z[ host-image] Jul 25 01:55:57.314 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
79302024-07-25T01:55:58.267Z[ host-image] Jul 25 01:55:57.314 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
79312024-07-25T01:55:58.267Z[ host-image] Jul 25 01:55:57.314 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
79322024-07-25T01:55:58.267Z[ host-image] Jul 25 01:55:57.314 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22784:20240724T162652Z
79332024-07-25T01:55:58.268Z[ host-image] Jul 25 01:55:57.314 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
79342024-07-25T01:55:58.271Z[ host-image] Jul 25 01:55:57.319 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
79352024-07-25T01:55:58.274Z[ host-image] Jul 25 01:55:57.319 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
79362024-07-25T01:55:58.274Z[ host-image] Jul 25 01:55:57.320 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22784:20240724T162652Z
79372024-07-25T01:55:58.274Z[ host-image] Jul 25 01:55:57.320 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
79382024-07-25T01:55:58.287Z[ host-image] Jul 25 01:55:57.334 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
79392024-07-25T01:55:58.289Z[ host-image] Jul 25 01:55:57.335 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22784:20240724T162653Z
79402024-07-25T01:55:58.289Z[ host-image] Jul 25 01:55:57.337 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22784:20240724T162653Z
79412024-07-25T01:55:58.289Z[ host-image] Jul 25 01:55:57.337 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22784:20240724T162653Z
79422024-07-25T01:55:58.289Z[ host-image] Jul 25 01:55:57.337 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
79432024-07-25T01:55:58.292Z[ host-image] Jul 25 01:55:57.338 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22784:20240724T162655Z
79442024-07-25T01:55:58.293Z[ host-image] Jul 25 01:55:57.338 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22784:20240724T162655Z
79452024-07-25T01:55:58.293Z[ host-image] Jul 25 01:55:57.338 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22784:20240724T162655Z
79462024-07-25T01:55:58.293Z[ host-image] Jul 25 01:55:57.339 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22784:20240724T162655Z
79472024-07-25T01:55:58.295Z[ host-image] Jul 25 01:55:57.342 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
79482024-07-25T01:55:58.295Z[ host-image] Jul 25 01:55:57.343 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22784:20240724T162656Z
79492024-07-25T01:55:58.298Z[ host-image] Jul 25 01:55:57.343 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22784:20240724T162657Z
79502024-07-25T01:55:58.298Z[ host-image] Jul 25 01:55:57.344 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
79512024-07-25T01:55:58.298Z[ host-image] Jul 25 01:55:57.344 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22784:20240724T162657Z
79522024-07-25T01:55:58.298Z[ host-image] Jul 25 01:55:57.344 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22784:20240724T162657Z
79532024-07-25T01:55:58.298Z[ host-image] Jul 25 01:55:57.344 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22784:20240724T162657Z
79542024-07-25T01:55:58.298Z[ host-image] Jul 25 01:55:57.345 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22784:20240724T162657Z
79552024-07-25T01:55:58.305Z[ host-image] Jul 25 01:55:57.353 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22784:20240724T162658Z
79562024-07-25T01:55:58.308Z[ host-image] Jul 25 01:55:57.353 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
79572024-07-25T01:55:58.308Z[ host-image] Jul 25 01:55:57.355 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22784:20240724T162658Z
79582024-07-25T01:55:58.310Z[ host-image] Jul 25 01:55:57.356 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22784:20240724T162658Z
79592024-07-25T01:55:58.310Z[ host-image] Jul 25 01:55:57.356 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22784:20240724T162658Z
79602024-07-25T01:55:58.310Z[ host-image] Jul 25 01:55:57.357 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22784:20240724T162658Z
79612024-07-25T01:55:58.310Z[ host-image] Jul 25 01:55:57.357 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22784:20240724T162658Z
79622024-07-25T01:55:58.310Z[ host-image] Jul 25 01:55:57.357 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22784:20240724T162659Z
79632024-07-25T01:55:58.320Z[ host-image] Jul 25 01:55:57.367 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22784:20240724T162700Z
79642024-07-25T01:55:58.323Z[ host-image] Jul 25 01:55:57.368 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22784:20240724T162659Z
79652024-07-25T01:55:58.323Z[ host-image] Jul 25 01:55:57.368 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22784:20240724T162659Z
79662024-07-25T01:55:58.323Z[ host-image] Jul 25 01:55:57.369 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22784:20240724T162700Z
79672024-07-25T01:55:58.323Z[ host-image] Jul 25 01:55:57.369 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22784:20240724T162700Z
79682024-07-25T01:55:58.344Z[ host-image] Jul 25 01:55:57.391 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22784:20240724T162703Z
79692024-07-25T01:55:58.347Z[ host-image] Jul 25 01:55:57.391 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22784:20240724T162700Z
79702024-07-25T01:55:58.347Z[ host-image] Jul 25 01:55:57.391 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22784:20240724T162700Z
79712024-07-25T01:55:58.348Z[ host-image] Jul 25 01:55:57.391 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
79722024-07-25T01:55:58.348Z[ host-image] Jul 25 01:55:57.391 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
79732024-07-25T01:55:58.373Z[ host-image] Jul 25 01:55:57.420 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22784:20240724T162701Z
79742024-07-25T01:55:58.376Z[ host-image] Jul 25 01:55:57.421 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
79752024-07-25T01:55:58.376Z[ host-image] Jul 25 01:55:57.421 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22784:20240724T162701Z
79762024-07-25T01:55:58.376Z[ host-image] Jul 25 01:55:57.421 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22784:20240724T162701Z
79772024-07-25T01:55:58.376Z[ host-image] Jul 25 01:55:57.422 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22784:20240724T162701Z
79782024-07-25T01:55:58.376Z[ host-image] Jul 25 01:55:57.422 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
79792024-07-25T01:55:58.376Z[ host-image] Jul 25 01:55:57.423 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
79802024-07-25T01:55:58.376Z[ host-image] Jul 25 01:55:57.423 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22784:20240724T162702Z
79812024-07-25T01:55:58.376Z[ host-image] Jul 25 01:55:57.423 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22784:20240724T162702Z
79822024-07-25T01:55:58.376Z[ host-image] Jul 25 01:55:57.424 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22784:20240724T162702Z
79832024-07-25T01:55:58.379Z[ host-image] Jul 25 01:55:57.424 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22784:20240724T162702Z
79842024-07-25T01:55:58.379Z[ host-image] Jul 25 01:55:57.424 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22784:20240724T162703Z
79852024-07-25T01:55:58.379Z[ host-image] Jul 25 01:55:57.424 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22784:20240724T162703Z
79862024-07-25T01:55:58.382Z[ host-image] Jul 25 01:55:57.427 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
79872024-07-25T01:55:58.382Z[ host-image] Jul 25 01:55:57.427 INFO O| install = pkg://helios-dev/system/microcode/amd@20240116-2.0.22784:20240724T162704Z
79882024-07-25T01:55:58.382Z[ host-image] Jul 25 01:55:57.429 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22784:20240724T162704Z
79892024-07-25T01:55:58.382Z[ host-image] Jul 25 01:55:57.429 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22784:20240724T162704Z
79902024-07-25T01:55:58.382Z[ host-image] Jul 25 01:55:57.429 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22784:20240724T162705Z
79912024-07-25T01:55:58.382Z[ host-image] Jul 25 01:55:57.430 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22784:20240724T162704Z
79922024-07-25T01:55:58.382Z[ host-image] Jul 25 01:55:57.430 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22784:20240724T162705Z
79932024-07-25T01:55:58.382Z[ host-image] Jul 25 01:55:57.430 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
79942024-07-25T01:55:58.382Z[ host-image] Jul 25 01:55:57.430 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
79952024-07-25T01:55:58.385Z[ host-image] Jul 25 01:55:57.430 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22784:20240724T162707Z
79962024-07-25T01:55:58.385Z[ host-image] Jul 25 01:55:57.431 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22784:20240724T162707Z
79972024-07-25T01:55:58.385Z[ host-image] Jul 25 01:55:57.431 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
79982024-07-25T01:55:58.385Z[ host-image] Jul 25 01:55:57.431 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
79992024-07-25T01:55:58.385Z[ host-image] Jul 25 01:55:57.431 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
80002024-07-25T01:55:58.385Z[ host-image] Jul 25 01:55:57.431 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
80012024-07-25T01:55:58.385Z[ host-image] Jul 25 01:55:57.431 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
80022024-07-25T01:55:58.385Z[ host-image] Jul 25 01:55:57.432 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
80032024-07-25T01:55:58.388Z[ host-image] Jul 25 01:55:57.433 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z
80042024-07-25T01:55:58.388Z[ host-image] Jul 25 01:55:57.433 INFO O| tempdir @ "/tmp/.tmpQlNokq/tmp"
80052024-07-25T01:55:58.388Z[ host-image] Jul 25 01:55:57.433 INFO O| image root @ "/tmp/.tmpQlNokq/tmp/root"
80062024-07-25T01:55:58.388Z[ host-image] Jul 25 01:55:57.433 INFO O| creating image...
80072024-07-25T01:55:58.889Z[ host-image] Jul 25 01:55:57.936 INFO O| copying publishers...
80082024-07-25T01:56:04.475Z[ host-image] Jul 25 01:56:03.522 INFO O| adding properties...
80092024-07-25T01:56:05.485Z[ host-image] Jul 25 01:56:04.532 INFO O| installing packages...
80102024-07-25T01:56:21.423Z[ host-image] Jul 25 01:56:20.469 INFO O| seeding SMF database...
80112024-07-25T01:56:27.646Z[ recovery-image] Jul 25 01:56:26.692 INFO O| ok, image written!
80122024-07-25T01:56:27.649Z[ recovery-image] Jul 25 01:56:26.692 INFO O| ok, boot_image_csum file written!
80132024-07-25T01:56:27.649Z[ recovery-image] Jul 25 01:56:26.695 INFO creating boot archive (CPIO)...
80142024-07-25T01:56:27.649Z[ recovery-image] Jul 25 01:56:26.695 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
80152024-07-25T01:56:27.655Z[ recovery-image] Jul 25 01:56:26.702 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
80162024-07-25T01:56:27.655Z[ recovery-image] Jul 25 01:56:26.702 INFO E| + outfile=/work/os-recovery/cpio
80172024-07-25T01:56:27.658Z[ recovery-image] Jul 25 01:56:26.702 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
80182024-07-25T01:56:27.658Z[ recovery-image] Jul 25 01:56:26.704 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
80192024-07-25T01:56:27.658Z[ recovery-image] Jul 25 01:56:26.704 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
80202024-07-25T01:56:27.689Z[ recovery-image] Jul 25 01:56:26.735 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
80212024-07-25T01:56:27.689Z[ recovery-image] Jul 25 01:56:26.735 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
80222024-07-25T01:56:27.695Z[ recovery-image] Jul 25 01:56:26.741 INFO creating compressed cpio/unix for nanobl-rs...
80232024-07-25T01:56:27.695Z[ recovery-image] Jul 25 01:56:26.741 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
80242024-07-25T01:56:27.972Z[ recovery-image] Jul 25 01:56:27.018 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
80252024-07-25T01:56:29.033Z[ host-image] Jul 25 01:56:28.079 INFO O| configuring SMF profile...
80262024-07-25T01:56:29.033Z[ host-image] Jul 25 01:56:28.079 INFO O| modifying shadow(5)...
80272024-07-25T01:56:29.036Z[ host-image] Jul 25 01:56:28.079 INFO O| loading user and group database...
80282024-07-25T01:56:29.036Z[ host-image] Jul 25 01:56:28.079 INFO O| assessing packaged files...
80292024-07-25T01:56:31.136Z[ host-image] Jul 25 01:56:30.182 INFO O| creating archive...
80302024-07-25T01:56:31.169Z[ host-image] Jul 25 01:56:30.214 INFO O| missing from packaging:
80312024-07-25T01:56:31.169Z[ host-image] Jul 25 01:56:30.215 INFO O| "etc/.pwd.lock"
80322024-07-25T01:56:31.169Z[ host-image] Jul 25 01:56:30.215 INFO O| "etc/bash"
80332024-07-25T01:56:31.173Z[ host-image] Jul 25 01:56:30.219 INFO O| "etc/svc/profile/generic.xml"
80342024-07-25T01:56:31.173Z[ host-image] Jul 25 01:56:30.219 INFO O| "etc/svc/profile/inetd_services.xml"
80352024-07-25T01:56:31.176Z[ host-image] Jul 25 01:56:30.219 INFO O| "etc/svc/profile/name_service.xml"
80362024-07-25T01:56:31.176Z[ host-image] Jul 25 01:56:30.219 INFO O| "etc/svc/profile/platform.xml"
80372024-07-25T01:56:31.177Z[ host-image] Jul 25 01:56:30.219 INFO O| "etc/svc/profile/platform_omicron1.xml"
80382024-07-25T01:56:31.177Z[ host-image] Jul 25 01:56:30.219 INFO O| "etc/svc/repository.db"
80392024-07-25T01:56:31.182Z[ host-image] Jul 25 01:56:30.228 INFO O| "opt/ooce/share"
80402024-07-25T01:56:31.184Z[ host-image] Jul 25 01:56:30.228 INFO O| "opt/ooce/share/man"
80412024-07-25T01:56:31.184Z[ host-image] Jul 25 01:56:30.228 INFO O| "opt/ooce/share/man/man1"
80422024-07-25T01:56:31.190Z[ host-image] Jul 25 01:56:30.236 INFO O| finishing archive...
80432024-07-25T01:56:32.245Z[ recovery-image] Jul 25 01:56:31.290 INFO creating reset image...
80442024-07-25T01:56:32.248Z[ recovery-image] Jul 25 01:56:31.291 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
80452024-07-25T01:56:32.479Z[ recovery-image] Jul 25 01:56:31.524 INFO E| Updating crates.io index
80462024-07-25T01:56:32.724Z[ recovery-image] Jul 25 01:56:31.769 INFO E| Downloading crates ...
80472024-07-25T01:56:32.813Z[ recovery-image] Jul 25 01:56:31.859 INFO E| Downloaded colorchoice v1.0.0
80482024-07-25T01:56:32.821Z[ recovery-image] Jul 25 01:56:31.866 INFO E| Downloaded anstyle-parse v0.2.3
80492024-07-25T01:56:32.823Z[ recovery-image] Jul 25 01:56:31.869 INFO E| Downloaded anstyle-query v1.0.2
80502024-07-25T01:56:32.826Z[ recovery-image] Jul 25 01:56:31.870 INFO E| Downloaded anstyle v1.0.6
80512024-07-25T01:56:32.830Z[ recovery-image] Jul 25 01:56:31.874 INFO E| Downloaded shared_child v1.0.0
80522024-07-25T01:56:32.838Z[ recovery-image] Jul 25 01:56:31.884 INFO E| Downloaded proc-macro2 v1.0.79
80532024-07-25T01:56:32.842Z[ recovery-image] Jul 25 01:56:31.888 INFO E| Downloaded anstream v0.6.13
80542024-07-25T01:56:32.847Z[ recovery-image] Jul 25 01:56:31.893 INFO E| Downloaded clap_derive v4.5.3
80552024-07-25T01:56:32.850Z[ recovery-image] Jul 25 01:56:31.895 INFO E| Downloaded duct v0.13.7
80562024-07-25T01:56:32.852Z[ recovery-image] Jul 25 01:56:31.897 INFO E| Downloaded strsim v0.11.0
80572024-07-25T01:56:32.852Z[ recovery-image] Jul 25 01:56:31.898 INFO E| Downloaded os_pipe v1.1.5
80582024-07-25T01:56:32.876Z[ recovery-image] Jul 25 01:56:31.921 INFO E| Downloaded clap_builder v4.5.2
80592024-07-25T01:56:32.882Z[ recovery-image] Jul 25 01:56:31.928 INFO E| Downloaded syn v2.0.53
80602024-07-25T01:56:32.894Z[ recovery-image] Jul 25 01:56:31.940 INFO E| Downloaded clap v4.5.3
80612024-07-25T01:56:32.920Z[ recovery-image] Jul 25 01:56:31.966 INFO E| Downloaded libc v0.2.153
80622024-07-25T01:56:32.997Z[ recovery-image] Jul 25 01:56:32.042 INFO E| Compiling proc-macro2 v1.0.79
80632024-07-25T01:56:32.997Z[ recovery-image] Jul 25 01:56:32.042 INFO E| Compiling unicode-ident v1.0.12
80642024-07-25T01:56:32.997Z[ recovery-image] Jul 25 01:56:32.042 INFO E| Compiling libc v0.2.153
80652024-07-25T01:56:33.000Z[ recovery-image] Jul 25 01:56:32.042 INFO E| Compiling utf8parse v0.2.1
80662024-07-25T01:56:33.000Z[ recovery-image] Jul 25 01:56:32.042 INFO E| Compiling anstyle-query v1.0.2
80672024-07-25T01:56:33.000Z[ recovery-image] Jul 25 01:56:32.042 INFO E| Compiling anstyle v1.0.6
80682024-07-25T01:56:33.000Z[ recovery-image] Jul 25 01:56:32.043 INFO E| Compiling colorchoice v1.0.0
80692024-07-25T01:56:33.003Z[ recovery-image] Jul 25 01:56:32.047 INFO E| Compiling clap_lex v0.7.0
80702024-07-25T01:56:33.194Z[ recovery-image] Jul 25 01:56:32.239 INFO E| Compiling anstyle-parse v0.2.3
80712024-07-25T01:56:33.217Z[ recovery-image] Jul 25 01:56:32.263 INFO E| Compiling heck v0.5.0
80722024-07-25T01:56:33.217Z[ recovery-image] Jul 25 01:56:32.263 INFO E| Compiling strsim v0.11.0
80732024-07-25T01:56:33.226Z[ recovery-image] Jul 25 01:56:32.270 INFO E| Compiling once_cell v1.19.0
80742024-07-25T01:56:33.616Z[ recovery-image] Jul 25 01:56:32.662 INFO E| Compiling anstream v0.6.13
80752024-07-25T01:56:33.978Z[ recovery-image] Jul 25 01:56:33.023 INFO E| Compiling clap_builder v4.5.2
80762024-07-25T01:56:34.337Z[ host-image] Jul 25 01:56:33.382 INFO O| creating gzonly manifest...
80772024-07-25T01:56:34.352Z[ host-image] Jul 25 01:56:33.397 INFO O| ok
80782024-07-25T01:56:34.488Z[ recovery-image] Jul 25 01:56:33.533 INFO E| Compiling quote v1.0.35
80792024-07-25T01:56:34.491Z[ host-image] Jul 25 01:56:33.536 INFO image builder template: ramdisk-02-trim...
80802024-07-25T01:56:34.491Z[ host-image] Jul 25 01:56:33.536 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/.tmpqlF6Zf/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.277", "-n", "ramdisk-02-trim"], pwd: None
80812024-07-25T01:56:34.494Z[ recovery-image] Jul 25 01:56:33.538 INFO E| Compiling os_pipe v1.1.5
80822024-07-25T01:56:34.494Z[ recovery-image] Jul 25 01:56:33.538 INFO E| Compiling shared_child v1.0.0
80832024-07-25T01:56:34.526Z[ host-image] Jul 25 01:56:33.572 INFO O| Jul 25 01:56:33.572 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
80842024-07-25T01:56:34.533Z[ host-image] Jul 25 01:56:33.579 INFO O| Jul 25 01:56:33.579 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
80852024-07-25T01:56:34.644Z[ recovery-image] Jul 25 01:56:33.689 INFO E| Compiling duct v0.13.7
80862024-07-25T01:56:34.667Z[ host-image] Jul 25 01:56:33.713 INFO O| Jul 25 01:56:33.712 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
80872024-07-25T01:56:34.732Z[ host-image] Jul 25 01:56:33.777 INFO O| Jul 25 01:56:33.777 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
80882024-07-25T01:56:34.735Z[ host-image] Jul 25 01:56:33.778 INFO O| Jul 25 01:56:33.778 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
80892024-07-25T01:56:34.741Z[ host-image] Jul 25 01:56:33.787 INFO O| Jul 25 01:56:33.787 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
80902024-07-25T01:56:34.748Z[ host-image] Jul 25 01:56:33.793 INFO O| Jul 25 01:56:33.793 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80912024-07-25T01:56:34.755Z[ host-image] Jul 25 01:56:33.801 INFO O| Jul 25 01:56:33.801 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80922024-07-25T01:56:34.838Z[ recovery-image] Jul 25 01:56:33.884 INFO E| Compiling syn v2.0.53
80932024-07-25T01:56:35.003Z[ host-image] Jul 25 01:56:34.048 INFO O| Jul 25 01:56:34.048 INFO rolled back to input snapshot; work may begin
80942024-07-25T01:56:35.003Z[ host-image] Jul 25 01:56:34.048 INFO O| Jul 25 01:56:34.048 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
80952024-07-25T01:56:35.011Z[ host-image] Jul 25 01:56:34.057 INFO O| Jul 25 01:56:34.057 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
80962024-07-25T01:56:35.027Z[ host-image] Jul 25 01:56:34.072 INFO O| Jul 25 01:56:34.072 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
80972024-07-25T01:56:35.097Z[ host-image] Jul 25 01:56:34.142 INFO O| Jul 25 01:56:34.142 INFO STEP 0 (remove_files) COMPLETE
80982024-07-25T01:56:35.097Z[ host-image] Jul 25 01:56:34.142 INFO O| Jul 25 01:56:34.142 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
80992024-07-25T01:56:35.109Z[ host-image] Jul 25 01:56:34.154 INFO O| Jul 25 01:56:34.154 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
81002024-07-25T01:56:35.112Z[ host-image] Jul 25 01:56:34.156 INFO O| Jul 25 01:56:34.156 INFO STEP 1 (remove_files) COMPLETE
81012024-07-25T01:56:35.112Z[ host-image] Jul 25 01:56:34.156 INFO O| Jul 25 01:56:34.156 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81022024-07-25T01:56:35.124Z[ host-image] Jul 25 01:56:34.170 INFO O| Jul 25 01:56:34.170 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
81032024-07-25T01:56:35.138Z[ host-image] Jul 25 01:56:34.184 INFO O| Jul 25 01:56:34.184 INFO STEP 2 (remove_files) COMPLETE
81042024-07-25T01:56:35.138Z[ host-image] Jul 25 01:56:34.184 INFO O| Jul 25 01:56:34.184 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81052024-07-25T01:56:35.150Z[ host-image] Jul 25 01:56:34.195 INFO O| Jul 25 01:56:34.195 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
81062024-07-25T01:56:35.152Z[ host-image] Jul 25 01:56:34.198 INFO O| Jul 25 01:56:34.198 INFO STEP 3 (remove_files) COMPLETE
81072024-07-25T01:56:35.152Z[ host-image] Jul 25 01:56:34.198 INFO O| Jul 25 01:56:34.198 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81082024-07-25T01:56:35.162Z[ host-image] Jul 25 01:56:34.208 INFO O| Jul 25 01:56:34.208 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
81092024-07-25T01:56:35.167Z[ host-image] Jul 25 01:56:34.213 INFO O| Jul 25 01:56:34.213 INFO STEP 4 (remove_files) COMPLETE
81102024-07-25T01:56:35.170Z[ host-image] Jul 25 01:56:34.213 INFO O| Jul 25 01:56:34.213 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81112024-07-25T01:56:35.181Z[ host-image] Jul 25 01:56:34.227 INFO O| Jul 25 01:56:34.227 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
81122024-07-25T01:56:35.184Z[ host-image] Jul 25 01:56:34.230 INFO O| Jul 25 01:56:34.230 INFO STEP 5 (remove_files) COMPLETE
81132024-07-25T01:56:35.187Z[ host-image] Jul 25 01:56:34.230 INFO O| Jul 25 01:56:34.230 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81142024-07-25T01:56:35.194Z[ host-image] Jul 25 01:56:34.240 INFO O| Jul 25 01:56:34.240 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
81152024-07-25T01:56:35.209Z[ host-image] Jul 25 01:56:34.254 INFO O| Jul 25 01:56:34.254 INFO STEP 6 (remove_files) COMPLETE
81162024-07-25T01:56:35.209Z[ host-image] Jul 25 01:56:34.254 INFO O| Jul 25 01:56:34.254 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81172024-07-25T01:56:35.224Z[ host-image] Jul 25 01:56:34.270 INFO O| Jul 25 01:56:34.269 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
81182024-07-25T01:56:35.245Z[ host-image] Jul 25 01:56:34.291 INFO O| Jul 25 01:56:34.291 INFO STEP 7 (remove_files) COMPLETE
81192024-07-25T01:56:35.245Z[ host-image] Jul 25 01:56:34.291 INFO O| Jul 25 01:56:34.291 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81202024-07-25T01:56:35.258Z[ host-image] Jul 25 01:56:34.304 INFO O| Jul 25 01:56:34.304 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
81212024-07-25T01:56:35.368Z[ host-image] Jul 25 01:56:34.414 INFO O| Jul 25 01:56:34.413 INFO STEP 8 (remove_files) COMPLETE
81222024-07-25T01:56:35.368Z[ host-image] Jul 25 01:56:34.414 INFO O| Jul 25 01:56:34.414 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81232024-07-25T01:56:35.383Z[ host-image] Jul 25 01:56:34.428 INFO O| Jul 25 01:56:34.428 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
81242024-07-25T01:56:35.505Z[ host-image] Jul 25 01:56:34.550 INFO O| Jul 25 01:56:34.550 INFO STEP 9 (remove_files) COMPLETE
81252024-07-25T01:56:35.505Z[ host-image] Jul 25 01:56:34.550 INFO O| Jul 25 01:56:34.550 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81262024-07-25T01:56:35.522Z[ host-image] Jul 25 01:56:34.567 INFO O| Jul 25 01:56:34.567 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
81272024-07-25T01:56:35.528Z[ host-image] Jul 25 01:56:34.573 INFO O| Jul 25 01:56:34.573 INFO STEP 10 (remove_files) COMPLETE
81282024-07-25T01:56:35.528Z[ host-image] Jul 25 01:56:34.573 INFO O| Jul 25 01:56:34.573 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81292024-07-25T01:56:35.541Z[ host-image] Jul 25 01:56:34.586 INFO O| Jul 25 01:56:34.586 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
81302024-07-25T01:56:35.544Z[ host-image] Jul 25 01:56:34.588 INFO O| Jul 25 01:56:34.588 INFO STEP 11 (remove_files) COMPLETE
81312024-07-25T01:56:35.544Z[ host-image] Jul 25 01:56:34.588 INFO O| Jul 25 01:56:34.588 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81322024-07-25T01:56:35.554Z[ host-image] Jul 25 01:56:34.600 INFO O| Jul 25 01:56:34.600 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
81332024-07-25T01:56:35.557Z[ host-image] Jul 25 01:56:34.603 INFO O| Jul 25 01:56:34.603 INFO STEP 12 (remove_files) COMPLETE
81342024-07-25T01:56:35.557Z[ host-image] Jul 25 01:56:34.603 INFO O| Jul 25 01:56:34.603 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81352024-07-25T01:56:35.573Z[ host-image] Jul 25 01:56:34.618 INFO O| Jul 25 01:56:34.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
81362024-07-25T01:56:35.576Z[ host-image] Jul 25 01:56:34.618 INFO O| Jul 25 01:56:34.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
81372024-07-25T01:56:35.576Z[ host-image] Jul 25 01:56:34.619 INFO O| Jul 25 01:56:34.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
81382024-07-25T01:56:35.576Z[ host-image] Jul 25 01:56:34.619 INFO O| Jul 25 01:56:34.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
81392024-07-25T01:56:35.576Z[ host-image] Jul 25 01:56:34.620 INFO O| Jul 25 01:56:34.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
81402024-07-25T01:56:35.576Z[ host-image] Jul 25 01:56:34.620 INFO O| Jul 25 01:56:34.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
81412024-07-25T01:56:35.576Z[ host-image] Jul 25 01:56:34.620 INFO O| Jul 25 01:56:34.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
81422024-07-25T01:56:35.576Z[ host-image] Jul 25 01:56:34.620 INFO O| Jul 25 01:56:34.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
81432024-07-25T01:56:35.576Z[ host-image] Jul 25 01:56:34.620 INFO O| Jul 25 01:56:34.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
81442024-07-25T01:56:35.576Z[ host-image] Jul 25 01:56:34.620 INFO O| Jul 25 01:56:34.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
81452024-07-25T01:56:35.576Z[ host-image] Jul 25 01:56:34.621 INFO O| Jul 25 01:56:34.621 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
81462024-07-25T01:56:35.576Z[ host-image] Jul 25 01:56:34.621 INFO O| Jul 25 01:56:34.621 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
81472024-07-25T01:56:35.576Z[ host-image] Jul 25 01:56:34.622 INFO O| Jul 25 01:56:34.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
81482024-07-25T01:56:35.579Z[ host-image] Jul 25 01:56:34.622 INFO O| Jul 25 01:56:34.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
81492024-07-25T01:56:35.579Z[ host-image] Jul 25 01:56:34.622 INFO O| Jul 25 01:56:34.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
81502024-07-25T01:56:35.579Z[ host-image] Jul 25 01:56:34.622 INFO O| Jul 25 01:56:34.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
81512024-07-25T01:56:35.598Z[ host-image] Jul 25 01:56:34.644 INFO O| Jul 25 01:56:34.644 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
81522024-07-25T01:56:35.732Z[ host-image] Jul 25 01:56:34.777 INFO O| Jul 25 01:56:34.777 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
81532024-07-25T01:56:35.738Z[ host-image] Jul 25 01:56:34.784 INFO O| Jul 25 01:56:34.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
81542024-07-25T01:56:35.743Z[ host-image] Jul 25 01:56:34.789 INFO O| Jul 25 01:56:34.789 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
81552024-07-25T01:56:35.754Z[ host-image] Jul 25 01:56:34.800 INFO O| Jul 25 01:56:34.800 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
81562024-07-25T01:56:36.041Z[ host-image] Jul 25 01:56:35.083 INFO O| Jul 25 01:56:35.083 INFO STEP 13 (remove_files) COMPLETE
81572024-07-25T01:56:36.041Z[ host-image] Jul 25 01:56:35.083 INFO O| Jul 25 01:56:35.083 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81582024-07-25T01:56:36.050Z[ host-image] Jul 25 01:56:35.095 INFO O| Jul 25 01:56:35.095 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
81592024-07-25T01:56:36.054Z[ host-image] Jul 25 01:56:35.097 INFO O| Jul 25 01:56:35.097 INFO STEP 14 (remove_files) COMPLETE
81602024-07-25T01:56:36.054Z[ host-image] Jul 25 01:56:35.097 INFO O| Jul 25 01:56:35.097 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81612024-07-25T01:56:36.062Z[ host-image] Jul 25 01:56:35.107 INFO O| Jul 25 01:56:35.107 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
81622024-07-25T01:56:36.068Z[ host-image] Jul 25 01:56:35.113 INFO O| Jul 25 01:56:35.113 INFO STEP 15 (remove_files) COMPLETE
81632024-07-25T01:56:36.068Z[ host-image] Jul 25 01:56:35.114 INFO O| Jul 25 01:56:35.113 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81642024-07-25T01:56:36.079Z[ host-image] Jul 25 01:56:35.124 INFO O| Jul 25 01:56:35.124 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
81652024-07-25T01:56:36.082Z[ host-image] Jul 25 01:56:35.124 INFO O| Jul 25 01:56:35.124 INFO STEP 16 (remove_files) COMPLETE
81662024-07-25T01:56:36.082Z[ host-image] Jul 25 01:56:35.124 INFO O| Jul 25 01:56:35.124 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81672024-07-25T01:56:36.091Z[ host-image] Jul 25 01:56:35.135 INFO O| Jul 25 01:56:35.134 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
81682024-07-25T01:56:36.094Z[ host-image] Jul 25 01:56:35.136 INFO O| Jul 25 01:56:35.136 INFO STEP 17 (remove_files) COMPLETE
81692024-07-25T01:56:36.094Z[ host-image] Jul 25 01:56:35.136 INFO O| Jul 25 01:56:35.136 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81702024-07-25T01:56:36.100Z[ host-image] Jul 25 01:56:35.146 INFO O| Jul 25 01:56:35.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
81712024-07-25T01:56:36.100Z[ host-image] Jul 25 01:56:35.146 INFO O| Jul 25 01:56:35.146 INFO STEP 18 (remove_files) COMPLETE
81722024-07-25T01:56:36.103Z[ host-image] Jul 25 01:56:35.146 INFO O| Jul 25 01:56:35.146 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81732024-07-25T01:56:36.110Z[ host-image] Jul 25 01:56:35.156 INFO O| Jul 25 01:56:35.156 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
81742024-07-25T01:56:36.110Z[ host-image] Jul 25 01:56:35.156 INFO O| Jul 25 01:56:35.156 INFO STEP 19 (remove_files) COMPLETE
81752024-07-25T01:56:36.115Z[ host-image] Jul 25 01:56:35.156 INFO O| Jul 25 01:56:35.156 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81762024-07-25T01:56:36.120Z[ host-image] Jul 25 01:56:35.166 INFO O| Jul 25 01:56:35.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
81772024-07-25T01:56:36.124Z[ host-image] Jul 25 01:56:35.166 INFO O| Jul 25 01:56:35.166 INFO STEP 20 (remove_files) COMPLETE
81782024-07-25T01:56:36.124Z[ host-image] Jul 25 01:56:35.166 INFO O| Jul 25 01:56:35.166 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81792024-07-25T01:56:36.131Z[ host-image] Jul 25 01:56:35.176 INFO O| Jul 25 01:56:35.176 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
81802024-07-25T01:56:36.136Z[ host-image] Jul 25 01:56:35.176 INFO O| Jul 25 01:56:35.176 INFO STEP 21 (remove_files) COMPLETE
81812024-07-25T01:56:36.136Z[ host-image] Jul 25 01:56:35.176 INFO O| Jul 25 01:56:35.176 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81822024-07-25T01:56:36.140Z[ host-image] Jul 25 01:56:35.186 INFO O| Jul 25 01:56:35.186 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
81832024-07-25T01:56:36.140Z[ host-image] Jul 25 01:56:35.186 INFO O| Jul 25 01:56:35.186 INFO STEP 22 (remove_files) COMPLETE
81842024-07-25T01:56:36.140Z[ host-image] Jul 25 01:56:35.186 INFO O| Jul 25 01:56:35.186 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81852024-07-25T01:56:36.150Z[ host-image] Jul 25 01:56:35.195 INFO O| Jul 25 01:56:35.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
81862024-07-25T01:56:36.150Z[ host-image] Jul 25 01:56:35.195 INFO O| Jul 25 01:56:35.195 INFO STEP 23 (remove_files) COMPLETE
81872024-07-25T01:56:36.150Z[ host-image] Jul 25 01:56:35.196 INFO O| Jul 25 01:56:35.195 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81882024-07-25T01:56:36.159Z[ host-image] Jul 25 01:56:35.205 INFO O| Jul 25 01:56:35.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
81892024-07-25T01:56:36.160Z[ host-image] Jul 25 01:56:35.205 INFO O| Jul 25 01:56:35.205 INFO STEP 24 (remove_files) COMPLETE
81902024-07-25T01:56:36.160Z[ host-image] Jul 25 01:56:35.205 INFO O| Jul 25 01:56:35.205 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81912024-07-25T01:56:36.169Z[ host-image] Jul 25 01:56:35.215 INFO O| Jul 25 01:56:35.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
81922024-07-25T01:56:36.170Z[ host-image] Jul 25 01:56:35.215 INFO O| Jul 25 01:56:35.215 INFO STEP 25 (remove_files) COMPLETE
81932024-07-25T01:56:36.172Z[ host-image] Jul 25 01:56:35.215 INFO O| Jul 25 01:56:35.215 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81942024-07-25T01:56:36.179Z[ host-image] Jul 25 01:56:35.225 INFO O| Jul 25 01:56:35.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
81952024-07-25T01:56:36.179Z[ host-image] Jul 25 01:56:35.225 INFO O| Jul 25 01:56:35.225 INFO STEP 26 (remove_files) COMPLETE
81962024-07-25T01:56:36.183Z[ host-image] Jul 25 01:56:35.225 INFO O| Jul 25 01:56:35.225 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81972024-07-25T01:56:36.191Z[ host-image] Jul 25 01:56:35.237 INFO O| Jul 25 01:56:35.237 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
81982024-07-25T01:56:36.191Z[ host-image] Jul 25 01:56:35.237 INFO O| Jul 25 01:56:35.237 INFO STEP 27 (remove_files) COMPLETE
81992024-07-25T01:56:36.194Z[ host-image] Jul 25 01:56:35.237 INFO O| Jul 25 01:56:35.237 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82002024-07-25T01:56:36.202Z[ host-image] Jul 25 01:56:35.248 INFO O| Jul 25 01:56:35.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
82012024-07-25T01:56:36.202Z[ host-image] Jul 25 01:56:35.248 INFO O| Jul 25 01:56:35.248 INFO STEP 28 (remove_files) COMPLETE
82022024-07-25T01:56:36.205Z[ host-image] Jul 25 01:56:35.248 INFO O| Jul 25 01:56:35.248 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82032024-07-25T01:56:36.212Z[ host-image] Jul 25 01:56:35.257 INFO O| Jul 25 01:56:35.257 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
82042024-07-25T01:56:36.215Z[ host-image] Jul 25 01:56:35.257 INFO O| Jul 25 01:56:35.257 INFO STEP 29 (remove_files) COMPLETE
82052024-07-25T01:56:36.215Z[ host-image] Jul 25 01:56:35.257 INFO O| Jul 25 01:56:35.257 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82062024-07-25T01:56:36.221Z[ host-image] Jul 25 01:56:35.267 INFO O| Jul 25 01:56:35.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
82072024-07-25T01:56:36.221Z[ host-image] Jul 25 01:56:35.267 INFO O| Jul 25 01:56:35.267 INFO STEP 30 (remove_files) COMPLETE
82082024-07-25T01:56:36.224Z[ host-image] Jul 25 01:56:35.267 INFO O| Jul 25 01:56:35.267 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82092024-07-25T01:56:36.231Z[ host-image] Jul 25 01:56:35.277 INFO O| Jul 25 01:56:35.277 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
82102024-07-25T01:56:36.231Z[ host-image] Jul 25 01:56:35.277 INFO O| Jul 25 01:56:35.277 INFO STEP 31 (remove_files) COMPLETE
82112024-07-25T01:56:36.232Z[ host-image] Jul 25 01:56:35.277 INFO O| Jul 25 01:56:35.277 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82122024-07-25T01:56:36.242Z[ host-image] Jul 25 01:56:35.287 INFO O| Jul 25 01:56:35.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
82132024-07-25T01:56:36.242Z[ host-image] Jul 25 01:56:35.288 INFO O| Jul 25 01:56:35.288 INFO STEP 32 (remove_files) COMPLETE
82142024-07-25T01:56:36.245Z[ host-image] Jul 25 01:56:35.288 INFO O| Jul 25 01:56:35.288 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82152024-07-25T01:56:36.255Z[ host-image] Jul 25 01:56:35.300 INFO O| Jul 25 01:56:35.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
82162024-07-25T01:56:36.255Z[ host-image] Jul 25 01:56:35.300 INFO O| Jul 25 01:56:35.300 INFO STEP 33 (remove_files) COMPLETE
82172024-07-25T01:56:36.255Z[ host-image] Jul 25 01:56:35.300 INFO O| Jul 25 01:56:35.300 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82182024-07-25T01:56:36.267Z[ host-image] Jul 25 01:56:35.312 INFO O| Jul 25 01:56:35.312 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
82192024-07-25T01:56:36.267Z[ host-image] Jul 25 01:56:35.312 INFO O| Jul 25 01:56:35.312 INFO STEP 34 (remove_files) COMPLETE
82202024-07-25T01:56:36.267Z[ host-image] Jul 25 01:56:35.312 INFO O| Jul 25 01:56:35.312 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82212024-07-25T01:56:36.277Z[ host-image] Jul 25 01:56:35.322 INFO O| Jul 25 01:56:35.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
82222024-07-25T01:56:36.277Z[ host-image] Jul 25 01:56:35.323 INFO O| Jul 25 01:56:35.323 INFO STEP 35 (remove_files) COMPLETE
82232024-07-25T01:56:36.277Z[ host-image] Jul 25 01:56:35.323 INFO O| Jul 25 01:56:35.323 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82242024-07-25T01:56:36.289Z[ host-image] Jul 25 01:56:35.335 INFO O| Jul 25 01:56:35.335 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
82252024-07-25T01:56:36.289Z[ host-image] Jul 25 01:56:35.335 INFO O| Jul 25 01:56:35.335 INFO STEP 36 (remove_files) COMPLETE
82262024-07-25T01:56:36.289Z[ host-image] Jul 25 01:56:35.335 INFO O| Jul 25 01:56:35.335 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82272024-07-25T01:56:36.301Z[ host-image] Jul 25 01:56:35.347 INFO O| Jul 25 01:56:35.346 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
82282024-07-25T01:56:36.301Z[ host-image] Jul 25 01:56:35.347 INFO O| Jul 25 01:56:35.347 INFO STEP 37 (remove_files) COMPLETE
82292024-07-25T01:56:36.301Z[ host-image] Jul 25 01:56:35.347 INFO O| Jul 25 01:56:35.347 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82302024-07-25T01:56:36.311Z[ host-image] Jul 25 01:56:35.356 INFO O| Jul 25 01:56:35.356 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
82312024-07-25T01:56:36.311Z[ host-image] Jul 25 01:56:35.356 INFO O| Jul 25 01:56:35.356 INFO STEP 38 (remove_files) COMPLETE
82322024-07-25T01:56:36.314Z[ host-image] Jul 25 01:56:35.356 INFO O| Jul 25 01:56:35.356 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82332024-07-25T01:56:36.320Z[ host-image] Jul 25 01:56:35.366 INFO O| Jul 25 01:56:35.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
82342024-07-25T01:56:36.324Z[ host-image] Jul 25 01:56:35.366 INFO O| Jul 25 01:56:35.366 INFO STEP 39 (remove_files) COMPLETE
82352024-07-25T01:56:36.324Z[ host-image] Jul 25 01:56:35.366 INFO O| Jul 25 01:56:35.366 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82362024-07-25T01:56:36.330Z[ host-image] Jul 25 01:56:35.376 INFO O| Jul 25 01:56:35.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
82372024-07-25T01:56:36.330Z[ host-image] Jul 25 01:56:35.376 INFO O| Jul 25 01:56:35.376 INFO STEP 40 (remove_files) COMPLETE
82382024-07-25T01:56:36.330Z[ host-image] Jul 25 01:56:35.376 INFO O| Jul 25 01:56:35.376 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82392024-07-25T01:56:36.343Z[ host-image] Jul 25 01:56:35.388 INFO O| Jul 25 01:56:35.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
82402024-07-25T01:56:36.343Z[ host-image] Jul 25 01:56:35.388 INFO O| Jul 25 01:56:35.388 INFO STEP 41 (remove_files) COMPLETE
82412024-07-25T01:56:36.346Z[ host-image] Jul 25 01:56:35.389 INFO O| Jul 25 01:56:35.388 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82422024-07-25T01:56:36.354Z[ host-image] Jul 25 01:56:35.400 INFO O| Jul 25 01:56:35.400 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
82432024-07-25T01:56:36.354Z[ host-image] Jul 25 01:56:35.400 INFO O| Jul 25 01:56:35.400 INFO STEP 42 (remove_files) COMPLETE
82442024-07-25T01:56:36.357Z[ host-image] Jul 25 01:56:35.400 INFO O| Jul 25 01:56:35.400 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82452024-07-25T01:56:36.364Z[ host-image] Jul 25 01:56:35.410 INFO O| Jul 25 01:56:35.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
82462024-07-25T01:56:36.364Z[ host-image] Jul 25 01:56:35.410 INFO O| Jul 25 01:56:35.410 INFO STEP 43 (remove_files) COMPLETE
82472024-07-25T01:56:36.367Z[ host-image] Jul 25 01:56:35.410 INFO O| Jul 25 01:56:35.410 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82482024-07-25T01:56:36.374Z[ host-image] Jul 25 01:56:35.419 INFO O| Jul 25 01:56:35.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
82492024-07-25T01:56:36.377Z[ host-image] Jul 25 01:56:35.420 INFO O| Jul 25 01:56:35.419 INFO STEP 44 (remove_files) COMPLETE
82502024-07-25T01:56:36.377Z[ host-image] Jul 25 01:56:35.420 INFO O| Jul 25 01:56:35.419 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82512024-07-25T01:56:36.383Z[ host-image] Jul 25 01:56:35.429 INFO O| Jul 25 01:56:35.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
82522024-07-25T01:56:36.383Z[ host-image] Jul 25 01:56:35.429 INFO O| Jul 25 01:56:35.429 INFO STEP 45 (remove_files) COMPLETE
82532024-07-25T01:56:36.386Z[ host-image] Jul 25 01:56:35.429 INFO O| Jul 25 01:56:35.429 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82542024-07-25T01:56:36.393Z[ host-image] Jul 25 01:56:35.439 INFO O| Jul 25 01:56:35.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
82552024-07-25T01:56:36.393Z[ host-image] Jul 25 01:56:35.439 INFO O| Jul 25 01:56:35.439 INFO STEP 46 (remove_files) COMPLETE
82562024-07-25T01:56:36.396Z[ host-image] Jul 25 01:56:35.439 INFO O| Jul 25 01:56:35.439 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82572024-07-25T01:56:36.402Z[ host-image] Jul 25 01:56:35.448 INFO O| Jul 25 01:56:35.448 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
82582024-07-25T01:56:36.402Z[ host-image] Jul 25 01:56:35.448 INFO O| Jul 25 01:56:35.448 INFO STEP 47 (remove_files) COMPLETE
82592024-07-25T01:56:36.405Z[ host-image] Jul 25 01:56:35.448 INFO O| Jul 25 01:56:35.448 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82602024-07-25T01:56:36.412Z[ host-image] Jul 25 01:56:35.458 INFO O| Jul 25 01:56:35.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
82612024-07-25T01:56:36.412Z[ host-image] Jul 25 01:56:35.458 INFO O| Jul 25 01:56:35.458 INFO STEP 48 (remove_files) COMPLETE
82622024-07-25T01:56:36.412Z[ host-image] Jul 25 01:56:35.458 INFO O| Jul 25 01:56:35.458 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82632024-07-25T01:56:36.422Z[ host-image] Jul 25 01:56:35.468 INFO O| Jul 25 01:56:35.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
82642024-07-25T01:56:36.422Z[ host-image] Jul 25 01:56:35.468 INFO O| Jul 25 01:56:35.468 INFO STEP 49 (remove_files) COMPLETE
82652024-07-25T01:56:36.425Z[ host-image] Jul 25 01:56:35.468 INFO O| Jul 25 01:56:35.468 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82662024-07-25T01:56:36.432Z[ host-image] Jul 25 01:56:35.478 INFO O| Jul 25 01:56:35.478 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
82672024-07-25T01:56:36.432Z[ host-image] Jul 25 01:56:35.478 INFO O| Jul 25 01:56:35.478 INFO STEP 50 (remove_files) COMPLETE
82682024-07-25T01:56:36.435Z[ host-image] Jul 25 01:56:35.478 INFO O| Jul 25 01:56:35.478 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82692024-07-25T01:56:36.442Z[ host-image] Jul 25 01:56:35.487 INFO O| Jul 25 01:56:35.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
82702024-07-25T01:56:36.442Z[ host-image] Jul 25 01:56:35.487 INFO O| Jul 25 01:56:35.487 INFO STEP 51 (remove_files) COMPLETE
82712024-07-25T01:56:36.442Z[ host-image] Jul 25 01:56:35.487 INFO O| Jul 25 01:56:35.487 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82722024-07-25T01:56:36.451Z[ host-image] Jul 25 01:56:35.497 INFO O| Jul 25 01:56:35.497 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
82732024-07-25T01:56:36.451Z[ host-image] Jul 25 01:56:35.497 INFO O| Jul 25 01:56:35.497 INFO STEP 52 (remove_files) COMPLETE
82742024-07-25T01:56:36.455Z[ host-image] Jul 25 01:56:35.497 INFO O| Jul 25 01:56:35.497 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82752024-07-25T01:56:36.461Z[ host-image] Jul 25 01:56:35.507 INFO O| Jul 25 01:56:35.507 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
82762024-07-25T01:56:36.461Z[ host-image] Jul 25 01:56:35.507 INFO O| Jul 25 01:56:35.507 INFO STEP 53 (remove_files) COMPLETE
82772024-07-25T01:56:36.464Z[ host-image] Jul 25 01:56:35.507 INFO O| Jul 25 01:56:35.507 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82782024-07-25T01:56:36.471Z[ host-image] Jul 25 01:56:35.516 INFO O| Jul 25 01:56:35.516 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
82792024-07-25T01:56:36.471Z[ host-image] Jul 25 01:56:35.517 INFO O| Jul 25 01:56:35.517 INFO STEP 54 (remove_files) COMPLETE
82802024-07-25T01:56:36.471Z[ host-image] Jul 25 01:56:35.517 INFO O| Jul 25 01:56:35.517 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82812024-07-25T01:56:36.481Z[ host-image] Jul 25 01:56:35.526 INFO O| Jul 25 01:56:35.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
82822024-07-25T01:56:36.481Z[ host-image] Jul 25 01:56:35.526 INFO O| Jul 25 01:56:35.526 INFO STEP 55 (remove_files) COMPLETE
82832024-07-25T01:56:36.481Z[ host-image] Jul 25 01:56:35.526 INFO O| Jul 25 01:56:35.526 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82842024-07-25T01:56:36.490Z[ host-image] Jul 25 01:56:35.536 INFO O| Jul 25 01:56:35.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
82852024-07-25T01:56:36.490Z[ host-image] Jul 25 01:56:35.536 INFO O| Jul 25 01:56:35.536 INFO STEP 56 (remove_files) COMPLETE
82862024-07-25T01:56:36.493Z[ host-image] Jul 25 01:56:35.536 INFO O| Jul 25 01:56:35.536 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82872024-07-25T01:56:36.500Z[ host-image] Jul 25 01:56:35.545 INFO O| Jul 25 01:56:35.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
82882024-07-25T01:56:36.502Z[ host-image] Jul 25 01:56:35.546 INFO O| Jul 25 01:56:35.546 INFO STEP 57 (remove_files) COMPLETE
82892024-07-25T01:56:36.502Z[ host-image] Jul 25 01:56:35.546 INFO O| Jul 25 01:56:35.546 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82902024-07-25T01:56:36.510Z[ host-image] Jul 25 01:56:35.555 INFO O| Jul 25 01:56:35.555 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
82912024-07-25T01:56:36.510Z[ host-image] Jul 25 01:56:35.556 INFO O| Jul 25 01:56:35.555 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
82922024-07-25T01:56:36.513Z[ host-image] Jul 25 01:56:35.556 INFO O| Jul 25 01:56:35.556 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
82932024-07-25T01:56:36.513Z[ host-image] Jul 25 01:56:35.556 INFO O| Jul 25 01:56:35.556 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
82942024-07-25T01:56:36.513Z[ host-image] Jul 25 01:56:35.556 INFO O| Jul 25 01:56:35.556 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
82952024-07-25T01:56:36.513Z[ host-image] Jul 25 01:56:35.556 INFO O| Jul 25 01:56:35.556 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
82962024-07-25T01:56:36.513Z[ host-image] Jul 25 01:56:35.556 INFO O| Jul 25 01:56:35.556 INFO ok!
82972024-07-25T01:56:36.513Z[ host-image] Jul 25 01:56:35.556 INFO O| Jul 25 01:56:35.556 INFO STEP 58 (ensure_file) COMPLETE
82982024-07-25T01:56:36.513Z[ host-image] Jul 25 01:56:35.556 INFO O| Jul 25 01:56:35.556 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82992024-07-25T01:56:36.521Z[ host-image] Jul 25 01:56:35.566 INFO O| Jul 25 01:56:35.566 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
83002024-07-25T01:56:36.524Z[ host-image] Jul 25 01:56:35.566 INFO O| Jul 25 01:56:35.566 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
83012024-07-25T01:56:36.524Z[ host-image] Jul 25 01:56:35.566 INFO O| Jul 25 01:56:35.566 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
83022024-07-25T01:56:36.524Z[ host-image] Jul 25 01:56:35.566 INFO O| Jul 25 01:56:35.566 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
83032024-07-25T01:56:36.524Z[ host-image] Jul 25 01:56:35.566 INFO O| Jul 25 01:56:35.566 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
83042024-07-25T01:56:36.524Z[ host-image] Jul 25 01:56:35.566 INFO O| Jul 25 01:56:35.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
83052024-07-25T01:56:36.524Z[ host-image] Jul 25 01:56:35.566 INFO O| Jul 25 01:56:35.566 INFO ok!
83062024-07-25T01:56:36.524Z[ host-image] Jul 25 01:56:35.566 INFO O| Jul 25 01:56:35.566 INFO STEP 59 (ensure_file) COMPLETE
83072024-07-25T01:56:36.524Z[ host-image] Jul 25 01:56:35.566 INFO O| Jul 25 01:56:35.566 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83082024-07-25T01:56:36.531Z[ host-image] Jul 25 01:56:35.577 INFO O| Jul 25 01:56:35.576 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
83092024-07-25T01:56:36.531Z[ host-image] Jul 25 01:56:35.577 INFO O| Jul 25 01:56:35.577 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
83102024-07-25T01:56:36.534Z[ host-image] Jul 25 01:56:35.577 INFO O| Jul 25 01:56:35.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
83112024-07-25T01:56:36.534Z[ host-image] Jul 25 01:56:35.577 INFO O| Jul 25 01:56:35.577 INFO ok!
83122024-07-25T01:56:36.534Z[ host-image] Jul 25 01:56:35.577 INFO O| Jul 25 01:56:35.577 INFO STEP 60 (ensure_file) COMPLETE
83132024-07-25T01:56:36.534Z[ host-image] Jul 25 01:56:35.577 INFO O| Jul 25 01:56:35.577 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83142024-07-25T01:56:36.542Z[ host-image] Jul 25 01:56:35.587 INFO O| Jul 25 01:56:35.587 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
83152024-07-25T01:56:36.542Z[ host-image] Jul 25 01:56:35.587 INFO O| Jul 25 01:56:35.587 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
83162024-07-25T01:56:36.544Z[ host-image] Jul 25 01:56:35.588 INFO O| Jul 25 01:56:35.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
83172024-07-25T01:56:36.544Z[ host-image] Jul 25 01:56:35.588 INFO O| Jul 25 01:56:35.588 INFO ok!
83182024-07-25T01:56:36.544Z[ host-image] Jul 25 01:56:35.588 INFO O| Jul 25 01:56:35.588 INFO STEP 61 (ensure_file) COMPLETE
83192024-07-25T01:56:36.545Z[ host-image] Jul 25 01:56:35.588 INFO O| Jul 25 01:56:35.588 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83202024-07-25T01:56:36.552Z[ host-image] Jul 25 01:56:35.598 INFO O| Jul 25 01:56:35.598 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
83212024-07-25T01:56:36.552Z[ host-image] Jul 25 01:56:35.598 INFO O| Jul 25 01:56:35.598 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
83222024-07-25T01:56:36.555Z[ host-image] Jul 25 01:56:35.598 INFO O| Jul 25 01:56:35.598 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
83232024-07-25T01:56:36.555Z[ host-image] Jul 25 01:56:35.598 INFO O| Jul 25 01:56:35.598 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
83242024-07-25T01:56:36.555Z[ host-image] Jul 25 01:56:35.598 INFO O| Jul 25 01:56:35.598 INFO ok!
83252024-07-25T01:56:36.555Z[ host-image] Jul 25 01:56:35.598 INFO O| Jul 25 01:56:35.598 INFO STEP 62 (ensure_file) COMPLETE
83262024-07-25T01:56:36.555Z[ host-image] Jul 25 01:56:35.598 INFO O| Jul 25 01:56:35.598 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83272024-07-25T01:56:36.563Z[ host-image] Jul 25 01:56:35.609 INFO O| Jul 25 01:56:35.609 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
83282024-07-25T01:56:36.563Z[ host-image] Jul 25 01:56:35.609 INFO O| Jul 25 01:56:35.609 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
83292024-07-25T01:56:36.566Z[ host-image] Jul 25 01:56:35.609 INFO O| Jul 25 01:56:35.609 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
83302024-07-25T01:56:36.566Z[ host-image] Jul 25 01:56:35.609 INFO O| Jul 25 01:56:35.609 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
83312024-07-25T01:56:36.566Z[ host-image] Jul 25 01:56:35.609 INFO O| Jul 25 01:56:35.609 INFO ok!
83322024-07-25T01:56:36.566Z[ host-image] Jul 25 01:56:35.609 INFO O| Jul 25 01:56:35.609 INFO STEP 63 (ensure_file) COMPLETE
83332024-07-25T01:56:36.566Z[ host-image] Jul 25 01:56:35.609 INFO O| Jul 25 01:56:35.609 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83342024-07-25T01:56:36.574Z[ host-image] Jul 25 01:56:35.619 INFO O| Jul 25 01:56:35.619 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme does not exist
83352024-07-25T01:56:36.574Z[ host-image] Jul 25 01:56:35.619 INFO O| Jul 25 01:56:35.619 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme ...
83362024-07-25T01:56:36.576Z[ host-image] Jul 25 01:56:35.619 INFO O| Jul 25 01:56:35.619 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
83372024-07-25T01:56:36.577Z[ host-image] Jul 25 01:56:35.619 INFO O| Jul 25 01:56:35.619 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
83382024-07-25T01:56:36.577Z[ host-image] Jul 25 01:56:35.619 INFO O| Jul 25 01:56:35.619 INFO ok!
83392024-07-25T01:56:36.577Z[ host-image] Jul 25 01:56:35.619 INFO O| Jul 25 01:56:35.619 INFO STEP 64 (ensure_file) COMPLETE
83402024-07-25T01:56:36.577Z[ host-image] Jul 25 01:56:35.619 INFO O| Jul 25 01:56:35.619 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83412024-07-25T01:56:36.584Z[ host-image] Jul 25 01:56:35.630 INFO O| Jul 25 01:56:35.630 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
83422024-07-25T01:56:36.587Z[ host-image] Jul 25 01:56:35.630 INFO O| Jul 25 01:56:35.630 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
83432024-07-25T01:56:36.587Z[ host-image] Jul 25 01:56:35.630 INFO O| Jul 25 01:56:35.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
83442024-07-25T01:56:36.587Z[ host-image] Jul 25 01:56:35.630 INFO O| Jul 25 01:56:35.630 INFO ok!
83452024-07-25T01:56:36.587Z[ host-image] Jul 25 01:56:35.630 INFO O| Jul 25 01:56:35.630 INFO STEP 65 (assemble_files) COMPLETE
83462024-07-25T01:56:36.587Z[ host-image] Jul 25 01:56:35.630 INFO O| Jul 25 01:56:35.630 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83472024-07-25T01:56:36.594Z[ host-image] Jul 25 01:56:35.640 INFO O| Jul 25 01:56:35.640 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
83482024-07-25T01:56:36.594Z[ host-image] Jul 25 01:56:35.640 INFO O| Jul 25 01:56:35.640 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
83492024-07-25T01:56:36.598Z[ host-image] Jul 25 01:56:35.640 INFO O| Jul 25 01:56:35.640 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
83502024-07-25T01:56:36.598Z[ host-image] Jul 25 01:56:35.640 INFO O| Jul 25 01:56:35.640 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
83512024-07-25T01:56:36.598Z[ host-image] Jul 25 01:56:35.640 INFO O| Jul 25 01:56:35.640 INFO ok!
83522024-07-25T01:56:36.598Z[ host-image] Jul 25 01:56:35.640 INFO O| Jul 25 01:56:35.640 INFO STEP 66 (ensure_file) COMPLETE
83532024-07-25T01:56:36.598Z[ host-image] Jul 25 01:56:35.640 INFO O| Jul 25 01:56:35.640 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83542024-07-25T01:56:36.605Z[ host-image] Jul 25 01:56:35.650 INFO O| Jul 25 01:56:35.650 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
83552024-07-25T01:56:36.608Z[ host-image] Jul 25 01:56:35.650 INFO O| Jul 25 01:56:35.650 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
83562024-07-25T01:56:36.608Z[ host-image] Jul 25 01:56:35.650 INFO O| Jul 25 01:56:35.650 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
83572024-07-25T01:56:36.608Z[ host-image] Jul 25 01:56:35.650 INFO O| Jul 25 01:56:35.650 INFO STEP 67 (ensure_dir) COMPLETE
83582024-07-25T01:56:36.608Z[ host-image] Jul 25 01:56:35.651 INFO O| Jul 25 01:56:35.650 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83592024-07-25T01:56:36.615Z[ host-image] Jul 25 01:56:35.661 INFO O| Jul 25 01:56:35.660 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
83602024-07-25T01:56:36.618Z[ host-image] Jul 25 01:56:35.661 INFO O| Jul 25 01:56:35.661 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 ...
83612024-07-25T01:56:36.622Z[ host-image] Jul 25 01:56:35.668 INFO O| Jul 25 01:56:35.668 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
83622024-07-25T01:56:36.622Z[ host-image] Jul 25 01:56:35.668 INFO O| Jul 25 01:56:35.668 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
83632024-07-25T01:56:36.624Z[ host-image] Jul 25 01:56:35.668 INFO O| Jul 25 01:56:35.668 INFO ok!
83642024-07-25T01:56:36.624Z[ host-image] Jul 25 01:56:35.668 INFO O| Jul 25 01:56:35.668 INFO STEP 68 (ensure_file) COMPLETE
83652024-07-25T01:56:36.624Z[ host-image] Jul 25 01:56:35.668 INFO O| Jul 25 01:56:35.668 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-07-25T01:56:36.632Z[ host-image] Jul 25 01:56:35.678 INFO O| Jul 25 01:56:35.678 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
83672024-07-25T01:56:36.633Z[ host-image] Jul 25 01:56:35.678 INFO O| Jul 25 01:56:35.678 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 ...
83682024-07-25T01:56:36.635Z[ host-image] Jul 25 01:56:35.678 INFO O| Jul 25 01:56:35.678 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
83692024-07-25T01:56:36.635Z[ host-image] Jul 25 01:56:35.678 INFO O| Jul 25 01:56:35.678 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
83702024-07-25T01:56:36.636Z[ host-image] Jul 25 01:56:35.678 INFO O| Jul 25 01:56:35.678 INFO ok!
83712024-07-25T01:56:36.636Z[ host-image] Jul 25 01:56:35.678 INFO O| Jul 25 01:56:35.678 INFO STEP 69 (ensure_file) COMPLETE
83722024-07-25T01:56:36.636Z[ host-image] Jul 25 01:56:35.678 INFO O| Jul 25 01:56:35.678 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83732024-07-25T01:56:36.648Z[ host-image] Jul 25 01:56:35.693 INFO O| Jul 25 01:56:35.693 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
83742024-07-25T01:56:36.648Z[ host-image] Jul 25 01:56:35.693 INFO O| Jul 25 01:56:35.693 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
83752024-07-25T01:56:39.432Z[ host-image] Jul 25 01:56:38.477 INFO O| Jul 25 01:56:38.476 INFO STEP 70 (pack_tar) COMPLETE
83762024-07-25T01:56:39.432Z[ host-image] Jul 25 01:56:38.477 INFO O| Jul 25 01:56:38.477 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83772024-07-25T01:56:39.435Z[ host-image] Jul 25 01:56:38.477 INFO O| Jul 25 01:56:38.477 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
83782024-07-25T01:56:39.596Z[ host-image] Jul 25 01:56:38.640 INFO O| Jul 25 01:56:38.640 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83792024-07-25T01:56:39.668Z[ host-image] Jul 25 01:56:38.713 INFO O| Jul 25 01:56:38.713 INFO completed processing gimlet/ramdisk-02-trim
83802024-07-25T01:56:39.671Z[ host-image] Jul 25 01:56:38.716 INFO image builder template: zfs...
83812024-07-25T01:56:39.671Z[ host-image] Jul 25 01:56:38.716 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/.tmpqlF6Zf/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.277", "-n", "zfs"], pwd: None
83822024-07-25T01:56:39.693Z[ host-image] Jul 25 01:56:38.738 INFO O| Jul 25 01:56:38.738 INFO skip include "stress" because feature "stress" is not enabled
83832024-07-25T01:56:39.726Z[ host-image] Jul 25 01:56:38.771 INFO O| Jul 25 01:56:38.771 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
83842024-07-25T01:56:39.731Z[ host-image] Jul 25 01:56:38.776 INFO O| Jul 25 01:56:38.776 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
83852024-07-25T01:56:39.801Z[ host-image] Jul 25 01:56:38.847 INFO O| Jul 25 01:56:38.847 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
83862024-07-25T01:56:39.856Z[ host-image] Jul 25 01:56:38.901 INFO O| Jul 25 01:56:38.901 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
83872024-07-25T01:56:39.856Z[ host-image] Jul 25 01:56:38.901 INFO O| Jul 25 01:56:38.901 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
83882024-07-25T01:56:39.862Z[ host-image] Jul 25 01:56:38.907 INFO O| Jul 25 01:56:38.907 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
83892024-07-25T01:56:39.926Z[ host-image] Jul 25 01:56:38.971 INFO O| Jul 25 01:56:38.971 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
83902024-07-25T01:56:39.929Z[ recovery-image] Jul 25 01:56:38.974 INFO E| Compiling clap_derive v4.5.3
83912024-07-25T01:56:39.969Z[ host-image] Jul 25 01:56:39.015 INFO O| Jul 25 01:56:39.014 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
83922024-07-25T01:56:39.983Z[ host-image] Jul 25 01:56:39.029 INFO O| Jul 25 01:56:39.029 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
83932024-07-25T01:56:39.989Z[ host-image] Jul 25 01:56:39.035 INFO O| Jul 25 01:56:39.034 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
83942024-07-25T01:56:39.992Z[ host-image] Jul 25 01:56:39.035 INFO O| Jul 25 01:56:39.035 INFO no lofi found
83952024-07-25T01:56:39.992Z[ host-image] Jul 25 01:56:39.035 INFO O| Jul 25 01:56:39.035 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
83962024-07-25T01:56:39.992Z[ host-image] Jul 25 01:56:39.035 INFO O| Jul 25 01:56:39.035 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
83972024-07-25T01:56:41.943Z[ recovery-image] Jul 25 01:56:40.988 INFO E| Compiling clap v4.5.3
83982024-07-25T01:56:41.963Z[ host-image] Jul 25 01:56:41.008 INFO O| Jul 25 01:56:41.008 INFO lofi device = /dev/dsk/c2t1d0p0
83992024-07-25T01:56:41.963Z[ host-image] Jul 25 01:56:41.008 INFO O| Jul 25 01:56:41.008 INFO pool device = /dev/dsk/c2t1d0p0
84002024-07-25T01:56:41.966Z[ host-image] Jul 25 01:56:41.009 INFO O| Jul 25 01:56:41.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"]
84012024-07-25T01:56:42.006Z[ recovery-image] Jul 25 01:56:41.051 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
84022024-07-25T01:56:42.037Z[ host-image] Jul 25 01:56:41.082 INFO O| Jul 25 01:56:41.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
84032024-07-25T01:56:42.037Z[ host-image] Jul 25 01:56:41.082 INFO O| Jul 25 01:56:41.082 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
84042024-07-25T01:56:42.056Z[ host-image] Jul 25 01:56:41.101 INFO O| Jul 25 01:56:41.100 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
84052024-07-25T01:56:42.114Z[ host-image] Jul 25 01:56:41.159 INFO O| Jul 25 01:56:41.159 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
84062024-07-25T01:56:42.151Z[ host-image] Jul 25 01:56:41.196 INFO O| Jul 25 01:56:41.196 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
84072024-07-25T01:56:42.165Z[ host-image] Jul 25 01:56:41.210 INFO O| Jul 25 01:56:41.210 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
84082024-07-25T01:56:42.175Z[ host-image] Jul 25 01:56:41.221 INFO O| Jul 25 01:56:41.221 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
84092024-07-25T01:56:42.222Z[ host-image] Jul 25 01:56:41.267 INFO O| Jul 25 01:56:41.267 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
84102024-07-25T01:56:42.222Z[ host-image] Jul 25 01:56:41.267 INFO O| Jul 25 01:56:41.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
84112024-07-25T01:56:42.222Z[ host-image] Jul 25 01:56:41.267 INFO O| Jul 25 01:56:41.267 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
84122024-07-25T01:56:42.231Z[ host-image] Jul 25 01:56:41.276 INFO O| Jul 25 01:56:41.276 INFO boot environment UUID: 153dcb91-9eaa-4c62-b511-4700ba0428ac
84132024-07-25T01:56:42.231Z[ host-image] Jul 25 01:56:41.276 INFO O| Jul 25 01:56:41.276 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 153dcb91-9eaa-4c62-b511-4700ba0428ac
84142024-07-25T01:56:42.241Z[ host-image] Jul 25 01:56:41.286 INFO O| Jul 25 01:56:41.286 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
84152024-07-25T01:56:42.251Z[ host-image] Jul 25 01:56:41.296 INFO O| Jul 25 01:56:41.296 INFO STEP 0 (create_be) COMPLETE
84162024-07-25T01:56:42.253Z[ host-image] Jul 25 01:56:41.296 INFO O| Jul 25 01:56:41.296 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
84172024-07-25T01:56:42.266Z[ host-image] Jul 25 01:56:41.312 INFO O| Jul 25 01:56:41.312 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
84182024-07-25T01:56:43.474Z[ recovery-image] Jul 25 01:56:42.519 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
84192024-07-25T01:56:43.485Z[ recovery-image] Jul 25 01:56:42.530 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
84202024-07-25T01:56:43.650Z[ recovery-image] Jul 25 01:56:42.694 INFO E| Updating crates.io index
84212024-07-25T01:56:44.026Z[ recovery-image] Jul 25 01:56:43.071 INFO E| Downloading crates ...
84222024-07-25T01:56:44.073Z[ recovery-image] Jul 25 01:56:43.118 INFO E| Downloaded cpio_reader v0.1.1
84232024-07-25T01:56:44.094Z[ recovery-image] Jul 25 01:56:43.139 INFO E| Downloaded seq-macro v0.3.5
84242024-07-25T01:56:44.098Z[ recovery-image] Jul 25 01:56:43.144 INFO E| Downloaded raw-cpuid v10.7.0
84252024-07-25T01:56:44.104Z[ recovery-image] Jul 25 01:56:43.149 INFO E| Downloaded goblin v0.8.0
84262024-07-25T01:56:44.112Z[ recovery-image] Jul 25 01:56:43.157 INFO E| Downloaded bit_field v0.10.2
84272024-07-25T01:56:44.215Z[ recovery-image] Jul 25 01:56:43.258 INFO E| Downloaded x86 v0.52.0
84282024-07-25T01:56:44.309Z[ recovery-image] Jul 25 01:56:43.354 INFO E| Updating crates.io index
84292024-07-25T01:56:44.395Z[ recovery-image] Jul 25 01:56:43.440 INFO E| Downloading crates ...
84302024-07-25T01:56:44.454Z[ recovery-image] Jul 25 01:56:43.499 INFO E| Downloaded allocator-api2 v0.2.16
84312024-07-25T01:56:44.465Z[ recovery-image] Jul 25 01:56:43.510 INFO E| Downloaded rustc-demangle v0.1.23
84322024-07-25T01:56:44.473Z[ recovery-image] Jul 25 01:56:43.518 INFO E| Downloaded compiler_builtins v0.1.108
84332024-07-25T01:56:44.559Z[ recovery-image] Jul 25 01:56:43.604 INFO E| Compiling compiler_builtins v0.1.108
84342024-07-25T01:56:44.559Z[ recovery-image] Jul 25 01:56:43.604 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
84352024-07-25T01:56:44.562Z[ recovery-image] Jul 25 01:56:43.604 INFO E| Compiling proc-macro2 v1.0.79
84362024-07-25T01:56:44.562Z[ recovery-image] Jul 25 01:56:43.604 INFO E| Compiling unicode-ident v1.0.12
84372024-07-25T01:56:44.562Z[ recovery-image] Jul 25 01:56:43.604 INFO E| Compiling syn v1.0.109
84382024-07-25T01:56:44.562Z[ recovery-image] Jul 25 01:56:43.604 INFO E| Compiling x86 v0.52.0
84392024-07-25T01:56:44.565Z[ recovery-image] Jul 25 01:56:43.611 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84402024-07-25T01:56:44.565Z[ recovery-image] Jul 25 01:56:43.611 INFO E| Compiling seq-macro v0.3.5
84412024-07-25T01:56:46.388Z[ recovery-image] Jul 25 01:56:45.432 INFO E| Compiling quote v1.0.35
84422024-07-25T01:56:46.681Z[ recovery-image] Jul 25 01:56:45.725 INFO E| Compiling syn v2.0.53
84432024-07-25T01:56:52.100Z[ recovery-image] Jul 25 01:56:51.144 INFO E| Compiling scroll_derive v0.12.0
84442024-07-25T01:56:57.332Z[ recovery-image] Jul 25 01:56:56.376 INFO E| Compiling bitstruct_derive v0.1.0
84452024-07-25T01:57:03.833Z[ host-image] Jul 25 01:57:02.877 INFO O| Jul 25 01:57:02.877 INFO STEP 1 (unpack_tar) COMPLETE
84462024-07-25T01:57:03.833Z[ host-image] Jul 25 01:57:02.877 INFO O| Jul 25 01:57:02.877 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84472024-07-25T01:57:03.845Z[ host-image] Jul 25 01:57:02.889 INFO O| Jul 25 01:57:02.889 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
84482024-07-25T01:57:03.958Z[ host-image] Jul 25 01:57:03.002 INFO O| Jul 25 01:57:03.002 INFO STEP 2 (devfsadm) COMPLETE
84492024-07-25T01:57:03.958Z[ host-image] Jul 25 01:57:03.002 INFO O| Jul 25 01:57:03.002 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84502024-07-25T01:57:03.970Z[ host-image] Jul 25 01:57:03.014 INFO O| Jul 25 01:57:03.014 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
84512024-07-25T01:57:03.972Z[ host-image] Jul 25 01:57:03.014 INFO O| Jul 25 01:57:03.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
84522024-07-25T01:57:03.972Z[ host-image] Jul 25 01:57:03.014 INFO O| Jul 25 01:57:03.014 INFO STEP 3 (ensure_dir) COMPLETE
84532024-07-25T01:57:03.972Z[ host-image] Jul 25 01:57:03.014 INFO O| Jul 25 01:57:03.014 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84542024-07-25T01:57:03.979Z[ host-image] Jul 25 01:57:03.023 INFO O| Jul 25 01:57:03.023 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
84552024-07-25T01:57:03.982Z[ host-image] Jul 25 01:57:03.023 INFO O| Jul 25 01:57:03.023 INFO STEP 4 (ensure_dir) COMPLETE
84562024-07-25T01:57:03.982Z[ host-image] Jul 25 01:57:03.023 INFO O| Jul 25 01:57:03.023 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84572024-07-25T01:57:03.988Z[ host-image] Jul 25 01:57:03.032 INFO O| Jul 25 01:57:03.032 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
84582024-07-25T01:57:03.988Z[ host-image] Jul 25 01:57:03.032 INFO O| Jul 25 01:57:03.032 INFO STEP 5 (ensure_dir) COMPLETE
84592024-07-25T01:57:03.991Z[ host-image] Jul 25 01:57:03.032 INFO O| Jul 25 01:57:03.032 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84602024-07-25T01:57:03.998Z[ host-image] Jul 25 01:57:03.042 INFO O| Jul 25 01:57:03.042 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
84612024-07-25T01:57:04.001Z[ host-image] Jul 25 01:57:03.042 INFO O| Jul 25 01:57:03.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
84622024-07-25T01:57:04.001Z[ host-image] Jul 25 01:57:03.042 INFO O| Jul 25 01:57:03.042 INFO STEP 6 (ensure_dir) COMPLETE
84632024-07-25T01:57:04.001Z[ host-image] Jul 25 01:57:03.042 INFO O| Jul 25 01:57:03.042 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84642024-07-25T01:57:04.007Z[ host-image] Jul 25 01:57:03.051 INFO O| Jul 25 01:57:03.051 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
84652024-07-25T01:57:04.007Z[ host-image] Jul 25 01:57:03.051 INFO O| Jul 25 01:57:03.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
84662024-07-25T01:57:04.010Z[ host-image] Jul 25 01:57:03.051 INFO O| Jul 25 01:57:03.051 INFO STEP 7 (ensure_dir) COMPLETE
84672024-07-25T01:57:04.010Z[ host-image] Jul 25 01:57:03.051 INFO O| Jul 25 01:57:03.051 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84682024-07-25T01:57:04.016Z[ host-image] Jul 25 01:57:03.061 INFO O| Jul 25 01:57:03.061 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
84692024-07-25T01:57:04.019Z[ host-image] Jul 25 01:57:03.061 INFO O| Jul 25 01:57:03.061 INFO STEP 8 (remove_files) COMPLETE
84702024-07-25T01:57:04.019Z[ host-image] Jul 25 01:57:03.061 INFO O| Jul 25 01:57:03.061 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84712024-07-25T01:57:04.026Z[ host-image] Jul 25 01:57:03.070 INFO O| Jul 25 01:57:03.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
84722024-07-25T01:57:04.029Z[ host-image] Jul 25 01:57:03.071 INFO O| Jul 25 01:57:03.071 INFO STEP 9 (remove_files) COMPLETE
84732024-07-25T01:57:04.029Z[ host-image] Jul 25 01:57:03.071 INFO O| Jul 25 01:57:03.071 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84742024-07-25T01:57:04.036Z[ host-image] Jul 25 01:57:03.080 INFO O| Jul 25 01:57:03.080 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
84752024-07-25T01:57:04.038Z[ host-image] Jul 25 01:57:03.081 INFO O| Jul 25 01:57:03.081 INFO STEP 10 (remove_files) COMPLETE
84762024-07-25T01:57:04.038Z[ host-image] Jul 25 01:57:03.081 INFO O| Jul 25 01:57:03.081 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84772024-07-25T01:57:04.046Z[ host-image] Jul 25 01:57:03.090 INFO O| Jul 25 01:57:03.090 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
84782024-07-25T01:57:04.049Z[ host-image] Jul 25 01:57:03.090 INFO O| Jul 25 01:57:03.090 INFO STEP 11 (remove_files) COMPLETE
84792024-07-25T01:57:04.049Z[ host-image] Jul 25 01:57:03.090 INFO O| Jul 25 01:57:03.090 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84802024-07-25T01:57:04.055Z[ host-image] Jul 25 01:57:03.099 INFO O| Jul 25 01:57:03.099 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
84812024-07-25T01:57:04.055Z[ host-image] Jul 25 01:57:03.099 INFO O| Jul 25 01:57:03.099 INFO STEP 12 (remove_files) COMPLETE
84822024-07-25T01:57:04.058Z[ host-image] Jul 25 01:57:03.099 INFO O| Jul 25 01:57:03.099 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84832024-07-25T01:57:04.065Z[ host-image] Jul 25 01:57:03.109 INFO O| Jul 25 01:57:03.109 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
84842024-07-25T01:57:04.065Z[ host-image] Jul 25 01:57:03.109 INFO O| Jul 25 01:57:03.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
84852024-07-25T01:57:04.065Z[ host-image] Jul 25 01:57:03.109 INFO O| Jul 25 01:57:03.109 INFO STEP 13 (ensure_dir) COMPLETE
84862024-07-25T01:57:04.067Z[ host-image] Jul 25 01:57:03.109 INFO O| Jul 25 01:57:03.109 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84872024-07-25T01:57:04.074Z[ host-image] Jul 25 01:57:03.118 INFO O| Jul 25 01:57:03.118 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
84882024-07-25T01:57:04.074Z[ host-image] Jul 25 01:57:03.119 INFO O| Jul 25 01:57:03.118 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
84892024-07-25T01:57:04.074Z[ host-image] Jul 25 01:57:03.119 INFO O| Jul 25 01:57:03.119 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
84902024-07-25T01:57:04.077Z[ host-image] Jul 25 01:57:03.119 INFO O| Jul 25 01:57:03.119 INFO STEP 14 (ensure_dir) COMPLETE
84912024-07-25T01:57:04.077Z[ host-image] Jul 25 01:57:03.119 INFO O| Jul 25 01:57:03.119 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84922024-07-25T01:57:04.084Z[ host-image] Jul 25 01:57:03.128 INFO O| Jul 25 01:57:03.128 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
84932024-07-25T01:57:04.084Z[ host-image] Jul 25 01:57:03.128 INFO O| Jul 25 01:57:03.128 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
84942024-07-25T01:57:04.087Z[ host-image] Jul 25 01:57:03.128 INFO O| Jul 25 01:57:03.128 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
84952024-07-25T01:57:04.087Z[ host-image] Jul 25 01:57:03.128 INFO O| Jul 25 01:57:03.128 INFO STEP 15 (ensure_dir) COMPLETE
84962024-07-25T01:57:04.087Z[ host-image] Jul 25 01:57:03.128 INFO O| Jul 25 01:57:03.128 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84972024-07-25T01:57:04.093Z[ host-image] Jul 25 01:57:03.137 INFO O| Jul 25 01:57:03.137 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
84982024-07-25T01:57:04.093Z[ host-image] Jul 25 01:57:03.137 INFO O| Jul 25 01:57:03.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
84992024-07-25T01:57:04.093Z[ host-image] Jul 25 01:57:03.138 INFO O| Jul 25 01:57:03.137 INFO STEP 16 (ensure_dir) COMPLETE
85002024-07-25T01:57:04.096Z[ host-image] Jul 25 01:57:03.138 INFO O| Jul 25 01:57:03.138 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85012024-07-25T01:57:04.103Z[ host-image] Jul 25 01:57:03.147 INFO O| Jul 25 01:57:03.147 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
85022024-07-25T01:57:04.103Z[ host-image] Jul 25 01:57:03.147 INFO O| Jul 25 01:57:03.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
85032024-07-25T01:57:04.105Z[ host-image] Jul 25 01:57:03.147 INFO O| Jul 25 01:57:03.147 INFO STEP 17 (ensure_dir) COMPLETE
85042024-07-25T01:57:04.105Z[ host-image] Jul 25 01:57:03.147 INFO O| Jul 25 01:57:03.147 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85052024-07-25T01:57:04.112Z[ host-image] Jul 25 01:57:03.156 INFO O| Jul 25 01:57:03.156 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
85062024-07-25T01:57:04.112Z[ host-image] Jul 25 01:57:03.156 INFO O| Jul 25 01:57:03.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
85072024-07-25T01:57:04.115Z[ host-image] Jul 25 01:57:03.156 INFO O| Jul 25 01:57:03.156 INFO ok!
85082024-07-25T01:57:04.115Z[ host-image] Jul 25 01:57:03.156 INFO O| Jul 25 01:57:03.156 INFO STEP 18 (ensure_symlink) COMPLETE
85092024-07-25T01:57:04.115Z[ host-image] Jul 25 01:57:03.156 INFO O| Jul 25 01:57:03.156 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85102024-07-25T01:57:04.121Z[ host-image] Jul 25 01:57:03.165 INFO O| Jul 25 01:57:03.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
85112024-07-25T01:57:04.121Z[ host-image] Jul 25 01:57:03.166 INFO O| Jul 25 01:57:03.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
85122024-07-25T01:57:04.124Z[ host-image] Jul 25 01:57:03.166 INFO O| Jul 25 01:57:03.165 INFO ok!
85132024-07-25T01:57:04.124Z[ host-image] Jul 25 01:57:03.166 INFO O| Jul 25 01:57:03.166 INFO STEP 19 (ensure_file) COMPLETE
85142024-07-25T01:57:04.124Z[ host-image] Jul 25 01:57:03.166 INFO O| Jul 25 01:57:03.166 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85152024-07-25T01:57:04.131Z[ host-image] Jul 25 01:57:03.175 INFO O| Jul 25 01:57:03.175 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
85162024-07-25T01:57:04.133Z[ host-image] Jul 25 01:57:03.175 INFO O| Jul 25 01:57:03.175 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
85172024-07-25T01:57:04.133Z[ host-image] Jul 25 01:57:03.175 INFO O| Jul 25 01:57:03.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
85182024-07-25T01:57:04.133Z[ host-image] Jul 25 01:57:03.175 INFO O| Jul 25 01:57:03.175 INFO ok!
85192024-07-25T01:57:04.133Z[ host-image] Jul 25 01:57:03.175 INFO O| Jul 25 01:57:03.175 INFO STEP 20 (ensure_symlink) COMPLETE
85202024-07-25T01:57:04.133Z[ host-image] Jul 25 01:57:03.175 INFO O| Jul 25 01:57:03.175 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85212024-07-25T01:57:04.141Z[ host-image] Jul 25 01:57:03.185 INFO O| Jul 25 01:57:03.185 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
85222024-07-25T01:57:04.141Z[ host-image] Jul 25 01:57:03.185 INFO O| Jul 25 01:57:03.185 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
85232024-07-25T01:57:04.143Z[ host-image] Jul 25 01:57:03.185 INFO O| Jul 25 01:57:03.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
85242024-07-25T01:57:04.144Z[ host-image] Jul 25 01:57:03.185 INFO O| Jul 25 01:57:03.185 INFO ok!
85252024-07-25T01:57:04.144Z[ host-image] Jul 25 01:57:03.185 INFO O| Jul 25 01:57:03.185 INFO STEP 21 (ensure_symlink) COMPLETE
85262024-07-25T01:57:04.144Z[ host-image] Jul 25 01:57:03.185 INFO O| Jul 25 01:57:03.185 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85272024-07-25T01:57:04.151Z[ host-image] Jul 25 01:57:03.195 INFO O| Jul 25 01:57:03.195 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
85282024-07-25T01:57:04.151Z[ host-image] Jul 25 01:57:03.195 INFO O| Jul 25 01:57:03.195 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
85292024-07-25T01:57:04.154Z[ host-image] Jul 25 01:57:03.195 INFO O| Jul 25 01:57:03.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
85302024-07-25T01:57:04.154Z[ host-image] Jul 25 01:57:03.195 INFO O| Jul 25 01:57:03.195 INFO ok!
85312024-07-25T01:57:04.154Z[ host-image] Jul 25 01:57:03.195 INFO O| Jul 25 01:57:03.195 INFO STEP 22 (ensure_symlink) COMPLETE
85322024-07-25T01:57:04.154Z[ host-image] Jul 25 01:57:03.195 INFO O| Jul 25 01:57:03.195 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85332024-07-25T01:57:04.160Z[ host-image] Jul 25 01:57:03.205 INFO O| Jul 25 01:57:03.205 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
85342024-07-25T01:57:04.160Z[ host-image] Jul 25 01:57:03.205 INFO O| Jul 25 01:57:03.205 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
85352024-07-25T01:57:04.163Z[ host-image] Jul 25 01:57:03.205 INFO O| Jul 25 01:57:03.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
85362024-07-25T01:57:04.163Z[ host-image] Jul 25 01:57:03.205 INFO O| Jul 25 01:57:03.205 INFO ok!
85372024-07-25T01:57:04.163Z[ host-image] Jul 25 01:57:03.205 INFO O| Jul 25 01:57:03.205 INFO STEP 23 (ensure_symlink) COMPLETE
85382024-07-25T01:57:04.163Z[ host-image] Jul 25 01:57:03.205 INFO O| Jul 25 01:57:03.205 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85392024-07-25T01:57:04.170Z[ host-image] Jul 25 01:57:03.214 INFO O| Jul 25 01:57:03.214 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
85402024-07-25T01:57:04.173Z[ host-image] Jul 25 01:57:03.214 INFO O| Jul 25 01:57:03.214 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
85412024-07-25T01:57:04.173Z[ host-image] Jul 25 01:57:03.215 INFO O| Jul 25 01:57:03.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
85422024-07-25T01:57:04.173Z[ host-image] Jul 25 01:57:03.215 INFO O| Jul 25 01:57:03.215 INFO ok!
85432024-07-25T01:57:04.173Z[ host-image] Jul 25 01:57:03.215 INFO O| Jul 25 01:57:03.215 INFO STEP 24 (ensure_file) COMPLETE
85442024-07-25T01:57:04.173Z[ host-image] Jul 25 01:57:03.215 INFO O| Jul 25 01:57:03.215 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
85452024-07-25T01:57:04.180Z[ host-image] Jul 25 01:57:03.224 INFO O| Jul 25 01:57:03.224 INFO updating shadow file
85462024-07-25T01:57:04.183Z[ host-image] Jul 25 01:57:03.224 INFO O| Jul 25 01:57:03.224 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
85472024-07-25T01:57:04.183Z[ host-image] Jul 25 01:57:03.224 INFO O| Jul 25 01:57:03.224 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
85482024-07-25T01:57:04.183Z[ host-image] Jul 25 01:57:03.224 INFO O| Jul 25 01:57:03.224 INFO STEP 25 (shadow) COMPLETE
85492024-07-25T01:57:04.183Z[ host-image] Jul 25 01:57:03.224 INFO O| Jul 25 01:57:03.224 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85502024-07-25T01:57:04.190Z[ host-image] Jul 25 01:57:03.234 INFO O| Jul 25 01:57:03.234 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
85512024-07-25T01:57:04.190Z[ host-image] Jul 25 01:57:03.234 INFO O| Jul 25 01:57:03.234 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
85522024-07-25T01:57:04.193Z[ host-image] Jul 25 01:57:03.234 INFO O| Jul 25 01:57:03.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
85532024-07-25T01:57:04.193Z[ host-image] Jul 25 01:57:03.234 INFO O| Jul 25 01:57:03.234 INFO ok!
85542024-07-25T01:57:04.193Z[ host-image] Jul 25 01:57:03.234 INFO O| Jul 25 01:57:03.234 INFO STEP 26 (ensure_file) COMPLETE
85552024-07-25T01:57:04.193Z[ host-image] Jul 25 01:57:03.234 INFO O| Jul 25 01:57:03.234 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85562024-07-25T01:57:04.200Z[ host-image] Jul 25 01:57:03.244 INFO O| Jul 25 01:57:03.244 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
85572024-07-25T01:57:04.202Z[ host-image] Jul 25 01:57:03.244 INFO O| Jul 25 01:57:03.244 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
85582024-07-25T01:57:04.202Z[ host-image] Jul 25 01:57:03.244 INFO O| Jul 25 01:57:03.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
85592024-07-25T01:57:04.202Z[ host-image] Jul 25 01:57:03.244 INFO O| Jul 25 01:57:03.244 INFO ok!
85602024-07-25T01:57:04.202Z[ host-image] Jul 25 01:57:03.244 INFO O| Jul 25 01:57:03.244 INFO STEP 27 (ensure_file) COMPLETE
85612024-07-25T01:57:04.202Z[ host-image] Jul 25 01:57:03.244 INFO O| Jul 25 01:57:03.244 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85622024-07-25T01:57:04.209Z[ host-image] Jul 25 01:57:03.254 INFO O| Jul 25 01:57:03.254 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
85632024-07-25T01:57:04.212Z[ host-image] Jul 25 01:57:03.254 INFO O| Jul 25 01:57:03.254 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
85642024-07-25T01:57:04.212Z[ host-image] Jul 25 01:57:03.254 INFO O| Jul 25 01:57:03.254 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
85652024-07-25T01:57:04.212Z[ host-image] Jul 25 01:57:03.254 INFO O| Jul 25 01:57:03.254 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
85662024-07-25T01:57:04.212Z[ host-image] Jul 25 01:57:03.254 INFO O| Jul 25 01:57:03.254 INFO ok!
85672024-07-25T01:57:04.212Z[ host-image] Jul 25 01:57:03.254 INFO O| Jul 25 01:57:03.254 INFO STEP 28 (ensure_file) COMPLETE
85682024-07-25T01:57:04.212Z[ host-image] Jul 25 01:57:03.254 INFO O| Jul 25 01:57:03.254 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85692024-07-25T01:57:04.219Z[ host-image] Jul 25 01:57:03.263 INFO O| Jul 25 01:57:03.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
85702024-07-25T01:57:04.222Z[ host-image] Jul 25 01:57:03.263 INFO O| Jul 25 01:57:03.263 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
85712024-07-25T01:57:04.222Z[ host-image] Jul 25 01:57:03.263 INFO O| Jul 25 01:57:03.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
85722024-07-25T01:57:04.222Z[ host-image] Jul 25 01:57:03.263 INFO O| Jul 25 01:57:03.263 INFO ok!
85732024-07-25T01:57:04.222Z[ host-image] Jul 25 01:57:03.263 INFO O| Jul 25 01:57:03.263 INFO STEP 29 (ensure_file) COMPLETE
85742024-07-25T01:57:04.222Z[ host-image] Jul 25 01:57:03.263 INFO O| Jul 25 01:57:03.263 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85752024-07-25T01:57:04.228Z[ host-image] Jul 25 01:57:03.273 INFO O| Jul 25 01:57:03.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
85762024-07-25T01:57:04.229Z[ host-image] Jul 25 01:57:03.273 INFO O| Jul 25 01:57:03.273 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
85772024-07-25T01:57:04.231Z[ host-image] Jul 25 01:57:03.273 INFO O| Jul 25 01:57:03.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
85782024-07-25T01:57:04.231Z[ host-image] Jul 25 01:57:03.273 INFO O| Jul 25 01:57:03.273 INFO ok!
85792024-07-25T01:57:04.231Z[ host-image] Jul 25 01:57:03.273 INFO O| Jul 25 01:57:03.273 INFO STEP 30 (ensure_file) COMPLETE
85802024-07-25T01:57:04.231Z[ host-image] Jul 25 01:57:03.273 INFO O| Jul 25 01:57:03.273 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85812024-07-25T01:57:04.238Z[ host-image] Jul 25 01:57:03.282 INFO O| Jul 25 01:57:03.282 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
85822024-07-25T01:57:04.238Z[ host-image] Jul 25 01:57:03.282 INFO O| Jul 25 01:57:03.282 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
85832024-07-25T01:57:04.241Z[ host-image] Jul 25 01:57:03.283 INFO O| Jul 25 01:57:03.282 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
85842024-07-25T01:57:04.241Z[ host-image] Jul 25 01:57:03.283 INFO O| Jul 25 01:57:03.283 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
85852024-07-25T01:57:04.241Z[ host-image] Jul 25 01:57:03.283 INFO O| Jul 25 01:57:03.283 INFO ok!
85862024-07-25T01:57:04.241Z[ host-image] Jul 25 01:57:03.283 INFO O| Jul 25 01:57:03.283 INFO STEP 31 (ensure_file) COMPLETE
85872024-07-25T01:57:04.241Z[ host-image] Jul 25 01:57:03.283 INFO O| Jul 25 01:57:03.283 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85882024-07-25T01:57:04.248Z[ host-image] Jul 25 01:57:03.292 INFO O| Jul 25 01:57:03.292 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
85892024-07-25T01:57:04.248Z[ host-image] Jul 25 01:57:03.292 INFO O| Jul 25 01:57:03.292 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
85902024-07-25T01:57:04.250Z[ host-image] Jul 25 01:57:03.292 INFO O| Jul 25 01:57:03.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
85912024-07-25T01:57:04.250Z[ host-image] Jul 25 01:57:03.292 INFO O| Jul 25 01:57:03.292 INFO ok!
85922024-07-25T01:57:04.250Z[ host-image] Jul 25 01:57:03.292 INFO O| Jul 25 01:57:03.292 INFO STEP 32 (ensure_file) COMPLETE
85932024-07-25T01:57:04.251Z[ host-image] Jul 25 01:57:03.292 INFO O| Jul 25 01:57:03.292 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85942024-07-25T01:57:04.257Z[ host-image] Jul 25 01:57:03.302 INFO O| Jul 25 01:57:03.302 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85952024-07-25T01:57:04.260Z[ host-image] Jul 25 01:57:03.302 INFO O| Jul 25 01:57:03.302 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
85962024-07-25T01:57:04.260Z[ host-image] Jul 25 01:57:03.302 INFO O| Jul 25 01:57:03.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
85972024-07-25T01:57:04.260Z[ host-image] Jul 25 01:57:03.302 INFO O| Jul 25 01:57:03.302 INFO ok!
85982024-07-25T01:57:04.260Z[ host-image] Jul 25 01:57:03.302 INFO O| Jul 25 01:57:03.302 INFO STEP 33 (ensure_file) COMPLETE
85992024-07-25T01:57:04.260Z[ host-image] Jul 25 01:57:03.302 INFO O| Jul 25 01:57:03.302 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86002024-07-25T01:57:04.267Z[ host-image] Jul 25 01:57:03.311 INFO O| Jul 25 01:57:03.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
86012024-07-25T01:57:04.267Z[ host-image] Jul 25 01:57:03.311 INFO O| Jul 25 01:57:03.311 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
86022024-07-25T01:57:04.270Z[ host-image] Jul 25 01:57:03.311 INFO O| Jul 25 01:57:03.311 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
86032024-07-25T01:57:04.270Z[ host-image] Jul 25 01:57:03.311 INFO O| Jul 25 01:57:03.311 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
86042024-07-25T01:57:04.270Z[ host-image] Jul 25 01:57:03.311 INFO O| Jul 25 01:57:03.311 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
86052024-07-25T01:57:04.270Z[ host-image] Jul 25 01:57:03.312 INFO O| Jul 25 01:57:03.312 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
86062024-07-25T01:57:04.270Z[ host-image] Jul 25 01:57:03.312 INFO O| Jul 25 01:57:03.312 INFO ok!
86072024-07-25T01:57:04.270Z[ host-image] Jul 25 01:57:03.312 INFO O| Jul 25 01:57:03.312 INFO STEP 34 (ensure_file) COMPLETE
86082024-07-25T01:57:04.270Z[ host-image] Jul 25 01:57:03.312 INFO O| Jul 25 01:57:03.312 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86092024-07-25T01:57:04.277Z[ host-image] Jul 25 01:57:03.321 INFO O| Jul 25 01:57:03.321 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
86102024-07-25T01:57:04.280Z[ host-image] Jul 25 01:57:03.321 INFO O| Jul 25 01:57:03.321 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
86112024-07-25T01:57:04.280Z[ host-image] Jul 25 01:57:03.321 INFO O| Jul 25 01:57:03.321 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
86122024-07-25T01:57:04.280Z[ host-image] Jul 25 01:57:03.321 INFO O| Jul 25 01:57:03.321 INFO STEP 35 (ensure_dir) COMPLETE
86132024-07-25T01:57:04.280Z[ host-image] Jul 25 01:57:03.321 INFO O| Jul 25 01:57:03.321 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86142024-07-25T01:57:04.286Z[ host-image] Jul 25 01:57:03.331 INFO O| Jul 25 01:57:03.331 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
86152024-07-25T01:57:04.286Z[ host-image] Jul 25 01:57:03.331 INFO O| Jul 25 01:57:03.331 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 ...
86162024-07-25T01:57:04.289Z[ host-image] Jul 25 01:57:03.331 INFO O| Jul 25 01:57:03.331 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
86172024-07-25T01:57:04.289Z[ host-image] Jul 25 01:57:03.331 INFO O| Jul 25 01:57:03.331 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
86182024-07-25T01:57:04.289Z[ host-image] Jul 25 01:57:03.331 INFO O| Jul 25 01:57:03.331 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
86192024-07-25T01:57:04.289Z[ host-image] Jul 25 01:57:03.331 INFO O| Jul 25 01:57:03.331 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
86202024-07-25T01:57:04.289Z[ host-image] Jul 25 01:57:03.331 INFO O| Jul 25 01:57:03.331 INFO ok!
86212024-07-25T01:57:04.289Z[ host-image] Jul 25 01:57:03.331 INFO O| Jul 25 01:57:03.331 INFO STEP 36 (ensure_file) COMPLETE
86222024-07-25T01:57:04.289Z[ host-image] Jul 25 01:57:03.331 INFO O| Jul 25 01:57:03.331 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86232024-07-25T01:57:04.296Z[ host-image] Jul 25 01:57:03.340 INFO O| Jul 25 01:57:03.340 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
86242024-07-25T01:57:04.296Z[ host-image] Jul 25 01:57:03.340 INFO O| Jul 25 01:57:03.340 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 ...
86252024-07-25T01:57:04.299Z[ host-image] Jul 25 01:57:03.340 INFO O| Jul 25 01:57:03.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
86262024-07-25T01:57:04.299Z[ host-image] Jul 25 01:57:03.340 INFO O| Jul 25 01:57:03.340 INFO ok!
86272024-07-25T01:57:04.299Z[ host-image] Jul 25 01:57:03.340 INFO O| Jul 25 01:57:03.340 INFO STEP 37 (ensure_symlink) COMPLETE
86282024-07-25T01:57:04.299Z[ host-image] Jul 25 01:57:03.340 INFO O| Jul 25 01:57:03.340 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86292024-07-25T01:57:04.305Z[ host-image] Jul 25 01:57:03.350 INFO O| Jul 25 01:57:03.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
86302024-07-25T01:57:04.305Z[ host-image] Jul 25 01:57:03.350 INFO O| Jul 25 01:57:03.350 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
86312024-07-25T01:57:04.308Z[ host-image] Jul 25 01:57:03.350 INFO O| Jul 25 01:57:03.350 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86322024-07-25T01:57:04.308Z[ host-image] Jul 25 01:57:03.350 INFO O| Jul 25 01:57:03.350 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86332024-07-25T01:57:04.308Z[ host-image] Jul 25 01:57:03.350 INFO O| Jul 25 01:57:03.350 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86342024-07-25T01:57:04.308Z[ host-image] Jul 25 01:57:03.350 INFO O| Jul 25 01:57:03.350 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86352024-07-25T01:57:04.308Z[ host-image] Jul 25 01:57:03.350 INFO O| Jul 25 01:57:03.350 INFO ok!
86362024-07-25T01:57:04.308Z[ host-image] Jul 25 01:57:03.350 INFO O| Jul 25 01:57:03.350 INFO STEP 38 (ensure_file) COMPLETE
86372024-07-25T01:57:04.308Z[ host-image] Jul 25 01:57:03.350 INFO O| Jul 25 01:57:03.350 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86382024-07-25T01:57:04.316Z[ host-image] Jul 25 01:57:03.360 INFO O| Jul 25 01:57:03.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
86392024-07-25T01:57:04.316Z[ host-image] Jul 25 01:57:03.360 INFO O| Jul 25 01:57:03.360 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 ...
86402024-07-25T01:57:04.318Z[ host-image] Jul 25 01:57:03.360 INFO O| Jul 25 01:57:03.360 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
86412024-07-25T01:57:04.318Z[ host-image] Jul 25 01:57:03.360 INFO O| Jul 25 01:57:03.360 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
86422024-07-25T01:57:04.319Z[ host-image] Jul 25 01:57:03.360 INFO O| Jul 25 01:57:03.360 INFO ok!
86432024-07-25T01:57:04.319Z[ host-image] Jul 25 01:57:03.360 INFO O| Jul 25 01:57:03.360 INFO STEP 39 (ensure_file) COMPLETE
86442024-07-25T01:57:04.319Z[ host-image] Jul 25 01:57:03.360 INFO O| Jul 25 01:57:03.360 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86452024-07-25T01:57:04.327Z[ host-image] Jul 25 01:57:03.371 INFO O| Jul 25 01:57:03.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
86462024-07-25T01:57:04.327Z[ host-image] Jul 25 01:57:03.371 INFO O| Jul 25 01:57:03.371 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
86472024-07-25T01:57:04.330Z[ host-image] Jul 25 01:57:03.372 INFO O| Jul 25 01:57:03.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
86482024-07-25T01:57:04.330Z[ host-image] Jul 25 01:57:03.372 INFO O| Jul 25 01:57:03.372 INFO ok!
86492024-07-25T01:57:04.330Z[ host-image] Jul 25 01:57:03.372 INFO O| Jul 25 01:57:03.372 INFO STEP 40 (ensure_file) COMPLETE
86502024-07-25T01:57:04.330Z[ host-image] Jul 25 01:57:03.372 INFO O| Jul 25 01:57:03.372 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86512024-07-25T01:57:04.337Z[ host-image] Jul 25 01:57:03.381 INFO O| Jul 25 01:57:03.381 INFO updating shadow file
86522024-07-25T01:57:04.340Z[ host-image] Jul 25 01:57:03.381 INFO O| Jul 25 01:57:03.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86532024-07-25T01:57:04.340Z[ host-image] Jul 25 01:57:03.381 INFO O| Jul 25 01:57:03.381 INFO STEP 41 (shadow) COMPLETE
86542024-07-25T01:57:04.340Z[ host-image] Jul 25 01:57:03.381 INFO O| Jul 25 01:57:03.381 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86552024-07-25T01:57:04.347Z[ host-image] Jul 25 01:57:03.391 INFO O| Jul 25 01:57:03.391 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
86562024-07-25T01:57:04.347Z[ host-image] Jul 25 01:57:03.391 INFO O| Jul 25 01:57:03.391 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
86572024-07-25T01:57:04.350Z[ host-image] Jul 25 01:57:03.391 INFO O| Jul 25 01:57:03.391 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
86582024-07-25T01:57:04.350Z[ host-image] Jul 25 01:57:03.391 INFO O| Jul 25 01:57:03.391 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
86592024-07-25T01:57:04.350Z[ host-image] Jul 25 01:57:03.391 INFO O| Jul 25 01:57:03.391 INFO ok!
86602024-07-25T01:57:04.350Z[ host-image] Jul 25 01:57:03.391 INFO O| Jul 25 01:57:03.391 INFO STEP 42 (ensure_file) COMPLETE
86612024-07-25T01:57:04.350Z[ host-image] Jul 25 01:57:03.391 INFO O| Jul 25 01:57:03.391 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86622024-07-25T01:57:04.350Z[ host-image] Jul 25 01:57:03.391 INFO O| Jul 25 01:57:03.391 INFO skip step because feature "mfg" is not enabled
86632024-07-25T01:57:04.350Z[ host-image] Jul 25 01:57:03.391 INFO O| Jul 25 01:57:03.391 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86642024-07-25T01:57:04.350Z[ host-image] Jul 25 01:57:03.391 INFO O| Jul 25 01:57:03.391 INFO skip step because feature "mfg" is not enabled
86652024-07-25T01:57:04.350Z[ host-image] Jul 25 01:57:03.391 INFO O| Jul 25 01:57:03.391 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86662024-07-25T01:57:04.356Z[ host-image] Jul 25 01:57:03.401 INFO O| Jul 25 01:57:03.401 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
86672024-07-25T01:57:04.356Z[ host-image] Jul 25 01:57:03.401 INFO O| Jul 25 01:57:03.401 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
86682024-07-25T01:57:05.004Z[ host-image] Jul 25 01:57:04.048 INFO O| Jul 25 01:57:04.048 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
86692024-07-25T01:57:05.005Z[ host-image] Jul 25 01:57:04.048 INFO O| Jul 25 01:57:04.048 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
86702024-07-25T01:57:05.008Z[ host-image] Jul 25 01:57:04.048 INFO O| Jul 25 01:57:04.048 INFO ok!
86712024-07-25T01:57:05.008Z[ host-image] Jul 25 01:57:04.048 INFO O| Jul 25 01:57:04.048 INFO STEP 45 (ensure_file) COMPLETE
86722024-07-25T01:57:05.008Z[ host-image] Jul 25 01:57:04.048 INFO O| Jul 25 01:57:04.048 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
86732024-07-25T01:57:05.017Z[ host-image] Jul 25 01:57:04.061 INFO O| Jul 25 01:57:04.061 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
86742024-07-25T01:57:05.020Z[ host-image] Jul 25 01:57:04.061 INFO O| Jul 25 01:57:04.061 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
86752024-07-25T01:57:05.020Z[ host-image] Jul 25 01:57:04.061 INFO O| Jul 25 01:57:04.061 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86762024-07-25T01:57:05.020Z[ host-image] Jul 25 01:57:04.061 INFO O| Jul 25 01:57:04.061 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86772024-07-25T01:57:05.020Z[ host-image] Jul 25 01:57:04.061 INFO O| Jul 25 01:57:04.061 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86782024-07-25T01:57:05.020Z[ host-image] Jul 25 01:57:04.061 INFO O| Jul 25 01:57:04.061 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86792024-07-25T01:57:05.020Z[ host-image] Jul 25 01:57:04.061 INFO O| Jul 25 01:57:04.061 INFO ok!
86802024-07-25T01:57:05.020Z[ host-image] Jul 25 01:57:04.061 INFO O| Jul 25 01:57:04.061 INFO STEP 46 (ensure_file) COMPLETE
86812024-07-25T01:57:05.020Z[ host-image] Jul 25 01:57:04.061 INFO O| Jul 25 01:57:04.061 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
86822024-07-25T01:57:05.030Z[ host-image] Jul 25 01:57:04.074 INFO O| Jul 25 01:57:04.074 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
86832024-07-25T01:57:05.030Z[ host-image] Jul 25 01:57:04.074 INFO O| Jul 25 01:57:04.074 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 ...
86842024-07-25T01:57:05.033Z[ host-image] Jul 25 01:57:04.074 INFO O| Jul 25 01:57:04.074 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
86852024-07-25T01:57:05.033Z[ host-image] Jul 25 01:57:04.074 INFO O| Jul 25 01:57:04.074 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
86862024-07-25T01:57:05.033Z[ host-image] Jul 25 01:57:04.074 INFO O| Jul 25 01:57:04.074 INFO ok!
86872024-07-25T01:57:05.033Z[ host-image] Jul 25 01:57:04.074 INFO O| Jul 25 01:57:04.074 INFO STEP 47 (ensure_file) COMPLETE
86882024-07-25T01:57:05.033Z[ host-image] Jul 25 01:57:04.074 INFO O| Jul 25 01:57:04.074 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
86892024-07-25T01:57:05.041Z[ host-image] Jul 25 01:57:04.085 INFO O| Jul 25 01:57:04.085 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
86902024-07-25T01:57:05.041Z[ host-image] Jul 25 01:57:04.085 INFO O| Jul 25 01:57:04.085 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
86912024-07-25T01:57:05.044Z[ host-image] Jul 25 01:57:04.085 INFO O| Jul 25 01:57:04.085 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
86922024-07-25T01:57:05.044Z[ host-image] Jul 25 01:57:04.085 INFO O| Jul 25 01:57:04.085 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
86932024-07-25T01:57:05.044Z[ host-image] Jul 25 01:57:04.085 INFO O| Jul 25 01:57:04.085 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
86942024-07-25T01:57:05.044Z[ host-image] Jul 25 01:57:04.085 INFO O| Jul 25 01:57:04.085 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
86952024-07-25T01:57:05.044Z[ host-image] Jul 25 01:57:04.085 INFO O| Jul 25 01:57:04.085 INFO ok!
86962024-07-25T01:57:05.044Z[ host-image] Jul 25 01:57:04.085 INFO O| Jul 25 01:57:04.085 INFO STEP 48 (ensure_file) COMPLETE
86972024-07-25T01:57:05.044Z[ host-image] Jul 25 01:57:04.086 INFO O| Jul 25 01:57:04.085 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
86982024-07-25T01:57:05.052Z[ host-image] Jul 25 01:57:04.096 INFO O| Jul 25 01:57:04.096 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
86992024-07-25T01:57:05.052Z[ host-image] Jul 25 01:57:04.096 INFO O| Jul 25 01:57:04.096 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 ...
87002024-07-25T01:57:05.055Z[ host-image] Jul 25 01:57:04.096 INFO O| Jul 25 01:57:04.096 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
87012024-07-25T01:57:05.055Z[ host-image] Jul 25 01:57:04.096 INFO O| Jul 25 01:57:04.096 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
87022024-07-25T01:57:05.055Z[ host-image] Jul 25 01:57:04.096 INFO O| Jul 25 01:57:04.096 INFO ok!
87032024-07-25T01:57:05.055Z[ host-image] Jul 25 01:57:04.096 INFO O| Jul 25 01:57:04.096 INFO STEP 49 (ensure_file) COMPLETE
87042024-07-25T01:57:05.055Z[ host-image] Jul 25 01:57:04.096 INFO O| Jul 25 01:57:04.096 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
87052024-07-25T01:57:05.062Z[ host-image] Jul 25 01:57:04.106 INFO O| Jul 25 01:57:04.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
87062024-07-25T01:57:05.062Z[ host-image] Jul 25 01:57:04.106 INFO O| Jul 25 01:57:04.106 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
87072024-07-25T01:57:05.065Z[ host-image] Jul 25 01:57:04.107 INFO O| Jul 25 01:57:04.107 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
87082024-07-25T01:57:05.065Z[ host-image] Jul 25 01:57:04.107 INFO O| Jul 25 01:57:04.107 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
87092024-07-25T01:57:05.065Z[ host-image] Jul 25 01:57:04.107 INFO O| Jul 25 01:57:04.107 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
87102024-07-25T01:57:05.065Z[ host-image] Jul 25 01:57:04.107 INFO O| Jul 25 01:57:04.107 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
87112024-07-25T01:57:05.065Z[ host-image] Jul 25 01:57:04.107 INFO O| Jul 25 01:57:04.107 INFO ok!
87122024-07-25T01:57:05.065Z[ host-image] Jul 25 01:57:04.107 INFO O| Jul 25 01:57:04.107 INFO STEP 50 (ensure_file) COMPLETE
87132024-07-25T01:57:05.065Z[ host-image] Jul 25 01:57:04.107 INFO O| Jul 25 01:57:04.107 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
87142024-07-25T01:57:05.072Z[ host-image] Jul 25 01:57:04.116 INFO O| Jul 25 01:57:04.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
87152024-07-25T01:57:05.072Z[ host-image] Jul 25 01:57:04.116 INFO O| Jul 25 01:57:04.116 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 ...
87162024-07-25T01:57:05.081Z[ host-image] Jul 25 01:57:04.116 INFO O| Jul 25 01:57:04.116 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
87172024-07-25T01:57:05.081Z[ host-image] Jul 25 01:57:04.117 INFO O| Jul 25 01:57:04.116 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
87182024-07-25T01:57:05.081Z[ host-image] Jul 25 01:57:04.117 INFO O| Jul 25 01:57:04.117 INFO ok!
87192024-07-25T01:57:05.081Z[ host-image] Jul 25 01:57:04.117 INFO O| Jul 25 01:57:04.117 INFO STEP 51 (ensure_file) COMPLETE
87202024-07-25T01:57:05.081Z[ host-image] Jul 25 01:57:04.117 INFO O| Jul 25 01:57:04.117 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
87212024-07-25T01:57:05.085Z[ host-image] Jul 25 01:57:04.126 INFO O| Jul 25 01:57:04.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
87222024-07-25T01:57:05.085Z[ host-image] Jul 25 01:57:04.126 INFO O| Jul 25 01:57:04.126 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 ...
87232024-07-25T01:57:05.085Z[ host-image] Jul 25 01:57:04.126 INFO O| Jul 25 01:57:04.126 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
87242024-07-25T01:57:05.085Z[ host-image] Jul 25 01:57:04.126 INFO O| Jul 25 01:57:04.126 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
87252024-07-25T01:57:05.085Z[ host-image] Jul 25 01:57:04.126 INFO O| Jul 25 01:57:04.126 INFO ok!
87262024-07-25T01:57:05.085Z[ host-image] Jul 25 01:57:04.126 INFO O| Jul 25 01:57:04.126 INFO STEP 52 (ensure_file) COMPLETE
87272024-07-25T01:57:05.085Z[ host-image] Jul 25 01:57:04.126 INFO O| Jul 25 01:57:04.126 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
87282024-07-25T01:57:05.093Z[ host-image] Jul 25 01:57:04.137 INFO O| Jul 25 01:57:04.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
87292024-07-25T01:57:05.093Z[ host-image] Jul 25 01:57:04.137 INFO O| Jul 25 01:57:04.137 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 ...
87302024-07-25T01:57:05.095Z[ host-image] Jul 25 01:57:04.137 INFO O| Jul 25 01:57:04.137 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
87312024-07-25T01:57:05.095Z[ host-image] Jul 25 01:57:04.137 INFO O| Jul 25 01:57:04.137 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
87322024-07-25T01:57:05.095Z[ host-image] Jul 25 01:57:04.137 INFO O| Jul 25 01:57:04.137 INFO ok!
87332024-07-25T01:57:05.095Z[ host-image] Jul 25 01:57:04.137 INFO O| Jul 25 01:57:04.137 INFO STEP 53 (ensure_file) COMPLETE
87342024-07-25T01:57:05.096Z[ host-image] Jul 25 01:57:04.137 INFO O| Jul 25 01:57:04.137 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87352024-07-25T01:57:05.103Z[ host-image] Jul 25 01:57:04.147 INFO O| Jul 25 01:57:04.147 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
87362024-07-25T01:57:05.103Z[ host-image] Jul 25 01:57:04.147 INFO O| Jul 25 01:57:04.147 INFO STEP 54 (ensure_dir) COMPLETE
87372024-07-25T01:57:05.103Z[ host-image] Jul 25 01:57:04.147 INFO O| Jul 25 01:57:04.147 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87382024-07-25T01:57:05.113Z[ host-image] Jul 25 01:57:04.157 INFO O| Jul 25 01:57:04.157 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
87392024-07-25T01:57:05.113Z[ host-image] Jul 25 01:57:04.157 INFO O| Jul 25 01:57:04.157 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
87402024-07-25T01:57:05.115Z[ host-image] Jul 25 01:57:04.157 INFO O| Jul 25 01:57:04.157 INFO STEP 55 (ensure_dir) COMPLETE
87412024-07-25T01:57:05.115Z[ host-image] Jul 25 01:57:04.157 INFO O| Jul 25 01:57:04.157 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87422024-07-25T01:57:05.123Z[ host-image] Jul 25 01:57:04.167 INFO O| Jul 25 01:57:04.167 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
87432024-07-25T01:57:05.125Z[ host-image] Jul 25 01:57:04.167 INFO O| Jul 25 01:57:04.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
87442024-07-25T01:57:05.125Z[ host-image] Jul 25 01:57:04.167 INFO O| Jul 25 01:57:04.167 INFO STEP 56 (ensure_dir) COMPLETE
87452024-07-25T01:57:05.125Z[ host-image] Jul 25 01:57:04.167 INFO O| Jul 25 01:57:04.167 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87462024-07-25T01:57:05.132Z[ host-image] Jul 25 01:57:04.176 INFO O| Jul 25 01:57:04.176 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
87472024-07-25T01:57:05.132Z[ host-image] Jul 25 01:57:04.176 INFO O| Jul 25 01:57:04.176 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
87482024-07-25T01:57:05.146Z[ host-image] Jul 25 01:57:04.190 INFO O| Jul 25 01:57:04.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
87492024-07-25T01:57:05.146Z[ host-image] Jul 25 01:57:04.190 INFO O| Jul 25 01:57:04.190 INFO ok!
87502024-07-25T01:57:05.146Z[ host-image] Jul 25 01:57:04.190 INFO O| Jul 25 01:57:04.190 INFO STEP 57 (ensure_file) COMPLETE
87512024-07-25T01:57:05.149Z[ host-image] Jul 25 01:57:04.190 INFO O| Jul 25 01:57:04.190 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87522024-07-25T01:57:05.157Z[ host-image] Jul 25 01:57:04.201 INFO O| Jul 25 01:57:04.201 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
87532024-07-25T01:57:05.157Z[ host-image] Jul 25 01:57:04.201 INFO O| Jul 25 01:57:04.201 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
87542024-07-25T01:57:06.248Z[ host-image] Jul 25 01:57:05.291 INFO O| Jul 25 01:57:05.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
87552024-07-25T01:57:06.248Z[ host-image] Jul 25 01:57:05.291 INFO O| Jul 25 01:57:05.291 INFO ok!
87562024-07-25T01:57:06.251Z[ host-image] Jul 25 01:57:05.291 INFO O| Jul 25 01:57:05.291 INFO STEP 58 (ensure_file) COMPLETE
87572024-07-25T01:57:06.251Z[ host-image] Jul 25 01:57:05.291 INFO O| Jul 25 01:57:05.291 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87582024-07-25T01:57:06.260Z[ host-image] Jul 25 01:57:05.304 INFO O| Jul 25 01:57:05.304 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
87592024-07-25T01:57:06.260Z[ host-image] Jul 25 01:57:05.304 INFO O| Jul 25 01:57:05.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
87602024-07-25T01:57:06.262Z[ host-image] Jul 25 01:57:05.304 INFO O| Jul 25 01:57:05.304 INFO STEP 59 (ensure_dir) COMPLETE
87612024-07-25T01:57:06.262Z[ host-image] Jul 25 01:57:05.304 INFO O| Jul 25 01:57:05.304 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87622024-07-25T01:57:06.270Z[ host-image] Jul 25 01:57:05.314 INFO O| Jul 25 01:57:05.314 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
87632024-07-25T01:57:06.270Z[ host-image] Jul 25 01:57:05.314 INFO O| Jul 25 01:57:05.314 INFO copying /tmp/.tmpqlF6Zf/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 ...
87642024-07-25T01:57:06.273Z[ host-image] Jul 25 01:57:05.314 INFO O| Jul 25 01:57:05.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
87652024-07-25T01:57:06.273Z[ host-image] Jul 25 01:57:05.314 INFO O| Jul 25 01:57:05.314 INFO ok!
87662024-07-25T01:57:06.273Z[ host-image] Jul 25 01:57:05.314 INFO O| Jul 25 01:57:05.314 INFO STEP 60 (ensure_file) COMPLETE
87672024-07-25T01:57:06.273Z[ host-image] Jul 25 01:57:05.314 INFO O| Jul 25 01:57:05.314 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87682024-07-25T01:57:06.280Z[ host-image] Jul 25 01:57:05.324 INFO O| Jul 25 01:57:05.324 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
87692024-07-25T01:57:06.283Z[ host-image] Jul 25 01:57:05.324 INFO O| Jul 25 01:57:05.324 INFO copying /tmp/.tmpqlF6Zf/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 ...
87702024-07-25T01:57:06.283Z[ host-image] Jul 25 01:57:05.324 INFO O| Jul 25 01:57:05.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
87712024-07-25T01:57:06.283Z[ host-image] Jul 25 01:57:05.324 INFO O| Jul 25 01:57:05.324 INFO ok!
87722024-07-25T01:57:06.283Z[ host-image] Jul 25 01:57:05.324 INFO O| Jul 25 01:57:05.324 INFO STEP 61 (ensure_file) COMPLETE
87732024-07-25T01:57:06.283Z[ host-image] Jul 25 01:57:05.324 INFO O| Jul 25 01:57:05.324 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87742024-07-25T01:57:06.290Z[ host-image] Jul 25 01:57:05.334 INFO O| Jul 25 01:57:05.333 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
87752024-07-25T01:57:06.292Z[ host-image] Jul 25 01:57:05.334 INFO O| Jul 25 01:57:05.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
87762024-07-25T01:57:06.292Z[ host-image] Jul 25 01:57:05.334 INFO O| Jul 25 01:57:05.334 INFO STEP 62 (ensure_dir) COMPLETE
87772024-07-25T01:57:06.292Z[ host-image] Jul 25 01:57:05.334 INFO O| Jul 25 01:57:05.334 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87782024-07-25T01:57:06.299Z[ host-image] Jul 25 01:57:05.343 INFO O| Jul 25 01:57:05.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
87792024-07-25T01:57:06.299Z[ host-image] Jul 25 01:57:05.343 INFO O| Jul 25 01:57:05.343 INFO copying /tmp/.tmpqlF6Zf/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 ...
87802024-07-25T01:57:06.303Z[ host-image] Jul 25 01:57:05.343 INFO O| Jul 25 01:57:05.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
87812024-07-25T01:57:06.303Z[ host-image] Jul 25 01:57:05.343 INFO O| Jul 25 01:57:05.343 INFO ok!
87822024-07-25T01:57:06.303Z[ host-image] Jul 25 01:57:05.343 INFO O| Jul 25 01:57:05.343 INFO STEP 63 (ensure_file) COMPLETE
87832024-07-25T01:57:06.303Z[ host-image] Jul 25 01:57:05.343 INFO O| Jul 25 01:57:05.343 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87842024-07-25T01:57:06.311Z[ host-image] Jul 25 01:57:05.355 INFO O| Jul 25 01:57:05.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87852024-07-25T01:57:06.311Z[ host-image] Jul 25 01:57:05.355 INFO O| Jul 25 01:57:05.355 INFO copying /tmp/.tmpqlF6Zf/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 ...
87862024-07-25T01:57:06.314Z[ host-image] Jul 25 01:57:05.355 INFO O| Jul 25 01:57:05.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
87872024-07-25T01:57:06.314Z[ host-image] Jul 25 01:57:05.355 INFO O| Jul 25 01:57:05.355 INFO ok!
87882024-07-25T01:57:06.314Z[ host-image] Jul 25 01:57:05.355 INFO O| Jul 25 01:57:05.355 INFO STEP 64 (ensure_file) COMPLETE
87892024-07-25T01:57:06.314Z[ host-image] Jul 25 01:57:05.355 INFO O| Jul 25 01:57:05.355 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87902024-07-25T01:57:06.321Z[ host-image] Jul 25 01:57:05.365 INFO O| Jul 25 01:57:05.365 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
87912024-07-25T01:57:06.321Z[ host-image] Jul 25 01:57:05.365 INFO O| Jul 25 01:57:05.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
87922024-07-25T01:57:06.321Z[ host-image] Jul 25 01:57:05.365 INFO O| Jul 25 01:57:05.365 INFO STEP 65 (ensure_dir) COMPLETE
87932024-07-25T01:57:06.323Z[ host-image] Jul 25 01:57:05.365 INFO O| Jul 25 01:57:05.365 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87942024-07-25T01:57:06.331Z[ host-image] Jul 25 01:57:05.375 INFO O| Jul 25 01:57:05.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87952024-07-25T01:57:06.331Z[ host-image] Jul 25 01:57:05.375 INFO O| Jul 25 01:57:05.375 INFO copying /tmp/.tmpqlF6Zf/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 ...
87962024-07-25T01:57:06.333Z[ host-image] Jul 25 01:57:05.375 INFO O| Jul 25 01:57:05.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87972024-07-25T01:57:06.333Z[ host-image] Jul 25 01:57:05.375 INFO O| Jul 25 01:57:05.375 INFO ok!
87982024-07-25T01:57:06.333Z[ host-image] Jul 25 01:57:05.375 INFO O| Jul 25 01:57:05.375 INFO STEP 66 (ensure_file) COMPLETE
87992024-07-25T01:57:06.333Z[ host-image] Jul 25 01:57:05.375 INFO O| Jul 25 01:57:05.375 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88002024-07-25T01:57:06.340Z[ host-image] Jul 25 01:57:05.384 INFO O| Jul 25 01:57:05.384 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
88012024-07-25T01:57:06.340Z[ host-image] Jul 25 01:57:05.384 INFO O| Jul 25 01:57:05.384 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
88022024-07-25T01:57:06.343Z[ host-image] Jul 25 01:57:05.384 INFO O| Jul 25 01:57:05.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
88032024-07-25T01:57:06.343Z[ host-image] Jul 25 01:57:05.384 INFO O| Jul 25 01:57:05.384 INFO ok!
88042024-07-25T01:57:06.343Z[ host-image] Jul 25 01:57:05.384 INFO O| Jul 25 01:57:05.384 INFO STEP 67 (ensure_file) COMPLETE
88052024-07-25T01:57:06.343Z[ host-image] Jul 25 01:57:05.384 INFO O| Jul 25 01:57:05.384 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88062024-07-25T01:57:06.350Z[ host-image] Jul 25 01:57:05.394 INFO O| Jul 25 01:57:05.394 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
88072024-07-25T01:57:06.352Z[ host-image] Jul 25 01:57:05.394 INFO O| Jul 25 01:57:05.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
88082024-07-25T01:57:06.353Z[ host-image] Jul 25 01:57:05.394 INFO O| Jul 25 01:57:05.394 INFO STEP 68 (ensure_dir) COMPLETE
88092024-07-25T01:57:06.353Z[ host-image] Jul 25 01:57:05.394 INFO O| Jul 25 01:57:05.394 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88102024-07-25T01:57:06.360Z[ host-image] Jul 25 01:57:05.404 INFO O| Jul 25 01:57:05.404 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
88112024-07-25T01:57:06.360Z[ host-image] Jul 25 01:57:05.404 INFO O| Jul 25 01:57:05.404 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
88122024-07-25T01:57:06.919Z[ host-image] Jul 25 01:57:05.963 INFO O| Jul 25 01:57:05.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
88132024-07-25T01:57:06.919Z[ host-image] Jul 25 01:57:05.963 INFO O| Jul 25 01:57:05.963 INFO ok!
88142024-07-25T01:57:06.919Z[ host-image] Jul 25 01:57:05.963 INFO O| Jul 25 01:57:05.963 INFO STEP 69 (ensure_file) COMPLETE
88152024-07-25T01:57:06.919Z[ host-image] Jul 25 01:57:05.963 INFO O| Jul 25 01:57:05.963 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88162024-07-25T01:57:06.931Z[ host-image] Jul 25 01:57:05.975 INFO O| Jul 25 01:57:05.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
88172024-07-25T01:57:06.931Z[ host-image] Jul 25 01:57:05.975 INFO O| Jul 25 01:57:05.975 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
88182024-07-25T01:57:08.387Z[ host-image] Jul 25 01:57:07.430 INFO O| Jul 25 01:57:07.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
88192024-07-25T01:57:08.387Z[ host-image] Jul 25 01:57:07.430 INFO O| Jul 25 01:57:07.430 INFO ok!
88202024-07-25T01:57:08.387Z[ host-image] Jul 25 01:57:07.430 INFO O| Jul 25 01:57:07.430 INFO STEP 70 (ensure_file) COMPLETE
88212024-07-25T01:57:08.387Z[ host-image] Jul 25 01:57:07.430 INFO O| Jul 25 01:57:07.430 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88222024-07-25T01:57:08.399Z[ host-image] Jul 25 01:57:07.443 INFO O| Jul 25 01:57:07.443 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
88232024-07-25T01:57:08.399Z[ host-image] Jul 25 01:57:07.443 INFO O| Jul 25 01:57:07.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
88242024-07-25T01:57:08.402Z[ host-image] Jul 25 01:57:07.443 INFO O| Jul 25 01:57:07.443 INFO STEP 71 (ensure_dir) COMPLETE
88252024-07-25T01:57:08.402Z[ host-image] Jul 25 01:57:07.443 INFO O| Jul 25 01:57:07.443 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88262024-07-25T01:57:08.409Z[ host-image] Jul 25 01:57:07.453 INFO O| Jul 25 01:57:07.453 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
88272024-07-25T01:57:08.412Z[ host-image] Jul 25 01:57:07.453 INFO O| Jul 25 01:57:07.453 INFO copying /tmp/.tmpqlF6Zf/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 ...
88282024-07-25T01:57:08.412Z[ host-image] Jul 25 01:57:07.453 INFO O| Jul 25 01:57:07.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
88292024-07-25T01:57:08.412Z[ host-image] Jul 25 01:57:07.454 INFO O| Jul 25 01:57:07.453 INFO ok!
88302024-07-25T01:57:08.412Z[ host-image] Jul 25 01:57:07.454 INFO O| Jul 25 01:57:07.453 INFO STEP 72 (ensure_file) COMPLETE
88312024-07-25T01:57:08.412Z[ host-image] Jul 25 01:57:07.454 INFO O| Jul 25 01:57:07.453 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88322024-07-25T01:57:08.419Z[ host-image] Jul 25 01:57:07.463 INFO O| Jul 25 01:57:07.463 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
88332024-07-25T01:57:08.419Z[ host-image] Jul 25 01:57:07.463 INFO O| Jul 25 01:57:07.463 INFO copying /tmp/.tmpqlF6Zf/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 ...
88342024-07-25T01:57:08.423Z[ host-image] Jul 25 01:57:07.463 INFO O| Jul 25 01:57:07.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
88352024-07-25T01:57:08.423Z[ host-image] Jul 25 01:57:07.463 INFO O| Jul 25 01:57:07.463 INFO ok!
88362024-07-25T01:57:08.423Z[ host-image] Jul 25 01:57:07.463 INFO O| Jul 25 01:57:07.463 INFO STEP 73 (ensure_file) COMPLETE
88372024-07-25T01:57:08.423Z[ host-image] Jul 25 01:57:07.463 INFO O| Jul 25 01:57:07.463 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88382024-07-25T01:57:08.429Z[ host-image] Jul 25 01:57:07.473 INFO O| Jul 25 01:57:07.473 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
88392024-07-25T01:57:08.429Z[ host-image] Jul 25 01:57:07.473 INFO O| Jul 25 01:57:07.473 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
88402024-07-25T01:57:08.432Z[ host-image] Jul 25 01:57:07.473 INFO O| Jul 25 01:57:07.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
88412024-07-25T01:57:08.432Z[ host-image] Jul 25 01:57:07.473 INFO O| Jul 25 01:57:07.473 INFO ok!
88422024-07-25T01:57:08.432Z[ host-image] Jul 25 01:57:07.473 INFO O| Jul 25 01:57:07.473 INFO STEP 74 (ensure_file) COMPLETE
88432024-07-25T01:57:08.432Z[ host-image] Jul 25 01:57:07.473 INFO O| Jul 25 01:57:07.473 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88442024-07-25T01:57:08.439Z[ host-image] Jul 25 01:57:07.483 INFO O| Jul 25 01:57:07.483 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
88452024-07-25T01:57:08.439Z[ host-image] Jul 25 01:57:07.483 INFO O| Jul 25 01:57:07.483 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
88462024-07-25T01:57:08.441Z[ host-image] Jul 25 01:57:07.483 INFO O| Jul 25 01:57:07.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
88472024-07-25T01:57:08.441Z[ host-image] Jul 25 01:57:07.483 INFO O| Jul 25 01:57:07.483 INFO ok!
88482024-07-25T01:57:08.441Z[ host-image] Jul 25 01:57:07.483 INFO O| Jul 25 01:57:07.483 INFO STEP 75 (ensure_file) COMPLETE
88492024-07-25T01:57:08.441Z[ host-image] Jul 25 01:57:07.483 INFO O| Jul 25 01:57:07.483 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88502024-07-25T01:57:08.448Z[ host-image] Jul 25 01:57:07.492 INFO O| Jul 25 01:57:07.492 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
88512024-07-25T01:57:08.451Z[ host-image] Jul 25 01:57:07.492 INFO O| Jul 25 01:57:07.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
88522024-07-25T01:57:08.451Z[ host-image] Jul 25 01:57:07.492 INFO O| Jul 25 01:57:07.492 INFO STEP 76 (ensure_dir) COMPLETE
88532024-07-25T01:57:08.451Z[ host-image] Jul 25 01:57:07.492 INFO O| Jul 25 01:57:07.492 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88542024-07-25T01:57:08.458Z[ host-image] Jul 25 01:57:07.502 INFO O| Jul 25 01:57:07.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
88552024-07-25T01:57:08.458Z[ host-image] Jul 25 01:57:07.502 INFO O| Jul 25 01:57:07.502 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
88562024-07-25T01:57:08.935Z[ host-image] Jul 25 01:57:07.978 INFO O| Jul 25 01:57:07.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
88572024-07-25T01:57:08.935Z[ host-image] Jul 25 01:57:07.978 INFO O| Jul 25 01:57:07.978 INFO ok!
88582024-07-25T01:57:08.935Z[ host-image] Jul 25 01:57:07.978 INFO O| Jul 25 01:57:07.978 INFO STEP 77 (ensure_file) COMPLETE
88592024-07-25T01:57:08.938Z[ host-image] Jul 25 01:57:07.978 INFO O| Jul 25 01:57:07.978 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88602024-07-25T01:57:08.947Z[ host-image] Jul 25 01:57:07.991 INFO O| Jul 25 01:57:07.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
88612024-07-25T01:57:08.947Z[ host-image] Jul 25 01:57:07.991 INFO O| Jul 25 01:57:07.991 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
88622024-07-25T01:57:08.950Z[ host-image] Jul 25 01:57:07.991 INFO O| Jul 25 01:57:07.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
88632024-07-25T01:57:08.950Z[ host-image] Jul 25 01:57:07.991 INFO O| Jul 25 01:57:07.991 INFO ok!
88642024-07-25T01:57:08.950Z[ host-image] Jul 25 01:57:07.991 INFO O| Jul 25 01:57:07.991 INFO STEP 78 (ensure_file) COMPLETE
88652024-07-25T01:57:08.950Z[ host-image] Jul 25 01:57:07.991 INFO O| Jul 25 01:57:07.991 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88662024-07-25T01:57:08.958Z[ host-image] Jul 25 01:57:08.001 INFO O| Jul 25 01:57:08.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
88672024-07-25T01:57:08.958Z[ host-image] Jul 25 01:57:08.001 INFO O| Jul 25 01:57:08.001 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
88682024-07-25T01:57:09.535Z[ host-image] Jul 25 01:57:08.579 INFO O| Jul 25 01:57:08.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
88692024-07-25T01:57:09.535Z[ host-image] Jul 25 01:57:08.579 INFO O| Jul 25 01:57:08.579 INFO ok!
88702024-07-25T01:57:09.535Z[ host-image] Jul 25 01:57:08.579 INFO O| Jul 25 01:57:08.579 INFO STEP 79 (ensure_file) COMPLETE
88712024-07-25T01:57:09.536Z[ host-image] Jul 25 01:57:08.579 INFO O| Jul 25 01:57:08.579 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88722024-07-25T01:57:09.547Z[ host-image] Jul 25 01:57:08.591 INFO O| Jul 25 01:57:08.591 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
88732024-07-25T01:57:09.786Z[ host-image] Jul 25 01:57:08.829 INFO O| Jul 25 01:57:08.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
88742024-07-25T01:57:09.786Z[ host-image] Jul 25 01:57:08.829 INFO O| Jul 25 01:57:08.829 INFO STEP 80 (ensure_dir) COMPLETE
88752024-07-25T01:57:09.788Z[ host-image] Jul 25 01:57:08.829 INFO O| Jul 25 01:57:08.829 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88762024-07-25T01:57:09.800Z[ host-image] Jul 25 01:57:08.843 INFO O| Jul 25 01:57:08.843 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
88772024-07-25T01:57:09.802Z[ host-image] Jul 25 01:57:08.843 INFO O| Jul 25 01:57:08.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
88782024-07-25T01:57:09.803Z[ host-image] Jul 25 01:57:08.843 INFO O| Jul 25 01:57:08.843 INFO STEP 81 (ensure_dir) COMPLETE
88792024-07-25T01:57:09.803Z[ host-image] Jul 25 01:57:08.843 INFO O| Jul 25 01:57:08.843 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88802024-07-25T01:57:09.810Z[ host-image] Jul 25 01:57:08.854 INFO O| Jul 25 01:57:08.854 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
88812024-07-25T01:57:09.810Z[ host-image] Jul 25 01:57:08.854 INFO O| Jul 25 01:57:08.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
88822024-07-25T01:57:09.810Z[ host-image] Jul 25 01:57:08.854 INFO O| Jul 25 01:57:08.854 INFO STEP 82 (ensure_dir) COMPLETE
88832024-07-25T01:57:09.813Z[ host-image] Jul 25 01:57:08.854 INFO O| Jul 25 01:57:08.854 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88842024-07-25T01:57:09.822Z[ host-image] Jul 25 01:57:08.866 INFO O| Jul 25 01:57:08.866 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
88852024-07-25T01:57:09.822Z[ host-image] Jul 25 01:57:08.866 INFO O| Jul 25 01:57:08.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
88862024-07-25T01:57:09.822Z[ host-image] Jul 25 01:57:08.866 INFO O| Jul 25 01:57:08.866 INFO STEP 83 (ensure_dir) COMPLETE
88872024-07-25T01:57:09.822Z[ host-image] Jul 25 01:57:08.866 INFO O| Jul 25 01:57:08.866 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88882024-07-25T01:57:09.832Z[ host-image] Jul 25 01:57:08.875 INFO O| Jul 25 01:57:08.875 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
88892024-07-25T01:57:09.832Z[ host-image] Jul 25 01:57:08.876 INFO O| Jul 25 01:57:08.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
88902024-07-25T01:57:09.834Z[ host-image] Jul 25 01:57:08.876 INFO O| Jul 25 01:57:08.876 INFO STEP 84 (ensure_dir) COMPLETE
88912024-07-25T01:57:09.834Z[ host-image] Jul 25 01:57:08.876 INFO O| Jul 25 01:57:08.876 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88922024-07-25T01:57:09.841Z[ host-image] Jul 25 01:57:08.885 INFO O| Jul 25 01:57:08.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
88932024-07-25T01:57:09.841Z[ host-image] Jul 25 01:57:08.885 INFO O| Jul 25 01:57:08.885 INFO copying /tmp/.tmpqlF6Zf/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 ...
88942024-07-25T01:57:09.841Z[ host-image] Jul 25 01:57:08.885 INFO O| Jul 25 01:57:08.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
88952024-07-25T01:57:09.844Z[ host-image] Jul 25 01:57:08.885 INFO O| Jul 25 01:57:08.885 INFO ok!
88962024-07-25T01:57:09.844Z[ host-image] Jul 25 01:57:08.885 INFO O| Jul 25 01:57:08.885 INFO STEP 85 (ensure_file) COMPLETE
88972024-07-25T01:57:09.844Z[ host-image] Jul 25 01:57:08.885 INFO O| Jul 25 01:57:08.885 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88982024-07-25T01:57:09.851Z[ host-image] Jul 25 01:57:08.895 INFO O| Jul 25 01:57:08.894 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
88992024-07-25T01:57:09.851Z[ host-image] Jul 25 01:57:08.895 INFO O| Jul 25 01:57:08.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
89002024-07-25T01:57:09.854Z[ host-image] Jul 25 01:57:08.895 INFO O| Jul 25 01:57:08.895 INFO STEP 86 (ensure_dir) COMPLETE
89012024-07-25T01:57:09.854Z[ host-image] Jul 25 01:57:08.895 INFO O| Jul 25 01:57:08.895 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89022024-07-25T01:57:09.860Z[ host-image] Jul 25 01:57:08.904 INFO O| Jul 25 01:57:08.904 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
89032024-07-25T01:57:09.860Z[ host-image] Jul 25 01:57:08.904 INFO O| Jul 25 01:57:08.904 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
89042024-07-25T01:57:09.863Z[ host-image] Jul 25 01:57:08.904 INFO O| Jul 25 01:57:08.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
89052024-07-25T01:57:09.863Z[ host-image] Jul 25 01:57:08.904 INFO O| Jul 25 01:57:08.904 INFO ok!
89062024-07-25T01:57:09.863Z[ host-image] Jul 25 01:57:08.904 INFO O| Jul 25 01:57:08.904 INFO STEP 87 (ensure_file) COMPLETE
89072024-07-25T01:57:09.863Z[ host-image] Jul 25 01:57:08.904 INFO O| Jul 25 01:57:08.904 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89082024-07-25T01:57:09.870Z[ host-image] Jul 25 01:57:08.913 INFO O| Jul 25 01:57:08.913 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
89092024-07-25T01:57:09.870Z[ host-image] Jul 25 01:57:08.913 INFO O| Jul 25 01:57:08.913 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
89102024-07-25T01:57:09.881Z[ host-image] Jul 25 01:57:08.925 INFO O| Jul 25 01:57:08.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
89112024-07-25T01:57:09.881Z[ host-image] Jul 25 01:57:08.925 INFO O| Jul 25 01:57:08.925 INFO ok!
89122024-07-25T01:57:09.881Z[ host-image] Jul 25 01:57:08.925 INFO O| Jul 25 01:57:08.925 INFO STEP 88 (ensure_file) COMPLETE
89132024-07-25T01:57:09.881Z[ host-image] Jul 25 01:57:08.925 INFO O| Jul 25 01:57:08.925 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89142024-07-25T01:57:09.891Z[ host-image] Jul 25 01:57:08.935 INFO O| Jul 25 01:57:08.935 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
89152024-07-25T01:57:09.891Z[ host-image] Jul 25 01:57:08.935 INFO O| Jul 25 01:57:08.935 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
89162024-07-25T01:57:11.405Z[ host-image] Jul 25 01:57:09.446 INFO O| Jul 25 01:57:09.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
89172024-07-25T01:57:11.405Z[ host-image] Jul 25 01:57:09.446 INFO O| Jul 25 01:57:09.446 INFO ok!
89182024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.446 INFO O| Jul 25 01:57:09.446 INFO STEP 89 (ensure_file) COMPLETE
89192024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.446 INFO O| Jul 25 01:57:09.446 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89202024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.458 INFO O| Jul 25 01:57:09.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
89212024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.458 INFO O| Jul 25 01:57:09.458 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
89222024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.459 INFO O| Jul 25 01:57:09.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
89232024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.459 INFO O| Jul 25 01:57:09.458 INFO ok!
89242024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.459 INFO O| Jul 25 01:57:09.459 INFO STEP 90 (ensure_file) COMPLETE
89252024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.459 INFO O| Jul 25 01:57:09.459 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89262024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.469 INFO O| Jul 25 01:57:09.469 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
89272024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.469 INFO O| Jul 25 01:57:09.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
89282024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.469 INFO O| Jul 25 01:57:09.469 INFO STEP 91 (ensure_dir) COMPLETE
89292024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.469 INFO O| Jul 25 01:57:09.469 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89302024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.480 INFO O| Jul 25 01:57:09.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
89312024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.480 INFO O| Jul 25 01:57:09.480 INFO copying /tmp/.tmpqlF6Zf/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 ...
89322024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.480 INFO O| Jul 25 01:57:09.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
89332024-07-25T01:57:11.410Z[ host-image] Jul 25 01:57:09.480 INFO O| Jul 25 01:57:09.480 INFO ok!
89342024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.480 INFO O| Jul 25 01:57:09.480 INFO STEP 92 (ensure_file) COMPLETE
89352024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.480 INFO O| Jul 25 01:57:09.480 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89362024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.490 INFO O| Jul 25 01:57:09.490 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
89372024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.490 INFO O| Jul 25 01:57:09.490 INFO copying /tmp/.tmpqlF6Zf/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 ...
89382024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.490 INFO O| Jul 25 01:57:09.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
89392024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.490 INFO O| Jul 25 01:57:09.490 INFO ok!
89402024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.490 INFO O| Jul 25 01:57:09.490 INFO STEP 93 (ensure_file) COMPLETE
89412024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.490 INFO O| Jul 25 01:57:09.490 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89422024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.499 INFO O| Jul 25 01:57:09.499 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
89432024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.499 INFO O| Jul 25 01:57:09.499 INFO copying /tmp/.tmpqlF6Zf/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 ...
89442024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.499 INFO O| Jul 25 01:57:09.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
89452024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.499 INFO O| Jul 25 01:57:09.499 INFO ok!
89462024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.499 INFO O| Jul 25 01:57:09.499 INFO STEP 94 (ensure_file) COMPLETE
89472024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.499 INFO O| Jul 25 01:57:09.499 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89482024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.509 INFO O| Jul 25 01:57:09.509 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
89492024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.509 INFO O| Jul 25 01:57:09.509 INFO copying /tmp/.tmpqlF6Zf/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 ...
89502024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.509 INFO O| Jul 25 01:57:09.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
89512024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.509 INFO O| Jul 25 01:57:09.509 INFO ok!
89522024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.509 INFO O| Jul 25 01:57:09.509 INFO STEP 95 (ensure_file) COMPLETE
89532024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.509 INFO O| Jul 25 01:57:09.509 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89542024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.520 INFO O| Jul 25 01:57:09.519 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
89552024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.520 INFO O| Jul 25 01:57:09.520 INFO copying /tmp/.tmpqlF6Zf/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 ...
89562024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.520 INFO O| Jul 25 01:57:09.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
89572024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.520 INFO O| Jul 25 01:57:09.520 INFO ok!
89582024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.520 INFO O| Jul 25 01:57:09.520 INFO STEP 96 (ensure_file) COMPLETE
89592024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.520 INFO O| Jul 25 01:57:09.520 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89602024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.530 INFO O| Jul 25 01:57:09.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
89612024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.530 INFO O| Jul 25 01:57:09.530 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
89622024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.530 INFO O| Jul 25 01:57:09.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
89632024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.530 INFO O| Jul 25 01:57:09.530 INFO ok!
89642024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.530 INFO O| Jul 25 01:57:09.530 INFO STEP 97 (ensure_file) COMPLETE
89652024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.530 INFO O| Jul 25 01:57:09.530 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89662024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.539 INFO O| Jul 25 01:57:09.539 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
89672024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.539 INFO O| Jul 25 01:57:09.539 INFO copying /tmp/.tmpqlF6Zf/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 ...
89682024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.539 INFO O| Jul 25 01:57:09.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
89692024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.540 INFO O| Jul 25 01:57:09.539 INFO ok!
89702024-07-25T01:57:11.411Z[ host-image] Jul 25 01:57:09.540 INFO O| Jul 25 01:57:09.539 INFO STEP 98 (ensure_file) COMPLETE
89712024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.540 INFO O| Jul 25 01:57:09.539 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89722024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.550 INFO O| Jul 25 01:57:09.550 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
89732024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.550 INFO O| Jul 25 01:57:09.550 INFO copying /tmp/.tmpqlF6Zf/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 ...
89742024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.550 INFO O| Jul 25 01:57:09.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
89752024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.550 INFO O| Jul 25 01:57:09.550 INFO ok!
89762024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.550 INFO O| Jul 25 01:57:09.550 INFO STEP 99 (ensure_file) COMPLETE
89772024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.550 INFO O| Jul 25 01:57:09.550 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89782024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.560 INFO O| Jul 25 01:57:09.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
89792024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.560 INFO O| Jul 25 01:57:09.560 INFO copying /tmp/.tmpqlF6Zf/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 ...
89802024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.560 INFO O| Jul 25 01:57:09.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
89812024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.560 INFO O| Jul 25 01:57:09.560 INFO ok!
89822024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.560 INFO O| Jul 25 01:57:09.560 INFO STEP 100 (ensure_file) COMPLETE
89832024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.560 INFO O| Jul 25 01:57:09.560 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89842024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.570 INFO O| Jul 25 01:57:09.570 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
89852024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.570 INFO O| Jul 25 01:57:09.570 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
89862024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.570 INFO O| Jul 25 01:57:09.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
89872024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.570 INFO O| Jul 25 01:57:09.570 INFO ok!
89882024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.570 INFO O| Jul 25 01:57:09.570 INFO STEP 101 (ensure_file) COMPLETE
89892024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.570 INFO O| Jul 25 01:57:09.570 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89902024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.580 INFO O| Jul 25 01:57:09.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
89912024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.580 INFO O| Jul 25 01:57:09.580 INFO copying /tmp/.tmpqlF6Zf/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 ...
89922024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.580 INFO O| Jul 25 01:57:09.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
89932024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.580 INFO O| Jul 25 01:57:09.580 INFO ok!
89942024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.580 INFO O| Jul 25 01:57:09.580 INFO STEP 102 (ensure_file) COMPLETE
89952024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.580 INFO O| Jul 25 01:57:09.580 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89962024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.590 INFO O| Jul 25 01:57:09.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
89972024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.590 INFO O| Jul 25 01:57:09.590 INFO copying /tmp/.tmpqlF6Zf/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 ...
89982024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.590 INFO O| Jul 25 01:57:09.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
89992024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.590 INFO O| Jul 25 01:57:09.590 INFO ok!
90002024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.590 INFO O| Jul 25 01:57:09.590 INFO STEP 103 (ensure_file) COMPLETE
90012024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.590 INFO O| Jul 25 01:57:09.590 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90022024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.602 INFO O| Jul 25 01:57:09.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
90032024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.602 INFO O| Jul 25 01:57:09.601 INFO copying /tmp/.tmpqlF6Zf/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 ...
90042024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.602 INFO O| Jul 25 01:57:09.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
90052024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.602 INFO O| Jul 25 01:57:09.602 INFO ok!
90062024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.602 INFO O| Jul 25 01:57:09.602 INFO STEP 104 (ensure_file) COMPLETE
90072024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.602 INFO O| Jul 25 01:57:09.602 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90082024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.612 INFO O| Jul 25 01:57:09.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
90092024-07-25T01:57:11.412Z[ host-image] Jul 25 01:57:09.612 INFO O| Jul 25 01:57:09.612 INFO copying /tmp/.tmpqlF6Zf/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 ...
90102024-07-25T01:57:11.413Z[ host-image] Jul 25 01:57:09.612 INFO O| Jul 25 01:57:09.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
90112024-07-25T01:57:11.413Z[ host-image] Jul 25 01:57:09.612 INFO O| Jul 25 01:57:09.612 INFO ok!
90122024-07-25T01:57:11.413Z[ host-image] Jul 25 01:57:09.612 INFO O| Jul 25 01:57:09.612 INFO STEP 105 (ensure_file) COMPLETE
90132024-07-25T01:57:11.413Z[ host-image] Jul 25 01:57:09.612 INFO O| Jul 25 01:57:09.612 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90142024-07-25T01:57:11.413Z[ host-image] Jul 25 01:57:09.623 INFO O| Jul 25 01:57:09.623 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
90152024-07-25T01:57:11.413Z[ host-image] Jul 25 01:57:09.623 INFO O| Jul 25 01:57:09.623 INFO copying /tmp/.tmpqlF6Zf/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 ...
90162024-07-25T01:57:11.413Z[ host-image] Jul 25 01:57:09.623 INFO O| Jul 25 01:57:09.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
90172024-07-25T01:57:11.413Z[ host-image] Jul 25 01:57:09.623 INFO O| Jul 25 01:57:09.623 INFO ok!
90182024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.623 INFO O| Jul 25 01:57:09.623 INFO STEP 106 (ensure_file) COMPLETE
90192024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.623 INFO O| Jul 25 01:57:09.623 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90202024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.634 INFO O| Jul 25 01:57:09.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
90212024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.634 INFO O| Jul 25 01:57:09.633 INFO copying /tmp/.tmpqlF6Zf/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 ...
90222024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.634 INFO O| Jul 25 01:57:09.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
90232024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.634 INFO O| Jul 25 01:57:09.634 INFO ok!
90242024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.634 INFO O| Jul 25 01:57:09.634 INFO STEP 107 (ensure_file) COMPLETE
90252024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.634 INFO O| Jul 25 01:57:09.634 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90262024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.644 INFO O| Jul 25 01:57:09.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
90272024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.644 INFO O| Jul 25 01:57:09.644 INFO copying /tmp/.tmpqlF6Zf/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 ...
90282024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.644 INFO O| Jul 25 01:57:09.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
90292024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.644 INFO O| Jul 25 01:57:09.644 INFO ok!
90302024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.644 INFO O| Jul 25 01:57:09.644 INFO STEP 108 (ensure_file) COMPLETE
90312024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.644 INFO O| Jul 25 01:57:09.644 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90322024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.654 INFO O| Jul 25 01:57:09.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
90332024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.654 INFO O| Jul 25 01:57:09.654 INFO copying /tmp/.tmpqlF6Zf/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 ...
90342024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.654 INFO O| Jul 25 01:57:09.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
90352024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.654 INFO O| Jul 25 01:57:09.654 INFO ok!
90362024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.654 INFO O| Jul 25 01:57:09.654 INFO STEP 109 (ensure_file) COMPLETE
90372024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.654 INFO O| Jul 25 01:57:09.654 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90382024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.664 INFO O| Jul 25 01:57:09.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
90392024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.664 INFO O| Jul 25 01:57:09.664 INFO copying /tmp/.tmpqlF6Zf/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 ...
90402024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.664 INFO O| Jul 25 01:57:09.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
90412024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.664 INFO O| Jul 25 01:57:09.664 INFO ok!
90422024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.664 INFO O| Jul 25 01:57:09.664 INFO STEP 110 (ensure_file) COMPLETE
90432024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.664 INFO O| Jul 25 01:57:09.664 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90442024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.674 INFO O| Jul 25 01:57:09.674 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
90452024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.674 INFO O| Jul 25 01:57:09.674 INFO copying /tmp/.tmpqlF6Zf/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 ...
90462024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.674 INFO O| Jul 25 01:57:09.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
90472024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.674 INFO O| Jul 25 01:57:09.674 INFO ok!
90482024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.674 INFO O| Jul 25 01:57:09.674 INFO STEP 111 (ensure_file) COMPLETE
90492024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.674 INFO O| Jul 25 01:57:09.674 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90502024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.684 INFO O| Jul 25 01:57:09.684 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
90512024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.684 INFO O| Jul 25 01:57:09.684 INFO copying /tmp/.tmpqlF6Zf/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 ...
90522024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.684 INFO O| Jul 25 01:57:09.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
90532024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.684 INFO O| Jul 25 01:57:09.684 INFO ok!
90542024-07-25T01:57:11.417Z[ host-image] Jul 25 01:57:09.684 INFO O| Jul 25 01:57:09.684 INFO STEP 112 (ensure_file) COMPLETE
90552024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.684 INFO O| Jul 25 01:57:09.684 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90562024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.694 INFO O| Jul 25 01:57:09.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
90572024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.694 INFO O| Jul 25 01:57:09.694 INFO copying /tmp/.tmpqlF6Zf/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 ...
90582024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.694 INFO O| Jul 25 01:57:09.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
90592024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.694 INFO O| Jul 25 01:57:09.694 INFO ok!
90602024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.694 INFO O| Jul 25 01:57:09.694 INFO STEP 113 (ensure_file) COMPLETE
90612024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.694 INFO O| Jul 25 01:57:09.694 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90622024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.704 INFO O| Jul 25 01:57:09.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
90632024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.704 INFO O| Jul 25 01:57:09.704 INFO copying /tmp/.tmpqlF6Zf/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 ...
90642024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.704 INFO O| Jul 25 01:57:09.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
90652024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.704 INFO O| Jul 25 01:57:09.704 INFO ok!
90662024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.704 INFO O| Jul 25 01:57:09.704 INFO STEP 114 (ensure_file) COMPLETE
90672024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.704 INFO O| Jul 25 01:57:09.704 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90682024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.714 INFO O| Jul 25 01:57:09.714 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
90692024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.714 INFO O| Jul 25 01:57:09.714 INFO copying /tmp/.tmpqlF6Zf/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 ...
90702024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.714 INFO O| Jul 25 01:57:09.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
90712024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.714 INFO O| Jul 25 01:57:09.714 INFO ok!
90722024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.714 INFO O| Jul 25 01:57:09.714 INFO STEP 115 (ensure_file) COMPLETE
90732024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.714 INFO O| Jul 25 01:57:09.714 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90742024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.723 INFO O| Jul 25 01:57:09.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
90752024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.723 INFO O| Jul 25 01:57:09.723 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
90762024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.724 INFO O| Jul 25 01:57:09.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
90772024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.724 INFO O| Jul 25 01:57:09.724 INFO ok!
90782024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.724 INFO O| Jul 25 01:57:09.724 INFO STEP 116 (ensure_file) COMPLETE
90792024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.724 INFO O| Jul 25 01:57:09.724 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90802024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.734 INFO O| Jul 25 01:57:09.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
90812024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.734 INFO O| Jul 25 01:57:09.734 INFO copying /tmp/.tmpqlF6Zf/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 ...
90822024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.734 INFO O| Jul 25 01:57:09.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
90832024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.734 INFO O| Jul 25 01:57:09.734 INFO ok!
90842024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.734 INFO O| Jul 25 01:57:09.734 INFO STEP 117 (ensure_file) COMPLETE
90852024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.734 INFO O| Jul 25 01:57:09.734 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90862024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.745 INFO O| Jul 25 01:57:09.745 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
90872024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.745 INFO O| Jul 25 01:57:09.745 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
90882024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.745 INFO O| Jul 25 01:57:09.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
90892024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.745 INFO O| Jul 25 01:57:09.745 INFO ok!
90902024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.745 INFO O| Jul 25 01:57:09.745 INFO STEP 118 (ensure_file) COMPLETE
90912024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.745 INFO O| Jul 25 01:57:09.745 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90922024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.756 INFO O| Jul 25 01:57:09.756 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
90932024-07-25T01:57:11.418Z[ host-image] Jul 25 01:57:09.757 INFO O| Jul 25 01:57:09.756 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
90942024-07-25T01:57:14.873Z[ host-image] Jul 25 01:57:13.916 INFO O| Jul 25 01:57:13.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
90952024-07-25T01:57:14.873Z[ host-image] Jul 25 01:57:13.916 INFO O| Jul 25 01:57:13.916 INFO ok!
90962024-07-25T01:57:14.873Z[ host-image] Jul 25 01:57:13.916 INFO O| Jul 25 01:57:13.916 INFO STEP 119 (ensure_file) COMPLETE
90972024-07-25T01:57:14.873Z[ host-image] Jul 25 01:57:13.916 INFO O| Jul 25 01:57:13.916 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90982024-07-25T01:57:14.885Z[ host-image] Jul 25 01:57:13.929 INFO O| Jul 25 01:57:13.929 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
90992024-07-25T01:57:14.885Z[ host-image] Jul 25 01:57:13.929 INFO O| Jul 25 01:57:13.929 INFO STEP 120 (ensure_dir) COMPLETE
91002024-07-25T01:57:14.885Z[ host-image] Jul 25 01:57:13.929 INFO O| Jul 25 01:57:13.929 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91012024-07-25T01:57:14.895Z[ host-image] Jul 25 01:57:13.939 INFO O| Jul 25 01:57:13.939 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
91022024-07-25T01:57:14.898Z[ host-image] Jul 25 01:57:13.939 INFO O| Jul 25 01:57:13.939 INFO STEP 121 (ensure_dir) COMPLETE
91032024-07-25T01:57:14.898Z[ host-image] Jul 25 01:57:13.939 INFO O| Jul 25 01:57:13.939 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91042024-07-25T01:57:14.905Z[ host-image] Jul 25 01:57:13.948 INFO O| Jul 25 01:57:13.948 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
91052024-07-25T01:57:14.908Z[ host-image] Jul 25 01:57:13.948 INFO O| Jul 25 01:57:13.948 INFO STEP 122 (ensure_dir) COMPLETE
91062024-07-25T01:57:14.908Z[ host-image] Jul 25 01:57:13.948 INFO O| Jul 25 01:57:13.948 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91072024-07-25T01:57:14.914Z[ host-image] Jul 25 01:57:13.958 INFO O| Jul 25 01:57:13.957 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
91082024-07-25T01:57:14.914Z[ host-image] Jul 25 01:57:13.958 INFO O| Jul 25 01:57:13.958 INFO STEP 123 (ensure_dir) COMPLETE
91092024-07-25T01:57:14.916Z[ host-image] Jul 25 01:57:13.958 INFO O| Jul 25 01:57:13.958 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91102024-07-25T01:57:14.923Z[ host-image] Jul 25 01:57:13.967 INFO O| Jul 25 01:57:13.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
91112024-07-25T01:57:14.923Z[ host-image] Jul 25 01:57:13.967 INFO O| Jul 25 01:57:13.967 INFO copying /tmp/.tmpqlF6Zf/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 ...
91122024-07-25T01:57:14.926Z[ host-image] Jul 25 01:57:13.967 INFO O| Jul 25 01:57:13.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
91132024-07-25T01:57:14.926Z[ host-image] Jul 25 01:57:13.967 INFO O| Jul 25 01:57:13.967 INFO ok!
91142024-07-25T01:57:14.926Z[ host-image] Jul 25 01:57:13.967 INFO O| Jul 25 01:57:13.967 INFO STEP 124 (ensure_file) COMPLETE
91152024-07-25T01:57:14.926Z[ host-image] Jul 25 01:57:13.967 INFO O| Jul 25 01:57:13.967 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91162024-07-25T01:57:14.933Z[ host-image] Jul 25 01:57:13.976 INFO O| Jul 25 01:57:13.976 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
91172024-07-25T01:57:14.933Z[ host-image] Jul 25 01:57:13.976 INFO O| Jul 25 01:57:13.976 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
91182024-07-25T01:57:14.935Z[ host-image] Jul 25 01:57:13.976 INFO O| Jul 25 01:57:13.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
91192024-07-25T01:57:14.935Z[ host-image] Jul 25 01:57:13.976 INFO O| Jul 25 01:57:13.976 INFO STEP 125 (ensure_dir) COMPLETE
91202024-07-25T01:57:14.935Z[ host-image] Jul 25 01:57:13.976 INFO O| Jul 25 01:57:13.976 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-07-25T01:57:14.942Z[ host-image] Jul 25 01:57:13.985 INFO O| Jul 25 01:57:13.985 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
91222024-07-25T01:57:14.942Z[ host-image] Jul 25 01:57:13.986 INFO O| Jul 25 01:57:13.985 INFO copying /tmp/.tmpqlF6Zf/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
91232024-07-25T01:57:14.945Z[ host-image] Jul 25 01:57:13.986 INFO O| Jul 25 01:57:13.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
91242024-07-25T01:57:14.945Z[ host-image] Jul 25 01:57:13.986 INFO O| Jul 25 01:57:13.986 INFO ok!
91252024-07-25T01:57:14.945Z[ host-image] Jul 25 01:57:13.986 INFO O| Jul 25 01:57:13.986 INFO STEP 126 (ensure_file) COMPLETE
91262024-07-25T01:57:14.945Z[ host-image] Jul 25 01:57:13.986 INFO O| Jul 25 01:57:13.986 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272024-07-25T01:57:14.951Z[ host-image] Jul 25 01:57:13.995 INFO O| Jul 25 01:57:13.995 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
91282024-07-25T01:57:14.954Z[ host-image] Jul 25 01:57:13.995 INFO O| Jul 25 01:57:13.995 INFO STEP 127 (remove_files) COMPLETE
91292024-07-25T01:57:14.954Z[ host-image] Jul 25 01:57:13.995 INFO O| Jul 25 01:57:13.995 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302024-07-25T01:57:14.961Z[ host-image] Jul 25 01:57:14.004 INFO O| Jul 25 01:57:14.004 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
91312024-07-25T01:57:14.964Z[ host-image] Jul 25 01:57:14.005 INFO O| Jul 25 01:57:14.005 INFO STEP 128 (remove_files) COMPLETE
91322024-07-25T01:57:14.964Z[ host-image] Jul 25 01:57:14.005 INFO O| Jul 25 01:57:14.005 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332024-07-25T01:57:14.970Z[ host-image] Jul 25 01:57:14.014 INFO O| Jul 25 01:57:14.014 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
91342024-07-25T01:57:14.973Z[ host-image] Jul 25 01:57:14.014 INFO O| Jul 25 01:57:14.014 INFO STEP 129 (remove_files) COMPLETE
91352024-07-25T01:57:14.973Z[ host-image] Jul 25 01:57:14.014 INFO O| Jul 25 01:57:14.014 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362024-07-25T01:57:14.979Z[ host-image] Jul 25 01:57:14.023 INFO O| Jul 25 01:57:14.023 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
91372024-07-25T01:57:14.982Z[ host-image] Jul 25 01:57:14.023 INFO O| Jul 25 01:57:14.023 INFO STEP 130 (remove_files) COMPLETE
91382024-07-25T01:57:14.982Z[ host-image] Jul 25 01:57:14.023 INFO O| Jul 25 01:57:14.023 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392024-07-25T01:57:14.989Z[ host-image] Jul 25 01:57:14.032 INFO O| Jul 25 01:57:14.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
91402024-07-25T01:57:14.991Z[ host-image] Jul 25 01:57:14.032 INFO O| Jul 25 01:57:14.032 INFO STEP 131 (remove_files) COMPLETE
91412024-07-25T01:57:14.991Z[ host-image] Jul 25 01:57:14.032 INFO O| Jul 25 01:57:14.032 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422024-07-25T01:57:14.998Z[ host-image] Jul 25 01:57:14.041 INFO O| Jul 25 01:57:14.041 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
91432024-07-25T01:57:15.002Z[ host-image] Jul 25 01:57:14.041 INFO O| Jul 25 01:57:14.041 INFO STEP 132 (remove_files) COMPLETE
91442024-07-25T01:57:15.002Z[ host-image] Jul 25 01:57:14.041 INFO O| Jul 25 01:57:14.041 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452024-07-25T01:57:15.007Z[ host-image] Jul 25 01:57:14.050 INFO O| Jul 25 01:57:14.050 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
91462024-07-25T01:57:15.007Z[ host-image] Jul 25 01:57:14.050 INFO O| Jul 25 01:57:14.050 INFO STEP 133 (remove_files) COMPLETE
91472024-07-25T01:57:15.007Z[ host-image] Jul 25 01:57:14.050 INFO O| Jul 25 01:57:14.050 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482024-07-25T01:57:15.016Z[ host-image] Jul 25 01:57:14.060 INFO O| Jul 25 01:57:14.060 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
91492024-07-25T01:57:15.019Z[ host-image] Jul 25 01:57:14.060 INFO O| Jul 25 01:57:14.060 INFO STEP 134 (remove_files) COMPLETE
91502024-07-25T01:57:15.019Z[ host-image] Jul 25 01:57:14.060 INFO O| Jul 25 01:57:14.060 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512024-07-25T01:57:15.025Z[ host-image] Jul 25 01:57:14.069 INFO O| Jul 25 01:57:14.069 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
91522024-07-25T01:57:15.025Z[ host-image] Jul 25 01:57:14.069 INFO O| Jul 25 01:57:14.069 INFO STEP 135 (remove_files) COMPLETE
91532024-07-25T01:57:15.028Z[ host-image] Jul 25 01:57:14.069 INFO O| Jul 25 01:57:14.069 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542024-07-25T01:57:15.035Z[ host-image] Jul 25 01:57:14.078 INFO O| Jul 25 01:57:14.078 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
91552024-07-25T01:57:15.035Z[ host-image] Jul 25 01:57:14.078 INFO O| Jul 25 01:57:14.078 INFO STEP 136 (remove_files) COMPLETE
91562024-07-25T01:57:15.038Z[ host-image] Jul 25 01:57:14.079 INFO O| Jul 25 01:57:14.078 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572024-07-25T01:57:15.044Z[ host-image] Jul 25 01:57:14.088 INFO O| Jul 25 01:57:14.088 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
91582024-07-25T01:57:15.044Z[ host-image] Jul 25 01:57:14.088 INFO O| Jul 25 01:57:14.088 INFO STEP 137 (remove_files) COMPLETE
91592024-07-25T01:57:15.044Z[ host-image] Jul 25 01:57:14.088 INFO O| Jul 25 01:57:14.088 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602024-07-25T01:57:15.053Z[ host-image] Jul 25 01:57:14.097 INFO O| Jul 25 01:57:14.097 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
91612024-07-25T01:57:15.053Z[ host-image] Jul 25 01:57:14.097 INFO O| Jul 25 01:57:14.097 INFO STEP 138 (remove_files) COMPLETE
91622024-07-25T01:57:15.056Z[ host-image] Jul 25 01:57:14.097 INFO O| Jul 25 01:57:14.097 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632024-07-25T01:57:15.063Z[ host-image] Jul 25 01:57:14.106 INFO O| Jul 25 01:57:14.106 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
91642024-07-25T01:57:15.065Z[ host-image] Jul 25 01:57:14.106 INFO O| Jul 25 01:57:14.106 INFO STEP 139 (remove_files) COMPLETE
91652024-07-25T01:57:15.065Z[ host-image] Jul 25 01:57:14.106 INFO O| Jul 25 01:57:14.106 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662024-07-25T01:57:15.072Z[ host-image] Jul 25 01:57:14.115 INFO O| Jul 25 01:57:14.115 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
91672024-07-25T01:57:15.075Z[ host-image] Jul 25 01:57:14.115 INFO O| Jul 25 01:57:14.115 INFO STEP 140 (remove_files) COMPLETE
91682024-07-25T01:57:15.075Z[ host-image] Jul 25 01:57:14.115 INFO O| Jul 25 01:57:14.115 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692024-07-25T01:57:15.081Z[ host-image] Jul 25 01:57:14.124 INFO O| Jul 25 01:57:14.124 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
91702024-07-25T01:57:15.084Z[ host-image] Jul 25 01:57:14.124 INFO O| Jul 25 01:57:14.124 INFO STEP 141 (remove_files) COMPLETE
91712024-07-25T01:57:15.084Z[ host-image] Jul 25 01:57:14.124 INFO O| Jul 25 01:57:14.124 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722024-07-25T01:57:15.090Z[ host-image] Jul 25 01:57:14.133 INFO O| Jul 25 01:57:14.133 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
91732024-07-25T01:57:15.090Z[ host-image] Jul 25 01:57:14.133 INFO O| Jul 25 01:57:14.133 INFO STEP 142 (remove_files) COMPLETE
91742024-07-25T01:57:15.090Z[ host-image] Jul 25 01:57:14.133 INFO O| Jul 25 01:57:14.133 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752024-07-25T01:57:15.099Z[ host-image] Jul 25 01:57:14.142 INFO O| Jul 25 01:57:14.142 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
91762024-07-25T01:57:15.099Z[ host-image] Jul 25 01:57:14.142 INFO O| Jul 25 01:57:14.142 INFO STEP 143 (remove_files) COMPLETE
91772024-07-25T01:57:15.102Z[ host-image] Jul 25 01:57:14.143 INFO O| Jul 25 01:57:14.142 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782024-07-25T01:57:15.108Z[ host-image] Jul 25 01:57:14.152 INFO O| Jul 25 01:57:14.152 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
91792024-07-25T01:57:15.111Z[ host-image] Jul 25 01:57:14.152 INFO O| Jul 25 01:57:14.152 INFO STEP 144 (remove_files) COMPLETE
91802024-07-25T01:57:15.111Z[ host-image] Jul 25 01:57:14.152 INFO O| Jul 25 01:57:14.152 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812024-07-25T01:57:15.117Z[ host-image] Jul 25 01:57:14.161 INFO O| Jul 25 01:57:14.161 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
91822024-07-25T01:57:15.117Z[ host-image] Jul 25 01:57:14.161 INFO O| Jul 25 01:57:14.161 INFO STEP 145 (remove_files) COMPLETE
91832024-07-25T01:57:15.120Z[ host-image] Jul 25 01:57:14.161 INFO O| Jul 25 01:57:14.161 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842024-07-25T01:57:15.127Z[ host-image] Jul 25 01:57:14.170 INFO O| Jul 25 01:57:14.170 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
91852024-07-25T01:57:15.130Z[ host-image] Jul 25 01:57:14.170 INFO O| Jul 25 01:57:14.170 INFO STEP 146 (remove_files) COMPLETE
91862024-07-25T01:57:15.130Z[ host-image] Jul 25 01:57:14.171 INFO O| Jul 25 01:57:14.170 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872024-07-25T01:57:15.136Z[ host-image] Jul 25 01:57:14.180 INFO O| Jul 25 01:57:14.180 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91882024-07-25T01:57:15.136Z[ host-image] Jul 25 01:57:14.180 INFO O| Jul 25 01:57:14.180 INFO STEP 147 (remove_files) COMPLETE
91892024-07-25T01:57:15.136Z[ host-image] Jul 25 01:57:14.180 INFO O| Jul 25 01:57:14.180 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902024-07-25T01:57:15.146Z[ host-image] Jul 25 01:57:14.189 INFO O| Jul 25 01:57:14.189 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
91912024-07-25T01:57:15.146Z[ host-image] Jul 25 01:57:14.189 INFO O| Jul 25 01:57:14.189 INFO STEP 148 (remove_files) COMPLETE
91922024-07-25T01:57:15.149Z[ host-image] Jul 25 01:57:14.189 INFO O| Jul 25 01:57:14.189 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932024-07-25T01:57:15.155Z[ host-image] Jul 25 01:57:14.199 INFO O| Jul 25 01:57:14.199 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91942024-07-25T01:57:15.155Z[ host-image] Jul 25 01:57:14.199 INFO O| Jul 25 01:57:14.199 INFO STEP 149 (remove_files) COMPLETE
91952024-07-25T01:57:15.158Z[ host-image] Jul 25 01:57:14.199 INFO O| Jul 25 01:57:14.199 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962024-07-25T01:57:15.162Z[ recovery-image] Jul 25 01:57:14.202 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
91972024-07-25T01:57:15.165Z[ host-image] Jul 25 01:57:14.209 INFO O| Jul 25 01:57:14.208 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
91982024-07-25T01:57:15.165Z[ host-image] Jul 25 01:57:14.209 INFO O| Jul 25 01:57:14.209 INFO STEP 150 (remove_files) COMPLETE
91992024-07-25T01:57:15.179Z[ host-image] Jul 25 01:57:14.209 INFO O| Jul 25 01:57:14.209 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92002024-07-25T01:57:15.195Z[ host-image] Jul 25 01:57:14.237 INFO O| Jul 25 01:57:14.237 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
92012024-07-25T01:57:15.195Z[ host-image] Jul 25 01:57:14.237 INFO O| Jul 25 01:57:14.237 INFO STEP 151 (remove_files) COMPLETE
92022024-07-25T01:57:15.198Z[ host-image] Jul 25 01:57:14.237 INFO O| Jul 25 01:57:14.237 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92032024-07-25T01:57:15.207Z[ host-image] Jul 25 01:57:14.250 INFO O| Jul 25 01:57:14.250 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
92042024-07-25T01:57:15.207Z[ host-image] Jul 25 01:57:14.251 INFO O| Jul 25 01:57:14.250 INFO STEP 152 (remove_files) COMPLETE
92052024-07-25T01:57:15.210Z[ host-image] Jul 25 01:57:14.251 INFO O| Jul 25 01:57:14.251 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92062024-07-25T01:57:15.220Z[ host-image] Jul 25 01:57:14.263 INFO O| Jul 25 01:57:14.263 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
92072024-07-25T01:57:15.220Z[ host-image] Jul 25 01:57:14.263 INFO O| Jul 25 01:57:14.263 INFO STEP 153 (remove_files) COMPLETE
92082024-07-25T01:57:15.223Z[ host-image] Jul 25 01:57:14.263 INFO O| Jul 25 01:57:14.263 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92092024-07-25T01:57:15.232Z[ host-image] Jul 25 01:57:14.276 INFO O| Jul 25 01:57:14.276 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
92102024-07-25T01:57:15.232Z[ host-image] Jul 25 01:57:14.276 INFO O| Jul 25 01:57:14.276 INFO STEP 154 (remove_files) COMPLETE
92112024-07-25T01:57:15.232Z[ host-image] Jul 25 01:57:14.276 INFO O| Jul 25 01:57:14.276 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92122024-07-25T01:57:15.248Z[ host-image] Jul 25 01:57:14.289 INFO O| Jul 25 01:57:14.289 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
92132024-07-25T01:57:15.251Z[ host-image] Jul 25 01:57:14.289 INFO O| Jul 25 01:57:14.289 INFO STEP 155 (remove_files) COMPLETE
92142024-07-25T01:57:15.251Z[ host-image] Jul 25 01:57:14.289 INFO O| Jul 25 01:57:14.289 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92152024-07-25T01:57:15.265Z[ host-image] Jul 25 01:57:14.308 INFO O| Jul 25 01:57:14.307 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
92162024-07-25T01:57:15.268Z[ host-image] Jul 25 01:57:14.308 INFO O| Jul 25 01:57:14.308 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"}
92172024-07-25T01:57:16.894Z[ recovery-image] Jul 25 01:57:15.937 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
92182024-07-25T01:57:20.082Z[ recovery-image] Jul 25 01:57:19.124 INFO E| Compiling bitflags v1.3.2
92192024-07-25T01:57:20.082Z[ recovery-image] Jul 25 01:57:19.124 INFO E| Compiling bit_field v0.10.2
92202024-07-25T01:57:20.085Z[ recovery-image] Jul 25 01:57:19.125 INFO E| Compiling adler v1.0.2
92212024-07-25T01:57:20.085Z[ recovery-image] Jul 25 01:57:19.125 INFO E| Compiling log v0.4.21
92222024-07-25T01:57:20.085Z[ recovery-image] Jul 25 01:57:19.125 INFO E| Compiling plain v0.2.3
92232024-07-25T01:57:20.085Z[ recovery-image] Jul 25 01:57:19.125 INFO E| Compiling scroll v0.12.0
92242024-07-25T01:57:20.085Z[ recovery-image] Jul 25 01:57:19.125 INFO E| Compiling static_assertions v1.1.0
92252024-07-25T01:57:20.166Z[ recovery-image] Jul 25 01:57:19.209 INFO E| Compiling raw-cpuid v10.7.0
92262024-07-25T01:57:20.166Z[ recovery-image] Jul 25 01:57:19.209 INFO E| Compiling cpio_reader v0.1.1
92272024-07-25T01:57:20.261Z[ recovery-image] Jul 25 01:57:19.304 INFO E| Compiling miniz_oxide v0.7.2
92282024-07-25T01:57:20.383Z[ recovery-image] Jul 25 01:57:19.426 INFO E| Compiling bitstruct v0.1.1
92292024-07-25T01:57:20.559Z[ recovery-image] Jul 25 01:57:19.602 INFO E| Compiling goblin v0.8.0
92302024-07-25T01:57:26.648Z[ recovery-image] Jul 25 01:57:25.691 INFO E| Finished `release` profile [optimized] target(s) in 43.14s
92312024-07-25T01:57:26.651Z[ host-image] Jul 25 01:57:25.691 INFO O| Jul 25 01:57:25.691 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
92322024-07-25T01:57:26.651Z[ host-image] Jul 25 01:57:25.691 INFO O| Jul 25 01:57:25.691 INFO E| svccfg: Loaded 74 smf(7) service descriptions
92332024-07-25T01:57:26.661Z[ host-image] Jul 25 01:57:25.704 INFO O| Jul 25 01:57:25.704 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"}
92342024-07-25T01:57:26.670Z[ recovery-image] Jul 25 01:57:25.712 INFO building host image...
92352024-07-25T01:57:26.672Z[ recovery-image] Jul 25 01:57:25.713 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")
92362024-07-25T01:57:26.737Z[ host-image] Jul 25 01:57:25.780 INFO O| Jul 25 01:57:25.780 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
92372024-07-25T01:57:26.737Z[ host-image] Jul 25 01:57:25.780 INFO O| Jul 25 01:57:25.780 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
92382024-07-25T01:57:26.740Z[ host-image] Jul 25 01:57:25.782 INFO O| Jul 25 01:57:25.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
92392024-07-25T01:57:26.740Z[ host-image] Jul 25 01:57:25.782 INFO O| Jul 25 01:57:25.782 INFO ok!
92402024-07-25T01:57:26.740Z[ host-image] Jul 25 01:57:25.782 INFO O| Jul 25 01:57:25.782 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
92412024-07-25T01:57:26.740Z[ host-image] Jul 25 01:57:25.783 INFO O| Jul 25 01:57:25.783 INFO STEP 156 (seed_smf) COMPLETE
92422024-07-25T01:57:26.740Z[ host-image] Jul 25 01:57:25.783 INFO O| Jul 25 01:57:25.783 INFO steps complete; finalising image!
92432024-07-25T01:57:26.740Z[ host-image] Jul 25 01:57:25.783 INFO O| Jul 25 01:57:25.783 INFO TRIM POOL: TEMPORARY-gimlet-zfs
92442024-07-25T01:57:26.883Z[ host-image] Jul 25 01:57:25.925 INFO O| Jul 25 01:57:25.925 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Thu Jul 25 01:57:25 2024)
92452024-07-25T01:57:27.093Z[ host-image] Jul 25 01:57:26.136 INFO O| Jul 25 01:57:26.136 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Thu Jul 25 01:57:25 2024)
92462024-07-25T01:57:27.235Z[ recovery-image] Jul 25 01:57:26.278 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92472024-07-25T01:57:27.314Z[ host-image] Jul 25 01:57:26.357 INFO O| Jul 25 01:57:26.357 INFO temporary pool has 650M used, 182M avail, 1.90x compressratio
92482024-07-25T01:57:27.315Z[ host-image] Jul 25 01:57:26.357 INFO O| Jul 25 01:57:26.357 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
92492024-07-25T01:57:27.585Z[ host-image] Jul 25 01:57:26.627 INFO O| Jul 25 01:57:26.627 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
92502024-07-25T01:57:27.585Z[ host-image] Jul 25 01:57:26.627 INFO O| Jul 25 01:57:26.627 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
92512024-07-25T01:57:28.474Z[ recovery-image] Jul 25 01:57:27.516 INFO image complete! materials are in "/work/os-recovery"
92522024-07-25T01:57:28.477Z[ recovery-image]
92532024-07-25T01:57:28.477Z[ recovery-image] real 6:56.846329393
92542024-07-25T01:57:28.477Z[ recovery-image] user 4:34.288223680
92552024-07-25T01:57:28.477Z[ recovery-image] sys 1:01.231337381
92562024-07-25T01:57:28.477Z[ recovery-image] trap 0.237567461
92572024-07-25T01:57:28.477Z[ recovery-image] tflt 0.513542037
92582024-07-25T01:57:28.477Z[ recovery-image] dflt 1.095823106
92592024-07-25T01:57:28.477Z[ recovery-image] kflt 0.000037277
92602024-07-25T01:57:28.477Z[ recovery-image] lock 9:25.871705235
92612024-07-25T01:57:28.477Z[ recovery-image] slp 42:01.492534888
92622024-07-25T01:57:28.477Z[ recovery-image] lat 1:18.301397081
92632024-07-25T01:57:28.480Z[ recovery-image] stop 4.973275763
92642024-07-25T01:57:28.480ZJul 25 01:57:27.520 INFO [recovery-image] process exited with exit status: 0 (416.892309803s)
92652024-07-25T01:57:28.612Z[ host-image] Jul 25 01:57:27.654 INFO O| Jul 25 01:57:27.654 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
92662024-07-25T01:57:28.612Z[ host-image] Jul 25 01:57:27.654 INFO O| Jul 25 01:57:27.654 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
92672024-07-25T01:57:28.615Z[ host-image] Jul 25 01:57:27.654 INFO O| Jul 25 01:57:27.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
92682024-07-25T01:57:28.615Z[ host-image] Jul 25 01:57:27.654 INFO O| Jul 25 01:57:27.654 INFO completed processing gimlet/zfs
92692024-07-25T01:57:28.615Z[ host-image] Jul 25 01:57:27.654 INFO O| Jul 25 01:57:27.654 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
92702024-07-25T01:57:34.984Z[ host-image] Jul 25 01:57:34.027 INFO O| Jul 25 01:57:34.026 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
92712024-07-25T01:57:35.061Z[ host-image] Jul 25 01:57:34.103 INFO BUILD STRING "heads/stlouis-0-g96e13c3c30\n"
92722024-07-25T01:57:35.062Z[ host-image] Jul 25 01:57:34.103 INFO expanded image name: "ci c29eee3/${os_short_commit} 2024-07-25 01:30" -> "ci c29eee3/96e13c3 2024-07-25 01:30"
92732024-07-25T01:57:35.064Z[ host-image] Jul 25 01:57:34.103 INFO output artefacts stored in: "/work/os-host"
92742024-07-25T01:57:35.064Z[ host-image] Jul 25 01:57:34.103 INFO collecting git info from project "pinprick"...
92752024-07-25T01:57:35.067Z[ host-image] Jul 25 01:57:34.108 INFO collecting git info from project "bootserver"...
92762024-07-25T01:57:35.070Z[ host-image] Jul 25 01:57:34.113 INFO collecting git info from project "pilot"...
92772024-07-25T01:57:35.075Z[ host-image] Jul 25 01:57:34.118 INFO collecting git info from project "chelsio-t6-roms"...
92782024-07-25T01:57:35.080Z[ host-image] Jul 25 01:57:34.122 INFO collecting git info from project "image-builder"...
92792024-07-25T01:57:35.084Z[ host-image] Jul 25 01:57:34.127 INFO collecting git info from project "amd-firmware"...
92802024-07-25T01:57:35.092Z[ host-image] Jul 25 01:57:34.134 INFO collecting git info from project "phbl"...
92812024-07-25T01:57:35.096Z[ host-image] Jul 25 01:57:34.138 INFO collecting git info from project "amd-host-image-builder"...
92822024-07-25T01:57:35.109Z[ host-image] Jul 25 01:57:34.151 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92832024-07-25T01:57:35.460Z[ host-image] Jul 25 01:57:34.502 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92842024-07-25T01:57:35.788Z[ host-image] Jul 25 01:57:34.830 INFO creating Oxide boot image...
92852024-07-25T01:57:35.788Z[ host-image] Jul 25 01:57:34.830 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci c29eee3/96e13c3 2024-07-25 01:30", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
92862024-07-25T01:57:36.733Z[ host-image] Jul 25 01:57:35.775 INFO O| ok, image written!
92872024-07-25T01:57:36.733Z[ host-image] Jul 25 01:57:35.775 INFO O| ok, boot_image_csum file written!
92882024-07-25T01:57:36.736Z[ host-image] Jul 25 01:57:35.778 INFO creating boot archive (CPIO)...
92892024-07-25T01:57:36.736Z[ host-image] Jul 25 01:57:35.778 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
92902024-07-25T01:57:36.742Z[ host-image] Jul 25 01:57:35.785 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
92912024-07-25T01:57:36.743Z[ host-image] Jul 25 01:57:35.785 INFO E| + outfile=/work/os-host/cpio
92922024-07-25T01:57:36.745Z[ host-image] Jul 25 01:57:35.785 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
92932024-07-25T01:57:36.745Z[ host-image] Jul 25 01:57:35.787 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
92942024-07-25T01:57:36.745Z[ host-image] Jul 25 01:57:35.787 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
92952024-07-25T01:57:36.782Z[ host-image] Jul 25 01:57:35.824 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
92962024-07-25T01:57:36.782Z[ host-image] Jul 25 01:57:35.824 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
92972024-07-25T01:57:36.789Z[ host-image] Jul 25 01:57:35.831 INFO creating compressed cpio/unix for nanobl-rs...
92982024-07-25T01:57:36.797Z[ host-image] Jul 25 01:57:35.831 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
92992024-07-25T01:57:37.063Z[ host-image] Jul 25 01:57:36.105 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
93002024-07-25T01:57:41.301Z[ host-image] Jul 25 01:57:40.343 INFO creating reset image...
93012024-07-25T01:57:41.304Z[ host-image] Jul 25 01:57:40.343 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
93022024-07-25T01:57:41.393Z[ host-image] Jul 25 01:57:40.435 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
93032024-07-25T01:57:41.396Z[ host-image] Jul 25 01:57:40.436 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
93042024-07-25T01:57:41.458Z[ host-image] Jul 25 01:57:40.500 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
93052024-07-25T01:57:43.594Z[ host-image] Jul 25 01:57:42.636 INFO E| Finished `release` profile [optimized] target(s) in 2.18s
93062024-07-25T01:57:43.605Z[ host-image] Jul 25 01:57:42.647 INFO building host image...
93072024-07-25T01:57:43.607Z[ host-image] Jul 25 01:57:42.647 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")
93082024-07-25T01:57:44.054Z[ host-image] Jul 25 01:57:43.096 INFO finishing image archive at "/work/os-host/os.tar.gz"...
93092024-07-25T01:58:24.177Z[ host-image] Jul 25 01:58:23.217 INFO image complete! materials are in "/work/os-host"
93102024-07-25T01:58:24.180Z[ host-image]
93112024-07-25T01:58:24.180Z[ host-image] real 8:08.605733258
93122024-07-25T01:58:24.180Z[ host-image] user 3:45.918565603
93132024-07-25T01:58:24.180Z[ host-image] sys 50.102261560
93142024-07-25T01:58:24.180Z[ host-image] trap 0.137340309
93152024-07-25T01:58:24.180Z[ host-image] tflt 0.025633694
93162024-07-25T01:58:24.180Z[ host-image] dflt 0.026198785
93172024-07-25T01:58:24.181Z[ host-image] kflt 0.000001790
93182024-07-25T01:58:24.181Z[ host-image] lock 3:49.281888345
93192024-07-25T01:58:24.181Z[ host-image] slp 45:10.481792693
93202024-07-25T01:58:24.183Z[ host-image] lat 1:01.392157862
93212024-07-25T01:58:24.183Z[ host-image] stop 0.399616853
93222024-07-25T01:58:24.183ZJul 25 01:58:23.220 INFO [host-image] process exited with exit status: 0 (488.61941721s)
93232024-07-25T01:58:24.183ZJul 25 01:58:23.221 INFO [tuf-repo] running task
93242024-07-25T01:58:30.975ZJul 25 01:58:30.013 INFO assembling repository in `/tmp/tufaceousiYrbIV`, component: OmicronRepoAssembler
93252024-07-25T01:58:35.430ZJul 25 01:58:34.469 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
93262024-07-25T01:58:35.638ZJul 25 01:58:34.677 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
93272024-07-25T01:58:46.179ZJul 25 01:58:45.217 INFO [tuf-repo] task succeeded (21.99651523s)
93282024-07-25T01:58:46.179ZJul 25 01:58:45.217 INFO all jobs completed in 1699.576966387s
93292024-07-25T01:58:46.677Zprocess exited: duration 2185237 ms, exit code 0
 
93302024-07-25T01:58:46.688Zfound 33 output files
93312024-07-25T01:58:46.695Zuploading: /work/manifest.toml (8404 bytes)
93322024-07-25T01:58:47.701Zuploaded: /work/manifest.toml
93332024-07-25T01:58:47.702Zuploading: /work/repo.zip (1746905191 bytes)
93342024-07-25T01:59:22.478Zuploaded: /work/repo.zip
93352024-07-25T01:59:22.478Zuploading: /work/repo.zip.sha256.txt (65 bytes)
93362024-07-25T01:59:23.490Zuploaded: /work/repo.zip.sha256.txt
93372024-07-25T01:59:23.490Zuploading: /work/helios-setup.log (54283 bytes)
93382024-07-25T01:59:24.504Zuploaded: /work/helios-setup.log
93392024-07-25T01:59:24.504Zuploading: /work/host-image.log (195542 bytes)
93402024-07-25T01:59:25.526Zuploaded: /work/host-image.log
93412024-07-25T01:59:25.526Zuploading: /work/host-package.log (17443 bytes)
93422024-07-25T01:59:26.538Zuploaded: /work/host-package.log
93432024-07-25T01:59:26.538Zuploading: /work/host-target.log (101 bytes)
93442024-07-25T01:59:27.549Zuploaded: /work/host-target.log
93452024-07-25T01:59:27.549Zuploading: /work/omicron-package.log (4572 bytes)
93462024-07-25T01:59:28.559Zuploaded: /work/omicron-package.log
93472024-07-25T01:59:28.559Zuploading: /work/phbl-toolchain.log (881 bytes)
93482024-07-25T01:59:29.570Zuploaded: /work/phbl-toolchain.log
93492024-07-25T01:59:29.570Zuploading: /work/recovery-image.log (592491 bytes)
93502024-07-25T01:59:30.605Zuploaded: /work/recovery-image.log
93512024-07-25T01:59:30.605Zuploading: /work/recovery-package.log (282 bytes)
93522024-07-25T01:59:31.615Zuploaded: /work/recovery-package.log
93532024-07-25T01:59:31.615Zuploading: /work/recovery-target.log (57 bytes)
93542024-07-25T01:59:32.624Zuploaded: /work/recovery-target.log
93552024-07-25T01:59:32.624Zuploading: /work/stamp-clickhouse.log (117 bytes)
93562024-07-25T01:59:33.636Zuploaded: /work/stamp-clickhouse.log
93572024-07-25T01:59:33.636Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
93582024-07-25T01:59:34.646Zuploaded: /work/stamp-clickhouse_keeper.log
93592024-07-25T01:59:34.646Zuploading: /work/stamp-cockroachdb.log (118 bytes)
93602024-07-25T01:59:35.655Zuploaded: /work/stamp-cockroachdb.log
93612024-07-25T01:59:35.655Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
93622024-07-25T01:59:36.666Zuploaded: /work/stamp-crucible-dtrace.log
93632024-07-25T01:59:36.666Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
93642024-07-25T01:59:37.677Zuploaded: /work/stamp-crucible-pantry-zone.log
93652024-07-25T01:59:37.677Zuploading: /work/stamp-crucible-zone.log (120 bytes)
93662024-07-25T01:59:38.686Zuploaded: /work/stamp-crucible-zone.log
93672024-07-25T01:59:38.686Zuploading: /work/stamp-external-dns.log (119 bytes)
93682024-07-25T01:59:39.697Zuploaded: /work/stamp-external-dns.log
93692024-07-25T01:59:39.697Zuploading: /work/stamp-installinator.log (103 bytes)
93702024-07-25T01:59:40.706Zuploaded: /work/stamp-installinator.log
93712024-07-25T01:59:40.706Zuploading: /work/stamp-internal-dns.log (119 bytes)
93722024-07-25T01:59:41.717Zuploaded: /work/stamp-internal-dns.log
93732024-07-25T01:59:41.717Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
93742024-07-25T01:59:42.727Zuploaded: /work/stamp-mg-ddm-gz.log
93752024-07-25T01:59:42.727Zuploading: /work/stamp-nexus.log (112 bytes)
93762024-07-25T01:59:43.737Zuploaded: /work/stamp-nexus.log
93772024-07-25T01:59:43.737Zuploading: /work/stamp-ntp.log (110 bytes)
93782024-07-25T01:59:44.747Zuploaded: /work/stamp-ntp.log
93792024-07-25T01:59:44.747Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
93802024-07-25T01:59:45.756Zuploaded: /work/stamp-omicron-sled-agent.log
93812024-07-25T01:59:45.756Zuploading: /work/stamp-overlay.log (114 bytes)
93822024-07-25T01:59:46.765Zuploaded: /work/stamp-overlay.log
93832024-07-25T01:59:46.765Zuploading: /work/stamp-oximeter.log (115 bytes)
93842024-07-25T01:59:47.775Zuploaded: /work/stamp-oximeter.log
93852024-07-25T01:59:47.775Zuploading: /work/stamp-oxlog.log (109 bytes)
93862024-07-25T01:59:48.786Zuploaded: /work/stamp-oxlog.log
93872024-07-25T01:59:48.786Zuploading: /work/stamp-probe.log (112 bytes)
93882024-07-25T01:59:49.795Zuploaded: /work/stamp-probe.log
93892024-07-25T01:59:49.795Zuploading: /work/stamp-propolis-server.log (122 bytes)
93902024-07-25T01:59:50.806Zuploaded: /work/stamp-propolis-server.log
93912024-07-25T01:59:50.806Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
93922024-07-25T01:59:51.815Zuploaded: /work/stamp-pumpkind-gz.log
93932024-07-25T01:59:51.815Zuploading: /work/stamp-switch-asic.log (118 bytes)
93942024-07-25T01:59:52.826Zuploaded: /work/stamp-switch-asic.log
93952024-07-25T01:59:52.826Zuploading: /work/verify-libraries.log (1493 bytes)
93962024-07-25T01:59:53.834Zuploaded: /work/verify-libraries.log