01J4B4JXPTEMHVX8TG96A3DCTV: 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: 01J4B4KAA7JY95QZ57F9MBCCQS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-03T03:31:39.593Zjob assigned to worker 01J4B4KE9FMS1NX79X7B07Y5BH (queued for 1 m 27 s)
 
22024-08-03T03:31:46.429Zstarting task 0: "setup"
32024-08-03T03:31:46.437Z++ uname -s
42024-08-03T03:31:46.440Z+ kern=SunOS
52024-08-03T03:31:46.441Z+ case "$kern" in
62024-08-03T03:31:46.441Z+ groupadd -g 12345 build
72024-08-03T03:31:46.443Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-03T03:31:48.451Z+ zfs create -o mountpoint=/work rpool/work
92024-08-03T03:31:48.518Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-03T03:31:48.521Z+ home_fs=zfs
112024-08-03T03:31:48.521Z+ [[ zfs == autofs ]]
122024-08-03T03:31:48.521Z+ mkdir -p /home/build
132024-08-03T03:31:48.524Z+ chown build:build /home/build /work
142024-08-03T03:31:50.524Z+ chmod 0700 /home/build /work
152024-08-03T03:31:50.527Zprocess exited: duration 4099 ms, exit code 0
 
162024-08-03T03:31:50.533Zstarting task 1: "rust-toolchain"
172024-08-03T03:31:50.539Z+ printf ' * toolchain channel = "%s"
182024-08-03T03:31:50.539Z * toolchain channel = "1.80.0"
192024-08-03T03:31:50.539Z * toolchain profile = "default"
202024-08-03T03:31:50.539Z' 1.80.0
212024-08-03T03:31:50.539Z+ printf ' * toolchain profile = "%s"
222024-08-03T03:31:50.539Z' default
232024-08-03T03:31:50.542Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-03T03:31:50.542Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-03T03:31:50.665Zinfo: downloading installer
262024-08-03T03:31:51.876Zinfo: profile set to 'default'
272024-08-03T03:31:51.876Zinfo: default host triple is x86_64-unknown-illumos
282024-08-03T03:31:51.879Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-03T03:31:52.004Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-03T03:31:52.004Zinfo: downloading component 'cargo'
312024-08-03T03:31:52.689Zinfo: downloading component 'clippy'
322024-08-03T03:31:52.930Zinfo: downloading component 'rust-docs'
332024-08-03T03:31:53.887Zinfo: downloading component 'rust-std'
342024-08-03T03:31:55.215Zinfo: downloading component 'rustc'
352024-08-03T03:31:58.955Zinfo: downloading component 'rustfmt'
362024-08-03T03:31:59.152Zinfo: installing component 'cargo'
372024-08-03T03:31:59.963Zinfo: installing component 'clippy'
382024-08-03T03:32:00.326Zinfo: installing component 'rust-docs'
392024-08-03T03:32:01.927Zinfo: installing component 'rust-std'
402024-08-03T03:32:03.528Zinfo: installing component 'rustc'
412024-08-03T03:32:07.712Zinfo: installing component 'rustfmt'
422024-08-03T03:32:08.039Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-03T03:32:08.039Z
442024-08-03T03:32:08.300Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-03T03:32:08.300Z
462024-08-03T03:32:08.300Z
472024-08-03T03:32:08.303ZRust is installed now. Great!
482024-08-03T03:32:08.303Z
492024-08-03T03:32:08.304ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-03T03:32:08.304Zenvironment variable. This has not been done automatically.
512024-08-03T03:32:08.304Z
522024-08-03T03:32:08.304ZTo configure your current shell, you need to source
532024-08-03T03:32:08.304Zthe corresponding env file under $HOME/.cargo.
542024-08-03T03:32:08.304Z
552024-08-03T03:32:08.304ZThis is usually done by running one of the following (note the leading DOT):
562024-08-03T03:32:08.304Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-03T03:32:08.304Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-03T03:32:08.352Z+ rustc --version
592024-08-03T03:32:08.414Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-03T03:32:08.417Zprocess exited: duration 17883 ms, exit code 0
 
612024-08-03T03:32:08.422Zstarting task 2: "authentication"
622024-08-03T03:32:08.443Zprocess exited: duration 20 ms, exit code 0
 
632024-08-03T03:32:08.448Zstarting task 3: "clone repository"
642024-08-03T03:32:08.453Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-03T03:32:08.456Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-03T03:32:08.486ZCloning into '/work/oxidecomputer/omicron'...
672024-08-03T03:32:13.519Z+ cd /work/oxidecomputer/omicron
682024-08-03T03:32:13.519Z+ git fetch origin 602f1942600dfeaf4db03ca6b3965cec979e0529
692024-08-03T03:32:13.883ZFrom https://github.com/oxidecomputer/omicron
702024-08-03T03:32:13.884Z * branch 602f1942600dfeaf4db03ca6b3965cec979e0529 -> FETCH_HEAD
712024-08-03T03:32:13.892Z+ [[ -n renovate/gethostname-0.x ]]
722024-08-03T03:32:13.895Z++ git branch --show-current
732024-08-03T03:32:13.898Z+ current=main
742024-08-03T03:32:13.898Z+ [[ main != renovate/gethostname-0.x ]]
752024-08-03T03:32:13.898Z+ git branch -f renovate/gethostname-0.x 602f1942600dfeaf4db03ca6b3965cec979e0529
762024-08-03T03:32:13.901Z+ git checkout -f renovate/gethostname-0.x
772024-08-03T03:32:14.036ZSwitched to branch 'renovate/gethostname-0.x'
782024-08-03T03:32:14.039Z+ git reset --hard 602f1942600dfeaf4db03ca6b3965cec979e0529
792024-08-03T03:32:14.049ZHEAD is now at 602f19426 Update Rust crate gethostname to 0.5.0
802024-08-03T03:32:14.052Zprocess exited: duration 5601 ms, exit code 0
 
812024-08-03T03:32:14.057Zstarting task 4: "build"
822024-08-03T03:32:14.062Z+ cargo --version
832024-08-03T03:32:14.116Zcargo 1.80.0 (376290515 2024-07-16)
842024-08-03T03:32:14.119Z+ rustc --version
852024-08-03T03:32:14.175Zrustc 1.80.0 (051478957 2024-07-21)
862024-08-03T03:32:14.178Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-03T03:32:19.590Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-03T03:32:21.614Z Startup: Caching catalogs ... Done
892024-08-03T03:32:25.348ZPlanning: Solver setup ... Done (3.162s)
902024-08-03T03:32:25.407ZPlanning: Running solver ... Done (0.060s)
912024-08-03T03:32:25.457ZPlanning: Finding local manifests ... Done (0.003s)
922024-08-03T03:32:25.890ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-03T03:32:26.446ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-03T03:32:26.493ZPlanning: Package planning ... Done (0.047s)
952024-08-03T03:32:26.544ZPlanning: Merging actions ... Done (0.050s)
962024-08-03T03:32:26.827ZPlanning: Checking for conflicting actions ... Done (0.283s)
972024-08-03T03:32:26.839ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-03T03:32:27.738ZPlanning: Evaluating mediators ... Done (0.900s)
992024-08-03T03:32:27.748ZPlanning: Planning completed in 6.07 seconds
1002024-08-03T03:32:27.762Z Packages to install: 4
1012024-08-03T03:32:27.762Z Mediators to change: 2
1022024-08-03T03:32:27.762Z Services to change: 1
1032024-08-03T03:32:27.762Z Estimated space available: 155.76 GB
1042024-08-03T03:32:27.762ZEstimated space to be consumed: 1.47 GB
1052024-08-03T03:32:27.765Z Create boot environment: No
1062024-08-03T03:32:27.765ZCreate backup boot environment: No
1072024-08-03T03:32:27.765Z Rebuild boot archive: No
1082024-08-03T03:32:27.766Z
1092024-08-03T03:32:27.766ZChanged mediators:
1102024-08-03T03:32:27.766Z mediator clang:
1112024-08-03T03:32:27.766Z version: None -> 15 (system default)
1122024-08-03T03:32:27.766Z
1132024-08-03T03:32:27.766Z mediator llvm:
1142024-08-03T03:32:27.766Z version: 14 (system default) -> 15 (system default)
1152024-08-03T03:32:27.766Z
1162024-08-03T03:32:27.766ZChanged packages:
1172024-08-03T03:32:27.766Zhelios-dev
1182024-08-03T03:32:27.766Z developer/build-essential
1192024-08-03T03:32:27.766Z None -> 11-2.0
1202024-08-03T03:32:27.766Z library/libxmlsec1
1212024-08-03T03:32:27.766Z None -> 1.2.35-2.0
1222024-08-03T03:32:27.766Z ooce/developer/clang-15
1232024-08-03T03:32:27.766Z None -> 15.0.7-2.0
1242024-08-03T03:32:27.766Z ooce/developer/llvm-15
1252024-08-03T03:32:27.766Z None -> 15.0.7-2.0
1262024-08-03T03:32:27.766Z
1272024-08-03T03:32:27.766ZServices:
1282024-08-03T03:32:27.766Z restart_fmri:
1292024-08-03T03:32:27.766Z svc:/system/update-man-index:default
1302024-08-03T03:32:27.807Z
1312024-08-03T03:32:27.807ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-03T03:32:32.812ZDownload: 1074/3290 items 19.7/212.6MB 9% complete (4.0M/s)
1332024-08-03T03:32:37.810ZDownload: 1306/3290 items 116.5/212.6MB 54% complete (11.9M/s)
1342024-08-03T03:32:42.837ZDownload: 1999/3290 items 118.7/212.6MB 55% complete (9.9M/s)
1352024-08-03T03:32:47.836ZDownload: 2857/3290 items 121.1/212.6MB 56% complete (534k/s)
1362024-08-03T03:32:52.887ZDownload: 3244/3290 items 202.0/212.6MB 95% complete (8.3M/s)
1372024-08-03T03:32:55.016ZDownload: Completed 212.60 MB in 27.21 seconds (7.8M/s)
1382024-08-03T03:32:55.188Z Actions: 1/3689 actions (Installing new actions)
1392024-08-03T03:32:59.667Z Actions: Completed 3689 actions in 4.48 seconds.
1402024-08-03T03:32:59.926Z Done (0.255s)
1412024-08-03T03:32:59.926Z Done (0.000s)
1422024-08-03T03:33:00.270Z Done (0.344s)
1432024-08-03T03:33:04.343Z Done (3.911s)
1442024-08-03T03:33:04.425Z Done (0.016s)
1452024-08-03T03:33:04.428Z Done (0.000s)
1462024-08-03T03:33:04.599Z Done (0.000s)
1472024-08-03T03:33:05.169ZPlanning: Evaluating mediator changes ... Done
1482024-08-03T03:33:05.330ZPlanning: Checking for conflicting actions ... Done
1492024-08-03T03:33:05.333ZPlanning: Consolidating action changes ... Done
1502024-08-03T03:33:05.598ZPlanning: Evaluating mediators ... Done
1512024-08-03T03:33:05.601ZPlanning: Planning completed in 0.43 seconds
1522024-08-03T03:33:05.632Z Mediators to change: 2
1532024-08-03T03:33:05.632Z Create boot environment: No
1542024-08-03T03:33:05.632ZCreate backup boot environment: No
1552024-08-03T03:33:05.697Z Done
1562024-08-03T03:33:05.697Z Done
1572024-08-03T03:33:05.914Z Done
1582024-08-03T03:33:09.358Z Done
1592024-08-03T03:33:09.438Z Done
1602024-08-03T03:33:09.438Z Done
1612024-08-03T03:33:09.542Z Done
1622024-08-03T03:33:10.142ZPlanning: Evaluating mediator changes ... Done
1632024-08-03T03:33:10.145ZPlanning: Merging actions ... Done
1642024-08-03T03:33:10.331ZPlanning: Checking for conflicting actions ... Done
1652024-08-03T03:33:10.334ZPlanning: Consolidating action changes ... Done
1662024-08-03T03:33:10.590ZPlanning: Evaluating mediators ... Done
1672024-08-03T03:33:10.642ZPlanning: Planning completed in 0.74 seconds
1682024-08-03T03:33:10.677Z Packages to change: 1
1692024-08-03T03:33:10.677Z Mediators to change: 1
1702024-08-03T03:33:10.677Z Services to change: 1
1712024-08-03T03:33:10.679Z Create boot environment: No
1722024-08-03T03:33:10.680ZCreate backup boot environment: Yes
1732024-08-03T03:33:12.570Z Actions: 1/6 actions (Updating modified actions)
1742024-08-03T03:33:12.573Z Actions: Completed 6 actions in 0.00 seconds.
1752024-08-03T03:33:12.573Z Done
1762024-08-03T03:33:12.573Z Done
1772024-08-03T03:33:12.644Z Done
1782024-08-03T03:33:16.183Z Done
1792024-08-03T03:33:16.266Z Done
1802024-08-03T03:33:16.267Z Done
1812024-08-03T03:33:16.383Z Done
1822024-08-03T03:33:16.809ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832024-08-03T03:33:16.809Zclang system 15 system
1842024-08-03T03:33:16.809Zcsh system system illumos
1852024-08-03T03:33:16.809Zctags system system illumos
1862024-08-03T03:33:16.809Zgcc vendor 12 vendor
1872024-08-03T03:33:16.809Zgcc system 10 system
1882024-08-03T03:33:16.809Zgcc system 7 system
1892024-08-03T03:33:16.809Zgo system 1.20 system
1902024-08-03T03:33:16.809Zgo system 1.19 system
1912024-08-03T03:33:16.809Zllvm system 15 system
1922024-08-03T03:33:16.809Zllvm system 14 system
1932024-08-03T03:33:16.809Zmariadb system 10.6 system
1942024-08-03T03:33:16.809Zmta vendor vendor dma
1952024-08-03T03:33:16.809Zopenjdk system 17 system
1962024-08-03T03:33:16.809Zopenjdk system 11 system
1972024-08-03T03:33:16.809Zopenjdk system 1.8 system
1982024-08-03T03:33:16.809Zopenssl vendor 3 vendor
1992024-08-03T03:33:16.809Zperl system 5.36 system
2002024-08-03T03:33:16.809Zpostgresql system 15 system
2012024-08-03T03:33:16.809Zpostgresql system 13 system
2022024-08-03T03:33:16.809Zpython vendor 3 vendor
2032024-08-03T03:33:16.809Zpython system 2 system
2042024-08-03T03:33:16.809Zpython3 system 3.11 system
2052024-08-03T03:33:16.809Zruby system 3.0 system
2062024-08-03T03:33:16.809Zwords vendor vendor american-english
2072024-08-03T03:33:16.809Zwords system system australian-english
2082024-08-03T03:33:16.809Zwords system system british-english
2092024-08-03T03:33:16.809Zwords system system canadian-english
2102024-08-03T03:33:16.809Zwords system system french
2112024-08-03T03:33:16.809Zwords system system italian
2122024-08-03T03:33:16.809Zwords system system ngerman
2132024-08-03T03:33:16.809Zwords system system ogerman
2142024-08-03T03:33:16.809Zwords system system spanish
2152024-08-03T03:33:17.134ZPUBLISHER TYPE STATUS P LOCATION
2162024-08-03T03:33:17.134Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2172024-08-03T03:33:18.790ZFMRI IFO
2182024-08-03T03:33:18.790Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192024-08-03T03:33:18.790Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202024-08-03T03:33:18.790Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212024-08-03T03:33:18.790Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2222024-08-03T03:33:18.790Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2232024-08-03T03:33:18.790Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2242024-08-03T03:33:18.790Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2252024-08-03T03:33:18.790Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2262024-08-03T03:33:18.790Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2272024-08-03T03:33:18.790Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2282024-08-03T03:33:18.790Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2292024-08-03T03:33:18.790Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2302024-08-03T03:33:19.355Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2312024-08-03T03:33:19.593Z Updating git repository `https://github.com/oxidecomputer/zone`
2322024-08-03T03:33:19.812Z Updating crates.io index
2332024-08-03T03:33:19.856Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2342024-08-03T03:33:20.516Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352024-08-03T03:33:21.178Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2362024-08-03T03:33:21.475Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2372024-08-03T03:33:23.163Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2382024-08-03T03:33:23.402Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2392024-08-03T03:33:23.654Z Updating git repository `https://github.com/oxidecomputer/propolis`
2402024-08-03T03:33:24.642Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412024-08-03T03:33:26.392Z Updating git repository `https://github.com/oxidecomputer/opte`
2422024-08-03T03:33:27.554Z Updating git repository `https://github.com/oxidecomputer/falcon`
2432024-08-03T03:33:28.185Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442024-08-03T03:33:28.722Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2452024-08-03T03:33:29.008Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2462024-08-03T03:33:29.266Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2472024-08-03T03:33:29.606Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482024-08-03T03:33:29.902Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2492024-08-03T03:33:30.112Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2502024-08-03T03:33:30.358Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2512024-08-03T03:33:30.642Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522024-08-03T03:33:30.927Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2532024-08-03T03:33:31.222Z Updating git repository `https://github.com/oxidecomputer/ispf`
2542024-08-03T03:33:31.558Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2552024-08-03T03:33:31.833Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562024-08-03T03:33:32.261Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2572024-08-03T03:33:32.565Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2582024-08-03T03:33:32.944Z Updating git repository `https://github.com/oxidecomputer/typify`
2592024-08-03T03:33:34.945Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602024-08-03T03:33:35.157Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612024-08-03T03:33:35.460Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622024-08-03T03:33:35.753Z Updating git repository `https://github.com/oxidecomputer/rfb`
2632024-08-03T03:33:36.881Z Downloading crates ...
2642024-08-03T03:33:36.973Z Downloaded anstyle v1.0.8
2652024-08-03T03:33:36.975Z Downloaded cfg-if v1.0.0
2662024-08-03T03:33:36.979Z Downloaded bytecount v0.6.8
2672024-08-03T03:33:36.979Z Downloaded clap_lex v0.7.0
2682024-08-03T03:33:36.982Z Downloaded cargo_metadata v0.18.1
2692024-08-03T03:33:36.982Z Downloaded camino v1.1.7
2702024-08-03T03:33:36.987Z Downloaded pretty-hex v0.4.1
2712024-08-03T03:33:36.990Z Downloaded is_terminal_polyfill v1.70.0
2722024-08-03T03:33:36.993Z Downloaded swrite v0.1.0
2732024-08-03T03:33:36.999Z Downloaded cpufeatures v0.2.12
2742024-08-03T03:33:37.002Z Downloaded bitflags v2.6.0
2752024-08-03T03:33:37.006Z Downloaded colorchoice v1.0.1
2762024-08-03T03:33:37.009Z Downloaded errno v0.3.9
2772024-08-03T03:33:37.009Z Downloaded dtrace-parser v0.2.0
2782024-08-03T03:33:37.009Z Downloaded crypto-common v0.1.6
2792024-08-03T03:33:37.009Z Downloaded anstyle-query v1.0.3
2802024-08-03T03:33:37.012Z Downloaded fs-err v2.11.0
2812024-08-03T03:33:37.015Z Downloaded memmap v0.7.0
2822024-08-03T03:33:37.015Z Downloaded heck v0.5.0
2832024-08-03T03:33:37.018Z Downloaded toml_datetime v0.6.8
2842024-08-03T03:33:37.018Z Downloaded utf8parse v0.2.1
2852024-08-03T03:33:37.018Z Downloaded thread-id v4.2.1
2862024-08-03T03:33:37.021Z Downloaded serde_spanned v0.6.7
2872024-08-03T03:33:37.021Z Downloaded macaddr v1.0.1
2882024-08-03T03:33:37.024Z Downloaded usdt v0.5.0
2892024-08-03T03:33:37.024Z Downloaded tabled_derive v0.7.0
2902024-08-03T03:33:37.024Z Downloaded cargo-platform v0.1.8
2912024-08-03T03:33:37.027Z Downloaded autocfg v1.3.0
2922024-08-03T03:33:37.027Z Downloaded proc-macro-error-attr v1.0.4
2932024-08-03T03:33:37.027Z Downloaded dof v0.3.0
2942024-08-03T03:33:37.029Z Downloaded block-buffer v0.10.4
2952024-08-03T03:33:37.029Z Downloaded equivalent v1.0.1
2962024-08-03T03:33:37.039Z Downloaded usdt-attr-macro v0.5.0
2972024-08-03T03:33:37.041Z Downloaded sha2 v0.10.8
2982024-08-03T03:33:37.044Z Downloaded quote v1.0.36
2992024-08-03T03:33:37.047Z Downloaded semver v1.0.23
3002024-08-03T03:33:37.047Z Downloaded generic-array v0.14.7
3012024-08-03T03:33:37.050Z Downloaded byteorder v1.5.0
3022024-08-03T03:33:37.050Z Downloaded usdt-impl v0.5.0
3032024-08-03T03:33:37.052Z Downloaded thiserror v1.0.63
3042024-08-03T03:33:37.055Z Downloaded pest_derive v2.7.10
3052024-08-03T03:33:37.058Z Downloaded scroll_derive v0.12.0
3062024-08-03T03:33:37.058Z Downloaded fnv v1.0.7
3072024-08-03T03:33:37.058Z Downloaded digest v0.10.7
3082024-08-03T03:33:37.061Z Downloaded clap_derive v4.5.8
3092024-08-03T03:33:37.061Z Downloaded cargo_toml v0.20.4
3102024-08-03T03:33:37.064Z Downloaded plain v0.2.3
3112024-08-03T03:33:37.064Z Downloaded anstyle-parse v0.2.4
3122024-08-03T03:33:37.067Z Downloaded strsim v0.11.1
3132024-08-03T03:33:37.067Z Downloaded heck v0.4.1
3142024-08-03T03:33:37.069Z Downloaded pest_generator v2.7.10
3152024-08-03T03:33:37.069Z Downloaded itoa v1.0.11
3162024-08-03T03:33:37.072Z Downloaded terminal_size v0.3.0
3172024-08-03T03:33:37.072Z Downloaded anstream v0.6.14
3182024-08-03T03:33:37.075Z Downloaded version_check v0.9.4
3192024-08-03T03:33:37.077Z Downloaded thiserror-impl v1.0.63
3202024-08-03T03:33:37.077Z Downloaded serde_tokenstream v0.2.1
3212024-08-03T03:33:37.080Z Downloaded unicode-ident v1.0.12
3222024-08-03T03:33:37.083Z Downloaded ryu v1.0.18
3232024-08-03T03:33:37.086Z Downloaded typenum v1.17.0
3242024-08-03T03:33:37.089Z Downloaded usdt-macro v0.5.0
3252024-08-03T03:33:37.089Z Downloaded once_cell v1.19.0
3262024-08-03T03:33:37.091Z Downloaded anyhow v1.0.86
3272024-08-03T03:33:37.094Z Downloaded scroll v0.12.0
3282024-08-03T03:33:37.094Z Downloaded proc-macro-error v1.0.4
3292024-08-03T03:33:37.097Z Downloaded pest_meta v2.7.10
3302024-08-03T03:33:37.101Z Downloaded zerocopy-derive v0.7.34
3312024-08-03T03:33:37.103Z Downloaded clap v4.5.9
3322024-08-03T03:33:37.110Z Downloaded serde_derive v1.0.204
3332024-08-03T03:33:37.114Z Downloaded log v0.4.21
3342024-08-03T03:33:37.117Z Downloaded proc-macro2 v1.0.86
3352024-08-03T03:33:37.117Z Downloaded papergrid v0.11.0
3362024-08-03T03:33:37.121Z Downloaded ucd-trie v0.1.6
3372024-08-03T03:33:37.126Z Downloaded toml v0.8.19
3382024-08-03T03:33:37.136Z Downloaded clap_builder v4.5.9
3392024-08-03T03:33:37.142Z Downloaded serde v1.0.204
3402024-08-03T03:33:37.145Z Downloaded indexmap v2.2.6
3412024-08-03T03:33:37.149Z Downloaded memchr v2.7.2
3422024-08-03T03:33:37.165Z Downloaded hashbrown v0.14.5
3432024-08-03T03:33:37.172Z Downloaded toml_edit v0.22.20
3442024-08-03T03:33:37.191Z Downloaded pest v2.7.10
3452024-08-03T03:33:37.198Z Downloaded zerocopy v0.7.34
3462024-08-03T03:33:37.211Z Downloaded winnow v0.6.18
3472024-08-03T03:33:37.219Z Downloaded serde_json v1.0.122
3482024-08-03T03:33:37.226Z Downloaded goblin v0.8.2
3492024-08-03T03:33:37.231Z Downloaded tabled v0.15.0
3502024-08-03T03:33:37.245Z Downloaded syn v2.0.72
3512024-08-03T03:33:37.255Z Downloaded syn v1.0.109
3522024-08-03T03:33:37.264Z Downloaded rustix v0.38.34
3532024-08-03T03:33:37.283Z Downloaded unicode-width v0.1.13
3542024-08-03T03:33:37.290Z Downloaded libc v0.2.155
3552024-08-03T03:33:37.577Z Compiling proc-macro2 v1.0.86
3562024-08-03T03:33:37.577Z Compiling unicode-ident v1.0.12
3572024-08-03T03:33:37.577Z Compiling version_check v0.9.4
3582024-08-03T03:33:37.580Z Compiling serde v1.0.204
3592024-08-03T03:33:37.580Z Compiling thiserror v1.0.63
3602024-08-03T03:33:37.580Z Compiling memchr v2.7.2
3612024-08-03T03:33:37.580Z Compiling libc v0.2.155
3622024-08-03T03:33:37.608Z Compiling itoa v1.0.11
3632024-08-03T03:33:37.822Z Compiling ucd-trie v0.1.6
3642024-08-03T03:33:37.895Z Compiling ryu v1.0.18
3652024-08-03T03:33:38.245Z Compiling once_cell v1.19.0
3662024-08-03T03:33:38.413Z Compiling byteorder v1.5.0
3672024-08-03T03:33:38.455Z Compiling serde_json v1.0.122
3682024-08-03T03:33:38.828Z Compiling proc-macro-error-attr v1.0.4
3692024-08-03T03:33:38.867Z Compiling usdt-impl v0.5.0
3702024-08-03T03:33:38.983Z Compiling rustix v0.38.34
3712024-08-03T03:33:39.039Z Compiling syn v1.0.109
3722024-08-03T03:33:39.190Z Compiling proc-macro-error v1.0.4
3732024-08-03T03:33:39.239Z Compiling quote v1.0.36
3742024-08-03T03:33:39.349Z Compiling utf8parse v0.2.1
3752024-08-03T03:33:39.483Z Compiling log v0.4.21
3762024-08-03T03:33:39.506Z Compiling plain v0.2.3
3772024-08-03T03:33:39.664Z Compiling syn v2.0.72
3782024-08-03T03:33:39.786Z Compiling errno v0.3.9
3792024-08-03T03:33:39.857Z Compiling equivalent v1.0.1
3802024-08-03T03:33:39.880Z Compiling bitflags v2.6.0
3812024-08-03T03:33:39.923Z Compiling hashbrown v0.14.5
3822024-08-03T03:33:39.973Z Compiling thread-id v4.2.1
3832024-08-03T03:33:40.075Z Compiling anstyle-parse v0.2.4
3842024-08-03T03:33:40.290Z Compiling anstyle-query v1.0.3
3852024-08-03T03:33:40.413Z Compiling colorchoice v1.0.1
3862024-08-03T03:33:40.439Z Compiling pretty-hex v0.4.1
3872024-08-03T03:33:40.461Z Compiling winnow v0.6.18
3882024-08-03T03:33:40.586Z Compiling camino v1.1.7
3892024-08-03T03:33:40.647Z Compiling is_terminal_polyfill v1.70.0
3902024-08-03T03:33:40.768Z Compiling anstyle v1.0.8
3912024-08-03T03:33:41.015Z Compiling autocfg v1.3.0
3922024-08-03T03:33:41.265Z Compiling indexmap v2.2.6
3932024-08-03T03:33:41.290Z Compiling semver v1.0.23
3942024-08-03T03:33:41.434Z Compiling terminal_size v0.3.0
3952024-08-03T03:33:41.647Z Compiling anstream v0.6.14
3962024-08-03T03:33:41.967Z Compiling heck v0.5.0
3972024-08-03T03:33:42.023Z Compiling fs-err v2.11.0
3982024-08-03T03:33:42.055Z Compiling heck v0.4.1
3992024-08-03T03:33:42.331Z Compiling bytecount v0.6.8
4002024-08-03T03:33:42.442Z Compiling strsim v0.11.1
4012024-08-03T03:33:42.504Z Compiling anyhow v1.0.86
4022024-08-03T03:33:42.545Z Compiling clap_lex v0.7.0
4032024-08-03T03:33:42.568Z Compiling unicode-width v0.1.13
4042024-08-03T03:33:42.694Z Compiling fnv v1.0.7
4052024-08-03T03:33:42.880Z Compiling papergrid v0.11.0
4062024-08-03T03:33:43.146Z Compiling clap_builder v4.5.9
4072024-08-03T03:33:43.335Z Compiling memmap v0.7.0
4082024-08-03T03:33:43.703Z Compiling swrite v0.1.0
4092024-08-03T03:33:45.271Z Compiling tabled_derive v0.7.0
4102024-08-03T03:33:46.837Z Compiling tabled v0.15.0
4112024-08-03T03:33:48.176Z Compiling serde_derive v1.0.204
4122024-08-03T03:33:48.176Z Compiling thiserror-impl v1.0.63
4132024-08-03T03:33:48.179Z Compiling zerocopy-derive v0.7.34
4142024-08-03T03:33:48.179Z Compiling scroll_derive v0.12.0
4152024-08-03T03:33:48.199Z Compiling clap_derive v4.5.8
4162024-08-03T03:33:49.716Z Compiling scroll v0.12.0
4172024-08-03T03:33:50.265Z Compiling goblin v0.8.2
4182024-08-03T03:33:50.333Z Compiling zerocopy v0.7.34
4192024-08-03T03:33:51.440Z Compiling pest v2.7.10
4202024-08-03T03:33:52.067Z Compiling clap v4.5.9
4212024-08-03T03:33:53.421Z Compiling pest_meta v2.7.10
4222024-08-03T03:33:54.237Z Compiling pest_generator v2.7.10
4232024-08-03T03:33:56.014Z Compiling pest_derive v2.7.10
4242024-08-03T03:33:56.779Z Compiling dtrace-parser v0.2.0
4252024-08-03T03:33:58.102Z Compiling serde_tokenstream v0.2.1
4262024-08-03T03:33:58.446Z Compiling serde_spanned v0.6.7
4272024-08-03T03:33:58.447Z Compiling toml_datetime v0.6.8
4282024-08-03T03:33:58.450Z Compiling cargo-platform v0.1.8
4292024-08-03T03:33:58.744Z Compiling macaddr v1.0.1
4302024-08-03T03:33:58.868Z Compiling toml_edit v0.22.20
4312024-08-03T03:33:59.445Z Compiling dof v0.3.0
4322024-08-03T03:33:59.926Z Compiling cargo_metadata v0.18.1
4332024-08-03T03:34:00.984Z Compiling usdt-macro v0.5.0
4342024-08-03T03:34:00.987Z Compiling usdt-attr-macro v0.5.0
4352024-08-03T03:34:01.560Z Compiling toml v0.8.19
4362024-08-03T03:34:02.369Z Compiling usdt v0.5.0
4372024-08-03T03:34:02.398Z Compiling cargo_toml v0.20.4
4382024-08-03T03:34:05.948Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4392024-08-03T03:34:09.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.52s
4402024-08-03T03:34:09.901Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4412024-08-03T03:34:10.413Z Downloading crates ...
4422024-08-03T03:34:10.519Z Downloaded atomicwrites v0.4.3
4432024-08-03T03:34:10.527Z Downloaded assert_matches v1.5.0
4442024-08-03T03:34:10.532Z Downloaded aead v0.5.2
4452024-08-03T03:34:10.539Z Downloaded cstr-argument v0.1.2
4462024-08-03T03:34:10.542Z Downloaded bitstruct v0.1.1
4472024-08-03T03:34:10.545Z Downloaded crunchy v0.2.2
4482024-08-03T03:34:10.545Z Downloaded ciborium-io v0.2.2
4492024-08-03T03:34:10.548Z Downloaded async-stream-impl v0.3.5
4502024-08-03T03:34:10.552Z Downloaded is-terminal v0.4.12
4512024-08-03T03:34:10.555Z Downloaded lru v0.12.3
4522024-08-03T03:34:10.555Z Downloaded darling_macro v0.20.9
4532024-08-03T03:34:10.559Z Downloaded bb8 v0.8.5
4542024-08-03T03:34:10.559Z Downloaded backoff v0.4.0
4552024-08-03T03:34:10.559Z Downloaded normalize-line-endings v0.3.0
4562024-08-03T03:34:10.561Z Downloaded ascii-canvas v3.0.0
4572024-08-03T03:34:10.561Z Downloaded number_prefix v0.4.0
4582024-08-03T03:34:10.564Z Downloaded num-conv v0.1.0
4592024-08-03T03:34:10.564Z Downloaded matches v0.1.10
4602024-08-03T03:34:10.565Z Downloaded atty v0.2.14
4612024-08-03T03:34:10.568Z Downloaded newtype_derive v0.1.6
4622024-08-03T03:34:10.568Z Downloaded base64ct v1.6.0
4632024-08-03T03:34:10.571Z Downloaded oso-derive v0.27.3
4642024-08-03T03:34:10.571Z Downloaded camino-tempfile v1.1.1
4652024-08-03T03:34:10.574Z Downloaded newline-converter v0.3.0
4662024-08-03T03:34:10.574Z Downloaded bit-vec v0.6.3
4672024-08-03T03:34:10.576Z Downloaded constant_time_eq v0.3.0
4682024-08-03T03:34:10.579Z Downloaded peg-runtime v0.8.3
4692024-08-03T03:34:10.579Z Downloaded linked-hash-map v0.5.6
4702024-08-03T03:34:10.579Z Downloaded inout v0.1.3
4712024-08-03T03:34:10.582Z Downloaded instant v0.1.12
4722024-08-03T03:34:10.582Z Downloaded cipher v0.4.4
4732024-08-03T03:34:10.585Z Downloaded chacha20 v0.9.1
4742024-08-03T03:34:10.588Z Downloaded is_ci v1.2.0
4752024-08-03T03:34:10.588Z Downloaded debug-ignore v1.0.5
4762024-08-03T03:34:10.591Z Downloaded libefi-sys v0.1.0
4772024-08-03T03:34:10.591Z Downloaded kstat-rs v0.2.4
4782024-08-03T03:34:10.594Z Downloaded arrayvec v0.7.4
4792024-08-03T03:34:10.594Z Downloaded keccak v0.1.5
4802024-08-03T03:34:10.597Z Downloaded managed v0.8.0
4812024-08-03T03:34:10.597Z Downloaded parse-size v1.0.0
4822024-08-03T03:34:10.600Z Downloaded cfg_aliases v0.1.1
4832024-08-03T03:34:10.600Z Downloaded async-recursion v1.1.1
4842024-08-03T03:34:10.603Z Downloaded num_enum_derive v0.5.11
4852024-08-03T03:34:10.605Z Downloaded packed_struct v0.10.1
4862024-08-03T03:34:10.605Z Downloaded multimap v0.10.0
4872024-08-03T03:34:10.608Z Downloaded crucible-workspace-hack v0.1.0
4882024-08-03T03:34:10.608Z Downloaded num_cpus v1.16.0
4892024-08-03T03:34:10.611Z Downloaded num-integer v0.1.46
4902024-08-03T03:34:10.611Z Downloaded peg v0.8.4
4912024-08-03T03:34:10.615Z Downloaded signal-hook-tokio v0.3.1
4922024-08-03T03:34:10.618Z Downloaded parse-display v0.9.1
4932024-08-03T03:34:10.618Z Downloaded bit-set v0.5.3
4942024-08-03T03:34:10.620Z Downloaded match_cfg v0.1.0
4952024-08-03T03:34:10.621Z Downloaded crc32fast v1.4.0
4962024-08-03T03:34:10.623Z Downloaded new_debug_unreachable v1.0.6
4972024-08-03T03:34:10.623Z Downloaded openssl-probe v0.1.5
4982024-08-03T03:34:10.626Z Downloaded darling v0.20.9
4992024-08-03T03:34:10.629Z Downloaded cobs v0.2.3
5002024-08-03T03:34:10.632Z Downloaded opaque-debug v0.3.1
5012024-08-03T03:34:10.632Z Downloaded path-slash v0.1.5
5022024-08-03T03:34:10.635Z Downloaded num_threads v0.1.7
5032024-08-03T03:34:10.635Z Downloaded defmt-macros v0.3.9
5042024-08-03T03:34:10.638Z Downloaded csv-core v0.1.11
5052024-08-03T03:34:10.640Z Downloaded time-core v0.1.2
5062024-08-03T03:34:10.640Z Downloaded lalrpop-util v0.19.12
5072024-08-03T03:34:10.640Z Downloaded bcs v0.1.6
5082024-08-03T03:34:10.643Z Downloaded ipnetwork v0.20.0
5092024-08-03T03:34:10.654Z Downloaded ascii v1.1.0
5102024-08-03T03:34:10.654Z Downloaded num-rational v0.4.2
5112024-08-03T03:34:10.654Z Downloaded parking_lot v0.11.2
5122024-08-03T03:34:10.654Z Downloaded memmap2 v0.9.4
5132024-08-03T03:34:10.654Z Downloaded lru-cache v0.1.2
5142024-08-03T03:34:10.659Z Downloaded convert_case v0.4.0
5152024-08-03T03:34:10.659Z Downloaded shell-words v1.1.0
5162024-08-03T03:34:10.659Z Downloaded tower-service v0.3.2
5172024-08-03T03:34:10.659Z Downloaded const_format_proc_macros v0.2.32
5182024-08-03T03:34:10.662Z Downloaded castaway v0.2.2
5192024-08-03T03:34:10.663Z Downloaded crossbeam-utils v0.8.19
5202024-08-03T03:34:10.665Z Downloaded difflib v0.4.0
5212024-08-03T03:34:10.665Z Downloaded native-tls v0.2.11
5222024-08-03T03:34:10.668Z Downloaded mime v0.3.17
5232024-08-03T03:34:10.668Z Downloaded parking_lot_core v0.8.6
5242024-08-03T03:34:10.671Z Downloaded foreign-types-shared v0.3.1
5252024-08-03T03:34:10.674Z Downloaded diesel_table_macro_syntax v0.1.0
5262024-08-03T03:34:10.674Z Downloaded mockall v0.12.1
5272024-08-03T03:34:10.674Z Downloaded newtype-uuid v1.1.0
5282024-08-03T03:34:10.677Z Downloaded slab v0.4.9
5292024-08-03T03:34:10.677Z Downloaded slog-dtrace v0.3.0
5302024-08-03T03:34:10.680Z Downloaded olpc-cjson v0.1.3
5312024-08-03T03:34:10.680Z Downloaded num_enum v0.5.11
5322024-08-03T03:34:10.684Z Downloaded http-range v0.1.5
5332024-08-03T03:34:10.687Z Downloaded strum_macros v0.25.3
5342024-08-03T03:34:10.690Z Downloaded psl-types v2.0.11
5352024-08-03T03:34:10.690Z Downloaded headers-core v0.2.0
5362024-08-03T03:34:10.690Z Downloaded ident_case v1.0.1
5372024-08-03T03:34:10.693Z Downloaded futures-sink v0.3.30
5382024-08-03T03:34:10.693Z Downloaded strum_macros v0.24.3
5392024-08-03T03:34:10.696Z Downloaded structmeta v0.2.0
5402024-08-03T03:34:10.696Z Downloaded thread_local v1.1.8
5412024-08-03T03:34:10.699Z Downloaded lock_api v0.4.12
5422024-08-03T03:34:10.699Z Downloaded parse-display-derive v0.9.1
5432024-08-03T03:34:10.701Z Downloaded libloading v0.8.3
5442024-08-03T03:34:10.704Z Downloaded smallvec v0.6.14
5452024-08-03T03:34:10.704Z Downloaded mockall_derive v0.12.1
5462024-08-03T03:34:10.707Z Downloaded console v0.15.8
5472024-08-03T03:34:10.710Z Downloaded omicron-zone-package v0.11.0
5482024-08-03T03:34:10.713Z Downloaded unicode-truncate v1.0.0
5492024-08-03T03:34:10.713Z Downloaded deranged v0.3.11
5502024-08-03T03:34:10.716Z Downloaded unicode-xid v0.2.4
5512024-08-03T03:34:10.719Z Downloaded tiny-keccak v2.0.2
5522024-08-03T03:34:10.719Z Downloaded futures-io v0.3.30
5532024-08-03T03:34:10.721Z Downloaded rpassword v7.3.1
5542024-08-03T03:34:10.722Z Downloaded which v4.4.2
5552024-08-03T03:34:10.725Z Downloaded futures-macro v0.3.30
5562024-08-03T03:34:10.725Z Downloaded try-lock v0.2.5
5572024-08-03T03:34:10.728Z Downloaded ciborium v0.2.2
5582024-08-03T03:34:10.728Z Downloaded futures-executor v0.3.30
5592024-08-03T03:34:10.731Z Downloaded fallible-iterator v0.2.0
5602024-08-03T03:34:10.731Z Downloaded strum_macros v0.26.4
5612024-08-03T03:34:10.733Z Downloaded rand_seeder v0.2.3
5622024-08-03T03:34:10.736Z Downloaded multer v3.1.0
5632024-08-03T03:34:10.739Z Downloaded owo-colors v4.0.0
5642024-08-03T03:34:10.742Z Downloaded allocator-api2 v0.2.18
5652024-08-03T03:34:10.745Z Downloaded password-hash v0.5.0
5662024-08-03T03:34:10.748Z Downloaded parking_lot_core v0.9.10
5672024-08-03T03:34:10.748Z Downloaded packed_struct_codegen v0.10.1
5682024-08-03T03:34:10.751Z Downloaded crossbeam-epoch v0.9.18
5692024-08-03T03:34:10.754Z Downloaded blake2 v0.10.6
5702024-08-03T03:34:10.757Z Downloaded num-derive v0.4.2
5712024-08-03T03:34:10.757Z Downloaded pem v3.0.4
5722024-08-03T03:34:10.759Z Downloaded serde_path_to_error v0.1.16
5732024-08-03T03:34:10.762Z Downloaded semver v0.1.20
5742024-08-03T03:34:10.762Z Downloaded peg-macros v0.8.4
5752024-08-03T03:34:10.765Z Downloaded compact_str v0.7.1
5762024-08-03T03:34:10.768Z Downloaded sigpipe v0.1.3
5772024-08-03T03:34:10.768Z Downloaded socket2 v0.5.7
5782024-08-03T03:34:10.771Z Downloaded clang-sys v1.7.0
5792024-08-03T03:34:10.774Z Downloaded strip-ansi-escapes v0.2.0
5802024-08-03T03:34:10.774Z Downloaded rand_xorshift v0.3.0
5812024-08-03T03:34:10.777Z Downloaded structmeta v0.3.0
5822024-08-03T03:34:10.777Z Downloaded time-macros v0.2.18
5832024-08-03T03:34:10.781Z Downloaded der v0.7.9
5842024-08-03T03:34:10.784Z Downloaded indent_write v2.2.0
5852024-08-03T03:34:10.784Z Downloaded waitgroup v0.1.2
5862024-08-03T03:34:10.787Z Downloaded toolchain_find v0.4.0
5872024-08-03T03:34:10.787Z Downloaded serde-big-array v0.5.1
5882024-08-03T03:34:10.790Z Downloaded home v0.5.9
5892024-08-03T03:34:10.790Z Downloaded serde_urlencoded v0.7.1
5902024-08-03T03:34:10.793Z Downloaded serde_repr v0.1.19
5912024-08-03T03:34:10.793Z Downloaded dirs-next v2.0.0
5922024-08-03T03:34:10.796Z Downloaded getopts v0.2.21
5932024-08-03T03:34:10.796Z Downloaded structmeta-derive v0.3.0
5942024-08-03T03:34:10.799Z Downloaded structmeta-derive v0.2.0
5952024-08-03T03:34:10.799Z Downloaded miniz_oxide v0.7.2
5962024-08-03T03:34:10.801Z Downloaded pkg-config v0.3.30
5972024-08-03T03:34:10.804Z Downloaded rand_core v0.6.4
5982024-08-03T03:34:10.804Z Downloaded thiserror-no-std v2.0.2
5992024-08-03T03:34:10.808Z Downloaded parking_lot v0.12.2
6002024-08-03T03:34:10.811Z Downloaded foreign-types-shared v0.1.1
6012024-08-03T03:34:10.814Z Downloaded foreign-types-macros v0.2.3
6022024-08-03T03:34:10.814Z Downloaded downcast v0.11.0
6032024-08-03T03:34:10.814Z Downloaded const_format v0.2.32
6042024-08-03T03:34:10.818Z Downloaded utf-8 v0.7.6
6052024-08-03T03:34:10.821Z Downloaded display-error-chain v0.2.0
6062024-08-03T03:34:10.821Z Downloaded funty v2.0.0
6072024-08-03T03:34:10.824Z Downloaded spin v0.5.2
6082024-08-03T03:34:10.824Z Downloaded tinyvec v1.6.0
6092024-08-03T03:34:10.827Z Downloaded pem-rfc7468 v0.7.0
6102024-08-03T03:34:10.830Z Downloaded signature v2.2.0
6112024-08-03T03:34:10.830Z Downloaded stringprep v0.1.4
6122024-08-03T03:34:10.833Z Downloaded supports-color v3.0.0
6132024-08-03T03:34:10.833Z Downloaded unicode-linebreak v0.1.5
6142024-08-03T03:34:10.842Z Downloaded tokio-rustls v0.24.1
6152024-08-03T03:34:10.842Z Downloaded untrusted v0.7.1
6162024-08-03T03:34:10.850Z Downloaded termtree v0.4.1
6172024-08-03T03:34:10.850Z Downloaded sync_wrapper v0.1.2
6182024-08-03T03:34:10.850Z Downloaded http-body v0.4.6
6192024-08-03T03:34:10.850Z Downloaded tungstenite v0.20.1
6202024-08-03T03:34:10.850Z Downloaded chacha20poly1305 v0.10.1
6212024-08-03T03:34:10.856Z Downloaded crypto-bigint v0.5.5
6222024-08-03T03:34:10.856Z Downloaded poly1305 v0.8.0
6232024-08-03T03:34:10.859Z Downloaded tabwriter v1.4.0
6242024-08-03T03:34:10.859Z Downloaded topological-sort v0.2.2
6252024-08-03T03:34:10.859Z Downloaded glob v0.3.1
6262024-08-03T03:34:10.864Z Downloaded dirs-sys-next v0.1.2
6272024-08-03T03:34:10.864Z Downloaded serde-hex v0.1.0
6282024-08-03T03:34:10.864Z Downloaded foreign-types v0.3.2
6292024-08-03T03:34:10.867Z Downloaded httpdate v1.0.3
6302024-08-03T03:34:10.867Z Downloaded num-traits v0.2.19
6312024-08-03T03:34:10.870Z Downloaded ppv-lite86 v0.2.17
6322024-08-03T03:34:10.870Z Downloaded powerfmt v0.2.0
6332024-08-03T03:34:10.873Z Downloaded untrusted v0.9.0
6342024-08-03T03:34:10.873Z Downloaded predicates-tree v1.0.9
6352024-08-03T03:34:10.874Z Downloaded socket2 v0.4.10
6362024-08-03T03:34:10.877Z Downloaded pretty-hex v0.2.1
6372024-08-03T03:34:10.877Z Downloaded highway v1.1.0
6382024-08-03T03:34:10.880Z Downloaded secrecy v0.8.0
6392024-08-03T03:34:10.884Z Downloaded dyn-clone v1.0.17
6402024-08-03T03:34:10.884Z Downloaded zeroize v1.7.0
6412024-08-03T03:34:10.884Z Downloaded vte_generate_state_changes v0.1.1
6422024-08-03T03:34:10.886Z Downloaded snafu-derive v0.8.2
6432024-08-03T03:34:10.886Z Downloaded scheduled-thread-pool v0.2.7
6442024-08-03T03:34:10.886Z Downloaded schemars_derive v0.8.21
6452024-08-03T03:34:10.890Z Downloaded cc v1.0.97
6462024-08-03T03:34:10.894Z Downloaded mio v0.8.11
6472024-08-03T03:34:10.897Z Downloaded shlex v1.3.0
6482024-08-03T03:34:10.900Z Downloaded hubpack v0.1.2
6492024-08-03T03:34:10.900Z Downloaded hash32 v0.2.1
6502024-08-03T03:34:10.902Z Downloaded darling_core v0.20.9
6512024-08-03T03:34:10.905Z Downloaded bytes v1.6.0
6522024-08-03T03:34:10.909Z Downloaded r2d2 v0.8.10
6532024-08-03T03:34:10.912Z Downloaded diff v0.1.13
6542024-08-03T03:34:10.915Z Downloaded scopeguard v1.2.0
6552024-08-03T03:34:10.918Z Downloaded httparse v1.8.0
6562024-08-03T03:34:10.918Z Downloaded crossbeam-channel v0.5.12
6572024-08-03T03:34:10.922Z Downloaded thiserror-impl-no-std v2.0.2
6582024-08-03T03:34:10.925Z Downloaded signal-hook-mio v0.2.3
6592024-08-03T03:34:10.925Z Downloaded strum v0.26.3
6602024-08-03T03:34:10.927Z Downloaded rustfmt-wrapper v0.2.1
6612024-08-03T03:34:10.928Z Downloaded group v0.13.0
6622024-08-03T03:34:10.930Z Downloaded rustc_version v0.4.0
6632024-08-03T03:34:10.930Z Downloaded rustc_version v0.1.7
6642024-08-03T03:34:10.933Z Downloaded rustls-pemfile v1.0.4
6652024-08-03T03:34:10.933Z Downloaded hash32 v0.3.1
6662024-08-03T03:34:10.936Z Downloaded unsafe-libyaml v0.2.11
6672024-08-03T03:34:10.939Z Downloaded rustc-hash v1.1.0
6682024-08-03T03:34:10.939Z Downloaded derive_builder_macro v0.20.0
6692024-08-03T03:34:10.942Z Downloaded toml v0.7.8
6702024-08-03T03:34:10.945Z Downloaded elliptic-curve v0.13.8
6712024-08-03T03:34:10.947Z Downloaded ena v0.14.3
6722024-08-03T03:34:10.950Z Downloaded serde_derive_internals v0.29.1
6732024-08-03T03:34:10.953Z Downloaded walkdir v2.5.0
6742024-08-03T03:34:10.953Z Downloaded derive_more v0.99.18
6752024-08-03T03:34:10.966Z Downloaded unicode-segmentation v1.11.0
6762024-08-03T03:34:10.969Z Downloaded phf_shared v0.10.0
6772024-08-03T03:34:10.972Z Downloaded hubpack_derive v0.1.1
6782024-08-03T03:34:10.972Z Downloaded unicode_categories v0.1.1
6792024-08-03T03:34:10.975Z Downloaded tracing v0.1.40
6802024-08-03T03:34:10.978Z Downloaded float-ord v0.3.2
6812024-08-03T03:34:10.980Z Downloaded want v0.3.1
6822024-08-03T03:34:10.980Z Downloaded spki v0.7.3
6832024-08-03T03:34:10.983Z Downloaded similar v2.5.0
6842024-08-03T03:34:10.986Z Downloaded static_assertions v1.1.0
6852024-08-03T03:34:10.989Z Downloaded serde_arrays v0.1.0
6862024-08-03T03:34:10.991Z Downloaded string_cache v0.8.7
6872024-08-03T03:34:10.992Z Downloaded rtoolbox v0.0.2
6882024-08-03T03:34:10.995Z Downloaded phf_shared v0.11.2
6892024-08-03T03:34:10.995Z Downloaded hex v0.4.3
6902024-08-03T03:34:10.995Z Downloaded fd-lock v4.0.2
6912024-08-03T03:34:10.998Z Downloaded flate2 v1.0.30
6922024-08-03T03:34:11.002Z Downloaded fastrand v2.1.0
6932024-08-03T03:34:11.005Z Downloaded same-file v1.0.6
6942024-08-03T03:34:11.005Z Downloaded heapless v0.7.17
6952024-08-03T03:34:11.009Z Downloaded form_urlencoded v1.2.1
6962024-08-03T03:34:11.012Z Downloaded tracing-attributes v0.1.27
6972024-08-03T03:34:11.014Z Downloaded test-strategy v0.3.1
6982024-08-03T03:34:11.017Z Downloaded libm v0.2.8
6992024-08-03T03:34:11.023Z Downloaded foreign-types v0.5.0
7002024-08-03T03:34:11.026Z Downloaded stable_deref_trait v1.2.0
7012024-08-03T03:34:11.026Z Downloaded slog-async v2.8.0
7022024-08-03T03:34:11.028Z Downloaded pkcs8 v0.10.2
7032024-08-03T03:34:11.031Z Downloaded iana-time-zone v0.1.60
7042024-08-03T03:34:11.034Z Downloaded precomputed-hash v0.1.1
7052024-08-03T03:34:11.034Z Downloaded fxhash v0.2.1
7062024-08-03T03:34:11.034Z Downloaded endian-type v0.1.2
7072024-08-03T03:34:11.034Z Downloaded ron v0.8.1
7082024-08-03T03:34:11.039Z Downloaded sct v0.7.1
7092024-08-03T03:34:11.042Z Downloaded diesel_derives v2.1.4
7102024-08-03T03:34:11.046Z Downloaded stability v0.2.0
7112024-08-03T03:34:11.049Z Downloaded tinyvec_macros v0.1.1
7122024-08-03T03:34:11.049Z Downloaded radium v0.7.0
7132024-08-03T03:34:11.049Z Downloaded gethostname v0.5.0
7142024-08-03T03:34:11.052Z Downloaded itertools v0.10.5
7152024-08-03T03:34:11.056Z Downloaded spin v0.9.8
7162024-08-03T03:34:11.059Z Downloaded derive_builder_core v0.20.0
7172024-08-03T03:34:11.062Z Downloaded unicode-bidi v0.3.15
7182024-08-03T03:34:11.066Z Downloaded zone_cfg_derive v0.1.2
7192024-08-03T03:34:11.066Z Downloaded futures-task v0.3.30
7202024-08-03T03:34:11.070Z Downloaded tokio-macros v2.3.0
7212024-08-03T03:34:11.070Z Downloaded globset v0.4.14
7222024-08-03T03:34:11.070Z Downloaded slog-stdlog v4.1.1
7232024-08-03T03:34:11.073Z Downloaded resolv-conf v0.7.0
7242024-08-03T03:34:11.073Z Downloaded take_mut v0.2.2
7252024-08-03T03:34:11.073Z Downloaded rustls-pki-types v1.7.0
7262024-08-03T03:34:11.076Z Downloaded rustls-pemfile v2.1.2
7272024-08-03T03:34:11.079Z Downloaded wyz v0.5.1
7282024-08-03T03:34:11.079Z Downloaded tls_codec_derive v0.4.1
7292024-08-03T03:34:11.082Z Downloaded itertools v0.12.1
7302024-08-03T03:34:11.086Z Downloaded zip v0.6.6
7312024-08-03T03:34:11.090Z Downloaded whoami v1.5.1
7322024-08-03T03:34:11.093Z Downloaded tokio-stream v0.1.15
7332024-08-03T03:34:11.096Z Downloaded tui-tree-widget v0.21.0
7342024-08-03T03:34:11.099Z Downloaded tokio-tungstenite v0.20.1
7352024-08-03T03:34:11.102Z Downloaded uzers v0.11.3
7362024-08-03T03:34:11.102Z Downloaded pin-utils v0.1.0
7372024-08-03T03:34:11.106Z Downloaded phf v0.11.2
7382024-08-03T03:34:11.106Z Downloaded pin-project-lite v0.2.14
7392024-08-03T03:34:11.109Z Downloaded pin-project-internal v1.1.5
7402024-08-03T03:34:11.112Z Downloaded predicates-core v1.0.6
7412024-08-03T03:34:11.112Z Downloaded sha1 v0.10.6
7422024-08-03T03:34:11.115Z Downloaded ref-cast-impl v1.0.23
7432024-08-03T03:34:11.115Z Downloaded rustyline v14.0.0
7442024-08-03T03:34:11.119Z Downloaded derive_builder v0.20.0
7452024-08-03T03:34:11.124Z Downloaded ref-cast v1.0.23
7462024-08-03T03:34:11.127Z Downloaded rustversion v1.0.17
7472024-08-03T03:34:11.130Z Downloaded slog-bunyan v2.5.0
7482024-08-03T03:34:11.130Z Downloaded headers v0.3.9
7492024-08-03T03:34:11.135Z Downloaded siphasher v0.3.11
7502024-08-03T03:34:11.138Z Downloaded quick-error v1.2.3
7512024-08-03T03:34:11.138Z Downloaded fragile v2.0.0
7522024-08-03T03:34:11.141Z Downloaded float-cmp v0.9.0
7532024-08-03T03:34:11.141Z Downloaded yasna v0.5.2
7542024-08-03T03:34:11.144Z Downloaded vte v0.11.1
7552024-08-03T03:34:11.144Z Downloaded percent-encoding v2.3.1
7562024-08-03T03:34:11.147Z Downloaded num-bigint-dig v0.8.4
7572024-08-03T03:34:11.149Z Downloaded sec1 v0.7.3
7582024-08-03T03:34:11.152Z Downloaded unicase v2.7.0
7592024-08-03T03:34:11.152Z Downloaded unarray v0.1.4
7602024-08-03T03:34:11.156Z Downloaded tls_codec v0.4.1
7612024-08-03T03:34:11.156Z Downloaded subprocess v0.2.9
7622024-08-03T03:34:11.159Z Downloaded futures-channel v0.3.30
7632024-08-03T03:34:11.162Z Downloaded term v0.7.0
7642024-08-03T03:34:11.165Z Downloaded humantime v2.1.0
7652024-08-03T03:34:11.165Z Downloaded x509-cert v0.2.5
7662024-08-03T03:34:11.169Z Downloaded tempfile v3.10.1
7672024-08-03T03:34:11.172Z Downloaded hyper-staticfile v0.9.5
7682024-08-03T03:34:11.175Z Downloaded trust-dns-server v0.22.1
7692024-08-03T03:34:11.178Z Downloaded hashbrown v0.13.2
7702024-08-03T03:34:11.183Z Downloaded fixedbitset v0.4.2
7712024-08-03T03:34:11.185Z Downloaded env_logger v0.9.3
7722024-08-03T03:34:11.188Z Downloaded hashbrown v0.12.3
7732024-08-03T03:34:11.191Z Downloaded itertools v0.13.0
7742024-08-03T03:34:11.196Z Downloaded hyper-tls v0.5.0
7752024-08-03T03:34:11.199Z Downloaded slog-envlogger v2.2.0
7762024-08-03T03:34:11.200Z Downloaded predicates v3.1.2
7772024-08-03T03:34:11.202Z Downloaded pin-project v1.1.5
7782024-08-03T03:34:11.212Z Downloaded samael v0.0.15
7792024-08-03T03:34:11.217Z Downloaded zerocopy v0.6.6
7802024-08-03T03:34:11.221Z Downloaded vsss-rs v3.3.4
7812024-08-03T03:34:11.224Z Downloaded publicsuffix v2.2.3
7822024-08-03T03:34:11.224Z Downloaded tungstenite v0.21.0
7832024-08-03T03:34:11.227Z Downloaded bitvec v1.0.1
7842024-08-03T03:34:11.241Z Downloaded futures v0.3.30
7852024-08-03T03:34:11.245Z Downloaded toml_edit v0.19.15
7862024-08-03T03:34:11.261Z Downloaded bindgen v0.69.4
7872024-08-03T03:34:11.267Z Downloaded serde_yaml v0.9.34+deprecated
7882024-08-03T03:34:11.271Z Downloaded tough v0.17.1
7892024-08-03T03:34:11.278Z Downloaded chrono v0.4.38
7902024-08-03T03:34:11.285Z Downloaded rsa v0.9.6
7912024-08-03T03:34:11.289Z Downloaded quick-xml v0.31.0
7922024-08-03T03:34:11.295Z Downloaded proptest v1.4.0
7932024-08-03T03:34:11.311Z Downloaded rustls-webpki v0.102.4
7942024-08-03T03:34:11.336Z Downloaded rand v0.8.5
7952024-08-03T03:34:11.341Z Downloaded typed-path v0.7.1
7962024-08-03T03:34:11.348Z Downloaded serde_with v3.8.3
7972024-08-03T03:34:11.356Z Downloaded h2 v0.3.26
7982024-08-03T03:34:11.363Z Downloaded webpki-roots v0.25.4
7992024-08-03T03:34:11.367Z Downloaded hyper v0.14.30
8002024-08-03T03:34:11.375Z Downloaded regex-automata v0.1.10
8012024-08-03T03:34:11.381Z Downloaded curve25519-dalek v4.1.3
8022024-08-03T03:34:11.390Z Downloaded sqlparser v0.45.0
8032024-08-03T03:34:11.396Z Downloaded reedline v0.31.0
8042024-08-03T03:34:11.403Z Downloaded futures-util v0.3.30
8052024-08-03T03:34:11.414Z Downloaded gimli v0.28.1
8062024-08-03T03:34:11.422Z Downloaded rustls-webpki v0.101.7
8072024-08-03T03:34:11.436Z Downloaded reqwest v0.11.27
8082024-08-03T03:34:11.444Z Downloaded openssl v0.10.66
8092024-08-03T03:34:11.453Z Downloaded object v0.30.4
8102024-08-03T03:34:11.464Z Downloaded regex v1.10.5
8112024-08-03T03:34:11.477Z Downloaded radix_trie v0.2.1
8122024-08-03T03:34:11.482Z Downloaded idna v0.3.0
8132024-08-03T03:34:11.489Z Downloaded trust-dns-proto v0.22.0
8142024-08-03T03:34:11.502Z Downloaded vcpkg v0.2.15
8152024-08-03T03:34:11.541Z Downloaded regex-syntax v0.6.29
8162024-08-03T03:34:11.548Z Downloaded diesel v2.1.6
8172024-08-03T03:34:11.567Z Downloaded rustls v0.22.4
8182024-08-03T03:34:11.582Z Downloaded regex-syntax v0.8.3
8192024-08-03T03:34:11.589Z Downloaded regress v0.9.1
8202024-08-03T03:34:11.599Z Downloaded ratatui v0.27.0
8212024-08-03T03:34:11.618Z Downloaded sled v0.34.7
8222024-08-03T03:34:11.627Z Downloaded zerocopy-derive v0.6.6
8232024-08-03T03:34:11.637Z Downloaded rustls v0.21.12
8242024-08-03T03:34:11.649Z Downloaded bzip2-sys v0.1.11+1.0.8
8252024-08-03T03:34:11.660Z Downloaded regex-automata v0.4.6
8262024-08-03T03:34:11.678Z Downloaded petgraph v0.6.5
8272024-08-03T03:34:11.695Z Downloaded tokio v1.38.1
8282024-08-03T03:34:11.733Z Downloaded finl_unicode v1.2.0
8292024-08-03T03:34:11.745Z Downloaded csv v1.3.0
8302024-08-03T03:34:11.765Z Downloaded openapiv3 v2.0.0
8312024-08-03T03:34:11.777Z Downloaded sha3 v0.10.8
8322024-08-03T03:34:11.782Z Downloaded smoltcp v0.9.1
8332024-08-03T03:34:11.793Z Downloaded nix v0.28.0
8342024-08-03T03:34:11.805Z Downloaded smoltcp v0.11.0
8352024-08-03T03:34:11.819Z Downloaded idna v0.5.0
8362024-08-03T03:34:11.824Z Downloaded encoding_rs v0.8.34
8372024-08-03T03:34:11.846Z Downloaded nix v0.27.1
8382024-08-03T03:34:11.856Z Downloaded bstr v1.9.1
8392024-08-03T03:34:11.866Z Downloaded polar-core v0.27.3
8402024-08-03T03:34:11.875Z Downloaded object v0.32.2
8412024-08-03T03:34:11.885Z Downloaded bstr v0.2.17
8422024-08-03T03:34:11.895Z Downloaded idna v0.2.3
8432024-08-03T03:34:11.902Z Downloaded winnow v0.5.40
8442024-08-03T03:34:11.911Z Downloaded lalrpop v0.19.12
8452024-08-03T03:34:11.924Z Downloaded hkdf v0.12.4
8462024-08-03T03:34:11.927Z Downloaded rayon v1.10.0
8472024-08-03T03:34:11.935Z Downloaded portable-atomic v1.6.0
8482024-08-03T03:34:11.942Z Downloaded http v1.1.0
8492024-08-03T03:34:11.946Z Downloaded pkcs1 v0.7.5
8502024-08-03T03:34:11.948Z Downloaded tokio-postgres v0.7.11
8512024-08-03T03:34:11.954Z Downloaded tracing-core v0.1.32
8522024-08-03T03:34:11.956Z Downloaded ring v0.17.8
8532024-08-03T03:34:12.031Z Downloaded tar v0.4.41
8542024-08-03T03:34:12.034Z Downloaded http v0.2.12
8552024-08-03T03:34:12.037Z Downloaded slog-scope v4.4.0
8562024-08-03T03:34:12.040Z Downloaded trust-dns-resolver v0.22.0
8572024-08-03T03:34:12.043Z Downloaded trust-dns-client v0.22.0
8582024-08-03T03:34:12.049Z Downloaded tokio-util v0.7.11
8592024-08-03T03:34:12.055Z Downloaded rusty-fork v0.3.0
8602024-08-03T03:34:12.058Z Downloaded schemars v0.8.21
8612024-08-03T03:34:12.068Z Downloaded enum-as-inner v0.5.1
8622024-08-03T03:34:12.071Z Downloaded nom v7.1.3
8632024-08-03T03:34:12.075Z Downloaded termcolor v1.4.1
8642024-08-03T03:34:12.078Z Downloaded slog v2.7.0
8652024-08-03T03:34:12.081Z Downloaded heapless v0.8.0
8662024-08-03T03:34:12.084Z Downloaded num-bigint v0.4.5
8672024-08-03T03:34:12.088Z Downloaded rcgen v0.12.1
8682024-08-03T03:34:12.091Z Downloaded hyper-rustls v0.24.2
8692024-08-03T03:34:12.094Z Downloaded prettyplease v0.2.20
8702024-08-03T03:34:12.097Z Downloaded rand_chacha v0.3.1
8712024-08-03T03:34:12.100Z Downloaded time v0.3.36
8722024-08-03T03:34:12.105Z Downloaded flume v0.11.0
8732024-08-03T03:34:12.110Z Downloaded ring v0.16.20
8742024-08-03T03:34:12.193Z Downloaded ron v0.7.1
8752024-08-03T03:34:12.197Z Downloaded unicode-normalization v0.1.23
8762024-08-03T03:34:12.201Z Downloaded blake3 v1.5.1
8772024-08-03T03:34:12.208Z Downloaded textwrap v0.16.1
8782024-08-03T03:34:12.212Z Downloaded sqlparser_derive v0.2.2
8792024-08-03T03:34:12.212Z Downloaded sqlformat v0.2.4
8802024-08-03T03:34:12.215Z Downloaded postgres-types v0.2.7
8812024-08-03T03:34:12.215Z Downloaded fatfs v0.3.6
8822024-08-03T03:34:12.218Z Downloaded postgres-protocol v0.6.7
8832024-08-03T03:34:12.221Z Downloaded url v2.5.2
8842024-08-03T03:34:12.223Z Downloaded expectorate v1.1.0
8852024-08-03T03:34:12.226Z Downloaded signal-hook v0.3.17
8862024-08-03T03:34:12.229Z Downloaded snafu v0.8.2
8872024-08-03T03:34:12.232Z Downloaded tokio-rustls v0.25.0
8882024-08-03T03:34:12.234Z Downloaded half v2.4.1
8892024-08-03T03:34:12.237Z Downloaded serde_with_macros v3.8.3
8902024-08-03T03:34:12.240Z Downloaded rustc-demangle v0.1.24
8912024-08-03T03:34:12.240Z Downloaded rayon-core v1.12.1
8922024-08-03T03:34:12.243Z Downloaded erased-serde v0.3.31
8932024-08-03T03:34:12.245Z Downloaded env_logger v0.10.2
8942024-08-03T03:34:12.248Z Downloaded tokio-tungstenite v0.21.0
8952024-08-03T03:34:12.251Z Downloaded xattr v1.3.1
8962024-08-03T03:34:12.251Z Downloaded smallvec v1.13.2
8972024-08-03T03:34:12.254Z Downloaded steno v0.4.1
8982024-08-03T03:34:12.257Z Downloaded zone v0.1.8
8992024-08-03T03:34:12.257Z Downloaded zeroize_derive v1.4.2
9002024-08-03T03:34:12.259Z Downloaded wait-timeout v0.2.0
9012024-08-03T03:34:12.259Z Downloaded tokio-native-tls v0.3.1
9022024-08-03T03:34:12.262Z Downloaded postcard v1.0.8
9032024-08-03T03:34:12.265Z Downloaded aho-corasick v1.1.3
9042024-08-03T03:34:12.268Z Downloaded smawk v0.3.2
9052024-08-03T03:34:12.271Z Downloaded hmac v0.12.1
9062024-08-03T03:34:12.271Z Downloaded derive-where v1.2.7
9072024-08-03T03:34:12.274Z Downloaded libxml v0.3.3
9082024-08-03T03:34:12.279Z Downloaded openssl-sys v0.9.103
9092024-08-03T03:34:12.284Z Downloaded minimal-lexical v0.2.1
9102024-08-03T03:34:12.288Z Downloaded uuid v1.10.0
9112024-08-03T03:34:12.291Z Downloaded indicatif v0.17.8
9122024-08-03T03:34:12.294Z Downloaded indexmap v1.9.3
9132024-08-03T03:34:12.297Z Downloaded toml v0.5.11
9142024-08-03T03:34:12.300Z Downloaded proc-macro-crate v1.3.1
9152024-08-03T03:34:12.302Z Downloaded tap v1.0.1
9162024-08-03T03:34:12.302Z Downloaded signal-hook-registry v1.4.2
9172024-08-03T03:34:12.302Z Downloaded crossterm v0.27.0
9182024-08-03T03:34:12.309Z Downloaded hostname v0.4.0
9192024-08-03T03:34:12.312Z Downloaded heck v0.3.3
9202024-08-03T03:34:12.312Z Downloaded getrandom v0.2.14
9212024-08-03T03:34:12.315Z Downloaded base64 v0.13.1
9222024-08-03T03:34:12.318Z Downloaded oso v0.27.3
9232024-08-03T03:34:12.320Z Downloaded hostname v0.3.1
9242024-08-03T03:34:12.320Z Downloaded serde_plain v1.0.2
9252024-08-03T03:34:12.323Z Downloaded smf v0.2.3
9262024-08-03T03:34:12.323Z Downloaded slog-json v2.6.1
9272024-08-03T03:34:12.323Z Downloaded cookie v0.18.1
9282024-08-03T03:34:12.326Z Downloaded filetime v0.2.23
9292024-08-03T03:34:12.330Z Downloaded ff v0.13.0
9302024-08-03T03:34:12.330Z Downloaded embedded-io v0.4.0
9312024-08-03T03:34:12.332Z Downloaded either v1.12.0
9322024-08-03T03:34:12.332Z Downloaded subtle v2.5.0
9332024-08-03T03:34:12.332Z Downloaded portpicker v0.1.1
9342024-08-03T03:34:12.332Z Downloaded universal-hash v0.5.1
9352024-08-03T03:34:12.335Z Downloaded base64 v0.22.1
9362024-08-03T03:34:12.338Z Downloaded backtrace v0.3.71
9372024-08-03T03:34:12.341Z Downloaded flagset v0.4.5
9382024-08-03T03:34:12.344Z Downloaded der_derive v0.7.2
9392024-08-03T03:34:12.344Z Downloaded num-complex v0.4.6
9402024-08-03T03:34:12.346Z Downloaded nu-ansi-term v0.50.0
9412024-08-03T03:34:12.349Z Downloaded futures-core v0.3.30
9422024-08-03T03:34:12.349Z Downloaded slog-term v2.9.1
9432024-08-03T03:34:12.352Z Downloaded mime_guess v2.0.4
9442024-08-03T03:34:12.352Z Downloaded crc-any v2.5.0
9452024-08-03T03:34:12.355Z Downloaded termios v0.3.3
9462024-08-03T03:34:12.358Z Downloaded data-encoding v2.6.0
9472024-08-03T03:34:12.358Z Downloaded cancel-safe-futures v0.1.5
9482024-08-03T03:34:12.361Z Downloaded base64 v0.21.7
9492024-08-03T03:34:12.363Z Downloaded ahash v0.8.11
9502024-08-03T03:34:12.366Z Downloaded nibble_vec v0.1.0
9512024-08-03T03:34:12.366Z Downloaded nanorand v0.7.0
9522024-08-03T03:34:12.372Z Downloaded bzip2 v0.4.4
9532024-08-03T03:34:12.372Z Downloaded num-iter v0.1.45
9542024-08-03T03:34:12.372Z Downloaded impl-trait-for-tuples v0.2.2
9552024-08-03T03:34:12.372Z Downloaded defmt-parser v0.3.4
9562024-08-03T03:34:12.376Z Downloaded curve25519-dalek-derive v0.1.1
9572024-08-03T03:34:12.376Z Downloaded argon2 v0.5.3
9582024-08-03T03:34:12.376Z Downloaded memoffset v0.9.1
9592024-08-03T03:34:12.380Z Downloaded md-5 v0.10.6
9602024-08-03T03:34:12.380Z Downloaded defmt v0.3.8
9612024-08-03T03:34:12.383Z Downloaded block-padding v0.3.3
9622024-08-03T03:34:12.383Z Downloaded crc v3.2.1
9632024-08-03T03:34:12.386Z Downloaded const-oid v0.9.6
9642024-08-03T03:34:12.386Z Downloaded colored v2.1.0
9652024-08-03T03:34:12.388Z Downloaded ciborium-ll v0.2.2
9662024-08-03T03:34:12.388Z Downloaded libsw v3.3.1
9672024-08-03T03:34:12.391Z Downloaded lazycell v1.3.0
9682024-08-03T03:34:12.391Z Downloaded crc-catalog v2.4.0
9692024-08-03T03:34:12.394Z Downloaded bitflags v1.3.2
9702024-08-03T03:34:12.396Z Downloaded bitfield v0.14.0
9712024-08-03T03:34:12.396Z Downloaded arc-swap v1.7.1
9722024-08-03T03:34:12.399Z Downloaded linear-map v1.2.0
9732024-08-03T03:34:12.402Z Downloaded cookie_store v0.20.0
9742024-08-03T03:34:12.402Z Downloaded cookie v0.17.0
9752024-08-03T03:34:12.404Z Downloaded paste v1.0.15
9762024-08-03T03:34:12.407Z Downloaded nodrop v0.1.14
9772024-08-03T03:34:12.407Z Downloaded ipnet v2.9.0
9782024-08-03T03:34:12.410Z Downloaded bitstruct_derive v0.1.0
9792024-08-03T03:34:12.410Z Downloaded num v0.4.3
9802024-08-03T03:34:12.410Z Downloaded maybe-uninit v2.0.0
9812024-08-03T03:34:12.413Z Downloaded maplit v1.0.2
9822024-08-03T03:34:12.413Z Downloaded atomic-waker v1.1.2
9832024-08-03T03:34:12.413Z Downloaded arrayref v0.3.7
9842024-08-03T03:34:12.416Z Downloaded base16ct v0.2.0
9852024-08-03T03:34:12.416Z Downloaded adler v1.0.2
9862024-08-03T03:34:12.416Z Downloaded addr2line v0.21.0
9872024-08-03T03:34:12.419Z Downloaded indoc v1.0.9
9882024-08-03T03:34:12.424Z Downloaded lazy_static v1.5.0
9892024-08-03T03:34:12.424Z Downloaded buf-list v1.0.3
9902024-08-03T03:34:12.424Z Downloaded cassowary v0.3.0
9912024-08-03T03:34:12.428Z Downloaded openssl-macros v0.1.1
9922024-08-03T03:34:12.428Z Downloaded crossbeam-deque v0.8.5
9932024-08-03T03:34:12.428Z Downloaded cexpr v0.6.0
9942024-08-03T03:34:12.431Z Downloaded bitfield-struct v0.6.1
9952024-08-03T03:34:12.431Z Downloaded async-trait v0.1.81
9962024-08-03T03:34:12.435Z Downloaded async-stream v0.3.5
9972024-08-03T03:34:12.435Z Downloaded array-init v0.0.4
9982024-08-03T03:34:12.510Z Compiling cfg-if v1.0.0
9992024-08-03T03:34:12.510Z Compiling serde v1.0.204
10002024-08-03T03:34:12.513Z Compiling lock_api v0.4.12
10012024-08-03T03:34:12.513Z Compiling scopeguard v1.2.0
10022024-08-03T03:34:12.513Z Compiling log v0.4.21
10032024-08-03T03:34:12.513Z Compiling syn v2.0.72
10042024-08-03T03:34:12.637Z Compiling cc v1.0.97
10052024-08-03T03:34:12.639Z Compiling parking_lot_core v0.9.10
10062024-08-03T03:34:12.717Z Compiling getrandom v0.2.14
10072024-08-03T03:34:12.759Z Compiling smallvec v1.13.2
10082024-08-03T03:34:13.109Z Compiling rand_core v0.6.4
10092024-08-03T03:34:13.155Z Compiling typenum v1.17.0
10102024-08-03T03:34:13.199Z Compiling generic-array v0.14.7
10112024-08-03T03:34:13.202Z Compiling pin-project-lite v0.2.14
10122024-08-03T03:34:13.333Z Compiling signal-hook-registry v1.4.2
10132024-08-03T03:34:13.551Z Compiling parking_lot v0.12.2
10142024-08-03T03:34:13.567Z Compiling spin v0.9.8
10152024-08-03T03:34:13.600Z Compiling mio v0.8.11
10162024-08-03T03:34:13.761Z Compiling serde_json v1.0.122
10172024-08-03T03:34:13.966Z Compiling libm v0.2.8
10182024-08-03T03:34:14.107Z Compiling ahash v0.8.11
10192024-08-03T03:34:14.126Z Compiling num-traits v0.2.19
10202024-08-03T03:34:14.332Z Compiling futures-core v0.3.30
10212024-08-03T03:34:14.412Z Compiling tinyvec_macros v0.1.1
10222024-08-03T03:34:14.513Z Compiling tinyvec v1.6.0
10232024-08-03T03:34:14.580Z Compiling num_cpus v1.16.0
10242024-08-03T03:34:14.679Z Compiling socket2 v0.5.7
10252024-08-03T03:34:14.696Z Compiling const-oid v0.9.6
10262024-08-03T03:34:14.865Z Compiling subtle v2.5.0
10272024-08-03T03:34:15.209Z Compiling slab v0.4.9
10282024-08-03T03:34:15.669Z Compiling allocator-api2 v0.2.18
10292024-08-03T03:34:15.819Z Compiling futures-sink v0.3.30
10302024-08-03T03:34:15.921Z Compiling unicode-bidi v0.3.15
10312024-08-03T03:34:15.966Z Compiling unicode-normalization v0.1.23
10322024-08-03T03:34:16.066Z Compiling futures-channel v0.3.30
10332024-08-03T03:34:16.491Z Compiling vcpkg v0.2.15
10342024-08-03T03:34:16.508Z Compiling pkg-config v0.3.30
10352024-08-03T03:34:16.532Z Compiling futures-task v0.3.30
10362024-08-03T03:34:16.663Z Compiling pin-utils v0.1.0
10372024-08-03T03:34:16.758Z Compiling futures-io v0.3.30
10382024-08-03T03:34:16.830Z Compiling ring v0.17.8
10392024-08-03T03:34:17.089Z Compiling ppv-lite86 v0.2.17
10402024-08-03T03:34:17.119Z Compiling percent-encoding v2.3.1
10412024-08-03T03:34:17.590Z Compiling tracing-core v0.1.32
10422024-08-03T03:34:17.655Z Compiling num-conv v0.1.0
10432024-08-03T03:34:17.679Z Compiling rustix v0.38.34
10442024-08-03T03:34:17.920Z Compiling rand_chacha v0.3.1
10452024-08-03T03:34:17.954Z Compiling time-core v0.1.2
10462024-08-03T03:34:18.119Z Compiling powerfmt v0.2.0
10472024-08-03T03:34:18.136Z Compiling untrusted v0.9.0
10482024-08-03T03:34:18.308Z Compiling syn v1.0.109
10492024-08-03T03:34:18.507Z Compiling deranged v0.3.11
10502024-08-03T03:34:18.584Z Compiling rand v0.8.5
10512024-08-03T03:34:18.724Z Compiling openssl-sys v0.9.103
10522024-08-03T03:34:19.000Z Compiling time-macros v0.2.18
10532024-08-03T03:34:19.025Z Compiling iana-time-zone v0.1.60
10542024-08-03T03:34:19.549Z Compiling openssl v0.10.66
10552024-08-03T03:34:19.929Z Compiling base64ct v1.6.0
10562024-08-03T03:34:19.958Z Compiling foreign-types-shared v0.1.1
10572024-08-03T03:34:20.059Z Compiling httparse v1.8.0
10582024-08-03T03:34:20.299Z Compiling rustversion v1.0.17
10592024-08-03T03:34:20.491Z Compiling num_threads v0.1.7
10602024-08-03T03:34:20.494Z Compiling pem-rfc7468 v0.7.0
10612024-08-03T03:34:20.543Z Compiling foreign-types v0.3.2
10622024-08-03T03:34:20.660Z Compiling form_urlencoded v1.2.1
10632024-08-03T03:34:20.976Z Compiling native-tls v0.2.11
10642024-08-03T03:34:21.094Z Compiling flagset v0.4.5
10652024-08-03T03:34:21.210Z Compiling rustls v0.21.12
10662024-08-03T03:34:21.286Z Compiling siphasher v0.3.11
10672024-08-03T03:34:21.347Z Compiling crossbeam-utils v0.8.19
10682024-08-03T03:34:21.490Z Compiling try-lock v0.2.5
10692024-08-03T03:34:21.634Z Compiling want v0.3.1
10702024-08-03T03:34:22.006Z Compiling serde_derive_internals v0.29.1
10712024-08-03T03:34:22.009Z Compiling idna v0.5.0
10722024-08-03T03:34:22.410Z Compiling time v0.3.36
10732024-08-03T03:34:22.577Z Compiling lazy_static v1.5.0
10742024-08-03T03:34:22.700Z Compiling cookie v0.17.0
10752024-08-03T03:34:23.004Z Compiling aho-corasick v1.1.3
10762024-08-03T03:34:23.179Z Compiling signal-hook v0.3.17
10772024-08-03T03:34:23.450Z Compiling rustls-webpki v0.101.7
10782024-08-03T03:34:23.579Z Compiling sct v0.7.1
10792024-08-03T03:34:23.898Z Compiling adler v1.0.2
10802024-08-03T03:34:24.115Z Compiling openssl-probe v0.1.5
10812024-08-03T03:34:24.456Z Compiling slog v2.7.0
10822024-08-03T03:34:24.803Z Compiling httpdate v1.0.3
10832024-08-03T03:34:24.987Z Compiling tower-service v0.3.2
10842024-08-03T03:34:25.108Z Compiling cpufeatures v0.2.12
10852024-08-03T03:34:25.210Z Compiling regex-syntax v0.8.3
10862024-08-03T03:34:25.226Z Compiling schemars v0.8.21
10872024-08-03T03:34:25.280Z Compiling finl_unicode v1.2.0
10882024-08-03T03:34:25.597Z Compiling miniz_oxide v0.7.2
10892024-08-03T03:34:25.887Z Compiling stringprep v0.1.4
10902024-08-03T03:34:27.048Z Compiling serde_derive v1.0.204
10912024-08-03T03:34:27.083Z Compiling zeroize_derive v1.4.2
10922024-08-03T03:34:27.168Z Compiling zerocopy-derive v0.7.34
10932024-08-03T03:34:27.790Z Compiling tokio-macros v2.3.0
10942024-08-03T03:34:28.431Z Compiling thiserror-impl v1.0.63
10952024-08-03T03:34:28.670Z Compiling zeroize v1.7.0
10962024-08-03T03:34:29.413Z Compiling futures-macro v0.3.30
10972024-08-03T03:34:29.416Z Compiling zerocopy v0.7.34
10982024-08-03T03:34:30.491Z Compiling crypto-common v0.1.6
10992024-08-03T03:34:30.724Z Compiling block-buffer v0.10.4
11002024-08-03T03:34:31.070Z Compiling digest v0.10.7
11012024-08-03T03:34:31.446Z Compiling futures-util v0.3.30
11022024-08-03T03:34:31.579Z Compiling hashbrown v0.14.5
11032024-08-03T03:34:31.652Z Compiling scroll_derive v0.12.0
11042024-08-03T03:34:31.745Z Compiling tracing-attributes v0.1.27
11052024-08-03T03:34:31.806Z Compiling thiserror v1.0.63
11062024-08-03T03:34:31.943Z Compiling pest v2.7.10
11072024-08-03T03:34:32.953Z Compiling hmac v0.12.1
11082024-08-03T03:34:33.150Z Compiling scroll v0.12.0
11092024-08-03T03:34:33.201Z Compiling openssl-macros v0.1.1
11102024-08-03T03:34:33.705Z Compiling goblin v0.8.2
11112024-08-03T03:34:33.972Z Compiling der_derive v0.7.2
11122024-08-03T03:34:34.378Z Compiling sha2 v0.10.8
11132024-08-03T03:34:34.775Z Compiling pest_meta v2.7.10
11142024-08-03T03:34:34.951Z Compiling md-5 v0.10.6
11152024-08-03T03:34:35.183Z Compiling regex-automata v0.4.6
11162024-08-03T03:34:35.545Z Compiling tracing v0.1.40
11172024-08-03T03:34:36.060Z Compiling pest_generator v2.7.10
11182024-08-03T03:34:36.530Z Compiling der v0.7.9
11192024-08-03T03:34:37.609Z Compiling schemars_derive v0.8.21
11202024-08-03T03:34:38.130Z Compiling url v2.5.2
11212024-08-03T03:34:39.461Z Compiling spki v0.7.3
11222024-08-03T03:34:39.755Z Compiling num-integer v0.1.46
11232024-08-03T03:34:39.786Z Compiling pest_derive v2.7.10
11242024-08-03T03:34:39.837Z Compiling idna v0.3.0
11252024-08-03T03:34:39.995Z Compiling backtrace v0.3.71
11262024-08-03T03:34:40.440Z Compiling hash32 v0.2.1
11272024-08-03T03:34:40.497Z Compiling stable_deref_trait v1.2.0
11282024-08-03T03:34:40.561Z Compiling dtrace-parser v0.2.0
11292024-08-03T03:34:40.590Z Compiling smoltcp v0.9.1
11302024-08-03T03:34:40.822Z Compiling gimli v0.28.1
11312024-08-03T03:34:40.943Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11322024-08-03T03:34:41.337Z Compiling bytes v1.6.0
11332024-08-03T03:34:41.446Z Compiling bitflags v2.6.0
11342024-08-03T03:34:41.811Z Compiling indexmap v2.2.6
11352024-08-03T03:34:41.892Z Compiling uuid v1.10.0
11362024-08-03T03:34:42.600Z Compiling tokio v1.38.1
11372024-08-03T03:34:42.745Z Compiling http v0.2.12
11382024-08-03T03:34:43.225Z Compiling semver v1.0.23
11392024-08-03T03:34:43.975Z Compiling rustc_version v0.4.0
11402024-08-03T03:34:44.060Z Compiling chrono v0.4.38
11412024-08-03T03:34:44.656Z Compiling http-body v0.4.6
11422024-08-03T03:34:44.740Z Compiling heapless v0.7.17
11432024-08-03T03:34:45.099Z Compiling dof v0.3.0
11442024-08-03T03:34:45.300Z Compiling toml_datetime v0.6.8
11452024-08-03T03:34:45.816Z Compiling serde_tokenstream v0.2.1
11462024-08-03T03:34:45.887Z Compiling usdt-impl v0.5.0
11472024-08-03T03:34:46.342Z Compiling serde_spanned v0.6.7
11482024-08-03T03:34:46.403Z Compiling crc32fast v1.4.0
11492024-08-03T03:34:46.577Z Compiling base64 v0.22.1
11502024-08-03T03:34:46.941Z Compiling psl-types v2.0.11
11512024-08-03T03:34:47.137Z Compiling fallible-iterator v0.2.0
11522024-08-03T03:34:47.324Z Compiling dyn-clone v1.0.17
11532024-08-03T03:34:47.341Z Compiling publicsuffix v2.2.3
11542024-08-03T03:34:47.589Z Compiling terminal_size v0.3.0
11552024-08-03T03:34:47.778Z Compiling postgres-protocol v0.6.7
11562024-08-03T03:34:47.778Z Compiling addr2line v0.21.0
11572024-08-03T03:34:47.913Z Compiling pkcs8 v0.10.2
11582024-08-03T03:34:48.456Z Compiling hubpack_derive v0.1.1
11592024-08-03T03:34:48.760Z Compiling block-padding v0.3.3
11602024-08-03T03:34:49.013Z Compiling zerocopy-derive v0.6.6
11612024-08-03T03:34:49.115Z Compiling async-trait v0.1.81
11622024-08-03T03:34:49.374Z Compiling phf_shared v0.11.2
11632024-08-03T03:34:49.409Z Compiling diesel_table_macro_syntax v0.1.0
11642024-08-03T03:34:49.752Z Compiling ff v0.13.0
11652024-08-03T03:34:49.811Z Compiling scheduled-thread-pool v0.2.7
11662024-08-03T03:34:49.965Z Compiling object v0.32.2
11672024-08-03T03:34:50.081Z Compiling fs-err v2.11.0
11682024-08-03T03:34:50.373Z Compiling matches v0.1.10
11692024-08-03T03:34:50.438Z Compiling base64 v0.21.7
11702024-08-03T03:34:50.463Z Compiling bitflags v1.3.2
11712024-08-03T03:34:50.567Z Compiling anyhow v1.0.86
11722024-08-03T03:34:51.182Z Compiling tokio-util v0.7.11
11732024-08-03T03:34:51.216Z Compiling tokio-rustls v0.24.1
11742024-08-03T03:34:51.219Z Compiling bit-vec v0.6.3
11752024-08-03T03:34:51.639Z Compiling tokio-native-tls v0.3.1
11762024-08-03T03:34:51.724Z Compiling managed v0.8.0
11772024-08-03T03:34:51.900Z Compiling either v1.12.0
11782024-08-03T03:34:51.900Z Compiling base16ct v0.2.0
11792024-08-03T03:34:51.931Z Compiling rustc-demangle v0.1.24
11802024-08-03T03:34:52.173Z Compiling h2 v0.3.26
11812024-08-03T03:34:52.227Z Compiling winnow v0.5.40
11822024-08-03T03:34:52.308Z Compiling ipnet v2.9.0
11832024-08-03T03:34:52.575Z Compiling regex-automata v0.1.10
11842024-08-03T03:34:52.922Z Compiling clap_builder v4.5.9
11852024-08-03T03:34:53.068Z Compiling bstr v0.2.17
11862024-08-03T03:34:53.937Z Compiling sec1 v0.7.3
11872024-08-03T03:34:54.512Z Compiling zerocopy v0.6.6
11882024-08-03T03:34:54.708Z Compiling rustls-pemfile v1.0.4
11892024-08-03T03:34:55.164Z Compiling idna v0.2.3
11902024-08-03T03:34:55.521Z Compiling r2d2 v0.8.10
11912024-08-03T03:34:55.604Z Compiling group v0.13.0
11922024-08-03T03:34:55.906Z Compiling toml_edit v0.19.15
11932024-08-03T03:34:55.936Z Compiling diesel_derives v2.1.4
11942024-08-03T03:34:56.037Z Compiling phf v0.11.2
11952024-08-03T03:34:56.310Z Compiling hubpack v0.1.2
11962024-08-03T03:34:56.790Z Compiling ipnetwork v0.20.0
11972024-08-03T03:34:57.114Z Compiling inout v0.1.3
11982024-08-03T03:34:57.393Z Compiling signal-hook-mio v0.2.3
11992024-08-03T03:34:57.543Z Compiling cookie_store v0.20.0
12002024-08-03T03:34:57.724Z Compiling postgres-types v0.2.7
12012024-08-03T03:34:58.406Z Compiling usdt-macro v0.5.0
12022024-08-03T03:34:59.071Z Compiling hyper v0.14.30
12032024-08-03T03:34:59.233Z Compiling usdt-attr-macro v0.5.0
12042024-08-03T03:34:59.898Z Compiling serde_urlencoded v0.7.1
12052024-08-03T03:35:00.195Z Compiling regex v1.10.5
12062024-08-03T03:35:00.412Z Compiling num-bigint v0.4.5
12072024-08-03T03:35:00.903Z Compiling futures-executor v0.3.30
12082024-08-03T03:35:01.326Z Compiling enum-as-inner v0.5.1
12092024-08-03T03:35:01.510Z Compiling hkdf v0.12.4
12102024-08-03T03:35:01.785Z Compiling crypto-bigint v0.5.5
12112024-08-03T03:35:02.188Z Compiling clap_derive v4.5.8
12122024-08-03T03:35:02.429Z Compiling serde_repr v0.1.19
12132024-08-03T03:35:02.659Z Compiling strum_macros v0.25.3
12142024-08-03T03:35:03.623Z Compiling phf_shared v0.10.0
12152024-08-03T03:35:03.916Z Compiling float-cmp v0.9.0
12162024-08-03T03:35:04.039Z Compiling encoding_rs v0.8.34
12172024-08-03T03:35:04.139Z Compiling webpki-roots v0.25.4
12182024-08-03T03:35:04.301Z Compiling minimal-lexical v0.2.1
12192024-08-03T03:35:04.824Z Compiling precomputed-hash v0.1.1
12202024-08-03T03:35:04.933Z Compiling static_assertions v1.1.0
12212024-08-03T03:35:05.031Z Compiling unicode-segmentation v1.11.0
12222024-08-03T03:35:05.903Z Compiling hyper-rustls v0.24.2
12232024-08-03T03:35:06.258Z Compiling hyper-tls v0.5.0
12242024-08-03T03:35:06.649Z Compiling data-encoding v2.6.0
12252024-08-03T03:35:06.786Z Compiling fixedbitset v0.4.2
12262024-08-03T03:35:07.185Z Compiling whoami v1.5.1
12272024-08-03T03:35:07.249Z Compiling sync_wrapper v0.1.2
12282024-08-03T03:35:07.379Z Compiling difflib v0.4.0
12292024-08-03T03:35:07.767Z Compiling new_debug_unreachable v1.0.6
12302024-08-03T03:35:07.809Z Compiling predicates-core v1.0.6
12312024-08-03T03:35:07.859Z Compiling mime v0.3.17
12322024-08-03T03:35:08.152Z Compiling normalize-line-endings v0.3.0
12332024-08-03T03:35:08.268Z Compiling predicates v3.1.2
12342024-08-03T03:35:08.297Z Compiling diesel v2.1.6
12352024-08-03T03:35:08.460Z Compiling reqwest v0.11.27
12362024-08-03T03:35:08.559Z Compiling string_cache v0.8.7
12372024-08-03T03:35:08.858Z Compiling tokio-postgres v0.7.11
12382024-08-03T03:35:08.939Z Compiling trust-dns-proto v0.22.0
12392024-08-03T03:35:09.016Z Compiling console v0.15.8
12402024-08-03T03:35:09.032Z Compiling toml_edit v0.22.20
12412024-08-03T03:35:10.011Z Compiling clap v4.5.9
12422024-08-03T03:35:10.135Z Compiling petgraph v0.6.5
12432024-08-03T03:35:10.485Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12442024-08-03T03:35:11.333Z Compiling similar v2.5.0
12452024-08-03T03:35:13.821Z Compiling elliptic-curve v0.13.8
12462024-08-03T03:35:14.231Z Compiling nom v7.1.3
12472024-08-03T03:35:14.254Z Compiling usdt v0.5.0
12482024-08-03T03:35:14.631Z Compiling yasna v0.5.2
12492024-08-03T03:35:14.764Z Compiling futures v0.3.30
12502024-08-03T03:35:14.880Z Compiling toml v0.7.8
12512024-08-03T03:35:16.567Z Compiling flate2 v1.0.30
12522024-08-03T03:35:16.875Z Compiling crossterm v0.27.0
12532024-08-03T03:35:17.383Z Compiling cipher v0.4.4
12542024-08-03T03:35:17.471Z Compiling itertools v0.10.5
12552024-08-03T03:35:17.502Z Compiling itertools v0.12.1
12562024-08-03T03:35:17.864Z Compiling bit-set v0.5.3
12572024-08-03T03:35:17.889Z Compiling tokio-stream v0.1.15
12582024-08-03T03:35:18.149Z Compiling openapiv3 v2.0.0
12592024-08-03T03:35:18.260Z Compiling hex v0.4.3
12602024-08-03T03:35:18.873Z Compiling bstr v1.9.1
12612024-08-03T03:35:18.880Z Compiling num-iter v0.1.45
12622024-08-03T03:35:19.035Z Compiling crossbeam-epoch v0.9.18
12632024-08-03T03:35:19.814Z Compiling dirs-sys-next v0.1.2
12642024-08-03T03:35:20.294Z Compiling unicode-xid v0.2.4
12652024-08-03T03:35:20.465Z Compiling peg-runtime v0.8.3
12662024-08-03T03:35:20.481Z Compiling lalrpop-util v0.19.12
12672024-08-03T03:35:20.593Z Compiling dirs-next v2.0.0
12682024-08-03T03:35:20.614Z Compiling thread_local v1.1.8
12692024-08-03T03:35:20.633Z Compiling slog-async v2.8.0
12702024-08-03T03:35:20.815Z Compiling term v0.7.0
12712024-08-03T03:35:20.837Z Compiling xattr v1.3.1
12722024-08-03T03:35:21.109Z Compiling crossbeam-channel v0.5.12
12732024-08-03T03:35:21.117Z Compiling strum_macros v0.26.4
12742024-08-03T03:35:21.149Z Compiling filetime v0.2.23
12752024-08-03T03:35:21.246Z Compiling is-terminal v0.4.12
12762024-08-03T03:35:21.407Z Compiling take_mut v0.2.2
12772024-08-03T03:35:21.484Z Compiling slog-term v2.9.1
12782024-08-03T03:35:21.571Z Compiling tar v0.4.41
12792024-08-03T03:35:22.326Z Compiling camino v1.1.7
12802024-08-03T03:35:24.262Z Compiling strum v0.26.3
12812024-08-03T03:35:34.380Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12822024-08-03T03:35:34.615Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12832024-08-03T03:35:39.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
12842024-08-03T03:35:39.623Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12852024-08-03T03:35:39.664ZAug 03 03:35:37.947 INFO Starting download, target: Cockroach
12862024-08-03T03:35:39.664ZAug 03 03:35:37.948 INFO Starting download, target: Console
12872024-08-03T03:35:39.664ZAug 03 03:35:37.948 INFO Starting download, target: Clickhouse
12882024-08-03T03:35:39.664ZAug 03 03:35:37.948 INFO Starting download, target: DendriteOpenapi
12892024-08-03T03:35:39.664ZAug 03 03:35:37.948 INFO Starting download, target: DendriteStub
12902024-08-03T03:35:39.667ZAug 03 03:35:37.948 INFO Starting download, target: MaghemiteMgd
12912024-08-03T03:35:39.667ZAug 03 03:35:37.948 INFO Starting download, target: TransceiverControl
12922024-08-03T03:35:39.667ZAug 03 03:35:37.948 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
12932024-08-03T03:35:39.667ZAug 03 03:35:37.948 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
12942024-08-03T03:35:39.667ZAug 03 03:35:37.948 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
12952024-08-03T03:35:39.667ZAug 03 03:35:37.949 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
12962024-08-03T03:35:39.667ZAug 03 03:35:37.949 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
12972024-08-03T03:35:39.667ZAug 03 03:35:37.949 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
12982024-08-03T03:35:39.667ZAug 03 03:35:37.949 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
12992024-08-03T03:35:39.838ZAug 03 03:35:38.120 INFO Download complete, target: DendriteOpenapi
13002024-08-03T03:35:39.947ZAug 03 03:35:38.225 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13012024-08-03T03:35:40.258ZAug 03 03:35:38.541 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13022024-08-03T03:35:40.291ZAug 03 03:35:38.574 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13032024-08-03T03:35:40.382ZAug 03 03:35:38.665 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13042024-08-03T03:35:40.656ZAug 03 03:35:38.940 INFO Download complete, target: Console
13052024-08-03T03:35:40.757ZAug 03 03:35:39.041 INFO Download complete, target: TransceiverControl
13062024-08-03T03:35:41.948ZAug 03 03:35:40.232 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13072024-08-03T03:35:41.948ZAug 03 03:35:40.232 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13082024-08-03T03:35:41.980ZAug 03 03:35:40.264 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13092024-08-03T03:35:43.460ZAug 03 03:35:41.744 INFO Download complete, target: DendriteStub
13102024-08-03T03:35:43.706ZAug 03 03:35:41.990 INFO Download complete, target: MaghemiteMgd
13112024-08-03T03:35:50.209ZAug 03 03:35:48.492 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13122024-08-03T03:35:50.549ZAug 03 03:35:48.832 INFO Checking that binary works, target: Cockroach
13132024-08-03T03:35:50.698ZAug 03 03:35:48.982 INFO Download complete, target: Cockroach
13142024-08-03T03:35:56.129ZAug 03 03:35:54.410 INFO Checking that binary works, target: Clickhouse
13152024-08-03T03:35:56.251ZAug 03 03:35:54.533 INFO Download complete, target: Clickhouse
13162024-08-03T03:35:56.257ZAll prerequisites installed successfully
13172024-08-03T03:35:56.261Z
13182024-08-03T03:35:56.261Zreal 3:42.064010212
13192024-08-03T03:35:56.261Zuser 11:35.010874774
13202024-08-03T03:35:56.261Zsys 2:25.973776320
13212024-08-03T03:35:56.261Ztrap 0.426788819
13222024-08-03T03:35:56.261Ztflt 1.342054019
13232024-08-03T03:35:56.261Zdflt 1.670509865
13242024-08-03T03:35:56.261Zkflt 0.020873728
13252024-08-03T03:35:56.261Zlock 22:04.404687346
13262024-08-03T03:35:56.261Zslp 44:14.388681418
13272024-08-03T03:35:56.261Zlat 43.078911145
13282024-08-03T03:35:56.261Zstop 1:42.543958740
13292024-08-03T03:35:56.261Z+ source ./tools/include/force-git-over-https.sh
13302024-08-03T03:35:56.261Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13312024-08-03T03:35:56.262Z++ (( i = 0 ))
13322024-08-03T03:35:56.262Z++ (( i < 5 ))
13332024-08-03T03:35:56.262Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13342024-08-03T03:35:56.265Z++ (( i++ ))
13352024-08-03T03:35:56.265Z++ (( i < 5 ))
13362024-08-03T03:35:56.265Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13372024-08-03T03:35:56.268Z++ (( i++ ))
13382024-08-03T03:35:56.268Z++ (( i < 5 ))
13392024-08-03T03:35:56.268Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13402024-08-03T03:35:56.271Z++ (( i++ ))
13412024-08-03T03:35:56.271Z++ (( i < 5 ))
13422024-08-03T03:35:56.271Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13432024-08-03T03:35:56.271Z++ (( i++ ))
13442024-08-03T03:35:56.271Z++ (( i < 5 ))
13452024-08-03T03:35:56.271Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13462024-08-03T03:35:56.274Z++ (( i++ ))
13472024-08-03T03:35:56.274Z++ (( i < 5 ))
13482024-08-03T03:35:56.274Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13492024-08-03T03:35:56.274Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13502024-08-03T03:35:56.274Z+ rc=0
13512024-08-03T03:35:56.274Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13522024-08-03T03:36:29.028Z+ case $rc in
13532024-08-03T03:36:29.028Z+ pfexec zfs create -p rpool/images/build/host
13542024-08-03T03:36:29.232Z+ pfexec zfs create -p rpool/images/build/recovery
13552024-08-03T03:36:29.300Z+ cargo xtask releng --output-dir /work
13562024-08-03T03:36:29.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
13572024-08-03T03:36:29.835Z Running `target/debug/xtask releng --output-dir /work`
13582024-08-03T03:36:30.651Z Compiling proc-macro2 v1.0.86
13592024-08-03T03:36:30.651Z Compiling unicode-ident v1.0.12
13602024-08-03T03:36:30.652Z Compiling libc v0.2.155
13612024-08-03T03:36:30.652Z Compiling serde v1.0.204
13622024-08-03T03:36:30.652Z Compiling autocfg v1.3.0
13632024-08-03T03:36:30.655Z Compiling version_check v0.9.4
13642024-08-03T03:36:30.655Z Compiling cfg-if v1.0.0
13652024-08-03T03:36:30.879Z Compiling cc v1.0.97
13662024-08-03T03:36:30.926Z Compiling memchr v2.7.2
13672024-08-03T03:36:30.970Z Compiling parking_lot_core v0.9.10
13682024-08-03T03:36:31.525Z Compiling lock_api v0.4.12
13692024-08-03T03:36:31.542Z Compiling libm v0.2.8
13702024-08-03T03:36:31.815Z Compiling ahash v0.8.11
13712024-08-03T03:36:31.893Z Compiling serde_json v1.0.122
13722024-08-03T03:36:32.196Z Compiling num-traits v0.2.19
13732024-08-03T03:36:32.327Z Compiling typenum v1.17.0
13742024-08-03T03:36:32.375Z Compiling quote v1.0.36
13752024-08-03T03:36:32.642Z Compiling scopeguard v1.2.0
13762024-08-03T03:36:32.808Z Compiling syn v2.0.72
13772024-08-03T03:36:32.965Z Compiling getrandom v0.2.14
13782024-08-03T03:36:33.197Z Compiling once_cell v1.19.0
13792024-08-03T03:36:33.376Z Compiling generic-array v0.14.7
13802024-08-03T03:36:33.392Z Compiling byteorder v1.5.0
13812024-08-03T03:36:33.587Z Compiling log v0.4.21
13822024-08-03T03:36:33.736Z Compiling itoa v1.0.11
13832024-08-03T03:36:33.871Z Compiling thiserror v1.0.63
13842024-08-03T03:36:34.010Z Compiling slab v0.4.9
13852024-08-03T03:36:34.111Z Compiling pkg-config v0.3.30
13862024-08-03T03:36:34.181Z Compiling ring v0.17.8
13872024-08-03T03:36:34.209Z Compiling smallvec v1.13.2
13882024-08-03T03:36:34.348Z Compiling ryu v1.0.18
13892024-08-03T03:36:34.413Z Compiling semver v1.0.23
13902024-08-03T03:36:34.591Z Compiling spin v0.9.8
13912024-08-03T03:36:34.718Z Compiling vcpkg v0.2.15
13922024-08-03T03:36:34.763Z Compiling pin-project-lite v0.2.14
13932024-08-03T03:36:35.317Z Compiling allocator-api2 v0.2.18
13942024-08-03T03:36:35.369Z Compiling parking_lot v0.12.2
13952024-08-03T03:36:35.407Z Compiling rand_core v0.6.4
13962024-08-03T03:36:36.200Z Compiling schemars v0.8.21
13972024-08-03T03:36:36.306Z Compiling signal-hook-registry v1.4.2
13982024-08-03T03:36:36.563Z Compiling openssl-sys v0.9.103
13992024-08-03T03:36:36.655Z Compiling num-conv v0.1.0
14002024-08-03T03:36:37.418Z Compiling time-core v0.1.2
14012024-08-03T03:36:37.563Z Compiling mio v0.8.11
14022024-08-03T03:36:37.603Z Compiling time-macros v0.2.18
14032024-08-03T03:36:38.027Z Compiling httparse v1.8.0
14042024-08-03T03:36:38.077Z Compiling rustix v0.38.34
14052024-08-03T03:36:38.443Z Compiling heck v0.5.0
14062024-08-03T03:36:38.613Z Compiling futures-core v0.3.30
14072024-08-03T03:36:39.107Z Compiling num_cpus v1.16.0
14082024-08-03T03:36:39.185Z Compiling socket2 v0.5.7
14092024-08-03T03:36:39.290Z Compiling openssl v0.10.66
14102024-08-03T03:36:39.620Z Compiling subtle v2.5.0
14112024-08-03T03:36:39.954Z Compiling equivalent v1.0.1
14122024-08-03T03:36:40.382Z Compiling const-oid v0.9.6
14132024-08-03T03:36:40.385Z Compiling fnv v1.0.7
14142024-08-03T03:36:40.385Z Compiling native-tls v0.2.11
14152024-08-03T03:36:40.651Z Compiling serde_derive_internals v0.29.1
14162024-08-03T03:36:40.717Z Compiling syn v1.0.109
14172024-08-03T03:36:40.737Z Compiling iana-time-zone v0.1.60
14182024-08-03T03:36:40.843Z Compiling rustls v0.21.12
14192024-08-03T03:36:40.846Z Compiling tinyvec_macros v0.1.1
14202024-08-03T03:36:40.940Z Compiling tinyvec v1.6.0
14212024-08-03T03:36:41.385Z Compiling futures-sink v0.3.30
14222024-08-03T03:36:41.463Z Compiling crossbeam-utils v0.8.19
14232024-08-03T03:36:42.439Z Compiling cookie v0.17.0
14242024-08-03T03:36:42.666Z Compiling unicode-normalization v0.1.23
14252024-08-03T03:36:42.842Z Compiling ucd-trie v0.1.6
14262024-08-03T03:36:43.395Z Compiling futures-channel v0.3.30
14272024-08-03T03:36:44.017Z Compiling slog v2.7.0
14282024-08-03T03:36:44.075Z Compiling dyn-clone v1.0.17
14292024-08-03T03:36:44.104Z Compiling pin-utils v0.1.0
14302024-08-03T03:36:44.220Z Compiling futures-task v0.3.30
14312024-08-03T03:36:44.449Z Compiling futures-io v0.3.30
14322024-08-03T03:36:44.644Z Compiling unicode-bidi v0.3.15
14332024-08-03T03:36:45.023Z Compiling untrusted v0.9.0
14342024-08-03T03:36:45.260Z Compiling aho-corasick v1.1.3
14352024-08-03T03:36:45.532Z Compiling regex-syntax v0.8.3
14362024-08-03T03:36:45.963Z Compiling powerfmt v0.2.0
14372024-08-03T03:36:46.321Z Compiling serde_derive v1.0.204
14382024-08-03T03:36:46.465Z Compiling zerocopy-derive v0.7.34
14392024-08-03T03:36:46.505Z Compiling zeroize_derive v1.4.2
14402024-08-03T03:36:47.698Z Compiling tokio-macros v2.3.0
14412024-08-03T03:36:47.992Z Compiling thiserror-impl v1.0.63
14422024-08-03T03:36:48.634Z Compiling zerocopy v0.7.34
14432024-08-03T03:36:49.352Z Compiling futures-macro v0.3.30
14442024-08-03T03:36:49.972Z Compiling zeroize v1.7.0
14452024-08-03T03:36:51.228Z Compiling hashbrown v0.14.5
14462024-08-03T03:36:51.802Z Compiling schemars_derive v0.8.21
14472024-08-03T03:36:51.805Z Compiling tracing-attributes v0.1.27
14482024-08-03T03:36:52.670Z Compiling der_derive v0.7.2
14492024-08-03T03:36:53.849Z Compiling openssl-macros v0.1.1
14502024-08-03T03:36:53.938Z Compiling scroll_derive v0.12.0
14512024-08-03T03:36:54.768Z Compiling pest v2.7.10
14522024-08-03T03:36:54.851Z Compiling crypto-common v0.1.6
14532024-08-03T03:36:54.927Z Compiling futures-util v0.3.30
14542024-08-03T03:36:55.278Z Compiling block-buffer v0.10.4
14552024-08-03T03:36:55.412Z Compiling crc32fast v1.4.0
14562024-08-03T03:36:55.577Z Compiling digest v0.10.7
14572024-08-03T03:36:56.210Z Compiling regex-automata v0.4.6
14582024-08-03T03:36:56.238Z Compiling deranged v0.3.11
14592024-08-03T03:36:57.974Z Compiling pest_meta v2.7.10
14602024-08-03T03:36:58.708Z Compiling usdt-impl v0.5.0
14612024-08-03T03:36:59.099Z Compiling heck v0.4.1
14622024-08-03T03:36:59.590Z Compiling pest_generator v2.7.10
14632024-08-03T03:37:01.527Z Compiling bytes v1.6.0
14642024-08-03T03:37:02.518Z Compiling bitflags v2.6.0
14652024-08-03T03:37:02.873Z Compiling tokio v1.38.1
14662024-08-03T03:37:03.279Z Compiling uuid v1.10.0
14672024-08-03T03:37:03.373Z Compiling indexmap v2.2.6
14682024-08-03T03:37:03.498Z Compiling chrono v0.4.38
14692024-08-03T03:37:04.049Z Compiling serde_tokenstream v0.2.1
14702024-08-03T03:37:05.414Z Compiling http v0.2.12
14712024-08-03T03:37:08.022Z Compiling rustc_version v0.4.0
14722024-08-03T03:37:08.146Z Compiling pest_derive v2.7.10
14732024-08-03T03:37:08.727Z Compiling percent-encoding v2.3.1
14742024-08-03T03:37:08.995Z Compiling num_threads v0.1.7
14752024-08-03T03:37:09.217Z Compiling heapless v0.7.17
14762024-08-03T03:37:09.257Z Compiling time v0.3.36
14772024-08-03T03:37:09.842Z Compiling scroll v0.12.0
14782024-08-03T03:37:09.880Z Compiling zerocopy-derive v0.6.6
14792024-08-03T03:37:10.573Z Compiling tracing-core v0.1.32
14802024-08-03T03:37:11.980Z Compiling backtrace v0.3.71
14812024-08-03T03:37:12.448Z Compiling errno v0.3.9
14822024-08-03T03:37:12.786Z Compiling ppv-lite86 v0.2.17
14832024-08-03T03:37:13.212Z Compiling plain v0.2.3
14842024-08-03T03:37:13.620Z Compiling signal-hook v0.3.17
14852024-08-03T03:37:13.703Z Compiling rand_chacha v0.3.1
14862024-08-03T03:37:13.761Z Compiling goblin v0.8.2
14872024-08-03T03:37:13.910Z Compiling tokio-util v0.7.11
14882024-08-03T03:37:14.746Z Compiling tracing v0.1.40
14892024-08-03T03:37:15.834Z Compiling regex v1.10.5
14902024-08-03T03:37:16.149Z Compiling async-trait v0.1.81
14912024-08-03T03:37:17.401Z Compiling strsim v0.11.1
14922024-08-03T03:37:18.196Z Compiling rustversion v1.0.17
14932024-08-03T03:37:18.201Z Compiling pretty-hex v0.4.1
14942024-08-03T03:37:19.124Z Compiling rand v0.8.5
14952024-08-03T03:37:21.093Z Compiling dof v0.3.0
14962024-08-03T03:37:21.378Z Compiling dtrace-parser v0.2.0
14972024-08-03T03:37:21.474Z Compiling form_urlencoded v1.2.1
14982024-08-03T03:37:22.219Z Compiling thread-id v4.2.1
14992024-08-03T03:37:22.635Z Compiling base64ct v1.6.0
15002024-08-03T03:37:22.969Z Compiling foreign-types-shared v0.1.1
15012024-08-03T03:37:23.079Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15022024-08-03T03:37:23.114Z Compiling anyhow v1.0.86
15032024-08-03T03:37:23.158Z Compiling smoltcp v0.9.1
15042024-08-03T03:37:23.330Z Compiling unicode-width v0.1.13
15052024-08-03T03:37:23.663Z Compiling try-lock v0.2.5
15062024-08-03T03:37:23.784Z Compiling want v0.3.1
15072024-08-03T03:37:23.801Z Compiling pem-rfc7468 v0.7.0
15082024-08-03T03:37:23.829Z Compiling foreign-types v0.3.2
15092024-08-03T03:37:24.436Z Compiling h2 v0.3.26
15102024-08-03T03:37:25.368Z Compiling http-body v0.4.6
15112024-08-03T03:37:25.897Z Compiling hmac v0.12.1
15122024-08-03T03:37:25.915Z Compiling clap_derive v4.5.8
15132024-08-03T03:37:26.849Z Compiling flagset v0.4.5
15142024-08-03T03:37:27.237Z Compiling siphasher v0.3.11
15152024-08-03T03:37:27.454Z Compiling httpdate v1.0.3
15162024-08-03T03:37:27.612Z Compiling base64 v0.21.7
15172024-08-03T03:37:28.817Z Compiling tower-service v0.3.2
15182024-08-03T03:37:29.137Z Compiling der v0.7.9
15192024-08-03T03:37:34.358Z Compiling hyper v0.14.30
15202024-08-03T03:37:41.238Z Compiling sct v0.7.1
15212024-08-03T03:37:41.468Z Compiling rustls-webpki v0.101.7
15222024-08-03T03:37:43.319Z Compiling openapiv3 v2.0.0
15232024-08-03T03:37:45.360Z Compiling hubpack_derive v0.1.1
15242024-08-03T03:37:46.298Z Compiling idna v0.5.0
15252024-08-03T03:37:48.069Z Compiling lazy_static v1.5.0
15262024-08-03T03:37:48.319Z Compiling fs-err v2.11.0
15272024-08-03T03:37:48.347Z Compiling cpufeatures v0.2.12
15282024-08-03T03:37:48.454Z Compiling openssl-probe v0.1.5
15292024-08-03T03:37:48.659Z Compiling anstyle v1.0.8
15302024-08-03T03:37:48.703Z Compiling finl_unicode v1.2.0
15312024-08-03T03:37:48.706Z Compiling utf8parse v0.2.1
15322024-08-03T03:37:48.866Z Compiling adler v1.0.2
15332024-08-03T03:37:49.373Z Compiling stringprep v0.1.4
15342024-08-03T03:37:49.495Z Compiling miniz_oxide v0.7.2
15352024-08-03T03:37:49.683Z Compiling anstyle-parse v0.2.4
15362024-08-03T03:37:50.089Z Compiling sha2 v0.10.8
15372024-08-03T03:37:50.936Z Compiling url v2.5.2
15382024-08-03T03:37:53.458Z Compiling spki v0.7.3
15392024-08-03T03:37:54.391Z Compiling usdt-attr-macro v0.5.0
15402024-08-03T03:37:55.761Z Compiling usdt-macro v0.5.0
15412024-08-03T03:37:55.971Z Compiling md-5 v0.10.6
15422024-08-03T03:37:56.284Z Compiling toml_datetime v0.6.8
15432024-08-03T03:37:56.625Z Compiling serde_spanned v0.6.7
15442024-08-03T03:37:56.721Z Compiling regress v0.9.1
15452024-08-03T03:37:56.855Z Compiling idna v0.3.0
15462024-08-03T03:37:58.604Z Compiling diesel_table_macro_syntax v0.1.0
15472024-08-03T03:37:58.966Z Compiling num-integer v0.1.46
15482024-08-03T03:37:59.177Z Compiling hash32 v0.2.1
15492024-08-03T03:37:59.591Z Compiling encoding_rs v0.8.34
15502024-08-03T03:37:59.687Z Compiling stable_deref_trait v1.2.0
15512024-08-03T03:37:59.793Z Compiling base64 v0.22.1
15522024-08-03T03:38:00.045Z Compiling psl-types v2.0.11
15532024-08-03T03:38:00.201Z Compiling colorchoice v1.0.1
15542024-08-03T03:38:00.431Z Compiling mime v0.3.17
15552024-08-03T03:38:00.448Z Compiling gimli v0.28.1
15562024-08-03T03:38:00.629Z Compiling is_terminal_polyfill v1.70.0
15572024-08-03T03:38:00.756Z Compiling fallible-iterator v0.2.0
15582024-08-03T03:38:01.392Z Compiling anstyle-query v1.0.3
15592024-08-03T03:38:01.484Z Compiling postgres-protocol v0.6.7
15602024-08-03T03:38:01.537Z Compiling anstream v0.6.14
15612024-08-03T03:38:02.181Z Compiling publicsuffix v2.2.3
15622024-08-03T03:38:02.484Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15632024-08-03T03:38:04.604Z Compiling diesel_derives v2.1.4
15642024-08-03T03:38:05.221Z Compiling addr2line v0.21.0
15652024-08-03T03:38:06.547Z Compiling tokio-rustls v0.24.1
15662024-08-03T03:38:08.179Z Compiling pkcs8 v0.10.2
15672024-08-03T03:38:08.670Z Compiling terminal_size v0.3.0
15682024-08-03T03:38:08.770Z Compiling tokio-native-tls v0.3.1
15692024-08-03T03:38:09.038Z Compiling phf_shared v0.11.2
15702024-08-03T03:38:09.168Z Compiling strum_macros v0.25.3
15712024-08-03T03:38:09.501Z Compiling serde_urlencoded v0.7.1
15722024-08-03T03:38:10.381Z Compiling enum-as-inner v0.5.1
15732024-08-03T03:38:10.959Z Compiling block-padding v0.3.3
15742024-08-03T03:38:11.293Z Compiling serde_repr v0.1.19
15752024-08-03T03:38:11.368Z Compiling ff v0.13.0
15762024-08-03T03:38:11.628Z Compiling scheduled-thread-pool v0.2.7
15772024-08-03T03:38:12.282Z Compiling object v0.32.2
15782024-08-03T03:38:12.771Z Compiling bit-vec v0.6.3
15792024-08-03T03:38:13.192Z Compiling matches v0.1.10
15802024-08-03T03:38:13.292Z Compiling winnow v0.5.40
15812024-08-03T03:38:14.333Z Compiling regex-automata v0.1.10
15822024-08-03T03:38:14.545Z Compiling either v1.12.0
15832024-08-03T03:38:14.831Z Compiling managed v0.8.0
15842024-08-03T03:38:14.973Z Compiling clap_lex v0.7.0
15852024-08-03T03:38:15.286Z Compiling base16ct v0.2.0
15862024-08-03T03:38:15.422Z Compiling bitflags v1.3.2
15872024-08-03T03:38:15.533Z Compiling rustc-demangle v0.1.24
15882024-08-03T03:38:15.593Z Compiling ipnet v2.9.0
15892024-08-03T03:38:16.612Z Compiling sec1 v0.7.3
15902024-08-03T03:38:16.791Z Compiling rustls-pemfile v1.0.4
15912024-08-03T03:38:17.142Z Compiling toml_edit v0.19.15
15922024-08-03T03:38:17.175Z Compiling clap_builder v4.5.9
15932024-08-03T03:38:17.532Z Compiling bstr v0.2.17
15942024-08-03T03:38:18.532Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15952024-08-03T03:38:18.863Z Compiling idna v0.2.3
15962024-08-03T03:38:19.068Z Compiling r2d2 v0.8.10
15972024-08-03T03:38:19.485Z Compiling group v0.13.0
15982024-08-03T03:38:19.781Z Compiling inout v0.1.3
15992024-08-03T03:38:20.331Z Compiling phf v0.11.2
16002024-08-03T03:38:20.556Z Compiling hyper-tls v0.5.0
16012024-08-03T03:38:20.622Z Compiling signal-hook-mio v0.2.3
16022024-08-03T03:38:20.783Z Compiling hyper-rustls v0.24.2
16032024-08-03T03:38:20.949Z Compiling cookie_store v0.20.0
16042024-08-03T03:38:21.221Z Compiling postgres-types v0.2.7
16052024-08-03T03:38:21.750Z Compiling num-bigint v0.4.5
16062024-08-03T03:38:22.572Z Compiling hubpack v0.1.2
16072024-08-03T03:38:23.730Z Compiling phf_shared v0.10.0
16082024-08-03T03:38:23.827Z Compiling hkdf v0.12.4
16092024-08-03T03:38:24.095Z Compiling zerocopy v0.6.6
16102024-08-03T03:38:24.246Z Compiling ipnetwork v0.20.0
16112024-08-03T03:38:24.279Z Compiling futures-executor v0.3.30
16122024-08-03T03:38:24.653Z Compiling crypto-bigint v0.5.5
16132024-08-03T03:38:24.821Z Compiling float-cmp v0.9.0
16142024-08-03T03:38:24.964Z Compiling memmap v0.7.0
16152024-08-03T03:38:25.033Z Compiling static_assertions v1.1.0
16162024-08-03T03:38:25.133Z Compiling data-encoding v2.6.0
16172024-08-03T03:38:25.208Z Compiling webpki-roots v0.25.4
16182024-08-03T03:38:25.250Z Compiling new_debug_unreachable v1.0.6
16192024-08-03T03:38:25.313Z Compiling sync_wrapper v0.1.2
16202024-08-03T03:38:25.485Z Compiling normalize-line-endings v0.3.0
16212024-08-03T03:38:25.526Z Compiling unicode-segmentation v1.11.0
16222024-08-03T03:38:25.611Z Compiling predicates-core v1.0.6
16232024-08-03T03:38:25.713Z Compiling precomputed-hash v0.1.1
16242024-08-03T03:38:25.928Z Compiling whoami v1.5.1
16252024-08-03T03:38:26.004Z Compiling fixedbitset v0.4.2
16262024-08-03T03:38:26.054Z Compiling minimal-lexical v0.2.1
16272024-08-03T03:38:26.322Z Compiling difflib v0.4.0
16282024-08-03T03:38:26.420Z Compiling winnow v0.6.18
16292024-08-03T03:38:26.487Z Compiling nom v7.1.3
16302024-08-03T03:38:26.506Z Compiling petgraph v0.6.5
16312024-08-03T03:38:26.720Z Compiling predicates v3.1.2
16322024-08-03T03:38:27.547Z Compiling elliptic-curve v0.13.8
16332024-08-03T03:38:28.195Z Compiling reqwest v0.11.27
16342024-08-03T03:38:28.222Z Compiling tokio-postgres v0.7.11
16352024-08-03T03:38:28.262Z Compiling similar v2.5.0
16362024-08-03T03:38:30.032Z Compiling toml_edit v0.22.20
16372024-08-03T03:38:30.072Z Compiling string_cache v0.8.7
16382024-08-03T03:38:30.272Z Compiling trust-dns-proto v0.22.0
16392024-08-03T03:38:30.484Z Compiling usdt v0.5.0
16402024-08-03T03:38:30.950Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16412024-08-03T03:38:32.739Z Compiling diesel v2.1.6
16422024-08-03T03:38:33.330Z Compiling futures v0.3.30
16432024-08-03T03:38:33.455Z Compiling yasna v0.5.2
16442024-08-03T03:38:36.581Z Compiling crossterm v0.27.0
16452024-08-03T03:38:37.100Z Compiling clap v4.5.9
16462024-08-03T03:38:37.227Z Compiling flate2 v1.0.30
16472024-08-03T03:38:37.273Z Compiling crossbeam-epoch v0.9.18
16482024-08-03T03:38:37.440Z Compiling toml v0.7.8
16492024-08-03T03:38:37.945Z Compiling cipher v0.4.4
16502024-08-03T03:38:38.116Z Compiling itertools v0.12.1
16512024-08-03T03:38:38.393Z Compiling itertools v0.10.5
16522024-08-03T03:38:38.944Z Compiling bit-set v0.5.3
16532024-08-03T03:38:39.177Z Compiling num-iter v0.1.45
16542024-08-03T03:38:39.240Z Compiling console v0.15.8
16552024-08-03T03:38:40.535Z Compiling tokio-stream v0.1.15
16562024-08-03T03:38:41.094Z Compiling bstr v1.9.1
16572024-08-03T03:38:41.211Z Compiling hex v0.4.3
16582024-08-03T03:38:41.865Z Compiling peg-runtime v0.8.3
16592024-08-03T03:38:42.396Z Compiling radium v0.7.0
16602024-08-03T03:38:42.602Z Compiling camino v1.1.7
16612024-08-03T03:38:42.829Z Compiling unicode-xid v0.2.4
16622024-08-03T03:38:43.408Z Compiling lalrpop-util v0.19.12
16632024-08-03T03:38:48.141Z Compiling is-terminal v0.4.12
16642024-08-03T03:38:51.599Z Compiling rustls-pki-types v1.7.0
16652024-08-03T03:38:53.180Z Compiling ident_case v1.0.1
16662024-08-03T03:38:54.467Z Compiling maybe-uninit v2.0.0
16672024-08-03T03:38:54.932Z Compiling tap v1.0.1
16682024-08-03T03:38:55.121Z Compiling wyz v0.5.1
16692024-08-03T03:38:56.259Z Compiling darling_core v0.20.9
16702024-08-03T03:39:08.363Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16712024-08-03T03:39:08.642Z Compiling getopts v0.2.21
16722024-08-03T03:39:08.973Z Compiling bzip2-sys v0.1.11+1.0.8
16732024-08-03T03:39:09.429Z Compiling dirs-sys-next v0.1.2
16742024-08-03T03:39:09.634Z Compiling paste v1.0.15
16752024-08-03T03:39:09.710Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16762024-08-03T03:39:10.012Z Compiling unsafe-libyaml v0.2.11
16772024-08-03T03:39:10.113Z Compiling rustls v0.22.4
16782024-08-03T03:39:10.414Z Compiling funty v2.0.0
16792024-08-03T03:39:11.234Z Compiling packed_struct v0.10.1
16802024-08-03T03:39:11.658Z Compiling num-bigint-dig v0.8.4
16812024-08-03T03:39:11.707Z Compiling bitvec v1.0.1
16822024-08-03T03:39:11.741Z Compiling serde_yaml v0.9.34+deprecated
16832024-08-03T03:39:14.318Z Compiling dirs-next v2.0.0
16842024-08-03T03:39:15.556Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16852024-08-03T03:39:17.527Z Compiling darling_macro v0.20.9
16862024-08-03T03:39:18.051Z Compiling rustls-webpki v0.102.4
16872024-08-03T03:39:22.176Z Compiling packed_struct_codegen v0.10.1
16882024-08-03T03:39:22.585Z Compiling structmeta-derive v0.3.0
16892024-08-03T03:39:23.583Z Compiling thread_local v1.1.8
16902024-08-03T03:39:24.074Z Compiling indexmap v1.9.3
16912024-08-03T03:39:24.237Z Compiling multer v3.1.0
16922024-08-03T03:39:24.502Z Compiling rayon-core v1.12.1
16932024-08-03T03:39:24.635Z Compiling nodrop v0.1.14
16942024-08-03T03:39:24.729Z Compiling fastrand v2.1.0
16952024-08-03T03:39:24.759Z Compiling match_cfg v0.1.0
16962024-08-03T03:39:24.809Z Compiling crc-catalog v2.4.0
16972024-08-03T03:39:24.860Z Compiling slog-async v2.8.0
16982024-08-03T03:39:25.227Z Compiling structmeta v0.3.0
16992024-08-03T03:39:25.351Z Compiling tempfile v3.10.1
17002024-08-03T03:39:25.393Z Compiling crc v3.2.1
17012024-08-03T03:39:25.617Z Compiling hostname v0.3.1
17022024-08-03T03:39:25.899Z Compiling array-init v0.0.4
17032024-08-03T03:39:28.009Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17042024-08-03T03:39:29.180Z Compiling darling v0.20.9
17052024-08-03T03:39:29.328Z Compiling smallvec v0.6.14
17062024-08-03T03:39:30.012Z Compiling term v0.7.0
17072024-08-03T03:39:35.213Z Compiling crossbeam-deque v0.8.5
17082024-08-03T03:39:35.600Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17092024-08-03T03:39:35.964Z Compiling pkcs1 v0.7.5
17102024-08-03T03:39:37.099Z Compiling slog-json v2.6.1
17112024-08-03T03:39:38.193Z Compiling crossbeam-channel v0.5.12
17122024-08-03T03:39:39.784Z Compiling http v1.1.0
17132024-08-03T03:39:39.819Z Compiling signature v2.2.0
17142024-08-03T03:39:41.890Z Compiling pin-project-internal v1.1.5
17152024-08-03T03:39:42.904Z Compiling async-stream-impl v0.3.5
17162024-08-03T03:39:44.398Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
17172024-08-03T03:39:44.534Z Compiling same-file v1.0.6
17182024-08-03T03:39:44.635Z Compiling termcolor v1.4.1
17192024-08-03T03:39:44.814Z Compiling bitfield v0.14.0
17202024-08-03T03:39:45.166Z Compiling take_mut v0.2.2
17212024-08-03T03:39:45.676Z Compiling atomic-waker v1.1.2
17222024-08-03T03:39:46.142Z Compiling hashbrown v0.12.3
17232024-08-03T03:39:51.078Z Compiling waitgroup v0.1.2
17242024-08-03T03:39:55.897Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17252024-08-03T03:39:56.529Z Compiling env_logger v0.10.2
17262024-08-03T03:39:58.436Z Compiling walkdir v2.5.0
17272024-08-03T03:39:59.424Z Compiling pin-project v1.1.5
17282024-08-03T03:39:59.839Z Compiling async-stream v0.3.5
17292024-08-03T03:40:00.169Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17302024-08-03T03:40:00.938Z Compiling rsa v0.9.6
17312024-08-03T03:40:06.089Z Compiling slog-bunyan v2.5.0
17322024-08-03T03:40:06.391Z Compiling tokio-rustls v0.25.0
17332024-08-03T03:40:06.481Z Compiling slog-term v2.9.1
17342024-08-03T03:40:06.869Z Compiling serde-hex v0.1.0
17352024-08-03T03:40:06.983Z Compiling serde_with_macros v3.8.3
17362024-08-03T03:40:07.818Z Compiling bzip2 v0.4.4
17372024-08-03T03:40:08.779Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17382024-08-03T03:40:09.075Z Compiling parse-display-derive v0.9.1
17392024-08-03T03:40:09.508Z Compiling toml v0.8.19
17402024-08-03T03:40:09.568Z Compiling rustls-pemfile v2.1.2
17412024-08-03T03:40:12.654Z Compiling x509-cert v0.2.5
17422024-08-03T03:40:13.042Z Compiling sha1 v0.10.6
17432024-08-03T03:40:13.886Z Compiling ron v0.8.1
17442024-08-03T03:40:13.921Z Compiling strum_macros v0.26.4
17452024-08-03T03:40:14.986Z Compiling newtype-uuid v1.1.0
17462024-08-03T03:40:15.293Z Compiling xattr v1.3.1
17472024-08-03T03:40:15.607Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
17482024-08-03T03:40:16.467Z Compiling serde_path_to_error v0.1.16
17492024-08-03T03:40:16.484Z Compiling snafu-derive v0.8.2
17502024-08-03T03:40:17.445Z Compiling hashbrown v0.13.2
17512024-08-03T03:40:18.336Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17522024-08-03T03:40:18.755Z Compiling ring v0.16.20
17532024-08-03T03:40:19.098Z Compiling blake3 v1.5.1
17542024-08-03T03:40:19.308Z Compiling filetime v0.2.23
17552024-08-03T03:40:19.673Z Compiling hostname v0.4.0
17562024-08-03T03:40:19.676Z Compiling instant v0.1.12
17572024-08-03T03:40:19.796Z Compiling buf-list v1.0.3
17582024-08-03T03:40:19.938Z Compiling crc-any v2.5.0
17592024-08-03T03:40:20.244Z Compiling debug-ignore v1.0.5
17602024-08-03T03:40:20.414Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17612024-08-03T03:40:20.888Z Compiling backoff v0.4.0
17622024-08-03T03:40:21.103Z Compiling snafu v0.8.2
17632024-08-03T03:40:21.625Z Compiling tar v0.4.41
17642024-08-03T03:40:22.406Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17652024-08-03T03:40:22.623Z Compiling object v0.30.4
17662024-08-03T03:40:24.062Z Compiling strum v0.26.3
17672024-08-03T03:40:24.250Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17682024-08-03T03:40:25.881Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17692024-08-03T03:40:26.410Z Compiling parse-display v0.9.1
17702024-08-03T03:40:26.646Z Compiling serde_with v3.8.3
17712024-08-03T03:40:26.684Z Compiling zip v0.6.6
17722024-08-03T03:40:28.159Z Compiling rayon v1.10.0
17732024-08-03T03:40:29.460Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17742024-08-03T03:40:30.182Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17752024-08-03T03:40:31.024Z Compiling camino-tempfile v1.1.1
17762024-08-03T03:40:31.834Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17772024-08-03T03:40:33.792Z Compiling globset v0.4.14
17782024-08-03T03:40:35.398Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17792024-08-03T03:40:35.561Z Compiling pem v3.0.4
17802024-08-03T03:40:35.584Z Compiling olpc-cjson v0.1.3
17812024-08-03T03:40:35.909Z Compiling serde_plain v1.0.2
17822024-08-03T03:40:36.445Z Compiling macaddr v1.0.1
17832024-08-03T03:40:37.000Z Compiling async-recursion v1.1.1
17842024-08-03T03:40:37.118Z Compiling memmap2 v0.9.4
17852024-08-03T03:40:37.549Z Compiling path-slash v0.1.5
17862024-08-03T03:40:37.702Z Compiling constant_time_eq v0.3.0
17872024-08-03T03:40:37.782Z Compiling spin v0.5.2
17882024-08-03T03:40:37.875Z Compiling arrayvec v0.7.4
17892024-08-03T03:40:37.960Z Compiling untrusted v0.7.1
17902024-08-03T03:40:38.045Z Compiling typed-path v0.7.1
17912024-08-03T03:40:38.140Z Compiling arrayref v0.3.7
17922024-08-03T03:40:38.469Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17932024-08-03T03:40:41.101Z Compiling tough v0.17.1
17942024-08-03T03:40:42.237Z Compiling cargo-platform v0.1.8
17952024-08-03T03:40:43.332Z Compiling parse-size v1.0.0
17962024-08-03T03:40:43.625Z Compiling topological-sort v0.2.2
17972024-08-03T03:40:43.892Z Compiling omicron-zone-package v0.11.0
17982024-08-03T03:40:44.680Z Compiling cargo_metadata v0.18.1
17992024-08-03T03:40:45.401Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18002024-08-03T03:40:47.872Z Compiling shell-words v1.1.0
18012024-08-03T03:40:57.031Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18022024-08-03T03:41:05.797Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18032024-08-03T03:41:19.464Z Finished `release` profile [optimized] target(s) in 4m 49s
18042024-08-03T03:41:19.598Z Running `target/release/omicron-releng --output-dir /work`
18052024-08-03T03:41:19.637ZAug 03 03:41:17.899 DEBG changing working directory to /work/oxidecomputer/omicron
18062024-08-03T03:41:19.737ZAug 03 03:41:17.981 DEBG running: git rev-parse HEAD
18072024-08-03T03:41:19.740ZAug 03 03:41:17.988 DEBG process exited with exit status: 0 (6.107028ms)
18082024-08-03T03:41:19.740ZAug 03 03:41:17.988 INFO version: 10.0.0-0.ci+git602f1942600
18092024-08-03T03:41:19.762ZAug 03 03:41:18.026 INFO cloning helios to /work/oxidecomputer/helios
18102024-08-03T03:41:19.762ZAug 03 03:41:18.026 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18112024-08-03T03:41:19.768ZCloning into '/work/oxidecomputer/helios'...
18122024-08-03T03:41:20.219ZAug 03 03:41:18.483 DEBG process exited with exit status: 0 (456.096337ms)
18132024-08-03T03:41:20.219ZAug 03 03:41:18.483 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18142024-08-03T03:41:20.226Z# branch.oid ed78304311f495f06e380799bd1395aabc13c0d6
18152024-08-03T03:41:20.226Z# branch.head master
18162024-08-03T03:41:20.226Z# branch.upstream origin/master
18172024-08-03T03:41:20.226Z# branch.ab +0 -0
18182024-08-03T03:41:20.229ZAug 03 03:41:18.491 DEBG process exited with exit status: 0 (7.888263ms)
18192024-08-03T03:41:20.229ZAug 03 03:41:18.491 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18202024-08-03T03:41:20.903ZAug 03 03:41:19.167 DEBG process exited with exit status: 0 (676.395827ms)
18212024-08-03T03:41:20.903ZAug 03 03:41:19.167 DEBG running: zfs list rpool/images/build/host
18222024-08-03T03:41:20.910ZNAME USED AVAIL REFER MOUNTPOINT
18232024-08-03T03:41:20.910Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18242024-08-03T03:41:20.912ZAug 03 03:41:19.174 DEBG process exited with exit status: 0 (6.993241ms)
18252024-08-03T03:41:20.912ZAug 03 03:41:19.174 DEBG running: zfs list rpool/images/build/recovery
18262024-08-03T03:41:20.916ZNAME USED AVAIL REFER MOUNTPOINT
18272024-08-03T03:41:20.916Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18282024-08-03T03:41:20.919ZAug 03 03:41:19.181 DEBG process exited with exit status: 0 (6.145598ms)
18292024-08-03T03:41:20.919ZAug 03 03:41:19.181 INFO [hubris-staging] running task
18302024-08-03T03:41:20.919ZAug 03 03:41:19.181 INFO [hubris-production] running task
18312024-08-03T03:41:20.919ZAug 03 03:41:19.182 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
18322024-08-03T03:41:20.921ZAug 03 03:41:19.184 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18332024-08-03T03:41:20.988Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18342024-08-03T03:41:21.391Z[ omicron-package] Blocking waiting for file lock on package cache
18352024-08-03T03:41:21.952Z[ omicron-package] Blocking waiting for file lock on package cache
18362024-08-03T03:41:22.202Z[ omicron-package] Blocking waiting for file lock on package cache
18372024-08-03T03:41:22.431ZAug 03 03:41:20.695 INFO [hubris-production] task succeeded (1.513624335s)
18382024-08-03T03:41:23.114Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18392024-08-03T03:41:23.114Z[ omicron-package] Compiling heapless v0.8.0
18402024-08-03T03:41:23.114Z[ omicron-package] Compiling hash32 v0.3.1
18412024-08-03T03:41:23.114Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18422024-08-03T03:41:23.114Z[ omicron-package] Compiling smoltcp v0.11.0
18432024-08-03T03:41:23.114Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18442024-08-03T03:41:23.114Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18452024-08-03T03:41:23.114Z[ omicron-package] Compiling embedded-io v0.4.0
18462024-08-03T03:41:23.918Z[ omicron-package] Compiling cobs v0.2.3
18472024-08-03T03:41:24.354Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18482024-08-03T03:41:24.624Z[ omicron-package] Compiling num_enum_derive v0.5.11
18492024-08-03T03:41:24.820Z[ omicron-package] Compiling postcard v1.0.8
18502024-08-03T03:41:24.907Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18512024-08-03T03:41:24.949Z[ omicron-package] Compiling proc-macro-error v1.0.4
18522024-08-03T03:41:24.952Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18532024-08-03T03:41:24.952Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18542024-08-03T03:41:25.243Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18552024-08-03T03:41:26.563Z[ omicron-package] Compiling tabwriter v1.4.0
18562024-08-03T03:41:26.660Z[ omicron-package] Compiling foreign-types v0.5.0
18572024-08-03T03:41:26.757Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18582024-08-03T03:41:26.850Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18592024-08-03T03:41:27.004Z[ omicron-package] Compiling cstr-argument v0.1.2
18602024-08-03T03:41:27.007Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18612024-08-03T03:41:27.545Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18622024-08-03T03:41:27.793Z[ omicron-package] Compiling pretty-hex v0.2.1
18632024-08-03T03:41:28.059Z[ omicron-package] Compiling num_enum v0.5.11
18642024-08-03T03:41:28.349Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18652024-08-03T03:41:28.605Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18662024-08-03T03:41:28.660Z[ omicron-package] Compiling colored v2.1.0
18672024-08-03T03:41:28.846Z[ omicron-package] Compiling socket2 v0.4.10
18682024-08-03T03:41:28.905Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18692024-08-03T03:41:29.826Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18702024-08-03T03:41:30.116Z[ omicron-package] Compiling num-derive v0.4.2
18712024-08-03T03:41:30.185Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18722024-08-03T03:41:30.381Z[ omicron-package] Compiling sigpipe v0.1.3
18732024-08-03T03:41:30.471ZAug 03 03:41:28.735 INFO [hubris-staging] task succeeded (9.553247991s)
18742024-08-03T03:41:30.869Z[ omicron-package] Compiling libefi-sys v0.1.0
18752024-08-03T03:41:30.928Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18762024-08-03T03:41:31.026Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18772024-08-03T03:41:31.691Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18782024-08-03T03:41:31.916Z[ omicron-package] Compiling smf v0.2.3
18792024-08-03T03:41:32.044Z[ omicron-package] Compiling bitfield-struct v0.6.1
18802024-08-03T03:41:32.127Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18812024-08-03T03:41:32.954Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18822024-08-03T03:41:33.227Z[ omicron-package] Compiling portable-atomic v1.6.0
18832024-08-03T03:41:34.621Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18842024-08-03T03:41:35.218Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18852024-08-03T03:41:35.858Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18862024-08-03T03:41:36.413Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18872024-08-03T03:41:36.757Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18882024-08-03T03:41:37.014Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18892024-08-03T03:41:37.947Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18902024-08-03T03:41:38.724Z[ omicron-package] Compiling gethostname v0.5.0
18912024-08-03T03:41:38.957Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18922024-08-03T03:41:39.053Z[ omicron-package] Compiling number_prefix v0.4.0
18932024-08-03T03:41:40.371Z[ omicron-package] Compiling indicatif v0.17.8
18942024-08-03T03:41:41.375Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18952024-08-03T03:41:44.807Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18962024-08-03T03:41:45.352Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18972024-08-03T03:41:46.857Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18982024-08-03T03:42:03.074Z[ helios-setup] Aug 03 03:42:01.335 INFO helios repository root is: /work/oxidecomputer/helios
18992024-08-03T03:42:03.078Z[ helios-setup] Aug 03 03:42:01.338 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19002024-08-03T03:42:03.078Z[ helios-setup] Aug 03 03:42:01.338 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
19012024-08-03T03:42:03.078Z[ helios-setup] Aug 03 03:42:01.338 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19022024-08-03T03:42:03.082Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19032024-08-03T03:42:03.927Z[ helios-setup] Aug 03 03:42:02.188 INFO clone ok!, project: phbl
19042024-08-03T03:42:03.930Z[ helios-setup] Aug 03 03:42:02.188 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
19052024-08-03T03:42:03.930Z[ helios-setup] Aug 03 03:42:02.188 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
19062024-08-03T03:42:03.933Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19072024-08-03T03:42:04.880Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19082024-08-03T03:42:04.887Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19092024-08-03T03:42:06.363Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.43s
19102024-08-03T03:42:06.566Z[ omicron-package]
19112024-08-03T03:42:06.569Z[ omicron-package] real 45.609909678
19122024-08-03T03:42:06.569Z[ omicron-package] user 2:47.653013823
19132024-08-03T03:42:06.570Z[ omicron-package] sys 22.223450953
19142024-08-03T03:42:06.570Z[ omicron-package] trap 0.153580845
19152024-08-03T03:42:06.570Z[ omicron-package] tflt 0.487612686
19162024-08-03T03:42:06.570Z[ omicron-package] dflt 0.518231642
19172024-08-03T03:42:06.570Z[ omicron-package] kflt 0.000000000
19182024-08-03T03:42:06.570Z[ omicron-package] lock 5:49.249503221
19192024-08-03T03:42:06.570Z[ omicron-package] slp 9:08.982578986
19202024-08-03T03:42:06.570Z[ omicron-package] lat 1:37.711396873
19212024-08-03T03:42:06.570Z[ omicron-package] stop 53.200130305
19222024-08-03T03:42:06.570ZAug 03 03:42:04.828 INFO [omicron-package] process exited with exit status: 0 (45.646709698s)
19232024-08-03T03:42:06.570ZAug 03 03:42:04.829 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
19242024-08-03T03:42:06.620ZAug 03 03:42:04.881 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19252024-08-03T03:42:06.630Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19262024-08-03T03:42:06.634Z[ host-target] Created new build target 'host' and set it as active
19272024-08-03T03:42:06.634ZAug 03 03:42:04.894 INFO [host-target] process exited with exit status: 0 (65.543956ms)
19282024-08-03T03:42:06.634ZAug 03 03:42:04.894 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19292024-08-03T03:42:06.638Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19302024-08-03T03:42:06.638Z[ recovery-target] Created new build target 'recovery' and set it as active
19312024-08-03T03:42:06.641ZAug 03 03:42:04.901 INFO [recovery-target] process exited with exit status: 0 (19.177737ms)
19322024-08-03T03:42:06.646Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19332024-08-03T03:42:07.705Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19342024-08-03T03:42:07.705Z[ host-package] Compiling camino v1.1.7
19352024-08-03T03:42:07.705Z[ host-package] Compiling password-hash v0.5.0
19362024-08-03T03:42:07.705Z[ host-package] Compiling blake2 v0.10.6
19372024-08-03T03:42:07.708Z[ host-package] Compiling derive-where v1.2.7
19382024-08-03T03:42:07.708Z[ host-package] Compiling humantime v2.1.0
19392024-08-03T03:42:07.708Z[ host-package] Compiling newline-converter v0.3.0
19402024-08-03T03:42:07.708Z[ host-package] Compiling toml v0.8.19
19412024-08-03T03:42:08.022Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19422024-08-03T03:42:08.144Z[ host-package] Compiling expectorate v1.1.0
19432024-08-03T03:42:08.332Z[ host-package] Compiling argon2 v0.5.3
19442024-08-03T03:42:08.455Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19452024-08-03T03:42:08.692Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19462024-08-03T03:42:08.723Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19472024-08-03T03:42:08.753Z[ host-package] Compiling dirs-sys-next v0.1.2
19482024-08-03T03:42:09.012Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19492024-08-03T03:42:09.351Z[ host-package] Compiling dirs-next v2.0.0
19502024-08-03T03:42:09.537Z[ host-package] Compiling prettyplease v0.2.20
19512024-08-03T03:42:09.560Z[ host-package] Compiling convert_case v0.4.0
19522024-08-03T03:42:09.602Z[ host-package] Compiling term v0.7.0
19532024-08-03T03:42:09.844Z[ host-package] Compiling semver v0.1.20
19542024-08-03T03:42:10.012Z[ host-package] Compiling is-terminal v0.4.12
19552024-08-03T03:42:10.203Z[ host-package] Compiling home v0.5.9
19562024-08-03T03:42:10.408Z[ host-package] Compiling derive_more v0.99.18
19572024-08-03T03:42:10.489Z[ host-package] Compiling rustc_version v0.1.7
19582024-08-03T03:42:10.633Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19592024-08-03T03:42:10.664Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
19602024-08-03T03:42:10.676Z[ helios-setup] Aug 03 03:42:08.937 INFO clone ok!, project: amd-host-image-builder
19612024-08-03T03:42:10.685Z[ helios-setup] Aug 03 03:42:08.937 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
19622024-08-03T03:42:10.685Z[ helios-setup] Aug 03 03:42:08.937 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19632024-08-03T03:42:10.685Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19642024-08-03T03:42:10.913Z[ host-package] Compiling newtype_derive v0.1.6
19652024-08-03T03:42:10.956Z[ host-package] Compiling rustls-pki-types v1.7.0
19662024-08-03T03:42:11.315Z[ host-package] Compiling rustls v0.22.4
19672024-08-03T03:42:11.338Z[ helios-setup] Aug 03 03:42:09.598 INFO clone ok!, project: pinprick
19682024-08-03T03:42:11.340Z[ helios-setup] Aug 03 03:42:09.599 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
19692024-08-03T03:42:11.341Z[ helios-setup] Aug 03 03:42:09.599 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19702024-08-03T03:42:11.344Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19712024-08-03T03:42:11.363Z[ host-package] Compiling thread_local v1.1.8
19722024-08-03T03:42:11.557Z[ host-package] Compiling steno v0.4.1
19732024-08-03T03:42:11.712Z[ host-package] Compiling rustls-webpki v0.102.4
19742024-08-03T03:42:11.852Z[ host-package] Compiling match_cfg v0.1.0
19752024-08-03T03:42:11.997Z[ host-package] Compiling linked-hash-map v0.5.6
19762024-08-03T03:42:12.065Z[ helios-setup] Aug 03 03:42:10.326 INFO clone ok!, project: bootserver
19772024-08-03T03:42:12.068Z[ helios-setup] Aug 03 03:42:10.326 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
19782024-08-03T03:42:12.068Z[ helios-setup] Aug 03 03:42:10.326 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19792024-08-03T03:42:12.071Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19802024-08-03T03:42:12.442Z[ host-package] Compiling lru-cache v0.1.2
19812024-08-03T03:42:12.666Z[ host-package] Compiling hostname v0.3.1
19822024-08-03T03:42:13.109Z[ helios-setup] Aug 03 03:42:11.369 INFO clone ok!, project: pilot
19832024-08-03T03:42:13.112Z[ helios-setup] Aug 03 03:42:11.369 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19842024-08-03T03:42:13.112Z[ helios-setup] Aug 03 03:42:11.370 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
19852024-08-03T03:42:13.112Z[ helios-setup] Aug 03 03:42:11.370 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19862024-08-03T03:42:13.115Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19872024-08-03T03:42:13.648Z[ host-package] Compiling multer v3.1.0
19882024-08-03T03:42:13.722Z[ host-package] Compiling slog-async v2.8.0
19892024-08-03T03:42:13.795Z[ host-package] Compiling slog-json v2.6.1
19902024-08-03T03:42:13.815Z[ host-package] Compiling crossbeam-channel v0.5.12
19912024-08-03T03:42:14.170Z[ host-package] Compiling http v1.1.0
19922024-08-03T03:42:14.404Z[ helios-setup] Aug 03 03:42:12.665 INFO clone ok!, project: chelsio-t6-roms
19932024-08-03T03:42:14.407Z[ helios-setup] Aug 03 03:42:12.665 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
19942024-08-03T03:42:14.407Z[ helios-setup] Aug 03 03:42:12.665 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19952024-08-03T03:42:14.411Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19962024-08-03T03:42:14.937Z[ host-package] Compiling atomic-waker v1.1.2
19972024-08-03T03:42:15.105Z[ host-package] Compiling take_mut v0.2.2
19982024-08-03T03:42:15.123Z[ host-package] Compiling waitgroup v0.1.2
19992024-08-03T03:42:15.302Z[ helios-setup] Aug 03 03:42:13.562 INFO clone ok!, project: image-builder
20002024-08-03T03:42:15.305Z[ helios-setup] Aug 03 03:42:13.562 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
20012024-08-03T03:42:15.305Z[ helios-setup] Aug 03 03:42:13.562 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20022024-08-03T03:42:15.307Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20032024-08-03T03:42:15.387Z[ host-package] Compiling slog-bunyan v2.5.0
20042024-08-03T03:42:15.611Z[ host-package] Compiling slog-term v2.9.1
20052024-08-03T03:42:16.570Z[ host-package] Compiling rustls-pemfile v2.1.2
20062024-08-03T03:42:16.715Z[ host-package] Compiling async-stream v0.3.5
20072024-08-03T03:42:17.025Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
20082024-08-03T03:42:17.051Z[ host-package] Compiling sha1 v0.10.6
20092024-08-03T03:42:17.125Z[ host-package] Compiling newtype-uuid v1.1.0
20102024-08-03T03:42:17.271Z[ host-package] Compiling serde_path_to_error v0.1.16
20112024-08-03T03:42:17.330Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20122024-08-03T03:42:17.479Z[ host-package] Compiling hostname v0.4.0
20132024-08-03T03:42:17.496Z[ host-package] Compiling slog-dtrace v0.3.0
20142024-08-03T03:42:17.499Z[ host-package] Compiling instant v0.1.12
20152024-08-03T03:42:17.662Z[ host-package] Compiling tokio-rustls v0.25.0
20162024-08-03T03:42:17.718Z[ host-package] Compiling debug-ignore v1.0.5
20172024-08-03T03:42:17.896Z[ host-package] Compiling backoff v0.4.0
20182024-08-03T03:42:17.960Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20192024-08-03T03:42:18.118Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20202024-08-03T03:42:18.291Z[ host-package] Compiling parse-display v0.9.1
20212024-08-03T03:42:18.320Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20222024-08-03T03:42:18.507Z[ host-package] Compiling serde_with v3.8.3
20232024-08-03T03:42:18.828Z[ host-package] Compiling strum v0.26.3
20242024-08-03T03:42:19.032Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20252024-08-03T03:42:20.215Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20262024-08-03T03:42:20.894Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20272024-08-03T03:42:21.074Z[ host-package] Compiling num-rational v0.4.2
20282024-08-03T03:42:22.371Z[ host-package] Compiling num-complex v0.4.6
20292024-08-03T03:42:22.380Z[ helios-setup] Aug 03 03:42:20.640 INFO clone ok!, project: amd-firmware
20302024-08-03T03:42:22.384Z[ helios-setup] Aug 03 03:42:20.641 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20312024-08-03T03:42:22.384Z[ helios-setup] Aug 03 03:42:20.641 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20322024-08-03T03:42:22.467Z[ host-package] Compiling macaddr v1.0.1
20332024-08-03T03:42:22.935Z[ host-package] Compiling swrite v0.1.0
20342024-08-03T03:42:23.109Z[ helios-setup] Aug 03 03:42:21.369 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20352024-08-03T03:42:23.557Z[ host-package] Compiling num v0.4.3
20362024-08-03T03:42:23.642Z[ helios-setup] Aug 03 03:42:21.902 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20372024-08-03T03:42:23.646Z[ helios-setup] Aug 03 03:42:21.902 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20382024-08-03T03:42:23.706Z[ host-package] Compiling quick-error v1.2.3
20392024-08-03T03:42:23.955Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20402024-08-03T03:42:24.199Z[ helios-setup] Aug 03 03:42:22.459 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20412024-08-03T03:42:24.771Z[ host-package] Compiling float-ord v0.3.2
20422024-08-03T03:42:24.786Z[ helios-setup] Aug 03 03:42:23.046 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20432024-08-03T03:42:24.788Z[ helios-setup] Aug 03 03:42:23.046 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20442024-08-03T03:42:24.984Z[ host-package] Compiling resolv-conf v0.7.0
20452024-08-03T03:42:25.333Z[ helios-setup] Aug 03 03:42:23.592 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20462024-08-03T03:42:25.908Z[ helios-setup] Aug 03 03:42:24.168 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20472024-08-03T03:42:25.911Z[ helios-setup] Aug 03 03:42:24.168 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20482024-08-03T03:42:25.911Z[ helios-setup] Aug 03 03:42:24.168 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20492024-08-03T03:42:25.911Z[ helios-setup] Aug 03 03:42:24.169 INFO ok!
20502024-08-03T03:42:25.912Z[ helios-setup] Aug 03 03:42:24.169 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20512024-08-03T03:42:25.912Z[ helios-setup] Aug 03 03:42:24.169 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20522024-08-03T03:42:25.912Z[ helios-setup] Aug 03 03:42:24.169 INFO ok!
20532024-08-03T03:42:25.912Z[ helios-setup] Aug 03 03:42:24.169 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20542024-08-03T03:42:25.912Z[ helios-setup] Aug 03 03:42:24.169 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20552024-08-03T03:42:25.912Z[ helios-setup] Aug 03 03:42:24.169 INFO ok!
20562024-08-03T03:42:25.912Z[ helios-setup] Aug 03 03:42:24.169 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
20572024-08-03T03:42:25.912Z[ helios-setup] Aug 03 03:42:24.169 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
20582024-08-03T03:42:25.919Z[ helios-setup] Aug 03 03:42:24.179 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
20592024-08-03T03:42:26.219Z[ host-package] Compiling trust-dns-resolver v0.22.0
20602024-08-03T03:42:26.292Z[ host-package] Compiling rayon-core v1.12.1
20612024-08-03T03:42:26.345Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20622024-08-03T03:42:26.353Z[ helios-setup] Aug 03 03:42:24.613 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
20632024-08-03T03:42:26.353Z[ helios-setup] Aug 03 03:42:24.613 INFO E| info: downloading component 'cargo'
20642024-08-03T03:42:26.540Z[ host-package] Compiling crossbeam-deque v0.8.5
20652024-08-03T03:42:26.670Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20662024-08-03T03:42:26.890Z[ host-package] Compiling display-error-chain v0.2.0
20672024-08-03T03:42:27.086Z[ host-package] Compiling fastrand v2.1.0
20682024-08-03T03:42:27.559Z[ host-package] Compiling same-file v1.0.6
20692024-08-03T03:42:27.724Z[ helios-setup] Aug 03 03:42:25.984 INFO E| info: downloading component 'clippy'
20702024-08-03T03:42:27.808Z[ host-package] Compiling walkdir v2.5.0
20712024-08-03T03:42:28.261Z[ helios-setup] Aug 03 03:42:26.520 INFO E| info: downloading component 'rust-docs'
20722024-08-03T03:42:28.482Z[ host-package] Compiling tempfile v3.10.1
20732024-08-03T03:42:29.793Z[ helios-setup] Aug 03 03:42:28.053 INFO E| info: downloading component 'rust-src'
20742024-08-03T03:42:30.232Z[ helios-setup] Aug 03 03:42:28.491 INFO E| info: downloading component 'rust-std'
20752024-08-03T03:42:30.973Z[ host-package] Compiling half v2.4.1
20762024-08-03T03:42:31.776Z[ host-package] Compiling utf-8 v0.7.6
20772024-08-03T03:42:32.142Z[ host-package] Compiling ciborium-io v0.2.2
20782024-08-03T03:42:32.299Z[ host-package] Compiling ciborium-ll v0.2.2
20792024-08-03T03:42:32.577Z[ helios-setup] Aug 03 03:42:30.837 INFO E| info: downloading component 'rustc'
20802024-08-03T03:42:32.596Z[ host-package] Compiling ring v0.16.20
20812024-08-03T03:42:32.819Z[ host-package] Compiling blake3 v1.5.1
20822024-08-03T03:42:33.190Z[ host-package] Compiling rayon v1.10.0
20832024-08-03T03:42:34.548Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20842024-08-03T03:42:38.136Z[ host-package] Compiling xattr v1.3.1
20852024-08-03T03:42:38.413Z[ host-package] Compiling nibble_vec v0.1.0
20862024-08-03T03:42:38.685Z[ host-package] Compiling memmap2 v0.9.4
20872024-08-03T03:42:38.744Z[ helios-setup] Aug 03 03:42:37.003 INFO E| info: downloading component 'rustfmt'
20882024-08-03T03:42:39.130Z[ host-package] Compiling filetime v0.2.23
20892024-08-03T03:42:39.243Z[ helios-setup] Aug 03 03:42:37.502 INFO E| info: installing component 'cargo'
20902024-08-03T03:42:39.480Z[ host-package] Compiling cancel-safe-futures v0.1.5
20912024-08-03T03:42:39.887Z[ host-package] Compiling arrayref v0.3.7
20922024-08-03T03:42:40.030Z[ host-package] Compiling spin v0.5.2
20932024-08-03T03:42:40.060Z[ host-package] Compiling untrusted v0.7.1
20942024-08-03T03:42:40.283Z[ host-package] Compiling endian-type v0.1.2
20952024-08-03T03:42:40.321Z[ host-package] Compiling arrayvec v0.7.4
20962024-08-03T03:42:40.566Z[ host-package] Compiling constant_time_eq v0.3.0
20972024-08-03T03:42:40.662Z[ helios-setup] Aug 03 03:42:38.921 INFO E| info: installing component 'clippy'
20982024-08-03T03:42:40.845Z[ host-package] Compiling radix_trie v0.2.1
20992024-08-03T03:42:41.135Z[ helios-setup] Aug 03 03:42:39.394 INFO E| info: installing component 'rust-docs'
21002024-08-03T03:42:42.063Z[ host-package] Compiling tar v0.4.41
21012024-08-03T03:42:44.054Z[ host-package] Compiling ciborium v0.2.2
21022024-08-03T03:42:46.061Z[ host-package] Compiling camino-tempfile v1.1.1
21032024-08-03T03:42:46.443Z[ helios-setup] Aug 03 03:42:44.702 INFO E| info: installing component 'rust-src'
21042024-08-03T03:42:46.650Z[ host-package] Compiling toolchain_find v0.4.0
21052024-08-03T03:42:47.217Z[ host-package] Compiling maplit v1.0.2
21062024-08-03T03:42:47.237Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21072024-08-03T03:42:47.295Z[ helios-setup] Aug 03 03:42:45.554 INFO E| info: installing component 'rust-std'
21082024-08-03T03:42:47.330Z[ host-package] Compiling glob v0.3.1
21092024-08-03T03:42:47.371Z[ host-package] Compiling topological-sort v0.2.2
21102024-08-03T03:42:47.851Z[ host-package] Compiling crunchy v0.2.2
21112024-08-03T03:42:48.115Z[ host-package] Compiling clang-sys v1.7.0
21122024-08-03T03:42:48.638Z[ host-package] Compiling omicron-zone-package v0.11.0
21132024-08-03T03:42:48.815Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21142024-08-03T03:42:49.573Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21152024-08-03T03:42:49.590Z[ host-package] Compiling tiny-keccak v2.0.2
21162024-08-03T03:42:50.036Z[ host-package] Compiling arc-swap v1.7.1
21172024-08-03T03:42:50.098Z[ helios-setup] Aug 03 03:42:48.356 INFO E| info: installing component 'rustc'
21182024-08-03T03:42:50.708Z[ host-package] Compiling slog-scope v4.4.0
21192024-08-03T03:42:50.862Z[ host-package] Compiling ascii-canvas v3.0.0
21202024-08-03T03:42:51.429Z[ host-package] Compiling ena v0.14.3
21212024-08-03T03:42:51.723Z[ host-package] Compiling libloading v0.8.3
21222024-08-03T03:42:51.927Z[ host-package] Compiling diff v0.1.13
21232024-08-03T03:42:52.170Z[ host-package] Compiling bindgen v0.69.4
21242024-08-03T03:42:52.211Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21252024-08-03T03:42:52.524Z[ host-package] Compiling regex-syntax v0.6.29
21262024-08-03T03:42:52.785Z[ host-package] Compiling slog-stdlog v4.1.1
21272024-08-03T03:42:54.058Z[ host-package] Compiling tungstenite v0.21.0
21282024-08-03T03:42:54.609Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21292024-08-03T03:42:56.513Z[ helios-setup] Aug 03 03:42:54.771 INFO E| info: installing component 'rustfmt'
21302024-08-03T03:42:57.374Z[ helios-setup] Aug 03 03:42:55.632 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
21312024-08-03T03:42:58.229Z[ helios-setup] Aug 03 03:42:56.487 INFO E| From https://github.com/oxidecomputer/amd-apcb
21322024-08-03T03:42:58.229Z[ helios-setup] Aug 03 03:42:56.487 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
21332024-08-03T03:42:58.232Z[ helios-setup] Aug 03 03:42:56.487 INFO E| * [new tag] v0.3.3 -> v0.3.3
21342024-08-03T03:42:58.256Z[ helios-setup] Aug 03 03:42:56.514 INFO E| * [new tag] v0.1.3 -> v0.1.3
21352024-08-03T03:42:58.256Z[ helios-setup] Aug 03 03:42:56.514 INFO E| * [new tag] v0.1.4 -> v0.1.4
21362024-08-03T03:42:58.259Z[ helios-setup] Aug 03 03:42:56.514 INFO E| * [new tag] v0.1.5 -> v0.1.5
21372024-08-03T03:42:58.259Z[ helios-setup] Aug 03 03:42:56.514 INFO E| * [new tag] v0.2.0 -> v0.2.0
21382024-08-03T03:42:58.259Z[ helios-setup] Aug 03 03:42:56.514 INFO E| * [new tag] v0.3.0 -> v0.3.0
21392024-08-03T03:42:58.259Z[ helios-setup] Aug 03 03:42:56.515 INFO E| * [new tag] v0.3.1 -> v0.3.1
21402024-08-03T03:42:58.259Z[ helios-setup] Aug 03 03:42:56.515 INFO E| * [new tag] v0.3.2 -> v0.3.2
21412024-08-03T03:42:58.308Z[ helios-setup] Aug 03 03:42:56.566 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
21422024-08-03T03:42:58.399Z[ host-package] Compiling lalrpop v0.19.12
21432024-08-03T03:42:59.161Z[ helios-setup] Aug 03 03:42:57.418 INFO E| From https://github.com/oxidecomputer/amd-efs
21442024-08-03T03:42:59.161Z[ helios-setup] Aug 03 03:42:57.418 INFO E| * [new branch] empty -> origin/empty
21452024-08-03T03:42:59.164Z[ helios-setup] Aug 03 03:42:57.419 INFO E| * [new branch] issue-99 -> origin/issue-99
21462024-08-03T03:42:59.164Z[ helios-setup] Aug 03 03:42:57.419 INFO E| * [new branch] main -> origin/main
21472024-08-03T03:42:59.164Z[ helios-setup] Aug 03 03:42:57.419 INFO E| * [new branch] review -> origin/review
21482024-08-03T03:42:59.164Z[ helios-setup] Aug 03 03:42:57.419 INFO E| * [new ref] -> origin/HEAD
21492024-08-03T03:42:59.164Z[ helios-setup] Aug 03 03:42:57.419 INFO E| * [new tag] v0.2.0 -> v0.2.0
21502024-08-03T03:42:59.164Z[ helios-setup] Aug 03 03:42:57.419 INFO E| * [new tag] v0.2.1 -> v0.2.1
21512024-08-03T03:42:59.164Z[ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.2.2 -> v0.2.2
21522024-08-03T03:42:59.164Z[ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.2.3 -> v0.2.3
21532024-08-03T03:42:59.165Z[ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.2.4 -> v0.2.4
21542024-08-03T03:42:59.165Z[ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.2.5 -> v0.2.5
21552024-08-03T03:42:59.165Z[ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.2.6 -> v0.2.6
21562024-08-03T03:42:59.165Z[ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.2.7 -> v0.2.7
21572024-08-03T03:42:59.165Z[ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.3.0 -> v0.3.0
21582024-08-03T03:42:59.165Z[ helios-setup] Aug 03 03:42:57.421 INFO E| * [new tag] v0.3.1 -> v0.3.1
21592024-08-03T03:42:59.165Z[ helios-setup] Aug 03 03:42:57.421 INFO E| * [new tag] v0.4.0 -> v0.4.0
21602024-08-03T03:42:59.186Z[ helios-setup] Aug 03 03:42:57.444 INFO E| Updating crates.io index
21612024-08-03T03:42:59.561Z[ helios-setup] Aug 03 03:42:57.819 INFO E| Downloading crates ...
21622024-08-03T03:42:59.611Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21632024-08-03T03:42:59.730Z[ helios-setup] Aug 03 03:42:57.988 INFO E| Downloaded parse_int v0.6.0
21642024-08-03T03:42:59.733Z[ helios-setup] Aug 03 03:42:57.989 INFO E| Downloaded memchr v2.7.4
21652024-08-03T03:42:59.738Z[ helios-setup] Aug 03 03:42:57.996 INFO E| Downloaded memoffset v0.5.6
21662024-08-03T03:42:59.741Z[ helios-setup] Aug 03 03:42:57.998 INFO E| Downloaded strum v0.23.0
21672024-08-03T03:42:59.741Z[ helios-setup] Aug 03 03:42:57.999 INFO E| Downloaded fletcher v0.1.0
21682024-08-03T03:42:59.744Z[ helios-setup] Aug 03 03:42:58.001 INFO E| Downloaded cfg-if v0.1.10
21692024-08-03T03:42:59.774Z[ helios-setup] Aug 03 03:42:58.031 INFO E| Downloaded vec_map v0.8.2
21702024-08-03T03:42:59.777Z[ helios-setup] Aug 03 03:42:58.033 INFO E| Downloaded textwrap v0.11.0
21712024-08-03T03:42:59.777Z[ helios-setup] Aug 03 03:42:58.035 INFO E| Downloaded strum_macros v0.23.1
21722024-08-03T03:42:59.780Z[ helios-setup] Aug 03 03:42:58.037 INFO E| Downloaded structopt-derive v0.4.18
21732024-08-03T03:42:59.782Z[ helios-setup] Aug 03 03:42:58.039 INFO E| Downloaded strsim v0.8.0
21742024-08-03T03:42:59.782Z[ helios-setup] Aug 03 03:42:58.041 INFO E| Downloaded proc-macro-crate v0.1.5
21752024-08-03T03:42:59.785Z[ helios-setup] Aug 03 03:42:58.042 INFO E| Downloaded pest_derive v2.7.11
21762024-08-03T03:42:59.788Z[ helios-setup] Aug 03 03:42:58.045 INFO E| Downloaded semver-parser v0.7.0
21772024-08-03T03:42:59.791Z[ helios-setup] Aug 03 03:42:58.046 INFO E| Downloaded semver v0.9.0
21782024-08-03T03:42:59.791Z[ helios-setup] Aug 03 03:42:58.048 INFO E| Downloaded scroll_derive v0.10.5
21792024-08-03T03:42:59.794Z[ helios-setup] Aug 03 03:42:58.050 INFO E| Downloaded rustc_version v0.2.3
21802024-08-03T03:42:59.794Z[ helios-setup] Aug 03 03:42:58.051 INFO E| Downloaded pre v0.2.1
21812024-08-03T03:42:59.796Z[ helios-setup] Aug 03 03:42:58.052 INFO E| Downloaded pest_generator v2.7.11
21822024-08-03T03:42:59.796Z[ helios-setup] Aug 03 03:42:58.054 INFO E| Downloaded modular-bitfield v0.11.2
21832024-08-03T03:42:59.811Z[ helios-setup] Aug 03 03:42:58.069 INFO E| Downloaded structopt v0.3.26
21842024-08-03T03:42:59.821Z[ helios-setup] Aug 03 03:42:58.079 INFO E| Downloaded scroll v0.10.2
21852024-08-03T03:42:59.824Z[ helios-setup] Aug 03 03:42:58.082 INFO E| Downloaded pre-proc-macro v0.2.1
21862024-08-03T03:42:59.827Z[ helios-setup] Aug 03 03:42:58.084 INFO E| Downloaded pest_meta v2.7.11
21872024-08-03T03:42:59.829Z[ helios-setup] Aug 03 03:42:58.087 INFO E| Downloaded pest v2.7.11
21882024-08-03T03:42:59.836Z[ helios-setup] Aug 03 03:42:58.094 INFO E| Downloaded clap v2.34.0
21892024-08-03T03:42:59.845Z[ helios-setup] Aug 03 03:42:58.103 INFO E| Downloaded serde_json v1.0.120
21902024-08-03T03:42:59.854Z[ helios-setup] Aug 03 03:42:58.112 INFO E| Downloaded syn v2.0.71
21912024-08-03T03:42:59.869Z[ helios-setup] Aug 03 03:42:58.127 INFO E| Downloaded goblin v0.4.3
21922024-08-03T03:42:59.876Z[ helios-setup] Aug 03 03:42:58.134 INFO E| Downloaded log v0.4.22
21932024-08-03T03:42:59.880Z[ helios-setup] Aug 03 03:42:58.137 INFO E| Downloaded num-derive v0.3.3
21942024-08-03T03:42:59.883Z[ helios-setup] Aug 03 03:42:58.140 INFO E| Downloaded modular-bitfield-impl v0.11.2
21952024-08-03T03:42:59.886Z[ helios-setup] Aug 03 03:42:58.141 INFO E| Downloaded four-cc v0.3.0
21962024-08-03T03:42:59.886Z[ helios-setup] Aug 03 03:42:58.143 INFO E| Downloaded bytesize v1.3.0
21972024-08-03T03:42:59.888Z[ helios-setup] Aug 03 03:42:58.144 INFO E| Downloaded ansi_term v0.12.1
21982024-08-03T03:42:59.974Z[ helios-setup] Aug 03 03:42:58.232 INFO E| Compiling proc-macro2 v1.0.86
21992024-08-03T03:42:59.978Z[ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling unicode-ident v1.0.12
22002024-08-03T03:42:59.978Z[ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling syn v1.0.109
22012024-08-03T03:42:59.978Z[ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling version_check v0.9.4
22022024-08-03T03:42:59.978Z[ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling semver-parser v0.7.0
22032024-08-03T03:42:59.978Z[ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling autocfg v1.3.0
22042024-08-03T03:42:59.978Z[ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling thiserror v1.0.63
22052024-08-03T03:42:59.978Z[ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling serde v1.0.204
22062024-08-03T03:43:01.091Z[ helios-setup] Aug 03 03:42:59.349 INFO E| Compiling proc-macro-error-attr v1.0.4
22072024-08-03T03:43:01.241Z[ host-package] Compiling which v4.4.2
22082024-08-03T03:43:01.837Z[ helios-setup] Aug 03 03:43:00.095 INFO E| Compiling semver v0.9.0
22092024-08-03T03:43:01.923Z[ helios-setup] Aug 03 03:43:00.181 INFO E| Compiling proc-macro-error v1.0.4
22102024-08-03T03:43:01.960Z[ helios-setup] Aug 03 03:43:00.218 INFO E| Compiling serde_json v1.0.120
22112024-08-03T03:43:02.078Z[ helios-setup] Aug 03 03:43:00.335 INFO E| Compiling num-traits v0.2.19
22122024-08-03T03:43:02.132Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22132024-08-03T03:43:02.556Z[ helios-setup] Aug 03 03:43:00.814 INFO E| Compiling itoa v1.0.11
22142024-08-03T03:43:02.627Z[ helios-setup] Aug 03 03:43:00.885 INFO E| Compiling rustc_version v0.2.3
22152024-08-03T03:43:02.785Z[ helios-setup] Aug 03 03:43:01.043 INFO E| Compiling ryu v1.0.18
22162024-08-03T03:43:02.856Z[ host-package] Compiling cexpr v0.6.0
22172024-08-03T03:43:02.858Z[ helios-setup] Aug 03 03:43:01.114 INFO E| Compiling schemars v0.8.21
22182024-08-03T03:43:02.930Z[ helios-setup] Aug 03 03:43:01.188 INFO E| Compiling unicode-segmentation v1.11.0
22192024-08-03T03:43:03.063Z[ helios-setup] Aug 03 03:43:01.320 INFO E| Compiling memoffset v0.5.6
22202024-08-03T03:43:03.256Z[ helios-setup] Aug 03 03:43:01.514 INFO E| Compiling memchr v2.7.4
22212024-08-03T03:43:03.336Z[ helios-setup] Aug 03 03:43:01.594 INFO E| Compiling pre-proc-macro v0.2.1
22222024-08-03T03:43:03.713Z[ helios-setup] Aug 03 03:43:01.970 INFO E| Compiling lazy_static v1.5.0
22232024-08-03T03:43:03.830Z[ helios-setup] Aug 03 03:43:02.088 INFO E| Compiling ucd-trie v0.1.6
22242024-08-03T03:43:03.890Z[ helios-setup] Aug 03 03:43:02.148 INFO E| Compiling rustversion v1.0.17
22252024-08-03T03:43:03.893Z[ helios-setup] Aug 03 03:43:02.148 INFO E| Compiling dyn-clone v1.0.17
22262024-08-03T03:43:04.244Z[ helios-setup] Aug 03 03:43:02.502 INFO E| Compiling quote v1.0.36
22272024-08-03T03:43:04.278Z[ helios-setup] Aug 03 03:43:02.536 INFO E| Compiling libc v0.2.155
22282024-08-03T03:43:04.699Z[ helios-setup] Aug 03 03:43:02.957 INFO E| Compiling heck v0.3.3
22292024-08-03T03:43:05.439Z[ helios-setup] Aug 03 03:43:03.697 INFO E| Compiling syn v2.0.71
22302024-08-03T03:43:05.603Z[ host-package] Compiling libsw v3.3.1
22312024-08-03T03:43:05.616Z[ helios-setup] Aug 03 03:43:03.874 INFO E| Compiling paste v1.0.15
22322024-08-03T03:43:05.922Z[ helios-setup] Aug 03 03:43:04.180 INFO E| Compiling pre v0.2.1
22332024-08-03T03:43:06.000Z[ host-package] Compiling atty v0.2.14
22342024-08-03T03:43:06.388Z[ host-package] Compiling linear-map v1.2.0
22352024-08-03T03:43:06.451Z[ host-package] Compiling lazycell v1.3.0
22362024-08-03T03:43:06.794Z[ helios-setup] Aug 03 03:43:05.052 INFO E| Compiling static_assertions v1.1.0
22372024-08-03T03:43:06.859Z[ host-package] Compiling owo-colors v4.0.0
22382024-08-03T03:43:06.875Z[ helios-setup] Aug 03 03:43:05.126 INFO E| Compiling byteorder v1.5.0
22392024-08-03T03:43:06.916Z[ helios-setup] Aug 03 03:43:05.174 INFO E| Compiling cfg-if v0.1.10
22402024-08-03T03:43:06.996Z[ helios-setup] Aug 03 03:43:05.254 INFO E| Compiling once_cell v1.19.0
22412024-08-03T03:43:07.103Z[ host-package] Compiling shlex v1.3.0
22422024-08-03T03:43:07.955Z[ helios-setup] Aug 03 03:43:06.212 INFO E| Compiling unicode-width v0.1.13
22432024-08-03T03:43:08.084Z[ host-package] Compiling ref-cast v1.0.23
22442024-08-03T03:43:08.448Z[ helios-setup] Aug 03 03:43:06.706 INFO E| Compiling textwrap v0.11.0
22452024-08-03T03:43:09.258Z[ helios-setup] Aug 03 03:43:07.516 INFO E| Compiling bitflags v1.3.2
22462024-08-03T03:43:09.384Z[ host-package] Compiling rustc-hash v1.1.0
22472024-08-03T03:43:09.521Z[ helios-setup] Aug 03 03:43:07.778 INFO E| Compiling atty v0.2.14
22482024-08-03T03:43:09.537Z[ helios-setup] Aug 03 03:43:07.794 INFO E| Compiling strsim v0.8.0
22492024-08-03T03:43:09.670Z[ helios-setup] Aug 03 03:43:07.927 INFO E| Compiling strum v0.23.0
22502024-08-03T03:43:09.838Z[ helios-setup] Aug 03 03:43:08.095 INFO E| Compiling ansi_term v0.12.1
22512024-08-03T03:43:09.868Z[ helios-setup] Aug 03 03:43:08.125 INFO E| Compiling vec_map v0.8.2
22522024-08-03T03:43:10.348Z[ helios-setup] Aug 03 03:43:08.606 INFO E| Compiling parse_int v0.6.0
22532024-08-03T03:43:10.366Z[ helios-setup] Aug 03 03:43:08.623 INFO E| Compiling fletcher v0.1.0
22542024-08-03T03:43:10.569Z[ helios-setup] Aug 03 03:43:08.826 INFO E| Compiling clap v2.34.0
22552024-08-03T03:43:10.625Z[ helios-setup] Aug 03 03:43:08.882 INFO E| Compiling plain v0.2.3
22562024-08-03T03:43:10.776Z[ helios-setup] Aug 03 03:43:09.033 INFO E| Compiling log v0.4.22
22572024-08-03T03:43:10.863Z[ helios-setup] Aug 03 03:43:09.119 INFO E| Compiling bytesize v1.3.0
22582024-08-03T03:43:12.376Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22592024-08-03T03:43:13.494Z[ helios-setup] Aug 03 03:43:11.751 INFO E| Compiling serde_derive_internals v0.29.1
22602024-08-03T03:43:14.512Z[ helios-setup] Aug 03 03:43:12.769 INFO E| Compiling toml v0.5.11
22612024-08-03T03:43:16.532Z[ host-package] Compiling tokio-tungstenite v0.21.0
22622024-08-03T03:43:17.813Z[ host-package] Compiling slog-envlogger v2.2.0
22632024-08-03T03:43:18.211Z[ helios-setup] Aug 03 03:43:16.468 INFO E| Compiling proc-macro-crate v0.1.5
22642024-08-03T03:43:19.319Z[ helios-setup] Aug 03 03:43:17.575 INFO E| Compiling thiserror-impl v1.0.63
22652024-08-03T03:43:19.683Z[ helios-setup] Aug 03 03:43:17.939 INFO E| Compiling serde_derive v1.0.204
22662024-08-03T03:43:19.993Z[ helios-setup] Aug 03 03:43:18.250 INFO E| Compiling schemars_derive v0.8.21
22672024-08-03T03:43:20.007Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22682024-08-03T03:43:20.190Z[ helios-setup] Aug 03 03:43:18.447 INFO E| Compiling zerocopy-derive v0.6.6
22692024-08-03T03:43:21.875Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22702024-08-03T03:43:22.491Z[ host-package] Compiling derive_builder_core v0.20.0
22712024-08-03T03:43:23.589Z[ helios-setup] Aug 03 03:43:21.845 INFO E| Compiling zerocopy v0.6.6
22722024-08-03T03:43:24.671Z[ host-package] Compiling headers-core v0.2.0
22732024-08-03T03:43:24.937Z[ host-package] Compiling fxhash v0.2.1
22742024-08-03T03:43:25.010Z[ helios-setup] Aug 03 03:43:23.266 INFO E| Compiling pest v2.7.11
22752024-08-03T03:43:25.497Z[ helios-setup] Aug 03 03:43:23.754 INFO E| Compiling modular-bitfield-impl v0.11.2
22762024-08-03T03:43:25.497Z[ helios-setup] Aug 03 03:43:23.754 INFO E| Compiling num-derive v0.3.3
22772024-08-03T03:43:25.525Z[ host-package] Compiling libxml v0.3.3
22782024-08-03T03:43:25.570Z[ helios-setup] Aug 03 03:43:23.827 INFO E| Compiling strum_macros v0.23.1
22792024-08-03T03:43:26.401Z[ helios-setup] Aug 03 03:43:24.655 INFO E| Compiling scroll_derive v0.10.5
22802024-08-03T03:43:26.564Z[ host-package] Compiling ref-cast-impl v1.0.23
22812024-08-03T03:43:26.634Z[ host-package] Compiling derive_builder_macro v0.20.0
22822024-08-03T03:43:26.865Z[ helios-setup] Aug 03 03:43:25.122 INFO E| Compiling structopt-derive v0.4.18
22832024-08-03T03:43:28.735Z[ host-package] Compiling headers v0.3.9
22842024-08-03T03:43:28.971Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22852024-08-03T03:43:29.771Z[ helios-setup] Aug 03 03:43:28.022 INFO E| Compiling scroll v0.10.2
22862024-08-03T03:43:29.866Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22872024-08-03T03:43:30.345Z[ helios-setup] Aug 03 03:43:28.601 INFO E| Compiling pest_meta v2.7.11
22882024-08-03T03:43:31.023Z[ helios-setup] Aug 03 03:43:29.278 INFO E| Compiling goblin v0.4.3
22892024-08-03T03:43:31.059Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22902024-08-03T03:43:31.210Z[ helios-setup] Aug 03 03:43:29.466 INFO E| Compiling modular-bitfield v0.11.2
22912024-08-03T03:43:32.283Z[ helios-setup] Aug 03 03:43:30.539 INFO E| Compiling structopt v0.3.26
22922024-08-03T03:43:32.921Z[ helios-setup] Aug 03 03:43:31.177 INFO E| Compiling pest_generator v2.7.11
22932024-08-03T03:43:33.730Z[ host-package] Compiling samael v0.0.15
22942024-08-03T03:43:35.245Z[ host-package] Compiling strum_macros v0.24.3
22952024-08-03T03:43:35.357Z[ host-package] Compiling cookie v0.18.1
22962024-08-03T03:43:35.996Z[ host-package] Compiling unicase v2.7.0
22972024-08-03T03:43:36.043Z[ host-package] Compiling indoc v1.0.9
22982024-08-03T03:43:37.208Z[ helios-setup] Aug 03 03:43:35.464 INFO E| Compiling pest_derive v2.7.11
22992024-08-03T03:43:40.175Z[ host-package] Compiling derive_builder v0.20.0
23002024-08-03T03:43:40.483Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23012024-08-03T03:43:41.012Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
23022024-08-03T03:43:42.418Z[ helios-setup] Aug 03 03:43:40.673 INFO E| Compiling json5 v0.4.1
23032024-08-03T03:43:42.521Z[ host-package] Compiling polar-core v0.27.3
23042024-08-03T03:43:42.640Z[ host-package] Compiling oso-derive v0.27.3
23052024-08-03T03:43:44.276Z[ host-package] Compiling quick-xml v0.31.0
23062024-08-03T03:43:45.476Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
23072024-08-03T03:43:45.886Z[ host-package] Compiling parking_lot_core v0.8.6
23082024-08-03T03:43:46.686Z[ host-package] Compiling cfg_aliases v0.1.1
23092024-08-03T03:43:46.871Z[ host-package] Compiling nix v0.28.0
23102024-08-03T03:43:48.126Z[ helios-setup] Aug 03 03:43:46.381 INFO E| Compiling four-cc v0.3.0
23112024-08-03T03:43:48.126Z[ helios-setup] Aug 03 03:43:46.381 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
23122024-08-03T03:43:48.291Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23132024-08-03T03:43:48.304Z[ helios-setup] Aug 03 03:43:46.559 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
23142024-08-03T03:43:50.269Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23152024-08-03T03:43:51.671Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23162024-08-03T03:43:52.207Z[ host-package] Compiling bb8 v0.8.5
23172024-08-03T03:43:52.670Z[ host-package] Compiling const_format_proc_macros v0.2.32
23182024-08-03T03:43:52.932Z[ host-package] Compiling curve25519-dalek v4.1.3
23192024-08-03T03:43:53.704Z[ host-package] Compiling vte_generate_state_changes v0.1.1
23202024-08-03T03:43:54.753Z[ host-package] Compiling keccak v0.1.5
23212024-08-03T03:43:55.178Z[ host-package] Compiling const_format v0.2.32
23222024-08-03T03:43:55.693Z[ host-package] Compiling sha3 v0.10.8
23232024-08-03T03:43:55.964Z[ host-package] Compiling vte v0.11.1
23242024-08-03T03:43:56.762Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23252024-08-03T03:43:57.578Z[ host-package] Compiling fd-lock v4.0.2
23262024-08-03T03:43:57.787Z[ host-package] Compiling universal-hash v0.5.1
23272024-08-03T03:43:57.960Z[ host-package] Compiling secrecy v0.8.0
23282024-08-03T03:43:58.083Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23292024-08-03T03:43:58.139Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23302024-08-03T03:43:58.337Z[ host-package] Compiling bytecount v0.6.8
23312024-08-03T03:43:58.756Z[ host-package] Compiling opaque-debug v0.3.1
23322024-08-03T03:43:58.886Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23332024-08-03T03:43:59.356Z[ host-package] Compiling poly1305 v0.8.0
23342024-08-03T03:44:01.093Z[ host-package] Compiling papergrid v0.11.0
23352024-08-03T03:44:01.157Z[ host-package] Compiling thiserror-no-std v2.0.2
23362024-08-03T03:44:01.786Z[ host-package] Compiling parking_lot v0.11.2
23372024-08-03T03:44:06.386Z[ host-package] Compiling strip-ansi-escapes v0.2.0
23382024-08-03T03:44:07.215Z[ host-package] Compiling trust-dns-client v0.22.0
23392024-08-03T03:44:07.760Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23402024-08-03T03:44:08.208Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
23412024-08-03T03:44:10.818Z[ host-package] Compiling oso v0.27.3
23422024-08-03T03:44:13.840Z[ host-package] Compiling tabled_derive v0.7.0
23432024-08-03T03:44:14.455Z[ host-package] Compiling chacha20 v0.9.1
23442024-08-03T03:44:15.281Z[ host-package] Compiling aead v0.5.2
23452024-08-03T03:44:15.696Z[ host-package] Compiling peg-macros v0.8.4
23462024-08-03T03:44:16.321Z[ host-package] Compiling kstat-rs v0.2.4
23472024-08-03T03:44:17.383Z[ host-package] Compiling toml v0.5.11
23482024-08-03T03:44:19.576Z[ host-package] Compiling sqlparser_derive v0.2.2
23492024-08-03T03:44:19.904Z[ host-package] Compiling unicode_categories v0.1.1
23502024-08-03T03:44:20.318Z[ host-package] Compiling nu-ansi-term v0.50.0
23512024-08-03T03:44:21.115Z[ host-package] Compiling rustyline v14.0.0
23522024-08-03T03:44:21.653Z[ host-package] Compiling sqlparser v0.45.0
23532024-08-03T03:44:27.257Z[ host-package] Compiling reedline v0.31.0
23542024-08-03T03:44:29.362Z[ host-package] Compiling sqlformat v0.2.4
23552024-08-03T03:44:30.259Z[ host-package] Compiling peg v0.8.4
23562024-08-03T03:44:30.462Z[ host-package] Compiling trust-dns-server v0.22.1
23572024-08-03T03:44:30.540Z[ helios-setup] Aug 03 03:44:28.792 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
23582024-08-03T03:44:34.847Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23592024-08-03T03:44:41.275Z[ host-package] Compiling tabled v0.15.0
23602024-08-03T03:44:41.300Z[ host-package] Compiling chacha20poly1305 v0.10.1
23612024-08-03T03:44:41.944Z[ host-package] Compiling sled v0.34.7
23622024-08-03T03:44:45.797Z[ helios-setup] Aug 03 03:44:44.049 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
23632024-08-03T03:44:53.418Z[ host-package] Compiling vsss-rs v3.3.4
23642024-08-03T03:44:53.894Z[ host-package] Compiling mime_guess v2.0.4
23652024-08-03T03:44:55.138Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23662024-08-03T03:44:55.920Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23672024-08-03T03:44:57.434Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
23682024-08-03T03:44:58.334Z[ host-package] Compiling env_logger v0.9.3
23692024-08-03T03:45:02.798Z[ host-package] Compiling tungstenite v0.20.1
23702024-08-03T03:45:03.937Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
23712024-08-03T03:45:11.588Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23722024-08-03T03:45:19.538Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23732024-08-03T03:45:29.539Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23742024-08-03T03:45:30.235Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23752024-08-03T03:45:31.222Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23762024-08-03T03:45:31.929Z[ host-package] Compiling bcs v0.1.6
23772024-08-03T03:45:32.276Z[ helios-setup] Aug 03 03:45:30.525 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 35s
23782024-08-03T03:45:32.312Z[ helios-setup] Aug 03 03:45:30.561 INFO building project "amd-host-image-builder" ok (186 seconds)
23792024-08-03T03:45:32.315Z[ helios-setup] Aug 03 03:45:30.561 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
23802024-08-03T03:45:32.315Z[ helios-setup] Aug 03 03:45:30.562 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
23812024-08-03T03:45:32.791Z[ helios-setup] Aug 03 03:45:31.040 INFO E| Compiling adler v1.0.2
23822024-08-03T03:45:32.956Z[ host-package] Compiling bitstruct_derive v0.1.0
23832024-08-03T03:45:32.978Z[ helios-setup] Aug 03 03:45:31.227 INFO E| Compiling miniz_oxide v0.7.2
23842024-08-03T03:45:34.566Z[ host-package] Compiling nanorand v0.7.0
23852024-08-03T03:45:35.701Z[ helios-setup] Aug 03 03:45:33.949 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
23862024-08-03T03:45:35.708Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23872024-08-03T03:45:35.825Z[ host-package] Compiling memoffset v0.9.1
23882024-08-03T03:45:35.913Z[ host-package] Compiling highway v1.1.0
23892024-08-03T03:45:36.467Z[ host-package] Compiling ascii v1.1.0
23902024-08-03T03:45:36.606Z[ helios-setup] Aug 03 03:45:34.855 INFO E| Finished `release` profile [optimized] target(s) in 4.20s
23912024-08-03T03:45:36.614Z[ helios-setup] Aug 03 03:45:34.863 INFO building project "pinprick" ok (4 seconds)
23922024-08-03T03:45:36.617Z[ helios-setup] Aug 03 03:45:34.863 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
23932024-08-03T03:45:36.617Z[ helios-setup] Aug 03 03:45:34.863 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
23942024-08-03T03:45:36.911Z[ helios-setup] Aug 03 03:45:35.159 INFO E| Downloading crates ...
23952024-08-03T03:45:36.984Z[ helios-setup] Aug 03 03:45:35.233 INFO E| Downloaded anyhow v1.0.62
23962024-08-03T03:45:36.991Z[ helios-setup] Aug 03 03:45:35.240 INFO E| Downloaded bytes v1.2.1
23972024-08-03T03:45:36.997Z[ helios-setup] Aug 03 03:45:35.246 INFO E| Downloaded digest v0.10.3
23982024-08-03T03:45:37.000Z[ helios-setup] Aug 03 03:45:35.248 INFO E| Downloaded typenum v1.15.0
23992024-08-03T03:45:37.004Z[ helios-setup] Aug 03 03:45:35.253 INFO E| Downloaded flate2 v1.0.25
24002024-08-03T03:45:37.011Z[ helios-setup] Aug 03 03:45:35.260 INFO E| Downloaded miniz_oxide v0.6.2
24012024-08-03T03:45:37.014Z[ helios-setup] Aug 03 03:45:35.263 INFO E| Downloaded unicode-width v0.1.10
24022024-08-03T03:45:37.017Z[ helios-setup] Aug 03 03:45:35.265 INFO E| Downloaded sha2 v0.10.5
24032024-08-03T03:45:37.020Z[ helios-setup] Aug 03 03:45:35.268 INFO E| Downloaded generic-array v0.14.6
24042024-08-03T03:45:37.023Z[ helios-setup] Aug 03 03:45:35.270 INFO E| Downloaded cpufeatures v0.2.5
24052024-08-03T03:45:37.026Z[ helios-setup] Aug 03 03:45:35.272 INFO E| Downloaded block-buffer v0.10.3
24062024-08-03T03:45:37.164Z[ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling typenum v1.15.0
24072024-08-03T03:45:37.165Z[ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling version_check v0.9.4
24082024-08-03T03:45:37.168Z[ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling crc32fast v1.3.2
24092024-08-03T03:45:37.168Z[ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling cfg-if v1.0.0
24102024-08-03T03:45:37.168Z[ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling adler v1.0.2
24112024-08-03T03:45:37.168Z[ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling anyhow v1.0.62
24122024-08-03T03:45:37.168Z[ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling cpufeatures v0.2.5
24132024-08-03T03:45:37.168Z[ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling unicode-width v0.1.10
24142024-08-03T03:45:37.460Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
24152024-08-03T03:45:37.916Z[ helios-setup] Aug 03 03:45:36.163 INFO E| Compiling miniz_oxide v0.6.2
24162024-08-03T03:45:37.922Z[ helios-setup] Aug 03 03:45:36.163 INFO E| Compiling getopts v0.2.21
24172024-08-03T03:45:37.922Z[ helios-setup] Aug 03 03:45:36.163 INFO E| Compiling bytes v1.2.1
24182024-08-03T03:45:38.030Z[ helios-setup] Aug 03 03:45:36.278 INFO E| Compiling bitflags v1.3.2
24192024-08-03T03:45:39.050Z[ helios-setup] Aug 03 03:45:37.298 INFO E| Compiling generic-array v0.14.6
24202024-08-03T03:45:39.816Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24212024-08-03T03:45:39.894Z[ helios-setup] Aug 03 03:45:38.142 INFO E| Compiling flate2 v1.0.25
24222024-08-03T03:45:40.857Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24232024-08-03T03:45:41.708Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24242024-08-03T03:45:42.660Z[ host-package] Compiling flume v0.11.0
24252024-08-03T03:45:43.348Z[ helios-setup] Aug 03 03:45:41.596 INFO E| Compiling crypto-common v0.1.6
24262024-08-03T03:45:43.348Z[ helios-setup] Aug 03 03:45:41.596 INFO E| Compiling block-buffer v0.10.3
24272024-08-03T03:45:43.520Z[ host-package] Compiling bitstruct v0.1.1
24282024-08-03T03:45:43.594Z[ helios-setup] Aug 03 03:45:41.843 INFO E| Compiling digest v0.10.3
24292024-08-03T03:45:43.715Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24302024-08-03T03:45:43.947Z[ helios-setup] Aug 03 03:45:42.195 INFO E| Compiling sha2 v0.10.5
24312024-08-03T03:45:44.473Z[ helios-setup] Aug 03 03:45:42.721 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24322024-08-03T03:45:44.507Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24332024-08-03T03:45:46.850Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24342024-08-03T03:45:49.948Z[ helios-setup] Aug 03 03:45:48.195 INFO E| Finished `release` profile [optimized] target(s) in 13.24s
24352024-08-03T03:45:49.963Z[ helios-setup] Aug 03 03:45:48.211 INFO building project "bootserver" ok (13 seconds)
24362024-08-03T03:45:49.964Z[ helios-setup] Aug 03 03:45:48.212 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24372024-08-03T03:45:49.967Z[ helios-setup] Aug 03 03:45:48.212 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24382024-08-03T03:45:50.411Z[ helios-setup] Aug 03 03:45:48.659 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24392024-08-03T03:45:50.987Z[ helios-setup] Aug 03 03:45:49.235 INFO E| From https://github.com/jclulow/hiercmd
24402024-08-03T03:45:50.987Z[ helios-setup] Aug 03 03:45:49.235 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24412024-08-03T03:45:51.009Z[ helios-setup] Aug 03 03:45:49.256 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24422024-08-03T03:45:51.520Z[ helios-setup] Aug 03 03:45:49.768 INFO E| From https://github.com/jclulow/network-interface
24432024-08-03T03:45:51.520Z[ helios-setup] Aug 03 03:45:49.768 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24442024-08-03T03:45:51.560Z[ helios-setup] Aug 03 03:45:49.808 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24452024-08-03T03:45:52.070Z[ helios-setup] Aug 03 03:45:50.318 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24462024-08-03T03:45:52.070Z[ helios-setup] Aug 03 03:45:50.318 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24472024-08-03T03:45:52.105Z[ helios-setup] Aug 03 03:45:50.353 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24482024-08-03T03:45:52.625Z[ host-package] Compiling tokio-tungstenite v0.20.1
24492024-08-03T03:45:52.933Z[ helios-setup] Aug 03 03:45:51.179 INFO E| From https://github.com/oxidecomputer/facade
24502024-08-03T03:45:52.933Z[ helios-setup] Aug 03 03:45:51.179 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24512024-08-03T03:45:53.022Z[ helios-setup] Aug 03 03:45:51.269 INFO E| Updating crates.io index
24522024-08-03T03:45:53.929Z[ helios-setup] Aug 03 03:45:52.173 INFO E| Downloading crates ...
24532024-08-03T03:45:54.116Z[ helios-setup] Aug 03 03:45:52.363 INFO E| Downloaded anstyle-parse v0.1.1
24542024-08-03T03:45:54.119Z[ helios-setup] Aug 03 03:45:52.367 INFO E| Downloaded anstyle v0.3.5
24552024-08-03T03:45:54.122Z[ helios-setup] Aug 03 03:45:52.369 INFO E| Downloaded bytes v1.4.0
24562024-08-03T03:45:54.128Z[ helios-setup] Aug 03 03:45:52.376 INFO E| Downloaded clap v4.2.1
24572024-08-03T03:45:54.143Z[ helios-setup] Aug 03 03:45:52.390 INFO E| Downloaded cc v1.0.78
24582024-08-03T03:45:54.147Z[ helios-setup] Aug 03 03:45:52.395 INFO E| Downloaded const-random v0.1.15
24592024-08-03T03:45:54.150Z[ helios-setup] Aug 03 03:45:52.396 INFO E| Downloaded serde_tokenstream v0.2.0
24602024-08-03T03:45:54.156Z[ helios-setup] Aug 03 03:45:52.402 INFO E| Downloaded serde_spanned v0.6.1
24612024-08-03T03:45:54.159Z[ helios-setup] Aug 03 03:45:52.403 INFO E| Downloaded itoa v1.0.6
24622024-08-03T03:45:54.159Z[ helios-setup] Aug 03 03:45:52.406 INFO E| Downloaded jobserver v0.1.26
24632024-08-03T03:45:54.161Z[ helios-setup] Aug 03 03:45:52.409 INFO E| Downloaded num_cpus v1.15.0
24642024-08-03T03:45:54.165Z[ helios-setup] Aug 03 03:45:52.413 INFO E| Downloaded slog-async v2.7.0
24652024-08-03T03:45:54.168Z[ helios-setup] Aug 03 03:45:52.416 INFO E| Downloaded terminal_size v0.2.6
24662024-08-03T03:45:54.171Z[ helios-setup] Aug 03 03:45:52.419 INFO E| Downloaded memoffset v0.7.1
24672024-08-03T03:45:54.174Z[ helios-setup] Aug 03 03:45:52.421 INFO E| Downloaded aho-corasick v0.7.20
24682024-08-03T03:45:54.181Z[ helios-setup] Aug 03 03:45:52.429 INFO E| Downloaded tokio-macros v2.0.0
24692024-08-03T03:45:54.184Z[ helios-setup] Aug 03 03:45:52.431 INFO E| Downloaded tokio-util v0.7.7
24702024-08-03T03:45:54.197Z[ helios-setup] Aug 03 03:45:52.444 INFO E| Downloaded tracing v0.1.37
24712024-08-03T03:45:54.204Z[ helios-setup] Aug 03 03:45:52.452 INFO E| Downloaded ucd-trie v0.1.5
24722024-08-03T03:45:54.208Z[ helios-setup] Aug 03 03:45:52.455 INFO E| Downloaded unicode-linebreak v0.1.4
24732024-08-03T03:45:54.210Z[ helios-setup] Aug 03 03:45:52.458 INFO E| Downloaded unsafe-libyaml v0.2.8
24742024-08-03T03:45:54.217Z[ helios-setup] Aug 03 03:45:52.465 INFO E| Downloaded url v2.3.1
24752024-08-03T03:45:54.222Z[ helios-setup] Aug 03 03:45:52.470 INFO E| Downloaded try-lock v0.2.4
24762024-08-03T03:45:54.225Z[ helios-setup] Aug 03 03:45:52.471 INFO E| Downloaded scopeguard v1.1.0
24772024-08-03T03:45:54.227Z[ helios-setup] Aug 03 03:45:52.474 INFO E| Downloaded unicode-bidi v0.3.13
24782024-08-03T03:45:54.230Z[ helios-setup] Aug 03 03:45:52.478 INFO E| Downloaded unicode-ident v1.0.8
24792024-08-03T03:45:54.235Z[ helios-setup] Aug 03 03:45:52.483 INFO E| Downloaded want v0.3.0
24802024-08-03T03:45:54.238Z[ helios-setup] Aug 03 03:45:52.484 INFO E| Downloaded smallvec v1.10.0
24812024-08-03T03:45:54.241Z[ helios-setup] Aug 03 03:45:52.488 INFO E| Downloaded serde_yaml v0.9.21
24822024-08-03T03:45:54.245Z[ helios-setup] Aug 03 03:45:52.493 INFO E| Downloaded time v0.1.45
24832024-08-03T03:45:54.248Z[ helios-setup] Aug 03 03:45:52.495 INFO E| Downloaded textwrap v0.16.0
24842024-08-03T03:45:54.251Z[ helios-setup] Aug 03 03:45:52.499 INFO E| Downloaded socket2 v0.4.9
24852024-08-03T03:45:54.254Z[ helios-setup] Aug 03 03:45:52.502 INFO E| Downloaded thiserror-impl v1.0.38
24862024-08-03T03:45:54.256Z[ helios-setup] Aug 03 03:45:52.504 INFO E| Downloaded unicode-normalization v0.1.22
24872024-08-03T03:45:54.261Z[ helios-setup] Aug 03 03:45:52.509 INFO E| Downloaded signal-hook-registry v1.4.0
24882024-08-03T03:45:54.265Z[ helios-setup] Aug 03 03:45:52.511 INFO E| Downloaded typenum v1.16.0
24892024-08-03T03:45:54.268Z[ helios-setup] Aug 03 03:45:52.515 INFO E| Downloaded tracing-core v0.1.30
24902024-08-03T03:45:54.273Z[ helios-setup] Aug 03 03:45:52.520 INFO E| Downloaded thiserror v1.0.38
24912024-08-03T03:45:54.278Z[ helios-setup] Aug 03 03:45:52.526 INFO E| Downloaded strsim v0.10.0
24922024-08-03T03:45:54.304Z[ helios-setup] Aug 03 03:45:52.552 INFO E| Downloaded walkdir v2.3.3
24932024-08-03T03:45:54.307Z[ helios-setup] Aug 03 03:45:52.555 INFO E| Downloaded winnow v0.4.1
24942024-08-03T03:45:54.320Z[ helios-setup] Aug 03 03:45:52.568 INFO E| Downloaded uuid v1.3.0
24952024-08-03T03:45:54.325Z[ helios-setup] Aug 03 03:45:52.573 INFO E| Downloaded toml_edit v0.19.8
24962024-08-03T03:45:54.350Z[ helios-setup] Aug 03 03:45:52.598 INFO E| Downloaded toml v0.7.3
24972024-08-03T03:45:54.355Z[ helios-setup] Aug 03 03:45:52.603 INFO E| Downloaded tokio v1.27.0
24982024-08-03T03:45:54.407Z[ helios-setup] Aug 03 03:45:52.655 INFO E| Downloaded digest v0.10.6
24992024-08-03T03:45:54.410Z[ helios-setup] Aug 03 03:45:52.658 INFO E| Downloaded ryu v1.0.13
25002024-08-03T03:45:54.414Z[ helios-setup] Aug 03 03:45:52.662 INFO E| Downloaded memchr v2.5.0
25012024-08-03T03:45:54.421Z[ helios-setup] Aug 03 03:45:52.669 INFO E| Downloaded async-trait v0.1.68
25022024-08-03T03:45:54.427Z[ helios-setup] Aug 03 03:45:52.675 INFO E| Downloaded anyhow v1.0.68
25032024-08-03T03:45:54.434Z[ helios-setup] Aug 03 03:45:52.682 INFO E| Downloaded autocfg v1.1.0
25042024-08-03T03:45:54.437Z[ helios-setup] Aug 03 03:45:52.685 INFO E| Downloaded smartstring v1.0.1
25052024-08-03T03:45:54.440Z[ helios-setup] Aug 03 03:45:52.688 INFO E| Downloaded serde_path_to_error v0.1.11
25062024-08-03T03:45:54.444Z[ helios-setup] Aug 03 03:45:52.692 INFO E| Downloaded syn v1.0.107
25072024-08-03T03:45:54.459Z[ helios-setup] Aug 03 03:45:52.707 INFO E| Downloaded sha2 v0.10.6
25082024-08-03T03:45:54.462Z[ helios-setup] Aug 03 03:45:52.710 INFO E| Downloaded sha1 v0.10.5
25092024-08-03T03:45:54.465Z[ helios-setup] Aug 03 03:45:52.712 INFO E| Downloaded serde_derive_internals v0.26.0
25102024-08-03T03:45:54.468Z[ helios-setup] Aug 03 03:45:52.715 INFO E| Downloaded tungstenite v0.18.0
25112024-08-03T03:45:54.471Z[ helios-setup] Aug 03 03:45:52.719 INFO E| Downloaded toolchain_find v0.2.0
25122024-08-03T03:45:54.474Z[ helios-setup] Aug 03 03:45:52.721 INFO E| Downloaded toml_datetime v0.6.1
25132024-08-03T03:45:54.478Z[ helios-setup] Aug 03 03:45:52.722 INFO E| Downloaded tokio-tungstenite v0.18.0
25142024-08-03T03:45:54.481Z[ helios-setup] Aug 03 03:45:52.726 INFO E| Downloaded tokio-rustls v0.24.0
25152024-08-03T03:45:54.481Z[ helios-setup] Aug 03 03:45:52.728 INFO E| Downloaded lazy_static v1.4.0
25162024-08-03T03:45:54.486Z[ helios-setup] Aug 03 03:45:52.731 INFO E| Downloaded either v1.8.0
25172024-08-03T03:45:54.489Z[ helios-setup] Aug 03 03:45:52.732 INFO E| Downloaded dyn-clone v1.0.11
25182024-08-03T03:45:54.489Z[ helios-setup] Aug 03 03:45:52.735 INFO E| Downloaded const-random-macro v0.1.15
25192024-08-03T03:45:54.489Z[ helios-setup] Aug 03 03:45:52.737 INFO E| Downloaded pkg-config v0.3.26
25202024-08-03T03:45:54.492Z[ helios-setup] Aug 03 03:45:52.739 INFO E| Downloaded num-traits v0.2.15
25212024-08-03T03:45:54.495Z[ helios-setup] Aug 03 03:45:52.743 INFO E| Downloaded crossbeam-epoch v0.9.13
25222024-08-03T03:45:54.501Z[ helios-setup] Aug 03 03:45:52.749 INFO E| Downloaded home v0.5.4
25232024-08-03T03:45:54.503Z[ helios-setup] Aug 03 03:45:52.751 INFO E| Downloaded git2 v0.16.1
25242024-08-03T03:45:54.516Z[ helios-setup] Aug 03 03:45:52.764 INFO E| Downloaded futures-util v0.3.28
25252024-08-03T03:45:54.538Z[ helios-setup] Aug 03 03:45:52.786 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25262024-08-03T03:45:54.541Z[ helios-setup] Aug 03 03:45:52.789 INFO E| Downloaded pin-project-lite v0.2.9
25272024-08-03T03:45:54.551Z[ helios-setup] Aug 03 03:45:52.798 INFO E| Downloaded http v0.2.9
25282024-08-03T03:45:54.560Z[ helios-setup] Aug 03 03:45:52.806 INFO E| Downloaded ipnet v2.7.2
25292024-08-03T03:45:54.578Z[ helios-setup] Aug 03 03:45:52.809 INFO E| Downloaded io-lifetimes v1.0.10
25302024-08-03T03:45:54.581Z[ helios-setup] Aug 03 03:45:52.813 INFO E| Downloaded iana-time-zone v0.1.56
25312024-08-03T03:45:54.581Z[ helios-setup] Aug 03 03:45:52.817 INFO E| Downloaded h2 v0.3.16
25322024-08-03T03:45:54.581Z[ helios-setup] Aug 03 03:45:52.828 INFO E| Downloaded ahash v0.8.3
25332024-08-03T03:45:54.584Z[ helios-setup] Aug 03 03:45:52.832 INFO E| Downloaded paste v1.0.12
25342024-08-03T03:45:54.590Z[ helios-setup] Aug 03 03:45:52.838 INFO E| Downloaded project-root v0.2.2
25352024-08-03T03:45:54.592Z[ helios-setup] Aug 03 03:45:52.839 INFO E| Downloaded rustls-pemfile v1.0.2
25362024-08-03T03:45:54.597Z[ helios-setup] Aug 03 03:45:52.842 INFO E| Downloaded proc-macro-crate v1.2.1
25372024-08-03T03:45:54.597Z[ helios-setup] Aug 03 03:45:52.843 INFO E| Downloaded pest v2.5.7
25382024-08-03T03:45:54.604Z[ helios-setup] Aug 03 03:45:52.852 INFO E| Downloaded semver v0.11.0
25392024-08-03T03:45:54.607Z[ helios-setup] Aug 03 03:45:52.855 INFO E| Downloaded semver v1.0.17
25402024-08-03T03:45:54.612Z[ helios-setup] Aug 03 03:45:52.860 INFO E| Downloaded sct v0.7.0
25412024-08-03T03:45:54.618Z[ helios-setup] Aug 03 03:45:52.867 INFO E| Downloaded parking_lot_core v0.9.6
25422024-08-03T03:45:54.624Z[ helios-setup] Aug 03 03:45:52.871 INFO E| Downloaded rustls-webpki v0.100.1
25432024-08-03T03:45:54.633Z[ helios-setup] Aug 03 03:45:52.881 INFO E| Downloaded rayon-core v1.10.2
25442024-08-03T03:45:54.640Z[ helios-setup] Aug 03 03:45:52.887 INFO E| Downloaded rayon v1.6.1
25452024-08-03T03:45:54.657Z[ helios-setup] Aug 03 03:45:52.905 INFO E| Downloaded schemars v0.8.12
25462024-08-03T03:45:54.678Z[ helios-setup] Aug 03 03:45:52.926 INFO E| Downloaded regress v0.5.0
25472024-08-03T03:45:54.693Z[ helios-setup] Aug 03 03:45:52.941 INFO E| Downloaded semver-parser v0.10.2
25482024-08-03T03:45:54.697Z[ helios-setup] Aug 03 03:45:52.944 INFO E| Downloaded rustfmt-wrapper v0.2.0
25492024-08-03T03:45:54.699Z[ helios-setup] Aug 03 03:45:52.947 INFO E| Downloaded regex v1.7.3
25502024-08-03T03:45:54.714Z[ helios-setup] Aug 03 03:45:52.962 INFO E| Downloaded rustls v0.21.0
25512024-08-03T03:45:54.736Z[ helios-setup] Aug 03 03:45:52.983 INFO E| Downloaded libc v0.2.139
25522024-08-03T03:45:54.796Z[ helios-setup] Aug 03 03:45:53.044 INFO E| Downloaded rustix v0.37.3
25532024-08-03T03:45:54.828Z[ helios-setup] Aug 03 03:45:53.076 INFO E| Downloaded rhai v1.14.0
25542024-08-03T03:45:54.874Z[ helios-setup] Aug 03 03:45:53.122 INFO E| Downloaded openapiv3 v1.0.2
25552024-08-03T03:45:54.897Z[ helios-setup] Aug 03 03:45:53.144 INFO E| Downloaded futures-io v0.3.28
25562024-08-03T03:45:54.900Z[ helios-setup] Aug 03 03:45:53.146 INFO E| Downloaded rhai_codegen v1.5.0
25572024-08-03T03:45:54.911Z[ helios-setup] Aug 03 03:45:53.159 INFO E| Downloaded reqwest v0.11.16
25582024-08-03T03:45:54.926Z[ helios-setup] Aug 03 03:45:53.174 INFO E| Downloaded percent-encoding v2.2.0
25592024-08-03T03:45:54.929Z[ helios-setup] Aug 03 03:45:53.175 INFO E| Downloaded once_cell v1.17.0
25602024-08-03T03:45:54.933Z[ helios-setup] Aug 03 03:45:53.179 INFO E| Downloaded num_enum v0.5.7
25612024-08-03T03:45:54.937Z[ helios-setup] Aug 03 03:45:53.185 INFO E| Downloaded mio v0.8.5
25622024-08-03T03:45:54.949Z[ helios-setup] Aug 03 03:45:53.196 INFO E| Downloaded encoding_rs v0.8.32
25632024-08-03T03:45:54.986Z[ helios-setup] Aug 03 03:45:53.234 INFO E| Downloaded hyper v0.14.25
25642024-08-03T03:45:54.999Z[ helios-setup] Aug 03 03:45:53.247 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
25652024-08-03T03:45:55.102Z[ helios-setup] Aug 03 03:45:53.349 INFO E| Downloaded clap_lex v0.4.1
25662024-08-03T03:45:55.106Z[ helios-setup] Aug 03 03:45:53.351 INFO E| Downloaded num_enum_derive v0.5.7
25672024-08-03T03:45:55.106Z[ helios-setup] Aug 03 03:45:53.352 INFO E| Downloaded is-terminal v0.4.7
25682024-08-03T03:45:55.108Z[ helios-setup] Aug 03 03:45:53.354 INFO E| Downloaded clap_builder v4.2.1
25692024-08-03T03:45:55.118Z[ helios-setup] Aug 03 03:45:53.366 INFO E| Downloaded cargo-lock v8.0.3
25702024-08-03T03:45:55.123Z[ helios-setup] Aug 03 03:45:53.371 INFO E| Downloaded futures-executor v0.3.28
25712024-08-03T03:45:55.126Z[ helios-setup] Aug 03 03:45:53.373 INFO E| Downloaded futures-core v0.3.28
25722024-08-03T03:45:55.129Z[ helios-setup] Aug 03 03:45:53.375 INFO E| Downloaded futures-channel v0.3.28
25732024-08-03T03:45:55.132Z[ helios-setup] Aug 03 03:45:53.378 INFO E| Downloaded libz-sys v1.1.8
25742024-08-03T03:45:55.220Z[ helios-setup] Aug 03 03:45:53.468 INFO E| Downloaded futures v0.3.28
25752024-08-03T03:45:55.228Z[ helios-setup] Aug 03 03:45:53.476 INFO E| Downloaded crossbeam-utils v0.8.14
25762024-08-03T03:45:55.237Z[ helios-setup] Aug 03 03:45:53.480 INFO E| Downloaded crossbeam-channel v0.5.6
25772024-08-03T03:45:55.240Z[ helios-setup] Aug 03 03:45:53.487 INFO E| Downloaded futures-task v0.3.28
25782024-08-03T03:45:55.243Z[ helios-setup] Aug 03 03:45:53.489 INFO E| Downloaded futures-sink v0.3.28
25792024-08-03T03:45:55.243Z[ helios-setup] Aug 03 03:45:53.491 INFO E| Downloaded futures-macro v0.3.28
25802024-08-03T03:45:55.246Z[ helios-setup] Aug 03 03:45:53.492 INFO E| Downloaded form_urlencoded v1.1.0
25812024-08-03T03:45:55.246Z[ helios-setup] Aug 03 03:45:53.493 INFO E| Downloaded errno v0.3.1
25822024-08-03T03:45:55.249Z[ helios-setup] Aug 03 03:45:53.495 INFO E| Downloaded crossbeam-deque v0.8.2
25832024-08-03T03:45:55.252Z[ helios-setup] Aug 03 03:45:53.498 INFO E| Downloaded tempfile v3.5.0
25842024-08-03T03:45:55.255Z[ helios-setup] Aug 03 03:45:53.501 INFO E| Downloaded smawk v0.3.1
25852024-08-03T03:45:55.255Z[ helios-setup] Aug 03 03:45:53.503 INFO E| Downloaded slog-bunyan v2.4.0
25862024-08-03T03:45:55.258Z[ helios-setup] Aug 03 03:45:53.505 INFO E| Downloaded parking_lot v0.12.1
25872024-08-03T03:45:55.261Z[ helios-setup] Aug 03 03:45:53.509 INFO E| Downloaded num-integer v0.1.45
25882024-08-03T03:45:55.264Z[ helios-setup] Aug 03 03:45:53.511 INFO E| Downloaded slab v0.4.7
25892024-08-03T03:45:55.281Z[ helios-setup] Aug 03 03:45:53.529 INFO E| Downloaded serde_json v1.0.95
25902024-08-03T03:45:55.285Z[ helios-setup] Aug 03 03:45:53.533 INFO E| Downloaded log v0.4.17
25912024-08-03T03:45:55.288Z[ helios-setup] Aug 03 03:45:53.536 INFO E| Downloaded lock_api v0.4.9
25922024-08-03T03:45:55.292Z[ helios-setup] Aug 03 03:45:53.539 INFO E| Downloaded httpdate v1.0.2
25932024-08-03T03:45:55.295Z[ helios-setup] Aug 03 03:45:53.540 INFO E| Downloaded getrandom v0.2.8
25942024-08-03T03:45:55.298Z[ helios-setup] Aug 03 03:45:53.544 INFO E| Downloaded fastrand v1.9.0
25952024-08-03T03:45:55.301Z[ helios-setup] Aug 03 03:45:53.546 INFO E| Downloaded bincode v1.3.3
25962024-08-03T03:45:55.334Z[ helios-setup] Aug 03 03:45:53.549 INFO E| Downloaded schemars_derive v0.8.12
25972024-08-03T03:45:55.334Z[ helios-setup] Aug 03 03:45:53.551 INFO E| Downloaded http-body v0.4.5
25982024-08-03T03:45:55.334Z[ helios-setup] Aug 03 03:45:53.553 INFO E| Downloaded byteorder v1.4.3
25992024-08-03T03:45:55.334Z[ helios-setup] Aug 03 03:45:53.555 INFO E| Downloaded concolor-query v0.3.3
26002024-08-03T03:45:55.334Z[ helios-setup] Aug 03 03:45:53.557 INFO E| Downloaded concolor-override v1.0.0
26012024-08-03T03:45:55.334Z[ helios-setup] Aug 03 03:45:53.558 INFO E| Downloaded clap_derive v4.2.0
26022024-08-03T03:45:55.334Z[ helios-setup] Aug 03 03:45:53.561 INFO E| Downloaded chrono v0.4.24
26032024-08-03T03:45:55.335Z[ helios-setup] Aug 03 03:45:53.572 INFO E| Downloaded built v0.6.0
26042024-08-03T03:45:55.335Z[ helios-setup] Aug 03 03:45:53.575 INFO E| Downloaded camino v1.1.4
26052024-08-03T03:45:55.335Z[ helios-setup] Aug 03 03:45:53.577 INFO E| Downloaded base64 v0.21.0
26062024-08-03T03:45:55.338Z[ helios-setup] Aug 03 03:45:53.583 INFO E| Downloaded anstream v0.2.6
26072024-08-03T03:45:55.341Z[ helios-setup] Aug 03 03:45:53.586 INFO E| Downloaded ahash v0.7.6
26082024-08-03T03:45:55.523Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26092024-08-03T03:45:55.724Z[ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling proc-macro2 v1.0.86
26102024-08-03T03:45:55.729Z[ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling libc v0.2.139
26112024-08-03T03:45:55.729Z[ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling unicode-ident v1.0.8
26122024-08-03T03:45:55.729Z[ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling autocfg v1.1.0
26132024-08-03T03:45:55.729Z[ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling cfg-if v1.0.0
26142024-08-03T03:45:55.729Z[ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling version_check v0.9.4
26152024-08-03T03:45:55.729Z[ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling serde v1.0.204
26162024-08-03T03:45:55.729Z[ helios-setup] Aug 03 03:45:53.972 INFO E| Compiling syn v1.0.107
26172024-08-03T03:45:56.502Z[ helios-setup] Aug 03 03:45:54.750 INFO E| Compiling memchr v2.5.0
26182024-08-03T03:45:56.825Z[ helios-setup] Aug 03 03:45:55.070 INFO E| Compiling once_cell v1.17.0
26192024-08-03T03:45:57.291Z[ helios-setup] Aug 03 03:45:55.537 INFO E| Compiling log v0.4.17
26202024-08-03T03:45:57.328Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26212024-08-03T03:45:57.380Z[ helios-setup] Aug 03 03:45:55.627 INFO E| Compiling thiserror v1.0.38
26222024-08-03T03:45:58.162Z[ helios-setup] Aug 03 03:45:56.409 INFO E| Compiling itoa v1.0.6
26232024-08-03T03:45:58.246Z[ helios-setup] Aug 03 03:45:56.494 INFO E| Compiling serde_json v1.0.95
26242024-08-03T03:45:59.225Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26252024-08-03T03:45:59.400Z[ host-package] Compiling erased-serde v0.3.31
26262024-08-03T03:45:59.539Z[ helios-setup] Aug 03 03:45:57.786 INFO E| Compiling indexmap v1.9.3
26272024-08-03T03:45:59.773Z[ helios-setup] Aug 03 03:45:58.020 INFO E| Compiling quote v1.0.36
26282024-08-03T03:45:59.976Z[ helios-setup] Aug 03 03:45:58.203 INFO E| Compiling jobserver v0.1.26
26292024-08-03T03:46:00.087Z[ helios-setup] Aug 03 03:45:58.333 INFO E| Compiling getrandom v0.2.8
26302024-08-03T03:46:00.533Z[ helios-setup] Aug 03 03:45:58.781 INFO E| Compiling syn v2.0.72
26312024-08-03T03:46:00.768Z[ helios-setup] Aug 03 03:45:59.013 INFO E| Compiling cc v1.0.78
26322024-08-03T03:46:00.894Z[ helios-setup] Aug 03 03:45:59.141 INFO E| Compiling scopeguard v1.1.0
26332024-08-03T03:46:01.103Z[ helios-setup] Aug 03 03:45:59.350 INFO E| Compiling pin-project-lite v0.2.9
26342024-08-03T03:46:01.319Z[ helios-setup] Aug 03 03:45:59.465 INFO E| Compiling num-integer v0.1.45
26352024-08-03T03:46:01.324Z[ helios-setup] Aug 03 03:45:59.556 INFO E| Compiling futures-core v0.3.28
26362024-08-03T03:46:01.460Z[ helios-setup] Aug 03 03:45:59.707 INFO E| Compiling bytes v1.4.0
26372024-08-03T03:46:02.040Z[ helios-setup] Aug 03 03:46:00.286 INFO E| Compiling ryu v1.0.13
26382024-08-03T03:46:03.138Z[ host-package] Compiling serde_arrays v0.1.0
26392024-08-03T03:46:03.255Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26402024-08-03T03:46:03.279Z[ helios-setup] Aug 03 03:46:01.527 INFO E| Compiling lock_api v0.4.9
26412024-08-03T03:46:03.423Z[ helios-setup] Aug 03 03:46:01.671 INFO E| Compiling parking_lot_core v0.9.6
26422024-08-03T03:46:03.503Z[ helios-setup] Aug 03 03:46:01.750 INFO E| Compiling typenum v1.16.0
26432024-08-03T03:46:03.773Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26442024-08-03T03:46:03.957Z[ helios-setup] Aug 03 03:46:02.204 INFO E| Compiling bitflags v1.3.2
26452024-08-03T03:46:04.318Z[ helios-setup] Aug 03 03:46:02.565 INFO E| Compiling num_cpus v1.15.0
26462024-08-03T03:46:04.621Z[ helios-setup] Aug 03 03:46:02.867 INFO E| Compiling slab v0.4.7
26472024-08-03T03:46:04.779Z[ helios-setup] Aug 03 03:46:03.022 INFO E| Compiling generic-array v0.14.6
26482024-08-03T03:46:04.892Z[ helios-setup] Aug 03 03:46:03.139 INFO E| Compiling futures-sink v0.3.28
26492024-08-03T03:46:04.983Z[ helios-setup] Aug 03 03:46:03.229 INFO E| Compiling futures-task v0.3.28
26502024-08-03T03:46:05.244Z[ helios-setup] Aug 03 03:46:03.491 INFO E| Compiling futures-channel v0.3.28
26512024-08-03T03:46:05.731Z[ helios-setup] Aug 03 03:46:03.974 INFO E| Compiling tokio v1.27.0
26522024-08-03T03:46:05.883Z[ helios-setup] Aug 03 03:46:04.126 INFO E| Compiling futures-util v0.3.28
26532024-08-03T03:46:06.213Z[ helios-setup] Aug 03 03:46:04.458 INFO E| Compiling schemars v0.8.12
26542024-08-03T03:46:07.052Z[ helios-setup] Aug 03 03:46:05.284 INFO E| Compiling socket2 v0.4.9
26552024-08-03T03:46:07.303Z[ helios-setup] Aug 03 03:46:05.529 INFO E| Compiling signal-hook-registry v1.4.0
26562024-08-03T03:46:07.365Z[ helios-setup] Aug 03 03:46:05.603 INFO E| Compiling mio v0.8.5
26572024-08-03T03:46:07.599Z[ helios-setup] Aug 03 03:46:05.846 INFO E| Compiling num-traits v0.2.15
26582024-08-03T03:46:07.887Z[ helios-setup] Aug 03 03:46:06.122 INFO E| Compiling ahash v0.7.6
26592024-08-03T03:46:08.522Z[ helios-setup] Aug 03 03:46:06.768 INFO E| Compiling pin-utils v0.1.0
26602024-08-03T03:46:08.940Z[ helios-setup] Aug 03 03:46:07.185 INFO E| Compiling crunchy v0.2.2
26612024-08-03T03:46:09.140Z[ helios-setup] Aug 03 03:46:07.360 INFO E| Compiling futures-io v0.3.28
26622024-08-03T03:46:09.639Z[ helios-setup] Aug 03 03:46:07.883 INFO E| Compiling io-lifetimes v1.0.10
26632024-08-03T03:46:10.479Z[ helios-setup] Aug 03 03:46:08.725 INFO E| Compiling ahash v0.8.3
26642024-08-03T03:46:11.106Z[ helios-setup] Aug 03 03:46:09.352 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26652024-08-03T03:46:11.599Z[ helios-setup] Aug 03 03:46:09.792 INFO E| Compiling tiny-keccak v2.0.2
26662024-08-03T03:46:11.923Z[ helios-setup] Aug 03 03:46:10.107 INFO E| Compiling rustix v0.37.3
26672024-08-03T03:46:12.081Z[ helios-setup] Aug 03 03:46:10.244 INFO E| Compiling hashbrown v0.12.3
26682024-08-03T03:46:12.324Z[ helios-setup] Aug 03 03:46:10.568 INFO E| Compiling crypto-common v0.1.6
26692024-08-03T03:46:12.538Z[ helios-setup] Aug 03 03:46:10.783 INFO E| Compiling serde_derive_internals v0.26.0
26702024-08-03T03:46:12.938Z[ helios-setup] Aug 03 03:46:11.180 INFO E| Compiling block-buffer v0.10.3
26712024-08-03T03:46:14.090Z[ helios-setup] Aug 03 03:46:12.269 INFO E| Compiling errno v0.3.1
26722024-08-03T03:46:14.816Z[ helios-setup] Aug 03 03:46:13.062 INFO E| Compiling fnv v1.0.7
26732024-08-03T03:46:14.881Z[ helios-setup] Aug 03 03:46:13.126 INFO E| Compiling crossbeam-utils v0.8.14
26742024-08-03T03:46:14.886Z[ helios-setup] Aug 03 03:46:13.127 INFO E| Compiling slog v2.7.0
26752024-08-03T03:46:15.080Z[ helios-setup] Aug 03 03:46:13.326 INFO E| Compiling pkg-config v0.3.26
26762024-08-03T03:46:15.163Z[ helios-setup] Aug 03 03:46:13.409 INFO E| Compiling http v0.2.9
26772024-08-03T03:46:17.882Z[ helios-setup] Aug 03 03:46:16.127 INFO E| Compiling digest v0.10.6
26782024-08-03T03:46:18.488Z[ helios-setup] Aug 03 03:46:16.734 INFO E| Compiling aho-corasick v0.7.20
26792024-08-03T03:46:18.952Z[ helios-setup] Aug 03 03:46:17.199 INFO E| Compiling httparse v1.8.0
26802024-08-03T03:46:19.041Z[ helios-setup] Aug 03 03:46:17.287 INFO E| Compiling unicode-width v0.1.10
26812024-08-03T03:46:19.114Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26822024-08-03T03:46:19.306Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26832024-08-03T03:46:19.614Z[ helios-setup] Aug 03 03:46:17.860 INFO E| Compiling anyhow v1.0.68
26842024-08-03T03:46:20.070Z[ helios-setup] Aug 03 03:46:18.309 INFO E| Compiling tinyvec_macros v0.1.1
26852024-08-03T03:46:20.255Z[ helios-setup] Aug 03 03:46:18.501 INFO E| Compiling regex-syntax v0.6.29
26862024-08-03T03:46:20.305Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26872024-08-03T03:46:20.879Z[ helios-setup] Aug 03 03:46:19.126 INFO E| Compiling heck v0.4.1
26882024-08-03T03:46:21.685Z[ helios-setup] Aug 03 03:46:19.931 INFO E| Compiling cpufeatures v0.2.5
26892024-08-03T03:46:21.949Z[ helios-setup] Aug 03 03:46:20.193 INFO E| Compiling percent-encoding v2.2.0
26902024-08-03T03:46:21.949Z[ helios-setup] Aug 03 03:46:20.193 INFO E| Compiling const-random-macro v0.1.15
26912024-08-03T03:46:22.152Z[ helios-setup] Aug 03 03:46:20.398 INFO E| Compiling tinyvec v1.6.0
26922024-08-03T03:46:22.881Z[ helios-setup] Aug 03 03:46:21.127 INFO E| Compiling form_urlencoded v1.1.0
26932024-08-03T03:46:23.129Z[ helios-setup] Aug 03 03:46:21.375 INFO E| Compiling serde_derive v1.0.204
26942024-08-03T03:46:23.615Z[ helios-setup] Aug 03 03:46:21.861 INFO E| Compiling futures-macro v0.3.28
26952024-08-03T03:46:23.797Z[ helios-setup] Aug 03 03:46:22.042 INFO E| Compiling tokio-macros v2.0.0
26962024-08-03T03:46:23.801Z[ helios-setup] Aug 03 03:46:22.043 INFO E| Compiling thiserror-impl v1.0.38
26972024-08-03T03:46:23.878Z[ helios-setup] Aug 03 03:46:22.103 INFO E| Compiling schemars_derive v0.8.12
26982024-08-03T03:46:24.005Z[ host-package] Compiling heck v0.3.3
26992024-08-03T03:46:24.594Z[ host-package] Compiling rand_seeder v0.2.3
27002024-08-03T03:46:24.906Z[ host-package] Compiling castaway v0.2.2
27012024-08-03T03:46:25.441Z[ host-package] Compiling csv-core v0.1.11
27022024-08-03T03:46:25.536Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27032024-08-03T03:46:25.697Z[ helios-setup] Aug 03 03:46:23.943 INFO E| Compiling hashbrown v0.13.2
27042024-08-03T03:46:26.395Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27052024-08-03T03:46:26.906Z[ helios-setup] Aug 03 03:46:25.152 INFO E| Compiling regex v1.7.3
27062024-08-03T03:46:27.218Z[ host-package] Compiling http-range v0.1.5
27072024-08-03T03:46:27.533Z[ host-package] Compiling csv v1.3.0
27082024-08-03T03:46:28.332Z[ helios-setup] Aug 03 03:46:26.577 INFO E| Compiling libz-sys v1.1.8
27092024-08-03T03:46:28.732Z[ host-package] Compiling hyper-staticfile v0.9.5
27102024-08-03T03:46:29.451Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27112024-08-03T03:46:29.733Z[ helios-setup] Aug 03 03:46:27.978 INFO E| Compiling chrono v0.4.24
27122024-08-03T03:46:30.991Z[ host-package] Compiling compact_str v0.7.1
27132024-08-03T03:46:31.460Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27142024-08-03T03:46:31.614Z[ helios-setup] Aug 03 03:46:29.859 INFO E| Compiling dyn-clone v1.0.11
27152024-08-03T03:46:31.757Z[ helios-setup] Aug 03 03:46:30.002 INFO E| Compiling uuid v1.3.0
27162024-08-03T03:46:31.902Z[ host-package] Compiling zone_cfg_derive v0.1.2
27172024-08-03T03:46:32.259Z[ helios-setup] Aug 03 03:46:30.504 INFO E| Compiling regress v0.5.0
27182024-08-03T03:46:32.423Z[ helios-setup] Aug 03 03:46:30.668 INFO E| Compiling unicode-normalization v0.1.22
27192024-08-03T03:46:34.185Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27202024-08-03T03:46:34.361Z[ host-package] Compiling nix v0.27.1
27212024-08-03T03:46:34.543Z[ helios-setup] Aug 03 03:46:32.789 INFO E| Compiling const-random v0.1.15
27222024-08-03T03:46:34.892Z[ helios-setup] Aug 03 03:46:33.133 INFO E| Compiling getopts v0.2.21
27232024-08-03T03:46:35.027Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27242024-08-03T03:46:35.226Z[ helios-setup] Aug 03 03:46:33.471 INFO E| Compiling tracing-core v0.1.30
27252024-08-03T03:46:35.919Z[ helios-setup] Aug 03 03:46:34.163 INFO E| Compiling memoffset v0.7.1
27262024-08-03T03:46:35.957Z[ helios-setup] Aug 03 03:46:34.198 INFO E| Compiling time-core v0.1.2
27272024-08-03T03:46:37.346Z[ helios-setup] Aug 03 03:46:35.591 INFO E| Compiling unicode-bidi v0.3.13
27282024-08-03T03:46:37.547Z[ helios-setup] Aug 03 03:46:35.792 INFO E| Compiling ucd-trie v0.1.5
27292024-08-03T03:46:38.880Z[ helios-setup] Aug 03 03:46:37.125 INFO E| Compiling powerfmt v0.2.0
27302024-08-03T03:46:39.785Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27312024-08-03T03:46:39.980Z[ helios-setup] Aug 03 03:46:38.225 INFO E| Compiling num-conv v0.1.0
27322024-08-03T03:46:40.086Z[ helios-setup] Aug 03 03:46:38.331 INFO E| Compiling idna v0.3.0
27332024-08-03T03:46:40.873Z[ helios-setup] Aug 03 03:46:39.118 INFO E| Compiling time-macros v0.2.18
27342024-08-03T03:46:41.363Z[ helios-setup] Aug 03 03:46:39.607 INFO E| Compiling deranged v0.3.11
27352024-08-03T03:46:43.161Z[ helios-setup] Aug 03 03:46:41.391 INFO E| Compiling pest v2.5.7
27362024-08-03T03:46:43.862Z[ helios-setup] Aug 03 03:46:42.107 INFO E| Compiling tracing v0.1.37
27372024-08-03T03:46:46.798Z[ helios-setup] Aug 03 03:46:45.042 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27382024-08-03T03:46:47.939Z[ helios-setup] Aug 03 03:46:46.184 INFO E| Compiling time v0.1.45
27392024-08-03T03:46:47.970Z[ helios-setup] Aug 03 03:46:46.214 INFO E| Compiling crossbeam-epoch v0.9.13
27402024-08-03T03:46:48.772Z[ helios-setup] Aug 03 03:46:47.017 INFO E| Compiling iana-time-zone v0.1.56
27412024-08-03T03:46:48.895Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27422024-08-03T03:46:49.690Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27432024-08-03T03:46:50.139Z[ helios-setup] Aug 03 03:46:48.382 INFO E| Compiling num_threads v0.1.6
27442024-08-03T03:46:50.202Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27452024-08-03T03:46:50.265Z[ helios-setup] Aug 03 03:46:48.510 INFO E| Compiling semver v1.0.17
27462024-08-03T03:46:50.840Z[ helios-setup] Aug 03 03:46:49.082 INFO E| Compiling time v0.3.36
27472024-08-03T03:46:51.017Z[ host-package] Compiling unicode-truncate v1.0.0
27482024-08-03T03:46:51.110Z[ host-package] Compiling itertools v0.13.0
27492024-08-03T03:46:51.164Z[ helios-setup] Aug 03 03:46:49.408 INFO E| Compiling smallvec v1.10.0
27502024-08-03T03:46:51.648Z[ helios-setup] Aug 03 03:46:49.892 INFO E| Compiling toml v0.5.11
27512024-08-03T03:46:51.893Z[ host-package] Compiling lru v0.12.3
27522024-08-03T03:46:52.193Z[ host-package] Compiling serde-big-array v0.5.1
27532024-08-03T03:46:52.598Z[ host-package] Compiling stability v0.2.0
27542024-08-03T03:46:52.688Z[ host-package] Compiling cassowary v0.3.0
27552024-08-03T03:46:53.310Z[ helios-setup] Aug 03 03:46:51.555 INFO E| Compiling parking_lot v0.12.1
27562024-08-03T03:46:54.580Z[ host-package] Compiling base64 v0.13.1
27572024-08-03T03:46:54.867Z[ helios-setup] Aug 03 03:46:53.111 INFO E| Compiling serde_tokenstream v0.2.0
27582024-08-03T03:46:56.207Z[ host-package] Compiling ron v0.7.1
27592024-08-03T03:46:58.637Z[ helios-setup] Aug 03 03:46:56.879 INFO E| Compiling semver-parser v0.10.2
27602024-08-03T03:46:59.186Z[ host-package] Compiling ratatui v0.27.0
27612024-08-03T03:47:01.486Z[ helios-setup] Aug 03 03:46:59.730 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27622024-08-03T03:47:01.889Z[ helios-setup] Aug 03 03:47:00.133 INFO E| Compiling url v2.3.1
27632024-08-03T03:47:03.400Z[ helios-setup] Aug 03 03:47:01.643 INFO E| Compiling crossbeam-channel v0.5.6
27642024-08-03T03:47:06.835Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27652024-08-03T03:47:06.883Z[ helios-setup] Aug 03 03:47:05.126 INFO E| Compiling dirs-sys-next v0.1.2
27662024-08-03T03:47:07.751Z[ helios-setup] Aug 03 03:47:05.992 INFO E| Compiling same-file v1.0.6
27672024-08-03T03:47:07.843Z[ helios-setup] Aug 03 03:47:06.087 INFO E| Compiling crc32fast v1.3.2
27682024-08-03T03:47:08.572Z[ helios-setup] Aug 03 03:47:06.801 INFO E| Compiling try-lock v0.2.4
27692024-08-03T03:47:08.940Z[ helios-setup] Aug 03 03:47:07.155 INFO E| Compiling want v0.3.0
27702024-08-03T03:47:09.139Z[ helios-setup] Aug 03 03:47:07.372 INFO E| Compiling walkdir v2.3.3
27712024-08-03T03:47:09.659Z[ helios-setup] Aug 03 03:47:07.813 INFO E| Compiling dirs-next v2.0.0
27722024-08-03T03:47:12.266Z[ helios-setup] Aug 03 03:47:10.509 INFO E| Compiling tokio-util v0.7.7
27732024-08-03T03:47:12.799Z[ helios-setup] Aug 03 03:47:11.042 INFO E| Compiling semver v0.11.0
27742024-08-03T03:47:14.930Z[ helios-setup] Aug 03 03:47:13.173 INFO E| Compiling h2 v0.3.16
27752024-08-03T03:47:15.260Z[ helios-setup] Aug 03 03:47:13.503 INFO E| Compiling proc-macro-crate v1.2.1
27762024-08-03T03:47:17.170Z[ helios-setup] Aug 03 03:47:15.413 INFO E| Compiling futures-executor v0.3.28
27772024-08-03T03:47:18.720Z[ helios-setup] Aug 03 03:47:16.963 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27782024-08-03T03:47:19.480Z[ helios-setup] Aug 03 03:47:17.723 INFO E| Compiling http-body v0.4.5
27792024-08-03T03:47:19.943Z[ helios-setup] Aug 03 03:47:18.186 INFO E| Compiling ring v0.16.20
27802024-08-03T03:47:20.881Z[ helios-setup] Aug 03 03:47:19.123 INFO E| Compiling rand_core v0.6.4
27812024-08-03T03:47:21.994Z[ helios-setup] Aug 03 03:47:20.236 INFO E| Compiling thread_local v1.1.7
27822024-08-03T03:47:22.026Z[ helios-setup] Aug 03 03:47:20.269 INFO E| Compiling utf8parse v0.2.1
27832024-08-03T03:47:22.840Z[ helios-setup] Aug 03 03:47:21.082 INFO E| Compiling home v0.5.4
27842024-08-03T03:47:23.538Z[ helios-setup] Aug 03 03:47:21.776 INFO E| Compiling adler v1.0.2
27852024-08-03T03:47:23.617Z[ helios-setup] Aug 03 03:47:21.857 INFO E| Compiling lazy_static v1.4.0
27862024-08-03T03:47:23.942Z[ helios-setup] Aug 03 03:47:22.184 INFO E| Compiling httpdate v1.0.2
27872024-08-03T03:47:24.145Z[ helios-setup] Aug 03 03:47:22.388 INFO E| Compiling rayon-core v1.10.2
27882024-08-03T03:47:25.080Z[ helios-setup] Aug 03 03:47:23.295 INFO E| Compiling fastrand v1.9.0
27892024-08-03T03:47:25.508Z[ helios-setup] Aug 03 03:47:23.729 INFO E| Compiling base64 v0.21.0
27902024-08-03T03:47:25.898Z[ helios-setup] Aug 03 03:47:24.067 INFO E| Compiling ppv-lite86 v0.2.17
27912024-08-03T03:47:26.004Z[ helios-setup] Aug 03 03:47:24.239 INFO E| Compiling tower-service v0.3.2
27922024-08-03T03:47:27.650Z[ helios-setup] Aug 03 03:47:25.893 INFO E| Compiling rand_chacha v0.3.1
27932024-08-03T03:47:27.938Z[ helios-setup] Aug 03 03:47:26.180 INFO E| Compiling hyper v0.14.25
27942024-08-03T03:47:30.340Z[ helios-setup] Aug 03 03:47:28.582 INFO E| Compiling tempfile v3.5.0
27952024-08-03T03:47:31.150Z[ helios-setup] Aug 03 03:47:29.392 INFO E| Compiling toolchain_find v0.2.0
27962024-08-03T03:47:31.921Z[ helios-setup] Aug 03 03:47:30.163 INFO E| Compiling miniz_oxide v0.6.2
27972024-08-03T03:47:32.008Z[ helios-setup] Aug 03 03:47:30.250 INFO E| Compiling anstyle-parse v0.1.1
27982024-08-03T03:47:32.953Z[ host-package] Compiling zone v0.1.8
27992024-08-03T03:47:39.855Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28002024-08-03T03:47:42.366Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28012024-08-03T03:47:45.985Z[ helios-setup] Aug 03 03:47:44.225 INFO E| Compiling futures v0.3.28
28022024-08-03T03:47:46.207Z[ helios-setup] Aug 03 03:47:44.437 INFO E| Compiling num_enum_derive v0.5.7
28032024-08-03T03:47:46.656Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28042024-08-03T03:47:47.217Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28052024-08-03T03:47:50.348Z[ helios-setup] Aug 03 03:47:48.587 INFO E| Compiling cargo-lock v8.0.3
28062024-08-03T03:47:50.501Z[ helios-setup] Aug 03 03:47:48.734 INFO E| Compiling crossbeam-deque v0.8.2
28072024-08-03T03:47:51.316Z[ helios-setup] Aug 03 03:47:49.550 INFO E| Compiling term v0.7.0
28082024-08-03T03:47:52.554Z[ helios-setup] Aug 03 03:47:50.795 INFO E| Compiling serde_urlencoded v0.7.1
28092024-08-03T03:47:53.329Z[ helios-setup] Aug 03 03:47:51.568 INFO E| Compiling sha2 v0.10.6
28102024-08-03T03:47:53.415Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112024-08-03T03:47:53.990Z[ helios-setup] Aug 03 03:47:52.229 INFO E| Compiling sha1 v0.10.5
28122024-08-03T03:47:56.042Z[ helios-setup] Aug 03 03:47:54.280 INFO E| Compiling is-terminal v0.4.7
28132024-08-03T03:47:56.233Z[ helios-setup] Aug 03 03:47:54.473 INFO E| Compiling atty v0.2.14
28142024-08-03T03:47:56.870Z[ helios-setup] Aug 03 03:47:55.110 INFO E| Compiling concolor-override v1.0.0
28152024-08-03T03:47:57.055Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28162024-08-03T03:47:57.168Z[ helios-setup] Aug 03 03:47:55.409 INFO E| Compiling anstyle v0.3.5
28172024-08-03T03:47:58.684Z[ helios-setup] Aug 03 03:47:56.923 INFO E| Compiling concolor-query v0.3.3
28182024-08-03T03:47:58.799Z[ helios-setup] Aug 03 03:47:57.040 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28192024-08-03T03:48:00.093Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28202024-08-03T03:48:00.105Z[ helios-setup] Aug 03 03:47:58.346 INFO E| Compiling anstream v0.2.6
28212024-08-03T03:48:01.206Z[ helios-setup] Aug 03 03:47:59.447 INFO E| Compiling slog-term v2.9.0
28222024-08-03T03:48:01.461Z[ helios-setup] Aug 03 03:47:59.701 INFO E| Compiling flate2 v1.0.25
28232024-08-03T03:48:02.807Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28242024-08-03T03:48:02.892Z[ helios-setup] Aug 03 03:48:01.132 INFO E| Compiling num_enum v0.5.7
28252024-08-03T03:48:03.305Z[ helios-setup] Aug 03 03:48:01.543 INFO E| Compiling rustfmt-wrapper v0.2.0
28262024-08-03T03:48:03.625Z[ helios-setup] Aug 03 03:48:01.865 INFO E| Compiling rand v0.8.5
28272024-08-03T03:48:03.875Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28282024-08-03T03:48:04.058Z[ helios-setup] Aug 03 03:48:02.298 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28292024-08-03T03:48:04.674Z[ helios-setup] Aug 03 03:48:02.915 INFO E| Compiling openapiv3 v1.0.2
28302024-08-03T03:48:06.299Z[ helios-setup] Aug 03 03:48:04.539 INFO E| Compiling encoding_rs v0.8.32
28312024-08-03T03:48:08.073Z[ helios-setup] Aug 03 03:48:06.313 INFO E| Compiling mime v0.3.17
28322024-08-03T03:48:10.894Z[ helios-setup] Aug 03 03:48:09.133 INFO E| Compiling utf-8 v0.7.6
28332024-08-03T03:48:11.811Z[ helios-setup] Aug 03 03:48:10.050 INFO E| Compiling untrusted v0.7.1
28342024-08-03T03:48:12.661Z[ helios-setup] Aug 03 03:48:10.900 INFO E| Compiling unsafe-libyaml v0.2.8
28352024-08-03T03:48:13.316Z[ host-package] Compiling signal-hook-tokio v0.3.1
28362024-08-03T03:48:13.474Z[ helios-setup] Aug 03 03:48:11.714 INFO E| Compiling spin v0.5.2
28372024-08-03T03:48:13.611Z[ helios-setup] Aug 03 03:48:11.851 INFO E| Compiling byteorder v1.4.3
28382024-08-03T03:48:13.922Z[ host-package] Compiling portpicker v0.1.1
28392024-08-03T03:48:13.955Z[ helios-setup] Aug 03 03:48:12.195 INFO E| Compiling base64 v0.13.1
28402024-08-03T03:48:14.811Z[ helios-setup] Aug 03 03:48:13.050 INFO E| Compiling project-root v0.2.2
28412024-08-03T03:48:14.947Z[ host-package] Compiling smawk v0.3.2
28422024-08-03T03:48:15.469Z[ helios-setup] Aug 03 03:48:13.708 INFO E| Compiling either v1.8.0
28432024-08-03T03:48:15.543Z[ host-package] Compiling unicode-linebreak v0.1.5
28442024-08-03T03:48:15.673Z[ helios-setup] Aug 03 03:48:13.913 INFO E| Compiling ipnet v2.7.2
28452024-08-03T03:48:16.212Z[ helios-setup] Aug 03 03:48:14.451 INFO E| Compiling clap_lex v0.4.1
28462024-08-03T03:48:16.311Z[ helios-setup] Aug 03 03:48:14.533 INFO E| Compiling strsim v0.10.0
28472024-08-03T03:48:16.871Z[ host-package] Compiling textwrap v0.16.1
28482024-08-03T03:48:17.213Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28492024-08-03T03:48:17.351Z[ helios-setup] Aug 03 03:48:15.590 INFO E| Compiling reqwest v0.11.16
28502024-08-03T03:48:17.883Z[ helios-setup] Aug 03 03:48:16.123 INFO E| Compiling clap_builder v4.2.1
28512024-08-03T03:48:20.072Z[ helios-setup] Aug 03 03:48:18.310 INFO E| Compiling rayon v1.6.1
28522024-08-03T03:48:20.113Z[ helios-setup] Aug 03 03:48:18.352 INFO E| Compiling serde_yaml v0.9.21
28532024-08-03T03:48:21.062Z[ helios-setup] Aug 03 03:48:19.290 INFO E| Compiling tungstenite v0.18.0
28542024-08-03T03:48:22.605Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28552024-08-03T03:48:27.856Z[ helios-setup] Aug 03 03:48:26.095 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28562024-08-03T03:48:31.700Z[ helios-setup] Aug 03 03:48:29.937 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28572024-08-03T03:48:31.792Z[ helios-setup] Aug 03 03:48:30.031 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28582024-08-03T03:48:32.227Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28592024-08-03T03:48:36.163Z[ helios-setup] Aug 03 03:48:34.401 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28602024-08-03T03:48:37.369Z[ helios-setup] Aug 03 03:48:35.607 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28612024-08-03T03:48:38.242Z[ helios-setup] Aug 03 03:48:36.480 INFO E| Compiling clap_derive v4.2.0
28622024-08-03T03:48:38.938Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28632024-08-03T03:48:39.234Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28642024-08-03T03:48:41.536Z[ helios-setup] Aug 03 03:48:39.774 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28652024-08-03T03:48:47.826Z[ helios-setup] Aug 03 03:48:46.064 INFO E| Compiling clap v4.2.1
28662024-08-03T03:48:48.235Z[ host-package] Compiling rcgen v0.12.1
28672024-08-03T03:48:48.506Z[ helios-setup] Aug 03 03:48:46.743 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28682024-08-03T03:48:53.224Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28692024-08-03T03:48:54.298Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28702024-08-03T03:48:58.481Z[ helios-setup] Aug 03 03:48:56.717 INFO E| Compiling tokio-tungstenite v0.18.0
28712024-08-03T03:48:59.893Z[ helios-setup] Aug 03 03:48:58.130 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28722024-08-03T03:49:03.319Z[ helios-setup] Aug 03 03:49:01.556 INFO E| Compiling smartstring v1.0.1
28732024-08-03T03:49:04.243Z[ helios-setup] Aug 03 03:49:02.479 INFO E| Compiling rustls v0.21.0
28742024-08-03T03:49:05.980Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28752024-08-03T03:49:06.310Z[ helios-setup] Aug 03 03:49:04.546 INFO E| Compiling rustls-webpki v0.100.1
28762024-08-03T03:49:06.937Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28772024-08-03T03:49:07.669Z[ host-package] Compiling atomicwrites v0.4.3
28782024-08-03T03:49:08.026Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792024-08-03T03:49:08.980Z[ host-package] Compiling fatfs v0.3.6
28802024-08-03T03:49:10.190Z[ helios-setup] Aug 03 03:49:08.426 INFO E| Compiling sct v0.7.0
28812024-08-03T03:49:10.514Z[ helios-setup] Aug 03 03:49:08.749 INFO E| Compiling serde_spanned v0.6.1
28822024-08-03T03:49:10.989Z[ helios-setup] Aug 03 03:49:09.225 INFO E| Compiling toml_datetime v0.6.1
28832024-08-03T03:49:11.138Z[ helios-setup] Aug 03 03:49:09.374 INFO E| Compiling static_assertions v1.1.0
28842024-08-03T03:49:11.316Z[ helios-setup] Aug 03 03:49:09.552 INFO E| Compiling paste v1.0.12
28852024-08-03T03:49:12.372Z[ helios-setup] Aug 03 03:49:10.608 INFO E| Compiling slog-async v2.7.0
28862024-08-03T03:49:12.741Z[ helios-setup] Aug 03 03:49:10.973 INFO E| Compiling camino v1.1.4
28872024-08-03T03:49:13.632Z[ helios-setup] Aug 03 03:49:11.868 INFO E| Compiling async-trait v0.1.68
28882024-08-03T03:49:14.569Z[ helios-setup] Aug 03 03:49:12.805 INFO E| Compiling match_cfg v0.1.0
28892024-08-03T03:49:14.764Z[ host-package] Compiling subprocess v0.2.9
28902024-08-03T03:49:14.817Z[ helios-setup] Aug 03 03:49:13.053 INFO E| Compiling winnow v0.4.1
28912024-08-03T03:49:15.162Z[ helios-setup] Aug 03 03:49:13.398 INFO E| Compiling hostname v0.3.1
28922024-08-03T03:49:20.115Z[ host-package] Compiling rtoolbox v0.0.2
28932024-08-03T03:49:20.783Z[ host-package] Compiling is_ci v1.2.0
28942024-08-03T03:49:20.936Z[ host-package] Compiling assert_matches v1.5.0
28952024-08-03T03:49:21.662Z[ host-package] Compiling supports-color v3.0.0
28962024-08-03T03:49:22.692Z[ helios-setup] Aug 03 03:49:20.927 INFO E| Compiling toml_edit v0.19.8
28972024-08-03T03:49:23.049Z[ helios-setup] Aug 03 03:49:21.284 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28982024-08-03T03:49:23.299Z[ host-package] Compiling rpassword v7.3.1
28992024-08-03T03:49:23.601Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29002024-08-03T03:49:24.165Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29012024-08-03T03:49:25.957Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29022024-08-03T03:49:27.974Z[ helios-setup] Aug 03 03:49:26.209 INFO E| Compiling slog-json v2.6.1
29032024-08-03T03:49:28.444Z[ host-package] Compiling tui-tree-widget v0.21.0
29042024-08-03T03:49:29.087Z[ helios-setup] Aug 03 03:49:27.322 INFO E| Compiling unicode-linebreak v0.1.4
29052024-08-03T03:49:29.611Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29062024-08-03T03:49:30.356Z[ helios-setup] Aug 03 03:49:28.591 INFO E| Compiling rhai_codegen v1.5.0
29072024-08-03T03:49:32.174Z[ helios-setup] Aug 03 03:49:30.409 INFO E| Compiling async-stream-impl v0.3.5
29082024-08-03T03:49:34.331Z[ helios-setup] Aug 03 03:49:32.566 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29092024-08-03T03:49:35.123Z[ helios-setup] Aug 03 03:49:33.357 INFO E| Compiling take_mut v0.2.2
29102024-08-03T03:49:35.603Z[ helios-setup] Aug 03 03:49:33.837 INFO E| Compiling rhai v1.14.0
29112024-08-03T03:49:36.042Z[ helios-setup] Aug 03 03:49:34.273 INFO E| Compiling async-stream v0.3.5
29122024-08-03T03:49:36.186Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29132024-08-03T03:49:36.860Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29142024-08-03T03:49:37.108Z[ helios-setup] Aug 03 03:49:35.342 INFO E| Compiling toml v0.7.3
29152024-08-03T03:49:37.929Z[ host-package] Compiling uzers v0.11.3
29162024-08-03T03:49:38.951Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29172024-08-03T03:49:39.462Z[ helios-setup] Aug 03 03:49:37.697 INFO E| Compiling slog-bunyan v2.4.0
29182024-08-03T03:49:40.211Z[ helios-setup] Aug 03 03:49:38.446 INFO E| Compiling tokio-rustls v0.24.0
29192024-08-03T03:49:43.488Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29202024-08-03T03:49:45.132Z[ helios-setup] Aug 03 03:49:43.365 INFO E| Compiling rustls-pemfile v1.0.2
29212024-08-03T03:49:46.756Z[ helios-setup] Aug 03 03:49:44.990 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29222024-08-03T03:49:46.824Z[ helios-setup] Aug 03 03:49:45.058 INFO E| Compiling bincode v1.3.3
29232024-08-03T03:49:47.355Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29242024-08-03T03:49:48.536Z[ helios-setup] Aug 03 03:49:46.769 INFO E| Compiling serde_path_to_error v0.1.11
29252024-08-03T03:49:49.098Z[ helios-setup] Aug 03 03:49:47.332 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29262024-08-03T03:49:50.758Z[ helios-setup] Aug 03 03:49:48.989 INFO E| Compiling terminal_size v0.2.6
29272024-08-03T03:49:50.884Z[ helios-setup] Aug 03 03:49:49.118 INFO E| Compiling smawk v0.3.1
29282024-08-03T03:49:51.423Z[ helios-setup] Aug 03 03:49:49.656 INFO E| Compiling textwrap v0.16.0
29292024-08-03T03:50:11.266Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29302024-08-03T03:50:18.303Z[ helios-setup] Aug 03 03:50:16.536 INFO E| Compiling git2 v0.16.1
29312024-08-03T03:50:23.765Z[ helios-setup] Aug 03 03:50:21.997 INFO E| Compiling built v0.6.0
29322024-08-03T03:50:25.381Z[ host-package] Compiling multimap v0.10.0
29332024-08-03T03:50:27.081Z[ helios-setup] Aug 03 03:50:25.313 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29342024-08-03T03:50:28.675Z[ helios-setup] Aug 03 03:50:26.906 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
29352024-08-03T03:50:29.337Z[ helios-setup] Aug 03 03:50:27.567 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
29362024-08-03T03:50:37.794Z[ helios-setup] Aug 03 03:50:36.024 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
29372024-08-03T03:50:41.079Z[ helios-setup] Aug 03 03:50:39.310 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
29382024-08-03T03:51:27.705Z[ helios-setup] Aug 03 03:51:25.933 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29392024-08-03T03:52:32.386Z[ helios-setup] Aug 03 03:52:30.610 INFO E| Finished `release` profile [optimized] target(s) in 6m 42s
29402024-08-03T03:52:32.532Z[ helios-setup] Aug 03 03:52:30.756 INFO building project "pilot" ok (402 seconds)
29412024-08-03T03:52:32.535Z[ helios-setup] Aug 03 03:52:30.756 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29422024-08-03T03:52:32.535Z[ helios-setup] Aug 03 03:52:30.756 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29432024-08-03T03:52:32.942Z[ helios-setup] Aug 03 03:52:31.163 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29442024-08-03T03:52:33.502Z[ helios-setup] Aug 03 03:52:31.722 INFO E| From https://github.com/jclulow/rust-jmclib
29452024-08-03T03:52:33.503Z[ helios-setup] Aug 03 03:52:31.722 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29462024-08-03T03:52:33.547Z[ helios-setup] Aug 03 03:52:31.764 INFO E| Updating crates.io index
29472024-08-03T03:52:33.886Z[ helios-setup] Aug 03 03:52:32.109 INFO E| Downloading crates ...
29482024-08-03T03:52:34.004Z[ helios-setup] Aug 03 03:52:32.226 INFO E| Downloaded digest v0.9.0
29492024-08-03T03:52:34.007Z[ helios-setup] Aug 03 03:52:32.229 INFO E| Downloaded cpufeatures v0.2.9
29502024-08-03T03:52:34.026Z[ helios-setup] Aug 03 03:52:32.250 INFO E| Downloaded sha-1 v0.9.8
29512024-08-03T03:52:34.029Z[ helios-setup] Aug 03 03:52:32.254 INFO E| Downloaded quote v1.0.31
29522024-08-03T03:52:34.034Z[ helios-setup] Aug 03 03:52:32.258 INFO E| Downloaded opaque-debug v0.3.0
29532024-08-03T03:52:34.037Z[ helios-setup] Aug 03 03:52:32.260 INFO E| Downloaded itoa v1.0.9
29542024-08-03T03:52:34.040Z[ helios-setup] Aug 03 03:52:32.262 INFO E| Downloaded md-5 v0.9.1
29552024-08-03T03:52:34.043Z[ helios-setup] Aug 03 03:52:32.265 INFO E| Downloaded once_cell v1.18.0
29562024-08-03T03:52:34.046Z[ helios-setup] Aug 03 03:52:32.269 INFO E| Downloaded tempfile v3.7.0
29572024-08-03T03:52:34.049Z[ helios-setup] Aug 03 03:52:32.273 INFO E| Downloaded libdevinfo-sys v1.0.0
29582024-08-03T03:52:34.054Z[ helios-setup] Aug 03 03:52:32.275 INFO E| Downloaded uuid v0.8.2
29592024-08-03T03:52:34.057Z[ helios-setup] Aug 03 03:52:32.280 INFO E| Downloaded bitflags v2.3.3
29602024-08-03T03:52:34.060Z[ helios-setup] Aug 03 03:52:32.284 INFO E| Downloaded unicode-ident v1.0.11
29612024-08-03T03:52:34.064Z[ helios-setup] Aug 03 03:52:32.289 INFO E| Downloaded ryu v1.0.15
29622024-08-03T03:52:34.074Z[ helios-setup] Aug 03 03:52:32.299 INFO E| Downloaded serde_derive v1.0.193
29632024-08-03T03:52:34.079Z[ helios-setup] Aug 03 03:52:32.303 INFO E| Downloaded serde v1.0.193
29642024-08-03T03:52:34.085Z[ helios-setup] Aug 03 03:52:32.309 INFO E| Downloaded proc-macro2 v1.0.66
29652024-08-03T03:52:34.088Z[ helios-setup] Aug 03 03:52:32.313 INFO E| Downloaded serde_json v1.0.103
29662024-08-03T03:52:34.101Z[ helios-setup] Aug 03 03:52:32.326 INFO E| Downloaded anyhow v1.0.72
29672024-08-03T03:52:34.107Z[ helios-setup] Aug 03 03:52:32.331 INFO E| Downloaded syn v2.0.32
29682024-08-03T03:52:34.125Z[ helios-setup] Aug 03 03:52:32.349 INFO E| Downloaded getrandom v0.2.10
29692024-08-03T03:52:34.130Z[ helios-setup] Aug 03 03:52:32.354 INFO E| Downloaded rustix v0.38.4
29702024-08-03T03:52:34.166Z[ helios-setup] Aug 03 03:52:32.390 INFO E| Downloaded fastrand v2.0.0
29712024-08-03T03:52:34.169Z[ helios-setup] Aug 03 03:52:32.392 INFO E| Downloaded block-buffer v0.9.0
29722024-08-03T03:52:34.169Z[ helios-setup] Aug 03 03:52:32.393 INFO E| Downloaded libc v0.2.147
29732024-08-03T03:52:34.388Z[ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling libc v0.2.147
29742024-08-03T03:52:34.388Z[ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling proc-macro2 v1.0.66
29752024-08-03T03:52:34.388Z[ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling unicode-ident v1.0.11
29762024-08-03T03:52:34.393Z[ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling cfg-if v1.0.0
29772024-08-03T03:52:34.393Z[ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling typenum v1.16.0
29782024-08-03T03:52:34.394Z[ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling version_check v0.9.4
29792024-08-03T03:52:34.394Z[ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling serde v1.0.193
29802024-08-03T03:52:34.394Z[ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling num-conv v0.1.0
29812024-08-03T03:52:35.088Z[ helios-setup] Aug 03 03:52:33.312 INFO E| Compiling itoa v1.0.9
29822024-08-03T03:52:35.363Z[ helios-setup] Aug 03 03:52:33.586 INFO E| Compiling time-core v0.1.2
29832024-08-03T03:52:35.595Z[ helios-setup] Aug 03 03:52:33.819 INFO E| Compiling slog v2.7.0
29842024-08-03T03:52:35.735Z[ helios-setup] Aug 03 03:52:33.960 INFO E| Compiling powerfmt v0.2.0
29852024-08-03T03:52:35.819Z[ helios-setup] Aug 03 03:52:34.043 INFO E| Compiling rustix v0.38.4
29862024-08-03T03:52:36.236Z[ helios-setup] Aug 03 03:52:34.460 INFO E| Compiling generic-array v0.14.7
29872024-08-03T03:52:36.246Z[ helios-setup] Aug 03 03:52:34.471 INFO E| Compiling deranged v0.3.11
29882024-08-03T03:52:36.576Z[ helios-setup] Aug 03 03:52:34.800 INFO E| Compiling time-macros v0.2.18
29892024-08-03T03:52:36.956Z[ helios-setup] Aug 03 03:52:35.180 INFO E| Compiling bitflags v2.3.3
29902024-08-03T03:52:36.956Z[ helios-setup] Aug 03 03:52:35.180 INFO E| Compiling once_cell v1.18.0
29912024-08-03T03:52:37.350Z[ helios-setup] Aug 03 03:52:35.573 INFO E| Compiling quote v1.0.31
29922024-08-03T03:52:37.960Z[ helios-setup] Aug 03 03:52:36.184 INFO E| Compiling num_threads v0.1.6
29932024-08-03T03:52:38.026Z[ helios-setup] Aug 03 03:52:36.249 INFO E| Compiling syn v2.0.32
29942024-08-03T03:52:38.461Z[ helios-setup] Aug 03 03:52:36.685 INFO E| Compiling dirs-sys-next v0.1.2
29952024-08-03T03:52:38.637Z[ helios-setup] Aug 03 03:52:36.861 INFO E| Compiling errno v0.3.1
29962024-08-03T03:52:38.707Z[ helios-setup] Aug 03 03:52:36.930 INFO E| Compiling atty v0.2.14
29972024-08-03T03:52:38.954Z[ helios-setup] Aug 03 03:52:37.178 INFO E| Compiling dirs-next v2.0.0
29982024-08-03T03:52:39.154Z[ helios-setup] Aug 03 03:52:37.377 INFO E| Compiling term v0.7.0
29992024-08-03T03:52:39.295Z[ helios-setup] Aug 03 03:52:37.519 INFO E| Compiling thread_local v1.1.7
30002024-08-03T03:52:40.262Z[ helios-setup] Aug 03 03:52:38.486 INFO E| Compiling opaque-debug v0.3.0
30012024-08-03T03:52:40.357Z[ helios-setup] Aug 03 03:52:38.581 INFO E| Compiling fastrand v2.0.0
30022024-08-03T03:52:40.372Z[ helios-setup] Aug 03 03:52:38.595 INFO E| Compiling serde_json v1.0.103
30032024-08-03T03:52:41.571Z[ helios-setup] Aug 03 03:52:39.794 INFO E| Compiling block-buffer v0.9.0
30042024-08-03T03:52:41.607Z[ helios-setup] Aug 03 03:52:39.830 INFO E| Compiling digest v0.9.0
30052024-08-03T03:52:41.791Z[ helios-setup] Aug 03 03:52:40.015 INFO E| Compiling anyhow v1.0.72
30062024-08-03T03:52:41.870Z[ helios-setup] Aug 03 03:52:40.094 INFO E| Compiling tempfile v3.7.0
30072024-08-03T03:52:41.960Z[ helios-setup] Aug 03 03:52:40.184 INFO E| Compiling getrandom v0.2.10
30082024-08-03T03:52:41.984Z[ helios-setup] Aug 03 03:52:40.207 INFO E| Compiling unicode-width v0.1.10
30092024-08-03T03:52:42.308Z[ helios-setup] Aug 03 03:52:40.531 INFO E| Compiling cpufeatures v0.2.9
30102024-08-03T03:52:42.407Z[ helios-setup] Aug 03 03:52:40.631 INFO E| Compiling ryu v1.0.15
30112024-08-03T03:52:42.899Z[ helios-setup] Aug 03 03:52:41.123 INFO E| Compiling same-file v1.0.6
30122024-08-03T03:52:42.922Z[ helios-setup] Aug 03 03:52:41.145 INFO E| Compiling time v0.3.36
30132024-08-03T03:52:43.008Z[ helios-setup] Aug 03 03:52:41.232 INFO E| Compiling sha-1 v0.9.8
30142024-08-03T03:52:43.100Z[ helios-setup] Aug 03 03:52:41.324 INFO E| Compiling getopts v0.2.21
30152024-08-03T03:52:43.195Z[ helios-setup] Aug 03 03:52:41.419 INFO E| Compiling md-5 v0.9.1
30162024-08-03T03:52:43.782Z[ helios-setup] Aug 03 03:52:42.006 INFO E| Compiling walkdir v2.3.3
30172024-08-03T03:52:43.812Z[ helios-setup] Aug 03 03:52:42.036 INFO E| Compiling glob v0.3.1
30182024-08-03T03:52:44.098Z[ helios-setup] Aug 03 03:52:42.322 INFO E| Compiling libdevinfo-sys v1.0.0
30192024-08-03T03:52:46.472Z[ helios-setup] Aug 03 03:52:44.696 INFO E| Compiling slog-term v2.9.0
30202024-08-03T03:52:47.814Z[ helios-setup] Aug 03 03:52:46.038 INFO E| Compiling serde_derive v1.0.193
30212024-08-03T03:53:03.730Z[ helios-setup] Aug 03 03:53:01.953 INFO E| Compiling toml v0.5.11
30222024-08-03T03:53:03.736Z[ helios-setup] Aug 03 03:53:01.953 INFO E| Compiling uuid v0.8.2
30232024-08-03T03:53:04.481Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30242024-08-03T03:53:04.905Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252024-08-03T03:53:06.098Z[ helios-setup] Aug 03 03:53:04.321 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30262024-08-03T03:53:09.442Z[ helios-setup] Aug 03 03:53:07.663 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30272024-08-03T03:53:25.400Z[ helios-setup] Aug 03 03:53:23.621 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.71s
30282024-08-03T03:53:25.433Z[ helios-setup] Aug 03 03:53:23.654 INFO building project "image-builder" ok (52 seconds)
30292024-08-03T03:53:25.436Z[ helios-setup] rm -f helios-build
30302024-08-03T03:53:25.439Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30312024-08-03T03:53:25.443Z[ helios-setup]
30322024-08-03T03:53:25.443Z[ helios-setup] Setup complete! ./helios-build is now available.
30332024-08-03T03:53:25.445Z[ helios-setup]
30342024-08-03T03:53:25.446Z[ helios-setup]
30352024-08-03T03:53:25.446Z[ helios-setup] real 12:04.476789283
30362024-08-03T03:53:25.446Z[ helios-setup] user 28:31.279612317
30372024-08-03T03:53:25.446Z[ helios-setup] sys 3:32.619929679
30382024-08-03T03:53:25.446Z[ helios-setup] trap 1.530307322
30392024-08-03T03:53:25.446Z[ helios-setup] tflt 8.097107787
30402024-08-03T03:53:25.446Z[ helios-setup] dflt 37.675918035
30412024-08-03T03:53:25.446Z[ helios-setup] kflt 0.077873722
30422024-08-03T03:53:25.446Z[ helios-setup] lock 1:55:12.209230167
30432024-08-03T03:53:25.446Z[ helios-setup] slp 3:42:14.400674859
30442024-08-03T03:53:25.446Z[ helios-setup] lat 32:33.946073961
30452024-08-03T03:53:25.446Z[ helios-setup] stop 4:39.016183696
30462024-08-03T03:53:25.446ZAug 03 03:53:23.667 INFO [helios-setup] process exited with exit status: 0 (724.48239839s)
30472024-08-03T03:53:25.455ZAug 03 03:53:23.667 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30482024-08-03T03:53:25.469Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30492024-08-03T03:53:26.033Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30502024-08-03T03:53:26.034Z[ phbl-toolchain] info: downloading component 'cargo'
30512024-08-03T03:53:28.398Z[ phbl-toolchain] info: downloading component 'clippy'
30522024-08-03T03:53:29.079Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30532024-08-03T03:53:33.587Z[ phbl-toolchain] info: downloading component 'miri'
30542024-08-03T03:53:33.980Z[ phbl-toolchain] info: downloading component 'rust-docs'
30552024-08-03T03:53:35.996Z[ phbl-toolchain] info: downloading component 'rust-src'
30562024-08-03T03:53:36.824Z[ phbl-toolchain] info: downloading component 'rust-std'
30572024-08-03T03:53:38.916Z[ phbl-toolchain] info: downloading component 'rustc'
30582024-08-03T03:53:45.361Z[ phbl-toolchain] info: downloading component 'rustfmt'
30592024-08-03T03:53:46.046Z[ phbl-toolchain] info: installing component 'cargo'
30602024-08-03T03:53:47.385Z[ phbl-toolchain] info: installing component 'clippy'
30612024-08-03T03:53:47.882Z[ phbl-toolchain] info: installing component 'llvm-tools'
30622024-08-03T03:53:53.488Z[ phbl-toolchain] info: installing component 'miri'
30632024-08-03T03:53:53.908Z[ phbl-toolchain] info: installing component 'rust-docs'
30642024-08-03T03:54:00.632Z[ phbl-toolchain] info: installing component 'rust-src'
30652024-08-03T03:54:01.289Z[ phbl-toolchain] info: installing component 'rust-std'
30662024-08-03T03:54:03.841Z[ phbl-toolchain] info: installing component 'rustc'
30672024-08-03T03:54:10.177Z[ phbl-toolchain] info: installing component 'rustfmt'
30682024-08-03T03:54:11.007Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
30692024-08-03T03:54:11.011ZAug 03 03:54:09.225 INFO [phbl-toolchain] process exited with exit status: 0 (45.5574825s)
30702024-08-03T03:59:47.641Z[ host-package] Finished `release` profile [optimized] target(s) in 17m 40s
30712024-08-03T04:00:36.734ZAug 03 04:00:34.929 INFO [host-package] process exited with exit status: 0 (1110.034248332s)
30722024-08-03T04:00:36.750ZAug 03 04:00:34.929 INFO [host-stamp] running task
30732024-08-03T04:00:36.750ZAug 03 04:00:34.929 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
30742024-08-03T04:00:36.750ZAug 03 04:00:34.930 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+git602f1942600
30752024-08-03T04:00:36.750ZAug 03 04:00:34.941 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+git602f1942600
30762024-08-03T04:00:36.758ZAug 03 04:00:34.947 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+git602f1942600
30772024-08-03T04:00:36.758Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
30782024-08-03T04:00:36.758Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
30792024-08-03T04:00:36.762ZAug 03 04:00:34.954 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+git602f1942600
30802024-08-03T04:00:36.767Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
30812024-08-03T04:00:36.767Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
30822024-08-03T04:00:36.770ZAug 03 04:00:34.962 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+git602f1942600
30832024-08-03T04:00:36.782Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
30842024-08-03T04:00:36.782Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
30852024-08-03T04:00:36.782Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
30862024-08-03T04:00:36.782ZAug 03 04:00:34.973 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+git602f1942600
30872024-08-03T04:00:36.791Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
30882024-08-03T04:00:36.791Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
30892024-08-03T04:00:36.791ZAug 03 04:00:34.983 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+git602f1942600
30902024-08-03T04:00:36.797Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30912024-08-03T04:00:36.797ZAug 03 04:00:34.993 INFO [stamp-oxlog] process exited with exit status: 0 (63.22608ms)
30922024-08-03T04:00:36.800ZAug 03 04:00:34.993 INFO [stamp-overlay] process exited with exit status: 0 (46.149209ms)
30932024-08-03T04:00:36.800ZAug 03 04:00:34.993 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (39.721389ms)
30942024-08-03T04:00:36.800ZAug 03 04:00:34.993 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+git602f1942600
30952024-08-03T04:00:36.820Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
30962024-08-03T04:00:36.824Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30972024-08-03T04:00:36.903Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
30982024-08-03T04:00:36.907ZAug 03 04:00:35.102 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (108.752606ms)
30992024-08-03T04:00:36.977Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31002024-08-03T04:00:36.981ZAug 03 04:00:35.175 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (202.484977ms)
31012024-08-03T04:00:37.139Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31022024-08-03T04:00:37.143ZAug 03 04:00:35.338 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (355.091624ms)
31032024-08-03T04:00:37.888Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31042024-08-03T04:00:37.891ZAug 03 04:00:36.086 INFO [stamp-propolis-server] process exited with exit status: 0 (1.124103597s)
31052024-08-03T04:00:37.930Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31062024-08-03T04:00:40.179Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31072024-08-03T04:00:46.812Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31082024-08-03T04:00:46.815ZAug 03 04:00:45.010 INFO [stamp-switch-asic] process exited with exit status: 0 (10.069172388s)
31092024-08-03T04:00:46.815ZAug 03 04:00:45.010 INFO [host-stamp] task succeeded (10.081595454s)
31102024-08-03T04:00:46.815ZAug 03 04:00:45.010 INFO [host-proto] running task
31112024-08-03T04:00:47.149ZAug 03 04:00:45.344 INFO [host-proto] task succeeded (333.59403ms)
31122024-08-03T04:00:47.149ZAug 03 04:00:45.344 INFO [host-profile] running task
31132024-08-03T04:00:47.152ZAug 03 04:00:45.344 INFO [host-profile] task succeeded (318.401µs)
31142024-08-03T04:00:47.152ZAug 03 04:00:45.345 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/.tmpozcuMR/proto/host/root -N 'ci 602f194/${os_short_commit} 2024-08-03 03:41' -s host -B
31152024-08-03T04:00:47.165Z[ host-image] Aug 03 04:00:45.360 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31162024-08-03T04:00:47.165Z[ host-image] Aug 03 04:00:45.360 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31172024-08-03T04:00:47.178Z[ host-image] Aug 03 04:00:45.373 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpozcuMR/proto/host/root"
31182024-08-03T04:00:47.178Z[ host-image] Aug 03 04:00:45.373 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31192024-08-03T04:00:47.182Z[ host-image] Aug 03 04:00:45.373 INFO image builder template: ramdisk-01-os...
31202024-08-03T04:00:47.182Z[ host-image] Aug 03 04:00:45.374 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/.tmpozcuMR/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
31212024-08-03T04:00:47.197Z[ host-image] Aug 03 04:00:45.392 INFO O| Aug 03 04:00:45.392 INFO CREATE DATASET: rpool/images/build/host/output
31222024-08-03T04:00:47.346Z[ host-image] Aug 03 04:00:45.541 INFO O| Aug 03 04:00:45.541 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31232024-08-03T04:00:47.352Z[ host-image] Aug 03 04:00:45.547 INFO O| Aug 03 04:00:45.547 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31242024-08-03T04:00:47.581Z[ host-image] Aug 03 04:00:45.776 INFO O| Aug 03 04:00:45.776 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31252024-08-03T04:00:47.646Z[ host-image] Aug 03 04:00:45.841 INFO O| Aug 03 04:00:45.841 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31262024-08-03T04:00:47.646Z[ host-image] Aug 03 04:00:45.841 INFO O| Aug 03 04:00:45.841 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31272024-08-03T04:00:47.649Z[ host-image] Aug 03 04:00:45.841 INFO O| Aug 03 04:00:45.841 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31282024-08-03T04:00:47.649Z[ host-image] Aug 03 04:00:45.841 INFO O| Aug 03 04:00:45.841 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31292024-08-03T04:00:47.654Z[ host-image] Aug 03 04:00:45.850 INFO O| Aug 03 04:00:45.850 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31302024-08-03T04:00:47.887Z[ host-image] Aug 03 04:00:46.082 INFO O| Aug 03 04:00:46.082 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31312024-08-03T04:00:47.900Z[ host-image] Aug 03 04:00:46.095 INFO O| Aug 03 04:00:46.095 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31322024-08-03T04:00:48.286Z[ host-image] Aug 03 04:00:46.481 INFO O| Aug 03 04:00:46.481 INFO O| Caching catalogs ... Done
31332024-08-03T04:00:48.403Z[ host-image] Aug 03 04:00:46.598 INFO O| Aug 03 04:00:46.598 INFO STEP 0 (pkg_image_create) COMPLETE
31342024-08-03T04:00:48.403Z[ host-image] Aug 03 04:00:46.598 INFO O| Aug 03 04:00:46.598 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31352024-08-03T04:00:48.406Z[ host-image] Aug 03 04:00:46.598 INFO O| Aug 03 04:00:46.598 INFO skip step because feature "repo_redist" is not enabled
31362024-08-03T04:00:48.406Z[ host-image] Aug 03 04:00:46.598 INFO O| Aug 03 04:00:46.598 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31372024-08-03T04:00:48.419Z[ host-image] Aug 03 04:00:46.615 INFO O| Aug 03 04:00:46.614 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"]
31382024-08-03T04:00:48.964Z[ host-image] Aug 03 04:00:47.159 INFO O| Aug 03 04:00:47.159 INFO STEP 2 (pkg_set_publisher) COMPLETE
31392024-08-03T04:00:48.964Z[ host-image] Aug 03 04:00:47.159 INFO O| Aug 03 04:00:47.159 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31402024-08-03T04:00:48.981Z[ host-image] Aug 03 04:00:47.176 INFO O| Aug 03 04:00:47.176 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"]
31412024-08-03T04:00:49.455Z[ host-image] Aug 03 04:00:47.650 INFO O| Aug 03 04:00:47.649 INFO STEP 3 (pkg_set_publisher) COMPLETE
31422024-08-03T04:00:49.456Z[ host-image] Aug 03 04:00:47.650 INFO O| Aug 03 04:00:47.650 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31432024-08-03T04:00:49.459Z[ host-image] Aug 03 04:00:47.650 INFO O| Aug 03 04:00:47.650 INFO skip step because feature "repo_redist" is not enabled
31442024-08-03T04:00:49.459Z[ host-image] Aug 03 04:00:47.650 INFO O| Aug 03 04:00:47.650 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31452024-08-03T04:00:49.993Z[ host-image] Aug 03 04:00:48.188 INFO O| Aug 03 04:00:48.188 INFO variant opensolaris.zone is already global
31462024-08-03T04:00:49.993Z[ host-image] Aug 03 04:00:48.188 INFO O| Aug 03 04:00:48.188 INFO STEP 5 (pkg_change_variant) COMPLETE
31472024-08-03T04:00:49.999Z[ host-image] Aug 03 04:00:48.188 INFO O| Aug 03 04:00:48.188 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31482024-08-03T04:00:50.555Z[ host-image] Aug 03 04:00:48.750 INFO O| Aug 03 04:00:48.750 INFO variant opensolaris.imagetype is full; changing to partial
31492024-08-03T04:00:50.555Z[ host-image] Aug 03 04:00:48.750 INFO O| Aug 03 04:00:48.750 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31502024-08-03T04:00:56.626Z[ host-image] Aug 03 04:00:54.820 INFO O| Aug 03 04:00:54.820 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31512024-08-03T04:00:58.650Z[ host-image] Aug 03 04:00:56.844 INFO O| Aug 03 04:00:56.844 INFO O| Startup: Caching catalogs ... Done
31522024-08-03T04:00:58.697Z[ host-image] Aug 03 04:00:56.892 INFO O| Aug 03 04:00:56.891 INFO O| Planning: Planning completed in 0.00 seconds
31532024-08-03T04:00:58.700Z[ host-image] Aug 03 04:00:56.892 INFO O| Aug 03 04:00:56.892 INFO O| Planning: Consolidating action changes ... Done
31542024-08-03T04:00:58.700Z[ host-image] Aug 03 04:00:56.892 INFO O| Aug 03 04:00:56.892 INFO O| Planning: Evaluating mediators ... Done
31552024-08-03T04:00:58.700Z[ host-image] Aug 03 04:00:56.892 INFO O| Aug 03 04:00:56.892 INFO O| Planning: Planning completed in 0.00 seconds
31562024-08-03T04:00:58.700Z[ host-image] Aug 03 04:00:56.893 INFO O| Aug 03 04:00:56.893 INFO O| Variants/Facets to change: 1
31572024-08-03T04:00:58.711Z[ host-image] Aug 03 04:00:56.906 INFO O| Aug 03 04:00:56.906 INFO O| Done
31582024-08-03T04:00:58.711Z[ host-image] Aug 03 04:00:56.906 INFO O| Aug 03 04:00:56.906 INFO O| Done
31592024-08-03T04:00:58.898Z[recovery-package] Finished `release` profile [optimized] target(s) in 21.90s
31602024-08-03T04:00:59.242Z[ host-image] Aug 03 04:00:57.236 INFO O| Aug 03 04:00:57.236 INFO O| Done
31612024-08-03T04:00:59.245Z[ host-image] Aug 03 04:00:57.264 INFO O| Aug 03 04:00:57.264 INFO O| Done
31622024-08-03T04:00:59.245Z[ host-image] Aug 03 04:00:57.265 INFO O| Aug 03 04:00:57.265 INFO O| Done
31632024-08-03T04:00:59.245Z[ host-image] Aug 03 04:00:57.265 INFO O| Aug 03 04:00:57.265 INFO O| Done
31642024-08-03T04:00:59.245Z[ host-image] Aug 03 04:00:57.266 INFO O| Aug 03 04:00:57.266 INFO O| Done
31652024-08-03T04:00:59.345Z[ host-image] Aug 03 04:00:57.539 INFO O| Aug 03 04:00:57.539 INFO STEP 6 (pkg_change_variant) COMPLETE
31662024-08-03T04:00:59.345Z[ host-image] Aug 03 04:00:57.539 INFO O| Aug 03 04:00:57.539 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31672024-08-03T04:00:59.348Z[ host-image] Aug 03 04:00:57.539 INFO O| Aug 03 04:00:57.539 INFO skip step because feature "debug_variant" is not enabled
31682024-08-03T04:00:59.348Z[ host-image] Aug 03 04:00:57.539 INFO O| Aug 03 04:00:57.539 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31692024-08-03T04:00:59.712Z[ host-image] Aug 03 04:00:57.906 INFO O| Aug 03 04:00:57.906 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
31702024-08-03T04:01:00.122Z[ host-image] Aug 03 04:00:58.315 INFO O| Aug 03 04:00:58.315 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31712024-08-03T04:01:00.127Z[ host-image] Aug 03 04:00:58.317 INFO O| Aug 03 04:00:58.317 INFO O| Planning: Planning completed in 0.00 seconds
31722024-08-03T04:01:00.128Z[ host-image] Aug 03 04:00:58.317 INFO O| Aug 03 04:00:58.317 INFO O| Planning: Consolidating action changes ... Done
31732024-08-03T04:01:00.128Z[ host-image] Aug 03 04:00:58.318 INFO O| Aug 03 04:00:58.318 INFO O| Planning: Evaluating mediators ... Done
31742024-08-03T04:01:00.128Z[ host-image] Aug 03 04:00:58.318 INFO O| Aug 03 04:00:58.318 INFO O| Planning: Planning completed in 0.00 seconds
31752024-08-03T04:01:00.128Z[ host-image] Aug 03 04:00:58.318 INFO O| Aug 03 04:00:58.318 INFO O| Variants/Facets to change: 1
31762024-08-03T04:01:00.142Z[ host-image] Aug 03 04:00:58.335 INFO O| Aug 03 04:00:58.335 INFO O| Done
31772024-08-03T04:01:00.143Z[ host-image] Aug 03 04:00:58.335 INFO O| Aug 03 04:00:58.335 INFO O| Done
31782024-08-03T04:01:00.280ZAug 03 04:00:58.475 INFO [recovery-package] process exited with exit status: 0 (23.545139051s)
31792024-08-03T04:01:00.283ZAug 03 04:00:58.475 INFO [recovery-stamp] running task
31802024-08-03T04:01:00.283ZAug 03 04:00:58.475 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
31812024-08-03T04:01:00.283ZAug 03 04:00:58.475 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git602f1942600
31822024-08-03T04:01:00.297ZAug 03 04:00:58.492 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+git602f1942600
31832024-08-03T04:01:00.307Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
31842024-08-03T04:01:00.315Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
31852024-08-03T04:01:00.377Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
31862024-08-03T04:01:00.381ZAug 03 04:00:58.575 INFO [stamp-installinator] process exited with exit status: 0 (100.06672ms)
31872024-08-03T04:01:00.428Z[ host-image] Aug 03 04:00:58.622 INFO O| Aug 03 04:00:58.622 INFO O| Done
31882024-08-03T04:01:00.430Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
31892024-08-03T04:01:00.433ZAug 03 04:00:58.626 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (134.496493ms)
31902024-08-03T04:01:00.433ZAug 03 04:00:58.626 INFO [recovery-stamp] task succeeded (151.244853ms)
31912024-08-03T04:01:00.433ZAug 03 04:00:58.626 INFO [recovery-proto] running task
31922024-08-03T04:01:00.433ZAug 03 04:00:58.626 INFO [tuf-stamp] running task
31932024-08-03T04:01:00.433ZAug 03 04:00:58.627 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+git602f1942600
31942024-08-03T04:01:00.444ZAug 03 04:00:58.639 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+git602f1942600
31952024-08-03T04:01:00.455ZAug 03 04:00:58.650 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+git602f1942600
31962024-08-03T04:01:00.462Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
31972024-08-03T04:01:00.465Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
31982024-08-03T04:01:00.468ZAug 03 04:00:58.660 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+git602f1942600
31992024-08-03T04:01:00.474Z[ host-image] Aug 03 04:00:58.664 INFO O| Aug 03 04:00:58.664 INFO O| Done
32002024-08-03T04:01:00.476Z[ host-image] Aug 03 04:00:58.665 INFO O| Aug 03 04:00:58.665 INFO O| Done
32012024-08-03T04:01:00.476Z[ host-image] Aug 03 04:00:58.665 INFO O| Aug 03 04:00:58.665 INFO O| Done
32022024-08-03T04:01:00.476Z[ host-image] Aug 03 04:00:58.666 INFO O| Aug 03 04:00:58.666 INFO O| Done
32032024-08-03T04:01:00.477Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32042024-08-03T04:01:00.479ZAug 03 04:00:58.672 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+git602f1942600
32052024-08-03T04:01:00.492Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32062024-08-03T04:01:00.495ZAug 03 04:00:58.687 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+git602f1942600
32072024-08-03T04:01:00.522ZAug 03 04:00:58.716 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+git602f1942600
32082024-08-03T04:01:00.541Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32092024-08-03T04:01:00.553Z[ host-image] Aug 03 04:00:58.747 INFO O| Aug 03 04:00:58.747 INFO STEP 8 (pkg_change_facet) COMPLETE
32102024-08-03T04:01:00.553Z[ host-image] Aug 03 04:00:58.747 INFO O| Aug 03 04:00:58.747 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32112024-08-03T04:01:00.553Z[ host-image] Aug 03 04:00:58.747 INFO O| Aug 03 04:00:58.747 INFO skip step because feature "recovery" is not enabled
32122024-08-03T04:01:00.556Z[ host-image] Aug 03 04:00:58.747 INFO O| Aug 03 04:00:58.747 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32132024-08-03T04:01:00.556Z[ host-image] Aug 03 04:00:58.747 INFO O| Aug 03 04:00:58.747 INFO skip step because feature "recovery" is not enabled
32142024-08-03T04:01:00.556Z[ host-image] Aug 03 04:00:58.747 INFO O| Aug 03 04:00:58.747 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32152024-08-03T04:01:00.568Z[ host-image] Aug 03 04:00:58.762 INFO O| Aug 03 04:00:58.762 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
32162024-08-03T04:01:00.597ZAug 03 04:00:58.792 INFO [recovery-proto] task succeeded (165.276725ms)
32172024-08-03T04:01:00.600ZAug 03 04:00:58.792 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/.tmpozcuMR/proto/recovery/root -N 'recovery 602f194/${os_short_commit} 2024-08-03 03:41' -s recovery -R
32182024-08-03T04:01:00.620Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32192024-08-03T04:01:00.623ZAug 03 04:00:58.815 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+git602f1942600
32202024-08-03T04:01:00.703Z[ recovery-image] Aug 03 04:00:58.849 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32212024-08-03T04:01:00.703Z[ recovery-image] Aug 03 04:00:58.849 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32222024-08-03T04:01:00.707Z[ recovery-image] Aug 03 04:00:58.889 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpozcuMR/proto/recovery/root"
32232024-08-03T04:01:00.707Z[ recovery-image] Aug 03 04:00:58.889 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32242024-08-03T04:01:00.707Z[ recovery-image] Aug 03 04:00:58.889 INFO image builder template: ramdisk-01-os...
32252024-08-03T04:01:00.707Z[ recovery-image] Aug 03 04:00:58.889 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/.tmpozcuMR/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
32262024-08-03T04:01:00.719Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32272024-08-03T04:01:00.722ZAug 03 04:00:58.914 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+git602f1942600
32282024-08-03T04:01:00.884Z[ recovery-image] Aug 03 04:00:58.919 INFO O| Aug 03 04:00:58.918 INFO CREATE DATASET: rpool/images/build/recovery/output
32292024-08-03T04:01:00.894Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32302024-08-03T04:01:00.897ZAug 03 04:00:59.089 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+git602f1942600
32312024-08-03T04:01:00.911Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32322024-08-03T04:01:00.911Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32332024-08-03T04:01:00.914ZAug 03 04:00:59.106 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+git602f1942600
32342024-08-03T04:01:00.928Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32352024-08-03T04:01:01.026Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32362024-08-03T04:01:01.029Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32372024-08-03T04:01:01.029ZAug 03 04:00:59.221 INFO [stamp-probe] process exited with exit status: 0 (504.922443ms)
32382024-08-03T04:01:01.029ZAug 03 04:00:59.221 INFO [stamp-ntp] process exited with exit status: 0 (548.802414ms)
32392024-08-03T04:01:01.116Z[ recovery-image] Aug 03 04:00:59.310 INFO O| Aug 03 04:00:59.310 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32402024-08-03T04:01:01.122Z[ recovery-image] Aug 03 04:00:59.316 INFO O| Aug 03 04:00:59.316 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32412024-08-03T04:01:01.571Z[ recovery-image] Aug 03 04:00:59.766 INFO O| Aug 03 04:00:59.766 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32422024-08-03T04:01:01.717Z[ recovery-image] Aug 03 04:00:59.911 INFO O| Aug 03 04:00:59.911 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32432024-08-03T04:01:01.717Z[ recovery-image] Aug 03 04:00:59.911 INFO O| Aug 03 04:00:59.911 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32442024-08-03T04:01:01.720Z[ recovery-image] Aug 03 04:00:59.912 INFO O| Aug 03 04:00:59.911 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32452024-08-03T04:01:01.720Z[ recovery-image] Aug 03 04:00:59.912 INFO O| Aug 03 04:00:59.912 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32462024-08-03T04:01:01.749Z[ recovery-image] Aug 03 04:00:59.944 INFO O| Aug 03 04:00:59.944 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32472024-08-03T04:01:01.969Z[ host-image] Aug 03 04:01:00.163 INFO O| Aug 03 04:01:00.163 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32482024-08-03T04:01:02.031Z[ recovery-image] Aug 03 04:01:00.225 INFO O| Aug 03 04:01:00.225 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32492024-08-03T04:01:02.045Z[ recovery-image] Aug 03 04:01:00.239 INFO O| Aug 03 04:01:00.239 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32502024-08-03T04:01:02.100Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32512024-08-03T04:01:02.207Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
32522024-08-03T04:01:02.233Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32532024-08-03T04:01:02.237Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32542024-08-03T04:01:02.263ZAug 03 04:01:00.445 INFO [stamp-external-dns] process exited with exit status: 0 (1.531303078s)
32552024-08-03T04:01:02.292ZAug 03 04:01:00.487 INFO [stamp-internal-dns] process exited with exit status: 0 (1.380594986s)
32562024-08-03T04:01:02.298Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32572024-08-03T04:01:02.319Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32582024-08-03T04:01:02.325ZAug 03 04:01:00.519 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.430163925s)
32592024-08-03T04:01:02.330ZAug 03 04:01:00.525 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.886063471s)
32602024-08-03T04:01:02.537Z[ recovery-image] Aug 03 04:01:00.731 INFO O| Aug 03 04:01:00.731 INFO O| Caching catalogs ... Done
32612024-08-03T04:01:02.571Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32622024-08-03T04:01:02.576ZAug 03 04:01:00.771 INFO [stamp-oximeter] process exited with exit status: 0 (2.120969595s)
32632024-08-03T04:01:02.657Z[ recovery-image] Aug 03 04:01:00.851 INFO O| Aug 03 04:01:00.851 INFO STEP 0 (pkg_image_create) COMPLETE
32642024-08-03T04:01:02.657Z[ recovery-image] Aug 03 04:01:00.851 INFO O| Aug 03 04:01:00.851 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32652024-08-03T04:01:02.657Z[ recovery-image] Aug 03 04:01:00.851 INFO O| Aug 03 04:01:00.851 INFO skip step because feature "repo_redist" is not enabled
32662024-08-03T04:01:02.657Z[ recovery-image] Aug 03 04:01:00.851 INFO O| Aug 03 04:01:00.851 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32672024-08-03T04:01:02.673Z[ recovery-image] Aug 03 04:01:00.867 INFO O| Aug 03 04:01:00.867 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"]
32682024-08-03T04:01:03.144Z[ recovery-image] Aug 03 04:01:01.338 INFO O| Aug 03 04:01:01.338 INFO STEP 2 (pkg_set_publisher) COMPLETE
32692024-08-03T04:01:03.144Z[ recovery-image] Aug 03 04:01:01.339 INFO O| Aug 03 04:01:01.338 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32702024-08-03T04:01:03.159Z[ recovery-image] Aug 03 04:01:01.353 INFO O| Aug 03 04:01:01.353 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"]
32712024-08-03T04:01:03.638Z[ recovery-image] Aug 03 04:01:01.832 INFO O| Aug 03 04:01:01.832 INFO STEP 3 (pkg_set_publisher) COMPLETE
32722024-08-03T04:01:03.638Z[ recovery-image] Aug 03 04:01:01.832 INFO O| Aug 03 04:01:01.832 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32732024-08-03T04:01:03.638Z[ recovery-image] Aug 03 04:01:01.832 INFO O| Aug 03 04:01:01.832 INFO skip step because feature "repo_redist" is not enabled
32742024-08-03T04:01:03.638Z[ recovery-image] Aug 03 04:01:01.832 INFO O| Aug 03 04:01:01.832 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32752024-08-03T04:01:04.062Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
32762024-08-03T04:01:04.066ZAug 03 04:01:02.260 INFO [stamp-nexus] process exited with exit status: 0 (3.600188776s)
32772024-08-03T04:01:04.096Z[ recovery-image] Aug 03 04:01:02.290 INFO O| Aug 03 04:01:02.290 INFO variant opensolaris.zone is already global
32782024-08-03T04:01:04.096Z[ recovery-image] Aug 03 04:01:02.290 INFO O| Aug 03 04:01:02.290 INFO STEP 5 (pkg_change_variant) COMPLETE
32792024-08-03T04:01:04.096Z[ recovery-image] Aug 03 04:01:02.290 INFO O| Aug 03 04:01:02.290 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32802024-08-03T04:01:04.447Z[ recovery-image] Aug 03 04:01:02.641 INFO O| Aug 03 04:01:02.641 INFO variant opensolaris.imagetype is full; changing to partial
32812024-08-03T04:01:04.447Z[ recovery-image] Aug 03 04:01:02.641 INFO O| Aug 03 04:01:02.641 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32822024-08-03T04:01:06.048Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
32832024-08-03T04:01:06.054ZAug 03 04:01:04.247 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.620437789s)
32842024-08-03T04:01:08.370Z[ recovery-image] Aug 03 04:01:06.556 INFO O| Aug 03 04:01:06.556 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32852024-08-03T04:01:08.771Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
32862024-08-03T04:01:08.774ZAug 03 04:01:06.968 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.280856739s)
32872024-08-03T04:01:09.018Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
32882024-08-03T04:01:09.021ZAug 03 04:01:07.215 INFO [stamp-clickhouse] process exited with exit status: 0 (8.400476988s)
32892024-08-03T04:01:09.021ZAug 03 04:01:07.215 INFO [tuf-stamp] task succeeded (8.589146543s)
32902024-08-03T04:01:09.236Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32912024-08-03T04:01:09.364Z[verify-libraries] Compiling heck v0.4.1
32922024-08-03T04:01:09.364Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32932024-08-03T04:01:09.368Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32942024-08-03T04:01:09.395Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32952024-08-03T04:01:09.408Z[verify-libraries] Compiling indent_write v2.2.0
32962024-08-03T04:01:09.427Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32972024-08-03T04:01:09.443Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
32982024-08-03T04:01:09.682Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32992024-08-03T04:01:09.865Z[verify-libraries] Compiling termios v0.3.3
33002024-08-03T04:01:10.305Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33012024-08-03T04:01:10.792Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33022024-08-03T04:01:14.220Z[ recovery-image] Aug 03 04:01:12.413 INFO O| Aug 03 04:01:12.413 INFO O| Startup: Caching catalogs ... Done
33032024-08-03T04:01:14.284Z[ recovery-image] Aug 03 04:01:12.477 INFO O| Aug 03 04:01:12.477 INFO O| Planning: Planning completed in 0.00 seconds
33042024-08-03T04:01:14.288Z[ recovery-image] Aug 03 04:01:12.478 INFO O| Aug 03 04:01:12.478 INFO O| Planning: Consolidating action changes ... Done
33052024-08-03T04:01:14.288Z[ recovery-image] Aug 03 04:01:12.478 INFO O| Aug 03 04:01:12.478 INFO O| Planning: Evaluating mediators ... Done
33062024-08-03T04:01:14.291Z[ recovery-image] Aug 03 04:01:12.482 INFO O| Aug 03 04:01:12.479 INFO O| Planning: Planning completed in 0.00 seconds
33072024-08-03T04:01:14.291Z[ recovery-image] Aug 03 04:01:12.482 INFO O| Aug 03 04:01:12.479 INFO O| Variants/Facets to change: 1
33082024-08-03T04:01:14.350Z[ recovery-image] Aug 03 04:01:12.543 INFO O| Aug 03 04:01:12.543 INFO O| Done
33092024-08-03T04:01:14.350Z[ recovery-image] Aug 03 04:01:12.543 INFO O| Aug 03 04:01:12.543 INFO O| Done
33102024-08-03T04:01:15.051Z[ recovery-image] Aug 03 04:01:13.244 INFO O| Aug 03 04:01:13.244 INFO O| Done
33112024-08-03T04:01:15.109Z[ recovery-image] Aug 03 04:01:13.302 INFO O| Aug 03 04:01:13.302 INFO O| Done
33122024-08-03T04:01:15.112Z[ recovery-image] Aug 03 04:01:13.304 INFO O| Aug 03 04:01:13.304 INFO O| Done
33132024-08-03T04:01:15.112Z[ recovery-image] Aug 03 04:01:13.304 INFO O| Aug 03 04:01:13.304 INFO O| Done
33142024-08-03T04:01:15.116Z[ recovery-image] Aug 03 04:01:13.306 INFO O| Aug 03 04:01:13.306 INFO O| Done
33152024-08-03T04:01:15.631Z[ recovery-image] Aug 03 04:01:13.824 INFO O| Aug 03 04:01:13.824 INFO STEP 6 (pkg_change_variant) COMPLETE
33162024-08-03T04:01:15.631Z[ recovery-image] Aug 03 04:01:13.824 INFO O| Aug 03 04:01:13.824 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33172024-08-03T04:01:15.633Z[ recovery-image] Aug 03 04:01:13.824 INFO O| Aug 03 04:01:13.824 INFO skip step because feature "debug_variant" is not enabled
33182024-08-03T04:01:15.634Z[ recovery-image] Aug 03 04:01:13.824 INFO O| Aug 03 04:01:13.824 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33192024-08-03T04:01:16.419Z[ recovery-image] Aug 03 04:01:14.612 INFO O| Aug 03 04:01:14.612 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33202024-08-03T04:01:17.485Z[ recovery-image] Aug 03 04:01:15.678 INFO O| Aug 03 04:01:15.678 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33212024-08-03T04:01:17.487Z[ recovery-image] Aug 03 04:01:15.680 INFO O| Aug 03 04:01:15.680 INFO O| Planning: Planning completed in 0.00 seconds
33222024-08-03T04:01:17.487Z[ recovery-image] Aug 03 04:01:15.680 INFO O| Aug 03 04:01:15.680 INFO O| Planning: Consolidating action changes ... Done
33232024-08-03T04:01:17.487Z[ recovery-image] Aug 03 04:01:15.681 INFO O| Aug 03 04:01:15.681 INFO O| Planning: Evaluating mediators ... Done
33242024-08-03T04:01:17.490Z[ recovery-image] Aug 03 04:01:15.681 INFO O| Aug 03 04:01:15.681 INFO O| Planning: Planning completed in 0.00 seconds
33252024-08-03T04:01:17.490Z[ recovery-image] Aug 03 04:01:15.682 INFO O| Aug 03 04:01:15.682 INFO O| Variants/Facets to change: 1
33262024-08-03T04:01:17.742Z[ recovery-image] Aug 03 04:01:15.935 INFO O| Aug 03 04:01:15.935 INFO O| Done
33272024-08-03T04:01:17.742Z[ recovery-image] Aug 03 04:01:15.935 INFO O| Aug 03 04:01:15.935 INFO O| Done
33282024-08-03T04:01:18.188Z[ recovery-image] Aug 03 04:01:16.381 INFO O| Aug 03 04:01:16.381 INFO O| Done
33292024-08-03T04:01:18.256Z[ recovery-image] Aug 03 04:01:16.449 INFO O| Aug 03 04:01:16.449 INFO O| Done
33302024-08-03T04:01:18.259Z[ recovery-image] Aug 03 04:01:16.450 INFO O| Aug 03 04:01:16.450 INFO O| Done
33312024-08-03T04:01:18.259Z[ recovery-image] Aug 03 04:01:16.450 INFO O| Aug 03 04:01:16.450 INFO O| Done
33322024-08-03T04:01:18.262Z[ recovery-image] Aug 03 04:01:16.452 INFO O| Aug 03 04:01:16.452 INFO O| Done
33332024-08-03T04:01:18.368Z[ recovery-image] Aug 03 04:01:16.561 INFO O| Aug 03 04:01:16.561 INFO STEP 8 (pkg_change_facet) COMPLETE
33342024-08-03T04:01:18.368Z[ recovery-image] Aug 03 04:01:16.561 INFO O| Aug 03 04:01:16.561 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33352024-08-03T04:01:18.498Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33362024-08-03T04:01:19.139Z[ recovery-image] Aug 03 04:01:17.325 INFO O| Aug 03 04:01:17.325 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33372024-08-03T04:01:20.140Z[ recovery-image] Aug 03 04:01:18.333 INFO O| Aug 03 04:01:18.333 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33382024-08-03T04:01:20.143Z[ recovery-image] Aug 03 04:01:18.335 INFO O| Aug 03 04:01:18.335 INFO O| Planning: Planning completed in 0.00 seconds
33392024-08-03T04:01:20.143Z[ recovery-image] Aug 03 04:01:18.336 INFO O| Aug 03 04:01:18.336 INFO O| Planning: Consolidating action changes ... Done
33402024-08-03T04:01:20.143Z[ recovery-image] Aug 03 04:01:18.336 INFO O| Aug 03 04:01:18.336 INFO O| Planning: Evaluating mediators ... Done
33412024-08-03T04:01:20.145Z[ recovery-image] Aug 03 04:01:18.336 INFO O| Aug 03 04:01:18.336 INFO O| Planning: Planning completed in 0.00 seconds
33422024-08-03T04:01:20.145Z[ recovery-image] Aug 03 04:01:18.337 INFO O| Aug 03 04:01:18.337 INFO O| Variants/Facets to change: 1
33432024-08-03T04:01:20.213Z[ recovery-image] Aug 03 04:01:18.406 INFO O| Aug 03 04:01:18.406 INFO O| Done
33442024-08-03T04:01:20.213Z[ recovery-image] Aug 03 04:01:18.406 INFO O| Aug 03 04:01:18.406 INFO O| Done
33452024-08-03T04:01:20.683Z[ recovery-image] Aug 03 04:01:18.876 INFO O| Aug 03 04:01:18.875 INFO O| Done
33462024-08-03T04:01:20.734Z[ recovery-image] Aug 03 04:01:18.925 INFO O| Aug 03 04:01:18.925 INFO O| Done
33472024-08-03T04:01:20.737Z[ recovery-image] Aug 03 04:01:18.927 INFO O| Aug 03 04:01:18.926 INFO O| Done
33482024-08-03T04:01:20.738Z[ recovery-image] Aug 03 04:01:18.927 INFO O| Aug 03 04:01:18.927 INFO O| Done
33492024-08-03T04:01:20.738Z[ recovery-image] Aug 03 04:01:18.929 INFO O| Aug 03 04:01:18.929 INFO O| Done
33502024-08-03T04:01:20.859Z[ recovery-image] Aug 03 04:01:19.052 INFO O| Aug 03 04:01:19.052 INFO STEP 9 (pkg_change_facet) COMPLETE
33512024-08-03T04:01:20.859Z[ recovery-image] Aug 03 04:01:19.052 INFO O| Aug 03 04:01:19.052 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33522024-08-03T04:01:21.545Z[ recovery-image] Aug 03 04:01:19.738 INFO O| Aug 03 04:01:19.738 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
33532024-08-03T04:01:22.502Z[ recovery-image] Aug 03 04:01:20.695 INFO O| Aug 03 04:01:20.695 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33542024-08-03T04:01:22.505Z[ recovery-image] Aug 03 04:01:20.697 INFO O| Aug 03 04:01:20.697 INFO O| Planning: Planning completed in 0.00 seconds
33552024-08-03T04:01:22.505Z[ recovery-image] Aug 03 04:01:20.697 INFO O| Aug 03 04:01:20.697 INFO O| Planning: Consolidating action changes ... Done
33562024-08-03T04:01:22.505Z[ recovery-image] Aug 03 04:01:20.698 INFO O| Aug 03 04:01:20.698 INFO O| Planning: Evaluating mediators ... Done
33572024-08-03T04:01:22.505Z[ recovery-image] Aug 03 04:01:20.698 INFO O| Aug 03 04:01:20.698 INFO O| Planning: Planning completed in 0.00 seconds
33582024-08-03T04:01:22.508Z[ recovery-image] Aug 03 04:01:20.699 INFO O| Aug 03 04:01:20.698 INFO O| Variants/Facets to change: 1
33592024-08-03T04:01:22.624Z[ recovery-image] Aug 03 04:01:20.817 INFO O| Aug 03 04:01:20.817 INFO O| Done
33602024-08-03T04:01:22.624Z[ recovery-image] Aug 03 04:01:20.817 INFO O| Aug 03 04:01:20.817 INFO O| Done
33612024-08-03T04:01:23.201Z[ recovery-image] Aug 03 04:01:21.394 INFO O| Aug 03 04:01:21.394 INFO O| Done
33622024-08-03T04:01:23.262Z[ recovery-image] Aug 03 04:01:21.455 INFO O| Aug 03 04:01:21.455 INFO O| Done
33632024-08-03T04:01:23.265Z[ recovery-image] Aug 03 04:01:21.456 INFO O| Aug 03 04:01:21.456 INFO O| Done
33642024-08-03T04:01:23.265Z[ recovery-image] Aug 03 04:01:21.456 INFO O| Aug 03 04:01:21.456 INFO O| Done
33652024-08-03T04:01:23.265Z[ recovery-image] Aug 03 04:01:21.458 INFO O| Aug 03 04:01:21.458 INFO O| Done
33662024-08-03T04:01:23.367Z[ recovery-image] Aug 03 04:01:21.560 INFO O| Aug 03 04:01:21.560 INFO STEP 10 (pkg_change_facet) COMPLETE
33672024-08-03T04:01:23.367Z[ recovery-image] Aug 03 04:01:21.560 INFO O| Aug 03 04:01:21.560 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33682024-08-03T04:01:23.386Z[ recovery-image] Aug 03 04:01:21.579 INFO O| Aug 03 04:01:21.579 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
33692024-08-03T04:01:24.417Z[ recovery-image] Aug 03 04:01:22.610 INFO O| Aug 03 04:01:22.610 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33702024-08-03T04:01:26.039Z[ host-image] Aug 03 04:01:24.232 INFO O| Aug 03 04:01:24.232 INFO O| Planning: Solver setup ... Done
33712024-08-03T04:01:41.122Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33722024-08-03T04:01:43.150Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33732024-08-03T04:01:46.470Z[ host-image] Aug 03 04:01:44.471 INFO O| Aug 03 04:01:44.471 INFO O| Planning: Running solver ... Done
33742024-08-03T04:01:46.577Z[ host-image] Aug 03 04:01:44.769 INFO O| Aug 03 04:01:44.768 INFO O| Planning: Finding local manifests ... Done
33752024-08-03T04:01:46.593Z[ host-image] Aug 03 04:01:44.784 INFO O| Aug 03 04:01:44.784 INFO O| Planning: Fetching manifests: 0/124 0% complete
33762024-08-03T04:01:51.556Z[ host-image] Aug 03 04:01:49.747 INFO O| Aug 03 04:01:49.747 INFO O| Planning: Fetching manifests: 124/124 100% complete
33772024-08-03T04:01:52.884Z[ host-image] Aug 03 04:01:51.075 INFO O| Aug 03 04:01:51.075 INFO O| Planning: Package planning ... Done
33782024-08-03T04:01:53.085Z[ recovery-image] Aug 03 04:01:51.276 INFO O| Aug 03 04:01:51.276 INFO O| Planning: Solver setup ... Done
33792024-08-03T04:01:54.595Z[ host-image] Aug 03 04:01:52.786 INFO O| Aug 03 04:01:52.786 INFO O| Planning: Merging actions ... Done
33802024-08-03T04:01:54.898Z[ host-image] Aug 03 04:01:53.089 INFO O| Aug 03 04:01:53.089 INFO O| Planning: Checking for conflicting actions ... Done
33812024-08-03T04:01:55.190Z[ host-image] Aug 03 04:01:53.381 INFO O| Aug 03 04:01:53.381 INFO O| Planning: Consolidating action changes ... Done
33822024-08-03T04:01:55.801Z[ host-image] Aug 03 04:01:53.992 INFO O| Aug 03 04:01:53.992 INFO O| Planning: Evaluating mediators ... Done
33832024-08-03T04:02:02.123Z[ host-image] Aug 03 04:02:00.313 INFO O| Aug 03 04:02:00.313 INFO O| Planning: Planning completed in 60.15 seconds
33842024-08-03T04:02:02.128Z[ host-image] Aug 03 04:02:00.319 INFO O| Aug 03 04:02:00.319 INFO O| Packages to install: 124
33852024-08-03T04:02:02.131Z[ host-image] Aug 03 04:02:00.319 INFO O| Aug 03 04:02:00.319 INFO O| Mediators to change: 4
33862024-08-03T04:02:02.131Z[ host-image] Aug 03 04:02:00.319 INFO O| Aug 03 04:02:00.319 INFO O| Services to change: 6
33872024-08-03T04:02:02.269Z[ host-image] Aug 03 04:02:00.460 INFO O| Aug 03 04:02:00.460 INFO O| Download: 0/22724 items 0.0/196.3MB 0% complete
33882024-08-03T04:02:07.270Z[ host-image] Aug 03 04:02:05.460 INFO O| Aug 03 04:02:05.460 INFO O| Download: 1050/22724 items 8.0/196.3MB 4% complete (1.6M/s)
33892024-08-03T04:02:12.453Z[ host-image] Aug 03 04:02:10.643 INFO O| Aug 03 04:02:10.643 INFO O| Download: 1769/22724 items 12.0/196.3MB 6% complete (1.2M/s)
33902024-08-03T04:02:12.665Z[ recovery-image] Aug 03 04:02:10.855 INFO O| Aug 03 04:02:10.855 INFO O| Planning: Running solver ... Done
33912024-08-03T04:02:12.921Z[ recovery-image] Aug 03 04:02:11.110 INFO O| Aug 03 04:02:11.109 INFO O| Planning: Finding local manifests ... Done
33922024-08-03T04:02:12.933Z[ recovery-image] Aug 03 04:02:11.123 INFO O| Aug 03 04:02:11.123 INFO O| Planning: Fetching manifests: 0/124 0% complete
33932024-08-03T04:02:17.711Z[ host-image] Aug 03 04:02:15.901 INFO O| Aug 03 04:02:15.901 INFO O| Download: 2094/22724 items 23.4/196.3MB 11% complete (1.6M/s)
33942024-08-03T04:02:18.462Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33952024-08-03T04:02:19.192Z[ recovery-image] Aug 03 04:02:17.382 INFO O| Aug 03 04:02:17.382 INFO O| Planning: Fetching manifests: 124/124 100% complete
33962024-08-03T04:02:20.032Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33972024-08-03T04:02:20.237Z[ recovery-image] Aug 03 04:02:18.427 INFO O| Aug 03 04:02:18.427 INFO O| Planning: Package planning ... Done
33982024-08-03T04:02:20.814Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33992024-08-03T04:02:21.070Z[ recovery-image] Aug 03 04:02:19.259 INFO O| Aug 03 04:02:19.259 INFO O| Planning: Merging actions ... Done
34002024-08-03T04:02:21.296Z[ recovery-image] Aug 03 04:02:19.485 INFO O| Aug 03 04:02:19.485 INFO O| Planning: Checking for conflicting actions ... Done
34012024-08-03T04:02:21.427Z[ recovery-image] Aug 03 04:02:19.616 INFO O| Aug 03 04:02:19.616 INFO O| Planning: Consolidating action changes ... Done
34022024-08-03T04:02:21.751Z[ recovery-image] Aug 03 04:02:19.940 INFO O| Aug 03 04:02:19.940 INFO O| Planning: Evaluating mediators ... Done
34032024-08-03T04:02:22.719Z[ host-image] Aug 03 04:02:20.908 INFO O| Aug 03 04:02:20.908 INFO O| Download: 2467/22724 items 29.9/196.3MB 15% complete (1.8M/s)
34042024-08-03T04:02:23.194Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34052024-08-03T04:02:27.719Z[ host-image] Aug 03 04:02:25.909 INFO O| Aug 03 04:02:25.909 INFO O| Download: 3709/22724 items 37.9/196.3MB 19% complete (1.4M/s)
34062024-08-03T04:02:27.999Z[ recovery-image] Aug 03 04:02:26.188 INFO O| Aug 03 04:02:26.188 INFO O| Planning: Planning completed in 63.58 seconds
34072024-08-03T04:02:28.005Z[ recovery-image] Aug 03 04:02:26.195 INFO O| Aug 03 04:02:26.195 INFO O| Packages to install: 124
34082024-08-03T04:02:28.006Z[ recovery-image] Aug 03 04:02:26.195 INFO O| Aug 03 04:02:26.195 INFO O| Mediators to change: 4
34092024-08-03T04:02:28.009Z[ recovery-image] Aug 03 04:02:26.195 INFO O| Aug 03 04:02:26.195 INFO O| Services to change: 5
34102024-08-03T04:02:28.080Z[ recovery-image] Aug 03 04:02:26.268 INFO O| Aug 03 04:02:26.268 INFO O| Download: 0/15831 items 0.0/173.1MB 0% complete
34112024-08-03T04:02:33.112Z[ host-image] Aug 03 04:02:31.301 INFO O| Aug 03 04:02:31.301 INFO O| Download: 4534/22724 items 42.3/196.3MB 21% complete (1.4M/s)
34122024-08-03T04:02:33.187Z[ recovery-image] Aug 03 04:02:31.375 INFO O| Aug 03 04:02:31.375 INFO O| Download: 1008/15831 items 7.9/173.1MB 4% complete (1.7M/s)
34132024-08-03T04:02:38.122Z[ host-image] Aug 03 04:02:36.311 INFO O| Aug 03 04:02:36.311 INFO O| Download: 5428/22724 items 46.1/196.3MB 23% complete (647k/s)
34142024-08-03T04:02:38.561Z[ recovery-image] Aug 03 04:02:36.749 INFO O| Aug 03 04:02:36.749 INFO O| Download: 1182/15831 items 13.3/173.1MB 7% complete (1.6M/s)
34152024-08-03T04:02:43.202Z[ host-image] Aug 03 04:02:41.390 INFO O| Aug 03 04:02:41.390 INFO O| Download: 6249/22724 items 46.5/196.3MB 23% complete (434k/s)
34162024-08-03T04:02:43.572Z[ recovery-image] Aug 03 04:02:41.758 INFO O| Aug 03 04:02:41.758 INFO O| Download: 1561/15831 items 22.6/173.1MB 13% complete (1.5M/s)
34172024-08-03T04:02:48.227Z[ host-image] Aug 03 04:02:46.415 INFO O| Aug 03 04:02:46.415 INFO O| Download: 6856/22724 items 49.0/196.3MB 24% complete (297k/s)
34182024-08-03T04:02:48.574Z[ recovery-image] Aug 03 04:02:46.762 INFO O| Aug 03 04:02:46.761 INFO O| Download: 2151/15831 items 31.1/173.1MB 17% complete (1.8M/s)
34192024-08-03T04:02:53.244Z[ host-image] Aug 03 04:02:51.432 INFO O| Aug 03 04:02:51.432 INFO O| Download: 7316/22724 items 57.4/196.3MB 29% complete (1.1M/s)
34202024-08-03T04:02:53.586Z[ recovery-image] Aug 03 04:02:51.773 INFO O| Aug 03 04:02:51.773 INFO O| Download: 2998/15831 items 37.0/173.1MB 21% complete (1.5M/s)
34212024-08-03T04:02:58.262Z[ host-image] Aug 03 04:02:56.449 INFO O| Aug 03 04:02:56.449 INFO O| Download: 7994/22724 items 60.2/196.3MB 30% complete (1.1M/s)
34222024-08-03T04:02:59.101Z[ recovery-image] Aug 03 04:02:57.289 INFO O| Aug 03 04:02:57.289 INFO O| Download: 3683/15831 items 40.1/173.1MB 23% complete (1.0M/s)
34232024-08-03T04:03:04.342Z[ recovery-image] Aug 03 04:03:02.529 INFO O| Aug 03 04:03:02.529 INFO O| Download: 4775/15831 items 43.0/173.1MB 24% complete (603k/s)
34242024-08-03T04:03:04.344Z[ host-image] Aug 03 04:03:02.530 INFO O| Aug 03 04:03:02.530 INFO O| Download: 8264/22724 items 65.7/196.3MB 33% complete (827k/s)
34252024-08-03T04:03:09.361Z[ recovery-image] Aug 03 04:03:07.548 INFO O| Aug 03 04:03:07.548 INFO O| Download: 5649/15831 items 44.0/173.1MB 25% complete (353k/s)
34262024-08-03T04:03:09.395Z[ host-image] Aug 03 04:03:07.582 INFO O| Aug 03 04:03:07.582 INFO O| Download: 8963/22724 items 72.3/196.3MB 36% complete (1.1M/s)
34272024-08-03T04:03:14.396Z[ host-image] Aug 03 04:03:12.582 INFO O| Aug 03 04:03:12.582 INFO O| Download: 10200/22724 items 86.2/196.3MB 43% complete (2.0M/s)
34282024-08-03T04:03:14.715Z[ recovery-image] Aug 03 04:03:12.902 INFO O| Aug 03 04:03:12.902 INFO O| Download: 5747/15831 items 46.9/173.1MB 27% complete (387k/s)
34292024-08-03T04:03:19.421Z[ host-image] Aug 03 04:03:17.607 INFO O| Aug 03 04:03:17.607 INFO O| Download: 10856/22724 items 90.0/196.3MB 45% complete (1.9M/s)
34302024-08-03T04:03:20.063Z[ recovery-image] Aug 03 04:03:18.250 INFO O| Aug 03 04:03:18.249 INFO O| Download: 6116/15831 items 58.8/173.1MB 33% complete (1.4M/s)
34312024-08-03T04:03:25.067Z[ recovery-image] Aug 03 04:03:23.252 INFO O| Aug 03 04:03:23.252 INFO O| Download: 6797/15831 items 65.3/173.1MB 37% complete (1.6M/s)
34322024-08-03T04:03:25.729Z[ host-image] Aug 03 04:03:23.915 INFO O| Aug 03 04:03:23.914 INFO O| Download: 11281/22724 items 95.4/196.3MB 48% complete (1.1M/s)
34332024-08-03T04:03:30.222Z[ recovery-image] Aug 03 04:03:28.407 INFO O| Aug 03 04:03:28.407 INFO O| Download: 7618/15831 items 73.6/173.1MB 42% complete (1.5M/s)
34342024-08-03T04:03:30.983Z[ host-image] Aug 03 04:03:29.169 INFO O| Aug 03 04:03:29.168 INFO O| Download: 12003/22724 items 100.3/196.3MB 51% complete (769k/s)
34352024-08-03T04:03:35.235Z[ recovery-image] Aug 03 04:03:33.420 INFO O| Aug 03 04:03:33.420 INFO O| Download: 8048/15831 items 79.5/173.1MB 45% complete (1.4M/s)
34362024-08-03T04:03:35.987Z[ host-image] Aug 03 04:03:34.172 INFO O| Aug 03 04:03:34.172 INFO O| Download: 12519/22724 items 109.5/196.3MB 55% complete (1.4M/s)
34372024-08-03T04:03:40.362Z[ recovery-image] Aug 03 04:03:38.547 INFO O| Aug 03 04:03:38.547 INFO O| Download: 8672/15831 items 83.1/173.1MB 48% complete (860k/s)
34382024-08-03T04:03:41.051Z[ host-image] Aug 03 04:03:39.236 INFO O| Aug 03 04:03:39.236 INFO O| Download: 13332/22724 items 109.9/196.3MB 55% complete (1010k/s)
34392024-08-03T04:03:45.369Z[ recovery-image] Aug 03 04:03:43.553 INFO O| Aug 03 04:03:43.553 INFO O| Download: 9038/15831 items 92.6/173.1MB 53% complete (1.3M/s)
34402024-08-03T04:03:46.225Z[ host-image] Aug 03 04:03:44.410 INFO O| Aug 03 04:03:44.409 INFO O| Download: 14435/22724 items 111.9/196.3MB 57% complete (228k/s)
34412024-08-03T04:03:50.710Z[ recovery-image] Aug 03 04:03:48.894 INFO O| Aug 03 04:03:48.894 INFO O| Download: 10541/15831 items 93.4/173.1MB 53% complete (1.1M/s)
34422024-08-03T04:03:51.525Z[ host-image] Aug 03 04:03:49.709 INFO O| Aug 03 04:03:49.709 INFO O| Download: 14501/22724 items 116.5/196.3MB 59% complete (597k/s)
34432024-08-03T04:03:56.229Z[ recovery-image] Aug 03 04:03:54.413 INFO O| Aug 03 04:03:54.413 INFO O| Download: 11044/15831 items 95.3/173.1MB 55% complete (247k/s)
34442024-08-03T04:03:56.546Z[ host-image] Aug 03 04:03:54.727 INFO O| Aug 03 04:03:54.727 INFO O| Download: 15743/22724 items 126.0/196.3MB 64% complete (1.4M/s)
34452024-08-03T04:04:01.231Z[ recovery-image] Aug 03 04:03:59.415 INFO O| Aug 03 04:03:59.415 INFO O| Download: 11471/15831 items 108.9/173.1MB 62% complete (1.5M/s)
34462024-08-03T04:04:01.545Z[ host-image] Aug 03 04:03:59.727 INFO O| Aug 03 04:03:59.727 INFO O| Download: 16663/22724 items 135.6/196.3MB 69% complete (1.9M/s)
34472024-08-03T04:04:06.334Z[ recovery-image] Aug 03 04:04:04.518 INFO O| Aug 03 04:04:04.518 INFO O| Download: 11935/15831 items 130.7/173.1MB 75% complete (3.6M/s)
34482024-08-03T04:04:06.549Z[ host-image] Aug 03 04:04:04.733 INFO O| Aug 03 04:04:04.732 INFO O| Download: 17845/22724 items 149.7/196.3MB 76% complete (2.4M/s)
34492024-08-03T04:04:11.339Z[ recovery-image] Aug 03 04:04:09.522 INFO O| Aug 03 04:04:09.522 INFO O| Download: 12660/15831 items 139.2/173.1MB 80% complete (3.0M/s)
34502024-08-03T04:04:11.569Z[ host-image] Aug 03 04:04:09.752 INFO O| Aug 03 04:04:09.752 INFO O| Download: 18603/22724 items 161.0/196.3MB 82% complete (2.5M/s)
34512024-08-03T04:04:16.352Z[ recovery-image] Aug 03 04:04:14.535 INFO O| Aug 03 04:04:14.535 INFO O| Download: 13634/15831 items 143.5/173.1MB 82% complete (1.3M/s)
34522024-08-03T04:04:16.573Z[ host-image] Aug 03 04:04:14.755 INFO O| Aug 03 04:04:14.755 INFO O| Download: 19431/22724 items 164.2/196.3MB 83% complete (1.4M/s)
34532024-08-03T04:04:21.582Z[ host-image] Aug 03 04:04:19.765 INFO O| Aug 03 04:04:19.764 INFO O| Download: 20562/22724 items 169.3/196.3MB 86% complete (847k/s)
34542024-08-03T04:04:22.901Z[ recovery-image] Aug 03 04:04:21.083 INFO O| Aug 03 04:04:21.083 INFO O| Download: 14027/15831 items 145.4/173.1MB 83% complete (846k/s)
34552024-08-03T04:04:26.670Z[ host-image] Aug 03 04:04:24.852 INFO O| Aug 03 04:04:24.852 INFO O| Download: 21016/22724 items 176.3/196.3MB 89% complete (1.2M/s)
34562024-08-03T04:04:28.244Z[ recovery-image] Aug 03 04:04:26.426 INFO O| Aug 03 04:04:26.426 INFO O| Download: 14696/15831 items 148.4/173.1MB 85% complete (375k/s)
34572024-08-03T04:04:31.835Z[ host-image] Aug 03 04:04:30.017 INFO O| Aug 03 04:04:30.017 INFO O| Download: 21899/22724 items 188.4/196.3MB 95% complete (1.9M/s)
34582024-08-03T04:04:33.245Z[ recovery-image] Aug 03 04:04:31.426 INFO O| Aug 03 04:04:31.426 INFO O| Download: 15253/15831 items 157.9/173.1MB 91% complete (1.2M/s)
34592024-08-03T04:04:36.838Z[ host-image] Aug 03 04:04:35.020 INFO O| Aug 03 04:04:35.019 INFO O| Download: 22341/22724 items 195.9/196.3MB 99% complete (1.9M/s)
34602024-08-03T04:04:38.247Z[ recovery-image] Aug 03 04:04:36.429 INFO O| Aug 03 04:04:36.429 INFO O| Download: 15635/15831 items 167.3/173.1MB 96% complete (1.9M/s)
34612024-08-03T04:04:38.478Z[ host-image] Aug 03 04:04:36.660 INFO O| Aug 03 04:04:36.660 INFO O| Download: Completed 196.33 MB in 156.20 seconds (1.2M/s)
34622024-08-03T04:04:39.795Z[ host-image] Aug 03 04:04:37.976 INFO O| Aug 03 04:04:37.976 INFO O| Actions: 1/49256 actions (Installing new actions)
34632024-08-03T04:04:39.799Z[ recovery-image] Aug 03 04:04:37.981 INFO O| Aug 03 04:04:37.981 INFO O| Download: Completed 173.13 MB in 131.71 seconds (1.3M/s)
34642024-08-03T04:04:40.765Z[ recovery-image] Aug 03 04:04:38.946 INFO O| Aug 03 04:04:38.946 INFO O| Actions: 1/24963 actions (Installing new actions)
34652024-08-03T04:04:44.796Z[ host-image] Aug 03 04:04:42.977 INFO O| Aug 03 04:04:42.977 INFO O| Actions: 8235/49256 actions (Installing new actions)
34662024-08-03T04:04:45.765Z[ recovery-image] Aug 03 04:04:43.946 INFO O| Aug 03 04:04:43.946 INFO O| Actions: 8565/24963 actions (Installing new actions)
34672024-08-03T04:04:49.801Z[ host-image] Aug 03 04:04:47.982 INFO O| Aug 03 04:04:47.982 INFO O| Actions: 13805/49256 actions (Installing new actions)
34682024-08-03T04:04:50.772Z[ recovery-image] Aug 03 04:04:48.952 INFO O| Aug 03 04:04:48.952 INFO O| Actions: 14256/24963 actions (Installing new actions)
34692024-08-03T04:04:54.833Z[ host-image] Aug 03 04:04:53.014 INFO O| Aug 03 04:04:53.013 INFO O| Actions: 19672/49256 actions (Installing new actions)
34702024-08-03T04:04:55.772Z[ recovery-image] Aug 03 04:04:53.952 INFO O| Aug 03 04:04:53.952 INFO O| Actions: 20719/24963 actions (Installing new actions)
34712024-08-03T04:04:59.833Z[ host-image] Aug 03 04:04:58.013 INFO O| Aug 03 04:04:58.013 INFO O| Actions: 38861/49256 actions (Installing new actions)
34722024-08-03T04:05:00.851Z[ recovery-image] Aug 03 04:04:59.032 INFO O| Aug 03 04:04:59.032 INFO O| Actions: 24538/24963 actions (Installing new actions)
34732024-08-03T04:05:02.164Z[ recovery-image] Aug 03 04:05:00.344 INFO O| Aug 03 04:05:00.344 INFO O| Actions: Completed 24963 actions in 21.39 seconds.
34742024-08-03T04:05:02.668Z[ recovery-image] Aug 03 04:05:00.848 INFO O| Aug 03 04:05:00.848 INFO O| Done
34752024-08-03T04:05:02.668Z[ recovery-image] Aug 03 04:05:00.848 INFO O| Aug 03 04:05:00.848 INFO O| Done
34762024-08-03T04:05:03.661Z[ recovery-image] Aug 03 04:05:01.834 INFO O| Aug 03 04:05:01.833 INFO O| Done
34772024-08-03T04:05:04.908Z[ host-image] Aug 03 04:05:03.088 INFO O| Aug 03 04:05:03.088 INFO O| Actions: 48847/49256 actions (Installing new actions)
34782024-08-03T04:05:05.115Z[ recovery-image] Aug 03 04:05:03.295 INFO O| Aug 03 04:05:03.295 INFO O| Done
34792024-08-03T04:05:05.138Z[ recovery-image] Aug 03 04:05:03.318 INFO O| Aug 03 04:05:03.318 INFO O| Done
34802024-08-03T04:05:05.564Z[ host-image] Aug 03 04:05:03.744 INFO O| Aug 03 04:05:03.744 INFO O| Actions: Completed 49256 actions in 25.76 seconds.
34812024-08-03T04:05:06.124Z[ host-image] Aug 03 04:05:04.304 INFO O| Aug 03 04:05:04.304 INFO O| Done
34822024-08-03T04:05:06.124Z[ host-image] Aug 03 04:05:04.304 INFO O| Aug 03 04:05:04.304 INFO O| Done
34832024-08-03T04:05:07.131Z[ host-image] Aug 03 04:05:05.311 INFO O| Aug 03 04:05:05.311 INFO O| Done
34842024-08-03T04:05:09.776Z[ host-image] Aug 03 04:05:07.956 INFO O| Aug 03 04:05:07.956 INFO O| Done
34852024-08-03T04:05:09.811Z[ host-image] Aug 03 04:05:07.991 INFO O| Aug 03 04:05:07.991 INFO O| Done
34862024-08-03T04:05:13.128Z[ recovery-image] Aug 03 04:05:11.308 INFO O| Aug 03 04:05:11.307 INFO O| Done
34872024-08-03T04:05:13.457Z[ recovery-image] Aug 03 04:05:11.636 INFO O| Aug 03 04:05:11.636 INFO O| Done
34882024-08-03T04:05:13.651Z[ recovery-image] Aug 03 04:05:11.831 INFO O| Aug 03 04:05:11.830 INFO STEP 11 (pkg_install) COMPLETE
34892024-08-03T04:05:13.651Z[ recovery-image] Aug 03 04:05:11.831 INFO O| Aug 03 04:05:11.831 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34902024-08-03T04:05:13.654Z[ recovery-image] Aug 03 04:05:11.831 INFO O| Aug 03 04:05:11.831 INFO skip step because feature "recovery" is enabled
34912024-08-03T04:05:13.654Z[ recovery-image] Aug 03 04:05:11.831 INFO O| Aug 03 04:05:11.831 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34922024-08-03T04:05:13.654Z[ recovery-image] Aug 03 04:05:11.831 INFO O| Aug 03 04:05:11.831 INFO skip step because feature "omicron1" is not enabled
34932024-08-03T04:05:13.654Z[ recovery-image] Aug 03 04:05:11.831 INFO O| Aug 03 04:05:11.831 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34942024-08-03T04:05:13.664Z[ recovery-image] Aug 03 04:05:11.844 INFO O| Aug 03 04:05:11.844 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
34952024-08-03T04:05:14.218Z[ recovery-image] Aug 03 04:05:12.397 INFO O| Aug 03 04:05:12.397 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34962024-08-03T04:05:15.515Z[ recovery-image] Aug 03 04:05:13.695 INFO O| Aug 03 04:05:13.695 INFO O| Planning: Solver setup ... Done
34972024-08-03T04:05:15.518Z[ recovery-image] Aug 03 04:05:13.698 INFO O| Aug 03 04:05:13.698 INFO O| Planning: Running solver ... Done
34982024-08-03T04:05:15.555Z[ recovery-image] Aug 03 04:05:13.735 INFO O| Aug 03 04:05:13.735 INFO O| Planning: Finding local manifests ... Done
34992024-08-03T04:05:15.559Z[ recovery-image] Aug 03 04:05:13.736 INFO O| Aug 03 04:05:13.736 INFO O| Planning: Fetching manifests: 0/1 0% complete
35002024-08-03T04:05:15.614Z[ recovery-image] Aug 03 04:05:13.793 INFO O| Aug 03 04:05:13.793 INFO O| Planning: Fetching manifests: 1/1 100% complete
35012024-08-03T04:05:15.637Z[ recovery-image] Aug 03 04:05:13.816 INFO O| Aug 03 04:05:13.816 INFO O| Planning: Package planning ... Done
35022024-08-03T04:05:15.639Z[ recovery-image] Aug 03 04:05:13.817 INFO O| Aug 03 04:05:13.817 INFO O| Planning: Merging actions ... Done
35032024-08-03T04:05:15.670Z[ recovery-image] Aug 03 04:05:13.849 INFO O| Aug 03 04:05:13.849 INFO O| Planning: Checking for conflicting actions ... Done
35042024-08-03T04:05:15.673Z[ recovery-image] Aug 03 04:05:13.850 INFO O| Aug 03 04:05:13.850 INFO O| Planning: Consolidating action changes ... Done
35052024-08-03T04:05:15.793Z[ recovery-image] Aug 03 04:05:13.973 INFO O| Aug 03 04:05:13.972 INFO O| Planning: Evaluating mediators ... Done
35062024-08-03T04:05:15.796Z[ recovery-image] Aug 03 04:05:13.973 INFO O| Aug 03 04:05:13.973 INFO O| Planning: Planning completed in 1.58 seconds
35072024-08-03T04:05:15.796Z[ recovery-image] Aug 03 04:05:13.974 INFO O| Aug 03 04:05:13.974 INFO O| Packages to install: 1
35082024-08-03T04:05:15.805Z[ recovery-image] Aug 03 04:05:13.984 INFO O| Aug 03 04:05:13.984 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35092024-08-03T04:05:16.187Z[ recovery-image] Aug 03 04:05:14.367 INFO O| Aug 03 04:05:14.366 INFO O| Download: Completed 20.86 MB in 0.38 seconds (54.6M/s)
35102024-08-03T04:05:16.218Z[ recovery-image] Aug 03 04:05:14.397 INFO O| Aug 03 04:05:14.397 INFO O| Actions: 1/22 actions (Installing new actions)
35112024-08-03T04:05:16.885Z[ recovery-image] Aug 03 04:05:15.065 INFO O| Aug 03 04:05:15.065 INFO O| Actions: Completed 22 actions in 0.67 seconds.
35122024-08-03T04:05:17.172Z[ recovery-image] Aug 03 04:05:15.351 INFO O| Aug 03 04:05:15.351 INFO O| Done
35132024-08-03T04:05:17.172Z[ recovery-image] Aug 03 04:05:15.351 INFO O| Aug 03 04:05:15.351 INFO O| Done
35142024-08-03T04:05:17.420Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 09s
35152024-08-03T04:05:17.517Z[ recovery-image] Aug 03 04:05:15.696 INFO O| Aug 03 04:05:15.696 INFO O| Done
35162024-08-03T04:05:17.617Z[ host-image] Aug 03 04:05:15.796 INFO O| Aug 03 04:05:15.796 INFO O| Done
35172024-08-03T04:05:17.689ZAug 03 04:05:15.869 INFO [verify-libraries] process exited with exit status: 0 (257.393823842s)
35182024-08-03T04:05:18.083Z[ host-image] Aug 03 04:05:16.263 INFO O| Aug 03 04:05:16.263 INFO O| Done
35192024-08-03T04:05:18.267Z[ host-image] Aug 03 04:05:16.446 INFO O| Aug 03 04:05:16.446 INFO STEP 11 (pkg_install) COMPLETE
35202024-08-03T04:05:18.267Z[ host-image] Aug 03 04:05:16.446 INFO O| Aug 03 04:05:16.446 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35212024-08-03T04:05:18.278Z[ host-image] Aug 03 04:05:16.457 INFO O| Aug 03 04:05:16.457 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
35222024-08-03T04:05:18.293Z[ recovery-image] Aug 03 04:05:16.473 INFO O| Aug 03 04:05:16.472 INFO O| Done
35232024-08-03T04:05:18.305Z[ recovery-image] Aug 03 04:05:16.484 INFO O| Aug 03 04:05:16.484 INFO O| Done
35242024-08-03T04:05:18.305Z[ recovery-image] Aug 03 04:05:16.484 INFO O| Aug 03 04:05:16.484 INFO O| Done
35252024-08-03T04:05:18.314Z[ recovery-image] Aug 03 04:05:16.494 INFO O| Aug 03 04:05:16.494 INFO O| Done
35262024-08-03T04:05:18.401Z[ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO STEP 14 (pkg_install) COMPLETE
35272024-08-03T04:05:18.401Z[ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35282024-08-03T04:05:18.404Z[ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO skip step because feature "mfg" is not enabled
35292024-08-03T04:05:18.404Z[ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35302024-08-03T04:05:18.404Z[ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO skip step because feature "compliance" is not enabled
35312024-08-03T04:05:18.404Z[ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35322024-08-03T04:05:18.404Z[ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO skip step because feature "stress" is not enabled
35332024-08-03T04:05:18.404Z[ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35342024-08-03T04:05:18.404Z[ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO skip step because feature "nfs" is not enabled
35352024-08-03T04:05:18.404Z[ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35362024-08-03T04:05:18.404Z[ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35372024-08-03T04:05:18.608Z[ recovery-image] Aug 03 04:05:16.788 INFO O| Aug 03 04:05:16.788 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35382024-08-03T04:05:18.688Z[ recovery-image] Aug 03 04:05:16.867 INFO O| Aug 03 04:05:16.867 INFO completed processing gimlet/ramdisk-01-os
35392024-08-03T04:05:18.692Z[ recovery-image] Aug 03 04:05:16.869 INFO image builder template: ramdisk-02-trim...
35402024-08-03T04:05:18.692Z[ recovery-image] Aug 03 04:05:16.869 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/.tmpozcuMR/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
35412024-08-03T04:05:18.714Z[ recovery-image] Aug 03 04:05:16.893 INFO O| Aug 03 04:05:16.893 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35422024-08-03T04:05:18.717Z[ recovery-image] Aug 03 04:05:16.897 INFO O| Aug 03 04:05:16.897 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35432024-08-03T04:05:18.798Z[ recovery-image] Aug 03 04:05:16.977 INFO O| Aug 03 04:05:16.977 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35442024-08-03T04:05:18.821Z[ host-image] Aug 03 04:05:17.001 INFO O| Aug 03 04:05:17.000 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35452024-08-03T04:05:18.867Z[ recovery-image] Aug 03 04:05:17.046 INFO O| Aug 03 04:05:17.046 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35462024-08-03T04:05:18.867Z[ recovery-image] Aug 03 04:05:17.046 INFO O| Aug 03 04:05:17.046 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35472024-08-03T04:05:18.871Z[ recovery-image] Aug 03 04:05:17.051 INFO O| Aug 03 04:05:17.051 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
35482024-08-03T04:05:18.875Z[ recovery-image] Aug 03 04:05:17.055 INFO O| Aug 03 04:05:17.055 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35492024-08-03T04:05:18.880Z[ recovery-image] Aug 03 04:05:17.060 INFO O| Aug 03 04:05:17.059 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35502024-08-03T04:05:19.042Z[ recovery-image] Aug 03 04:05:17.221 INFO O| Aug 03 04:05:17.221 INFO rolled back to input snapshot; work may begin
35512024-08-03T04:05:19.042Z[ recovery-image] Aug 03 04:05:17.222 INFO O| Aug 03 04:05:17.221 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35522024-08-03T04:05:19.048Z[ recovery-image] Aug 03 04:05:17.228 INFO O| Aug 03 04:05:17.228 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35532024-08-03T04:05:19.059Z[ recovery-image] Aug 03 04:05:17.238 INFO O| Aug 03 04:05:17.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
35542024-08-03T04:05:19.102Z[ recovery-image] Aug 03 04:05:17.282 INFO O| Aug 03 04:05:17.281 INFO STEP 0 (remove_files) COMPLETE
35552024-08-03T04:05:19.102Z[ recovery-image] Aug 03 04:05:17.282 INFO O| Aug 03 04:05:17.281 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35562024-08-03T04:05:19.114Z[ recovery-image] Aug 03 04:05:17.294 INFO O| Aug 03 04:05:17.293 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
35572024-08-03T04:05:19.130Z[ recovery-image] Aug 03 04:05:17.296 INFO O| Aug 03 04:05:17.296 INFO STEP 1 (remove_files) COMPLETE
35582024-08-03T04:05:19.130Z[ recovery-image] Aug 03 04:05:17.296 INFO O| Aug 03 04:05:17.296 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35592024-08-03T04:05:19.133Z[ recovery-image] Aug 03 04:05:17.306 INFO O| Aug 03 04:05:17.306 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
35602024-08-03T04:05:19.139Z[ recovery-image] Aug 03 04:05:17.318 INFO O| Aug 03 04:05:17.318 INFO STEP 2 (remove_files) COMPLETE
35612024-08-03T04:05:19.139Z[ recovery-image] Aug 03 04:05:17.318 INFO O| Aug 03 04:05:17.318 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35622024-08-03T04:05:19.150Z[ recovery-image] Aug 03 04:05:17.330 INFO O| Aug 03 04:05:17.330 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
35632024-08-03T04:05:19.153Z[ recovery-image] Aug 03 04:05:17.331 INFO O| Aug 03 04:05:17.331 INFO STEP 3 (remove_files) COMPLETE
35642024-08-03T04:05:19.153Z[ recovery-image] Aug 03 04:05:17.331 INFO O| Aug 03 04:05:17.331 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35652024-08-03T04:05:19.163Z[ recovery-image] Aug 03 04:05:17.342 INFO O| Aug 03 04:05:17.342 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
35662024-08-03T04:05:19.166Z[ recovery-image] Aug 03 04:05:17.346 INFO O| Aug 03 04:05:17.346 INFO STEP 4 (remove_files) COMPLETE
35672024-08-03T04:05:19.169Z[ recovery-image] Aug 03 04:05:17.346 INFO O| Aug 03 04:05:17.346 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35682024-08-03T04:05:19.176Z[ recovery-image] Aug 03 04:05:17.355 INFO O| Aug 03 04:05:17.355 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
35692024-08-03T04:05:19.179Z[ recovery-image] Aug 03 04:05:17.355 INFO O| Aug 03 04:05:17.355 INFO STEP 5 (remove_files) COMPLETE
35702024-08-03T04:05:19.179Z[ recovery-image] Aug 03 04:05:17.355 INFO O| Aug 03 04:05:17.355 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35712024-08-03T04:05:19.185Z[ recovery-image] Aug 03 04:05:17.365 INFO O| Aug 03 04:05:17.365 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
35722024-08-03T04:05:19.195Z[ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO STEP 6 (remove_files) COMPLETE
35732024-08-03T04:05:19.195Z[ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35742024-08-03T04:05:19.195Z[ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO skip step because feature "recovery" is enabled
35752024-08-03T04:05:19.198Z[ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35762024-08-03T04:05:19.198Z[ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO skip step because feature "recovery" is enabled
35772024-08-03T04:05:19.198Z[ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35782024-08-03T04:05:19.198Z[ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO skip step because feature "recovery" is enabled
35792024-08-03T04:05:19.198Z[ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35802024-08-03T04:05:19.205Z[ recovery-image] Aug 03 04:05:17.385 INFO O| Aug 03 04:05:17.385 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
35812024-08-03T04:05:19.209Z[ recovery-image] Aug 03 04:05:17.388 INFO O| Aug 03 04:05:17.388 INFO STEP 10 (remove_files) COMPLETE
35822024-08-03T04:05:19.209Z[ recovery-image] Aug 03 04:05:17.388 INFO O| Aug 03 04:05:17.388 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35832024-08-03T04:05:19.219Z[ recovery-image] Aug 03 04:05:17.399 INFO O| Aug 03 04:05:17.399 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
35842024-08-03T04:05:19.222Z[ recovery-image] Aug 03 04:05:17.400 INFO O| Aug 03 04:05:17.400 INFO STEP 11 (remove_files) COMPLETE
35852024-08-03T04:05:19.222Z[ recovery-image] Aug 03 04:05:17.400 INFO O| Aug 03 04:05:17.400 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35862024-08-03T04:05:19.230Z[ recovery-image] Aug 03 04:05:17.409 INFO O| Aug 03 04:05:17.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
35872024-08-03T04:05:19.233Z[ recovery-image] Aug 03 04:05:17.411 INFO O| Aug 03 04:05:17.411 INFO STEP 12 (remove_files) COMPLETE
35882024-08-03T04:05:19.233Z[ recovery-image] Aug 03 04:05:17.411 INFO O| Aug 03 04:05:17.411 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35892024-08-03T04:05:19.249Z[ recovery-image] Aug 03 04:05:17.429 INFO O| Aug 03 04:05:17.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
35902024-08-03T04:05:19.450Z[ recovery-image] Aug 03 04:05:17.629 INFO O| Aug 03 04:05:17.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
35912024-08-03T04:05:19.453Z[ recovery-image] Aug 03 04:05:17.630 INFO O| Aug 03 04:05:17.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
35922024-08-03T04:05:19.462Z[ recovery-image] Aug 03 04:05:17.641 INFO O| Aug 03 04:05:17.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
35932024-08-03T04:05:19.465Z[ recovery-image] Aug 03 04:05:17.643 INFO O| Aug 03 04:05:17.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
35942024-08-03T04:05:19.481Z[ recovery-image] Aug 03 04:05:17.661 INFO O| Aug 03 04:05:17.660 INFO STEP 13 (remove_files) COMPLETE
35952024-08-03T04:05:19.481Z[ recovery-image] Aug 03 04:05:17.661 INFO O| Aug 03 04:05:17.661 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35962024-08-03T04:05:19.493Z[ recovery-image] Aug 03 04:05:17.672 INFO O| Aug 03 04:05:17.672 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
35972024-08-03T04:05:19.496Z[ recovery-image] Aug 03 04:05:17.674 INFO O| Aug 03 04:05:17.673 INFO STEP 14 (remove_files) COMPLETE
35982024-08-03T04:05:19.496Z[ recovery-image] Aug 03 04:05:17.674 INFO O| Aug 03 04:05:17.674 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35992024-08-03T04:05:19.504Z[ recovery-image] Aug 03 04:05:17.683 INFO O| Aug 03 04:05:17.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36002024-08-03T04:05:19.510Z[ recovery-image] Aug 03 04:05:17.690 INFO O| Aug 03 04:05:17.689 INFO STEP 15 (remove_files) COMPLETE
36012024-08-03T04:05:19.510Z[ recovery-image] Aug 03 04:05:17.690 INFO O| Aug 03 04:05:17.690 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36022024-08-03T04:05:19.520Z[ recovery-image] Aug 03 04:05:17.700 INFO O| Aug 03 04:05:17.700 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36032024-08-03T04:05:19.523Z[ recovery-image] Aug 03 04:05:17.700 INFO O| Aug 03 04:05:17.700 INFO STEP 16 (remove_files) COMPLETE
36042024-08-03T04:05:19.523Z[ recovery-image] Aug 03 04:05:17.700 INFO O| Aug 03 04:05:17.700 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36052024-08-03T04:05:19.530Z[ recovery-image] Aug 03 04:05:17.710 INFO O| Aug 03 04:05:17.710 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36062024-08-03T04:05:19.533Z[ recovery-image] Aug 03 04:05:17.711 INFO O| Aug 03 04:05:17.711 INFO STEP 17 (remove_files) COMPLETE
36072024-08-03T04:05:19.533Z[ recovery-image] Aug 03 04:05:17.711 INFO O| Aug 03 04:05:17.711 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36082024-08-03T04:05:19.541Z[ recovery-image] Aug 03 04:05:17.720 INFO O| Aug 03 04:05:17.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36092024-08-03T04:05:19.541Z[ recovery-image] Aug 03 04:05:17.720 INFO O| Aug 03 04:05:17.720 INFO STEP 18 (remove_files) COMPLETE
36102024-08-03T04:05:19.544Z[ recovery-image] Aug 03 04:05:17.720 INFO O| Aug 03 04:05:17.720 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36112024-08-03T04:05:19.550Z[ recovery-image] Aug 03 04:05:17.729 INFO O| Aug 03 04:05:17.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36122024-08-03T04:05:19.553Z[ recovery-image] Aug 03 04:05:17.730 INFO O| Aug 03 04:05:17.730 INFO STEP 19 (remove_files) COMPLETE
36132024-08-03T04:05:19.553Z[ recovery-image] Aug 03 04:05:17.730 INFO O| Aug 03 04:05:17.730 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36142024-08-03T04:05:19.559Z[ recovery-image] Aug 03 04:05:17.739 INFO O| Aug 03 04:05:17.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36152024-08-03T04:05:19.559Z[ recovery-image] Aug 03 04:05:17.739 INFO O| Aug 03 04:05:17.739 INFO STEP 20 (remove_files) COMPLETE
36162024-08-03T04:05:19.562Z[ recovery-image] Aug 03 04:05:17.739 INFO O| Aug 03 04:05:17.739 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36172024-08-03T04:05:19.568Z[ recovery-image] Aug 03 04:05:17.748 INFO O| Aug 03 04:05:17.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36182024-08-03T04:05:19.569Z[ recovery-image] Aug 03 04:05:17.748 INFO O| Aug 03 04:05:17.748 INFO STEP 21 (remove_files) COMPLETE
36192024-08-03T04:05:19.571Z[ recovery-image] Aug 03 04:05:17.748 INFO O| Aug 03 04:05:17.748 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36202024-08-03T04:05:19.578Z[ recovery-image] Aug 03 04:05:17.757 INFO O| Aug 03 04:05:17.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36212024-08-03T04:05:19.578Z[ recovery-image] Aug 03 04:05:17.757 INFO O| Aug 03 04:05:17.757 INFO STEP 22 (remove_files) COMPLETE
36222024-08-03T04:05:19.580Z[ recovery-image] Aug 03 04:05:17.757 INFO O| Aug 03 04:05:17.757 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36232024-08-03T04:05:19.587Z[ recovery-image] Aug 03 04:05:17.766 INFO O| Aug 03 04:05:17.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36242024-08-03T04:05:19.587Z[ recovery-image] Aug 03 04:05:17.766 INFO O| Aug 03 04:05:17.766 INFO STEP 23 (remove_files) COMPLETE
36252024-08-03T04:05:19.587Z[ recovery-image] Aug 03 04:05:17.766 INFO O| Aug 03 04:05:17.766 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36262024-08-03T04:05:19.596Z[ recovery-image] Aug 03 04:05:17.775 INFO O| Aug 03 04:05:17.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36272024-08-03T04:05:19.596Z[ recovery-image] Aug 03 04:05:17.775 INFO O| Aug 03 04:05:17.775 INFO STEP 24 (remove_files) COMPLETE
36282024-08-03T04:05:19.596Z[ recovery-image] Aug 03 04:05:17.775 INFO O| Aug 03 04:05:17.775 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36292024-08-03T04:05:19.605Z[ recovery-image] Aug 03 04:05:17.784 INFO O| Aug 03 04:05:17.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36302024-08-03T04:05:19.605Z[ recovery-image] Aug 03 04:05:17.784 INFO O| Aug 03 04:05:17.784 INFO STEP 25 (remove_files) COMPLETE
36312024-08-03T04:05:19.608Z[ recovery-image] Aug 03 04:05:17.784 INFO O| Aug 03 04:05:17.784 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36322024-08-03T04:05:19.614Z[ recovery-image] Aug 03 04:05:17.793 INFO O| Aug 03 04:05:17.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36332024-08-03T04:05:19.617Z[ recovery-image] Aug 03 04:05:17.794 INFO O| Aug 03 04:05:17.794 INFO STEP 26 (remove_files) COMPLETE
36342024-08-03T04:05:19.617Z[ recovery-image] Aug 03 04:05:17.794 INFO O| Aug 03 04:05:17.794 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36352024-08-03T04:05:19.623Z[ recovery-image] Aug 03 04:05:17.803 INFO O| Aug 03 04:05:17.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36362024-08-03T04:05:19.623Z[ recovery-image] Aug 03 04:05:17.803 INFO O| Aug 03 04:05:17.803 INFO STEP 27 (remove_files) COMPLETE
36372024-08-03T04:05:19.623Z[ recovery-image] Aug 03 04:05:17.803 INFO O| Aug 03 04:05:17.803 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36382024-08-03T04:05:19.632Z[ recovery-image] Aug 03 04:05:17.812 INFO O| Aug 03 04:05:17.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36392024-08-03T04:05:19.632Z[ recovery-image] Aug 03 04:05:17.812 INFO O| Aug 03 04:05:17.812 INFO STEP 28 (remove_files) COMPLETE
36402024-08-03T04:05:19.635Z[ recovery-image] Aug 03 04:05:17.812 INFO O| Aug 03 04:05:17.812 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36412024-08-03T04:05:19.642Z[ recovery-image] Aug 03 04:05:17.821 INFO O| Aug 03 04:05:17.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36422024-08-03T04:05:19.642Z[ recovery-image] Aug 03 04:05:17.821 INFO O| Aug 03 04:05:17.821 INFO STEP 29 (remove_files) COMPLETE
36432024-08-03T04:05:19.646Z[ recovery-image] Aug 03 04:05:17.821 INFO O| Aug 03 04:05:17.821 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36442024-08-03T04:05:19.651Z[ recovery-image] Aug 03 04:05:17.830 INFO O| Aug 03 04:05:17.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36452024-08-03T04:05:19.651Z[ recovery-image] Aug 03 04:05:17.830 INFO O| Aug 03 04:05:17.830 INFO STEP 30 (remove_files) COMPLETE
36462024-08-03T04:05:19.654Z[ recovery-image] Aug 03 04:05:17.830 INFO O| Aug 03 04:05:17.830 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36472024-08-03T04:05:19.660Z[ recovery-image] Aug 03 04:05:17.839 INFO O| Aug 03 04:05:17.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
36482024-08-03T04:05:19.660Z[ recovery-image] Aug 03 04:05:17.839 INFO O| Aug 03 04:05:17.839 INFO STEP 31 (remove_files) COMPLETE
36492024-08-03T04:05:19.660Z[ recovery-image] Aug 03 04:05:17.839 INFO O| Aug 03 04:05:17.839 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36502024-08-03T04:05:19.669Z[ recovery-image] Aug 03 04:05:17.848 INFO O| Aug 03 04:05:17.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
36512024-08-03T04:05:19.669Z[ recovery-image] Aug 03 04:05:17.848 INFO O| Aug 03 04:05:17.848 INFO STEP 32 (remove_files) COMPLETE
36522024-08-03T04:05:19.672Z[ recovery-image] Aug 03 04:05:17.848 INFO O| Aug 03 04:05:17.848 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36532024-08-03T04:05:19.678Z[ recovery-image] Aug 03 04:05:17.857 INFO O| Aug 03 04:05:17.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
36542024-08-03T04:05:19.678Z[ recovery-image] Aug 03 04:05:17.857 INFO O| Aug 03 04:05:17.857 INFO STEP 33 (remove_files) COMPLETE
36552024-08-03T04:05:19.681Z[ recovery-image] Aug 03 04:05:17.857 INFO O| Aug 03 04:05:17.857 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36562024-08-03T04:05:19.687Z[ recovery-image] Aug 03 04:05:17.866 INFO O| Aug 03 04:05:17.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
36572024-08-03T04:05:19.687Z[ recovery-image] Aug 03 04:05:17.866 INFO O| Aug 03 04:05:17.866 INFO STEP 34 (remove_files) COMPLETE
36582024-08-03T04:05:19.687Z[ recovery-image] Aug 03 04:05:17.866 INFO O| Aug 03 04:05:17.866 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36592024-08-03T04:05:19.696Z[ recovery-image] Aug 03 04:05:17.875 INFO O| Aug 03 04:05:17.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
36602024-08-03T04:05:19.696Z[ recovery-image] Aug 03 04:05:17.875 INFO O| Aug 03 04:05:17.875 INFO STEP 35 (remove_files) COMPLETE
36612024-08-03T04:05:19.696Z[ recovery-image] Aug 03 04:05:17.876 INFO O| Aug 03 04:05:17.875 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36622024-08-03T04:05:19.705Z[ recovery-image] Aug 03 04:05:17.884 INFO O| Aug 03 04:05:17.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
36632024-08-03T04:05:19.705Z[ recovery-image] Aug 03 04:05:17.885 INFO O| Aug 03 04:05:17.885 INFO STEP 36 (remove_files) COMPLETE
36642024-08-03T04:05:19.708Z[ recovery-image] Aug 03 04:05:17.885 INFO O| Aug 03 04:05:17.885 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36652024-08-03T04:05:19.714Z[ recovery-image] Aug 03 04:05:17.894 INFO O| Aug 03 04:05:17.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
36662024-08-03T04:05:19.714Z[ recovery-image] Aug 03 04:05:17.894 INFO O| Aug 03 04:05:17.894 INFO STEP 37 (remove_files) COMPLETE
36672024-08-03T04:05:19.714Z[ recovery-image] Aug 03 04:05:17.894 INFO O| Aug 03 04:05:17.894 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36682024-08-03T04:05:19.723Z[ recovery-image] Aug 03 04:05:17.903 INFO O| Aug 03 04:05:17.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
36692024-08-03T04:05:19.723Z[ recovery-image] Aug 03 04:05:17.903 INFO O| Aug 03 04:05:17.903 INFO STEP 38 (remove_files) COMPLETE
36702024-08-03T04:05:19.726Z[ recovery-image] Aug 03 04:05:17.903 INFO O| Aug 03 04:05:17.903 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36712024-08-03T04:05:19.734Z[ recovery-image] Aug 03 04:05:17.913 INFO O| Aug 03 04:05:17.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
36722024-08-03T04:05:19.734Z[ recovery-image] Aug 03 04:05:17.913 INFO O| Aug 03 04:05:17.913 INFO STEP 39 (remove_files) COMPLETE
36732024-08-03T04:05:19.737Z[ recovery-image] Aug 03 04:05:17.913 INFO O| Aug 03 04:05:17.913 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36742024-08-03T04:05:19.744Z[ recovery-image] Aug 03 04:05:17.924 INFO O| Aug 03 04:05:17.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
36752024-08-03T04:05:19.744Z[ recovery-image] Aug 03 04:05:17.924 INFO O| Aug 03 04:05:17.924 INFO STEP 40 (remove_files) COMPLETE
36762024-08-03T04:05:19.747Z[ recovery-image] Aug 03 04:05:17.924 INFO O| Aug 03 04:05:17.924 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36772024-08-03T04:05:19.754Z[ recovery-image] Aug 03 04:05:17.934 INFO O| Aug 03 04:05:17.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
36782024-08-03T04:05:19.754Z[ recovery-image] Aug 03 04:05:17.934 INFO O| Aug 03 04:05:17.934 INFO STEP 41 (remove_files) COMPLETE
36792024-08-03T04:05:19.757Z[ recovery-image] Aug 03 04:05:17.934 INFO O| Aug 03 04:05:17.934 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36802024-08-03T04:05:19.764Z[ recovery-image] Aug 03 04:05:17.944 INFO O| Aug 03 04:05:17.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
36812024-08-03T04:05:19.764Z[ recovery-image] Aug 03 04:05:17.944 INFO O| Aug 03 04:05:17.944 INFO STEP 42 (remove_files) COMPLETE
36822024-08-03T04:05:19.765Z[ recovery-image] Aug 03 04:05:17.944 INFO O| Aug 03 04:05:17.944 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36832024-08-03T04:05:19.775Z[ recovery-image] Aug 03 04:05:17.955 INFO O| Aug 03 04:05:17.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
36842024-08-03T04:05:19.775Z[ recovery-image] Aug 03 04:05:17.955 INFO O| Aug 03 04:05:17.955 INFO STEP 43 (remove_files) COMPLETE
36852024-08-03T04:05:19.778Z[ recovery-image] Aug 03 04:05:17.955 INFO O| Aug 03 04:05:17.955 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36862024-08-03T04:05:19.786Z[ recovery-image] Aug 03 04:05:17.966 INFO O| Aug 03 04:05:17.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
36872024-08-03T04:05:19.786Z[ recovery-image] Aug 03 04:05:17.966 INFO O| Aug 03 04:05:17.966 INFO STEP 44 (remove_files) COMPLETE
36882024-08-03T04:05:19.786Z[ recovery-image] Aug 03 04:05:17.966 INFO O| Aug 03 04:05:17.966 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36892024-08-03T04:05:19.798Z[ recovery-image] Aug 03 04:05:17.977 INFO O| Aug 03 04:05:17.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
36902024-08-03T04:05:19.798Z[ recovery-image] Aug 03 04:05:17.977 INFO O| Aug 03 04:05:17.977 INFO STEP 45 (remove_files) COMPLETE
36912024-08-03T04:05:19.807Z[ recovery-image] Aug 03 04:05:17.977 INFO O| Aug 03 04:05:17.977 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36922024-08-03T04:05:19.812Z[ recovery-image] Aug 03 04:05:17.987 INFO O| Aug 03 04:05:17.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
36932024-08-03T04:05:19.812Z[ recovery-image] Aug 03 04:05:17.987 INFO O| Aug 03 04:05:17.987 INFO STEP 46 (remove_files) COMPLETE
36942024-08-03T04:05:19.812Z[ recovery-image] Aug 03 04:05:17.987 INFO O| Aug 03 04:05:17.987 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36952024-08-03T04:05:19.817Z[ recovery-image] Aug 03 04:05:17.997 INFO O| Aug 03 04:05:17.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
36962024-08-03T04:05:19.817Z[ recovery-image] Aug 03 04:05:17.997 INFO O| Aug 03 04:05:17.997 INFO STEP 47 (remove_files) COMPLETE
36972024-08-03T04:05:19.820Z[ recovery-image] Aug 03 04:05:17.997 INFO O| Aug 03 04:05:17.997 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36982024-08-03T04:05:19.827Z[ recovery-image] Aug 03 04:05:18.007 INFO O| Aug 03 04:05:18.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
36992024-08-03T04:05:19.827Z[ recovery-image] Aug 03 04:05:18.007 INFO O| Aug 03 04:05:18.007 INFO STEP 48 (remove_files) COMPLETE
37002024-08-03T04:05:19.827Z[ recovery-image] Aug 03 04:05:18.007 INFO O| Aug 03 04:05:18.007 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37012024-08-03T04:05:19.837Z[ recovery-image] Aug 03 04:05:18.016 INFO O| Aug 03 04:05:18.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37022024-08-03T04:05:19.837Z[ recovery-image] Aug 03 04:05:18.016 INFO O| Aug 03 04:05:18.016 INFO STEP 49 (remove_files) COMPLETE
37032024-08-03T04:05:19.840Z[ recovery-image] Aug 03 04:05:18.016 INFO O| Aug 03 04:05:18.016 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37042024-08-03T04:05:19.846Z[ recovery-image] Aug 03 04:05:18.025 INFO O| Aug 03 04:05:18.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37052024-08-03T04:05:19.846Z[ recovery-image] Aug 03 04:05:18.025 INFO O| Aug 03 04:05:18.025 INFO STEP 50 (remove_files) COMPLETE
37062024-08-03T04:05:19.846Z[ recovery-image] Aug 03 04:05:18.025 INFO O| Aug 03 04:05:18.025 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37072024-08-03T04:05:19.855Z[ recovery-image] Aug 03 04:05:18.035 INFO O| Aug 03 04:05:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37082024-08-03T04:05:19.855Z[ recovery-image] Aug 03 04:05:18.035 INFO O| Aug 03 04:05:18.035 INFO STEP 51 (remove_files) COMPLETE
37092024-08-03T04:05:19.858Z[ recovery-image] Aug 03 04:05:18.035 INFO O| Aug 03 04:05:18.035 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37102024-08-03T04:05:19.865Z[ recovery-image] Aug 03 04:05:18.044 INFO O| Aug 03 04:05:18.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37112024-08-03T04:05:19.865Z[ recovery-image] Aug 03 04:05:18.044 INFO O| Aug 03 04:05:18.044 INFO STEP 52 (remove_files) COMPLETE
37122024-08-03T04:05:19.865Z[ recovery-image] Aug 03 04:05:18.044 INFO O| Aug 03 04:05:18.044 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37132024-08-03T04:05:19.874Z[ recovery-image] Aug 03 04:05:18.053 INFO O| Aug 03 04:05:18.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37142024-08-03T04:05:19.877Z[ recovery-image] Aug 03 04:05:18.053 INFO O| Aug 03 04:05:18.053 INFO STEP 53 (remove_files) COMPLETE
37152024-08-03T04:05:19.877Z[ recovery-image] Aug 03 04:05:18.053 INFO O| Aug 03 04:05:18.053 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37162024-08-03T04:05:19.884Z[ recovery-image] Aug 03 04:05:18.062 INFO O| Aug 03 04:05:18.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37172024-08-03T04:05:19.884Z[ recovery-image] Aug 03 04:05:18.063 INFO O| Aug 03 04:05:18.062 INFO STEP 54 (remove_files) COMPLETE
37182024-08-03T04:05:19.887Z[ recovery-image] Aug 03 04:05:18.063 INFO O| Aug 03 04:05:18.063 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37192024-08-03T04:05:19.892Z[ recovery-image] Aug 03 04:05:18.072 INFO O| Aug 03 04:05:18.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37202024-08-03T04:05:19.895Z[ recovery-image] Aug 03 04:05:18.072 INFO O| Aug 03 04:05:18.072 INFO STEP 55 (remove_files) COMPLETE
37212024-08-03T04:05:19.895Z[ recovery-image] Aug 03 04:05:18.072 INFO O| Aug 03 04:05:18.072 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37222024-08-03T04:05:19.901Z[ recovery-image] Aug 03 04:05:18.081 INFO O| Aug 03 04:05:18.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37232024-08-03T04:05:19.901Z[ recovery-image] Aug 03 04:05:18.081 INFO O| Aug 03 04:05:18.081 INFO STEP 56 (remove_files) COMPLETE
37242024-08-03T04:05:19.904Z[ recovery-image] Aug 03 04:05:18.081 INFO O| Aug 03 04:05:18.081 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37252024-08-03T04:05:19.911Z[ recovery-image] Aug 03 04:05:18.090 INFO O| Aug 03 04:05:18.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37262024-08-03T04:05:19.911Z[ recovery-image] Aug 03 04:05:18.090 INFO O| Aug 03 04:05:18.090 INFO STEP 57 (remove_files) COMPLETE
37272024-08-03T04:05:19.911Z[ recovery-image] Aug 03 04:05:18.090 INFO O| Aug 03 04:05:18.090 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37282024-08-03T04:05:19.920Z[ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.099 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37292024-08-03T04:05:19.920Z[ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37302024-08-03T04:05:19.923Z[ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37312024-08-03T04:05:19.923Z[ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37322024-08-03T04:05:19.923Z[ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37332024-08-03T04:05:19.923Z[ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37342024-08-03T04:05:19.923Z[ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO ok!
37352024-08-03T04:05:19.923Z[ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO STEP 58 (ensure_file) COMPLETE
37362024-08-03T04:05:19.923Z[ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37372024-08-03T04:05:19.930Z[ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37382024-08-03T04:05:19.931Z[ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37392024-08-03T04:05:19.933Z[ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37402024-08-03T04:05:19.933Z[ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37412024-08-03T04:05:19.933Z[ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37422024-08-03T04:05:19.934Z[ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37432024-08-03T04:05:19.934Z[ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO ok!
37442024-08-03T04:05:19.934Z[ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO STEP 59 (ensure_file) COMPLETE
37452024-08-03T04:05:19.934Z[ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37462024-08-03T04:05:19.940Z[ recovery-image] Aug 03 04:05:18.119 INFO O| Aug 03 04:05:18.119 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
37472024-08-03T04:05:19.940Z[ recovery-image] Aug 03 04:05:18.119 INFO O| Aug 03 04:05:18.119 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
37482024-08-03T04:05:19.943Z[ recovery-image] Aug 03 04:05:18.120 INFO O| Aug 03 04:05:18.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
37492024-08-03T04:05:19.943Z[ recovery-image] Aug 03 04:05:18.120 INFO O| Aug 03 04:05:18.120 INFO ok!
37502024-08-03T04:05:19.943Z[ recovery-image] Aug 03 04:05:18.120 INFO O| Aug 03 04:05:18.120 INFO STEP 60 (ensure_file) COMPLETE
37512024-08-03T04:05:19.943Z[ recovery-image] Aug 03 04:05:18.120 INFO O| Aug 03 04:05:18.120 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37522024-08-03T04:05:19.949Z[ recovery-image] Aug 03 04:05:18.129 INFO O| Aug 03 04:05:18.129 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
37532024-08-03T04:05:19.952Z[ recovery-image] Aug 03 04:05:18.129 INFO O| Aug 03 04:05:18.129 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
37542024-08-03T04:05:19.952Z[ recovery-image] Aug 03 04:05:18.129 INFO O| Aug 03 04:05:18.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
37552024-08-03T04:05:19.952Z[ recovery-image] Aug 03 04:05:18.129 INFO O| Aug 03 04:05:18.129 INFO ok!
37562024-08-03T04:05:19.952Z[ recovery-image] Aug 03 04:05:18.129 INFO O| Aug 03 04:05:18.129 INFO STEP 61 (ensure_file) COMPLETE
37572024-08-03T04:05:19.952Z[ recovery-image] Aug 03 04:05:18.129 INFO O| Aug 03 04:05:18.129 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37582024-08-03T04:05:19.959Z[ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
37592024-08-03T04:05:19.959Z[ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
37602024-08-03T04:05:19.962Z[ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37612024-08-03T04:05:19.962Z[ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37622024-08-03T04:05:19.962Z[ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 INFO ok!
37632024-08-03T04:05:19.962Z[ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 INFO STEP 62 (ensure_file) COMPLETE
37642024-08-03T04:05:19.962Z[ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-08-03T04:05:19.968Z[ recovery-image] Aug 03 04:05:18.147 INFO O| Aug 03 04:05:18.147 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
37662024-08-03T04:05:19.968Z[ recovery-image] Aug 03 04:05:18.147 INFO O| Aug 03 04:05:18.147 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
37672024-08-03T04:05:19.971Z[ recovery-image] Aug 03 04:05:18.148 INFO O| Aug 03 04:05:18.147 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37682024-08-03T04:05:19.971Z[ recovery-image] Aug 03 04:05:18.148 INFO O| Aug 03 04:05:18.148 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37692024-08-03T04:05:19.971Z[ recovery-image] Aug 03 04:05:18.148 INFO O| Aug 03 04:05:18.148 INFO ok!
37702024-08-03T04:05:19.971Z[ recovery-image] Aug 03 04:05:18.148 INFO O| Aug 03 04:05:18.148 INFO STEP 63 (ensure_file) COMPLETE
37712024-08-03T04:05:19.971Z[ recovery-image] Aug 03 04:05:18.148 INFO O| Aug 03 04:05:18.148 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-08-03T04:05:19.977Z[ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme does not exist
37732024-08-03T04:05:19.977Z[ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme ...
37742024-08-03T04:05:19.980Z[ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
37752024-08-03T04:05:19.980Z[ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
37762024-08-03T04:05:19.980Z[ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO ok!
37772024-08-03T04:05:19.981Z[ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO STEP 64 (ensure_file) COMPLETE
37782024-08-03T04:05:19.981Z[ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-08-03T04:05:19.987Z[ recovery-image] Aug 03 04:05:18.167 INFO O| Aug 03 04:05:18.167 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
37802024-08-03T04:05:19.987Z[ recovery-image] Aug 03 04:05:18.167 INFO O| Aug 03 04:05:18.167 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
37812024-08-03T04:05:19.990Z[ recovery-image] Aug 03 04:05:18.167 INFO O| Aug 03 04:05:18.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
37822024-08-03T04:05:19.990Z[ recovery-image] Aug 03 04:05:18.167 INFO O| Aug 03 04:05:18.167 INFO ok!
37832024-08-03T04:05:19.990Z[ recovery-image] Aug 03 04:05:18.167 INFO O| Aug 03 04:05:18.167 INFO STEP 65 (assemble_files) COMPLETE
37842024-08-03T04:05:19.990Z[ recovery-image] Aug 03 04:05:18.167 INFO O| Aug 03 04:05:18.167 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37852024-08-03T04:05:19.997Z[ recovery-image] Aug 03 04:05:18.176 INFO O| Aug 03 04:05:18.176 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
37862024-08-03T04:05:19.997Z[ recovery-image] Aug 03 04:05:18.176 INFO O| Aug 03 04:05:18.176 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
37872024-08-03T04:05:20.000Z[ recovery-image] Aug 03 04:05:18.176 INFO O| Aug 03 04:05:18.176 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37882024-08-03T04:05:20.000Z[ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37892024-08-03T04:05:20.001Z[ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO ok!
37902024-08-03T04:05:20.001Z[ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO STEP 66 (ensure_file) COMPLETE
37912024-08-03T04:05:20.001Z[ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-08-03T04:05:20.001Z[ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO skip step because feature "omicron1" is not enabled
37932024-08-03T04:05:20.001Z[ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37942024-08-03T04:05:20.001Z[ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO skip step because feature "omicron1" is not enabled
37952024-08-03T04:05:20.001Z[ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37962024-08-03T04:05:20.001Z[ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.177 INFO skip step because feature "omicron1" is not enabled
37972024-08-03T04:05:20.001Z[ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.177 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-08-03T04:05:20.011Z[ recovery-image] Aug 03 04:05:18.190 INFO O| Aug 03 04:05:18.190 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
37992024-08-03T04:05:20.014Z[ recovery-image] Aug 03 04:05:18.191 INFO O| Aug 03 04:05:18.190 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38002024-08-03T04:05:20.284Z[ host-image] Aug 03 04:05:18.463 INFO O| Aug 03 04:05:18.463 INFO O| Planning: Solver setup ... Done
38012024-08-03T04:05:20.287Z[ host-image] Aug 03 04:05:18.467 INFO O| Aug 03 04:05:18.467 INFO O| Planning: Running solver ... Done
38022024-08-03T04:05:20.326Z[ host-image] Aug 03 04:05:18.505 INFO O| Aug 03 04:05:18.505 INFO O| Planning: Finding local manifests ... Done
38032024-08-03T04:05:20.329Z[ host-image] Aug 03 04:05:18.506 INFO O| Aug 03 04:05:18.506 INFO O| Planning: Fetching manifests: 0/4 0% complete
38042024-08-03T04:05:20.412Z[ host-image] Aug 03 04:05:18.591 INFO O| Aug 03 04:05:18.591 INFO O| Planning: Fetching manifests: 4/4 100% complete
38052024-08-03T04:05:20.433Z[ host-image] Aug 03 04:05:18.612 INFO O| Aug 03 04:05:18.612 INFO O| Planning: Package planning ... Done
38062024-08-03T04:05:20.436Z[ host-image] Aug 03 04:05:18.616 INFO O| Aug 03 04:05:18.616 INFO O| Planning: Merging actions ... Done
38072024-08-03T04:05:20.514Z[ host-image] Aug 03 04:05:18.693 INFO O| Aug 03 04:05:18.693 INFO O| Planning: Checking for conflicting actions ... Done
38082024-08-03T04:05:20.517Z[ host-image] Aug 03 04:05:18.694 INFO O| Aug 03 04:05:18.694 INFO O| Planning: Consolidating action changes ... Done
38092024-08-03T04:05:20.758Z[ host-image] Aug 03 04:05:18.938 INFO O| Aug 03 04:05:18.938 INFO O| Planning: Evaluating mediators ... Done
38102024-08-03T04:05:20.762Z[ host-image] Aug 03 04:05:18.939 INFO O| Aug 03 04:05:18.939 INFO O| Planning: Planning completed in 1.94 seconds
38112024-08-03T04:05:20.762Z[ host-image] Aug 03 04:05:18.940 INFO O| Aug 03 04:05:18.940 INFO O| Packages to install: 4
38122024-08-03T04:05:20.762Z[ host-image] Aug 03 04:05:18.941 INFO O| Aug 03 04:05:18.940 INFO O| Services to change: 2
38132024-08-03T04:05:20.771Z[ host-image] Aug 03 04:05:18.951 INFO O| Aug 03 04:05:18.951 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38142024-08-03T04:05:21.495Z[ recovery-image] Aug 03 04:05:19.674 INFO O| Aug 03 04:05:19.674 INFO STEP 70 (pack_tar) COMPLETE
38152024-08-03T04:05:21.495Z[ recovery-image] Aug 03 04:05:19.675 INFO O| Aug 03 04:05:19.674 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38162024-08-03T04:05:21.495Z[ recovery-image] Aug 03 04:05:19.675 INFO O| Aug 03 04:05:19.674 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38172024-08-03T04:05:21.741Z[ host-image] Aug 03 04:05:19.920 INFO O| Aug 03 04:05:19.920 INFO O| Download: Completed 1.39 MB in 0.97 seconds (1.4M/s)
38182024-08-03T04:05:21.849Z[ recovery-image] Aug 03 04:05:20.029 INFO O| Aug 03 04:05:20.028 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38192024-08-03T04:05:21.862Z[ host-image] Aug 03 04:05:20.042 INFO O| Aug 03 04:05:20.042 INFO O| Actions: 1/238 actions (Installing new actions)
38202024-08-03T04:05:21.903Z[ recovery-image] Aug 03 04:05:20.082 INFO O| Aug 03 04:05:20.082 INFO completed processing gimlet/ramdisk-02-trim
38212024-08-03T04:05:21.906Z[ recovery-image] Aug 03 04:05:20.084 INFO image builder template: ramdisk-03-recovery-trim...
38222024-08-03T04:05:21.906Z[ recovery-image] Aug 03 04:05:20.084 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/.tmpozcuMR/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
38232024-08-03T04:05:21.959Z[ host-image] Aug 03 04:05:20.139 INFO O| Aug 03 04:05:20.138 INFO O| Actions: Completed 238 actions in 0.10 seconds.
38242024-08-03T04:05:21.971Z[ recovery-image] Aug 03 04:05:20.150 INFO O| Aug 03 04:05:20.150 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38252024-08-03T04:05:21.975Z[ recovery-image] Aug 03 04:05:20.154 INFO O| Aug 03 04:05:20.154 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38262024-08-03T04:05:22.023Z[ recovery-image] Aug 03 04:05:20.202 INFO O| Aug 03 04:05:20.201 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38272024-08-03T04:05:22.065Z[ recovery-image] Aug 03 04:05:20.244 INFO O| Aug 03 04:05:20.244 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38282024-08-03T04:05:22.065Z[ recovery-image] Aug 03 04:05:20.244 INFO O| Aug 03 04:05:20.244 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38292024-08-03T04:05:22.075Z[ recovery-image] Aug 03 04:05:20.254 INFO O| Aug 03 04:05:20.254 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38302024-08-03T04:05:22.079Z[ recovery-image] Aug 03 04:05:20.258 INFO O| Aug 03 04:05:20.258 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38312024-08-03T04:05:22.084Z[ recovery-image] Aug 03 04:05:20.264 INFO O| Aug 03 04:05:20.263 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38322024-08-03T04:05:22.193Z[ host-image] Aug 03 04:05:20.372 INFO O| Aug 03 04:05:20.372 INFO O| Done
38332024-08-03T04:05:22.193Z[ host-image] Aug 03 04:05:20.372 INFO O| Aug 03 04:05:20.372 INFO O| Done
38342024-08-03T04:05:22.335Z[ recovery-image] Aug 03 04:05:20.514 INFO O| Aug 03 04:05:20.513 INFO rolled back to input snapshot; work may begin
38352024-08-03T04:05:22.335Z[ recovery-image] Aug 03 04:05:20.514 INFO O| Aug 03 04:05:20.514 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38362024-08-03T04:05:22.341Z[ recovery-image] Aug 03 04:05:20.520 INFO O| Aug 03 04:05:20.520 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38372024-08-03T04:05:22.351Z[ recovery-image] Aug 03 04:05:20.530 INFO O| Aug 03 04:05:20.530 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38382024-08-03T04:05:22.355Z[ recovery-image] Aug 03 04:05:20.535 INFO O| Aug 03 04:05:20.535 INFO STEP 0 (remove_files) COMPLETE
38392024-08-03T04:05:22.358Z[ recovery-image] Aug 03 04:05:20.535 INFO O| Aug 03 04:05:20.535 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38402024-08-03T04:05:22.366Z[ recovery-image] Aug 03 04:05:20.546 INFO O| Aug 03 04:05:20.546 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38412024-08-03T04:05:22.421Z[ recovery-image] Aug 03 04:05:20.600 INFO O| Aug 03 04:05:20.600 INFO STEP 1 (remove_files) COMPLETE
38422024-08-03T04:05:22.421Z[ recovery-image] Aug 03 04:05:20.600 INFO O| Aug 03 04:05:20.600 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38432024-08-03T04:05:22.433Z[ recovery-image] Aug 03 04:05:20.612 INFO O| Aug 03 04:05:20.612 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38442024-08-03T04:05:22.436Z[ recovery-image] Aug 03 04:05:20.615 INFO O| Aug 03 04:05:20.614 INFO STEP 2 (remove_files) COMPLETE
38452024-08-03T04:05:22.436Z[ recovery-image] Aug 03 04:05:20.615 INFO O| Aug 03 04:05:20.614 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38462024-08-03T04:05:22.445Z[ recovery-image] Aug 03 04:05:20.624 INFO O| Aug 03 04:05:20.624 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38472024-08-03T04:05:22.484Z[ recovery-image] Aug 03 04:05:20.663 INFO O| Aug 03 04:05:20.663 INFO STEP 3 (remove_files) COMPLETE
38482024-08-03T04:05:22.484Z[ recovery-image] Aug 03 04:05:20.663 INFO O| Aug 03 04:05:20.663 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38492024-08-03T04:05:22.495Z[ recovery-image] Aug 03 04:05:20.674 INFO O| Aug 03 04:05:20.674 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38502024-08-03T04:05:22.506Z[ recovery-image] Aug 03 04:05:20.685 INFO O| Aug 03 04:05:20.685 INFO STEP 4 (remove_files) COMPLETE
38512024-08-03T04:05:22.506Z[ recovery-image] Aug 03 04:05:20.685 INFO O| Aug 03 04:05:20.685 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38522024-08-03T04:05:22.516Z[ recovery-image] Aug 03 04:05:20.695 INFO O| Aug 03 04:05:20.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38532024-08-03T04:05:22.519Z[ recovery-image] Aug 03 04:05:20.699 INFO O| Aug 03 04:05:20.699 INFO STEP 5 (remove_files) COMPLETE
38542024-08-03T04:05:22.519Z[ recovery-image] Aug 03 04:05:20.699 INFO O| Aug 03 04:05:20.699 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38552024-08-03T04:05:22.529Z[ recovery-image] Aug 03 04:05:20.708 INFO O| Aug 03 04:05:20.708 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38562024-08-03T04:05:22.532Z[ recovery-image] Aug 03 04:05:20.710 INFO O| Aug 03 04:05:20.710 INFO STEP 6 (remove_files) COMPLETE
38572024-08-03T04:05:22.532Z[ recovery-image] Aug 03 04:05:20.710 INFO O| Aug 03 04:05:20.710 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38582024-08-03T04:05:22.539Z[ recovery-image] Aug 03 04:05:20.719 INFO O| Aug 03 04:05:20.719 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38592024-08-03T04:05:22.542Z[ recovery-image] Aug 03 04:05:20.721 INFO O| Aug 03 04:05:20.721 INFO STEP 7 (remove_files) COMPLETE
38602024-08-03T04:05:22.543Z[ recovery-image] Aug 03 04:05:20.721 INFO O| Aug 03 04:05:20.721 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38612024-08-03T04:05:22.552Z[ recovery-image] Aug 03 04:05:20.730 INFO O| Aug 03 04:05:20.730 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38622024-08-03T04:05:22.556Z[ recovery-image] Aug 03 04:05:20.734 INFO O| Aug 03 04:05:20.734 INFO STEP 8 (remove_files) COMPLETE
38632024-08-03T04:05:22.556Z[ recovery-image] Aug 03 04:05:20.734 INFO O| Aug 03 04:05:20.734 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38642024-08-03T04:05:22.564Z[ recovery-image] Aug 03 04:05:20.743 INFO O| Aug 03 04:05:20.743 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38652024-08-03T04:05:22.567Z[ host-image] Aug 03 04:05:20.743 INFO O| Aug 03 04:05:20.743 INFO O| Done
38662024-08-03T04:05:22.567Z[ recovery-image] Aug 03 04:05:20.744 INFO O| Aug 03 04:05:20.744 INFO STEP 9 (remove_files) COMPLETE
38672024-08-03T04:05:22.567Z[ recovery-image] Aug 03 04:05:20.744 INFO O| Aug 03 04:05:20.744 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38682024-08-03T04:05:22.574Z[ recovery-image] Aug 03 04:05:20.753 INFO O| Aug 03 04:05:20.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
38692024-08-03T04:05:22.577Z[ recovery-image] Aug 03 04:05:20.754 INFO O| Aug 03 04:05:20.754 INFO STEP 10 (remove_files) COMPLETE
38702024-08-03T04:05:22.577Z[ recovery-image] Aug 03 04:05:20.754 INFO O| Aug 03 04:05:20.754 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38712024-08-03T04:05:22.584Z[ recovery-image] Aug 03 04:05:20.764 INFO O| Aug 03 04:05:20.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
38722024-08-03T04:05:22.643Z[ recovery-image] Aug 03 04:05:20.822 INFO O| Aug 03 04:05:20.822 INFO STEP 11 (remove_files) COMPLETE
38732024-08-03T04:05:22.643Z[ recovery-image] Aug 03 04:05:20.822 INFO O| Aug 03 04:05:20.822 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38742024-08-03T04:05:22.654Z[ recovery-image] Aug 03 04:05:20.833 INFO O| Aug 03 04:05:20.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
38752024-08-03T04:05:22.657Z[ recovery-image] Aug 03 04:05:20.836 INFO O| Aug 03 04:05:20.836 INFO STEP 12 (remove_files) COMPLETE
38762024-08-03T04:05:22.657Z[ recovery-image] Aug 03 04:05:20.836 INFO O| Aug 03 04:05:20.836 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38772024-08-03T04:05:22.666Z[ recovery-image] Aug 03 04:05:20.845 INFO O| Aug 03 04:05:20.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
38782024-08-03T04:05:22.669Z[ recovery-image] Aug 03 04:05:20.848 INFO O| Aug 03 04:05:20.848 INFO STEP 13 (remove_files) COMPLETE
38792024-08-03T04:05:22.669Z[ recovery-image] Aug 03 04:05:20.848 INFO O| Aug 03 04:05:20.848 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38802024-08-03T04:05:22.678Z[ recovery-image] Aug 03 04:05:20.857 INFO O| Aug 03 04:05:20.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
38812024-08-03T04:05:22.681Z[ recovery-image] Aug 03 04:05:20.857 INFO O| Aug 03 04:05:20.857 INFO STEP 14 (remove_files) COMPLETE
38822024-08-03T04:05:22.681Z[ recovery-image] Aug 03 04:05:20.857 INFO O| Aug 03 04:05:20.857 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38832024-08-03T04:05:22.687Z[ recovery-image] Aug 03 04:05:20.866 INFO O| Aug 03 04:05:20.866 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
38842024-08-03T04:05:22.690Z[ recovery-image] Aug 03 04:05:20.867 INFO O| Aug 03 04:05:20.867 INFO STEP 15 (remove_files) COMPLETE
38852024-08-03T04:05:22.690Z[ recovery-image] Aug 03 04:05:20.867 INFO O| Aug 03 04:05:20.867 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38862024-08-03T04:05:22.699Z[ recovery-image] Aug 03 04:05:20.876 INFO O| Aug 03 04:05:20.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
38872024-08-03T04:05:22.707Z[ recovery-image] Aug 03 04:05:20.883 INFO O| Aug 03 04:05:20.883 INFO STEP 16 (remove_files) COMPLETE
38882024-08-03T04:05:22.707Z[ recovery-image] Aug 03 04:05:20.883 INFO O| Aug 03 04:05:20.883 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38892024-08-03T04:05:22.715Z[ recovery-image] Aug 03 04:05:20.893 INFO O| Aug 03 04:05:20.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
38902024-08-03T04:05:22.718Z[ recovery-image] Aug 03 04:05:20.894 INFO O| Aug 03 04:05:20.894 INFO STEP 17 (remove_files) COMPLETE
38912024-08-03T04:05:22.718Z[ recovery-image] Aug 03 04:05:20.894 INFO O| Aug 03 04:05:20.894 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38922024-08-03T04:05:22.724Z[ recovery-image] Aug 03 04:05:20.903 INFO O| Aug 03 04:05:20.903 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
38932024-08-03T04:05:22.724Z[ recovery-image] Aug 03 04:05:20.903 INFO O| Aug 03 04:05:20.903 INFO STEP 18 (remove_files) COMPLETE
38942024-08-03T04:05:22.724Z[ recovery-image] Aug 03 04:05:20.903 INFO O| Aug 03 04:05:20.903 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38952024-08-03T04:05:22.733Z[ recovery-image] Aug 03 04:05:20.913 INFO O| Aug 03 04:05:20.913 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
38962024-08-03T04:05:22.775Z[ recovery-image] Aug 03 04:05:20.954 INFO O| Aug 03 04:05:20.954 INFO STEP 19 (remove_files) COMPLETE
38972024-08-03T04:05:22.775Z[ recovery-image] Aug 03 04:05:20.954 INFO O| Aug 03 04:05:20.954 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38982024-08-03T04:05:22.788Z[ recovery-image] Aug 03 04:05:20.967 INFO O| Aug 03 04:05:20.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
38992024-08-03T04:05:22.791Z[ recovery-image] Aug 03 04:05:20.968 INFO O| Aug 03 04:05:20.968 INFO STEP 20 (remove_files) COMPLETE
39002024-08-03T04:05:22.791Z[ recovery-image] Aug 03 04:05:20.968 INFO O| Aug 03 04:05:20.968 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39012024-08-03T04:05:22.800Z[ recovery-image] Aug 03 04:05:20.979 INFO O| Aug 03 04:05:20.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39022024-08-03T04:05:22.802Z[ recovery-image] Aug 03 04:05:20.980 INFO O| Aug 03 04:05:20.980 INFO STEP 21 (remove_files) COMPLETE
39032024-08-03T04:05:22.802Z[ recovery-image] Aug 03 04:05:20.980 INFO O| Aug 03 04:05:20.980 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39042024-08-03T04:05:22.809Z[ recovery-image] Aug 03 04:05:20.989 INFO O| Aug 03 04:05:20.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39052024-08-03T04:05:22.812Z[ recovery-image] Aug 03 04:05:20.989 INFO O| Aug 03 04:05:20.989 INFO STEP 22 (remove_files) COMPLETE
39062024-08-03T04:05:22.812Z[ recovery-image] Aug 03 04:05:20.989 INFO O| Aug 03 04:05:20.989 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39072024-08-03T04:05:22.819Z[ recovery-image] Aug 03 04:05:20.998 INFO O| Aug 03 04:05:20.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39082024-08-03T04:05:22.819Z[ recovery-image] Aug 03 04:05:20.998 INFO O| Aug 03 04:05:20.998 INFO STEP 23 (remove_files) COMPLETE
39092024-08-03T04:05:22.821Z[ recovery-image] Aug 03 04:05:20.998 INFO O| Aug 03 04:05:20.998 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39102024-08-03T04:05:22.831Z[ recovery-image] Aug 03 04:05:21.010 INFO O| Aug 03 04:05:21.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39112024-08-03T04:05:22.834Z[ recovery-image] Aug 03 04:05:21.011 INFO O| Aug 03 04:05:21.011 INFO STEP 24 (remove_files) COMPLETE
39122024-08-03T04:05:22.834Z[ recovery-image] Aug 03 04:05:21.011 INFO O| Aug 03 04:05:21.011 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39132024-08-03T04:05:22.841Z[ recovery-image] Aug 03 04:05:21.020 INFO O| Aug 03 04:05:21.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39142024-08-03T04:05:22.844Z[ recovery-image] Aug 03 04:05:21.021 INFO O| Aug 03 04:05:21.021 INFO STEP 25 (remove_files) COMPLETE
39152024-08-03T04:05:22.844Z[ recovery-image] Aug 03 04:05:21.021 INFO O| Aug 03 04:05:21.021 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39162024-08-03T04:05:22.851Z[ recovery-image] Aug 03 04:05:21.030 INFO O| Aug 03 04:05:21.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39172024-08-03T04:05:22.853Z[ recovery-image] Aug 03 04:05:21.030 INFO O| Aug 03 04:05:21.030 INFO STEP 26 (remove_files) COMPLETE
39182024-08-03T04:05:22.853Z[ recovery-image] Aug 03 04:05:21.030 INFO O| Aug 03 04:05:21.030 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39192024-08-03T04:05:22.860Z[ recovery-image] Aug 03 04:05:21.039 INFO O| Aug 03 04:05:21.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39202024-08-03T04:05:22.860Z[ recovery-image] Aug 03 04:05:21.039 INFO O| Aug 03 04:05:21.039 INFO STEP 27 (remove_files) COMPLETE
39212024-08-03T04:05:22.860Z[ recovery-image] Aug 03 04:05:21.040 INFO O| Aug 03 04:05:21.039 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39222024-08-03T04:05:22.869Z[ recovery-image] Aug 03 04:05:21.049 INFO O| Aug 03 04:05:21.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39232024-08-03T04:05:22.872Z[ recovery-image] Aug 03 04:05:21.049 INFO O| Aug 03 04:05:21.049 INFO STEP 28 (remove_files) COMPLETE
39242024-08-03T04:05:22.872Z[ recovery-image] Aug 03 04:05:21.049 INFO O| Aug 03 04:05:21.049 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39252024-08-03T04:05:22.879Z[ recovery-image] Aug 03 04:05:21.058 INFO O| Aug 03 04:05:21.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39262024-08-03T04:05:22.879Z[ recovery-image] Aug 03 04:05:21.058 INFO O| Aug 03 04:05:21.058 INFO STEP 29 (remove_files) COMPLETE
39272024-08-03T04:05:22.882Z[ recovery-image] Aug 03 04:05:21.058 INFO O| Aug 03 04:05:21.058 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39282024-08-03T04:05:22.888Z[ recovery-image] Aug 03 04:05:21.068 INFO O| Aug 03 04:05:21.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39292024-08-03T04:05:22.888Z[ recovery-image] Aug 03 04:05:21.068 INFO O| Aug 03 04:05:21.068 INFO STEP 30 (remove_files) COMPLETE
39302024-08-03T04:05:22.891Z[ recovery-image] Aug 03 04:05:21.068 INFO O| Aug 03 04:05:21.068 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39312024-08-03T04:05:22.898Z[ recovery-image] Aug 03 04:05:21.077 INFO O| Aug 03 04:05:21.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39322024-08-03T04:05:22.898Z[ recovery-image] Aug 03 04:05:21.077 INFO O| Aug 03 04:05:21.077 INFO STEP 31 (remove_files) COMPLETE
39332024-08-03T04:05:22.898Z[ recovery-image] Aug 03 04:05:21.077 INFO O| Aug 03 04:05:21.077 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39342024-08-03T04:05:22.907Z[ recovery-image] Aug 03 04:05:21.086 INFO O| Aug 03 04:05:21.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39352024-08-03T04:05:22.910Z[ recovery-image] Aug 03 04:05:21.087 INFO O| Aug 03 04:05:21.087 INFO STEP 32 (remove_files) COMPLETE
39362024-08-03T04:05:22.910Z[ recovery-image] Aug 03 04:05:21.087 INFO O| Aug 03 04:05:21.087 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-08-03T04:05:22.917Z[ recovery-image] Aug 03 04:05:21.096 INFO O| Aug 03 04:05:21.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39382024-08-03T04:05:22.920Z[ recovery-image] Aug 03 04:05:21.097 INFO O| Aug 03 04:05:21.097 INFO STEP 33 (remove_files) COMPLETE
39392024-08-03T04:05:22.920Z[ recovery-image] Aug 03 04:05:21.097 INFO O| Aug 03 04:05:21.097 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39402024-08-03T04:05:22.928Z[ recovery-image] Aug 03 04:05:21.107 INFO O| Aug 03 04:05:21.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39412024-08-03T04:05:22.928Z[ recovery-image] Aug 03 04:05:21.107 INFO O| Aug 03 04:05:21.107 INFO STEP 34 (remove_files) COMPLETE
39422024-08-03T04:05:22.931Z[ recovery-image] Aug 03 04:05:21.107 INFO O| Aug 03 04:05:21.107 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39432024-08-03T04:05:22.936Z[ recovery-image] Aug 03 04:05:21.116 INFO O| Aug 03 04:05:21.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39442024-08-03T04:05:22.937Z[ recovery-image] Aug 03 04:05:21.116 INFO O| Aug 03 04:05:21.116 INFO STEP 35 (remove_files) COMPLETE
39452024-08-03T04:05:22.939Z[ recovery-image] Aug 03 04:05:21.116 INFO O| Aug 03 04:05:21.116 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39462024-08-03T04:05:22.947Z[ recovery-image] Aug 03 04:05:21.125 INFO O| Aug 03 04:05:21.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39472024-08-03T04:05:22.947Z[ recovery-image] Aug 03 04:05:21.125 INFO O| Aug 03 04:05:21.125 INFO STEP 36 (remove_files) COMPLETE
39482024-08-03T04:05:22.951Z[ recovery-image] Aug 03 04:05:21.125 INFO O| Aug 03 04:05:21.125 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39492024-08-03T04:05:22.955Z[ recovery-image] Aug 03 04:05:21.134 INFO O| Aug 03 04:05:21.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39502024-08-03T04:05:22.957Z[ recovery-image] Aug 03 04:05:21.134 INFO O| Aug 03 04:05:21.134 INFO STEP 37 (remove_files) COMPLETE
39512024-08-03T04:05:22.957Z[ recovery-image] Aug 03 04:05:21.134 INFO O| Aug 03 04:05:21.134 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39522024-08-03T04:05:22.964Z[ recovery-image] Aug 03 04:05:21.143 INFO O| Aug 03 04:05:21.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39532024-08-03T04:05:22.964Z[ recovery-image] Aug 03 04:05:21.143 INFO O| Aug 03 04:05:21.143 INFO STEP 38 (remove_files) COMPLETE
39542024-08-03T04:05:22.964Z[ recovery-image] Aug 03 04:05:21.143 INFO O| Aug 03 04:05:21.143 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39552024-08-03T04:05:22.973Z[ recovery-image] Aug 03 04:05:21.152 INFO O| Aug 03 04:05:21.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39562024-08-03T04:05:22.973Z[ recovery-image] Aug 03 04:05:21.152 INFO O| Aug 03 04:05:21.152 INFO STEP 39 (remove_files) COMPLETE
39572024-08-03T04:05:22.973Z[ recovery-image] Aug 03 04:05:21.152 INFO O| Aug 03 04:05:21.152 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39582024-08-03T04:05:22.982Z[ recovery-image] Aug 03 04:05:21.161 INFO O| Aug 03 04:05:21.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39592024-08-03T04:05:22.982Z[ recovery-image] Aug 03 04:05:21.161 INFO O| Aug 03 04:05:21.161 INFO STEP 40 (remove_files) COMPLETE
39602024-08-03T04:05:22.985Z[ recovery-image] Aug 03 04:05:21.161 INFO O| Aug 03 04:05:21.161 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39612024-08-03T04:05:22.991Z[ recovery-image] Aug 03 04:05:21.170 INFO O| Aug 03 04:05:21.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39622024-08-03T04:05:22.991Z[ recovery-image] Aug 03 04:05:21.170 INFO O| Aug 03 04:05:21.170 INFO STEP 41 (remove_files) COMPLETE
39632024-08-03T04:05:22.991Z[ recovery-image] Aug 03 04:05:21.171 INFO O| Aug 03 04:05:21.170 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39642024-08-03T04:05:23.001Z[ recovery-image] Aug 03 04:05:21.180 INFO O| Aug 03 04:05:21.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39652024-08-03T04:05:23.004Z[ recovery-image] Aug 03 04:05:21.180 INFO O| Aug 03 04:05:21.180 INFO STEP 42 (remove_files) COMPLETE
39662024-08-03T04:05:23.004Z[ recovery-image] Aug 03 04:05:21.180 INFO O| Aug 03 04:05:21.180 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39672024-08-03T04:05:23.010Z[ recovery-image] Aug 03 04:05:21.189 INFO O| Aug 03 04:05:21.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
39682024-08-03T04:05:23.010Z[ recovery-image] Aug 03 04:05:21.189 INFO O| Aug 03 04:05:21.189 INFO STEP 43 (remove_files) COMPLETE
39692024-08-03T04:05:23.010Z[ recovery-image] Aug 03 04:05:21.189 INFO O| Aug 03 04:05:21.189 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39702024-08-03T04:05:23.019Z[ recovery-image] Aug 03 04:05:21.198 INFO O| Aug 03 04:05:21.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
39712024-08-03T04:05:23.019Z[ recovery-image] Aug 03 04:05:21.198 INFO O| Aug 03 04:05:21.198 INFO STEP 44 (remove_files) COMPLETE
39722024-08-03T04:05:23.022Z[ recovery-image] Aug 03 04:05:21.198 INFO O| Aug 03 04:05:21.198 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39732024-08-03T04:05:23.028Z[ recovery-image] Aug 03 04:05:21.207 INFO O| Aug 03 04:05:21.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
39742024-08-03T04:05:23.031Z[ recovery-image] Aug 03 04:05:21.208 INFO O| Aug 03 04:05:21.208 INFO STEP 45 (remove_files) COMPLETE
39752024-08-03T04:05:23.031Z[ recovery-image] Aug 03 04:05:21.208 INFO O| Aug 03 04:05:21.208 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39762024-08-03T04:05:23.038Z[ recovery-image] Aug 03 04:05:21.217 INFO O| Aug 03 04:05:21.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
39772024-08-03T04:05:23.038Z[ recovery-image] Aug 03 04:05:21.217 INFO O| Aug 03 04:05:21.217 INFO STEP 46 (remove_files) COMPLETE
39782024-08-03T04:05:23.039Z[ recovery-image] Aug 03 04:05:21.217 INFO O| Aug 03 04:05:21.217 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-08-03T04:05:23.047Z[ recovery-image] Aug 03 04:05:21.226 INFO O| Aug 03 04:05:21.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
39802024-08-03T04:05:23.050Z[ recovery-image] Aug 03 04:05:21.227 INFO O| Aug 03 04:05:21.227 INFO STEP 47 (remove_files) COMPLETE
39812024-08-03T04:05:23.050Z[ recovery-image] Aug 03 04:05:21.227 INFO O| Aug 03 04:05:21.227 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-08-03T04:05:23.057Z[ recovery-image] Aug 03 04:05:21.237 INFO O| Aug 03 04:05:21.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
39832024-08-03T04:05:23.057Z[ recovery-image] Aug 03 04:05:21.237 INFO O| Aug 03 04:05:21.237 INFO STEP 48 (remove_files) COMPLETE
39842024-08-03T04:05:23.057Z[ recovery-image] Aug 03 04:05:21.237 INFO O| Aug 03 04:05:21.237 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39852024-08-03T04:05:23.067Z[ recovery-image] Aug 03 04:05:21.246 INFO O| Aug 03 04:05:21.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
39862024-08-03T04:05:23.067Z[ recovery-image] Aug 03 04:05:21.246 INFO O| Aug 03 04:05:21.246 INFO STEP 49 (remove_files) COMPLETE
39872024-08-03T04:05:23.070Z[ recovery-image] Aug 03 04:05:21.246 INFO O| Aug 03 04:05:21.246 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-08-03T04:05:23.076Z[ recovery-image] Aug 03 04:05:21.256 INFO O| Aug 03 04:05:21.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
39892024-08-03T04:05:23.076Z[ recovery-image] Aug 03 04:05:21.256 INFO O| Aug 03 04:05:21.256 INFO STEP 50 (remove_files) COMPLETE
39902024-08-03T04:05:23.076Z[ recovery-image] Aug 03 04:05:21.256 INFO O| Aug 03 04:05:21.256 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39912024-08-03T04:05:23.086Z[ recovery-image] Aug 03 04:05:21.265 INFO O| Aug 03 04:05:21.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
39922024-08-03T04:05:23.086Z[ recovery-image] Aug 03 04:05:21.265 INFO O| Aug 03 04:05:21.265 INFO STEP 51 (remove_files) COMPLETE
39932024-08-03T04:05:23.086Z[ recovery-image] Aug 03 04:05:21.265 INFO O| Aug 03 04:05:21.265 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-08-03T04:05:23.095Z[ recovery-image] Aug 03 04:05:21.274 INFO O| Aug 03 04:05:21.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
39952024-08-03T04:05:23.098Z[ recovery-image] Aug 03 04:05:21.275 INFO O| Aug 03 04:05:21.275 INFO STEP 52 (remove_files) COMPLETE
39962024-08-03T04:05:23.098Z[ recovery-image] Aug 03 04:05:21.275 INFO O| Aug 03 04:05:21.275 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-08-03T04:05:23.105Z[ recovery-image] Aug 03 04:05:21.284 INFO O| Aug 03 04:05:21.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
39982024-08-03T04:05:23.108Z[ recovery-image] Aug 03 04:05:21.285 INFO O| Aug 03 04:05:21.285 INFO STEP 53 (remove_files) COMPLETE
39992024-08-03T04:05:23.108Z[ recovery-image] Aug 03 04:05:21.285 INFO O| Aug 03 04:05:21.285 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40002024-08-03T04:05:23.117Z[ recovery-image] Aug 03 04:05:21.297 INFO O| Aug 03 04:05:21.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40012024-08-03T04:05:23.117Z[ recovery-image] Aug 03 04:05:21.297 INFO O| Aug 03 04:05:21.297 INFO STEP 54 (remove_files) COMPLETE
40022024-08-03T04:05:23.117Z[ recovery-image] Aug 03 04:05:21.297 INFO O| Aug 03 04:05:21.297 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40032024-08-03T04:05:23.129Z[ recovery-image] Aug 03 04:05:21.308 INFO O| Aug 03 04:05:21.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40042024-08-03T04:05:23.129Z[ recovery-image] Aug 03 04:05:21.308 INFO O| Aug 03 04:05:21.308 INFO STEP 55 (remove_files) COMPLETE
40052024-08-03T04:05:23.132Z[ recovery-image] Aug 03 04:05:21.308 INFO O| Aug 03 04:05:21.308 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-08-03T04:05:23.139Z[ recovery-image] Aug 03 04:05:21.318 INFO O| Aug 03 04:05:21.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40072024-08-03T04:05:23.141Z[ recovery-image] Aug 03 04:05:21.318 INFO O| Aug 03 04:05:21.318 INFO STEP 56 (remove_files) COMPLETE
40082024-08-03T04:05:23.142Z[ recovery-image] Aug 03 04:05:21.318 INFO O| Aug 03 04:05:21.318 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-08-03T04:05:23.151Z[ recovery-image] Aug 03 04:05:21.328 INFO O| Aug 03 04:05:21.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40102024-08-03T04:05:23.151Z[ recovery-image] Aug 03 04:05:21.329 INFO O| Aug 03 04:05:21.329 INFO STEP 57 (remove_files) COMPLETE
40112024-08-03T04:05:23.151Z[ recovery-image] Aug 03 04:05:21.329 INFO O| Aug 03 04:05:21.329 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-08-03T04:05:23.160Z[ recovery-image] Aug 03 04:05:21.339 INFO O| Aug 03 04:05:21.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40132024-08-03T04:05:23.160Z[ recovery-image] Aug 03 04:05:21.339 INFO O| Aug 03 04:05:21.339 INFO STEP 58 (remove_files) COMPLETE
40142024-08-03T04:05:23.160Z[ recovery-image] Aug 03 04:05:21.340 INFO O| Aug 03 04:05:21.339 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-08-03T04:05:23.171Z[ recovery-image] Aug 03 04:05:21.350 INFO O| Aug 03 04:05:21.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40162024-08-03T04:05:23.171Z[ recovery-image] Aug 03 04:05:21.350 INFO O| Aug 03 04:05:21.350 INFO STEP 59 (remove_files) COMPLETE
40172024-08-03T04:05:23.174Z[ recovery-image] Aug 03 04:05:21.350 INFO O| Aug 03 04:05:21.350 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-03T04:05:23.181Z[ recovery-image] Aug 03 04:05:21.361 INFO O| Aug 03 04:05:21.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40192024-08-03T04:05:23.181Z[ recovery-image] Aug 03 04:05:21.361 INFO O| Aug 03 04:05:21.361 INFO STEP 60 (remove_files) COMPLETE
40202024-08-03T04:05:23.184Z[ recovery-image] Aug 03 04:05:21.361 INFO O| Aug 03 04:05:21.361 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-08-03T04:05:23.191Z[ recovery-image] Aug 03 04:05:21.370 INFO O| Aug 03 04:05:21.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40222024-08-03T04:05:23.194Z[ recovery-image] Aug 03 04:05:21.371 INFO O| Aug 03 04:05:21.371 INFO STEP 61 (remove_files) COMPLETE
40232024-08-03T04:05:23.194Z[ recovery-image] Aug 03 04:05:21.371 INFO O| Aug 03 04:05:21.371 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-08-03T04:05:23.201Z[ recovery-image] Aug 03 04:05:21.380 INFO O| Aug 03 04:05:21.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40252024-08-03T04:05:23.204Z[ recovery-image] Aug 03 04:05:21.380 INFO O| Aug 03 04:05:21.380 INFO STEP 62 (remove_files) COMPLETE
40262024-08-03T04:05:23.204Z[ recovery-image] Aug 03 04:05:21.381 INFO O| Aug 03 04:05:21.380 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-08-03T04:05:23.211Z[ recovery-image] Aug 03 04:05:21.390 INFO O| Aug 03 04:05:21.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40282024-08-03T04:05:23.211Z[ recovery-image] Aug 03 04:05:21.390 INFO O| Aug 03 04:05:21.390 INFO STEP 63 (remove_files) COMPLETE
40292024-08-03T04:05:23.213Z[ recovery-image] Aug 03 04:05:21.390 INFO O| Aug 03 04:05:21.390 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-08-03T04:05:23.220Z[ recovery-image] Aug 03 04:05:21.399 INFO O| Aug 03 04:05:21.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40312024-08-03T04:05:23.223Z[ recovery-image] Aug 03 04:05:21.399 INFO O| Aug 03 04:05:21.399 INFO STEP 64 (remove_files) COMPLETE
40322024-08-03T04:05:23.223Z[ recovery-image] Aug 03 04:05:21.399 INFO O| Aug 03 04:05:21.399 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-08-03T04:05:23.229Z[ recovery-image] Aug 03 04:05:21.409 INFO O| Aug 03 04:05:21.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40342024-08-03T04:05:23.229Z[ recovery-image] Aug 03 04:05:21.409 INFO O| Aug 03 04:05:21.409 INFO STEP 65 (remove_files) COMPLETE
40352024-08-03T04:05:23.229Z[ recovery-image] Aug 03 04:05:21.409 INFO O| Aug 03 04:05:21.409 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-08-03T04:05:23.242Z[ recovery-image] Aug 03 04:05:21.419 INFO O| Aug 03 04:05:21.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40372024-08-03T04:05:23.246Z[ recovery-image] Aug 03 04:05:21.419 INFO O| Aug 03 04:05:21.419 INFO STEP 66 (remove_files) COMPLETE
40382024-08-03T04:05:23.246Z[ recovery-image] Aug 03 04:05:21.419 INFO O| Aug 03 04:05:21.419 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-08-03T04:05:23.249Z[ recovery-image] Aug 03 04:05:21.428 INFO O| Aug 03 04:05:21.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40402024-08-03T04:05:23.249Z[ recovery-image] Aug 03 04:05:21.428 INFO O| Aug 03 04:05:21.428 INFO STEP 67 (remove_files) COMPLETE
40412024-08-03T04:05:23.249Z[ recovery-image] Aug 03 04:05:21.428 INFO O| Aug 03 04:05:21.428 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-08-03T04:05:23.259Z[ recovery-image] Aug 03 04:05:21.438 INFO O| Aug 03 04:05:21.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40432024-08-03T04:05:23.262Z[ recovery-image] Aug 03 04:05:21.438 INFO O| Aug 03 04:05:21.438 INFO STEP 68 (remove_files) COMPLETE
40442024-08-03T04:05:23.262Z[ recovery-image] Aug 03 04:05:21.438 INFO O| Aug 03 04:05:21.438 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-08-03T04:05:23.268Z[ recovery-image] Aug 03 04:05:21.447 INFO O| Aug 03 04:05:21.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40462024-08-03T04:05:23.268Z[ recovery-image] Aug 03 04:05:21.447 INFO O| Aug 03 04:05:21.447 INFO STEP 69 (remove_files) COMPLETE
40472024-08-03T04:05:23.268Z[ recovery-image] Aug 03 04:05:21.447 INFO O| Aug 03 04:05:21.447 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-08-03T04:05:23.277Z[ recovery-image] Aug 03 04:05:21.456 INFO O| Aug 03 04:05:21.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40492024-08-03T04:05:23.277Z[ recovery-image] Aug 03 04:05:21.456 INFO O| Aug 03 04:05:21.456 INFO STEP 70 (remove_files) COMPLETE
40502024-08-03T04:05:23.277Z[ recovery-image] Aug 03 04:05:21.456 INFO O| Aug 03 04:05:21.456 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-08-03T04:05:23.286Z[ recovery-image] Aug 03 04:05:21.465 INFO O| Aug 03 04:05:21.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40522024-08-03T04:05:23.286Z[ recovery-image] Aug 03 04:05:21.465 INFO O| Aug 03 04:05:21.465 INFO STEP 71 (remove_files) COMPLETE
40532024-08-03T04:05:23.289Z[ recovery-image] Aug 03 04:05:21.465 INFO O| Aug 03 04:05:21.465 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-08-03T04:05:23.295Z[ recovery-image] Aug 03 04:05:21.474 INFO O| Aug 03 04:05:21.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40552024-08-03T04:05:23.295Z[ recovery-image] Aug 03 04:05:21.475 INFO O| Aug 03 04:05:21.475 INFO STEP 72 (remove_files) COMPLETE
40562024-08-03T04:05:23.296Z[ recovery-image] Aug 03 04:05:21.475 INFO O| Aug 03 04:05:21.475 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-08-03T04:05:23.305Z[ recovery-image] Aug 03 04:05:21.484 INFO O| Aug 03 04:05:21.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40582024-08-03T04:05:23.305Z[ recovery-image] Aug 03 04:05:21.484 INFO O| Aug 03 04:05:21.484 INFO STEP 73 (remove_files) COMPLETE
40592024-08-03T04:05:23.305Z[ recovery-image] Aug 03 04:05:21.484 INFO O| Aug 03 04:05:21.484 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-08-03T04:05:23.314Z[ recovery-image] Aug 03 04:05:21.493 INFO O| Aug 03 04:05:21.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40612024-08-03T04:05:23.314Z[ recovery-image] Aug 03 04:05:21.493 INFO O| Aug 03 04:05:21.493 INFO STEP 74 (remove_files) COMPLETE
40622024-08-03T04:05:23.314Z[ recovery-image] Aug 03 04:05:21.493 INFO O| Aug 03 04:05:21.493 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-03T04:05:23.323Z[ recovery-image] Aug 03 04:05:21.502 INFO O| Aug 03 04:05:21.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
40642024-08-03T04:05:23.323Z[ recovery-image] Aug 03 04:05:21.502 INFO O| Aug 03 04:05:21.502 INFO STEP 75 (remove_files) COMPLETE
40652024-08-03T04:05:23.326Z[ recovery-image] Aug 03 04:05:21.502 INFO O| Aug 03 04:05:21.502 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-03T04:05:23.333Z[ recovery-image] Aug 03 04:05:21.512 INFO O| Aug 03 04:05:21.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
40672024-08-03T04:05:23.335Z[ recovery-image] Aug 03 04:05:21.512 INFO O| Aug 03 04:05:21.512 INFO STEP 76 (remove_files) COMPLETE
40682024-08-03T04:05:23.335Z[ recovery-image] Aug 03 04:05:21.512 INFO O| Aug 03 04:05:21.512 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-03T04:05:23.342Z[ recovery-image] Aug 03 04:05:21.521 INFO O| Aug 03 04:05:21.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
40702024-08-03T04:05:23.345Z[ recovery-image] Aug 03 04:05:21.522 INFO O| Aug 03 04:05:21.522 INFO STEP 77 (remove_files) COMPLETE
40712024-08-03T04:05:23.345Z[ recovery-image] Aug 03 04:05:21.522 INFO O| Aug 03 04:05:21.522 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-03T04:05:23.352Z[ recovery-image] Aug 03 04:05:21.531 INFO O| Aug 03 04:05:21.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
40732024-08-03T04:05:23.352Z[ recovery-image] Aug 03 04:05:21.531 INFO O| Aug 03 04:05:21.531 INFO STEP 78 (remove_files) COMPLETE
40742024-08-03T04:05:23.355Z[ recovery-image] Aug 03 04:05:21.531 INFO O| Aug 03 04:05:21.531 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-08-03T04:05:23.361Z[ recovery-image] Aug 03 04:05:21.540 INFO O| Aug 03 04:05:21.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
40762024-08-03T04:05:23.361Z[ recovery-image] Aug 03 04:05:21.540 INFO O| Aug 03 04:05:21.540 INFO STEP 79 (remove_files) COMPLETE
40772024-08-03T04:05:23.361Z[ recovery-image] Aug 03 04:05:21.540 INFO O| Aug 03 04:05:21.540 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-08-03T04:05:23.370Z[ recovery-image] Aug 03 04:05:21.549 INFO O| Aug 03 04:05:21.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
40792024-08-03T04:05:23.370Z[ recovery-image] Aug 03 04:05:21.549 INFO O| Aug 03 04:05:21.549 INFO STEP 80 (remove_files) COMPLETE
40802024-08-03T04:05:23.373Z[ recovery-image] Aug 03 04:05:21.549 INFO O| Aug 03 04:05:21.549 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-08-03T04:05:23.379Z[ recovery-image] Aug 03 04:05:21.558 INFO O| Aug 03 04:05:21.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
40822024-08-03T04:05:23.379Z[ recovery-image] Aug 03 04:05:21.559 INFO O| Aug 03 04:05:21.559 INFO STEP 81 (remove_files) COMPLETE
40832024-08-03T04:05:23.379Z[ recovery-image] Aug 03 04:05:21.559 INFO O| Aug 03 04:05:21.559 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-08-03T04:05:23.389Z[ recovery-image] Aug 03 04:05:21.568 INFO O| Aug 03 04:05:21.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
40852024-08-03T04:05:23.389Z[ recovery-image] Aug 03 04:05:21.568 INFO O| Aug 03 04:05:21.568 INFO STEP 82 (remove_files) COMPLETE
40862024-08-03T04:05:23.389Z[ recovery-image] Aug 03 04:05:21.568 INFO O| Aug 03 04:05:21.568 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-08-03T04:05:23.399Z[ recovery-image] Aug 03 04:05:21.577 INFO O| Aug 03 04:05:21.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
40882024-08-03T04:05:23.399Z[ recovery-image] Aug 03 04:05:21.577 INFO O| Aug 03 04:05:21.577 INFO STEP 83 (remove_files) COMPLETE
40892024-08-03T04:05:23.401Z[ recovery-image] Aug 03 04:05:21.577 INFO O| Aug 03 04:05:21.577 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-08-03T04:05:23.407Z[ recovery-image] Aug 03 04:05:21.586 INFO O| Aug 03 04:05:21.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
40912024-08-03T04:05:23.407Z[ recovery-image] Aug 03 04:05:21.586 INFO O| Aug 03 04:05:21.586 INFO STEP 84 (remove_files) COMPLETE
40922024-08-03T04:05:23.407Z[ recovery-image] Aug 03 04:05:21.586 INFO O| Aug 03 04:05:21.586 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-03T04:05:23.416Z[ recovery-image] Aug 03 04:05:21.596 INFO O| Aug 03 04:05:21.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
40942024-08-03T04:05:23.417Z[ recovery-image] Aug 03 04:05:21.596 INFO O| Aug 03 04:05:21.596 INFO STEP 85 (remove_files) COMPLETE
40952024-08-03T04:05:23.419Z[ recovery-image] Aug 03 04:05:21.596 INFO O| Aug 03 04:05:21.596 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-03T04:05:23.426Z[ recovery-image] Aug 03 04:05:21.605 INFO O| Aug 03 04:05:21.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
40972024-08-03T04:05:23.426Z[ recovery-image] Aug 03 04:05:21.605 INFO O| Aug 03 04:05:21.605 INFO STEP 86 (remove_files) COMPLETE
40982024-08-03T04:05:23.426Z[ recovery-image] Aug 03 04:05:21.605 INFO O| Aug 03 04:05:21.605 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-08-03T04:05:23.435Z[ recovery-image] Aug 03 04:05:21.614 INFO O| Aug 03 04:05:21.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41002024-08-03T04:05:23.435Z[ recovery-image] Aug 03 04:05:21.614 INFO O| Aug 03 04:05:21.614 INFO STEP 87 (remove_files) COMPLETE
41012024-08-03T04:05:23.435Z[ recovery-image] Aug 03 04:05:21.615 INFO O| Aug 03 04:05:21.614 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-08-03T04:05:23.444Z[ recovery-image] Aug 03 04:05:21.624 INFO O| Aug 03 04:05:21.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41032024-08-03T04:05:23.445Z[ recovery-image] Aug 03 04:05:21.624 INFO O| Aug 03 04:05:21.624 INFO STEP 88 (remove_files) COMPLETE
41042024-08-03T04:05:23.445Z[ recovery-image] Aug 03 04:05:21.624 INFO O| Aug 03 04:05:21.624 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-08-03T04:05:23.454Z[ recovery-image] Aug 03 04:05:21.633 INFO O| Aug 03 04:05:21.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41062024-08-03T04:05:23.457Z[ recovery-image] Aug 03 04:05:21.633 INFO O| Aug 03 04:05:21.633 INFO STEP 89 (remove_files) COMPLETE
41072024-08-03T04:05:23.457Z[ recovery-image] Aug 03 04:05:21.633 INFO O| Aug 03 04:05:21.633 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-08-03T04:05:23.463Z[ recovery-image] Aug 03 04:05:21.642 INFO O| Aug 03 04:05:21.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41092024-08-03T04:05:23.463Z[ recovery-image] Aug 03 04:05:21.642 INFO O| Aug 03 04:05:21.642 INFO STEP 90 (remove_files) COMPLETE
41102024-08-03T04:05:23.463Z[ recovery-image] Aug 03 04:05:21.642 INFO O| Aug 03 04:05:21.642 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-08-03T04:05:23.473Z[ recovery-image] Aug 03 04:05:21.652 INFO O| Aug 03 04:05:21.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41122024-08-03T04:05:23.476Z[ recovery-image] Aug 03 04:05:21.652 INFO O| Aug 03 04:05:21.652 INFO STEP 91 (remove_files) COMPLETE
41132024-08-03T04:05:23.476Z[ recovery-image] Aug 03 04:05:21.652 INFO O| Aug 03 04:05:21.652 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-08-03T04:05:23.483Z[ recovery-image] Aug 03 04:05:21.662 INFO O| Aug 03 04:05:21.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41152024-08-03T04:05:23.483Z[ recovery-image] Aug 03 04:05:21.662 INFO O| Aug 03 04:05:21.662 INFO STEP 92 (remove_files) COMPLETE
41162024-08-03T04:05:23.483Z[ recovery-image] Aug 03 04:05:21.662 INFO O| Aug 03 04:05:21.662 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-08-03T04:05:23.492Z[ recovery-image] Aug 03 04:05:21.671 INFO O| Aug 03 04:05:21.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41182024-08-03T04:05:23.492Z[ recovery-image] Aug 03 04:05:21.671 INFO O| Aug 03 04:05:21.671 INFO STEP 93 (remove_files) COMPLETE
41192024-08-03T04:05:23.495Z[ recovery-image] Aug 03 04:05:21.672 INFO O| Aug 03 04:05:21.671 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-08-03T04:05:23.502Z[ recovery-image] Aug 03 04:05:21.681 INFO O| Aug 03 04:05:21.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41212024-08-03T04:05:23.505Z[ recovery-image] Aug 03 04:05:21.681 INFO O| Aug 03 04:05:21.681 INFO STEP 94 (remove_files) COMPLETE
41222024-08-03T04:05:23.505Z[ recovery-image] Aug 03 04:05:21.681 INFO O| Aug 03 04:05:21.681 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-08-03T04:05:23.512Z[ recovery-image] Aug 03 04:05:21.691 INFO O| Aug 03 04:05:21.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41242024-08-03T04:05:23.512Z[ recovery-image] Aug 03 04:05:21.691 INFO O| Aug 03 04:05:21.691 INFO STEP 95 (remove_files) COMPLETE
41252024-08-03T04:05:23.512Z[ recovery-image] Aug 03 04:05:21.691 INFO O| Aug 03 04:05:21.691 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-08-03T04:05:23.522Z[ recovery-image] Aug 03 04:05:21.701 INFO O| Aug 03 04:05:21.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41272024-08-03T04:05:23.522Z[ recovery-image] Aug 03 04:05:21.701 INFO O| Aug 03 04:05:21.701 INFO STEP 96 (remove_files) COMPLETE
41282024-08-03T04:05:23.526Z[ recovery-image] Aug 03 04:05:21.701 INFO O| Aug 03 04:05:21.701 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-03T04:05:23.532Z[ recovery-image] Aug 03 04:05:21.711 INFO O| Aug 03 04:05:21.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41302024-08-03T04:05:23.532Z[ recovery-image] Aug 03 04:05:21.711 INFO O| Aug 03 04:05:21.711 INFO STEP 97 (remove_files) COMPLETE
41312024-08-03T04:05:23.532Z[ recovery-image] Aug 03 04:05:21.711 INFO O| Aug 03 04:05:21.711 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-03T04:05:23.542Z[ recovery-image] Aug 03 04:05:21.721 INFO O| Aug 03 04:05:21.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41332024-08-03T04:05:23.542Z[ recovery-image] Aug 03 04:05:21.721 INFO O| Aug 03 04:05:21.721 INFO STEP 98 (remove_files) COMPLETE
41342024-08-03T04:05:23.542Z[ recovery-image] Aug 03 04:05:21.721 INFO O| Aug 03 04:05:21.721 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-03T04:05:23.552Z[ recovery-image] Aug 03 04:05:21.731 INFO O| Aug 03 04:05:21.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41362024-08-03T04:05:23.552Z[ recovery-image] Aug 03 04:05:21.731 INFO O| Aug 03 04:05:21.731 INFO STEP 99 (remove_files) COMPLETE
41372024-08-03T04:05:23.552Z[ recovery-image] Aug 03 04:05:21.731 INFO O| Aug 03 04:05:21.731 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-08-03T04:05:23.561Z[ recovery-image] Aug 03 04:05:21.740 INFO O| Aug 03 04:05:21.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41392024-08-03T04:05:23.564Z[ recovery-image] Aug 03 04:05:21.740 INFO O| Aug 03 04:05:21.740 INFO STEP 100 (remove_files) COMPLETE
41402024-08-03T04:05:23.564Z[ recovery-image] Aug 03 04:05:21.740 INFO O| Aug 03 04:05:21.740 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-08-03T04:05:23.570Z[ recovery-image] Aug 03 04:05:21.750 INFO O| Aug 03 04:05:21.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41422024-08-03T04:05:23.570Z[ recovery-image] Aug 03 04:05:21.750 INFO O| Aug 03 04:05:21.750 INFO STEP 101 (remove_files) COMPLETE
41432024-08-03T04:05:23.573Z[ recovery-image] Aug 03 04:05:21.750 INFO O| Aug 03 04:05:21.750 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-03T04:05:23.580Z[ recovery-image] Aug 03 04:05:21.760 INFO O| Aug 03 04:05:21.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41452024-08-03T04:05:23.580Z[ recovery-image] Aug 03 04:05:21.760 INFO O| Aug 03 04:05:21.760 INFO STEP 102 (remove_files) COMPLETE
41462024-08-03T04:05:23.583Z[ recovery-image] Aug 03 04:05:21.760 INFO O| Aug 03 04:05:21.760 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-03T04:05:23.590Z[ recovery-image] Aug 03 04:05:21.769 INFO O| Aug 03 04:05:21.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41482024-08-03T04:05:23.593Z[ recovery-image] Aug 03 04:05:21.769 INFO O| Aug 03 04:05:21.769 INFO STEP 103 (remove_files) COMPLETE
41492024-08-03T04:05:23.593Z[ recovery-image] Aug 03 04:05:21.769 INFO O| Aug 03 04:05:21.769 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-03T04:05:23.600Z[ recovery-image] Aug 03 04:05:21.778 INFO O| Aug 03 04:05:21.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41512024-08-03T04:05:23.600Z[ recovery-image] Aug 03 04:05:21.778 INFO O| Aug 03 04:05:21.778 INFO STEP 104 (remove_files) COMPLETE
41522024-08-03T04:05:23.600Z[ recovery-image] Aug 03 04:05:21.778 INFO O| Aug 03 04:05:21.778 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-08-03T04:05:23.608Z[ recovery-image] Aug 03 04:05:21.788 INFO O| Aug 03 04:05:21.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41542024-08-03T04:05:23.608Z[ recovery-image] Aug 03 04:05:21.788 INFO O| Aug 03 04:05:21.788 INFO STEP 105 (remove_files) COMPLETE
41552024-08-03T04:05:23.611Z[ recovery-image] Aug 03 04:05:21.788 INFO O| Aug 03 04:05:21.788 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-03T04:05:23.617Z[ recovery-image] Aug 03 04:05:21.797 INFO O| Aug 03 04:05:21.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41572024-08-03T04:05:23.618Z[ recovery-image] Aug 03 04:05:21.797 INFO O| Aug 03 04:05:21.797 INFO STEP 106 (remove_files) COMPLETE
41582024-08-03T04:05:23.620Z[ recovery-image] Aug 03 04:05:21.797 INFO O| Aug 03 04:05:21.797 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-03T04:05:23.627Z[ recovery-image] Aug 03 04:05:21.806 INFO O| Aug 03 04:05:21.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41602024-08-03T04:05:23.630Z[ recovery-image] Aug 03 04:05:21.807 INFO O| Aug 03 04:05:21.807 INFO STEP 107 (remove_files) COMPLETE
41612024-08-03T04:05:23.630Z[ recovery-image] Aug 03 04:05:21.807 INFO O| Aug 03 04:05:21.807 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-03T04:05:23.637Z[ recovery-image] Aug 03 04:05:21.816 INFO O| Aug 03 04:05:21.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41632024-08-03T04:05:23.637Z[ recovery-image] Aug 03 04:05:21.816 INFO O| Aug 03 04:05:21.816 INFO STEP 108 (remove_files) COMPLETE
41642024-08-03T04:05:23.637Z[ recovery-image] Aug 03 04:05:21.816 INFO O| Aug 03 04:05:21.816 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-03T04:05:23.646Z[ recovery-image] Aug 03 04:05:21.825 INFO O| Aug 03 04:05:21.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
41662024-08-03T04:05:23.646Z[ recovery-image] Aug 03 04:05:21.826 INFO O| Aug 03 04:05:21.826 INFO STEP 109 (remove_files) COMPLETE
41672024-08-03T04:05:23.646Z[ recovery-image] Aug 03 04:05:21.826 INFO O| Aug 03 04:05:21.826 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-03T04:05:23.656Z[ recovery-image] Aug 03 04:05:21.835 INFO O| Aug 03 04:05:21.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
41692024-08-03T04:05:23.656Z[ recovery-image] Aug 03 04:05:21.835 INFO O| Aug 03 04:05:21.835 INFO STEP 110 (remove_files) COMPLETE
41702024-08-03T04:05:23.656Z[ recovery-image] Aug 03 04:05:21.835 INFO O| Aug 03 04:05:21.835 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-03T04:05:23.665Z[ recovery-image] Aug 03 04:05:21.844 INFO O| Aug 03 04:05:21.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
41722024-08-03T04:05:23.668Z[ recovery-image] Aug 03 04:05:21.844 INFO O| Aug 03 04:05:21.844 INFO STEP 111 (remove_files) COMPLETE
41732024-08-03T04:05:23.668Z[ recovery-image] Aug 03 04:05:21.844 INFO O| Aug 03 04:05:21.844 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-03T04:05:23.674Z[ recovery-image] Aug 03 04:05:21.854 INFO O| Aug 03 04:05:21.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
41752024-08-03T04:05:23.674Z[ recovery-image] Aug 03 04:05:21.854 INFO O| Aug 03 04:05:21.854 INFO STEP 112 (remove_files) COMPLETE
41762024-08-03T04:05:23.677Z[ recovery-image] Aug 03 04:05:21.854 INFO O| Aug 03 04:05:21.854 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-03T04:05:23.684Z[ recovery-image] Aug 03 04:05:21.863 INFO O| Aug 03 04:05:21.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
41782024-08-03T04:05:23.684Z[ recovery-image] Aug 03 04:05:21.863 INFO O| Aug 03 04:05:21.863 INFO STEP 113 (remove_files) COMPLETE
41792024-08-03T04:05:23.688Z[ recovery-image] Aug 03 04:05:21.863 INFO O| Aug 03 04:05:21.863 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-03T04:05:23.693Z[ recovery-image] Aug 03 04:05:21.872 INFO O| Aug 03 04:05:21.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
41812024-08-03T04:05:23.693Z[ recovery-image] Aug 03 04:05:21.872 INFO O| Aug 03 04:05:21.872 INFO STEP 114 (remove_files) COMPLETE
41822024-08-03T04:05:23.696Z[ recovery-image] Aug 03 04:05:21.872 INFO O| Aug 03 04:05:21.872 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-03T04:05:23.702Z[ recovery-image] Aug 03 04:05:21.881 INFO O| Aug 03 04:05:21.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
41842024-08-03T04:05:23.702Z[ recovery-image] Aug 03 04:05:21.881 INFO O| Aug 03 04:05:21.881 INFO STEP 115 (remove_files) COMPLETE
41852024-08-03T04:05:23.705Z[ recovery-image] Aug 03 04:05:21.881 INFO O| Aug 03 04:05:21.881 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-03T04:05:23.711Z[ recovery-image] Aug 03 04:05:21.891 INFO O| Aug 03 04:05:21.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
41872024-08-03T04:05:23.711Z[ recovery-image] Aug 03 04:05:21.891 INFO O| Aug 03 04:05:21.891 INFO STEP 116 (remove_files) COMPLETE
41882024-08-03T04:05:23.712Z[ recovery-image] Aug 03 04:05:21.891 INFO O| Aug 03 04:05:21.891 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-03T04:05:23.720Z[ host-image] Aug 03 04:05:21.899 INFO O| Aug 03 04:05:21.899 INFO O| Done
41902024-08-03T04:05:23.723Z[ recovery-image] Aug 03 04:05:21.900 INFO O| Aug 03 04:05:21.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
41912024-08-03T04:05:23.723Z[ recovery-image] Aug 03 04:05:21.900 INFO O| Aug 03 04:05:21.900 INFO STEP 117 (remove_files) COMPLETE
41922024-08-03T04:05:23.723Z[ recovery-image] Aug 03 04:05:21.900 INFO O| Aug 03 04:05:21.900 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-08-03T04:05:23.731Z[ recovery-image] Aug 03 04:05:21.910 INFO O| Aug 03 04:05:21.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
41942024-08-03T04:05:23.731Z[ recovery-image] Aug 03 04:05:21.910 INFO O| Aug 03 04:05:21.910 INFO STEP 118 (remove_files) COMPLETE
41952024-08-03T04:05:23.734Z[ recovery-image] Aug 03 04:05:21.910 INFO O| Aug 03 04:05:21.910 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-08-03T04:05:23.740Z[ recovery-image] Aug 03 04:05:21.920 INFO O| Aug 03 04:05:21.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
41972024-08-03T04:05:23.744Z[ recovery-image] Aug 03 04:05:21.920 INFO O| Aug 03 04:05:21.920 INFO STEP 119 (remove_files) COMPLETE
41982024-08-03T04:05:23.744Z[ recovery-image] Aug 03 04:05:21.920 INFO O| Aug 03 04:05:21.920 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-08-03T04:05:23.744Z[ host-image] Aug 03 04:05:21.923 INFO O| Aug 03 04:05:21.922 INFO O| Done
42002024-08-03T04:05:23.744Z[ host-image] Aug 03 04:05:21.923 INFO O| Aug 03 04:05:21.923 INFO O| Done
42012024-08-03T04:05:23.751Z[ recovery-image] Aug 03 04:05:21.930 INFO O| Aug 03 04:05:21.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42022024-08-03T04:05:23.755Z[ recovery-image] Aug 03 04:05:21.930 INFO O| Aug 03 04:05:21.930 INFO STEP 120 (remove_files) COMPLETE
42032024-08-03T04:05:23.755Z[ recovery-image] Aug 03 04:05:21.930 INFO O| Aug 03 04:05:21.930 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-03T04:05:23.761Z[ host-image] Aug 03 04:05:21.937 INFO O| Aug 03 04:05:21.937 INFO O| Done
42052024-08-03T04:05:23.761Z[ recovery-image] Aug 03 04:05:21.939 INFO O| Aug 03 04:05:21.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42062024-08-03T04:05:23.761Z[ recovery-image] Aug 03 04:05:21.940 INFO O| Aug 03 04:05:21.940 INFO STEP 121 (remove_files) COMPLETE
42072024-08-03T04:05:23.761Z[ recovery-image] Aug 03 04:05:21.940 INFO O| Aug 03 04:05:21.940 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-08-03T04:05:23.770Z[ recovery-image] Aug 03 04:05:21.949 INFO O| Aug 03 04:05:21.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42092024-08-03T04:05:23.770Z[ recovery-image] Aug 03 04:05:21.949 INFO O| Aug 03 04:05:21.949 INFO STEP 122 (remove_files) COMPLETE
42102024-08-03T04:05:23.772Z[ recovery-image] Aug 03 04:05:21.949 INFO O| Aug 03 04:05:21.949 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-08-03T04:05:23.780Z[ recovery-image] Aug 03 04:05:21.959 INFO O| Aug 03 04:05:21.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42122024-08-03T04:05:23.780Z[ recovery-image] Aug 03 04:05:21.959 INFO O| Aug 03 04:05:21.959 INFO STEP 123 (remove_files) COMPLETE
42132024-08-03T04:05:23.783Z[ recovery-image] Aug 03 04:05:21.959 INFO O| Aug 03 04:05:21.959 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-08-03T04:05:23.790Z[ recovery-image] Aug 03 04:05:21.969 INFO O| Aug 03 04:05:21.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42152024-08-03T04:05:23.790Z[ recovery-image] Aug 03 04:05:21.969 INFO O| Aug 03 04:05:21.969 INFO STEP 124 (remove_files) COMPLETE
42162024-08-03T04:05:23.790Z[ recovery-image] Aug 03 04:05:21.969 INFO O| Aug 03 04:05:21.969 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-08-03T04:05:23.799Z[ recovery-image] Aug 03 04:05:21.979 INFO O| Aug 03 04:05:21.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42182024-08-03T04:05:23.802Z[ recovery-image] Aug 03 04:05:21.979 INFO O| Aug 03 04:05:21.979 INFO STEP 125 (remove_files) COMPLETE
42192024-08-03T04:05:23.802Z[ recovery-image] Aug 03 04:05:21.979 INFO O| Aug 03 04:05:21.979 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-08-03T04:05:23.809Z[ recovery-image] Aug 03 04:05:21.988 INFO O| Aug 03 04:05:21.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42212024-08-03T04:05:23.809Z[ recovery-image] Aug 03 04:05:21.988 INFO O| Aug 03 04:05:21.988 INFO STEP 126 (remove_files) COMPLETE
42222024-08-03T04:05:23.812Z[ recovery-image] Aug 03 04:05:21.988 INFO O| Aug 03 04:05:21.988 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-08-03T04:05:23.819Z[ recovery-image] Aug 03 04:05:21.998 INFO O| Aug 03 04:05:21.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42242024-08-03T04:05:23.819Z[ recovery-image] Aug 03 04:05:21.998 INFO O| Aug 03 04:05:21.998 INFO STEP 127 (remove_files) COMPLETE
42252024-08-03T04:05:23.822Z[ recovery-image] Aug 03 04:05:21.998 INFO O| Aug 03 04:05:21.998 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-08-03T04:05:23.828Z[ recovery-image] Aug 03 04:05:22.008 INFO O| Aug 03 04:05:22.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42272024-08-03T04:05:23.828Z[ recovery-image] Aug 03 04:05:22.008 INFO O| Aug 03 04:05:22.008 INFO STEP 128 (remove_files) COMPLETE
42282024-08-03T04:05:23.828Z[ recovery-image] Aug 03 04:05:22.008 INFO O| Aug 03 04:05:22.008 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-08-03T04:05:23.838Z[ recovery-image] Aug 03 04:05:22.017 INFO O| Aug 03 04:05:22.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42302024-08-03T04:05:23.838Z[ recovery-image] Aug 03 04:05:22.017 INFO O| Aug 03 04:05:22.017 INFO STEP 129 (remove_files) COMPLETE
42312024-08-03T04:05:23.841Z[ recovery-image] Aug 03 04:05:22.017 INFO O| Aug 03 04:05:22.017 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-08-03T04:05:23.847Z[ recovery-image] Aug 03 04:05:22.027 INFO O| Aug 03 04:05:22.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42332024-08-03T04:05:23.847Z[ recovery-image] Aug 03 04:05:22.027 INFO O| Aug 03 04:05:22.027 INFO STEP 130 (remove_files) COMPLETE
42342024-08-03T04:05:23.847Z[ recovery-image] Aug 03 04:05:22.027 INFO O| Aug 03 04:05:22.027 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-08-03T04:05:23.854Z[ host-image] Aug 03 04:05:22.033 INFO O| Aug 03 04:05:22.033 INFO STEP 12 (pkg_install) COMPLETE
42362024-08-03T04:05:23.854Z[ host-image] Aug 03 04:05:22.033 INFO O| Aug 03 04:05:22.033 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42372024-08-03T04:05:23.857Z[ recovery-image] Aug 03 04:05:22.036 INFO O| Aug 03 04:05:22.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42382024-08-03T04:05:23.857Z[ recovery-image] Aug 03 04:05:22.036 INFO O| Aug 03 04:05:22.036 INFO STEP 131 (remove_files) COMPLETE
42392024-08-03T04:05:23.860Z[ recovery-image] Aug 03 04:05:22.036 INFO O| Aug 03 04:05:22.036 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-03T04:05:23.864Z[ host-image] Aug 03 04:05:22.043 INFO O| Aug 03 04:05:22.043 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42412024-08-03T04:05:23.867Z[ recovery-image] Aug 03 04:05:22.046 INFO O| Aug 03 04:05:22.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42422024-08-03T04:05:23.867Z[ recovery-image] Aug 03 04:05:22.046 INFO O| Aug 03 04:05:22.046 INFO STEP 132 (remove_files) COMPLETE
42432024-08-03T04:05:23.867Z[ recovery-image] Aug 03 04:05:22.046 INFO O| Aug 03 04:05:22.046 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-08-03T04:05:23.877Z[ recovery-image] Aug 03 04:05:22.056 INFO O| Aug 03 04:05:22.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42452024-08-03T04:05:23.877Z[ recovery-image] Aug 03 04:05:22.056 INFO O| Aug 03 04:05:22.056 INFO STEP 133 (remove_files) COMPLETE
42462024-08-03T04:05:23.880Z[ recovery-image] Aug 03 04:05:22.056 INFO O| Aug 03 04:05:22.056 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-08-03T04:05:23.888Z[ recovery-image] Aug 03 04:05:22.067 INFO O| Aug 03 04:05:22.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42482024-08-03T04:05:23.891Z[ recovery-image] Aug 03 04:05:22.067 INFO O| Aug 03 04:05:22.067 INFO STEP 134 (remove_files) COMPLETE
42492024-08-03T04:05:23.891Z[ recovery-image] Aug 03 04:05:22.067 INFO O| Aug 03 04:05:22.067 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-08-03T04:05:23.898Z[ recovery-image] Aug 03 04:05:22.077 INFO O| Aug 03 04:05:22.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42512024-08-03T04:05:23.898Z[ recovery-image] Aug 03 04:05:22.078 INFO O| Aug 03 04:05:22.078 INFO STEP 135 (remove_files) COMPLETE
42522024-08-03T04:05:23.901Z[ recovery-image] Aug 03 04:05:22.078 INFO O| Aug 03 04:05:22.078 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-08-03T04:05:23.908Z[ recovery-image] Aug 03 04:05:22.087 INFO O| Aug 03 04:05:22.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42542024-08-03T04:05:23.908Z[ recovery-image] Aug 03 04:05:22.087 INFO O| Aug 03 04:05:22.087 INFO STEP 136 (remove_files) COMPLETE
42552024-08-03T04:05:23.911Z[ recovery-image] Aug 03 04:05:22.087 INFO O| Aug 03 04:05:22.087 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-08-03T04:05:23.917Z[ recovery-image] Aug 03 04:05:22.096 INFO O| Aug 03 04:05:22.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42572024-08-03T04:05:23.917Z[ recovery-image] Aug 03 04:05:22.096 INFO O| Aug 03 04:05:22.096 INFO STEP 137 (remove_files) COMPLETE
42582024-08-03T04:05:23.920Z[ recovery-image] Aug 03 04:05:22.096 INFO O| Aug 03 04:05:22.096 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-08-03T04:05:23.926Z[ recovery-image] Aug 03 04:05:22.105 INFO O| Aug 03 04:05:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42602024-08-03T04:05:23.926Z[ recovery-image] Aug 03 04:05:22.106 INFO O| Aug 03 04:05:22.106 INFO STEP 138 (remove_files) COMPLETE
42612024-08-03T04:05:23.926Z[ recovery-image] Aug 03 04:05:22.106 INFO O| Aug 03 04:05:22.106 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-08-03T04:05:23.938Z[ recovery-image] Aug 03 04:05:22.115 INFO O| Aug 03 04:05:22.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42632024-08-03T04:05:23.938Z[ recovery-image] Aug 03 04:05:22.115 INFO O| Aug 03 04:05:22.115 INFO STEP 139 (remove_files) COMPLETE
42642024-08-03T04:05:23.942Z[ recovery-image] Aug 03 04:05:22.115 INFO O| Aug 03 04:05:22.115 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-08-03T04:05:23.945Z[ recovery-image] Aug 03 04:05:22.124 INFO O| Aug 03 04:05:22.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42662024-08-03T04:05:23.945Z[ recovery-image] Aug 03 04:05:22.124 INFO O| Aug 03 04:05:22.124 INFO STEP 140 (remove_files) COMPLETE
42672024-08-03T04:05:23.948Z[ recovery-image] Aug 03 04:05:22.124 INFO O| Aug 03 04:05:22.124 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-08-03T04:05:23.955Z[ recovery-image] Aug 03 04:05:22.134 INFO O| Aug 03 04:05:22.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42692024-08-03T04:05:23.955Z[ recovery-image] Aug 03 04:05:22.134 INFO O| Aug 03 04:05:22.134 INFO STEP 141 (remove_files) COMPLETE
42702024-08-03T04:05:23.958Z[ recovery-image] Aug 03 04:05:22.134 INFO O| Aug 03 04:05:22.134 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-08-03T04:05:23.964Z[ recovery-image] Aug 03 04:05:22.143 INFO O| Aug 03 04:05:22.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
42722024-08-03T04:05:23.964Z[ recovery-image] Aug 03 04:05:22.143 INFO O| Aug 03 04:05:22.143 INFO STEP 142 (remove_files) COMPLETE
42732024-08-03T04:05:23.967Z[ recovery-image] Aug 03 04:05:22.143 INFO O| Aug 03 04:05:22.143 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-08-03T04:05:23.973Z[ recovery-image] Aug 03 04:05:22.153 INFO O| Aug 03 04:05:22.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
42752024-08-03T04:05:23.973Z[ recovery-image] Aug 03 04:05:22.153 INFO O| Aug 03 04:05:22.153 INFO STEP 143 (remove_files) COMPLETE
42762024-08-03T04:05:23.976Z[ recovery-image] Aug 03 04:05:22.153 INFO O| Aug 03 04:05:22.153 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-08-03T04:05:23.983Z[ recovery-image] Aug 03 04:05:22.162 INFO O| Aug 03 04:05:22.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
42782024-08-03T04:05:23.983Z[ recovery-image] Aug 03 04:05:22.162 INFO O| Aug 03 04:05:22.162 INFO STEP 144 (remove_files) COMPLETE
42792024-08-03T04:05:23.986Z[ recovery-image] Aug 03 04:05:22.162 INFO O| Aug 03 04:05:22.162 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-08-03T04:05:23.993Z[ recovery-image] Aug 03 04:05:22.172 INFO O| Aug 03 04:05:22.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
42812024-08-03T04:05:23.993Z[ recovery-image] Aug 03 04:05:22.172 INFO O| Aug 03 04:05:22.172 INFO STEP 145 (remove_files) COMPLETE
42822024-08-03T04:05:23.993Z[ recovery-image] Aug 03 04:05:22.172 INFO O| Aug 03 04:05:22.172 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-08-03T04:05:24.002Z[ recovery-image] Aug 03 04:05:22.181 INFO O| Aug 03 04:05:22.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
42842024-08-03T04:05:24.007Z[ recovery-image] Aug 03 04:05:22.182 INFO O| Aug 03 04:05:22.182 INFO STEP 146 (remove_files) COMPLETE
42852024-08-03T04:05:24.007Z[ recovery-image] Aug 03 04:05:22.182 INFO O| Aug 03 04:05:22.182 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-08-03T04:05:24.015Z[ recovery-image] Aug 03 04:05:22.191 INFO O| Aug 03 04:05:22.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
42872024-08-03T04:05:24.015Z[ recovery-image] Aug 03 04:05:22.191 INFO O| Aug 03 04:05:22.191 INFO STEP 147 (remove_files) COMPLETE
42882024-08-03T04:05:24.019Z[ recovery-image] Aug 03 04:05:22.191 INFO O| Aug 03 04:05:22.191 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-08-03T04:05:24.022Z[ recovery-image] Aug 03 04:05:22.201 INFO O| Aug 03 04:05:22.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
42902024-08-03T04:05:24.022Z[ recovery-image] Aug 03 04:05:22.201 INFO O| Aug 03 04:05:22.201 INFO STEP 148 (remove_files) COMPLETE
42912024-08-03T04:05:24.022Z[ recovery-image] Aug 03 04:05:22.201 INFO O| Aug 03 04:05:22.201 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-08-03T04:05:24.031Z[ recovery-image] Aug 03 04:05:22.210 INFO O| Aug 03 04:05:22.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
42932024-08-03T04:05:24.031Z[ recovery-image] Aug 03 04:05:22.210 INFO O| Aug 03 04:05:22.210 INFO STEP 149 (remove_files) COMPLETE
42942024-08-03T04:05:24.034Z[ recovery-image] Aug 03 04:05:22.210 INFO O| Aug 03 04:05:22.210 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-08-03T04:05:24.041Z[ recovery-image] Aug 03 04:05:22.220 INFO O| Aug 03 04:05:22.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
42962024-08-03T04:05:24.041Z[ recovery-image] Aug 03 04:05:22.220 INFO O| Aug 03 04:05:22.220 INFO STEP 150 (remove_files) COMPLETE
42972024-08-03T04:05:24.041Z[ recovery-image] Aug 03 04:05:22.220 INFO O| Aug 03 04:05:22.220 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-08-03T04:05:24.050Z[ recovery-image] Aug 03 04:05:22.229 INFO O| Aug 03 04:05:22.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
42992024-08-03T04:05:24.050Z[ recovery-image] Aug 03 04:05:22.229 INFO O| Aug 03 04:05:22.229 INFO STEP 151 (remove_files) COMPLETE
43002024-08-03T04:05:24.050Z[ recovery-image] Aug 03 04:05:22.229 INFO O| Aug 03 04:05:22.229 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-08-03T04:05:24.059Z[ recovery-image] Aug 03 04:05:22.238 INFO O| Aug 03 04:05:22.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43022024-08-03T04:05:24.062Z[ recovery-image] Aug 03 04:05:22.239 INFO O| Aug 03 04:05:22.239 INFO STEP 152 (remove_files) COMPLETE
43032024-08-03T04:05:24.062Z[ recovery-image] Aug 03 04:05:22.239 INFO O| Aug 03 04:05:22.239 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-08-03T04:05:24.070Z[ recovery-image] Aug 03 04:05:22.249 INFO O| Aug 03 04:05:22.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43052024-08-03T04:05:24.072Z[ recovery-image] Aug 03 04:05:22.250 INFO O| Aug 03 04:05:22.250 INFO STEP 153 (remove_files) COMPLETE
43062024-08-03T04:05:24.072Z[ recovery-image] Aug 03 04:05:22.250 INFO O| Aug 03 04:05:22.250 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-08-03T04:05:24.080Z[ recovery-image] Aug 03 04:05:22.259 INFO O| Aug 03 04:05:22.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43082024-08-03T04:05:24.080Z[ recovery-image] Aug 03 04:05:22.259 INFO O| Aug 03 04:05:22.259 INFO STEP 154 (remove_files) COMPLETE
43092024-08-03T04:05:24.083Z[ recovery-image] Aug 03 04:05:22.259 INFO O| Aug 03 04:05:22.259 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-08-03T04:05:24.089Z[ recovery-image] Aug 03 04:05:22.268 INFO O| Aug 03 04:05:22.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43112024-08-03T04:05:24.089Z[ recovery-image] Aug 03 04:05:22.268 INFO O| Aug 03 04:05:22.268 INFO STEP 155 (remove_files) COMPLETE
43122024-08-03T04:05:24.092Z[ recovery-image] Aug 03 04:05:22.268 INFO O| Aug 03 04:05:22.268 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-08-03T04:05:24.098Z[ recovery-image] Aug 03 04:05:22.278 INFO O| Aug 03 04:05:22.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43142024-08-03T04:05:24.098Z[ recovery-image] Aug 03 04:05:22.278 INFO O| Aug 03 04:05:22.278 INFO STEP 156 (remove_files) COMPLETE
43152024-08-03T04:05:24.101Z[ recovery-image] Aug 03 04:05:22.278 INFO O| Aug 03 04:05:22.278 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-08-03T04:05:24.108Z[ recovery-image] Aug 03 04:05:22.287 INFO O| Aug 03 04:05:22.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43172024-08-03T04:05:24.111Z[ recovery-image] Aug 03 04:05:22.288 INFO O| Aug 03 04:05:22.288 INFO STEP 157 (remove_files) COMPLETE
43182024-08-03T04:05:24.111Z[ recovery-image] Aug 03 04:05:22.288 INFO O| Aug 03 04:05:22.288 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-08-03T04:05:24.118Z[ recovery-image] Aug 03 04:05:22.297 INFO O| Aug 03 04:05:22.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43202024-08-03T04:05:24.118Z[ recovery-image] Aug 03 04:05:22.297 INFO O| Aug 03 04:05:22.297 INFO STEP 158 (remove_files) COMPLETE
43212024-08-03T04:05:24.121Z[ recovery-image] Aug 03 04:05:22.297 INFO O| Aug 03 04:05:22.297 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-08-03T04:05:24.127Z[ recovery-image] Aug 03 04:05:22.306 INFO O| Aug 03 04:05:22.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43232024-08-03T04:05:24.130Z[ recovery-image] Aug 03 04:05:22.307 INFO O| Aug 03 04:05:22.307 INFO STEP 159 (remove_files) COMPLETE
43242024-08-03T04:05:24.130Z[ recovery-image] Aug 03 04:05:22.307 INFO O| Aug 03 04:05:22.307 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-08-03T04:05:24.137Z[ recovery-image] Aug 03 04:05:22.316 INFO O| Aug 03 04:05:22.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43262024-08-03T04:05:24.137Z[ recovery-image] Aug 03 04:05:22.316 INFO O| Aug 03 04:05:22.316 INFO STEP 160 (remove_files) COMPLETE
43272024-08-03T04:05:24.137Z[ recovery-image] Aug 03 04:05:22.316 INFO O| Aug 03 04:05:22.316 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-08-03T04:05:24.146Z[ recovery-image] Aug 03 04:05:22.325 INFO O| Aug 03 04:05:22.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43292024-08-03T04:05:24.146Z[ recovery-image] Aug 03 04:05:22.325 INFO O| Aug 03 04:05:22.325 INFO STEP 161 (remove_files) COMPLETE
43302024-08-03T04:05:24.149Z[ recovery-image] Aug 03 04:05:22.325 INFO O| Aug 03 04:05:22.325 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-08-03T04:05:24.155Z[ recovery-image] Aug 03 04:05:22.334 INFO O| Aug 03 04:05:22.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43322024-08-03T04:05:24.155Z[ recovery-image] Aug 03 04:05:22.334 INFO O| Aug 03 04:05:22.334 INFO STEP 162 (remove_files) COMPLETE
43332024-08-03T04:05:24.158Z[ recovery-image] Aug 03 04:05:22.334 INFO O| Aug 03 04:05:22.334 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-08-03T04:05:24.165Z[ recovery-image] Aug 03 04:05:22.344 INFO O| Aug 03 04:05:22.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43352024-08-03T04:05:24.165Z[ recovery-image] Aug 03 04:05:22.344 INFO O| Aug 03 04:05:22.344 INFO STEP 163 (remove_files) COMPLETE
43362024-08-03T04:05:24.168Z[ recovery-image] Aug 03 04:05:22.344 INFO O| Aug 03 04:05:22.344 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-08-03T04:05:24.175Z[ recovery-image] Aug 03 04:05:22.355 INFO O| Aug 03 04:05:22.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43382024-08-03T04:05:24.175Z[ recovery-image] Aug 03 04:05:22.355 INFO O| Aug 03 04:05:22.355 INFO STEP 164 (remove_files) COMPLETE
43392024-08-03T04:05:24.176Z[ recovery-image] Aug 03 04:05:22.355 INFO O| Aug 03 04:05:22.355 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-08-03T04:05:24.187Z[ recovery-image] Aug 03 04:05:22.366 INFO O| Aug 03 04:05:22.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43412024-08-03T04:05:24.187Z[ recovery-image] Aug 03 04:05:22.366 INFO O| Aug 03 04:05:22.366 INFO STEP 165 (remove_files) COMPLETE
43422024-08-03T04:05:24.187Z[ recovery-image] Aug 03 04:05:22.366 INFO O| Aug 03 04:05:22.366 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-08-03T04:05:24.197Z[ recovery-image] Aug 03 04:05:22.376 INFO O| Aug 03 04:05:22.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43442024-08-03T04:05:24.201Z[ recovery-image] Aug 03 04:05:22.377 INFO O| Aug 03 04:05:22.377 INFO STEP 166 (remove_files) COMPLETE
43452024-08-03T04:05:24.201Z[ recovery-image] Aug 03 04:05:22.377 INFO O| Aug 03 04:05:22.377 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-08-03T04:05:24.207Z[ recovery-image] Aug 03 04:05:22.386 INFO O| Aug 03 04:05:22.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43472024-08-03T04:05:24.207Z[ recovery-image] Aug 03 04:05:22.386 INFO O| Aug 03 04:05:22.386 INFO STEP 167 (remove_files) COMPLETE
43482024-08-03T04:05:24.210Z[ recovery-image] Aug 03 04:05:22.386 INFO O| Aug 03 04:05:22.386 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-08-03T04:05:24.217Z[ recovery-image] Aug 03 04:05:22.396 INFO O| Aug 03 04:05:22.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43502024-08-03T04:05:24.217Z[ recovery-image] Aug 03 04:05:22.396 INFO O| Aug 03 04:05:22.396 INFO STEP 168 (remove_files) COMPLETE
43512024-08-03T04:05:24.217Z[ recovery-image] Aug 03 04:05:22.396 INFO O| Aug 03 04:05:22.396 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-08-03T04:05:24.226Z[ recovery-image] Aug 03 04:05:22.405 INFO O| Aug 03 04:05:22.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43532024-08-03T04:05:24.226Z[ recovery-image] Aug 03 04:05:22.405 INFO O| Aug 03 04:05:22.405 INFO STEP 169 (remove_files) COMPLETE
43542024-08-03T04:05:24.229Z[ recovery-image] Aug 03 04:05:22.405 INFO O| Aug 03 04:05:22.405 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-08-03T04:05:24.236Z[ recovery-image] Aug 03 04:05:22.415 INFO O| Aug 03 04:05:22.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43562024-08-03T04:05:24.239Z[ recovery-image] Aug 03 04:05:22.415 INFO O| Aug 03 04:05:22.415 INFO STEP 170 (remove_files) COMPLETE
43572024-08-03T04:05:24.239Z[ recovery-image] Aug 03 04:05:22.415 INFO O| Aug 03 04:05:22.415 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-08-03T04:05:24.246Z[ recovery-image] Aug 03 04:05:22.425 INFO O| Aug 03 04:05:22.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43592024-08-03T04:05:24.246Z[ recovery-image] Aug 03 04:05:22.425 INFO O| Aug 03 04:05:22.425 INFO STEP 171 (remove_files) COMPLETE
43602024-08-03T04:05:24.249Z[ recovery-image] Aug 03 04:05:22.425 INFO O| Aug 03 04:05:22.425 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-08-03T04:05:24.255Z[ recovery-image] Aug 03 04:05:22.435 INFO O| Aug 03 04:05:22.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43622024-08-03T04:05:24.255Z[ recovery-image] Aug 03 04:05:22.435 INFO O| Aug 03 04:05:22.435 INFO STEP 172 (remove_files) COMPLETE
43632024-08-03T04:05:24.255Z[ recovery-image] Aug 03 04:05:22.435 INFO O| Aug 03 04:05:22.435 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-08-03T04:05:24.265Z[ recovery-image] Aug 03 04:05:22.444 INFO O| Aug 03 04:05:22.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43652024-08-03T04:05:24.265Z[ recovery-image] Aug 03 04:05:22.444 INFO O| Aug 03 04:05:22.444 INFO STEP 173 (remove_files) COMPLETE
43662024-08-03T04:05:24.268Z[ recovery-image] Aug 03 04:05:22.444 INFO O| Aug 03 04:05:22.444 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-08-03T04:05:24.274Z[ recovery-image] Aug 03 04:05:22.453 INFO O| Aug 03 04:05:22.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43682024-08-03T04:05:24.274Z[ recovery-image] Aug 03 04:05:22.454 INFO O| Aug 03 04:05:22.453 INFO STEP 174 (remove_files) COMPLETE
43692024-08-03T04:05:24.274Z[ recovery-image] Aug 03 04:05:22.454 INFO O| Aug 03 04:05:22.454 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-08-03T04:05:24.283Z[ recovery-image] Aug 03 04:05:22.463 INFO O| Aug 03 04:05:22.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
43712024-08-03T04:05:24.283Z[ recovery-image] Aug 03 04:05:22.463 INFO O| Aug 03 04:05:22.463 INFO STEP 175 (remove_files) COMPLETE
43722024-08-03T04:05:24.286Z[ recovery-image] Aug 03 04:05:22.463 INFO O| Aug 03 04:05:22.463 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-08-03T04:05:24.293Z[ recovery-image] Aug 03 04:05:22.472 INFO O| Aug 03 04:05:22.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
43742024-08-03T04:05:24.293Z[ recovery-image] Aug 03 04:05:22.472 INFO O| Aug 03 04:05:22.472 INFO STEP 176 (remove_files) COMPLETE
43752024-08-03T04:05:24.296Z[ recovery-image] Aug 03 04:05:22.472 INFO O| Aug 03 04:05:22.472 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-08-03T04:05:24.302Z[ recovery-image] Aug 03 04:05:22.481 INFO O| Aug 03 04:05:22.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
43772024-08-03T04:05:24.302Z[ recovery-image] Aug 03 04:05:22.481 INFO O| Aug 03 04:05:22.481 INFO STEP 177 (remove_files) COMPLETE
43782024-08-03T04:05:24.306Z[ recovery-image] Aug 03 04:05:22.481 INFO O| Aug 03 04:05:22.481 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-08-03T04:05:24.310Z[ host-image] Aug 03 04:05:22.489 INFO O| Aug 03 04:05:22.489 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43802024-08-03T04:05:24.313Z[ recovery-image] Aug 03 04:05:22.491 INFO O| Aug 03 04:05:22.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
43812024-08-03T04:05:24.313Z[ recovery-image] Aug 03 04:05:22.491 INFO O| Aug 03 04:05:22.491 INFO STEP 178 (remove_files) COMPLETE
43822024-08-03T04:05:24.313Z[ recovery-image] Aug 03 04:05:22.491 INFO O| Aug 03 04:05:22.491 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-08-03T04:05:24.321Z[ recovery-image] Aug 03 04:05:22.500 INFO O| Aug 03 04:05:22.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
43842024-08-03T04:05:24.321Z[ recovery-image] Aug 03 04:05:22.500 INFO O| Aug 03 04:05:22.500 INFO STEP 179 (remove_files) COMPLETE
43852024-08-03T04:05:24.324Z[ recovery-image] Aug 03 04:05:22.500 INFO O| Aug 03 04:05:22.500 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-08-03T04:05:24.330Z[ recovery-image] Aug 03 04:05:22.509 INFO O| Aug 03 04:05:22.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
43872024-08-03T04:05:24.330Z[ recovery-image] Aug 03 04:05:22.509 INFO O| Aug 03 04:05:22.509 INFO STEP 180 (remove_files) COMPLETE
43882024-08-03T04:05:24.333Z[ recovery-image] Aug 03 04:05:22.509 INFO O| Aug 03 04:05:22.509 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-08-03T04:05:24.340Z[ recovery-image] Aug 03 04:05:22.519 INFO O| Aug 03 04:05:22.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
43902024-08-03T04:05:24.340Z[ recovery-image] Aug 03 04:05:22.519 INFO O| Aug 03 04:05:22.519 INFO STEP 181 (remove_files) COMPLETE
43912024-08-03T04:05:24.343Z[ recovery-image] Aug 03 04:05:22.519 INFO O| Aug 03 04:05:22.519 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-08-03T04:05:24.350Z[ recovery-image] Aug 03 04:05:22.529 INFO O| Aug 03 04:05:22.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
43932024-08-03T04:05:24.350Z[ recovery-image] Aug 03 04:05:22.529 INFO O| Aug 03 04:05:22.529 INFO STEP 182 (remove_files) COMPLETE
43942024-08-03T04:05:24.350Z[ recovery-image] Aug 03 04:05:22.529 INFO O| Aug 03 04:05:22.529 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-08-03T04:05:24.359Z[ recovery-image] Aug 03 04:05:22.538 INFO O| Aug 03 04:05:22.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
43962024-08-03T04:05:24.359Z[ recovery-image] Aug 03 04:05:22.538 INFO O| Aug 03 04:05:22.538 INFO STEP 183 (remove_files) COMPLETE
43972024-08-03T04:05:24.359Z[ recovery-image] Aug 03 04:05:22.538 INFO O| Aug 03 04:05:22.538 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-08-03T04:05:24.369Z[ recovery-image] Aug 03 04:05:22.548 INFO O| Aug 03 04:05:22.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
43992024-08-03T04:05:24.369Z[ recovery-image] Aug 03 04:05:22.548 INFO O| Aug 03 04:05:22.548 INFO STEP 184 (remove_files) COMPLETE
44002024-08-03T04:05:24.372Z[ recovery-image] Aug 03 04:05:22.548 INFO O| Aug 03 04:05:22.548 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-08-03T04:05:24.378Z[ recovery-image] Aug 03 04:05:22.557 INFO O| Aug 03 04:05:22.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44022024-08-03T04:05:24.378Z[ recovery-image] Aug 03 04:05:22.557 INFO O| Aug 03 04:05:22.557 INFO STEP 185 (remove_files) COMPLETE
44032024-08-03T04:05:24.381Z[ recovery-image] Aug 03 04:05:22.557 INFO O| Aug 03 04:05:22.557 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-08-03T04:05:24.387Z[ recovery-image] Aug 03 04:05:22.566 INFO O| Aug 03 04:05:22.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44052024-08-03T04:05:24.390Z[ recovery-image] Aug 03 04:05:22.566 INFO O| Aug 03 04:05:22.566 INFO STEP 186 (remove_files) COMPLETE
44062024-08-03T04:05:24.390Z[ recovery-image] Aug 03 04:05:22.566 INFO O| Aug 03 04:05:22.566 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-08-03T04:05:24.397Z[ recovery-image] Aug 03 04:05:22.576 INFO O| Aug 03 04:05:22.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44082024-08-03T04:05:24.397Z[ recovery-image] Aug 03 04:05:22.576 INFO O| Aug 03 04:05:22.576 INFO STEP 187 (remove_files) COMPLETE
44092024-08-03T04:05:24.400Z[ recovery-image] Aug 03 04:05:22.577 INFO O| Aug 03 04:05:22.576 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-08-03T04:05:24.407Z[ recovery-image] Aug 03 04:05:22.587 INFO O| Aug 03 04:05:22.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44112024-08-03T04:05:24.407Z[ recovery-image] Aug 03 04:05:22.587 INFO O| Aug 03 04:05:22.587 INFO STEP 188 (remove_files) COMPLETE
44122024-08-03T04:05:24.408Z[ recovery-image] Aug 03 04:05:22.587 INFO O| Aug 03 04:05:22.587 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-08-03T04:05:24.418Z[ recovery-image] Aug 03 04:05:22.597 INFO O| Aug 03 04:05:22.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44142024-08-03T04:05:24.421Z[ recovery-image] Aug 03 04:05:22.597 INFO O| Aug 03 04:05:22.597 INFO STEP 189 (remove_files) COMPLETE
44152024-08-03T04:05:24.421Z[ recovery-image] Aug 03 04:05:22.597 INFO O| Aug 03 04:05:22.597 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-08-03T04:05:24.428Z[ recovery-image] Aug 03 04:05:22.607 INFO O| Aug 03 04:05:22.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44172024-08-03T04:05:24.428Z[ recovery-image] Aug 03 04:05:22.607 INFO O| Aug 03 04:05:22.607 INFO STEP 190 (remove_files) COMPLETE
44182024-08-03T04:05:24.431Z[ recovery-image] Aug 03 04:05:22.607 INFO O| Aug 03 04:05:22.607 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-08-03T04:05:24.438Z[ recovery-image] Aug 03 04:05:22.617 INFO O| Aug 03 04:05:22.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44202024-08-03T04:05:24.438Z[ recovery-image] Aug 03 04:05:22.617 INFO O| Aug 03 04:05:22.617 INFO STEP 191 (remove_files) COMPLETE
44212024-08-03T04:05:24.438Z[ recovery-image] Aug 03 04:05:22.617 INFO O| Aug 03 04:05:22.617 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-08-03T04:05:24.448Z[ recovery-image] Aug 03 04:05:22.627 INFO O| Aug 03 04:05:22.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44232024-08-03T04:05:24.448Z[ recovery-image] Aug 03 04:05:22.628 INFO O| Aug 03 04:05:22.627 INFO STEP 192 (remove_files) COMPLETE
44242024-08-03T04:05:24.448Z[ recovery-image] Aug 03 04:05:22.628 INFO O| Aug 03 04:05:22.628 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-08-03T04:05:24.458Z[ recovery-image] Aug 03 04:05:22.637 INFO O| Aug 03 04:05:22.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44262024-08-03T04:05:24.458Z[ recovery-image] Aug 03 04:05:22.638 INFO O| Aug 03 04:05:22.638 INFO STEP 193 (remove_files) COMPLETE
44272024-08-03T04:05:24.458Z[ recovery-image] Aug 03 04:05:22.638 INFO O| Aug 03 04:05:22.638 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-08-03T04:05:24.469Z[ recovery-image] Aug 03 04:05:22.648 INFO O| Aug 03 04:05:22.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44292024-08-03T04:05:24.469Z[ recovery-image] Aug 03 04:05:22.648 INFO O| Aug 03 04:05:22.648 INFO STEP 194 (remove_files) COMPLETE
44302024-08-03T04:05:24.469Z[ recovery-image] Aug 03 04:05:22.648 INFO O| Aug 03 04:05:22.648 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-08-03T04:05:24.478Z[ recovery-image] Aug 03 04:05:22.657 INFO O| Aug 03 04:05:22.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44322024-08-03T04:05:24.479Z[ recovery-image] Aug 03 04:05:22.657 INFO O| Aug 03 04:05:22.657 INFO STEP 195 (remove_files) COMPLETE
44332024-08-03T04:05:24.479Z[ recovery-image] Aug 03 04:05:22.657 INFO O| Aug 03 04:05:22.657 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-08-03T04:05:24.488Z[ recovery-image] Aug 03 04:05:22.667 INFO O| Aug 03 04:05:22.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44352024-08-03T04:05:24.488Z[ recovery-image] Aug 03 04:05:22.667 INFO O| Aug 03 04:05:22.667 INFO STEP 196 (remove_files) COMPLETE
44362024-08-03T04:05:24.493Z[ recovery-image] Aug 03 04:05:22.667 INFO O| Aug 03 04:05:22.667 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-08-03T04:05:24.497Z[ recovery-image] Aug 03 04:05:22.677 INFO O| Aug 03 04:05:22.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44382024-08-03T04:05:24.498Z[ recovery-image] Aug 03 04:05:22.677 INFO O| Aug 03 04:05:22.677 INFO STEP 197 (remove_files) COMPLETE
44392024-08-03T04:05:24.500Z[ recovery-image] Aug 03 04:05:22.677 INFO O| Aug 03 04:05:22.677 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-08-03T04:05:24.507Z[ recovery-image] Aug 03 04:05:22.686 INFO O| Aug 03 04:05:22.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44412024-08-03T04:05:24.510Z[ recovery-image] Aug 03 04:05:22.686 INFO O| Aug 03 04:05:22.686 INFO STEP 198 (remove_files) COMPLETE
44422024-08-03T04:05:24.510Z[ recovery-image] Aug 03 04:05:22.686 INFO O| Aug 03 04:05:22.686 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-08-03T04:05:24.517Z[ recovery-image] Aug 03 04:05:22.696 INFO O| Aug 03 04:05:22.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44442024-08-03T04:05:24.517Z[ recovery-image] Aug 03 04:05:22.696 INFO O| Aug 03 04:05:22.696 INFO STEP 199 (remove_files) COMPLETE
44452024-08-03T04:05:24.520Z[ recovery-image] Aug 03 04:05:22.696 INFO O| Aug 03 04:05:22.696 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-08-03T04:05:24.527Z[ recovery-image] Aug 03 04:05:22.706 INFO O| Aug 03 04:05:22.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44472024-08-03T04:05:24.527Z[ recovery-image] Aug 03 04:05:22.706 INFO O| Aug 03 04:05:22.706 INFO STEP 200 (remove_files) COMPLETE
44482024-08-03T04:05:24.530Z[ recovery-image] Aug 03 04:05:22.706 INFO O| Aug 03 04:05:22.706 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-08-03T04:05:24.536Z[ recovery-image] Aug 03 04:05:22.716 INFO O| Aug 03 04:05:22.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44502024-08-03T04:05:24.536Z[ recovery-image] Aug 03 04:05:22.716 INFO O| Aug 03 04:05:22.716 INFO STEP 201 (remove_files) COMPLETE
44512024-08-03T04:05:24.539Z[ recovery-image] Aug 03 04:05:22.716 INFO O| Aug 03 04:05:22.716 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-08-03T04:05:24.546Z[ recovery-image] Aug 03 04:05:22.726 INFO O| Aug 03 04:05:22.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44532024-08-03T04:05:24.546Z[ recovery-image] Aug 03 04:05:22.726 INFO O| Aug 03 04:05:22.726 INFO STEP 202 (remove_files) COMPLETE
44542024-08-03T04:05:24.549Z[ recovery-image] Aug 03 04:05:22.726 INFO O| Aug 03 04:05:22.726 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-08-03T04:05:24.556Z[ recovery-image] Aug 03 04:05:22.735 INFO O| Aug 03 04:05:22.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44562024-08-03T04:05:24.559Z[ recovery-image] Aug 03 04:05:22.736 INFO O| Aug 03 04:05:22.736 INFO STEP 203 (remove_files) COMPLETE
44572024-08-03T04:05:24.559Z[ recovery-image] Aug 03 04:05:22.736 INFO O| Aug 03 04:05:22.736 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-08-03T04:05:24.568Z[ recovery-image] Aug 03 04:05:22.747 INFO O| Aug 03 04:05:22.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44592024-08-03T04:05:24.568Z[ recovery-image] Aug 03 04:05:22.747 INFO O| Aug 03 04:05:22.747 INFO STEP 204 (remove_files) COMPLETE
44602024-08-03T04:05:24.568Z[ recovery-image] Aug 03 04:05:22.747 INFO O| Aug 03 04:05:22.747 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-08-03T04:05:24.580Z[ recovery-image] Aug 03 04:05:22.759 INFO O| Aug 03 04:05:22.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44622024-08-03T04:05:24.580Z[ recovery-image] Aug 03 04:05:22.759 INFO O| Aug 03 04:05:22.759 INFO STEP 205 (remove_files) COMPLETE
44632024-08-03T04:05:24.580Z[ recovery-image] Aug 03 04:05:22.759 INFO O| Aug 03 04:05:22.759 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-08-03T04:05:24.590Z[ recovery-image] Aug 03 04:05:22.769 INFO O| Aug 03 04:05:22.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44652024-08-03T04:05:24.590Z[ recovery-image] Aug 03 04:05:22.770 INFO O| Aug 03 04:05:22.769 INFO STEP 206 (remove_files) COMPLETE
44662024-08-03T04:05:24.590Z[ recovery-image] Aug 03 04:05:22.770 INFO O| Aug 03 04:05:22.770 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-08-03T04:05:24.600Z[ recovery-image] Aug 03 04:05:22.780 INFO O| Aug 03 04:05:22.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44682024-08-03T04:05:24.600Z[ recovery-image] Aug 03 04:05:22.780 INFO O| Aug 03 04:05:22.780 INFO STEP 207 (remove_files) COMPLETE
44692024-08-03T04:05:24.604Z[ recovery-image] Aug 03 04:05:22.780 INFO O| Aug 03 04:05:22.780 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-08-03T04:05:24.610Z[ recovery-image] Aug 03 04:05:22.790 INFO O| Aug 03 04:05:22.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44712024-08-03T04:05:24.613Z[ recovery-image] Aug 03 04:05:22.790 INFO O| Aug 03 04:05:22.790 INFO STEP 208 (remove_files) COMPLETE
44722024-08-03T04:05:24.613Z[ recovery-image] Aug 03 04:05:22.790 INFO O| Aug 03 04:05:22.790 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-08-03T04:05:24.621Z[ recovery-image] Aug 03 04:05:22.800 INFO O| Aug 03 04:05:22.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
44742024-08-03T04:05:24.623Z[ recovery-image] Aug 03 04:05:22.800 INFO O| Aug 03 04:05:22.800 INFO STEP 209 (remove_files) COMPLETE
44752024-08-03T04:05:24.623Z[ recovery-image] Aug 03 04:05:22.800 INFO O| Aug 03 04:05:22.800 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-08-03T04:05:24.630Z[ recovery-image] Aug 03 04:05:22.809 INFO O| Aug 03 04:05:22.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
44772024-08-03T04:05:24.630Z[ recovery-image] Aug 03 04:05:22.809 INFO O| Aug 03 04:05:22.809 INFO STEP 210 (remove_files) COMPLETE
44782024-08-03T04:05:24.630Z[ recovery-image] Aug 03 04:05:22.809 INFO O| Aug 03 04:05:22.809 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-08-03T04:05:24.640Z[ recovery-image] Aug 03 04:05:22.819 INFO O| Aug 03 04:05:22.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
44802024-08-03T04:05:24.643Z[ recovery-image] Aug 03 04:05:22.819 INFO O| Aug 03 04:05:22.819 INFO STEP 211 (remove_files) COMPLETE
44812024-08-03T04:05:24.643Z[ recovery-image] Aug 03 04:05:22.819 INFO O| Aug 03 04:05:22.819 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-08-03T04:05:24.650Z[ recovery-image] Aug 03 04:05:22.829 INFO O| Aug 03 04:05:22.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
44832024-08-03T04:05:24.650Z[ recovery-image] Aug 03 04:05:22.829 INFO O| Aug 03 04:05:22.829 INFO STEP 212 (remove_files) COMPLETE
44842024-08-03T04:05:24.652Z[ recovery-image] Aug 03 04:05:22.829 INFO O| Aug 03 04:05:22.829 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-08-03T04:05:24.659Z[ recovery-image] Aug 03 04:05:22.839 INFO O| Aug 03 04:05:22.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
44862024-08-03T04:05:24.659Z[ recovery-image] Aug 03 04:05:22.839 INFO O| Aug 03 04:05:22.839 INFO STEP 213 (remove_files) COMPLETE
44872024-08-03T04:05:24.659Z[ recovery-image] Aug 03 04:05:22.839 INFO O| Aug 03 04:05:22.839 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-08-03T04:05:24.669Z[ recovery-image] Aug 03 04:05:22.848 INFO O| Aug 03 04:05:22.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
44892024-08-03T04:05:24.669Z[ recovery-image] Aug 03 04:05:22.848 INFO O| Aug 03 04:05:22.848 INFO STEP 214 (remove_files) COMPLETE
44902024-08-03T04:05:24.669Z[ recovery-image] Aug 03 04:05:22.848 INFO O| Aug 03 04:05:22.848 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-08-03T04:05:24.679Z[ recovery-image] Aug 03 04:05:22.858 INFO O| Aug 03 04:05:22.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
44922024-08-03T04:05:24.679Z[ recovery-image] Aug 03 04:05:22.858 INFO O| Aug 03 04:05:22.858 INFO STEP 215 (remove_files) COMPLETE
44932024-08-03T04:05:24.679Z[ recovery-image] Aug 03 04:05:22.858 INFO O| Aug 03 04:05:22.858 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-08-03T04:05:24.688Z[ recovery-image] Aug 03 04:05:22.867 INFO O| Aug 03 04:05:22.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
44952024-08-03T04:05:24.688Z[ recovery-image] Aug 03 04:05:22.867 INFO O| Aug 03 04:05:22.867 INFO STEP 216 (remove_files) COMPLETE
44962024-08-03T04:05:24.691Z[ recovery-image] Aug 03 04:05:22.867 INFO O| Aug 03 04:05:22.867 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-08-03T04:05:24.698Z[ recovery-image] Aug 03 04:05:22.877 INFO O| Aug 03 04:05:22.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
44982024-08-03T04:05:24.698Z[ recovery-image] Aug 03 04:05:22.877 INFO O| Aug 03 04:05:22.877 INFO STEP 217 (remove_files) COMPLETE
44992024-08-03T04:05:24.701Z[ recovery-image] Aug 03 04:05:22.878 INFO O| Aug 03 04:05:22.877 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-08-03T04:05:24.709Z[ recovery-image] Aug 03 04:05:22.888 INFO O| Aug 03 04:05:22.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45012024-08-03T04:05:24.712Z[ recovery-image] Aug 03 04:05:22.889 INFO O| Aug 03 04:05:22.888 INFO STEP 218 (remove_files) COMPLETE
45022024-08-03T04:05:24.712Z[ recovery-image] Aug 03 04:05:22.889 INFO O| Aug 03 04:05:22.888 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-08-03T04:05:24.724Z[ recovery-image] Aug 03 04:05:22.899 INFO O| Aug 03 04:05:22.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45042024-08-03T04:05:24.724Z[ recovery-image] Aug 03 04:05:22.899 INFO O| Aug 03 04:05:22.899 INFO STEP 219 (remove_files) COMPLETE
45052024-08-03T04:05:24.724Z[ recovery-image] Aug 03 04:05:22.899 INFO O| Aug 03 04:05:22.899 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-08-03T04:05:24.730Z[ recovery-image] Aug 03 04:05:22.910 INFO O| Aug 03 04:05:22.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45072024-08-03T04:05:24.733Z[ recovery-image] Aug 03 04:05:22.910 INFO O| Aug 03 04:05:22.910 INFO STEP 220 (remove_files) COMPLETE
45082024-08-03T04:05:24.733Z[ recovery-image] Aug 03 04:05:22.910 INFO O| Aug 03 04:05:22.910 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-08-03T04:05:24.741Z[ recovery-image] Aug 03 04:05:22.920 INFO O| Aug 03 04:05:22.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45102024-08-03T04:05:24.741Z[ recovery-image] Aug 03 04:05:22.920 INFO O| Aug 03 04:05:22.920 INFO STEP 221 (remove_files) COMPLETE
45112024-08-03T04:05:24.741Z[ recovery-image] Aug 03 04:05:22.920 INFO O| Aug 03 04:05:22.920 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-08-03T04:05:24.751Z[ recovery-image] Aug 03 04:05:22.930 INFO O| Aug 03 04:05:22.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45132024-08-03T04:05:24.751Z[ recovery-image] Aug 03 04:05:22.930 INFO O| Aug 03 04:05:22.930 INFO STEP 222 (remove_files) COMPLETE
45142024-08-03T04:05:24.754Z[ recovery-image] Aug 03 04:05:22.930 INFO O| Aug 03 04:05:22.930 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-08-03T04:05:24.761Z[ recovery-image] Aug 03 04:05:22.940 INFO O| Aug 03 04:05:22.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45162024-08-03T04:05:24.764Z[ recovery-image] Aug 03 04:05:22.940 INFO O| Aug 03 04:05:22.940 INFO STEP 223 (remove_files) COMPLETE
45172024-08-03T04:05:24.764Z[ recovery-image] Aug 03 04:05:22.940 INFO O| Aug 03 04:05:22.940 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-08-03T04:05:24.771Z[ recovery-image] Aug 03 04:05:22.950 INFO O| Aug 03 04:05:22.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45192024-08-03T04:05:24.774Z[ recovery-image] Aug 03 04:05:22.950 INFO O| Aug 03 04:05:22.950 INFO STEP 224 (remove_files) COMPLETE
45202024-08-03T04:05:24.774Z[ recovery-image] Aug 03 04:05:22.950 INFO O| Aug 03 04:05:22.950 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-08-03T04:05:24.783Z[ recovery-image] Aug 03 04:05:22.962 INFO O| Aug 03 04:05:22.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45222024-08-03T04:05:24.783Z[ recovery-image] Aug 03 04:05:22.962 INFO O| Aug 03 04:05:22.962 INFO STEP 225 (remove_files) COMPLETE
45232024-08-03T04:05:24.783Z[ recovery-image] Aug 03 04:05:22.962 INFO O| Aug 03 04:05:22.962 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-08-03T04:05:24.793Z[ recovery-image] Aug 03 04:05:22.972 INFO O| Aug 03 04:05:22.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45252024-08-03T04:05:24.793Z[ recovery-image] Aug 03 04:05:22.972 INFO O| Aug 03 04:05:22.972 INFO STEP 226 (remove_files) COMPLETE
45262024-08-03T04:05:24.796Z[ recovery-image] Aug 03 04:05:22.972 INFO O| Aug 03 04:05:22.972 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-08-03T04:05:24.802Z[ recovery-image] Aug 03 04:05:22.981 INFO O| Aug 03 04:05:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45282024-08-03T04:05:24.802Z[ recovery-image] Aug 03 04:05:22.982 INFO O| Aug 03 04:05:22.982 INFO STEP 227 (remove_files) COMPLETE
45292024-08-03T04:05:24.805Z[ recovery-image] Aug 03 04:05:22.982 INFO O| Aug 03 04:05:22.982 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-08-03T04:05:24.812Z[ recovery-image] Aug 03 04:05:22.991 INFO O| Aug 03 04:05:22.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45312024-08-03T04:05:24.812Z[ recovery-image] Aug 03 04:05:22.991 INFO O| Aug 03 04:05:22.991 INFO STEP 228 (remove_files) COMPLETE
45322024-08-03T04:05:24.812Z[ recovery-image] Aug 03 04:05:22.991 INFO O| Aug 03 04:05:22.991 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-08-03T04:05:24.821Z[ recovery-image] Aug 03 04:05:23.000 INFO O| Aug 03 04:05:23.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45342024-08-03T04:05:24.821Z[ recovery-image] Aug 03 04:05:23.000 INFO O| Aug 03 04:05:23.000 INFO STEP 229 (remove_files) COMPLETE
45352024-08-03T04:05:24.824Z[ recovery-image] Aug 03 04:05:23.000 INFO O| Aug 03 04:05:23.000 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-08-03T04:05:24.831Z[ recovery-image] Aug 03 04:05:23.010 INFO O| Aug 03 04:05:23.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45372024-08-03T04:05:24.833Z[ recovery-image] Aug 03 04:05:23.010 INFO O| Aug 03 04:05:23.010 INFO STEP 230 (remove_files) COMPLETE
45382024-08-03T04:05:24.833Z[ recovery-image] Aug 03 04:05:23.010 INFO O| Aug 03 04:05:23.010 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-08-03T04:05:24.840Z[ recovery-image] Aug 03 04:05:23.019 INFO O| Aug 03 04:05:23.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45402024-08-03T04:05:24.843Z[ recovery-image] Aug 03 04:05:23.019 INFO O| Aug 03 04:05:23.019 INFO STEP 231 (remove_files) COMPLETE
45412024-08-03T04:05:24.843Z[ recovery-image] Aug 03 04:05:23.019 INFO O| Aug 03 04:05:23.019 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-08-03T04:05:24.849Z[ recovery-image] Aug 03 04:05:23.028 INFO O| Aug 03 04:05:23.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45432024-08-03T04:05:24.849Z[ recovery-image] Aug 03 04:05:23.029 INFO O| Aug 03 04:05:23.029 INFO STEP 232 (remove_files) COMPLETE
45442024-08-03T04:05:24.852Z[ recovery-image] Aug 03 04:05:23.029 INFO O| Aug 03 04:05:23.029 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-08-03T04:05:24.859Z[ recovery-image] Aug 03 04:05:23.038 INFO O| Aug 03 04:05:23.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45462024-08-03T04:05:24.859Z[ recovery-image] Aug 03 04:05:23.038 INFO O| Aug 03 04:05:23.038 INFO STEP 233 (remove_files) COMPLETE
45472024-08-03T04:05:24.861Z[ recovery-image] Aug 03 04:05:23.038 INFO O| Aug 03 04:05:23.038 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-08-03T04:05:24.868Z[ recovery-image] Aug 03 04:05:23.047 INFO O| Aug 03 04:05:23.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45492024-08-03T04:05:24.868Z[ recovery-image] Aug 03 04:05:23.047 INFO O| Aug 03 04:05:23.047 INFO STEP 234 (remove_files) COMPLETE
45502024-08-03T04:05:24.871Z[ recovery-image] Aug 03 04:05:23.047 INFO O| Aug 03 04:05:23.047 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-08-03T04:05:24.878Z[ recovery-image] Aug 03 04:05:23.057 INFO O| Aug 03 04:05:23.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45522024-08-03T04:05:24.878Z[ recovery-image] Aug 03 04:05:23.057 INFO O| Aug 03 04:05:23.057 INFO STEP 235 (remove_files) COMPLETE
45532024-08-03T04:05:24.878Z[ recovery-image] Aug 03 04:05:23.057 INFO O| Aug 03 04:05:23.057 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-08-03T04:05:24.887Z[ recovery-image] Aug 03 04:05:23.066 INFO O| Aug 03 04:05:23.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45552024-08-03T04:05:24.887Z[ recovery-image] Aug 03 04:05:23.066 INFO O| Aug 03 04:05:23.066 INFO STEP 236 (remove_files) COMPLETE
45562024-08-03T04:05:24.890Z[ recovery-image] Aug 03 04:05:23.066 INFO O| Aug 03 04:05:23.066 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-08-03T04:05:24.897Z[ recovery-image] Aug 03 04:05:23.076 INFO O| Aug 03 04:05:23.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45582024-08-03T04:05:24.897Z[ recovery-image] Aug 03 04:05:23.076 INFO O| Aug 03 04:05:23.076 INFO STEP 237 (remove_files) COMPLETE
45592024-08-03T04:05:24.900Z[ recovery-image] Aug 03 04:05:23.076 INFO O| Aug 03 04:05:23.076 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-08-03T04:05:24.908Z[ recovery-image] Aug 03 04:05:23.087 INFO O| Aug 03 04:05:23.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45612024-08-03T04:05:24.908Z[ recovery-image] Aug 03 04:05:23.087 INFO O| Aug 03 04:05:23.087 INFO STEP 238 (remove_files) COMPLETE
45622024-08-03T04:05:24.908Z[ recovery-image] Aug 03 04:05:23.087 INFO O| Aug 03 04:05:23.087 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-08-03T04:05:24.918Z[ recovery-image] Aug 03 04:05:23.097 INFO O| Aug 03 04:05:23.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45642024-08-03T04:05:24.918Z[ recovery-image] Aug 03 04:05:23.097 INFO O| Aug 03 04:05:23.097 INFO STEP 239 (remove_files) COMPLETE
45652024-08-03T04:05:24.918Z[ recovery-image] Aug 03 04:05:23.097 INFO O| Aug 03 04:05:23.097 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-08-03T04:05:24.929Z[ recovery-image] Aug 03 04:05:23.108 INFO O| Aug 03 04:05:23.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45672024-08-03T04:05:24.929Z[ recovery-image] Aug 03 04:05:23.108 INFO O| Aug 03 04:05:23.108 INFO STEP 240 (remove_files) COMPLETE
45682024-08-03T04:05:24.929Z[ recovery-image] Aug 03 04:05:23.108 INFO O| Aug 03 04:05:23.108 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-08-03T04:05:24.938Z[ recovery-image] Aug 03 04:05:23.118 INFO O| Aug 03 04:05:23.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45702024-08-03T04:05:24.939Z[ recovery-image] Aug 03 04:05:23.118 INFO O| Aug 03 04:05:23.118 INFO STEP 241 (remove_files) COMPLETE
45712024-08-03T04:05:24.939Z[ recovery-image] Aug 03 04:05:23.118 INFO O| Aug 03 04:05:23.118 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-08-03T04:05:24.949Z[ recovery-image] Aug 03 04:05:23.128 INFO O| Aug 03 04:05:23.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
45732024-08-03T04:05:24.949Z[ recovery-image] Aug 03 04:05:23.128 INFO O| Aug 03 04:05:23.128 INFO STEP 242 (remove_files) COMPLETE
45742024-08-03T04:05:24.949Z[ recovery-image] Aug 03 04:05:23.128 INFO O| Aug 03 04:05:23.128 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-08-03T04:05:24.960Z[ recovery-image] Aug 03 04:05:23.139 INFO O| Aug 03 04:05:23.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
45762024-08-03T04:05:24.960Z[ recovery-image] Aug 03 04:05:23.139 INFO O| Aug 03 04:05:23.139 INFO STEP 243 (remove_files) COMPLETE
45772024-08-03T04:05:24.960Z[ recovery-image] Aug 03 04:05:23.139 INFO O| Aug 03 04:05:23.139 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-08-03T04:05:24.971Z[ recovery-image] Aug 03 04:05:23.150 INFO O| Aug 03 04:05:23.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
45792024-08-03T04:05:24.971Z[ recovery-image] Aug 03 04:05:23.150 INFO O| Aug 03 04:05:23.150 INFO STEP 244 (remove_files) COMPLETE
45802024-08-03T04:05:24.975Z[ recovery-image] Aug 03 04:05:23.150 INFO O| Aug 03 04:05:23.150 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-08-03T04:05:24.982Z[ recovery-image] Aug 03 04:05:23.161 INFO O| Aug 03 04:05:23.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
45822024-08-03T04:05:24.982Z[ recovery-image] Aug 03 04:05:23.161 INFO O| Aug 03 04:05:23.161 INFO STEP 245 (remove_files) COMPLETE
45832024-08-03T04:05:24.982Z[ recovery-image] Aug 03 04:05:23.161 INFO O| Aug 03 04:05:23.161 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-08-03T04:05:24.993Z[ recovery-image] Aug 03 04:05:23.172 INFO O| Aug 03 04:05:23.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
45852024-08-03T04:05:24.993Z[ recovery-image] Aug 03 04:05:23.172 INFO O| Aug 03 04:05:23.172 INFO STEP 246 (remove_files) COMPLETE
45862024-08-03T04:05:24.996Z[ recovery-image] Aug 03 04:05:23.172 INFO O| Aug 03 04:05:23.172 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-08-03T04:05:25.003Z[ recovery-image] Aug 03 04:05:23.183 INFO O| Aug 03 04:05:23.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
45882024-08-03T04:05:25.007Z[ recovery-image] Aug 03 04:05:23.183 INFO O| Aug 03 04:05:23.183 INFO STEP 247 (remove_files) COMPLETE
45892024-08-03T04:05:25.007Z[ recovery-image] Aug 03 04:05:23.183 INFO O| Aug 03 04:05:23.183 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-08-03T04:05:25.013Z[ recovery-image] Aug 03 04:05:23.193 INFO O| Aug 03 04:05:23.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
45912024-08-03T04:05:25.013Z[ recovery-image] Aug 03 04:05:23.193 INFO O| Aug 03 04:05:23.193 INFO STEP 248 (remove_files) COMPLETE
45922024-08-03T04:05:25.017Z[ recovery-image] Aug 03 04:05:23.193 INFO O| Aug 03 04:05:23.193 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-08-03T04:05:25.023Z[ recovery-image] Aug 03 04:05:23.202 INFO O| Aug 03 04:05:23.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
45942024-08-03T04:05:26.029Z[ recovery-image] Aug 03 04:05:23.202 INFO O| Aug 03 04:05:23.202 INFO STEP 249 (remove_files) COMPLETE
45952024-08-03T04:05:26.029Z[ recovery-image] Aug 03 04:05:23.202 INFO O| Aug 03 04:05:23.202 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.212 INFO O| Aug 03 04:05:23.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
45972024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.212 INFO O| Aug 03 04:05:23.212 INFO STEP 250 (remove_files) COMPLETE
45982024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.212 INFO O| Aug 03 04:05:23.212 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.221 INFO O| Aug 03 04:05:23.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46002024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.222 INFO O| Aug 03 04:05:23.222 INFO STEP 251 (remove_files) COMPLETE
46012024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.222 INFO O| Aug 03 04:05:23.222 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.231 INFO O| Aug 03 04:05:23.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46032024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.231 INFO O| Aug 03 04:05:23.231 INFO STEP 252 (remove_files) COMPLETE
46042024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.231 INFO O| Aug 03 04:05:23.231 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.240 INFO O| Aug 03 04:05:23.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46062024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.240 INFO O| Aug 03 04:05:23.240 INFO STEP 253 (remove_files) COMPLETE
46072024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.240 INFO O| Aug 03 04:05:23.240 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.250 INFO O| Aug 03 04:05:23.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46092024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.250 INFO O| Aug 03 04:05:23.250 INFO STEP 254 (remove_files) COMPLETE
46102024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.250 INFO O| Aug 03 04:05:23.250 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.259 INFO O| Aug 03 04:05:23.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46122024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.259 INFO O| Aug 03 04:05:23.259 INFO STEP 255 (remove_files) COMPLETE
46132024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.259 INFO O| Aug 03 04:05:23.259 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.269 INFO O| Aug 03 04:05:23.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46152024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.269 INFO O| Aug 03 04:05:23.269 INFO STEP 256 (remove_files) COMPLETE
46162024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.269 INFO O| Aug 03 04:05:23.269 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.278 INFO O| Aug 03 04:05:23.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46182024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.279 INFO O| Aug 03 04:05:23.278 INFO STEP 257 (remove_files) COMPLETE
46192024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.279 INFO O| Aug 03 04:05:23.279 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.288 INFO O| Aug 03 04:05:23.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46212024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.288 INFO O| Aug 03 04:05:23.288 INFO STEP 258 (remove_files) COMPLETE
46222024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.288 INFO O| Aug 03 04:05:23.288 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.297 INFO O| Aug 03 04:05:23.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46242024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.297 INFO O| Aug 03 04:05:23.297 INFO STEP 259 (remove_files) COMPLETE
46252024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.297 INFO O| Aug 03 04:05:23.297 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.307 INFO O| Aug 03 04:05:23.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46272024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.307 INFO O| Aug 03 04:05:23.307 INFO STEP 260 (remove_files) COMPLETE
46282024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.307 INFO O| Aug 03 04:05:23.307 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.316 INFO O| Aug 03 04:05:23.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46302024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.316 INFO O| Aug 03 04:05:23.316 INFO STEP 261 (remove_files) COMPLETE
46312024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.316 INFO O| Aug 03 04:05:23.316 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-08-03T04:05:26.035Z[ recovery-image] Aug 03 04:05:23.325 INFO O| Aug 03 04:05:23.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46332024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.325 INFO O| Aug 03 04:05:23.325 INFO STEP 262 (remove_files) COMPLETE
46342024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.325 INFO O| Aug 03 04:05:23.325 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.335 INFO O| Aug 03 04:05:23.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46362024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.335 INFO O| Aug 03 04:05:23.335 INFO STEP 263 (remove_files) COMPLETE
46372024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.335 INFO O| Aug 03 04:05:23.335 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.344 INFO O| Aug 03 04:05:23.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46392024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.344 INFO O| Aug 03 04:05:23.344 INFO STEP 264 (remove_files) COMPLETE
46402024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.344 INFO O| Aug 03 04:05:23.344 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.353 INFO O| Aug 03 04:05:23.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46422024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.353 INFO O| Aug 03 04:05:23.353 INFO STEP 265 (remove_files) COMPLETE
46432024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.353 INFO O| Aug 03 04:05:23.353 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.363 INFO O| Aug 03 04:05:23.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46452024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.363 INFO O| Aug 03 04:05:23.363 INFO STEP 266 (remove_files) COMPLETE
46462024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.363 INFO O| Aug 03 04:05:23.363 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.372 INFO O| Aug 03 04:05:23.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46482024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.372 INFO O| Aug 03 04:05:23.372 INFO STEP 267 (remove_files) COMPLETE
46492024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.372 INFO O| Aug 03 04:05:23.372 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.382 INFO O| Aug 03 04:05:23.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46512024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.382 INFO O| Aug 03 04:05:23.382 INFO STEP 268 (remove_files) COMPLETE
46522024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.382 INFO O| Aug 03 04:05:23.382 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.391 INFO O| Aug 03 04:05:23.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46542024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.391 INFO O| Aug 03 04:05:23.391 INFO STEP 269 (remove_files) COMPLETE
46552024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.391 INFO O| Aug 03 04:05:23.391 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.402 INFO O| Aug 03 04:05:23.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46572024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.402 INFO O| Aug 03 04:05:23.402 INFO STEP 270 (remove_files) COMPLETE
46582024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.402 INFO O| Aug 03 04:05:23.402 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.413 INFO O| Aug 03 04:05:23.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46602024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.414 INFO O| Aug 03 04:05:23.414 INFO STEP 271 (remove_files) COMPLETE
46612024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.414 INFO O| Aug 03 04:05:23.414 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.424 INFO O| Aug 03 04:05:23.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46632024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.425 INFO O| Aug 03 04:05:23.425 INFO STEP 272 (remove_files) COMPLETE
46642024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.425 INFO O| Aug 03 04:05:23.425 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.437 INFO O| Aug 03 04:05:23.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46662024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.437 INFO O| Aug 03 04:05:23.437 INFO STEP 273 (remove_files) COMPLETE
46672024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.437 INFO O| Aug 03 04:05:23.437 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.448 INFO O| Aug 03 04:05:23.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46692024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.448 INFO O| Aug 03 04:05:23.448 INFO STEP 274 (remove_files) COMPLETE
46702024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.448 INFO O| Aug 03 04:05:23.448 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-08-03T04:05:26.036Z[ recovery-image] Aug 03 04:05:23.459 INFO O| Aug 03 04:05:23.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
46722024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.459 INFO O| Aug 03 04:05:23.459 INFO STEP 275 (remove_files) COMPLETE
46732024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.459 INFO O| Aug 03 04:05:23.459 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.470 INFO O| Aug 03 04:05:23.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
46752024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.470 INFO O| Aug 03 04:05:23.470 INFO STEP 276 (remove_files) COMPLETE
46762024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.470 INFO O| Aug 03 04:05:23.470 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.480 INFO O| Aug 03 04:05:23.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
46782024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.480 INFO O| Aug 03 04:05:23.480 INFO STEP 277 (remove_files) COMPLETE
46792024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.480 INFO O| Aug 03 04:05:23.480 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.489 INFO O| Aug 03 04:05:23.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
46812024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.489 INFO O| Aug 03 04:05:23.489 INFO STEP 278 (remove_files) COMPLETE
46822024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.489 INFO O| Aug 03 04:05:23.489 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.499 INFO O| Aug 03 04:05:23.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
46842024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.499 INFO O| Aug 03 04:05:23.499 INFO STEP 279 (remove_files) COMPLETE
46852024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.499 INFO O| Aug 03 04:05:23.499 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.508 INFO O| Aug 03 04:05:23.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
46872024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.509 INFO O| Aug 03 04:05:23.509 INFO STEP 280 (remove_files) COMPLETE
46882024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.509 INFO O| Aug 03 04:05:23.509 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.518 INFO O| Aug 03 04:05:23.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
46902024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.518 INFO O| Aug 03 04:05:23.518 INFO STEP 281 (remove_files) COMPLETE
46912024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.518 INFO O| Aug 03 04:05:23.518 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.527 INFO O| Aug 03 04:05:23.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
46932024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.528 INFO O| Aug 03 04:05:23.528 INFO STEP 282 (remove_files) COMPLETE
46942024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.528 INFO O| Aug 03 04:05:23.528 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-08-03T04:05:26.037Z[ recovery-image] Aug 03 04:05:23.538 INFO O| Aug 03 04:05:23.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
46962024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.538 INFO O| Aug 03 04:05:23.538 INFO STEP 283 (remove_files) COMPLETE
46972024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.538 INFO O| Aug 03 04:05:23.538 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.548 INFO O| Aug 03 04:05:23.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
46992024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.548 INFO O| Aug 03 04:05:23.548 INFO STEP 284 (remove_files) COMPLETE
47002024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.548 INFO O| Aug 03 04:05:23.548 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.558 INFO O| Aug 03 04:05:23.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47022024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.558 INFO O| Aug 03 04:05:23.558 INFO STEP 285 (remove_files) COMPLETE
47032024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.558 INFO O| Aug 03 04:05:23.558 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.567 INFO O| Aug 03 04:05:23.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47052024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.568 INFO O| Aug 03 04:05:23.568 INFO STEP 286 (remove_files) COMPLETE
47062024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.568 INFO O| Aug 03 04:05:23.568 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.577 INFO O| Aug 03 04:05:23.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47082024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.577 INFO O| Aug 03 04:05:23.577 INFO STEP 287 (remove_files) COMPLETE
47092024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.577 INFO O| Aug 03 04:05:23.577 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.586 INFO O| Aug 03 04:05:23.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47112024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.586 INFO O| Aug 03 04:05:23.586 INFO STEP 288 (remove_files) COMPLETE
47122024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.586 INFO O| Aug 03 04:05:23.586 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.596 INFO O| Aug 03 04:05:23.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47142024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.596 INFO O| Aug 03 04:05:23.596 INFO STEP 289 (remove_files) COMPLETE
47152024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.596 INFO O| Aug 03 04:05:23.596 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.605 INFO O| Aug 03 04:05:23.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47172024-08-03T04:05:26.042Z[ recovery-image] Aug 03 04:05:23.605 INFO O| Aug 03 04:05:23.605 INFO STEP 290 (remove_files) COMPLETE
47182024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.605 INFO O| Aug 03 04:05:23.605 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.615 INFO O| Aug 03 04:05:23.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47202024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.615 INFO O| Aug 03 04:05:23.615 INFO STEP 291 (remove_files) COMPLETE
47212024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.615 INFO O| Aug 03 04:05:23.615 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.624 INFO O| Aug 03 04:05:23.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47232024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.624 INFO O| Aug 03 04:05:23.624 INFO STEP 292 (remove_files) COMPLETE
47242024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.624 INFO O| Aug 03 04:05:23.624 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.634 INFO O| Aug 03 04:05:23.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47262024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.634 INFO O| Aug 03 04:05:23.634 INFO STEP 293 (remove_files) COMPLETE
47272024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.634 INFO O| Aug 03 04:05:23.634 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.643 INFO O| Aug 03 04:05:23.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47292024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.643 INFO O| Aug 03 04:05:23.643 INFO STEP 294 (remove_files) COMPLETE
47302024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.643 INFO O| Aug 03 04:05:23.643 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.653 INFO O| Aug 03 04:05:23.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47322024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.653 INFO O| Aug 03 04:05:23.653 INFO STEP 295 (remove_files) COMPLETE
47332024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.653 INFO O| Aug 03 04:05:23.653 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.662 INFO O| Aug 03 04:05:23.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47352024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.662 INFO O| Aug 03 04:05:23.662 INFO STEP 296 (remove_files) COMPLETE
47362024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.662 INFO O| Aug 03 04:05:23.662 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.672 INFO O| Aug 03 04:05:23.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47382024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.672 INFO O| Aug 03 04:05:23.672 INFO STEP 297 (remove_files) COMPLETE
47392024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.672 INFO O| Aug 03 04:05:23.672 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.681 INFO O| Aug 03 04:05:23.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47412024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.681 INFO O| Aug 03 04:05:23.681 INFO STEP 298 (remove_files) COMPLETE
47422024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.681 INFO O| Aug 03 04:05:23.681 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.691 INFO O| Aug 03 04:05:23.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47442024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.691 INFO O| Aug 03 04:05:23.691 INFO STEP 299 (remove_files) COMPLETE
47452024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.691 INFO O| Aug 03 04:05:23.691 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.701 INFO O| Aug 03 04:05:23.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47472024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.701 INFO O| Aug 03 04:05:23.701 INFO STEP 300 (remove_files) COMPLETE
47482024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.701 INFO O| Aug 03 04:05:23.701 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.710 INFO O| Aug 03 04:05:23.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47502024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.710 INFO O| Aug 03 04:05:23.710 INFO STEP 301 (remove_files) COMPLETE
47512024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.710 INFO O| Aug 03 04:05:23.710 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.720 INFO O| Aug 03 04:05:23.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47532024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.720 INFO O| Aug 03 04:05:23.720 INFO STEP 302 (remove_files) COMPLETE
47542024-08-03T04:05:26.043Z[ recovery-image] Aug 03 04:05:23.720 INFO O| Aug 03 04:05:23.720 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.729 INFO O| Aug 03 04:05:23.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47562024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.729 INFO O| Aug 03 04:05:23.729 INFO STEP 303 (remove_files) COMPLETE
47572024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.729 INFO O| Aug 03 04:05:23.729 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.739 INFO O| Aug 03 04:05:23.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47592024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.739 INFO O| Aug 03 04:05:23.739 INFO STEP 304 (remove_files) COMPLETE
47602024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.739 INFO O| Aug 03 04:05:23.739 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.748 INFO O| Aug 03 04:05:23.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47622024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.748 INFO O| Aug 03 04:05:23.748 INFO STEP 305 (remove_files) COMPLETE
47632024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.748 INFO O| Aug 03 04:05:23.748 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.757 INFO O| Aug 03 04:05:23.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47652024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.757 INFO O| Aug 03 04:05:23.757 INFO STEP 306 (remove_files) COMPLETE
47662024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.757 INFO O| Aug 03 04:05:23.757 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.767 INFO O| Aug 03 04:05:23.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47682024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.767 INFO O| Aug 03 04:05:23.767 INFO STEP 307 (remove_files) COMPLETE
47692024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.767 INFO O| Aug 03 04:05:23.767 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.776 INFO O| Aug 03 04:05:23.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
47712024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.776 INFO O| Aug 03 04:05:23.776 INFO STEP 308 (remove_files) COMPLETE
47722024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.776 INFO O| Aug 03 04:05:23.776 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.786 INFO O| Aug 03 04:05:23.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
47742024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.786 INFO O| Aug 03 04:05:23.786 INFO STEP 309 (remove_files) COMPLETE
47752024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.786 INFO O| Aug 03 04:05:23.786 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-03T04:05:26.044Z[ host-image] Aug 03 04:05:23.793 INFO O| Aug 03 04:05:23.793 INFO O| Planning: Solver setup ... Done
47772024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.795 INFO O| Aug 03 04:05:23.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
47782024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.795 INFO O| Aug 03 04:05:23.795 INFO STEP 310 (remove_files) COMPLETE
47792024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.795 INFO O| Aug 03 04:05:23.795 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-08-03T04:05:26.044Z[ host-image] Aug 03 04:05:23.797 INFO O| Aug 03 04:05:23.797 INFO O| Planning: Running solver ... Done
47812024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.805 INFO O| Aug 03 04:05:23.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
47822024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.805 INFO O| Aug 03 04:05:23.805 INFO STEP 311 (remove_files) COMPLETE
47832024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.805 INFO O| Aug 03 04:05:23.805 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.815 INFO O| Aug 03 04:05:23.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
47852024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.815 INFO O| Aug 03 04:05:23.815 INFO STEP 312 (remove_files) COMPLETE
47862024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.815 INFO O| Aug 03 04:05:23.815 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.825 INFO O| Aug 03 04:05:23.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
47882024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.825 INFO O| Aug 03 04:05:23.825 INFO STEP 313 (remove_files) COMPLETE
47892024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.825 INFO O| Aug 03 04:05:23.825 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-08-03T04:05:26.044Z[ host-image] Aug 03 04:05:23.833 INFO O| Aug 03 04:05:23.833 INFO O| Planning: Finding local manifests ... Done
47912024-08-03T04:05:26.044Z[ host-image] Aug 03 04:05:23.835 INFO O| Aug 03 04:05:23.835 INFO O| Planning: Fetching manifests: 0/6 0% complete
47922024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.836 INFO O| Aug 03 04:05:23.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
47932024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.836 INFO O| Aug 03 04:05:23.836 INFO STEP 314 (remove_files) COMPLETE
47942024-08-03T04:05:26.044Z[ recovery-image] Aug 03 04:05:23.836 INFO O| Aug 03 04:05:23.836 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-08-03T04:05:26.045Z[ recovery-image] Aug 03 04:05:23.846 INFO O| Aug 03 04:05:23.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
47962024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.846 INFO O| Aug 03 04:05:23.846 INFO STEP 315 (remove_files) COMPLETE
47972024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.846 INFO O| Aug 03 04:05:23.846 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.857 INFO O| Aug 03 04:05:23.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
47992024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.857 INFO O| Aug 03 04:05:23.857 INFO STEP 316 (remove_files) COMPLETE
48002024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.857 INFO O| Aug 03 04:05:23.857 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.867 INFO O| Aug 03 04:05:23.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48022024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.867 INFO O| Aug 03 04:05:23.867 INFO STEP 317 (remove_files) COMPLETE
48032024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.867 INFO O| Aug 03 04:05:23.867 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.876 INFO O| Aug 03 04:05:23.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48052024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.876 INFO O| Aug 03 04:05:23.876 INFO STEP 318 (remove_files) COMPLETE
48062024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.876 INFO O| Aug 03 04:05:23.876 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.885 INFO O| Aug 03 04:05:23.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48082024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.886 INFO O| Aug 03 04:05:23.886 INFO STEP 319 (remove_files) COMPLETE
48092024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.886 INFO O| Aug 03 04:05:23.886 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.895 INFO O| Aug 03 04:05:23.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48112024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.895 INFO O| Aug 03 04:05:23.895 INFO STEP 320 (remove_files) COMPLETE
48122024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.895 INFO O| Aug 03 04:05:23.895 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.904 INFO O| Aug 03 04:05:23.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48142024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.905 INFO O| Aug 03 04:05:23.904 INFO STEP 321 (remove_files) COMPLETE
48152024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.905 INFO O| Aug 03 04:05:23.905 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.914 INFO O| Aug 03 04:05:23.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48172024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.914 INFO O| Aug 03 04:05:23.914 INFO STEP 322 (remove_files) COMPLETE
48182024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.914 INFO O| Aug 03 04:05:23.914 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.923 INFO O| Aug 03 04:05:23.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48202024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.924 INFO O| Aug 03 04:05:23.923 INFO STEP 323 (remove_files) COMPLETE
48212024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.924 INFO O| Aug 03 04:05:23.924 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.933 INFO O| Aug 03 04:05:23.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48232024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.933 INFO O| Aug 03 04:05:23.933 INFO STEP 324 (remove_files) COMPLETE
48242024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.933 INFO O| Aug 03 04:05:23.933 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.942 INFO O| Aug 03 04:05:23.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48262024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.942 INFO O| Aug 03 04:05:23.942 INFO STEP 325 (remove_files) COMPLETE
48272024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.942 INFO O| Aug 03 04:05:23.942 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.952 INFO O| Aug 03 04:05:23.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48292024-08-03T04:05:26.051Z[ recovery-image] Aug 03 04:05:23.952 INFO O| Aug 03 04:05:23.952 INFO STEP 326 (remove_files) COMPLETE
48302024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.952 INFO O| Aug 03 04:05:23.952 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.961 INFO O| Aug 03 04:05:23.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48322024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.961 INFO O| Aug 03 04:05:23.961 INFO STEP 327 (remove_files) COMPLETE
48332024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.961 INFO O| Aug 03 04:05:23.961 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-08-03T04:05:26.052Z[ host-image] Aug 03 04:05:23.965 INFO O| Aug 03 04:05:23.965 INFO O| Planning: Fetching manifests: 6/6 100% complete
48352024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.971 INFO O| Aug 03 04:05:23.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48362024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.971 INFO O| Aug 03 04:05:23.971 INFO STEP 328 (remove_files) COMPLETE
48372024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.971 INFO O| Aug 03 04:05:23.971 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.980 INFO O| Aug 03 04:05:23.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48392024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.981 INFO O| Aug 03 04:05:23.981 INFO STEP 329 (remove_files) COMPLETE
48402024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.981 INFO O| Aug 03 04:05:23.981 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.990 INFO O| Aug 03 04:05:23.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48422024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.990 INFO O| Aug 03 04:05:23.990 INFO STEP 330 (remove_files) COMPLETE
48432024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:23.990 INFO O| Aug 03 04:05:23.990 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-08-03T04:05:26.052Z[ host-image] Aug 03 04:05:23.998 INFO O| Aug 03 04:05:23.998 INFO O| Planning: Package planning ... Done
48452024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.000 INFO O| Aug 03 04:05:24.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48462024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.000 INFO O| Aug 03 04:05:24.000 INFO STEP 331 (remove_files) COMPLETE
48472024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.000 INFO O| Aug 03 04:05:24.000 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.009 INFO O| Aug 03 04:05:24.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48492024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.009 INFO O| Aug 03 04:05:24.009 INFO STEP 332 (remove_files) COMPLETE
48502024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.009 INFO O| Aug 03 04:05:24.009 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-08-03T04:05:26.052Z[ host-image] Aug 03 04:05:24.017 INFO O| Aug 03 04:05:24.016 INFO O| Planning: Merging actions ... Done
48522024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.018 INFO O| Aug 03 04:05:24.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48532024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.019 INFO O| Aug 03 04:05:24.018 INFO STEP 333 (remove_files) COMPLETE
48542024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.019 INFO O| Aug 03 04:05:24.018 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.028 INFO O| Aug 03 04:05:24.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48562024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.028 INFO O| Aug 03 04:05:24.028 INFO STEP 334 (remove_files) COMPLETE
48572024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.028 INFO O| Aug 03 04:05:24.028 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.038 INFO O| Aug 03 04:05:24.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48592024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.038 INFO O| Aug 03 04:05:24.038 INFO STEP 335 (remove_files) COMPLETE
48602024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.038 INFO O| Aug 03 04:05:24.038 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.047 INFO O| Aug 03 04:05:24.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48622024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.047 INFO O| Aug 03 04:05:24.047 INFO STEP 336 (remove_files) COMPLETE
48632024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.047 INFO O| Aug 03 04:05:24.047 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.057 INFO O| Aug 03 04:05:24.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48652024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.057 INFO O| Aug 03 04:05:24.057 INFO STEP 337 (remove_files) COMPLETE
48662024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.057 INFO O| Aug 03 04:05:24.057 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.067 INFO O| Aug 03 04:05:24.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48682024-08-03T04:05:26.052Z[ recovery-image] Aug 03 04:05:24.067 INFO O| Aug 03 04:05:24.067 INFO STEP 338 (remove_files) COMPLETE
48692024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.067 INFO O| Aug 03 04:05:24.067 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.076 INFO O| Aug 03 04:05:24.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48712024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.076 INFO O| Aug 03 04:05:24.076 INFO STEP 339 (remove_files) COMPLETE
48722024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.076 INFO O| Aug 03 04:05:24.076 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.085 INFO O| Aug 03 04:05:24.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48742024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.085 INFO O| Aug 03 04:05:24.085 INFO STEP 340 (remove_files) COMPLETE
48752024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.085 INFO O| Aug 03 04:05:24.085 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-08-03T04:05:26.053Z[ host-image] Aug 03 04:05:24.088 INFO O| Aug 03 04:05:24.088 INFO O| Planning: Checking for conflicting actions ... Done
48772024-08-03T04:05:26.053Z[ host-image] Aug 03 04:05:24.092 INFO O| Aug 03 04:05:24.092 INFO O| Planning: Consolidating action changes ... Done
48782024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.095 INFO O| Aug 03 04:05:24.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48792024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.095 INFO O| Aug 03 04:05:24.095 INFO STEP 341 (remove_files) COMPLETE
48802024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.095 INFO O| Aug 03 04:05:24.095 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.104 INFO O| Aug 03 04:05:24.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
48822024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.104 INFO O| Aug 03 04:05:24.104 INFO STEP 342 (remove_files) COMPLETE
48832024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.104 INFO O| Aug 03 04:05:24.104 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.113 INFO O| Aug 03 04:05:24.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
48852024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.113 INFO O| Aug 03 04:05:24.113 INFO STEP 343 (remove_files) COMPLETE
48862024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.113 INFO O| Aug 03 04:05:24.113 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.123 INFO O| Aug 03 04:05:24.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
48882024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.123 INFO O| Aug 03 04:05:24.123 INFO STEP 344 (remove_files) COMPLETE
48892024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.123 INFO O| Aug 03 04:05:24.123 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.132 INFO O| Aug 03 04:05:24.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
48912024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.132 INFO O| Aug 03 04:05:24.132 INFO STEP 345 (remove_files) COMPLETE
48922024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.132 INFO O| Aug 03 04:05:24.132 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.141 INFO O| Aug 03 04:05:24.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
48942024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.141 INFO O| Aug 03 04:05:24.141 INFO STEP 346 (remove_files) COMPLETE
48952024-08-03T04:05:26.053Z[ recovery-image] Aug 03 04:05:24.141 INFO O| Aug 03 04:05:24.141 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-08-03T04:05:26.059Z[ recovery-image] Aug 03 04:05:24.151 INFO O| Aug 03 04:05:24.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
48972024-08-03T04:05:26.059Z[ recovery-image] Aug 03 04:05:24.151 INFO O| Aug 03 04:05:24.151 INFO STEP 347 (remove_files) COMPLETE
48982024-08-03T04:05:26.059Z[ recovery-image] Aug 03 04:05:24.151 INFO O| Aug 03 04:05:24.151 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-08-03T04:05:26.059Z[ recovery-image] Aug 03 04:05:24.160 INFO O| Aug 03 04:05:24.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49002024-08-03T04:05:26.059Z[ recovery-image] Aug 03 04:05:24.160 INFO O| Aug 03 04:05:24.160 INFO STEP 348 (remove_files) COMPLETE
49012024-08-03T04:05:26.059Z[ recovery-image] Aug 03 04:05:24.160 INFO O| Aug 03 04:05:24.160 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-08-03T04:05:26.059Z[ recovery-image] Aug 03 04:05:24.169 INFO O| Aug 03 04:05:24.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49032024-08-03T04:05:26.059Z[ recovery-image] Aug 03 04:05:24.169 INFO O| Aug 03 04:05:24.169 INFO STEP 349 (remove_files) COMPLETE
49042024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.169 INFO O| Aug 03 04:05:24.169 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.179 INFO O| Aug 03 04:05:24.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49062024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.179 INFO O| Aug 03 04:05:24.179 INFO STEP 350 (remove_files) COMPLETE
49072024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.179 INFO O| Aug 03 04:05:24.179 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.189 INFO O| Aug 03 04:05:24.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49092024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.189 INFO O| Aug 03 04:05:24.189 INFO STEP 351 (remove_files) COMPLETE
49102024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.189 INFO O| Aug 03 04:05:24.189 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.200 INFO O| Aug 03 04:05:24.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49122024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.200 INFO O| Aug 03 04:05:24.200 INFO STEP 352 (remove_files) COMPLETE
49132024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.200 INFO O| Aug 03 04:05:24.200 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.211 INFO O| Aug 03 04:05:24.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49152024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.212 INFO O| Aug 03 04:05:24.212 INFO STEP 353 (remove_files) COMPLETE
49162024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.212 INFO O| Aug 03 04:05:24.212 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.223 INFO O| Aug 03 04:05:24.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49182024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.223 INFO O| Aug 03 04:05:24.223 INFO STEP 354 (remove_files) COMPLETE
49192024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.223 INFO O| Aug 03 04:05:24.223 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.234 INFO O| Aug 03 04:05:24.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49212024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.234 INFO O| Aug 03 04:05:24.234 INFO STEP 355 (remove_files) COMPLETE
49222024-08-03T04:05:26.060Z[ recovery-image] Aug 03 04:05:24.234 INFO O| Aug 03 04:05:24.234 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-08-03T04:05:26.068Z[ recovery-image] Aug 03 04:05:24.245 INFO O| Aug 03 04:05:24.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49242024-08-03T04:05:26.068Z[ recovery-image] Aug 03 04:05:24.245 INFO O| Aug 03 04:05:24.245 INFO STEP 356 (remove_files) COMPLETE
49252024-08-03T04:05:26.070Z[ recovery-image] Aug 03 04:05:24.245 INFO O| Aug 03 04:05:24.245 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-08-03T04:05:26.077Z[ recovery-image] Aug 03 04:05:24.256 INFO O| Aug 03 04:05:24.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49272024-08-03T04:05:26.077Z[ recovery-image] Aug 03 04:05:24.256 INFO O| Aug 03 04:05:24.256 INFO STEP 357 (remove_files) COMPLETE
49282024-08-03T04:05:26.080Z[ recovery-image] Aug 03 04:05:24.256 INFO O| Aug 03 04:05:24.256 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-08-03T04:05:26.087Z[ recovery-image] Aug 03 04:05:24.266 INFO O| Aug 03 04:05:24.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49302024-08-03T04:05:26.090Z[ recovery-image] Aug 03 04:05:24.266 INFO O| Aug 03 04:05:24.266 INFO STEP 358 (remove_files) COMPLETE
49312024-08-03T04:05:26.090Z[ recovery-image] Aug 03 04:05:24.266 INFO O| Aug 03 04:05:24.266 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-08-03T04:05:26.097Z[ recovery-image] Aug 03 04:05:24.276 INFO O| Aug 03 04:05:24.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49332024-08-03T04:05:26.097Z[ recovery-image] Aug 03 04:05:24.276 INFO O| Aug 03 04:05:24.276 INFO STEP 359 (remove_files) COMPLETE
49342024-08-03T04:05:26.097Z[ recovery-image] Aug 03 04:05:24.276 INFO O| Aug 03 04:05:24.276 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-08-03T04:05:26.106Z[ recovery-image] Aug 03 04:05:24.285 INFO O| Aug 03 04:05:24.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49362024-08-03T04:05:26.110Z[ recovery-image] Aug 03 04:05:24.285 INFO O| Aug 03 04:05:24.285 INFO STEP 360 (remove_files) COMPLETE
49372024-08-03T04:05:26.110Z[ recovery-image] Aug 03 04:05:24.285 INFO O| Aug 03 04:05:24.285 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-08-03T04:05:26.116Z[ recovery-image] Aug 03 04:05:24.295 INFO O| Aug 03 04:05:24.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49392024-08-03T04:05:26.116Z[ recovery-image] Aug 03 04:05:24.295 INFO O| Aug 03 04:05:24.295 INFO STEP 361 (remove_files) COMPLETE
49402024-08-03T04:05:26.119Z[ recovery-image] Aug 03 04:05:24.295 INFO O| Aug 03 04:05:24.295 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-08-03T04:05:26.125Z[ recovery-image] Aug 03 04:05:24.304 INFO O| Aug 03 04:05:24.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49422024-08-03T04:05:26.128Z[ recovery-image] Aug 03 04:05:24.304 INFO O| Aug 03 04:05:24.304 INFO STEP 362 (remove_files) COMPLETE
49432024-08-03T04:05:26.128Z[ recovery-image] Aug 03 04:05:24.304 INFO O| Aug 03 04:05:24.304 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-08-03T04:05:26.134Z[ recovery-image] Aug 03 04:05:24.313 INFO O| Aug 03 04:05:24.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49452024-08-03T04:05:26.134Z[ recovery-image] Aug 03 04:05:24.314 INFO O| Aug 03 04:05:24.314 INFO STEP 363 (remove_files) COMPLETE
49462024-08-03T04:05:26.137Z[ recovery-image] Aug 03 04:05:24.314 INFO O| Aug 03 04:05:24.314 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-08-03T04:05:26.144Z[ recovery-image] Aug 03 04:05:24.323 INFO O| Aug 03 04:05:24.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49482024-08-03T04:05:26.144Z[ recovery-image] Aug 03 04:05:24.323 INFO O| Aug 03 04:05:24.323 INFO STEP 364 (remove_files) COMPLETE
49492024-08-03T04:05:26.147Z[ recovery-image] Aug 03 04:05:24.323 INFO O| Aug 03 04:05:24.323 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-08-03T04:05:26.153Z[ recovery-image] Aug 03 04:05:24.332 INFO O| Aug 03 04:05:24.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49512024-08-03T04:05:26.156Z[ recovery-image] Aug 03 04:05:24.333 INFO O| Aug 03 04:05:24.333 INFO STEP 365 (remove_files) COMPLETE
49522024-08-03T04:05:26.156Z[ recovery-image] Aug 03 04:05:24.333 INFO O| Aug 03 04:05:24.333 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-08-03T04:05:26.163Z[ host-image] Aug 03 04:05:24.342 INFO O| Aug 03 04:05:24.342 INFO O| Planning: Evaluating mediators ... Done
49542024-08-03T04:05:26.165Z[ recovery-image] Aug 03 04:05:24.343 INFO O| Aug 03 04:05:24.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49552024-08-03T04:05:26.165Z[ recovery-image] Aug 03 04:05:24.343 INFO O| Aug 03 04:05:24.343 INFO STEP 366 (remove_files) COMPLETE
49562024-08-03T04:05:26.166Z[ recovery-image] Aug 03 04:05:24.343 INFO O| Aug 03 04:05:24.343 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-08-03T04:05:26.168Z[ host-image] Aug 03 04:05:24.346 INFO O| Aug 03 04:05:24.345 INFO O| Planning: Planning completed in 1.86 seconds
49582024-08-03T04:05:26.168Z[ host-image] Aug 03 04:05:24.347 INFO O| Aug 03 04:05:24.347 INFO O| Packages to install: 6
49592024-08-03T04:05:26.168Z[ host-image] Aug 03 04:05:24.347 INFO O| Aug 03 04:05:24.347 INFO O| Mediators to change: 1
49602024-08-03T04:05:26.168Z[ host-image] Aug 03 04:05:24.347 INFO O| Aug 03 04:05:24.347 INFO O| Services to change: 1
49612024-08-03T04:05:26.173Z[ recovery-image] Aug 03 04:05:24.352 INFO O| Aug 03 04:05:24.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49622024-08-03T04:05:26.173Z[ recovery-image] Aug 03 04:05:24.352 INFO O| Aug 03 04:05:24.352 INFO STEP 367 (remove_files) COMPLETE
49632024-08-03T04:05:26.176Z[ recovery-image] Aug 03 04:05:24.352 INFO O| Aug 03 04:05:24.352 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-03T04:05:26.180Z[ host-image] Aug 03 04:05:24.359 INFO O| Aug 03 04:05:24.359 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
49652024-08-03T04:05:26.183Z[ recovery-image] Aug 03 04:05:24.361 INFO O| Aug 03 04:05:24.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49662024-08-03T04:05:26.183Z[ recovery-image] Aug 03 04:05:24.361 INFO O| Aug 03 04:05:24.361 INFO STEP 368 (remove_files) COMPLETE
49672024-08-03T04:05:26.183Z[ recovery-image] Aug 03 04:05:24.361 INFO O| Aug 03 04:05:24.361 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-08-03T04:05:26.192Z[ recovery-image] Aug 03 04:05:24.371 INFO O| Aug 03 04:05:24.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49692024-08-03T04:05:26.195Z[ recovery-image] Aug 03 04:05:24.371 INFO O| Aug 03 04:05:24.371 INFO STEP 369 (remove_files) COMPLETE
49702024-08-03T04:05:26.195Z[ recovery-image] Aug 03 04:05:24.371 INFO O| Aug 03 04:05:24.371 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-08-03T04:05:26.201Z[ recovery-image] Aug 03 04:05:24.380 INFO O| Aug 03 04:05:24.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49722024-08-03T04:05:26.201Z[ recovery-image] Aug 03 04:05:24.380 INFO O| Aug 03 04:05:24.380 INFO STEP 370 (remove_files) COMPLETE
49732024-08-03T04:05:26.201Z[ recovery-image] Aug 03 04:05:24.380 INFO O| Aug 03 04:05:24.380 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-08-03T04:05:26.211Z[ recovery-image] Aug 03 04:05:24.390 INFO O| Aug 03 04:05:24.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49752024-08-03T04:05:26.211Z[ recovery-image] Aug 03 04:05:24.390 INFO O| Aug 03 04:05:24.390 INFO STEP 371 (remove_files) COMPLETE
49762024-08-03T04:05:26.211Z[ recovery-image] Aug 03 04:05:24.390 INFO O| Aug 03 04:05:24.390 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-08-03T04:05:26.220Z[ recovery-image] Aug 03 04:05:24.399 INFO O| Aug 03 04:05:24.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49782024-08-03T04:05:26.220Z[ recovery-image] Aug 03 04:05:24.399 INFO O| Aug 03 04:05:24.399 INFO STEP 372 (remove_files) COMPLETE
49792024-08-03T04:05:26.220Z[ recovery-image] Aug 03 04:05:24.399 INFO O| Aug 03 04:05:24.399 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-08-03T04:05:26.230Z[ recovery-image] Aug 03 04:05:24.409 INFO O| Aug 03 04:05:24.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49812024-08-03T04:05:26.230Z[ recovery-image] Aug 03 04:05:24.409 INFO O| Aug 03 04:05:24.409 INFO STEP 373 (remove_files) COMPLETE
49822024-08-03T04:05:26.233Z[ recovery-image] Aug 03 04:05:24.409 INFO O| Aug 03 04:05:24.409 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-08-03T04:05:26.239Z[ recovery-image] Aug 03 04:05:24.418 INFO O| Aug 03 04:05:24.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
49842024-08-03T04:05:26.243Z[ recovery-image] Aug 03 04:05:24.418 INFO O| Aug 03 04:05:24.418 INFO STEP 374 (remove_files) COMPLETE
49852024-08-03T04:05:26.243Z[ recovery-image] Aug 03 04:05:24.418 INFO O| Aug 03 04:05:24.418 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-08-03T04:05:26.249Z[ recovery-image] Aug 03 04:05:24.427 INFO O| Aug 03 04:05:24.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
49872024-08-03T04:05:26.252Z[ recovery-image] Aug 03 04:05:24.428 INFO O| Aug 03 04:05:24.428 INFO STEP 375 (remove_files) COMPLETE
49882024-08-03T04:05:26.252Z[ recovery-image] Aug 03 04:05:24.428 INFO O| Aug 03 04:05:24.428 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-08-03T04:05:26.258Z[ recovery-image] Aug 03 04:05:24.437 INFO O| Aug 03 04:05:24.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
49902024-08-03T04:05:26.263Z[ recovery-image] Aug 03 04:05:24.437 INFO O| Aug 03 04:05:24.437 INFO STEP 376 (remove_files) COMPLETE
49912024-08-03T04:05:26.263Z[ recovery-image] Aug 03 04:05:24.437 INFO O| Aug 03 04:05:24.437 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-08-03T04:05:26.267Z[ recovery-image] Aug 03 04:05:24.446 INFO O| Aug 03 04:05:24.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
49932024-08-03T04:05:26.267Z[ recovery-image] Aug 03 04:05:24.446 INFO O| Aug 03 04:05:24.446 INFO STEP 377 (remove_files) COMPLETE
49942024-08-03T04:05:26.268Z[ recovery-image] Aug 03 04:05:24.446 INFO O| Aug 03 04:05:24.446 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-08-03T04:05:26.276Z[ recovery-image] Aug 03 04:05:24.455 INFO O| Aug 03 04:05:24.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
49962024-08-03T04:05:26.276Z[ recovery-image] Aug 03 04:05:24.455 INFO O| Aug 03 04:05:24.455 INFO STEP 378 (remove_files) COMPLETE
49972024-08-03T04:05:26.280Z[ recovery-image] Aug 03 04:05:24.455 INFO O| Aug 03 04:05:24.455 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-08-03T04:05:26.287Z[ recovery-image] Aug 03 04:05:24.464 INFO O| Aug 03 04:05:24.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
49992024-08-03T04:05:26.294Z[ recovery-image] Aug 03 04:05:24.464 INFO O| Aug 03 04:05:24.464 INFO STEP 379 (remove_files) COMPLETE
50002024-08-03T04:05:26.294Z[ recovery-image] Aug 03 04:05:24.465 INFO O| Aug 03 04:05:24.464 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-08-03T04:05:26.299Z[ recovery-image] Aug 03 04:05:24.474 INFO O| Aug 03 04:05:24.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50022024-08-03T04:05:26.299Z[ recovery-image] Aug 03 04:05:24.474 INFO O| Aug 03 04:05:24.474 INFO STEP 380 (remove_files) COMPLETE
50032024-08-03T04:05:26.299Z[ recovery-image] Aug 03 04:05:24.474 INFO O| Aug 03 04:05:24.474 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-08-03T04:05:26.307Z[ recovery-image] Aug 03 04:05:24.483 INFO O| Aug 03 04:05:24.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50052024-08-03T04:05:26.307Z[ recovery-image] Aug 03 04:05:24.483 INFO O| Aug 03 04:05:24.483 INFO STEP 381 (remove_files) COMPLETE
50062024-08-03T04:05:26.307Z[ recovery-image] Aug 03 04:05:24.483 INFO O| Aug 03 04:05:24.483 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-08-03T04:05:26.314Z[ recovery-image] Aug 03 04:05:24.492 INFO O| Aug 03 04:05:24.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50082024-08-03T04:05:26.314Z[ recovery-image] Aug 03 04:05:24.492 INFO O| Aug 03 04:05:24.492 INFO STEP 382 (remove_files) COMPLETE
50092024-08-03T04:05:26.314Z[ recovery-image] Aug 03 04:05:24.492 INFO O| Aug 03 04:05:24.492 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-08-03T04:05:26.323Z[ recovery-image] Aug 03 04:05:24.502 INFO O| Aug 03 04:05:24.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50112024-08-03T04:05:26.330Z[ recovery-image] Aug 03 04:05:24.502 INFO O| Aug 03 04:05:24.502 INFO STEP 383 (remove_files) COMPLETE
50122024-08-03T04:05:26.330Z[ recovery-image] Aug 03 04:05:24.502 INFO O| Aug 03 04:05:24.502 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-08-03T04:05:26.333Z[ recovery-image] Aug 03 04:05:24.511 INFO O| Aug 03 04:05:24.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50142024-08-03T04:05:26.333Z[ recovery-image] Aug 03 04:05:24.511 INFO O| Aug 03 04:05:24.511 INFO STEP 384 (remove_files) COMPLETE
50152024-08-03T04:05:26.333Z[ recovery-image] Aug 03 04:05:24.511 INFO O| Aug 03 04:05:24.511 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-08-03T04:05:26.341Z[ recovery-image] Aug 03 04:05:24.520 INFO O| Aug 03 04:05:24.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50172024-08-03T04:05:26.341Z[ recovery-image] Aug 03 04:05:24.520 INFO O| Aug 03 04:05:24.520 INFO STEP 385 (remove_files) COMPLETE
50182024-08-03T04:05:26.344Z[ recovery-image] Aug 03 04:05:24.520 INFO O| Aug 03 04:05:24.520 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-08-03T04:05:26.350Z[ recovery-image] Aug 03 04:05:24.529 INFO O| Aug 03 04:05:24.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50202024-08-03T04:05:26.350Z[ recovery-image] Aug 03 04:05:24.530 INFO O| Aug 03 04:05:24.530 INFO STEP 386 (remove_files) COMPLETE
50212024-08-03T04:05:26.353Z[ recovery-image] Aug 03 04:05:24.530 INFO O| Aug 03 04:05:24.530 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-08-03T04:05:26.360Z[ recovery-image] Aug 03 04:05:24.539 INFO O| Aug 03 04:05:24.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50232024-08-03T04:05:26.360Z[ recovery-image] Aug 03 04:05:24.539 INFO O| Aug 03 04:05:24.539 INFO STEP 387 (remove_files) COMPLETE
50242024-08-03T04:05:26.360Z[ recovery-image] Aug 03 04:05:24.539 INFO O| Aug 03 04:05:24.539 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-08-03T04:05:26.369Z[ recovery-image] Aug 03 04:05:24.548 INFO O| Aug 03 04:05:24.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50262024-08-03T04:05:26.369Z[ recovery-image] Aug 03 04:05:24.548 INFO O| Aug 03 04:05:24.548 INFO STEP 388 (remove_files) COMPLETE
50272024-08-03T04:05:26.372Z[ recovery-image] Aug 03 04:05:24.548 INFO O| Aug 03 04:05:24.548 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-08-03T04:05:26.379Z[ recovery-image] Aug 03 04:05:24.558 INFO O| Aug 03 04:05:24.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50292024-08-03T04:05:26.379Z[ recovery-image] Aug 03 04:05:24.558 INFO O| Aug 03 04:05:24.558 INFO STEP 389 (remove_files) COMPLETE
50302024-08-03T04:05:26.382Z[ recovery-image] Aug 03 04:05:24.558 INFO O| Aug 03 04:05:24.558 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-08-03T04:05:26.388Z[ recovery-image] Aug 03 04:05:24.567 INFO O| Aug 03 04:05:24.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50322024-08-03T04:05:26.388Z[ recovery-image] Aug 03 04:05:24.568 INFO O| Aug 03 04:05:24.567 INFO STEP 390 (remove_files) COMPLETE
50332024-08-03T04:05:26.388Z[ recovery-image] Aug 03 04:05:24.568 INFO O| Aug 03 04:05:24.568 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-08-03T04:05:26.398Z[ recovery-image] Aug 03 04:05:24.577 INFO O| Aug 03 04:05:24.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50352024-08-03T04:05:26.398Z[ recovery-image] Aug 03 04:05:24.577 INFO O| Aug 03 04:05:24.577 INFO STEP 391 (remove_files) COMPLETE
50362024-08-03T04:05:26.398Z[ recovery-image] Aug 03 04:05:24.577 INFO O| Aug 03 04:05:24.577 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-08-03T04:05:26.408Z[ recovery-image] Aug 03 04:05:24.587 INFO O| Aug 03 04:05:24.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50382024-08-03T04:05:26.408Z[ recovery-image] Aug 03 04:05:24.587 INFO O| Aug 03 04:05:24.587 INFO STEP 392 (remove_files) COMPLETE
50392024-08-03T04:05:26.408Z[ recovery-image] Aug 03 04:05:24.587 INFO O| Aug 03 04:05:24.587 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-08-03T04:05:26.417Z[ recovery-image] Aug 03 04:05:24.596 INFO O| Aug 03 04:05:24.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50412024-08-03T04:05:26.417Z[ recovery-image] Aug 03 04:05:24.596 INFO O| Aug 03 04:05:24.596 INFO STEP 393 (remove_files) COMPLETE
50422024-08-03T04:05:26.420Z[ recovery-image] Aug 03 04:05:24.596 INFO O| Aug 03 04:05:24.596 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-08-03T04:05:26.426Z[ recovery-image] Aug 03 04:05:24.605 INFO O| Aug 03 04:05:24.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50442024-08-03T04:05:26.429Z[ recovery-image] Aug 03 04:05:24.605 INFO O| Aug 03 04:05:24.605 INFO STEP 394 (remove_files) COMPLETE
50452024-08-03T04:05:26.429Z[ recovery-image] Aug 03 04:05:24.605 INFO O| Aug 03 04:05:24.605 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-08-03T04:05:26.435Z[ recovery-image] Aug 03 04:05:24.614 INFO O| Aug 03 04:05:24.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50472024-08-03T04:05:26.435Z[ recovery-image] Aug 03 04:05:24.614 INFO O| Aug 03 04:05:24.614 INFO STEP 395 (remove_files) COMPLETE
50482024-08-03T04:05:26.438Z[ recovery-image] Aug 03 04:05:24.614 INFO O| Aug 03 04:05:24.614 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-08-03T04:05:26.444Z[ recovery-image] Aug 03 04:05:24.623 INFO O| Aug 03 04:05:24.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50502024-08-03T04:05:26.447Z[ recovery-image] Aug 03 04:05:24.623 INFO O| Aug 03 04:05:24.623 INFO STEP 396 (remove_files) COMPLETE
50512024-08-03T04:05:26.447Z[ recovery-image] Aug 03 04:05:24.623 INFO O| Aug 03 04:05:24.623 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-08-03T04:05:26.453Z[ recovery-image] Aug 03 04:05:24.632 INFO O| Aug 03 04:05:24.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50532024-08-03T04:05:26.453Z[ recovery-image] Aug 03 04:05:24.632 INFO O| Aug 03 04:05:24.632 INFO STEP 397 (remove_files) COMPLETE
50542024-08-03T04:05:26.456Z[ recovery-image] Aug 03 04:05:24.632 INFO O| Aug 03 04:05:24.632 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-08-03T04:05:26.463Z[ recovery-image] Aug 03 04:05:24.642 INFO O| Aug 03 04:05:24.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50562024-08-03T04:05:26.463Z[ recovery-image] Aug 03 04:05:24.642 INFO O| Aug 03 04:05:24.642 INFO STEP 398 (remove_files) COMPLETE
50572024-08-03T04:05:26.466Z[ recovery-image] Aug 03 04:05:24.642 INFO O| Aug 03 04:05:24.642 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-08-03T04:05:26.473Z[ recovery-image] Aug 03 04:05:24.652 INFO O| Aug 03 04:05:24.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50592024-08-03T04:05:26.473Z[ recovery-image] Aug 03 04:05:24.652 INFO O| Aug 03 04:05:24.652 INFO STEP 399 (remove_files) COMPLETE
50602024-08-03T04:05:26.476Z[ recovery-image] Aug 03 04:05:24.652 INFO O| Aug 03 04:05:24.652 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-08-03T04:05:26.482Z[ recovery-image] Aug 03 04:05:24.661 INFO O| Aug 03 04:05:24.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50622024-08-03T04:05:26.485Z[ recovery-image] Aug 03 04:05:24.662 INFO O| Aug 03 04:05:24.662 INFO STEP 400 (remove_files) COMPLETE
50632024-08-03T04:05:26.485Z[ recovery-image] Aug 03 04:05:24.662 INFO O| Aug 03 04:05:24.662 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-08-03T04:05:26.492Z[ recovery-image] Aug 03 04:05:24.671 INFO O| Aug 03 04:05:24.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50652024-08-03T04:05:26.492Z[ recovery-image] Aug 03 04:05:24.672 INFO O| Aug 03 04:05:24.672 INFO STEP 401 (remove_files) COMPLETE
50662024-08-03T04:05:26.495Z[ recovery-image] Aug 03 04:05:24.672 INFO O| Aug 03 04:05:24.672 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-08-03T04:05:26.502Z[ recovery-image] Aug 03 04:05:24.681 INFO O| Aug 03 04:05:24.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50682024-08-03T04:05:26.504Z[ recovery-image] Aug 03 04:05:24.682 INFO O| Aug 03 04:05:24.681 INFO STEP 402 (remove_files) COMPLETE
50692024-08-03T04:05:26.504Z[ recovery-image] Aug 03 04:05:24.682 INFO O| Aug 03 04:05:24.682 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-08-03T04:05:26.512Z[ recovery-image] Aug 03 04:05:24.691 INFO O| Aug 03 04:05:24.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50712024-08-03T04:05:26.514Z[ recovery-image] Aug 03 04:05:24.691 INFO O| Aug 03 04:05:24.691 INFO STEP 403 (remove_files) COMPLETE
50722024-08-03T04:05:26.515Z[ recovery-image] Aug 03 04:05:24.691 INFO O| Aug 03 04:05:24.691 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-08-03T04:05:26.521Z[ recovery-image] Aug 03 04:05:24.700 INFO O| Aug 03 04:05:24.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50742024-08-03T04:05:26.524Z[ recovery-image] Aug 03 04:05:24.700 INFO O| Aug 03 04:05:24.700 INFO STEP 404 (remove_files) COMPLETE
50752024-08-03T04:05:26.524Z[ recovery-image] Aug 03 04:05:24.700 INFO O| Aug 03 04:05:24.700 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-08-03T04:05:26.530Z[ recovery-image] Aug 03 04:05:24.709 INFO O| Aug 03 04:05:24.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50772024-08-03T04:05:26.530Z[ recovery-image] Aug 03 04:05:24.709 INFO O| Aug 03 04:05:24.709 INFO STEP 405 (remove_files) COMPLETE
50782024-08-03T04:05:26.538Z[ recovery-image] Aug 03 04:05:24.709 INFO O| Aug 03 04:05:24.709 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-08-03T04:05:26.546Z[ recovery-image] Aug 03 04:05:24.718 INFO O| Aug 03 04:05:24.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50802024-08-03T04:05:26.546Z[ recovery-image] Aug 03 04:05:24.718 INFO O| Aug 03 04:05:24.718 INFO STEP 406 (remove_files) COMPLETE
50812024-08-03T04:05:26.546Z[ recovery-image] Aug 03 04:05:24.718 INFO O| Aug 03 04:05:24.718 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-08-03T04:05:26.558Z[ recovery-image] Aug 03 04:05:24.727 INFO O| Aug 03 04:05:24.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50832024-08-03T04:05:26.558Z[ recovery-image] Aug 03 04:05:24.728 INFO O| Aug 03 04:05:24.728 INFO STEP 407 (remove_files) COMPLETE
50842024-08-03T04:05:26.558Z[ recovery-image] Aug 03 04:05:24.728 INFO O| Aug 03 04:05:24.728 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-08-03T04:05:26.566Z[ recovery-image] Aug 03 04:05:24.737 INFO O| Aug 03 04:05:24.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
50862024-08-03T04:05:26.566Z[ recovery-image] Aug 03 04:05:24.737 INFO O| Aug 03 04:05:24.737 INFO STEP 408 (remove_files) COMPLETE
50872024-08-03T04:05:26.566Z[ recovery-image] Aug 03 04:05:24.737 INFO O| Aug 03 04:05:24.737 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-08-03T04:05:26.574Z[ recovery-image] Aug 03 04:05:24.746 INFO O| Aug 03 04:05:24.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
50892024-08-03T04:05:26.574Z[ recovery-image] Aug 03 04:05:24.746 INFO O| Aug 03 04:05:24.746 INFO STEP 409 (remove_files) COMPLETE
50902024-08-03T04:05:26.574Z[ recovery-image] Aug 03 04:05:24.746 INFO O| Aug 03 04:05:24.746 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-08-03T04:05:26.581Z[ recovery-image] Aug 03 04:05:24.755 INFO O| Aug 03 04:05:24.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
50922024-08-03T04:05:26.582Z[ recovery-image] Aug 03 04:05:24.756 INFO O| Aug 03 04:05:24.756 INFO STEP 410 (remove_files) COMPLETE
50932024-08-03T04:05:26.582Z[ recovery-image] Aug 03 04:05:24.756 INFO O| Aug 03 04:05:24.756 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-08-03T04:05:26.591Z[ recovery-image] Aug 03 04:05:24.765 INFO O| Aug 03 04:05:24.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
50952024-08-03T04:05:26.591Z[ recovery-image] Aug 03 04:05:24.765 INFO O| Aug 03 04:05:24.765 INFO STEP 411 (remove_files) COMPLETE
50962024-08-03T04:05:26.591Z[ recovery-image] Aug 03 04:05:24.765 INFO O| Aug 03 04:05:24.765 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-08-03T04:05:26.602Z[ recovery-image] Aug 03 04:05:24.774 INFO O| Aug 03 04:05:24.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
50982024-08-03T04:05:26.602Z[ recovery-image] Aug 03 04:05:24.774 INFO O| Aug 03 04:05:24.774 INFO STEP 412 (remove_files) COMPLETE
50992024-08-03T04:05:26.602Z[ recovery-image] Aug 03 04:05:24.774 INFO O| Aug 03 04:05:24.774 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-08-03T04:05:26.618Z[ recovery-image] Aug 03 04:05:24.783 INFO O| Aug 03 04:05:24.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51012024-08-03T04:05:26.618Z[ recovery-image] Aug 03 04:05:24.783 INFO O| Aug 03 04:05:24.783 INFO STEP 413 (remove_files) COMPLETE
51022024-08-03T04:05:26.618Z[ recovery-image] Aug 03 04:05:24.783 INFO O| Aug 03 04:05:24.783 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-08-03T04:05:26.618Z[ recovery-image] Aug 03 04:05:24.793 INFO O| Aug 03 04:05:24.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51042024-08-03T04:05:26.618Z[ recovery-image] Aug 03 04:05:24.793 INFO O| Aug 03 04:05:24.793 INFO STEP 414 (remove_files) COMPLETE
51052024-08-03T04:05:26.618Z[ recovery-image] Aug 03 04:05:24.793 INFO O| Aug 03 04:05:24.793 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-08-03T04:05:26.623Z[ recovery-image] Aug 03 04:05:24.802 INFO O| Aug 03 04:05:24.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51072024-08-03T04:05:26.626Z[ recovery-image] Aug 03 04:05:24.802 INFO O| Aug 03 04:05:24.802 INFO STEP 415 (remove_files) COMPLETE
51082024-08-03T04:05:26.626Z[ recovery-image] Aug 03 04:05:24.802 INFO O| Aug 03 04:05:24.802 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-08-03T04:05:26.632Z[ recovery-image] Aug 03 04:05:24.811 INFO O| Aug 03 04:05:24.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51102024-08-03T04:05:26.632Z[ recovery-image] Aug 03 04:05:24.811 INFO O| Aug 03 04:05:24.811 INFO STEP 416 (remove_files) COMPLETE
51112024-08-03T04:05:26.635Z[ recovery-image] Aug 03 04:05:24.811 INFO O| Aug 03 04:05:24.811 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-08-03T04:05:26.641Z[ recovery-image] Aug 03 04:05:24.821 INFO O| Aug 03 04:05:24.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51132024-08-03T04:05:26.644Z[ recovery-image] Aug 03 04:05:24.821 INFO O| Aug 03 04:05:24.821 INFO STEP 417 (remove_files) COMPLETE
51142024-08-03T04:05:26.644Z[ recovery-image] Aug 03 04:05:24.821 INFO O| Aug 03 04:05:24.821 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-08-03T04:05:26.651Z[ recovery-image] Aug 03 04:05:24.830 INFO O| Aug 03 04:05:24.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51162024-08-03T04:05:26.651Z[ recovery-image] Aug 03 04:05:24.830 INFO O| Aug 03 04:05:24.830 INFO STEP 418 (remove_files) COMPLETE
51172024-08-03T04:05:26.651Z[ recovery-image] Aug 03 04:05:24.830 INFO O| Aug 03 04:05:24.830 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-08-03T04:05:26.660Z[ recovery-image] Aug 03 04:05:24.840 INFO O| Aug 03 04:05:24.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51192024-08-03T04:05:26.661Z[ recovery-image] Aug 03 04:05:24.840 INFO O| Aug 03 04:05:24.840 INFO STEP 419 (remove_files) COMPLETE
51202024-08-03T04:05:26.661Z[ recovery-image] Aug 03 04:05:24.840 INFO O| Aug 03 04:05:24.840 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-08-03T04:05:26.670Z[ recovery-image] Aug 03 04:05:24.849 INFO O| Aug 03 04:05:24.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51222024-08-03T04:05:26.670Z[ recovery-image] Aug 03 04:05:24.849 INFO O| Aug 03 04:05:24.849 INFO STEP 420 (remove_files) COMPLETE
51232024-08-03T04:05:26.670Z[ recovery-image] Aug 03 04:05:24.849 INFO O| Aug 03 04:05:24.849 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-08-03T04:05:26.679Z[ recovery-image] Aug 03 04:05:24.858 INFO O| Aug 03 04:05:24.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51252024-08-03T04:05:26.682Z[ recovery-image] Aug 03 04:05:24.858 INFO O| Aug 03 04:05:24.858 INFO STEP 421 (remove_files) COMPLETE
51262024-08-03T04:05:26.682Z[ recovery-image] Aug 03 04:05:24.858 INFO O| Aug 03 04:05:24.858 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-08-03T04:05:26.688Z[ recovery-image] Aug 03 04:05:24.867 INFO O| Aug 03 04:05:24.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51282024-08-03T04:05:26.692Z[ recovery-image] Aug 03 04:05:24.867 INFO O| Aug 03 04:05:24.867 INFO STEP 422 (remove_files) COMPLETE
51292024-08-03T04:05:26.692Z[ recovery-image] Aug 03 04:05:24.867 INFO O| Aug 03 04:05:24.867 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-08-03T04:05:26.697Z[ recovery-image] Aug 03 04:05:24.876 INFO O| Aug 03 04:05:24.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51312024-08-03T04:05:26.697Z[ recovery-image] Aug 03 04:05:24.876 INFO O| Aug 03 04:05:24.876 INFO STEP 423 (remove_files) COMPLETE
51322024-08-03T04:05:26.700Z[ recovery-image] Aug 03 04:05:24.876 INFO O| Aug 03 04:05:24.876 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-08-03T04:05:26.706Z[ recovery-image] Aug 03 04:05:24.885 INFO O| Aug 03 04:05:24.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51342024-08-03T04:05:26.706Z[ recovery-image] Aug 03 04:05:24.886 INFO O| Aug 03 04:05:24.886 INFO STEP 424 (remove_files) COMPLETE
51352024-08-03T04:05:26.706Z[ recovery-image] Aug 03 04:05:24.886 INFO O| Aug 03 04:05:24.886 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-08-03T04:05:26.716Z[ recovery-image] Aug 03 04:05:24.895 INFO O| Aug 03 04:05:24.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51372024-08-03T04:05:26.716Z[ recovery-image] Aug 03 04:05:24.895 INFO O| Aug 03 04:05:24.895 INFO STEP 425 (remove_files) COMPLETE
51382024-08-03T04:05:26.719Z[ recovery-image] Aug 03 04:05:24.895 INFO O| Aug 03 04:05:24.895 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-08-03T04:05:26.725Z[ recovery-image] Aug 03 04:05:24.904 INFO O| Aug 03 04:05:24.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51402024-08-03T04:05:26.725Z[ recovery-image] Aug 03 04:05:24.904 INFO O| Aug 03 04:05:24.904 INFO STEP 426 (remove_files) COMPLETE
51412024-08-03T04:05:26.728Z[ recovery-image] Aug 03 04:05:24.904 INFO O| Aug 03 04:05:24.904 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-08-03T04:05:26.734Z[ recovery-image] Aug 03 04:05:24.913 INFO O| Aug 03 04:05:24.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51432024-08-03T04:05:26.734Z[ recovery-image] Aug 03 04:05:24.913 INFO O| Aug 03 04:05:24.913 INFO STEP 427 (remove_files) COMPLETE
51442024-08-03T04:05:26.734Z[ recovery-image] Aug 03 04:05:24.913 INFO O| Aug 03 04:05:24.913 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-08-03T04:05:26.745Z[ recovery-image] Aug 03 04:05:24.923 INFO O| Aug 03 04:05:24.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51462024-08-03T04:05:26.745Z[ recovery-image] Aug 03 04:05:24.923 INFO O| Aug 03 04:05:24.923 INFO STEP 428 (remove_files) COMPLETE
51472024-08-03T04:05:26.749Z[ recovery-image] Aug 03 04:05:24.923 INFO O| Aug 03 04:05:24.923 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-08-03T04:05:26.755Z[ recovery-image] Aug 03 04:05:24.933 INFO O| Aug 03 04:05:24.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51492024-08-03T04:05:26.755Z[ recovery-image] Aug 03 04:05:24.933 INFO O| Aug 03 04:05:24.933 INFO STEP 429 (remove_files) COMPLETE
51502024-08-03T04:05:26.755Z[ recovery-image] Aug 03 04:05:24.933 INFO O| Aug 03 04:05:24.933 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-08-03T04:05:26.764Z[ recovery-image] Aug 03 04:05:24.942 INFO O| Aug 03 04:05:24.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51522024-08-03T04:05:26.764Z[ recovery-image] Aug 03 04:05:24.942 INFO O| Aug 03 04:05:24.942 INFO STEP 430 (remove_files) COMPLETE
51532024-08-03T04:05:26.767Z[ recovery-image] Aug 03 04:05:24.942 INFO O| Aug 03 04:05:24.942 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-08-03T04:05:26.772Z[ recovery-image] Aug 03 04:05:24.951 INFO O| Aug 03 04:05:24.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51552024-08-03T04:05:26.772Z[ recovery-image] Aug 03 04:05:24.951 INFO O| Aug 03 04:05:24.951 INFO STEP 431 (remove_files) COMPLETE
51562024-08-03T04:05:26.772Z[ recovery-image] Aug 03 04:05:24.951 INFO O| Aug 03 04:05:24.951 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-08-03T04:05:26.781Z[ recovery-image] Aug 03 04:05:24.960 INFO O| Aug 03 04:05:24.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51582024-08-03T04:05:26.781Z[ recovery-image] Aug 03 04:05:24.960 INFO O| Aug 03 04:05:24.960 INFO STEP 432 (remove_files) COMPLETE
51592024-08-03T04:05:26.785Z[ recovery-image] Aug 03 04:05:24.961 INFO O| Aug 03 04:05:24.960 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-08-03T04:05:26.790Z[ recovery-image] Aug 03 04:05:24.969 INFO O| Aug 03 04:05:24.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51612024-08-03T04:05:26.790Z[ recovery-image] Aug 03 04:05:24.970 INFO O| Aug 03 04:05:24.970 INFO STEP 433 (remove_files) COMPLETE
51622024-08-03T04:05:26.793Z[ recovery-image] Aug 03 04:05:24.970 INFO O| Aug 03 04:05:24.970 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-08-03T04:05:26.801Z[ recovery-image] Aug 03 04:05:24.979 INFO O| Aug 03 04:05:24.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51642024-08-03T04:05:26.808Z[ recovery-image] Aug 03 04:05:24.979 INFO O| Aug 03 04:05:24.979 INFO STEP 434 (remove_files) COMPLETE
51652024-08-03T04:05:26.809Z[ recovery-image] Aug 03 04:05:24.979 INFO O| Aug 03 04:05:24.979 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-08-03T04:05:26.815Z[ recovery-image] Aug 03 04:05:24.988 INFO O| Aug 03 04:05:24.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51672024-08-03T04:05:26.816Z[ recovery-image] Aug 03 04:05:24.988 INFO O| Aug 03 04:05:24.988 INFO STEP 435 (remove_files) COMPLETE
51682024-08-03T04:05:26.816Z[ recovery-image] Aug 03 04:05:24.988 INFO O| Aug 03 04:05:24.988 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-08-03T04:05:26.819Z[ recovery-image] Aug 03 04:05:24.997 INFO O| Aug 03 04:05:24.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51702024-08-03T04:05:26.819Z[ recovery-image] Aug 03 04:05:24.997 INFO O| Aug 03 04:05:24.997 INFO STEP 436 (remove_files) COMPLETE
51712024-08-03T04:05:26.820Z[ recovery-image] Aug 03 04:05:24.997 INFO O| Aug 03 04:05:24.997 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-08-03T04:05:26.831Z[ recovery-image] Aug 03 04:05:25.006 INFO O| Aug 03 04:05:25.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51732024-08-03T04:05:26.832Z[ recovery-image] Aug 03 04:05:25.006 INFO O| Aug 03 04:05:25.006 INFO STEP 437 (remove_files) COMPLETE
51742024-08-03T04:05:26.839Z[ recovery-image] Aug 03 04:05:25.006 INFO O| Aug 03 04:05:25.006 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-08-03T04:05:26.839Z[ recovery-image] Aug 03 04:05:25.015 INFO O| Aug 03 04:05:25.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51762024-08-03T04:05:26.839Z[ recovery-image] Aug 03 04:05:25.015 INFO O| Aug 03 04:05:25.015 INFO STEP 438 (remove_files) COMPLETE
51772024-08-03T04:05:26.839Z[ recovery-image] Aug 03 04:05:25.015 INFO O| Aug 03 04:05:25.015 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-08-03T04:05:26.850Z[ recovery-image] Aug 03 04:05:25.024 INFO O| Aug 03 04:05:25.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51792024-08-03T04:05:26.850Z[ recovery-image] Aug 03 04:05:25.024 INFO O| Aug 03 04:05:25.024 INFO STEP 439 (remove_files) COMPLETE
51802024-08-03T04:05:26.850Z[ recovery-image] Aug 03 04:05:25.024 INFO O| Aug 03 04:05:25.024 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-08-03T04:05:26.858Z[ recovery-image] Aug 03 04:05:25.033 INFO O| Aug 03 04:05:25.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51822024-08-03T04:05:26.858Z[ recovery-image] Aug 03 04:05:25.033 INFO O| Aug 03 04:05:25.033 INFO STEP 440 (remove_files) COMPLETE
51832024-08-03T04:05:26.858Z[ recovery-image] Aug 03 04:05:25.033 INFO O| Aug 03 04:05:25.033 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-08-03T04:05:26.863Z[ recovery-image] Aug 03 04:05:25.042 INFO O| Aug 03 04:05:25.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
51852024-08-03T04:05:26.863Z[ recovery-image] Aug 03 04:05:25.042 INFO O| Aug 03 04:05:25.042 INFO STEP 441 (remove_files) COMPLETE
51862024-08-03T04:05:26.863Z[ recovery-image] Aug 03 04:05:25.042 INFO O| Aug 03 04:05:25.042 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-08-03T04:05:26.872Z[ recovery-image] Aug 03 04:05:25.051 INFO O| Aug 03 04:05:25.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
51882024-08-03T04:05:26.872Z[ recovery-image] Aug 03 04:05:25.051 INFO O| Aug 03 04:05:25.051 INFO STEP 442 (remove_files) COMPLETE
51892024-08-03T04:05:26.875Z[ recovery-image] Aug 03 04:05:25.051 INFO O| Aug 03 04:05:25.051 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-08-03T04:05:26.881Z[ recovery-image] Aug 03 04:05:25.060 INFO O| Aug 03 04:05:25.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
51912024-08-03T04:05:26.881Z[ recovery-image] Aug 03 04:05:25.060 INFO O| Aug 03 04:05:25.060 INFO STEP 443 (remove_files) COMPLETE
51922024-08-03T04:05:26.881Z[ recovery-image] Aug 03 04:05:25.060 INFO O| Aug 03 04:05:25.060 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-08-03T04:05:26.890Z[ recovery-image] Aug 03 04:05:25.069 INFO O| Aug 03 04:05:25.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
51942024-08-03T04:05:26.890Z[ recovery-image] Aug 03 04:05:25.069 INFO O| Aug 03 04:05:25.069 INFO STEP 444 (remove_files) COMPLETE
51952024-08-03T04:05:26.890Z[ recovery-image] Aug 03 04:05:25.069 INFO O| Aug 03 04:05:25.069 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-08-03T04:05:26.899Z[ recovery-image] Aug 03 04:05:25.078 INFO O| Aug 03 04:05:25.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
51972024-08-03T04:05:26.902Z[ recovery-image] Aug 03 04:05:25.078 INFO O| Aug 03 04:05:25.078 INFO STEP 445 (remove_files) COMPLETE
51982024-08-03T04:05:26.902Z[ recovery-image] Aug 03 04:05:25.078 INFO O| Aug 03 04:05:25.078 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-08-03T04:05:26.908Z[ recovery-image] Aug 03 04:05:25.087 INFO O| Aug 03 04:05:25.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52002024-08-03T04:05:26.911Z[ recovery-image] Aug 03 04:05:25.087 INFO O| Aug 03 04:05:25.087 INFO STEP 446 (remove_files) COMPLETE
52012024-08-03T04:05:26.911Z[ recovery-image] Aug 03 04:05:25.087 INFO O| Aug 03 04:05:25.087 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-08-03T04:05:26.917Z[ recovery-image] Aug 03 04:05:25.096 INFO O| Aug 03 04:05:25.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52032024-08-03T04:05:26.917Z[ recovery-image] Aug 03 04:05:25.096 INFO O| Aug 03 04:05:25.096 INFO STEP 447 (remove_files) COMPLETE
52042024-08-03T04:05:26.920Z[ recovery-image] Aug 03 04:05:25.096 INFO O| Aug 03 04:05:25.096 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-08-03T04:05:26.926Z[ recovery-image] Aug 03 04:05:25.105 INFO O| Aug 03 04:05:25.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52062024-08-03T04:05:26.926Z[ recovery-image] Aug 03 04:05:25.105 INFO O| Aug 03 04:05:25.105 INFO STEP 448 (remove_files) COMPLETE
52072024-08-03T04:05:26.929Z[ recovery-image] Aug 03 04:05:25.105 INFO O| Aug 03 04:05:25.105 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-08-03T04:05:26.935Z[ recovery-image] Aug 03 04:05:25.114 INFO O| Aug 03 04:05:25.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52092024-08-03T04:05:26.935Z[ recovery-image] Aug 03 04:05:25.114 INFO O| Aug 03 04:05:25.114 INFO STEP 449 (remove_files) COMPLETE
52102024-08-03T04:05:26.935Z[ recovery-image] Aug 03 04:05:25.114 INFO O| Aug 03 04:05:25.114 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-08-03T04:05:26.944Z[ recovery-image] Aug 03 04:05:25.123 INFO O| Aug 03 04:05:25.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52122024-08-03T04:05:26.944Z[ recovery-image] Aug 03 04:05:25.124 INFO O| Aug 03 04:05:25.124 INFO STEP 450 (remove_files) COMPLETE
52132024-08-03T04:05:26.944Z[ recovery-image] Aug 03 04:05:25.124 INFO O| Aug 03 04:05:25.124 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-08-03T04:05:26.954Z[ recovery-image] Aug 03 04:05:25.133 INFO O| Aug 03 04:05:25.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52152024-08-03T04:05:26.954Z[ recovery-image] Aug 03 04:05:25.133 INFO O| Aug 03 04:05:25.133 INFO STEP 451 (remove_files) COMPLETE
52162024-08-03T04:05:26.957Z[ recovery-image] Aug 03 04:05:25.133 INFO O| Aug 03 04:05:25.133 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-08-03T04:05:26.963Z[ recovery-image] Aug 03 04:05:25.142 INFO O| Aug 03 04:05:25.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52182024-08-03T04:05:26.969Z[ recovery-image] Aug 03 04:05:25.142 INFO O| Aug 03 04:05:25.142 INFO STEP 452 (remove_files) COMPLETE
52192024-08-03T04:05:26.969Z[ recovery-image] Aug 03 04:05:25.142 INFO O| Aug 03 04:05:25.142 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-08-03T04:05:26.993Z[ recovery-image] Aug 03 04:05:25.151 INFO O| Aug 03 04:05:25.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52212024-08-03T04:05:26.993Z[ recovery-image] Aug 03 04:05:25.151 INFO O| Aug 03 04:05:25.151 INFO STEP 453 (remove_files) COMPLETE
52222024-08-03T04:05:26.993Z[ recovery-image] Aug 03 04:05:25.151 INFO O| Aug 03 04:05:25.151 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-08-03T04:05:26.998Z[ recovery-image] Aug 03 04:05:25.160 INFO O| Aug 03 04:05:25.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52242024-08-03T04:05:26.998Z[ recovery-image] Aug 03 04:05:25.160 INFO O| Aug 03 04:05:25.160 INFO STEP 454 (remove_files) COMPLETE
52252024-08-03T04:05:26.998Z[ recovery-image] Aug 03 04:05:25.160 INFO O| Aug 03 04:05:25.160 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-08-03T04:05:26.998Z[ recovery-image] Aug 03 04:05:25.169 INFO O| Aug 03 04:05:25.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52272024-08-03T04:05:26.999Z[ recovery-image] Aug 03 04:05:25.169 INFO O| Aug 03 04:05:25.169 INFO STEP 455 (remove_files) COMPLETE
52282024-08-03T04:05:26.999Z[ recovery-image] Aug 03 04:05:25.169 INFO O| Aug 03 04:05:25.169 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-08-03T04:05:27.005Z[ recovery-image] Aug 03 04:05:25.178 INFO O| Aug 03 04:05:25.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52302024-08-03T04:05:27.006Z[ recovery-image] Aug 03 04:05:25.178 INFO O| Aug 03 04:05:25.178 INFO STEP 456 (remove_files) COMPLETE
52312024-08-03T04:05:27.006Z[ recovery-image] Aug 03 04:05:25.178 INFO O| Aug 03 04:05:25.178 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-08-03T04:05:27.009Z[ recovery-image] Aug 03 04:05:25.187 INFO O| Aug 03 04:05:25.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52332024-08-03T04:05:27.009Z[ recovery-image] Aug 03 04:05:25.187 INFO O| Aug 03 04:05:25.187 INFO STEP 457 (remove_files) COMPLETE
52342024-08-03T04:05:27.009Z[ recovery-image] Aug 03 04:05:25.187 INFO O| Aug 03 04:05:25.187 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-08-03T04:05:27.017Z[ recovery-image] Aug 03 04:05:25.196 INFO O| Aug 03 04:05:25.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52362024-08-03T04:05:27.018Z[ recovery-image] Aug 03 04:05:25.196 INFO O| Aug 03 04:05:25.196 INFO STEP 458 (remove_files) COMPLETE
52372024-08-03T04:05:27.018Z[ recovery-image] Aug 03 04:05:25.196 INFO O| Aug 03 04:05:25.196 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-08-03T04:05:27.027Z[ recovery-image] Aug 03 04:05:25.205 INFO O| Aug 03 04:05:25.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52392024-08-03T04:05:27.027Z[ recovery-image] Aug 03 04:05:25.205 INFO O| Aug 03 04:05:25.205 INFO STEP 459 (remove_files) COMPLETE
52402024-08-03T04:05:27.031Z[ recovery-image] Aug 03 04:05:25.205 INFO O| Aug 03 04:05:25.205 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-08-03T04:05:27.042Z[ recovery-image] Aug 03 04:05:25.214 INFO O| Aug 03 04:05:25.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52422024-08-03T04:05:27.043Z[ recovery-image] Aug 03 04:05:25.214 INFO O| Aug 03 04:05:25.214 INFO STEP 460 (remove_files) COMPLETE
52432024-08-03T04:05:27.043Z[ recovery-image] Aug 03 04:05:25.214 INFO O| Aug 03 04:05:25.214 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-08-03T04:05:27.051Z[ recovery-image] Aug 03 04:05:25.223 INFO O| Aug 03 04:05:25.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52452024-08-03T04:05:27.051Z[ recovery-image] Aug 03 04:05:25.223 INFO O| Aug 03 04:05:25.223 INFO STEP 461 (remove_files) COMPLETE
52462024-08-03T04:05:27.051Z[ recovery-image] Aug 03 04:05:25.223 INFO O| Aug 03 04:05:25.223 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-08-03T04:05:27.066Z[ recovery-image] Aug 03 04:05:25.232 INFO O| Aug 03 04:05:25.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52482024-08-03T04:05:27.067Z[ recovery-image] Aug 03 04:05:25.233 INFO O| Aug 03 04:05:25.233 INFO STEP 462 (remove_files) COMPLETE
52492024-08-03T04:05:27.067Z[ recovery-image] Aug 03 04:05:25.233 INFO O| Aug 03 04:05:25.233 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-08-03T04:05:27.073Z[ recovery-image] Aug 03 04:05:25.242 INFO O| Aug 03 04:05:25.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52512024-08-03T04:05:27.073Z[ recovery-image] Aug 03 04:05:25.242 INFO O| Aug 03 04:05:25.242 INFO STEP 463 (remove_files) COMPLETE
52522024-08-03T04:05:27.073Z[ recovery-image] Aug 03 04:05:25.242 INFO O| Aug 03 04:05:25.242 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-08-03T04:05:27.073Z[ recovery-image] Aug 03 04:05:25.251 INFO O| Aug 03 04:05:25.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52542024-08-03T04:05:27.073Z[ recovery-image] Aug 03 04:05:25.251 INFO O| Aug 03 04:05:25.251 INFO STEP 464 (remove_files) COMPLETE
52552024-08-03T04:05:27.073Z[ recovery-image] Aug 03 04:05:25.251 INFO O| Aug 03 04:05:25.251 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-08-03T04:05:27.083Z[ recovery-image] Aug 03 04:05:25.260 INFO O| Aug 03 04:05:25.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52572024-08-03T04:05:27.083Z[ recovery-image] Aug 03 04:05:25.260 INFO O| Aug 03 04:05:25.260 INFO STEP 465 (remove_files) COMPLETE
52582024-08-03T04:05:27.086Z[ recovery-image] Aug 03 04:05:25.260 INFO O| Aug 03 04:05:25.260 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-08-03T04:05:27.091Z[ recovery-image] Aug 03 04:05:25.270 INFO O| Aug 03 04:05:25.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52602024-08-03T04:05:27.091Z[ recovery-image] Aug 03 04:05:25.270 INFO O| Aug 03 04:05:25.270 INFO STEP 466 (remove_files) COMPLETE
52612024-08-03T04:05:27.091Z[ recovery-image] Aug 03 04:05:25.270 INFO O| Aug 03 04:05:25.270 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-08-03T04:05:27.100Z[ recovery-image] Aug 03 04:05:25.279 INFO O| Aug 03 04:05:25.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52632024-08-03T04:05:27.101Z[ recovery-image] Aug 03 04:05:25.279 INFO O| Aug 03 04:05:25.279 INFO STEP 467 (remove_files) COMPLETE
52642024-08-03T04:05:27.101Z[ recovery-image] Aug 03 04:05:25.279 INFO O| Aug 03 04:05:25.279 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-08-03T04:05:27.110Z[ recovery-image] Aug 03 04:05:25.289 INFO O| Aug 03 04:05:25.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52662024-08-03T04:05:27.110Z[ recovery-image] Aug 03 04:05:25.289 INFO O| Aug 03 04:05:25.289 INFO STEP 468 (remove_files) COMPLETE
52672024-08-03T04:05:27.113Z[ recovery-image] Aug 03 04:05:25.289 INFO O| Aug 03 04:05:25.289 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-08-03T04:05:27.119Z[ recovery-image] Aug 03 04:05:25.298 INFO O| Aug 03 04:05:25.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52692024-08-03T04:05:27.119Z[ recovery-image] Aug 03 04:05:25.298 INFO O| Aug 03 04:05:25.298 INFO STEP 469 (remove_files) COMPLETE
52702024-08-03T04:05:27.119Z[ recovery-image] Aug 03 04:05:25.298 INFO O| Aug 03 04:05:25.298 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-08-03T04:05:27.128Z[ recovery-image] Aug 03 04:05:25.307 INFO O| Aug 03 04:05:25.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52722024-08-03T04:05:27.128Z[ recovery-image] Aug 03 04:05:25.307 INFO O| Aug 03 04:05:25.307 INFO STEP 470 (remove_files) COMPLETE
52732024-08-03T04:05:27.131Z[ recovery-image] Aug 03 04:05:25.307 INFO O| Aug 03 04:05:25.307 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-08-03T04:05:27.137Z[ recovery-image] Aug 03 04:05:25.316 INFO O| Aug 03 04:05:25.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52752024-08-03T04:05:27.137Z[ recovery-image] Aug 03 04:05:25.316 INFO O| Aug 03 04:05:25.316 INFO STEP 471 (remove_files) COMPLETE
52762024-08-03T04:05:27.140Z[ recovery-image] Aug 03 04:05:25.316 INFO O| Aug 03 04:05:25.316 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-08-03T04:05:27.146Z[ recovery-image] Aug 03 04:05:25.325 INFO O| Aug 03 04:05:25.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52782024-08-03T04:05:27.146Z[ recovery-image] Aug 03 04:05:25.325 INFO O| Aug 03 04:05:25.325 INFO STEP 472 (remove_files) COMPLETE
52792024-08-03T04:05:27.149Z[ recovery-image] Aug 03 04:05:25.325 INFO O| Aug 03 04:05:25.325 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-08-03T04:05:27.155Z[ recovery-image] Aug 03 04:05:25.334 INFO O| Aug 03 04:05:25.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52812024-08-03T04:05:27.155Z[ recovery-image] Aug 03 04:05:25.334 INFO O| Aug 03 04:05:25.334 INFO STEP 473 (remove_files) COMPLETE
52822024-08-03T04:05:27.158Z[ recovery-image] Aug 03 04:05:25.334 INFO O| Aug 03 04:05:25.334 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-08-03T04:05:27.164Z[ recovery-image] Aug 03 04:05:25.343 INFO O| Aug 03 04:05:25.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
52842024-08-03T04:05:27.164Z[ recovery-image] Aug 03 04:05:25.343 INFO O| Aug 03 04:05:25.343 INFO STEP 474 (remove_files) COMPLETE
52852024-08-03T04:05:27.167Z[ recovery-image] Aug 03 04:05:25.343 INFO O| Aug 03 04:05:25.343 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-08-03T04:05:27.173Z[ recovery-image] Aug 03 04:05:25.352 INFO O| Aug 03 04:05:25.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
52872024-08-03T04:05:27.174Z[ recovery-image] Aug 03 04:05:25.352 INFO O| Aug 03 04:05:25.352 INFO STEP 475 (remove_files) COMPLETE
52882024-08-03T04:05:27.177Z[ recovery-image] Aug 03 04:05:25.352 INFO O| Aug 03 04:05:25.352 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-08-03T04:05:27.187Z[ recovery-image] Aug 03 04:05:25.361 INFO O| Aug 03 04:05:25.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
52902024-08-03T04:05:27.187Z[ recovery-image] Aug 03 04:05:25.361 INFO O| Aug 03 04:05:25.361 INFO STEP 476 (remove_files) COMPLETE
52912024-08-03T04:05:27.187Z[ recovery-image] Aug 03 04:05:25.361 INFO O| Aug 03 04:05:25.361 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-08-03T04:05:27.195Z[ recovery-image] Aug 03 04:05:25.371 INFO O| Aug 03 04:05:25.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
52932024-08-03T04:05:27.195Z[ recovery-image] Aug 03 04:05:25.371 INFO O| Aug 03 04:05:25.371 INFO STEP 477 (remove_files) COMPLETE
52942024-08-03T04:05:27.195Z[ recovery-image] Aug 03 04:05:25.371 INFO O| Aug 03 04:05:25.371 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-08-03T04:05:27.201Z[ recovery-image] Aug 03 04:05:25.380 INFO O| Aug 03 04:05:25.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
52962024-08-03T04:05:27.201Z[ recovery-image] Aug 03 04:05:25.380 INFO O| Aug 03 04:05:25.380 INFO STEP 478 (remove_files) COMPLETE
52972024-08-03T04:05:27.201Z[ recovery-image] Aug 03 04:05:25.380 INFO O| Aug 03 04:05:25.380 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-08-03T04:05:27.211Z[ recovery-image] Aug 03 04:05:25.389 INFO O| Aug 03 04:05:25.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
52992024-08-03T04:05:27.211Z[ recovery-image] Aug 03 04:05:25.389 INFO O| Aug 03 04:05:25.389 INFO STEP 479 (remove_files) COMPLETE
53002024-08-03T04:05:27.211Z[ recovery-image] Aug 03 04:05:25.389 INFO O| Aug 03 04:05:25.389 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-08-03T04:05:27.224Z[ recovery-image] Aug 03 04:05:25.398 INFO O| Aug 03 04:05:25.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53022024-08-03T04:05:27.224Z[ recovery-image] Aug 03 04:05:25.398 INFO O| Aug 03 04:05:25.398 INFO STEP 480 (remove_files) COMPLETE
53032024-08-03T04:05:27.235Z[ recovery-image] Aug 03 04:05:25.398 INFO O| Aug 03 04:05:25.398 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-08-03T04:05:27.235Z[ recovery-image] Aug 03 04:05:25.407 INFO O| Aug 03 04:05:25.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53052024-08-03T04:05:27.235Z[ recovery-image] Aug 03 04:05:25.407 INFO O| Aug 03 04:05:25.407 INFO STEP 481 (remove_files) COMPLETE
53062024-08-03T04:05:27.235Z[ recovery-image] Aug 03 04:05:25.407 INFO O| Aug 03 04:05:25.407 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-08-03T04:05:27.243Z[ recovery-image] Aug 03 04:05:25.417 INFO O| Aug 03 04:05:25.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53082024-08-03T04:05:27.243Z[ recovery-image] Aug 03 04:05:25.417 INFO O| Aug 03 04:05:25.417 INFO STEP 482 (remove_files) COMPLETE
53092024-08-03T04:05:27.243Z[ recovery-image] Aug 03 04:05:25.417 INFO O| Aug 03 04:05:25.417 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-08-03T04:05:27.248Z[ recovery-image] Aug 03 04:05:25.426 INFO O| Aug 03 04:05:25.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53112024-08-03T04:05:27.252Z[ recovery-image] Aug 03 04:05:25.426 INFO O| Aug 03 04:05:25.426 INFO STEP 483 (remove_files) COMPLETE
53122024-08-03T04:05:27.252Z[ recovery-image] Aug 03 04:05:25.426 INFO O| Aug 03 04:05:25.426 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-08-03T04:05:27.256Z[ recovery-image] Aug 03 04:05:25.435 INFO O| Aug 03 04:05:25.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53142024-08-03T04:05:27.259Z[ recovery-image] Aug 03 04:05:25.435 INFO O| Aug 03 04:05:25.435 INFO STEP 484 (remove_files) COMPLETE
53152024-08-03T04:05:27.259Z[ recovery-image] Aug 03 04:05:25.435 INFO O| Aug 03 04:05:25.435 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-08-03T04:05:27.265Z[ recovery-image] Aug 03 04:05:25.444 INFO O| Aug 03 04:05:25.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53172024-08-03T04:05:27.268Z[ recovery-image] Aug 03 04:05:25.444 INFO O| Aug 03 04:05:25.444 INFO STEP 485 (remove_files) COMPLETE
53182024-08-03T04:05:27.268Z[ recovery-image] Aug 03 04:05:25.444 INFO O| Aug 03 04:05:25.444 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-08-03T04:05:27.274Z[ recovery-image] Aug 03 04:05:25.453 INFO O| Aug 03 04:05:25.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53202024-08-03T04:05:27.277Z[ recovery-image] Aug 03 04:05:25.453 INFO O| Aug 03 04:05:25.453 INFO STEP 486 (remove_files) COMPLETE
53212024-08-03T04:05:27.277Z[ recovery-image] Aug 03 04:05:25.453 INFO O| Aug 03 04:05:25.453 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-08-03T04:05:27.283Z[ recovery-image] Aug 03 04:05:25.463 INFO O| Aug 03 04:05:25.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53232024-08-03T04:05:27.286Z[ recovery-image] Aug 03 04:05:25.463 INFO O| Aug 03 04:05:25.463 INFO STEP 487 (remove_files) COMPLETE
53242024-08-03T04:05:27.286Z[ recovery-image] Aug 03 04:05:25.463 INFO O| Aug 03 04:05:25.463 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-08-03T04:05:27.306Z[ recovery-image] Aug 03 04:05:25.481 INFO O| Aug 03 04:05:25.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53262024-08-03T04:05:27.306Z[ recovery-image] Aug 03 04:05:25.481 INFO O| Aug 03 04:05:25.479 INFO STEP 488 (remove_files) COMPLETE
53272024-08-03T04:05:27.306Z[ recovery-image] Aug 03 04:05:25.481 INFO O| Aug 03 04:05:25.479 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-08-03T04:05:27.317Z[ recovery-image] Aug 03 04:05:25.496 INFO O| Aug 03 04:05:25.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53292024-08-03T04:05:27.318Z[ recovery-image] Aug 03 04:05:25.497 INFO O| Aug 03 04:05:25.496 INFO STEP 489 (remove_files) COMPLETE
53302024-08-03T04:05:27.318Z[ recovery-image] Aug 03 04:05:25.497 INFO O| Aug 03 04:05:25.497 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-08-03T04:05:27.329Z[ recovery-image] Aug 03 04:05:25.508 INFO O| Aug 03 04:05:25.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53322024-08-03T04:05:27.332Z[ recovery-image] Aug 03 04:05:25.508 INFO O| Aug 03 04:05:25.508 INFO STEP 490 (remove_files) COMPLETE
53332024-08-03T04:05:27.332Z[ recovery-image] Aug 03 04:05:25.508 INFO O| Aug 03 04:05:25.508 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-08-03T04:05:27.340Z[ recovery-image] Aug 03 04:05:25.519 INFO O| Aug 03 04:05:25.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53352024-08-03T04:05:27.342Z[ recovery-image] Aug 03 04:05:25.519 INFO O| Aug 03 04:05:25.519 INFO STEP 491 (remove_files) COMPLETE
53362024-08-03T04:05:27.342Z[ recovery-image] Aug 03 04:05:25.519 INFO O| Aug 03 04:05:25.519 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-08-03T04:05:27.349Z[ recovery-image] Aug 03 04:05:25.528 INFO O| Aug 03 04:05:25.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53382024-08-03T04:05:27.353Z[ recovery-image] Aug 03 04:05:25.529 INFO O| Aug 03 04:05:25.529 INFO STEP 492 (remove_files) COMPLETE
53392024-08-03T04:05:27.353Z[ recovery-image] Aug 03 04:05:25.529 INFO O| Aug 03 04:05:25.529 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-08-03T04:05:27.359Z[ recovery-image] Aug 03 04:05:25.538 INFO O| Aug 03 04:05:25.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53412024-08-03T04:05:27.362Z[ recovery-image] Aug 03 04:05:25.538 INFO O| Aug 03 04:05:25.538 INFO STEP 493 (remove_files) COMPLETE
53422024-08-03T04:05:27.362Z[ recovery-image] Aug 03 04:05:25.538 INFO O| Aug 03 04:05:25.538 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-08-03T04:05:27.368Z[ recovery-image] Aug 03 04:05:25.547 INFO O| Aug 03 04:05:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53442024-08-03T04:05:27.368Z[ recovery-image] Aug 03 04:05:25.547 INFO O| Aug 03 04:05:25.547 INFO STEP 494 (remove_files) COMPLETE
53452024-08-03T04:05:27.371Z[ recovery-image] Aug 03 04:05:25.547 INFO O| Aug 03 04:05:25.547 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-08-03T04:05:27.377Z[ recovery-image] Aug 03 04:05:25.556 INFO O| Aug 03 04:05:25.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53472024-08-03T04:05:27.377Z[ recovery-image] Aug 03 04:05:25.556 INFO O| Aug 03 04:05:25.556 INFO STEP 495 (remove_files) COMPLETE
53482024-08-03T04:05:27.380Z[ recovery-image] Aug 03 04:05:25.556 INFO O| Aug 03 04:05:25.556 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-08-03T04:05:27.386Z[ recovery-image] Aug 03 04:05:25.565 INFO O| Aug 03 04:05:25.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53502024-08-03T04:05:27.386Z[ recovery-image] Aug 03 04:05:25.565 INFO O| Aug 03 04:05:25.565 INFO STEP 496 (remove_files) COMPLETE
53512024-08-03T04:05:27.386Z[ recovery-image] Aug 03 04:05:25.565 INFO O| Aug 03 04:05:25.565 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-08-03T04:05:27.395Z[ recovery-image] Aug 03 04:05:25.574 INFO O| Aug 03 04:05:25.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53532024-08-03T04:05:27.395Z[ recovery-image] Aug 03 04:05:25.575 INFO O| Aug 03 04:05:25.575 INFO STEP 497 (remove_files) COMPLETE
53542024-08-03T04:05:27.398Z[ recovery-image] Aug 03 04:05:25.575 INFO O| Aug 03 04:05:25.575 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-08-03T04:05:27.405Z[ recovery-image] Aug 03 04:05:25.584 INFO O| Aug 03 04:05:25.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53562024-08-03T04:05:27.405Z[ recovery-image] Aug 03 04:05:25.584 INFO O| Aug 03 04:05:25.584 INFO STEP 498 (remove_files) COMPLETE
53572024-08-03T04:05:27.405Z[ recovery-image] Aug 03 04:05:25.584 INFO O| Aug 03 04:05:25.584 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-08-03T04:05:27.415Z[ recovery-image] Aug 03 04:05:25.593 INFO O| Aug 03 04:05:25.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53592024-08-03T04:05:27.415Z[ recovery-image] Aug 03 04:05:25.593 INFO O| Aug 03 04:05:25.593 INFO STEP 499 (remove_files) COMPLETE
53602024-08-03T04:05:27.418Z[ recovery-image] Aug 03 04:05:25.593 INFO O| Aug 03 04:05:25.593 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-08-03T04:05:27.423Z[ recovery-image] Aug 03 04:05:25.602 INFO O| Aug 03 04:05:25.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53622024-08-03T04:05:27.423Z[ recovery-image] Aug 03 04:05:25.602 INFO O| Aug 03 04:05:25.602 INFO STEP 500 (remove_files) COMPLETE
53632024-08-03T04:05:27.423Z[ recovery-image] Aug 03 04:05:25.602 INFO O| Aug 03 04:05:25.602 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-08-03T04:05:27.432Z[ recovery-image] Aug 03 04:05:25.611 INFO O| Aug 03 04:05:25.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53652024-08-03T04:05:27.435Z[ recovery-image] Aug 03 04:05:25.611 INFO O| Aug 03 04:05:25.611 INFO STEP 501 (remove_files) COMPLETE
53662024-08-03T04:05:27.435Z[ recovery-image] Aug 03 04:05:25.611 INFO O| Aug 03 04:05:25.611 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-08-03T04:05:27.441Z[ recovery-image] Aug 03 04:05:25.620 INFO O| Aug 03 04:05:25.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53682024-08-03T04:05:27.441Z[ recovery-image] Aug 03 04:05:25.620 INFO O| Aug 03 04:05:25.620 INFO STEP 502 (remove_files) COMPLETE
53692024-08-03T04:05:27.441Z[ recovery-image] Aug 03 04:05:25.620 INFO O| Aug 03 04:05:25.620 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-08-03T04:05:27.450Z[ recovery-image] Aug 03 04:05:25.630 INFO O| Aug 03 04:05:25.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53712024-08-03T04:05:27.450Z[ recovery-image] Aug 03 04:05:25.630 INFO O| Aug 03 04:05:25.630 INFO STEP 503 (remove_files) COMPLETE
53722024-08-03T04:05:27.450Z[ recovery-image] Aug 03 04:05:25.630 INFO O| Aug 03 04:05:25.630 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-08-03T04:05:27.464Z[ recovery-image] Aug 03 04:05:25.638 INFO O| Aug 03 04:05:25.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53742024-08-03T04:05:27.464Z[ recovery-image] Aug 03 04:05:25.639 INFO O| Aug 03 04:05:25.638 INFO STEP 504 (remove_files) COMPLETE
53752024-08-03T04:05:27.471Z[ recovery-image] Aug 03 04:05:25.639 INFO O| Aug 03 04:05:25.638 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-08-03T04:05:27.471Z[ recovery-image] Aug 03 04:05:25.648 INFO O| Aug 03 04:05:25.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53772024-08-03T04:05:27.471Z[ recovery-image] Aug 03 04:05:25.648 INFO O| Aug 03 04:05:25.648 INFO STEP 505 (remove_files) COMPLETE
53782024-08-03T04:05:27.471Z[ recovery-image] Aug 03 04:05:25.648 INFO O| Aug 03 04:05:25.648 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-08-03T04:05:27.478Z[ recovery-image] Aug 03 04:05:25.657 INFO O| Aug 03 04:05:25.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53802024-08-03T04:05:27.486Z[ recovery-image] Aug 03 04:05:25.657 INFO O| Aug 03 04:05:25.657 INFO STEP 506 (remove_files) COMPLETE
53812024-08-03T04:05:27.486Z[ recovery-image] Aug 03 04:05:25.657 INFO O| Aug 03 04:05:25.657 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-08-03T04:05:27.499Z[ recovery-image] Aug 03 04:05:25.666 INFO O| Aug 03 04:05:25.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53832024-08-03T04:05:27.499Z[ recovery-image] Aug 03 04:05:25.666 INFO O| Aug 03 04:05:25.666 INFO STEP 507 (remove_files) COMPLETE
53842024-08-03T04:05:27.499Z[ recovery-image] Aug 03 04:05:25.666 INFO O| Aug 03 04:05:25.666 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-08-03T04:05:27.510Z[ recovery-image] Aug 03 04:05:25.675 INFO O| Aug 03 04:05:25.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
53862024-08-03T04:05:27.510Z[ recovery-image] Aug 03 04:05:25.675 INFO O| Aug 03 04:05:25.675 INFO STEP 508 (remove_files) COMPLETE
53872024-08-03T04:05:27.510Z[ recovery-image] Aug 03 04:05:25.675 INFO O| Aug 03 04:05:25.675 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-08-03T04:05:27.510Z[ recovery-image] Aug 03 04:05:25.684 INFO O| Aug 03 04:05:25.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
53892024-08-03T04:05:27.510Z[ recovery-image] Aug 03 04:05:25.684 INFO O| Aug 03 04:05:25.684 INFO STEP 509 (remove_files) COMPLETE
53902024-08-03T04:05:27.510Z[ recovery-image] Aug 03 04:05:25.684 INFO O| Aug 03 04:05:25.684 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-08-03T04:05:27.518Z[ recovery-image] Aug 03 04:05:25.693 INFO O| Aug 03 04:05:25.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
53922024-08-03T04:05:27.518Z[ recovery-image] Aug 03 04:05:25.693 INFO O| Aug 03 04:05:25.693 INFO STEP 510 (remove_files) COMPLETE
53932024-08-03T04:05:27.518Z[ recovery-image] Aug 03 04:05:25.693 INFO O| Aug 03 04:05:25.693 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-08-03T04:05:27.527Z[ recovery-image] Aug 03 04:05:25.702 INFO O| Aug 03 04:05:25.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
53952024-08-03T04:05:27.535Z[ recovery-image] Aug 03 04:05:25.702 INFO O| Aug 03 04:05:25.702 INFO STEP 511 (remove_files) COMPLETE
53962024-08-03T04:05:27.535Z[ recovery-image] Aug 03 04:05:25.702 INFO O| Aug 03 04:05:25.702 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-08-03T04:05:27.535Z[ recovery-image] Aug 03 04:05:25.711 INFO O| Aug 03 04:05:25.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
53982024-08-03T04:05:27.535Z[ recovery-image] Aug 03 04:05:25.711 INFO O| Aug 03 04:05:25.711 INFO STEP 512 (remove_files) COMPLETE
53992024-08-03T04:05:27.535Z[ recovery-image] Aug 03 04:05:25.711 INFO O| Aug 03 04:05:25.711 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-08-03T04:05:27.541Z[ recovery-image] Aug 03 04:05:25.720 INFO O| Aug 03 04:05:25.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
54012024-08-03T04:05:27.541Z[ recovery-image] Aug 03 04:05:25.720 INFO O| Aug 03 04:05:25.720 INFO STEP 513 (remove_files) COMPLETE
54022024-08-03T04:05:27.541Z[ recovery-image] Aug 03 04:05:25.720 INFO O| Aug 03 04:05:25.720 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-08-03T04:05:27.550Z[ recovery-image] Aug 03 04:05:25.729 INFO O| Aug 03 04:05:25.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54042024-08-03T04:05:27.550Z[ recovery-image] Aug 03 04:05:25.729 INFO O| Aug 03 04:05:25.729 INFO STEP 514 (remove_files) COMPLETE
54052024-08-03T04:05:27.553Z[ recovery-image] Aug 03 04:05:25.729 INFO O| Aug 03 04:05:25.729 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-08-03T04:05:27.559Z[ recovery-image] Aug 03 04:05:25.738 INFO O| Aug 03 04:05:25.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54072024-08-03T04:05:27.562Z[ recovery-image] Aug 03 04:05:25.738 INFO O| Aug 03 04:05:25.738 INFO STEP 515 (remove_files) COMPLETE
54082024-08-03T04:05:27.562Z[ recovery-image] Aug 03 04:05:25.738 INFO O| Aug 03 04:05:25.738 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-08-03T04:05:27.568Z[ recovery-image] Aug 03 04:05:25.747 INFO O| Aug 03 04:05:25.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54102024-08-03T04:05:27.568Z[ recovery-image] Aug 03 04:05:25.747 INFO O| Aug 03 04:05:25.747 INFO STEP 516 (remove_files) COMPLETE
54112024-08-03T04:05:27.571Z[ recovery-image] Aug 03 04:05:25.747 INFO O| Aug 03 04:05:25.747 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-08-03T04:05:27.578Z[ recovery-image] Aug 03 04:05:25.757 INFO O| Aug 03 04:05:25.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54132024-08-03T04:05:27.578Z[ recovery-image] Aug 03 04:05:25.757 INFO O| Aug 03 04:05:25.757 INFO STEP 517 (remove_files) COMPLETE
54142024-08-03T04:05:27.581Z[ recovery-image] Aug 03 04:05:25.757 INFO O| Aug 03 04:05:25.757 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-08-03T04:05:27.587Z[ recovery-image] Aug 03 04:05:25.766 INFO O| Aug 03 04:05:25.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54162024-08-03T04:05:27.587Z[ recovery-image] Aug 03 04:05:25.766 INFO O| Aug 03 04:05:25.766 INFO STEP 518 (remove_files) COMPLETE
54172024-08-03T04:05:27.590Z[ recovery-image] Aug 03 04:05:25.766 INFO O| Aug 03 04:05:25.766 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-08-03T04:05:27.596Z[ recovery-image] Aug 03 04:05:25.775 INFO O| Aug 03 04:05:25.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54192024-08-03T04:05:27.596Z[ recovery-image] Aug 03 04:05:25.775 INFO O| Aug 03 04:05:25.775 INFO STEP 519 (remove_files) COMPLETE
54202024-08-03T04:05:27.599Z[ recovery-image] Aug 03 04:05:25.775 INFO O| Aug 03 04:05:25.775 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-08-03T04:05:27.605Z[ recovery-image] Aug 03 04:05:25.784 INFO O| Aug 03 04:05:25.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54222024-08-03T04:05:27.605Z[ recovery-image] Aug 03 04:05:25.784 INFO O| Aug 03 04:05:25.784 INFO STEP 520 (remove_files) COMPLETE
54232024-08-03T04:05:27.605Z[ recovery-image] Aug 03 04:05:25.784 INFO O| Aug 03 04:05:25.784 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-08-03T04:05:27.614Z[ recovery-image] Aug 03 04:05:25.793 INFO O| Aug 03 04:05:25.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54252024-08-03T04:05:27.614Z[ recovery-image] Aug 03 04:05:25.793 INFO O| Aug 03 04:05:25.793 INFO STEP 521 (remove_files) COMPLETE
54262024-08-03T04:05:27.617Z[ recovery-image] Aug 03 04:05:25.793 INFO O| Aug 03 04:05:25.793 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-08-03T04:05:27.623Z[ recovery-image] Aug 03 04:05:25.802 INFO O| Aug 03 04:05:25.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54282024-08-03T04:05:27.623Z[ recovery-image] Aug 03 04:05:25.802 INFO O| Aug 03 04:05:25.802 INFO STEP 522 (remove_files) COMPLETE
54292024-08-03T04:05:27.626Z[ recovery-image] Aug 03 04:05:25.802 INFO O| Aug 03 04:05:25.802 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-08-03T04:05:27.632Z[ recovery-image] Aug 03 04:05:25.811 INFO O| Aug 03 04:05:25.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54312024-08-03T04:05:27.635Z[ recovery-image] Aug 03 04:05:25.811 INFO O| Aug 03 04:05:25.811 INFO STEP 523 (remove_files) COMPLETE
54322024-08-03T04:05:27.635Z[ recovery-image] Aug 03 04:05:25.811 INFO O| Aug 03 04:05:25.811 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-08-03T04:05:27.642Z[ recovery-image] Aug 03 04:05:25.821 INFO O| Aug 03 04:05:25.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54342024-08-03T04:05:27.642Z[ recovery-image] Aug 03 04:05:25.821 INFO O| Aug 03 04:05:25.821 INFO STEP 524 (remove_files) COMPLETE
54352024-08-03T04:05:27.642Z[ recovery-image] Aug 03 04:05:25.821 INFO O| Aug 03 04:05:25.821 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-08-03T04:05:27.652Z[ recovery-image] Aug 03 04:05:25.831 INFO O| Aug 03 04:05:25.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54372024-08-03T04:05:27.652Z[ recovery-image] Aug 03 04:05:25.831 INFO O| Aug 03 04:05:25.831 INFO STEP 525 (remove_files) COMPLETE
54382024-08-03T04:05:27.652Z[ recovery-image] Aug 03 04:05:25.831 INFO O| Aug 03 04:05:25.831 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-08-03T04:05:27.661Z[ recovery-image] Aug 03 04:05:25.840 INFO O| Aug 03 04:05:25.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54402024-08-03T04:05:27.661Z[ recovery-image] Aug 03 04:05:25.840 INFO O| Aug 03 04:05:25.840 INFO STEP 526 (remove_files) COMPLETE
54412024-08-03T04:05:27.661Z[ recovery-image] Aug 03 04:05:25.840 INFO O| Aug 03 04:05:25.840 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-08-03T04:05:27.670Z[ recovery-image] Aug 03 04:05:25.849 INFO O| Aug 03 04:05:25.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54432024-08-03T04:05:27.673Z[ recovery-image] Aug 03 04:05:25.849 INFO O| Aug 03 04:05:25.849 INFO STEP 527 (remove_files) COMPLETE
54442024-08-03T04:05:27.673Z[ recovery-image] Aug 03 04:05:25.849 INFO O| Aug 03 04:05:25.849 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-08-03T04:05:27.679Z[ recovery-image] Aug 03 04:05:25.859 INFO O| Aug 03 04:05:25.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54462024-08-03T04:05:27.680Z[ recovery-image] Aug 03 04:05:25.859 INFO O| Aug 03 04:05:25.859 INFO STEP 528 (remove_files) COMPLETE
54472024-08-03T04:05:27.680Z[ recovery-image] Aug 03 04:05:25.859 INFO O| Aug 03 04:05:25.859 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-08-03T04:05:27.692Z[ recovery-image] Aug 03 04:05:25.868 INFO O| Aug 03 04:05:25.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54492024-08-03T04:05:27.695Z[ recovery-image] Aug 03 04:05:25.868 INFO O| Aug 03 04:05:25.868 INFO STEP 529 (remove_files) COMPLETE
54502024-08-03T04:05:27.695Z[ recovery-image] Aug 03 04:05:25.868 INFO O| Aug 03 04:05:25.868 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-08-03T04:05:27.698Z[ recovery-image] Aug 03 04:05:25.877 INFO O| Aug 03 04:05:25.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54522024-08-03T04:05:27.698Z[ recovery-image] Aug 03 04:05:25.877 INFO O| Aug 03 04:05:25.877 INFO STEP 530 (remove_files) COMPLETE
54532024-08-03T04:05:27.698Z[ recovery-image] Aug 03 04:05:25.877 INFO O| Aug 03 04:05:25.877 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-08-03T04:05:27.711Z[ recovery-image] Aug 03 04:05:25.886 INFO O| Aug 03 04:05:25.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54552024-08-03T04:05:27.711Z[ recovery-image] Aug 03 04:05:25.886 INFO O| Aug 03 04:05:25.886 INFO STEP 531 (remove_files) COMPLETE
54562024-08-03T04:05:27.719Z[ recovery-image] Aug 03 04:05:25.886 INFO O| Aug 03 04:05:25.886 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-08-03T04:05:27.719Z[ recovery-image] Aug 03 04:05:25.895 INFO O| Aug 03 04:05:25.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54582024-08-03T04:05:27.719Z[ recovery-image] Aug 03 04:05:25.895 INFO O| Aug 03 04:05:25.895 INFO STEP 532 (remove_files) COMPLETE
54592024-08-03T04:05:27.719Z[ recovery-image] Aug 03 04:05:25.895 INFO O| Aug 03 04:05:25.895 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-08-03T04:05:27.726Z[ recovery-image] Aug 03 04:05:25.905 INFO O| Aug 03 04:05:25.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54612024-08-03T04:05:27.727Z[ recovery-image] Aug 03 04:05:25.905 INFO O| Aug 03 04:05:25.905 INFO STEP 533 (remove_files) COMPLETE
54622024-08-03T04:05:27.730Z[ recovery-image] Aug 03 04:05:25.905 INFO O| Aug 03 04:05:25.905 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-08-03T04:05:27.739Z[ recovery-image] Aug 03 04:05:25.914 INFO O| Aug 03 04:05:25.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54642024-08-03T04:05:27.746Z[ recovery-image] Aug 03 04:05:25.914 INFO O| Aug 03 04:05:25.914 INFO STEP 534 (remove_files) COMPLETE
54652024-08-03T04:05:27.746Z[ recovery-image] Aug 03 04:05:25.914 INFO O| Aug 03 04:05:25.914 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-08-03T04:05:27.746Z[ recovery-image] Aug 03 04:05:25.923 INFO O| Aug 03 04:05:25.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54672024-08-03T04:05:27.746Z[ recovery-image] Aug 03 04:05:25.923 INFO O| Aug 03 04:05:25.923 INFO STEP 535 (remove_files) COMPLETE
54682024-08-03T04:05:27.746Z[ recovery-image] Aug 03 04:05:25.923 INFO O| Aug 03 04:05:25.923 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-08-03T04:05:27.757Z[ recovery-image] Aug 03 04:05:25.932 INFO O| Aug 03 04:05:25.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54702024-08-03T04:05:27.769Z[ recovery-image] Aug 03 04:05:25.932 INFO O| Aug 03 04:05:25.932 INFO STEP 536 (remove_files) COMPLETE
54712024-08-03T04:05:27.769Z[ recovery-image] Aug 03 04:05:25.932 INFO O| Aug 03 04:05:25.932 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-08-03T04:05:27.769Z[ recovery-image] Aug 03 04:05:25.942 INFO O| Aug 03 04:05:25.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54732024-08-03T04:05:27.770Z[ recovery-image] Aug 03 04:05:25.942 INFO O| Aug 03 04:05:25.942 INFO STEP 537 (remove_files) COMPLETE
54742024-08-03T04:05:27.770Z[ recovery-image] Aug 03 04:05:25.942 INFO O| Aug 03 04:05:25.942 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-08-03T04:05:27.775Z[ recovery-image] Aug 03 04:05:25.951 INFO O| Aug 03 04:05:25.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54762024-08-03T04:05:27.775Z[ recovery-image] Aug 03 04:05:25.951 INFO O| Aug 03 04:05:25.951 INFO STEP 538 (remove_files) COMPLETE
54772024-08-03T04:05:27.775Z[ recovery-image] Aug 03 04:05:25.951 INFO O| Aug 03 04:05:25.951 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-08-03T04:05:27.782Z[ recovery-image] Aug 03 04:05:25.960 INFO O| Aug 03 04:05:25.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54792024-08-03T04:05:27.785Z[ recovery-image] Aug 03 04:05:25.960 INFO O| Aug 03 04:05:25.960 INFO STEP 539 (remove_files) COMPLETE
54802024-08-03T04:05:27.785Z[ recovery-image] Aug 03 04:05:25.960 INFO O| Aug 03 04:05:25.960 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-08-03T04:05:27.790Z[ recovery-image] Aug 03 04:05:25.969 INFO O| Aug 03 04:05:25.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54822024-08-03T04:05:27.790Z[ recovery-image] Aug 03 04:05:25.969 INFO O| Aug 03 04:05:25.969 INFO STEP 540 (remove_files) COMPLETE
54832024-08-03T04:05:27.793Z[ recovery-image] Aug 03 04:05:25.969 INFO O| Aug 03 04:05:25.969 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-08-03T04:05:27.800Z[ recovery-image] Aug 03 04:05:25.979 INFO O| Aug 03 04:05:25.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54852024-08-03T04:05:27.800Z[ recovery-image] Aug 03 04:05:25.979 INFO O| Aug 03 04:05:25.979 INFO STEP 541 (remove_files) COMPLETE
54862024-08-03T04:05:27.800Z[ recovery-image] Aug 03 04:05:25.979 INFO O| Aug 03 04:05:25.979 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-08-03T04:05:27.809Z[ recovery-image] Aug 03 04:05:25.988 INFO O| Aug 03 04:05:25.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
54882024-08-03T04:05:27.809Z[ recovery-image] Aug 03 04:05:25.988 INFO O| Aug 03 04:05:25.988 INFO STEP 542 (remove_files) COMPLETE
54892024-08-03T04:05:27.812Z[ recovery-image] Aug 03 04:05:25.988 INFO O| Aug 03 04:05:25.988 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-08-03T04:05:27.818Z[ recovery-image] Aug 03 04:05:25.997 INFO O| Aug 03 04:05:25.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
54912024-08-03T04:05:27.818Z[ recovery-image] Aug 03 04:05:25.997 INFO O| Aug 03 04:05:25.997 INFO STEP 543 (remove_files) COMPLETE
54922024-08-03T04:05:27.821Z[ recovery-image] Aug 03 04:05:25.997 INFO O| Aug 03 04:05:25.997 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-08-03T04:05:27.829Z[ recovery-image] Aug 03 04:05:26.008 INFO O| Aug 03 04:05:26.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
54942024-08-03T04:05:27.829Z[ recovery-image] Aug 03 04:05:26.008 INFO O| Aug 03 04:05:26.008 INFO STEP 544 (remove_files) COMPLETE
54952024-08-03T04:05:27.829Z[ recovery-image] Aug 03 04:05:26.008 INFO O| Aug 03 04:05:26.008 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-08-03T04:05:27.839Z[ recovery-image] Aug 03 04:05:26.018 INFO O| Aug 03 04:05:26.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
54972024-08-03T04:05:27.842Z[ recovery-image] Aug 03 04:05:26.018 INFO O| Aug 03 04:05:26.018 INFO STEP 545 (remove_files) COMPLETE
54982024-08-03T04:05:27.842Z[ recovery-image] Aug 03 04:05:26.018 INFO O| Aug 03 04:05:26.018 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-08-03T04:05:27.849Z[ recovery-image] Aug 03 04:05:26.028 INFO O| Aug 03 04:05:26.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55002024-08-03T04:05:27.852Z[ recovery-image] Aug 03 04:05:26.028 INFO O| Aug 03 04:05:26.028 INFO STEP 546 (remove_files) COMPLETE
55012024-08-03T04:05:27.852Z[ recovery-image] Aug 03 04:05:26.028 INFO O| Aug 03 04:05:26.028 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-08-03T04:05:27.859Z[ recovery-image] Aug 03 04:05:26.038 INFO O| Aug 03 04:05:26.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55032024-08-03T04:05:27.859Z[ recovery-image] Aug 03 04:05:26.038 INFO O| Aug 03 04:05:26.038 INFO STEP 547 (remove_files) COMPLETE
55042024-08-03T04:05:27.862Z[ recovery-image] Aug 03 04:05:26.038 INFO O| Aug 03 04:05:26.038 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-08-03T04:05:27.869Z[ recovery-image] Aug 03 04:05:26.048 INFO O| Aug 03 04:05:26.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55062024-08-03T04:05:27.869Z[ recovery-image] Aug 03 04:05:26.048 INFO O| Aug 03 04:05:26.048 INFO STEP 548 (remove_files) COMPLETE
55072024-08-03T04:05:27.869Z[ recovery-image] Aug 03 04:05:26.048 INFO O| Aug 03 04:05:26.048 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-08-03T04:05:27.878Z[ recovery-image] Aug 03 04:05:26.057 INFO O| Aug 03 04:05:26.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55092024-08-03T04:05:27.882Z[ recovery-image] Aug 03 04:05:26.057 INFO O| Aug 03 04:05:26.057 INFO STEP 549 (remove_files) COMPLETE
55102024-08-03T04:05:27.882Z[ recovery-image] Aug 03 04:05:26.057 INFO O| Aug 03 04:05:26.057 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-08-03T04:05:27.888Z[ recovery-image] Aug 03 04:05:26.067 INFO O| Aug 03 04:05:26.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55122024-08-03T04:05:27.888Z[ recovery-image] Aug 03 04:05:26.067 INFO O| Aug 03 04:05:26.067 INFO STEP 550 (remove_files) COMPLETE
55132024-08-03T04:05:27.899Z[ recovery-image] Aug 03 04:05:26.067 INFO O| Aug 03 04:05:26.067 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-08-03T04:05:27.906Z[ recovery-image] Aug 03 04:05:26.076 INFO O| Aug 03 04:05:26.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55152024-08-03T04:05:27.906Z[ recovery-image] Aug 03 04:05:26.076 INFO O| Aug 03 04:05:26.076 INFO STEP 551 (remove_files) COMPLETE
55162024-08-03T04:05:27.907Z[ recovery-image] Aug 03 04:05:26.076 INFO O| Aug 03 04:05:26.076 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-08-03T04:05:27.911Z[ recovery-image] Aug 03 04:05:26.085 INFO O| Aug 03 04:05:26.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55182024-08-03T04:05:27.911Z[ recovery-image] Aug 03 04:05:26.085 INFO O| Aug 03 04:05:26.085 INFO STEP 552 (remove_files) COMPLETE
55192024-08-03T04:05:27.911Z[ recovery-image] Aug 03 04:05:26.085 INFO O| Aug 03 04:05:26.085 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-08-03T04:05:27.920Z[ recovery-image] Aug 03 04:05:26.094 INFO O| Aug 03 04:05:26.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55212024-08-03T04:05:27.920Z[ recovery-image] Aug 03 04:05:26.095 INFO O| Aug 03 04:05:26.095 INFO STEP 553 (remove_files) COMPLETE
55222024-08-03T04:05:27.931Z[ recovery-image] Aug 03 04:05:26.095 INFO O| Aug 03 04:05:26.095 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-08-03T04:05:27.931Z[ recovery-image] Aug 03 04:05:26.104 INFO O| Aug 03 04:05:26.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55242024-08-03T04:05:27.931Z[ recovery-image] Aug 03 04:05:26.104 INFO O| Aug 03 04:05:26.104 INFO STEP 554 (remove_files) COMPLETE
55252024-08-03T04:05:27.931Z[ recovery-image] Aug 03 04:05:26.104 INFO O| Aug 03 04:05:26.104 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-08-03T04:05:27.943Z[ recovery-image] Aug 03 04:05:26.113 INFO O| Aug 03 04:05:26.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55272024-08-03T04:05:27.943Z[ recovery-image] Aug 03 04:05:26.114 INFO O| Aug 03 04:05:26.114 INFO STEP 555 (remove_files) COMPLETE
55282024-08-03T04:05:27.943Z[ recovery-image] Aug 03 04:05:26.114 INFO O| Aug 03 04:05:26.114 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-08-03T04:05:27.954Z[ recovery-image] Aug 03 04:05:26.123 INFO O| Aug 03 04:05:26.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55302024-08-03T04:05:27.954Z[ recovery-image] Aug 03 04:05:26.124 INFO O| Aug 03 04:05:26.124 INFO STEP 556 (remove_files) COMPLETE
55312024-08-03T04:05:27.955Z[ recovery-image] Aug 03 04:05:26.124 INFO O| Aug 03 04:05:26.124 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-08-03T04:05:27.964Z[ recovery-image] Aug 03 04:05:26.133 INFO O| Aug 03 04:05:26.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55332024-08-03T04:05:27.964Z[ recovery-image] Aug 03 04:05:26.134 INFO O| Aug 03 04:05:26.134 INFO STEP 557 (remove_files) COMPLETE
55342024-08-03T04:05:27.964Z[ recovery-image] Aug 03 04:05:26.134 INFO O| Aug 03 04:05:26.134 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-08-03T04:05:27.968Z[ recovery-image] Aug 03 04:05:26.143 INFO O| Aug 03 04:05:26.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55362024-08-03T04:05:27.968Z[ recovery-image] Aug 03 04:05:26.143 INFO O| Aug 03 04:05:26.143 INFO STEP 558 (remove_files) COMPLETE
55372024-08-03T04:05:27.968Z[ recovery-image] Aug 03 04:05:26.143 INFO O| Aug 03 04:05:26.143 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-08-03T04:05:27.973Z[ recovery-image] Aug 03 04:05:26.152 INFO O| Aug 03 04:05:26.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55392024-08-03T04:05:27.973Z[ recovery-image] Aug 03 04:05:26.152 INFO O| Aug 03 04:05:26.152 INFO STEP 559 (remove_files) COMPLETE
55402024-08-03T04:05:27.973Z[ recovery-image] Aug 03 04:05:26.152 INFO O| Aug 03 04:05:26.152 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-08-03T04:05:27.983Z[ recovery-image] Aug 03 04:05:26.161 INFO O| Aug 03 04:05:26.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55422024-08-03T04:05:27.985Z[ recovery-image] Aug 03 04:05:26.161 INFO O| Aug 03 04:05:26.161 INFO STEP 560 (remove_files) COMPLETE
55432024-08-03T04:05:27.985Z[ recovery-image] Aug 03 04:05:26.161 INFO O| Aug 03 04:05:26.161 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-08-03T04:05:27.992Z[ recovery-image] Aug 03 04:05:26.171 INFO O| Aug 03 04:05:26.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55452024-08-03T04:05:27.992Z[ recovery-image] Aug 03 04:05:26.171 INFO O| Aug 03 04:05:26.171 INFO STEP 561 (remove_files) COMPLETE
55462024-08-03T04:05:27.996Z[ recovery-image] Aug 03 04:05:26.171 INFO O| Aug 03 04:05:26.171 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-08-03T04:05:28.001Z[ recovery-image] Aug 03 04:05:26.180 INFO O| Aug 03 04:05:26.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55482024-08-03T04:05:28.001Z[ recovery-image] Aug 03 04:05:26.180 INFO O| Aug 03 04:05:26.180 INFO STEP 562 (remove_files) COMPLETE
55492024-08-03T04:05:28.001Z[ recovery-image] Aug 03 04:05:26.180 INFO O| Aug 03 04:05:26.180 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-08-03T04:05:28.010Z[ recovery-image] Aug 03 04:05:26.189 INFO O| Aug 03 04:05:26.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55512024-08-03T04:05:28.015Z[ recovery-image] Aug 03 04:05:26.189 INFO O| Aug 03 04:05:26.189 INFO STEP 563 (remove_files) COMPLETE
55522024-08-03T04:05:28.015Z[ recovery-image] Aug 03 04:05:26.189 INFO O| Aug 03 04:05:26.189 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-08-03T04:05:28.020Z[ recovery-image] Aug 03 04:05:26.199 INFO O| Aug 03 04:05:26.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55542024-08-03T04:05:28.020Z[ recovery-image] Aug 03 04:05:26.199 INFO O| Aug 03 04:05:26.199 INFO STEP 564 (remove_files) COMPLETE
55552024-08-03T04:05:28.020Z[ recovery-image] Aug 03 04:05:26.199 INFO O| Aug 03 04:05:26.199 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-08-03T04:05:28.029Z[ recovery-image] Aug 03 04:05:26.208 INFO O| Aug 03 04:05:26.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55572024-08-03T04:05:28.029Z[ recovery-image] Aug 03 04:05:26.208 INFO O| Aug 03 04:05:26.208 INFO STEP 565 (remove_files) COMPLETE
55582024-08-03T04:05:28.029Z[ recovery-image] Aug 03 04:05:26.208 INFO O| Aug 03 04:05:26.208 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-08-03T04:05:28.039Z[ recovery-image] Aug 03 04:05:26.218 INFO O| Aug 03 04:05:26.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55602024-08-03T04:05:28.042Z[ recovery-image] Aug 03 04:05:26.218 INFO O| Aug 03 04:05:26.218 INFO STEP 566 (remove_files) COMPLETE
55612024-08-03T04:05:28.042Z[ recovery-image] Aug 03 04:05:26.219 INFO O| Aug 03 04:05:26.218 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-08-03T04:05:28.050Z[ recovery-image] Aug 03 04:05:26.229 INFO O| Aug 03 04:05:26.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55632024-08-03T04:05:28.053Z[ recovery-image] Aug 03 04:05:26.229 INFO O| Aug 03 04:05:26.229 INFO STEP 567 (remove_files) COMPLETE
55642024-08-03T04:05:28.053Z[ recovery-image] Aug 03 04:05:26.229 INFO O| Aug 03 04:05:26.229 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-08-03T04:05:28.060Z[ recovery-image] Aug 03 04:05:26.239 INFO O| Aug 03 04:05:26.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55662024-08-03T04:05:28.060Z[ recovery-image] Aug 03 04:05:26.239 INFO O| Aug 03 04:05:26.239 INFO STEP 568 (remove_files) COMPLETE
55672024-08-03T04:05:28.064Z[ recovery-image] Aug 03 04:05:26.239 INFO O| Aug 03 04:05:26.239 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-08-03T04:05:28.070Z[ recovery-image] Aug 03 04:05:26.248 INFO O| Aug 03 04:05:26.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55692024-08-03T04:05:28.070Z[ recovery-image] Aug 03 04:05:26.249 INFO O| Aug 03 04:05:26.248 INFO STEP 569 (remove_files) COMPLETE
55702024-08-03T04:05:28.073Z[ recovery-image] Aug 03 04:05:26.249 INFO O| Aug 03 04:05:26.249 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-08-03T04:05:28.084Z[ recovery-image] Aug 03 04:05:26.258 INFO O| Aug 03 04:05:26.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55722024-08-03T04:05:28.084Z[ recovery-image] Aug 03 04:05:26.258 INFO O| Aug 03 04:05:26.258 INFO STEP 570 (remove_files) COMPLETE
55732024-08-03T04:05:28.084Z[ recovery-image] Aug 03 04:05:26.258 INFO O| Aug 03 04:05:26.258 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-08-03T04:05:28.096Z[ recovery-image] Aug 03 04:05:26.267 INFO O| Aug 03 04:05:26.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55752024-08-03T04:05:28.096Z[ recovery-image] Aug 03 04:05:26.267 INFO O| Aug 03 04:05:26.267 INFO STEP 571 (remove_files) COMPLETE
55762024-08-03T04:05:28.096Z[ recovery-image] Aug 03 04:05:26.267 INFO O| Aug 03 04:05:26.267 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-08-03T04:05:28.104Z[ recovery-image] Aug 03 04:05:26.277 INFO O| Aug 03 04:05:26.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55782024-08-03T04:05:28.104Z[ recovery-image] Aug 03 04:05:26.277 INFO O| Aug 03 04:05:26.277 INFO STEP 572 (remove_files) COMPLETE
55792024-08-03T04:05:28.104Z[ recovery-image] Aug 03 04:05:26.277 INFO O| Aug 03 04:05:26.277 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-08-03T04:05:28.108Z[ recovery-image] Aug 03 04:05:26.286 INFO O| Aug 03 04:05:26.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55812024-08-03T04:05:28.108Z[ recovery-image] Aug 03 04:05:26.286 INFO O| Aug 03 04:05:26.286 INFO STEP 573 (remove_files) COMPLETE
55822024-08-03T04:05:28.108Z[ recovery-image] Aug 03 04:05:26.286 INFO O| Aug 03 04:05:26.286 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-08-03T04:05:28.121Z[ recovery-image] Aug 03 04:05:26.296 INFO O| Aug 03 04:05:26.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55842024-08-03T04:05:28.121Z[ recovery-image] Aug 03 04:05:26.296 INFO O| Aug 03 04:05:26.296 INFO STEP 574 (remove_files) COMPLETE
55852024-08-03T04:05:28.121Z[ recovery-image] Aug 03 04:05:26.296 INFO O| Aug 03 04:05:26.296 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-08-03T04:05:28.132Z[ recovery-image] Aug 03 04:05:26.305 INFO O| Aug 03 04:05:26.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
55872024-08-03T04:05:28.132Z[ recovery-image] Aug 03 04:05:26.305 INFO O| Aug 03 04:05:26.305 INFO STEP 575 (remove_files) COMPLETE
55882024-08-03T04:05:28.132Z[ recovery-image] Aug 03 04:05:26.305 INFO O| Aug 03 04:05:26.305 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-08-03T04:05:28.140Z[ recovery-image] Aug 03 04:05:26.314 INFO O| Aug 03 04:05:26.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
55902024-08-03T04:05:28.140Z[ recovery-image] Aug 03 04:05:26.314 INFO O| Aug 03 04:05:26.314 INFO STEP 576 (remove_files) COMPLETE
55912024-08-03T04:05:28.140Z[ recovery-image] Aug 03 04:05:26.314 INFO O| Aug 03 04:05:26.314 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-08-03T04:05:28.145Z[ recovery-image] Aug 03 04:05:26.324 INFO O| Aug 03 04:05:26.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
55932024-08-03T04:05:28.145Z[ recovery-image] Aug 03 04:05:26.324 INFO O| Aug 03 04:05:26.324 INFO STEP 577 (remove_files) COMPLETE
55942024-08-03T04:05:28.150Z[ recovery-image] Aug 03 04:05:26.324 INFO O| Aug 03 04:05:26.324 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-08-03T04:05:28.154Z[ recovery-image] Aug 03 04:05:26.333 INFO O| Aug 03 04:05:26.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
55962024-08-03T04:05:28.154Z[ recovery-image] Aug 03 04:05:26.333 INFO O| Aug 03 04:05:26.333 INFO STEP 578 (remove_files) COMPLETE
55972024-08-03T04:05:28.157Z[ recovery-image] Aug 03 04:05:26.333 INFO O| Aug 03 04:05:26.333 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-08-03T04:05:28.163Z[ recovery-image] Aug 03 04:05:26.342 INFO O| Aug 03 04:05:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
55992024-08-03T04:05:28.163Z[ recovery-image] Aug 03 04:05:26.342 INFO O| Aug 03 04:05:26.342 INFO STEP 579 (remove_files) COMPLETE
56002024-08-03T04:05:28.163Z[ recovery-image] Aug 03 04:05:26.342 INFO O| Aug 03 04:05:26.342 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-08-03T04:05:28.172Z[ recovery-image] Aug 03 04:05:26.351 INFO O| Aug 03 04:05:26.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56022024-08-03T04:05:28.172Z[ recovery-image] Aug 03 04:05:26.351 INFO O| Aug 03 04:05:26.351 INFO STEP 580 (remove_files) COMPLETE
56032024-08-03T04:05:28.172Z[ recovery-image] Aug 03 04:05:26.351 INFO O| Aug 03 04:05:26.351 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-08-03T04:05:28.181Z[ recovery-image] Aug 03 04:05:26.360 INFO O| Aug 03 04:05:26.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56052024-08-03T04:05:28.181Z[ recovery-image] Aug 03 04:05:26.360 INFO O| Aug 03 04:05:26.360 INFO STEP 581 (remove_files) COMPLETE
56062024-08-03T04:05:28.184Z[ recovery-image] Aug 03 04:05:26.360 INFO O| Aug 03 04:05:26.360 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-08-03T04:05:28.192Z[ recovery-image] Aug 03 04:05:26.369 INFO O| Aug 03 04:05:26.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56082024-08-03T04:05:28.194Z[ recovery-image] Aug 03 04:05:26.370 INFO O| Aug 03 04:05:26.370 INFO STEP 582 (remove_files) COMPLETE
56092024-08-03T04:05:28.194Z[ recovery-image] Aug 03 04:05:26.370 INFO O| Aug 03 04:05:26.370 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-08-03T04:05:28.200Z[ recovery-image] Aug 03 04:05:26.379 INFO O| Aug 03 04:05:26.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56112024-08-03T04:05:28.203Z[ recovery-image] Aug 03 04:05:26.379 INFO O| Aug 03 04:05:26.379 INFO STEP 583 (remove_files) COMPLETE
56122024-08-03T04:05:28.203Z[ recovery-image] Aug 03 04:05:26.379 INFO O| Aug 03 04:05:26.379 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-03T04:05:28.209Z[ recovery-image] Aug 03 04:05:26.388 INFO O| Aug 03 04:05:26.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56142024-08-03T04:05:28.209Z[ recovery-image] Aug 03 04:05:26.388 INFO O| Aug 03 04:05:26.388 INFO STEP 584 (remove_files) COMPLETE
56152024-08-03T04:05:28.209Z[ recovery-image] Aug 03 04:05:26.388 INFO O| Aug 03 04:05:26.388 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-03T04:05:28.218Z[ recovery-image] Aug 03 04:05:26.397 INFO O| Aug 03 04:05:26.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56172024-08-03T04:05:28.221Z[ recovery-image] Aug 03 04:05:26.397 INFO O| Aug 03 04:05:26.397 INFO STEP 585 (remove_files) COMPLETE
56182024-08-03T04:05:28.221Z[ recovery-image] Aug 03 04:05:26.397 INFO O| Aug 03 04:05:26.397 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-08-03T04:05:28.228Z[ recovery-image] Aug 03 04:05:26.407 INFO O| Aug 03 04:05:26.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56202024-08-03T04:05:28.228Z[ recovery-image] Aug 03 04:05:26.407 INFO O| Aug 03 04:05:26.407 INFO STEP 586 (remove_files) COMPLETE
56212024-08-03T04:05:28.228Z[ recovery-image] Aug 03 04:05:26.407 INFO O| Aug 03 04:05:26.407 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-08-03T04:05:28.237Z[ recovery-image] Aug 03 04:05:26.416 INFO O| Aug 03 04:05:26.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56232024-08-03T04:05:28.240Z[ recovery-image] Aug 03 04:05:26.416 INFO O| Aug 03 04:05:26.416 INFO STEP 587 (remove_files) COMPLETE
56242024-08-03T04:05:28.240Z[ recovery-image] Aug 03 04:05:26.416 INFO O| Aug 03 04:05:26.416 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-08-03T04:05:28.246Z[ recovery-image] Aug 03 04:05:26.425 INFO O| Aug 03 04:05:26.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56262024-08-03T04:05:28.249Z[ recovery-image] Aug 03 04:05:26.425 INFO O| Aug 03 04:05:26.425 INFO STEP 588 (remove_files) COMPLETE
56272024-08-03T04:05:28.249Z[ recovery-image] Aug 03 04:05:26.425 INFO O| Aug 03 04:05:26.425 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-08-03T04:05:28.256Z[ recovery-image] Aug 03 04:05:26.434 INFO O| Aug 03 04:05:26.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56292024-08-03T04:05:28.257Z[ recovery-image] Aug 03 04:05:26.434 INFO O| Aug 03 04:05:26.434 INFO STEP 589 (remove_files) COMPLETE
56302024-08-03T04:05:28.259Z[ recovery-image] Aug 03 04:05:26.434 INFO O| Aug 03 04:05:26.434 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-08-03T04:05:28.264Z[ recovery-image] Aug 03 04:05:26.444 INFO O| Aug 03 04:05:26.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56322024-08-03T04:05:28.267Z[ recovery-image] Aug 03 04:05:26.444 INFO O| Aug 03 04:05:26.444 INFO STEP 590 (remove_files) COMPLETE
56332024-08-03T04:05:28.267Z[ recovery-image] Aug 03 04:05:26.444 INFO O| Aug 03 04:05:26.444 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-08-03T04:05:28.274Z[ recovery-image] Aug 03 04:05:26.453 INFO O| Aug 03 04:05:26.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56352024-08-03T04:05:28.277Z[ recovery-image] Aug 03 04:05:26.453 INFO O| Aug 03 04:05:26.453 INFO STEP 591 (remove_files) COMPLETE
56362024-08-03T04:05:28.277Z[ recovery-image] Aug 03 04:05:26.453 INFO O| Aug 03 04:05:26.453 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-08-03T04:05:28.283Z[ recovery-image] Aug 03 04:05:26.462 INFO O| Aug 03 04:05:26.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56382024-08-03T04:05:28.286Z[ recovery-image] Aug 03 04:05:26.462 INFO O| Aug 03 04:05:26.462 INFO STEP 592 (remove_files) COMPLETE
56392024-08-03T04:05:28.286Z[ recovery-image] Aug 03 04:05:26.463 INFO O| Aug 03 04:05:26.462 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-08-03T04:05:28.293Z[ recovery-image] Aug 03 04:05:26.472 INFO O| Aug 03 04:05:26.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56412024-08-03T04:05:28.295Z[ recovery-image] Aug 03 04:05:26.472 INFO O| Aug 03 04:05:26.472 INFO STEP 593 (remove_files) COMPLETE
56422024-08-03T04:05:28.295Z[ recovery-image] Aug 03 04:05:26.472 INFO O| Aug 03 04:05:26.472 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-08-03T04:05:28.302Z[ recovery-image] Aug 03 04:05:26.481 INFO O| Aug 03 04:05:26.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56442024-08-03T04:05:28.305Z[ recovery-image] Aug 03 04:05:26.481 INFO O| Aug 03 04:05:26.481 INFO STEP 594 (remove_files) COMPLETE
56452024-08-03T04:05:28.305Z[ recovery-image] Aug 03 04:05:26.481 INFO O| Aug 03 04:05:26.481 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-08-03T04:05:28.311Z[ recovery-image] Aug 03 04:05:26.490 INFO O| Aug 03 04:05:26.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56472024-08-03T04:05:28.314Z[ recovery-image] Aug 03 04:05:26.491 INFO O| Aug 03 04:05:26.491 INFO STEP 595 (remove_files) COMPLETE
56482024-08-03T04:05:28.314Z[ recovery-image] Aug 03 04:05:26.491 INFO O| Aug 03 04:05:26.491 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-08-03T04:05:28.321Z[ recovery-image] Aug 03 04:05:26.500 INFO O| Aug 03 04:05:26.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56502024-08-03T04:05:28.321Z[ recovery-image] Aug 03 04:05:26.500 INFO O| Aug 03 04:05:26.500 INFO STEP 596 (remove_files) COMPLETE
56512024-08-03T04:05:28.324Z[ recovery-image] Aug 03 04:05:26.500 INFO O| Aug 03 04:05:26.500 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-08-03T04:05:28.330Z[ recovery-image] Aug 03 04:05:26.509 INFO O| Aug 03 04:05:26.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56532024-08-03T04:05:28.330Z[ recovery-image] Aug 03 04:05:26.509 INFO O| Aug 03 04:05:26.509 INFO STEP 597 (remove_files) COMPLETE
56542024-08-03T04:05:28.334Z[ recovery-image] Aug 03 04:05:26.509 INFO O| Aug 03 04:05:26.509 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-08-03T04:05:28.339Z[ recovery-image] Aug 03 04:05:26.519 INFO O| Aug 03 04:05:26.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56562024-08-03T04:05:28.340Z[ recovery-image] Aug 03 04:05:26.519 INFO O| Aug 03 04:05:26.519 INFO STEP 598 (remove_files) COMPLETE
56572024-08-03T04:05:28.342Z[ recovery-image] Aug 03 04:05:26.519 INFO O| Aug 03 04:05:26.519 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-08-03T04:05:28.349Z[ recovery-image] Aug 03 04:05:26.528 INFO O| Aug 03 04:05:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56592024-08-03T04:05:28.349Z[ recovery-image] Aug 03 04:05:26.528 INFO O| Aug 03 04:05:26.528 INFO STEP 599 (remove_files) COMPLETE
56602024-08-03T04:05:28.352Z[ recovery-image] Aug 03 04:05:26.528 INFO O| Aug 03 04:05:26.528 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-08-03T04:05:28.362Z[ recovery-image] Aug 03 04:05:26.537 INFO O| Aug 03 04:05:26.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56622024-08-03T04:05:28.362Z[ recovery-image] Aug 03 04:05:26.537 INFO O| Aug 03 04:05:26.537 INFO STEP 600 (remove_files) COMPLETE
56632024-08-03T04:05:28.370Z[ recovery-image] Aug 03 04:05:26.537 INFO O| Aug 03 04:05:26.537 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-08-03T04:05:28.371Z[ recovery-image] Aug 03 04:05:26.546 INFO O| Aug 03 04:05:26.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56652024-08-03T04:05:28.371Z[ recovery-image] Aug 03 04:05:26.546 INFO O| Aug 03 04:05:26.546 INFO STEP 601 (remove_files) COMPLETE
56662024-08-03T04:05:28.371Z[ recovery-image] Aug 03 04:05:26.546 INFO O| Aug 03 04:05:26.546 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-08-03T04:05:28.380Z[ recovery-image] Aug 03 04:05:26.555 INFO O| Aug 03 04:05:26.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56682024-08-03T04:05:28.387Z[ recovery-image] Aug 03 04:05:26.556 INFO O| Aug 03 04:05:26.556 INFO STEP 602 (remove_files) COMPLETE
56692024-08-03T04:05:28.388Z[ recovery-image] Aug 03 04:05:26.556 INFO O| Aug 03 04:05:26.556 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-08-03T04:05:28.388Z[ recovery-image] Aug 03 04:05:26.565 INFO O| Aug 03 04:05:26.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56712024-08-03T04:05:28.388Z[ recovery-image] Aug 03 04:05:26.565 INFO O| Aug 03 04:05:26.565 INFO STEP 603 (remove_files) COMPLETE
56722024-08-03T04:05:28.388Z[ recovery-image] Aug 03 04:05:26.565 INFO O| Aug 03 04:05:26.565 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-08-03T04:05:28.398Z[ recovery-image] Aug 03 04:05:26.574 INFO O| Aug 03 04:05:26.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56742024-08-03T04:05:28.410Z[ recovery-image] Aug 03 04:05:26.574 INFO O| Aug 03 04:05:26.574 INFO STEP 604 (remove_files) COMPLETE
56752024-08-03T04:05:28.410Z[ recovery-image] Aug 03 04:05:26.574 INFO O| Aug 03 04:05:26.574 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-08-03T04:05:28.410Z[ recovery-image] Aug 03 04:05:26.583 INFO O| Aug 03 04:05:26.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56772024-08-03T04:05:28.410Z[ recovery-image] Aug 03 04:05:26.583 INFO O| Aug 03 04:05:26.583 INFO STEP 605 (remove_files) COMPLETE
56782024-08-03T04:05:28.410Z[ recovery-image] Aug 03 04:05:26.583 INFO O| Aug 03 04:05:26.583 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-08-03T04:05:28.421Z[ recovery-image] Aug 03 04:05:26.593 INFO O| Aug 03 04:05:26.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56802024-08-03T04:05:28.421Z[ recovery-image] Aug 03 04:05:26.593 INFO O| Aug 03 04:05:26.593 INFO STEP 606 (remove_files) COMPLETE
56812024-08-03T04:05:28.421Z[ recovery-image] Aug 03 04:05:26.593 INFO O| Aug 03 04:05:26.593 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-08-03T04:05:28.427Z[ recovery-image] Aug 03 04:05:26.602 INFO O| Aug 03 04:05:26.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56832024-08-03T04:05:28.427Z[ recovery-image] Aug 03 04:05:26.602 INFO O| Aug 03 04:05:26.602 INFO STEP 607 (remove_files) COMPLETE
56842024-08-03T04:05:28.427Z[ recovery-image] Aug 03 04:05:26.602 INFO O| Aug 03 04:05:26.602 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-08-03T04:05:28.432Z[ recovery-image] Aug 03 04:05:26.611 INFO O| Aug 03 04:05:26.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
56862024-08-03T04:05:28.432Z[ recovery-image] Aug 03 04:05:26.611 INFO O| Aug 03 04:05:26.611 INFO STEP 608 (remove_files) COMPLETE
56872024-08-03T04:05:28.435Z[ recovery-image] Aug 03 04:05:26.611 INFO O| Aug 03 04:05:26.611 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-08-03T04:05:28.444Z[ recovery-image] Aug 03 04:05:26.621 INFO O| Aug 03 04:05:26.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
56892024-08-03T04:05:28.448Z[ recovery-image] Aug 03 04:05:26.621 INFO O| Aug 03 04:05:26.621 INFO STEP 609 (remove_files) COMPLETE
56902024-08-03T04:05:28.448Z[ recovery-image] Aug 03 04:05:26.621 INFO O| Aug 03 04:05:26.621 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-08-03T04:05:28.452Z[ recovery-image] Aug 03 04:05:26.631 INFO O| Aug 03 04:05:26.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
56922024-08-03T04:05:28.454Z[ recovery-image] Aug 03 04:05:26.631 INFO O| Aug 03 04:05:26.631 INFO STEP 610 (remove_files) COMPLETE
56932024-08-03T04:05:28.454Z[ recovery-image] Aug 03 04:05:26.631 INFO O| Aug 03 04:05:26.631 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-08-03T04:05:28.461Z[ recovery-image] Aug 03 04:05:26.640 INFO O| Aug 03 04:05:26.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
56952024-08-03T04:05:28.461Z[ recovery-image] Aug 03 04:05:26.640 INFO O| Aug 03 04:05:26.640 INFO STEP 611 (remove_files) COMPLETE
56962024-08-03T04:05:28.464Z[ recovery-image] Aug 03 04:05:26.640 INFO O| Aug 03 04:05:26.640 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-08-03T04:05:28.470Z[ recovery-image] Aug 03 04:05:26.649 INFO O| Aug 03 04:05:26.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
56982024-08-03T04:05:28.470Z[ recovery-image] Aug 03 04:05:26.649 INFO O| Aug 03 04:05:26.649 INFO STEP 612 (remove_files) COMPLETE
56992024-08-03T04:05:28.474Z[ recovery-image] Aug 03 04:05:26.649 INFO O| Aug 03 04:05:26.649 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-08-03T04:05:28.479Z[ recovery-image] Aug 03 04:05:26.658 INFO O| Aug 03 04:05:26.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57012024-08-03T04:05:28.482Z[ recovery-image] Aug 03 04:05:26.658 INFO O| Aug 03 04:05:26.658 INFO STEP 613 (remove_files) COMPLETE
57022024-08-03T04:05:28.482Z[ recovery-image] Aug 03 04:05:26.658 INFO O| Aug 03 04:05:26.658 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-08-03T04:05:28.489Z[ recovery-image] Aug 03 04:05:26.668 INFO O| Aug 03 04:05:26.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57042024-08-03T04:05:28.491Z[ recovery-image] Aug 03 04:05:26.668 INFO O| Aug 03 04:05:26.668 INFO STEP 614 (remove_files) COMPLETE
57052024-08-03T04:05:28.491Z[ recovery-image] Aug 03 04:05:26.668 INFO O| Aug 03 04:05:26.668 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-08-03T04:05:28.499Z[ recovery-image] Aug 03 04:05:26.678 INFO O| Aug 03 04:05:26.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57072024-08-03T04:05:28.502Z[ recovery-image] Aug 03 04:05:26.678 INFO O| Aug 03 04:05:26.678 INFO STEP 615 (remove_files) COMPLETE
57082024-08-03T04:05:28.502Z[ recovery-image] Aug 03 04:05:26.678 INFO O| Aug 03 04:05:26.678 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-08-03T04:05:28.508Z[ recovery-image] Aug 03 04:05:26.687 INFO O| Aug 03 04:05:26.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57102024-08-03T04:05:28.508Z[ recovery-image] Aug 03 04:05:26.687 INFO O| Aug 03 04:05:26.687 INFO STEP 616 (remove_files) COMPLETE
57112024-08-03T04:05:28.518Z[ recovery-image] Aug 03 04:05:26.687 INFO O| Aug 03 04:05:26.687 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-08-03T04:05:28.518Z[ recovery-image] Aug 03 04:05:26.696 INFO O| Aug 03 04:05:26.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57132024-08-03T04:05:28.518Z[ recovery-image] Aug 03 04:05:26.697 INFO O| Aug 03 04:05:26.697 INFO STEP 617 (remove_files) COMPLETE
57142024-08-03T04:05:28.518Z[ recovery-image] Aug 03 04:05:26.697 INFO O| Aug 03 04:05:26.697 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-08-03T04:05:28.527Z[ recovery-image] Aug 03 04:05:26.706 INFO O| Aug 03 04:05:26.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57162024-08-03T04:05:28.530Z[ recovery-image] Aug 03 04:05:26.706 INFO O| Aug 03 04:05:26.706 INFO STEP 618 (remove_files) COMPLETE
57172024-08-03T04:05:28.530Z[ recovery-image] Aug 03 04:05:26.706 INFO O| Aug 03 04:05:26.706 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-08-03T04:05:28.536Z[ recovery-image] Aug 03 04:05:26.715 INFO O| Aug 03 04:05:26.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57192024-08-03T04:05:28.539Z[ recovery-image] Aug 03 04:05:26.716 INFO O| Aug 03 04:05:26.716 INFO STEP 619 (remove_files) COMPLETE
57202024-08-03T04:05:28.539Z[ recovery-image] Aug 03 04:05:26.716 INFO O| Aug 03 04:05:26.716 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-08-03T04:05:28.546Z[ recovery-image] Aug 03 04:05:26.725 INFO O| Aug 03 04:05:26.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57222024-08-03T04:05:28.546Z[ recovery-image] Aug 03 04:05:26.725 INFO O| Aug 03 04:05:26.725 INFO STEP 620 (remove_files) COMPLETE
57232024-08-03T04:05:28.549Z[ recovery-image] Aug 03 04:05:26.725 INFO O| Aug 03 04:05:26.725 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-08-03T04:05:28.555Z[ recovery-image] Aug 03 04:05:26.734 INFO O| Aug 03 04:05:26.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57252024-08-03T04:05:28.555Z[ recovery-image] Aug 03 04:05:26.734 INFO O| Aug 03 04:05:26.734 INFO STEP 621 (remove_files) COMPLETE
57262024-08-03T04:05:28.556Z[ recovery-image] Aug 03 04:05:26.735 INFO O| Aug 03 04:05:26.734 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-08-03T04:05:28.565Z[ recovery-image] Aug 03 04:05:26.744 INFO O| Aug 03 04:05:26.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57282024-08-03T04:05:28.565Z[ recovery-image] Aug 03 04:05:26.744 INFO O| Aug 03 04:05:26.744 INFO STEP 622 (remove_files) COMPLETE
57292024-08-03T04:05:28.565Z[ recovery-image] Aug 03 04:05:26.744 INFO O| Aug 03 04:05:26.744 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-08-03T04:05:28.574Z[ recovery-image] Aug 03 04:05:26.753 INFO O| Aug 03 04:05:26.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57312024-08-03T04:05:28.574Z[ recovery-image] Aug 03 04:05:26.753 INFO O| Aug 03 04:05:26.753 INFO STEP 623 (remove_files) COMPLETE
57322024-08-03T04:05:28.574Z[ recovery-image] Aug 03 04:05:26.753 INFO O| Aug 03 04:05:26.753 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-08-03T04:05:28.583Z[ recovery-image] Aug 03 04:05:26.762 INFO O| Aug 03 04:05:26.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57342024-08-03T04:05:28.583Z[ recovery-image] Aug 03 04:05:26.762 INFO O| Aug 03 04:05:26.762 INFO STEP 624 (remove_files) COMPLETE
57352024-08-03T04:05:28.586Z[ recovery-image] Aug 03 04:05:26.762 INFO O| Aug 03 04:05:26.762 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-08-03T04:05:28.592Z[ recovery-image] Aug 03 04:05:26.771 INFO O| Aug 03 04:05:26.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57372024-08-03T04:05:28.595Z[ recovery-image] Aug 03 04:05:26.771 INFO O| Aug 03 04:05:26.771 INFO STEP 625 (remove_files) COMPLETE
57382024-08-03T04:05:28.595Z[ recovery-image] Aug 03 04:05:26.771 INFO O| Aug 03 04:05:26.771 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-08-03T04:05:28.602Z[ recovery-image] Aug 03 04:05:26.781 INFO O| Aug 03 04:05:26.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57402024-08-03T04:05:28.602Z[ recovery-image] Aug 03 04:05:26.781 INFO O| Aug 03 04:05:26.781 INFO STEP 626 (remove_files) COMPLETE
57412024-08-03T04:05:28.604Z[ recovery-image] Aug 03 04:05:26.781 INFO O| Aug 03 04:05:26.781 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-08-03T04:05:28.611Z[ recovery-image] Aug 03 04:05:26.790 INFO O| Aug 03 04:05:26.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57432024-08-03T04:05:28.611Z[ recovery-image] Aug 03 04:05:26.790 INFO O| Aug 03 04:05:26.790 INFO STEP 627 (remove_files) COMPLETE
57442024-08-03T04:05:28.611Z[ recovery-image] Aug 03 04:05:26.790 INFO O| Aug 03 04:05:26.790 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-08-03T04:05:28.620Z[ recovery-image] Aug 03 04:05:26.799 INFO O| Aug 03 04:05:26.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57462024-08-03T04:05:28.620Z[ recovery-image] Aug 03 04:05:26.799 INFO O| Aug 03 04:05:26.799 INFO STEP 628 (remove_files) COMPLETE
57472024-08-03T04:05:28.624Z[ recovery-image] Aug 03 04:05:26.799 INFO O| Aug 03 04:05:26.799 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-08-03T04:05:28.630Z[ recovery-image] Aug 03 04:05:26.809 INFO O| Aug 03 04:05:26.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57492024-08-03T04:05:28.630Z[ recovery-image] Aug 03 04:05:26.809 INFO O| Aug 03 04:05:26.809 INFO STEP 629 (remove_files) COMPLETE
57502024-08-03T04:05:28.632Z[ recovery-image] Aug 03 04:05:26.809 INFO O| Aug 03 04:05:26.809 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-08-03T04:05:28.644Z[ recovery-image] Aug 03 04:05:26.818 INFO O| Aug 03 04:05:26.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57522024-08-03T04:05:28.644Z[ recovery-image] Aug 03 04:05:26.818 INFO O| Aug 03 04:05:26.818 INFO STEP 630 (remove_files) COMPLETE
57532024-08-03T04:05:28.644Z[ recovery-image] Aug 03 04:05:26.818 INFO O| Aug 03 04:05:26.818 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-08-03T04:05:28.648Z[ recovery-image] Aug 03 04:05:26.827 INFO O| Aug 03 04:05:26.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57552024-08-03T04:05:28.648Z[ recovery-image] Aug 03 04:05:26.827 INFO O| Aug 03 04:05:26.827 INFO STEP 631 (remove_files) COMPLETE
57562024-08-03T04:05:28.648Z[ recovery-image] Aug 03 04:05:26.827 INFO O| Aug 03 04:05:26.827 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-08-03T04:05:28.658Z[ recovery-image] Aug 03 04:05:26.836 INFO O| Aug 03 04:05:26.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57582024-08-03T04:05:28.658Z[ recovery-image] Aug 03 04:05:26.837 INFO O| Aug 03 04:05:26.836 INFO STEP 632 (remove_files) COMPLETE
57592024-08-03T04:05:28.658Z[ recovery-image] Aug 03 04:05:26.837 INFO O| Aug 03 04:05:26.837 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-08-03T04:05:28.667Z[ recovery-image] Aug 03 04:05:26.846 INFO O| Aug 03 04:05:26.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57612024-08-03T04:05:28.667Z[ recovery-image] Aug 03 04:05:26.846 INFO O| Aug 03 04:05:26.846 INFO STEP 633 (remove_files) COMPLETE
57622024-08-03T04:05:28.671Z[ recovery-image] Aug 03 04:05:26.846 INFO O| Aug 03 04:05:26.846 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-08-03T04:05:28.682Z[ recovery-image] Aug 03 04:05:26.855 INFO O| Aug 03 04:05:26.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57642024-08-03T04:05:28.682Z[ recovery-image] Aug 03 04:05:26.855 INFO O| Aug 03 04:05:26.855 INFO STEP 634 (remove_files) COMPLETE
57652024-08-03T04:05:28.690Z[ recovery-image] Aug 03 04:05:26.855 INFO O| Aug 03 04:05:26.855 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-08-03T04:05:28.690Z[ recovery-image] Aug 03 04:05:26.864 INFO O| Aug 03 04:05:26.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57672024-08-03T04:05:28.690Z[ recovery-image] Aug 03 04:05:26.864 INFO O| Aug 03 04:05:26.864 INFO STEP 635 (remove_files) COMPLETE
57682024-08-03T04:05:28.690Z[ recovery-image] Aug 03 04:05:26.864 INFO O| Aug 03 04:05:26.864 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-08-03T04:05:28.699Z[ recovery-image] Aug 03 04:05:26.874 INFO O| Aug 03 04:05:26.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57702024-08-03T04:05:28.699Z[ recovery-image] Aug 03 04:05:26.874 INFO O| Aug 03 04:05:26.874 INFO STEP 636 (remove_files) COMPLETE
57712024-08-03T04:05:28.707Z[ recovery-image] Aug 03 04:05:26.874 INFO O| Aug 03 04:05:26.874 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-08-03T04:05:28.707Z[ recovery-image] Aug 03 04:05:26.883 INFO O| Aug 03 04:05:26.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57732024-08-03T04:05:28.707Z[ recovery-image] Aug 03 04:05:26.883 INFO O| Aug 03 04:05:26.883 INFO STEP 637 (remove_files) COMPLETE
57742024-08-03T04:05:28.707Z[ recovery-image] Aug 03 04:05:26.883 INFO O| Aug 03 04:05:26.883 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-08-03T04:05:28.713Z[ recovery-image] Aug 03 04:05:26.892 INFO O| Aug 03 04:05:26.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57762024-08-03T04:05:28.716Z[ recovery-image] Aug 03 04:05:26.892 INFO O| Aug 03 04:05:26.892 INFO STEP 638 (remove_files) COMPLETE
57772024-08-03T04:05:28.716Z[ recovery-image] Aug 03 04:05:26.892 INFO O| Aug 03 04:05:26.892 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-08-03T04:05:28.722Z[ recovery-image] Aug 03 04:05:26.901 INFO O| Aug 03 04:05:26.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57792024-08-03T04:05:28.722Z[ recovery-image] Aug 03 04:05:26.901 INFO O| Aug 03 04:05:26.901 INFO STEP 639 (remove_files) COMPLETE
57802024-08-03T04:05:28.725Z[ recovery-image] Aug 03 04:05:26.901 INFO O| Aug 03 04:05:26.901 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-08-03T04:05:28.732Z[ recovery-image] Aug 03 04:05:26.910 INFO O| Aug 03 04:05:26.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57822024-08-03T04:05:28.732Z[ recovery-image] Aug 03 04:05:26.911 INFO O| Aug 03 04:05:26.911 INFO STEP 640 (remove_files) COMPLETE
57832024-08-03T04:05:28.732Z[ recovery-image] Aug 03 04:05:26.911 INFO O| Aug 03 04:05:26.911 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-08-03T04:05:28.741Z[ recovery-image] Aug 03 04:05:26.920 INFO O| Aug 03 04:05:26.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
57852024-08-03T04:05:28.741Z[ recovery-image] Aug 03 04:05:26.920 INFO O| Aug 03 04:05:26.920 INFO STEP 641 (remove_files) COMPLETE
57862024-08-03T04:05:28.741Z[ recovery-image] Aug 03 04:05:26.920 INFO O| Aug 03 04:05:26.920 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-08-03T04:05:28.750Z[ recovery-image] Aug 03 04:05:26.929 INFO O| Aug 03 04:05:26.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
57882024-08-03T04:05:28.750Z[ recovery-image] Aug 03 04:05:26.929 INFO O| Aug 03 04:05:26.929 INFO STEP 642 (remove_files) COMPLETE
57892024-08-03T04:05:28.754Z[ recovery-image] Aug 03 04:05:26.929 INFO O| Aug 03 04:05:26.929 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-08-03T04:05:28.760Z[ recovery-image] Aug 03 04:05:26.939 INFO O| Aug 03 04:05:26.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
57912024-08-03T04:05:28.760Z[ recovery-image] Aug 03 04:05:26.939 INFO O| Aug 03 04:05:26.939 INFO STEP 643 (remove_files) COMPLETE
57922024-08-03T04:05:28.763Z[ recovery-image] Aug 03 04:05:26.939 INFO O| Aug 03 04:05:26.939 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-08-03T04:05:28.769Z[ recovery-image] Aug 03 04:05:26.948 INFO O| Aug 03 04:05:26.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
57942024-08-03T04:05:28.769Z[ recovery-image] Aug 03 04:05:26.948 INFO O| Aug 03 04:05:26.948 INFO STEP 644 (remove_files) COMPLETE
57952024-08-03T04:05:28.772Z[ recovery-image] Aug 03 04:05:26.948 INFO O| Aug 03 04:05:26.948 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-08-03T04:05:28.779Z[ recovery-image] Aug 03 04:05:26.957 INFO O| Aug 03 04:05:26.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
57972024-08-03T04:05:28.779Z[ recovery-image] Aug 03 04:05:26.957 INFO O| Aug 03 04:05:26.957 INFO STEP 645 (remove_files) COMPLETE
57982024-08-03T04:05:28.785Z[ recovery-image] Aug 03 04:05:26.957 INFO O| Aug 03 04:05:26.957 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-08-03T04:05:28.792Z[ recovery-image] Aug 03 04:05:26.967 INFO O| Aug 03 04:05:26.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58002024-08-03T04:05:28.792Z[ recovery-image] Aug 03 04:05:26.967 INFO O| Aug 03 04:05:26.967 INFO STEP 646 (remove_files) COMPLETE
58012024-08-03T04:05:28.792Z[ recovery-image] Aug 03 04:05:26.967 INFO O| Aug 03 04:05:26.967 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-08-03T04:05:28.798Z[ recovery-image] Aug 03 04:05:26.976 INFO O| Aug 03 04:05:26.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58032024-08-03T04:05:28.801Z[ recovery-image] Aug 03 04:05:26.976 INFO O| Aug 03 04:05:26.976 INFO STEP 647 (remove_files) COMPLETE
58042024-08-03T04:05:28.801Z[ recovery-image] Aug 03 04:05:26.976 INFO O| Aug 03 04:05:26.976 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-08-03T04:05:28.806Z[ recovery-image] Aug 03 04:05:26.985 INFO O| Aug 03 04:05:26.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58062024-08-03T04:05:28.809Z[ recovery-image] Aug 03 04:05:26.985 INFO O| Aug 03 04:05:26.985 INFO STEP 648 (remove_files) COMPLETE
58072024-08-03T04:05:28.809Z[ recovery-image] Aug 03 04:05:26.985 INFO O| Aug 03 04:05:26.985 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-08-03T04:05:28.815Z[ recovery-image] Aug 03 04:05:26.994 INFO O| Aug 03 04:05:26.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58092024-08-03T04:05:28.818Z[ recovery-image] Aug 03 04:05:26.994 INFO O| Aug 03 04:05:26.994 INFO STEP 649 (remove_files) COMPLETE
58102024-08-03T04:05:28.818Z[ recovery-image] Aug 03 04:05:26.994 INFO O| Aug 03 04:05:26.994 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-08-03T04:05:28.825Z[ recovery-image] Aug 03 04:05:27.004 INFO O| Aug 03 04:05:27.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58122024-08-03T04:05:28.828Z[ recovery-image] Aug 03 04:05:27.004 INFO O| Aug 03 04:05:27.004 INFO STEP 650 (remove_files) COMPLETE
58132024-08-03T04:05:28.828Z[ recovery-image] Aug 03 04:05:27.004 INFO O| Aug 03 04:05:27.004 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-08-03T04:05:28.834Z[ recovery-image] Aug 03 04:05:27.013 INFO O| Aug 03 04:05:27.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58152024-08-03T04:05:28.834Z[ recovery-image] Aug 03 04:05:27.013 INFO O| Aug 03 04:05:27.013 INFO STEP 651 (remove_files) COMPLETE
58162024-08-03T04:05:28.834Z[ recovery-image] Aug 03 04:05:27.013 INFO O| Aug 03 04:05:27.013 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-08-03T04:05:28.843Z[ recovery-image] Aug 03 04:05:27.022 INFO O| Aug 03 04:05:27.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58182024-08-03T04:05:28.846Z[ recovery-image] Aug 03 04:05:27.023 INFO O| Aug 03 04:05:27.023 INFO STEP 652 (remove_files) COMPLETE
58192024-08-03T04:05:28.846Z[ recovery-image] Aug 03 04:05:27.023 INFO O| Aug 03 04:05:27.023 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-08-03T04:05:28.853Z[ recovery-image] Aug 03 04:05:27.032 INFO O| Aug 03 04:05:27.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58212024-08-03T04:05:28.853Z[ recovery-image] Aug 03 04:05:27.032 INFO O| Aug 03 04:05:27.032 INFO STEP 653 (remove_files) COMPLETE
58222024-08-03T04:05:28.856Z[ recovery-image] Aug 03 04:05:27.032 INFO O| Aug 03 04:05:27.032 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-08-03T04:05:28.862Z[ recovery-image] Aug 03 04:05:27.041 INFO O| Aug 03 04:05:27.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58242024-08-03T04:05:28.865Z[ recovery-image] Aug 03 04:05:27.041 INFO O| Aug 03 04:05:27.041 INFO STEP 654 (remove_files) COMPLETE
58252024-08-03T04:05:28.865Z[ recovery-image] Aug 03 04:05:27.041 INFO O| Aug 03 04:05:27.041 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-08-03T04:05:28.872Z[ recovery-image] Aug 03 04:05:27.051 INFO O| Aug 03 04:05:27.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58272024-08-03T04:05:28.872Z[ recovery-image] Aug 03 04:05:27.051 INFO O| Aug 03 04:05:27.051 INFO STEP 655 (remove_files) COMPLETE
58282024-08-03T04:05:28.875Z[ recovery-image] Aug 03 04:05:27.051 INFO O| Aug 03 04:05:27.051 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-08-03T04:05:28.882Z[ recovery-image] Aug 03 04:05:27.061 INFO O| Aug 03 04:05:27.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58302024-08-03T04:05:28.884Z[ recovery-image] Aug 03 04:05:27.061 INFO O| Aug 03 04:05:27.061 INFO STEP 656 (remove_files) COMPLETE
58312024-08-03T04:05:28.884Z[ recovery-image] Aug 03 04:05:27.061 INFO O| Aug 03 04:05:27.061 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-08-03T04:05:28.891Z[ recovery-image] Aug 03 04:05:27.070 INFO O| Aug 03 04:05:27.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58332024-08-03T04:05:28.891Z[ recovery-image] Aug 03 04:05:27.070 INFO O| Aug 03 04:05:27.070 INFO STEP 657 (remove_files) COMPLETE
58342024-08-03T04:05:28.894Z[ recovery-image] Aug 03 04:05:27.070 INFO O| Aug 03 04:05:27.070 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-08-03T04:05:28.901Z[ recovery-image] Aug 03 04:05:27.080 INFO O| Aug 03 04:05:27.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58362024-08-03T04:05:28.901Z[ recovery-image] Aug 03 04:05:27.080 INFO O| Aug 03 04:05:27.080 INFO STEP 658 (remove_files) COMPLETE
58372024-08-03T04:05:28.904Z[ recovery-image] Aug 03 04:05:27.080 INFO O| Aug 03 04:05:27.080 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-08-03T04:05:28.911Z[ recovery-image] Aug 03 04:05:27.090 INFO O| Aug 03 04:05:27.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58392024-08-03T04:05:28.911Z[ recovery-image] Aug 03 04:05:27.090 INFO O| Aug 03 04:05:27.090 INFO STEP 659 (remove_files) COMPLETE
58402024-08-03T04:05:28.911Z[ recovery-image] Aug 03 04:05:27.090 INFO O| Aug 03 04:05:27.090 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-08-03T04:05:28.922Z[ recovery-image] Aug 03 04:05:27.100 INFO O| Aug 03 04:05:27.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58422024-08-03T04:05:28.922Z[ recovery-image] Aug 03 04:05:27.100 INFO O| Aug 03 04:05:27.100 INFO STEP 660 (remove_files) COMPLETE
58432024-08-03T04:05:28.923Z[ recovery-image] Aug 03 04:05:27.100 INFO O| Aug 03 04:05:27.100 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-08-03T04:05:28.935Z[ recovery-image] Aug 03 04:05:27.109 INFO O| Aug 03 04:05:27.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58452024-08-03T04:05:28.935Z[ recovery-image] Aug 03 04:05:27.110 INFO O| Aug 03 04:05:27.109 INFO STEP 661 (remove_files) COMPLETE
58462024-08-03T04:05:28.947Z[ recovery-image] Aug 03 04:05:27.110 INFO O| Aug 03 04:05:27.109 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-08-03T04:05:28.947Z[ recovery-image] Aug 03 04:05:27.119 INFO O| Aug 03 04:05:27.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58482024-08-03T04:05:28.947Z[ recovery-image] Aug 03 04:05:27.119 INFO O| Aug 03 04:05:27.119 INFO STEP 662 (remove_files) COMPLETE
58492024-08-03T04:05:28.947Z[ recovery-image] Aug 03 04:05:27.119 INFO O| Aug 03 04:05:27.119 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-08-03T04:05:28.956Z[ recovery-image] Aug 03 04:05:27.128 INFO O| Aug 03 04:05:27.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58512024-08-03T04:05:28.956Z[ recovery-image] Aug 03 04:05:27.128 INFO O| Aug 03 04:05:27.128 INFO STEP 663 (remove_files) COMPLETE
58522024-08-03T04:05:28.956Z[ recovery-image] Aug 03 04:05:27.128 INFO O| Aug 03 04:05:27.128 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-08-03T04:05:28.968Z[ recovery-image] Aug 03 04:05:27.138 INFO O| Aug 03 04:05:27.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58542024-08-03T04:05:28.968Z[ recovery-image] Aug 03 04:05:27.138 INFO O| Aug 03 04:05:27.138 INFO STEP 664 (remove_files) COMPLETE
58552024-08-03T04:05:28.968Z[ recovery-image] Aug 03 04:05:27.138 INFO O| Aug 03 04:05:27.138 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-08-03T04:05:28.976Z[ recovery-image] Aug 03 04:05:27.148 INFO O| Aug 03 04:05:27.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58572024-08-03T04:05:28.976Z[ recovery-image] Aug 03 04:05:27.148 INFO O| Aug 03 04:05:27.148 INFO STEP 665 (remove_files) COMPLETE
58582024-08-03T04:05:28.976Z[ recovery-image] Aug 03 04:05:27.148 INFO O| Aug 03 04:05:27.148 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-08-03T04:05:28.980Z[ recovery-image] Aug 03 04:05:27.158 INFO O| Aug 03 04:05:27.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58602024-08-03T04:05:28.980Z[ recovery-image] Aug 03 04:05:27.158 INFO O| Aug 03 04:05:27.158 INFO STEP 666 (remove_files) COMPLETE
58612024-08-03T04:05:28.980Z[ recovery-image] Aug 03 04:05:27.158 INFO O| Aug 03 04:05:27.158 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-08-03T04:05:28.993Z[ recovery-image] Aug 03 04:05:27.168 INFO O| Aug 03 04:05:27.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58632024-08-03T04:05:28.994Z[ recovery-image] Aug 03 04:05:27.168 INFO O| Aug 03 04:05:27.168 INFO STEP 667 (remove_files) COMPLETE
58642024-08-03T04:05:29.000Z[ recovery-image] Aug 03 04:05:27.168 INFO O| Aug 03 04:05:27.168 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-08-03T04:05:29.000Z[ recovery-image] Aug 03 04:05:27.177 INFO O| Aug 03 04:05:27.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58662024-08-03T04:05:29.000Z[ recovery-image] Aug 03 04:05:27.177 INFO O| Aug 03 04:05:27.177 INFO STEP 668 (remove_files) COMPLETE
58672024-08-03T04:05:29.000Z[ recovery-image] Aug 03 04:05:27.177 INFO O| Aug 03 04:05:27.177 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-08-03T04:05:29.008Z[ recovery-image] Aug 03 04:05:27.186 INFO O| Aug 03 04:05:27.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58692024-08-03T04:05:29.008Z[ recovery-image] Aug 03 04:05:27.186 INFO O| Aug 03 04:05:27.186 INFO STEP 669 (remove_files) COMPLETE
58702024-08-03T04:05:29.012Z[ recovery-image] Aug 03 04:05:27.186 INFO O| Aug 03 04:05:27.186 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-08-03T04:05:29.016Z[ recovery-image] Aug 03 04:05:27.195 INFO O| Aug 03 04:05:27.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58722024-08-03T04:05:29.016Z[ recovery-image] Aug 03 04:05:27.195 INFO O| Aug 03 04:05:27.195 INFO STEP 670 (remove_files) COMPLETE
58732024-08-03T04:05:29.016Z[ recovery-image] Aug 03 04:05:27.195 INFO O| Aug 03 04:05:27.195 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-08-03T04:05:29.025Z[ recovery-image] Aug 03 04:05:27.204 INFO O| Aug 03 04:05:27.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58752024-08-03T04:05:29.025Z[ recovery-image] Aug 03 04:05:27.204 INFO O| Aug 03 04:05:27.204 INFO STEP 671 (remove_files) COMPLETE
58762024-08-03T04:05:29.028Z[ recovery-image] Aug 03 04:05:27.204 INFO O| Aug 03 04:05:27.204 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-08-03T04:05:29.034Z[ recovery-image] Aug 03 04:05:27.213 INFO O| Aug 03 04:05:27.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58782024-08-03T04:05:29.037Z[ recovery-image] Aug 03 04:05:27.213 INFO O| Aug 03 04:05:27.213 INFO STEP 672 (remove_files) COMPLETE
58792024-08-03T04:05:29.037Z[ recovery-image] Aug 03 04:05:27.213 INFO O| Aug 03 04:05:27.213 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-08-03T04:05:29.044Z[ recovery-image] Aug 03 04:05:27.222 INFO O| Aug 03 04:05:27.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58812024-08-03T04:05:29.047Z[ recovery-image] Aug 03 04:05:27.223 INFO O| Aug 03 04:05:27.223 INFO STEP 673 (remove_files) COMPLETE
58822024-08-03T04:05:29.047Z[ recovery-image] Aug 03 04:05:27.223 INFO O| Aug 03 04:05:27.223 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-08-03T04:05:29.053Z[ recovery-image] Aug 03 04:05:27.232 INFO O| Aug 03 04:05:27.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
58842024-08-03T04:05:29.056Z[ recovery-image] Aug 03 04:05:27.232 INFO O| Aug 03 04:05:27.232 INFO STEP 674 (remove_files) COMPLETE
58852024-08-03T04:05:29.056Z[ recovery-image] Aug 03 04:05:27.232 INFO O| Aug 03 04:05:27.232 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-08-03T04:05:29.062Z[ recovery-image] Aug 03 04:05:27.241 INFO O| Aug 03 04:05:27.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
58872024-08-03T04:05:29.065Z[ recovery-image] Aug 03 04:05:27.242 INFO O| Aug 03 04:05:27.242 INFO STEP 675 (remove_files) COMPLETE
58882024-08-03T04:05:29.065Z[ recovery-image] Aug 03 04:05:27.242 INFO O| Aug 03 04:05:27.242 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-08-03T04:05:29.072Z[ recovery-image] Aug 03 04:05:27.251 INFO O| Aug 03 04:05:27.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
58902024-08-03T04:05:29.073Z[ recovery-image] Aug 03 04:05:27.251 INFO O| Aug 03 04:05:27.251 INFO STEP 676 (remove_files) COMPLETE
58912024-08-03T04:05:29.077Z[ recovery-image] Aug 03 04:05:27.251 INFO O| Aug 03 04:05:27.251 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-08-03T04:05:29.081Z[ recovery-image] Aug 03 04:05:27.260 INFO O| Aug 03 04:05:27.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
58932024-08-03T04:05:29.081Z[ recovery-image] Aug 03 04:05:27.260 INFO O| Aug 03 04:05:27.260 INFO STEP 677 (remove_files) COMPLETE
58942024-08-03T04:05:29.081Z[ recovery-image] Aug 03 04:05:27.260 INFO O| Aug 03 04:05:27.260 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-08-03T04:05:29.090Z[ recovery-image] Aug 03 04:05:27.269 INFO O| Aug 03 04:05:27.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
58962024-08-03T04:05:29.090Z[ recovery-image] Aug 03 04:05:27.269 INFO O| Aug 03 04:05:27.269 INFO STEP 678 (remove_files) COMPLETE
58972024-08-03T04:05:29.090Z[ recovery-image] Aug 03 04:05:27.269 INFO O| Aug 03 04:05:27.269 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-08-03T04:05:29.099Z[ recovery-image] Aug 03 04:05:27.278 INFO O| Aug 03 04:05:27.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
58992024-08-03T04:05:29.102Z[ recovery-image] Aug 03 04:05:27.278 INFO O| Aug 03 04:05:27.278 INFO STEP 679 (remove_files) COMPLETE
59002024-08-03T04:05:29.102Z[ recovery-image] Aug 03 04:05:27.278 INFO O| Aug 03 04:05:27.278 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-08-03T04:05:29.108Z[ recovery-image] Aug 03 04:05:27.287 INFO O| Aug 03 04:05:27.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59022024-08-03T04:05:29.111Z[ recovery-image] Aug 03 04:05:27.287 INFO O| Aug 03 04:05:27.287 INFO STEP 680 (remove_files) COMPLETE
59032024-08-03T04:05:29.111Z[ recovery-image] Aug 03 04:05:27.287 INFO O| Aug 03 04:05:27.287 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-08-03T04:05:29.117Z[ recovery-image] Aug 03 04:05:27.296 INFO O| Aug 03 04:05:27.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59052024-08-03T04:05:29.121Z[ recovery-image] Aug 03 04:05:27.296 INFO O| Aug 03 04:05:27.296 INFO STEP 681 (remove_files) COMPLETE
59062024-08-03T04:05:29.121Z[ recovery-image] Aug 03 04:05:27.296 INFO O| Aug 03 04:05:27.296 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-08-03T04:05:29.126Z[ recovery-image] Aug 03 04:05:27.305 INFO O| Aug 03 04:05:27.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59082024-08-03T04:05:29.126Z[ recovery-image] Aug 03 04:05:27.305 INFO O| Aug 03 04:05:27.305 INFO STEP 682 (remove_files) COMPLETE
59092024-08-03T04:05:29.129Z[ recovery-image] Aug 03 04:05:27.305 INFO O| Aug 03 04:05:27.305 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-08-03T04:05:29.135Z[ recovery-image] Aug 03 04:05:27.314 INFO O| Aug 03 04:05:27.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59112024-08-03T04:05:29.135Z[ recovery-image] Aug 03 04:05:27.314 INFO O| Aug 03 04:05:27.314 INFO STEP 683 (remove_files) COMPLETE
59122024-08-03T04:05:29.135Z[ recovery-image] Aug 03 04:05:27.314 INFO O| Aug 03 04:05:27.314 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-08-03T04:05:29.144Z[ recovery-image] Aug 03 04:05:27.323 INFO O| Aug 03 04:05:27.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59142024-08-03T04:05:29.144Z[ recovery-image] Aug 03 04:05:27.323 INFO O| Aug 03 04:05:27.323 INFO STEP 684 (remove_files) COMPLETE
59152024-08-03T04:05:29.147Z[ recovery-image] Aug 03 04:05:27.323 INFO O| Aug 03 04:05:27.323 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-08-03T04:05:29.153Z[ recovery-image] Aug 03 04:05:27.332 INFO O| Aug 03 04:05:27.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59172024-08-03T04:05:29.153Z[ recovery-image] Aug 03 04:05:27.332 INFO O| Aug 03 04:05:27.332 INFO STEP 685 (remove_files) COMPLETE
59182024-08-03T04:05:29.154Z[ recovery-image] Aug 03 04:05:27.332 INFO O| Aug 03 04:05:27.332 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-08-03T04:05:29.163Z[ recovery-image] Aug 03 04:05:27.341 INFO O| Aug 03 04:05:27.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59202024-08-03T04:05:29.163Z[ recovery-image] Aug 03 04:05:27.341 INFO O| Aug 03 04:05:27.341 INFO STEP 686 (remove_files) COMPLETE
59212024-08-03T04:05:29.165Z[ recovery-image] Aug 03 04:05:27.341 INFO O| Aug 03 04:05:27.341 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-08-03T04:05:29.171Z[ recovery-image] Aug 03 04:05:27.350 INFO O| Aug 03 04:05:27.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59232024-08-03T04:05:29.171Z[ recovery-image] Aug 03 04:05:27.350 INFO O| Aug 03 04:05:27.350 INFO STEP 687 (remove_files) COMPLETE
59242024-08-03T04:05:29.171Z[ recovery-image] Aug 03 04:05:27.350 INFO O| Aug 03 04:05:27.350 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-08-03T04:05:29.181Z[ recovery-image] Aug 03 04:05:27.359 INFO O| Aug 03 04:05:27.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59262024-08-03T04:05:29.182Z[ recovery-image] Aug 03 04:05:27.359 INFO O| Aug 03 04:05:27.359 INFO STEP 688 (remove_files) COMPLETE
59272024-08-03T04:05:29.182Z[ recovery-image] Aug 03 04:05:27.359 INFO O| Aug 03 04:05:27.359 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-08-03T04:05:29.194Z[ recovery-image] Aug 03 04:05:27.368 INFO O| Aug 03 04:05:27.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59292024-08-03T04:05:29.194Z[ recovery-image] Aug 03 04:05:27.368 INFO O| Aug 03 04:05:27.368 INFO STEP 689 (remove_files) COMPLETE
59302024-08-03T04:05:29.201Z[ recovery-image] Aug 03 04:05:27.368 INFO O| Aug 03 04:05:27.368 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-08-03T04:05:29.202Z[ recovery-image] Aug 03 04:05:27.377 INFO O| Aug 03 04:05:27.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59322024-08-03T04:05:29.202Z[ recovery-image] Aug 03 04:05:27.378 INFO O| Aug 03 04:05:27.378 INFO STEP 690 (remove_files) COMPLETE
59332024-08-03T04:05:29.202Z[ recovery-image] Aug 03 04:05:27.378 INFO O| Aug 03 04:05:27.378 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-08-03T04:05:29.209Z[ recovery-image] Aug 03 04:05:27.387 INFO O| Aug 03 04:05:27.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59352024-08-03T04:05:29.209Z[ recovery-image] Aug 03 04:05:27.387 INFO O| Aug 03 04:05:27.387 INFO STEP 691 (remove_files) COMPLETE
59362024-08-03T04:05:29.214Z[ recovery-image] Aug 03 04:05:27.387 INFO O| Aug 03 04:05:27.387 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-08-03T04:05:29.224Z[ recovery-image] Aug 03 04:05:27.396 INFO O| Aug 03 04:05:27.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59382024-08-03T04:05:29.224Z[ recovery-image] Aug 03 04:05:27.396 INFO O| Aug 03 04:05:27.396 INFO STEP 692 (remove_files) COMPLETE
59392024-08-03T04:05:29.224Z[ recovery-image] Aug 03 04:05:27.396 INFO O| Aug 03 04:05:27.396 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-08-03T04:05:29.232Z[ recovery-image] Aug 03 04:05:27.405 INFO O| Aug 03 04:05:27.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59412024-08-03T04:05:29.232Z[ recovery-image] Aug 03 04:05:27.405 INFO O| Aug 03 04:05:27.405 INFO STEP 693 (remove_files) COMPLETE
59422024-08-03T04:05:29.233Z[ recovery-image] Aug 03 04:05:27.405 INFO O| Aug 03 04:05:27.405 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-08-03T04:05:29.240Z[ recovery-image] Aug 03 04:05:27.414 INFO O| Aug 03 04:05:27.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59442024-08-03T04:05:29.240Z[ recovery-image] Aug 03 04:05:27.414 INFO O| Aug 03 04:05:27.414 INFO STEP 694 (remove_files) COMPLETE
59452024-08-03T04:05:29.241Z[ recovery-image] Aug 03 04:05:27.414 INFO O| Aug 03 04:05:27.414 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-08-03T04:05:29.247Z[ recovery-image] Aug 03 04:05:27.423 INFO O| Aug 03 04:05:27.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59472024-08-03T04:05:29.247Z[ recovery-image] Aug 03 04:05:27.423 INFO O| Aug 03 04:05:27.423 INFO STEP 695 (remove_files) COMPLETE
59482024-08-03T04:05:29.247Z[ recovery-image] Aug 03 04:05:27.423 INFO O| Aug 03 04:05:27.423 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-08-03T04:05:29.254Z[ recovery-image] Aug 03 04:05:27.432 INFO O| Aug 03 04:05:27.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59502024-08-03T04:05:29.254Z[ recovery-image] Aug 03 04:05:27.432 INFO O| Aug 03 04:05:27.432 INFO STEP 696 (remove_files) COMPLETE
59512024-08-03T04:05:29.254Z[ recovery-image] Aug 03 04:05:27.432 INFO O| Aug 03 04:05:27.432 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-08-03T04:05:29.262Z[ recovery-image] Aug 03 04:05:27.441 INFO O| Aug 03 04:05:27.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59532024-08-03T04:05:29.263Z[ recovery-image] Aug 03 04:05:27.442 INFO O| Aug 03 04:05:27.441 INFO STEP 697 (remove_files) COMPLETE
59542024-08-03T04:05:29.266Z[ recovery-image] Aug 03 04:05:27.442 INFO O| Aug 03 04:05:27.442 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-08-03T04:05:29.272Z[ recovery-image] Aug 03 04:05:27.451 INFO O| Aug 03 04:05:27.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59562024-08-03T04:05:29.279Z[ recovery-image] Aug 03 04:05:27.451 INFO O| Aug 03 04:05:27.451 INFO STEP 698 (remove_files) COMPLETE
59572024-08-03T04:05:29.279Z[ recovery-image] Aug 03 04:05:27.451 INFO O| Aug 03 04:05:27.451 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-08-03T04:05:29.283Z[ recovery-image] Aug 03 04:05:27.460 INFO O| Aug 03 04:05:27.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59592024-08-03T04:05:29.283Z[ recovery-image] Aug 03 04:05:27.460 INFO O| Aug 03 04:05:27.460 INFO STEP 699 (remove_files) COMPLETE
59602024-08-03T04:05:29.283Z[ recovery-image] Aug 03 04:05:27.460 INFO O| Aug 03 04:05:27.460 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-08-03T04:05:29.290Z[ recovery-image] Aug 03 04:05:27.469 INFO O| Aug 03 04:05:27.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59622024-08-03T04:05:29.293Z[ recovery-image] Aug 03 04:05:27.469 INFO O| Aug 03 04:05:27.469 INFO STEP 700 (remove_files) COMPLETE
59632024-08-03T04:05:29.293Z[ recovery-image] Aug 03 04:05:27.469 INFO O| Aug 03 04:05:27.469 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-08-03T04:05:29.300Z[ recovery-image] Aug 03 04:05:27.479 INFO O| Aug 03 04:05:27.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59652024-08-03T04:05:29.300Z[ recovery-image] Aug 03 04:05:27.479 INFO O| Aug 03 04:05:27.479 INFO STEP 701 (remove_files) COMPLETE
59662024-08-03T04:05:29.303Z[ recovery-image] Aug 03 04:05:27.479 INFO O| Aug 03 04:05:27.479 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-08-03T04:05:29.309Z[ recovery-image] Aug 03 04:05:27.488 INFO O| Aug 03 04:05:27.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59682024-08-03T04:05:29.310Z[ recovery-image] Aug 03 04:05:27.488 INFO O| Aug 03 04:05:27.488 INFO STEP 702 (remove_files) COMPLETE
59692024-08-03T04:05:29.312Z[ recovery-image] Aug 03 04:05:27.488 INFO O| Aug 03 04:05:27.488 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-08-03T04:05:29.319Z[ recovery-image] Aug 03 04:05:27.497 INFO O| Aug 03 04:05:27.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59712024-08-03T04:05:29.321Z[ recovery-image] Aug 03 04:05:27.498 INFO O| Aug 03 04:05:27.497 INFO STEP 703 (remove_files) COMPLETE
59722024-08-03T04:05:29.321Z[ recovery-image] Aug 03 04:05:27.498 INFO O| Aug 03 04:05:27.498 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-08-03T04:05:29.328Z[ recovery-image] Aug 03 04:05:27.507 INFO O| Aug 03 04:05:27.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59742024-08-03T04:05:29.328Z[ recovery-image] Aug 03 04:05:27.507 INFO O| Aug 03 04:05:27.507 INFO STEP 704 (remove_files) COMPLETE
59752024-08-03T04:05:29.328Z[ recovery-image] Aug 03 04:05:27.507 INFO O| Aug 03 04:05:27.507 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-08-03T04:05:29.337Z[ recovery-image] Aug 03 04:05:27.516 INFO O| Aug 03 04:05:27.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59772024-08-03T04:05:29.337Z[ recovery-image] Aug 03 04:05:27.516 INFO O| Aug 03 04:05:27.516 INFO STEP 705 (remove_files) COMPLETE
59782024-08-03T04:05:29.339Z[ recovery-image] Aug 03 04:05:27.516 INFO O| Aug 03 04:05:27.516 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-08-03T04:05:29.346Z[ recovery-image] Aug 03 04:05:27.525 INFO O| Aug 03 04:05:27.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59802024-08-03T04:05:29.349Z[ recovery-image] Aug 03 04:05:27.525 INFO O| Aug 03 04:05:27.525 INFO STEP 706 (remove_files) COMPLETE
59812024-08-03T04:05:29.349Z[ recovery-image] Aug 03 04:05:27.525 INFO O| Aug 03 04:05:27.525 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-08-03T04:05:29.355Z[ recovery-image] Aug 03 04:05:27.534 INFO O| Aug 03 04:05:27.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59832024-08-03T04:05:29.355Z[ recovery-image] Aug 03 04:05:27.534 INFO O| Aug 03 04:05:27.534 INFO STEP 707 (remove_files) COMPLETE
59842024-08-03T04:05:29.358Z[ recovery-image] Aug 03 04:05:27.534 INFO O| Aug 03 04:05:27.534 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-08-03T04:05:29.364Z[ recovery-image] Aug 03 04:05:27.543 INFO O| Aug 03 04:05:27.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
59862024-08-03T04:05:29.364Z[ recovery-image] Aug 03 04:05:27.543 INFO O| Aug 03 04:05:27.543 INFO STEP 708 (remove_files) COMPLETE
59872024-08-03T04:05:29.367Z[ recovery-image] Aug 03 04:05:27.543 INFO O| Aug 03 04:05:27.543 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-08-03T04:05:29.373Z[ recovery-image] Aug 03 04:05:27.552 INFO O| Aug 03 04:05:27.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
59892024-08-03T04:05:29.376Z[ recovery-image] Aug 03 04:05:27.552 INFO O| Aug 03 04:05:27.552 INFO STEP 709 (remove_files) COMPLETE
59902024-08-03T04:05:29.376Z[ recovery-image] Aug 03 04:05:27.552 INFO O| Aug 03 04:05:27.552 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-08-03T04:05:29.382Z[ recovery-image] Aug 03 04:05:27.561 INFO O| Aug 03 04:05:27.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
59922024-08-03T04:05:29.382Z[ recovery-image] Aug 03 04:05:27.561 INFO O| Aug 03 04:05:27.561 INFO STEP 710 (remove_files) COMPLETE
59932024-08-03T04:05:29.382Z[ recovery-image] Aug 03 04:05:27.561 INFO O| Aug 03 04:05:27.561 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-08-03T04:05:29.391Z[ recovery-image] Aug 03 04:05:27.570 INFO O| Aug 03 04:05:27.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
59952024-08-03T04:05:29.391Z[ recovery-image] Aug 03 04:05:27.570 INFO O| Aug 03 04:05:27.570 INFO STEP 711 (remove_files) COMPLETE
59962024-08-03T04:05:29.394Z[ recovery-image] Aug 03 04:05:27.570 INFO O| Aug 03 04:05:27.570 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-08-03T04:05:29.400Z[ recovery-image] Aug 03 04:05:27.579 INFO O| Aug 03 04:05:27.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
59982024-08-03T04:05:29.400Z[ recovery-image] Aug 03 04:05:27.579 INFO O| Aug 03 04:05:27.579 INFO STEP 712 (remove_files) COMPLETE
59992024-08-03T04:05:29.403Z[ recovery-image] Aug 03 04:05:27.579 INFO O| Aug 03 04:05:27.579 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-08-03T04:05:29.409Z[ recovery-image] Aug 03 04:05:27.588 INFO O| Aug 03 04:05:27.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60012024-08-03T04:05:29.412Z[ recovery-image] Aug 03 04:05:27.589 INFO O| Aug 03 04:05:27.589 INFO STEP 713 (remove_files) COMPLETE
60022024-08-03T04:05:29.412Z[ recovery-image] Aug 03 04:05:27.589 INFO O| Aug 03 04:05:27.589 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-08-03T04:05:29.419Z[ recovery-image] Aug 03 04:05:27.598 INFO O| Aug 03 04:05:27.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60042024-08-03T04:05:29.419Z[ recovery-image] Aug 03 04:05:27.598 INFO O| Aug 03 04:05:27.598 INFO STEP 714 (remove_files) COMPLETE
60052024-08-03T04:05:29.419Z[ recovery-image] Aug 03 04:05:27.598 INFO O| Aug 03 04:05:27.598 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-08-03T04:05:29.428Z[ recovery-image] Aug 03 04:05:27.607 INFO O| Aug 03 04:05:27.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60072024-08-03T04:05:29.428Z[ recovery-image] Aug 03 04:05:27.607 INFO O| Aug 03 04:05:27.607 INFO STEP 715 (remove_files) COMPLETE
60082024-08-03T04:05:29.428Z[ recovery-image] Aug 03 04:05:27.607 INFO O| Aug 03 04:05:27.607 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-08-03T04:05:29.439Z[ recovery-image] Aug 03 04:05:27.616 INFO O| Aug 03 04:05:27.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60102024-08-03T04:05:29.446Z[ recovery-image] Aug 03 04:05:27.616 INFO O| Aug 03 04:05:27.616 INFO STEP 716 (remove_files) COMPLETE
60112024-08-03T04:05:29.447Z[ recovery-image] Aug 03 04:05:27.616 INFO O| Aug 03 04:05:27.616 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-08-03T04:05:29.454Z[ recovery-image] Aug 03 04:05:27.625 INFO O| Aug 03 04:05:27.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60132024-08-03T04:05:29.454Z[ recovery-image] Aug 03 04:05:27.625 INFO O| Aug 03 04:05:27.625 INFO STEP 717 (remove_files) COMPLETE
60142024-08-03T04:05:29.454Z[ recovery-image] Aug 03 04:05:27.625 INFO O| Aug 03 04:05:27.625 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-08-03T04:05:29.461Z[ recovery-image] Aug 03 04:05:27.634 INFO O| Aug 03 04:05:27.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60162024-08-03T04:05:29.461Z[ recovery-image] Aug 03 04:05:27.634 INFO O| Aug 03 04:05:27.634 INFO STEP 718 (remove_files) COMPLETE
60172024-08-03T04:05:29.461Z[ recovery-image] Aug 03 04:05:27.634 INFO O| Aug 03 04:05:27.634 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-08-03T04:05:29.475Z[ recovery-image] Aug 03 04:05:27.643 INFO O| Aug 03 04:05:27.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60192024-08-03T04:05:29.475Z[ recovery-image] Aug 03 04:05:27.643 INFO O| Aug 03 04:05:27.643 INFO STEP 719 (remove_files) COMPLETE
60202024-08-03T04:05:29.475Z[ recovery-image] Aug 03 04:05:27.644 INFO O| Aug 03 04:05:27.643 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-08-03T04:05:29.483Z[ recovery-image] Aug 03 04:05:27.652 INFO O| Aug 03 04:05:27.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60222024-08-03T04:05:29.483Z[ recovery-image] Aug 03 04:05:27.653 INFO O| Aug 03 04:05:27.653 INFO STEP 720 (remove_files) COMPLETE
60232024-08-03T04:05:29.483Z[ recovery-image] Aug 03 04:05:27.653 INFO O| Aug 03 04:05:27.653 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-08-03T04:05:29.487Z[ recovery-image] Aug 03 04:05:27.662 INFO O| Aug 03 04:05:27.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60252024-08-03T04:05:29.487Z[ recovery-image] Aug 03 04:05:27.662 INFO O| Aug 03 04:05:27.662 INFO STEP 721 (remove_files) COMPLETE
60262024-08-03T04:05:29.487Z[ recovery-image] Aug 03 04:05:27.662 INFO O| Aug 03 04:05:27.662 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-08-03T04:05:29.493Z[ recovery-image] Aug 03 04:05:27.671 INFO O| Aug 03 04:05:27.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60282024-08-03T04:05:29.493Z[ recovery-image] Aug 03 04:05:27.671 INFO O| Aug 03 04:05:27.671 INFO STEP 722 (remove_files) COMPLETE
60292024-08-03T04:05:29.500Z[ recovery-image] Aug 03 04:05:27.671 INFO O| Aug 03 04:05:27.671 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-08-03T04:05:29.508Z[ recovery-image] Aug 03 04:05:27.680 INFO O| Aug 03 04:05:27.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60312024-08-03T04:05:29.508Z[ recovery-image] Aug 03 04:05:27.680 INFO O| Aug 03 04:05:27.680 INFO STEP 723 (remove_files) COMPLETE
60322024-08-03T04:05:29.508Z[ recovery-image] Aug 03 04:05:27.680 INFO O| Aug 03 04:05:27.680 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-08-03T04:05:29.512Z[ recovery-image] Aug 03 04:05:27.689 INFO O| Aug 03 04:05:27.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60342024-08-03T04:05:29.512Z[ recovery-image] Aug 03 04:05:27.689 INFO O| Aug 03 04:05:27.689 INFO STEP 724 (remove_files) COMPLETE
60352024-08-03T04:05:29.512Z[ recovery-image] Aug 03 04:05:27.689 INFO O| Aug 03 04:05:27.689 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-08-03T04:05:29.519Z[ recovery-image] Aug 03 04:05:27.698 INFO O| Aug 03 04:05:27.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60372024-08-03T04:05:29.520Z[ recovery-image] Aug 03 04:05:27.698 INFO O| Aug 03 04:05:27.698 INFO STEP 725 (remove_files) COMPLETE
60382024-08-03T04:05:29.523Z[ recovery-image] Aug 03 04:05:27.698 INFO O| Aug 03 04:05:27.698 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-08-03T04:05:29.529Z[ recovery-image] Aug 03 04:05:27.707 INFO O| Aug 03 04:05:27.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60402024-08-03T04:05:29.529Z[ recovery-image] Aug 03 04:05:27.708 INFO O| Aug 03 04:05:27.707 INFO STEP 726 (remove_files) COMPLETE
60412024-08-03T04:05:29.529Z[ recovery-image] Aug 03 04:05:27.708 INFO O| Aug 03 04:05:27.708 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-08-03T04:05:29.538Z[ recovery-image] Aug 03 04:05:27.717 INFO O| Aug 03 04:05:27.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60432024-08-03T04:05:29.538Z[ recovery-image] Aug 03 04:05:27.717 INFO O| Aug 03 04:05:27.717 INFO STEP 727 (remove_files) COMPLETE
60442024-08-03T04:05:29.538Z[ recovery-image] Aug 03 04:05:27.717 INFO O| Aug 03 04:05:27.717 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-08-03T04:05:29.547Z[ recovery-image] Aug 03 04:05:27.726 INFO O| Aug 03 04:05:27.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60462024-08-03T04:05:29.547Z[ recovery-image] Aug 03 04:05:27.726 INFO O| Aug 03 04:05:27.726 INFO STEP 728 (remove_files) COMPLETE
60472024-08-03T04:05:29.550Z[ recovery-image] Aug 03 04:05:27.726 INFO O| Aug 03 04:05:27.726 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-08-03T04:05:29.556Z[ recovery-image] Aug 03 04:05:27.735 INFO O| Aug 03 04:05:27.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60492024-08-03T04:05:29.556Z[ recovery-image] Aug 03 04:05:27.735 INFO O| Aug 03 04:05:27.735 INFO STEP 729 (remove_files) COMPLETE
60502024-08-03T04:05:29.559Z[ recovery-image] Aug 03 04:05:27.735 INFO O| Aug 03 04:05:27.735 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-08-03T04:05:29.565Z[ recovery-image] Aug 03 04:05:27.744 INFO O| Aug 03 04:05:27.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60522024-08-03T04:05:29.565Z[ recovery-image] Aug 03 04:05:27.744 INFO O| Aug 03 04:05:27.744 INFO STEP 730 (remove_files) COMPLETE
60532024-08-03T04:05:29.568Z[ recovery-image] Aug 03 04:05:27.744 INFO O| Aug 03 04:05:27.744 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-08-03T04:05:29.574Z[ recovery-image] Aug 03 04:05:27.753 INFO O| Aug 03 04:05:27.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60552024-08-03T04:05:29.574Z[ recovery-image] Aug 03 04:05:27.753 INFO O| Aug 03 04:05:27.753 INFO STEP 731 (remove_files) COMPLETE
60562024-08-03T04:05:29.577Z[ recovery-image] Aug 03 04:05:27.753 INFO O| Aug 03 04:05:27.753 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-08-03T04:05:29.583Z[ recovery-image] Aug 03 04:05:27.762 INFO O| Aug 03 04:05:27.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60582024-08-03T04:05:29.583Z[ recovery-image] Aug 03 04:05:27.762 INFO O| Aug 03 04:05:27.762 INFO STEP 732 (remove_files) COMPLETE
60592024-08-03T04:05:29.586Z[ recovery-image] Aug 03 04:05:27.762 INFO O| Aug 03 04:05:27.762 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-08-03T04:05:29.592Z[ recovery-image] Aug 03 04:05:27.771 INFO O| Aug 03 04:05:27.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60612024-08-03T04:05:29.593Z[ recovery-image] Aug 03 04:05:27.771 INFO O| Aug 03 04:05:27.771 INFO STEP 733 (remove_files) COMPLETE
60622024-08-03T04:05:29.593Z[ recovery-image] Aug 03 04:05:27.771 INFO O| Aug 03 04:05:27.771 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-08-03T04:05:29.601Z[ recovery-image] Aug 03 04:05:27.780 INFO O| Aug 03 04:05:27.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60642024-08-03T04:05:29.602Z[ recovery-image] Aug 03 04:05:27.780 INFO O| Aug 03 04:05:27.780 INFO STEP 734 (remove_files) COMPLETE
60652024-08-03T04:05:29.602Z[ recovery-image] Aug 03 04:05:27.780 INFO O| Aug 03 04:05:27.780 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-08-03T04:05:29.611Z[ recovery-image] Aug 03 04:05:27.790 INFO O| Aug 03 04:05:27.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60672024-08-03T04:05:29.611Z[ recovery-image] Aug 03 04:05:27.790 INFO O| Aug 03 04:05:27.790 INFO STEP 735 (remove_files) COMPLETE
60682024-08-03T04:05:29.613Z[ recovery-image] Aug 03 04:05:27.790 INFO O| Aug 03 04:05:27.790 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-08-03T04:05:29.620Z[ recovery-image] Aug 03 04:05:27.799 INFO O| Aug 03 04:05:27.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60702024-08-03T04:05:29.620Z[ recovery-image] Aug 03 04:05:27.799 INFO O| Aug 03 04:05:27.799 INFO STEP 736 (remove_files) COMPLETE
60712024-08-03T04:05:29.620Z[ recovery-image] Aug 03 04:05:27.799 INFO O| Aug 03 04:05:27.799 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-08-03T04:05:29.629Z[ recovery-image] Aug 03 04:05:27.808 INFO O| Aug 03 04:05:27.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60732024-08-03T04:05:29.629Z[ recovery-image] Aug 03 04:05:27.808 INFO O| Aug 03 04:05:27.808 INFO STEP 737 (remove_files) COMPLETE
60742024-08-03T04:05:29.632Z[ recovery-image] Aug 03 04:05:27.808 INFO O| Aug 03 04:05:27.808 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-08-03T04:05:29.638Z[ recovery-image] Aug 03 04:05:27.817 INFO O| Aug 03 04:05:27.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60762024-08-03T04:05:29.638Z[ recovery-image] Aug 03 04:05:27.817 INFO O| Aug 03 04:05:27.817 INFO STEP 738 (remove_files) COMPLETE
60772024-08-03T04:05:29.638Z[ recovery-image] Aug 03 04:05:27.817 INFO O| Aug 03 04:05:27.817 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-08-03T04:05:29.647Z[ recovery-image] Aug 03 04:05:27.826 INFO O| Aug 03 04:05:27.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60792024-08-03T04:05:29.647Z[ recovery-image] Aug 03 04:05:27.826 INFO O| Aug 03 04:05:27.826 INFO STEP 739 (remove_files) COMPLETE
60802024-08-03T04:05:29.647Z[ recovery-image] Aug 03 04:05:27.826 INFO O| Aug 03 04:05:27.826 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-08-03T04:05:29.656Z[ recovery-image] Aug 03 04:05:27.835 INFO O| Aug 03 04:05:27.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60822024-08-03T04:05:29.656Z[ recovery-image] Aug 03 04:05:27.835 INFO O| Aug 03 04:05:27.835 INFO STEP 740 (remove_files) COMPLETE
60832024-08-03T04:05:29.659Z[ recovery-image] Aug 03 04:05:27.835 INFO O| Aug 03 04:05:27.835 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-08-03T04:05:29.665Z[ recovery-image] Aug 03 04:05:27.844 INFO O| Aug 03 04:05:27.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
60852024-08-03T04:05:29.665Z[ recovery-image] Aug 03 04:05:27.844 INFO O| Aug 03 04:05:27.844 INFO STEP 741 (remove_files) COMPLETE
60862024-08-03T04:05:29.668Z[ recovery-image] Aug 03 04:05:27.844 INFO O| Aug 03 04:05:27.844 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-08-03T04:05:29.674Z[ recovery-image] Aug 03 04:05:27.853 INFO O| Aug 03 04:05:27.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
60882024-08-03T04:05:29.674Z[ recovery-image] Aug 03 04:05:27.853 INFO O| Aug 03 04:05:27.853 INFO STEP 742 (remove_files) COMPLETE
60892024-08-03T04:05:29.677Z[ recovery-image] Aug 03 04:05:27.853 INFO O| Aug 03 04:05:27.853 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-08-03T04:05:29.683Z[ recovery-image] Aug 03 04:05:27.862 INFO O| Aug 03 04:05:27.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
60912024-08-03T04:05:29.683Z[ recovery-image] Aug 03 04:05:27.862 INFO O| Aug 03 04:05:27.862 INFO STEP 743 (remove_files) COMPLETE
60922024-08-03T04:05:29.687Z[ recovery-image] Aug 03 04:05:27.862 INFO O| Aug 03 04:05:27.862 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-08-03T04:05:29.692Z[ recovery-image] Aug 03 04:05:27.871 INFO O| Aug 03 04:05:27.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
60942024-08-03T04:05:29.693Z[ recovery-image] Aug 03 04:05:27.871 INFO O| Aug 03 04:05:27.871 INFO STEP 744 (remove_files) COMPLETE
60952024-08-03T04:05:29.693Z[ recovery-image] Aug 03 04:05:27.871 INFO O| Aug 03 04:05:27.871 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-08-03T04:05:29.701Z[ recovery-image] Aug 03 04:05:27.880 INFO O| Aug 03 04:05:27.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
60972024-08-03T04:05:29.701Z[ recovery-image] Aug 03 04:05:27.880 INFO O| Aug 03 04:05:27.880 INFO STEP 745 (remove_files) COMPLETE
60982024-08-03T04:05:29.704Z[ recovery-image] Aug 03 04:05:27.880 INFO O| Aug 03 04:05:27.880 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-08-03T04:05:29.710Z[ recovery-image] Aug 03 04:05:27.889 INFO O| Aug 03 04:05:27.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61002024-08-03T04:05:29.714Z[ recovery-image] Aug 03 04:05:27.889 INFO O| Aug 03 04:05:27.889 INFO STEP 746 (remove_files) COMPLETE
61012024-08-03T04:05:29.714Z[ recovery-image] Aug 03 04:05:27.889 INFO O| Aug 03 04:05:27.889 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-08-03T04:05:29.719Z[ recovery-image] Aug 03 04:05:27.898 INFO O| Aug 03 04:05:27.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61032024-08-03T04:05:29.723Z[ recovery-image] Aug 03 04:05:27.898 INFO O| Aug 03 04:05:27.898 INFO STEP 747 (remove_files) COMPLETE
61042024-08-03T04:05:29.723Z[ recovery-image] Aug 03 04:05:27.898 INFO O| Aug 03 04:05:27.898 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-08-03T04:05:29.729Z[ recovery-image] Aug 03 04:05:27.907 INFO O| Aug 03 04:05:27.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61062024-08-03T04:05:29.729Z[ recovery-image] Aug 03 04:05:27.908 INFO O| Aug 03 04:05:27.908 INFO STEP 748 (remove_files) COMPLETE
61072024-08-03T04:05:29.731Z[ recovery-image] Aug 03 04:05:27.908 INFO O| Aug 03 04:05:27.908 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-08-03T04:05:29.738Z[ recovery-image] Aug 03 04:05:27.917 INFO O| Aug 03 04:05:27.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61092024-08-03T04:05:29.740Z[ recovery-image] Aug 03 04:05:27.917 INFO O| Aug 03 04:05:27.917 INFO STEP 749 (remove_files) COMPLETE
61102024-08-03T04:05:29.740Z[ recovery-image] Aug 03 04:05:27.917 INFO O| Aug 03 04:05:27.917 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-08-03T04:05:29.748Z[ recovery-image] Aug 03 04:05:27.926 INFO O| Aug 03 04:05:27.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61122024-08-03T04:05:29.748Z[ recovery-image] Aug 03 04:05:27.926 INFO O| Aug 03 04:05:27.926 INFO STEP 750 (remove_files) COMPLETE
61132024-08-03T04:05:29.751Z[ recovery-image] Aug 03 04:05:27.926 INFO O| Aug 03 04:05:27.926 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-08-03T04:05:29.756Z[ recovery-image] Aug 03 04:05:27.935 INFO O| Aug 03 04:05:27.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61152024-08-03T04:05:29.756Z[ recovery-image] Aug 03 04:05:27.935 INFO O| Aug 03 04:05:27.935 INFO STEP 751 (remove_files) COMPLETE
61162024-08-03T04:05:29.759Z[ recovery-image] Aug 03 04:05:27.935 INFO O| Aug 03 04:05:27.935 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-08-03T04:05:29.765Z[ recovery-image] Aug 03 04:05:27.944 INFO O| Aug 03 04:05:27.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61182024-08-03T04:05:29.765Z[ recovery-image] Aug 03 04:05:27.944 INFO O| Aug 03 04:05:27.944 INFO STEP 752 (remove_files) COMPLETE
61192024-08-03T04:05:29.766Z[ recovery-image] Aug 03 04:05:27.944 INFO O| Aug 03 04:05:27.944 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-08-03T04:05:29.775Z[ recovery-image] Aug 03 04:05:27.954 INFO O| Aug 03 04:05:27.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61212024-08-03T04:05:29.775Z[ recovery-image] Aug 03 04:05:27.954 INFO O| Aug 03 04:05:27.954 INFO STEP 753 (remove_files) COMPLETE
61222024-08-03T04:05:29.778Z[ recovery-image] Aug 03 04:05:27.954 INFO O| Aug 03 04:05:27.954 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-08-03T04:05:29.784Z[ recovery-image] Aug 03 04:05:27.963 INFO O| Aug 03 04:05:27.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61242024-08-03T04:05:29.784Z[ recovery-image] Aug 03 04:05:27.963 INFO O| Aug 03 04:05:27.963 INFO STEP 754 (remove_files) COMPLETE
61252024-08-03T04:05:29.784Z[ recovery-image] Aug 03 04:05:27.963 INFO O| Aug 03 04:05:27.963 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-08-03T04:05:29.794Z[ recovery-image] Aug 03 04:05:27.973 INFO O| Aug 03 04:05:27.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61272024-08-03T04:05:29.797Z[ recovery-image] Aug 03 04:05:27.973 INFO O| Aug 03 04:05:27.973 INFO STEP 755 (remove_files) COMPLETE
61282024-08-03T04:05:29.797Z[ recovery-image] Aug 03 04:05:27.973 INFO O| Aug 03 04:05:27.973 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-08-03T04:05:29.803Z[ recovery-image] Aug 03 04:05:27.982 INFO O| Aug 03 04:05:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61302024-08-03T04:05:29.803Z[ recovery-image] Aug 03 04:05:27.982 INFO O| Aug 03 04:05:27.982 INFO STEP 756 (remove_files) COMPLETE
61312024-08-03T04:05:29.803Z[ recovery-image] Aug 03 04:05:27.982 INFO O| Aug 03 04:05:27.982 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-08-03T04:05:29.812Z[ recovery-image] Aug 03 04:05:27.991 INFO O| Aug 03 04:05:27.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61332024-08-03T04:05:29.812Z[ recovery-image] Aug 03 04:05:27.991 INFO O| Aug 03 04:05:27.991 INFO STEP 757 (remove_files) COMPLETE
61342024-08-03T04:05:29.812Z[ recovery-image] Aug 03 04:05:27.991 INFO O| Aug 03 04:05:27.991 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-08-03T04:05:29.822Z[ recovery-image] Aug 03 04:05:28.000 INFO O| Aug 03 04:05:28.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61362024-08-03T04:05:29.822Z[ recovery-image] Aug 03 04:05:28.000 INFO O| Aug 03 04:05:28.000 INFO STEP 758 (remove_files) COMPLETE
61372024-08-03T04:05:29.825Z[ recovery-image] Aug 03 04:05:28.000 INFO O| Aug 03 04:05:28.000 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-08-03T04:05:29.832Z[ recovery-image] Aug 03 04:05:28.011 INFO O| Aug 03 04:05:28.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61392024-08-03T04:05:29.832Z[ recovery-image] Aug 03 04:05:28.011 INFO O| Aug 03 04:05:28.011 INFO STEP 759 (remove_files) COMPLETE
61402024-08-03T04:05:29.835Z[ recovery-image] Aug 03 04:05:28.011 INFO O| Aug 03 04:05:28.011 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-08-03T04:05:29.841Z[ recovery-image] Aug 03 04:05:28.020 INFO O| Aug 03 04:05:28.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61422024-08-03T04:05:29.841Z[ recovery-image] Aug 03 04:05:28.020 INFO O| Aug 03 04:05:28.020 INFO STEP 760 (remove_files) COMPLETE
61432024-08-03T04:05:29.845Z[ recovery-image] Aug 03 04:05:28.020 INFO O| Aug 03 04:05:28.020 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-08-03T04:05:29.851Z[ recovery-image] Aug 03 04:05:28.030 INFO O| Aug 03 04:05:28.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61452024-08-03T04:05:29.854Z[ recovery-image] Aug 03 04:05:28.030 INFO O| Aug 03 04:05:28.030 INFO STEP 761 (remove_files) COMPLETE
61462024-08-03T04:05:29.854Z[ recovery-image] Aug 03 04:05:28.030 INFO O| Aug 03 04:05:28.030 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-08-03T04:05:29.860Z[ recovery-image] Aug 03 04:05:28.039 INFO O| Aug 03 04:05:28.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61482024-08-03T04:05:29.860Z[ recovery-image] Aug 03 04:05:28.039 INFO O| Aug 03 04:05:28.039 INFO STEP 762 (remove_files) COMPLETE
61492024-08-03T04:05:29.860Z[ recovery-image] Aug 03 04:05:28.039 INFO O| Aug 03 04:05:28.039 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-08-03T04:05:29.871Z[ recovery-image] Aug 03 04:05:28.049 INFO O| Aug 03 04:05:28.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61512024-08-03T04:05:29.871Z[ recovery-image] Aug 03 04:05:28.049 INFO O| Aug 03 04:05:28.049 INFO STEP 763 (remove_files) COMPLETE
61522024-08-03T04:05:29.873Z[ recovery-image] Aug 03 04:05:28.049 INFO O| Aug 03 04:05:28.049 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-08-03T04:05:29.880Z[ recovery-image] Aug 03 04:05:28.059 INFO O| Aug 03 04:05:28.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61542024-08-03T04:05:29.881Z[ recovery-image] Aug 03 04:05:28.059 INFO O| Aug 03 04:05:28.059 INFO STEP 764 (remove_files) COMPLETE
61552024-08-03T04:05:29.881Z[ recovery-image] Aug 03 04:05:28.059 INFO O| Aug 03 04:05:28.059 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-08-03T04:05:29.890Z[ recovery-image] Aug 03 04:05:28.068 INFO O| Aug 03 04:05:28.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61572024-08-03T04:05:29.890Z[ recovery-image] Aug 03 04:05:28.069 INFO O| Aug 03 04:05:28.068 INFO STEP 765 (remove_files) COMPLETE
61582024-08-03T04:05:29.890Z[ recovery-image] Aug 03 04:05:28.069 INFO O| Aug 03 04:05:28.068 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-08-03T04:05:29.892Z[ host-image] Aug 03 04:05:28.070 INFO O| Aug 03 04:05:28.070 INFO O| Download: Completed 8.42 MB in 3.71 seconds (2.3M/s)
61602024-08-03T04:05:29.901Z[ recovery-image] Aug 03 04:05:28.080 INFO O| Aug 03 04:05:28.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61612024-08-03T04:05:29.901Z[ recovery-image] Aug 03 04:05:28.080 INFO O| Aug 03 04:05:28.080 INFO STEP 766 (remove_files) COMPLETE
61622024-08-03T04:05:29.904Z[ recovery-image] Aug 03 04:05:28.080 INFO O| Aug 03 04:05:28.080 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-08-03T04:05:29.910Z[ recovery-image] Aug 03 04:05:28.089 INFO O| Aug 03 04:05:28.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61642024-08-03T04:05:29.910Z[ recovery-image] Aug 03 04:05:28.089 INFO O| Aug 03 04:05:28.089 INFO STEP 767 (remove_files) COMPLETE
61652024-08-03T04:05:29.913Z[ recovery-image] Aug 03 04:05:28.089 INFO O| Aug 03 04:05:28.089 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-08-03T04:05:29.920Z[ recovery-image] Aug 03 04:05:28.099 INFO O| Aug 03 04:05:28.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61672024-08-03T04:05:29.920Z[ recovery-image] Aug 03 04:05:28.099 INFO O| Aug 03 04:05:28.099 INFO STEP 768 (remove_files) COMPLETE
61682024-08-03T04:05:29.920Z[ recovery-image] Aug 03 04:05:28.099 INFO O| Aug 03 04:05:28.099 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-08-03T04:05:29.929Z[ recovery-image] Aug 03 04:05:28.108 INFO O| Aug 03 04:05:28.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61702024-08-03T04:05:29.929Z[ recovery-image] Aug 03 04:05:28.108 INFO O| Aug 03 04:05:28.108 INFO STEP 769 (remove_files) COMPLETE
61712024-08-03T04:05:29.929Z[ recovery-image] Aug 03 04:05:28.108 INFO O| Aug 03 04:05:28.108 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-08-03T04:05:29.939Z[ recovery-image] Aug 03 04:05:28.117 INFO O| Aug 03 04:05:28.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61732024-08-03T04:05:29.942Z[ recovery-image] Aug 03 04:05:28.117 INFO O| Aug 03 04:05:28.117 INFO STEP 770 (remove_files) COMPLETE
61742024-08-03T04:05:29.942Z[ recovery-image] Aug 03 04:05:28.117 INFO O| Aug 03 04:05:28.117 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-08-03T04:05:29.945Z[ host-image] Aug 03 04:05:28.123 INFO O| Aug 03 04:05:28.123 INFO O| Actions: 1/1361 actions (Installing new actions)
61762024-08-03T04:05:29.950Z[ recovery-image] Aug 03 04:05:28.129 INFO O| Aug 03 04:05:28.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61772024-08-03T04:05:29.950Z[ recovery-image] Aug 03 04:05:28.129 INFO O| Aug 03 04:05:28.129 INFO STEP 771 (remove_files) COMPLETE
61782024-08-03T04:05:29.950Z[ recovery-image] Aug 03 04:05:28.129 INFO O| Aug 03 04:05:28.129 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-08-03T04:05:29.959Z[ recovery-image] Aug 03 04:05:28.138 INFO O| Aug 03 04:05:28.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61802024-08-03T04:05:29.959Z[ recovery-image] Aug 03 04:05:28.138 INFO O| Aug 03 04:05:28.138 INFO STEP 772 (remove_files) COMPLETE
61812024-08-03T04:05:29.959Z[ recovery-image] Aug 03 04:05:28.138 INFO O| Aug 03 04:05:28.138 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-08-03T04:05:29.968Z[ recovery-image] Aug 03 04:05:28.147 INFO O| Aug 03 04:05:28.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61832024-08-03T04:05:29.968Z[ recovery-image] Aug 03 04:05:28.147 INFO O| Aug 03 04:05:28.147 INFO STEP 773 (remove_files) COMPLETE
61842024-08-03T04:05:29.968Z[ recovery-image] Aug 03 04:05:28.147 INFO O| Aug 03 04:05:28.147 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-08-03T04:05:29.978Z[ recovery-image] Aug 03 04:05:28.156 INFO O| Aug 03 04:05:28.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
61862024-08-03T04:05:29.978Z[ recovery-image] Aug 03 04:05:28.157 INFO O| Aug 03 04:05:28.157 INFO STEP 774 (remove_files) COMPLETE
61872024-08-03T04:05:29.981Z[ recovery-image] Aug 03 04:05:28.157 INFO O| Aug 03 04:05:28.157 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-08-03T04:05:29.987Z[ recovery-image] Aug 03 04:05:28.166 INFO O| Aug 03 04:05:28.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
61892024-08-03T04:05:29.987Z[ recovery-image] Aug 03 04:05:28.166 INFO O| Aug 03 04:05:28.166 INFO STEP 775 (remove_files) COMPLETE
61902024-08-03T04:05:29.990Z[ recovery-image] Aug 03 04:05:28.166 INFO O| Aug 03 04:05:28.166 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-08-03T04:05:29.996Z[ recovery-image] Aug 03 04:05:28.175 INFO O| Aug 03 04:05:28.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
61922024-08-03T04:05:29.996Z[ recovery-image] Aug 03 04:05:28.175 INFO O| Aug 03 04:05:28.175 INFO STEP 776 (remove_files) COMPLETE
61932024-08-03T04:05:29.996Z[ recovery-image] Aug 03 04:05:28.175 INFO O| Aug 03 04:05:28.175 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-08-03T04:05:30.006Z[ recovery-image] Aug 03 04:05:28.184 INFO O| Aug 03 04:05:28.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
61952024-08-03T04:05:30.006Z[ recovery-image] Aug 03 04:05:28.184 INFO O| Aug 03 04:05:28.184 INFO STEP 777 (remove_files) COMPLETE
61962024-08-03T04:05:30.006Z[ recovery-image] Aug 03 04:05:28.184 INFO O| Aug 03 04:05:28.184 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-08-03T04:05:30.015Z[ recovery-image] Aug 03 04:05:28.193 INFO O| Aug 03 04:05:28.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
61982024-08-03T04:05:30.015Z[ recovery-image] Aug 03 04:05:28.194 INFO O| Aug 03 04:05:28.193 INFO STEP 778 (remove_files) COMPLETE
61992024-08-03T04:05:30.018Z[ recovery-image] Aug 03 04:05:28.194 INFO O| Aug 03 04:05:28.194 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-08-03T04:05:30.024Z[ recovery-image] Aug 03 04:05:28.203 INFO O| Aug 03 04:05:28.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62012024-08-03T04:05:30.024Z[ recovery-image] Aug 03 04:05:28.203 INFO O| Aug 03 04:05:28.203 INFO STEP 779 (remove_files) COMPLETE
62022024-08-03T04:05:30.024Z[ recovery-image] Aug 03 04:05:28.203 INFO O| Aug 03 04:05:28.203 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-08-03T04:05:30.033Z[ recovery-image] Aug 03 04:05:28.212 INFO O| Aug 03 04:05:28.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62042024-08-03T04:05:30.033Z[ recovery-image] Aug 03 04:05:28.212 INFO O| Aug 03 04:05:28.212 INFO STEP 780 (remove_files) COMPLETE
62052024-08-03T04:05:30.033Z[ recovery-image] Aug 03 04:05:28.212 INFO O| Aug 03 04:05:28.212 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-08-03T04:05:30.042Z[ recovery-image] Aug 03 04:05:28.221 INFO O| Aug 03 04:05:28.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62072024-08-03T04:05:30.042Z[ recovery-image] Aug 03 04:05:28.221 INFO O| Aug 03 04:05:28.221 INFO STEP 781 (remove_files) COMPLETE
62082024-08-03T04:05:30.045Z[ recovery-image] Aug 03 04:05:28.221 INFO O| Aug 03 04:05:28.221 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-08-03T04:05:30.051Z[ recovery-image] Aug 03 04:05:28.230 INFO O| Aug 03 04:05:28.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62102024-08-03T04:05:30.051Z[ recovery-image] Aug 03 04:05:28.230 INFO O| Aug 03 04:05:28.230 INFO STEP 782 (remove_files) COMPLETE
62112024-08-03T04:05:30.054Z[ recovery-image] Aug 03 04:05:28.230 INFO O| Aug 03 04:05:28.230 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-08-03T04:05:30.060Z[ recovery-image] Aug 03 04:05:28.239 INFO O| Aug 03 04:05:28.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62132024-08-03T04:05:30.061Z[ recovery-image] Aug 03 04:05:28.239 INFO O| Aug 03 04:05:28.239 INFO STEP 783 (remove_files) COMPLETE
62142024-08-03T04:05:30.064Z[ recovery-image] Aug 03 04:05:28.239 INFO O| Aug 03 04:05:28.239 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-08-03T04:05:30.070Z[ recovery-image] Aug 03 04:05:28.248 INFO O| Aug 03 04:05:28.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62162024-08-03T04:05:30.070Z[ recovery-image] Aug 03 04:05:28.249 INFO O| Aug 03 04:05:28.249 INFO STEP 784 (remove_files) COMPLETE
62172024-08-03T04:05:30.070Z[ recovery-image] Aug 03 04:05:28.249 INFO O| Aug 03 04:05:28.249 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-08-03T04:05:30.079Z[ recovery-image] Aug 03 04:05:28.258 INFO O| Aug 03 04:05:28.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62192024-08-03T04:05:30.079Z[ recovery-image] Aug 03 04:05:28.258 INFO O| Aug 03 04:05:28.258 INFO STEP 785 (remove_files) COMPLETE
62202024-08-03T04:05:30.083Z[ recovery-image] Aug 03 04:05:28.258 INFO O| Aug 03 04:05:28.258 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-08-03T04:05:30.091Z[ recovery-image] Aug 03 04:05:28.267 INFO O| Aug 03 04:05:28.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62222024-08-03T04:05:30.091Z[ recovery-image] Aug 03 04:05:28.267 INFO O| Aug 03 04:05:28.267 INFO STEP 786 (remove_files) COMPLETE
62232024-08-03T04:05:30.091Z[ recovery-image] Aug 03 04:05:28.267 INFO O| Aug 03 04:05:28.267 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-08-03T04:05:30.097Z[ recovery-image] Aug 03 04:05:28.276 INFO O| Aug 03 04:05:28.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62252024-08-03T04:05:30.097Z[ recovery-image] Aug 03 04:05:28.276 INFO O| Aug 03 04:05:28.276 INFO STEP 787 (remove_files) COMPLETE
62262024-08-03T04:05:30.100Z[ recovery-image] Aug 03 04:05:28.276 INFO O| Aug 03 04:05:28.276 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-08-03T04:05:30.107Z[ recovery-image] Aug 03 04:05:28.285 INFO O| Aug 03 04:05:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62282024-08-03T04:05:30.107Z[ recovery-image] Aug 03 04:05:28.285 INFO O| Aug 03 04:05:28.285 INFO STEP 788 (remove_files) COMPLETE
62292024-08-03T04:05:30.110Z[ recovery-image] Aug 03 04:05:28.285 INFO O| Aug 03 04:05:28.285 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-08-03T04:05:30.116Z[ recovery-image] Aug 03 04:05:28.294 INFO O| Aug 03 04:05:28.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62312024-08-03T04:05:30.118Z[ recovery-image] Aug 03 04:05:28.295 INFO O| Aug 03 04:05:28.295 INFO STEP 789 (remove_files) COMPLETE
62322024-08-03T04:05:30.119Z[ recovery-image] Aug 03 04:05:28.295 INFO O| Aug 03 04:05:28.295 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-08-03T04:05:30.125Z[ recovery-image] Aug 03 04:05:28.304 INFO O| Aug 03 04:05:28.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62342024-08-03T04:05:30.125Z[ recovery-image] Aug 03 04:05:28.304 INFO O| Aug 03 04:05:28.304 INFO STEP 790 (remove_files) COMPLETE
62352024-08-03T04:05:30.128Z[ recovery-image] Aug 03 04:05:28.304 INFO O| Aug 03 04:05:28.304 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-08-03T04:05:30.134Z[ recovery-image] Aug 03 04:05:28.313 INFO O| Aug 03 04:05:28.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62372024-08-03T04:05:30.134Z[ recovery-image] Aug 03 04:05:28.313 INFO O| Aug 03 04:05:28.313 INFO STEP 791 (remove_files) COMPLETE
62382024-08-03T04:05:30.134Z[ recovery-image] Aug 03 04:05:28.313 INFO O| Aug 03 04:05:28.313 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-08-03T04:05:30.143Z[ recovery-image] Aug 03 04:05:28.322 INFO O| Aug 03 04:05:28.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62402024-08-03T04:05:30.143Z[ recovery-image] Aug 03 04:05:28.322 INFO O| Aug 03 04:05:28.322 INFO STEP 792 (remove_files) COMPLETE
62412024-08-03T04:05:30.143Z[ recovery-image] Aug 03 04:05:28.322 INFO O| Aug 03 04:05:28.322 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-08-03T04:05:30.152Z[ recovery-image] Aug 03 04:05:28.331 INFO O| Aug 03 04:05:28.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62432024-08-03T04:05:30.153Z[ recovery-image] Aug 03 04:05:28.331 INFO O| Aug 03 04:05:28.331 INFO STEP 793 (remove_files) COMPLETE
62442024-08-03T04:05:30.155Z[ recovery-image] Aug 03 04:05:28.331 INFO O| Aug 03 04:05:28.331 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-08-03T04:05:30.162Z[ recovery-image] Aug 03 04:05:28.340 INFO O| Aug 03 04:05:28.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62462024-08-03T04:05:30.162Z[ recovery-image] Aug 03 04:05:28.341 INFO O| Aug 03 04:05:28.340 INFO STEP 794 (remove_files) COMPLETE
62472024-08-03T04:05:30.164Z[ recovery-image] Aug 03 04:05:28.341 INFO O| Aug 03 04:05:28.341 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-08-03T04:05:30.171Z[ recovery-image] Aug 03 04:05:28.350 INFO O| Aug 03 04:05:28.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62492024-08-03T04:05:30.175Z[ recovery-image] Aug 03 04:05:28.350 INFO O| Aug 03 04:05:28.350 INFO STEP 795 (remove_files) COMPLETE
62502024-08-03T04:05:30.175Z[ recovery-image] Aug 03 04:05:28.350 INFO O| Aug 03 04:05:28.350 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-08-03T04:05:30.184Z[ recovery-image] Aug 03 04:05:28.359 INFO O| Aug 03 04:05:28.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62522024-08-03T04:05:30.185Z[ recovery-image] Aug 03 04:05:28.359 INFO O| Aug 03 04:05:28.359 INFO STEP 796 (remove_files) COMPLETE
62532024-08-03T04:05:30.185Z[ recovery-image] Aug 03 04:05:28.359 INFO O| Aug 03 04:05:28.359 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-08-03T04:05:30.192Z[ recovery-image] Aug 03 04:05:28.368 INFO O| Aug 03 04:05:28.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62552024-08-03T04:05:30.192Z[ recovery-image] Aug 03 04:05:28.368 INFO O| Aug 03 04:05:28.368 INFO STEP 797 (remove_files) COMPLETE
62562024-08-03T04:05:30.193Z[ recovery-image] Aug 03 04:05:28.368 INFO O| Aug 03 04:05:28.368 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-08-03T04:05:30.199Z[ recovery-image] Aug 03 04:05:28.377 INFO O| Aug 03 04:05:28.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62582024-08-03T04:05:30.207Z[ recovery-image] Aug 03 04:05:28.377 INFO O| Aug 03 04:05:28.377 INFO STEP 798 (remove_files) COMPLETE
62592024-08-03T04:05:30.208Z[ recovery-image] Aug 03 04:05:28.377 INFO O| Aug 03 04:05:28.377 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-08-03T04:05:30.215Z[ recovery-image] Aug 03 04:05:28.386 INFO O| Aug 03 04:05:28.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62612024-08-03T04:05:30.215Z[ recovery-image] Aug 03 04:05:28.386 INFO O| Aug 03 04:05:28.386 INFO STEP 799 (remove_files) COMPLETE
62622024-08-03T04:05:30.215Z[ recovery-image] Aug 03 04:05:28.386 INFO O| Aug 03 04:05:28.386 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-08-03T04:05:30.219Z[ recovery-image] Aug 03 04:05:28.395 INFO O| Aug 03 04:05:28.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62642024-08-03T04:05:30.219Z[ recovery-image] Aug 03 04:05:28.396 INFO O| Aug 03 04:05:28.395 INFO STEP 800 (remove_files) COMPLETE
62652024-08-03T04:05:30.219Z[ recovery-image] Aug 03 04:05:28.396 INFO O| Aug 03 04:05:28.396 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-08-03T04:05:30.231Z[ recovery-image] Aug 03 04:05:28.405 INFO O| Aug 03 04:05:28.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62672024-08-03T04:05:30.231Z[ recovery-image] Aug 03 04:05:28.405 INFO O| Aug 03 04:05:28.405 INFO STEP 801 (remove_files) COMPLETE
62682024-08-03T04:05:30.231Z[ recovery-image] Aug 03 04:05:28.405 INFO O| Aug 03 04:05:28.405 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-08-03T04:05:30.238Z[ recovery-image] Aug 03 04:05:28.414 INFO O| Aug 03 04:05:28.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62702024-08-03T04:05:30.239Z[ recovery-image] Aug 03 04:05:28.414 INFO O| Aug 03 04:05:28.414 INFO STEP 802 (remove_files) COMPLETE
62712024-08-03T04:05:30.239Z[ recovery-image] Aug 03 04:05:28.414 INFO O| Aug 03 04:05:28.414 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-08-03T04:05:30.244Z[ recovery-image] Aug 03 04:05:28.423 INFO O| Aug 03 04:05:28.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62732024-08-03T04:05:30.244Z[ recovery-image] Aug 03 04:05:28.423 INFO O| Aug 03 04:05:28.423 INFO STEP 803 (remove_files) COMPLETE
62742024-08-03T04:05:30.247Z[ recovery-image] Aug 03 04:05:28.423 INFO O| Aug 03 04:05:28.423 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-08-03T04:05:30.253Z[ recovery-image] Aug 03 04:05:28.432 INFO O| Aug 03 04:05:28.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62762024-08-03T04:05:30.253Z[ recovery-image] Aug 03 04:05:28.432 INFO O| Aug 03 04:05:28.432 INFO STEP 804 (remove_files) COMPLETE
62772024-08-03T04:05:30.256Z[ recovery-image] Aug 03 04:05:28.432 INFO O| Aug 03 04:05:28.432 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-08-03T04:05:30.263Z[ recovery-image] Aug 03 04:05:28.442 INFO O| Aug 03 04:05:28.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62792024-08-03T04:05:30.263Z[ recovery-image] Aug 03 04:05:28.442 INFO O| Aug 03 04:05:28.442 INFO STEP 805 (remove_files) COMPLETE
62802024-08-03T04:05:30.263Z[ recovery-image] Aug 03 04:05:28.442 INFO O| Aug 03 04:05:28.442 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-08-03T04:05:30.272Z[ recovery-image] Aug 03 04:05:28.451 INFO O| Aug 03 04:05:28.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62822024-08-03T04:05:30.272Z[ recovery-image] Aug 03 04:05:28.451 INFO O| Aug 03 04:05:28.451 INFO STEP 806 (remove_files) COMPLETE
62832024-08-03T04:05:30.275Z[ recovery-image] Aug 03 04:05:28.451 INFO O| Aug 03 04:05:28.451 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-08-03T04:05:30.281Z[ recovery-image] Aug 03 04:05:28.460 INFO O| Aug 03 04:05:28.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
62852024-08-03T04:05:30.284Z[ recovery-image] Aug 03 04:05:28.460 INFO O| Aug 03 04:05:28.460 INFO STEP 807 (remove_files) COMPLETE
62862024-08-03T04:05:30.284Z[ recovery-image] Aug 03 04:05:28.460 INFO O| Aug 03 04:05:28.460 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-03T04:05:30.290Z[ recovery-image] Aug 03 04:05:28.469 INFO O| Aug 03 04:05:28.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
62882024-08-03T04:05:30.301Z[ recovery-image] Aug 03 04:05:28.469 INFO O| Aug 03 04:05:28.469 INFO STEP 808 (remove_files) COMPLETE
62892024-08-03T04:05:30.301Z[ recovery-image] Aug 03 04:05:28.469 INFO O| Aug 03 04:05:28.469 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-03T04:05:30.301Z[ recovery-image] Aug 03 04:05:28.478 INFO O| Aug 03 04:05:28.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
62912024-08-03T04:05:30.301Z[ recovery-image] Aug 03 04:05:28.478 INFO O| Aug 03 04:05:28.478 INFO STEP 809 (remove_files) COMPLETE
62922024-08-03T04:05:30.301Z[ recovery-image] Aug 03 04:05:28.478 INFO O| Aug 03 04:05:28.478 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-08-03T04:05:30.309Z[ recovery-image] Aug 03 04:05:28.488 INFO O| Aug 03 04:05:28.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
62942024-08-03T04:05:30.309Z[ recovery-image] Aug 03 04:05:28.488 INFO O| Aug 03 04:05:28.488 INFO STEP 810 (remove_files) COMPLETE
62952024-08-03T04:05:30.313Z[ recovery-image] Aug 03 04:05:28.488 INFO O| Aug 03 04:05:28.488 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-08-03T04:05:30.318Z[ recovery-image] Aug 03 04:05:28.497 INFO O| Aug 03 04:05:28.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
62972024-08-03T04:05:30.318Z[ recovery-image] Aug 03 04:05:28.497 INFO O| Aug 03 04:05:28.497 INFO STEP 811 (remove_files) COMPLETE
62982024-08-03T04:05:30.321Z[ recovery-image] Aug 03 04:05:28.497 INFO O| Aug 03 04:05:28.497 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-08-03T04:05:30.327Z[ recovery-image] Aug 03 04:05:28.506 INFO O| Aug 03 04:05:28.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63002024-08-03T04:05:30.330Z[ recovery-image] Aug 03 04:05:28.506 INFO O| Aug 03 04:05:28.506 INFO STEP 812 (remove_files) COMPLETE
63012024-08-03T04:05:30.330Z[ recovery-image] Aug 03 04:05:28.506 INFO O| Aug 03 04:05:28.506 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-08-03T04:05:30.336Z[ recovery-image] Aug 03 04:05:28.515 INFO O| Aug 03 04:05:28.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63032024-08-03T04:05:30.336Z[ recovery-image] Aug 03 04:05:28.515 INFO O| Aug 03 04:05:28.515 INFO STEP 813 (remove_files) COMPLETE
63042024-08-03T04:05:30.339Z[ recovery-image] Aug 03 04:05:28.515 INFO O| Aug 03 04:05:28.515 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-08-03T04:05:30.344Z[ host-image] Aug 03 04:05:28.523 INFO O| Aug 03 04:05:28.523 INFO O| Actions: Completed 1361 actions in 0.40 seconds.
63062024-08-03T04:05:30.347Z[ recovery-image] Aug 03 04:05:28.525 INFO O| Aug 03 04:05:28.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63072024-08-03T04:05:30.347Z[ recovery-image] Aug 03 04:05:28.525 INFO O| Aug 03 04:05:28.525 INFO STEP 814 (remove_files) COMPLETE
63082024-08-03T04:05:30.347Z[ recovery-image] Aug 03 04:05:28.525 INFO O| Aug 03 04:05:28.525 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-08-03T04:05:30.355Z[ recovery-image] Aug 03 04:05:28.534 INFO O| Aug 03 04:05:28.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63102024-08-03T04:05:30.355Z[ recovery-image] Aug 03 04:05:28.534 INFO O| Aug 03 04:05:28.534 INFO STEP 815 (remove_files) COMPLETE
63112024-08-03T04:05:30.355Z[ recovery-image] Aug 03 04:05:28.534 INFO O| Aug 03 04:05:28.534 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-08-03T04:05:30.364Z[ recovery-image] Aug 03 04:05:28.543 INFO O| Aug 03 04:05:28.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63132024-08-03T04:05:30.364Z[ recovery-image] Aug 03 04:05:28.543 INFO O| Aug 03 04:05:28.543 INFO STEP 816 (remove_files) COMPLETE
63142024-08-03T04:05:30.367Z[ recovery-image] Aug 03 04:05:28.543 INFO O| Aug 03 04:05:28.543 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-08-03T04:05:30.374Z[ recovery-image] Aug 03 04:05:28.553 INFO O| Aug 03 04:05:28.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63162024-08-03T04:05:30.374Z[ recovery-image] Aug 03 04:05:28.553 INFO O| Aug 03 04:05:28.553 INFO STEP 817 (remove_files) COMPLETE
63172024-08-03T04:05:30.377Z[ recovery-image] Aug 03 04:05:28.553 INFO O| Aug 03 04:05:28.553 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-08-03T04:05:30.384Z[ recovery-image] Aug 03 04:05:28.563 INFO O| Aug 03 04:05:28.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63192024-08-03T04:05:30.387Z[ recovery-image] Aug 03 04:05:28.563 INFO O| Aug 03 04:05:28.563 INFO STEP 818 (remove_files) COMPLETE
63202024-08-03T04:05:30.387Z[ recovery-image] Aug 03 04:05:28.563 INFO O| Aug 03 04:05:28.563 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-08-03T04:05:30.393Z[ recovery-image] Aug 03 04:05:28.572 INFO O| Aug 03 04:05:28.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63222024-08-03T04:05:30.393Z[ recovery-image] Aug 03 04:05:28.572 INFO O| Aug 03 04:05:28.572 INFO STEP 819 (remove_files) COMPLETE
63232024-08-03T04:05:30.393Z[ recovery-image] Aug 03 04:05:28.572 INFO O| Aug 03 04:05:28.572 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-08-03T04:05:30.403Z[ recovery-image] Aug 03 04:05:28.582 INFO O| Aug 03 04:05:28.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63252024-08-03T04:05:30.403Z[ recovery-image] Aug 03 04:05:28.582 INFO O| Aug 03 04:05:28.582 INFO STEP 820 (remove_files) COMPLETE
63262024-08-03T04:05:30.403Z[ recovery-image] Aug 03 04:05:28.582 INFO O| Aug 03 04:05:28.582 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-08-03T04:05:30.413Z[ recovery-image] Aug 03 04:05:28.591 INFO O| Aug 03 04:05:28.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63282024-08-03T04:05:30.413Z[ recovery-image] Aug 03 04:05:28.592 INFO O| Aug 03 04:05:28.591 INFO STEP 821 (remove_files) COMPLETE
63292024-08-03T04:05:30.413Z[ recovery-image] Aug 03 04:05:28.592 INFO O| Aug 03 04:05:28.591 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-08-03T04:05:30.422Z[ recovery-image] Aug 03 04:05:28.601 INFO O| Aug 03 04:05:28.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63312024-08-03T04:05:30.425Z[ recovery-image] Aug 03 04:05:28.602 INFO O| Aug 03 04:05:28.602 INFO STEP 822 (remove_files) COMPLETE
63322024-08-03T04:05:30.425Z[ recovery-image] Aug 03 04:05:28.602 INFO O| Aug 03 04:05:28.602 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-08-03T04:05:30.433Z[ recovery-image] Aug 03 04:05:28.611 INFO O| Aug 03 04:05:28.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63342024-08-03T04:05:30.436Z[ recovery-image] Aug 03 04:05:28.612 INFO O| Aug 03 04:05:28.612 INFO STEP 823 (remove_files) COMPLETE
63352024-08-03T04:05:30.436Z[ recovery-image] Aug 03 04:05:28.612 INFO O| Aug 03 04:05:28.612 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-08-03T04:05:30.443Z[ recovery-image] Aug 03 04:05:28.622 INFO O| Aug 03 04:05:28.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63372024-08-03T04:05:30.446Z[ recovery-image] Aug 03 04:05:28.622 INFO O| Aug 03 04:05:28.622 INFO STEP 824 (remove_files) COMPLETE
63382024-08-03T04:05:30.446Z[ recovery-image] Aug 03 04:05:28.622 INFO O| Aug 03 04:05:28.622 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-08-03T04:05:30.453Z[ recovery-image] Aug 03 04:05:28.632 INFO O| Aug 03 04:05:28.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63402024-08-03T04:05:30.453Z[ recovery-image] Aug 03 04:05:28.632 INFO O| Aug 03 04:05:28.632 INFO STEP 825 (remove_files) COMPLETE
63412024-08-03T04:05:30.453Z[ recovery-image] Aug 03 04:05:28.632 INFO O| Aug 03 04:05:28.632 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-08-03T04:05:30.464Z[ recovery-image] Aug 03 04:05:28.642 INFO O| Aug 03 04:05:28.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63432024-08-03T04:05:30.464Z[ recovery-image] Aug 03 04:05:28.642 INFO O| Aug 03 04:05:28.642 INFO STEP 826 (remove_files) COMPLETE
63442024-08-03T04:05:30.464Z[ recovery-image] Aug 03 04:05:28.642 INFO O| Aug 03 04:05:28.642 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-08-03T04:05:30.475Z[ recovery-image] Aug 03 04:05:28.654 INFO O| Aug 03 04:05:28.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63462024-08-03T04:05:30.475Z[ recovery-image] Aug 03 04:05:28.654 INFO O| Aug 03 04:05:28.654 INFO STEP 827 (remove_files) COMPLETE
63472024-08-03T04:05:30.475Z[ recovery-image] Aug 03 04:05:28.654 INFO O| Aug 03 04:05:28.654 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-08-03T04:05:30.486Z[ recovery-image] Aug 03 04:05:28.665 INFO O| Aug 03 04:05:28.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63492024-08-03T04:05:30.486Z[ recovery-image] Aug 03 04:05:28.665 INFO O| Aug 03 04:05:28.665 INFO STEP 828 (remove_files) COMPLETE
63502024-08-03T04:05:30.486Z[ recovery-image] Aug 03 04:05:28.665 INFO O| Aug 03 04:05:28.665 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-08-03T04:05:30.496Z[ recovery-image] Aug 03 04:05:28.675 INFO O| Aug 03 04:05:28.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63522024-08-03T04:05:30.496Z[ recovery-image] Aug 03 04:05:28.675 INFO O| Aug 03 04:05:28.675 INFO STEP 829 (remove_files) COMPLETE
63532024-08-03T04:05:30.499Z[ recovery-image] Aug 03 04:05:28.675 INFO O| Aug 03 04:05:28.675 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-08-03T04:05:30.509Z[ recovery-image] Aug 03 04:05:28.688 INFO O| Aug 03 04:05:28.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63552024-08-03T04:05:30.509Z[ recovery-image] Aug 03 04:05:28.688 INFO O| Aug 03 04:05:28.688 INFO STEP 830 (remove_files) COMPLETE
63562024-08-03T04:05:30.512Z[ recovery-image] Aug 03 04:05:28.688 INFO O| Aug 03 04:05:28.688 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-08-03T04:05:30.521Z[ recovery-image] Aug 03 04:05:28.700 INFO O| Aug 03 04:05:28.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63582024-08-03T04:05:30.521Z[ recovery-image] Aug 03 04:05:28.700 INFO O| Aug 03 04:05:28.700 INFO STEP 831 (remove_files) COMPLETE
63592024-08-03T04:05:30.524Z[ recovery-image] Aug 03 04:05:28.700 INFO O| Aug 03 04:05:28.700 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-08-03T04:05:30.532Z[ recovery-image] Aug 03 04:05:28.711 INFO O| Aug 03 04:05:28.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63612024-08-03T04:05:30.532Z[ recovery-image] Aug 03 04:05:28.711 INFO O| Aug 03 04:05:28.711 INFO STEP 832 (remove_files) COMPLETE
63622024-08-03T04:05:30.535Z[ recovery-image] Aug 03 04:05:28.711 INFO O| Aug 03 04:05:28.711 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-08-03T04:05:30.544Z[ recovery-image] Aug 03 04:05:28.723 INFO O| Aug 03 04:05:28.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63642024-08-03T04:05:30.544Z[ recovery-image] Aug 03 04:05:28.723 INFO O| Aug 03 04:05:28.723 INFO STEP 833 (remove_files) COMPLETE
63652024-08-03T04:05:30.547Z[ recovery-image] Aug 03 04:05:28.723 INFO O| Aug 03 04:05:28.723 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-08-03T04:05:30.556Z[ recovery-image] Aug 03 04:05:28.734 INFO O| Aug 03 04:05:28.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63672024-08-03T04:05:30.559Z[ recovery-image] Aug 03 04:05:28.734 INFO O| Aug 03 04:05:28.734 INFO STEP 834 (remove_files) COMPLETE
63682024-08-03T04:05:30.559Z[ recovery-image] Aug 03 04:05:28.734 INFO O| Aug 03 04:05:28.734 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-08-03T04:05:30.566Z[ recovery-image] Aug 03 04:05:28.744 INFO O| Aug 03 04:05:28.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63702024-08-03T04:05:30.566Z[ recovery-image] Aug 03 04:05:28.744 INFO O| Aug 03 04:05:28.744 INFO STEP 835 (remove_files) COMPLETE
63712024-08-03T04:05:30.566Z[ recovery-image] Aug 03 04:05:28.744 INFO O| Aug 03 04:05:28.744 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-08-03T04:05:30.568Z[ host-image] Aug 03 04:05:28.746 INFO O| Aug 03 04:05:28.746 INFO O| Done
63732024-08-03T04:05:30.569Z[ host-image] Aug 03 04:05:28.746 INFO O| Aug 03 04:05:28.746 INFO O| Done
63742024-08-03T04:05:30.576Z[ recovery-image] Aug 03 04:05:28.755 INFO O| Aug 03 04:05:28.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63752024-08-03T04:05:30.576Z[ recovery-image] Aug 03 04:05:28.755 INFO O| Aug 03 04:05:28.755 INFO STEP 836 (remove_files) COMPLETE
63762024-08-03T04:05:30.579Z[ recovery-image] Aug 03 04:05:28.755 INFO O| Aug 03 04:05:28.755 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-08-03T04:05:30.587Z[ recovery-image] Aug 03 04:05:28.765 INFO O| Aug 03 04:05:28.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63782024-08-03T04:05:30.587Z[ recovery-image] Aug 03 04:05:28.766 INFO O| Aug 03 04:05:28.765 INFO STEP 837 (remove_files) COMPLETE
63792024-08-03T04:05:30.587Z[ recovery-image] Aug 03 04:05:28.766 INFO O| Aug 03 04:05:28.766 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-08-03T04:05:30.598Z[ recovery-image] Aug 03 04:05:28.777 INFO O| Aug 03 04:05:28.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63812024-08-03T04:05:30.598Z[ recovery-image] Aug 03 04:05:28.777 INFO O| Aug 03 04:05:28.777 INFO STEP 838 (remove_files) COMPLETE
63822024-08-03T04:05:30.598Z[ recovery-image] Aug 03 04:05:28.777 INFO O| Aug 03 04:05:28.777 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-08-03T04:05:30.609Z[ recovery-image] Aug 03 04:05:28.788 INFO O| Aug 03 04:05:28.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63842024-08-03T04:05:30.609Z[ recovery-image] Aug 03 04:05:28.788 INFO O| Aug 03 04:05:28.788 INFO STEP 839 (remove_files) COMPLETE
63852024-08-03T04:05:30.613Z[ recovery-image] Aug 03 04:05:28.788 INFO O| Aug 03 04:05:28.788 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-08-03T04:05:30.621Z[ recovery-image] Aug 03 04:05:28.797 INFO O| Aug 03 04:05:28.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
63872024-08-03T04:05:30.621Z[ recovery-image] Aug 03 04:05:28.797 INFO O| Aug 03 04:05:28.797 INFO STEP 840 (remove_files) COMPLETE
63882024-08-03T04:05:30.624Z[ recovery-image] Aug 03 04:05:28.797 INFO O| Aug 03 04:05:28.797 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-08-03T04:05:30.630Z[ recovery-image] Aug 03 04:05:28.808 INFO O| Aug 03 04:05:28.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
63902024-08-03T04:05:30.630Z[ recovery-image] Aug 03 04:05:28.808 INFO O| Aug 03 04:05:28.808 INFO STEP 841 (remove_files) COMPLETE
63912024-08-03T04:05:30.633Z[ recovery-image] Aug 03 04:05:28.808 INFO O| Aug 03 04:05:28.808 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-08-03T04:05:30.639Z[ recovery-image] Aug 03 04:05:28.818 INFO O| Aug 03 04:05:28.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
63932024-08-03T04:05:30.639Z[ recovery-image] Aug 03 04:05:28.818 INFO O| Aug 03 04:05:28.818 INFO STEP 842 (remove_files) COMPLETE
63942024-08-03T04:05:30.642Z[ recovery-image] Aug 03 04:05:28.818 INFO O| Aug 03 04:05:28.818 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-08-03T04:05:30.649Z[ recovery-image] Aug 03 04:05:28.828 INFO O| Aug 03 04:05:28.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
63962024-08-03T04:05:30.649Z[ recovery-image] Aug 03 04:05:28.828 INFO O| Aug 03 04:05:28.828 INFO STEP 843 (remove_files) COMPLETE
63972024-08-03T04:05:30.652Z[ recovery-image] Aug 03 04:05:28.828 INFO O| Aug 03 04:05:28.828 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-08-03T04:05:30.660Z[ recovery-image] Aug 03 04:05:28.838 INFO O| Aug 03 04:05:28.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
63992024-08-03T04:05:30.660Z[ recovery-image] Aug 03 04:05:28.838 INFO O| Aug 03 04:05:28.838 INFO STEP 844 (remove_files) COMPLETE
64002024-08-03T04:05:30.660Z[ recovery-image] Aug 03 04:05:28.839 INFO O| Aug 03 04:05:28.838 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-08-03T04:05:30.670Z[ recovery-image] Aug 03 04:05:28.849 INFO O| Aug 03 04:05:28.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64022024-08-03T04:05:30.670Z[ recovery-image] Aug 03 04:05:28.849 INFO O| Aug 03 04:05:28.849 INFO STEP 845 (remove_files) COMPLETE
64032024-08-03T04:05:30.673Z[ recovery-image] Aug 03 04:05:28.849 INFO O| Aug 03 04:05:28.849 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-08-03T04:05:30.679Z[ recovery-image] Aug 03 04:05:28.858 INFO O| Aug 03 04:05:28.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64052024-08-03T04:05:30.679Z[ recovery-image] Aug 03 04:05:28.858 INFO O| Aug 03 04:05:28.858 INFO STEP 846 (remove_files) COMPLETE
64062024-08-03T04:05:30.680Z[ recovery-image] Aug 03 04:05:28.858 INFO O| Aug 03 04:05:28.858 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-08-03T04:05:30.690Z[ recovery-image] Aug 03 04:05:28.869 INFO O| Aug 03 04:05:28.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64082024-08-03T04:05:30.690Z[ recovery-image] Aug 03 04:05:28.869 INFO O| Aug 03 04:05:28.869 INFO STEP 847 (remove_files) COMPLETE
64092024-08-03T04:05:30.693Z[ recovery-image] Aug 03 04:05:28.869 INFO O| Aug 03 04:05:28.869 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-08-03T04:05:30.699Z[ recovery-image] Aug 03 04:05:28.878 INFO O| Aug 03 04:05:28.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64112024-08-03T04:05:30.702Z[ recovery-image] Aug 03 04:05:28.878 INFO O| Aug 03 04:05:28.878 INFO STEP 848 (remove_files) COMPLETE
64122024-08-03T04:05:30.702Z[ recovery-image] Aug 03 04:05:28.878 INFO O| Aug 03 04:05:28.878 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-08-03T04:05:30.710Z[ recovery-image] Aug 03 04:05:28.889 INFO O| Aug 03 04:05:28.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64142024-08-03T04:05:30.713Z[ recovery-image] Aug 03 04:05:28.889 INFO O| Aug 03 04:05:28.889 INFO STEP 849 (remove_files) COMPLETE
64152024-08-03T04:05:30.713Z[ recovery-image] Aug 03 04:05:28.889 INFO O| Aug 03 04:05:28.889 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-08-03T04:05:30.720Z[ recovery-image] Aug 03 04:05:28.899 INFO O| Aug 03 04:05:28.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64172024-08-03T04:05:30.720Z[ recovery-image] Aug 03 04:05:28.899 INFO O| Aug 03 04:05:28.899 INFO STEP 850 (remove_files) COMPLETE
64182024-08-03T04:05:30.723Z[ recovery-image] Aug 03 04:05:28.899 INFO O| Aug 03 04:05:28.899 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-03T04:05:30.730Z[ recovery-image] Aug 03 04:05:28.908 INFO O| Aug 03 04:05:28.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64202024-08-03T04:05:30.732Z[ recovery-image] Aug 03 04:05:28.909 INFO O| Aug 03 04:05:28.908 INFO STEP 851 (remove_files) COMPLETE
64212024-08-03T04:05:30.732Z[ recovery-image] Aug 03 04:05:28.909 INFO O| Aug 03 04:05:28.909 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-03T04:05:30.740Z[ recovery-image] Aug 03 04:05:28.919 INFO O| Aug 03 04:05:28.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64232024-08-03T04:05:30.741Z[ recovery-image] Aug 03 04:05:28.919 INFO O| Aug 03 04:05:28.919 INFO STEP 852 (remove_files) COMPLETE
64242024-08-03T04:05:30.744Z[ recovery-image] Aug 03 04:05:28.919 INFO O| Aug 03 04:05:28.919 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-03T04:05:30.753Z[ recovery-image] Aug 03 04:05:28.929 INFO O| Aug 03 04:05:28.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64262024-08-03T04:05:30.755Z[ recovery-image] Aug 03 04:05:28.929 INFO O| Aug 03 04:05:28.929 INFO STEP 853 (remove_files) COMPLETE
64272024-08-03T04:05:30.756Z[ recovery-image] Aug 03 04:05:28.929 INFO O| Aug 03 04:05:28.929 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-03T04:05:30.760Z[ recovery-image] Aug 03 04:05:28.939 INFO O| Aug 03 04:05:28.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64292024-08-03T04:05:30.760Z[ recovery-image] Aug 03 04:05:28.939 INFO O| Aug 03 04:05:28.939 INFO STEP 854 (remove_files) COMPLETE
64302024-08-03T04:05:30.763Z[ recovery-image] Aug 03 04:05:28.939 INFO O| Aug 03 04:05:28.939 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-03T04:05:30.769Z[ recovery-image] Aug 03 04:05:28.948 INFO O| Aug 03 04:05:28.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64322024-08-03T04:05:30.772Z[ recovery-image] Aug 03 04:05:28.948 INFO O| Aug 03 04:05:28.948 INFO STEP 855 (remove_files) COMPLETE
64332024-08-03T04:05:30.772Z[ recovery-image] Aug 03 04:05:28.948 INFO O| Aug 03 04:05:28.948 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-03T04:05:30.778Z[ recovery-image] Aug 03 04:05:28.957 INFO O| Aug 03 04:05:28.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64352024-08-03T04:05:30.778Z[ recovery-image] Aug 03 04:05:28.957 INFO O| Aug 03 04:05:28.957 INFO STEP 856 (remove_files) COMPLETE
64362024-08-03T04:05:30.782Z[ recovery-image] Aug 03 04:05:28.957 INFO O| Aug 03 04:05:28.957 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-03T04:05:30.788Z[ recovery-image] Aug 03 04:05:28.966 INFO O| Aug 03 04:05:28.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64382024-08-03T04:05:30.791Z[ recovery-image] Aug 03 04:05:28.966 INFO O| Aug 03 04:05:28.966 INFO STEP 857 (remove_files) COMPLETE
64392024-08-03T04:05:30.791Z[ recovery-image] Aug 03 04:05:28.966 INFO O| Aug 03 04:05:28.966 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-03T04:05:30.796Z[ recovery-image] Aug 03 04:05:28.975 INFO O| Aug 03 04:05:28.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64412024-08-03T04:05:30.799Z[ recovery-image] Aug 03 04:05:28.975 INFO O| Aug 03 04:05:28.975 INFO STEP 858 (remove_files) COMPLETE
64422024-08-03T04:05:30.799Z[ recovery-image] Aug 03 04:05:28.975 INFO O| Aug 03 04:05:28.975 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-03T04:05:30.805Z[ recovery-image] Aug 03 04:05:28.984 INFO O| Aug 03 04:05:28.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64442024-08-03T04:05:30.805Z[ recovery-image] Aug 03 04:05:28.984 INFO O| Aug 03 04:05:28.984 INFO STEP 859 (remove_files) COMPLETE
64452024-08-03T04:05:30.808Z[ recovery-image] Aug 03 04:05:28.984 INFO O| Aug 03 04:05:28.984 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-03T04:05:30.814Z[ recovery-image] Aug 03 04:05:28.993 INFO O| Aug 03 04:05:28.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64472024-08-03T04:05:30.817Z[ recovery-image] Aug 03 04:05:28.993 INFO O| Aug 03 04:05:28.993 INFO STEP 860 (remove_files) COMPLETE
64482024-08-03T04:05:30.818Z[ recovery-image] Aug 03 04:05:28.993 INFO O| Aug 03 04:05:28.993 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-03T04:05:30.823Z[ recovery-image] Aug 03 04:05:29.002 INFO O| Aug 03 04:05:29.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64502024-08-03T04:05:30.826Z[ recovery-image] Aug 03 04:05:29.002 INFO O| Aug 03 04:05:29.002 INFO STEP 861 (remove_files) COMPLETE
64512024-08-03T04:05:30.826Z[ recovery-image] Aug 03 04:05:29.002 INFO O| Aug 03 04:05:29.002 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-03T04:05:30.833Z[ recovery-image] Aug 03 04:05:29.012 INFO O| Aug 03 04:05:29.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64532024-08-03T04:05:30.836Z[ recovery-image] Aug 03 04:05:29.012 INFO O| Aug 03 04:05:29.012 INFO STEP 862 (remove_files) COMPLETE
64542024-08-03T04:05:30.836Z[ recovery-image] Aug 03 04:05:29.012 INFO O| Aug 03 04:05:29.012 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-03T04:05:30.843Z[ recovery-image] Aug 03 04:05:29.022 INFO O| Aug 03 04:05:29.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64562024-08-03T04:05:30.846Z[ recovery-image] Aug 03 04:05:29.022 INFO O| Aug 03 04:05:29.022 INFO STEP 863 (remove_files) COMPLETE
64572024-08-03T04:05:30.846Z[ recovery-image] Aug 03 04:05:29.022 INFO O| Aug 03 04:05:29.022 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-03T04:05:30.853Z[ recovery-image] Aug 03 04:05:29.032 INFO O| Aug 03 04:05:29.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64592024-08-03T04:05:30.856Z[ recovery-image] Aug 03 04:05:29.032 INFO O| Aug 03 04:05:29.032 INFO STEP 864 (remove_files) COMPLETE
64602024-08-03T04:05:30.856Z[ recovery-image] Aug 03 04:05:29.032 INFO O| Aug 03 04:05:29.032 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-08-03T04:05:30.863Z[ recovery-image] Aug 03 04:05:29.042 INFO O| Aug 03 04:05:29.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64622024-08-03T04:05:30.863Z[ recovery-image] Aug 03 04:05:29.042 INFO O| Aug 03 04:05:29.042 INFO STEP 865 (remove_files) COMPLETE
64632024-08-03T04:05:30.863Z[ recovery-image] Aug 03 04:05:29.042 INFO O| Aug 03 04:05:29.042 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-08-03T04:05:30.874Z[ recovery-image] Aug 03 04:05:29.052 INFO O| Aug 03 04:05:29.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64652024-08-03T04:05:30.874Z[ recovery-image] Aug 03 04:05:29.052 INFO O| Aug 03 04:05:29.052 INFO STEP 866 (remove_files) COMPLETE
64662024-08-03T04:05:30.877Z[ recovery-image] Aug 03 04:05:29.052 INFO O| Aug 03 04:05:29.052 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-08-03T04:05:30.883Z[ recovery-image] Aug 03 04:05:29.062 INFO O| Aug 03 04:05:29.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64682024-08-03T04:05:30.886Z[ recovery-image] Aug 03 04:05:29.062 INFO O| Aug 03 04:05:29.062 INFO STEP 867 (remove_files) COMPLETE
64692024-08-03T04:05:30.886Z[ recovery-image] Aug 03 04:05:29.062 INFO O| Aug 03 04:05:29.062 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-08-03T04:05:30.894Z[ recovery-image] Aug 03 04:05:29.073 INFO O| Aug 03 04:05:29.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64712024-08-03T04:05:30.894Z[ recovery-image] Aug 03 04:05:29.073 INFO O| Aug 03 04:05:29.073 INFO STEP 868 (remove_files) COMPLETE
64722024-08-03T04:05:30.898Z[ recovery-image] Aug 03 04:05:29.073 INFO O| Aug 03 04:05:29.073 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-08-03T04:05:30.904Z[ recovery-image] Aug 03 04:05:29.082 INFO O| Aug 03 04:05:29.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64742024-08-03T04:05:30.904Z[ recovery-image] Aug 03 04:05:29.082 INFO O| Aug 03 04:05:29.082 INFO STEP 869 (remove_files) COMPLETE
64752024-08-03T04:05:30.907Z[ recovery-image] Aug 03 04:05:29.082 INFO O| Aug 03 04:05:29.082 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-08-03T04:05:30.913Z[ recovery-image] Aug 03 04:05:29.092 INFO O| Aug 03 04:05:29.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64772024-08-03T04:05:30.916Z[ recovery-image] Aug 03 04:05:29.092 INFO O| Aug 03 04:05:29.092 INFO STEP 870 (remove_files) COMPLETE
64782024-08-03T04:05:30.916Z[ recovery-image] Aug 03 04:05:29.092 INFO O| Aug 03 04:05:29.092 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-08-03T04:05:30.924Z[ recovery-image] Aug 03 04:05:29.103 INFO O| Aug 03 04:05:29.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64802024-08-03T04:05:30.928Z[ recovery-image] Aug 03 04:05:29.103 INFO O| Aug 03 04:05:29.103 INFO STEP 871 (remove_files) COMPLETE
64812024-08-03T04:05:30.928Z[ recovery-image] Aug 03 04:05:29.103 INFO O| Aug 03 04:05:29.103 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-08-03T04:05:30.928Z[ host-image] Aug 03 04:05:29.104 INFO O| Aug 03 04:05:29.104 INFO O| Done
64832024-08-03T04:05:30.936Z[ recovery-image] Aug 03 04:05:29.114 INFO O| Aug 03 04:05:29.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64842024-08-03T04:05:30.936Z[ recovery-image] Aug 03 04:05:29.114 INFO O| Aug 03 04:05:29.114 INFO STEP 872 (remove_files) COMPLETE
64852024-08-03T04:05:30.940Z[ recovery-image] Aug 03 04:05:29.114 INFO O| Aug 03 04:05:29.114 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-08-03T04:05:30.946Z[ recovery-image] Aug 03 04:05:29.124 INFO O| Aug 03 04:05:29.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
64872024-08-03T04:05:30.953Z[ recovery-image] Aug 03 04:05:29.124 INFO O| Aug 03 04:05:29.124 INFO STEP 873 (remove_files) COMPLETE
64882024-08-03T04:05:30.954Z[ recovery-image] Aug 03 04:05:29.124 INFO O| Aug 03 04:05:29.124 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-08-03T04:05:30.962Z[ recovery-image] Aug 03 04:05:29.134 INFO O| Aug 03 04:05:29.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
64902024-08-03T04:05:30.962Z[ recovery-image] Aug 03 04:05:29.134 INFO O| Aug 03 04:05:29.134 INFO STEP 874 (remove_files) COMPLETE
64912024-08-03T04:05:30.962Z[ recovery-image] Aug 03 04:05:29.134 INFO O| Aug 03 04:05:29.134 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-08-03T04:05:30.970Z[ recovery-image] Aug 03 04:05:29.144 INFO O| Aug 03 04:05:29.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
64932024-08-03T04:05:30.970Z[ recovery-image] Aug 03 04:05:29.144 INFO O| Aug 03 04:05:29.144 INFO STEP 875 (remove_files) COMPLETE
64942024-08-03T04:05:30.970Z[ recovery-image] Aug 03 04:05:29.144 INFO O| Aug 03 04:05:29.144 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-08-03T04:05:30.981Z[ recovery-image] Aug 03 04:05:29.153 INFO O| Aug 03 04:05:29.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
64962024-08-03T04:05:30.982Z[ recovery-image] Aug 03 04:05:29.154 INFO O| Aug 03 04:05:29.153 INFO STEP 876 (remove_files) COMPLETE
64972024-08-03T04:05:30.982Z[ recovery-image] Aug 03 04:05:29.154 INFO O| Aug 03 04:05:29.153 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-08-03T04:05:30.993Z[ recovery-image] Aug 03 04:05:29.163 INFO O| Aug 03 04:05:29.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
64992024-08-03T04:05:30.993Z[ recovery-image] Aug 03 04:05:29.163 INFO O| Aug 03 04:05:29.163 INFO STEP 877 (remove_files) COMPLETE
65002024-08-03T04:05:30.993Z[ recovery-image] Aug 03 04:05:29.163 INFO O| Aug 03 04:05:29.163 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-08-03T04:05:30.997Z[ recovery-image] Aug 03 04:05:29.173 INFO O| Aug 03 04:05:29.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65022024-08-03T04:05:30.997Z[ recovery-image] Aug 03 04:05:29.173 INFO O| Aug 03 04:05:29.173 INFO STEP 878 (remove_files) COMPLETE
65032024-08-03T04:05:30.997Z[ recovery-image] Aug 03 04:05:29.173 INFO O| Aug 03 04:05:29.173 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-08-03T04:05:31.006Z[ recovery-image] Aug 03 04:05:29.182 INFO O| Aug 03 04:05:29.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65052024-08-03T04:05:31.009Z[ recovery-image] Aug 03 04:05:29.183 INFO O| Aug 03 04:05:29.183 INFO STEP 879 (remove_files) COMPLETE
65062024-08-03T04:05:31.009Z[ recovery-image] Aug 03 04:05:29.183 INFO O| Aug 03 04:05:29.183 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-08-03T04:05:31.013Z[ recovery-image] Aug 03 04:05:29.192 INFO O| Aug 03 04:05:29.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65082024-08-03T04:05:31.013Z[ recovery-image] Aug 03 04:05:29.192 INFO O| Aug 03 04:05:29.192 INFO STEP 880 (remove_files) COMPLETE
65092024-08-03T04:05:31.013Z[ recovery-image] Aug 03 04:05:29.192 INFO O| Aug 03 04:05:29.192 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-08-03T04:05:31.023Z[ recovery-image] Aug 03 04:05:29.202 INFO O| Aug 03 04:05:29.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65112024-08-03T04:05:31.023Z[ recovery-image] Aug 03 04:05:29.202 INFO O| Aug 03 04:05:29.202 INFO STEP 881 (remove_files) COMPLETE
65122024-08-03T04:05:31.026Z[ recovery-image] Aug 03 04:05:29.202 INFO O| Aug 03 04:05:29.202 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-08-03T04:05:31.035Z[ recovery-image] Aug 03 04:05:29.211 INFO O| Aug 03 04:05:29.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65142024-08-03T04:05:31.035Z[ recovery-image] Aug 03 04:05:29.211 INFO O| Aug 03 04:05:29.211 INFO STEP 882 (remove_files) COMPLETE
65152024-08-03T04:05:31.038Z[ recovery-image] Aug 03 04:05:29.211 INFO O| Aug 03 04:05:29.211 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-08-03T04:05:31.042Z[ recovery-image] Aug 03 04:05:29.221 INFO O| Aug 03 04:05:29.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65172024-08-03T04:05:31.042Z[ recovery-image] Aug 03 04:05:29.221 INFO O| Aug 03 04:05:29.221 INFO STEP 883 (remove_files) COMPLETE
65182024-08-03T04:05:31.042Z[ recovery-image] Aug 03 04:05:29.221 INFO O| Aug 03 04:05:29.221 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-08-03T04:05:31.053Z[ recovery-image] Aug 03 04:05:29.231 INFO O| Aug 03 04:05:29.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65202024-08-03T04:05:31.056Z[ recovery-image] Aug 03 04:05:29.231 INFO O| Aug 03 04:05:29.231 INFO STEP 884 (remove_files) COMPLETE
65212024-08-03T04:05:31.056Z[ recovery-image] Aug 03 04:05:29.231 INFO O| Aug 03 04:05:29.231 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-08-03T04:05:31.062Z[ recovery-image] Aug 03 04:05:29.240 INFO O| Aug 03 04:05:29.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65232024-08-03T04:05:31.065Z[ recovery-image] Aug 03 04:05:29.240 INFO O| Aug 03 04:05:29.240 INFO STEP 885 (remove_files) COMPLETE
65242024-08-03T04:05:31.065Z[ recovery-image] Aug 03 04:05:29.240 INFO O| Aug 03 04:05:29.240 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-08-03T04:05:31.071Z[ recovery-image] Aug 03 04:05:29.250 INFO O| Aug 03 04:05:29.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65262024-08-03T04:05:31.071Z[ recovery-image] Aug 03 04:05:29.250 INFO O| Aug 03 04:05:29.250 INFO STEP 886 (remove_files) COMPLETE
65272024-08-03T04:05:31.071Z[ recovery-image] Aug 03 04:05:29.250 INFO O| Aug 03 04:05:29.250 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-08-03T04:05:31.081Z[ recovery-image] Aug 03 04:05:29.259 INFO O| Aug 03 04:05:29.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65292024-08-03T04:05:31.081Z[ recovery-image] Aug 03 04:05:29.259 INFO O| Aug 03 04:05:29.259 INFO STEP 887 (remove_files) COMPLETE
65302024-08-03T04:05:31.081Z[ recovery-image] Aug 03 04:05:29.260 INFO O| Aug 03 04:05:29.259 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-08-03T04:05:31.091Z[ recovery-image] Aug 03 04:05:29.270 INFO O| Aug 03 04:05:29.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65322024-08-03T04:05:31.091Z[ recovery-image] Aug 03 04:05:29.270 INFO O| Aug 03 04:05:29.270 INFO STEP 888 (remove_files) COMPLETE
65332024-08-03T04:05:31.094Z[ recovery-image] Aug 03 04:05:29.270 INFO O| Aug 03 04:05:29.270 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-08-03T04:05:31.102Z[ recovery-image] Aug 03 04:05:29.281 INFO O| Aug 03 04:05:29.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65352024-08-03T04:05:31.102Z[ recovery-image] Aug 03 04:05:29.281 INFO O| Aug 03 04:05:29.281 INFO STEP 889 (remove_files) COMPLETE
65362024-08-03T04:05:31.105Z[ recovery-image] Aug 03 04:05:29.281 INFO O| Aug 03 04:05:29.281 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-08-03T04:05:31.112Z[ recovery-image] Aug 03 04:05:29.291 INFO O| Aug 03 04:05:29.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65382024-08-03T04:05:31.115Z[ recovery-image] Aug 03 04:05:29.291 INFO O| Aug 03 04:05:29.291 INFO STEP 890 (remove_files) COMPLETE
65392024-08-03T04:05:31.115Z[ recovery-image] Aug 03 04:05:29.291 INFO O| Aug 03 04:05:29.291 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-08-03T04:05:31.122Z[ recovery-image] Aug 03 04:05:29.301 INFO O| Aug 03 04:05:29.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65412024-08-03T04:05:31.122Z[ recovery-image] Aug 03 04:05:29.301 INFO O| Aug 03 04:05:29.301 INFO STEP 891 (remove_files) COMPLETE
65422024-08-03T04:05:31.122Z[ recovery-image] Aug 03 04:05:29.301 INFO O| Aug 03 04:05:29.301 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-08-03T04:05:31.132Z[ recovery-image] Aug 03 04:05:29.311 INFO O| Aug 03 04:05:29.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65442024-08-03T04:05:31.135Z[ recovery-image] Aug 03 04:05:29.311 INFO O| Aug 03 04:05:29.311 INFO STEP 892 (remove_files) COMPLETE
65452024-08-03T04:05:31.135Z[ recovery-image] Aug 03 04:05:29.311 INFO O| Aug 03 04:05:29.311 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-08-03T04:05:31.141Z[ recovery-image] Aug 03 04:05:29.320 INFO O| Aug 03 04:05:29.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65472024-08-03T04:05:31.144Z[ recovery-image] Aug 03 04:05:29.320 INFO O| Aug 03 04:05:29.320 INFO STEP 893 (remove_files) COMPLETE
65482024-08-03T04:05:31.144Z[ recovery-image] Aug 03 04:05:29.320 INFO O| Aug 03 04:05:29.320 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-08-03T04:05:31.151Z[ recovery-image] Aug 03 04:05:29.330 INFO O| Aug 03 04:05:29.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65502024-08-03T04:05:31.151Z[ recovery-image] Aug 03 04:05:29.330 INFO O| Aug 03 04:05:29.330 INFO STEP 894 (remove_files) COMPLETE
65512024-08-03T04:05:31.154Z[ recovery-image] Aug 03 04:05:29.330 INFO O| Aug 03 04:05:29.330 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-08-03T04:05:31.160Z[ recovery-image] Aug 03 04:05:29.339 INFO O| Aug 03 04:05:29.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65532024-08-03T04:05:31.160Z[ recovery-image] Aug 03 04:05:29.339 INFO O| Aug 03 04:05:29.339 INFO STEP 895 (remove_files) COMPLETE
65542024-08-03T04:05:31.163Z[ recovery-image] Aug 03 04:05:29.339 INFO O| Aug 03 04:05:29.339 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-08-03T04:05:31.170Z[ recovery-image] Aug 03 04:05:29.348 INFO O| Aug 03 04:05:29.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65562024-08-03T04:05:31.173Z[ recovery-image] Aug 03 04:05:29.348 INFO O| Aug 03 04:05:29.348 INFO STEP 896 (remove_files) COMPLETE
65572024-08-03T04:05:31.173Z[ recovery-image] Aug 03 04:05:29.349 INFO O| Aug 03 04:05:29.348 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-08-03T04:05:31.179Z[ recovery-image] Aug 03 04:05:29.358 INFO O| Aug 03 04:05:29.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65592024-08-03T04:05:31.182Z[ recovery-image] Aug 03 04:05:29.358 INFO O| Aug 03 04:05:29.358 INFO STEP 897 (remove_files) COMPLETE
65602024-08-03T04:05:31.182Z[ recovery-image] Aug 03 04:05:29.358 INFO O| Aug 03 04:05:29.358 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-08-03T04:05:31.189Z[ recovery-image] Aug 03 04:05:29.367 INFO O| Aug 03 04:05:29.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65622024-08-03T04:05:31.189Z[ recovery-image] Aug 03 04:05:29.367 INFO O| Aug 03 04:05:29.367 INFO STEP 898 (remove_files) COMPLETE
65632024-08-03T04:05:31.189Z[ recovery-image] Aug 03 04:05:29.367 INFO O| Aug 03 04:05:29.367 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-08-03T04:05:31.198Z[ recovery-image] Aug 03 04:05:29.376 INFO O| Aug 03 04:05:29.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65652024-08-03T04:05:31.198Z[ recovery-image] Aug 03 04:05:29.377 INFO O| Aug 03 04:05:29.376 INFO STEP 899 (remove_files) COMPLETE
65662024-08-03T04:05:31.198Z[ recovery-image] Aug 03 04:05:29.377 INFO O| Aug 03 04:05:29.377 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-08-03T04:05:31.207Z[ recovery-image] Aug 03 04:05:29.386 INFO O| Aug 03 04:05:29.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65682024-08-03T04:05:31.210Z[ recovery-image] Aug 03 04:05:29.386 INFO O| Aug 03 04:05:29.386 INFO STEP 900 (remove_files) COMPLETE
65692024-08-03T04:05:31.210Z[ recovery-image] Aug 03 04:05:29.386 INFO O| Aug 03 04:05:29.386 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-08-03T04:05:31.217Z[ recovery-image] Aug 03 04:05:29.395 INFO O| Aug 03 04:05:29.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65712024-08-03T04:05:31.217Z[ recovery-image] Aug 03 04:05:29.395 INFO O| Aug 03 04:05:29.395 INFO STEP 901 (remove_files) COMPLETE
65722024-08-03T04:05:31.217Z[ recovery-image] Aug 03 04:05:29.395 INFO O| Aug 03 04:05:29.395 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-08-03T04:05:31.226Z[ recovery-image] Aug 03 04:05:29.405 INFO O| Aug 03 04:05:29.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65742024-08-03T04:05:31.226Z[ recovery-image] Aug 03 04:05:29.405 INFO O| Aug 03 04:05:29.405 INFO STEP 902 (remove_files) COMPLETE
65752024-08-03T04:05:31.226Z[ recovery-image] Aug 03 04:05:29.405 INFO O| Aug 03 04:05:29.405 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-08-03T04:05:31.235Z[ recovery-image] Aug 03 04:05:29.414 INFO O| Aug 03 04:05:29.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65772024-08-03T04:05:31.238Z[ recovery-image] Aug 03 04:05:29.415 INFO O| Aug 03 04:05:29.415 INFO STEP 903 (remove_files) COMPLETE
65782024-08-03T04:05:31.238Z[ recovery-image] Aug 03 04:05:29.415 INFO O| Aug 03 04:05:29.415 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-08-03T04:05:31.245Z[ recovery-image] Aug 03 04:05:29.424 INFO O| Aug 03 04:05:29.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65802024-08-03T04:05:31.245Z[ recovery-image] Aug 03 04:05:29.424 INFO O| Aug 03 04:05:29.424 INFO STEP 904 (remove_files) COMPLETE
65812024-08-03T04:05:31.248Z[ recovery-image] Aug 03 04:05:29.424 INFO O| Aug 03 04:05:29.424 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-08-03T04:05:31.255Z[ recovery-image] Aug 03 04:05:29.434 INFO O| Aug 03 04:05:29.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65832024-08-03T04:05:31.255Z[ recovery-image] Aug 03 04:05:29.434 INFO O| Aug 03 04:05:29.434 INFO STEP 905 (remove_files) COMPLETE
65842024-08-03T04:05:31.255Z[ recovery-image] Aug 03 04:05:29.434 INFO O| Aug 03 04:05:29.434 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-08-03T04:05:31.264Z[ recovery-image] Aug 03 04:05:29.443 INFO O| Aug 03 04:05:29.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65862024-08-03T04:05:31.264Z[ recovery-image] Aug 03 04:05:29.443 INFO O| Aug 03 04:05:29.443 INFO STEP 906 (remove_files) COMPLETE
65872024-08-03T04:05:31.267Z[ recovery-image] Aug 03 04:05:29.443 INFO O| Aug 03 04:05:29.443 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-08-03T04:05:31.274Z[ recovery-image] Aug 03 04:05:29.452 INFO O| Aug 03 04:05:29.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
65892024-08-03T04:05:31.274Z[ recovery-image] Aug 03 04:05:29.452 INFO O| Aug 03 04:05:29.452 INFO STEP 907 (remove_files) COMPLETE
65902024-08-03T04:05:31.277Z[ recovery-image] Aug 03 04:05:29.452 INFO O| Aug 03 04:05:29.452 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-08-03T04:05:31.283Z[ recovery-image] Aug 03 04:05:29.462 INFO O| Aug 03 04:05:29.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
65922024-08-03T04:05:31.286Z[ recovery-image] Aug 03 04:05:29.462 INFO O| Aug 03 04:05:29.462 INFO STEP 908 (remove_files) COMPLETE
65932024-08-03T04:05:31.286Z[ recovery-image] Aug 03 04:05:29.462 INFO O| Aug 03 04:05:29.462 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-08-03T04:05:31.293Z[ recovery-image] Aug 03 04:05:29.472 INFO O| Aug 03 04:05:29.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
65952024-08-03T04:05:31.293Z[ recovery-image] Aug 03 04:05:29.472 INFO O| Aug 03 04:05:29.472 INFO STEP 909 (remove_files) COMPLETE
65962024-08-03T04:05:31.296Z[ recovery-image] Aug 03 04:05:29.472 INFO O| Aug 03 04:05:29.472 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-08-03T04:05:31.303Z[ recovery-image] Aug 03 04:05:29.481 INFO O| Aug 03 04:05:29.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
65982024-08-03T04:05:31.303Z[ recovery-image] Aug 03 04:05:29.482 INFO O| Aug 03 04:05:29.481 INFO STEP 910 (remove_files) COMPLETE
65992024-08-03T04:05:31.305Z[ recovery-image] Aug 03 04:05:29.482 INFO O| Aug 03 04:05:29.481 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-08-03T04:05:31.313Z[ recovery-image] Aug 03 04:05:29.492 INFO O| Aug 03 04:05:29.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66012024-08-03T04:05:31.313Z[ recovery-image] Aug 03 04:05:29.492 INFO O| Aug 03 04:05:29.492 INFO STEP 911 (remove_files) COMPLETE
66022024-08-03T04:05:31.313Z[ recovery-image] Aug 03 04:05:29.492 INFO O| Aug 03 04:05:29.492 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-08-03T04:05:31.324Z[ recovery-image] Aug 03 04:05:29.502 INFO O| Aug 03 04:05:29.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66042024-08-03T04:05:31.326Z[ recovery-image] Aug 03 04:05:29.502 INFO O| Aug 03 04:05:29.502 INFO STEP 912 (remove_files) COMPLETE
66052024-08-03T04:05:31.326Z[ recovery-image] Aug 03 04:05:29.503 INFO O| Aug 03 04:05:29.502 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-08-03T04:05:31.333Z[ recovery-image] Aug 03 04:05:29.512 INFO O| Aug 03 04:05:29.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66072024-08-03T04:05:31.333Z[ recovery-image] Aug 03 04:05:29.512 INFO O| Aug 03 04:05:29.512 INFO STEP 913 (remove_files) COMPLETE
66082024-08-03T04:05:31.336Z[ recovery-image] Aug 03 04:05:29.512 INFO O| Aug 03 04:05:29.512 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-08-03T04:05:31.343Z[ recovery-image] Aug 03 04:05:29.522 INFO O| Aug 03 04:05:29.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66102024-08-03T04:05:31.346Z[ recovery-image] Aug 03 04:05:29.522 INFO O| Aug 03 04:05:29.522 INFO STEP 914 (remove_files) COMPLETE
66112024-08-03T04:05:31.346Z[ recovery-image] Aug 03 04:05:29.522 INFO O| Aug 03 04:05:29.522 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-08-03T04:05:31.353Z[ recovery-image] Aug 03 04:05:29.532 INFO O| Aug 03 04:05:29.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66132024-08-03T04:05:31.353Z[ recovery-image] Aug 03 04:05:29.532 INFO O| Aug 03 04:05:29.532 INFO STEP 915 (remove_files) COMPLETE
66142024-08-03T04:05:31.356Z[ recovery-image] Aug 03 04:05:29.532 INFO O| Aug 03 04:05:29.532 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-08-03T04:05:31.362Z[ recovery-image] Aug 03 04:05:29.541 INFO O| Aug 03 04:05:29.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66162024-08-03T04:05:31.365Z[ recovery-image] Aug 03 04:05:29.541 INFO O| Aug 03 04:05:29.541 INFO STEP 916 (remove_files) COMPLETE
66172024-08-03T04:05:31.365Z[ recovery-image] Aug 03 04:05:29.541 INFO O| Aug 03 04:05:29.541 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-08-03T04:05:31.372Z[ recovery-image] Aug 03 04:05:29.551 INFO O| Aug 03 04:05:29.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66192024-08-03T04:05:31.372Z[ recovery-image] Aug 03 04:05:29.551 INFO O| Aug 03 04:05:29.551 INFO STEP 917 (remove_files) COMPLETE
66202024-08-03T04:05:31.375Z[ recovery-image] Aug 03 04:05:29.551 INFO O| Aug 03 04:05:29.551 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-08-03T04:05:31.381Z[ recovery-image] Aug 03 04:05:29.560 INFO O| Aug 03 04:05:29.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66222024-08-03T04:05:31.381Z[ recovery-image] Aug 03 04:05:29.560 INFO O| Aug 03 04:05:29.560 INFO STEP 918 (remove_files) COMPLETE
66232024-08-03T04:05:31.384Z[ recovery-image] Aug 03 04:05:29.560 INFO O| Aug 03 04:05:29.560 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-08-03T04:05:31.390Z[ recovery-image] Aug 03 04:05:29.569 INFO O| Aug 03 04:05:29.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66252024-08-03T04:05:31.391Z[ recovery-image] Aug 03 04:05:29.569 INFO O| Aug 03 04:05:29.569 INFO STEP 919 (remove_files) COMPLETE
66262024-08-03T04:05:31.391Z[ recovery-image] Aug 03 04:05:29.569 INFO O| Aug 03 04:05:29.569 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-08-03T04:05:31.404Z[ recovery-image] Aug 03 04:05:29.579 INFO O| Aug 03 04:05:29.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66282024-08-03T04:05:31.404Z[ recovery-image] Aug 03 04:05:29.579 INFO O| Aug 03 04:05:29.579 INFO STEP 920 (remove_files) COMPLETE
66292024-08-03T04:05:31.404Z[ recovery-image] Aug 03 04:05:29.579 INFO O| Aug 03 04:05:29.579 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-08-03T04:05:31.409Z[ recovery-image] Aug 03 04:05:29.588 INFO O| Aug 03 04:05:29.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66312024-08-03T04:05:31.409Z[ recovery-image] Aug 03 04:05:29.588 INFO O| Aug 03 04:05:29.588 INFO STEP 921 (remove_files) COMPLETE
66322024-08-03T04:05:31.409Z[ recovery-image] Aug 03 04:05:29.588 INFO O| Aug 03 04:05:29.588 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-08-03T04:05:31.419Z[ recovery-image] Aug 03 04:05:29.597 INFO O| Aug 03 04:05:29.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66342024-08-03T04:05:31.421Z[ recovery-image] Aug 03 04:05:29.597 INFO O| Aug 03 04:05:29.597 INFO STEP 922 (remove_files) COMPLETE
66352024-08-03T04:05:31.422Z[ recovery-image] Aug 03 04:05:29.597 INFO O| Aug 03 04:05:29.597 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-08-03T04:05:31.428Z[ recovery-image] Aug 03 04:05:29.607 INFO O| Aug 03 04:05:29.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66372024-08-03T04:05:31.428Z[ recovery-image] Aug 03 04:05:29.607 INFO O| Aug 03 04:05:29.607 INFO STEP 923 (remove_files) COMPLETE
66382024-08-03T04:05:31.431Z[ recovery-image] Aug 03 04:05:29.607 INFO O| Aug 03 04:05:29.607 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-08-03T04:05:31.438Z[ recovery-image] Aug 03 04:05:29.616 INFO O| Aug 03 04:05:29.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66402024-08-03T04:05:31.440Z[ recovery-image] Aug 03 04:05:29.616 INFO O| Aug 03 04:05:29.616 INFO STEP 924 (remove_files) COMPLETE
66412024-08-03T04:05:31.440Z[ recovery-image] Aug 03 04:05:29.617 INFO O| Aug 03 04:05:29.616 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-08-03T04:05:31.447Z[ recovery-image] Aug 03 04:05:29.626 INFO O| Aug 03 04:05:29.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66432024-08-03T04:05:31.447Z[ recovery-image] Aug 03 04:05:29.626 INFO O| Aug 03 04:05:29.626 INFO STEP 925 (remove_files) COMPLETE
66442024-08-03T04:05:31.450Z[ recovery-image] Aug 03 04:05:29.626 INFO O| Aug 03 04:05:29.626 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-08-03T04:05:31.458Z[ recovery-image] Aug 03 04:05:29.636 INFO O| Aug 03 04:05:29.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66462024-08-03T04:05:31.468Z[ recovery-image] Aug 03 04:05:29.636 INFO O| Aug 03 04:05:29.636 INFO STEP 926 (remove_files) COMPLETE
66472024-08-03T04:05:31.468Z[ recovery-image] Aug 03 04:05:29.636 INFO O| Aug 03 04:05:29.636 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-08-03T04:05:31.475Z[ recovery-image] Aug 03 04:05:29.646 INFO O| Aug 03 04:05:29.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66492024-08-03T04:05:31.475Z[ recovery-image] Aug 03 04:05:29.646 INFO O| Aug 03 04:05:29.646 INFO STEP 927 (remove_files) COMPLETE
66502024-08-03T04:05:31.475Z[ recovery-image] Aug 03 04:05:29.646 INFO O| Aug 03 04:05:29.646 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-08-03T04:05:31.478Z[ recovery-image] Aug 03 04:05:29.655 INFO O| Aug 03 04:05:29.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66522024-08-03T04:05:31.479Z[ recovery-image] Aug 03 04:05:29.656 INFO O| Aug 03 04:05:29.656 INFO STEP 928 (remove_files) COMPLETE
66532024-08-03T04:05:31.479Z[ recovery-image] Aug 03 04:05:29.656 INFO O| Aug 03 04:05:29.656 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-08-03T04:05:31.487Z[ recovery-image] Aug 03 04:05:29.665 INFO O| Aug 03 04:05:29.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66552024-08-03T04:05:31.487Z[ recovery-image] Aug 03 04:05:29.665 INFO O| Aug 03 04:05:29.665 INFO STEP 929 (remove_files) COMPLETE
66562024-08-03T04:05:31.487Z[ recovery-image] Aug 03 04:05:29.665 INFO O| Aug 03 04:05:29.665 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-08-03T04:05:31.500Z[ recovery-image] Aug 03 04:05:29.674 INFO O| Aug 03 04:05:29.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66582024-08-03T04:05:31.508Z[ recovery-image] Aug 03 04:05:29.675 INFO O| Aug 03 04:05:29.674 INFO STEP 930 (remove_files) COMPLETE
66592024-08-03T04:05:31.509Z[ recovery-image] Aug 03 04:05:29.675 INFO O| Aug 03 04:05:29.675 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-08-03T04:05:31.509Z[ recovery-image] Aug 03 04:05:29.684 INFO O| Aug 03 04:05:29.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66612024-08-03T04:05:31.509Z[ recovery-image] Aug 03 04:05:29.684 INFO O| Aug 03 04:05:29.684 INFO STEP 931 (remove_files) COMPLETE
66622024-08-03T04:05:31.509Z[ recovery-image] Aug 03 04:05:29.684 INFO O| Aug 03 04:05:29.684 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-08-03T04:05:31.518Z[ recovery-image] Aug 03 04:05:29.693 INFO O| Aug 03 04:05:29.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66642024-08-03T04:05:31.518Z[ recovery-image] Aug 03 04:05:29.693 INFO O| Aug 03 04:05:29.693 INFO STEP 932 (remove_files) COMPLETE
66652024-08-03T04:05:31.518Z[ recovery-image] Aug 03 04:05:29.693 INFO O| Aug 03 04:05:29.693 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-08-03T04:05:31.524Z[ recovery-image] Aug 03 04:05:29.703 INFO O| Aug 03 04:05:29.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66672024-08-03T04:05:31.527Z[ recovery-image] Aug 03 04:05:29.703 INFO O| Aug 03 04:05:29.703 INFO STEP 933 (remove_files) COMPLETE
66682024-08-03T04:05:31.527Z[ recovery-image] Aug 03 04:05:29.703 INFO O| Aug 03 04:05:29.703 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-08-03T04:05:31.534Z[ recovery-image] Aug 03 04:05:29.712 INFO O| Aug 03 04:05:29.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66702024-08-03T04:05:31.538Z[ recovery-image] Aug 03 04:05:29.712 INFO O| Aug 03 04:05:29.712 INFO STEP 934 (remove_files) COMPLETE
66712024-08-03T04:05:31.539Z[ recovery-image] Aug 03 04:05:29.712 INFO O| Aug 03 04:05:29.712 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-08-03T04:05:31.543Z[ recovery-image] Aug 03 04:05:29.722 INFO O| Aug 03 04:05:29.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66732024-08-03T04:05:31.547Z[ recovery-image] Aug 03 04:05:29.722 INFO O| Aug 03 04:05:29.722 INFO STEP 935 (remove_files) COMPLETE
66742024-08-03T04:05:31.547Z[ recovery-image] Aug 03 04:05:29.722 INFO O| Aug 03 04:05:29.722 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-08-03T04:05:31.554Z[ recovery-image] Aug 03 04:05:29.732 INFO O| Aug 03 04:05:29.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66762024-08-03T04:05:31.554Z[ recovery-image] Aug 03 04:05:29.732 INFO O| Aug 03 04:05:29.732 INFO STEP 936 (remove_files) COMPLETE
66772024-08-03T04:05:31.554Z[ recovery-image] Aug 03 04:05:29.732 INFO O| Aug 03 04:05:29.732 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-08-03T04:05:31.564Z[ recovery-image] Aug 03 04:05:29.743 INFO O| Aug 03 04:05:29.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66792024-08-03T04:05:31.565Z[ recovery-image] Aug 03 04:05:29.743 INFO O| Aug 03 04:05:29.743 INFO STEP 937 (remove_files) COMPLETE
66802024-08-03T04:05:31.565Z[ recovery-image] Aug 03 04:05:29.743 INFO O| Aug 03 04:05:29.743 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-08-03T04:05:31.575Z[ recovery-image] Aug 03 04:05:29.753 INFO O| Aug 03 04:05:29.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66822024-08-03T04:05:31.575Z[ recovery-image] Aug 03 04:05:29.754 INFO O| Aug 03 04:05:29.754 INFO STEP 938 (remove_files) COMPLETE
66832024-08-03T04:05:31.578Z[ recovery-image] Aug 03 04:05:29.754 INFO O| Aug 03 04:05:29.754 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-08-03T04:05:31.585Z[ recovery-image] Aug 03 04:05:29.764 INFO O| Aug 03 04:05:29.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66852024-08-03T04:05:31.585Z[ recovery-image] Aug 03 04:05:29.764 INFO O| Aug 03 04:05:29.764 INFO STEP 939 (remove_files) COMPLETE
66862024-08-03T04:05:31.585Z[ recovery-image] Aug 03 04:05:29.764 INFO O| Aug 03 04:05:29.764 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-08-03T04:05:31.595Z[ recovery-image] Aug 03 04:05:29.774 INFO O| Aug 03 04:05:29.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
66882024-08-03T04:05:31.595Z[ recovery-image] Aug 03 04:05:29.774 INFO O| Aug 03 04:05:29.774 INFO STEP 940 (remove_files) COMPLETE
66892024-08-03T04:05:31.595Z[ recovery-image] Aug 03 04:05:29.774 INFO O| Aug 03 04:05:29.774 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-08-03T04:05:31.605Z[ recovery-image] Aug 03 04:05:29.783 INFO O| Aug 03 04:05:29.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
66912024-08-03T04:05:31.608Z[ recovery-image] Aug 03 04:05:29.784 INFO O| Aug 03 04:05:29.784 INFO STEP 941 (remove_files) COMPLETE
66922024-08-03T04:05:31.608Z[ recovery-image] Aug 03 04:05:29.784 INFO O| Aug 03 04:05:29.784 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-08-03T04:05:31.615Z[ recovery-image] Aug 03 04:05:29.794 INFO O| Aug 03 04:05:29.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
66942024-08-03T04:05:31.618Z[ recovery-image] Aug 03 04:05:29.794 INFO O| Aug 03 04:05:29.794 INFO STEP 942 (remove_files) COMPLETE
66952024-08-03T04:05:31.618Z[ recovery-image] Aug 03 04:05:29.794 INFO O| Aug 03 04:05:29.794 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-08-03T04:05:31.624Z[ recovery-image] Aug 03 04:05:29.803 INFO O| Aug 03 04:05:29.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
66972024-08-03T04:05:31.624Z[ recovery-image] Aug 03 04:05:29.803 INFO O| Aug 03 04:05:29.803 INFO STEP 943 (remove_files) COMPLETE
66982024-08-03T04:05:31.627Z[ recovery-image] Aug 03 04:05:29.803 INFO O| Aug 03 04:05:29.803 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-08-03T04:05:31.634Z[ recovery-image] Aug 03 04:05:29.812 INFO O| Aug 03 04:05:29.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67002024-08-03T04:05:31.636Z[ recovery-image] Aug 03 04:05:29.813 INFO O| Aug 03 04:05:29.813 INFO STEP 944 (remove_files) COMPLETE
67012024-08-03T04:05:31.636Z[ recovery-image] Aug 03 04:05:29.813 INFO O| Aug 03 04:05:29.813 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-08-03T04:05:31.643Z[ recovery-image] Aug 03 04:05:29.822 INFO O| Aug 03 04:05:29.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67032024-08-03T04:05:31.643Z[ recovery-image] Aug 03 04:05:29.822 INFO O| Aug 03 04:05:29.822 INFO STEP 945 (remove_files) COMPLETE
67042024-08-03T04:05:31.647Z[ recovery-image] Aug 03 04:05:29.822 INFO O| Aug 03 04:05:29.822 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-08-03T04:05:31.652Z[ recovery-image] Aug 03 04:05:29.831 INFO O| Aug 03 04:05:29.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67062024-08-03T04:05:31.652Z[ recovery-image] Aug 03 04:05:29.831 INFO O| Aug 03 04:05:29.831 INFO STEP 946 (remove_files) COMPLETE
67072024-08-03T04:05:31.652Z[ recovery-image] Aug 03 04:05:29.831 INFO O| Aug 03 04:05:29.831 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-08-03T04:05:31.662Z[ recovery-image] Aug 03 04:05:29.841 INFO O| Aug 03 04:05:29.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67092024-08-03T04:05:31.662Z[ recovery-image] Aug 03 04:05:29.841 INFO O| Aug 03 04:05:29.841 INFO STEP 947 (remove_files) COMPLETE
67102024-08-03T04:05:31.662Z[ recovery-image] Aug 03 04:05:29.841 INFO O| Aug 03 04:05:29.841 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-08-03T04:05:31.671Z[ recovery-image] Aug 03 04:05:29.850 INFO O| Aug 03 04:05:29.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67122024-08-03T04:05:31.671Z[ recovery-image] Aug 03 04:05:29.850 INFO O| Aug 03 04:05:29.850 INFO STEP 948 (remove_files) COMPLETE
67132024-08-03T04:05:31.674Z[ recovery-image] Aug 03 04:05:29.850 INFO O| Aug 03 04:05:29.850 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-08-03T04:05:31.680Z[ recovery-image] Aug 03 04:05:29.859 INFO O| Aug 03 04:05:29.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67152024-08-03T04:05:31.681Z[ recovery-image] Aug 03 04:05:29.859 INFO O| Aug 03 04:05:29.859 INFO STEP 949 (remove_files) COMPLETE
67162024-08-03T04:05:31.681Z[ recovery-image] Aug 03 04:05:29.859 INFO O| Aug 03 04:05:29.859 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-08-03T04:05:31.690Z[ recovery-image] Aug 03 04:05:29.869 INFO O| Aug 03 04:05:29.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67182024-08-03T04:05:31.690Z[ recovery-image] Aug 03 04:05:29.869 INFO O| Aug 03 04:05:29.869 INFO STEP 950 (remove_files) COMPLETE
67192024-08-03T04:05:31.693Z[ recovery-image] Aug 03 04:05:29.869 INFO O| Aug 03 04:05:29.869 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-08-03T04:05:31.699Z[ recovery-image] Aug 03 04:05:29.878 INFO O| Aug 03 04:05:29.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67212024-08-03T04:05:31.699Z[ recovery-image] Aug 03 04:05:29.878 INFO O| Aug 03 04:05:29.878 INFO STEP 951 (remove_files) COMPLETE
67222024-08-03T04:05:31.699Z[ recovery-image] Aug 03 04:05:29.878 INFO O| Aug 03 04:05:29.878 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-08-03T04:05:31.709Z[ recovery-image] Aug 03 04:05:29.887 INFO O| Aug 03 04:05:29.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67242024-08-03T04:05:31.709Z[ recovery-image] Aug 03 04:05:29.887 INFO O| Aug 03 04:05:29.887 INFO STEP 952 (remove_files) COMPLETE
67252024-08-03T04:05:31.711Z[ recovery-image] Aug 03 04:05:29.887 INFO O| Aug 03 04:05:29.887 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-08-03T04:05:31.718Z[ recovery-image] Aug 03 04:05:29.897 INFO O| Aug 03 04:05:29.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67272024-08-03T04:05:31.718Z[ recovery-image] Aug 03 04:05:29.897 INFO O| Aug 03 04:05:29.897 INFO STEP 953 (remove_files) COMPLETE
67282024-08-03T04:05:31.721Z[ recovery-image] Aug 03 04:05:29.897 INFO O| Aug 03 04:05:29.897 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-08-03T04:05:31.727Z[ recovery-image] Aug 03 04:05:29.906 INFO O| Aug 03 04:05:29.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67302024-08-03T04:05:31.727Z[ recovery-image] Aug 03 04:05:29.906 INFO O| Aug 03 04:05:29.906 INFO STEP 954 (remove_files) COMPLETE
67312024-08-03T04:05:31.730Z[ recovery-image] Aug 03 04:05:29.906 INFO O| Aug 03 04:05:29.906 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-08-03T04:05:31.737Z[ recovery-image] Aug 03 04:05:29.916 INFO O| Aug 03 04:05:29.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67332024-08-03T04:05:31.737Z[ recovery-image] Aug 03 04:05:29.916 INFO O| Aug 03 04:05:29.916 INFO STEP 955 (remove_files) COMPLETE
67342024-08-03T04:05:31.740Z[ recovery-image] Aug 03 04:05:29.916 INFO O| Aug 03 04:05:29.916 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-08-03T04:05:31.746Z[ recovery-image] Aug 03 04:05:29.925 INFO O| Aug 03 04:05:29.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67362024-08-03T04:05:31.746Z[ recovery-image] Aug 03 04:05:29.925 INFO O| Aug 03 04:05:29.925 INFO STEP 956 (remove_files) COMPLETE
67372024-08-03T04:05:31.749Z[ recovery-image] Aug 03 04:05:29.925 INFO O| Aug 03 04:05:29.925 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-08-03T04:05:31.756Z[ recovery-image] Aug 03 04:05:29.934 INFO O| Aug 03 04:05:29.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67392024-08-03T04:05:31.756Z[ recovery-image] Aug 03 04:05:29.935 INFO O| Aug 03 04:05:29.934 INFO STEP 957 (remove_files) COMPLETE
67402024-08-03T04:05:31.756Z[ recovery-image] Aug 03 04:05:29.935 INFO O| Aug 03 04:05:29.935 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-08-03T04:05:31.765Z[ recovery-image] Aug 03 04:05:29.944 INFO O| Aug 03 04:05:29.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67422024-08-03T04:05:31.765Z[ recovery-image] Aug 03 04:05:29.944 INFO O| Aug 03 04:05:29.944 INFO STEP 958 (remove_files) COMPLETE
67432024-08-03T04:05:31.765Z[ recovery-image] Aug 03 04:05:29.944 INFO O| Aug 03 04:05:29.944 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-08-03T04:05:31.774Z[ recovery-image] Aug 03 04:05:29.953 INFO O| Aug 03 04:05:29.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67452024-08-03T04:05:31.774Z[ recovery-image] Aug 03 04:05:29.953 INFO O| Aug 03 04:05:29.953 INFO STEP 959 (remove_files) COMPLETE
67462024-08-03T04:05:31.777Z[ recovery-image] Aug 03 04:05:29.953 INFO O| Aug 03 04:05:29.953 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-08-03T04:05:31.783Z[ recovery-image] Aug 03 04:05:29.962 INFO O| Aug 03 04:05:29.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67482024-08-03T04:05:31.783Z[ recovery-image] Aug 03 04:05:29.962 INFO O| Aug 03 04:05:29.962 INFO STEP 960 (remove_files) COMPLETE
67492024-08-03T04:05:31.786Z[ recovery-image] Aug 03 04:05:29.962 INFO O| Aug 03 04:05:29.962 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-08-03T04:05:31.794Z[ recovery-image] Aug 03 04:05:29.971 INFO O| Aug 03 04:05:29.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67512024-08-03T04:05:31.794Z[ recovery-image] Aug 03 04:05:29.972 INFO O| Aug 03 04:05:29.971 INFO STEP 961 (remove_files) COMPLETE
67522024-08-03T04:05:31.794Z[ recovery-image] Aug 03 04:05:29.972 INFO O| Aug 03 04:05:29.971 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-08-03T04:05:31.803Z[ recovery-image] Aug 03 04:05:29.981 INFO O| Aug 03 04:05:29.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67542024-08-03T04:05:31.803Z[ recovery-image] Aug 03 04:05:29.981 INFO O| Aug 03 04:05:29.981 INFO STEP 962 (remove_files) COMPLETE
67552024-08-03T04:05:31.803Z[ recovery-image] Aug 03 04:05:29.981 INFO O| Aug 03 04:05:29.981 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-08-03T04:05:31.816Z[ recovery-image] Aug 03 04:05:29.990 INFO O| Aug 03 04:05:29.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67572024-08-03T04:05:31.816Z[ recovery-image] Aug 03 04:05:29.990 INFO O| Aug 03 04:05:29.990 INFO STEP 963 (remove_files) COMPLETE
67582024-08-03T04:05:31.827Z[ recovery-image] Aug 03 04:05:29.990 INFO O| Aug 03 04:05:29.990 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-08-03T04:05:31.827Z[ recovery-image] Aug 03 04:05:30.000 INFO O| Aug 03 04:05:30.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67602024-08-03T04:05:31.828Z[ recovery-image] Aug 03 04:05:30.000 INFO O| Aug 03 04:05:30.000 INFO STEP 964 (remove_files) COMPLETE
67612024-08-03T04:05:31.828Z[ recovery-image] Aug 03 04:05:30.000 INFO O| Aug 03 04:05:30.000 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-08-03T04:05:31.839Z[ recovery-image] Aug 03 04:05:30.010 INFO O| Aug 03 04:05:30.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67632024-08-03T04:05:31.839Z[ recovery-image] Aug 03 04:05:30.010 INFO O| Aug 03 04:05:30.010 INFO STEP 965 (remove_files) COMPLETE
67642024-08-03T04:05:31.840Z[ recovery-image] Aug 03 04:05:30.010 INFO O| Aug 03 04:05:30.010 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-08-03T04:05:31.847Z[ recovery-image] Aug 03 04:05:30.019 INFO O| Aug 03 04:05:30.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67662024-08-03T04:05:31.847Z[ recovery-image] Aug 03 04:05:30.020 INFO O| Aug 03 04:05:30.020 INFO STEP 966 (remove_files) COMPLETE
67672024-08-03T04:05:31.848Z[ recovery-image] Aug 03 04:05:30.020 INFO O| Aug 03 04:05:30.020 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-08-03T04:05:31.852Z[ recovery-image] Aug 03 04:05:30.029 INFO O| Aug 03 04:05:30.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67692024-08-03T04:05:31.852Z[ recovery-image] Aug 03 04:05:30.029 INFO O| Aug 03 04:05:30.029 INFO STEP 967 (remove_files) COMPLETE
67702024-08-03T04:05:31.852Z[ recovery-image] Aug 03 04:05:30.029 INFO O| Aug 03 04:05:30.029 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-08-03T04:05:31.860Z[ recovery-image] Aug 03 04:05:30.038 INFO O| Aug 03 04:05:30.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67722024-08-03T04:05:31.862Z[ recovery-image] Aug 03 04:05:30.038 INFO O| Aug 03 04:05:30.038 INFO STEP 968 (remove_files) COMPLETE
67732024-08-03T04:05:31.863Z[ recovery-image] Aug 03 04:05:30.038 INFO O| Aug 03 04:05:30.038 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-08-03T04:05:31.869Z[ recovery-image] Aug 03 04:05:30.048 INFO O| Aug 03 04:05:30.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67752024-08-03T04:05:31.872Z[ recovery-image] Aug 03 04:05:30.048 INFO O| Aug 03 04:05:30.048 INFO STEP 969 (remove_files) COMPLETE
67762024-08-03T04:05:31.872Z[ recovery-image] Aug 03 04:05:30.048 INFO O| Aug 03 04:05:30.048 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-08-03T04:05:31.879Z[ recovery-image] Aug 03 04:05:30.057 INFO O| Aug 03 04:05:30.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67782024-08-03T04:05:31.879Z[ recovery-image] Aug 03 04:05:30.057 INFO O| Aug 03 04:05:30.057 INFO STEP 970 (remove_files) COMPLETE
67792024-08-03T04:05:31.879Z[ recovery-image] Aug 03 04:05:30.057 INFO O| Aug 03 04:05:30.057 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-08-03T04:05:31.888Z[ recovery-image] Aug 03 04:05:30.067 INFO O| Aug 03 04:05:30.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67812024-08-03T04:05:31.888Z[ recovery-image] Aug 03 04:05:30.067 INFO O| Aug 03 04:05:30.067 INFO STEP 971 (remove_files) COMPLETE
67822024-08-03T04:05:31.893Z[ recovery-image] Aug 03 04:05:30.067 INFO O| Aug 03 04:05:30.067 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-08-03T04:05:31.897Z[ recovery-image] Aug 03 04:05:30.076 INFO O| Aug 03 04:05:30.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67842024-08-03T04:05:31.901Z[ recovery-image] Aug 03 04:05:30.076 INFO O| Aug 03 04:05:30.076 INFO STEP 972 (remove_files) COMPLETE
67852024-08-03T04:05:31.901Z[ recovery-image] Aug 03 04:05:30.076 INFO O| Aug 03 04:05:30.076 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-08-03T04:05:31.907Z[ recovery-image] Aug 03 04:05:30.085 INFO O| Aug 03 04:05:30.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
67872024-08-03T04:05:31.907Z[ recovery-image] Aug 03 04:05:30.086 INFO O| Aug 03 04:05:30.086 INFO STEP 973 (remove_files) COMPLETE
67882024-08-03T04:05:31.909Z[ recovery-image] Aug 03 04:05:30.086 INFO O| Aug 03 04:05:30.086 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-08-03T04:05:31.916Z[ recovery-image] Aug 03 04:05:30.095 INFO O| Aug 03 04:05:30.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
67902024-08-03T04:05:31.919Z[ recovery-image] Aug 03 04:05:30.095 INFO O| Aug 03 04:05:30.095 INFO STEP 974 (remove_files) COMPLETE
67912024-08-03T04:05:31.919Z[ recovery-image] Aug 03 04:05:30.095 INFO O| Aug 03 04:05:30.095 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-08-03T04:05:31.926Z[ recovery-image] Aug 03 04:05:30.104 INFO O| Aug 03 04:05:30.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
67932024-08-03T04:05:31.926Z[ recovery-image] Aug 03 04:05:30.104 INFO O| Aug 03 04:05:30.104 INFO STEP 975 (remove_files) COMPLETE
67942024-08-03T04:05:31.928Z[ recovery-image] Aug 03 04:05:30.105 INFO O| Aug 03 04:05:30.104 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-08-03T04:05:31.935Z[ recovery-image] Aug 03 04:05:30.114 INFO O| Aug 03 04:05:30.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
67962024-08-03T04:05:31.935Z[ recovery-image] Aug 03 04:05:30.114 INFO O| Aug 03 04:05:30.114 INFO STEP 976 (remove_files) COMPLETE
67972024-08-03T04:05:31.938Z[ recovery-image] Aug 03 04:05:30.114 INFO O| Aug 03 04:05:30.114 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-08-03T04:05:31.944Z[ recovery-image] Aug 03 04:05:30.123 INFO O| Aug 03 04:05:30.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
67992024-08-03T04:05:31.947Z[ recovery-image] Aug 03 04:05:30.123 INFO O| Aug 03 04:05:30.123 INFO STEP 977 (remove_files) COMPLETE
68002024-08-03T04:05:31.947Z[ recovery-image] Aug 03 04:05:30.123 INFO O| Aug 03 04:05:30.123 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-08-03T04:05:31.954Z[ recovery-image] Aug 03 04:05:30.132 INFO O| Aug 03 04:05:30.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68022024-08-03T04:05:31.956Z[ recovery-image] Aug 03 04:05:30.133 INFO O| Aug 03 04:05:30.133 INFO STEP 978 (remove_files) COMPLETE
68032024-08-03T04:05:31.956Z[ recovery-image] Aug 03 04:05:30.133 INFO O| Aug 03 04:05:30.133 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-08-03T04:05:31.963Z[ recovery-image] Aug 03 04:05:30.142 INFO O| Aug 03 04:05:30.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68052024-08-03T04:05:31.966Z[ recovery-image] Aug 03 04:05:30.142 INFO O| Aug 03 04:05:30.142 INFO STEP 979 (remove_files) COMPLETE
68062024-08-03T04:05:31.966Z[ recovery-image] Aug 03 04:05:30.142 INFO O| Aug 03 04:05:30.142 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-08-03T04:05:31.972Z[ recovery-image] Aug 03 04:05:30.151 INFO O| Aug 03 04:05:30.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68082024-08-03T04:05:31.973Z[ recovery-image] Aug 03 04:05:30.151 INFO O| Aug 03 04:05:30.151 INFO STEP 980 (remove_files) COMPLETE
68092024-08-03T04:05:31.975Z[ recovery-image] Aug 03 04:05:30.151 INFO O| Aug 03 04:05:30.151 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-08-03T04:05:31.982Z[ recovery-image] Aug 03 04:05:30.161 INFO O| Aug 03 04:05:30.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68112024-08-03T04:05:31.985Z[ recovery-image] Aug 03 04:05:30.161 INFO O| Aug 03 04:05:30.161 INFO STEP 981 (remove_files) COMPLETE
68122024-08-03T04:05:31.985Z[ recovery-image] Aug 03 04:05:30.161 INFO O| Aug 03 04:05:30.161 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-08-03T04:05:31.991Z[ recovery-image] Aug 03 04:05:30.170 INFO O| Aug 03 04:05:30.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68142024-08-03T04:05:31.994Z[ recovery-image] Aug 03 04:05:30.170 INFO O| Aug 03 04:05:30.170 INFO STEP 982 (remove_files) COMPLETE
68152024-08-03T04:05:31.994Z[ recovery-image] Aug 03 04:05:30.170 INFO O| Aug 03 04:05:30.170 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-08-03T04:05:32.002Z[ recovery-image] Aug 03 04:05:30.180 INFO O| Aug 03 04:05:30.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68172024-08-03T04:05:32.002Z[ recovery-image] Aug 03 04:05:30.180 INFO O| Aug 03 04:05:30.180 INFO STEP 983 (remove_files) COMPLETE
68182024-08-03T04:05:32.005Z[ recovery-image] Aug 03 04:05:30.180 INFO O| Aug 03 04:05:30.180 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-08-03T04:05:32.013Z[ recovery-image] Aug 03 04:05:30.191 INFO O| Aug 03 04:05:30.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68202024-08-03T04:05:32.016Z[ recovery-image] Aug 03 04:05:30.191 INFO O| Aug 03 04:05:30.191 INFO STEP 984 (remove_files) COMPLETE
68212024-08-03T04:05:32.016Z[ recovery-image] Aug 03 04:05:30.192 INFO O| Aug 03 04:05:30.191 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-08-03T04:05:32.023Z[ recovery-image] Aug 03 04:05:30.202 INFO O| Aug 03 04:05:30.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68232024-08-03T04:05:32.024Z[ recovery-image] Aug 03 04:05:30.202 INFO O| Aug 03 04:05:30.202 INFO STEP 985 (remove_files) COMPLETE
68242024-08-03T04:05:32.026Z[ recovery-image] Aug 03 04:05:30.202 INFO O| Aug 03 04:05:30.202 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-08-03T04:05:32.034Z[ recovery-image] Aug 03 04:05:30.213 INFO O| Aug 03 04:05:30.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68262024-08-03T04:05:32.034Z[ recovery-image] Aug 03 04:05:30.213 INFO O| Aug 03 04:05:30.213 INFO STEP 986 (remove_files) COMPLETE
68272024-08-03T04:05:32.037Z[ recovery-image] Aug 03 04:05:30.213 INFO O| Aug 03 04:05:30.213 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-08-03T04:05:32.044Z[ recovery-image] Aug 03 04:05:30.223 INFO O| Aug 03 04:05:30.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68292024-08-03T04:05:32.044Z[ recovery-image] Aug 03 04:05:30.223 INFO O| Aug 03 04:05:30.223 INFO STEP 987 (remove_files) COMPLETE
68302024-08-03T04:05:32.047Z[ recovery-image] Aug 03 04:05:30.223 INFO O| Aug 03 04:05:30.223 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-08-03T04:05:32.054Z[ recovery-image] Aug 03 04:05:30.232 INFO O| Aug 03 04:05:30.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68322024-08-03T04:05:32.054Z[ recovery-image] Aug 03 04:05:30.233 INFO O| Aug 03 04:05:30.232 INFO STEP 988 (remove_files) COMPLETE
68332024-08-03T04:05:32.054Z[ recovery-image] Aug 03 04:05:30.233 INFO O| Aug 03 04:05:30.232 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-08-03T04:05:32.063Z[ recovery-image] Aug 03 04:05:30.242 INFO O| Aug 03 04:05:30.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68352024-08-03T04:05:32.063Z[ recovery-image] Aug 03 04:05:30.242 INFO O| Aug 03 04:05:30.242 INFO STEP 989 (remove_files) COMPLETE
68362024-08-03T04:05:32.066Z[ recovery-image] Aug 03 04:05:30.242 INFO O| Aug 03 04:05:30.242 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-08-03T04:05:32.088Z[ recovery-image] Aug 03 04:05:30.252 INFO O| Aug 03 04:05:30.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68382024-08-03T04:05:32.088Z[ recovery-image] Aug 03 04:05:30.252 INFO O| Aug 03 04:05:30.252 INFO STEP 990 (remove_files) COMPLETE
68392024-08-03T04:05:32.088Z[ recovery-image] Aug 03 04:05:30.252 INFO O| Aug 03 04:05:30.252 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-08-03T04:05:32.097Z[ recovery-image] Aug 03 04:05:30.261 INFO O| Aug 03 04:05:30.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68412024-08-03T04:05:32.097Z[ recovery-image] Aug 03 04:05:30.261 INFO O| Aug 03 04:05:30.261 INFO STEP 991 (remove_files) COMPLETE
68422024-08-03T04:05:32.097Z[ recovery-image] Aug 03 04:05:30.261 INFO O| Aug 03 04:05:30.261 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-08-03T04:05:32.097Z[ recovery-image] Aug 03 04:05:30.271 INFO O| Aug 03 04:05:30.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68442024-08-03T04:05:32.097Z[ recovery-image] Aug 03 04:05:30.271 INFO O| Aug 03 04:05:30.271 INFO STEP 992 (remove_files) COMPLETE
68452024-08-03T04:05:32.097Z[ recovery-image] Aug 03 04:05:30.271 INFO O| Aug 03 04:05:30.271 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-08-03T04:05:32.107Z[ host-image] Aug 03 04:05:30.275 INFO O| Aug 03 04:05:30.274 INFO O| Done
68472024-08-03T04:05:32.117Z[ recovery-image] Aug 03 04:05:30.281 INFO O| Aug 03 04:05:30.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68482024-08-03T04:05:32.117Z[ recovery-image] Aug 03 04:05:30.281 INFO O| Aug 03 04:05:30.281 INFO STEP 993 (remove_files) COMPLETE
68492024-08-03T04:05:32.117Z[ recovery-image] Aug 03 04:05:30.281 INFO O| Aug 03 04:05:30.281 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-08-03T04:05:32.117Z[ recovery-image] Aug 03 04:05:30.291 INFO O| Aug 03 04:05:30.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68512024-08-03T04:05:32.117Z[ recovery-image] Aug 03 04:05:30.291 INFO O| Aug 03 04:05:30.291 INFO STEP 994 (remove_files) COMPLETE
68522024-08-03T04:05:32.117Z[ recovery-image] Aug 03 04:05:30.291 INFO O| Aug 03 04:05:30.291 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-03T04:05:32.128Z[ host-image] Aug 03 04:05:30.297 INFO O| Aug 03 04:05:30.297 INFO O| Done
68542024-08-03T04:05:32.129Z[ host-image] Aug 03 04:05:30.298 INFO O| Aug 03 04:05:30.298 INFO O| Done
68552024-08-03T04:05:32.129Z[ recovery-image] Aug 03 04:05:30.301 INFO O| Aug 03 04:05:30.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68562024-08-03T04:05:32.129Z[ recovery-image] Aug 03 04:05:30.301 INFO O| Aug 03 04:05:30.301 INFO STEP 995 (remove_files) COMPLETE
68572024-08-03T04:05:32.129Z[ recovery-image] Aug 03 04:05:30.301 INFO O| Aug 03 04:05:30.301 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-08-03T04:05:32.136Z[ recovery-image] Aug 03 04:05:30.310 INFO O| Aug 03 04:05:30.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68592024-08-03T04:05:32.137Z[ recovery-image] Aug 03 04:05:30.310 INFO O| Aug 03 04:05:30.310 INFO STEP 996 (remove_files) COMPLETE
68602024-08-03T04:05:32.137Z[ recovery-image] Aug 03 04:05:30.310 INFO O| Aug 03 04:05:30.310 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-08-03T04:05:32.142Z[ recovery-image] Aug 03 04:05:30.320 INFO O| Aug 03 04:05:30.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68622024-08-03T04:05:32.142Z[ recovery-image] Aug 03 04:05:30.320 INFO O| Aug 03 04:05:30.320 INFO STEP 997 (remove_files) COMPLETE
68632024-08-03T04:05:32.142Z[ recovery-image] Aug 03 04:05:30.320 INFO O| Aug 03 04:05:30.320 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-08-03T04:05:32.150Z[ recovery-image] Aug 03 04:05:30.329 INFO O| Aug 03 04:05:30.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68652024-08-03T04:05:32.151Z[ recovery-image] Aug 03 04:05:30.329 INFO O| Aug 03 04:05:30.329 INFO STEP 998 (remove_files) COMPLETE
68662024-08-03T04:05:32.151Z[ recovery-image] Aug 03 04:05:30.329 INFO O| Aug 03 04:05:30.329 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-08-03T04:05:32.154Z[ host-image] Aug 03 04:05:30.333 INFO O| Aug 03 04:05:30.333 INFO O| Done
68682024-08-03T04:05:32.160Z[ recovery-image] Aug 03 04:05:30.339 INFO O| Aug 03 04:05:30.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68692024-08-03T04:05:32.160Z[ recovery-image] Aug 03 04:05:30.339 INFO O| Aug 03 04:05:30.339 INFO STEP 999 (remove_files) COMPLETE
68702024-08-03T04:05:32.160Z[ recovery-image] Aug 03 04:05:30.339 INFO O| Aug 03 04:05:30.339 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-08-03T04:05:32.170Z[ recovery-image] Aug 03 04:05:30.349 INFO O| Aug 03 04:05:30.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68722024-08-03T04:05:32.170Z[ recovery-image] Aug 03 04:05:30.349 INFO O| Aug 03 04:05:30.349 INFO STEP 1000 (remove_files) COMPLETE
68732024-08-03T04:05:32.170Z[ recovery-image] Aug 03 04:05:30.349 INFO O| Aug 03 04:05:30.349 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-08-03T04:05:32.184Z[ recovery-image] Aug 03 04:05:30.360 INFO O| Aug 03 04:05:30.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68752024-08-03T04:05:32.184Z[ recovery-image] Aug 03 04:05:30.360 INFO O| Aug 03 04:05:30.360 INFO STEP 1001 (remove_files) COMPLETE
68762024-08-03T04:05:32.184Z[ recovery-image] Aug 03 04:05:30.360 INFO O| Aug 03 04:05:30.360 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-08-03T04:05:32.191Z[ recovery-image] Aug 03 04:05:30.370 INFO O| Aug 03 04:05:30.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68782024-08-03T04:05:32.191Z[ recovery-image] Aug 03 04:05:30.370 INFO O| Aug 03 04:05:30.370 INFO STEP 1002 (remove_files) COMPLETE
68792024-08-03T04:05:32.201Z[ recovery-image] Aug 03 04:05:30.370 INFO O| Aug 03 04:05:30.370 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-08-03T04:05:32.204Z[ recovery-image] Aug 03 04:05:30.380 INFO O| Aug 03 04:05:30.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68812024-08-03T04:05:32.204Z[ recovery-image] Aug 03 04:05:30.380 INFO O| Aug 03 04:05:30.380 INFO STEP 1003 (remove_files) COMPLETE
68822024-08-03T04:05:32.204Z[ recovery-image] Aug 03 04:05:30.380 INFO O| Aug 03 04:05:30.380 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-08-03T04:05:32.211Z[ recovery-image] Aug 03 04:05:30.390 INFO O| Aug 03 04:05:30.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68842024-08-03T04:05:32.211Z[ recovery-image] Aug 03 04:05:30.390 INFO O| Aug 03 04:05:30.390 INFO STEP 1004 (remove_files) COMPLETE
68852024-08-03T04:05:32.212Z[ recovery-image] Aug 03 04:05:30.390 INFO O| Aug 03 04:05:30.390 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-03T04:05:32.222Z[ recovery-image] Aug 03 04:05:30.400 INFO O| Aug 03 04:05:30.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
68872024-08-03T04:05:32.225Z[ recovery-image] Aug 03 04:05:30.400 INFO O| Aug 03 04:05:30.400 INFO STEP 1005 (remove_files) COMPLETE
68882024-08-03T04:05:32.225Z[ recovery-image] Aug 03 04:05:30.400 INFO O| Aug 03 04:05:30.400 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-03T04:05:32.231Z[ recovery-image] Aug 03 04:05:30.410 INFO O| Aug 03 04:05:30.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
68902024-08-03T04:05:32.233Z[ recovery-image] Aug 03 04:05:30.410 INFO O| Aug 03 04:05:30.410 INFO STEP 1006 (remove_files) COMPLETE
68912024-08-03T04:05:32.234Z[ recovery-image] Aug 03 04:05:30.410 INFO O| Aug 03 04:05:30.410 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-03T04:05:32.241Z[ recovery-image] Aug 03 04:05:30.419 INFO O| Aug 03 04:05:30.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
68932024-08-03T04:05:32.241Z[ recovery-image] Aug 03 04:05:30.420 INFO O| Aug 03 04:05:30.419 INFO STEP 1007 (remove_files) COMPLETE
68942024-08-03T04:05:32.243Z[ recovery-image] Aug 03 04:05:30.420 INFO O| Aug 03 04:05:30.420 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-03T04:05:32.248Z[ host-image] Aug 03 04:05:30.427 INFO O| Aug 03 04:05:30.427 INFO STEP 13 (pkg_install) COMPLETE
68962024-08-03T04:05:32.248Z[ host-image] Aug 03 04:05:30.427 INFO O| Aug 03 04:05:30.427 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68972024-08-03T04:05:32.251Z[ recovery-image] Aug 03 04:05:30.429 INFO O| Aug 03 04:05:30.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
68982024-08-03T04:05:32.251Z[ recovery-image] Aug 03 04:05:30.429 INFO O| Aug 03 04:05:30.429 INFO STEP 1008 (remove_files) COMPLETE
68992024-08-03T04:05:32.251Z[ recovery-image] Aug 03 04:05:30.429 INFO O| Aug 03 04:05:30.429 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-08-03T04:05:32.258Z[ host-image] Aug 03 04:05:30.437 INFO O| Aug 03 04:05:30.437 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
69012024-08-03T04:05:32.261Z[ recovery-image] Aug 03 04:05:30.439 INFO O| Aug 03 04:05:30.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69022024-08-03T04:05:32.261Z[ recovery-image] Aug 03 04:05:30.439 INFO O| Aug 03 04:05:30.439 INFO STEP 1009 (remove_files) COMPLETE
69032024-08-03T04:05:32.261Z[ recovery-image] Aug 03 04:05:30.439 INFO O| Aug 03 04:05:30.439 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-03T04:05:32.270Z[ recovery-image] Aug 03 04:05:30.448 INFO O| Aug 03 04:05:30.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69052024-08-03T04:05:32.270Z[ recovery-image] Aug 03 04:05:30.448 INFO O| Aug 03 04:05:30.448 INFO STEP 1010 (remove_files) COMPLETE
69062024-08-03T04:05:32.270Z[ recovery-image] Aug 03 04:05:30.448 INFO O| Aug 03 04:05:30.448 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-03T04:05:32.283Z[ recovery-image] Aug 03 04:05:30.457 INFO O| Aug 03 04:05:30.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69082024-08-03T04:05:32.283Z[ recovery-image] Aug 03 04:05:30.457 INFO O| Aug 03 04:05:30.457 INFO STEP 1011 (remove_files) COMPLETE
69092024-08-03T04:05:32.283Z[ recovery-image] Aug 03 04:05:30.458 INFO O| Aug 03 04:05:30.457 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-03T04:05:32.298Z[ recovery-image] Aug 03 04:05:30.475 INFO O| Aug 03 04:05:30.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69112024-08-03T04:05:32.298Z[ recovery-image] Aug 03 04:05:30.475 INFO O| Aug 03 04:05:30.473 INFO STEP 1012 (remove_files) COMPLETE
69122024-08-03T04:05:32.298Z[ recovery-image] Aug 03 04:05:30.475 INFO O| Aug 03 04:05:30.473 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-03T04:05:32.322Z[ recovery-image] Aug 03 04:05:30.496 INFO O| Aug 03 04:05:30.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69142024-08-03T04:05:32.323Z[ recovery-image] Aug 03 04:05:30.496 INFO O| Aug 03 04:05:30.496 INFO STEP 1013 (remove_files) COMPLETE
69152024-08-03T04:05:32.323Z[ recovery-image] Aug 03 04:05:30.496 INFO O| Aug 03 04:05:30.496 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-03T04:05:32.331Z[ recovery-image] Aug 03 04:05:30.509 INFO O| Aug 03 04:05:30.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69172024-08-03T04:05:32.331Z[ recovery-image] Aug 03 04:05:30.509 INFO O| Aug 03 04:05:30.509 INFO STEP 1014 (remove_files) COMPLETE
69182024-08-03T04:05:32.335Z[ recovery-image] Aug 03 04:05:30.509 INFO O| Aug 03 04:05:30.509 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-03T04:05:32.344Z[ recovery-image] Aug 03 04:05:30.521 INFO O| Aug 03 04:05:30.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69202024-08-03T04:05:32.347Z[ recovery-image] Aug 03 04:05:30.521 INFO O| Aug 03 04:05:30.521 INFO STEP 1015 (remove_files) COMPLETE
69212024-08-03T04:05:32.347Z[ recovery-image] Aug 03 04:05:30.521 INFO O| Aug 03 04:05:30.521 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-03T04:05:32.354Z[ recovery-image] Aug 03 04:05:30.531 INFO O| Aug 03 04:05:30.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69232024-08-03T04:05:32.354Z[ recovery-image] Aug 03 04:05:30.531 INFO O| Aug 03 04:05:30.531 INFO STEP 1016 (remove_files) COMPLETE
69242024-08-03T04:05:32.354Z[ recovery-image] Aug 03 04:05:30.531 INFO O| Aug 03 04:05:30.531 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-03T04:05:32.363Z[ recovery-image] Aug 03 04:05:30.541 INFO O| Aug 03 04:05:30.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69262024-08-03T04:05:32.363Z[ recovery-image] Aug 03 04:05:30.541 INFO O| Aug 03 04:05:30.541 INFO STEP 1017 (remove_files) COMPLETE
69272024-08-03T04:05:32.365Z[ recovery-image] Aug 03 04:05:30.541 INFO O| Aug 03 04:05:30.541 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-03T04:05:32.372Z[ recovery-image] Aug 03 04:05:30.550 INFO O| Aug 03 04:05:30.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69292024-08-03T04:05:32.372Z[ recovery-image] Aug 03 04:05:30.551 INFO O| Aug 03 04:05:30.551 INFO STEP 1018 (remove_files) COMPLETE
69302024-08-03T04:05:32.374Z[ recovery-image] Aug 03 04:05:30.551 INFO O| Aug 03 04:05:30.551 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-03T04:05:32.381Z[ recovery-image] Aug 03 04:05:30.560 INFO O| Aug 03 04:05:30.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69322024-08-03T04:05:32.381Z[ recovery-image] Aug 03 04:05:30.560 INFO O| Aug 03 04:05:30.560 INFO STEP 1019 (remove_files) COMPLETE
69332024-08-03T04:05:32.381Z[ recovery-image] Aug 03 04:05:30.560 INFO O| Aug 03 04:05:30.560 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-03T04:05:32.391Z[ recovery-image] Aug 03 04:05:30.570 INFO O| Aug 03 04:05:30.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69352024-08-03T04:05:32.391Z[ recovery-image] Aug 03 04:05:30.570 INFO O| Aug 03 04:05:30.570 INFO STEP 1020 (remove_files) COMPLETE
69362024-08-03T04:05:32.394Z[ recovery-image] Aug 03 04:05:30.570 INFO O| Aug 03 04:05:30.570 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-03T04:05:32.400Z[ recovery-image] Aug 03 04:05:30.579 INFO O| Aug 03 04:05:30.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69382024-08-03T04:05:32.403Z[ recovery-image] Aug 03 04:05:30.579 INFO O| Aug 03 04:05:30.579 INFO STEP 1021 (remove_files) COMPLETE
69392024-08-03T04:05:32.403Z[ recovery-image] Aug 03 04:05:30.579 INFO O| Aug 03 04:05:30.579 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-03T04:05:32.411Z[ recovery-image] Aug 03 04:05:30.589 INFO O| Aug 03 04:05:30.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69412024-08-03T04:05:32.413Z[ recovery-image] Aug 03 04:05:30.589 INFO O| Aug 03 04:05:30.589 INFO STEP 1022 (remove_files) COMPLETE
69422024-08-03T04:05:32.413Z[ recovery-image] Aug 03 04:05:30.589 INFO O| Aug 03 04:05:30.589 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-08-03T04:05:32.420Z[ recovery-image] Aug 03 04:05:30.599 INFO O| Aug 03 04:05:30.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69442024-08-03T04:05:32.423Z[ recovery-image] Aug 03 04:05:30.599 INFO O| Aug 03 04:05:30.599 INFO STEP 1023 (remove_files) COMPLETE
69452024-08-03T04:05:32.423Z[ recovery-image] Aug 03 04:05:30.599 INFO O| Aug 03 04:05:30.599 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-08-03T04:05:32.430Z[ recovery-image] Aug 03 04:05:30.608 INFO O| Aug 03 04:05:30.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69472024-08-03T04:05:32.430Z[ recovery-image] Aug 03 04:05:30.608 INFO O| Aug 03 04:05:30.608 INFO STEP 1024 (remove_files) COMPLETE
69482024-08-03T04:05:32.430Z[ recovery-image] Aug 03 04:05:30.608 INFO O| Aug 03 04:05:30.608 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-08-03T04:05:32.440Z[ recovery-image] Aug 03 04:05:30.618 INFO O| Aug 03 04:05:30.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69502024-08-03T04:05:32.440Z[ recovery-image] Aug 03 04:05:30.618 INFO O| Aug 03 04:05:30.618 INFO STEP 1025 (remove_files) COMPLETE
69512024-08-03T04:05:32.442Z[ recovery-image] Aug 03 04:05:30.618 INFO O| Aug 03 04:05:30.618 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-08-03T04:05:32.449Z[ recovery-image] Aug 03 04:05:30.628 INFO O| Aug 03 04:05:30.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69532024-08-03T04:05:32.449Z[ recovery-image] Aug 03 04:05:30.628 INFO O| Aug 03 04:05:30.628 INFO STEP 1026 (remove_files) COMPLETE
69542024-08-03T04:05:32.449Z[ recovery-image] Aug 03 04:05:30.628 INFO O| Aug 03 04:05:30.628 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-03T04:05:32.458Z[ recovery-image] Aug 03 04:05:30.637 INFO O| Aug 03 04:05:30.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69562024-08-03T04:05:32.461Z[ recovery-image] Aug 03 04:05:30.638 INFO O| Aug 03 04:05:30.638 INFO STEP 1027 (remove_files) COMPLETE
69572024-08-03T04:05:32.461Z[ recovery-image] Aug 03 04:05:30.638 INFO O| Aug 03 04:05:30.638 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-03T04:05:32.468Z[ recovery-image] Aug 03 04:05:30.647 INFO O| Aug 03 04:05:30.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69592024-08-03T04:05:32.471Z[ recovery-image] Aug 03 04:05:30.647 INFO O| Aug 03 04:05:30.647 INFO STEP 1028 (remove_files) COMPLETE
69602024-08-03T04:05:32.471Z[ recovery-image] Aug 03 04:05:30.647 INFO O| Aug 03 04:05:30.647 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-03T04:05:32.478Z[ recovery-image] Aug 03 04:05:30.656 INFO O| Aug 03 04:05:30.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69622024-08-03T04:05:32.480Z[ recovery-image] Aug 03 04:05:30.657 INFO O| Aug 03 04:05:30.657 INFO STEP 1029 (remove_files) COMPLETE
69632024-08-03T04:05:32.480Z[ recovery-image] Aug 03 04:05:30.657 INFO O| Aug 03 04:05:30.657 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-03T04:05:32.488Z[ recovery-image] Aug 03 04:05:30.667 INFO O| Aug 03 04:05:30.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69652024-08-03T04:05:32.488Z[ recovery-image] Aug 03 04:05:30.667 INFO O| Aug 03 04:05:30.667 INFO STEP 1030 (remove_files) COMPLETE
69662024-08-03T04:05:32.488Z[ recovery-image] Aug 03 04:05:30.667 INFO O| Aug 03 04:05:30.667 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-03T04:05:32.498Z[ recovery-image] Aug 03 04:05:30.676 INFO O| Aug 03 04:05:30.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69682024-08-03T04:05:32.498Z[ recovery-image] Aug 03 04:05:30.676 INFO O| Aug 03 04:05:30.676 INFO STEP 1031 (remove_files) COMPLETE
69692024-08-03T04:05:32.500Z[ recovery-image] Aug 03 04:05:30.676 INFO O| Aug 03 04:05:30.676 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-03T04:05:32.508Z[ recovery-image] Aug 03 04:05:30.686 INFO O| Aug 03 04:05:30.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69712024-08-03T04:05:32.508Z[ recovery-image] Aug 03 04:05:30.686 INFO O| Aug 03 04:05:30.686 INFO STEP 1032 (remove_files) COMPLETE
69722024-08-03T04:05:32.509Z[ recovery-image] Aug 03 04:05:30.686 INFO O| Aug 03 04:05:30.686 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-08-03T04:05:32.517Z[ recovery-image] Aug 03 04:05:30.695 INFO O| Aug 03 04:05:30.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69742024-08-03T04:05:32.517Z[ recovery-image] Aug 03 04:05:30.695 INFO O| Aug 03 04:05:30.695 INFO STEP 1033 (remove_files) COMPLETE
69752024-08-03T04:05:32.517Z[ recovery-image] Aug 03 04:05:30.695 INFO O| Aug 03 04:05:30.695 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-08-03T04:05:32.526Z[ recovery-image] Aug 03 04:05:30.705 INFO O| Aug 03 04:05:30.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69772024-08-03T04:05:32.529Z[ recovery-image] Aug 03 04:05:30.705 INFO O| Aug 03 04:05:30.705 INFO STEP 1034 (remove_files) COMPLETE
69782024-08-03T04:05:32.529Z[ recovery-image] Aug 03 04:05:30.705 INFO O| Aug 03 04:05:30.705 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-08-03T04:05:32.536Z[ recovery-image] Aug 03 04:05:30.714 INFO O| Aug 03 04:05:30.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69802024-08-03T04:05:32.536Z[ recovery-image] Aug 03 04:05:30.714 INFO O| Aug 03 04:05:30.714 INFO STEP 1035 (remove_files) COMPLETE
69812024-08-03T04:05:32.539Z[ recovery-image] Aug 03 04:05:30.715 INFO O| Aug 03 04:05:30.714 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-08-03T04:05:32.545Z[ recovery-image] Aug 03 04:05:30.724 INFO O| Aug 03 04:05:30.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69832024-08-03T04:05:32.545Z[ recovery-image] Aug 03 04:05:30.724 INFO O| Aug 03 04:05:30.724 INFO STEP 1036 (remove_files) COMPLETE
69842024-08-03T04:05:32.545Z[ recovery-image] Aug 03 04:05:30.724 INFO O| Aug 03 04:05:30.724 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-08-03T04:05:32.555Z[ recovery-image] Aug 03 04:05:30.733 INFO O| Aug 03 04:05:30.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69862024-08-03T04:05:32.557Z[ recovery-image] Aug 03 04:05:30.733 INFO O| Aug 03 04:05:30.733 INFO STEP 1037 (remove_files) COMPLETE
69872024-08-03T04:05:32.557Z[ recovery-image] Aug 03 04:05:30.734 INFO O| Aug 03 04:05:30.733 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-08-03T04:05:32.564Z[ recovery-image] Aug 03 04:05:30.743 INFO O| Aug 03 04:05:30.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
69892024-08-03T04:05:32.567Z[ recovery-image] Aug 03 04:05:30.743 INFO O| Aug 03 04:05:30.743 INFO STEP 1038 (remove_files) COMPLETE
69902024-08-03T04:05:32.567Z[ recovery-image] Aug 03 04:05:30.743 INFO O| Aug 03 04:05:30.743 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-08-03T04:05:32.575Z[ recovery-image] Aug 03 04:05:30.753 INFO O| Aug 03 04:05:30.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
69922024-08-03T04:05:32.575Z[ recovery-image] Aug 03 04:05:30.753 INFO O| Aug 03 04:05:30.753 INFO STEP 1039 (remove_files) COMPLETE
69932024-08-03T04:05:32.578Z[ recovery-image] Aug 03 04:05:30.753 INFO O| Aug 03 04:05:30.753 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-08-03T04:05:32.584Z[ recovery-image] Aug 03 04:05:30.763 INFO O| Aug 03 04:05:30.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
69952024-08-03T04:05:32.584Z[ recovery-image] Aug 03 04:05:30.763 INFO O| Aug 03 04:05:30.763 INFO STEP 1040 (remove_files) COMPLETE
69962024-08-03T04:05:32.587Z[ recovery-image] Aug 03 04:05:30.763 INFO O| Aug 03 04:05:30.763 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-03T04:05:32.594Z[ recovery-image] Aug 03 04:05:30.773 INFO O| Aug 03 04:05:30.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
69982024-08-03T04:05:32.597Z[ recovery-image] Aug 03 04:05:30.773 INFO O| Aug 03 04:05:30.773 INFO STEP 1041 (remove_files) COMPLETE
69992024-08-03T04:05:32.597Z[ recovery-image] Aug 03 04:05:30.773 INFO O| Aug 03 04:05:30.773 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-03T04:05:32.604Z[ recovery-image] Aug 03 04:05:30.783 INFO O| Aug 03 04:05:30.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70012024-08-03T04:05:32.604Z[ recovery-image] Aug 03 04:05:30.783 INFO O| Aug 03 04:05:30.783 INFO STEP 1042 (remove_files) COMPLETE
70022024-08-03T04:05:32.604Z[ recovery-image] Aug 03 04:05:30.783 INFO O| Aug 03 04:05:30.783 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-03T04:05:32.618Z[ recovery-image] Aug 03 04:05:30.793 INFO O| Aug 03 04:05:30.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70042024-08-03T04:05:32.618Z[ recovery-image] Aug 03 04:05:30.793 INFO O| Aug 03 04:05:30.793 INFO STEP 1043 (remove_files) COMPLETE
70052024-08-03T04:05:32.618Z[ recovery-image] Aug 03 04:05:30.793 INFO O| Aug 03 04:05:30.793 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-08-03T04:05:32.633Z[ recovery-image] Aug 03 04:05:30.802 INFO O| Aug 03 04:05:30.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70072024-08-03T04:05:32.634Z[ recovery-image] Aug 03 04:05:30.802 INFO O| Aug 03 04:05:30.802 INFO STEP 1044 (remove_files) COMPLETE
70082024-08-03T04:05:32.635Z[ recovery-image] Aug 03 04:05:30.803 INFO O| Aug 03 04:05:30.802 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-03T04:05:32.644Z[ recovery-image] Aug 03 04:05:30.812 INFO O| Aug 03 04:05:30.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70102024-08-03T04:05:32.644Z[ recovery-image] Aug 03 04:05:30.812 INFO O| Aug 03 04:05:30.812 INFO STEP 1045 (remove_files) COMPLETE
70112024-08-03T04:05:32.644Z[ recovery-image] Aug 03 04:05:30.812 INFO O| Aug 03 04:05:30.812 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-03T04:05:32.649Z[ recovery-image] Aug 03 04:05:30.822 INFO O| Aug 03 04:05:30.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70132024-08-03T04:05:32.649Z[ recovery-image] Aug 03 04:05:30.822 INFO O| Aug 03 04:05:30.822 INFO STEP 1046 (remove_files) COMPLETE
70142024-08-03T04:05:32.649Z[ recovery-image] Aug 03 04:05:30.822 INFO O| Aug 03 04:05:30.822 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-03T04:05:32.654Z[ recovery-image] Aug 03 04:05:30.832 INFO O| Aug 03 04:05:30.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70162024-08-03T04:05:32.657Z[ recovery-image] Aug 03 04:05:30.832 INFO O| Aug 03 04:05:30.832 INFO STEP 1047 (remove_files) COMPLETE
70172024-08-03T04:05:32.657Z[ recovery-image] Aug 03 04:05:30.832 INFO O| Aug 03 04:05:30.832 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-03T04:05:32.663Z[ recovery-image] Aug 03 04:05:30.842 INFO O| Aug 03 04:05:30.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70192024-08-03T04:05:32.663Z[ recovery-image] Aug 03 04:05:30.842 INFO O| Aug 03 04:05:30.842 INFO STEP 1048 (remove_files) COMPLETE
70202024-08-03T04:05:32.666Z[ recovery-image] Aug 03 04:05:30.842 INFO O| Aug 03 04:05:30.842 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-03T04:05:32.673Z[ recovery-image] Aug 03 04:05:30.852 INFO O| Aug 03 04:05:30.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70222024-08-03T04:05:32.673Z[ recovery-image] Aug 03 04:05:30.852 INFO O| Aug 03 04:05:30.852 INFO STEP 1049 (remove_files) COMPLETE
70232024-08-03T04:05:32.676Z[ recovery-image] Aug 03 04:05:30.852 INFO O| Aug 03 04:05:30.852 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-03T04:05:32.684Z[ recovery-image] Aug 03 04:05:30.862 INFO O| Aug 03 04:05:30.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70252024-08-03T04:05:32.687Z[ recovery-image] Aug 03 04:05:30.863 INFO O| Aug 03 04:05:30.862 INFO STEP 1050 (remove_files) COMPLETE
70262024-08-03T04:05:32.687Z[ recovery-image] Aug 03 04:05:30.863 INFO O| Aug 03 04:05:30.862 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-03T04:05:32.694Z[ recovery-image] Aug 03 04:05:30.872 INFO O| Aug 03 04:05:30.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70282024-08-03T04:05:32.694Z[ recovery-image] Aug 03 04:05:30.872 INFO O| Aug 03 04:05:30.872 INFO STEP 1051 (remove_files) COMPLETE
70292024-08-03T04:05:32.697Z[ recovery-image] Aug 03 04:05:30.872 INFO O| Aug 03 04:05:30.872 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-03T04:05:32.703Z[ recovery-image] Aug 03 04:05:30.882 INFO O| Aug 03 04:05:30.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70312024-08-03T04:05:32.706Z[ recovery-image] Aug 03 04:05:30.882 INFO O| Aug 03 04:05:30.882 INFO STEP 1052 (remove_files) COMPLETE
70322024-08-03T04:05:32.706Z[ recovery-image] Aug 03 04:05:30.882 INFO O| Aug 03 04:05:30.882 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-03T04:05:32.706Z[ host-image] Aug 03 04:05:30.885 INFO O| Aug 03 04:05:30.885 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
70342024-08-03T04:05:32.714Z[ recovery-image] Aug 03 04:05:30.891 INFO O| Aug 03 04:05:30.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70352024-08-03T04:05:32.714Z[ recovery-image] Aug 03 04:05:30.891 INFO O| Aug 03 04:05:30.891 INFO STEP 1053 (remove_files) COMPLETE
70362024-08-03T04:05:32.717Z[ recovery-image] Aug 03 04:05:30.891 INFO O| Aug 03 04:05:30.891 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-08-03T04:05:32.722Z[ recovery-image] Aug 03 04:05:30.901 INFO O| Aug 03 04:05:30.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70382024-08-03T04:05:32.722Z[ recovery-image] Aug 03 04:05:30.901 INFO O| Aug 03 04:05:30.901 INFO STEP 1054 (remove_files) COMPLETE
70392024-08-03T04:05:32.726Z[ recovery-image] Aug 03 04:05:30.901 INFO O| Aug 03 04:05:30.901 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-08-03T04:05:32.732Z[ recovery-image] Aug 03 04:05:30.910 INFO O| Aug 03 04:05:30.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70412024-08-03T04:05:32.738Z[ recovery-image] Aug 03 04:05:30.910 INFO O| Aug 03 04:05:30.910 INFO STEP 1055 (remove_files) COMPLETE
70422024-08-03T04:05:32.738Z[ recovery-image] Aug 03 04:05:30.910 INFO O| Aug 03 04:05:30.910 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-08-03T04:05:32.745Z[ recovery-image] Aug 03 04:05:30.920 INFO O| Aug 03 04:05:30.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70442024-08-03T04:05:32.745Z[ recovery-image] Aug 03 04:05:30.920 INFO O| Aug 03 04:05:30.920 INFO STEP 1056 (remove_files) COMPLETE
70452024-08-03T04:05:32.745Z[ recovery-image] Aug 03 04:05:30.920 INFO O| Aug 03 04:05:30.920 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-08-03T04:05:32.752Z[ recovery-image] Aug 03 04:05:30.930 INFO O| Aug 03 04:05:30.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70472024-08-03T04:05:32.752Z[ recovery-image] Aug 03 04:05:30.930 INFO O| Aug 03 04:05:30.930 INFO STEP 1057 (remove_files) COMPLETE
70482024-08-03T04:05:32.763Z[ recovery-image] Aug 03 04:05:30.930 INFO O| Aug 03 04:05:30.930 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-08-03T04:05:32.770Z[ recovery-image] Aug 03 04:05:30.940 INFO O| Aug 03 04:05:30.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70502024-08-03T04:05:32.770Z[ recovery-image] Aug 03 04:05:30.940 INFO O| Aug 03 04:05:30.940 INFO STEP 1058 (remove_files) COMPLETE
70512024-08-03T04:05:32.770Z[ recovery-image] Aug 03 04:05:30.940 INFO O| Aug 03 04:05:30.940 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-08-03T04:05:32.773Z[ recovery-image] Aug 03 04:05:30.949 INFO O| Aug 03 04:05:30.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70532024-08-03T04:05:32.773Z[ recovery-image] Aug 03 04:05:30.949 INFO O| Aug 03 04:05:30.949 INFO STEP 1059 (remove_files) COMPLETE
70542024-08-03T04:05:32.773Z[ recovery-image] Aug 03 04:05:30.949 INFO O| Aug 03 04:05:30.949 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-08-03T04:05:32.780Z[ recovery-image] Aug 03 04:05:30.959 INFO O| Aug 03 04:05:30.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70562024-08-03T04:05:32.780Z[ recovery-image] Aug 03 04:05:30.959 INFO O| Aug 03 04:05:30.959 INFO STEP 1060 (remove_files) COMPLETE
70572024-08-03T04:05:32.783Z[ recovery-image] Aug 03 04:05:30.959 INFO O| Aug 03 04:05:30.959 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-08-03T04:05:32.790Z[ recovery-image] Aug 03 04:05:30.968 INFO O| Aug 03 04:05:30.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70592024-08-03T04:05:32.792Z[ recovery-image] Aug 03 04:05:30.968 INFO O| Aug 03 04:05:30.968 INFO STEP 1061 (remove_files) COMPLETE
70602024-08-03T04:05:32.793Z[ recovery-image] Aug 03 04:05:30.968 INFO O| Aug 03 04:05:30.968 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-08-03T04:05:32.799Z[ recovery-image] Aug 03 04:05:30.978 INFO O| Aug 03 04:05:30.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70622024-08-03T04:05:32.799Z[ recovery-image] Aug 03 04:05:30.978 INFO O| Aug 03 04:05:30.978 INFO STEP 1062 (remove_files) COMPLETE
70632024-08-03T04:05:32.802Z[ recovery-image] Aug 03 04:05:30.978 INFO O| Aug 03 04:05:30.978 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-08-03T04:05:32.810Z[ recovery-image] Aug 03 04:05:30.989 INFO O| Aug 03 04:05:30.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70652024-08-03T04:05:32.810Z[ recovery-image] Aug 03 04:05:30.989 INFO O| Aug 03 04:05:30.989 INFO STEP 1063 (remove_files) COMPLETE
70662024-08-03T04:05:32.813Z[ recovery-image] Aug 03 04:05:30.989 INFO O| Aug 03 04:05:30.989 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-08-03T04:05:32.822Z[ recovery-image] Aug 03 04:05:31.001 INFO O| Aug 03 04:05:31.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70682024-08-03T04:05:32.822Z[ recovery-image] Aug 03 04:05:31.001 INFO O| Aug 03 04:05:31.001 INFO STEP 1064 (remove_files) COMPLETE
70692024-08-03T04:05:32.825Z[ recovery-image] Aug 03 04:05:31.001 INFO O| Aug 03 04:05:31.001 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-08-03T04:05:32.834Z[ recovery-image] Aug 03 04:05:31.012 INFO O| Aug 03 04:05:31.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70712024-08-03T04:05:32.836Z[ recovery-image] Aug 03 04:05:31.012 INFO O| Aug 03 04:05:31.012 INFO STEP 1065 (remove_files) COMPLETE
70722024-08-03T04:05:32.837Z[ recovery-image] Aug 03 04:05:31.012 INFO O| Aug 03 04:05:31.012 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-08-03T04:05:32.844Z[ recovery-image] Aug 03 04:05:31.023 INFO O| Aug 03 04:05:31.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70742024-08-03T04:05:32.847Z[ recovery-image] Aug 03 04:05:31.023 INFO O| Aug 03 04:05:31.023 INFO STEP 1066 (remove_files) COMPLETE
70752024-08-03T04:05:32.847Z[ recovery-image] Aug 03 04:05:31.023 INFO O| Aug 03 04:05:31.023 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-08-03T04:05:32.855Z[ recovery-image] Aug 03 04:05:31.033 INFO O| Aug 03 04:05:31.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70772024-08-03T04:05:32.855Z[ recovery-image] Aug 03 04:05:31.033 INFO O| Aug 03 04:05:31.033 INFO STEP 1067 (remove_files) COMPLETE
70782024-08-03T04:05:32.858Z[ recovery-image] Aug 03 04:05:31.034 INFO O| Aug 03 04:05:31.033 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-08-03T04:05:32.866Z[ recovery-image] Aug 03 04:05:31.044 INFO O| Aug 03 04:05:31.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70802024-08-03T04:05:32.866Z[ recovery-image] Aug 03 04:05:31.045 INFO O| Aug 03 04:05:31.045 INFO STEP 1068 (remove_files) COMPLETE
70812024-08-03T04:05:32.873Z[ recovery-image] Aug 03 04:05:31.045 INFO O| Aug 03 04:05:31.045 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-08-03T04:05:32.886Z[ recovery-image] Aug 03 04:05:31.055 INFO O| Aug 03 04:05:31.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70832024-08-03T04:05:32.886Z[ recovery-image] Aug 03 04:05:31.056 INFO O| Aug 03 04:05:31.055 INFO STEP 1069 (remove_files) COMPLETE
70842024-08-03T04:05:32.886Z[ recovery-image] Aug 03 04:05:31.056 INFO O| Aug 03 04:05:31.056 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-08-03T04:05:32.898Z[ recovery-image] Aug 03 04:05:31.066 INFO O| Aug 03 04:05:31.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70862024-08-03T04:05:32.898Z[ recovery-image] Aug 03 04:05:31.066 INFO O| Aug 03 04:05:31.066 INFO STEP 1070 (remove_files) COMPLETE
70872024-08-03T04:05:32.898Z[ recovery-image] Aug 03 04:05:31.066 INFO O| Aug 03 04:05:31.066 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-08-03T04:05:32.907Z[ recovery-image] Aug 03 04:05:31.076 INFO O| Aug 03 04:05:31.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
70892024-08-03T04:05:32.907Z[ recovery-image] Aug 03 04:05:31.076 INFO O| Aug 03 04:05:31.076 INFO STEP 1071 (remove_files) COMPLETE
70902024-08-03T04:05:32.907Z[ recovery-image] Aug 03 04:05:31.076 INFO O| Aug 03 04:05:31.076 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-08-03T04:05:32.911Z[ recovery-image] Aug 03 04:05:31.086 INFO O| Aug 03 04:05:31.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
70922024-08-03T04:05:32.911Z[ recovery-image] Aug 03 04:05:31.086 INFO O| Aug 03 04:05:31.086 INFO STEP 1072 (remove_files) COMPLETE
70932024-08-03T04:05:32.911Z[ recovery-image] Aug 03 04:05:31.086 INFO O| Aug 03 04:05:31.086 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-08-03T04:05:32.921Z[ recovery-image] Aug 03 04:05:31.096 INFO O| Aug 03 04:05:31.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
70952024-08-03T04:05:32.921Z[ recovery-image] Aug 03 04:05:31.096 INFO O| Aug 03 04:05:31.096 INFO STEP 1073 (remove_files) COMPLETE
70962024-08-03T04:05:32.933Z[ recovery-image] Aug 03 04:05:31.096 INFO O| Aug 03 04:05:31.096 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-08-03T04:05:32.933Z[ recovery-image] Aug 03 04:05:31.106 INFO O| Aug 03 04:05:31.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
70982024-08-03T04:05:32.933Z[ recovery-image] Aug 03 04:05:31.106 INFO O| Aug 03 04:05:31.106 INFO STEP 1074 (remove_files) COMPLETE
70992024-08-03T04:05:32.933Z[ recovery-image] Aug 03 04:05:31.106 INFO O| Aug 03 04:05:31.106 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-08-03T04:05:32.940Z[ recovery-image] Aug 03 04:05:31.116 INFO O| Aug 03 04:05:31.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71012024-08-03T04:05:32.940Z[ recovery-image] Aug 03 04:05:31.116 INFO O| Aug 03 04:05:31.116 INFO STEP 1075 (remove_files) COMPLETE
71022024-08-03T04:05:32.940Z[ recovery-image] Aug 03 04:05:31.116 INFO O| Aug 03 04:05:31.116 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-08-03T04:05:32.947Z[ recovery-image] Aug 03 04:05:31.126 INFO O| Aug 03 04:05:31.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71042024-08-03T04:05:32.948Z[ recovery-image] Aug 03 04:05:31.126 INFO O| Aug 03 04:05:31.126 INFO STEP 1076 (remove_files) COMPLETE
71052024-08-03T04:05:32.950Z[ recovery-image] Aug 03 04:05:31.126 INFO O| Aug 03 04:05:31.126 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-08-03T04:05:32.963Z[ recovery-image] Aug 03 04:05:31.136 INFO O| Aug 03 04:05:31.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71072024-08-03T04:05:32.963Z[ recovery-image] Aug 03 04:05:31.136 INFO O| Aug 03 04:05:31.136 INFO STEP 1077 (remove_files) COMPLETE
71082024-08-03T04:05:32.963Z[ recovery-image] Aug 03 04:05:31.136 INFO O| Aug 03 04:05:31.136 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-08-03T04:05:32.971Z[ recovery-image] Aug 03 04:05:31.148 INFO O| Aug 03 04:05:31.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71102024-08-03T04:05:32.971Z[ recovery-image] Aug 03 04:05:31.148 INFO O| Aug 03 04:05:31.148 INFO STEP 1078 (remove_files) COMPLETE
71112024-08-03T04:05:32.971Z[ recovery-image] Aug 03 04:05:31.148 INFO O| Aug 03 04:05:31.148 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-08-03T04:05:32.982Z[ recovery-image] Aug 03 04:05:31.160 INFO O| Aug 03 04:05:31.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71132024-08-03T04:05:32.985Z[ recovery-image] Aug 03 04:05:31.160 INFO O| Aug 03 04:05:31.160 INFO STEP 1079 (remove_files) COMPLETE
71142024-08-03T04:05:32.985Z[ recovery-image] Aug 03 04:05:31.160 INFO O| Aug 03 04:05:31.160 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-08-03T04:05:32.992Z[ recovery-image] Aug 03 04:05:31.171 INFO O| Aug 03 04:05:31.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71162024-08-03T04:05:32.992Z[ recovery-image] Aug 03 04:05:31.171 INFO O| Aug 03 04:05:31.171 INFO STEP 1080 (remove_files) COMPLETE
71172024-08-03T04:05:32.995Z[ recovery-image] Aug 03 04:05:31.171 INFO O| Aug 03 04:05:31.171 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-08-03T04:05:33.004Z[ recovery-image] Aug 03 04:05:31.181 INFO O| Aug 03 04:05:31.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71192024-08-03T04:05:33.004Z[ recovery-image] Aug 03 04:05:31.181 INFO O| Aug 03 04:05:31.181 INFO STEP 1081 (remove_files) COMPLETE
71202024-08-03T04:05:33.007Z[ recovery-image] Aug 03 04:05:31.181 INFO O| Aug 03 04:05:31.181 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-08-03T04:05:33.013Z[ recovery-image] Aug 03 04:05:31.191 INFO O| Aug 03 04:05:31.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71222024-08-03T04:05:33.013Z[ recovery-image] Aug 03 04:05:31.192 INFO O| Aug 03 04:05:31.192 INFO STEP 1082 (remove_files) COMPLETE
71232024-08-03T04:05:33.016Z[ recovery-image] Aug 03 04:05:31.192 INFO O| Aug 03 04:05:31.192 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-08-03T04:05:33.023Z[ recovery-image] Aug 03 04:05:31.201 INFO O| Aug 03 04:05:31.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71252024-08-03T04:05:33.023Z[ recovery-image] Aug 03 04:05:31.201 INFO O| Aug 03 04:05:31.201 INFO STEP 1083 (remove_files) COMPLETE
71262024-08-03T04:05:33.023Z[ recovery-image] Aug 03 04:05:31.201 INFO O| Aug 03 04:05:31.201 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-08-03T04:05:33.033Z[ recovery-image] Aug 03 04:05:31.211 INFO O| Aug 03 04:05:31.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71282024-08-03T04:05:33.033Z[ recovery-image] Aug 03 04:05:31.211 INFO O| Aug 03 04:05:31.211 INFO STEP 1084 (remove_files) COMPLETE
71292024-08-03T04:05:33.033Z[ recovery-image] Aug 03 04:05:31.211 INFO O| Aug 03 04:05:31.211 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-08-03T04:05:33.043Z[ recovery-image] Aug 03 04:05:31.221 INFO O| Aug 03 04:05:31.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71312024-08-03T04:05:33.043Z[ recovery-image] Aug 03 04:05:31.221 INFO O| Aug 03 04:05:31.221 INFO STEP 1085 (remove_files) COMPLETE
71322024-08-03T04:05:33.046Z[ recovery-image] Aug 03 04:05:31.221 INFO O| Aug 03 04:05:31.221 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-08-03T04:05:33.052Z[ recovery-image] Aug 03 04:05:31.231 INFO O| Aug 03 04:05:31.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71342024-08-03T04:05:33.052Z[ recovery-image] Aug 03 04:05:31.231 INFO O| Aug 03 04:05:31.231 INFO STEP 1086 (remove_files) COMPLETE
71352024-08-03T04:05:33.055Z[ recovery-image] Aug 03 04:05:31.231 INFO O| Aug 03 04:05:31.231 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-08-03T04:05:33.062Z[ recovery-image] Aug 03 04:05:31.241 INFO O| Aug 03 04:05:31.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71372024-08-03T04:05:33.065Z[ recovery-image] Aug 03 04:05:31.241 INFO O| Aug 03 04:05:31.241 INFO STEP 1087 (remove_files) COMPLETE
71382024-08-03T04:05:33.065Z[ recovery-image] Aug 03 04:05:31.241 INFO O| Aug 03 04:05:31.241 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-08-03T04:05:33.072Z[ recovery-image] Aug 03 04:05:31.250 INFO O| Aug 03 04:05:31.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71402024-08-03T04:05:33.075Z[ recovery-image] Aug 03 04:05:31.251 INFO O| Aug 03 04:05:31.251 INFO STEP 1088 (remove_files) COMPLETE
71412024-08-03T04:05:33.075Z[ recovery-image] Aug 03 04:05:31.251 INFO O| Aug 03 04:05:31.251 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-08-03T04:05:33.082Z[ recovery-image] Aug 03 04:05:31.260 INFO O| Aug 03 04:05:31.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71432024-08-03T04:05:33.082Z[ recovery-image] Aug 03 04:05:31.260 INFO O| Aug 03 04:05:31.260 INFO STEP 1089 (remove_files) COMPLETE
71442024-08-03T04:05:33.084Z[ recovery-image] Aug 03 04:05:31.260 INFO O| Aug 03 04:05:31.260 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-08-03T04:05:33.092Z[ recovery-image] Aug 03 04:05:31.270 INFO O| Aug 03 04:05:31.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71462024-08-03T04:05:33.092Z[ recovery-image] Aug 03 04:05:31.270 INFO O| Aug 03 04:05:31.270 INFO STEP 1090 (remove_files) COMPLETE
71472024-08-03T04:05:33.095Z[ recovery-image] Aug 03 04:05:31.270 INFO O| Aug 03 04:05:31.270 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-08-03T04:05:33.103Z[ recovery-image] Aug 03 04:05:31.282 INFO O| Aug 03 04:05:31.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71492024-08-03T04:05:33.103Z[ recovery-image] Aug 03 04:05:31.282 INFO O| Aug 03 04:05:31.282 INFO STEP 1091 (remove_files) COMPLETE
71502024-08-03T04:05:33.103Z[ recovery-image] Aug 03 04:05:31.282 INFO O| Aug 03 04:05:31.282 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-08-03T04:05:33.114Z[ recovery-image] Aug 03 04:05:31.293 INFO O| Aug 03 04:05:31.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71522024-08-03T04:05:33.114Z[ recovery-image] Aug 03 04:05:31.293 INFO O| Aug 03 04:05:31.293 INFO STEP 1092 (remove_files) COMPLETE
71532024-08-03T04:05:33.114Z[ recovery-image] Aug 03 04:05:31.293 INFO O| Aug 03 04:05:31.293 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-08-03T04:05:33.125Z[ recovery-image] Aug 03 04:05:31.304 INFO O| Aug 03 04:05:31.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71552024-08-03T04:05:33.125Z[ recovery-image] Aug 03 04:05:31.304 INFO O| Aug 03 04:05:31.304 INFO STEP 1093 (remove_files) COMPLETE
71562024-08-03T04:05:33.131Z[ recovery-image] Aug 03 04:05:31.304 INFO O| Aug 03 04:05:31.304 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-08-03T04:05:33.136Z[ recovery-image] Aug 03 04:05:31.314 INFO O| Aug 03 04:05:31.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71582024-08-03T04:05:33.138Z[ recovery-image] Aug 03 04:05:31.314 INFO O| Aug 03 04:05:31.314 INFO STEP 1094 (remove_files) COMPLETE
71592024-08-03T04:05:33.138Z[ recovery-image] Aug 03 04:05:31.314 INFO O| Aug 03 04:05:31.314 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-08-03T04:05:33.146Z[ recovery-image] Aug 03 04:05:31.325 INFO O| Aug 03 04:05:31.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71612024-08-03T04:05:33.146Z[ recovery-image] Aug 03 04:05:31.325 INFO O| Aug 03 04:05:31.325 INFO STEP 1095 (remove_files) COMPLETE
71622024-08-03T04:05:33.149Z[ recovery-image] Aug 03 04:05:31.325 INFO O| Aug 03 04:05:31.325 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-08-03T04:05:33.156Z[ recovery-image] Aug 03 04:05:31.335 INFO O| Aug 03 04:05:31.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71642024-08-03T04:05:33.159Z[ recovery-image] Aug 03 04:05:31.335 INFO O| Aug 03 04:05:31.335 INFO STEP 1096 (remove_files) COMPLETE
71652024-08-03T04:05:33.159Z[ recovery-image] Aug 03 04:05:31.335 INFO O| Aug 03 04:05:31.335 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-08-03T04:05:33.166Z[ recovery-image] Aug 03 04:05:31.345 INFO O| Aug 03 04:05:31.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71672024-08-03T04:05:33.166Z[ recovery-image] Aug 03 04:05:31.345 INFO O| Aug 03 04:05:31.345 INFO STEP 1097 (remove_files) COMPLETE
71682024-08-03T04:05:33.169Z[ recovery-image] Aug 03 04:05:31.345 INFO O| Aug 03 04:05:31.345 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-08-03T04:05:33.176Z[ recovery-image] Aug 03 04:05:31.355 INFO O| Aug 03 04:05:31.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71702024-08-03T04:05:33.176Z[ recovery-image] Aug 03 04:05:31.355 INFO O| Aug 03 04:05:31.355 INFO STEP 1098 (remove_files) COMPLETE
71712024-08-03T04:05:33.179Z[ recovery-image] Aug 03 04:05:31.355 INFO O| Aug 03 04:05:31.355 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-08-03T04:05:33.186Z[ recovery-image] Aug 03 04:05:31.365 INFO O| Aug 03 04:05:31.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71732024-08-03T04:05:33.188Z[ recovery-image] Aug 03 04:05:31.365 INFO O| Aug 03 04:05:31.365 INFO STEP 1099 (remove_files) COMPLETE
71742024-08-03T04:05:33.188Z[ recovery-image] Aug 03 04:05:31.365 INFO O| Aug 03 04:05:31.365 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-08-03T04:05:33.195Z[ recovery-image] Aug 03 04:05:31.374 INFO O| Aug 03 04:05:31.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71762024-08-03T04:05:33.195Z[ recovery-image] Aug 03 04:05:31.374 INFO O| Aug 03 04:05:31.374 INFO STEP 1100 (remove_files) COMPLETE
71772024-08-03T04:05:33.198Z[ recovery-image] Aug 03 04:05:31.374 INFO O| Aug 03 04:05:31.374 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-08-03T04:05:33.205Z[ recovery-image] Aug 03 04:05:31.383 INFO O| Aug 03 04:05:31.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71792024-08-03T04:05:33.205Z[ recovery-image] Aug 03 04:05:31.383 INFO O| Aug 03 04:05:31.383 INFO STEP 1101 (remove_files) COMPLETE
71802024-08-03T04:05:33.207Z[ recovery-image] Aug 03 04:05:31.383 INFO O| Aug 03 04:05:31.383 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-08-03T04:05:33.215Z[ recovery-image] Aug 03 04:05:31.393 INFO O| Aug 03 04:05:31.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71822024-08-03T04:05:33.215Z[ recovery-image] Aug 03 04:05:31.393 INFO O| Aug 03 04:05:31.393 INFO STEP 1102 (remove_files) COMPLETE
71832024-08-03T04:05:33.215Z[ recovery-image] Aug 03 04:05:31.393 INFO O| Aug 03 04:05:31.393 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-08-03T04:05:33.223Z[ recovery-image] Aug 03 04:05:31.402 INFO O| Aug 03 04:05:31.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71852024-08-03T04:05:33.223Z[ recovery-image] Aug 03 04:05:31.402 INFO O| Aug 03 04:05:31.402 INFO STEP 1103 (remove_files) COMPLETE
71862024-08-03T04:05:33.227Z[ recovery-image] Aug 03 04:05:31.402 INFO O| Aug 03 04:05:31.402 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-08-03T04:05:33.233Z[ recovery-image] Aug 03 04:05:31.412 INFO O| Aug 03 04:05:31.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
71882024-08-03T04:05:33.236Z[ recovery-image] Aug 03 04:05:31.412 INFO O| Aug 03 04:05:31.412 INFO STEP 1104 (remove_files) COMPLETE
71892024-08-03T04:05:33.236Z[ recovery-image] Aug 03 04:05:31.412 INFO O| Aug 03 04:05:31.412 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-08-03T04:05:33.242Z[ recovery-image] Aug 03 04:05:31.421 INFO O| Aug 03 04:05:31.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
71912024-08-03T04:05:33.242Z[ recovery-image] Aug 03 04:05:31.421 INFO O| Aug 03 04:05:31.421 INFO STEP 1105 (remove_files) COMPLETE
71922024-08-03T04:05:33.246Z[ recovery-image] Aug 03 04:05:31.421 INFO O| Aug 03 04:05:31.421 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-08-03T04:05:33.252Z[ recovery-image] Aug 03 04:05:31.431 INFO O| Aug 03 04:05:31.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
71942024-08-03T04:05:33.252Z[ recovery-image] Aug 03 04:05:31.431 INFO O| Aug 03 04:05:31.431 INFO STEP 1106 (remove_files) COMPLETE
71952024-08-03T04:05:33.254Z[ recovery-image] Aug 03 04:05:31.431 INFO O| Aug 03 04:05:31.431 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-08-03T04:05:33.261Z[ recovery-image] Aug 03 04:05:31.440 INFO O| Aug 03 04:05:31.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
71972024-08-03T04:05:33.261Z[ recovery-image] Aug 03 04:05:31.440 INFO O| Aug 03 04:05:31.440 INFO STEP 1107 (remove_files) COMPLETE
71982024-08-03T04:05:33.264Z[ recovery-image] Aug 03 04:05:31.440 INFO O| Aug 03 04:05:31.440 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-08-03T04:05:33.270Z[ recovery-image] Aug 03 04:05:31.449 INFO O| Aug 03 04:05:31.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72002024-08-03T04:05:33.270Z[ recovery-image] Aug 03 04:05:31.449 INFO O| Aug 03 04:05:31.449 INFO STEP 1108 (remove_files) COMPLETE
72012024-08-03T04:05:33.270Z[ recovery-image] Aug 03 04:05:31.449 INFO O| Aug 03 04:05:31.449 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-08-03T04:05:33.280Z[ recovery-image] Aug 03 04:05:31.458 INFO O| Aug 03 04:05:31.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72032024-08-03T04:05:33.281Z[ recovery-image] Aug 03 04:05:31.458 INFO O| Aug 03 04:05:31.458 INFO STEP 1109 (remove_files) COMPLETE
72042024-08-03T04:05:33.281Z[ recovery-image] Aug 03 04:05:31.458 INFO O| Aug 03 04:05:31.458 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-08-03T04:05:33.290Z[ recovery-image] Aug 03 04:05:31.467 INFO O| Aug 03 04:05:31.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72062024-08-03T04:05:33.290Z[ recovery-image] Aug 03 04:05:31.467 INFO O| Aug 03 04:05:31.467 INFO STEP 1110 (remove_files) COMPLETE
72072024-08-03T04:05:33.297Z[ recovery-image] Aug 03 04:05:31.467 INFO O| Aug 03 04:05:31.467 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-08-03T04:05:33.305Z[ recovery-image] Aug 03 04:05:31.476 INFO O| Aug 03 04:05:31.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72092024-08-03T04:05:33.305Z[ recovery-image] Aug 03 04:05:31.476 INFO O| Aug 03 04:05:31.476 INFO STEP 1111 (remove_files) COMPLETE
72102024-08-03T04:05:33.305Z[ recovery-image] Aug 03 04:05:31.476 INFO O| Aug 03 04:05:31.476 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-08-03T04:05:33.309Z[ recovery-image] Aug 03 04:05:31.485 INFO O| Aug 03 04:05:31.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72122024-08-03T04:05:33.309Z[ recovery-image] Aug 03 04:05:31.486 INFO O| Aug 03 04:05:31.486 INFO STEP 1112 (remove_files) COMPLETE
72132024-08-03T04:05:33.309Z[ recovery-image] Aug 03 04:05:31.486 INFO O| Aug 03 04:05:31.486 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-08-03T04:05:33.320Z[ recovery-image] Aug 03 04:05:31.495 INFO O| Aug 03 04:05:31.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72152024-08-03T04:05:33.320Z[ recovery-image] Aug 03 04:05:31.495 INFO O| Aug 03 04:05:31.495 INFO STEP 1113 (remove_files) COMPLETE
72162024-08-03T04:05:33.328Z[ recovery-image] Aug 03 04:05:31.495 INFO O| Aug 03 04:05:31.495 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-08-03T04:05:33.328Z[ recovery-image] Aug 03 04:05:31.505 INFO O| Aug 03 04:05:31.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72182024-08-03T04:05:33.328Z[ recovery-image] Aug 03 04:05:31.505 INFO O| Aug 03 04:05:31.505 INFO STEP 1114 (remove_files) COMPLETE
72192024-08-03T04:05:33.329Z[ recovery-image] Aug 03 04:05:31.505 INFO O| Aug 03 04:05:31.505 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-08-03T04:05:33.338Z[ recovery-image] Aug 03 04:05:31.516 INFO O| Aug 03 04:05:31.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72212024-08-03T04:05:33.345Z[ recovery-image] Aug 03 04:05:31.516 INFO O| Aug 03 04:05:31.516 INFO STEP 1115 (remove_files) COMPLETE
72222024-08-03T04:05:33.345Z[ recovery-image] Aug 03 04:05:31.516 INFO O| Aug 03 04:05:31.516 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-08-03T04:05:33.349Z[ recovery-image] Aug 03 04:05:31.527 INFO O| Aug 03 04:05:31.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72242024-08-03T04:05:33.351Z[ recovery-image] Aug 03 04:05:31.527 INFO O| Aug 03 04:05:31.527 INFO STEP 1116 (remove_files) COMPLETE
72252024-08-03T04:05:33.351Z[ recovery-image] Aug 03 04:05:31.527 INFO O| Aug 03 04:05:31.527 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-08-03T04:05:33.360Z[ recovery-image] Aug 03 04:05:31.538 INFO O| Aug 03 04:05:31.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72272024-08-03T04:05:33.362Z[ recovery-image] Aug 03 04:05:31.538 INFO O| Aug 03 04:05:31.538 INFO STEP 1117 (remove_files) COMPLETE
72282024-08-03T04:05:33.363Z[ recovery-image] Aug 03 04:05:31.538 INFO O| Aug 03 04:05:31.538 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-08-03T04:05:33.370Z[ recovery-image] Aug 03 04:05:31.549 INFO O| Aug 03 04:05:31.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72302024-08-03T04:05:33.373Z[ recovery-image] Aug 03 04:05:31.549 INFO O| Aug 03 04:05:31.549 INFO STEP 1118 (remove_files) COMPLETE
72312024-08-03T04:05:33.373Z[ recovery-image] Aug 03 04:05:31.549 INFO O| Aug 03 04:05:31.549 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-08-03T04:05:33.381Z[ recovery-image] Aug 03 04:05:31.560 INFO O| Aug 03 04:05:31.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72332024-08-03T04:05:33.383Z[ recovery-image] Aug 03 04:05:31.560 INFO O| Aug 03 04:05:31.560 INFO STEP 1119 (remove_files) COMPLETE
72342024-08-03T04:05:33.383Z[ recovery-image] Aug 03 04:05:31.560 INFO O| Aug 03 04:05:31.560 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-08-03T04:05:33.392Z[ recovery-image] Aug 03 04:05:31.571 INFO O| Aug 03 04:05:31.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72362024-08-03T04:05:33.392Z[ recovery-image] Aug 03 04:05:31.571 INFO O| Aug 03 04:05:31.571 INFO STEP 1120 (remove_files) COMPLETE
72372024-08-03T04:05:33.392Z[ recovery-image] Aug 03 04:05:31.571 INFO O| Aug 03 04:05:31.571 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-08-03T04:05:33.402Z[ recovery-image] Aug 03 04:05:31.581 INFO O| Aug 03 04:05:31.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72392024-08-03T04:05:33.402Z[ recovery-image] Aug 03 04:05:31.581 INFO O| Aug 03 04:05:31.581 INFO STEP 1121 (remove_files) COMPLETE
72402024-08-03T04:05:33.405Z[ recovery-image] Aug 03 04:05:31.581 INFO O| Aug 03 04:05:31.581 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-08-03T04:05:33.412Z[ recovery-image] Aug 03 04:05:31.590 INFO O| Aug 03 04:05:31.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72422024-08-03T04:05:33.412Z[ recovery-image] Aug 03 04:05:31.590 INFO O| Aug 03 04:05:31.590 INFO STEP 1122 (remove_files) COMPLETE
72432024-08-03T04:05:33.415Z[ recovery-image] Aug 03 04:05:31.590 INFO O| Aug 03 04:05:31.590 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-08-03T04:05:33.421Z[ recovery-image] Aug 03 04:05:31.600 INFO O| Aug 03 04:05:31.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72452024-08-03T04:05:33.421Z[ recovery-image] Aug 03 04:05:31.600 INFO O| Aug 03 04:05:31.600 INFO STEP 1123 (remove_files) COMPLETE
72462024-08-03T04:05:33.424Z[ recovery-image] Aug 03 04:05:31.600 INFO O| Aug 03 04:05:31.600 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-08-03T04:05:33.430Z[ recovery-image] Aug 03 04:05:31.609 INFO O| Aug 03 04:05:31.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72482024-08-03T04:05:33.431Z[ recovery-image] Aug 03 04:05:31.609 INFO O| Aug 03 04:05:31.609 INFO STEP 1124 (remove_files) COMPLETE
72492024-08-03T04:05:33.433Z[ recovery-image] Aug 03 04:05:31.609 INFO O| Aug 03 04:05:31.609 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-08-03T04:05:33.440Z[ recovery-image] Aug 03 04:05:31.619 INFO O| Aug 03 04:05:31.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72512024-08-03T04:05:33.444Z[ recovery-image] Aug 03 04:05:31.619 INFO O| Aug 03 04:05:31.619 INFO STEP 1125 (remove_files) COMPLETE
72522024-08-03T04:05:33.444Z[ recovery-image] Aug 03 04:05:31.619 INFO O| Aug 03 04:05:31.619 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-08-03T04:05:33.449Z[ recovery-image] Aug 03 04:05:31.628 INFO O| Aug 03 04:05:31.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72542024-08-03T04:05:33.449Z[ recovery-image] Aug 03 04:05:31.628 INFO O| Aug 03 04:05:31.628 INFO STEP 1126 (remove_files) COMPLETE
72552024-08-03T04:05:33.452Z[ recovery-image] Aug 03 04:05:31.628 INFO O| Aug 03 04:05:31.628 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-08-03T04:05:33.458Z[ recovery-image] Aug 03 04:05:31.637 INFO O| Aug 03 04:05:31.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72572024-08-03T04:05:33.461Z[ recovery-image] Aug 03 04:05:31.637 INFO O| Aug 03 04:05:31.637 INFO STEP 1127 (remove_files) COMPLETE
72582024-08-03T04:05:33.461Z[ recovery-image] Aug 03 04:05:31.637 INFO O| Aug 03 04:05:31.637 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-08-03T04:05:33.468Z[ recovery-image] Aug 03 04:05:31.646 INFO O| Aug 03 04:05:31.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72602024-08-03T04:05:33.468Z[ recovery-image] Aug 03 04:05:31.646 INFO O| Aug 03 04:05:31.646 INFO STEP 1128 (remove_files) COMPLETE
72612024-08-03T04:05:33.470Z[ recovery-image] Aug 03 04:05:31.647 INFO O| Aug 03 04:05:31.646 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-08-03T04:05:33.477Z[ recovery-image] Aug 03 04:05:31.656 INFO O| Aug 03 04:05:31.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72632024-08-03T04:05:33.477Z[ recovery-image] Aug 03 04:05:31.656 INFO O| Aug 03 04:05:31.656 INFO STEP 1129 (remove_files) COMPLETE
72642024-08-03T04:05:33.480Z[ recovery-image] Aug 03 04:05:31.656 INFO O| Aug 03 04:05:31.656 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-08-03T04:05:33.486Z[ recovery-image] Aug 03 04:05:31.665 INFO O| Aug 03 04:05:31.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72662024-08-03T04:05:33.486Z[ recovery-image] Aug 03 04:05:31.665 INFO O| Aug 03 04:05:31.665 INFO STEP 1130 (remove_files) COMPLETE
72672024-08-03T04:05:33.489Z[ recovery-image] Aug 03 04:05:31.665 INFO O| Aug 03 04:05:31.665 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-08-03T04:05:33.495Z[ recovery-image] Aug 03 04:05:31.674 INFO O| Aug 03 04:05:31.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72692024-08-03T04:05:33.495Z[ recovery-image] Aug 03 04:05:31.674 INFO O| Aug 03 04:05:31.674 INFO STEP 1131 (remove_files) COMPLETE
72702024-08-03T04:05:33.498Z[ recovery-image] Aug 03 04:05:31.674 INFO O| Aug 03 04:05:31.674 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-08-03T04:05:33.505Z[ recovery-image] Aug 03 04:05:31.683 INFO O| Aug 03 04:05:31.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72722024-08-03T04:05:33.505Z[ recovery-image] Aug 03 04:05:31.683 INFO O| Aug 03 04:05:31.683 INFO STEP 1132 (remove_files) COMPLETE
72732024-08-03T04:05:33.505Z[ recovery-image] Aug 03 04:05:31.683 INFO O| Aug 03 04:05:31.683 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-08-03T04:05:33.514Z[ recovery-image] Aug 03 04:05:31.692 INFO O| Aug 03 04:05:31.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72752024-08-03T04:05:33.514Z[ recovery-image] Aug 03 04:05:31.693 INFO O| Aug 03 04:05:31.693 INFO STEP 1133 (remove_files) COMPLETE
72762024-08-03T04:05:33.516Z[ recovery-image] Aug 03 04:05:31.693 INFO O| Aug 03 04:05:31.693 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-08-03T04:05:33.523Z[ recovery-image] Aug 03 04:05:31.702 INFO O| Aug 03 04:05:31.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72782024-08-03T04:05:33.523Z[ recovery-image] Aug 03 04:05:31.702 INFO O| Aug 03 04:05:31.702 INFO STEP 1134 (remove_files) COMPLETE
72792024-08-03T04:05:33.523Z[ recovery-image] Aug 03 04:05:31.702 INFO O| Aug 03 04:05:31.702 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-08-03T04:05:33.532Z[ recovery-image] Aug 03 04:05:31.711 INFO O| Aug 03 04:05:31.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72812024-08-03T04:05:33.535Z[ recovery-image] Aug 03 04:05:31.711 INFO O| Aug 03 04:05:31.711 INFO STEP 1135 (remove_files) COMPLETE
72822024-08-03T04:05:33.535Z[ recovery-image] Aug 03 04:05:31.711 INFO O| Aug 03 04:05:31.711 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-08-03T04:05:33.542Z[ recovery-image] Aug 03 04:05:31.720 INFO O| Aug 03 04:05:31.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72842024-08-03T04:05:33.544Z[ recovery-image] Aug 03 04:05:31.721 INFO O| Aug 03 04:05:31.721 INFO STEP 1136 (remove_files) COMPLETE
72852024-08-03T04:05:33.544Z[ recovery-image] Aug 03 04:05:31.721 INFO O| Aug 03 04:05:31.721 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-08-03T04:05:33.551Z[ recovery-image] Aug 03 04:05:31.730 INFO O| Aug 03 04:05:31.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
72872024-08-03T04:05:33.551Z[ recovery-image] Aug 03 04:05:31.730 INFO O| Aug 03 04:05:31.730 INFO STEP 1137 (remove_files) COMPLETE
72882024-08-03T04:05:33.553Z[ recovery-image] Aug 03 04:05:31.730 INFO O| Aug 03 04:05:31.730 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-08-03T04:05:33.560Z[ recovery-image] Aug 03 04:05:31.739 INFO O| Aug 03 04:05:31.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
72902024-08-03T04:05:33.563Z[ recovery-image] Aug 03 04:05:31.740 INFO O| Aug 03 04:05:31.740 INFO STEP 1138 (remove_files) COMPLETE
72912024-08-03T04:05:33.563Z[ recovery-image] Aug 03 04:05:31.740 INFO O| Aug 03 04:05:31.740 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-08-03T04:05:33.571Z[ recovery-image] Aug 03 04:05:31.749 INFO O| Aug 03 04:05:31.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
72932024-08-03T04:05:33.571Z[ recovery-image] Aug 03 04:05:31.749 INFO O| Aug 03 04:05:31.749 INFO STEP 1139 (remove_files) COMPLETE
72942024-08-03T04:05:33.574Z[ recovery-image] Aug 03 04:05:31.749 INFO O| Aug 03 04:05:31.749 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-08-03T04:05:33.579Z[ recovery-image] Aug 03 04:05:31.758 INFO O| Aug 03 04:05:31.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
72962024-08-03T04:05:33.579Z[ recovery-image] Aug 03 04:05:31.758 INFO O| Aug 03 04:05:31.758 INFO STEP 1140 (remove_files) COMPLETE
72972024-08-03T04:05:33.582Z[ recovery-image] Aug 03 04:05:31.758 INFO O| Aug 03 04:05:31.758 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-08-03T04:05:33.589Z[ recovery-image] Aug 03 04:05:31.767 INFO O| Aug 03 04:05:31.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
72992024-08-03T04:05:33.589Z[ recovery-image] Aug 03 04:05:31.767 INFO O| Aug 03 04:05:31.767 INFO STEP 1141 (remove_files) COMPLETE
73002024-08-03T04:05:33.592Z[ recovery-image] Aug 03 04:05:31.767 INFO O| Aug 03 04:05:31.767 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-08-03T04:05:33.599Z[ recovery-image] Aug 03 04:05:31.777 INFO O| Aug 03 04:05:31.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73022024-08-03T04:05:33.599Z[ recovery-image] Aug 03 04:05:31.777 INFO O| Aug 03 04:05:31.777 INFO STEP 1142 (remove_files) COMPLETE
73032024-08-03T04:05:33.602Z[ recovery-image] Aug 03 04:05:31.777 INFO O| Aug 03 04:05:31.777 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-08-03T04:05:33.610Z[ recovery-image] Aug 03 04:05:31.789 INFO O| Aug 03 04:05:31.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73052024-08-03T04:05:33.610Z[ recovery-image] Aug 03 04:05:31.789 INFO O| Aug 03 04:05:31.789 INFO STEP 1143 (remove_files) COMPLETE
73062024-08-03T04:05:33.613Z[ recovery-image] Aug 03 04:05:31.789 INFO O| Aug 03 04:05:31.789 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-08-03T04:05:33.622Z[ recovery-image] Aug 03 04:05:31.800 INFO O| Aug 03 04:05:31.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73082024-08-03T04:05:33.622Z[ recovery-image] Aug 03 04:05:31.801 INFO O| Aug 03 04:05:31.800 INFO STEP 1144 (remove_files) COMPLETE
73092024-08-03T04:05:33.622Z[ recovery-image] Aug 03 04:05:31.801 INFO O| Aug 03 04:05:31.801 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-08-03T04:05:33.633Z[ recovery-image] Aug 03 04:05:31.811 INFO O| Aug 03 04:05:31.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73112024-08-03T04:05:33.633Z[ recovery-image] Aug 03 04:05:31.811 INFO O| Aug 03 04:05:31.811 INFO STEP 1145 (remove_files) COMPLETE
73122024-08-03T04:05:33.633Z[ recovery-image] Aug 03 04:05:31.811 INFO O| Aug 03 04:05:31.811 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-08-03T04:05:33.644Z[ recovery-image] Aug 03 04:05:31.823 INFO O| Aug 03 04:05:31.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73142024-08-03T04:05:33.644Z[ recovery-image] Aug 03 04:05:31.823 INFO O| Aug 03 04:05:31.823 INFO STEP 1146 (remove_files) COMPLETE
73152024-08-03T04:05:33.644Z[ recovery-image] Aug 03 04:05:31.823 INFO O| Aug 03 04:05:31.823 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-08-03T04:05:33.655Z[ recovery-image] Aug 03 04:05:31.834 INFO O| Aug 03 04:05:31.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73172024-08-03T04:05:33.655Z[ recovery-image] Aug 03 04:05:31.834 INFO O| Aug 03 04:05:31.834 INFO STEP 1147 (remove_files) COMPLETE
73182024-08-03T04:05:33.658Z[ recovery-image] Aug 03 04:05:31.834 INFO O| Aug 03 04:05:31.834 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-08-03T04:05:33.666Z[ recovery-image] Aug 03 04:05:31.845 INFO O| Aug 03 04:05:31.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73202024-08-03T04:05:33.666Z[ recovery-image] Aug 03 04:05:31.845 INFO O| Aug 03 04:05:31.845 INFO STEP 1148 (remove_files) COMPLETE
73212024-08-03T04:05:33.668Z[ recovery-image] Aug 03 04:05:31.845 INFO O| Aug 03 04:05:31.845 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-08-03T04:05:33.676Z[ recovery-image] Aug 03 04:05:31.855 INFO O| Aug 03 04:05:31.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73232024-08-03T04:05:33.679Z[ recovery-image] Aug 03 04:05:31.855 INFO O| Aug 03 04:05:31.855 INFO STEP 1149 (remove_files) COMPLETE
73242024-08-03T04:05:33.679Z[ recovery-image] Aug 03 04:05:31.855 INFO O| Aug 03 04:05:31.855 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-08-03T04:05:33.686Z[ recovery-image] Aug 03 04:05:31.865 INFO O| Aug 03 04:05:31.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73262024-08-03T04:05:33.689Z[ recovery-image] Aug 03 04:05:31.865 INFO O| Aug 03 04:05:31.865 INFO STEP 1150 (remove_files) COMPLETE
73272024-08-03T04:05:33.689Z[ recovery-image] Aug 03 04:05:31.865 INFO O| Aug 03 04:05:31.865 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-08-03T04:05:33.696Z[ recovery-image] Aug 03 04:05:31.874 INFO O| Aug 03 04:05:31.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73292024-08-03T04:05:33.696Z[ recovery-image] Aug 03 04:05:31.874 INFO O| Aug 03 04:05:31.874 INFO STEP 1151 (remove_files) COMPLETE
73302024-08-03T04:05:33.698Z[ recovery-image] Aug 03 04:05:31.874 INFO O| Aug 03 04:05:31.874 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-08-03T04:05:33.706Z[ recovery-image] Aug 03 04:05:31.884 INFO O| Aug 03 04:05:31.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73322024-08-03T04:05:33.706Z[ recovery-image] Aug 03 04:05:31.884 INFO O| Aug 03 04:05:31.884 INFO STEP 1152 (remove_files) COMPLETE
73332024-08-03T04:05:33.708Z[ recovery-image] Aug 03 04:05:31.884 INFO O| Aug 03 04:05:31.884 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-08-03T04:05:33.714Z[ recovery-image] Aug 03 04:05:31.893 INFO O| Aug 03 04:05:31.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73352024-08-03T04:05:33.714Z[ recovery-image] Aug 03 04:05:31.893 INFO O| Aug 03 04:05:31.893 INFO STEP 1153 (remove_files) COMPLETE
73362024-08-03T04:05:33.714Z[ recovery-image] Aug 03 04:05:31.893 INFO O| Aug 03 04:05:31.893 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-08-03T04:05:33.724Z[ recovery-image] Aug 03 04:05:31.902 INFO O| Aug 03 04:05:31.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73382024-08-03T04:05:33.724Z[ recovery-image] Aug 03 04:05:31.902 INFO O| Aug 03 04:05:31.902 INFO STEP 1154 (remove_files) COMPLETE
73392024-08-03T04:05:33.724Z[ recovery-image] Aug 03 04:05:31.902 INFO O| Aug 03 04:05:31.902 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-08-03T04:05:33.733Z[ recovery-image] Aug 03 04:05:31.911 INFO O| Aug 03 04:05:31.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73412024-08-03T04:05:33.733Z[ recovery-image] Aug 03 04:05:31.912 INFO O| Aug 03 04:05:31.912 INFO STEP 1155 (remove_files) COMPLETE
73422024-08-03T04:05:33.733Z[ recovery-image] Aug 03 04:05:31.912 INFO O| Aug 03 04:05:31.912 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-08-03T04:05:33.742Z[ recovery-image] Aug 03 04:05:31.921 INFO O| Aug 03 04:05:31.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73442024-08-03T04:05:33.742Z[ recovery-image] Aug 03 04:05:31.921 INFO O| Aug 03 04:05:31.921 INFO STEP 1156 (remove_files) COMPLETE
73452024-08-03T04:05:33.742Z[ recovery-image] Aug 03 04:05:31.921 INFO O| Aug 03 04:05:31.921 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-08-03T04:05:33.752Z[ recovery-image] Aug 03 04:05:31.930 INFO O| Aug 03 04:05:31.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73472024-08-03T04:05:33.752Z[ recovery-image] Aug 03 04:05:31.931 INFO O| Aug 03 04:05:31.931 INFO STEP 1157 (remove_files) COMPLETE
73482024-08-03T04:05:33.752Z[ recovery-image] Aug 03 04:05:31.931 INFO O| Aug 03 04:05:31.931 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-08-03T04:05:33.761Z[ recovery-image] Aug 03 04:05:31.940 INFO O| Aug 03 04:05:31.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73502024-08-03T04:05:33.761Z[ recovery-image] Aug 03 04:05:31.940 INFO O| Aug 03 04:05:31.940 INFO STEP 1158 (remove_files) COMPLETE
73512024-08-03T04:05:33.766Z[ recovery-image] Aug 03 04:05:31.940 INFO O| Aug 03 04:05:31.940 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-08-03T04:05:33.771Z[ recovery-image] Aug 03 04:05:31.949 INFO O| Aug 03 04:05:31.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73532024-08-03T04:05:33.771Z[ recovery-image] Aug 03 04:05:31.949 INFO O| Aug 03 04:05:31.949 INFO STEP 1159 (remove_files) COMPLETE
73542024-08-03T04:05:33.774Z[ recovery-image] Aug 03 04:05:31.949 INFO O| Aug 03 04:05:31.949 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-08-03T04:05:33.780Z[ recovery-image] Aug 03 04:05:31.959 INFO O| Aug 03 04:05:31.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73562024-08-03T04:05:33.780Z[ recovery-image] Aug 03 04:05:31.959 INFO O| Aug 03 04:05:31.959 INFO STEP 1160 (remove_files) COMPLETE
73572024-08-03T04:05:33.783Z[ recovery-image] Aug 03 04:05:31.959 INFO O| Aug 03 04:05:31.959 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-08-03T04:05:33.789Z[ recovery-image] Aug 03 04:05:31.968 INFO O| Aug 03 04:05:31.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73592024-08-03T04:05:33.789Z[ recovery-image] Aug 03 04:05:31.968 INFO O| Aug 03 04:05:31.968 INFO STEP 1161 (remove_files) COMPLETE
73602024-08-03T04:05:33.792Z[ recovery-image] Aug 03 04:05:31.968 INFO O| Aug 03 04:05:31.968 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-08-03T04:05:33.799Z[ recovery-image] Aug 03 04:05:31.977 INFO O| Aug 03 04:05:31.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73622024-08-03T04:05:33.799Z[ recovery-image] Aug 03 04:05:31.977 INFO O| Aug 03 04:05:31.977 INFO STEP 1162 (remove_files) COMPLETE
73632024-08-03T04:05:33.803Z[ recovery-image] Aug 03 04:05:31.977 INFO O| Aug 03 04:05:31.977 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-08-03T04:05:33.812Z[ recovery-image] Aug 03 04:05:31.987 INFO O| Aug 03 04:05:31.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73652024-08-03T04:05:33.812Z[ recovery-image] Aug 03 04:05:31.987 INFO O| Aug 03 04:05:31.987 INFO STEP 1163 (remove_files) COMPLETE
73662024-08-03T04:05:33.812Z[ recovery-image] Aug 03 04:05:31.987 INFO O| Aug 03 04:05:31.987 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-08-03T04:05:33.823Z[ recovery-image] Aug 03 04:05:31.996 INFO O| Aug 03 04:05:31.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73682024-08-03T04:05:33.824Z[ recovery-image] Aug 03 04:05:31.996 INFO O| Aug 03 04:05:31.996 INFO STEP 1164 (remove_files) COMPLETE
73692024-08-03T04:05:33.824Z[ recovery-image] Aug 03 04:05:31.996 INFO O| Aug 03 04:05:31.996 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-08-03T04:05:33.831Z[ recovery-image] Aug 03 04:05:32.007 INFO O| Aug 03 04:05:32.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73712024-08-03T04:05:33.831Z[ recovery-image] Aug 03 04:05:32.008 INFO O| Aug 03 04:05:32.008 INFO STEP 1165 (remove_files) COMPLETE
73722024-08-03T04:05:33.831Z[ recovery-image] Aug 03 04:05:32.008 INFO O| Aug 03 04:05:32.008 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-08-03T04:05:33.844Z[ recovery-image] Aug 03 04:05:32.019 INFO O| Aug 03 04:05:32.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73742024-08-03T04:05:33.845Z[ recovery-image] Aug 03 04:05:32.019 INFO O| Aug 03 04:05:32.019 INFO STEP 1166 (remove_files) COMPLETE
73752024-08-03T04:05:33.855Z[ recovery-image] Aug 03 04:05:32.019 INFO O| Aug 03 04:05:32.019 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-08-03T04:05:33.855Z[ recovery-image] Aug 03 04:05:32.030 INFO O| Aug 03 04:05:32.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73772024-08-03T04:05:33.867Z[ recovery-image] Aug 03 04:05:32.030 INFO O| Aug 03 04:05:32.030 INFO STEP 1167 (remove_files) COMPLETE
73782024-08-03T04:05:33.867Z[ recovery-image] Aug 03 04:05:32.030 INFO O| Aug 03 04:05:32.030 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-08-03T04:05:33.867Z[ recovery-image] Aug 03 04:05:32.039 INFO O| Aug 03 04:05:32.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73802024-08-03T04:05:33.867Z[ recovery-image] Aug 03 04:05:32.039 INFO O| Aug 03 04:05:32.039 INFO STEP 1168 (remove_files) COMPLETE
73812024-08-03T04:05:33.867Z[ recovery-image] Aug 03 04:05:32.039 INFO O| Aug 03 04:05:32.039 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-08-03T04:05:33.870Z[ recovery-image] Aug 03 04:05:32.049 INFO O| Aug 03 04:05:32.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73832024-08-03T04:05:33.870Z[ recovery-image] Aug 03 04:05:32.049 INFO O| Aug 03 04:05:32.049 INFO STEP 1169 (remove_files) COMPLETE
73842024-08-03T04:05:33.874Z[ recovery-image] Aug 03 04:05:32.049 INFO O| Aug 03 04:05:32.049 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-08-03T04:05:33.880Z[ recovery-image] Aug 03 04:05:32.058 INFO O| Aug 03 04:05:32.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73862024-08-03T04:05:33.883Z[ recovery-image] Aug 03 04:05:32.058 INFO O| Aug 03 04:05:32.058 INFO STEP 1170 (remove_files) COMPLETE
73872024-08-03T04:05:33.883Z[ recovery-image] Aug 03 04:05:32.058 INFO O| Aug 03 04:05:32.058 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-08-03T04:05:33.889Z[ recovery-image] Aug 03 04:05:32.068 INFO O| Aug 03 04:05:32.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
73892024-08-03T04:05:33.889Z[ recovery-image] Aug 03 04:05:32.068 INFO O| Aug 03 04:05:32.068 INFO STEP 1171 (remove_files) COMPLETE
73902024-08-03T04:05:33.892Z[ recovery-image] Aug 03 04:05:32.068 INFO O| Aug 03 04:05:32.068 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-08-03T04:05:33.899Z[ recovery-image] Aug 03 04:05:32.077 INFO O| Aug 03 04:05:32.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
73922024-08-03T04:05:33.902Z[ recovery-image] Aug 03 04:05:32.077 INFO O| Aug 03 04:05:32.077 INFO STEP 1172 (remove_files) COMPLETE
73932024-08-03T04:05:33.902Z[ recovery-image] Aug 03 04:05:32.077 INFO O| Aug 03 04:05:32.077 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-08-03T04:05:33.908Z[ recovery-image] Aug 03 04:05:32.087 INFO O| Aug 03 04:05:32.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
73952024-08-03T04:05:33.910Z[ recovery-image] Aug 03 04:05:32.087 INFO O| Aug 03 04:05:32.087 INFO STEP 1173 (remove_files) COMPLETE
73962024-08-03T04:05:33.910Z[ recovery-image] Aug 03 04:05:32.087 INFO O| Aug 03 04:05:32.087 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-08-03T04:05:33.917Z[ recovery-image] Aug 03 04:05:32.096 INFO O| Aug 03 04:05:32.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
73982024-08-03T04:05:33.920Z[ recovery-image] Aug 03 04:05:32.096 INFO O| Aug 03 04:05:32.096 INFO STEP 1174 (remove_files) COMPLETE
73992024-08-03T04:05:33.920Z[ recovery-image] Aug 03 04:05:32.096 INFO O| Aug 03 04:05:32.096 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-08-03T04:05:33.930Z[ recovery-image] Aug 03 04:05:32.105 INFO O| Aug 03 04:05:32.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74012024-08-03T04:05:33.933Z[ recovery-image] Aug 03 04:05:32.105 INFO O| Aug 03 04:05:32.105 INFO STEP 1175 (remove_files) COMPLETE
74022024-08-03T04:05:33.933Z[ recovery-image] Aug 03 04:05:32.105 INFO O| Aug 03 04:05:32.105 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-08-03T04:05:33.936Z[ recovery-image] Aug 03 04:05:32.115 INFO O| Aug 03 04:05:32.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74042024-08-03T04:05:33.936Z[ recovery-image] Aug 03 04:05:32.115 INFO O| Aug 03 04:05:32.115 INFO STEP 1176 (remove_files) COMPLETE
74052024-08-03T04:05:33.940Z[ recovery-image] Aug 03 04:05:32.115 INFO O| Aug 03 04:05:32.115 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-08-03T04:05:33.946Z[ recovery-image] Aug 03 04:05:32.124 INFO O| Aug 03 04:05:32.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74072024-08-03T04:05:33.946Z[ recovery-image] Aug 03 04:05:32.124 INFO O| Aug 03 04:05:32.124 INFO STEP 1177 (remove_files) COMPLETE
74082024-08-03T04:05:33.949Z[ recovery-image] Aug 03 04:05:32.125 INFO O| Aug 03 04:05:32.124 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-08-03T04:05:33.955Z[ recovery-image] Aug 03 04:05:32.134 INFO O| Aug 03 04:05:32.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74102024-08-03T04:05:33.955Z[ recovery-image] Aug 03 04:05:32.134 INFO O| Aug 03 04:05:32.134 INFO STEP 1178 (remove_files) COMPLETE
74112024-08-03T04:05:33.958Z[ recovery-image] Aug 03 04:05:32.134 INFO O| Aug 03 04:05:32.134 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-08-03T04:05:33.965Z[ recovery-image] Aug 03 04:05:32.143 INFO O| Aug 03 04:05:32.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74132024-08-03T04:05:33.965Z[ recovery-image] Aug 03 04:05:32.143 INFO O| Aug 03 04:05:32.143 INFO STEP 1179 (remove_files) COMPLETE
74142024-08-03T04:05:33.967Z[ recovery-image] Aug 03 04:05:32.143 INFO O| Aug 03 04:05:32.143 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-08-03T04:05:33.974Z[ recovery-image] Aug 03 04:05:32.153 INFO O| Aug 03 04:05:32.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74162024-08-03T04:05:33.974Z[ recovery-image] Aug 03 04:05:32.153 INFO O| Aug 03 04:05:32.153 INFO STEP 1180 (remove_files) COMPLETE
74172024-08-03T04:05:33.974Z[ recovery-image] Aug 03 04:05:32.153 INFO O| Aug 03 04:05:32.153 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-08-03T04:05:33.984Z[ recovery-image] Aug 03 04:05:32.162 INFO O| Aug 03 04:05:32.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74192024-08-03T04:05:33.984Z[ recovery-image] Aug 03 04:05:32.162 INFO O| Aug 03 04:05:32.162 INFO STEP 1181 (remove_files) COMPLETE
74202024-08-03T04:05:33.984Z[ recovery-image] Aug 03 04:05:32.162 INFO O| Aug 03 04:05:32.162 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-08-03T04:05:33.993Z[ recovery-image] Aug 03 04:05:32.171 INFO O| Aug 03 04:05:32.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74222024-08-03T04:05:33.993Z[ recovery-image] Aug 03 04:05:32.172 INFO O| Aug 03 04:05:32.172 INFO STEP 1182 (remove_files) COMPLETE
74232024-08-03T04:05:33.995Z[ recovery-image] Aug 03 04:05:32.172 INFO O| Aug 03 04:05:32.172 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-08-03T04:05:33.999Z[ host-image] Aug 03 04:05:32.178 INFO O| Aug 03 04:05:32.178 INFO O| Planning: Solver setup ... Done
74252024-08-03T04:05:34.002Z[ recovery-image] Aug 03 04:05:32.181 INFO O| Aug 03 04:05:32.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74262024-08-03T04:05:34.005Z[ recovery-image] Aug 03 04:05:32.181 INFO O| Aug 03 04:05:32.181 INFO STEP 1183 (remove_files) COMPLETE
74272024-08-03T04:05:34.005Z[ recovery-image] Aug 03 04:05:32.181 INFO O| Aug 03 04:05:32.181 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-08-03T04:05:34.005Z[ host-image] Aug 03 04:05:32.182 INFO O| Aug 03 04:05:32.182 INFO O| Planning: Running solver ... Done
74292024-08-03T04:05:34.012Z[ recovery-image] Aug 03 04:05:32.191 INFO O| Aug 03 04:05:32.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74302024-08-03T04:05:34.016Z[ recovery-image] Aug 03 04:05:32.191 INFO O| Aug 03 04:05:32.191 INFO STEP 1184 (remove_files) COMPLETE
74312024-08-03T04:05:34.016Z[ recovery-image] Aug 03 04:05:32.191 INFO O| Aug 03 04:05:32.191 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-08-03T04:05:34.022Z[ recovery-image] Aug 03 04:05:32.201 INFO O| Aug 03 04:05:32.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74332024-08-03T04:05:34.022Z[ recovery-image] Aug 03 04:05:32.201 INFO O| Aug 03 04:05:32.201 INFO STEP 1185 (remove_files) COMPLETE
74342024-08-03T04:05:34.022Z[ recovery-image] Aug 03 04:05:32.201 INFO O| Aug 03 04:05:32.201 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-08-03T04:05:34.032Z[ recovery-image] Aug 03 04:05:32.211 INFO O| Aug 03 04:05:32.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74362024-08-03T04:05:34.035Z[ recovery-image] Aug 03 04:05:32.211 INFO O| Aug 03 04:05:32.211 INFO STEP 1186 (remove_files) COMPLETE
74372024-08-03T04:05:34.035Z[ recovery-image] Aug 03 04:05:32.211 INFO O| Aug 03 04:05:32.211 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-03T04:05:34.038Z[ host-image] Aug 03 04:05:32.217 INFO O| Aug 03 04:05:32.217 INFO O| Planning: Finding local manifests ... Done
74392024-08-03T04:05:34.041Z[ host-image] Aug 03 04:05:32.218 INFO O| Aug 03 04:05:32.218 INFO O| Planning: Fetching manifests: 0/1 0% complete
74402024-08-03T04:05:34.044Z[ recovery-image] Aug 03 04:05:32.220 INFO O| Aug 03 04:05:32.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74412024-08-03T04:05:34.044Z[ recovery-image] Aug 03 04:05:32.221 INFO O| Aug 03 04:05:32.221 INFO STEP 1187 (remove_files) COMPLETE
74422024-08-03T04:05:34.044Z[ recovery-image] Aug 03 04:05:32.221 INFO O| Aug 03 04:05:32.221 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-08-03T04:05:34.051Z[ recovery-image] Aug 03 04:05:32.230 INFO O| Aug 03 04:05:32.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74442024-08-03T04:05:34.051Z[ recovery-image] Aug 03 04:05:32.230 INFO O| Aug 03 04:05:32.230 INFO STEP 1188 (remove_files) COMPLETE
74452024-08-03T04:05:34.051Z[ recovery-image] Aug 03 04:05:32.230 INFO O| Aug 03 04:05:32.230 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-08-03T04:05:34.061Z[ recovery-image] Aug 03 04:05:32.239 INFO O| Aug 03 04:05:32.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74472024-08-03T04:05:34.064Z[ recovery-image] Aug 03 04:05:32.240 INFO O| Aug 03 04:05:32.239 INFO STEP 1189 (remove_files) COMPLETE
74482024-08-03T04:05:34.064Z[ recovery-image] Aug 03 04:05:32.240 INFO O| Aug 03 04:05:32.240 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-08-03T04:05:34.070Z[ recovery-image] Aug 03 04:05:32.249 INFO O| Aug 03 04:05:32.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74502024-08-03T04:05:34.070Z[ recovery-image] Aug 03 04:05:32.249 INFO O| Aug 03 04:05:32.249 INFO STEP 1190 (remove_files) COMPLETE
74512024-08-03T04:05:34.070Z[ recovery-image] Aug 03 04:05:32.249 INFO O| Aug 03 04:05:32.249 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-08-03T04:05:34.080Z[ recovery-image] Aug 03 04:05:32.259 INFO O| Aug 03 04:05:32.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74532024-08-03T04:05:34.085Z[ recovery-image] Aug 03 04:05:32.259 INFO O| Aug 03 04:05:32.259 INFO STEP 1191 (remove_files) COMPLETE
74542024-08-03T04:05:34.085Z[ recovery-image] Aug 03 04:05:32.259 INFO O| Aug 03 04:05:32.259 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-08-03T04:05:34.090Z[ recovery-image] Aug 03 04:05:32.268 INFO O| Aug 03 04:05:32.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74562024-08-03T04:05:34.093Z[ recovery-image] Aug 03 04:05:32.269 INFO O| Aug 03 04:05:32.269 INFO STEP 1192 (remove_files) COMPLETE
74572024-08-03T04:05:34.093Z[ recovery-image] Aug 03 04:05:32.269 INFO O| Aug 03 04:05:32.269 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-08-03T04:05:34.097Z[ host-image] Aug 03 04:05:32.276 INFO O| Aug 03 04:05:32.276 INFO O| Planning: Fetching manifests: 1/1 100% complete
74592024-08-03T04:05:34.100Z[ recovery-image] Aug 03 04:05:32.278 INFO O| Aug 03 04:05:32.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74602024-08-03T04:05:34.100Z[ recovery-image] Aug 03 04:05:32.278 INFO O| Aug 03 04:05:32.278 INFO STEP 1193 (remove_files) COMPLETE
74612024-08-03T04:05:34.101Z[ recovery-image] Aug 03 04:05:32.278 INFO O| Aug 03 04:05:32.278 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-08-03T04:05:34.109Z[ recovery-image] Aug 03 04:05:32.288 INFO O| Aug 03 04:05:32.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74632024-08-03T04:05:34.109Z[ recovery-image] Aug 03 04:05:32.288 INFO O| Aug 03 04:05:32.288 INFO STEP 1194 (remove_files) COMPLETE
74642024-08-03T04:05:34.112Z[ recovery-image] Aug 03 04:05:32.288 INFO O| Aug 03 04:05:32.288 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-08-03T04:05:34.124Z[ host-image] Aug 03 04:05:32.294 INFO O| Aug 03 04:05:32.294 INFO O| Planning: Package planning ... Done
74662024-08-03T04:05:34.124Z[ host-image] Aug 03 04:05:32.294 INFO O| Aug 03 04:05:32.294 INFO O| Planning: Merging actions ... Done
74672024-08-03T04:05:34.124Z[ recovery-image] Aug 03 04:05:32.298 INFO O| Aug 03 04:05:32.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74682024-08-03T04:05:34.124Z[ recovery-image] Aug 03 04:05:32.298 INFO O| Aug 03 04:05:32.298 INFO STEP 1195 (remove_files) COMPLETE
74692024-08-03T04:05:34.124Z[ recovery-image] Aug 03 04:05:32.298 INFO O| Aug 03 04:05:32.298 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-08-03T04:05:34.129Z[ recovery-image] Aug 03 04:05:32.307 INFO O| Aug 03 04:05:32.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74712024-08-03T04:05:34.131Z[ recovery-image] Aug 03 04:05:32.307 INFO O| Aug 03 04:05:32.307 INFO STEP 1196 (remove_files) COMPLETE
74722024-08-03T04:05:34.131Z[ recovery-image] Aug 03 04:05:32.307 INFO O| Aug 03 04:05:32.307 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-08-03T04:05:34.138Z[ recovery-image] Aug 03 04:05:32.317 INFO O| Aug 03 04:05:32.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74742024-08-03T04:05:34.138Z[ recovery-image] Aug 03 04:05:32.317 INFO O| Aug 03 04:05:32.317 INFO STEP 1197 (remove_files) COMPLETE
74752024-08-03T04:05:34.141Z[ recovery-image] Aug 03 04:05:32.317 INFO O| Aug 03 04:05:32.317 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-08-03T04:05:34.147Z[ recovery-image] Aug 03 04:05:32.326 INFO O| Aug 03 04:05:32.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74772024-08-03T04:05:34.148Z[ recovery-image] Aug 03 04:05:32.326 INFO O| Aug 03 04:05:32.326 INFO STEP 1198 (remove_files) COMPLETE
74782024-08-03T04:05:34.150Z[ recovery-image] Aug 03 04:05:32.326 INFO O| Aug 03 04:05:32.326 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-08-03T04:05:34.157Z[ recovery-image] Aug 03 04:05:32.336 INFO O| Aug 03 04:05:32.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74802024-08-03T04:05:34.157Z[ recovery-image] Aug 03 04:05:32.336 INFO O| Aug 03 04:05:32.336 INFO STEP 1199 (remove_files) COMPLETE
74812024-08-03T04:05:34.160Z[ recovery-image] Aug 03 04:05:32.336 INFO O| Aug 03 04:05:32.336 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-08-03T04:05:34.167Z[ recovery-image] Aug 03 04:05:32.345 INFO O| Aug 03 04:05:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74832024-08-03T04:05:34.167Z[ recovery-image] Aug 03 04:05:32.345 INFO O| Aug 03 04:05:32.345 INFO STEP 1200 (remove_files) COMPLETE
74842024-08-03T04:05:34.170Z[ recovery-image] Aug 03 04:05:32.345 INFO O| Aug 03 04:05:32.345 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-08-03T04:05:34.175Z[ host-image] Aug 03 04:05:32.353 INFO O| Aug 03 04:05:32.353 INFO O| Planning: Checking for conflicting actions ... Done
74862024-08-03T04:05:34.178Z[ host-image] Aug 03 04:05:32.354 INFO O| Aug 03 04:05:32.354 INFO O| Planning: Consolidating action changes ... Done
74872024-08-03T04:05:34.178Z[ recovery-image] Aug 03 04:05:32.355 INFO O| Aug 03 04:05:32.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74882024-08-03T04:05:34.178Z[ recovery-image] Aug 03 04:05:32.355 INFO O| Aug 03 04:05:32.355 INFO STEP 1201 (remove_files) COMPLETE
74892024-08-03T04:05:34.178Z[ recovery-image] Aug 03 04:05:32.355 INFO O| Aug 03 04:05:32.355 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-08-03T04:05:34.185Z[ recovery-image] Aug 03 04:05:32.364 INFO O| Aug 03 04:05:32.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74912024-08-03T04:05:34.188Z[ recovery-image] Aug 03 04:05:32.364 INFO O| Aug 03 04:05:32.364 INFO STEP 1202 (remove_files) COMPLETE
74922024-08-03T04:05:34.189Z[ recovery-image] Aug 03 04:05:32.364 INFO O| Aug 03 04:05:32.364 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-08-03T04:05:34.195Z[ recovery-image] Aug 03 04:05:32.373 INFO O| Aug 03 04:05:32.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74942024-08-03T04:05:34.197Z[ recovery-image] Aug 03 04:05:32.373 INFO O| Aug 03 04:05:32.373 INFO STEP 1203 (remove_files) COMPLETE
74952024-08-03T04:05:34.198Z[ recovery-image] Aug 03 04:05:32.373 INFO O| Aug 03 04:05:32.373 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-08-03T04:05:34.204Z[ recovery-image] Aug 03 04:05:32.383 INFO O| Aug 03 04:05:32.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
74972024-08-03T04:05:34.204Z[ recovery-image] Aug 03 04:05:32.383 INFO O| Aug 03 04:05:32.383 INFO STEP 1204 (remove_files) COMPLETE
74982024-08-03T04:05:34.206Z[ recovery-image] Aug 03 04:05:32.383 INFO O| Aug 03 04:05:32.383 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-08-03T04:05:34.215Z[ recovery-image] Aug 03 04:05:32.394 INFO O| Aug 03 04:05:32.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75002024-08-03T04:05:34.215Z[ recovery-image] Aug 03 04:05:32.394 INFO O| Aug 03 04:05:32.394 INFO STEP 1205 (remove_files) COMPLETE
75012024-08-03T04:05:34.218Z[ recovery-image] Aug 03 04:05:32.394 INFO O| Aug 03 04:05:32.394 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-08-03T04:05:34.226Z[ recovery-image] Aug 03 04:05:32.405 INFO O| Aug 03 04:05:32.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75032024-08-03T04:05:34.229Z[ recovery-image] Aug 03 04:05:32.405 INFO O| Aug 03 04:05:32.405 INFO STEP 1206 (remove_files) COMPLETE
75042024-08-03T04:05:34.229Z[ recovery-image] Aug 03 04:05:32.405 INFO O| Aug 03 04:05:32.405 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75052024-08-03T04:05:34.241Z[ recovery-image] Aug 03 04:05:32.419 INFO O| Aug 03 04:05:32.419 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75062024-08-03T04:05:34.241Z[ recovery-image] Aug 03 04:05:32.419 INFO O| Aug 03 04:05:32.419 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75072024-08-03T04:05:34.424Z[ host-image] Aug 03 04:05:32.601 INFO O| Aug 03 04:05:32.601 INFO O| Planning: Evaluating mediators ... Done
75082024-08-03T04:05:34.428Z[ host-image] Aug 03 04:05:32.601 INFO O| Aug 03 04:05:32.601 INFO O| Planning: Planning completed in 1.72 seconds
75092024-08-03T04:05:34.429Z[ host-image] Aug 03 04:05:32.603 INFO O| Aug 03 04:05:32.603 INFO O| Packages to install: 1
75102024-08-03T04:05:34.434Z[ host-image] Aug 03 04:05:32.613 INFO O| Aug 03 04:05:32.613 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
75112024-08-03T04:05:34.935Z[ recovery-image] Aug 03 04:05:33.113 INFO O| Aug 03 04:05:33.113 INFO STEP 1207 (pack_tar) COMPLETE
75122024-08-03T04:05:34.935Z[ recovery-image] Aug 03 04:05:33.113 INFO O| Aug 03 04:05:33.113 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75132024-08-03T04:05:34.938Z[ recovery-image] Aug 03 04:05:33.113 INFO O| Aug 03 04:05:33.113 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75142024-08-03T04:05:35.219Z[ recovery-image] Aug 03 04:05:33.397 INFO O| Aug 03 04:05:33.397 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75152024-08-03T04:05:35.238Z[ host-image] Aug 03 04:05:33.415 INFO O| Aug 03 04:05:33.415 INFO O| Download: Completed 20.86 MB in 0.80 seconds (26.0M/s)
75162024-08-03T04:05:35.306Z[ recovery-image] Aug 03 04:05:33.484 INFO O| Aug 03 04:05:33.484 INFO completed processing gimlet/ramdisk-03-recovery-trim
75172024-08-03T04:05:35.312Z[ host-image] Aug 03 04:05:33.490 INFO O| Aug 03 04:05:33.490 INFO O| Actions: 1/22 actions (Installing new actions)
75182024-08-03T04:05:35.317Z[ recovery-image] Aug 03 04:05:33.491 INFO image builder template: zfs-recovery...
75192024-08-03T04:05:35.317Z[ recovery-image] Aug 03 04:05:33.491 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/.tmpozcuMR/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
75202024-08-03T04:05:35.346Z[ recovery-image] Aug 03 04:05:33.524 INFO O| Aug 03 04:05:33.524 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75212024-08-03T04:05:35.351Z[ recovery-image] Aug 03 04:05:33.528 INFO O| Aug 03 04:05:33.528 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75222024-08-03T04:05:35.422Z[ recovery-image] Aug 03 04:05:33.600 INFO O| Aug 03 04:05:33.600 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75232024-08-03T04:05:35.470Z[ recovery-image] Aug 03 04:05:33.648 INFO O| Aug 03 04:05:33.648 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75242024-08-03T04:05:35.470Z[ recovery-image] Aug 03 04:05:33.648 INFO O| Aug 03 04:05:33.648 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75252024-08-03T04:05:35.474Z[ recovery-image] Aug 03 04:05:33.652 INFO O| Aug 03 04:05:33.652 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75262024-08-03T04:05:35.574Z[ recovery-image] Aug 03 04:05:33.752 INFO O| Aug 03 04:05:33.752 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75272024-08-03T04:05:35.617Z[ recovery-image] Aug 03 04:05:33.795 INFO O| Aug 03 04:05:33.795 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75282024-08-03T04:05:35.628Z[ recovery-image] Aug 03 04:05:33.807 INFO O| Aug 03 04:05:33.807 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75292024-08-03T04:05:35.634Z[ recovery-image] Aug 03 04:05:33.812 INFO O| Aug 03 04:05:33.812 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75302024-08-03T04:05:35.636Z[ recovery-image] Aug 03 04:05:33.813 INFO O| Aug 03 04:05:33.813 INFO no lofi found
75312024-08-03T04:05:35.636Z[ recovery-image] Aug 03 04:05:33.813 INFO O| Aug 03 04:05:33.813 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75322024-08-03T04:05:35.636Z[ recovery-image] Aug 03 04:05:33.813 INFO O| Aug 03 04:05:33.813 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75332024-08-03T04:05:35.805Z[ host-image] Aug 03 04:05:33.983 INFO O| Aug 03 04:05:33.983 INFO O| Actions: Completed 22 actions in 0.49 seconds.
75342024-08-03T04:05:36.068Z[ host-image] Aug 03 04:05:34.243 INFO O| Aug 03 04:05:34.243 INFO O| Done
75352024-08-03T04:05:36.069Z[ host-image] Aug 03 04:05:34.243 INFO O| Aug 03 04:05:34.243 INFO O| Done
75362024-08-03T04:05:36.388Z[ host-image] Aug 03 04:05:34.566 INFO O| Aug 03 04:05:34.566 INFO O| Done
75372024-08-03T04:05:37.492Z[ host-image] Aug 03 04:05:35.670 INFO O| Aug 03 04:05:35.670 INFO O| Done
75382024-08-03T04:05:37.514Z[ host-image] Aug 03 04:05:35.691 INFO O| Aug 03 04:05:35.691 INFO O| Done
75392024-08-03T04:05:37.514Z[ host-image] Aug 03 04:05:35.692 INFO O| Aug 03 04:05:35.692 INFO O| Done
75402024-08-03T04:05:37.523Z[ host-image] Aug 03 04:05:35.701 INFO O| Aug 03 04:05:35.701 INFO O| Done
75412024-08-03T04:05:37.610Z[ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO STEP 14 (pkg_install) COMPLETE
75422024-08-03T04:05:37.610Z[ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75432024-08-03T04:05:37.610Z[ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO skip step because feature "mfg" is not enabled
75442024-08-03T04:05:37.613Z[ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75452024-08-03T04:05:37.613Z[ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO skip step because feature "compliance" is not enabled
75462024-08-03T04:05:37.613Z[ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75472024-08-03T04:05:37.613Z[ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO skip step because feature "stress" is not enabled
75482024-08-03T04:05:37.613Z[ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75492024-08-03T04:05:37.613Z[ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO skip step because feature "nfs" is not enabled
75502024-08-03T04:05:37.613Z[ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
75512024-08-03T04:05:37.613Z[ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
75522024-08-03T04:05:37.666Z[ host-image] Aug 03 04:05:35.844 INFO O| Aug 03 04:05:35.844 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
75532024-08-03T04:05:37.712Z[ host-image] Aug 03 04:05:35.890 INFO O| Aug 03 04:05:35.890 INFO completed processing gimlet/ramdisk-01-os
75542024-08-03T04:05:37.715Z[ host-image] Aug 03 04:05:35.892 INFO omicron1 baseline generation...
75552024-08-03T04:05:37.715Z[ host-image] Aug 03 04:05:35.892 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
75562024-08-03T04:05:37.834Z[ recovery-image] Aug 03 04:05:36.008 INFO O| Aug 03 04:05:36.008 INFO lofi device = /dev/dsk/c2t1d0p0
75572024-08-03T04:05:37.835Z[ recovery-image] Aug 03 04:05:36.008 INFO O| Aug 03 04:05:36.008 INFO pool device = /dev/dsk/c2t1d0p0
75582024-08-03T04:05:37.841Z[ recovery-image] Aug 03 04:05:36.008 INFO O| Aug 03 04:05:36.008 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"]
75592024-08-03T04:05:37.903Z[ recovery-image] Aug 03 04:05:36.078 INFO O| Aug 03 04:05:36.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75602024-08-03T04:05:37.904Z[ recovery-image] Aug 03 04:05:36.078 INFO O| Aug 03 04:05:36.078 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75612024-08-03T04:05:37.920Z[ recovery-image] Aug 03 04:05:36.098 INFO O| Aug 03 04:05:36.098 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75622024-08-03T04:05:37.980Z[ recovery-image] Aug 03 04:05:36.158 INFO O| Aug 03 04:05:36.158 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75632024-08-03T04:05:38.017Z[ recovery-image] Aug 03 04:05:36.195 INFO O| Aug 03 04:05:36.195 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75642024-08-03T04:05:38.032Z[ recovery-image] Aug 03 04:05:36.210 INFO O| Aug 03 04:05:36.210 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75652024-08-03T04:05:38.043Z[ recovery-image] Aug 03 04:05:36.221 INFO O| Aug 03 04:05:36.221 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75662024-08-03T04:05:38.091Z[ recovery-image] Aug 03 04:05:36.269 INFO O| Aug 03 04:05:36.269 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75672024-08-03T04:05:38.091Z[ recovery-image] Aug 03 04:05:36.269 INFO O| Aug 03 04:05:36.269 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75682024-08-03T04:05:38.091Z[ recovery-image] Aug 03 04:05:36.269 INFO O| Aug 03 04:05:36.269 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75692024-08-03T04:05:38.101Z[ recovery-image] Aug 03 04:05:36.279 INFO O| Aug 03 04:05:36.279 INFO boot environment UUID: 7537a2fb-5706-47f7-ac3c-b224d5506d2f
75702024-08-03T04:05:38.101Z[ recovery-image] Aug 03 04:05:36.279 INFO O| Aug 03 04:05:36.279 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7537a2fb-5706-47f7-ac3c-b224d5506d2f
75712024-08-03T04:05:38.112Z[ recovery-image] Aug 03 04:05:36.290 INFO O| Aug 03 04:05:36.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75722024-08-03T04:05:38.123Z[ recovery-image] Aug 03 04:05:36.301 INFO O| Aug 03 04:05:36.301 INFO STEP 0 (create_be) COMPLETE
75732024-08-03T04:05:38.123Z[ recovery-image] Aug 03 04:05:36.301 INFO O| Aug 03 04:05:36.301 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75742024-08-03T04:05:38.144Z[ recovery-image] Aug 03 04:05:36.318 INFO O| Aug 03 04:05:36.318 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"]
75752024-08-03T04:05:38.155Z[ host-image] Aug 03 04:05:36.322 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22799:20240802T172233Z
75762024-08-03T04:05:40.184Z[ recovery-image] Aug 03 04:05:38.362 INFO O| Aug 03 04:05:38.362 INFO STEP 1 (unpack_tar) COMPLETE
75772024-08-03T04:05:40.184Z[ recovery-image] Aug 03 04:05:38.363 INFO O| Aug 03 04:05:38.362 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75782024-08-03T04:05:40.196Z[ recovery-image] Aug 03 04:05:38.374 INFO O| Aug 03 04:05:38.374 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75792024-08-03T04:05:40.578Z[ recovery-image] Aug 03 04:05:38.754 INFO O| Aug 03 04:05:38.754 INFO STEP 2 (devfsadm) COMPLETE
75802024-08-03T04:05:40.578Z[ recovery-image] Aug 03 04:05:38.754 INFO O| Aug 03 04:05:38.754 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75812024-08-03T04:05:40.592Z[ recovery-image] Aug 03 04:05:38.766 INFO O| Aug 03 04:05:38.766 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75822024-08-03T04:05:40.592Z[ recovery-image] Aug 03 04:05:38.766 INFO O| Aug 03 04:05:38.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75832024-08-03T04:05:40.592Z[ recovery-image] Aug 03 04:05:38.766 INFO O| Aug 03 04:05:38.766 INFO STEP 3 (ensure_dir) COMPLETE
75842024-08-03T04:05:40.592Z[ recovery-image] Aug 03 04:05:38.766 INFO O| Aug 03 04:05:38.766 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75852024-08-03T04:05:40.598Z[ recovery-image] Aug 03 04:05:38.776 INFO O| Aug 03 04:05:38.776 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75862024-08-03T04:05:40.598Z[ recovery-image] Aug 03 04:05:38.776 INFO O| Aug 03 04:05:38.776 INFO STEP 4 (ensure_dir) COMPLETE
75872024-08-03T04:05:40.602Z[ recovery-image] Aug 03 04:05:38.776 INFO O| Aug 03 04:05:38.776 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75882024-08-03T04:05:40.608Z[ recovery-image] Aug 03 04:05:38.786 INFO O| Aug 03 04:05:38.786 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75892024-08-03T04:05:40.608Z[ recovery-image] Aug 03 04:05:38.786 INFO O| Aug 03 04:05:38.786 INFO STEP 5 (ensure_dir) COMPLETE
75902024-08-03T04:05:40.608Z[ recovery-image] Aug 03 04:05:38.786 INFO O| Aug 03 04:05:38.786 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75912024-08-03T04:05:40.618Z[ recovery-image] Aug 03 04:05:38.796 INFO O| Aug 03 04:05:38.796 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75922024-08-03T04:05:40.621Z[ recovery-image] Aug 03 04:05:38.796 INFO O| Aug 03 04:05:38.796 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75932024-08-03T04:05:40.621Z[ recovery-image] Aug 03 04:05:38.796 INFO O| Aug 03 04:05:38.796 INFO STEP 6 (ensure_dir) COMPLETE
75942024-08-03T04:05:40.621Z[ recovery-image] Aug 03 04:05:38.796 INFO O| Aug 03 04:05:38.796 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75952024-08-03T04:05:40.628Z[ recovery-image] Aug 03 04:05:38.806 INFO O| Aug 03 04:05:38.806 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75962024-08-03T04:05:40.628Z[ recovery-image] Aug 03 04:05:38.806 INFO O| Aug 03 04:05:38.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75972024-08-03T04:05:40.628Z[ recovery-image] Aug 03 04:05:38.806 INFO O| Aug 03 04:05:38.806 INFO STEP 7 (ensure_dir) COMPLETE
75982024-08-03T04:05:40.631Z[ recovery-image] Aug 03 04:05:38.806 INFO O| Aug 03 04:05:38.806 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75992024-08-03T04:05:40.638Z[ recovery-image] Aug 03 04:05:38.816 INFO O| Aug 03 04:05:38.816 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76002024-08-03T04:05:40.641Z[ recovery-image] Aug 03 04:05:38.816 INFO O| Aug 03 04:05:38.816 INFO STEP 8 (remove_files) COMPLETE
76012024-08-03T04:05:40.641Z[ recovery-image] Aug 03 04:05:38.816 INFO O| Aug 03 04:05:38.816 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76022024-08-03T04:05:40.647Z[ recovery-image] Aug 03 04:05:38.826 INFO O| Aug 03 04:05:38.826 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76032024-08-03T04:05:40.650Z[ recovery-image] Aug 03 04:05:38.826 INFO O| Aug 03 04:05:38.826 INFO STEP 9 (remove_files) COMPLETE
76042024-08-03T04:05:40.650Z[ recovery-image] Aug 03 04:05:38.826 INFO O| Aug 03 04:05:38.826 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76052024-08-03T04:05:40.658Z[ recovery-image] Aug 03 04:05:38.836 INFO O| Aug 03 04:05:38.836 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76062024-08-03T04:05:40.661Z[ recovery-image] Aug 03 04:05:38.837 INFO O| Aug 03 04:05:38.837 INFO STEP 10 (remove_files) COMPLETE
76072024-08-03T04:05:40.661Z[ recovery-image] Aug 03 04:05:38.837 INFO O| Aug 03 04:05:38.837 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76082024-08-03T04:05:40.669Z[ recovery-image] Aug 03 04:05:38.847 INFO O| Aug 03 04:05:38.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76092024-08-03T04:05:40.672Z[ recovery-image] Aug 03 04:05:38.847 INFO O| Aug 03 04:05:38.847 INFO STEP 11 (remove_files) COMPLETE
76102024-08-03T04:05:40.672Z[ recovery-image] Aug 03 04:05:38.847 INFO O| Aug 03 04:05:38.847 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76112024-08-03T04:05:40.679Z[ recovery-image] Aug 03 04:05:38.857 INFO O| Aug 03 04:05:38.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76122024-08-03T04:05:40.681Z[ recovery-image] Aug 03 04:05:38.857 INFO O| Aug 03 04:05:38.857 INFO STEP 12 (remove_files) COMPLETE
76132024-08-03T04:05:40.681Z[ recovery-image] Aug 03 04:05:38.857 INFO O| Aug 03 04:05:38.857 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76142024-08-03T04:05:40.689Z[ recovery-image] Aug 03 04:05:38.867 INFO O| Aug 03 04:05:38.867 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76152024-08-03T04:05:40.692Z[ recovery-image] Aug 03 04:05:38.867 INFO O| Aug 03 04:05:38.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76162024-08-03T04:05:40.692Z[ recovery-image] Aug 03 04:05:38.867 INFO O| Aug 03 04:05:38.867 INFO STEP 13 (ensure_dir) COMPLETE
76172024-08-03T04:05:40.692Z[ recovery-image] Aug 03 04:05:38.867 INFO O| Aug 03 04:05:38.867 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76182024-08-03T04:05:40.699Z[ recovery-image] Aug 03 04:05:38.877 INFO O| Aug 03 04:05:38.877 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76192024-08-03T04:05:40.702Z[ recovery-image] Aug 03 04:05:38.877 INFO O| Aug 03 04:05:38.877 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76202024-08-03T04:05:40.702Z[ recovery-image] Aug 03 04:05:38.877 INFO O| Aug 03 04:05:38.877 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76212024-08-03T04:05:40.702Z[ recovery-image] Aug 03 04:05:38.877 INFO O| Aug 03 04:05:38.877 INFO STEP 14 (ensure_dir) COMPLETE
76222024-08-03T04:05:40.702Z[ recovery-image] Aug 03 04:05:38.877 INFO O| Aug 03 04:05:38.877 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76232024-08-03T04:05:40.709Z[ recovery-image] Aug 03 04:05:38.887 INFO O| Aug 03 04:05:38.887 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76242024-08-03T04:05:40.709Z[ recovery-image] Aug 03 04:05:38.887 INFO O| Aug 03 04:05:38.887 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76252024-08-03T04:05:40.712Z[ recovery-image] Aug 03 04:05:38.887 INFO O| Aug 03 04:05:38.887 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76262024-08-03T04:05:40.712Z[ recovery-image] Aug 03 04:05:38.887 INFO O| Aug 03 04:05:38.887 INFO STEP 15 (ensure_dir) COMPLETE
76272024-08-03T04:05:40.712Z[ recovery-image] Aug 03 04:05:38.887 INFO O| Aug 03 04:05:38.887 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76282024-08-03T04:05:40.718Z[ recovery-image] Aug 03 04:05:38.897 INFO O| Aug 03 04:05:38.897 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76292024-08-03T04:05:40.719Z[ recovery-image] Aug 03 04:05:38.897 INFO O| Aug 03 04:05:38.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76302024-08-03T04:05:40.721Z[ recovery-image] Aug 03 04:05:38.897 INFO O| Aug 03 04:05:38.897 INFO STEP 16 (ensure_dir) COMPLETE
76312024-08-03T04:05:40.721Z[ recovery-image] Aug 03 04:05:38.897 INFO O| Aug 03 04:05:38.897 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76322024-08-03T04:05:40.729Z[ recovery-image] Aug 03 04:05:38.907 INFO O| Aug 03 04:05:38.907 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76332024-08-03T04:05:40.732Z[ recovery-image] Aug 03 04:05:38.907 INFO O| Aug 03 04:05:38.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76342024-08-03T04:05:40.732Z[ recovery-image] Aug 03 04:05:38.907 INFO O| Aug 03 04:05:38.907 INFO STEP 17 (ensure_dir) COMPLETE
76352024-08-03T04:05:40.732Z[ recovery-image] Aug 03 04:05:38.907 INFO O| Aug 03 04:05:38.907 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76362024-08-03T04:05:40.738Z[ recovery-image] Aug 03 04:05:38.917 INFO O| Aug 03 04:05:38.917 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76372024-08-03T04:05:40.743Z[ recovery-image] Aug 03 04:05:38.917 INFO O| Aug 03 04:05:38.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76382024-08-03T04:05:40.743Z[ recovery-image] Aug 03 04:05:38.917 INFO O| Aug 03 04:05:38.917 INFO ok!
76392024-08-03T04:05:40.743Z[ recovery-image] Aug 03 04:05:38.917 INFO O| Aug 03 04:05:38.917 INFO STEP 18 (ensure_symlink) COMPLETE
76402024-08-03T04:05:40.743Z[ recovery-image] Aug 03 04:05:38.917 INFO O| Aug 03 04:05:38.917 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76412024-08-03T04:05:40.748Z[ recovery-image] Aug 03 04:05:38.926 INFO O| Aug 03 04:05:38.926 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76422024-08-03T04:05:40.748Z[ recovery-image] Aug 03 04:05:38.926 INFO O| Aug 03 04:05:38.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76432024-08-03T04:05:40.751Z[ recovery-image] Aug 03 04:05:38.926 INFO O| Aug 03 04:05:38.926 INFO ok!
76442024-08-03T04:05:40.751Z[ recovery-image] Aug 03 04:05:38.926 INFO O| Aug 03 04:05:38.926 INFO STEP 19 (ensure_file) COMPLETE
76452024-08-03T04:05:40.751Z[ recovery-image] Aug 03 04:05:38.926 INFO O| Aug 03 04:05:38.926 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76462024-08-03T04:05:40.758Z[ recovery-image] Aug 03 04:05:38.936 INFO O| Aug 03 04:05:38.936 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76472024-08-03T04:05:40.758Z[ recovery-image] Aug 03 04:05:38.936 INFO O| Aug 03 04:05:38.936 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76482024-08-03T04:05:40.758Z[ recovery-image] Aug 03 04:05:38.936 INFO O| Aug 03 04:05:38.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76492024-08-03T04:05:40.761Z[ recovery-image] Aug 03 04:05:38.936 INFO O| Aug 03 04:05:38.936 INFO ok!
76502024-08-03T04:05:40.761Z[ recovery-image] Aug 03 04:05:38.936 INFO O| Aug 03 04:05:38.936 INFO STEP 20 (ensure_symlink) COMPLETE
76512024-08-03T04:05:40.761Z[ recovery-image] Aug 03 04:05:38.936 INFO O| Aug 03 04:05:38.936 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76522024-08-03T04:05:40.768Z[ recovery-image] Aug 03 04:05:38.946 INFO O| Aug 03 04:05:38.946 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76532024-08-03T04:05:40.768Z[ recovery-image] Aug 03 04:05:38.946 INFO O| Aug 03 04:05:38.946 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76542024-08-03T04:05:40.771Z[ recovery-image] Aug 03 04:05:38.946 INFO O| Aug 03 04:05:38.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76552024-08-03T04:05:40.771Z[ recovery-image] Aug 03 04:05:38.946 INFO O| Aug 03 04:05:38.946 INFO ok!
76562024-08-03T04:05:40.771Z[ recovery-image] Aug 03 04:05:38.946 INFO O| Aug 03 04:05:38.946 INFO STEP 21 (ensure_symlink) COMPLETE
76572024-08-03T04:05:40.771Z[ recovery-image] Aug 03 04:05:38.946 INFO O| Aug 03 04:05:38.946 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76582024-08-03T04:05:40.778Z[ recovery-image] Aug 03 04:05:38.956 INFO O| Aug 03 04:05:38.956 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76592024-08-03T04:05:40.780Z[ recovery-image] Aug 03 04:05:38.956 INFO O| Aug 03 04:05:38.956 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76602024-08-03T04:05:40.780Z[ recovery-image] Aug 03 04:05:38.956 INFO O| Aug 03 04:05:38.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76612024-08-03T04:05:40.780Z[ recovery-image] Aug 03 04:05:38.956 INFO O| Aug 03 04:05:38.956 INFO ok!
76622024-08-03T04:05:40.780Z[ recovery-image] Aug 03 04:05:38.956 INFO O| Aug 03 04:05:38.956 INFO STEP 22 (ensure_symlink) COMPLETE
76632024-08-03T04:05:40.780Z[ recovery-image] Aug 03 04:05:38.956 INFO O| Aug 03 04:05:38.956 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76642024-08-03T04:05:40.788Z[ recovery-image] Aug 03 04:05:38.966 INFO O| Aug 03 04:05:38.966 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76652024-08-03T04:05:40.788Z[ recovery-image] Aug 03 04:05:38.966 INFO O| Aug 03 04:05:38.966 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76662024-08-03T04:05:40.791Z[ recovery-image] Aug 03 04:05:38.966 INFO O| Aug 03 04:05:38.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76672024-08-03T04:05:40.791Z[ recovery-image] Aug 03 04:05:38.966 INFO O| Aug 03 04:05:38.966 INFO ok!
76682024-08-03T04:05:40.791Z[ recovery-image] Aug 03 04:05:38.966 INFO O| Aug 03 04:05:38.966 INFO STEP 23 (ensure_symlink) COMPLETE
76692024-08-03T04:05:40.791Z[ recovery-image] Aug 03 04:05:38.966 INFO O| Aug 03 04:05:38.966 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76702024-08-03T04:05:40.801Z[ recovery-image] Aug 03 04:05:38.976 INFO O| Aug 03 04:05:38.976 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76712024-08-03T04:05:40.801Z[ recovery-image] Aug 03 04:05:38.976 INFO O| Aug 03 04:05:38.976 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 ...
76722024-08-03T04:05:40.804Z[ recovery-image] Aug 03 04:05:38.976 INFO O| Aug 03 04:05:38.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76732024-08-03T04:05:40.804Z[ recovery-image] Aug 03 04:05:38.976 INFO O| Aug 03 04:05:38.976 INFO ok!
76742024-08-03T04:05:40.805Z[ recovery-image] Aug 03 04:05:38.976 INFO O| Aug 03 04:05:38.976 INFO STEP 24 (ensure_file) COMPLETE
76752024-08-03T04:05:40.805Z[ recovery-image] Aug 03 04:05:38.976 INFO O| Aug 03 04:05:38.976 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76762024-08-03T04:05:40.808Z[ recovery-image] Aug 03 04:05:38.986 INFO O| Aug 03 04:05:38.986 INFO updating shadow file
76772024-08-03T04:05:40.811Z[ recovery-image] Aug 03 04:05:38.986 INFO O| Aug 03 04:05:38.986 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76782024-08-03T04:05:40.811Z[ recovery-image] Aug 03 04:05:38.986 INFO O| Aug 03 04:05:38.986 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76792024-08-03T04:05:40.811Z[ recovery-image] Aug 03 04:05:38.986 INFO O| Aug 03 04:05:38.986 INFO STEP 25 (shadow) COMPLETE
76802024-08-03T04:05:40.811Z[ recovery-image] Aug 03 04:05:38.986 INFO O| Aug 03 04:05:38.986 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76812024-08-03T04:05:40.818Z[ recovery-image] Aug 03 04:05:38.996 INFO O| Aug 03 04:05:38.996 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76822024-08-03T04:05:40.818Z[ recovery-image] Aug 03 04:05:38.996 INFO O| Aug 03 04:05:38.996 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76832024-08-03T04:05:40.821Z[ recovery-image] Aug 03 04:05:38.996 INFO O| Aug 03 04:05:38.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76842024-08-03T04:05:40.821Z[ recovery-image] Aug 03 04:05:38.996 INFO O| Aug 03 04:05:38.996 INFO ok!
76852024-08-03T04:05:40.821Z[ recovery-image] Aug 03 04:05:38.997 INFO O| Aug 03 04:05:38.996 INFO STEP 26 (ensure_file) COMPLETE
76862024-08-03T04:05:40.821Z[ recovery-image] Aug 03 04:05:38.997 INFO O| Aug 03 04:05:38.996 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76872024-08-03T04:05:40.833Z[ recovery-image] Aug 03 04:05:39.007 INFO O| Aug 03 04:05:39.007 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76882024-08-03T04:05:40.839Z[ recovery-image] Aug 03 04:05:39.007 INFO O| Aug 03 04:05:39.007 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76892024-08-03T04:05:40.839Z[ recovery-image] Aug 03 04:05:39.007 INFO O| Aug 03 04:05:39.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76902024-08-03T04:05:40.840Z[ recovery-image] Aug 03 04:05:39.007 INFO O| Aug 03 04:05:39.007 INFO ok!
76912024-08-03T04:05:40.840Z[ recovery-image] Aug 03 04:05:39.007 INFO O| Aug 03 04:05:39.007 INFO STEP 27 (ensure_file) COMPLETE
76922024-08-03T04:05:40.840Z[ recovery-image] Aug 03 04:05:39.007 INFO O| Aug 03 04:05:39.007 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76932024-08-03T04:05:40.840Z[ recovery-image] Aug 03 04:05:39.017 INFO O| Aug 03 04:05:39.017 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76942024-08-03T04:05:40.847Z[ recovery-image] Aug 03 04:05:39.017 INFO O| Aug 03 04:05:39.017 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76952024-08-03T04:05:40.847Z[ recovery-image] Aug 03 04:05:39.018 INFO O| Aug 03 04:05:39.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76962024-08-03T04:05:40.847Z[ recovery-image] Aug 03 04:05:39.018 INFO O| Aug 03 04:05:39.018 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76972024-08-03T04:05:40.847Z[ recovery-image] Aug 03 04:05:39.018 INFO O| Aug 03 04:05:39.018 INFO ok!
76982024-08-03T04:05:40.847Z[ recovery-image] Aug 03 04:05:39.018 INFO O| Aug 03 04:05:39.018 INFO STEP 28 (ensure_file) COMPLETE
76992024-08-03T04:05:40.848Z[ recovery-image] Aug 03 04:05:39.018 INFO O| Aug 03 04:05:39.018 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77002024-08-03T04:05:40.859Z[ recovery-image] Aug 03 04:05:39.028 INFO O| Aug 03 04:05:39.028 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77012024-08-03T04:05:40.859Z[ recovery-image] Aug 03 04:05:39.028 INFO O| Aug 03 04:05:39.028 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77022024-08-03T04:05:40.859Z[ recovery-image] Aug 03 04:05:39.028 INFO O| Aug 03 04:05:39.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77032024-08-03T04:05:40.859Z[ recovery-image] Aug 03 04:05:39.028 INFO O| Aug 03 04:05:39.028 INFO ok!
77042024-08-03T04:05:40.859Z[ recovery-image] Aug 03 04:05:39.028 INFO O| Aug 03 04:05:39.028 INFO STEP 29 (ensure_file) COMPLETE
77052024-08-03T04:05:40.859Z[ recovery-image] Aug 03 04:05:39.028 INFO O| Aug 03 04:05:39.028 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77062024-08-03T04:05:40.871Z[ recovery-image] Aug 03 04:05:39.038 INFO O| Aug 03 04:05:39.038 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77072024-08-03T04:05:40.871Z[ recovery-image] Aug 03 04:05:39.038 INFO O| Aug 03 04:05:39.038 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77082024-08-03T04:05:40.871Z[ recovery-image] Aug 03 04:05:39.038 INFO O| Aug 03 04:05:39.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77092024-08-03T04:05:40.871Z[ recovery-image] Aug 03 04:05:39.038 INFO O| Aug 03 04:05:39.038 INFO ok!
77102024-08-03T04:05:40.871Z[ recovery-image] Aug 03 04:05:39.038 INFO O| Aug 03 04:05:39.038 INFO STEP 30 (ensure_file) COMPLETE
77112024-08-03T04:05:40.871Z[ recovery-image] Aug 03 04:05:39.038 INFO O| Aug 03 04:05:39.038 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77122024-08-03T04:05:40.879Z[ recovery-image] Aug 03 04:05:39.049 INFO O| Aug 03 04:05:39.049 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77132024-08-03T04:05:40.879Z[ recovery-image] Aug 03 04:05:39.049 INFO O| Aug 03 04:05:39.049 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77142024-08-03T04:05:40.879Z[ recovery-image] Aug 03 04:05:39.050 INFO O| Aug 03 04:05:39.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77152024-08-03T04:05:40.879Z[ recovery-image] Aug 03 04:05:39.050 INFO O| Aug 03 04:05:39.050 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77162024-08-03T04:05:40.879Z[ recovery-image] Aug 03 04:05:39.050 INFO O| Aug 03 04:05:39.050 INFO ok!
77172024-08-03T04:05:40.879Z[ recovery-image] Aug 03 04:05:39.050 INFO O| Aug 03 04:05:39.050 INFO STEP 31 (ensure_file) COMPLETE
77182024-08-03T04:05:40.879Z[ recovery-image] Aug 03 04:05:39.050 INFO O| Aug 03 04:05:39.050 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77192024-08-03T04:05:40.883Z[ recovery-image] Aug 03 04:05:39.060 INFO O| Aug 03 04:05:39.060 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77202024-08-03T04:05:40.883Z[ recovery-image] Aug 03 04:05:39.060 INFO O| Aug 03 04:05:39.060 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77212024-08-03T04:05:40.883Z[ recovery-image] Aug 03 04:05:39.060 INFO O| Aug 03 04:05:39.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77222024-08-03T04:05:40.883Z[ recovery-image] Aug 03 04:05:39.060 INFO O| Aug 03 04:05:39.060 INFO ok!
77232024-08-03T04:05:40.883Z[ recovery-image] Aug 03 04:05:39.060 INFO O| Aug 03 04:05:39.060 INFO STEP 32 (ensure_file) COMPLETE
77242024-08-03T04:05:40.883Z[ recovery-image] Aug 03 04:05:39.060 INFO O| Aug 03 04:05:39.060 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77252024-08-03T04:05:40.893Z[ recovery-image] Aug 03 04:05:39.071 INFO O| Aug 03 04:05:39.070 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77262024-08-03T04:05:40.896Z[ recovery-image] Aug 03 04:05:39.071 INFO O| Aug 03 04:05:39.071 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77272024-08-03T04:05:40.896Z[ recovery-image] Aug 03 04:05:39.071 INFO O| Aug 03 04:05:39.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77282024-08-03T04:05:40.896Z[ recovery-image] Aug 03 04:05:39.071 INFO O| Aug 03 04:05:39.071 INFO ok!
77292024-08-03T04:05:40.896Z[ recovery-image] Aug 03 04:05:39.071 INFO O| Aug 03 04:05:39.071 INFO STEP 33 (ensure_file) COMPLETE
77302024-08-03T04:05:40.896Z[ recovery-image] Aug 03 04:05:39.071 INFO O| Aug 03 04:05:39.071 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77312024-08-03T04:05:40.903Z[ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77322024-08-03T04:05:40.907Z[ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77332024-08-03T04:05:40.907Z[ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77342024-08-03T04:05:40.907Z[ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77352024-08-03T04:05:40.907Z[ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77362024-08-03T04:05:40.907Z[ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77372024-08-03T04:05:40.907Z[ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO ok!
77382024-08-03T04:05:40.907Z[ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO STEP 34 (ensure_file) COMPLETE
77392024-08-03T04:05:40.907Z[ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77402024-08-03T04:05:40.914Z[ recovery-image] Aug 03 04:05:39.092 INFO O| Aug 03 04:05:39.092 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77412024-08-03T04:05:40.914Z[ recovery-image] Aug 03 04:05:39.092 INFO O| Aug 03 04:05:39.092 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77422024-08-03T04:05:40.914Z[ recovery-image] Aug 03 04:05:39.092 INFO O| Aug 03 04:05:39.092 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77432024-08-03T04:05:40.917Z[ recovery-image] Aug 03 04:05:39.092 INFO O| Aug 03 04:05:39.092 INFO STEP 35 (ensure_dir) COMPLETE
77442024-08-03T04:05:40.917Z[ recovery-image] Aug 03 04:05:39.092 INFO O| Aug 03 04:05:39.092 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77452024-08-03T04:05:40.924Z[ recovery-image] Aug 03 04:05:39.102 INFO O| Aug 03 04:05:39.102 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
77462024-08-03T04:05:40.924Z[ recovery-image] Aug 03 04:05:39.102 INFO O| Aug 03 04:05:39.102 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 ...
77472024-08-03T04:05:40.927Z[ recovery-image] Aug 03 04:05:39.102 INFO O| Aug 03 04:05:39.102 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
77482024-08-03T04:05:40.927Z[ recovery-image] Aug 03 04:05:39.102 INFO O| Aug 03 04:05:39.102 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
77492024-08-03T04:05:40.927Z[ recovery-image] Aug 03 04:05:39.102 INFO O| Aug 03 04:05:39.102 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
77502024-08-03T04:05:40.927Z[ recovery-image] Aug 03 04:05:39.102 INFO O| Aug 03 04:05:39.102 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
77512024-08-03T04:05:40.927Z[ recovery-image] Aug 03 04:05:39.103 INFO O| Aug 03 04:05:39.102 INFO ok!
77522024-08-03T04:05:40.927Z[ recovery-image] Aug 03 04:05:39.103 INFO O| Aug 03 04:05:39.102 INFO STEP 36 (ensure_file) COMPLETE
77532024-08-03T04:05:40.927Z[ recovery-image] Aug 03 04:05:39.103 INFO O| Aug 03 04:05:39.103 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77542024-08-03T04:05:40.934Z[ recovery-image] Aug 03 04:05:39.112 INFO O| Aug 03 04:05:39.112 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77552024-08-03T04:05:40.934Z[ recovery-image] Aug 03 04:05:39.112 INFO O| Aug 03 04:05:39.112 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 ...
77562024-08-03T04:05:40.934Z[ recovery-image] Aug 03 04:05:39.112 INFO O| Aug 03 04:05:39.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77572024-08-03T04:05:40.937Z[ recovery-image] Aug 03 04:05:39.112 INFO O| Aug 03 04:05:39.112 INFO ok!
77582024-08-03T04:05:40.937Z[ recovery-image] Aug 03 04:05:39.112 INFO O| Aug 03 04:05:39.112 INFO STEP 37 (ensure_symlink) COMPLETE
77592024-08-03T04:05:40.937Z[ recovery-image] Aug 03 04:05:39.112 INFO O| Aug 03 04:05:39.112 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77602024-08-03T04:05:40.944Z[ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77612024-08-03T04:05:40.947Z[ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77622024-08-03T04:05:40.947Z[ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77632024-08-03T04:05:40.947Z[ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77642024-08-03T04:05:40.947Z[ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77652024-08-03T04:05:40.947Z[ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77662024-08-03T04:05:40.947Z[ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO ok!
77672024-08-03T04:05:40.947Z[ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO STEP 38 (ensure_file) COMPLETE
77682024-08-03T04:05:40.947Z[ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77692024-08-03T04:05:40.954Z[ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77702024-08-03T04:05:40.957Z[ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 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 ...
77712024-08-03T04:05:40.957Z[ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 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
77722024-08-03T04:05:40.957Z[ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77732024-08-03T04:05:40.957Z[ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 INFO ok!
77742024-08-03T04:05:40.957Z[ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 INFO STEP 39 (ensure_file) COMPLETE
77752024-08-03T04:05:40.957Z[ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77762024-08-03T04:05:40.964Z[ recovery-image] Aug 03 04:05:39.142 INFO O| Aug 03 04:05:39.142 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77772024-08-03T04:05:40.964Z[ recovery-image] Aug 03 04:05:39.142 INFO O| Aug 03 04:05:39.142 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77782024-08-03T04:05:40.967Z[ recovery-image] Aug 03 04:05:39.142 INFO O| Aug 03 04:05:39.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77792024-08-03T04:05:40.967Z[ recovery-image] Aug 03 04:05:39.142 INFO O| Aug 03 04:05:39.142 INFO ok!
77802024-08-03T04:05:40.967Z[ recovery-image] Aug 03 04:05:39.142 INFO O| Aug 03 04:05:39.142 INFO STEP 40 (ensure_file) COMPLETE
77812024-08-03T04:05:40.967Z[ recovery-image] Aug 03 04:05:39.142 INFO O| Aug 03 04:05:39.142 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77822024-08-03T04:05:40.974Z[ recovery-image] Aug 03 04:05:39.152 INFO O| Aug 03 04:05:39.152 INFO updating shadow file
77832024-08-03T04:05:40.977Z[ recovery-image] Aug 03 04:05:39.152 INFO O| Aug 03 04:05:39.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77842024-08-03T04:05:40.977Z[ recovery-image] Aug 03 04:05:39.152 INFO O| Aug 03 04:05:39.152 INFO STEP 41 (shadow) COMPLETE
77852024-08-03T04:05:40.977Z[ recovery-image] Aug 03 04:05:39.152 INFO O| Aug 03 04:05:39.152 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77862024-08-03T04:05:40.984Z[ recovery-image] Aug 03 04:05:39.162 INFO O| Aug 03 04:05:39.162 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77872024-08-03T04:05:40.984Z[ recovery-image] Aug 03 04:05:39.162 INFO O| Aug 03 04:05:39.162 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77882024-08-03T04:05:40.987Z[ recovery-image] Aug 03 04:05:39.162 INFO O| Aug 03 04:05:39.162 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77892024-08-03T04:05:40.987Z[ recovery-image] Aug 03 04:05:39.163 INFO O| Aug 03 04:05:39.162 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77902024-08-03T04:05:40.987Z[ recovery-image] Aug 03 04:05:39.163 INFO O| Aug 03 04:05:39.163 INFO ok!
77912024-08-03T04:05:40.987Z[ recovery-image] Aug 03 04:05:39.163 INFO O| Aug 03 04:05:39.163 INFO STEP 42 (ensure_file) COMPLETE
77922024-08-03T04:05:40.987Z[ recovery-image] Aug 03 04:05:39.163 INFO O| Aug 03 04:05:39.163 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77932024-08-03T04:05:40.994Z[ recovery-image] Aug 03 04:05:39.172 INFO O| Aug 03 04:05:39.172 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77942024-08-03T04:05:40.994Z[ recovery-image] Aug 03 04:05:39.172 INFO O| Aug 03 04:05:39.172 INFO STEP 43 (ensure_dir) COMPLETE
77952024-08-03T04:05:40.998Z[ recovery-image] Aug 03 04:05:39.172 INFO O| Aug 03 04:05:39.172 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77962024-08-03T04:05:41.006Z[ recovery-image] Aug 03 04:05:39.182 INFO O| Aug 03 04:05:39.182 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77972024-08-03T04:05:41.008Z[ recovery-image] Aug 03 04:05:39.182 INFO O| Aug 03 04:05:39.182 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77982024-08-03T04:05:41.008Z[ recovery-image] Aug 03 04:05:39.182 INFO O| Aug 03 04:05:39.182 INFO STEP 44 (ensure_dir) COMPLETE
77992024-08-03T04:05:41.008Z[ recovery-image] Aug 03 04:05:39.182 INFO O| Aug 03 04:05:39.182 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78002024-08-03T04:05:41.014Z[ recovery-image] Aug 03 04:05:39.192 INFO O| Aug 03 04:05:39.192 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78012024-08-03T04:05:41.017Z[ recovery-image] Aug 03 04:05:39.193 INFO O| Aug 03 04:05:39.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78022024-08-03T04:05:41.017Z[ recovery-image] Aug 03 04:05:39.193 INFO O| Aug 03 04:05:39.193 INFO STEP 45 (ensure_dir) COMPLETE
78032024-08-03T04:05:41.017Z[ recovery-image] Aug 03 04:05:39.193 INFO O| Aug 03 04:05:39.193 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78042024-08-03T04:05:41.026Z[ recovery-image] Aug 03 04:05:39.205 INFO O| Aug 03 04:05:39.204 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78052024-08-03T04:05:41.026Z[ recovery-image] Aug 03 04:05:39.205 INFO O| Aug 03 04:05:39.204 INFO copying /tmp/.tmpozcuMR/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78062024-08-03T04:05:41.056Z[ recovery-image] Aug 03 04:05:39.234 INFO O| Aug 03 04:05:39.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78072024-08-03T04:05:41.056Z[ recovery-image] Aug 03 04:05:39.234 INFO O| Aug 03 04:05:39.234 INFO ok!
78082024-08-03T04:05:41.056Z[ recovery-image] Aug 03 04:05:39.234 INFO O| Aug 03 04:05:39.234 INFO STEP 46 (ensure_file) COMPLETE
78092024-08-03T04:05:41.059Z[ recovery-image] Aug 03 04:05:39.234 INFO O| Aug 03 04:05:39.234 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78102024-08-03T04:05:41.067Z[ recovery-image] Aug 03 04:05:39.245 INFO O| Aug 03 04:05:39.245 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78112024-08-03T04:05:41.070Z[ recovery-image] Aug 03 04:05:39.245 INFO O| Aug 03 04:05:39.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78122024-08-03T04:05:41.070Z[ recovery-image] Aug 03 04:05:39.245 INFO O| Aug 03 04:05:39.245 INFO STEP 47 (ensure_dir) COMPLETE
78132024-08-03T04:05:41.070Z[ recovery-image] Aug 03 04:05:39.245 INFO O| Aug 03 04:05:39.245 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78142024-08-03T04:05:41.077Z[ recovery-image] Aug 03 04:05:39.255 INFO O| Aug 03 04:05:39.255 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78152024-08-03T04:05:41.077Z[ recovery-image] Aug 03 04:05:39.255 INFO O| Aug 03 04:05:39.255 INFO copying /tmp/.tmpozcuMR/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78162024-08-03T04:05:41.077Z[ recovery-image] Aug 03 04:05:39.255 INFO O| Aug 03 04:05:39.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78172024-08-03T04:05:41.077Z[ recovery-image] Aug 03 04:05:39.255 INFO O| Aug 03 04:05:39.255 INFO ok!
78182024-08-03T04:05:41.077Z[ recovery-image] Aug 03 04:05:39.256 INFO O| Aug 03 04:05:39.255 INFO STEP 48 (ensure_file) COMPLETE
78192024-08-03T04:05:41.077Z[ recovery-image] Aug 03 04:05:39.256 INFO O| Aug 03 04:05:39.255 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78202024-08-03T04:05:41.088Z[ recovery-image] Aug 03 04:05:39.266 INFO O| Aug 03 04:05:39.266 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78212024-08-03T04:05:41.088Z[ recovery-image] Aug 03 04:05:39.266 INFO O| Aug 03 04:05:39.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78222024-08-03T04:05:41.091Z[ recovery-image] Aug 03 04:05:39.266 INFO O| Aug 03 04:05:39.266 INFO STEP 49 (ensure_dir) COMPLETE
78232024-08-03T04:05:41.091Z[ recovery-image] Aug 03 04:05:39.266 INFO O| Aug 03 04:05:39.266 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78242024-08-03T04:05:41.100Z[ recovery-image] Aug 03 04:05:39.278 INFO O| Aug 03 04:05:39.277 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78252024-08-03T04:05:41.100Z[ recovery-image] Aug 03 04:05:39.278 INFO O| Aug 03 04:05:39.278 INFO copying /tmp/.tmpozcuMR/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78262024-08-03T04:05:41.113Z[ recovery-image] Aug 03 04:05:39.291 INFO O| Aug 03 04:05:39.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78272024-08-03T04:05:41.113Z[ recovery-image] Aug 03 04:05:39.291 INFO O| Aug 03 04:05:39.291 INFO ok!
78282024-08-03T04:05:41.113Z[ recovery-image] Aug 03 04:05:39.291 INFO O| Aug 03 04:05:39.291 INFO STEP 50 (ensure_file) COMPLETE
78292024-08-03T04:05:41.117Z[ recovery-image] Aug 03 04:05:39.291 INFO O| Aug 03 04:05:39.291 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78302024-08-03T04:05:41.125Z[ recovery-image] Aug 03 04:05:39.303 INFO O| Aug 03 04:05:39.303 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78312024-08-03T04:05:41.125Z[ recovery-image] Aug 03 04:05:39.303 INFO O| Aug 03 04:05:39.303 INFO copying /tmp/.tmpozcuMR/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78322024-08-03T04:05:41.627Z[ recovery-image] Aug 03 04:05:39.804 INFO O| Aug 03 04:05:39.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78332024-08-03T04:05:41.627Z[ recovery-image] Aug 03 04:05:39.804 INFO O| Aug 03 04:05:39.804 INFO ok!
78342024-08-03T04:05:41.634Z[ recovery-image] Aug 03 04:05:39.804 INFO O| Aug 03 04:05:39.804 INFO STEP 51 (ensure_file) COMPLETE
78352024-08-03T04:05:41.634Z[ recovery-image] Aug 03 04:05:39.804 INFO O| Aug 03 04:05:39.804 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78362024-08-03T04:05:41.638Z[ recovery-image] Aug 03 04:05:39.816 INFO O| Aug 03 04:05:39.816 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78372024-08-03T04:05:41.641Z[ recovery-image] Aug 03 04:05:39.816 INFO O| Aug 03 04:05:39.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78382024-08-03T04:05:41.641Z[ recovery-image] Aug 03 04:05:39.816 INFO O| Aug 03 04:05:39.816 INFO STEP 52 (ensure_dir) COMPLETE
78392024-08-03T04:05:41.641Z[ recovery-image] Aug 03 04:05:39.816 INFO O| Aug 03 04:05:39.816 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78402024-08-03T04:05:41.651Z[ recovery-image] Aug 03 04:05:39.829 INFO O| Aug 03 04:05:39.829 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78412024-08-03T04:05:41.651Z[ recovery-image] Aug 03 04:05:39.829 INFO O| Aug 03 04:05:39.829 INFO copying /tmp/.tmpozcuMR/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 ...
78422024-08-03T04:05:41.654Z[ recovery-image] Aug 03 04:05:39.829 INFO O| Aug 03 04:05:39.829 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
78432024-08-03T04:05:41.654Z[ recovery-image] Aug 03 04:05:39.829 INFO O| Aug 03 04:05:39.829 INFO ok!
78442024-08-03T04:05:41.654Z[ recovery-image] Aug 03 04:05:39.829 INFO O| Aug 03 04:05:39.829 INFO STEP 53 (ensure_file) COMPLETE
78452024-08-03T04:05:41.654Z[ recovery-image] Aug 03 04:05:39.829 INFO O| Aug 03 04:05:39.829 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78462024-08-03T04:05:41.661Z[ recovery-image] Aug 03 04:05:39.839 INFO O| Aug 03 04:05:39.839 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78472024-08-03T04:05:41.661Z[ recovery-image] Aug 03 04:05:39.839 INFO O| Aug 03 04:05:39.839 INFO copying /tmp/.tmpozcuMR/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 ...
78482024-08-03T04:05:41.664Z[ recovery-image] Aug 03 04:05:39.839 INFO O| Aug 03 04:05:39.839 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
78492024-08-03T04:05:41.664Z[ recovery-image] Aug 03 04:05:39.839 INFO O| Aug 03 04:05:39.839 INFO ok!
78502024-08-03T04:05:41.664Z[ recovery-image] Aug 03 04:05:39.840 INFO O| Aug 03 04:05:39.839 INFO STEP 54 (ensure_file) COMPLETE
78512024-08-03T04:05:41.664Z[ recovery-image] Aug 03 04:05:39.840 INFO O| Aug 03 04:05:39.839 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78522024-08-03T04:05:41.671Z[ recovery-image] Aug 03 04:05:39.849 INFO O| Aug 03 04:05:39.849 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78532024-08-03T04:05:41.674Z[ recovery-image] Aug 03 04:05:39.849 INFO O| Aug 03 04:05:39.849 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78542024-08-03T04:05:41.674Z[ recovery-image] Aug 03 04:05:39.849 INFO O| Aug 03 04:05:39.849 INFO STEP 55 (ensure_dir) COMPLETE
78552024-08-03T04:05:41.674Z[ recovery-image] Aug 03 04:05:39.849 INFO O| Aug 03 04:05:39.849 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78562024-08-03T04:05:41.681Z[ recovery-image] Aug 03 04:05:39.860 INFO O| Aug 03 04:05:39.859 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78572024-08-03T04:05:41.684Z[ recovery-image] Aug 03 04:05:39.860 INFO O| Aug 03 04:05:39.860 INFO copying /tmp/.tmpozcuMR/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 ...
78582024-08-03T04:05:41.684Z[ recovery-image] Aug 03 04:05:39.860 INFO O| Aug 03 04:05:39.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78592024-08-03T04:05:41.684Z[ recovery-image] Aug 03 04:05:39.860 INFO O| Aug 03 04:05:39.860 INFO ok!
78602024-08-03T04:05:41.684Z[ recovery-image] Aug 03 04:05:39.860 INFO O| Aug 03 04:05:39.860 INFO STEP 56 (ensure_file) COMPLETE
78612024-08-03T04:05:41.684Z[ recovery-image] Aug 03 04:05:39.860 INFO O| Aug 03 04:05:39.860 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78622024-08-03T04:05:41.692Z[ recovery-image] Aug 03 04:05:39.870 INFO O| Aug 03 04:05:39.870 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78632024-08-03T04:05:41.696Z[ recovery-image] Aug 03 04:05:39.870 INFO O| Aug 03 04:05:39.870 INFO copying /tmp/.tmpozcuMR/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 ...
78642024-08-03T04:05:41.696Z[ recovery-image] Aug 03 04:05:39.870 INFO O| Aug 03 04:05:39.870 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
78652024-08-03T04:05:41.696Z[ recovery-image] Aug 03 04:05:39.870 INFO O| Aug 03 04:05:39.870 INFO ok!
78662024-08-03T04:05:41.696Z[ recovery-image] Aug 03 04:05:39.870 INFO O| Aug 03 04:05:39.870 INFO STEP 57 (ensure_file) COMPLETE
78672024-08-03T04:05:41.696Z[ recovery-image] Aug 03 04:05:39.870 INFO O| Aug 03 04:05:39.870 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78682024-08-03T04:05:41.702Z[ recovery-image] Aug 03 04:05:39.880 INFO O| Aug 03 04:05:39.880 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78692024-08-03T04:05:41.702Z[ recovery-image] Aug 03 04:05:39.880 INFO O| Aug 03 04:05:39.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78702024-08-03T04:05:41.705Z[ recovery-image] Aug 03 04:05:39.880 INFO O| Aug 03 04:05:39.880 INFO STEP 58 (ensure_dir) COMPLETE
78712024-08-03T04:05:41.705Z[ recovery-image] Aug 03 04:05:39.880 INFO O| Aug 03 04:05:39.880 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78722024-08-03T04:05:41.713Z[ recovery-image] Aug 03 04:05:39.891 INFO O| Aug 03 04:05:39.891 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78732024-08-03T04:05:41.713Z[ recovery-image] Aug 03 04:05:39.891 INFO O| Aug 03 04:05:39.891 INFO copying /tmp/.tmpozcuMR/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 ...
78742024-08-03T04:05:41.718Z[ recovery-image] Aug 03 04:05:39.891 INFO O| Aug 03 04:05:39.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78752024-08-03T04:05:41.718Z[ recovery-image] Aug 03 04:05:39.891 INFO O| Aug 03 04:05:39.891 INFO ok!
78762024-08-03T04:05:41.718Z[ recovery-image] Aug 03 04:05:39.891 INFO O| Aug 03 04:05:39.891 INFO STEP 59 (ensure_file) COMPLETE
78772024-08-03T04:05:41.718Z[ recovery-image] Aug 03 04:05:39.891 INFO O| Aug 03 04:05:39.891 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78782024-08-03T04:05:41.725Z[ recovery-image] Aug 03 04:05:39.901 INFO O| Aug 03 04:05:39.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78792024-08-03T04:05:41.726Z[ recovery-image] Aug 03 04:05:39.901 INFO O| Aug 03 04:05:39.901 INFO copying /tmp/.tmpozcuMR/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78802024-08-03T04:05:41.726Z[ recovery-image] Aug 03 04:05:39.901 INFO O| Aug 03 04:05:39.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78812024-08-03T04:05:41.726Z[ recovery-image] Aug 03 04:05:39.901 INFO O| Aug 03 04:05:39.901 INFO ok!
78822024-08-03T04:05:41.726Z[ recovery-image] Aug 03 04:05:39.901 INFO O| Aug 03 04:05:39.901 INFO STEP 60 (ensure_file) COMPLETE
78832024-08-03T04:05:41.726Z[ recovery-image] Aug 03 04:05:39.901 INFO O| Aug 03 04:05:39.901 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78842024-08-03T04:05:41.733Z[ recovery-image] Aug 03 04:05:39.911 INFO O| Aug 03 04:05:39.911 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78852024-08-03T04:05:41.736Z[ recovery-image] Aug 03 04:05:39.911 INFO O| Aug 03 04:05:39.911 INFO STEP 61 (ensure_dir) COMPLETE
78862024-08-03T04:05:41.736Z[ recovery-image] Aug 03 04:05:39.911 INFO O| Aug 03 04:05:39.911 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78872024-08-03T04:05:41.743Z[ recovery-image] Aug 03 04:05:39.921 INFO O| Aug 03 04:05:39.921 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78882024-08-03T04:05:41.743Z[ recovery-image] Aug 03 04:05:39.922 INFO O| Aug 03 04:05:39.921 INFO STEP 62 (ensure_dir) COMPLETE
78892024-08-03T04:05:41.746Z[ recovery-image] Aug 03 04:05:39.922 INFO O| Aug 03 04:05:39.921 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78902024-08-03T04:05:41.753Z[ recovery-image] Aug 03 04:05:39.931 INFO O| Aug 03 04:05:39.931 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78912024-08-03T04:05:41.753Z[ recovery-image] Aug 03 04:05:39.931 INFO O| Aug 03 04:05:39.931 INFO STEP 63 (ensure_dir) COMPLETE
78922024-08-03T04:05:41.753Z[ recovery-image] Aug 03 04:05:39.931 INFO O| Aug 03 04:05:39.931 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78932024-08-03T04:05:41.763Z[ recovery-image] Aug 03 04:05:39.941 INFO O| Aug 03 04:05:39.941 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78942024-08-03T04:05:41.763Z[ recovery-image] Aug 03 04:05:39.941 INFO O| Aug 03 04:05:39.941 INFO STEP 64 (ensure_dir) COMPLETE
78952024-08-03T04:05:41.763Z[ recovery-image] Aug 03 04:05:39.941 INFO O| Aug 03 04:05:39.941 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78962024-08-03T04:05:41.773Z[ recovery-image] Aug 03 04:05:39.950 INFO O| Aug 03 04:05:39.950 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78972024-08-03T04:05:41.773Z[ recovery-image] Aug 03 04:05:39.951 INFO O| Aug 03 04:05:39.950 INFO copying /tmp/.tmpozcuMR/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78982024-08-03T04:05:41.776Z[ recovery-image] Aug 03 04:05:39.951 INFO O| Aug 03 04:05:39.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78992024-08-03T04:05:41.776Z[ recovery-image] Aug 03 04:05:39.951 INFO O| Aug 03 04:05:39.951 INFO ok!
79002024-08-03T04:05:41.776Z[ recovery-image] Aug 03 04:05:39.951 INFO O| Aug 03 04:05:39.951 INFO STEP 65 (ensure_file) COMPLETE
79012024-08-03T04:05:41.776Z[ recovery-image] Aug 03 04:05:39.951 INFO O| Aug 03 04:05:39.951 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79022024-08-03T04:05:41.783Z[ recovery-image] Aug 03 04:05:39.961 INFO O| Aug 03 04:05:39.961 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79032024-08-03T04:05:41.789Z[ recovery-image] Aug 03 04:05:39.961 INFO O| Aug 03 04:05:39.961 INFO STEP 66 (remove_files) COMPLETE
79042024-08-03T04:05:41.789Z[ recovery-image] Aug 03 04:05:39.961 INFO O| Aug 03 04:05:39.961 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79052024-08-03T04:05:41.794Z[ recovery-image] Aug 03 04:05:39.972 INFO O| Aug 03 04:05:39.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79062024-08-03T04:05:41.797Z[ recovery-image] Aug 03 04:05:39.972 INFO O| Aug 03 04:05:39.972 INFO STEP 67 (remove_files) COMPLETE
79072024-08-03T04:05:41.797Z[ recovery-image] Aug 03 04:05:39.972 INFO O| Aug 03 04:05:39.972 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79082024-08-03T04:05:41.804Z[ recovery-image] Aug 03 04:05:39.982 INFO O| Aug 03 04:05:39.982 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79092024-08-03T04:05:41.807Z[ recovery-image] Aug 03 04:05:39.983 INFO O| Aug 03 04:05:39.983 INFO STEP 68 (remove_files) COMPLETE
79102024-08-03T04:05:41.807Z[ recovery-image] Aug 03 04:05:39.983 INFO O| Aug 03 04:05:39.983 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79112024-08-03T04:05:41.815Z[ recovery-image] Aug 03 04:05:39.993 INFO O| Aug 03 04:05:39.993 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79122024-08-03T04:05:41.818Z[ recovery-image] Aug 03 04:05:39.993 INFO O| Aug 03 04:05:39.993 INFO STEP 69 (remove_files) COMPLETE
79132024-08-03T04:05:41.818Z[ recovery-image] Aug 03 04:05:39.993 INFO O| Aug 03 04:05:39.993 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79142024-08-03T04:05:41.825Z[ recovery-image] Aug 03 04:05:40.003 INFO O| Aug 03 04:05:40.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79152024-08-03T04:05:41.828Z[ recovery-image] Aug 03 04:05:40.004 INFO O| Aug 03 04:05:40.004 INFO STEP 70 (remove_files) COMPLETE
79162024-08-03T04:05:41.828Z[ recovery-image] Aug 03 04:05:40.004 INFO O| Aug 03 04:05:40.004 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79172024-08-03T04:05:41.836Z[ recovery-image] Aug 03 04:05:40.014 INFO O| Aug 03 04:05:40.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79182024-08-03T04:05:41.839Z[ recovery-image] Aug 03 04:05:40.014 INFO O| Aug 03 04:05:40.014 INFO STEP 71 (remove_files) COMPLETE
79192024-08-03T04:05:41.839Z[ recovery-image] Aug 03 04:05:40.014 INFO O| Aug 03 04:05:40.014 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79202024-08-03T04:05:41.846Z[ recovery-image] Aug 03 04:05:40.024 INFO O| Aug 03 04:05:40.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79212024-08-03T04:05:41.846Z[ recovery-image] Aug 03 04:05:40.024 INFO O| Aug 03 04:05:40.024 INFO STEP 72 (remove_files) COMPLETE
79222024-08-03T04:05:41.849Z[ recovery-image] Aug 03 04:05:40.024 INFO O| Aug 03 04:05:40.024 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79232024-08-03T04:05:41.856Z[ recovery-image] Aug 03 04:05:40.034 INFO O| Aug 03 04:05:40.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79242024-08-03T04:05:41.857Z[ recovery-image] Aug 03 04:05:40.034 INFO O| Aug 03 04:05:40.034 INFO STEP 73 (remove_files) COMPLETE
79252024-08-03T04:05:41.860Z[ recovery-image] Aug 03 04:05:40.034 INFO O| Aug 03 04:05:40.034 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79262024-08-03T04:05:41.867Z[ recovery-image] Aug 03 04:05:40.044 INFO O| Aug 03 04:05:40.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79272024-08-03T04:05:41.867Z[ recovery-image] Aug 03 04:05:40.044 INFO O| Aug 03 04:05:40.044 INFO STEP 74 (remove_files) COMPLETE
79282024-08-03T04:05:41.867Z[ recovery-image] Aug 03 04:05:40.044 INFO O| Aug 03 04:05:40.044 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79292024-08-03T04:05:41.881Z[ recovery-image] Aug 03 04:05:40.054 INFO O| Aug 03 04:05:40.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79302024-08-03T04:05:41.893Z[ recovery-image] Aug 03 04:05:40.054 INFO O| Aug 03 04:05:40.054 INFO STEP 75 (remove_files) COMPLETE
79312024-08-03T04:05:41.893Z[ recovery-image] Aug 03 04:05:40.054 INFO O| Aug 03 04:05:40.054 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79322024-08-03T04:05:41.893Z[ recovery-image] Aug 03 04:05:40.064 INFO O| Aug 03 04:05:40.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79332024-08-03T04:05:41.893Z[ recovery-image] Aug 03 04:05:40.064 INFO O| Aug 03 04:05:40.064 INFO STEP 76 (remove_files) COMPLETE
79342024-08-03T04:05:41.893Z[ recovery-image] Aug 03 04:05:40.064 INFO O| Aug 03 04:05:40.064 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79352024-08-03T04:05:41.904Z[ recovery-image] Aug 03 04:05:40.074 INFO O| Aug 03 04:05:40.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79362024-08-03T04:05:41.904Z[ recovery-image] Aug 03 04:05:40.074 INFO O| Aug 03 04:05:40.074 INFO STEP 77 (remove_files) COMPLETE
79372024-08-03T04:05:41.904Z[ recovery-image] Aug 03 04:05:40.074 INFO O| Aug 03 04:05:40.074 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79382024-08-03T04:05:41.907Z[ recovery-image] Aug 03 04:05:40.083 INFO O| Aug 03 04:05:40.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79392024-08-03T04:05:41.907Z[ recovery-image] Aug 03 04:05:40.083 INFO O| Aug 03 04:05:40.083 INFO STEP 78 (remove_files) COMPLETE
79402024-08-03T04:05:41.907Z[ recovery-image] Aug 03 04:05:40.083 INFO O| Aug 03 04:05:40.083 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79412024-08-03T04:05:41.920Z[ recovery-image] Aug 03 04:05:40.093 INFO O| Aug 03 04:05:40.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79422024-08-03T04:05:41.920Z[ recovery-image] Aug 03 04:05:40.093 INFO O| Aug 03 04:05:40.093 INFO STEP 79 (remove_files) COMPLETE
79432024-08-03T04:05:41.920Z[ recovery-image] Aug 03 04:05:40.093 INFO O| Aug 03 04:05:40.093 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79442024-08-03T04:05:41.925Z[ recovery-image] Aug 03 04:05:40.103 INFO O| Aug 03 04:05:40.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79452024-08-03T04:05:41.928Z[ recovery-image] Aug 03 04:05:40.103 INFO O| Aug 03 04:05:40.103 INFO STEP 80 (remove_files) COMPLETE
79462024-08-03T04:05:41.928Z[ recovery-image] Aug 03 04:05:40.103 INFO O| Aug 03 04:05:40.103 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79472024-08-03T04:05:41.935Z[ recovery-image] Aug 03 04:05:40.113 INFO O| Aug 03 04:05:40.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79482024-08-03T04:05:41.935Z[ recovery-image] Aug 03 04:05:40.113 INFO O| Aug 03 04:05:40.113 INFO STEP 81 (remove_files) COMPLETE
79492024-08-03T04:05:41.935Z[ recovery-image] Aug 03 04:05:40.113 INFO O| Aug 03 04:05:40.113 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79502024-08-03T04:05:41.944Z[ recovery-image] Aug 03 04:05:40.122 INFO O| Aug 03 04:05:40.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79512024-08-03T04:05:41.944Z[ recovery-image] Aug 03 04:05:40.122 INFO O| Aug 03 04:05:40.122 INFO STEP 82 (remove_files) COMPLETE
79522024-08-03T04:05:41.944Z[ recovery-image] Aug 03 04:05:40.122 INFO O| Aug 03 04:05:40.122 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79532024-08-03T04:05:41.954Z[ recovery-image] Aug 03 04:05:40.132 INFO O| Aug 03 04:05:40.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79542024-08-03T04:05:41.954Z[ recovery-image] Aug 03 04:05:40.132 INFO O| Aug 03 04:05:40.132 INFO STEP 83 (remove_files) COMPLETE
79552024-08-03T04:05:41.954Z[ recovery-image] Aug 03 04:05:40.132 INFO O| Aug 03 04:05:40.132 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79562024-08-03T04:05:41.963Z[ recovery-image] Aug 03 04:05:40.141 INFO O| Aug 03 04:05:40.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79572024-08-03T04:05:41.963Z[ recovery-image] Aug 03 04:05:40.141 INFO O| Aug 03 04:05:40.141 INFO STEP 84 (remove_files) COMPLETE
79582024-08-03T04:05:41.963Z[ recovery-image] Aug 03 04:05:40.141 INFO O| Aug 03 04:05:40.141 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79592024-08-03T04:05:41.973Z[ recovery-image] Aug 03 04:05:40.151 INFO O| Aug 03 04:05:40.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79602024-08-03T04:05:41.973Z[ recovery-image] Aug 03 04:05:40.151 INFO O| Aug 03 04:05:40.151 INFO STEP 85 (remove_files) COMPLETE
79612024-08-03T04:05:41.973Z[ recovery-image] Aug 03 04:05:40.151 INFO O| Aug 03 04:05:40.151 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79622024-08-03T04:05:41.982Z[ recovery-image] Aug 03 04:05:40.161 INFO O| Aug 03 04:05:40.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79632024-08-03T04:05:41.983Z[ recovery-image] Aug 03 04:05:40.161 INFO O| Aug 03 04:05:40.161 INFO STEP 86 (remove_files) COMPLETE
79642024-08-03T04:05:41.983Z[ recovery-image] Aug 03 04:05:40.161 INFO O| Aug 03 04:05:40.161 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79652024-08-03T04:05:41.992Z[ recovery-image] Aug 03 04:05:40.170 INFO O| Aug 03 04:05:40.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79662024-08-03T04:05:41.995Z[ recovery-image] Aug 03 04:05:40.170 INFO O| Aug 03 04:05:40.170 INFO STEP 87 (remove_files) COMPLETE
79672024-08-03T04:05:41.995Z[ recovery-image] Aug 03 04:05:40.170 INFO O| Aug 03 04:05:40.170 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79682024-08-03T04:05:42.003Z[ recovery-image] Aug 03 04:05:40.181 INFO O| Aug 03 04:05:40.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79692024-08-03T04:05:42.003Z[ recovery-image] Aug 03 04:05:40.181 INFO O| Aug 03 04:05:40.181 INFO STEP 88 (remove_files) COMPLETE
79702024-08-03T04:05:42.006Z[ recovery-image] Aug 03 04:05:40.181 INFO O| Aug 03 04:05:40.181 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79712024-08-03T04:05:42.012Z[ recovery-image] Aug 03 04:05:40.191 INFO O| Aug 03 04:05:40.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79722024-08-03T04:05:42.016Z[ recovery-image] Aug 03 04:05:40.191 INFO O| Aug 03 04:05:40.191 INFO STEP 89 (remove_files) COMPLETE
79732024-08-03T04:05:42.016Z[ recovery-image] Aug 03 04:05:40.191 INFO O| Aug 03 04:05:40.191 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79742024-08-03T04:05:42.022Z[ recovery-image] Aug 03 04:05:40.201 INFO O| Aug 03 04:05:40.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79752024-08-03T04:05:42.022Z[ recovery-image] Aug 03 04:05:40.201 INFO O| Aug 03 04:05:40.201 INFO STEP 90 (remove_files) COMPLETE
79762024-08-03T04:05:42.025Z[ recovery-image] Aug 03 04:05:40.201 INFO O| Aug 03 04:05:40.201 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79772024-08-03T04:05:42.034Z[ recovery-image] Aug 03 04:05:40.213 INFO O| Aug 03 04:05:40.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79782024-08-03T04:05:42.037Z[ recovery-image] Aug 03 04:05:40.213 INFO O| Aug 03 04:05:40.213 INFO STEP 91 (remove_files) COMPLETE
79792024-08-03T04:05:42.037Z[ recovery-image] Aug 03 04:05:40.213 INFO O| Aug 03 04:05:40.213 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79802024-08-03T04:05:42.045Z[ recovery-image] Aug 03 04:05:40.223 INFO O| Aug 03 04:05:40.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79812024-08-03T04:05:42.045Z[ recovery-image] Aug 03 04:05:40.223 INFO O| Aug 03 04:05:40.223 INFO STEP 92 (remove_files) COMPLETE
79822024-08-03T04:05:42.045Z[ recovery-image] Aug 03 04:05:40.223 INFO O| Aug 03 04:05:40.223 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79832024-08-03T04:05:42.054Z[ recovery-image] Aug 03 04:05:40.233 INFO O| Aug 03 04:05:40.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79842024-08-03T04:05:42.054Z[ recovery-image] Aug 03 04:05:40.233 INFO O| Aug 03 04:05:40.233 INFO STEP 93 (remove_files) COMPLETE
79852024-08-03T04:05:42.057Z[ recovery-image] Aug 03 04:05:40.233 INFO O| Aug 03 04:05:40.233 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79862024-08-03T04:05:42.064Z[ recovery-image] Aug 03 04:05:40.242 INFO O| Aug 03 04:05:40.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79872024-08-03T04:05:42.068Z[ recovery-image] Aug 03 04:05:40.242 INFO O| Aug 03 04:05:40.242 INFO STEP 94 (remove_files) COMPLETE
79882024-08-03T04:05:42.068Z[ recovery-image] Aug 03 04:05:40.242 INFO O| Aug 03 04:05:40.242 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79892024-08-03T04:05:42.079Z[ recovery-image] Aug 03 04:05:40.257 INFO O| Aug 03 04:05:40.256 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79902024-08-03T04:05:42.082Z[ recovery-image] Aug 03 04:05:40.257 INFO O| Aug 03 04:05:40.257 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
79912024-08-03T04:05:46.126Z[ recovery-image] Aug 03 04:05:44.303 INFO O| Aug 03 04:05:44.303 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
79922024-08-03T04:05:46.126Z[ recovery-image] Aug 03 04:05:44.303 INFO O| Aug 03 04:05:44.303 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79932024-08-03T04:05:46.144Z[ recovery-image] Aug 03 04:05:44.322 INFO O| Aug 03 04:05:44.322 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
79942024-08-03T04:05:46.262Z[ recovery-image] Aug 03 04:05:44.440 INFO O| Aug 03 04:05:44.439 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79952024-08-03T04:05:46.262Z[ recovery-image] Aug 03 04:05:44.440 INFO O| Aug 03 04:05:44.440 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 ...
79962024-08-03T04:05:46.265Z[ recovery-image] Aug 03 04:05:44.442 INFO O| Aug 03 04:05:44.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79972024-08-03T04:05:46.265Z[ recovery-image] Aug 03 04:05:44.442 INFO O| Aug 03 04:05:44.442 INFO ok!
79982024-08-03T04:05:46.265Z[ recovery-image] Aug 03 04:05:44.442 INFO O| Aug 03 04:05:44.442 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
79992024-08-03T04:05:46.265Z[ recovery-image] Aug 03 04:05:44.442 INFO O| Aug 03 04:05:44.442 INFO STEP 95 (seed_smf) COMPLETE
80002024-08-03T04:05:46.266Z[ recovery-image] Aug 03 04:05:44.442 INFO O| Aug 03 04:05:44.442 INFO steps complete; finalising image!
80012024-08-03T04:05:46.266Z[ recovery-image] Aug 03 04:05:44.442 INFO O| Aug 03 04:05:44.442 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80022024-08-03T04:05:46.406Z[ recovery-image] Aug 03 04:05:44.579 INFO O| Aug 03 04:05:44.579 INFO trim TEMPORARY-gimlet-zfs-recovery: (13% trimmed, started at Sat Aug 3 04:05:44 2024)
80032024-08-03T04:05:46.608Z[ recovery-image] Aug 03 04:05:44.786 INFO O| Aug 03 04:05:44.786 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Sat Aug 3 04:05:44 2024)
80042024-08-03T04:05:46.830Z[ recovery-image] Aug 03 04:05:45.008 INFO O| Aug 03 04:05:45.008 INFO temporary pool has 399M used, 1.36G avail, 1.00x compressratio
80052024-08-03T04:05:46.830Z[ recovery-image] Aug 03 04:05:45.008 INFO O| Aug 03 04:05:45.008 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80062024-08-03T04:05:47.032Z[ recovery-image] Aug 03 04:05:45.209 INFO O| Aug 03 04:05:45.209 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
80072024-08-03T04:05:47.032Z[ recovery-image] Aug 03 04:05:45.209 INFO O| Aug 03 04:05:45.209 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80082024-08-03T04:05:50.042Z[ recovery-image] Aug 03 04:05:48.219 INFO O| Aug 03 04:05:48.219 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80092024-08-03T04:05:50.042Z[ recovery-image] Aug 03 04:05:48.219 INFO O| Aug 03 04:05:48.219 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80102024-08-03T04:05:50.045Z[ recovery-image] Aug 03 04:05:48.219 INFO O| Aug 03 04:05:48.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80112024-08-03T04:05:50.045Z[ recovery-image] Aug 03 04:05:48.219 INFO O| Aug 03 04:05:48.219 INFO completed processing gimlet/zfs-recovery
80122024-08-03T04:05:50.045Z[ recovery-image] Aug 03 04:05:48.219 INFO O| Aug 03 04:05:48.219 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80132024-08-03T04:05:50.401Z[ recovery-image] Aug 03 04:05:48.578 INFO O| Aug 03 04:05:48.578 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80142024-08-03T04:05:50.476Z[ recovery-image] Aug 03 04:05:48.653 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n"
80152024-08-03T04:05:50.476Z[ recovery-image] Aug 03 04:05:48.653 INFO expanded image name: "recovery 602f194/${os_short_commit} 2024-08-03 03:41" -> "recovery 602f194/795571e 2024-08-03 03:41"
80162024-08-03T04:05:50.479Z[ recovery-image] Aug 03 04:05:48.653 INFO output artefacts stored in: "/work/os-recovery"
80172024-08-03T04:05:50.479Z[ recovery-image] Aug 03 04:05:48.654 INFO collecting git info from project "image-builder"...
80182024-08-03T04:05:50.484Z[ recovery-image] Aug 03 04:05:48.661 INFO collecting git info from project "pinprick"...
80192024-08-03T04:05:50.489Z[ recovery-image] Aug 03 04:05:48.667 INFO collecting git info from project "phbl"...
80202024-08-03T04:05:50.497Z[ recovery-image] Aug 03 04:05:48.675 INFO collecting git info from project "chelsio-t6-roms"...
80212024-08-03T04:05:50.518Z[ recovery-image] Aug 03 04:05:48.696 INFO collecting git info from project "bootserver"...
80222024-08-03T04:05:50.524Z[ recovery-image] Aug 03 04:05:48.701 INFO collecting git info from project "amd-host-image-builder"...
80232024-08-03T04:05:50.759Z[ recovery-image] Aug 03 04:05:48.937 INFO collecting git info from project "amd-firmware"...
80242024-08-03T04:05:50.981Z[ recovery-image] Aug 03 04:05:49.158 INFO collecting git info from project "pilot"...
80252024-08-03T04:05:50.992Z[ recovery-image] Aug 03 04:05:49.170 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80262024-08-03T04:05:51.343Z[ recovery-image] Aug 03 04:05:49.521 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80272024-08-03T04:05:51.689Z[ recovery-image] Aug 03 04:05:49.866 INFO creating Oxide boot image...
80282024-08-03T04:05:51.689Z[ recovery-image] Aug 03 04:05:49.866 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 602f194/795571e 2024-08-03 03:41", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80292024-08-03T04:06:25.774Z[ host-image] Aug 03 04:06:23.949 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22799:20240802T172305Z
80302024-08-03T04:06:25.774Z[ host-image] Aug 03 04:06:23.949 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22799:20240802T172305Z
80312024-08-03T04:06:25.777Z[ host-image] Aug 03 04:06:23.950 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80322024-08-03T04:06:25.777Z[ host-image] Aug 03 04:06:23.950 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80332024-08-03T04:06:25.777Z[ host-image] Aug 03 04:06:23.950 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80342024-08-03T04:06:25.777Z[ host-image] Aug 03 04:06:23.950 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80352024-08-03T04:06:25.777Z[ host-image] Aug 03 04:06:23.951 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80362024-08-03T04:06:25.777Z[ host-image] Aug 03 04:06:23.951 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80372024-08-03T04:06:25.777Z[ host-image] Aug 03 04:06:23.951 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80382024-08-03T04:06:25.777Z[ host-image] Aug 03 04:06:23.951 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80392024-08-03T04:06:25.778Z[ host-image] Aug 03 04:06:23.951 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22799:20240802T172305Z
80402024-08-03T04:06:25.780Z[ host-image] Aug 03 04:06:23.953 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22799:20240802T172306Z
80412024-08-03T04:06:25.780Z[ host-image] Aug 03 04:06:23.954 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22799:20240802T172306Z
80422024-08-03T04:06:25.780Z[ host-image] Aug 03 04:06:23.954 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22799:20240802T172306Z
80432024-08-03T04:06:25.780Z[ host-image] Aug 03 04:06:23.954 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80442024-08-03T04:06:25.780Z[ host-image] Aug 03 04:06:23.955 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22799:20240802T172306Z
80452024-08-03T04:06:25.780Z[ host-image] Aug 03 04:06:23.956 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22799:20240802T172306Z
80462024-08-03T04:06:25.780Z[ host-image] Aug 03 04:06:23.956 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22799:20240802T172306Z
80472024-08-03T04:06:25.781Z[ host-image] Aug 03 04:06:23.956 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22799:20240802T172307Z
80482024-08-03T04:06:25.783Z[ host-image] Aug 03 04:06:23.956 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22799:20240802T172307Z
80492024-08-03T04:06:25.783Z[ host-image] Aug 03 04:06:23.956 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22799:20240802T172308Z
80502024-08-03T04:06:25.783Z[ host-image] Aug 03 04:06:23.956 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22799:20240802T172308Z
80512024-08-03T04:06:25.783Z[ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22799:20240802T172308Z
80522024-08-03T04:06:25.783Z[ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22799:20240802T172309Z
80532024-08-03T04:06:25.783Z[ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22799:20240802T172310Z
80542024-08-03T04:06:25.783Z[ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22799:20240802T172310Z
80552024-08-03T04:06:25.783Z[ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22799:20240802T172311Z
80562024-08-03T04:06:25.783Z[ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22799:20240802T172312Z
80572024-08-03T04:06:25.783Z[ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
80582024-08-03T04:06:25.783Z[ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22799:20240802T172313Z
80592024-08-03T04:06:25.784Z[ host-image] Aug 03 04:06:23.958 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22799:20240802T172315Z
80602024-08-03T04:06:25.784Z[ host-image] Aug 03 04:06:23.958 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22799:20240802T172316Z
80612024-08-03T04:06:25.784Z[ host-image] Aug 03 04:06:23.958 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22799:20240802T172317Z
80622024-08-03T04:06:25.784Z[ host-image] Aug 03 04:06:23.959 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22799:20240802T172318Z
80632024-08-03T04:06:25.787Z[ host-image] Aug 03 04:06:23.959 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22799:20240802T172318Z
80642024-08-03T04:06:25.792Z[ host-image] Aug 03 04:06:23.968 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
80652024-08-03T04:06:25.795Z[ host-image] Aug 03 04:06:23.968 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22799:20240802T172318Z
80662024-08-03T04:06:25.795Z[ host-image] Aug 03 04:06:23.968 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
80672024-08-03T04:06:25.795Z[ host-image] Aug 03 04:06:23.968 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
80682024-08-03T04:06:25.796Z[ host-image] Aug 03 04:06:23.969 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
80692024-08-03T04:06:25.796Z[ host-image] Aug 03 04:06:23.969 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22799:20240802T172318Z
80702024-08-03T04:06:25.796Z[ host-image] Aug 03 04:06:23.969 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
80712024-08-03T04:06:25.796Z[ host-image] Aug 03 04:06:23.970 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
80722024-08-03T04:06:25.796Z[ host-image] Aug 03 04:06:23.971 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
80732024-08-03T04:06:25.798Z[ host-image] Aug 03 04:06:23.971 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
80742024-08-03T04:06:25.807Z[ host-image] Aug 03 04:06:23.983 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
80752024-08-03T04:06:25.808Z[ host-image] Aug 03 04:06:23.983 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
80762024-08-03T04:06:25.810Z[ host-image] Aug 03 04:06:23.983 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
80772024-08-03T04:06:25.810Z[ host-image] Aug 03 04:06:23.984 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
80782024-08-03T04:06:25.810Z[ host-image] Aug 03 04:06:23.985 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
80792024-08-03T04:06:25.810Z[ host-image] Aug 03 04:06:23.985 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
80802024-08-03T04:06:25.844Z[ host-image] Aug 03 04:06:24.020 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
80812024-08-03T04:06:25.847Z[ host-image] Aug 03 04:06:24.021 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
80822024-08-03T04:06:25.847Z[ host-image] Aug 03 04:06:24.021 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
80832024-08-03T04:06:25.847Z[ host-image] Aug 03 04:06:24.021 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22799:20240802T172320Z
80842024-08-03T04:06:25.847Z[ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22799:20240802T172326Z
80852024-08-03T04:06:25.847Z[ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
80862024-08-03T04:06:25.847Z[ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22799:20240802T172326Z
80872024-08-03T04:06:25.847Z[ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
80882024-08-03T04:06:25.847Z[ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
80892024-08-03T04:06:25.847Z[ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
80902024-08-03T04:06:25.848Z[ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22799:20240802T172326Z
80912024-08-03T04:06:25.848Z[ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
80922024-08-03T04:06:25.851Z[ host-image] Aug 03 04:06:24.027 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
80932024-08-03T04:06:25.854Z[ host-image] Aug 03 04:06:24.027 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
80942024-08-03T04:06:25.854Z[ host-image] Aug 03 04:06:24.027 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
80952024-08-03T04:06:25.854Z[ host-image] Aug 03 04:06:24.028 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22799:20240802T172327Z
80962024-08-03T04:06:25.854Z[ host-image] Aug 03 04:06:24.028 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
80972024-08-03T04:06:25.867Z[ host-image] Aug 03 04:06:24.042 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
80982024-08-03T04:06:25.869Z[ host-image] Aug 03 04:06:24.042 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22799:20240802T172327Z
80992024-08-03T04:06:25.869Z[ host-image] Aug 03 04:06:24.044 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22799:20240802T172327Z
81002024-08-03T04:06:25.872Z[ host-image] Aug 03 04:06:24.045 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22799:20240802T172327Z
81012024-08-03T04:06:25.872Z[ host-image] Aug 03 04:06:24.045 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81022024-08-03T04:06:25.872Z[ host-image] Aug 03 04:06:24.046 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22799:20240802T172329Z
81032024-08-03T04:06:25.872Z[ host-image] Aug 03 04:06:24.046 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22799:20240802T172329Z
81042024-08-03T04:06:25.872Z[ host-image] Aug 03 04:06:24.046 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22799:20240802T172329Z
81052024-08-03T04:06:25.872Z[ host-image] Aug 03 04:06:24.047 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22799:20240802T172329Z
81062024-08-03T04:06:25.875Z[ host-image] Aug 03 04:06:24.050 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81072024-08-03T04:06:25.875Z[ host-image] Aug 03 04:06:24.051 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22799:20240802T172330Z
81082024-08-03T04:06:25.878Z[ host-image] Aug 03 04:06:24.051 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22799:20240802T172331Z
81092024-08-03T04:06:25.878Z[ host-image] Aug 03 04:06:24.051 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81102024-08-03T04:06:25.878Z[ host-image] Aug 03 04:06:24.052 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22799:20240802T172331Z
81112024-08-03T04:06:25.878Z[ host-image] Aug 03 04:06:24.052 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22799:20240802T172331Z
81122024-08-03T04:06:25.878Z[ host-image] Aug 03 04:06:24.052 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22799:20240802T172331Z
81132024-08-03T04:06:25.878Z[ host-image] Aug 03 04:06:24.052 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22799:20240802T172331Z
81142024-08-03T04:06:25.886Z[ host-image] Aug 03 04:06:24.061 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22799:20240802T172331Z
81152024-08-03T04:06:25.889Z[ host-image] Aug 03 04:06:24.061 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81162024-08-03T04:06:25.889Z[ host-image] Aug 03 04:06:24.064 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22799:20240802T172332Z
81172024-08-03T04:06:25.891Z[ host-image] Aug 03 04:06:24.066 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22799:20240802T172332Z
81182024-08-03T04:06:25.891Z[ host-image] Aug 03 04:06:24.066 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22799:20240802T172332Z
81192024-08-03T04:06:25.891Z[ host-image] Aug 03 04:06:24.066 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22799:20240802T172332Z
81202024-08-03T04:06:25.891Z[ host-image] Aug 03 04:06:24.067 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22799:20240802T172332Z
81212024-08-03T04:06:25.891Z[ host-image] Aug 03 04:06:24.067 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22799:20240802T172333Z
81222024-08-03T04:06:25.901Z[ host-image] Aug 03 04:06:24.077 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22799:20240802T172334Z
81232024-08-03T04:06:25.904Z[ host-image] Aug 03 04:06:24.077 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22799:20240802T172333Z
81242024-08-03T04:06:25.904Z[ host-image] Aug 03 04:06:24.077 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22799:20240802T172333Z
81252024-08-03T04:06:25.904Z[ host-image] Aug 03 04:06:24.079 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22799:20240802T172333Z
81262024-08-03T04:06:25.904Z[ host-image] Aug 03 04:06:24.079 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22799:20240802T172334Z
81272024-08-03T04:06:25.925Z[ host-image] Aug 03 04:06:24.100 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22799:20240802T172337Z
81282024-08-03T04:06:25.925Z[ host-image] Aug 03 04:06:24.100 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22799:20240802T172334Z
81292024-08-03T04:06:25.928Z[ host-image] Aug 03 04:06:24.100 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22799:20240802T172334Z
81302024-08-03T04:06:25.928Z[ host-image] Aug 03 04:06:24.101 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81312024-08-03T04:06:25.928Z[ host-image] Aug 03 04:06:24.101 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81322024-08-03T04:06:25.954Z[ host-image] Aug 03 04:06:24.130 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22799:20240802T172334Z
81332024-08-03T04:06:25.957Z[ host-image] Aug 03 04:06:24.130 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81342024-08-03T04:06:25.957Z[ host-image] Aug 03 04:06:24.130 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22799:20240802T172335Z
81352024-08-03T04:06:25.957Z[ host-image] Aug 03 04:06:24.130 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22799:20240802T172335Z
81362024-08-03T04:06:25.957Z[ host-image] Aug 03 04:06:24.131 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22799:20240802T172335Z
81372024-08-03T04:06:25.957Z[ host-image] Aug 03 04:06:24.132 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81382024-08-03T04:06:25.957Z[ host-image] Aug 03 04:06:24.132 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81392024-08-03T04:06:25.957Z[ host-image] Aug 03 04:06:24.133 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22799:20240802T172336Z
81402024-08-03T04:06:25.960Z[ host-image] Aug 03 04:06:24.133 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22799:20240802T172336Z
81412024-08-03T04:06:25.960Z[ host-image] Aug 03 04:06:24.133 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22799:20240802T172336Z
81422024-08-03T04:06:25.960Z[ host-image] Aug 03 04:06:24.133 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22799:20240802T172336Z
81432024-08-03T04:06:25.960Z[ host-image] Aug 03 04:06:24.134 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22799:20240802T172337Z
81442024-08-03T04:06:25.960Z[ host-image] Aug 03 04:06:24.134 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22799:20240802T172337Z
81452024-08-03T04:06:25.965Z[ host-image] Aug 03 04:06:24.137 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81462024-08-03T04:06:25.965Z[ host-image] Aug 03 04:06:24.137 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22799:20240802T172337Z
81472024-08-03T04:06:25.965Z[ host-image] Aug 03 04:06:24.138 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22799:20240802T172337Z
81482024-08-03T04:06:25.965Z[ host-image] Aug 03 04:06:24.138 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22799:20240802T172337Z
81492024-08-03T04:06:25.968Z[ host-image] Aug 03 04:06:24.139 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22799:20240802T172339Z
81502024-08-03T04:06:25.968Z[ host-image] Aug 03 04:06:24.139 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22799:20240802T172338Z
81512024-08-03T04:06:25.968Z[ host-image] Aug 03 04:06:24.139 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22799:20240802T172338Z
81522024-08-03T04:06:25.968Z[ host-image] Aug 03 04:06:24.139 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
81532024-08-03T04:06:25.968Z[ host-image] Aug 03 04:06:24.139 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
81542024-08-03T04:06:25.969Z[ host-image] Aug 03 04:06:24.140 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22799:20240802T172340Z
81552024-08-03T04:06:25.969Z[ host-image] Aug 03 04:06:24.140 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22799:20240802T172341Z
81562024-08-03T04:06:25.969Z[ host-image] Aug 03 04:06:24.140 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
81572024-08-03T04:06:25.969Z[ host-image] Aug 03 04:06:24.140 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
81582024-08-03T04:06:25.969Z[ host-image] Aug 03 04:06:24.140 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
81592024-08-03T04:06:25.969Z[ host-image] Aug 03 04:06:24.141 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
81602024-08-03T04:06:25.969Z[ host-image] Aug 03 04:06:24.141 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
81612024-08-03T04:06:25.969Z[ host-image] Aug 03 04:06:24.141 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
81622024-08-03T04:06:25.969Z[ host-image] Aug 03 04:06:24.143 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z
81632024-08-03T04:06:25.969Z[ host-image] Aug 03 04:06:24.143 INFO O| tempdir @ "/tmp/.tmpoT6Yxh/tmp"
81642024-08-03T04:06:25.969Z[ host-image] Aug 03 04:06:24.143 INFO O| image root @ "/tmp/.tmpoT6Yxh/tmp/root"
81652024-08-03T04:06:25.969Z[ host-image] Aug 03 04:06:24.143 INFO O| creating image...
81662024-08-03T04:06:26.441Z[ host-image] Aug 03 04:06:24.616 INFO O| copying publishers...
81672024-08-03T04:06:31.949Z[ host-image] Aug 03 04:06:30.124 INFO O| adding properties...
81682024-08-03T04:06:32.926Z[ host-image] Aug 03 04:06:31.101 INFO O| installing packages...
81692024-08-03T04:06:44.985Z[ recovery-image] Aug 03 04:06:43.159 INFO O| ok, image written!
81702024-08-03T04:06:44.985Z[ recovery-image] Aug 03 04:06:43.159 INFO O| ok, boot_image_csum file written!
81712024-08-03T04:06:44.988Z[ recovery-image] Aug 03 04:06:43.162 INFO creating boot archive (CPIO)...
81722024-08-03T04:06:44.988Z[ recovery-image] Aug 03 04:06:43.162 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
81732024-08-03T04:06:44.995Z[ recovery-image] Aug 03 04:06:43.170 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81742024-08-03T04:06:44.995Z[ recovery-image] Aug 03 04:06:43.170 INFO E| + outfile=/work/os-recovery/cpio
81752024-08-03T04:06:44.995Z[ recovery-image] Aug 03 04:06:43.170 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
81762024-08-03T04:06:44.998Z[ recovery-image] Aug 03 04:06:43.172 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
81772024-08-03T04:06:44.998Z[ recovery-image] Aug 03 04:06:43.172 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
81782024-08-03T04:06:45.029Z[ recovery-image] Aug 03 04:06:43.203 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
81792024-08-03T04:06:45.029Z[ recovery-image] Aug 03 04:06:43.203 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
81802024-08-03T04:06:45.035Z[ recovery-image] Aug 03 04:06:43.210 INFO creating compressed cpio/unix for nanobl-rs...
81812024-08-03T04:06:45.038Z[ recovery-image] Aug 03 04:06:43.210 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
81822024-08-03T04:06:45.316Z[ recovery-image] Aug 03 04:06:43.490 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
81832024-08-03T04:06:48.828Z[ host-image] Aug 03 04:06:47.002 INFO O| seeding SMF database...
81842024-08-03T04:06:49.700Z[ recovery-image] Aug 03 04:06:47.873 INFO creating reset image...
81852024-08-03T04:06:49.700Z[ recovery-image] Aug 03 04:06:47.874 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
81862024-08-03T04:06:49.915Z[ recovery-image] Aug 03 04:06:48.089 INFO E| Updating crates.io index
81872024-08-03T04:06:50.033Z[ recovery-image] Aug 03 04:06:48.206 INFO E| Downloading crates ...
81882024-08-03T04:06:50.096Z[ recovery-image] Aug 03 04:06:48.270 INFO E| Downloaded anstyle v1.0.6
81892024-08-03T04:06:50.102Z[ recovery-image] Aug 03 04:06:48.276 INFO E| Downloaded clap_derive v4.5.3
81902024-08-03T04:06:50.106Z[ recovery-image] Aug 03 04:06:48.278 INFO E| Downloaded clap v4.5.3
81912024-08-03T04:06:50.112Z[ recovery-image] Aug 03 04:06:48.286 INFO E| Downloaded duct v0.13.7
81922024-08-03T04:06:50.115Z[ recovery-image] Aug 03 04:06:48.288 INFO E| Downloaded colorchoice v1.0.0
81932024-08-03T04:06:50.115Z[ recovery-image] Aug 03 04:06:48.289 INFO E| Downloaded shared_child v1.0.0
81942024-08-03T04:06:50.118Z[ recovery-image] Aug 03 04:06:48.290 INFO E| Downloaded anstyle-query v1.0.2
81952024-08-03T04:06:50.118Z[ recovery-image] Aug 03 04:06:48.291 INFO E| Downloaded strsim v0.11.0
81962024-08-03T04:06:50.118Z[ recovery-image] Aug 03 04:06:48.292 INFO E| Downloaded anstyle-parse v0.2.3
81972024-08-03T04:06:50.121Z[ recovery-image] Aug 03 04:06:48.294 INFO E| Downloaded os_pipe v1.1.5
81982024-08-03T04:06:50.124Z[ recovery-image] Aug 03 04:06:48.297 INFO E| Downloaded proc-macro2 v1.0.79
81992024-08-03T04:06:50.128Z[ recovery-image] Aug 03 04:06:48.302 INFO E| Downloaded anstream v0.6.13
82002024-08-03T04:06:50.143Z[ recovery-image] Aug 03 04:06:48.317 INFO E| Downloaded clap_builder v4.5.2
82012024-08-03T04:06:50.150Z[ recovery-image] Aug 03 04:06:48.324 INFO E| Downloaded syn v2.0.53
82022024-08-03T04:06:50.182Z[ recovery-image] Aug 03 04:06:48.356 INFO E| Downloaded libc v0.2.153
82032024-08-03T04:06:50.252Z[ recovery-image] Aug 03 04:06:48.425 INFO E| Compiling proc-macro2 v1.0.79
82042024-08-03T04:06:50.252Z[ recovery-image] Aug 03 04:06:48.425 INFO E| Compiling unicode-ident v1.0.12
82052024-08-03T04:06:50.252Z[ recovery-image] Aug 03 04:06:48.425 INFO E| Compiling libc v0.2.153
82062024-08-03T04:06:50.255Z[ recovery-image] Aug 03 04:06:48.426 INFO E| Compiling utf8parse v0.2.1
82072024-08-03T04:06:50.255Z[ recovery-image] Aug 03 04:06:48.426 INFO E| Compiling anstyle-query v1.0.2
82082024-08-03T04:06:50.255Z[ recovery-image] Aug 03 04:06:48.426 INFO E| Compiling colorchoice v1.0.0
82092024-08-03T04:06:50.255Z[ recovery-image] Aug 03 04:06:48.426 INFO E| Compiling anstyle v1.0.6
82102024-08-03T04:06:50.255Z[ recovery-image] Aug 03 04:06:48.426 INFO E| Compiling strsim v0.11.0
82112024-08-03T04:06:50.515Z[ recovery-image] Aug 03 04:06:48.689 INFO E| Compiling anstyle-parse v0.2.3
82122024-08-03T04:06:50.515Z[ recovery-image] Aug 03 04:06:48.689 INFO E| Compiling clap_lex v0.7.0
82132024-08-03T04:06:50.532Z[ recovery-image] Aug 03 04:06:48.706 INFO E| Compiling heck v0.5.0
82142024-08-03T04:06:50.621Z[ recovery-image] Aug 03 04:06:48.795 INFO E| Compiling once_cell v1.19.0
82152024-08-03T04:06:50.879Z[ recovery-image] Aug 03 04:06:49.053 INFO E| Compiling anstream v0.6.13
82162024-08-03T04:06:51.291Z[ recovery-image] Aug 03 04:06:49.465 INFO E| Compiling clap_builder v4.5.2
82172024-08-03T04:06:51.961Z[ recovery-image] Aug 03 04:06:50.135 INFO E| Compiling quote v1.0.35
82182024-08-03T04:06:52.034Z[ recovery-image] Aug 03 04:06:50.208 INFO E| Compiling os_pipe v1.1.5
82192024-08-03T04:06:52.034Z[ recovery-image] Aug 03 04:06:50.208 INFO E| Compiling shared_child v1.0.0
82202024-08-03T04:06:52.310Z[ recovery-image] Aug 03 04:06:50.484 INFO E| Compiling duct v0.13.7
82212024-08-03T04:06:52.380Z[ recovery-image] Aug 03 04:06:50.553 INFO E| Compiling syn v2.0.53
82222024-08-03T04:06:57.375Z[ recovery-image] Aug 03 04:06:55.548 INFO E| Compiling clap_derive v4.5.3
82232024-08-03T04:06:58.182Z[ host-image] Aug 03 04:06:56.355 INFO O| configuring SMF profile...
82242024-08-03T04:06:58.182Z[ host-image] Aug 03 04:06:56.355 INFO O| modifying shadow(5)...
82252024-08-03T04:06:58.185Z[ host-image] Aug 03 04:06:56.355 INFO O| loading user and group database...
82262024-08-03T04:06:58.185Z[ host-image] Aug 03 04:06:56.355 INFO O| assessing packaged files...
82272024-08-03T04:06:59.371Z[ recovery-image] Aug 03 04:06:57.544 INFO E| Compiling clap v4.5.3
82282024-08-03T04:06:59.423Z[ recovery-image] Aug 03 04:06:57.596 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82292024-08-03T04:07:00.527Z[ host-image] Aug 03 04:06:58.700 INFO O| creating archive...
82302024-08-03T04:07:00.545Z[ recovery-image] Aug 03 04:06:58.718 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s
82312024-08-03T04:07:00.553Z[ recovery-image] Aug 03 04:06:58.727 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82322024-08-03T04:07:00.561Z[ host-image] Aug 03 04:06:58.734 INFO O| missing from packaging:
82332024-08-03T04:07:00.561Z[ host-image] Aug 03 04:06:58.734 INFO O| "etc/.pwd.lock"
82342024-08-03T04:07:00.564Z[ host-image] Aug 03 04:06:58.734 INFO O| "etc/bash"
82352024-08-03T04:07:00.567Z[ host-image] Aug 03 04:06:58.740 INFO O| "etc/svc/profile/generic.xml"
82362024-08-03T04:07:00.567Z[ host-image] Aug 03 04:06:58.740 INFO O| "etc/svc/profile/inetd_services.xml"
82372024-08-03T04:07:00.567Z[ host-image] Aug 03 04:06:58.740 INFO O| "etc/svc/profile/name_service.xml"
82382024-08-03T04:07:00.567Z[ host-image] Aug 03 04:06:58.740 INFO O| "etc/svc/profile/platform.xml"
82392024-08-03T04:07:00.567Z[ host-image] Aug 03 04:06:58.740 INFO O| "etc/svc/profile/platform_omicron1.xml"
82402024-08-03T04:07:00.567Z[ host-image] Aug 03 04:06:58.740 INFO O| "etc/svc/repository.db"
82412024-08-03T04:07:00.575Z[ host-image] Aug 03 04:06:58.749 INFO O| "opt/ooce/share"
82422024-08-03T04:07:00.575Z[ host-image] Aug 03 04:06:58.749 INFO O| "opt/ooce/share/man"
82432024-08-03T04:07:00.578Z[ host-image] Aug 03 04:06:58.749 INFO O| "opt/ooce/share/man/man1"
82442024-08-03T04:07:00.585Z[ host-image] Aug 03 04:06:58.758 INFO O| finishing archive...
82452024-08-03T04:07:00.675Z[ recovery-image] Aug 03 04:06:58.848 INFO E| Updating crates.io index
82462024-08-03T04:07:00.839Z[ recovery-image] Aug 03 04:06:59.012 INFO E| Downloading crates ...
82472024-08-03T04:07:00.882Z[ recovery-image] Aug 03 04:06:59.055 INFO E| Downloaded cpio_reader v0.1.1
82482024-08-03T04:07:00.896Z[ recovery-image] Aug 03 04:06:59.069 INFO E| Downloaded seq-macro v0.3.5
82492024-08-03T04:07:00.899Z[ recovery-image] Aug 03 04:06:59.071 INFO E| Downloaded bit_field v0.10.2
82502024-08-03T04:07:00.912Z[ recovery-image] Aug 03 04:06:59.085 INFO E| Downloaded raw-cpuid v10.7.0
82512024-08-03T04:07:00.919Z[ recovery-image] Aug 03 04:06:59.092 INFO E| Downloaded goblin v0.8.0
82522024-08-03T04:07:01.013Z[ recovery-image] Aug 03 04:06:59.186 INFO E| Downloaded x86 v0.52.0
82532024-08-03T04:07:01.083Z[ recovery-image] Aug 03 04:06:59.255 INFO E| Updating crates.io index
82542024-08-03T04:07:01.137Z[ recovery-image] Aug 03 04:06:59.311 INFO E| Downloading crates ...
82552024-08-03T04:07:01.199Z[ recovery-image] Aug 03 04:06:59.372 INFO E| Downloaded compiler_builtins v0.1.108
82562024-08-03T04:07:01.210Z[ recovery-image] Aug 03 04:06:59.383 INFO E| Downloaded rustc-demangle v0.1.23
82572024-08-03T04:07:01.212Z[ recovery-image] Aug 03 04:06:59.384 INFO E| Downloaded allocator-api2 v0.2.16
82582024-08-03T04:07:01.269Z[ recovery-image] Aug 03 04:06:59.442 INFO E| Compiling compiler_builtins v0.1.108
82592024-08-03T04:07:01.269Z[ recovery-image] Aug 03 04:06:59.443 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)
82602024-08-03T04:07:01.272Z[ recovery-image] Aug 03 04:06:59.443 INFO E| Compiling proc-macro2 v1.0.79
82612024-08-03T04:07:01.272Z[ recovery-image] Aug 03 04:06:59.443 INFO E| Compiling unicode-ident v1.0.12
82622024-08-03T04:07:01.272Z[ recovery-image] Aug 03 04:06:59.443 INFO E| Compiling syn v1.0.109
82632024-08-03T04:07:01.272Z[ recovery-image] Aug 03 04:06:59.443 INFO E| Compiling x86 v0.52.0
82642024-08-03T04:07:01.272Z[ recovery-image] Aug 03 04:06:59.443 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
82652024-08-03T04:07:01.275Z[ recovery-image] Aug 03 04:06:59.448 INFO E| Compiling seq-macro v0.3.5
82662024-08-03T04:07:02.363Z[ recovery-image] Aug 03 04:07:00.536 INFO E| Compiling quote v1.0.35
82672024-08-03T04:07:02.670Z[ recovery-image] Aug 03 04:07:00.843 INFO E| Compiling syn v2.0.53
82682024-08-03T04:07:03.572Z[ host-image] Aug 03 04:07:01.745 INFO O| creating gzonly manifest...
82692024-08-03T04:07:03.585Z[ host-image] Aug 03 04:07:01.758 INFO O| ok
82702024-08-03T04:07:03.686Z[ host-image] Aug 03 04:07:01.859 INFO image builder template: ramdisk-02-trim...
82712024-08-03T04:07:03.686Z[ host-image] Aug 03 04:07:01.860 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/.tmpozcuMR/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
82722024-08-03T04:07:03.718Z[ host-image] Aug 03 04:07:01.891 INFO O| Aug 03 04:07:01.891 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82732024-08-03T04:07:03.724Z[ host-image] Aug 03 04:07:01.897 INFO O| Aug 03 04:07:01.897 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82742024-08-03T04:07:03.878Z[ host-image] Aug 03 04:07:02.051 INFO O| Aug 03 04:07:02.051 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82752024-08-03T04:07:03.985Z[ host-image] Aug 03 04:07:02.158 INFO O| Aug 03 04:07:02.158 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82762024-08-03T04:07:03.988Z[ host-image] Aug 03 04:07:02.158 INFO O| Aug 03 04:07:02.158 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
82772024-08-03T04:07:03.992Z[ host-image] Aug 03 04:07:02.165 INFO O| Aug 03 04:07:02.165 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
82782024-08-03T04:07:03.997Z[ host-image] Aug 03 04:07:02.170 INFO O| Aug 03 04:07:02.170 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82792024-08-03T04:07:04.003Z[ host-image] Aug 03 04:07:02.176 INFO O| Aug 03 04:07:02.176 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82802024-08-03T04:07:04.262Z[ host-image] Aug 03 04:07:02.435 INFO O| Aug 03 04:07:02.435 INFO rolled back to input snapshot; work may begin
82812024-08-03T04:07:04.262Z[ host-image] Aug 03 04:07:02.435 INFO O| Aug 03 04:07:02.435 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
82822024-08-03T04:07:04.268Z[ host-image] Aug 03 04:07:02.441 INFO O| Aug 03 04:07:02.441 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82832024-08-03T04:07:04.280Z[ host-image] Aug 03 04:07:02.453 INFO O| Aug 03 04:07:02.453 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
82842024-08-03T04:07:04.331Z[ host-image] Aug 03 04:07:02.504 INFO O| Aug 03 04:07:02.504 INFO STEP 0 (remove_files) COMPLETE
82852024-08-03T04:07:04.331Z[ host-image] Aug 03 04:07:02.504 INFO O| Aug 03 04:07:02.504 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82862024-08-03T04:07:04.345Z[ host-image] Aug 03 04:07:02.518 INFO O| Aug 03 04:07:02.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
82872024-08-03T04:07:04.348Z[ host-image] Aug 03 04:07:02.520 INFO O| Aug 03 04:07:02.520 INFO STEP 1 (remove_files) COMPLETE
82882024-08-03T04:07:04.348Z[ host-image] Aug 03 04:07:02.520 INFO O| Aug 03 04:07:02.520 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82892024-08-03T04:07:04.360Z[ host-image] Aug 03 04:07:02.533 INFO O| Aug 03 04:07:02.533 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
82902024-08-03T04:07:04.373Z[ host-image] Aug 03 04:07:02.546 INFO O| Aug 03 04:07:02.546 INFO STEP 2 (remove_files) COMPLETE
82912024-08-03T04:07:04.373Z[ host-image] Aug 03 04:07:02.546 INFO O| Aug 03 04:07:02.546 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82922024-08-03T04:07:04.387Z[ host-image] Aug 03 04:07:02.560 INFO O| Aug 03 04:07:02.560 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
82932024-08-03T04:07:04.390Z[ host-image] Aug 03 04:07:02.562 INFO O| Aug 03 04:07:02.562 INFO STEP 3 (remove_files) COMPLETE
82942024-08-03T04:07:04.390Z[ host-image] Aug 03 04:07:02.562 INFO O| Aug 03 04:07:02.562 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82952024-08-03T04:07:04.402Z[ host-image] Aug 03 04:07:02.575 INFO O| Aug 03 04:07:02.575 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
82962024-08-03T04:07:04.407Z[ host-image] Aug 03 04:07:02.579 INFO O| Aug 03 04:07:02.579 INFO STEP 4 (remove_files) COMPLETE
82972024-08-03T04:07:04.407Z[ host-image] Aug 03 04:07:02.579 INFO O| Aug 03 04:07:02.579 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82982024-08-03T04:07:04.420Z[ host-image] Aug 03 04:07:02.593 INFO O| Aug 03 04:07:02.593 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
82992024-08-03T04:07:04.423Z[ host-image] Aug 03 04:07:02.596 INFO O| Aug 03 04:07:02.596 INFO STEP 5 (remove_files) COMPLETE
83002024-08-03T04:07:04.424Z[ host-image] Aug 03 04:07:02.596 INFO O| Aug 03 04:07:02.596 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83012024-08-03T04:07:04.436Z[ host-image] Aug 03 04:07:02.609 INFO O| Aug 03 04:07:02.609 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83022024-08-03T04:07:04.448Z[ host-image] Aug 03 04:07:02.621 INFO O| Aug 03 04:07:02.621 INFO STEP 6 (remove_files) COMPLETE
83032024-08-03T04:07:04.448Z[ host-image] Aug 03 04:07:02.621 INFO O| Aug 03 04:07:02.621 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83042024-08-03T04:07:04.463Z[ host-image] Aug 03 04:07:02.636 INFO O| Aug 03 04:07:02.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83052024-08-03T04:07:04.476Z[ host-image] Aug 03 04:07:02.649 INFO O| Aug 03 04:07:02.649 INFO STEP 7 (remove_files) COMPLETE
83062024-08-03T04:07:04.480Z[ host-image] Aug 03 04:07:02.649 INFO O| Aug 03 04:07:02.649 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83072024-08-03T04:07:04.493Z[ host-image] Aug 03 04:07:02.665 INFO O| Aug 03 04:07:02.665 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83082024-08-03T04:07:04.576Z[ host-image] Aug 03 04:07:02.749 INFO O| Aug 03 04:07:02.749 INFO STEP 8 (remove_files) COMPLETE
83092024-08-03T04:07:04.576Z[ host-image] Aug 03 04:07:02.749 INFO O| Aug 03 04:07:02.749 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83102024-08-03T04:07:04.592Z[ host-image] Aug 03 04:07:02.765 INFO O| Aug 03 04:07:02.765 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83112024-08-03T04:07:04.680Z[ host-image] Aug 03 04:07:02.853 INFO O| Aug 03 04:07:02.853 INFO STEP 9 (remove_files) COMPLETE
83122024-08-03T04:07:04.680Z[ host-image] Aug 03 04:07:02.853 INFO O| Aug 03 04:07:02.853 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83132024-08-03T04:07:04.696Z[ host-image] Aug 03 04:07:02.869 INFO O| Aug 03 04:07:02.869 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83142024-08-03T04:07:04.702Z[ host-image] Aug 03 04:07:02.875 INFO O| Aug 03 04:07:02.875 INFO STEP 10 (remove_files) COMPLETE
83152024-08-03T04:07:04.702Z[ host-image] Aug 03 04:07:02.875 INFO O| Aug 03 04:07:02.875 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83162024-08-03T04:07:04.717Z[ host-image] Aug 03 04:07:02.890 INFO O| Aug 03 04:07:02.890 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83172024-08-03T04:07:04.721Z[ host-image] Aug 03 04:07:02.892 INFO O| Aug 03 04:07:02.892 INFO STEP 11 (remove_files) COMPLETE
83182024-08-03T04:07:04.721Z[ host-image] Aug 03 04:07:02.892 INFO O| Aug 03 04:07:02.892 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83192024-08-03T04:07:04.735Z[ host-image] Aug 03 04:07:02.907 INFO O| Aug 03 04:07:02.907 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83202024-08-03T04:07:04.738Z[ host-image] Aug 03 04:07:02.910 INFO O| Aug 03 04:07:02.910 INFO STEP 12 (remove_files) COMPLETE
83212024-08-03T04:07:04.738Z[ host-image] Aug 03 04:07:02.910 INFO O| Aug 03 04:07:02.910 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83222024-08-03T04:07:04.779Z[ host-image] Aug 03 04:07:02.952 INFO O| Aug 03 04:07:02.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83232024-08-03T04:07:04.782Z[ host-image] Aug 03 04:07:02.953 INFO O| Aug 03 04:07:02.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83242024-08-03T04:07:04.782Z[ host-image] Aug 03 04:07:02.953 INFO O| Aug 03 04:07:02.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83252024-08-03T04:07:04.782Z[ host-image] Aug 03 04:07:02.954 INFO O| Aug 03 04:07:02.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83262024-08-03T04:07:04.782Z[ host-image] Aug 03 04:07:02.954 INFO O| Aug 03 04:07:02.954 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83272024-08-03T04:07:04.782Z[ host-image] Aug 03 04:07:02.954 INFO O| Aug 03 04:07:02.954 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83282024-08-03T04:07:04.782Z[ host-image] Aug 03 04:07:02.954 INFO O| Aug 03 04:07:02.954 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83292024-08-03T04:07:04.782Z[ host-image] Aug 03 04:07:02.955 INFO O| Aug 03 04:07:02.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83302024-08-03T04:07:04.782Z[ host-image] Aug 03 04:07:02.955 INFO O| Aug 03 04:07:02.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83312024-08-03T04:07:04.792Z[ host-image] Aug 03 04:07:02.956 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83322024-08-03T04:07:04.792Z[ host-image] Aug 03 04:07:02.956 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83332024-08-03T04:07:04.792Z[ host-image] Aug 03 04:07:02.956 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83342024-08-03T04:07:04.792Z[ host-image] Aug 03 04:07:02.956 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83352024-08-03T04:07:04.792Z[ host-image] Aug 03 04:07:02.956 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83362024-08-03T04:07:04.792Z[ host-image] Aug 03 04:07:02.956 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83372024-08-03T04:07:04.792Z[ host-image] Aug 03 04:07:02.957 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83382024-08-03T04:07:04.792Z[ host-image] Aug 03 04:07:02.957 INFO O| Aug 03 04:07:02.957 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83392024-08-03T04:07:05.114Z[ host-image] Aug 03 04:07:03.287 INFO O| Aug 03 04:07:03.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83402024-08-03T04:07:05.163Z[ host-image] Aug 03 04:07:03.336 INFO O| Aug 03 04:07:03.336 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83412024-08-03T04:07:05.176Z[ host-image] Aug 03 04:07:03.349 INFO O| Aug 03 04:07:03.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83422024-08-03T04:07:05.179Z[ host-image] Aug 03 04:07:03.351 INFO O| Aug 03 04:07:03.351 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83432024-08-03T04:07:05.232Z[ host-image] Aug 03 04:07:03.405 INFO O| Aug 03 04:07:03.405 INFO STEP 13 (remove_files) COMPLETE
83442024-08-03T04:07:05.232Z[ host-image] Aug 03 04:07:03.405 INFO O| Aug 03 04:07:03.405 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83452024-08-03T04:07:05.246Z[ host-image] Aug 03 04:07:03.419 INFO O| Aug 03 04:07:03.419 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83462024-08-03T04:07:05.249Z[ host-image] Aug 03 04:07:03.421 INFO O| Aug 03 04:07:03.421 INFO STEP 14 (remove_files) COMPLETE
83472024-08-03T04:07:05.249Z[ host-image] Aug 03 04:07:03.421 INFO O| Aug 03 04:07:03.421 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83482024-08-03T04:07:05.260Z[ host-image] Aug 03 04:07:03.433 INFO O| Aug 03 04:07:03.433 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83492024-08-03T04:07:05.270Z[ host-image] Aug 03 04:07:03.443 INFO O| Aug 03 04:07:03.443 INFO STEP 15 (remove_files) COMPLETE
83502024-08-03T04:07:05.273Z[ host-image] Aug 03 04:07:03.443 INFO O| Aug 03 04:07:03.443 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83512024-08-03T04:07:05.282Z[ host-image] Aug 03 04:07:03.455 INFO O| Aug 03 04:07:03.455 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83522024-08-03T04:07:05.285Z[ host-image] Aug 03 04:07:03.456 INFO O| Aug 03 04:07:03.456 INFO STEP 16 (remove_files) COMPLETE
83532024-08-03T04:07:05.285Z[ host-image] Aug 03 04:07:03.456 INFO O| Aug 03 04:07:03.456 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83542024-08-03T04:07:05.300Z[ host-image] Aug 03 04:07:03.472 INFO O| Aug 03 04:07:03.472 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
83552024-08-03T04:07:05.302Z[ host-image] Aug 03 04:07:03.474 INFO O| Aug 03 04:07:03.474 INFO STEP 17 (remove_files) COMPLETE
83562024-08-03T04:07:05.303Z[ host-image] Aug 03 04:07:03.474 INFO O| Aug 03 04:07:03.474 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83572024-08-03T04:07:05.317Z[ host-image] Aug 03 04:07:03.490 INFO O| Aug 03 04:07:03.490 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
83582024-08-03T04:07:05.317Z[ host-image] Aug 03 04:07:03.490 INFO O| Aug 03 04:07:03.490 INFO STEP 18 (remove_files) COMPLETE
83592024-08-03T04:07:05.320Z[ host-image] Aug 03 04:07:03.491 INFO O| Aug 03 04:07:03.490 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83602024-08-03T04:07:05.332Z[ host-image] Aug 03 04:07:03.505 INFO O| Aug 03 04:07:03.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
83612024-08-03T04:07:05.332Z[ host-image] Aug 03 04:07:03.505 INFO O| Aug 03 04:07:03.505 INFO STEP 19 (remove_files) COMPLETE
83622024-08-03T04:07:05.336Z[ host-image] Aug 03 04:07:03.505 INFO O| Aug 03 04:07:03.505 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83632024-08-03T04:07:05.348Z[ host-image] Aug 03 04:07:03.521 INFO O| Aug 03 04:07:03.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
83642024-08-03T04:07:05.348Z[ host-image] Aug 03 04:07:03.521 INFO O| Aug 03 04:07:03.521 INFO STEP 20 (remove_files) COMPLETE
83652024-08-03T04:07:05.351Z[ host-image] Aug 03 04:07:03.521 INFO O| Aug 03 04:07:03.521 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-08-03T04:07:05.363Z[ host-image] Aug 03 04:07:03.536 INFO O| Aug 03 04:07:03.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
83672024-08-03T04:07:05.367Z[ host-image] Aug 03 04:07:03.537 INFO O| Aug 03 04:07:03.537 INFO STEP 21 (remove_files) COMPLETE
83682024-08-03T04:07:05.367Z[ host-image] Aug 03 04:07:03.537 INFO O| Aug 03 04:07:03.537 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-08-03T04:07:05.381Z[ host-image] Aug 03 04:07:03.553 INFO O| Aug 03 04:07:03.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
83702024-08-03T04:07:05.381Z[ host-image] Aug 03 04:07:03.553 INFO O| Aug 03 04:07:03.553 INFO STEP 22 (remove_files) COMPLETE
83712024-08-03T04:07:05.381Z[ host-image] Aug 03 04:07:03.553 INFO O| Aug 03 04:07:03.553 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-03T04:07:05.395Z[ host-image] Aug 03 04:07:03.568 INFO O| Aug 03 04:07:03.568 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83732024-08-03T04:07:05.395Z[ host-image] Aug 03 04:07:03.568 INFO O| Aug 03 04:07:03.568 INFO STEP 23 (remove_files) COMPLETE
83742024-08-03T04:07:05.398Z[ host-image] Aug 03 04:07:03.568 INFO O| Aug 03 04:07:03.568 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-08-03T04:07:05.411Z[ host-image] Aug 03 04:07:03.584 INFO O| Aug 03 04:07:03.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
83762024-08-03T04:07:05.411Z[ host-image] Aug 03 04:07:03.584 INFO O| Aug 03 04:07:03.584 INFO STEP 24 (remove_files) COMPLETE
83772024-08-03T04:07:05.414Z[ host-image] Aug 03 04:07:03.584 INFO O| Aug 03 04:07:03.584 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-08-03T04:07:05.423Z[ host-image] Aug 03 04:07:03.596 INFO O| Aug 03 04:07:03.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
83792024-08-03T04:07:05.423Z[ host-image] Aug 03 04:07:03.596 INFO O| Aug 03 04:07:03.596 INFO STEP 25 (remove_files) COMPLETE
83802024-08-03T04:07:05.423Z[ host-image] Aug 03 04:07:03.596 INFO O| Aug 03 04:07:03.596 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-08-03T04:07:05.439Z[ host-image] Aug 03 04:07:03.612 INFO O| Aug 03 04:07:03.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
83822024-08-03T04:07:05.439Z[ host-image] Aug 03 04:07:03.612 INFO O| Aug 03 04:07:03.612 INFO STEP 26 (remove_files) COMPLETE
83832024-08-03T04:07:05.439Z[ host-image] Aug 03 04:07:03.612 INFO O| Aug 03 04:07:03.612 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-08-03T04:07:05.454Z[ host-image] Aug 03 04:07:03.627 INFO O| Aug 03 04:07:03.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
83852024-08-03T04:07:05.454Z[ host-image] Aug 03 04:07:03.628 INFO O| Aug 03 04:07:03.627 INFO STEP 27 (remove_files) COMPLETE
83862024-08-03T04:07:05.457Z[ host-image] Aug 03 04:07:03.628 INFO O| Aug 03 04:07:03.627 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-08-03T04:07:05.473Z[ host-image] Aug 03 04:07:03.645 INFO O| Aug 03 04:07:03.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
83882024-08-03T04:07:05.473Z[ host-image] Aug 03 04:07:03.645 INFO O| Aug 03 04:07:03.645 INFO STEP 28 (remove_files) COMPLETE
83892024-08-03T04:07:05.478Z[ host-image] Aug 03 04:07:03.645 INFO O| Aug 03 04:07:03.645 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-08-03T04:07:05.485Z[ host-image] Aug 03 04:07:03.658 INFO O| Aug 03 04:07:03.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
83912024-08-03T04:07:05.485Z[ host-image] Aug 03 04:07:03.659 INFO O| Aug 03 04:07:03.658 INFO STEP 29 (remove_files) COMPLETE
83922024-08-03T04:07:05.485Z[ host-image] Aug 03 04:07:03.659 INFO O| Aug 03 04:07:03.658 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83932024-08-03T04:07:05.499Z[ host-image] Aug 03 04:07:03.672 INFO O| Aug 03 04:07:03.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
83942024-08-03T04:07:05.499Z[ host-image] Aug 03 04:07:03.672 INFO O| Aug 03 04:07:03.672 INFO STEP 30 (remove_files) COMPLETE
83952024-08-03T04:07:05.499Z[ host-image] Aug 03 04:07:03.672 INFO O| Aug 03 04:07:03.672 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83962024-08-03T04:07:05.511Z[ host-image] Aug 03 04:07:03.684 INFO O| Aug 03 04:07:03.684 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
83972024-08-03T04:07:05.514Z[ host-image] Aug 03 04:07:03.684 INFO O| Aug 03 04:07:03.684 INFO STEP 31 (remove_files) COMPLETE
83982024-08-03T04:07:05.514Z[ host-image] Aug 03 04:07:03.684 INFO O| Aug 03 04:07:03.684 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83992024-08-03T04:07:05.523Z[ host-image] Aug 03 04:07:03.696 INFO O| Aug 03 04:07:03.696 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84002024-08-03T04:07:05.523Z[ host-image] Aug 03 04:07:03.696 INFO O| Aug 03 04:07:03.696 INFO STEP 32 (remove_files) COMPLETE
84012024-08-03T04:07:05.526Z[ host-image] Aug 03 04:07:03.696 INFO O| Aug 03 04:07:03.696 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-03T04:07:05.539Z[ host-image] Aug 03 04:07:03.712 INFO O| Aug 03 04:07:03.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84032024-08-03T04:07:05.539Z[ host-image] Aug 03 04:07:03.712 INFO O| Aug 03 04:07:03.712 INFO STEP 33 (remove_files) COMPLETE
84042024-08-03T04:07:05.542Z[ host-image] Aug 03 04:07:03.712 INFO O| Aug 03 04:07:03.712 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-03T04:07:05.551Z[ host-image] Aug 03 04:07:03.724 INFO O| Aug 03 04:07:03.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84062024-08-03T04:07:05.551Z[ host-image] Aug 03 04:07:03.724 INFO O| Aug 03 04:07:03.724 INFO STEP 34 (remove_files) COMPLETE
84072024-08-03T04:07:05.554Z[ host-image] Aug 03 04:07:03.724 INFO O| Aug 03 04:07:03.724 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84082024-08-03T04:07:05.563Z[ host-image] Aug 03 04:07:03.736 INFO O| Aug 03 04:07:03.735 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84092024-08-03T04:07:05.563Z[ host-image] Aug 03 04:07:03.736 INFO O| Aug 03 04:07:03.736 INFO STEP 35 (remove_files) COMPLETE
84102024-08-03T04:07:05.567Z[ host-image] Aug 03 04:07:03.736 INFO O| Aug 03 04:07:03.736 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-08-03T04:07:05.579Z[ host-image] Aug 03 04:07:03.753 INFO O| Aug 03 04:07:03.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84122024-08-03T04:07:05.579Z[ host-image] Aug 03 04:07:03.753 INFO O| Aug 03 04:07:03.753 INFO STEP 36 (remove_files) COMPLETE
84132024-08-03T04:07:05.579Z[ host-image] Aug 03 04:07:03.753 INFO O| Aug 03 04:07:03.753 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-08-03T04:07:05.596Z[ host-image] Aug 03 04:07:03.769 INFO O| Aug 03 04:07:03.769 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84152024-08-03T04:07:05.596Z[ host-image] Aug 03 04:07:03.769 INFO O| Aug 03 04:07:03.769 INFO STEP 37 (remove_files) COMPLETE
84162024-08-03T04:07:05.596Z[ host-image] Aug 03 04:07:03.769 INFO O| Aug 03 04:07:03.769 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-08-03T04:07:05.612Z[ host-image] Aug 03 04:07:03.785 INFO O| Aug 03 04:07:03.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84182024-08-03T04:07:05.612Z[ host-image] Aug 03 04:07:03.785 INFO O| Aug 03 04:07:03.785 INFO STEP 38 (remove_files) COMPLETE
84192024-08-03T04:07:05.612Z[ host-image] Aug 03 04:07:03.785 INFO O| Aug 03 04:07:03.785 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-08-03T04:07:05.628Z[ host-image] Aug 03 04:07:03.801 INFO O| Aug 03 04:07:03.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84212024-08-03T04:07:05.628Z[ host-image] Aug 03 04:07:03.801 INFO O| Aug 03 04:07:03.801 INFO STEP 39 (remove_files) COMPLETE
84222024-08-03T04:07:05.628Z[ host-image] Aug 03 04:07:03.801 INFO O| Aug 03 04:07:03.801 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-08-03T04:07:05.646Z[ host-image] Aug 03 04:07:03.819 INFO O| Aug 03 04:07:03.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84242024-08-03T04:07:05.646Z[ host-image] Aug 03 04:07:03.819 INFO O| Aug 03 04:07:03.819 INFO STEP 40 (remove_files) COMPLETE
84252024-08-03T04:07:05.646Z[ host-image] Aug 03 04:07:03.819 INFO O| Aug 03 04:07:03.819 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-08-03T04:07:05.663Z[ host-image] Aug 03 04:07:03.836 INFO O| Aug 03 04:07:03.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84272024-08-03T04:07:05.663Z[ host-image] Aug 03 04:07:03.836 INFO O| Aug 03 04:07:03.836 INFO STEP 41 (remove_files) COMPLETE
84282024-08-03T04:07:05.666Z[ host-image] Aug 03 04:07:03.836 INFO O| Aug 03 04:07:03.836 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-08-03T04:07:05.681Z[ host-image] Aug 03 04:07:03.853 INFO O| Aug 03 04:07:03.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84302024-08-03T04:07:05.681Z[ host-image] Aug 03 04:07:03.853 INFO O| Aug 03 04:07:03.853 INFO STEP 42 (remove_files) COMPLETE
84312024-08-03T04:07:05.685Z[ host-image] Aug 03 04:07:03.853 INFO O| Aug 03 04:07:03.853 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-08-03T04:07:05.699Z[ host-image] Aug 03 04:07:03.870 INFO O| Aug 03 04:07:03.870 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84332024-08-03T04:07:05.699Z[ host-image] Aug 03 04:07:03.870 INFO O| Aug 03 04:07:03.870 INFO STEP 43 (remove_files) COMPLETE
84342024-08-03T04:07:05.699Z[ host-image] Aug 03 04:07:03.870 INFO O| Aug 03 04:07:03.870 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-08-03T04:07:05.714Z[ host-image] Aug 03 04:07:03.887 INFO O| Aug 03 04:07:03.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84362024-08-03T04:07:05.717Z[ host-image] Aug 03 04:07:03.887 INFO O| Aug 03 04:07:03.887 INFO STEP 44 (remove_files) COMPLETE
84372024-08-03T04:07:05.718Z[ host-image] Aug 03 04:07:03.887 INFO O| Aug 03 04:07:03.887 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-08-03T04:07:05.727Z[ host-image] Aug 03 04:07:03.898 INFO O| Aug 03 04:07:03.898 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84392024-08-03T04:07:05.727Z[ host-image] Aug 03 04:07:03.898 INFO O| Aug 03 04:07:03.898 INFO STEP 45 (remove_files) COMPLETE
84402024-08-03T04:07:05.730Z[ host-image] Aug 03 04:07:03.898 INFO O| Aug 03 04:07:03.898 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84412024-08-03T04:07:05.736Z[ host-image] Aug 03 04:07:03.909 INFO O| Aug 03 04:07:03.909 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84422024-08-03T04:07:05.736Z[ host-image] Aug 03 04:07:03.909 INFO O| Aug 03 04:07:03.909 INFO STEP 46 (remove_files) COMPLETE
84432024-08-03T04:07:05.741Z[ host-image] Aug 03 04:07:03.909 INFO O| Aug 03 04:07:03.909 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84442024-08-03T04:07:05.751Z[ host-image] Aug 03 04:07:03.921 INFO O| Aug 03 04:07:03.921 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84452024-08-03T04:07:05.751Z[ host-image] Aug 03 04:07:03.921 INFO O| Aug 03 04:07:03.921 INFO STEP 47 (remove_files) COMPLETE
84462024-08-03T04:07:05.751Z[ host-image] Aug 03 04:07:03.921 INFO O| Aug 03 04:07:03.921 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-08-03T04:07:05.762Z[ host-image] Aug 03 04:07:03.933 INFO O| Aug 03 04:07:03.933 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84482024-08-03T04:07:05.762Z[ host-image] Aug 03 04:07:03.934 INFO O| Aug 03 04:07:03.934 INFO STEP 48 (remove_files) COMPLETE
84492024-08-03T04:07:05.762Z[ host-image] Aug 03 04:07:03.934 INFO O| Aug 03 04:07:03.934 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-08-03T04:07:05.776Z[ host-image] Aug 03 04:07:03.948 INFO O| Aug 03 04:07:03.948 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84512024-08-03T04:07:05.776Z[ host-image] Aug 03 04:07:03.949 INFO O| Aug 03 04:07:03.948 INFO STEP 49 (remove_files) COMPLETE
84522024-08-03T04:07:05.776Z[ host-image] Aug 03 04:07:03.949 INFO O| Aug 03 04:07:03.949 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-08-03T04:07:05.789Z[ host-image] Aug 03 04:07:03.962 INFO O| Aug 03 04:07:03.962 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84542024-08-03T04:07:05.789Z[ host-image] Aug 03 04:07:03.962 INFO O| Aug 03 04:07:03.962 INFO STEP 50 (remove_files) COMPLETE
84552024-08-03T04:07:05.792Z[ host-image] Aug 03 04:07:03.962 INFO O| Aug 03 04:07:03.962 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-08-03T04:07:05.802Z[ host-image] Aug 03 04:07:03.975 INFO O| Aug 03 04:07:03.975 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
84572024-08-03T04:07:05.802Z[ host-image] Aug 03 04:07:03.975 INFO O| Aug 03 04:07:03.975 INFO STEP 51 (remove_files) COMPLETE
84582024-08-03T04:07:05.802Z[ host-image] Aug 03 04:07:03.975 INFO O| Aug 03 04:07:03.975 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-08-03T04:07:05.808Z[ recovery-image] Aug 03 04:07:03.981 INFO E| Compiling scroll_derive v0.12.0
84602024-08-03T04:07:05.815Z[ host-image] Aug 03 04:07:03.988 INFO O| Aug 03 04:07:03.988 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
84612024-08-03T04:07:05.815Z[ host-image] Aug 03 04:07:03.988 INFO O| Aug 03 04:07:03.988 INFO STEP 52 (remove_files) COMPLETE
84622024-08-03T04:07:05.818Z[ host-image] Aug 03 04:07:03.988 INFO O| Aug 03 04:07:03.988 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84632024-08-03T04:07:05.827Z[ host-image] Aug 03 04:07:04.000 INFO O| Aug 03 04:07:04.000 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
84642024-08-03T04:07:05.827Z[ host-image] Aug 03 04:07:04.000 INFO O| Aug 03 04:07:04.000 INFO STEP 53 (remove_files) COMPLETE
84652024-08-03T04:07:05.827Z[ host-image] Aug 03 04:07:04.000 INFO O| Aug 03 04:07:04.000 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84662024-08-03T04:07:05.840Z[ host-image] Aug 03 04:07:04.013 INFO O| Aug 03 04:07:04.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
84672024-08-03T04:07:05.840Z[ host-image] Aug 03 04:07:04.013 INFO O| Aug 03 04:07:04.013 INFO STEP 54 (remove_files) COMPLETE
84682024-08-03T04:07:05.840Z[ host-image] Aug 03 04:07:04.013 INFO O| Aug 03 04:07:04.013 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84692024-08-03T04:07:05.853Z[ host-image] Aug 03 04:07:04.026 INFO O| Aug 03 04:07:04.026 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
84702024-08-03T04:07:05.853Z[ host-image] Aug 03 04:07:04.026 INFO O| Aug 03 04:07:04.026 INFO STEP 55 (remove_files) COMPLETE
84712024-08-03T04:07:05.854Z[ host-image] Aug 03 04:07:04.026 INFO O| Aug 03 04:07:04.026 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84722024-08-03T04:07:05.868Z[ host-image] Aug 03 04:07:04.041 INFO O| Aug 03 04:07:04.041 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84732024-08-03T04:07:05.871Z[ host-image] Aug 03 04:07:04.041 INFO O| Aug 03 04:07:04.041 INFO STEP 56 (remove_files) COMPLETE
84742024-08-03T04:07:05.871Z[ host-image] Aug 03 04:07:04.041 INFO O| Aug 03 04:07:04.041 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84752024-08-03T04:07:05.878Z[ host-image] Aug 03 04:07:04.051 INFO O| Aug 03 04:07:04.051 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
84762024-08-03T04:07:05.878Z[ host-image] Aug 03 04:07:04.052 INFO O| Aug 03 04:07:04.051 INFO STEP 57 (remove_files) COMPLETE
84772024-08-03T04:07:05.881Z[ host-image] Aug 03 04:07:04.052 INFO O| Aug 03 04:07:04.052 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84782024-08-03T04:07:05.889Z[ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84792024-08-03T04:07:05.892Z[ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
84802024-08-03T04:07:05.892Z[ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84812024-08-03T04:07:05.892Z[ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84822024-08-03T04:07:05.892Z[ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84832024-08-03T04:07:05.892Z[ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84842024-08-03T04:07:05.892Z[ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO ok!
84852024-08-03T04:07:05.892Z[ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO STEP 58 (ensure_file) COMPLETE
84862024-08-03T04:07:05.892Z[ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84872024-08-03T04:07:05.903Z[ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84882024-08-03T04:07:05.903Z[ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
84892024-08-03T04:07:05.906Z[ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84902024-08-03T04:07:05.906Z[ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84912024-08-03T04:07:05.906Z[ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84922024-08-03T04:07:05.906Z[ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84932024-08-03T04:07:05.906Z[ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO ok!
84942024-08-03T04:07:05.906Z[ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO STEP 59 (ensure_file) COMPLETE
84952024-08-03T04:07:05.906Z[ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-08-03T04:07:05.914Z[ host-image] Aug 03 04:07:04.088 INFO O| Aug 03 04:07:04.088 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
84972024-08-03T04:07:05.915Z[ host-image] Aug 03 04:07:04.088 INFO O| Aug 03 04:07:04.088 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
84982024-08-03T04:07:05.918Z[ host-image] Aug 03 04:07:04.088 INFO O| Aug 03 04:07:04.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
84992024-08-03T04:07:05.918Z[ host-image] Aug 03 04:07:04.088 INFO O| Aug 03 04:07:04.088 INFO ok!
85002024-08-03T04:07:05.918Z[ host-image] Aug 03 04:07:04.088 INFO O| Aug 03 04:07:04.088 INFO STEP 60 (ensure_file) COMPLETE
85012024-08-03T04:07:05.918Z[ host-image] Aug 03 04:07:04.088 INFO O| Aug 03 04:07:04.088 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-08-03T04:07:05.925Z[ host-image] Aug 03 04:07:04.098 INFO O| Aug 03 04:07:04.098 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85032024-08-03T04:07:05.925Z[ host-image] Aug 03 04:07:04.098 INFO O| Aug 03 04:07:04.098 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85042024-08-03T04:07:05.928Z[ host-image] Aug 03 04:07:04.099 INFO O| Aug 03 04:07:04.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85052024-08-03T04:07:05.928Z[ host-image] Aug 03 04:07:04.099 INFO O| Aug 03 04:07:04.099 INFO ok!
85062024-08-03T04:07:05.928Z[ host-image] Aug 03 04:07:04.099 INFO O| Aug 03 04:07:04.099 INFO STEP 61 (ensure_file) COMPLETE
85072024-08-03T04:07:05.929Z[ host-image] Aug 03 04:07:04.099 INFO O| Aug 03 04:07:04.099 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85082024-08-03T04:07:05.936Z[ host-image] Aug 03 04:07:04.109 INFO O| Aug 03 04:07:04.109 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85092024-08-03T04:07:05.936Z[ host-image] Aug 03 04:07:04.109 INFO O| Aug 03 04:07:04.109 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85102024-08-03T04:07:05.940Z[ host-image] Aug 03 04:07:04.109 INFO O| Aug 03 04:07:04.109 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85112024-08-03T04:07:05.940Z[ host-image] Aug 03 04:07:04.109 INFO O| Aug 03 04:07:04.109 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85122024-08-03T04:07:05.940Z[ host-image] Aug 03 04:07:04.109 INFO O| Aug 03 04:07:04.109 INFO ok!
85132024-08-03T04:07:05.940Z[ host-image] Aug 03 04:07:04.110 INFO O| Aug 03 04:07:04.109 INFO STEP 62 (ensure_file) COMPLETE
85142024-08-03T04:07:05.940Z[ host-image] Aug 03 04:07:04.110 INFO O| Aug 03 04:07:04.109 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85152024-08-03T04:07:05.949Z[ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85162024-08-03T04:07:05.949Z[ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85172024-08-03T04:07:05.952Z[ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85182024-08-03T04:07:05.952Z[ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85192024-08-03T04:07:05.952Z[ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO ok!
85202024-08-03T04:07:05.952Z[ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO STEP 63 (ensure_file) COMPLETE
85212024-08-03T04:07:05.952Z[ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-08-03T04:07:05.960Z[ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme does not exist
85232024-08-03T04:07:05.962Z[ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme ...
85242024-08-03T04:07:05.962Z[ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
85252024-08-03T04:07:05.962Z[ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
85262024-08-03T04:07:05.963Z[ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO ok!
85272024-08-03T04:07:05.963Z[ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO STEP 64 (ensure_file) COMPLETE
85282024-08-03T04:07:05.963Z[ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-08-03T04:07:05.974Z[ host-image] Aug 03 04:07:04.147 INFO O| Aug 03 04:07:04.147 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85302024-08-03T04:07:05.974Z[ host-image] Aug 03 04:07:04.147 INFO O| Aug 03 04:07:04.147 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85312024-08-03T04:07:05.977Z[ host-image] Aug 03 04:07:04.147 INFO O| Aug 03 04:07:04.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85322024-08-03T04:07:05.977Z[ host-image] Aug 03 04:07:04.147 INFO O| Aug 03 04:07:04.147 INFO ok!
85332024-08-03T04:07:05.977Z[ host-image] Aug 03 04:07:04.147 INFO O| Aug 03 04:07:04.147 INFO STEP 65 (assemble_files) COMPLETE
85342024-08-03T04:07:05.977Z[ host-image] Aug 03 04:07:04.147 INFO O| Aug 03 04:07:04.147 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85352024-08-03T04:07:05.987Z[ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.160 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85362024-08-03T04:07:05.988Z[ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.160 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85372024-08-03T04:07:05.988Z[ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.161 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85382024-08-03T04:07:05.991Z[ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.161 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85392024-08-03T04:07:05.991Z[ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.161 INFO ok!
85402024-08-03T04:07:05.991Z[ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.161 INFO STEP 66 (ensure_file) COMPLETE
85412024-08-03T04:07:05.991Z[ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.161 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85422024-08-03T04:07:05.999Z[ host-image] Aug 03 04:07:04.172 INFO O| Aug 03 04:07:04.172 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85432024-08-03T04:07:05.999Z[ host-image] Aug 03 04:07:04.172 INFO O| Aug 03 04:07:04.172 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85442024-08-03T04:07:06.002Z[ host-image] Aug 03 04:07:04.172 INFO O| Aug 03 04:07:04.172 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85452024-08-03T04:07:06.002Z[ host-image] Aug 03 04:07:04.172 INFO O| Aug 03 04:07:04.172 INFO STEP 67 (ensure_dir) COMPLETE
85462024-08-03T04:07:06.002Z[ host-image] Aug 03 04:07:04.172 INFO O| Aug 03 04:07:04.172 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85472024-08-03T04:07:06.016Z[ host-image] Aug 03 04:07:04.189 INFO O| Aug 03 04:07:04.189 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85482024-08-03T04:07:06.016Z[ host-image] Aug 03 04:07:04.189 INFO O| Aug 03 04:07:04.189 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 ...
85492024-08-03T04:07:06.026Z[ host-image] Aug 03 04:07:04.200 INFO O| Aug 03 04:07:04.199 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
85502024-08-03T04:07:06.027Z[ host-image] Aug 03 04:07:04.200 INFO O| Aug 03 04:07:04.200 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85512024-08-03T04:07:06.030Z[ host-image] Aug 03 04:07:04.200 INFO O| Aug 03 04:07:04.200 INFO ok!
85522024-08-03T04:07:06.030Z[ host-image] Aug 03 04:07:04.200 INFO O| Aug 03 04:07:04.200 INFO STEP 68 (ensure_file) COMPLETE
85532024-08-03T04:07:06.030Z[ host-image] Aug 03 04:07:04.200 INFO O| Aug 03 04:07:04.200 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-08-03T04:07:06.041Z[ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85552024-08-03T04:07:06.044Z[ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 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 ...
85562024-08-03T04:07:06.044Z[ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 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
85572024-08-03T04:07:06.044Z[ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85582024-08-03T04:07:06.044Z[ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 INFO ok!
85592024-08-03T04:07:06.044Z[ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 INFO STEP 69 (ensure_file) COMPLETE
85602024-08-03T04:07:06.044Z[ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85612024-08-03T04:07:06.063Z[ host-image] Aug 03 04:07:04.235 INFO O| Aug 03 04:07:04.235 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85622024-08-03T04:07:06.063Z[ host-image] Aug 03 04:07:04.235 INFO O| Aug 03 04:07:04.235 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
85632024-08-03T04:07:08.433Z[ host-image] Aug 03 04:07:06.606 INFO O| Aug 03 04:07:06.606 INFO STEP 70 (pack_tar) COMPLETE
85642024-08-03T04:07:08.440Z[ host-image] Aug 03 04:07:06.606 INFO O| Aug 03 04:07:06.606 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85652024-08-03T04:07:08.440Z[ host-image] Aug 03 04:07:06.606 INFO O| Aug 03 04:07:06.606 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
85662024-08-03T04:07:08.713Z[ host-image] Aug 03 04:07:06.885 INFO O| Aug 03 04:07:06.885 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85672024-08-03T04:07:08.784Z[ host-image] Aug 03 04:07:06.956 INFO O| Aug 03 04:07:06.956 INFO completed processing gimlet/ramdisk-02-trim
85682024-08-03T04:07:08.787Z[ host-image] Aug 03 04:07:06.959 INFO image builder template: zfs...
85692024-08-03T04:07:08.787Z[ host-image] Aug 03 04:07:06.959 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/.tmpozcuMR/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
85702024-08-03T04:07:08.800Z[ host-image] Aug 03 04:07:06.973 INFO O| Aug 03 04:07:06.973 INFO skip include "stress" because feature "stress" is not enabled
85712024-08-03T04:07:08.839Z[ host-image] Aug 03 04:07:07.012 INFO O| Aug 03 04:07:07.012 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
85722024-08-03T04:07:08.846Z[ host-image] Aug 03 04:07:07.019 INFO O| Aug 03 04:07:07.019 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
85732024-08-03T04:07:08.915Z[ host-image] Aug 03 04:07:07.088 INFO O| Aug 03 04:07:07.088 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
85742024-08-03T04:07:08.968Z[ host-image] Aug 03 04:07:07.141 INFO O| Aug 03 04:07:07.141 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
85752024-08-03T04:07:08.968Z[ host-image] Aug 03 04:07:07.141 INFO O| Aug 03 04:07:07.141 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
85762024-08-03T04:07:08.973Z[ host-image] Aug 03 04:07:07.146 INFO O| Aug 03 04:07:07.146 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
85772024-08-03T04:07:08.993Z[ recovery-image] Aug 03 04:07:07.166 INFO E| Compiling bitstruct_derive v0.1.0
85782024-08-03T04:07:09.037Z[ host-image] Aug 03 04:07:07.210 INFO O| Aug 03 04:07:07.210 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
85792024-08-03T04:07:09.083Z[ host-image] Aug 03 04:07:07.256 INFO O| Aug 03 04:07:07.256 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
85802024-08-03T04:07:09.097Z[ host-image] Aug 03 04:07:07.269 INFO O| Aug 03 04:07:07.269 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85812024-08-03T04:07:09.102Z[ host-image] Aug 03 04:07:07.275 INFO O| Aug 03 04:07:07.275 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
85822024-08-03T04:07:09.102Z[ host-image] Aug 03 04:07:07.275 INFO O| Aug 03 04:07:07.275 INFO no lofi found
85832024-08-03T04:07:09.105Z[ host-image] Aug 03 04:07:07.275 INFO O| Aug 03 04:07:07.275 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
85842024-08-03T04:07:09.105Z[ host-image] Aug 03 04:07:07.275 INFO O| Aug 03 04:07:07.275 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85852024-08-03T04:07:10.836Z[ host-image] Aug 03 04:07:09.008 INFO O| Aug 03 04:07:09.008 INFO lofi device = /dev/dsk/c2t1d0p0
85862024-08-03T04:07:10.839Z[ host-image] Aug 03 04:07:09.008 INFO O| Aug 03 04:07:09.008 INFO pool device = /dev/dsk/c2t1d0p0
85872024-08-03T04:07:10.839Z[ host-image] Aug 03 04:07:09.009 INFO O| Aug 03 04:07:09.008 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"]
85882024-08-03T04:07:10.904Z[ host-image] Aug 03 04:07:09.077 INFO O| Aug 03 04:07:09.077 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85892024-08-03T04:07:10.904Z[ host-image] Aug 03 04:07:09.077 INFO O| Aug 03 04:07:09.077 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
85902024-08-03T04:07:10.923Z[ host-image] Aug 03 04:07:09.095 INFO O| Aug 03 04:07:09.095 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
85912024-08-03T04:07:10.981Z[ host-image] Aug 03 04:07:09.153 INFO O| Aug 03 04:07:09.153 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
85922024-08-03T04:07:11.018Z[ host-image] Aug 03 04:07:09.190 INFO O| Aug 03 04:07:09.190 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
85932024-08-03T04:07:11.032Z[ host-image] Aug 03 04:07:09.205 INFO O| Aug 03 04:07:09.205 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
85942024-08-03T04:07:11.042Z[ host-image] Aug 03 04:07:09.215 INFO O| Aug 03 04:07:09.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
85952024-08-03T04:07:11.088Z[ host-image] Aug 03 04:07:09.261 INFO O| Aug 03 04:07:09.261 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
85962024-08-03T04:07:11.088Z[ host-image] Aug 03 04:07:09.261 INFO O| Aug 03 04:07:09.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
85972024-08-03T04:07:11.091Z[ host-image] Aug 03 04:07:09.261 INFO O| Aug 03 04:07:09.261 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
85982024-08-03T04:07:11.097Z[ host-image] Aug 03 04:07:09.269 INFO O| Aug 03 04:07:09.269 INFO boot environment UUID: 42012f93-a6bc-4c3a-a58f-24470c29e893
85992024-08-03T04:07:11.097Z[ host-image] Aug 03 04:07:09.270 INFO O| Aug 03 04:07:09.269 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 42012f93-a6bc-4c3a-a58f-24470c29e893
86002024-08-03T04:07:11.108Z[ host-image] Aug 03 04:07:09.281 INFO O| Aug 03 04:07:09.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86012024-08-03T04:07:11.120Z[ host-image] Aug 03 04:07:09.292 INFO O| Aug 03 04:07:09.292 INFO STEP 0 (create_be) COMPLETE
86022024-08-03T04:07:11.120Z[ host-image] Aug 03 04:07:09.292 INFO O| Aug 03 04:07:09.292 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86032024-08-03T04:07:11.135Z[ host-image] Aug 03 04:07:09.307 INFO O| Aug 03 04:07:09.307 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86042024-08-03T04:07:25.920Z[ recovery-image] Aug 03 04:07:24.087 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)
86052024-08-03T04:07:28.895Z[ recovery-image] Aug 03 04:07:27.066 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)
86062024-08-03T04:07:31.725Z[ host-image] Aug 03 04:07:29.896 INFO O| Aug 03 04:07:29.896 INFO STEP 1 (unpack_tar) COMPLETE
86072024-08-03T04:07:31.728Z[ host-image] Aug 03 04:07:29.896 INFO O| Aug 03 04:07:29.896 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86082024-08-03T04:07:31.736Z[ host-image] Aug 03 04:07:29.908 INFO O| Aug 03 04:07:29.908 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86092024-08-03T04:07:31.851Z[ host-image] Aug 03 04:07:30.023 INFO O| Aug 03 04:07:30.023 INFO STEP 2 (devfsadm) COMPLETE
86102024-08-03T04:07:31.851Z[ host-image] Aug 03 04:07:30.023 INFO O| Aug 03 04:07:30.023 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86112024-08-03T04:07:31.863Z[ host-image] Aug 03 04:07:30.035 INFO O| Aug 03 04:07:30.035 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86122024-08-03T04:07:31.863Z[ host-image] Aug 03 04:07:30.035 INFO O| Aug 03 04:07:30.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86132024-08-03T04:07:31.867Z[ host-image] Aug 03 04:07:30.035 INFO O| Aug 03 04:07:30.035 INFO STEP 3 (ensure_dir) COMPLETE
86142024-08-03T04:07:31.867Z[ host-image] Aug 03 04:07:30.035 INFO O| Aug 03 04:07:30.035 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86152024-08-03T04:07:31.873Z[ host-image] Aug 03 04:07:30.044 INFO O| Aug 03 04:07:30.044 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86162024-08-03T04:07:31.873Z[ host-image] Aug 03 04:07:30.045 INFO O| Aug 03 04:07:30.044 INFO STEP 4 (ensure_dir) COMPLETE
86172024-08-03T04:07:31.876Z[ host-image] Aug 03 04:07:30.045 INFO O| Aug 03 04:07:30.044 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86182024-08-03T04:07:31.883Z[ host-image] Aug 03 04:07:30.054 INFO O| Aug 03 04:07:30.054 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86192024-08-03T04:07:31.883Z[ host-image] Aug 03 04:07:30.054 INFO O| Aug 03 04:07:30.054 INFO STEP 5 (ensure_dir) COMPLETE
86202024-08-03T04:07:31.883Z[ host-image] Aug 03 04:07:30.054 INFO O| Aug 03 04:07:30.054 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86212024-08-03T04:07:31.892Z[ host-image] Aug 03 04:07:30.063 INFO O| Aug 03 04:07:30.063 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86222024-08-03T04:07:31.892Z[ host-image] Aug 03 04:07:30.063 INFO O| Aug 03 04:07:30.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86232024-08-03T04:07:31.895Z[ host-image] Aug 03 04:07:30.063 INFO O| Aug 03 04:07:30.063 INFO STEP 6 (ensure_dir) COMPLETE
86242024-08-03T04:07:31.895Z[ host-image] Aug 03 04:07:30.064 INFO O| Aug 03 04:07:30.063 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86252024-08-03T04:07:31.901Z[ host-image] Aug 03 04:07:30.073 INFO O| Aug 03 04:07:30.073 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86262024-08-03T04:07:31.901Z[ host-image] Aug 03 04:07:30.073 INFO O| Aug 03 04:07:30.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86272024-08-03T04:07:31.904Z[ host-image] Aug 03 04:07:30.073 INFO O| Aug 03 04:07:30.073 INFO STEP 7 (ensure_dir) COMPLETE
86282024-08-03T04:07:31.904Z[ host-image] Aug 03 04:07:30.073 INFO O| Aug 03 04:07:30.073 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86292024-08-03T04:07:31.911Z[ host-image] Aug 03 04:07:30.082 INFO O| Aug 03 04:07:30.082 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86302024-08-03T04:07:31.913Z[ host-image] Aug 03 04:07:30.083 INFO O| Aug 03 04:07:30.083 INFO STEP 8 (remove_files) COMPLETE
86312024-08-03T04:07:31.914Z[ host-image] Aug 03 04:07:30.083 INFO O| Aug 03 04:07:30.083 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86322024-08-03T04:07:31.920Z[ host-image] Aug 03 04:07:30.092 INFO O| Aug 03 04:07:30.092 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86332024-08-03T04:07:31.923Z[ host-image] Aug 03 04:07:30.093 INFO O| Aug 03 04:07:30.093 INFO STEP 9 (remove_files) COMPLETE
86342024-08-03T04:07:31.923Z[ host-image] Aug 03 04:07:30.093 INFO O| Aug 03 04:07:30.093 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86352024-08-03T04:07:31.930Z[ host-image] Aug 03 04:07:30.102 INFO O| Aug 03 04:07:30.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86362024-08-03T04:07:31.933Z[ host-image] Aug 03 04:07:30.103 INFO O| Aug 03 04:07:30.103 INFO STEP 10 (remove_files) COMPLETE
86372024-08-03T04:07:31.934Z[ host-image] Aug 03 04:07:30.103 INFO O| Aug 03 04:07:30.103 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86382024-08-03T04:07:31.940Z[ host-image] Aug 03 04:07:30.112 INFO O| Aug 03 04:07:30.112 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86392024-08-03T04:07:31.940Z[ host-image] Aug 03 04:07:30.112 INFO O| Aug 03 04:07:30.112 INFO STEP 11 (remove_files) COMPLETE
86402024-08-03T04:07:31.940Z[ host-image] Aug 03 04:07:30.112 INFO O| Aug 03 04:07:30.112 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86412024-08-03T04:07:31.950Z[ host-image] Aug 03 04:07:30.121 INFO O| Aug 03 04:07:30.121 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86422024-08-03T04:07:31.950Z[ host-image] Aug 03 04:07:30.121 INFO O| Aug 03 04:07:30.121 INFO STEP 12 (remove_files) COMPLETE
86432024-08-03T04:07:31.954Z[ host-image] Aug 03 04:07:30.121 INFO O| Aug 03 04:07:30.121 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86442024-08-03T04:07:31.959Z[ host-image] Aug 03 04:07:30.131 INFO O| Aug 03 04:07:30.131 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86452024-08-03T04:07:31.959Z[ host-image] Aug 03 04:07:30.131 INFO O| Aug 03 04:07:30.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86462024-08-03T04:07:31.962Z[ host-image] Aug 03 04:07:30.131 INFO O| Aug 03 04:07:30.131 INFO STEP 13 (ensure_dir) COMPLETE
86472024-08-03T04:07:31.962Z[ host-image] Aug 03 04:07:30.131 INFO O| Aug 03 04:07:30.131 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86482024-08-03T04:07:31.969Z[ host-image] Aug 03 04:07:30.140 INFO O| Aug 03 04:07:30.140 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86492024-08-03T04:07:31.971Z[ host-image] Aug 03 04:07:30.140 INFO O| Aug 03 04:07:30.140 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86502024-08-03T04:07:31.971Z[ host-image] Aug 03 04:07:30.141 INFO O| Aug 03 04:07:30.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86512024-08-03T04:07:31.971Z[ host-image] Aug 03 04:07:30.141 INFO O| Aug 03 04:07:30.141 INFO STEP 14 (ensure_dir) COMPLETE
86522024-08-03T04:07:31.971Z[ host-image] Aug 03 04:07:30.141 INFO O| Aug 03 04:07:30.141 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86532024-08-03T04:07:31.978Z[ host-image] Aug 03 04:07:30.150 INFO O| Aug 03 04:07:30.150 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86542024-08-03T04:07:31.978Z[ host-image] Aug 03 04:07:30.150 INFO O| Aug 03 04:07:30.150 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86552024-08-03T04:07:31.981Z[ host-image] Aug 03 04:07:30.150 INFO O| Aug 03 04:07:30.150 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86562024-08-03T04:07:31.981Z[ host-image] Aug 03 04:07:30.150 INFO O| Aug 03 04:07:30.150 INFO STEP 15 (ensure_dir) COMPLETE
86572024-08-03T04:07:31.981Z[ host-image] Aug 03 04:07:30.150 INFO O| Aug 03 04:07:30.150 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86582024-08-03T04:07:31.988Z[ host-image] Aug 03 04:07:30.160 INFO O| Aug 03 04:07:30.159 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86592024-08-03T04:07:31.988Z[ host-image] Aug 03 04:07:30.160 INFO O| Aug 03 04:07:30.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86602024-08-03T04:07:31.988Z[ host-image] Aug 03 04:07:30.160 INFO O| Aug 03 04:07:30.160 INFO STEP 16 (ensure_dir) COMPLETE
86612024-08-03T04:07:31.988Z[ host-image] Aug 03 04:07:30.160 INFO O| Aug 03 04:07:30.160 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86622024-08-03T04:07:31.997Z[ host-image] Aug 03 04:07:30.169 INFO O| Aug 03 04:07:30.169 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86632024-08-03T04:07:31.997Z[ host-image] Aug 03 04:07:30.169 INFO O| Aug 03 04:07:30.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86642024-08-03T04:07:32.001Z[ host-image] Aug 03 04:07:30.169 INFO O| Aug 03 04:07:30.169 INFO STEP 17 (ensure_dir) COMPLETE
86652024-08-03T04:07:32.001Z[ host-image] Aug 03 04:07:30.169 INFO O| Aug 03 04:07:30.169 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86662024-08-03T04:07:32.007Z[ host-image] Aug 03 04:07:30.179 INFO O| Aug 03 04:07:30.179 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86672024-08-03T04:07:32.007Z[ host-image] Aug 03 04:07:30.179 INFO O| Aug 03 04:07:30.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
86682024-08-03T04:07:32.010Z[ host-image] Aug 03 04:07:30.179 INFO O| Aug 03 04:07:30.179 INFO ok!
86692024-08-03T04:07:32.010Z[ host-image] Aug 03 04:07:30.179 INFO O| Aug 03 04:07:30.179 INFO STEP 18 (ensure_symlink) COMPLETE
86702024-08-03T04:07:32.010Z[ host-image] Aug 03 04:07:30.179 INFO O| Aug 03 04:07:30.179 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86712024-08-03T04:07:32.017Z[ host-image] Aug 03 04:07:30.188 INFO O| Aug 03 04:07:30.188 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
86722024-08-03T04:07:32.017Z[ host-image] Aug 03 04:07:30.188 INFO O| Aug 03 04:07:30.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
86732024-08-03T04:07:32.020Z[ host-image] Aug 03 04:07:30.188 INFO O| Aug 03 04:07:30.188 INFO ok!
86742024-08-03T04:07:32.020Z[ host-image] Aug 03 04:07:30.188 INFO O| Aug 03 04:07:30.188 INFO STEP 19 (ensure_file) COMPLETE
86752024-08-03T04:07:32.020Z[ host-image] Aug 03 04:07:30.188 INFO O| Aug 03 04:07:30.188 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86762024-08-03T04:07:32.026Z[ host-image] Aug 03 04:07:30.198 INFO O| Aug 03 04:07:30.198 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
86772024-08-03T04:07:32.026Z[ host-image] Aug 03 04:07:30.198 INFO O| Aug 03 04:07:30.198 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86782024-08-03T04:07:32.029Z[ host-image] Aug 03 04:07:30.198 INFO O| Aug 03 04:07:30.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
86792024-08-03T04:07:32.029Z[ host-image] Aug 03 04:07:30.198 INFO O| Aug 03 04:07:30.198 INFO ok!
86802024-08-03T04:07:32.029Z[ host-image] Aug 03 04:07:30.198 INFO O| Aug 03 04:07:30.198 INFO STEP 20 (ensure_symlink) COMPLETE
86812024-08-03T04:07:32.029Z[ host-image] Aug 03 04:07:30.198 INFO O| Aug 03 04:07:30.198 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86822024-08-03T04:07:32.036Z[ host-image] Aug 03 04:07:30.208 INFO O| Aug 03 04:07:30.208 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
86832024-08-03T04:07:32.036Z[ host-image] Aug 03 04:07:30.208 INFO O| Aug 03 04:07:30.208 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86842024-08-03T04:07:32.039Z[ host-image] Aug 03 04:07:30.208 INFO O| Aug 03 04:07:30.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
86852024-08-03T04:07:32.039Z[ host-image] Aug 03 04:07:30.208 INFO O| Aug 03 04:07:30.208 INFO ok!
86862024-08-03T04:07:32.040Z[ host-image] Aug 03 04:07:30.208 INFO O| Aug 03 04:07:30.208 INFO STEP 21 (ensure_symlink) COMPLETE
86872024-08-03T04:07:32.040Z[ host-image] Aug 03 04:07:30.208 INFO O| Aug 03 04:07:30.208 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86882024-08-03T04:07:32.047Z[ host-image] Aug 03 04:07:30.217 INFO O| Aug 03 04:07:30.217 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
86892024-08-03T04:07:32.047Z[ host-image] Aug 03 04:07:30.217 INFO O| Aug 03 04:07:30.217 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86902024-08-03T04:07:32.050Z[ host-image] Aug 03 04:07:30.217 INFO O| Aug 03 04:07:30.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
86912024-08-03T04:07:32.050Z[ host-image] Aug 03 04:07:30.217 INFO O| Aug 03 04:07:30.217 INFO ok!
86922024-08-03T04:07:32.050Z[ host-image] Aug 03 04:07:30.217 INFO O| Aug 03 04:07:30.217 INFO STEP 22 (ensure_symlink) COMPLETE
86932024-08-03T04:07:32.050Z[ host-image] Aug 03 04:07:30.217 INFO O| Aug 03 04:07:30.217 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86942024-08-03T04:07:32.055Z[ host-image] Aug 03 04:07:30.227 INFO O| Aug 03 04:07:30.227 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
86952024-08-03T04:07:32.058Z[ host-image] Aug 03 04:07:30.227 INFO O| Aug 03 04:07:30.227 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86962024-08-03T04:07:32.058Z[ host-image] Aug 03 04:07:30.227 INFO O| Aug 03 04:07:30.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
86972024-08-03T04:07:32.058Z[ host-image] Aug 03 04:07:30.227 INFO O| Aug 03 04:07:30.227 INFO ok!
86982024-08-03T04:07:32.058Z[ host-image] Aug 03 04:07:30.227 INFO O| Aug 03 04:07:30.227 INFO STEP 23 (ensure_symlink) COMPLETE
86992024-08-03T04:07:32.058Z[ host-image] Aug 03 04:07:30.227 INFO O| Aug 03 04:07:30.227 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87002024-08-03T04:07:32.065Z[ host-image] Aug 03 04:07:30.237 INFO O| Aug 03 04:07:30.237 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87012024-08-03T04:07:32.068Z[ host-image] Aug 03 04:07:30.237 INFO O| Aug 03 04:07:30.237 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87022024-08-03T04:07:32.068Z[ host-image] Aug 03 04:07:30.237 INFO O| Aug 03 04:07:30.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87032024-08-03T04:07:32.068Z[ host-image] Aug 03 04:07:30.237 INFO O| Aug 03 04:07:30.237 INFO ok!
87042024-08-03T04:07:32.068Z[ host-image] Aug 03 04:07:30.237 INFO O| Aug 03 04:07:30.237 INFO STEP 24 (ensure_file) COMPLETE
87052024-08-03T04:07:32.068Z[ host-image] Aug 03 04:07:30.237 INFO O| Aug 03 04:07:30.237 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87062024-08-03T04:07:32.075Z[ host-image] Aug 03 04:07:30.247 INFO O| Aug 03 04:07:30.247 INFO updating shadow file
87072024-08-03T04:07:32.078Z[ host-image] Aug 03 04:07:30.247 INFO O| Aug 03 04:07:30.247 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87082024-08-03T04:07:32.078Z[ host-image] Aug 03 04:07:30.247 INFO O| Aug 03 04:07:30.247 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87092024-08-03T04:07:32.078Z[ host-image] Aug 03 04:07:30.247 INFO O| Aug 03 04:07:30.247 INFO STEP 25 (shadow) COMPLETE
87102024-08-03T04:07:32.078Z[ host-image] Aug 03 04:07:30.247 INFO O| Aug 03 04:07:30.247 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87112024-08-03T04:07:32.086Z[ host-image] Aug 03 04:07:30.256 INFO O| Aug 03 04:07:30.256 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87122024-08-03T04:07:32.086Z[ host-image] Aug 03 04:07:30.256 INFO O| Aug 03 04:07:30.256 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87132024-08-03T04:07:32.089Z[ host-image] Aug 03 04:07:30.256 INFO O| Aug 03 04:07:30.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87142024-08-03T04:07:32.089Z[ host-image] Aug 03 04:07:30.256 INFO O| Aug 03 04:07:30.256 INFO ok!
87152024-08-03T04:07:32.090Z[ host-image] Aug 03 04:07:30.256 INFO O| Aug 03 04:07:30.256 INFO STEP 26 (ensure_file) COMPLETE
87162024-08-03T04:07:32.090Z[ host-image] Aug 03 04:07:30.256 INFO O| Aug 03 04:07:30.256 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87172024-08-03T04:07:32.094Z[ host-image] Aug 03 04:07:30.266 INFO O| Aug 03 04:07:30.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87182024-08-03T04:07:32.095Z[ host-image] Aug 03 04:07:30.266 INFO O| Aug 03 04:07:30.266 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87192024-08-03T04:07:32.098Z[ host-image] Aug 03 04:07:30.266 INFO O| Aug 03 04:07:30.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87202024-08-03T04:07:32.098Z[ host-image] Aug 03 04:07:30.266 INFO O| Aug 03 04:07:30.266 INFO ok!
87212024-08-03T04:07:32.098Z[ host-image] Aug 03 04:07:30.266 INFO O| Aug 03 04:07:30.266 INFO STEP 27 (ensure_file) COMPLETE
87222024-08-03T04:07:32.098Z[ host-image] Aug 03 04:07:30.266 INFO O| Aug 03 04:07:30.266 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87232024-08-03T04:07:32.109Z[ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87242024-08-03T04:07:32.109Z[ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87252024-08-03T04:07:32.112Z[ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87262024-08-03T04:07:32.112Z[ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87272024-08-03T04:07:32.112Z[ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 INFO ok!
87282024-08-03T04:07:32.112Z[ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 INFO STEP 28 (ensure_file) COMPLETE
87292024-08-03T04:07:32.112Z[ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87302024-08-03T04:07:32.117Z[ host-image] Aug 03 04:07:30.289 INFO O| Aug 03 04:07:30.289 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87312024-08-03T04:07:32.117Z[ host-image] Aug 03 04:07:30.289 INFO O| Aug 03 04:07:30.289 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87322024-08-03T04:07:32.121Z[ host-image] Aug 03 04:07:30.289 INFO O| Aug 03 04:07:30.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87332024-08-03T04:07:32.121Z[ host-image] Aug 03 04:07:30.289 INFO O| Aug 03 04:07:30.289 INFO ok!
87342024-08-03T04:07:32.121Z[ host-image] Aug 03 04:07:30.289 INFO O| Aug 03 04:07:30.289 INFO STEP 29 (ensure_file) COMPLETE
87352024-08-03T04:07:32.121Z[ host-image] Aug 03 04:07:30.289 INFO O| Aug 03 04:07:30.289 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87362024-08-03T04:07:32.129Z[ host-image] Aug 03 04:07:30.300 INFO O| Aug 03 04:07:30.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87372024-08-03T04:07:32.133Z[ host-image] Aug 03 04:07:30.300 INFO O| Aug 03 04:07:30.300 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87382024-08-03T04:07:32.133Z[ host-image] Aug 03 04:07:30.300 INFO O| Aug 03 04:07:30.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87392024-08-03T04:07:32.133Z[ host-image] Aug 03 04:07:30.300 INFO O| Aug 03 04:07:30.300 INFO ok!
87402024-08-03T04:07:32.133Z[ host-image] Aug 03 04:07:30.300 INFO O| Aug 03 04:07:30.300 INFO STEP 30 (ensure_file) COMPLETE
87412024-08-03T04:07:32.133Z[ host-image] Aug 03 04:07:30.300 INFO O| Aug 03 04:07:30.300 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87422024-08-03T04:07:32.139Z[ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87432024-08-03T04:07:32.139Z[ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87442024-08-03T04:07:32.142Z[ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87452024-08-03T04:07:32.142Z[ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87462024-08-03T04:07:32.142Z[ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 INFO ok!
87472024-08-03T04:07:32.142Z[ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 INFO STEP 31 (ensure_file) COMPLETE
87482024-08-03T04:07:32.142Z[ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87492024-08-03T04:07:32.149Z[ host-image] Aug 03 04:07:30.321 INFO O| Aug 03 04:07:30.321 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87502024-08-03T04:07:32.149Z[ host-image] Aug 03 04:07:30.321 INFO O| Aug 03 04:07:30.321 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87512024-08-03T04:07:32.152Z[ host-image] Aug 03 04:07:30.321 INFO O| Aug 03 04:07:30.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87522024-08-03T04:07:32.152Z[ host-image] Aug 03 04:07:30.321 INFO O| Aug 03 04:07:30.321 INFO ok!
87532024-08-03T04:07:32.152Z[ host-image] Aug 03 04:07:30.321 INFO O| Aug 03 04:07:30.321 INFO STEP 32 (ensure_file) COMPLETE
87542024-08-03T04:07:32.152Z[ host-image] Aug 03 04:07:30.321 INFO O| Aug 03 04:07:30.321 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87552024-08-03T04:07:32.159Z[ host-image] Aug 03 04:07:30.331 INFO O| Aug 03 04:07:30.331 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87562024-08-03T04:07:32.165Z[ host-image] Aug 03 04:07:30.331 INFO O| Aug 03 04:07:30.331 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87572024-08-03T04:07:32.165Z[ host-image] Aug 03 04:07:30.331 INFO O| Aug 03 04:07:30.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87582024-08-03T04:07:32.165Z[ host-image] Aug 03 04:07:30.331 INFO O| Aug 03 04:07:30.331 INFO ok!
87592024-08-03T04:07:32.165Z[ host-image] Aug 03 04:07:30.331 INFO O| Aug 03 04:07:30.331 INFO STEP 33 (ensure_file) COMPLETE
87602024-08-03T04:07:32.165Z[ host-image] Aug 03 04:07:30.331 INFO O| Aug 03 04:07:30.331 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87612024-08-03T04:07:32.169Z[ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
87622024-08-03T04:07:32.172Z[ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.340 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
87632024-08-03T04:07:32.172Z[ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87642024-08-03T04:07:32.172Z[ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87652024-08-03T04:07:32.172Z[ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87662024-08-03T04:07:32.172Z[ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87672024-08-03T04:07:32.172Z[ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO ok!
87682024-08-03T04:07:32.172Z[ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO STEP 34 (ensure_file) COMPLETE
87692024-08-03T04:07:32.172Z[ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87702024-08-03T04:07:32.181Z[ host-image] Aug 03 04:07:30.353 INFO O| Aug 03 04:07:30.353 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87712024-08-03T04:07:32.185Z[ host-image] Aug 03 04:07:30.353 INFO O| Aug 03 04:07:30.353 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87722024-08-03T04:07:32.185Z[ host-image] Aug 03 04:07:30.353 INFO O| Aug 03 04:07:30.353 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87732024-08-03T04:07:32.185Z[ host-image] Aug 03 04:07:30.353 INFO O| Aug 03 04:07:30.353 INFO STEP 35 (ensure_dir) COMPLETE
87742024-08-03T04:07:32.185Z[ host-image] Aug 03 04:07:30.353 INFO O| Aug 03 04:07:30.353 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87752024-08-03T04:07:32.193Z[ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 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
87762024-08-03T04:07:32.193Z[ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 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 ...
87772024-08-03T04:07:32.195Z[ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 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
87782024-08-03T04:07:32.195Z[ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 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
87792024-08-03T04:07:32.196Z[ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 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
87802024-08-03T04:07:32.196Z[ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 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
87812024-08-03T04:07:32.196Z[ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 INFO ok!
87822024-08-03T04:07:32.196Z[ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 INFO STEP 36 (ensure_file) COMPLETE
87832024-08-03T04:07:32.196Z[ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87842024-08-03T04:07:32.202Z[ host-image] Aug 03 04:07:30.373 INFO O| Aug 03 04:07:30.373 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87852024-08-03T04:07:32.202Z[ host-image] Aug 03 04:07:30.373 INFO O| Aug 03 04:07:30.373 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 ...
87862024-08-03T04:07:32.205Z[ host-image] Aug 03 04:07:30.373 INFO O| Aug 03 04:07:30.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87872024-08-03T04:07:32.205Z[ host-image] Aug 03 04:07:30.373 INFO O| Aug 03 04:07:30.373 INFO ok!
87882024-08-03T04:07:32.205Z[ host-image] Aug 03 04:07:30.373 INFO O| Aug 03 04:07:30.373 INFO STEP 37 (ensure_symlink) COMPLETE
87892024-08-03T04:07:32.205Z[ host-image] Aug 03 04:07:30.373 INFO O| Aug 03 04:07:30.373 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87902024-08-03T04:07:32.211Z[ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
87912024-08-03T04:07:32.211Z[ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
87922024-08-03T04:07:32.214Z[ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87932024-08-03T04:07:32.215Z[ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87942024-08-03T04:07:32.215Z[ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87952024-08-03T04:07:32.215Z[ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87962024-08-03T04:07:32.215Z[ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO ok!
87972024-08-03T04:07:32.215Z[ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO STEP 38 (ensure_file) COMPLETE
87982024-08-03T04:07:32.215Z[ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87992024-08-03T04:07:32.221Z[ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88002024-08-03T04:07:32.221Z[ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 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 ...
88012024-08-03T04:07:32.224Z[ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 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
88022024-08-03T04:07:32.224Z[ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88032024-08-03T04:07:32.224Z[ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 INFO ok!
88042024-08-03T04:07:32.224Z[ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 INFO STEP 39 (ensure_file) COMPLETE
88052024-08-03T04:07:32.224Z[ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88062024-08-03T04:07:32.231Z[ host-image] Aug 03 04:07:30.403 INFO O| Aug 03 04:07:30.403 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88072024-08-03T04:07:32.231Z[ host-image] Aug 03 04:07:30.403 INFO O| Aug 03 04:07:30.403 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88082024-08-03T04:07:32.234Z[ host-image] Aug 03 04:07:30.403 INFO O| Aug 03 04:07:30.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88092024-08-03T04:07:32.234Z[ host-image] Aug 03 04:07:30.403 INFO O| Aug 03 04:07:30.403 INFO ok!
88102024-08-03T04:07:32.234Z[ host-image] Aug 03 04:07:30.403 INFO O| Aug 03 04:07:30.403 INFO STEP 40 (ensure_file) COMPLETE
88112024-08-03T04:07:32.234Z[ host-image] Aug 03 04:07:30.403 INFO O| Aug 03 04:07:30.403 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88122024-08-03T04:07:32.240Z[ host-image] Aug 03 04:07:30.412 INFO O| Aug 03 04:07:30.412 INFO updating shadow file
88132024-08-03T04:07:32.244Z[ host-image] Aug 03 04:07:30.412 INFO O| Aug 03 04:07:30.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88142024-08-03T04:07:32.244Z[ host-image] Aug 03 04:07:30.412 INFO O| Aug 03 04:07:30.412 INFO STEP 41 (shadow) COMPLETE
88152024-08-03T04:07:32.244Z[ host-image] Aug 03 04:07:30.412 INFO O| Aug 03 04:07:30.412 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88162024-08-03T04:07:32.250Z[ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88172024-08-03T04:07:32.250Z[ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88182024-08-03T04:07:32.253Z[ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88192024-08-03T04:07:32.253Z[ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88202024-08-03T04:07:32.253Z[ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO ok!
88212024-08-03T04:07:32.253Z[ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO STEP 42 (ensure_file) COMPLETE
88222024-08-03T04:07:32.253Z[ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88232024-08-03T04:07:32.253Z[ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO skip step because feature "mfg" is not enabled
88242024-08-03T04:07:32.253Z[ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88252024-08-03T04:07:32.253Z[ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO skip step because feature "mfg" is not enabled
88262024-08-03T04:07:32.253Z[ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88272024-08-03T04:07:32.261Z[ host-image] Aug 03 04:07:30.432 INFO O| Aug 03 04:07:30.432 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88282024-08-03T04:07:32.261Z[ host-image] Aug 03 04:07:30.432 INFO O| Aug 03 04:07:30.432 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88292024-08-03T04:07:32.909Z[ host-image] Aug 03 04:07:31.080 INFO O| Aug 03 04:07:31.080 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88302024-08-03T04:07:32.909Z[ host-image] Aug 03 04:07:31.080 INFO O| Aug 03 04:07:31.080 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88312024-08-03T04:07:32.909Z[ host-image] Aug 03 04:07:31.080 INFO O| Aug 03 04:07:31.080 INFO ok!
88322024-08-03T04:07:32.909Z[ host-image] Aug 03 04:07:31.080 INFO O| Aug 03 04:07:31.080 INFO STEP 45 (ensure_file) COMPLETE
88332024-08-03T04:07:32.912Z[ host-image] Aug 03 04:07:31.080 INFO O| Aug 03 04:07:31.080 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88342024-08-03T04:07:32.921Z[ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88352024-08-03T04:07:32.924Z[ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88362024-08-03T04:07:32.924Z[ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88372024-08-03T04:07:32.924Z[ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88382024-08-03T04:07:32.924Z[ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88392024-08-03T04:07:32.924Z[ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88402024-08-03T04:07:32.924Z[ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO ok!
88412024-08-03T04:07:32.924Z[ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO STEP 46 (ensure_file) COMPLETE
88422024-08-03T04:07:32.924Z[ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88432024-08-03T04:07:32.932Z[ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88442024-08-03T04:07:32.936Z[ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 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 ...
88452024-08-03T04:07:32.936Z[ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 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
88462024-08-03T04:07:32.936Z[ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88472024-08-03T04:07:32.936Z[ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 INFO ok!
88482024-08-03T04:07:32.936Z[ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 INFO STEP 47 (ensure_file) COMPLETE
88492024-08-03T04:07:32.936Z[ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88502024-08-03T04:07:32.942Z[ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88512024-08-03T04:07:32.942Z[ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88522024-08-03T04:07:32.945Z[ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88532024-08-03T04:07:32.945Z[ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88542024-08-03T04:07:32.945Z[ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88552024-08-03T04:07:32.945Z[ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88562024-08-03T04:07:32.945Z[ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO ok!
88572024-08-03T04:07:32.945Z[ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO STEP 48 (ensure_file) COMPLETE
88582024-08-03T04:07:32.946Z[ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88592024-08-03T04:07:32.952Z[ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88602024-08-03T04:07:32.955Z[ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 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 ...
88612024-08-03T04:07:32.955Z[ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 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
88622024-08-03T04:07:32.955Z[ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88632024-08-03T04:07:32.955Z[ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 INFO ok!
88642024-08-03T04:07:32.955Z[ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 INFO STEP 49 (ensure_file) COMPLETE
88652024-08-03T04:07:32.955Z[ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88662024-08-03T04:07:32.962Z[ host-image] Aug 03 04:07:31.133 INFO O| Aug 03 04:07:31.133 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
88672024-08-03T04:07:32.962Z[ host-image] Aug 03 04:07:31.133 INFO O| Aug 03 04:07:31.133 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
88682024-08-03T04:07:32.965Z[ host-image] Aug 03 04:07:31.133 INFO O| Aug 03 04:07:31.133 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88692024-08-03T04:07:32.965Z[ host-image] Aug 03 04:07:31.134 INFO O| Aug 03 04:07:31.133 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88702024-08-03T04:07:32.965Z[ host-image] Aug 03 04:07:31.134 INFO O| Aug 03 04:07:31.134 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88712024-08-03T04:07:32.965Z[ host-image] Aug 03 04:07:31.134 INFO O| Aug 03 04:07:31.134 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88722024-08-03T04:07:32.965Z[ host-image] Aug 03 04:07:31.134 INFO O| Aug 03 04:07:31.134 INFO ok!
88732024-08-03T04:07:32.965Z[ host-image] Aug 03 04:07:31.134 INFO O| Aug 03 04:07:31.134 INFO STEP 50 (ensure_file) COMPLETE
88742024-08-03T04:07:32.965Z[ host-image] Aug 03 04:07:31.134 INFO O| Aug 03 04:07:31.134 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88752024-08-03T04:07:32.972Z[ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
88762024-08-03T04:07:32.972Z[ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 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 ...
88772024-08-03T04:07:32.975Z[ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 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
88782024-08-03T04:07:32.975Z[ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
88792024-08-03T04:07:32.975Z[ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 INFO ok!
88802024-08-03T04:07:32.975Z[ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 INFO STEP 51 (ensure_file) COMPLETE
88812024-08-03T04:07:32.975Z[ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88822024-08-03T04:07:32.981Z[ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
88832024-08-03T04:07:32.984Z[ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 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 ...
88842024-08-03T04:07:32.984Z[ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 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
88852024-08-03T04:07:32.984Z[ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
88862024-08-03T04:07:32.984Z[ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 INFO ok!
88872024-08-03T04:07:32.984Z[ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 INFO STEP 52 (ensure_file) COMPLETE
88882024-08-03T04:07:32.984Z[ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88892024-08-03T04:07:32.991Z[ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
88902024-08-03T04:07:32.991Z[ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 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 ...
88912024-08-03T04:07:32.994Z[ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 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
88922024-08-03T04:07:32.994Z[ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
88932024-08-03T04:07:32.994Z[ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 INFO ok!
88942024-08-03T04:07:32.994Z[ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 INFO STEP 53 (ensure_file) COMPLETE
88952024-08-03T04:07:32.994Z[ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88962024-08-03T04:07:33.002Z[ host-image] Aug 03 04:07:31.173 INFO O| Aug 03 04:07:31.173 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
88972024-08-03T04:07:33.005Z[ host-image] Aug 03 04:07:31.173 INFO O| Aug 03 04:07:31.173 INFO STEP 54 (ensure_dir) COMPLETE
88982024-08-03T04:07:33.005Z[ host-image] Aug 03 04:07:31.173 INFO O| Aug 03 04:07:31.173 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88992024-08-03T04:07:33.011Z[ host-image] Aug 03 04:07:31.183 INFO O| Aug 03 04:07:31.183 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89002024-08-03T04:07:33.011Z[ host-image] Aug 03 04:07:31.183 INFO O| Aug 03 04:07:31.183 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89012024-08-03T04:07:33.011Z[ host-image] Aug 03 04:07:31.183 INFO O| Aug 03 04:07:31.183 INFO STEP 55 (ensure_dir) COMPLETE
89022024-08-03T04:07:33.014Z[ host-image] Aug 03 04:07:31.183 INFO O| Aug 03 04:07:31.183 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89032024-08-03T04:07:33.021Z[ host-image] Aug 03 04:07:31.192 INFO O| Aug 03 04:07:31.192 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89042024-08-03T04:07:33.024Z[ host-image] Aug 03 04:07:31.192 INFO O| Aug 03 04:07:31.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89052024-08-03T04:07:33.024Z[ host-image] Aug 03 04:07:31.192 INFO O| Aug 03 04:07:31.192 INFO STEP 56 (ensure_dir) COMPLETE
89062024-08-03T04:07:33.024Z[ host-image] Aug 03 04:07:31.192 INFO O| Aug 03 04:07:31.192 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89072024-08-03T04:07:33.030Z[ host-image] Aug 03 04:07:31.202 INFO O| Aug 03 04:07:31.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89082024-08-03T04:07:33.030Z[ host-image] Aug 03 04:07:31.202 INFO O| Aug 03 04:07:31.202 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89092024-08-03T04:07:33.045Z[ host-image] Aug 03 04:07:31.216 INFO O| Aug 03 04:07:31.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89102024-08-03T04:07:33.045Z[ host-image] Aug 03 04:07:31.216 INFO O| Aug 03 04:07:31.216 INFO ok!
89112024-08-03T04:07:33.048Z[ host-image] Aug 03 04:07:31.216 INFO O| Aug 03 04:07:31.216 INFO STEP 57 (ensure_file) COMPLETE
89122024-08-03T04:07:33.048Z[ host-image] Aug 03 04:07:31.216 INFO O| Aug 03 04:07:31.216 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89132024-08-03T04:07:33.054Z[ host-image] Aug 03 04:07:31.226 INFO O| Aug 03 04:07:31.226 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89142024-08-03T04:07:33.054Z[ host-image] Aug 03 04:07:31.226 INFO O| Aug 03 04:07:31.226 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89152024-08-03T04:07:33.236Z[ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling bitflags v1.3.2
89162024-08-03T04:07:33.240Z[ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling bit_field v0.10.2
89172024-08-03T04:07:33.244Z[ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling adler v1.0.2
89182024-08-03T04:07:33.244Z[ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling log v0.4.21
89192024-08-03T04:07:33.248Z[ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling scroll v0.12.0
89202024-08-03T04:07:33.248Z[ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling plain v0.2.3
89212024-08-03T04:07:33.248Z[ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling static_assertions v1.1.0
89222024-08-03T04:07:33.399Z[ recovery-image] Aug 03 04:07:31.570 INFO E| Compiling raw-cpuid v10.7.0
89232024-08-03T04:07:33.450Z[ recovery-image] Aug 03 04:07:31.619 INFO E| Compiling cpio_reader v0.1.1
89242024-08-03T04:07:33.472Z[ recovery-image] Aug 03 04:07:31.640 INFO E| Compiling bitstruct v0.1.1
89252024-08-03T04:07:33.594Z[ recovery-image] Aug 03 04:07:31.766 INFO E| Compiling miniz_oxide v0.7.2
89262024-08-03T04:07:34.460Z[ host-image] Aug 03 04:07:32.632 INFO O| Aug 03 04:07:32.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89272024-08-03T04:07:34.461Z[ host-image] Aug 03 04:07:32.632 INFO O| Aug 03 04:07:32.632 INFO ok!
89282024-08-03T04:07:34.461Z[ host-image] Aug 03 04:07:32.632 INFO O| Aug 03 04:07:32.632 INFO STEP 58 (ensure_file) COMPLETE
89292024-08-03T04:07:34.464Z[ host-image] Aug 03 04:07:32.632 INFO O| Aug 03 04:07:32.632 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89302024-08-03T04:07:34.480Z[ host-image] Aug 03 04:07:32.651 INFO O| Aug 03 04:07:32.651 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89312024-08-03T04:07:34.480Z[ host-image] Aug 03 04:07:32.651 INFO O| Aug 03 04:07:32.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89322024-08-03T04:07:34.483Z[ host-image] Aug 03 04:07:32.651 INFO O| Aug 03 04:07:32.651 INFO STEP 59 (ensure_dir) COMPLETE
89332024-08-03T04:07:34.483Z[ host-image] Aug 03 04:07:32.651 INFO O| Aug 03 04:07:32.651 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89342024-08-03T04:07:34.489Z[ recovery-image] Aug 03 04:07:32.660 INFO E| Compiling goblin v0.8.0
89352024-08-03T04:07:34.505Z[ host-image] Aug 03 04:07:32.676 INFO O| Aug 03 04:07:32.676 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89362024-08-03T04:07:34.505Z[ host-image] Aug 03 04:07:32.676 INFO O| Aug 03 04:07:32.676 INFO copying /tmp/.tmpozcuMR/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 ...
89372024-08-03T04:07:34.508Z[ host-image] Aug 03 04:07:32.677 INFO O| Aug 03 04:07:32.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89382024-08-03T04:07:34.508Z[ host-image] Aug 03 04:07:32.677 INFO O| Aug 03 04:07:32.677 INFO ok!
89392024-08-03T04:07:34.508Z[ host-image] Aug 03 04:07:32.677 INFO O| Aug 03 04:07:32.677 INFO STEP 60 (ensure_file) COMPLETE
89402024-08-03T04:07:34.508Z[ host-image] Aug 03 04:07:32.677 INFO O| Aug 03 04:07:32.677 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89412024-08-03T04:07:34.534Z[ host-image] Aug 03 04:07:32.705 INFO O| Aug 03 04:07:32.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89422024-08-03T04:07:34.534Z[ host-image] Aug 03 04:07:32.705 INFO O| Aug 03 04:07:32.705 INFO copying /tmp/.tmpozcuMR/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 ...
89432024-08-03T04:07:34.537Z[ host-image] Aug 03 04:07:32.706 INFO O| Aug 03 04:07:32.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89442024-08-03T04:07:34.537Z[ host-image] Aug 03 04:07:32.706 INFO O| Aug 03 04:07:32.706 INFO ok!
89452024-08-03T04:07:34.537Z[ host-image] Aug 03 04:07:32.706 INFO O| Aug 03 04:07:32.706 INFO STEP 61 (ensure_file) COMPLETE
89462024-08-03T04:07:34.537Z[ host-image] Aug 03 04:07:32.706 INFO O| Aug 03 04:07:32.706 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89472024-08-03T04:07:34.555Z[ host-image] Aug 03 04:07:32.727 INFO O| Aug 03 04:07:32.726 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89482024-08-03T04:07:34.558Z[ host-image] Aug 03 04:07:32.727 INFO O| Aug 03 04:07:32.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89492024-08-03T04:07:34.558Z[ host-image] Aug 03 04:07:32.727 INFO O| Aug 03 04:07:32.727 INFO STEP 62 (ensure_dir) COMPLETE
89502024-08-03T04:07:34.558Z[ host-image] Aug 03 04:07:32.727 INFO O| Aug 03 04:07:32.727 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89512024-08-03T04:07:34.576Z[ host-image] Aug 03 04:07:32.746 INFO O| Aug 03 04:07:32.746 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89522024-08-03T04:07:34.576Z[ host-image] Aug 03 04:07:32.746 INFO O| Aug 03 04:07:32.746 INFO copying /tmp/.tmpozcuMR/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 ...
89532024-08-03T04:07:34.579Z[ host-image] Aug 03 04:07:32.747 INFO O| Aug 03 04:07:32.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89542024-08-03T04:07:34.579Z[ host-image] Aug 03 04:07:32.747 INFO O| Aug 03 04:07:32.747 INFO ok!
89552024-08-03T04:07:34.579Z[ host-image] Aug 03 04:07:32.747 INFO O| Aug 03 04:07:32.747 INFO STEP 63 (ensure_file) COMPLETE
89562024-08-03T04:07:34.579Z[ host-image] Aug 03 04:07:32.747 INFO O| Aug 03 04:07:32.747 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89572024-08-03T04:07:34.597Z[ host-image] Aug 03 04:07:32.768 INFO O| Aug 03 04:07:32.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89582024-08-03T04:07:34.597Z[ host-image] Aug 03 04:07:32.768 INFO O| Aug 03 04:07:32.768 INFO copying /tmp/.tmpozcuMR/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 ...
89592024-08-03T04:07:34.600Z[ host-image] Aug 03 04:07:32.769 INFO O| Aug 03 04:07:32.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89602024-08-03T04:07:34.600Z[ host-image] Aug 03 04:07:32.769 INFO O| Aug 03 04:07:32.769 INFO ok!
89612024-08-03T04:07:34.600Z[ host-image] Aug 03 04:07:32.769 INFO O| Aug 03 04:07:32.769 INFO STEP 64 (ensure_file) COMPLETE
89622024-08-03T04:07:34.600Z[ host-image] Aug 03 04:07:32.769 INFO O| Aug 03 04:07:32.769 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89632024-08-03T04:07:34.619Z[ host-image] Aug 03 04:07:32.790 INFO O| Aug 03 04:07:32.790 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89642024-08-03T04:07:34.626Z[ host-image] Aug 03 04:07:32.790 INFO O| Aug 03 04:07:32.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89652024-08-03T04:07:34.626Z[ host-image] Aug 03 04:07:32.790 INFO O| Aug 03 04:07:32.790 INFO STEP 65 (ensure_dir) COMPLETE
89662024-08-03T04:07:34.626Z[ host-image] Aug 03 04:07:32.790 INFO O| Aug 03 04:07:32.790 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89672024-08-03T04:07:34.655Z[ host-image] Aug 03 04:07:32.826 INFO O| Aug 03 04:07:32.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89682024-08-03T04:07:34.655Z[ host-image] Aug 03 04:07:32.826 INFO O| Aug 03 04:07:32.826 INFO copying /tmp/.tmpozcuMR/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 ...
89692024-08-03T04:07:34.658Z[ host-image] Aug 03 04:07:32.826 INFO O| Aug 03 04:07:32.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89702024-08-03T04:07:34.658Z[ host-image] Aug 03 04:07:32.826 INFO O| Aug 03 04:07:32.826 INFO ok!
89712024-08-03T04:07:34.658Z[ host-image] Aug 03 04:07:32.826 INFO O| Aug 03 04:07:32.826 INFO STEP 66 (ensure_file) COMPLETE
89722024-08-03T04:07:34.658Z[ host-image] Aug 03 04:07:32.826 INFO O| Aug 03 04:07:32.826 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89732024-08-03T04:07:34.701Z[ host-image] Aug 03 04:07:32.873 INFO O| Aug 03 04:07:32.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
89742024-08-03T04:07:34.701Z[ host-image] Aug 03 04:07:32.873 INFO O| Aug 03 04:07:32.872 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
89752024-08-03T04:07:34.701Z[ host-image] Aug 03 04:07:32.873 INFO O| Aug 03 04:07:32.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
89762024-08-03T04:07:34.705Z[ host-image] Aug 03 04:07:32.873 INFO O| Aug 03 04:07:32.873 INFO ok!
89772024-08-03T04:07:34.705Z[ host-image] Aug 03 04:07:32.873 INFO O| Aug 03 04:07:32.873 INFO STEP 67 (ensure_file) COMPLETE
89782024-08-03T04:07:34.705Z[ host-image] Aug 03 04:07:32.873 INFO O| Aug 03 04:07:32.873 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89792024-08-03T04:07:34.721Z[ host-image] Aug 03 04:07:32.892 INFO O| Aug 03 04:07:32.892 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89802024-08-03T04:07:34.724Z[ host-image] Aug 03 04:07:32.892 INFO O| Aug 03 04:07:32.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89812024-08-03T04:07:34.724Z[ host-image] Aug 03 04:07:32.892 INFO O| Aug 03 04:07:32.892 INFO STEP 68 (ensure_dir) COMPLETE
89822024-08-03T04:07:34.724Z[ host-image] Aug 03 04:07:32.893 INFO O| Aug 03 04:07:32.892 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89832024-08-03T04:07:34.738Z[ host-image] Aug 03 04:07:32.909 INFO O| Aug 03 04:07:32.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
89842024-08-03T04:07:34.738Z[ host-image] Aug 03 04:07:32.909 INFO O| Aug 03 04:07:32.909 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
89852024-08-03T04:07:35.402Z[ host-image] Aug 03 04:07:33.572 INFO O| Aug 03 04:07:33.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
89862024-08-03T04:07:35.402Z[ host-image] Aug 03 04:07:33.572 INFO O| Aug 03 04:07:33.572 INFO ok!
89872024-08-03T04:07:35.402Z[ host-image] Aug 03 04:07:33.572 INFO O| Aug 03 04:07:33.572 INFO STEP 69 (ensure_file) COMPLETE
89882024-08-03T04:07:35.405Z[ host-image] Aug 03 04:07:33.572 INFO O| Aug 03 04:07:33.572 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89892024-08-03T04:07:35.417Z[ host-image] Aug 03 04:07:33.588 INFO O| Aug 03 04:07:33.588 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
89902024-08-03T04:07:35.417Z[ host-image] Aug 03 04:07:33.588 INFO O| Aug 03 04:07:33.588 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
89912024-08-03T04:07:37.179Z[ host-image] Aug 03 04:07:35.350 INFO O| Aug 03 04:07:35.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
89922024-08-03T04:07:37.179Z[ host-image] Aug 03 04:07:35.350 INFO O| Aug 03 04:07:35.350 INFO ok!
89932024-08-03T04:07:37.179Z[ host-image] Aug 03 04:07:35.350 INFO O| Aug 03 04:07:35.350 INFO STEP 70 (ensure_file) COMPLETE
89942024-08-03T04:07:37.183Z[ host-image] Aug 03 04:07:35.350 INFO O| Aug 03 04:07:35.350 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89952024-08-03T04:07:37.195Z[ host-image] Aug 03 04:07:35.366 INFO O| Aug 03 04:07:35.366 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89962024-08-03T04:07:37.195Z[ host-image] Aug 03 04:07:35.366 INFO O| Aug 03 04:07:35.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89972024-08-03T04:07:37.195Z[ host-image] Aug 03 04:07:35.366 INFO O| Aug 03 04:07:35.366 INFO STEP 71 (ensure_dir) COMPLETE
89982024-08-03T04:07:37.198Z[ host-image] Aug 03 04:07:35.366 INFO O| Aug 03 04:07:35.366 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89992024-08-03T04:07:37.212Z[ host-image] Aug 03 04:07:35.383 INFO O| Aug 03 04:07:35.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90002024-08-03T04:07:37.212Z[ host-image] Aug 03 04:07:35.383 INFO O| Aug 03 04:07:35.383 INFO copying /tmp/.tmpozcuMR/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 ...
90012024-08-03T04:07:37.212Z[ host-image] Aug 03 04:07:35.383 INFO O| Aug 03 04:07:35.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90022024-08-03T04:07:37.215Z[ host-image] Aug 03 04:07:35.383 INFO O| Aug 03 04:07:35.383 INFO ok!
90032024-08-03T04:07:37.215Z[ host-image] Aug 03 04:07:35.383 INFO O| Aug 03 04:07:35.383 INFO STEP 72 (ensure_file) COMPLETE
90042024-08-03T04:07:37.215Z[ host-image] Aug 03 04:07:35.383 INFO O| Aug 03 04:07:35.383 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90052024-08-03T04:07:37.237Z[ host-image] Aug 03 04:07:35.408 INFO O| Aug 03 04:07:35.408 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90062024-08-03T04:07:37.237Z[ host-image] Aug 03 04:07:35.408 INFO O| Aug 03 04:07:35.408 INFO copying /tmp/.tmpozcuMR/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 ...
90072024-08-03T04:07:37.237Z[ host-image] Aug 03 04:07:35.408 INFO O| Aug 03 04:07:35.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90082024-08-03T04:07:37.237Z[ host-image] Aug 03 04:07:35.408 INFO O| Aug 03 04:07:35.408 INFO ok!
90092024-08-03T04:07:37.241Z[ host-image] Aug 03 04:07:35.408 INFO O| Aug 03 04:07:35.408 INFO STEP 73 (ensure_file) COMPLETE
90102024-08-03T04:07:37.241Z[ host-image] Aug 03 04:07:35.408 INFO O| Aug 03 04:07:35.408 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90112024-08-03T04:07:37.255Z[ host-image] Aug 03 04:07:35.426 INFO O| Aug 03 04:07:35.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90122024-08-03T04:07:37.255Z[ host-image] Aug 03 04:07:35.426 INFO O| Aug 03 04:07:35.426 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90132024-08-03T04:07:37.258Z[ host-image] Aug 03 04:07:35.426 INFO O| Aug 03 04:07:35.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90142024-08-03T04:07:37.258Z[ host-image] Aug 03 04:07:35.427 INFO O| Aug 03 04:07:35.426 INFO ok!
90152024-08-03T04:07:37.258Z[ host-image] Aug 03 04:07:35.427 INFO O| Aug 03 04:07:35.427 INFO STEP 74 (ensure_file) COMPLETE
90162024-08-03T04:07:37.258Z[ host-image] Aug 03 04:07:35.427 INFO O| Aug 03 04:07:35.427 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90172024-08-03T04:07:37.274Z[ host-image] Aug 03 04:07:35.445 INFO O| Aug 03 04:07:35.445 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90182024-08-03T04:07:37.274Z[ host-image] Aug 03 04:07:35.445 INFO O| Aug 03 04:07:35.445 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90192024-08-03T04:07:37.277Z[ host-image] Aug 03 04:07:35.445 INFO O| Aug 03 04:07:35.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90202024-08-03T04:07:37.277Z[ host-image] Aug 03 04:07:35.445 INFO O| Aug 03 04:07:35.445 INFO ok!
90212024-08-03T04:07:37.277Z[ host-image] Aug 03 04:07:35.445 INFO O| Aug 03 04:07:35.445 INFO STEP 75 (ensure_file) COMPLETE
90222024-08-03T04:07:37.277Z[ host-image] Aug 03 04:07:35.445 INFO O| Aug 03 04:07:35.445 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90232024-08-03T04:07:37.291Z[ host-image] Aug 03 04:07:35.462 INFO O| Aug 03 04:07:35.462 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90242024-08-03T04:07:37.291Z[ host-image] Aug 03 04:07:35.462 INFO O| Aug 03 04:07:35.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90252024-08-03T04:07:37.291Z[ host-image] Aug 03 04:07:35.462 INFO O| Aug 03 04:07:35.462 INFO STEP 76 (ensure_dir) COMPLETE
90262024-08-03T04:07:37.294Z[ host-image] Aug 03 04:07:35.462 INFO O| Aug 03 04:07:35.462 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90272024-08-03T04:07:37.307Z[ host-image] Aug 03 04:07:35.478 INFO O| Aug 03 04:07:35.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90282024-08-03T04:07:37.307Z[ host-image] Aug 03 04:07:35.478 INFO O| Aug 03 04:07:35.478 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90292024-08-03T04:07:37.312Z[ host-image] Aug 03 04:07:35.483 INFO O| Aug 03 04:07:35.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90302024-08-03T04:07:37.312Z[ host-image] Aug 03 04:07:35.483 INFO O| Aug 03 04:07:35.483 INFO ok!
90312024-08-03T04:07:37.315Z[ host-image] Aug 03 04:07:35.483 INFO O| Aug 03 04:07:35.483 INFO STEP 77 (ensure_file) COMPLETE
90322024-08-03T04:07:37.315Z[ host-image] Aug 03 04:07:35.483 INFO O| Aug 03 04:07:35.483 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90332024-08-03T04:07:37.331Z[ host-image] Aug 03 04:07:35.502 INFO O| Aug 03 04:07:35.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90342024-08-03T04:07:37.331Z[ host-image] Aug 03 04:07:35.502 INFO O| Aug 03 04:07:35.502 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90352024-08-03T04:07:37.331Z[ host-image] Aug 03 04:07:35.502 INFO O| Aug 03 04:07:35.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90362024-08-03T04:07:37.331Z[ host-image] Aug 03 04:07:35.502 INFO O| Aug 03 04:07:35.502 INFO ok!
90372024-08-03T04:07:37.334Z[ host-image] Aug 03 04:07:35.502 INFO O| Aug 03 04:07:35.502 INFO STEP 78 (ensure_file) COMPLETE
90382024-08-03T04:07:37.334Z[ host-image] Aug 03 04:07:35.502 INFO O| Aug 03 04:07:35.502 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90392024-08-03T04:07:37.346Z[ host-image] Aug 03 04:07:35.518 INFO O| Aug 03 04:07:35.517 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90402024-08-03T04:07:37.346Z[ host-image] Aug 03 04:07:35.518 INFO O| Aug 03 04:07:35.518 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90412024-08-03T04:07:39.156Z[ host-image] Aug 03 04:07:37.327 INFO O| Aug 03 04:07:37.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90422024-08-03T04:07:39.156Z[ host-image] Aug 03 04:07:37.327 INFO O| Aug 03 04:07:37.327 INFO ok!
90432024-08-03T04:07:39.159Z[ host-image] Aug 03 04:07:37.327 INFO O| Aug 03 04:07:37.327 INFO STEP 79 (ensure_file) COMPLETE
90442024-08-03T04:07:39.159Z[ host-image] Aug 03 04:07:37.327 INFO O| Aug 03 04:07:37.327 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90452024-08-03T04:07:39.171Z[ host-image] Aug 03 04:07:37.342 INFO O| Aug 03 04:07:37.342 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90462024-08-03T04:07:39.173Z[ host-image] Aug 03 04:07:37.342 INFO O| Aug 03 04:07:37.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90472024-08-03T04:07:39.173Z[ host-image] Aug 03 04:07:37.342 INFO O| Aug 03 04:07:37.342 INFO STEP 80 (ensure_dir) COMPLETE
90482024-08-03T04:07:39.173Z[ host-image] Aug 03 04:07:37.342 INFO O| Aug 03 04:07:37.342 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90492024-08-03T04:07:39.183Z[ host-image] Aug 03 04:07:37.354 INFO O| Aug 03 04:07:37.354 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90502024-08-03T04:07:39.186Z[ host-image] Aug 03 04:07:37.354 INFO O| Aug 03 04:07:37.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90512024-08-03T04:07:39.186Z[ host-image] Aug 03 04:07:37.354 INFO O| Aug 03 04:07:37.354 INFO STEP 81 (ensure_dir) COMPLETE
90522024-08-03T04:07:39.186Z[ host-image] Aug 03 04:07:37.354 INFO O| Aug 03 04:07:37.354 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90532024-08-03T04:07:39.193Z[ host-image] Aug 03 04:07:37.364 INFO O| Aug 03 04:07:37.364 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90542024-08-03T04:07:39.193Z[ host-image] Aug 03 04:07:37.364 INFO O| Aug 03 04:07:37.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90552024-08-03T04:07:39.193Z[ host-image] Aug 03 04:07:37.364 INFO O| Aug 03 04:07:37.364 INFO STEP 82 (ensure_dir) COMPLETE
90562024-08-03T04:07:39.195Z[ host-image] Aug 03 04:07:37.364 INFO O| Aug 03 04:07:37.364 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90572024-08-03T04:07:39.203Z[ host-image] Aug 03 04:07:37.374 INFO O| Aug 03 04:07:37.374 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90582024-08-03T04:07:39.203Z[ host-image] Aug 03 04:07:37.374 INFO O| Aug 03 04:07:37.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90592024-08-03T04:07:39.206Z[ host-image] Aug 03 04:07:37.374 INFO O| Aug 03 04:07:37.374 INFO STEP 83 (ensure_dir) COMPLETE
90602024-08-03T04:07:39.206Z[ host-image] Aug 03 04:07:37.374 INFO O| Aug 03 04:07:37.374 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-08-03T04:07:39.217Z[ host-image] Aug 03 04:07:37.386 INFO O| Aug 03 04:07:37.386 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90622024-08-03T04:07:39.217Z[ host-image] Aug 03 04:07:37.386 INFO O| Aug 03 04:07:37.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90632024-08-03T04:07:39.220Z[ host-image] Aug 03 04:07:37.386 INFO O| Aug 03 04:07:37.386 INFO STEP 84 (ensure_dir) COMPLETE
90642024-08-03T04:07:39.220Z[ host-image] Aug 03 04:07:37.386 INFO O| Aug 03 04:07:37.386 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90652024-08-03T04:07:39.227Z[ host-image] Aug 03 04:07:37.398 INFO O| Aug 03 04:07:37.398 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90662024-08-03T04:07:39.227Z[ host-image] Aug 03 04:07:37.398 INFO O| Aug 03 04:07:37.398 INFO copying /tmp/.tmpozcuMR/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 ...
90672024-08-03T04:07:39.230Z[ host-image] Aug 03 04:07:37.398 INFO O| Aug 03 04:07:37.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
90682024-08-03T04:07:39.230Z[ host-image] Aug 03 04:07:37.398 INFO O| Aug 03 04:07:37.398 INFO ok!
90692024-08-03T04:07:39.230Z[ host-image] Aug 03 04:07:37.398 INFO O| Aug 03 04:07:37.398 INFO STEP 85 (ensure_file) COMPLETE
90702024-08-03T04:07:39.230Z[ host-image] Aug 03 04:07:37.398 INFO O| Aug 03 04:07:37.398 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90712024-08-03T04:07:39.237Z[ host-image] Aug 03 04:07:37.408 INFO O| Aug 03 04:07:37.408 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90722024-08-03T04:07:39.240Z[ host-image] Aug 03 04:07:37.408 INFO O| Aug 03 04:07:37.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90732024-08-03T04:07:39.240Z[ host-image] Aug 03 04:07:37.408 INFO O| Aug 03 04:07:37.408 INFO STEP 86 (ensure_dir) COMPLETE
90742024-08-03T04:07:39.240Z[ host-image] Aug 03 04:07:37.408 INFO O| Aug 03 04:07:37.408 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90752024-08-03T04:07:39.247Z[ host-image] Aug 03 04:07:37.418 INFO O| Aug 03 04:07:37.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
90762024-08-03T04:07:39.247Z[ host-image] Aug 03 04:07:37.418 INFO O| Aug 03 04:07:37.418 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
90772024-08-03T04:07:39.250Z[ host-image] Aug 03 04:07:37.418 INFO O| Aug 03 04:07:37.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
90782024-08-03T04:07:39.250Z[ host-image] Aug 03 04:07:37.418 INFO O| Aug 03 04:07:37.418 INFO ok!
90792024-08-03T04:07:39.250Z[ host-image] Aug 03 04:07:37.418 INFO O| Aug 03 04:07:37.418 INFO STEP 87 (ensure_file) COMPLETE
90802024-08-03T04:07:39.250Z[ host-image] Aug 03 04:07:37.418 INFO O| Aug 03 04:07:37.418 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90812024-08-03T04:07:39.258Z[ host-image] Aug 03 04:07:37.429 INFO O| Aug 03 04:07:37.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
90822024-08-03T04:07:39.258Z[ host-image] Aug 03 04:07:37.429 INFO O| Aug 03 04:07:37.429 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
90832024-08-03T04:07:39.516Z[ host-image] Aug 03 04:07:37.686 INFO O| Aug 03 04:07:37.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
90842024-08-03T04:07:39.516Z[ host-image] Aug 03 04:07:37.686 INFO O| Aug 03 04:07:37.686 INFO ok!
90852024-08-03T04:07:39.519Z[ host-image] Aug 03 04:07:37.686 INFO O| Aug 03 04:07:37.686 INFO STEP 88 (ensure_file) COMPLETE
90862024-08-03T04:07:39.519Z[ host-image] Aug 03 04:07:37.686 INFO O| Aug 03 04:07:37.686 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-08-03T04:07:39.528Z[ host-image] Aug 03 04:07:37.699 INFO O| Aug 03 04:07:37.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
90882024-08-03T04:07:39.528Z[ host-image] Aug 03 04:07:37.699 INFO O| Aug 03 04:07:37.699 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
90892024-08-03T04:07:40.038Z[ host-image] Aug 03 04:07:38.209 INFO O| Aug 03 04:07:38.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
90902024-08-03T04:07:40.038Z[ host-image] Aug 03 04:07:38.209 INFO O| Aug 03 04:07:38.209 INFO ok!
90912024-08-03T04:07:40.038Z[ host-image] Aug 03 04:07:38.209 INFO O| Aug 03 04:07:38.209 INFO STEP 89 (ensure_file) COMPLETE
90922024-08-03T04:07:40.041Z[ host-image] Aug 03 04:07:38.209 INFO O| Aug 03 04:07:38.209 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-08-03T04:07:40.053Z[ host-image] Aug 03 04:07:38.224 INFO O| Aug 03 04:07:38.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
90942024-08-03T04:07:40.053Z[ host-image] Aug 03 04:07:38.224 INFO O| Aug 03 04:07:38.224 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
90952024-08-03T04:07:40.056Z[ host-image] Aug 03 04:07:38.224 INFO O| Aug 03 04:07:38.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
90962024-08-03T04:07:40.056Z[ host-image] Aug 03 04:07:38.224 INFO O| Aug 03 04:07:38.224 INFO ok!
90972024-08-03T04:07:40.056Z[ host-image] Aug 03 04:07:38.224 INFO O| Aug 03 04:07:38.224 INFO STEP 90 (ensure_file) COMPLETE
90982024-08-03T04:07:40.056Z[ host-image] Aug 03 04:07:38.224 INFO O| Aug 03 04:07:38.224 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-08-03T04:07:40.064Z[ host-image] Aug 03 04:07:38.235 INFO O| Aug 03 04:07:38.235 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91002024-08-03T04:07:40.067Z[ host-image] Aug 03 04:07:38.235 INFO O| Aug 03 04:07:38.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91012024-08-03T04:07:40.067Z[ host-image] Aug 03 04:07:38.235 INFO O| Aug 03 04:07:38.235 INFO STEP 91 (ensure_dir) COMPLETE
91022024-08-03T04:07:40.067Z[ host-image] Aug 03 04:07:38.235 INFO O| Aug 03 04:07:38.235 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-08-03T04:07:40.075Z[ host-image] Aug 03 04:07:38.246 INFO O| Aug 03 04:07:38.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91042024-08-03T04:07:40.075Z[ host-image] Aug 03 04:07:38.246 INFO O| Aug 03 04:07:38.246 INFO copying /tmp/.tmpozcuMR/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 ...
91052024-08-03T04:07:40.078Z[ host-image] Aug 03 04:07:38.246 INFO O| Aug 03 04:07:38.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91062024-08-03T04:07:40.078Z[ host-image] Aug 03 04:07:38.246 INFO O| Aug 03 04:07:38.246 INFO ok!
91072024-08-03T04:07:40.078Z[ host-image] Aug 03 04:07:38.246 INFO O| Aug 03 04:07:38.246 INFO STEP 92 (ensure_file) COMPLETE
91082024-08-03T04:07:40.078Z[ host-image] Aug 03 04:07:38.246 INFO O| Aug 03 04:07:38.246 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-08-03T04:07:40.085Z[ host-image] Aug 03 04:07:38.256 INFO O| Aug 03 04:07:38.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91102024-08-03T04:07:40.085Z[ host-image] Aug 03 04:07:38.256 INFO O| Aug 03 04:07:38.256 INFO copying /tmp/.tmpozcuMR/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 ...
91112024-08-03T04:07:40.088Z[ host-image] Aug 03 04:07:38.256 INFO O| Aug 03 04:07:38.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91122024-08-03T04:07:40.088Z[ host-image] Aug 03 04:07:38.256 INFO O| Aug 03 04:07:38.256 INFO ok!
91132024-08-03T04:07:40.088Z[ host-image] Aug 03 04:07:38.256 INFO O| Aug 03 04:07:38.256 INFO STEP 93 (ensure_file) COMPLETE
91142024-08-03T04:07:40.088Z[ host-image] Aug 03 04:07:38.256 INFO O| Aug 03 04:07:38.256 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-08-03T04:07:40.095Z[ host-image] Aug 03 04:07:38.266 INFO O| Aug 03 04:07:38.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91162024-08-03T04:07:40.095Z[ host-image] Aug 03 04:07:38.266 INFO O| Aug 03 04:07:38.266 INFO copying /tmp/.tmpozcuMR/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 ...
91172024-08-03T04:07:40.098Z[ host-image] Aug 03 04:07:38.266 INFO O| Aug 03 04:07:38.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91182024-08-03T04:07:40.098Z[ host-image] Aug 03 04:07:38.266 INFO O| Aug 03 04:07:38.266 INFO ok!
91192024-08-03T04:07:40.098Z[ host-image] Aug 03 04:07:38.266 INFO O| Aug 03 04:07:38.266 INFO STEP 94 (ensure_file) COMPLETE
91202024-08-03T04:07:40.098Z[ host-image] Aug 03 04:07:38.266 INFO O| Aug 03 04:07:38.266 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-08-03T04:07:40.105Z[ host-image] Aug 03 04:07:38.276 INFO O| Aug 03 04:07:38.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91222024-08-03T04:07:40.108Z[ host-image] Aug 03 04:07:38.276 INFO O| Aug 03 04:07:38.276 INFO copying /tmp/.tmpozcuMR/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 ...
91232024-08-03T04:07:40.109Z[ host-image] Aug 03 04:07:38.277 INFO O| Aug 03 04:07:38.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91242024-08-03T04:07:40.109Z[ host-image] Aug 03 04:07:38.277 INFO O| Aug 03 04:07:38.276 INFO ok!
91252024-08-03T04:07:40.109Z[ host-image] Aug 03 04:07:38.277 INFO O| Aug 03 04:07:38.277 INFO STEP 95 (ensure_file) COMPLETE
91262024-08-03T04:07:40.109Z[ host-image] Aug 03 04:07:38.277 INFO O| Aug 03 04:07:38.277 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91272024-08-03T04:07:40.115Z[ host-image] Aug 03 04:07:38.286 INFO O| Aug 03 04:07:38.286 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91282024-08-03T04:07:40.115Z[ host-image] Aug 03 04:07:38.287 INFO O| Aug 03 04:07:38.286 INFO copying /tmp/.tmpozcuMR/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 ...
91292024-08-03T04:07:40.118Z[ host-image] Aug 03 04:07:38.287 INFO O| Aug 03 04:07:38.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91302024-08-03T04:07:40.118Z[ host-image] Aug 03 04:07:38.287 INFO O| Aug 03 04:07:38.287 INFO ok!
91312024-08-03T04:07:40.118Z[ host-image] Aug 03 04:07:38.287 INFO O| Aug 03 04:07:38.287 INFO STEP 96 (ensure_file) COMPLETE
91322024-08-03T04:07:40.118Z[ host-image] Aug 03 04:07:38.287 INFO O| Aug 03 04:07:38.287 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91332024-08-03T04:07:40.126Z[ host-image] Aug 03 04:07:38.297 INFO O| Aug 03 04:07:38.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91342024-08-03T04:07:40.126Z[ host-image] Aug 03 04:07:38.297 INFO O| Aug 03 04:07:38.297 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91352024-08-03T04:07:40.126Z[ host-image] Aug 03 04:07:38.297 INFO O| Aug 03 04:07:38.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91362024-08-03T04:07:40.126Z[ host-image] Aug 03 04:07:38.297 INFO O| Aug 03 04:07:38.297 INFO ok!
91372024-08-03T04:07:40.129Z[ host-image] Aug 03 04:07:38.297 INFO O| Aug 03 04:07:38.297 INFO STEP 97 (ensure_file) COMPLETE
91382024-08-03T04:07:40.129Z[ host-image] Aug 03 04:07:38.297 INFO O| Aug 03 04:07:38.297 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91392024-08-03T04:07:40.136Z[ host-image] Aug 03 04:07:38.307 INFO O| Aug 03 04:07:38.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91402024-08-03T04:07:40.136Z[ host-image] Aug 03 04:07:38.307 INFO O| Aug 03 04:07:38.307 INFO copying /tmp/.tmpozcuMR/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 ...
91412024-08-03T04:07:40.139Z[ host-image] Aug 03 04:07:38.307 INFO O| Aug 03 04:07:38.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91422024-08-03T04:07:40.139Z[ host-image] Aug 03 04:07:38.307 INFO O| Aug 03 04:07:38.307 INFO ok!
91432024-08-03T04:07:40.139Z[ host-image] Aug 03 04:07:38.307 INFO O| Aug 03 04:07:38.307 INFO STEP 98 (ensure_file) COMPLETE
91442024-08-03T04:07:40.139Z[ host-image] Aug 03 04:07:38.307 INFO O| Aug 03 04:07:38.307 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91452024-08-03T04:07:40.147Z[ host-image] Aug 03 04:07:38.318 INFO O| Aug 03 04:07:38.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91462024-08-03T04:07:40.149Z[ host-image] Aug 03 04:07:38.318 INFO O| Aug 03 04:07:38.318 INFO copying /tmp/.tmpozcuMR/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 ...
91472024-08-03T04:07:40.149Z[ host-image] Aug 03 04:07:38.318 INFO O| Aug 03 04:07:38.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
91482024-08-03T04:07:40.149Z[ host-image] Aug 03 04:07:38.318 INFO O| Aug 03 04:07:38.318 INFO ok!
91492024-08-03T04:07:40.150Z[ host-image] Aug 03 04:07:38.318 INFO O| Aug 03 04:07:38.318 INFO STEP 99 (ensure_file) COMPLETE
91502024-08-03T04:07:40.150Z[ host-image] Aug 03 04:07:38.318 INFO O| Aug 03 04:07:38.318 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91512024-08-03T04:07:40.157Z[ host-image] Aug 03 04:07:38.328 INFO O| Aug 03 04:07:38.328 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91522024-08-03T04:07:40.157Z[ host-image] Aug 03 04:07:38.328 INFO O| Aug 03 04:07:38.328 INFO copying /tmp/.tmpozcuMR/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 ...
91532024-08-03T04:07:40.160Z[ host-image] Aug 03 04:07:38.328 INFO O| Aug 03 04:07:38.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
91542024-08-03T04:07:40.160Z[ host-image] Aug 03 04:07:38.328 INFO O| Aug 03 04:07:38.328 INFO ok!
91552024-08-03T04:07:40.160Z[ host-image] Aug 03 04:07:38.328 INFO O| Aug 03 04:07:38.328 INFO STEP 100 (ensure_file) COMPLETE
91562024-08-03T04:07:40.160Z[ host-image] Aug 03 04:07:38.328 INFO O| Aug 03 04:07:38.328 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91572024-08-03T04:07:40.167Z[ host-image] Aug 03 04:07:38.338 INFO O| Aug 03 04:07:38.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91582024-08-03T04:07:40.167Z[ host-image] Aug 03 04:07:38.338 INFO O| Aug 03 04:07:38.338 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
91592024-08-03T04:07:40.167Z[ host-image] Aug 03 04:07:38.338 INFO O| Aug 03 04:07:38.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91602024-08-03T04:07:40.170Z[ host-image] Aug 03 04:07:38.338 INFO O| Aug 03 04:07:38.338 INFO ok!
91612024-08-03T04:07:40.170Z[ host-image] Aug 03 04:07:38.338 INFO O| Aug 03 04:07:38.338 INFO STEP 101 (ensure_file) COMPLETE
91622024-08-03T04:07:40.170Z[ host-image] Aug 03 04:07:38.338 INFO O| Aug 03 04:07:38.338 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-08-03T04:07:40.176Z[ host-image] Aug 03 04:07:38.348 INFO O| Aug 03 04:07:38.348 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91642024-08-03T04:07:40.176Z[ host-image] Aug 03 04:07:38.348 INFO O| Aug 03 04:07:38.348 INFO copying /tmp/.tmpozcuMR/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 ...
91652024-08-03T04:07:40.179Z[ host-image] Aug 03 04:07:38.348 INFO O| Aug 03 04:07:38.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91662024-08-03T04:07:40.179Z[ host-image] Aug 03 04:07:38.348 INFO O| Aug 03 04:07:38.348 INFO ok!
91672024-08-03T04:07:40.179Z[ host-image] Aug 03 04:07:38.348 INFO O| Aug 03 04:07:38.348 INFO STEP 102 (ensure_file) COMPLETE
91682024-08-03T04:07:40.179Z[ host-image] Aug 03 04:07:38.348 INFO O| Aug 03 04:07:38.348 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-08-03T04:07:40.186Z[ host-image] Aug 03 04:07:38.358 INFO O| Aug 03 04:07:38.358 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91702024-08-03T04:07:40.186Z[ host-image] Aug 03 04:07:38.358 INFO O| Aug 03 04:07:38.358 INFO copying /tmp/.tmpozcuMR/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 ...
91712024-08-03T04:07:40.189Z[ host-image] Aug 03 04:07:38.358 INFO O| Aug 03 04:07:38.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
91722024-08-03T04:07:40.189Z[ host-image] Aug 03 04:07:38.358 INFO O| Aug 03 04:07:38.358 INFO ok!
91732024-08-03T04:07:40.189Z[ host-image] Aug 03 04:07:38.358 INFO O| Aug 03 04:07:38.358 INFO STEP 103 (ensure_file) COMPLETE
91742024-08-03T04:07:40.189Z[ host-image] Aug 03 04:07:38.358 INFO O| Aug 03 04:07:38.358 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-08-03T04:07:40.197Z[ host-image] Aug 03 04:07:38.368 INFO O| Aug 03 04:07:38.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
91762024-08-03T04:07:40.197Z[ host-image] Aug 03 04:07:38.368 INFO O| Aug 03 04:07:38.368 INFO copying /tmp/.tmpozcuMR/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 ...
91772024-08-03T04:07:40.200Z[ host-image] Aug 03 04:07:38.368 INFO O| Aug 03 04:07:38.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
91782024-08-03T04:07:40.200Z[ host-image] Aug 03 04:07:38.368 INFO O| Aug 03 04:07:38.368 INFO ok!
91792024-08-03T04:07:40.200Z[ host-image] Aug 03 04:07:38.368 INFO O| Aug 03 04:07:38.368 INFO STEP 104 (ensure_file) COMPLETE
91802024-08-03T04:07:40.200Z[ host-image] Aug 03 04:07:38.368 INFO O| Aug 03 04:07:38.368 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-08-03T04:07:40.209Z[ host-image] Aug 03 04:07:38.380 INFO O| Aug 03 04:07:38.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
91822024-08-03T04:07:40.209Z[ host-image] Aug 03 04:07:38.380 INFO O| Aug 03 04:07:38.380 INFO copying /tmp/.tmpozcuMR/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 ...
91832024-08-03T04:07:40.209Z[ host-image] Aug 03 04:07:38.380 INFO O| Aug 03 04:07:38.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
91842024-08-03T04:07:40.212Z[ host-image] Aug 03 04:07:38.380 INFO O| Aug 03 04:07:38.380 INFO ok!
91852024-08-03T04:07:40.212Z[ host-image] Aug 03 04:07:38.380 INFO O| Aug 03 04:07:38.380 INFO STEP 105 (ensure_file) COMPLETE
91862024-08-03T04:07:40.212Z[ host-image] Aug 03 04:07:38.380 INFO O| Aug 03 04:07:38.380 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-08-03T04:07:40.220Z[ host-image] Aug 03 04:07:38.390 INFO O| Aug 03 04:07:38.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
91882024-08-03T04:07:40.220Z[ host-image] Aug 03 04:07:38.390 INFO O| Aug 03 04:07:38.390 INFO copying /tmp/.tmpozcuMR/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 ...
91892024-08-03T04:07:40.223Z[ host-image] Aug 03 04:07:38.390 INFO O| Aug 03 04:07:38.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
91902024-08-03T04:07:40.223Z[ host-image] Aug 03 04:07:38.390 INFO O| Aug 03 04:07:38.390 INFO ok!
91912024-08-03T04:07:40.223Z[ host-image] Aug 03 04:07:38.390 INFO O| Aug 03 04:07:38.390 INFO STEP 106 (ensure_file) COMPLETE
91922024-08-03T04:07:40.223Z[ host-image] Aug 03 04:07:38.390 INFO O| Aug 03 04:07:38.390 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-08-03T04:07:40.229Z[ host-image] Aug 03 04:07:38.400 INFO O| Aug 03 04:07:38.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
91942024-08-03T04:07:40.229Z[ host-image] Aug 03 04:07:38.400 INFO O| Aug 03 04:07:38.400 INFO copying /tmp/.tmpozcuMR/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 ...
91952024-08-03T04:07:40.232Z[ host-image] Aug 03 04:07:38.400 INFO O| Aug 03 04:07:38.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
91962024-08-03T04:07:40.232Z[ host-image] Aug 03 04:07:38.400 INFO O| Aug 03 04:07:38.400 INFO ok!
91972024-08-03T04:07:40.232Z[ host-image] Aug 03 04:07:38.400 INFO O| Aug 03 04:07:38.400 INFO STEP 107 (ensure_file) COMPLETE
91982024-08-03T04:07:40.232Z[ host-image] Aug 03 04:07:38.400 INFO O| Aug 03 04:07:38.400 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-08-03T04:07:40.239Z[ host-image] Aug 03 04:07:38.410 INFO O| Aug 03 04:07:38.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92002024-08-03T04:07:40.239Z[ host-image] Aug 03 04:07:38.410 INFO O| Aug 03 04:07:38.410 INFO copying /tmp/.tmpozcuMR/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 ...
92012024-08-03T04:07:40.242Z[ host-image] Aug 03 04:07:38.410 INFO O| Aug 03 04:07:38.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92022024-08-03T04:07:40.242Z[ host-image] Aug 03 04:07:38.410 INFO O| Aug 03 04:07:38.410 INFO ok!
92032024-08-03T04:07:40.242Z[ host-image] Aug 03 04:07:38.410 INFO O| Aug 03 04:07:38.410 INFO STEP 108 (ensure_file) COMPLETE
92042024-08-03T04:07:40.242Z[ host-image] Aug 03 04:07:38.410 INFO O| Aug 03 04:07:38.410 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-08-03T04:07:40.249Z[ host-image] Aug 03 04:07:38.420 INFO O| Aug 03 04:07:38.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92062024-08-03T04:07:40.249Z[ host-image] Aug 03 04:07:38.420 INFO O| Aug 03 04:07:38.420 INFO copying /tmp/.tmpozcuMR/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 ...
92072024-08-03T04:07:40.252Z[ host-image] Aug 03 04:07:38.420 INFO O| Aug 03 04:07:38.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92082024-08-03T04:07:40.252Z[ host-image] Aug 03 04:07:38.421 INFO O| Aug 03 04:07:38.420 INFO ok!
92092024-08-03T04:07:40.252Z[ host-image] Aug 03 04:07:38.421 INFO O| Aug 03 04:07:38.420 INFO STEP 109 (ensure_file) COMPLETE
92102024-08-03T04:07:40.252Z[ host-image] Aug 03 04:07:38.421 INFO O| Aug 03 04:07:38.420 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-08-03T04:07:40.259Z[ host-image] Aug 03 04:07:38.430 INFO O| Aug 03 04:07:38.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92122024-08-03T04:07:40.259Z[ host-image] Aug 03 04:07:38.430 INFO O| Aug 03 04:07:38.430 INFO copying /tmp/.tmpozcuMR/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 ...
92132024-08-03T04:07:40.262Z[ host-image] Aug 03 04:07:38.431 INFO O| Aug 03 04:07:38.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92142024-08-03T04:07:40.262Z[ host-image] Aug 03 04:07:38.431 INFO O| Aug 03 04:07:38.430 INFO ok!
92152024-08-03T04:07:40.262Z[ host-image] Aug 03 04:07:38.431 INFO O| Aug 03 04:07:38.430 INFO STEP 110 (ensure_file) COMPLETE
92162024-08-03T04:07:40.262Z[ host-image] Aug 03 04:07:38.431 INFO O| Aug 03 04:07:38.430 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-08-03T04:07:40.272Z[ host-image] Aug 03 04:07:38.443 INFO O| Aug 03 04:07:38.443 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92182024-08-03T04:07:40.272Z[ host-image] Aug 03 04:07:38.443 INFO O| Aug 03 04:07:38.443 INFO copying /tmp/.tmpozcuMR/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 ...
92192024-08-03T04:07:40.272Z[ host-image] Aug 03 04:07:38.443 INFO O| Aug 03 04:07:38.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92202024-08-03T04:07:40.272Z[ host-image] Aug 03 04:07:38.443 INFO O| Aug 03 04:07:38.443 INFO ok!
92212024-08-03T04:07:40.275Z[ host-image] Aug 03 04:07:38.443 INFO O| Aug 03 04:07:38.443 INFO STEP 111 (ensure_file) COMPLETE
92222024-08-03T04:07:40.275Z[ host-image] Aug 03 04:07:38.443 INFO O| Aug 03 04:07:38.443 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-08-03T04:07:40.286Z[ host-image] Aug 03 04:07:38.457 INFO O| Aug 03 04:07:38.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92242024-08-03T04:07:40.286Z[ host-image] Aug 03 04:07:38.457 INFO O| Aug 03 04:07:38.457 INFO copying /tmp/.tmpozcuMR/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 ...
92252024-08-03T04:07:40.289Z[ host-image] Aug 03 04:07:38.457 INFO O| Aug 03 04:07:38.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92262024-08-03T04:07:40.289Z[ host-image] Aug 03 04:07:38.457 INFO O| Aug 03 04:07:38.457 INFO ok!
92272024-08-03T04:07:40.289Z[ host-image] Aug 03 04:07:38.457 INFO O| Aug 03 04:07:38.457 INFO STEP 112 (ensure_file) COMPLETE
92282024-08-03T04:07:40.289Z[ host-image] Aug 03 04:07:38.457 INFO O| Aug 03 04:07:38.457 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-08-03T04:07:40.299Z[ host-image] Aug 03 04:07:38.471 INFO O| Aug 03 04:07:38.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92302024-08-03T04:07:40.303Z[ host-image] Aug 03 04:07:38.471 INFO O| Aug 03 04:07:38.471 INFO copying /tmp/.tmpozcuMR/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 ...
92312024-08-03T04:07:40.303Z[ host-image] Aug 03 04:07:38.471 INFO O| Aug 03 04:07:38.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92322024-08-03T04:07:40.303Z[ host-image] Aug 03 04:07:38.471 INFO O| Aug 03 04:07:38.471 INFO ok!
92332024-08-03T04:07:40.303Z[ host-image] Aug 03 04:07:38.471 INFO O| Aug 03 04:07:38.471 INFO STEP 113 (ensure_file) COMPLETE
92342024-08-03T04:07:40.303Z[ host-image] Aug 03 04:07:38.471 INFO O| Aug 03 04:07:38.471 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-08-03T04:07:40.315Z[ host-image] Aug 03 04:07:38.486 INFO O| Aug 03 04:07:38.486 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92362024-08-03T04:07:40.315Z[ host-image] Aug 03 04:07:38.486 INFO O| Aug 03 04:07:38.486 INFO copying /tmp/.tmpozcuMR/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 ...
92372024-08-03T04:07:40.318Z[ host-image] Aug 03 04:07:38.486 INFO O| Aug 03 04:07:38.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92382024-08-03T04:07:40.318Z[ host-image] Aug 03 04:07:38.487 INFO O| Aug 03 04:07:38.486 INFO ok!
92392024-08-03T04:07:40.318Z[ host-image] Aug 03 04:07:38.487 INFO O| Aug 03 04:07:38.486 INFO STEP 114 (ensure_file) COMPLETE
92402024-08-03T04:07:40.318Z[ host-image] Aug 03 04:07:38.487 INFO O| Aug 03 04:07:38.486 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-08-03T04:07:40.330Z[ host-image] Aug 03 04:07:38.501 INFO O| Aug 03 04:07:38.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92422024-08-03T04:07:40.333Z[ host-image] Aug 03 04:07:38.501 INFO O| Aug 03 04:07:38.501 INFO copying /tmp/.tmpozcuMR/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 ...
92432024-08-03T04:07:40.333Z[ host-image] Aug 03 04:07:38.501 INFO O| Aug 03 04:07:38.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92442024-08-03T04:07:40.333Z[ host-image] Aug 03 04:07:38.501 INFO O| Aug 03 04:07:38.501 INFO ok!
92452024-08-03T04:07:40.333Z[ host-image] Aug 03 04:07:38.501 INFO O| Aug 03 04:07:38.501 INFO STEP 115 (ensure_file) COMPLETE
92462024-08-03T04:07:40.333Z[ host-image] Aug 03 04:07:38.501 INFO O| Aug 03 04:07:38.501 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-08-03T04:07:40.341Z[ host-image] Aug 03 04:07:38.512 INFO O| Aug 03 04:07:38.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92482024-08-03T04:07:40.341Z[ host-image] Aug 03 04:07:38.512 INFO O| Aug 03 04:07:38.512 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
92492024-08-03T04:07:40.344Z[ host-image] Aug 03 04:07:38.512 INFO O| Aug 03 04:07:38.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92502024-08-03T04:07:40.344Z[ host-image] Aug 03 04:07:38.512 INFO O| Aug 03 04:07:38.512 INFO ok!
92512024-08-03T04:07:40.344Z[ host-image] Aug 03 04:07:38.512 INFO O| Aug 03 04:07:38.512 INFO STEP 116 (ensure_file) COMPLETE
92522024-08-03T04:07:40.344Z[ host-image] Aug 03 04:07:38.512 INFO O| Aug 03 04:07:38.512 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-08-03T04:07:40.353Z[ host-image] Aug 03 04:07:38.524 INFO O| Aug 03 04:07:38.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92542024-08-03T04:07:40.353Z[ host-image] Aug 03 04:07:38.524 INFO O| Aug 03 04:07:38.524 INFO copying /tmp/.tmpozcuMR/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 ...
92552024-08-03T04:07:40.356Z[ host-image] Aug 03 04:07:38.524 INFO O| Aug 03 04:07:38.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92562024-08-03T04:07:40.356Z[ host-image] Aug 03 04:07:38.524 INFO O| Aug 03 04:07:38.524 INFO ok!
92572024-08-03T04:07:40.356Z[ host-image] Aug 03 04:07:38.524 INFO O| Aug 03 04:07:38.524 INFO STEP 117 (ensure_file) COMPLETE
92582024-08-03T04:07:40.356Z[ host-image] Aug 03 04:07:38.524 INFO O| Aug 03 04:07:38.524 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-08-03T04:07:40.369Z[ host-image] Aug 03 04:07:38.540 INFO O| Aug 03 04:07:38.540 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92602024-08-03T04:07:40.369Z[ host-image] Aug 03 04:07:38.540 INFO O| Aug 03 04:07:38.540 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92612024-08-03T04:07:40.372Z[ host-image] Aug 03 04:07:38.540 INFO O| Aug 03 04:07:38.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92622024-08-03T04:07:40.372Z[ host-image] Aug 03 04:07:38.540 INFO O| Aug 03 04:07:38.540 INFO ok!
92632024-08-03T04:07:40.372Z[ host-image] Aug 03 04:07:38.540 INFO O| Aug 03 04:07:38.540 INFO STEP 118 (ensure_file) COMPLETE
92642024-08-03T04:07:40.372Z[ host-image] Aug 03 04:07:38.540 INFO O| Aug 03 04:07:38.540 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-08-03T04:07:40.383Z[ host-image] Aug 03 04:07:38.554 INFO O| Aug 03 04:07:38.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92662024-08-03T04:07:40.383Z[ host-image] Aug 03 04:07:38.554 INFO O| Aug 03 04:07:38.554 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92672024-08-03T04:07:44.141Z[ recovery-image] Aug 03 04:07:42.312 INFO E| Finished `release` profile [optimized] target(s) in 43.57s
92682024-08-03T04:07:44.170Z[ recovery-image] Aug 03 04:07:42.340 INFO building host image...
92692024-08-03T04:07:44.170Z[ recovery-image] Aug 03 04:07:42.340 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")
92702024-08-03T04:07:44.926Z[ recovery-image] Aug 03 04:07:43.092 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92712024-08-03T04:07:44.995Z[ host-image] Aug 03 04:07:43.166 INFO O| Aug 03 04:07:43.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
92722024-08-03T04:07:44.995Z[ host-image] Aug 03 04:07:43.166 INFO O| Aug 03 04:07:43.165 INFO ok!
92732024-08-03T04:07:44.995Z[ host-image] Aug 03 04:07:43.166 INFO O| Aug 03 04:07:43.166 INFO STEP 119 (ensure_file) COMPLETE
92742024-08-03T04:07:44.998Z[ host-image] Aug 03 04:07:43.166 INFO O| Aug 03 04:07:43.166 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-08-03T04:07:45.006Z[ host-image] Aug 03 04:07:43.177 INFO O| Aug 03 04:07:43.177 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
92762024-08-03T04:07:45.006Z[ host-image] Aug 03 04:07:43.177 INFO O| Aug 03 04:07:43.177 INFO STEP 120 (ensure_dir) COMPLETE
92772024-08-03T04:07:45.009Z[ host-image] Aug 03 04:07:43.177 INFO O| Aug 03 04:07:43.177 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92782024-08-03T04:07:45.016Z[ host-image] Aug 03 04:07:43.187 INFO O| Aug 03 04:07:43.187 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
92792024-08-03T04:07:45.016Z[ host-image] Aug 03 04:07:43.187 INFO O| Aug 03 04:07:43.187 INFO STEP 121 (ensure_dir) COMPLETE
92802024-08-03T04:07:45.019Z[ host-image] Aug 03 04:07:43.187 INFO O| Aug 03 04:07:43.187 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92812024-08-03T04:07:45.025Z[ host-image] Aug 03 04:07:43.196 INFO O| Aug 03 04:07:43.196 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
92822024-08-03T04:07:45.025Z[ host-image] Aug 03 04:07:43.196 INFO O| Aug 03 04:07:43.196 INFO STEP 122 (ensure_dir) COMPLETE
92832024-08-03T04:07:45.025Z[ host-image] Aug 03 04:07:43.196 INFO O| Aug 03 04:07:43.196 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-08-03T04:07:45.035Z[ host-image] Aug 03 04:07:43.205 INFO O| Aug 03 04:07:43.205 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
92852024-08-03T04:07:45.035Z[ host-image] Aug 03 04:07:43.206 INFO O| Aug 03 04:07:43.205 INFO STEP 123 (ensure_dir) COMPLETE
92862024-08-03T04:07:45.037Z[ host-image] Aug 03 04:07:43.206 INFO O| Aug 03 04:07:43.205 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92872024-08-03T04:07:45.044Z[ host-image] Aug 03 04:07:43.215 INFO O| Aug 03 04:07:43.215 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
92882024-08-03T04:07:45.044Z[ host-image] Aug 03 04:07:43.215 INFO O| Aug 03 04:07:43.215 INFO copying /tmp/.tmpozcuMR/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 ...
92892024-08-03T04:07:45.048Z[ host-image] Aug 03 04:07:43.216 INFO O| Aug 03 04:07:43.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
92902024-08-03T04:07:45.048Z[ host-image] Aug 03 04:07:43.216 INFO O| Aug 03 04:07:43.216 INFO ok!
92912024-08-03T04:07:45.048Z[ host-image] Aug 03 04:07:43.216 INFO O| Aug 03 04:07:43.216 INFO STEP 124 (ensure_file) COMPLETE
92922024-08-03T04:07:45.048Z[ host-image] Aug 03 04:07:43.216 INFO O| Aug 03 04:07:43.216 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92932024-08-03T04:07:45.054Z[ host-image] Aug 03 04:07:43.225 INFO O| Aug 03 04:07:43.225 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92942024-08-03T04:07:45.054Z[ host-image] Aug 03 04:07:43.225 INFO O| Aug 03 04:07:43.225 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92952024-08-03T04:07:45.057Z[ host-image] Aug 03 04:07:43.225 INFO O| Aug 03 04:07:43.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
92962024-08-03T04:07:45.057Z[ host-image] Aug 03 04:07:43.225 INFO O| Aug 03 04:07:43.225 INFO STEP 125 (ensure_dir) COMPLETE
92972024-08-03T04:07:45.057Z[ host-image] Aug 03 04:07:43.225 INFO O| Aug 03 04:07:43.225 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-08-03T04:07:45.064Z[ host-image] Aug 03 04:07:43.235 INFO O| Aug 03 04:07:43.235 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
92992024-08-03T04:07:45.064Z[ host-image] Aug 03 04:07:43.235 INFO O| Aug 03 04:07:43.235 INFO copying /tmp/.tmpozcuMR/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93002024-08-03T04:07:45.067Z[ host-image] Aug 03 04:07:43.236 INFO O| Aug 03 04:07:43.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93012024-08-03T04:07:45.067Z[ host-image] Aug 03 04:07:43.236 INFO O| Aug 03 04:07:43.236 INFO ok!
93022024-08-03T04:07:45.067Z[ host-image] Aug 03 04:07:43.236 INFO O| Aug 03 04:07:43.236 INFO STEP 126 (ensure_file) COMPLETE
93032024-08-03T04:07:45.067Z[ host-image] Aug 03 04:07:43.236 INFO O| Aug 03 04:07:43.236 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93042024-08-03T04:07:45.074Z[ host-image] Aug 03 04:07:43.245 INFO O| Aug 03 04:07:43.245 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93052024-08-03T04:07:45.077Z[ host-image] Aug 03 04:07:43.245 INFO O| Aug 03 04:07:43.245 INFO STEP 127 (remove_files) COMPLETE
93062024-08-03T04:07:45.077Z[ host-image] Aug 03 04:07:43.245 INFO O| Aug 03 04:07:43.245 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93072024-08-03T04:07:45.084Z[ host-image] Aug 03 04:07:43.255 INFO O| Aug 03 04:07:43.255 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93082024-08-03T04:07:45.087Z[ host-image] Aug 03 04:07:43.255 INFO O| Aug 03 04:07:43.255 INFO STEP 128 (remove_files) COMPLETE
93092024-08-03T04:07:45.087Z[ host-image] Aug 03 04:07:43.255 INFO O| Aug 03 04:07:43.255 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93102024-08-03T04:07:45.094Z[ host-image] Aug 03 04:07:43.265 INFO O| Aug 03 04:07:43.265 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93112024-08-03T04:07:45.097Z[ host-image] Aug 03 04:07:43.265 INFO O| Aug 03 04:07:43.265 INFO STEP 129 (remove_files) COMPLETE
93122024-08-03T04:07:45.097Z[ host-image] Aug 03 04:07:43.265 INFO O| Aug 03 04:07:43.265 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93132024-08-03T04:07:45.103Z[ host-image] Aug 03 04:07:43.274 INFO O| Aug 03 04:07:43.274 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93142024-08-03T04:07:45.106Z[ host-image] Aug 03 04:07:43.275 INFO O| Aug 03 04:07:43.275 INFO STEP 130 (remove_files) COMPLETE
93152024-08-03T04:07:45.106Z[ host-image] Aug 03 04:07:43.275 INFO O| Aug 03 04:07:43.275 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93162024-08-03T04:07:45.113Z[ host-image] Aug 03 04:07:43.284 INFO O| Aug 03 04:07:43.284 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93172024-08-03T04:07:45.116Z[ host-image] Aug 03 04:07:43.284 INFO O| Aug 03 04:07:43.284 INFO STEP 131 (remove_files) COMPLETE
93182024-08-03T04:07:45.116Z[ host-image] Aug 03 04:07:43.284 INFO O| Aug 03 04:07:43.284 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93192024-08-03T04:07:45.123Z[ host-image] Aug 03 04:07:43.294 INFO O| Aug 03 04:07:43.294 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93202024-08-03T04:07:45.126Z[ host-image] Aug 03 04:07:43.294 INFO O| Aug 03 04:07:43.294 INFO STEP 132 (remove_files) COMPLETE
93212024-08-03T04:07:45.126Z[ host-image] Aug 03 04:07:43.294 INFO O| Aug 03 04:07:43.294 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93222024-08-03T04:07:45.132Z[ host-image] Aug 03 04:07:43.303 INFO O| Aug 03 04:07:43.303 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93232024-08-03T04:07:45.136Z[ host-image] Aug 03 04:07:43.304 INFO O| Aug 03 04:07:43.303 INFO STEP 133 (remove_files) COMPLETE
93242024-08-03T04:07:45.136Z[ host-image] Aug 03 04:07:43.304 INFO O| Aug 03 04:07:43.303 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93252024-08-03T04:07:45.142Z[ host-image] Aug 03 04:07:43.313 INFO O| Aug 03 04:07:43.313 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93262024-08-03T04:07:45.145Z[ host-image] Aug 03 04:07:43.313 INFO O| Aug 03 04:07:43.313 INFO STEP 134 (remove_files) COMPLETE
93272024-08-03T04:07:45.145Z[ host-image] Aug 03 04:07:43.313 INFO O| Aug 03 04:07:43.313 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93282024-08-03T04:07:45.151Z[ host-image] Aug 03 04:07:43.322 INFO O| Aug 03 04:07:43.322 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93292024-08-03T04:07:45.155Z[ host-image] Aug 03 04:07:43.322 INFO O| Aug 03 04:07:43.322 INFO STEP 135 (remove_files) COMPLETE
93302024-08-03T04:07:45.155Z[ host-image] Aug 03 04:07:43.322 INFO O| Aug 03 04:07:43.322 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93312024-08-03T04:07:45.160Z[ host-image] Aug 03 04:07:43.331 INFO O| Aug 03 04:07:43.331 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93322024-08-03T04:07:45.160Z[ host-image] Aug 03 04:07:43.331 INFO O| Aug 03 04:07:43.331 INFO STEP 136 (remove_files) COMPLETE
93332024-08-03T04:07:45.160Z[ host-image] Aug 03 04:07:43.331 INFO O| Aug 03 04:07:43.331 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93342024-08-03T04:07:45.170Z[ host-image] Aug 03 04:07:43.341 INFO O| Aug 03 04:07:43.341 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93352024-08-03T04:07:45.173Z[ host-image] Aug 03 04:07:43.341 INFO O| Aug 03 04:07:43.341 INFO STEP 137 (remove_files) COMPLETE
93362024-08-03T04:07:45.173Z[ host-image] Aug 03 04:07:43.341 INFO O| Aug 03 04:07:43.341 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93372024-08-03T04:07:45.180Z[ host-image] Aug 03 04:07:43.351 INFO O| Aug 03 04:07:43.351 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93382024-08-03T04:07:45.180Z[ host-image] Aug 03 04:07:43.351 INFO O| Aug 03 04:07:43.351 INFO STEP 138 (remove_files) COMPLETE
93392024-08-03T04:07:45.183Z[ host-image] Aug 03 04:07:43.351 INFO O| Aug 03 04:07:43.351 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93402024-08-03T04:07:45.190Z[ host-image] Aug 03 04:07:43.361 INFO O| Aug 03 04:07:43.361 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93412024-08-03T04:07:45.190Z[ host-image] Aug 03 04:07:43.361 INFO O| Aug 03 04:07:43.361 INFO STEP 139 (remove_files) COMPLETE
93422024-08-03T04:07:45.193Z[ host-image] Aug 03 04:07:43.361 INFO O| Aug 03 04:07:43.361 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93432024-08-03T04:07:45.199Z[ host-image] Aug 03 04:07:43.370 INFO O| Aug 03 04:07:43.370 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93442024-08-03T04:07:45.202Z[ host-image] Aug 03 04:07:43.370 INFO O| Aug 03 04:07:43.370 INFO STEP 140 (remove_files) COMPLETE
93452024-08-03T04:07:45.202Z[ host-image] Aug 03 04:07:43.370 INFO O| Aug 03 04:07:43.370 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93462024-08-03T04:07:45.210Z[ host-image] Aug 03 04:07:43.381 INFO O| Aug 03 04:07:43.381 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93472024-08-03T04:07:45.212Z[ host-image] Aug 03 04:07:43.381 INFO O| Aug 03 04:07:43.381 INFO STEP 141 (remove_files) COMPLETE
93482024-08-03T04:07:45.213Z[ host-image] Aug 03 04:07:43.381 INFO O| Aug 03 04:07:43.381 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93492024-08-03T04:07:45.220Z[ host-image] Aug 03 04:07:43.391 INFO O| Aug 03 04:07:43.391 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93502024-08-03T04:07:45.223Z[ host-image] Aug 03 04:07:43.391 INFO O| Aug 03 04:07:43.391 INFO STEP 142 (remove_files) COMPLETE
93512024-08-03T04:07:45.223Z[ host-image] Aug 03 04:07:43.391 INFO O| Aug 03 04:07:43.391 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93522024-08-03T04:07:45.229Z[ host-image] Aug 03 04:07:43.400 INFO O| Aug 03 04:07:43.400 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93532024-08-03T04:07:45.229Z[ host-image] Aug 03 04:07:43.400 INFO O| Aug 03 04:07:43.400 INFO STEP 143 (remove_files) COMPLETE
93542024-08-03T04:07:45.232Z[ host-image] Aug 03 04:07:43.400 INFO O| Aug 03 04:07:43.400 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93552024-08-03T04:07:45.239Z[ host-image] Aug 03 04:07:43.410 INFO O| Aug 03 04:07:43.410 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93562024-08-03T04:07:45.239Z[ host-image] Aug 03 04:07:43.410 INFO O| Aug 03 04:07:43.410 INFO STEP 144 (remove_files) COMPLETE
93572024-08-03T04:07:45.239Z[ host-image] Aug 03 04:07:43.410 INFO O| Aug 03 04:07:43.410 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93582024-08-03T04:07:45.248Z[ host-image] Aug 03 04:07:43.419 INFO O| Aug 03 04:07:43.419 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93592024-08-03T04:07:45.251Z[ host-image] Aug 03 04:07:43.419 INFO O| Aug 03 04:07:43.419 INFO STEP 145 (remove_files) COMPLETE
93602024-08-03T04:07:45.251Z[ host-image] Aug 03 04:07:43.419 INFO O| Aug 03 04:07:43.419 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93612024-08-03T04:07:45.258Z[ host-image] Aug 03 04:07:43.429 INFO O| Aug 03 04:07:43.429 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93622024-08-03T04:07:45.258Z[ host-image] Aug 03 04:07:43.429 INFO O| Aug 03 04:07:43.429 INFO STEP 146 (remove_files) COMPLETE
93632024-08-03T04:07:45.258Z[ host-image] Aug 03 04:07:43.429 INFO O| Aug 03 04:07:43.429 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93642024-08-03T04:07:45.267Z[ host-image] Aug 03 04:07:43.438 INFO O| Aug 03 04:07:43.438 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93652024-08-03T04:07:45.267Z[ host-image] Aug 03 04:07:43.438 INFO O| Aug 03 04:07:43.438 INFO STEP 147 (remove_files) COMPLETE
93662024-08-03T04:07:45.270Z[ host-image] Aug 03 04:07:43.438 INFO O| Aug 03 04:07:43.438 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93672024-08-03T04:07:45.277Z[ host-image] Aug 03 04:07:43.447 INFO O| Aug 03 04:07:43.447 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
93682024-08-03T04:07:45.279Z[ host-image] Aug 03 04:07:43.448 INFO O| Aug 03 04:07:43.448 INFO STEP 148 (remove_files) COMPLETE
93692024-08-03T04:07:45.279Z[ host-image] Aug 03 04:07:43.448 INFO O| Aug 03 04:07:43.448 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93702024-08-03T04:07:45.286Z[ host-image] Aug 03 04:07:43.457 INFO O| Aug 03 04:07:43.457 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93712024-08-03T04:07:45.289Z[ host-image] Aug 03 04:07:43.457 INFO O| Aug 03 04:07:43.457 INFO STEP 149 (remove_files) COMPLETE
93722024-08-03T04:07:45.289Z[ host-image] Aug 03 04:07:43.457 INFO O| Aug 03 04:07:43.457 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93732024-08-03T04:07:45.296Z[ host-image] Aug 03 04:07:43.467 INFO O| Aug 03 04:07:43.467 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
93742024-08-03T04:07:45.299Z[ host-image] Aug 03 04:07:43.467 INFO O| Aug 03 04:07:43.467 INFO STEP 150 (remove_files) COMPLETE
93752024-08-03T04:07:45.299Z[ host-image] Aug 03 04:07:43.467 INFO O| Aug 03 04:07:43.467 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93762024-08-03T04:07:45.306Z[ host-image] Aug 03 04:07:43.476 INFO O| Aug 03 04:07:43.476 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
93772024-08-03T04:07:45.306Z[ host-image] Aug 03 04:07:43.477 INFO O| Aug 03 04:07:43.476 INFO STEP 151 (remove_files) COMPLETE
93782024-08-03T04:07:45.306Z[ host-image] Aug 03 04:07:43.477 INFO O| Aug 03 04:07:43.477 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93792024-08-03T04:07:45.315Z[ host-image] Aug 03 04:07:43.486 INFO O| Aug 03 04:07:43.486 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
93802024-08-03T04:07:45.315Z[ host-image] Aug 03 04:07:43.486 INFO O| Aug 03 04:07:43.486 INFO STEP 152 (remove_files) COMPLETE
93812024-08-03T04:07:45.315Z[ host-image] Aug 03 04:07:43.486 INFO O| Aug 03 04:07:43.486 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93822024-08-03T04:07:45.326Z[ host-image] Aug 03 04:07:43.497 INFO O| Aug 03 04:07:43.497 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
93832024-08-03T04:07:45.326Z[ host-image] Aug 03 04:07:43.497 INFO O| Aug 03 04:07:43.497 INFO STEP 153 (remove_files) COMPLETE
93842024-08-03T04:07:45.330Z[ host-image] Aug 03 04:07:43.497 INFO O| Aug 03 04:07:43.497 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93852024-08-03T04:07:45.336Z[ host-image] Aug 03 04:07:43.506 INFO O| Aug 03 04:07:43.506 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
93862024-08-03T04:07:45.336Z[ host-image] Aug 03 04:07:43.506 INFO O| Aug 03 04:07:43.506 INFO STEP 154 (remove_files) COMPLETE
93872024-08-03T04:07:45.336Z[ host-image] Aug 03 04:07:43.506 INFO O| Aug 03 04:07:43.506 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93882024-08-03T04:07:45.345Z[ host-image] Aug 03 04:07:43.516 INFO O| Aug 03 04:07:43.516 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
93892024-08-03T04:07:45.348Z[ host-image] Aug 03 04:07:43.516 INFO O| Aug 03 04:07:43.516 INFO STEP 155 (remove_files) COMPLETE
93902024-08-03T04:07:45.348Z[ host-image] Aug 03 04:07:43.516 INFO O| Aug 03 04:07:43.516 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93912024-08-03T04:07:45.360Z[ host-image] Aug 03 04:07:43.531 INFO O| Aug 03 04:07:43.531 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
93922024-08-03T04:07:45.360Z[ host-image] Aug 03 04:07:43.531 INFO O| Aug 03 04:07:43.531 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
93932024-08-03T04:07:46.376Z[ recovery-image] Aug 03 04:07:44.546 INFO image complete! materials are in "/work/os-recovery"
93942024-08-03T04:07:46.379Z[ recovery-image]
93952024-08-03T04:07:46.379Z[ recovery-image] real 6:45.727131629
93962024-08-03T04:07:46.379Z[ recovery-image] user 4:34.002991226
93972024-08-03T04:07:46.379Z[ recovery-image] sys 57.040520939
93982024-08-03T04:07:46.379Z[ recovery-image] trap 0.213389183
93992024-08-03T04:07:46.379Z[ recovery-image] tflt 0.325792580
94002024-08-03T04:07:46.379Z[ recovery-image] dflt 1.149151676
94012024-08-03T04:07:46.379Z[ recovery-image] kflt 0.000017640
94022024-08-03T04:07:46.379Z[ recovery-image] lock 15:36.485724105
94032024-08-03T04:07:46.379Z[ recovery-image] slp 40:12.736698137
94042024-08-03T04:07:46.379Z[ recovery-image] lat 1:27.166961718
94052024-08-03T04:07:46.379Z[ recovery-image] stop 4.559679375
94062024-08-03T04:07:46.379ZAug 03 04:07:44.550 INFO [recovery-image] process exited with exit status: 0 (405.75780086s)
94072024-08-03T04:07:53.496Z[ host-image] Aug 03 04:07:51.666 INFO O| Aug 03 04:07:51.665 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
94082024-08-03T04:07:53.496Z[ host-image] Aug 03 04:07:51.666 INFO O| Aug 03 04:07:51.666 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94092024-08-03T04:07:53.509Z[ host-image] Aug 03 04:07:51.679 INFO O| Aug 03 04:07:51.679 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
94102024-08-03T04:07:53.583Z[ host-image] Aug 03 04:07:51.754 INFO O| Aug 03 04:07:51.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94112024-08-03T04:07:53.584Z[ host-image] Aug 03 04:07:51.754 INFO O| Aug 03 04:07:51.754 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94122024-08-03T04:07:53.587Z[ host-image] Aug 03 04:07:51.755 INFO O| Aug 03 04:07:51.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94132024-08-03T04:07:53.587Z[ host-image] Aug 03 04:07:51.756 INFO O| Aug 03 04:07:51.755 INFO ok!
94142024-08-03T04:07:53.587Z[ host-image] Aug 03 04:07:51.756 INFO O| Aug 03 04:07:51.756 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94152024-08-03T04:07:53.587Z[ host-image] Aug 03 04:07:51.756 INFO O| Aug 03 04:07:51.756 INFO STEP 156 (seed_smf) COMPLETE
94162024-08-03T04:07:53.587Z[ host-image] Aug 03 04:07:51.756 INFO O| Aug 03 04:07:51.756 INFO steps complete; finalising image!
94172024-08-03T04:07:53.587Z[ host-image] Aug 03 04:07:51.756 INFO O| Aug 03 04:07:51.756 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94182024-08-03T04:07:53.720Z[ host-image] Aug 03 04:07:51.891 INFO O| Aug 03 04:07:51.891 INFO trim TEMPORARY-gimlet-zfs: (24% trimmed, started at Sat Aug 3 04:07:51 2024)
94192024-08-03T04:07:53.941Z[ host-image] Aug 03 04:07:52.111 INFO O| Aug 03 04:07:52.111 INFO temporary pool has 658M used, 174M avail, 1.88x compressratio
94202024-08-03T04:07:53.941Z[ host-image] Aug 03 04:07:52.111 INFO O| Aug 03 04:07:52.111 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94212024-08-03T04:07:54.215Z[ host-image] Aug 03 04:07:52.385 INFO O| Aug 03 04:07:52.385 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94222024-08-03T04:07:54.215Z[ host-image] Aug 03 04:07:52.385 INFO O| Aug 03 04:07:52.385 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94232024-08-03T04:07:55.245Z[ host-image] Aug 03 04:07:53.415 INFO O| Aug 03 04:07:53.415 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94242024-08-03T04:07:55.245Z[ host-image] Aug 03 04:07:53.415 INFO O| Aug 03 04:07:53.415 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94252024-08-03T04:07:55.248Z[ host-image] Aug 03 04:07:53.415 INFO O| Aug 03 04:07:53.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94262024-08-03T04:07:55.248Z[ host-image] Aug 03 04:07:53.415 INFO O| Aug 03 04:07:53.415 INFO completed processing gimlet/zfs
94272024-08-03T04:07:55.248Z[ host-image] Aug 03 04:07:53.415 INFO O| Aug 03 04:07:53.415 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94282024-08-03T04:08:01.006Z[ host-image] Aug 03 04:07:59.175 INFO O| Aug 03 04:07:59.175 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94292024-08-03T04:08:01.079Z[ host-image] Aug 03 04:07:59.248 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n"
94302024-08-03T04:08:01.079Z[ host-image] Aug 03 04:07:59.248 INFO expanded image name: "ci 602f194/${os_short_commit} 2024-08-03 03:41" -> "ci 602f194/795571e 2024-08-03 03:41"
94312024-08-03T04:08:01.082Z[ host-image] Aug 03 04:07:59.249 INFO output artefacts stored in: "/work/os-host"
94322024-08-03T04:08:01.082Z[ host-image] Aug 03 04:07:59.249 INFO collecting git info from project "image-builder"...
94332024-08-03T04:08:01.084Z[ host-image] Aug 03 04:07:59.254 INFO collecting git info from project "pinprick"...
94342024-08-03T04:08:01.088Z[ host-image] Aug 03 04:07:59.258 INFO collecting git info from project "phbl"...
94352024-08-03T04:08:01.093Z[ host-image] Aug 03 04:07:59.263 INFO collecting git info from project "chelsio-t6-roms"...
94362024-08-03T04:08:01.097Z[ host-image] Aug 03 04:07:59.267 INFO collecting git info from project "bootserver"...
94372024-08-03T04:08:01.101Z[ host-image] Aug 03 04:07:59.272 INFO collecting git info from project "amd-host-image-builder"...
94382024-08-03T04:08:01.114Z[ host-image] Aug 03 04:07:59.284 INFO collecting git info from project "amd-firmware"...
94392024-08-03T04:08:01.122Z[ host-image] Aug 03 04:07:59.292 INFO collecting git info from project "pilot"...
94402024-08-03T04:08:01.128Z[ host-image] Aug 03 04:07:59.296 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94412024-08-03T04:08:01.467Z[ host-image] Aug 03 04:07:59.636 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94422024-08-03T04:08:01.798Z[ host-image] Aug 03 04:07:59.968 INFO creating Oxide boot image...
94432024-08-03T04:08:01.798Z[ host-image] Aug 03 04:07:59.968 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 602f194/795571e 2024-08-03 03:41", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94442024-08-03T04:08:02.736Z[ host-image] Aug 03 04:08:00.906 INFO O| ok, image written!
94452024-08-03T04:08:02.736Z[ host-image] Aug 03 04:08:00.906 INFO O| ok, boot_image_csum file written!
94462024-08-03T04:08:02.739Z[ host-image] Aug 03 04:08:00.909 INFO creating boot archive (CPIO)...
94472024-08-03T04:08:02.739Z[ host-image] Aug 03 04:08:00.909 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
94482024-08-03T04:08:02.748Z[ host-image] Aug 03 04:08:00.918 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94492024-08-03T04:08:02.748Z[ host-image] Aug 03 04:08:00.918 INFO E| + outfile=/work/os-host/cpio
94502024-08-03T04:08:02.751Z[ host-image] Aug 03 04:08:00.918 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94512024-08-03T04:08:02.751Z[ host-image] Aug 03 04:08:00.920 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94522024-08-03T04:08:02.751Z[ host-image] Aug 03 04:08:00.920 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94532024-08-03T04:08:02.784Z[ host-image] Aug 03 04:08:00.954 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94542024-08-03T04:08:02.784Z[ host-image] Aug 03 04:08:00.954 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94552024-08-03T04:08:02.792Z[ host-image] Aug 03 04:08:00.961 INFO creating compressed cpio/unix for nanobl-rs...
94562024-08-03T04:08:02.792Z[ host-image] Aug 03 04:08:00.961 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
94572024-08-03T04:08:03.077Z[ host-image] Aug 03 04:08:01.247 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94582024-08-03T04:08:07.416Z[ host-image] Aug 03 04:08:05.585 INFO creating reset image...
94592024-08-03T04:08:07.418Z[ host-image] Aug 03 04:08:05.585 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94602024-08-03T04:08:07.499Z[ host-image] Aug 03 04:08:05.668 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
94612024-08-03T04:08:07.501Z[ host-image] Aug 03 04:08:05.669 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94622024-08-03T04:08:07.567Z[ host-image] Aug 03 04:08:05.736 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94632024-08-03T04:08:09.753Z[ host-image] Aug 03 04:08:07.923 INFO E| Finished `release` profile [optimized] target(s) in 2.24s
94642024-08-03T04:08:09.765Z[ host-image] Aug 03 04:08:07.934 INFO building host image...
94652024-08-03T04:08:09.768Z[ host-image] Aug 03 04:08:07.934 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")
94662024-08-03T04:08:10.198Z[ host-image] Aug 03 04:08:08.367 INFO finishing image archive at "/work/os-host/os.tar.gz"...
94672024-08-03T04:08:55.982Z[ host-image] Aug 03 04:08:54.149 INFO image complete! materials are in "/work/os-host"
94682024-08-03T04:08:55.986Z[ host-image]
94692024-08-03T04:08:55.986Z[ host-image] real 8:08.794073947
94702024-08-03T04:08:55.986Z[ host-image] user 3:52.157223471
94712024-08-03T04:08:55.986Z[ host-image] sys 49.396496630
94722024-08-03T04:08:55.986Z[ host-image] trap 0.121433905
94732024-08-03T04:08:55.986Z[ host-image] tflt 0.016829148
94742024-08-03T04:08:55.986Z[ host-image] dflt 0.027365193
94752024-08-03T04:08:55.986Z[ host-image] kflt 0.000000000
94762024-08-03T04:08:55.986Z[ host-image] lock 5:11.602985901
94772024-08-03T04:08:55.986Z[ host-image] slp 44:20.301293048
94782024-08-03T04:08:55.986Z[ host-image] lat 1:04.385825360
94792024-08-03T04:08:55.986Z[ host-image] stop 0.746067041
94802024-08-03T04:08:55.989ZAug 03 04:08:54.153 INFO [host-image] process exited with exit status: 0 (488.807827418s)
94812024-08-03T04:08:55.989ZAug 03 04:08:54.153 INFO [tuf-repo] running task
94822024-08-03T04:09:02.909ZAug 03 04:09:01.075 INFO assembling repository in `/tmp/tufaceousYIAiu4`, component: OmicronRepoAssembler
94832024-08-03T04:09:07.392ZAug 03 04:09:05.558 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
94842024-08-03T04:09:07.602ZAug 03 04:09:05.767 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
94852024-08-03T04:09:18.560ZAug 03 04:09:16.725 INFO [tuf-repo] task succeeded (22.572418367s)
94862024-08-03T04:09:18.560ZAug 03 04:09:16.725 INFO all jobs completed in 1677.543889522s
94872024-08-03T04:09:19.065Zprocess exited: duration 2224876 ms, exit code 0
 
94882024-08-03T04:09:19.077Zfound 33 output files
94892024-08-03T04:09:19.077Zuploading: /work/manifest.toml (8404 bytes)
94902024-08-03T04:09:20.088Zuploaded: /work/manifest.toml
94912024-08-03T04:09:20.088Zuploading: /work/repo.zip (1759776559 bytes)
94922024-08-03T04:09:59.730Zuploaded: /work/repo.zip
94932024-08-03T04:09:59.730Zuploading: /work/repo.zip.sha256.txt (65 bytes)
94942024-08-03T04:10:00.750Zuploaded: /work/repo.zip.sha256.txt
94952024-08-03T04:10:00.750Zuploading: /work/helios-setup.log (51506 bytes)
94962024-08-03T04:10:01.764Zuploaded: /work/helios-setup.log
94972024-08-03T04:10:01.764Zuploading: /work/host-image.log (195548 bytes)
94982024-08-03T04:10:02.783Zuploaded: /work/host-image.log
94992024-08-03T04:10:02.783Zuploading: /work/host-package.log (17696 bytes)
95002024-08-03T04:10:03.795Zuploaded: /work/host-package.log
95012024-08-03T04:10:03.795Zuploading: /work/host-target.log (101 bytes)
95022024-08-03T04:10:04.805Zuploaded: /work/host-target.log
95032024-08-03T04:10:04.805Zuploading: /work/omicron-package.log (4572 bytes)
95042024-08-03T04:10:05.815Zuploaded: /work/omicron-package.log
95052024-08-03T04:10:05.815Zuploading: /work/phbl-toolchain.log (881 bytes)
95062024-08-03T04:10:06.825Zuploaded: /work/phbl-toolchain.log
95072024-08-03T04:10:06.825Zuploading: /work/recovery-image.log (592545 bytes)
95082024-08-03T04:10:07.849Zuploaded: /work/recovery-image.log
95092024-08-03T04:10:07.849Zuploading: /work/recovery-package.log (282 bytes)
95102024-08-03T04:10:08.859Zuploaded: /work/recovery-package.log
95112024-08-03T04:10:08.859Zuploading: /work/recovery-target.log (98 bytes)
95122024-08-03T04:10:09.869Zuploaded: /work/recovery-target.log
95132024-08-03T04:10:09.869Zuploading: /work/stamp-clickhouse.log (117 bytes)
95142024-08-03T04:10:10.879Zuploaded: /work/stamp-clickhouse.log
95152024-08-03T04:10:10.879Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95162024-08-03T04:10:11.889Zuploaded: /work/stamp-clickhouse_keeper.log
95172024-08-03T04:10:11.890Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95182024-08-03T04:10:12.899Zuploaded: /work/stamp-cockroachdb.log
95192024-08-03T04:10:12.900Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95202024-08-03T04:10:13.909Zuploaded: /work/stamp-crucible-dtrace.log
95212024-08-03T04:10:13.909Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95222024-08-03T04:10:14.919Zuploaded: /work/stamp-crucible-pantry-zone.log
95232024-08-03T04:10:14.919Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95242024-08-03T04:10:15.927Zuploaded: /work/stamp-crucible-zone.log
95252024-08-03T04:10:15.927Zuploading: /work/stamp-external-dns.log (119 bytes)
95262024-08-03T04:10:16.937Zuploaded: /work/stamp-external-dns.log
95272024-08-03T04:10:16.937Zuploading: /work/stamp-installinator.log (103 bytes)
95282024-08-03T04:10:17.947Zuploaded: /work/stamp-installinator.log
95292024-08-03T04:10:17.947Zuploading: /work/stamp-internal-dns.log (119 bytes)
95302024-08-03T04:10:18.957Zuploaded: /work/stamp-internal-dns.log
95312024-08-03T04:10:18.957Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95322024-08-03T04:10:19.967Zuploaded: /work/stamp-mg-ddm-gz.log
95332024-08-03T04:10:19.967Zuploading: /work/stamp-nexus.log (112 bytes)
95342024-08-03T04:10:20.976Zuploaded: /work/stamp-nexus.log
95352024-08-03T04:10:20.976Zuploading: /work/stamp-ntp.log (110 bytes)
95362024-08-03T04:10:21.985Zuploaded: /work/stamp-ntp.log
95372024-08-03T04:10:21.985Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95382024-08-03T04:10:22.995Zuploaded: /work/stamp-omicron-sled-agent.log
95392024-08-03T04:10:22.995Zuploading: /work/stamp-overlay.log (66 bytes)
95402024-08-03T04:10:24.006Zuploaded: /work/stamp-overlay.log
95412024-08-03T04:10:24.006Zuploading: /work/stamp-oximeter.log (115 bytes)
95422024-08-03T04:10:25.016Zuploaded: /work/stamp-oximeter.log
95432024-08-03T04:10:25.016Zuploading: /work/stamp-oxlog.log (109 bytes)
95442024-08-03T04:10:26.030Zuploaded: /work/stamp-oxlog.log
95452024-08-03T04:10:26.030Zuploading: /work/stamp-probe.log (112 bytes)
95462024-08-03T04:10:27.040Zuploaded: /work/stamp-probe.log
95472024-08-03T04:10:27.040Zuploading: /work/stamp-propolis-server.log (122 bytes)
95482024-08-03T04:10:28.050Zuploaded: /work/stamp-propolis-server.log
95492024-08-03T04:10:28.050Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95502024-08-03T04:10:29.060Zuploaded: /work/stamp-pumpkind-gz.log
95512024-08-03T04:10:29.060Zuploading: /work/stamp-switch-asic.log (118 bytes)
95522024-08-03T04:10:30.071Zuploaded: /work/stamp-switch-asic.log
95532024-08-03T04:10:30.071Zuploading: /work/verify-libraries.log (1581 bytes)
95542024-08-03T04:10:31.081Zuploaded: /work/verify-libraries.log