01J8H027K2TCRHSGGE44VG6093: 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: 01J8H03674P40QR9HA81JR7JGD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-24T03:10:43.510Zjob assigned to worker 01J8H03G9NSBR0GKP21XQK28BF (queued for 1 m 0 s)
 
22024-09-24T03:10:50.690Zstarting task 0: "setup"
32024-09-24T03:10:50.701Z++ uname -s
42024-09-24T03:10:50.701Z+ kern=SunOS
52024-09-24T03:10:50.701Z+ case "$kern" in
62024-09-24T03:10:50.701Z+ groupadd -g 12345 build
72024-09-24T03:10:50.723Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-24T03:10:52.714Z+ zfs create -o mountpoint=/work rpool/work
92024-09-24T03:10:52.836Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-24T03:10:52.839Z+ home_fs=zfs
112024-09-24T03:10:52.840Z+ [[ zfs == autofs ]]
122024-09-24T03:10:52.840Z+ mkdir -p /home/build
132024-09-24T03:10:52.843Z+ chown build:build /home/build /work
142024-09-24T03:10:54.857Z+ chmod 0700 /home/build /work
152024-09-24T03:10:54.890Zprocess exited: duration 4158 ms, exit code 0
 
162024-09-24T03:10:54.942Zstarting task 1: "rust-toolchain"
172024-09-24T03:10:54.962Z+ printf ' * toolchain channel = "%s"
182024-09-24T03:10:54.962Z' 1.80.1
192024-09-24T03:10:54.962Z+ printf ' * toolchain profile = "%s"
202024-09-24T03:10:54.962Z * toolchain channel = "1.80.1"
212024-09-24T03:10:54.962Z' default
222024-09-24T03:10:54.962Z * toolchain profile = "default"
232024-09-24T03:10:54.962Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-24T03:10:54.963Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-24T03:10:55.073Zinfo: downloading installer
262024-09-24T03:10:56.289Zinfo: profile set to 'default'
272024-09-24T03:10:56.289Zinfo: default host triple is x86_64-unknown-illumos
282024-09-24T03:10:56.292Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-24T03:10:56.435Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-24T03:10:56.435Zinfo: downloading component 'cargo'
312024-09-24T03:10:57.230Zinfo: downloading component 'clippy'
322024-09-24T03:10:57.518Zinfo: downloading component 'rust-docs'
332024-09-24T03:10:58.629Zinfo: downloading component 'rust-std'
342024-09-24T03:11:00.273Zinfo: downloading component 'rustc'
352024-09-24T03:11:04.631Zinfo: downloading component 'rustfmt'
362024-09-24T03:11:04.865Zinfo: installing component 'cargo'
372024-09-24T03:11:05.678Zinfo: installing component 'clippy'
382024-09-24T03:11:06.045Zinfo: installing component 'rust-docs'
392024-09-24T03:11:07.675Zinfo: installing component 'rust-std'
402024-09-24T03:11:09.314Zinfo: installing component 'rustc'
412024-09-24T03:11:13.396Zinfo: installing component 'rustfmt'
422024-09-24T03:11:13.737Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-24T03:11:13.737Z
442024-09-24T03:11:14.008Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-24T03:11:14.008Z
462024-09-24T03:11:14.011Z
472024-09-24T03:11:14.011ZRust is installed now. Great!
482024-09-24T03:11:14.011Z
492024-09-24T03:11:14.011ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-24T03:11:14.011Zenvironment variable. This has not been done automatically.
512024-09-24T03:11:14.011Z
522024-09-24T03:11:14.011ZTo configure your current shell, you need to source
532024-09-24T03:11:14.011Zthe corresponding env file under $HOME/.cargo.
542024-09-24T03:11:14.011Z
552024-09-24T03:11:14.011ZThis is usually done by running one of the following (note the leading DOT):
562024-09-24T03:11:14.011Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-24T03:11:14.011Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-24T03:11:14.061Z+ rustc --version
592024-09-24T03:11:14.121Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-24T03:11:14.124Zprocess exited: duration 19200 ms, exit code 0
 
612024-09-24T03:11:14.130Zstarting task 2: "authentication"
622024-09-24T03:11:14.150Zprocess exited: duration 20 ms, exit code 0
 
632024-09-24T03:11:14.156Zstarting task 3: "clone repository"
642024-09-24T03:11:14.160Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-24T03:11:14.162Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-24T03:11:14.200ZCloning into '/work/oxidecomputer/omicron'...
672024-09-24T03:11:21.190Z+ cd /work/oxidecomputer/omicron
682024-09-24T03:11:21.190Z+ git fetch origin 425a962cb770da99038563c9383e6225cc1462d4
692024-09-24T03:11:21.489ZFrom https://github.com/oxidecomputer/omicron
702024-09-24T03:11:21.489Z * branch 425a962cb770da99038563c9383e6225cc1462d4 -> FETCH_HEAD
712024-09-24T03:11:21.498Z+ [[ -n renovate/httptest-0.x ]]
722024-09-24T03:11:21.502Z++ git branch --show-current
732024-09-24T03:11:21.508Z+ current=main
742024-09-24T03:11:21.508Z+ [[ main != renovate/httptest-0.x ]]
752024-09-24T03:11:21.508Z+ git branch -f renovate/httptest-0.x 425a962cb770da99038563c9383e6225cc1462d4
762024-09-24T03:11:21.512Z+ git checkout -f renovate/httptest-0.x
772024-09-24T03:11:21.662ZSwitched to branch 'renovate/httptest-0.x'
782024-09-24T03:11:21.665Z+ git reset --hard 425a962cb770da99038563c9383e6225cc1462d4
792024-09-24T03:11:21.677ZHEAD is now at 425a962cb Update Rust crate httptest to 0.16.1
802024-09-24T03:11:21.679Zprocess exited: duration 7522 ms, exit code 0
 
812024-09-24T03:11:21.685Zstarting task 4: "build"
822024-09-24T03:11:21.690Z+ cargo --version
832024-09-24T03:11:21.744Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-24T03:11:21.746Z+ rustc --version
852024-09-24T03:11:21.807Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-24T03:11:21.813Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-24T03:11:28.298Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-24T03:11:30.805Z Startup: Caching catalogs ... Done
892024-09-24T03:11:33.920ZPlanning: Solver setup ... Done (2.499s)
902024-09-24T03:11:33.950ZPlanning: Running solver ... Done (0.042s)
912024-09-24T03:11:34.074ZPlanning: Finding local manifests ... Done (0.004s)
922024-09-24T03:11:34.090ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-24T03:11:35.641ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-24T03:11:35.742ZPlanning: Package planning ... Done (0.100s)
952024-09-24T03:11:35.798ZPlanning: Merging actions ... Done (0.056s)
962024-09-24T03:11:36.008ZPlanning: Checking for conflicting actions ... Done (0.210s)
972024-09-24T03:11:37.974ZPlanning: Consolidating action changes ... Done (1.933s)
982024-09-24T03:11:38.569ZPlanning: Evaluating mediators ... Done (0.439s)
992024-09-24T03:11:38.592ZPlanning: Planning completed in 7.62 seconds
1002024-09-24T03:11:38.592Z Packages to install: 4
1012024-09-24T03:11:38.592Z Packages to update: 1
1022024-09-24T03:11:38.592Z Mediators to change: 2
1032024-09-24T03:11:38.592Z Services to change: 1
1042024-09-24T03:11:38.592Z Estimated space available: 155.71 GB
1052024-09-24T03:11:38.592ZEstimated space to be consumed: 1.54 GB
1062024-09-24T03:11:38.593Z Create boot environment: No
1072024-09-24T03:11:38.593ZCreate backup boot environment: Yes
1082024-09-24T03:11:38.593Z Rebuild boot archive: No
1092024-09-24T03:11:38.593Z
1102024-09-24T03:11:38.593ZChanged mediators:
1112024-09-24T03:11:38.594Z mediator clang:
1122024-09-24T03:11:38.594Z version: None -> 15 (system default)
1132024-09-24T03:11:38.594Z
1142024-09-24T03:11:38.594Z mediator llvm:
1152024-09-24T03:11:38.594Z version: 14 (system default) -> 15 (system default)
1162024-09-24T03:11:38.594Z
1172024-09-24T03:11:38.594ZChanged packages:
1182024-09-24T03:11:38.594Zhelios-dev
1192024-09-24T03:11:38.594Z developer/build-essential
1202024-09-24T03:11:38.594Z None -> 11-2.0
1212024-09-24T03:11:38.594Z library/libxmlsec1
1222024-09-24T03:11:38.594Z None -> 1.2.35-2.0
1232024-09-24T03:11:38.594Z ooce/developer/clang-15
1242024-09-24T03:11:38.594Z None -> 15.0.7-2.0
1252024-09-24T03:11:38.594Z ooce/developer/llvm-15
1262024-09-24T03:11:38.594Z None -> 15.0.7-2.0
1272024-09-24T03:11:38.594Z package/pkg
1282024-09-24T03:11:38.594Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-24T03:11:38.594Z
1302024-09-24T03:11:38.595ZServices:
1312024-09-24T03:11:38.595Z restart_fmri:
1322024-09-24T03:11:38.595Z svc:/system/update-man-index:default
1332024-09-24T03:11:38.595Z
1342024-09-24T03:11:38.595ZEditable files to change:
1352024-09-24T03:11:38.595Z Update:
1362024-09-24T03:11:38.595Z usr/share/lib/pkg/web/config.shtml
1372024-09-24T03:11:38.595Z
1382024-09-24T03:11:38.595ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-24T03:11:44.681ZDownload: 207/4281 items 1.3/220.6MB 0% complete (498k/s)
1402024-09-24T03:11:49.678ZDownload: 490/4281 items 17.1/220.6MB 7% complete (1.7M/s)
1412024-09-24T03:11:54.682ZDownload: 835/4281 items 18.8/220.6MB 8% complete (1.8M/s)
1422024-09-24T03:11:59.895ZDownload: 979/4281 items 19.4/220.6MB 8% complete (308k/s)
1432024-09-24T03:12:04.784ZDownload: 1183/4281 items 83.3/220.6MB 37% complete (6.5M/s)
1442024-09-24T03:12:13.739ZDownload: 1193/4281 items 83.5/220.6MB 37% complete (6.4M/s)
1452024-09-24T03:12:18.735ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (42.9k/s)
1462024-09-24T03:12:23.824ZDownload: 1289/4281 items 115.3/220.6MB 52% complete (3.4M/s)
1472024-09-24T03:12:28.839ZDownload: 1408/4281 items 116.5/220.6MB 52% complete (3.7M/s)
1482024-09-24T03:12:33.894ZDownload: 1563/4281 items 117.1/220.6MB 53% complete (378k/s)
1492024-09-24T03:12:38.979ZDownload: 1734/4281 items 117.7/220.6MB 53% complete (119k/s)
1502024-09-24T03:12:43.982ZDownload: 2030/4281 items 118.2/220.6MB 53% complete (110k/s)
1512024-09-24T03:12:49.009ZDownload: 2442/4281 items 120.1/220.6MB 54% complete (246k/s)
1522024-09-24T03:12:54.001ZDownload: 3181/4281 items 166.6/220.6MB 75% complete (4.8M/s)
1532024-09-24T03:12:59.007ZDownload: 3257/4281 items 205.6/220.6MB 93% complete (8.5M/s)
1542024-09-24T03:13:04.637ZDownload: 3286/4281 items 212.3/220.6MB 96% complete (9.0M/s)
1552024-09-24T03:13:23.857ZDownload: 3288/4281 items 212.4/220.6MB 96% complete
1562024-09-24T03:13:29.161ZDownload: 3297/4281 items 214.5/220.6MB 97% complete (522k/s)
1572024-09-24T03:13:34.134ZDownload: 3754/4281 items 217.2/220.6MB 98% complete (779k/s)
1582024-09-24T03:13:39.242ZDownload: 4204/4281 items 220.6/220.6MB 99% complete (882k/s)
1592024-09-24T03:13:44.540ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (851k/s)
1602024-09-24T03:13:56.868ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1612024-09-24T03:13:56.970ZDownload: Completed 220.60 MB in 138.40 seconds (1.6M/s)
1622024-09-24T03:14:00.060Z Actions: 1/5063 actions (Removing old actions)
1632024-09-24T03:14:00.064Z Actions: 194/5063 actions (Installing new actions)
1642024-09-24T03:14:03.793Z Actions: 4226/5063 actions (Updating modified actions)
1652024-09-24T03:14:04.083Z Actions: Completed 5063 actions in 5.03 seconds.
1662024-09-24T03:14:04.385Z Done (0.295s)
1672024-09-24T03:14:04.388Z Done (0.000s)
1682024-09-24T03:14:04.801Z Done (0.415s)
1692024-09-24T03:14:09.021Z Done (4.025s)
1702024-09-24T03:14:09.107Z Done (0.017s)
1712024-09-24T03:14:09.113Z Done (0.000s)
1722024-09-24T03:14:09.301Z Done (0.000s)
1732024-09-24T03:14:09.852ZPlanning: Evaluating mediator changes ... Done
1742024-09-24T03:14:10.017ZPlanning: Checking for conflicting actions ... Done
1752024-09-24T03:14:10.019ZPlanning: Consolidating action changes ... Done
1762024-09-24T03:14:10.307ZPlanning: Evaluating mediators ... Done
1772024-09-24T03:14:10.310ZPlanning: Planning completed in 0.46 seconds
1782024-09-24T03:14:10.380Z Mediators to change: 2
1792024-09-24T03:14:10.380Z Create boot environment: No
1802024-09-24T03:14:10.384ZCreate backup boot environment: No
1812024-09-24T03:14:10.428Z Done
1822024-09-24T03:14:10.428Z Done
1832024-09-24T03:14:10.679Z Done
1842024-09-24T03:14:14.325Z Done
1852024-09-24T03:14:14.420Z Done
1862024-09-24T03:14:14.423Z Done
1872024-09-24T03:14:14.541Z Done
1882024-09-24T03:14:15.141ZPlanning: Evaluating mediator changes ... Done
1892024-09-24T03:14:15.144ZPlanning: Merging actions ... Done
1902024-09-24T03:14:15.328ZPlanning: Checking for conflicting actions ... Done
1912024-09-24T03:14:15.331ZPlanning: Consolidating action changes ... Done
1922024-09-24T03:14:15.588ZPlanning: Evaluating mediators ... Done
1932024-09-24T03:14:15.643ZPlanning: Planning completed in 0.74 seconds
1942024-09-24T03:14:15.683Z Packages to change: 1
1952024-09-24T03:14:15.683Z Mediators to change: 1
1962024-09-24T03:14:15.686Z Services to change: 1
1972024-09-24T03:14:15.686Z Create boot environment: No
1982024-09-24T03:14:15.686ZCreate backup boot environment: Yes
1992024-09-24T03:14:17.797Z Actions: 1/6 actions (Updating modified actions)
2002024-09-24T03:14:17.800Z Actions: Completed 6 actions in 0.00 seconds.
2012024-09-24T03:14:17.800Z Done
2022024-09-24T03:14:17.800Z Done
2032024-09-24T03:14:17.939Z Done
2042024-09-24T03:14:21.410Z Done
2052024-09-24T03:14:21.500Z Done
2062024-09-24T03:14:21.504Z Done
2072024-09-24T03:14:21.616Z Done
2082024-09-24T03:14:22.042ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092024-09-24T03:14:22.042Zclang system 15 system
2102024-09-24T03:14:22.042Zcsh system system illumos
2112024-09-24T03:14:22.042Zctags system system illumos
2122024-09-24T03:14:22.042Zgcc vendor 12 vendor
2132024-09-24T03:14:22.042Zgcc system 10 system
2142024-09-24T03:14:22.042Zgcc system 7 system
2152024-09-24T03:14:22.042Zgo system 1.20 system
2162024-09-24T03:14:22.042Zgo system 1.19 system
2172024-09-24T03:14:22.042Zllvm system 15 system
2182024-09-24T03:14:22.042Zllvm system 14 system
2192024-09-24T03:14:22.042Zmariadb system 10.6 system
2202024-09-24T03:14:22.042Zmta vendor vendor dma
2212024-09-24T03:14:22.042Zopenjdk system 17 system
2222024-09-24T03:14:22.042Zopenjdk system 11 system
2232024-09-24T03:14:22.042Zopenjdk system 1.8 system
2242024-09-24T03:14:22.042Zopenssl vendor 3 vendor
2252024-09-24T03:14:22.042Zperl system 5.36 system
2262024-09-24T03:14:22.042Zpostgresql system 15 system
2272024-09-24T03:14:22.042Zpostgresql system 13 system
2282024-09-24T03:14:22.042Zpython vendor 3 vendor
2292024-09-24T03:14:22.042Zpython system 2 system
2302024-09-24T03:14:22.042Zpython3 system 3.11 system
2312024-09-24T03:14:22.042Zruby system 3.0 system
2322024-09-24T03:14:22.042Zwords vendor vendor american-english
2332024-09-24T03:14:22.042Zwords system system australian-english
2342024-09-24T03:14:22.042Zwords system system british-english
2352024-09-24T03:14:22.042Zwords system system canadian-english
2362024-09-24T03:14:22.042Zwords system system french
2372024-09-24T03:14:22.042Zwords system system italian
2382024-09-24T03:14:22.042Zwords system system ngerman
2392024-09-24T03:14:22.042Zwords system system ogerman
2402024-09-24T03:14:22.042Zwords system system spanish
2412024-09-24T03:14:22.372ZPUBLISHER TYPE STATUS P LOCATION
2422024-09-24T03:14:22.372Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432024-09-24T03:14:24.287ZFMRI IFO
2442024-09-24T03:14:24.287Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452024-09-24T03:14:24.287Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462024-09-24T03:14:24.287Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472024-09-24T03:14:24.287Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482024-09-24T03:14:24.287Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492024-09-24T03:14:24.287Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502024-09-24T03:14:24.287Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2512024-09-24T03:14:24.287Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522024-09-24T03:14:24.288Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532024-09-24T03:14:24.288Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2542024-09-24T03:14:24.288Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552024-09-24T03:14:24.288Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2562024-09-24T03:14:24.288Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572024-09-24T03:14:24.914Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582024-09-24T03:14:25.185Z Updating crates.io index
2592024-09-24T03:14:25.260Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2602024-09-24T03:14:26.021Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2612024-09-24T03:14:26.694Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2622024-09-24T03:14:26.942Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2632024-09-24T03:14:28.432Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642024-09-24T03:14:28.630Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652024-09-24T03:14:29.034Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662024-09-24T03:14:29.952Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672024-09-24T03:14:32.016Z Updating git repository `https://github.com/oxidecomputer/opte`
2682024-09-24T03:14:32.943Z Updating git repository `https://github.com/oxidecomputer/falcon`
2692024-09-24T03:14:33.648Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702024-09-24T03:14:33.908Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712024-09-24T03:14:34.183Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722024-09-24T03:14:34.689Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2732024-09-24T03:14:35.007Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2742024-09-24T03:14:35.292Z Updating git repository `https://github.com/oxidecomputer/qorb`
2752024-09-24T03:14:35.600Z Updating git repository `https://github.com/oxidecomputer/propolis`
2762024-09-24T03:14:36.077Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2772024-09-24T03:14:36.350Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782024-09-24T03:14:36.640Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792024-09-24T03:14:36.865Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802024-09-24T03:14:37.116Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812024-09-24T03:14:37.442Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822024-09-24T03:14:37.662Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832024-09-24T03:14:37.985Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2842024-09-24T03:14:38.221Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852024-09-24T03:14:38.605Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862024-09-24T03:14:38.842Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872024-09-24T03:14:39.242Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882024-09-24T03:14:39.612Z Updating git repository `https://github.com/oxidecomputer/typify`
2892024-09-24T03:14:41.890Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902024-09-24T03:14:42.137Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912024-09-24T03:14:42.397Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922024-09-24T03:14:42.830Z Updating git repository `https://github.com/oxidecomputer/rfb`
2932024-09-24T03:14:43.833Z Downloading crates ...
2942024-09-24T03:14:43.907Z Downloaded anyhow v1.0.89
2952024-09-24T03:14:43.916Z Downloaded heck v0.5.0
2962024-09-24T03:14:43.916Z Downloaded dtrace-parser v0.2.0
2972024-09-24T03:14:43.916Z Downloaded is_terminal_polyfill v1.70.0
2982024-09-24T03:14:43.916Z Downloaded generic-array v0.14.7
2992024-09-24T03:14:43.920Z Downloaded byteorder v1.5.0
3002024-09-24T03:14:43.920Z Downloaded usdt-attr-macro v0.5.0
3012024-09-24T03:14:43.923Z Downloaded usdt-macro v0.5.0
3022024-09-24T03:14:43.923Z Downloaded digest v0.10.7
3032024-09-24T03:14:43.923Z Downloaded errno v0.3.9
3042024-09-24T03:14:43.925Z Downloaded block-buffer v0.10.4
3052024-09-24T03:14:43.925Z Downloaded anstyle v1.0.8
3062024-09-24T03:14:43.928Z Downloaded thiserror v1.0.63
3072024-09-24T03:14:43.936Z Downloaded plain v0.2.3
3082024-09-24T03:14:43.938Z Downloaded thread-id v4.2.1
3092024-09-24T03:14:43.939Z Downloaded smawk v0.3.2
3102024-09-24T03:14:43.939Z Downloaded cpufeatures v0.2.12
3112024-09-24T03:14:43.939Z Downloaded unicode-linebreak v0.1.5
3122024-09-24T03:14:43.939Z Downloaded swrite v0.1.0
3132024-09-24T03:14:43.939Z Downloaded tabled_derive v0.7.0
3142024-09-24T03:14:43.939Z Downloaded fnv v1.0.7
3152024-09-24T03:14:43.939Z Downloaded clap_lex v0.7.0
3162024-09-24T03:14:43.941Z Downloaded version_check v0.9.5
3172024-09-24T03:14:43.941Z Downloaded usdt v0.5.0
3182024-09-24T03:14:43.941Z Downloaded toml_datetime v0.6.8
3192024-09-24T03:14:43.944Z Downloaded terminal_size v0.3.0
3202024-09-24T03:14:43.944Z Downloaded autocfg v1.3.0
3212024-09-24T03:14:43.946Z Downloaded cfg-if v1.0.0
3222024-09-24T03:14:43.946Z Downloaded semver v1.0.23
3232024-09-24T03:14:43.948Z Downloaded anstyle-query v1.0.3
3242024-09-24T03:14:43.951Z Downloaded serde_tokenstream v0.2.2
3252024-09-24T03:14:43.955Z Downloaded anstyle-parse v0.2.4
3262024-09-24T03:14:43.958Z Downloaded pest_generator v2.7.10
3272024-09-24T03:14:43.961Z Downloaded cargo_metadata v0.18.1
3282024-09-24T03:14:43.963Z Downloaded camino-tempfile v1.1.1
3292024-09-24T03:14:43.965Z Downloaded proc-macro2 v1.0.86
3302024-09-24T03:14:43.968Z Downloaded proc-macro-error v1.0.4
3312024-09-24T03:14:43.970Z Downloaded equivalent v1.0.1
3322024-09-24T03:14:43.973Z Downloaded once_cell v1.19.0
3332024-09-24T03:14:43.975Z Downloaded ucd-trie v0.1.6
3342024-09-24T03:14:43.978Z Downloaded memmap v0.7.0
3352024-09-24T03:14:43.980Z Downloaded macaddr v1.0.1
3362024-09-24T03:14:43.983Z Downloaded colorchoice v1.0.1
3372024-09-24T03:14:43.987Z Downloaded scroll v0.12.0
3382024-09-24T03:14:43.989Z Downloaded anstream v0.6.14
3392024-09-24T03:14:43.991Z Downloaded typenum v1.17.0
3402024-09-24T03:14:43.995Z Downloaded log v0.4.21
3412024-09-24T03:14:43.997Z Downloaded utf8parse v0.2.1
3422024-09-24T03:14:43.997Z Downloaded serde_spanned v0.6.7
3432024-09-24T03:14:43.997Z Downloaded scroll_derive v0.12.0
3442024-09-24T03:14:43.997Z Downloaded crypto-common v0.1.6
3452024-09-24T03:14:44.000Z Downloaded pretty-hex v0.4.1
3462024-09-24T03:14:44.000Z Downloaded heck v0.4.1
3472024-09-24T03:14:44.002Z Downloaded fs-err v2.11.0
3482024-09-24T03:14:44.003Z Downloaded dof v0.3.0
3492024-09-24T03:14:44.005Z Downloaded bytecount v0.6.8
3502024-09-24T03:14:44.005Z Downloaded itoa v1.0.11
3512024-09-24T03:14:44.008Z Downloaded fastrand v2.1.0
3522024-09-24T03:14:44.008Z Downloaded cargo-platform v0.1.8
3532024-09-24T03:14:44.011Z Downloaded strsim v0.11.1
3542024-09-24T03:14:44.018Z Downloaded proc-macro-error-attr v1.0.4
3552024-09-24T03:14:44.020Z Downloaded thiserror-impl v1.0.63
3562024-09-24T03:14:44.032Z Downloaded memchr v2.7.2
3572024-09-24T03:14:44.037Z Downloaded camino v1.1.9
3582024-09-24T03:14:44.039Z Downloaded sha2 v0.10.8
3592024-09-24T03:14:44.048Z Downloaded tempfile v3.10.1
3602024-09-24T03:14:44.050Z Downloaded quote v1.0.36
3612024-09-24T03:14:44.053Z Downloaded zerocopy-derive v0.7.34
3622024-09-24T03:14:44.055Z Downloaded usdt-impl v0.5.0
3632024-09-24T03:14:44.059Z Downloaded pest_meta v2.7.10
3642024-09-24T03:14:44.062Z Downloaded serde v1.0.208
3652024-09-24T03:14:44.062Z Downloaded clap_derive v4.5.13
3662024-09-24T03:14:44.065Z Downloaded clap v4.5.16
3672024-09-24T03:14:44.072Z Downloaded cargo_toml v0.20.4
3682024-09-24T03:14:44.075Z Downloaded unicode-ident v1.0.12
3692024-09-24T03:14:44.075Z Downloaded textwrap v0.16.1
3702024-09-24T03:14:44.077Z Downloaded pest_derive v2.7.10
3712024-09-24T03:14:44.080Z Downloaded toml v0.8.19
3722024-09-24T03:14:44.082Z Downloaded serde_derive v1.0.208
3732024-09-24T03:14:44.087Z Downloaded ryu v1.0.18
3742024-09-24T03:14:44.090Z Downloaded papergrid v0.11.0
3752024-09-24T03:14:44.093Z Downloaded bitflags v2.6.0
3762024-09-24T03:14:44.095Z Downloaded pest v2.7.10
3772024-09-24T03:14:44.100Z Downloaded hashbrown v0.14.5
3782024-09-24T03:14:44.107Z Downloaded indexmap v2.4.0
3792024-09-24T03:14:44.113Z Downloaded serde_json v1.0.125
3802024-09-24T03:14:44.118Z Downloaded toml_edit v0.22.20
3812024-09-24T03:14:44.138Z Downloaded zerocopy v0.7.34
3822024-09-24T03:14:44.152Z Downloaded winnow v0.6.18
3832024-09-24T03:14:44.161Z Downloaded clap_builder v4.5.15
3842024-09-24T03:14:44.167Z Downloaded goblin v0.8.2
3852024-09-24T03:14:44.172Z Downloaded tabled v0.15.0
3862024-09-24T03:14:44.187Z Downloaded syn v2.0.74
3872024-09-24T03:14:44.196Z Downloaded syn v1.0.109
3882024-09-24T03:14:44.206Z Downloaded rustix v0.38.34
3892024-09-24T03:14:44.226Z Downloaded unicode-width v0.1.13
3902024-09-24T03:14:44.234Z Downloaded libc v0.2.158
3912024-09-24T03:14:44.544Z Compiling proc-macro2 v1.0.86
3922024-09-24T03:14:44.547Z Compiling unicode-ident v1.0.12
3932024-09-24T03:14:44.547Z Compiling version_check v0.9.5
3942024-09-24T03:14:44.547Z Compiling serde v1.0.208
3952024-09-24T03:14:44.547Z Compiling thiserror v1.0.63
3962024-09-24T03:14:44.547Z Compiling memchr v2.7.2
3972024-09-24T03:14:44.548Z Compiling libc v0.2.158
3982024-09-24T03:14:44.579Z Compiling ryu v1.0.18
3992024-09-24T03:14:44.868Z Compiling ucd-trie v0.1.6
4002024-09-24T03:14:45.006Z Compiling itoa v1.0.11
4012024-09-24T03:14:45.312Z Compiling once_cell v1.19.0
4022024-09-24T03:14:45.380Z Compiling byteorder v1.5.0
4032024-09-24T03:14:45.466Z Compiling serde_json v1.0.125
4042024-09-24T03:14:45.693Z Compiling rustix v0.38.34
4052024-09-24T03:14:45.826Z Compiling bitflags v2.6.0
4062024-09-24T03:14:45.867Z Compiling proc-macro-error-attr v1.0.4
4072024-09-24T03:14:46.179Z Compiling usdt-impl v0.5.0
4082024-09-24T03:14:46.227Z Compiling syn v1.0.109
4092024-09-24T03:14:46.274Z Compiling quote v1.0.36
4102024-09-24T03:14:46.368Z Compiling proc-macro-error v1.0.4
4112024-09-24T03:14:46.613Z Compiling log v0.4.21
4122024-09-24T03:14:46.720Z Compiling syn v2.0.74
4132024-09-24T03:14:46.748Z Compiling errno v0.3.9
4142024-09-24T03:14:46.989Z Compiling camino v1.1.9
4152024-09-24T03:14:46.992Z Compiling hashbrown v0.14.5
4162024-09-24T03:14:47.039Z Compiling thread-id v4.2.1
4172024-09-24T03:14:47.064Z Compiling equivalent v1.0.1
4182024-09-24T03:14:47.157Z Compiling utf8parse v0.2.1
4192024-09-24T03:14:47.162Z Compiling plain v0.2.3
4202024-09-24T03:14:47.303Z Compiling anstyle-parse v0.2.4
4212024-09-24T03:14:47.737Z Compiling is_terminal_polyfill v1.70.0
4222024-09-24T03:14:47.819Z Compiling autocfg v1.3.0
4232024-09-24T03:14:47.917Z Compiling unicode-width v0.1.13
4242024-09-24T03:14:48.037Z Compiling colorchoice v1.0.1
4252024-09-24T03:14:48.163Z Compiling pretty-hex v0.4.1
4262024-09-24T03:14:48.242Z Compiling semver v1.0.23
4272024-09-24T03:14:48.259Z Compiling anstyle-query v1.0.3
4282024-09-24T03:14:48.387Z Compiling indexmap v2.4.0
4292024-09-24T03:14:48.411Z Compiling winnow v0.6.18
4302024-09-24T03:14:48.435Z Compiling anstyle v1.0.8
4312024-09-24T03:14:48.835Z Compiling fs-err v2.11.0
4322024-09-24T03:14:48.860Z Compiling anstream v0.6.14
4332024-09-24T03:14:49.120Z Compiling terminal_size v0.3.0
4342024-09-24T03:14:49.170Z Compiling strsim v0.11.1
4352024-09-24T03:14:49.329Z Compiling clap_lex v0.7.0
4362024-09-24T03:14:49.596Z Compiling fastrand v2.1.0
4372024-09-24T03:14:49.769Z Compiling anyhow v1.0.89
4382024-09-24T03:14:49.855Z Compiling bytecount v0.6.8
4392024-09-24T03:14:49.882Z Compiling heck v0.4.1
4402024-09-24T03:14:50.115Z Compiling fnv v1.0.7
4412024-09-24T03:14:50.144Z Compiling cfg-if v1.0.0
4422024-09-24T03:14:50.248Z Compiling heck v0.5.0
4432024-09-24T03:14:50.272Z Compiling tempfile v3.10.1
4442024-09-24T03:14:50.405Z Compiling papergrid v0.11.0
4452024-09-24T03:14:50.598Z Compiling clap_builder v4.5.15
4462024-09-24T03:14:50.780Z Compiling memmap v0.7.0
4472024-09-24T03:14:50.900Z Compiling smawk v0.3.2
4482024-09-24T03:14:51.123Z Compiling unicode-linebreak v0.1.5
4492024-09-24T03:14:51.663Z Compiling textwrap v0.16.1
4502024-09-24T03:14:51.820Z Compiling swrite v0.1.0
4512024-09-24T03:14:52.970Z Compiling tabled_derive v0.7.0
4522024-09-24T03:14:54.527Z Compiling tabled v0.15.0
4532024-09-24T03:14:55.403Z Compiling serde_derive v1.0.208
4542024-09-24T03:14:55.403Z Compiling thiserror-impl v1.0.63
4552024-09-24T03:14:55.405Z Compiling zerocopy-derive v0.7.34
4562024-09-24T03:14:55.405Z Compiling scroll_derive v0.12.0
4572024-09-24T03:14:55.405Z Compiling clap_derive v4.5.13
4582024-09-24T03:14:56.785Z Compiling scroll v0.12.0
4592024-09-24T03:14:57.354Z Compiling goblin v0.8.2
4602024-09-24T03:14:57.654Z Compiling zerocopy v0.7.34
4612024-09-24T03:14:58.431Z Compiling pest v2.7.10
4622024-09-24T03:14:59.281Z Compiling clap v4.5.16
4632024-09-24T03:15:00.492Z Compiling pest_meta v2.7.10
4642024-09-24T03:15:01.312Z Compiling pest_generator v2.7.10
4652024-09-24T03:15:03.201Z Compiling pest_derive v2.7.10
4662024-09-24T03:15:03.836Z Compiling dtrace-parser v0.2.0
4672024-09-24T03:15:05.796Z Compiling serde_tokenstream v0.2.2
4682024-09-24T03:15:06.014Z Compiling serde_spanned v0.6.7
4692024-09-24T03:15:06.014Z Compiling toml_datetime v0.6.8
4702024-09-24T03:15:06.318Z Compiling cargo-platform v0.1.8
4712024-09-24T03:15:06.347Z Compiling toml_edit v0.22.20
4722024-09-24T03:15:06.397Z Compiling macaddr v1.0.1
4732024-09-24T03:15:06.725Z Compiling camino-tempfile v1.1.1
4742024-09-24T03:15:07.255Z Compiling dof v0.3.0
4752024-09-24T03:15:07.467Z Compiling cargo_metadata v0.18.1
4762024-09-24T03:15:08.880Z Compiling usdt-attr-macro v0.5.0
4772024-09-24T03:15:08.880Z Compiling usdt-macro v0.5.0
4782024-09-24T03:15:09.206Z Compiling toml v0.8.19
4792024-09-24T03:15:10.045Z Compiling cargo_toml v0.20.4
4802024-09-24T03:15:10.220Z Compiling usdt v0.5.0
4812024-09-24T03:15:13.674Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4822024-09-24T03:15:17.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.15s
4832024-09-24T03:15:18.094Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4842024-09-24T03:15:18.685Z Downloading crates ...
4852024-09-24T03:15:18.821Z Downloaded async-stream-impl v0.3.5
4862024-09-24T03:15:18.829Z Downloaded adler2 v2.0.0
4872024-09-24T03:15:18.835Z Downloaded async-trait v0.1.82
4882024-09-24T03:15:18.838Z Downloaded argon2 v0.5.3
4892024-09-24T03:15:18.843Z Downloaded home v0.5.9
4902024-09-24T03:15:18.846Z Downloaded hex-literal v0.4.1
4912024-09-24T03:15:18.846Z Downloaded bitstruct_derive v0.1.0
4922024-09-24T03:15:18.846Z Downloaded cfg_aliases v0.1.1
4932024-09-24T03:15:18.852Z Downloaded crucible-workspace-hack v0.1.0
4942024-09-24T03:15:18.858Z Downloaded atomicwrites v0.4.4
4952024-09-24T03:15:18.858Z Downloaded ahash v0.8.11
4962024-09-24T03:15:18.862Z Downloaded hubpack_derive v0.1.1
4972024-09-24T03:15:18.862Z Downloaded assert_matches v1.5.0
4982024-09-24T03:15:18.862Z Downloaded cobs v0.2.3
4992024-09-24T03:15:18.866Z Downloaded addr2line v0.21.0
5002024-09-24T03:15:18.871Z Downloaded new_debug_unreachable v1.0.6
5012024-09-24T03:15:18.871Z Downloaded md5 v0.7.0
5022024-09-24T03:15:18.871Z Downloaded hex v0.4.3
5032024-09-24T03:15:18.875Z Downloaded matches v0.1.10
5042024-09-24T03:15:18.875Z Downloaded http-body v1.0.0
5052024-09-24T03:15:18.875Z Downloaded castaway v0.2.3
5062024-09-24T03:15:18.875Z Downloaded constant_time_eq v0.3.0
5072024-09-24T03:15:18.882Z Downloaded curve25519-dalek-derive v0.1.1
5082024-09-24T03:15:18.882Z Downloaded is_ci v1.2.0
5092024-09-24T03:15:18.882Z Downloaded cipher v0.4.4
5102024-09-24T03:15:18.885Z Downloaded cassowary v0.3.0
5112024-09-24T03:15:18.885Z Downloaded lazycell v1.3.0
5122024-09-24T03:15:18.885Z Downloaded lru-cache v0.1.2
5132024-09-24T03:15:18.885Z Downloaded ipnetwork v0.20.0
5142024-09-24T03:15:18.888Z Downloaded hyper-tls v0.5.0
5152024-09-24T03:15:18.888Z Downloaded maplit v1.0.2
5162024-09-24T03:15:18.888Z Downloaded ascii v1.1.0
5172024-09-24T03:15:18.891Z Downloaded newtype_derive v0.1.6
5182024-09-24T03:15:18.894Z Downloaded aead v0.5.2
5192024-09-24T03:15:18.894Z Downloaded multimap v0.10.0
5202024-09-24T03:15:18.896Z Downloaded bit-set v0.5.3
5212024-09-24T03:15:18.896Z Downloaded newtype-uuid v1.1.0
5222024-09-24T03:15:18.899Z Downloaded atty v0.2.14
5232024-09-24T03:15:18.899Z Downloaded adler v1.0.2
5242024-09-24T03:15:18.901Z Downloaded hickory-server v0.24.1
5252024-09-24T03:15:18.907Z Downloaded kstat-rs v0.2.4
5262024-09-24T03:15:18.909Z Downloaded russh-cryptovec v0.7.2
5272024-09-24T03:15:18.911Z Downloaded lock_api v0.4.12
5282024-09-24T03:15:18.912Z Downloaded cookie_store v0.20.0
5292024-09-24T03:15:18.914Z Downloaded const_format_proc_macros v0.2.33
5302024-09-24T03:15:18.917Z Downloaded base16ct v0.2.0
5312024-09-24T03:15:18.920Z Downloaded instant v0.1.12
5322024-09-24T03:15:18.920Z Downloaded cancel-safe-futures v0.1.5
5332024-09-24T03:15:18.923Z Downloaded instability v0.3.2
5342024-09-24T03:15:18.927Z Downloaded hyper-rustls v0.24.2
5352024-09-24T03:15:18.930Z Downloaded httparse v1.8.0
5362024-09-24T03:15:18.932Z Downloaded ident_case v1.0.1
5372024-09-24T03:15:18.932Z Downloaded http-range v0.1.5
5382024-09-24T03:15:18.932Z Downloaded is-terminal v0.4.12
5392024-09-24T03:15:18.935Z Downloaded backoff v0.4.0
5402024-09-24T03:15:18.939Z Downloaded ctr v0.9.2
5412024-09-24T03:15:18.941Z Downloaded match_cfg v0.1.0
5422024-09-24T03:15:18.941Z Downloaded newline-converter v0.3.0
5432024-09-24T03:15:18.941Z Downloaded async-bb8-diesel v0.2.1
5442024-09-24T03:15:18.944Z Downloaded arrayvec v0.7.4
5452024-09-24T03:15:18.948Z Downloaded libloading v0.8.3
5462024-09-24T03:15:18.951Z Downloaded jobserver v0.1.32
5472024-09-24T03:15:18.951Z Downloaded colored v2.1.0
5482024-09-24T03:15:18.955Z Downloaded sqlparser_derive v0.2.2
5492024-09-24T03:15:18.955Z Downloaded tower-service v0.3.2
5502024-09-24T03:15:18.958Z Downloaded crossbeam-deque v0.8.5
5512024-09-24T03:15:18.958Z Downloaded mockall_derive v0.13.0
5522024-09-24T03:15:18.962Z Downloaded miniz_oxide v0.7.2
5532024-09-24T03:15:18.962Z Downloaded crc-catalog v2.4.0
5542024-09-24T03:15:18.964Z Downloaded http-body v0.4.6
5552024-09-24T03:15:18.964Z Downloaded crossbeam-epoch v0.9.18
5562024-09-24T03:15:18.967Z Downloaded resolv-conf v0.7.0
5572024-09-24T03:15:18.970Z Downloaded inout v0.1.3
5582024-09-24T03:15:18.973Z Downloaded indexmap v1.9.3
5592024-09-24T03:15:18.975Z Downloaded hyper-staticfile v0.9.5
5602024-09-24T03:15:18.978Z Downloaded md-5 v0.10.6
5612024-09-24T03:15:18.981Z Downloaded keccak v0.1.5
5622024-09-24T03:15:18.981Z Downloaded indent_write v2.2.0
5632024-09-24T03:15:18.981Z Downloaded crc-any v2.5.0
5642024-09-24T03:15:18.986Z Downloaded vte_generate_state_changes v0.1.1
5652024-09-24T03:15:18.986Z Downloaded mime v0.3.17
5662024-09-24T03:15:18.990Z Downloaded const-oid v0.9.6
5672024-09-24T03:15:18.990Z Downloaded headers-core v0.2.0
5682024-09-24T03:15:18.992Z Downloaded slog-bunyan v2.5.0
5692024-09-24T03:15:18.992Z Downloaded serde_plain v1.0.2
5702024-09-24T03:15:18.992Z Downloaded signal-hook-mio v0.2.4
5712024-09-24T03:15:18.995Z Downloaded serde_path_to_error v0.1.16
5722024-09-24T03:15:19.001Z Downloaded same-file v1.0.6
5732024-09-24T03:15:19.001Z Downloaded cbc v0.1.2
5742024-09-24T03:15:19.005Z Downloaded bitfield-struct v0.6.1
5752024-09-24T03:15:19.005Z Downloaded slog-async v2.8.0
5762024-09-24T03:15:19.005Z Downloaded crc32fast v1.4.0
5772024-09-24T03:15:19.008Z Downloaded tiny-keccak v2.0.2
5782024-09-24T03:15:19.008Z Downloaded sync_wrapper v0.1.2
5792024-09-24T03:15:19.008Z Downloaded precomputed-hash v0.1.1
5802024-09-24T03:15:19.012Z Downloaded oso-derive v0.27.3
5812024-09-24T03:15:19.012Z Downloaded csv-core v0.1.11
5822024-09-24T03:15:19.017Z Downloaded console v0.15.8
5832024-09-24T03:15:19.017Z Downloaded foreign-types-shared v0.3.1
5842024-09-24T03:15:19.021Z Downloaded xattr v1.3.1
5852024-09-24T03:15:19.021Z Downloaded unicode-xid v0.2.4
5862024-09-24T03:15:19.021Z Downloaded time-core v0.1.2
5872024-09-24T03:15:19.021Z Downloaded clang-sys v1.7.0
5882024-09-24T03:15:19.024Z Downloaded stringprep v0.1.4
5892024-09-24T03:15:19.026Z Downloaded thread_local v1.1.8
5902024-09-24T03:15:19.026Z Downloaded unicode-truncate v1.0.0
5912024-09-24T03:15:19.029Z Downloaded memmap2 v0.9.4
5922024-09-24T03:15:19.031Z Downloaded libefi-sys v0.1.0
5932024-09-24T03:15:19.032Z Downloaded dirs-next v2.0.0
5942024-09-24T03:15:19.034Z Downloaded difflib v0.4.0
5952024-09-24T03:15:19.034Z Downloaded wyz v0.5.1
5962024-09-24T03:15:19.037Z Downloaded linked-hash-map v0.5.6
5972024-09-24T03:15:19.037Z Downloaded multer v3.1.0
5982024-09-24T03:15:19.040Z Downloaded arc-swap v1.7.1
5992024-09-24T03:15:19.044Z Downloaded either v1.13.0
6002024-09-24T03:15:19.047Z Downloaded which v4.4.2
6012024-09-24T03:15:19.050Z Downloaded secrecy v0.8.0
6022024-09-24T03:15:19.050Z Downloaded slog-dtrace v0.3.0
6032024-09-24T03:15:19.052Z Downloaded serde_derive_internals v0.29.1
6042024-09-24T03:15:19.055Z Downloaded funty v2.0.0
6052024-09-24T03:15:19.055Z Downloaded fragile v2.0.0
6062024-09-24T03:15:19.057Z Downloaded time-macros v0.2.18
6072024-09-24T03:15:19.060Z Downloaded term v0.7.0
6082024-09-24T03:15:19.062Z Downloaded crossbeam-utils v0.8.19
6092024-09-24T03:15:19.065Z Downloaded tower-layer v0.3.2
6102024-09-24T03:15:19.067Z Downloaded cc v1.0.97
6112024-09-24T03:15:19.070Z Downloaded bytes v1.7.2
6122024-09-24T03:15:19.074Z Downloaded polyval v0.6.2
6132024-09-24T03:15:19.077Z Downloaded darling_macro v0.20.9
6142024-09-24T03:15:19.080Z Downloaded aes v0.8.4
6152024-09-24T03:15:19.084Z Downloaded waitgroup v0.1.2
6162024-09-24T03:15:19.084Z Downloaded env_filter v0.1.2
6172024-09-24T03:15:19.084Z Downloaded scrypt v0.11.0
6182024-09-24T03:15:19.087Z Downloaded rand_xorshift v0.3.0
6192024-09-24T03:15:19.087Z Downloaded zone_cfg_derive v0.3.0
6202024-09-24T03:15:19.090Z Downloaded nodrop v0.1.14
6212024-09-24T03:15:19.090Z Downloaded env_logger v0.10.2
6222024-09-24T03:15:19.093Z Downloaded parse-size v1.0.0
6232024-09-24T03:15:19.095Z Downloaded slog v2.7.0
6242024-09-24T03:15:19.098Z Downloaded slog-stdlog v4.1.1
6252024-09-24T03:15:19.098Z Downloaded tap v1.0.1
6262024-09-24T03:15:19.102Z Downloaded ssh-cipher v0.2.0
6272024-09-24T03:15:19.102Z Downloaded sqlformat v0.2.4
6282024-09-24T03:15:19.106Z Downloaded futures-channel v0.3.30
6292024-09-24T03:15:19.107Z Downloaded semver v0.1.20
6302024-09-24T03:15:19.109Z Downloaded tinyvec v1.6.0
6312024-09-24T03:15:19.109Z Downloaded base64 v0.13.1
6322024-09-24T03:15:19.112Z Downloaded tokio-native-tls v0.3.1
6332024-09-24T03:15:19.115Z Downloaded termcolor v1.4.1
6342024-09-24T03:15:19.117Z Downloaded rustc_version v0.1.7
6352024-09-24T03:15:19.117Z Downloaded portpicker v0.1.1
6362024-09-24T03:15:19.120Z Downloaded crossbeam-channel v0.5.12
6372024-09-24T03:15:19.123Z Downloaded mio v0.8.11
6382024-09-24T03:15:19.128Z Downloaded pin-project-internal v1.1.5
6392024-09-24T03:15:19.131Z Downloaded data-encoding v2.6.0
6402024-09-24T03:15:19.134Z Downloaded poly1305 v0.8.0
6412024-09-24T03:15:19.138Z Downloaded tui-tree-widget v0.22.0
6422024-09-24T03:15:19.139Z Downloaded defmt-parser v0.3.4
6432024-09-24T03:15:19.143Z Downloaded sct v0.7.1
6442024-09-24T03:15:19.143Z Downloaded ghash v0.5.1
6452024-09-24T03:15:19.146Z Downloaded futures-executor v0.3.30
6462024-09-24T03:15:19.146Z Downloaded parse-display-derive v0.10.0
6472024-09-24T03:15:19.146Z Downloaded num-integer v0.1.46
6482024-09-24T03:15:19.148Z Downloaded take_mut v0.2.2
6492024-09-24T03:15:19.151Z Downloaded http v0.2.12
6502024-09-24T03:15:19.153Z Downloaded enum-as-inner v0.6.0
6512024-09-24T03:15:19.157Z Downloaded paste v1.0.15
6522024-09-24T03:15:19.167Z Downloaded num-iter v0.1.45
6532024-09-24T03:15:19.171Z Downloaded primeorder v0.13.6
6542024-09-24T03:15:19.174Z Downloaded slog-term v2.9.1
6552024-09-24T03:15:19.174Z Downloaded num-traits v0.2.19
6562024-09-24T03:15:19.179Z Downloaded futures v0.3.30
6572024-09-24T03:15:19.183Z Downloaded smf v0.2.3
6582024-09-24T03:15:19.186Z Downloaded rustc_version v0.4.0
6592024-09-24T03:15:19.186Z Downloaded pretty-hex v0.2.1
6602024-09-24T03:15:19.186Z Downloaded miniz_oxide v0.8.0
6612024-09-24T03:15:19.188Z Downloaded phf_shared v0.10.0
6622024-09-24T03:15:19.188Z Downloaded pin-project v1.1.5
6632024-09-24T03:15:19.200Z Downloaded structmeta-derive v0.2.0
6642024-09-24T03:15:19.202Z Downloaded predicates-tree v1.0.9
6652024-09-24T03:15:19.205Z Downloaded untrusted v0.9.0
6662024-09-24T03:15:19.205Z Downloaded termios v0.3.3
6672024-09-24T03:15:19.208Z Downloaded untrusted v0.7.1
6682024-09-24T03:15:19.208Z Downloaded unarray v0.1.4
6692024-09-24T03:15:19.210Z Downloaded structmeta-derive v0.3.0
6702024-09-24T03:15:19.210Z Downloaded tinyvec_macros v0.1.1
6712024-09-24T03:15:19.213Z Downloaded elliptic-curve v0.13.8
6722024-09-24T03:15:19.215Z Downloaded password-hash v0.4.2
6732024-09-24T03:15:19.219Z Downloaded headers v0.3.9
6742024-09-24T03:15:19.223Z Downloaded password-hash v0.5.0
6752024-09-24T03:15:19.226Z Downloaded tokio-rustls v0.24.1
6762024-09-24T03:15:19.230Z Downloaded gethostname v0.5.0
6772024-09-24T03:15:20.235Z Downloaded erased-serde v0.3.31
6782024-09-24T03:15:20.235Z Downloaded p256 v0.13.2
6792024-09-24T03:15:20.239Z Downloaded fxhash v0.2.1
6802024-09-24T03:15:20.239Z Downloaded downcast v0.11.0
6812024-09-24T03:15:20.240Z Downloaded getopts v0.2.21
6822024-09-24T03:15:20.240Z Downloaded openssl-probe v0.1.5
6832024-09-24T03:15:20.241Z Downloaded smallvec v1.13.2
6842024-09-24T03:15:20.241Z Downloaded http v1.1.0
6852024-09-24T03:15:20.241Z Downloaded openssl-macros v0.1.1
6862024-09-24T03:15:20.241Z Downloaded rusty-fork v0.3.0
6872024-09-24T03:15:20.241Z Downloaded predicates-core v1.0.6
6882024-09-24T03:15:20.241Z Downloaded quick-error v1.2.3
6892024-09-24T03:15:20.241Z Downloaded pbkdf2 v0.12.2
6902024-09-24T03:15:20.241Z Downloaded serde-big-array v0.5.1
6912024-09-24T03:15:20.241Z Downloaded zeroize_derive v1.4.2
6922024-09-24T03:15:20.241Z Downloaded zeroize v1.8.1
6932024-09-24T03:15:20.241Z Downloaded peg v0.8.4
6942024-09-24T03:15:20.241Z Downloaded mio v1.0.2
6952024-09-24T03:15:20.241Z Downloaded stable_deref_trait v1.2.0
6962024-09-24T03:15:20.241Z Downloaded strum v0.26.3
6972024-09-24T03:15:20.242Z Downloaded env_logger v0.11.5
6982024-09-24T03:15:20.242Z Downloaded unicase v2.7.0
6992024-09-24T03:15:20.242Z Downloaded tls_codec v0.4.1
7002024-09-24T03:15:20.242Z Downloaded heapless v0.7.17
7012024-09-24T03:15:20.242Z Downloaded backtrace v0.3.71
7022024-09-24T03:15:20.242Z Downloaded dhcproto-macros v0.1.0
7032024-09-24T03:15:20.242Z Downloaded foreign-types v0.3.2
7042024-09-24T03:15:20.242Z Downloaded r2d2 v0.8.10
7052024-09-24T03:15:20.243Z Downloaded futures-task v0.3.30
7062024-09-24T03:15:20.243Z Downloaded crossterm v0.28.1
7072024-09-24T03:15:20.243Z Downloaded num v0.4.3
7082024-09-24T03:15:20.243Z Downloaded number_prefix v0.4.0
7092024-09-24T03:15:20.243Z Downloaded unicode_categories v0.1.1
7102024-09-24T03:15:20.243Z Downloaded opaque-debug v0.3.1
7112024-09-24T03:15:20.243Z Downloaded tungstenite v0.21.0
7122024-09-24T03:15:20.243Z Downloaded tungstenite v0.20.1
7132024-09-24T03:15:20.243Z Downloaded serde-hex v0.1.0
7142024-09-24T03:15:20.243Z Downloaded radium v0.7.0
7152024-09-24T03:15:20.243Z Downloaded scheduled-thread-pool v0.2.7
7162024-09-24T03:15:20.243Z Downloaded strum_macros v0.24.3
7172024-09-24T03:15:20.243Z Downloaded spin v0.5.2
7182024-09-24T03:15:20.243Z Downloaded itertools v0.12.1
7192024-09-24T03:15:20.243Z Downloaded darling_core v0.20.9
7202024-09-24T03:15:20.243Z Downloaded derive_builder v0.20.0
7212024-09-24T03:15:20.244Z Downloaded path-slash v0.1.5
7222024-09-24T03:15:20.244Z Downloaded fallible-streaming-iterator v0.1.9
7232024-09-24T03:15:20.244Z Downloaded crossterm v0.27.0
7242024-09-24T03:15:20.244Z Downloaded utf-8 v0.7.6
7252024-09-24T03:15:20.244Z Downloaded getrandom v0.2.14
7262024-09-24T03:15:20.244Z Downloaded itertools v0.10.5
7272024-09-24T03:15:20.244Z Downloaded num_threads v0.1.7
7282024-09-24T03:15:20.244Z Downloaded signal-hook-tokio v0.3.1
7292024-09-24T03:15:20.244Z Downloaded pkcs5 v0.7.1
7302024-09-24T03:15:20.244Z Downloaded parking_lot v0.12.2
7312024-09-24T03:15:20.244Z Downloaded olpc-cjson v0.1.3
7322024-09-24T03:15:20.244Z Downloaded strum_macros v0.25.3
7332024-09-24T03:15:20.244Z Downloaded universal-hash v0.5.1
7342024-09-24T03:15:20.244Z Downloaded smallvec v0.6.14
7352024-09-24T03:15:20.244Z Downloaded structmeta v0.3.0
7362024-09-24T03:15:20.244Z Downloaded spin v0.9.8
7372024-09-24T03:15:20.244Z Downloaded rustls-pki-types v1.7.0
7382024-09-24T03:15:20.244Z Downloaded rustls-pemfile v2.1.3
7392024-09-24T03:15:20.244Z Downloaded peg-runtime v0.8.3
7402024-09-24T03:15:20.244Z Downloaded vergen v8.3.2
7412024-09-24T03:15:20.244Z Downloaded tokio-macros v2.4.0
7422024-09-24T03:15:20.244Z Downloaded ref-cast v1.0.23
7432024-09-24T03:15:20.245Z Downloaded pbkdf2 v0.11.0
7442024-09-24T03:15:20.245Z Downloaded futures-sink v0.3.30
7452024-09-24T03:15:20.245Z Downloaded futures-macro v0.3.30
7462024-09-24T03:15:20.245Z Downloaded float-ord v0.3.2
7472024-09-24T03:15:20.245Z Downloaded normalize-line-endings v0.3.0
7482024-09-24T03:15:20.245Z Downloaded shell-words v1.1.0
7492024-09-24T03:15:20.245Z Downloaded signal-hook-registry v1.4.2
7502024-09-24T03:15:20.245Z Downloaded tokio-postgres v0.7.11
7512024-09-24T03:15:20.245Z Downloaded group v0.13.0
7522024-09-24T03:15:20.245Z Downloaded pkg-config v0.3.30
7532024-09-24T03:15:20.245Z Downloaded diesel_table_macro_syntax v0.2.0
7542024-09-24T03:15:20.245Z Downloaded derive_builder_macro v0.20.0
7552024-09-24T03:15:20.245Z Downloaded supports-color v3.0.1
7562024-09-24T03:15:20.245Z Downloaded des v0.8.1
7572024-09-24T03:15:20.245Z Downloaded blake3 v1.5.1
7582024-09-24T03:15:20.245Z Downloaded ena v0.14.3
7592024-09-24T03:15:20.245Z Downloaded rpassword v7.3.1
7602024-09-24T03:15:20.245Z Downloaded unicode-bidi v0.3.15
7612024-09-24T03:15:20.245Z Downloaded hkdf v0.12.4
7622024-09-24T03:15:20.245Z Downloaded fallible-iterator v0.2.0
7632024-09-24T03:15:20.245Z Downloaded termtree v0.4.1
7642024-09-24T03:15:20.245Z Downloaded toolchain_find v0.4.0
7652024-09-24T03:15:20.245Z Downloaded ed25519 v2.2.3
7662024-09-24T03:15:20.245Z Downloaded display-error-chain v0.2.1
7672024-09-24T03:15:20.245Z Downloaded shlex v1.3.0
7682024-09-24T03:15:20.246Z Downloaded embedded-io v0.4.0
7692024-09-24T03:15:20.246Z Downloaded wait-timeout v0.2.0
7702024-09-24T03:15:20.246Z Downloaded dirs-sys-next v0.1.2
7712024-09-24T03:15:20.246Z Downloaded signature v2.2.0
7722024-09-24T03:15:20.246Z Downloaded thiserror-impl-no-std v2.0.2
7732024-09-24T03:15:20.246Z Downloaded value-bag v1.9.0
7742024-09-24T03:15:20.246Z Downloaded omicron-zone-package v0.11.0
7752024-09-24T03:15:20.246Z Downloaded russh v0.45.0
7762024-09-24T03:15:20.246Z Downloaded publicsuffix v2.2.3
7772024-09-24T03:15:20.247Z Downloaded want v0.3.1
7782024-09-24T03:15:20.247Z Downloaded sigpipe v0.1.3
7792024-09-24T03:15:20.250Z Downloaded ref-cast-impl v1.0.23
7802024-09-24T03:15:20.250Z Downloaded futures-io v0.3.30
7812024-09-24T03:15:20.250Z Downloaded tracing-attributes v0.1.27
7822024-09-24T03:15:20.250Z Downloaded rustls-pemfile v1.0.4
7832024-09-24T03:15:20.250Z Downloaded flume v0.11.0
7842024-09-24T03:15:20.251Z Downloaded openssl-sys v0.9.103
7852024-09-24T03:15:20.251Z Downloaded schemars v0.8.21
7862024-09-24T03:15:20.251Z Downloaded siphasher v0.3.11
7872024-09-24T03:15:20.251Z Downloaded zone_cfg_derive v0.1.2
7882024-09-24T03:15:20.251Z Downloaded pem v3.0.4
7892024-09-24T03:15:20.251Z Downloaded hash32 v0.2.1
7902024-09-24T03:15:20.251Z Downloaded unsafe-libyaml v0.2.11
7912024-09-24T03:15:20.251Z Downloaded heck v0.3.3
7922024-09-24T03:15:20.251Z Downloaded filetime v0.2.25
7932024-09-24T03:15:20.251Z Downloaded ppv-lite86 v0.2.17
7942024-09-24T03:15:20.251Z Downloaded powerfmt v0.2.0
7952024-09-24T03:15:20.251Z Downloaded zone v0.1.8
7962024-09-24T03:15:20.251Z Downloaded parking_lot_core v0.9.10
7972024-09-24T03:15:20.251Z Downloaded socket2 v0.5.7
7982024-09-24T03:15:20.251Z Downloaded peg-macros v0.8.4
7992024-09-24T03:15:20.251Z Downloaded parking_lot_core v0.8.6
8002024-09-24T03:15:20.251Z Downloaded diesel_derives v2.2.2
8012024-09-24T03:15:20.251Z Downloaded hyper v0.14.30
8022024-09-24T03:15:20.251Z Downloaded pin-utils v0.1.0
8032024-09-24T03:15:20.251Z Downloaded derive_builder_core v0.20.0
8042024-09-24T03:15:20.251Z Downloaded parking_lot v0.11.2
8052024-09-24T03:15:20.251Z Downloaded nu-ansi-term v0.50.0
8062024-09-24T03:15:20.251Z Downloaded serde_urlencoded v0.7.1
8072024-09-24T03:15:20.251Z Downloaded zone v0.3.0
8082024-09-24T03:15:20.251Z Downloaded rand_seeder v0.3.0
8092024-09-24T03:15:20.251Z Downloaded steno v0.4.1
8102024-09-24T03:15:20.251Z Downloaded rand_chacha v0.3.1
8112024-09-24T03:15:20.251Z Downloaded fallible-iterator v0.3.0
8122024-09-24T03:15:20.251Z Downloaded deranged v0.3.11
8132024-09-24T03:15:20.251Z Downloaded subprocess v0.2.9
8142024-09-24T03:15:20.251Z Downloaded socket2 v0.4.10
8152024-09-24T03:15:20.251Z Downloaded percent-encoding v2.3.1
8162024-09-24T03:15:20.251Z Downloaded tokio-stream v0.1.15
8172024-09-24T03:15:20.251Z Downloaded tokio-rustls v0.26.0
8182024-09-24T03:15:20.251Z Downloaded pem-rfc7468 v0.7.0
8192024-09-24T03:15:20.252Z Downloaded salty v0.3.0
8202024-09-24T03:15:20.252Z Downloaded p521 v0.13.3
8212024-09-24T03:15:20.252Z Downloaded der_derive v0.7.2
8222024-09-24T03:15:20.252Z Downloaded winnow v0.5.40
8232024-09-24T03:15:20.252Z Downloaded postgres-types v0.2.7
8242024-09-24T03:15:20.252Z Downloaded fd-lock v4.0.2
8252024-09-24T03:15:20.252Z Downloaded pin-project-lite v0.2.14
8262024-09-24T03:15:20.252Z Downloaded signal-hook v0.3.17
8272024-09-24T03:15:20.252Z Downloaded toml v0.7.8
8282024-09-24T03:15:20.252Z Downloaded flate2 v1.0.33
8292024-09-24T03:15:20.252Z Downloaded tracing-core v0.1.32
8302024-09-24T03:15:20.252Z Downloaded rustls-webpki v0.101.7
8312024-09-24T03:15:20.252Z Downloaded rand v0.8.5
8322024-09-24T03:15:20.252Z Downloaded ron v0.7.1
8332024-09-24T03:15:20.252Z Downloaded ron v0.8.1
8342024-09-24T03:15:20.252Z Downloaded test-strategy v0.3.1
8352024-09-24T03:15:20.252Z Downloaded tracing v0.1.40
8362024-09-24T03:15:20.252Z Downloaded typed-path v0.7.1
8372024-09-24T03:15:20.252Z Downloaded chrono v0.4.38
8382024-09-24T03:15:20.252Z Downloaded rusqlite v0.32.1
8392024-09-24T03:15:20.252Z Downloaded rustyline v14.0.0
8402024-09-24T03:15:20.252Z Downloaded half v2.4.1
8412024-09-24T03:15:20.253Z Downloaded hashbrown v0.13.2
8422024-09-24T03:15:20.253Z Downloaded bindgen v0.69.4
8432024-09-24T03:15:20.253Z Downloaded ssh-key v0.6.6
8442024-09-24T03:15:20.253Z Downloaded sqlparser v0.45.0
8452024-09-24T03:15:20.253Z Downloaded toml_edit v0.19.15
8462024-09-24T03:15:20.253Z Downloaded der v0.7.9
8472024-09-24T03:15:20.253Z Downloaded hashbrown v0.12.3
8482024-09-24T03:15:20.253Z Downloaded unicode-normalization v0.1.23
8492024-09-24T03:15:20.253Z Downloaded futures-util v0.3.30
8502024-09-24T03:15:20.253Z Downloaded proptest v1.5.0
8512024-09-24T03:15:20.253Z Downloaded nom v7.1.3
8522024-09-24T03:15:20.253Z Downloaded serde_with v3.9.0
8532024-09-24T03:15:20.253Z Downloaded idna v0.3.0
8542024-09-24T03:15:20.253Z Downloaded nix v0.27.1
8552024-09-24T03:15:20.253Z Downloaded rustls-webpki v0.102.4
8562024-09-24T03:15:20.253Z Downloaded regex v1.10.6
8572024-09-24T03:15:20.253Z Downloaded rayon v1.10.0
8582024-09-24T03:15:20.253Z Downloaded reqwest v0.11.27
8592024-09-24T03:15:20.253Z Downloaded h2 v0.4.6
8602024-09-24T03:15:20.253Z Downloaded git2 v0.19.0
8612024-09-24T03:15:20.253Z Downloaded vcpkg v0.2.15
8622024-09-24T03:15:20.253Z Downloaded smoltcp v0.9.1
8632024-09-24T03:15:20.253Z Downloaded dropshot v0.10.1
8642024-09-24T03:15:20.253Z Downloaded rustls v0.22.4
8652024-09-24T03:15:20.254Z Downloaded regress v0.9.1
8662024-09-24T03:15:20.254Z Downloaded object v0.32.2
8672024-09-24T03:15:20.254Z Downloaded radix_trie v0.2.1
8682024-09-24T03:15:20.254Z Downloaded nix v0.29.0
8692024-09-24T03:15:20.254Z Downloaded polar-core v0.27.3
8702024-09-24T03:15:20.254Z Downloaded openapiv3 v2.0.0
8712024-09-24T03:15:20.254Z Downloaded diesel v2.2.4
8722024-09-24T03:15:20.254Z Downloaded smoltcp v0.11.0
8732024-09-24T03:15:20.254Z Downloaded sled v0.34.7
8742024-09-24T03:15:20.254Z Downloaded rustls v0.23.10
8752024-09-24T03:15:20.254Z Downloaded trust-dns-proto v0.22.0
8762024-09-24T03:15:20.254Z Downloaded regex-syntax v0.8.4
8772024-09-24T03:15:20.254Z Downloaded curve25519-dalek v4.1.3
8782024-09-24T03:15:20.255Z Downloaded bstr v1.9.1
8792024-09-24T03:15:20.259Z Downloaded zerocopy-derive v0.6.6
8802024-09-24T03:15:20.259Z Downloaded ratatui v0.28.0
8812024-09-24T03:15:20.259Z Downloaded bzip2-sys v0.1.11+1.0.8
8822024-09-24T03:15:20.259Z Downloaded finl_unicode v1.2.0
8832024-09-24T03:15:20.259Z Downloaded regex-automata v0.4.6
8842024-09-24T03:15:20.259Z Downloaded tokio v1.39.3
8852024-09-24T03:15:20.259Z Downloaded petgraph v0.6.5
8862024-09-24T03:15:20.259Z Downloaded sha3 v0.10.8
8872024-09-24T03:15:20.259Z Downloaded csv v1.3.0
8882024-09-24T03:15:20.259Z Downloaded encoding_rs v0.8.34
8892024-09-24T03:15:20.259Z Downloaded nix v0.28.0
8902024-09-24T03:15:20.259Z Downloaded regex-syntax v0.6.29
8912024-09-24T03:15:20.262Z Downloaded gimli v0.28.1
8922024-09-24T03:15:20.268Z Downloaded h2 v0.3.26
8932024-09-24T03:15:20.274Z Downloaded quick-xml v0.33.0
8942024-09-24T03:15:20.280Z Downloaded rustls v0.21.12
8952024-09-24T03:15:20.294Z Downloaded p384 v0.13.0
8962024-09-24T03:15:20.299Z Downloaded openssl v0.10.66
8972024-09-24T03:15:20.311Z Downloaded object v0.30.4
8982024-09-24T03:15:20.317Z Downloaded webpki-roots v0.25.4
8992024-09-24T03:15:20.320Z Downloaded hickory-proto v0.24.1
9002024-09-24T03:15:20.335Z Downloaded bitvec v1.0.1
9012024-09-24T03:15:20.349Z Downloaded idna v0.5.0
9022024-09-24T03:15:20.356Z Downloaded idna v0.4.0
9032024-09-24T03:15:20.362Z Downloaded idna v0.2.3
9042024-09-24T03:15:20.369Z Downloaded expectorate v1.1.0
9052024-09-24T03:15:20.372Z Downloaded lalrpop v0.19.12
9062024-09-24T03:15:20.384Z Downloaded reedline v0.33.0
9072024-09-24T03:15:20.390Z Downloaded snafu v0.8.2
9082024-09-24T03:15:20.395Z Downloaded num-bigint-dig v0.8.4
9092024-09-24T03:15:20.401Z Downloaded portable-atomic v1.6.0
9102024-09-24T03:15:20.407Z Downloaded ed25519-dalek v2.1.1
9112024-09-24T03:15:20.410Z Downloaded serde_with_macros v3.9.0
9122024-09-24T03:15:20.412Z Downloaded derive-where v1.2.7
9132024-09-24T03:15:20.415Z Downloaded uuid v1.10.0
9142024-09-24T03:15:20.418Z Downloaded postcard v1.0.8
9152024-09-24T03:15:20.420Z Downloaded derive_more v0.99.18
9162024-09-24T03:15:20.425Z Downloaded serde_yaml v0.9.34+deprecated
9172024-09-24T03:15:20.429Z Downloaded tokio-util v0.7.11
9182024-09-24T03:15:20.437Z Downloaded pkcs8 v0.10.2
9192024-09-24T03:15:20.441Z Downloaded tokio-tungstenite v0.20.1
9202024-09-24T03:15:20.441Z Downloaded libgit2-sys v0.17.0+1.8.1
9212024-09-24T03:15:20.496Z Downloaded num-bigint v0.4.5
9222024-09-24T03:15:20.502Z Downloaded serde_repr v0.1.19
9232024-09-24T03:15:20.506Z Downloaded serde_arrays v0.1.0
9242024-09-24T03:15:20.506Z Downloaded ff v0.13.0
9252024-09-24T03:15:20.509Z Downloaded strum_macros v0.26.4
9262024-09-24T03:15:20.509Z Downloaded fatfs v0.3.6
9272024-09-24T03:15:20.513Z Downloaded aho-corasick v1.1.3
9282024-09-24T03:15:20.515Z Downloaded vte v0.11.1
9292024-09-24T03:15:20.518Z Downloaded topological-sort v0.2.2
9302024-09-24T03:15:20.522Z Downloaded predicates v3.1.2
9312024-09-24T03:15:20.522Z Downloaded pkcs1 v0.7.5
9322024-09-24T03:15:20.528Z Downloaded rsa v0.9.6
9332024-09-24T03:15:20.531Z Downloaded zip v0.6.6
9342024-09-24T03:15:20.535Z Downloaded tough v0.17.1
9352024-09-24T03:15:20.541Z Downloaded snafu-derive v0.8.2
9362024-09-24T03:15:20.547Z Downloaded rand_core v0.6.4
9372024-09-24T03:15:20.547Z Downloaded oso v0.27.3
9382024-09-24T03:15:20.550Z Downloaded itertools v0.13.0
9392024-09-24T03:15:20.553Z Downloaded hyper v1.4.1
9402024-09-24T03:15:20.558Z Downloaded aes-gcm v0.10.3
9412024-09-24T03:15:20.562Z Downloaded tabwriter v1.4.0
9422024-09-24T03:15:20.566Z Downloaded subtle v2.5.0
9432024-09-24T03:15:20.566Z Downloaded globset v0.4.14
9442024-09-24T03:15:20.566Z Downloaded unicode-segmentation v1.11.0
9452024-09-24T03:15:20.569Z Downloaded foreign-types v0.5.0
9462024-09-24T03:15:20.569Z Downloaded url v2.5.2
9472024-09-24T03:15:20.572Z Downloaded time v0.3.36
9482024-09-24T03:15:20.578Z Downloaded glob v0.3.1
9492024-09-24T03:15:20.581Z Downloaded phf v0.11.2
9502024-09-24T03:15:20.581Z Downloaded libm v0.2.8
9512024-09-24T03:15:20.591Z Downloaded tungstenite v0.23.0
9522024-09-24T03:15:20.595Z Downloaded rayon-core v1.12.1
9532024-09-24T03:15:20.598Z Downloaded try-lock v0.2.5
9542024-09-24T03:15:20.598Z Downloaded uzers v0.11.3
9552024-09-24T03:15:20.598Z Downloaded ecdsa v0.16.9
9562024-09-24T03:15:20.602Z Downloaded dyn-clone v1.0.17
9572024-09-24T03:15:20.602Z Downloaded vsss-rs v3.3.4
9582024-09-24T03:15:20.607Z Downloaded zerocopy v0.6.6
9592024-09-24T03:15:20.607Z Downloaded prettyplease v0.2.20
9602024-09-24T03:15:20.609Z Downloaded tower v0.4.13
9612024-09-24T03:15:20.616Z Downloaded x509-cert v0.2.5
9622024-09-24T03:15:20.625Z Downloaded minimal-lexical v0.2.1
9632024-09-24T03:15:20.629Z Downloaded phf_shared v0.11.2
9642024-09-24T03:15:20.629Z Downloaded num_enum_derive v0.5.11
9652024-09-24T03:15:20.630Z Downloaded postgres-protocol v0.6.7
9662024-09-24T03:15:20.633Z Downloaded num-complex v0.4.6
9672024-09-24T03:15:20.633Z Downloaded similar v2.6.0
9682024-09-24T03:15:20.636Z Downloaded rustc-demangle v0.1.24
9692024-09-24T03:15:20.639Z Downloaded dsl_auto_type v0.1.2
9702024-09-24T03:15:20.639Z Downloaded tls_codec_derive v0.4.1
9712024-09-24T03:15:20.721Z Downloaded hashlink v0.9.1
9722024-09-24T03:15:20.721Z Downloaded tar v0.4.41
9732024-09-24T03:15:20.738Z Downloaded slog-scope v4.4.0
9742024-09-24T03:15:20.738Z Downloaded tokio-tungstenite v0.23.1
9752024-09-24T03:15:20.738Z Downloaded tokio-tungstenite v0.21.0
9762024-09-24T03:15:20.738Z Downloaded num-rational v0.4.2
9772024-09-24T03:15:20.738Z Downloaded heapless v0.8.0
9782024-09-24T03:15:20.738Z Downloaded libxml v0.3.3
9792024-09-24T03:15:20.738Z Downloaded thiserror-no-std v2.0.2
9802024-09-24T03:15:20.738Z Downloaded string_cache v0.8.7
9812024-09-24T03:15:20.738Z Downloaded static_assertions v1.1.0
9822024-09-24T03:15:20.738Z Downloaded slog-json v2.6.1
9832024-09-24T03:15:20.738Z Downloaded slog-envlogger v2.2.0
9842024-09-24T03:15:20.738Z Downloaded salsa20 v0.10.2
9852024-09-24T03:15:20.738Z Downloaded rustversion v1.0.17
9862024-09-24T03:15:20.738Z Downloaded num_enum v0.5.11
9872024-09-24T03:15:20.738Z Downloaded float-cmp v0.9.0
9882024-09-24T03:15:20.738Z Downloaded flagset v0.4.5
9892024-09-24T03:15:20.738Z Downloaded dropshot_endpoint v0.10.1
9902024-09-24T03:15:20.738Z Downloaded defmt v0.3.8
9912024-09-24T03:15:20.738Z Downloaded walkdir v2.5.0
9922024-09-24T03:15:20.738Z Downloaded sha1 v0.10.6
9932024-09-24T03:15:20.738Z Downloaded rtoolbox v0.0.2
9942024-09-24T03:15:20.738Z Downloaded tokio-rustls v0.25.0
9952024-09-24T03:15:20.738Z Downloaded rustc-hash v1.1.0
9962024-09-24T03:15:20.738Z Downloaded rcgen v0.12.1
9972024-09-24T03:15:20.738Z Downloaded samael v0.0.17
9982024-09-24T03:15:20.738Z Downloaded const_format v0.2.33
9992024-09-24T03:15:20.741Z Downloaded base64 v0.22.1
10002024-09-24T03:15:20.742Z Downloaded hash32 v0.3.1
10012024-09-24T03:15:20.742Z Downloaded sec1 v0.7.3
10022024-09-24T03:15:20.742Z Downloaded diff v0.1.13
10032024-09-24T03:15:20.742Z Downloaded dhcproto v0.12.0
10042024-09-24T03:15:20.742Z Downloaded enum-as-inner v0.5.1
10052024-09-24T03:15:20.742Z Downloaded num-derive v0.4.2
10062024-09-24T03:15:20.742Z Downloaded futures-core v0.3.30
10072024-09-24T03:15:20.742Z Downloaded schemars_derive v0.8.21
10082024-09-24T03:15:20.742Z Downloaded defmt-macros v0.3.9
10092024-09-24T03:15:20.742Z Downloaded debug-ignore v1.0.5
10102024-09-24T03:15:20.742Z Downloaded twox-hash v1.6.3
10112024-09-24T03:15:20.742Z Downloaded indicatif v0.17.8
10122024-09-24T03:15:20.742Z Downloaded hickory-resolver v0.24.1
10132024-09-24T03:15:20.742Z Downloaded hyper-util v0.1.7
10142024-09-24T03:15:20.742Z Downloaded owo-colors v4.0.0
10152024-09-24T03:15:20.742Z Downloaded ssh-encoding v0.2.0
10162024-09-24T03:15:20.742Z Downloaded chacha20poly1305 v0.10.1
10172024-09-24T03:15:20.745Z Downloaded env_logger v0.9.3
10182024-09-24T03:15:20.745Z Downloaded russh-keys v0.45.0
10192024-09-24T03:15:20.747Z Downloaded spki v0.7.3
10202024-09-24T03:15:20.750Z Downloaded scopeguard v1.2.0
10212024-09-24T03:15:20.750Z Downloaded parse-display v0.10.0
10222024-09-24T03:15:20.750Z Downloaded num-conv v0.1.0
10232024-09-24T03:15:20.752Z Downloaded yasna v0.5.2
10242024-09-24T03:15:20.752Z Downloaded psl-types v2.0.11
10252024-09-24T03:15:20.755Z Downloaded endian-type v0.1.2
10262024-09-24T03:15:20.755Z Downloaded rustfmt-wrapper v0.2.1
10272024-09-24T03:15:20.755Z Downloaded proc-macro-crate v1.3.1
10282024-09-24T03:15:20.758Z Downloaded crypto-bigint v0.5.5
10292024-09-24T03:15:20.764Z Downloaded packed_struct_codegen v0.10.1
10302024-09-24T03:15:20.766Z Downloaded packed_struct v0.10.1
10312024-09-24T03:15:20.768Z Downloaded base64 v0.21.7
10322024-09-24T03:15:20.770Z Downloaded cookie v0.18.1
10332024-09-24T03:15:20.773Z Downloaded form_urlencoded v1.2.1
10342024-09-24T03:15:20.773Z Downloaded fixedbitset v0.4.2
10352024-09-24T03:15:20.775Z Downloaded blake2 v0.10.6
10362024-09-24T03:15:20.778Z Downloaded whoami v1.5.1
10372024-09-24T03:15:20.780Z Downloaded libsw v3.3.1
10382024-09-24T03:15:20.780Z Downloaded ipnet v2.9.0
10392024-09-24T03:15:20.782Z Downloaded humantime v2.1.0
10402024-09-24T03:15:20.783Z Downloaded compact_str v0.8.0
10412024-09-24T03:15:20.786Z Downloaded structmeta v0.2.0
10422024-09-24T03:15:20.789Z Downloaded strip-ansi-escapes v0.2.0
10432024-09-24T03:15:20.789Z Downloaded slab v0.4.9
10442024-09-24T03:15:20.791Z Downloaded native-tls v0.2.11
10452024-09-24T03:15:20.791Z Downloaded convert_case v0.4.0
10462024-09-24T03:15:20.795Z Downloaded bit-vec v0.6.3
10472024-09-24T03:15:20.798Z Downloaded ciborium v0.2.2
10482024-09-24T03:15:20.798Z Downloaded mime_guess v2.0.4
10492024-09-24T03:15:20.800Z Downloaded lru v0.12.3
10502024-09-24T03:15:20.800Z Downloaded foreign-types-shared v0.1.1
10512024-09-24T03:15:20.800Z Downloaded foreign-types-macros v0.2.3
10522024-09-24T03:15:20.803Z Downloaded rfc6979 v0.4.0
10532024-09-24T03:15:20.803Z Downloaded nibble_vec v0.1.0
10542024-09-24T03:15:20.803Z Downloaded nanorand v0.7.0
10552024-09-24T03:15:20.806Z Downloaded managed v0.8.0
10562024-09-24T03:15:20.808Z Downloaded lazy_static v1.5.0
10572024-09-24T03:15:20.808Z Downloaded httpdate v1.0.3
10582024-09-24T03:15:20.811Z Downloaded hmac v0.12.1
10592024-09-24T03:15:20.811Z Downloaded hickory-client v0.24.1
10602024-09-24T03:15:20.815Z Downloaded crc v3.2.1
10612024-09-24T03:15:20.818Z Downloaded chacha20 v0.9.1
10622024-09-24T03:15:20.820Z Downloaded bzip2 v0.4.4
10632024-09-24T03:15:20.823Z Downloaded ciborium-ll v0.2.2
10642024-09-24T03:15:20.823Z Downloaded buf-list v1.0.3
10652024-09-24T03:15:20.825Z Downloaded bcrypt-pbkdf v0.10.0
10662024-09-24T03:15:20.825Z Downloaded cexpr v0.6.0
10672024-09-24T03:15:20.828Z Downloaded highway v1.2.0
10682024-09-24T03:15:20.830Z Downloaded block-padding v0.3.3
10692024-09-24T03:15:20.830Z Downloaded atomic-waker v1.1.2
10702024-09-24T03:15:20.830Z Downloaded cookie v0.17.0
10712024-09-24T03:15:20.833Z Downloaded cfg_aliases v0.2.1
10722024-09-24T03:15:20.833Z Downloaded bcs v0.1.6
10732024-09-24T03:15:20.835Z Downloaded bb8 v0.8.5
10742024-09-24T03:15:20.842Z Downloaded base64ct v1.6.0
10752024-09-24T03:15:20.842Z Downloaded internet-checksum v0.2.1
10762024-09-24T03:15:20.844Z Downloaded impl-trait-for-tuples v0.2.2
10772024-09-24T03:15:20.844Z Downloaded iana-time-zone v0.1.60
10782024-09-24T03:15:20.844Z Downloaded hostname v0.3.1
10792024-09-24T03:15:20.844Z Downloaded darling v0.20.9
10802024-09-24T03:15:20.848Z Downloaded cstr-argument v0.1.2
10812024-09-24T03:15:20.850Z Downloaded crunchy v0.2.2
10822024-09-24T03:15:20.850Z Downloaded bitstruct v0.1.1
10832024-09-24T03:15:20.852Z Downloaded async-stream v0.3.5
10842024-09-24T03:15:20.852Z Downloaded mockall v0.13.0
10852024-09-24T03:15:20.855Z Downloaded memoffset v0.9.1
10862024-09-24T03:15:20.855Z Downloaded maybe-uninit v2.0.0
10872024-09-24T03:15:20.855Z Downloaded hubpack v0.1.2
10882024-09-24T03:15:20.860Z Downloaded ciborium-io v0.2.2
10892024-09-24T03:15:20.860Z Downloaded array-init v0.0.4
10902024-09-24T03:15:20.860Z Downloaded allocator-api2 v0.2.18
10912024-09-24T03:15:20.862Z Downloaded linear-map v1.2.0
10922024-09-24T03:15:20.862Z Downloaded blowfish v0.9.1
10932024-09-24T03:15:20.865Z Downloaded bitfield v0.14.0
10942024-09-24T03:15:20.865Z Downloaded hostname v0.4.0
10952024-09-24T03:15:20.868Z Downloaded lalrpop-util v0.19.12
10962024-09-24T03:15:20.868Z Downloaded indoc v1.0.9
10972024-09-24T03:15:20.872Z Downloaded bitflags v1.3.2
10982024-09-24T03:15:20.872Z Downloaded async-recursion v1.1.1
10992024-09-24T03:15:20.875Z Downloaded ascii-canvas v3.0.0
11002024-09-24T03:15:20.875Z Downloaded arrayref v0.3.7
11012024-09-24T03:15:20.969Z Downloaded libz-sys v1.1.16
11022024-09-24T03:15:21.087Z Downloaded ring v0.17.8
11032024-09-24T03:15:21.235Z Downloaded libsqlite3-sys v0.30.1
11042024-09-24T03:15:21.313Z Downloaded ring v0.16.20
11052024-09-24T03:15:21.486Z Compiling serde v1.0.208
11062024-09-24T03:15:21.488Z Compiling typenum v1.17.0
11072024-09-24T03:15:21.488Z Compiling generic-array v0.14.7
11082024-09-24T03:15:21.488Z Compiling lock_api v0.4.12
11092024-09-24T03:15:21.677Z Compiling scopeguard v1.2.0
11102024-09-24T03:15:21.679Z Compiling value-bag v1.9.0
11112024-09-24T03:15:21.708Z Compiling syn v2.0.74
11122024-09-24T03:15:21.784Z Compiling getrandom v0.2.14
11132024-09-24T03:15:21.846Z Compiling const-oid v0.9.6
11142024-09-24T03:15:22.004Z Compiling rand_core v0.6.4
11152024-09-24T03:15:22.230Z Compiling log v0.4.21
11162024-09-24T03:15:22.310Z Compiling subtle v2.5.0
11172024-09-24T03:15:22.554Z Compiling jobserver v0.1.32
11182024-09-24T03:15:22.605Z Compiling smallvec v1.13.2
11192024-09-24T03:15:22.641Z Compiling pin-project-lite v0.2.14
11202024-09-24T03:15:22.765Z Compiling parking_lot_core v0.9.10
11212024-09-24T03:15:22.977Z Compiling cc v1.0.97
11222024-09-24T03:15:23.090Z Compiling signal-hook-registry v1.4.2
11232024-09-24T03:15:23.460Z Compiling mio v1.0.2
11242024-09-24T03:15:23.779Z Compiling parking_lot v0.12.2
11252024-09-24T03:15:23.879Z Compiling socket2 v0.5.7
11262024-09-24T03:15:23.957Z Compiling ahash v0.8.11
11272024-09-24T03:15:24.286Z Compiling futures-sink v0.3.30
11282024-09-24T03:15:24.378Z Compiling cpufeatures v0.2.12
11292024-09-24T03:15:24.437Z Compiling futures-core v0.3.30
11302024-09-24T03:15:24.540Z Compiling slab v0.4.9
11312024-09-24T03:15:24.661Z Compiling allocator-api2 v0.2.18
11322024-09-24T03:15:24.681Z Compiling spin v0.9.8
11332024-09-24T03:15:24.720Z Compiling tinyvec_macros v0.1.1
11342024-09-24T03:15:24.810Z Compiling tinyvec v1.6.0
11352024-09-24T03:15:24.875Z Compiling futures-channel v0.3.30
11362024-09-24T03:15:25.041Z Compiling pin-utils v0.1.0
11372024-09-24T03:15:25.134Z Compiling base64ct v1.6.0
11382024-09-24T03:15:25.234Z Compiling futures-io v0.3.30
11392024-09-24T03:15:25.254Z Compiling libm v0.2.8
11402024-09-24T03:15:25.354Z Compiling serde_json v1.0.125
11412024-09-24T03:15:25.532Z Compiling futures-task v0.3.30
11422024-09-24T03:15:25.611Z Compiling pem-rfc7468 v0.7.0
11432024-09-24T03:15:25.637Z Compiling num-traits v0.2.19
11442024-09-24T03:15:25.720Z Compiling flagset v0.4.5
11452024-09-24T03:15:25.792Z Compiling unicode-bidi v0.3.15
11462024-09-24T03:15:26.127Z Compiling tracing-core v0.1.32
11472024-09-24T03:15:26.212Z Compiling unicode-normalization v0.1.23
11482024-09-24T03:15:26.321Z Compiling vcpkg v0.2.15
11492024-09-24T03:15:27.096Z Compiling pkg-config v0.3.30
11502024-09-24T03:15:27.253Z Compiling ring v0.17.8
11512024-09-24T03:15:27.286Z Compiling percent-encoding v2.3.1
11522024-09-24T03:15:27.404Z Compiling ppv-lite86 v0.2.17
11532024-09-24T03:15:27.630Z Compiling httparse v1.8.0
11542024-09-24T03:15:28.082Z Compiling rand_chacha v0.3.1
11552024-09-24T03:15:28.114Z Compiling try-lock v0.2.5
11562024-09-24T03:15:28.286Z Compiling untrusted v0.9.0
11572024-09-24T03:15:28.365Z Compiling rustix v0.38.34
11582024-09-24T03:15:28.415Z Compiling rand v0.8.5
11592024-09-24T03:15:28.496Z Compiling openssl-sys v0.9.103
11602024-09-24T03:15:28.655Z Compiling want v0.3.1
11612024-09-24T03:15:29.155Z Compiling num-conv v0.1.0
11622024-09-24T03:15:29.438Z Compiling foreign-types-shared v0.1.1
11632024-09-24T03:15:29.527Z Compiling powerfmt v0.2.0
11642024-09-24T03:15:29.546Z Compiling openssl v0.10.66
11652024-09-24T03:15:29.584Z Compiling tower-service v0.3.2
11662024-09-24T03:15:29.706Z Compiling httpdate v1.0.3
11672024-09-24T03:15:29.871Z Compiling rustversion v1.0.17
11682024-09-24T03:15:29.924Z Compiling time-core v0.1.2
11692024-09-24T03:15:30.082Z Compiling time-macros v0.2.18
11702024-09-24T03:15:30.150Z Compiling deranged v0.3.11
11712024-09-24T03:15:30.184Z Compiling foreign-types v0.3.2
11722024-09-24T03:15:30.265Z Compiling form_urlencoded v1.2.1
11732024-09-24T03:15:30.564Z Compiling aho-corasick v1.1.3
11742024-09-24T03:15:30.597Z Compiling siphasher v0.3.11
11752024-09-24T03:15:30.945Z Compiling num_threads v0.1.7
11762024-09-24T03:15:31.070Z Compiling regex-syntax v0.8.4
11772024-09-24T03:15:31.530Z Compiling native-tls v0.2.11
11782024-09-24T03:15:31.827Z Compiling crossbeam-utils v0.8.19
11792024-09-24T03:15:31.903Z Compiling rustls v0.21.12
11802024-09-24T03:15:32.149Z Compiling syn v1.0.109
11812024-09-24T03:15:32.791Z Compiling idna v0.5.0
11822024-09-24T03:15:32.926Z Compiling time v0.3.36
11832024-09-24T03:15:33.749Z Compiling cookie v0.17.0
11842024-09-24T03:15:34.033Z Compiling finl_unicode v1.2.0
11852024-09-24T03:15:34.141Z Compiling regex-automata v0.4.6
11862024-09-24T03:15:34.577Z Compiling slog v2.7.0
11872024-09-24T03:15:34.603Z Compiling openssl-probe v0.1.5
11882024-09-24T03:15:34.678Z Compiling serde_derive v1.0.208
11892024-09-24T03:15:34.970Z Compiling zeroize_derive v1.4.2
11902024-09-24T03:15:35.125Z Compiling zerocopy-derive v0.7.34
11912024-09-24T03:15:35.517Z Compiling tokio-macros v2.4.0
11922024-09-24T03:15:36.602Z Compiling zeroize v1.8.1
11932024-09-24T03:15:37.131Z Compiling futures-macro v0.3.30
11942024-09-24T03:15:37.228Z Compiling thiserror-impl v1.0.63
11952024-09-24T03:15:37.358Z Compiling der_derive v0.7.2
11962024-09-24T03:15:37.361Z Compiling zerocopy v0.7.34
11972024-09-24T03:15:37.885Z Compiling tracing-attributes v0.1.27
11982024-09-24T03:15:38.439Z Compiling crypto-common v0.1.6
11992024-09-24T03:15:38.667Z Compiling block-buffer v0.10.4
12002024-09-24T03:15:38.929Z Compiling digest v0.10.7
12012024-09-24T03:15:39.105Z Compiling block-padding v0.3.3
12022024-09-24T03:15:39.333Z Compiling inout v0.1.3
12032024-09-24T03:15:39.404Z Compiling hmac v0.12.1
12042024-09-24T03:15:39.602Z Compiling hashbrown v0.14.5
12052024-09-24T03:15:39.631Z Compiling cipher v0.4.4
12062024-09-24T03:15:39.658Z Compiling sha2 v0.10.8
12072024-09-24T03:15:39.812Z Compiling futures-util v0.3.30
12082024-09-24T03:15:40.186Z Compiling der v0.7.9
12092024-09-24T03:15:40.541Z Compiling thiserror v1.0.63
12102024-09-24T03:15:40.681Z Compiling salsa20 v0.10.2
12112024-09-24T03:15:40.910Z Compiling pbkdf2 v0.12.2
12122024-09-24T03:15:40.966Z Compiling aes v0.8.4
12132024-09-24T03:15:41.070Z Compiling scrypt v0.11.0
12142024-09-24T03:15:41.677Z Compiling tracing v0.1.40
12152024-09-24T03:15:41.681Z Compiling cbc v0.1.2
12162024-09-24T03:15:41.943Z Compiling pest v2.7.10
12172024-09-24T03:15:42.199Z Compiling scroll_derive v0.12.0
12182024-09-24T03:15:43.199Z Compiling spki v0.7.3
12192024-09-24T03:15:43.481Z Compiling pkcs5 v0.7.1
12202024-09-24T03:15:43.565Z Compiling openssl-macros v0.1.1
12212024-09-24T03:15:43.636Z Compiling scroll v0.12.0
12222024-09-24T03:15:43.887Z Compiling signature v2.2.0
12232024-09-24T03:15:44.166Z Compiling pkcs8 v0.10.2
12242024-09-24T03:15:44.186Z Compiling goblin v0.8.2
12252024-09-24T03:15:44.335Z Compiling rustls-webpki v0.101.7
12262024-09-24T03:15:44.740Z Compiling pest_meta v2.7.10
12272024-09-24T03:15:44.889Z Compiling sct v0.7.1
12282024-09-24T03:15:44.971Z Compiling iana-time-zone v0.1.60
12292024-09-24T03:15:45.440Z Compiling md-5 v0.10.6
12302024-09-24T03:15:45.776Z Compiling pin-project-internal v1.1.5
12312024-09-24T03:15:45.875Z Compiling stringprep v0.1.4
12322024-09-24T03:15:46.306Z Compiling pest_generator v2.7.10
12332024-09-24T03:15:47.078Z Compiling url v2.5.2
12342024-09-24T03:15:48.877Z Compiling bytes v1.7.2
12352024-09-24T03:15:48.960Z Compiling indexmap v2.4.0
12362024-09-24T03:15:49.112Z Compiling bitflags v2.6.0
12372024-09-24T03:15:49.609Z Compiling semver v1.0.23
12382024-09-24T03:15:49.666Z Compiling pest_derive v2.7.10
12392024-09-24T03:15:50.154Z Compiling tokio v1.39.3
12402024-09-24T03:15:50.333Z Compiling rustc_version v0.4.0
12412024-09-24T03:15:50.389Z Compiling http v0.2.12
12422024-09-24T03:15:51.111Z Compiling heapless v0.7.17
12432024-09-24T03:15:51.580Z Compiling dof v0.3.0
12442024-09-24T03:15:52.754Z Compiling http-body v0.4.6
12452024-09-24T03:15:52.903Z Compiling dtrace-parser v0.2.0
12462024-09-24T03:15:53.221Z Compiling http v1.1.0
12472024-09-24T03:15:54.149Z Compiling uuid v1.10.0
12482024-09-24T03:15:54.525Z Compiling usdt-impl v0.5.0
12492024-09-24T03:15:55.145Z Compiling curve25519-dalek v4.1.3
12502024-09-24T03:15:55.539Z Compiling serde_tokenstream v0.2.2
12512024-09-24T03:15:55.704Z Compiling toml_datetime v0.6.8
12522024-09-24T03:15:55.772Z Compiling chrono v0.4.38
12532024-09-24T03:15:55.801Z Compiling serde_spanned v0.6.7
12542024-09-24T03:15:56.042Z Compiling num-integer v0.1.46
12552024-09-24T03:15:56.087Z Compiling idna v0.3.0
12562024-09-24T03:15:56.135Z Compiling backtrace v0.3.71
12572024-09-24T03:15:56.210Z Compiling lazy_static v1.5.0
12582024-09-24T03:15:56.340Z Compiling ff v0.13.0
12592024-09-24T03:15:56.573Z Compiling hash32 v0.2.1
12602024-09-24T03:15:56.665Z Compiling signal-hook v0.3.17
12612024-09-24T03:15:56.877Z Compiling num-bigint-dig v0.8.4
12622024-09-24T03:15:56.934Z Compiling crc32fast v1.4.0
12632024-09-24T03:15:56.960Z Compiling fallible-iterator v0.2.0
12642024-09-24T03:15:57.186Z Compiling atomic-waker v1.1.2
12652024-09-24T03:15:57.360Z Compiling gimli v0.28.1
12662024-09-24T03:15:57.448Z Compiling base16ct v0.2.0
12672024-09-24T03:15:57.657Z Compiling psl-types v2.0.11
12682024-09-24T03:15:57.677Z Compiling adler v1.0.2
12692024-09-24T03:15:57.758Z Compiling stable_deref_trait v1.2.0
12702024-09-24T03:15:57.846Z Compiling smoltcp v0.9.1
12712024-09-24T03:15:57.869Z Compiling base64 v0.22.1
12722024-09-24T03:15:58.619Z Compiling tokio-util v0.7.11
12732024-09-24T03:15:58.665Z Compiling postgres-protocol v0.6.7
12742024-09-24T03:15:59.106Z Compiling tokio-rustls v0.24.1
12752024-09-24T03:15:59.492Z Compiling publicsuffix v2.2.3
12762024-09-24T03:15:59.513Z Compiling miniz_oxide v0.7.2
12772024-09-24T03:15:59.744Z Compiling h2 v0.3.26
12782024-09-24T03:15:59.998Z Compiling h2 v0.4.6
12792024-09-24T03:16:00.288Z Compiling sec1 v0.7.3
12802024-09-24T03:16:00.598Z Compiling tokio-native-tls v0.3.1
12812024-09-24T03:16:00.967Z Compiling num-iter v0.1.45
12822024-09-24T03:16:00.986Z Compiling group v0.13.0
12832024-09-24T03:16:01.254Z Compiling http-body v1.0.0
12842024-09-24T03:16:01.289Z Compiling terminal_size v0.3.0
12852024-09-24T03:16:01.331Z Compiling hubpack_derive v0.1.1
12862024-09-24T03:16:01.491Z Compiling pin-project v1.1.5
12872024-09-24T03:16:01.668Z Compiling addr2line v0.21.0
12882024-09-24T03:16:02.335Z Compiling hkdf v0.12.4
12892024-09-24T03:16:02.355Z Compiling crypto-bigint v0.5.5
12902024-09-24T03:16:02.433Z Compiling curve25519-dalek-derive v0.1.1
12912024-09-24T03:16:02.596Z Compiling zerocopy-derive v0.6.6
12922024-09-24T03:16:02.668Z Compiling async-trait v0.1.82
12932024-09-24T03:16:03.082Z Compiling phf_shared v0.11.2
12942024-09-24T03:16:03.468Z Compiling serde_derive_internals v0.29.1
12952024-09-24T03:16:04.029Z Compiling object v0.32.2
12962024-09-24T03:16:04.804Z Compiling fs-err v2.11.0
12972024-09-24T03:16:05.112Z Compiling schemars v0.8.21
12982024-09-24T03:16:05.232Z Compiling anyhow v1.0.89
12992024-09-24T03:16:05.458Z Compiling ipnet v2.9.0
13002024-09-24T03:16:05.476Z Compiling rustc-demangle v0.1.24
13012024-09-24T03:16:05.839Z Compiling adler2 v2.0.0
13022024-09-24T03:16:06.051Z Compiling managed v0.8.0
13032024-09-24T03:16:06.195Z Compiling bitflags v1.3.2
13042024-09-24T03:16:06.262Z Compiling base64 v0.21.7
13052024-09-24T03:16:06.419Z Compiling hyper v0.14.30
13062024-09-24T03:16:06.483Z Compiling winnow v0.5.40
13072024-09-24T03:16:06.662Z Compiling either v1.13.0
13082024-09-24T03:16:07.036Z Compiling tower-layer v0.3.2
13092024-09-24T03:16:07.128Z Compiling clap_builder v4.5.15
13102024-09-24T03:16:07.321Z Compiling tower v0.4.13
13112024-09-24T03:16:08.211Z Compiling rustls-pemfile v1.0.4
13122024-09-24T03:16:08.421Z Compiling hyper v1.4.1
13132024-09-24T03:16:10.236Z Compiling toml_edit v0.19.15
13142024-09-24T03:16:10.317Z Compiling schemars_derive v0.8.21
13152024-09-24T03:16:10.806Z Compiling miniz_oxide v0.8.0
13162024-09-24T03:16:11.452Z Compiling elliptic-curve v0.13.8
13172024-09-24T03:16:12.385Z Compiling zerocopy v0.6.6
13182024-09-24T03:16:12.693Z Compiling phf v0.11.2
13192024-09-24T03:16:12.975Z Compiling hubpack v0.1.2
13202024-09-24T03:16:13.213Z Compiling hyper-tls v0.5.0
13212024-09-24T03:16:13.438Z Compiling hyper-rustls v0.24.2
13222024-09-24T03:16:13.539Z Compiling cookie_store v0.20.0
13232024-09-24T03:16:14.351Z Compiling postgres-types v0.2.7
13242024-09-24T03:16:14.763Z Compiling usdt-attr-macro v0.5.0
13252024-09-24T03:16:15.044Z Compiling usdt-macro v0.5.0
13262024-09-24T03:16:15.863Z Compiling serde_urlencoded v0.7.1
13272024-09-24T03:16:16.221Z Compiling serde-big-array v0.5.1
13282024-09-24T03:16:16.313Z Compiling futures-executor v0.3.30
13292024-09-24T03:16:16.356Z Compiling clap_derive v4.5.13
13302024-09-24T03:16:16.436Z Compiling pkcs1 v0.7.5
13312024-09-24T03:16:16.460Z Compiling ed25519 v2.2.3
13322024-09-24T03:16:16.537Z Compiling rfc6979 v0.4.0
13332024-09-24T03:16:16.787Z Compiling bstr v1.9.1
13342024-09-24T03:16:16.892Z Compiling regex v1.10.6
13352024-09-24T03:16:17.459Z Compiling strum_macros v0.25.3
13362024-09-24T03:16:17.998Z Compiling serde_repr v0.1.19
13372024-09-24T03:16:18.192Z Compiling enum-as-inner v0.6.0
13382024-09-24T03:16:18.549Z Compiling phf_shared v0.10.0
13392024-09-24T03:16:18.552Z Compiling float-cmp v0.9.0
13402024-09-24T03:16:18.785Z Compiling idna v0.4.0
13412024-09-24T03:16:18.936Z Compiling mio v0.8.11
13422024-09-24T03:16:19.215Z Compiling encoding_rs v0.8.34
13432024-09-24T03:16:19.274Z Compiling predicates-core v1.0.6
13442024-09-24T03:16:19.645Z Compiling webpki-roots v0.25.4
13452024-09-24T03:16:19.810Z Compiling dyn-clone v1.0.17
13462024-09-24T03:16:20.024Z Compiling data-encoding v2.6.0
13472024-09-24T03:16:20.184Z Compiling unicode-segmentation v1.11.0
13482024-09-24T03:16:20.315Z Compiling minimal-lexical v0.2.1
13492024-09-24T03:16:20.455Z Compiling difflib v0.4.0
13502024-09-24T03:16:20.851Z Compiling normalize-line-endings v0.3.0
13512024-09-24T03:16:20.977Z Compiling bit-vec v0.6.3
13522024-09-24T03:16:21.029Z Compiling new_debug_unreachable v1.0.6
13532024-09-24T03:16:21.134Z Compiling whoami v1.5.1
13542024-09-24T03:16:21.375Z Compiling fixedbitset v0.4.2
13552024-09-24T03:16:21.413Z Compiling precomputed-hash v0.1.1
13562024-09-24T03:16:21.521Z Compiling static_assertions v1.1.0
13572024-09-24T03:16:21.581Z Compiling mime v0.3.17
13582024-09-24T03:16:21.647Z Compiling sync_wrapper v0.1.2
13592024-09-24T03:16:21.782Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13602024-09-24T03:16:21.801Z Compiling petgraph v0.6.5
13612024-09-24T03:16:21.821Z Compiling string_cache v0.8.7
13622024-09-24T03:16:22.011Z Compiling reqwest v0.11.27
13632024-09-24T03:16:22.171Z Compiling tokio-postgres v0.7.11
13642024-09-24T03:16:22.297Z Compiling clap v4.5.16
13652024-09-24T03:16:22.467Z Compiling bit-set v0.5.3
13662024-09-24T03:16:22.472Z Compiling predicates v3.1.2
13672024-09-24T03:16:22.692Z Compiling similar v2.6.0
13682024-09-24T03:16:23.596Z Compiling nom v7.1.3
13692024-09-24T03:16:24.158Z Compiling hickory-proto v0.24.1
13702024-09-24T03:16:25.136Z Compiling toml_edit v0.22.20
13712024-09-24T03:16:25.774Z Compiling console v0.15.8
13722024-09-24T03:16:27.296Z Compiling signal-hook-mio v0.2.4
13732024-09-24T03:16:27.467Z Compiling usdt v0.5.0
13742024-09-24T03:16:27.875Z Compiling rsa v0.9.6
13752024-09-24T03:16:27.955Z Compiling ed25519-dalek v2.1.1
13762024-09-24T03:16:28.336Z Compiling ecdsa v0.16.9
13772024-09-24T03:16:28.524Z Compiling futures v0.3.30
13782024-09-24T03:16:28.647Z Compiling flate2 v1.0.33
13792024-09-24T03:16:29.178Z Compiling toml v0.7.8
13802024-09-24T03:16:30.141Z Compiling hyper-util v0.1.7
13812024-09-24T03:16:30.485Z Compiling itertools v0.10.5
13822024-09-24T03:16:30.866Z Compiling itertools v0.12.1
13832024-09-24T03:16:31.015Z Compiling tokio-stream v0.1.15
13842024-09-24T03:16:32.067Z Compiling openapiv3 v2.0.0
13852024-09-24T03:16:33.092Z Compiling crossbeam-epoch v0.9.18
13862024-09-24T03:16:33.354Z Compiling hex v0.4.3
13872024-09-24T03:16:33.451Z Compiling x509-cert v0.2.5
13882024-09-24T03:16:33.844Z Compiling sha1 v0.10.6
13892024-09-24T03:16:33.955Z Compiling dirs-sys-next v0.1.2
13902024-09-24T03:16:34.077Z Compiling unicode-xid v0.2.4
13912024-09-24T03:16:34.265Z Compiling lalrpop-util v0.19.12
13922024-09-24T03:16:34.352Z Compiling peg-runtime v0.8.3
13932024-09-24T03:16:34.363Z Compiling dirs-next v2.0.0
13942024-09-24T03:16:34.516Z Compiling thread_local v1.1.8
13952024-09-24T03:16:34.619Z Compiling slog-async v2.8.0
13962024-09-24T03:16:34.627Z Compiling term v0.7.0
13972024-09-24T03:16:34.922Z Compiling xattr v1.3.1
13982024-09-24T03:16:35.064Z Compiling crossbeam-channel v0.5.12
13992024-09-24T03:16:35.181Z Compiling strum_macros v0.26.4
14002024-09-24T03:16:35.271Z Compiling filetime v0.2.25
14012024-09-24T03:16:35.600Z Compiling is-terminal v0.4.12
14022024-09-24T03:16:35.740Z Compiling take_mut v0.2.2
14032024-09-24T03:16:36.035Z Compiling slog-term v2.9.1
14042024-09-24T03:16:36.174Z Compiling tar v0.4.41
14052024-09-24T03:16:36.212Z Compiling camino v1.1.9
14062024-09-24T03:16:37.519Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14072024-09-24T03:16:38.325Z Compiling strum v0.26.3
14082024-09-24T03:16:38.405Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14092024-09-24T03:16:43.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
14102024-09-24T03:16:43.496Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14112024-09-24T03:16:43.535ZSep 24 03:16:42.984 INFO Starting download, target: Console
14122024-09-24T03:16:43.536ZSep 24 03:16:42.985 INFO Starting download, target: Cockroach
14132024-09-24T03:16:43.536ZSep 24 03:16:42.985 INFO Starting download, target: DendriteOpenapi
14142024-09-24T03:16:43.536ZSep 24 03:16:42.985 INFO Starting download, target: Clickhouse
14152024-09-24T03:16:43.546ZSep 24 03:16:42.985 INFO Starting download, target: DendriteStub
14162024-09-24T03:16:43.547ZSep 24 03:16:42.985 INFO Starting download, target: MaghemiteMgd
14172024-09-24T03:16:43.547ZSep 24 03:16:42.985 INFO Starting download, target: TransceiverControl
14182024-09-24T03:16:43.547ZSep 24 03:16:42.985 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi
14192024-09-24T03:16:43.547ZSep 24 03:16:42.985 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14202024-09-24T03:16:43.547ZSep 24 03:16:42.985 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14212024-09-24T03:16:43.547ZSep 24 03:16:42.986 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14222024-09-24T03:16:43.547ZSep 24 03:16:42.986 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14232024-09-24T03:16:43.548ZSep 24 03:16:42.986 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14242024-09-24T03:16:43.548ZSep 24 03:16:42.986 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14252024-09-24T03:16:43.724ZSep 24 03:16:43.174 INFO Download complete, target: DendriteOpenapi
14262024-09-24T03:16:43.855ZSep 24 03:16:43.325 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14272024-09-24T03:16:44.047ZSep 24 03:16:43.521 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14282024-09-24T03:16:44.350ZSep 24 03:16:43.808 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14292024-09-24T03:16:44.392ZSep 24 03:16:43.866 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14302024-09-24T03:16:44.432ZSep 24 03:16:43.907 INFO Download complete, target: Console
14312024-09-24T03:16:44.632ZSep 24 03:16:44.107 INFO Download complete, target: TransceiverControl
14322024-09-24T03:16:44.722ZSep 24 03:16:44.197 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14332024-09-24T03:16:44.722ZSep 24 03:16:44.197 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14342024-09-24T03:16:45.417ZSep 24 03:16:44.862 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14352024-09-24T03:16:47.344ZSep 24 03:16:46.819 INFO Download complete, target: DendriteStub
14362024-09-24T03:16:47.507ZSep 24 03:16:46.982 INFO Download complete, target: MaghemiteMgd
14372024-09-24T03:16:53.006ZSep 24 03:16:52.473 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14382024-09-24T03:16:53.294ZSep 24 03:16:52.767 INFO Checking that binary works, target: Cockroach
14392024-09-24T03:16:53.451ZSep 24 03:16:52.925 INFO Download complete, target: Cockroach
14402024-09-24T03:16:59.345ZSep 24 03:16:58.818 INFO Checking that binary works, target: Clickhouse
14412024-09-24T03:16:59.535ZSep 24 03:16:58.973 INFO Download complete, target: Clickhouse
14422024-09-24T03:16:59.540ZAll prerequisites installed successfully
14432024-09-24T03:16:59.540Z
14442024-09-24T03:16:59.540Zreal 5:37.684055205
14452024-09-24T03:16:59.540Zuser 11:55.347823607
14462024-09-24T03:16:59.540Zsys 2:31.812618172
14472024-09-24T03:16:59.540Ztrap 0.422469556
14482024-09-24T03:16:59.540Ztflt 1.637462162
14492024-09-24T03:16:59.541Zdflt 1.630658908
14502024-09-24T03:16:59.541Zkflt 0.022021981
14512024-09-24T03:16:59.541Zlock 23:30.505530012
14522024-09-24T03:16:59.541Zslp 49:42.200101002
14532024-09-24T03:16:59.541Zlat 39.250923779
14542024-09-24T03:16:59.541Zstop 1:55.232331430
14552024-09-24T03:16:59.541Z+ source ./tools/include/force-git-over-https.sh
14562024-09-24T03:16:59.541Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14572024-09-24T03:16:59.541Z++ (( i = 0 ))
14582024-09-24T03:16:59.541Z++ (( i < 5 ))
14592024-09-24T03:16:59.541Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14602024-09-24T03:16:59.541Z++ (( i++ ))
14612024-09-24T03:16:59.542Z++ (( i < 5 ))
14622024-09-24T03:16:59.542Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14632024-09-24T03:16:59.542Z++ (( i++ ))
14642024-09-24T03:16:59.542Z++ (( i < 5 ))
14652024-09-24T03:16:59.542Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14662024-09-24T03:16:59.542Z++ (( i++ ))
14672024-09-24T03:16:59.542Z++ (( i < 5 ))
14682024-09-24T03:16:59.542Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14692024-09-24T03:16:59.542Z++ (( i++ ))
14702024-09-24T03:16:59.542Z++ (( i < 5 ))
14712024-09-24T03:16:59.542Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14722024-09-24T03:16:59.542Z++ (( i++ ))
14732024-09-24T03:16:59.542Z++ (( i < 5 ))
14742024-09-24T03:16:59.542Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14752024-09-24T03:16:59.542Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14762024-09-24T03:16:59.542Z+ rc=0
14772024-09-24T03:16:59.542Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14782024-09-24T03:17:21.640Z+ case $rc in
14792024-09-24T03:17:21.640Z+ pfexec zfs create -p rpool/images/build/host
14802024-09-24T03:17:21.841Z+ pfexec zfs create -p rpool/images/build/recovery
14812024-09-24T03:17:21.921Z+ cargo xtask releng --output-dir /work
14822024-09-24T03:17:22.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14832024-09-24T03:17:22.537Z Running `target/debug/xtask releng --output-dir /work`
14842024-09-24T03:17:23.498Z Compiling proc-macro2 v1.0.86
14852024-09-24T03:17:23.498Z Compiling unicode-ident v1.0.12
14862024-09-24T03:17:23.498Z Compiling libc v0.2.158
14872024-09-24T03:17:23.500Z Compiling serde v1.0.208
14882024-09-24T03:17:23.500Z Compiling version_check v0.9.5
14892024-09-24T03:17:23.500Z Compiling autocfg v1.3.0
14902024-09-24T03:17:23.501Z Compiling cfg-if v1.0.0
14912024-09-24T03:17:23.501Z Compiling once_cell v1.19.0
14922024-09-24T03:17:23.772Z Compiling typenum v1.17.0
14932024-09-24T03:17:23.936Z Compiling memchr v2.7.2
14942024-09-24T03:17:24.476Z Compiling generic-array v0.14.7
14952024-09-24T03:17:24.489Z Compiling lock_api v0.4.12
14962024-09-24T03:17:24.679Z Compiling ahash v0.8.11
14972024-09-24T03:17:24.768Z Compiling parking_lot_core v0.9.10
14982024-09-24T03:17:24.788Z Compiling serde_json v1.0.125
14992024-09-24T03:17:25.030Z Compiling byteorder v1.5.0
15002024-09-24T03:17:25.127Z Compiling quote v1.0.36
15012024-09-24T03:17:25.187Z Compiling libm v0.2.8
15022024-09-24T03:17:25.416Z Compiling num-traits v0.2.19
15032024-09-24T03:17:25.575Z Compiling syn v2.0.74
15042024-09-24T03:17:25.711Z Compiling getrandom v0.2.14
15052024-09-24T03:17:25.733Z Compiling jobserver v0.1.32
15062024-09-24T03:17:25.873Z Compiling value-bag v1.9.0
15072024-09-24T03:17:26.172Z Compiling cc v1.0.97
15082024-09-24T03:17:26.202Z Compiling scopeguard v1.2.0
15092024-09-24T03:17:26.343Z Compiling log v0.4.21
15102024-09-24T03:17:26.467Z Compiling slab v0.4.9
15112024-09-24T03:17:26.554Z Compiling itoa v1.0.11
15122024-09-24T03:17:26.921Z Compiling thiserror v1.0.63
15132024-09-24T03:17:27.014Z Compiling rand_core v0.6.4
15142024-09-24T03:17:27.466Z Compiling semver v1.0.23
15152024-09-24T03:17:27.798Z Compiling pkg-config v0.3.30
15162024-09-24T03:17:27.880Z Compiling pin-project-lite v0.2.14
15172024-09-24T03:17:27.942Z Compiling smallvec v1.13.2
15182024-09-24T03:17:28.210Z Compiling subtle v2.5.0
15192024-09-24T03:17:28.354Z Compiling allocator-api2 v0.2.18
15202024-09-24T03:17:28.508Z Compiling const-oid v0.9.6
15212024-09-24T03:17:29.000Z Compiling ryu v1.0.18
15222024-09-24T03:17:29.110Z Compiling vcpkg v0.2.15
15232024-09-24T03:17:29.320Z Compiling signal-hook-registry v1.4.2
15242024-09-24T03:17:29.459Z Compiling httparse v1.8.0
15252024-09-24T03:17:29.640Z Compiling ring v0.17.8
15262024-09-24T03:17:30.035Z Compiling parking_lot v0.12.2
15272024-09-24T03:17:30.451Z Compiling mio v1.0.2
15282024-09-24T03:17:30.826Z Compiling openssl-sys v0.9.103
15292024-09-24T03:17:30.986Z Compiling futures-core v0.3.30
15302024-09-24T03:17:31.173Z Compiling spin v0.9.8
15312024-09-24T03:17:31.200Z Compiling socket2 v0.5.7
15322024-09-24T03:17:31.552Z Compiling fnv v1.0.7
15332024-09-24T03:17:32.241Z Compiling rustix v0.38.34
15342024-09-24T03:17:32.244Z Compiling schemars v0.8.21
15352024-09-24T03:17:32.795Z Compiling heck v0.5.0
15362024-09-24T03:17:32.881Z Compiling equivalent v1.0.1
15372024-09-24T03:17:32.968Z Compiling futures-sink v0.3.30
15382024-09-24T03:17:33.164Z Compiling serde_derive_internals v0.29.1
15392024-09-24T03:17:33.442Z Compiling time-core v0.1.2
15402024-09-24T03:17:33.655Z Compiling num-conv v0.1.0
15412024-09-24T03:17:33.960Z Compiling time-macros v0.2.18
15422024-09-24T03:17:34.349Z Compiling openssl v0.10.66
15432024-09-24T03:17:34.520Z Compiling cpufeatures v0.2.12
15442024-09-24T03:17:34.932Z Compiling futures-channel v0.3.30
15452024-09-24T03:17:35.133Z Compiling tinyvec_macros v0.1.1
15462024-09-24T03:17:35.207Z Compiling rustls v0.21.12
15472024-09-24T03:17:35.332Z Compiling native-tls v0.2.11
15482024-09-24T03:17:35.343Z Compiling pin-utils v0.1.0
15492024-09-24T03:17:35.343Z Compiling futures-task v0.3.30
15502024-09-24T03:17:35.503Z Compiling futures-io v0.3.30
15512024-09-24T03:17:35.507Z Compiling tinyvec v1.6.0
15522024-09-24T03:17:35.808Z Compiling crossbeam-utils v0.8.19
15532024-09-24T03:17:36.015Z Compiling cookie v0.17.0
15542024-09-24T03:17:36.407Z Compiling iana-time-zone v0.1.60
15552024-09-24T03:17:36.732Z Compiling base64ct v1.6.0
15562024-09-24T03:17:36.766Z Compiling ucd-trie v0.1.6
15572024-09-24T03:17:37.101Z Compiling unicode-normalization v0.1.23
15582024-09-24T03:17:37.155Z Compiling syn v1.0.109
15592024-09-24T03:17:37.287Z Compiling pem-rfc7468 v0.7.0
15602024-09-24T03:17:37.377Z Compiling flagset v0.4.5
15612024-09-24T03:17:37.380Z Compiling unicode-bidi v0.3.15
15622024-09-24T03:17:37.949Z Compiling slog v2.7.0
15632024-09-24T03:17:38.005Z Compiling tracing-core v0.1.32
15642024-09-24T03:17:38.393Z Compiling aho-corasick v1.1.3
15652024-09-24T03:17:38.432Z Compiling regex-syntax v0.8.4
15662024-09-24T03:17:38.570Z Compiling untrusted v0.9.0
15672024-09-24T03:17:38.737Z Compiling serde_derive v1.0.208
15682024-09-24T03:17:38.779Z Compiling zeroize_derive v1.4.2
15692024-09-24T03:17:39.003Z Compiling zerocopy-derive v0.7.34
15702024-09-24T03:17:40.308Z Compiling tokio-macros v2.4.0
15712024-09-24T03:17:40.336Z Compiling zeroize v1.8.1
15722024-09-24T03:17:40.817Z Compiling thiserror-impl v1.0.63
15732024-09-24T03:17:40.839Z Compiling futures-macro v0.3.30
15742024-09-24T03:17:41.141Z Compiling zerocopy v0.7.34
15752024-09-24T03:17:43.227Z Compiling crypto-common v0.1.6
15762024-09-24T03:17:43.488Z Compiling der_derive v0.7.2
15772024-09-24T03:17:43.632Z Compiling tracing-attributes v0.1.27
15782024-09-24T03:17:44.006Z Compiling hashbrown v0.14.5
15792024-09-24T03:17:44.693Z Compiling block-buffer v0.10.4
15802024-09-24T03:17:44.974Z Compiling digest v0.10.7
15812024-09-24T03:17:45.429Z Compiling schemars_derive v0.8.21
15822024-09-24T03:17:45.540Z Compiling hmac v0.12.1
15832024-09-24T03:17:45.611Z Compiling block-padding v0.3.3
15842024-09-24T03:17:45.818Z Compiling openssl-macros v0.1.1
15852024-09-24T03:17:45.860Z Compiling inout v0.1.3
15862024-09-24T03:17:45.963Z Compiling futures-util v0.3.30
15872024-09-24T03:17:46.335Z Compiling cipher v0.4.4
15882024-09-24T03:17:46.787Z Compiling sha2 v0.10.8
15892024-09-24T03:17:47.020Z Compiling scroll_derive v0.12.0
15902024-09-24T03:17:47.085Z Compiling pest v2.7.10
15912024-09-24T03:17:48.517Z Compiling der v0.7.9
15922024-09-24T03:17:49.651Z Compiling pest_meta v2.7.10
15932024-09-24T03:17:51.420Z Compiling pest_generator v2.7.10
15942024-09-24T03:17:51.869Z Compiling spki v0.7.3
15952024-09-24T03:17:52.292Z Compiling tracing v0.1.40
15962024-09-24T03:17:53.147Z Compiling bytes v1.7.2
15972024-09-24T03:17:53.421Z Compiling indexmap v2.4.0
15982024-09-24T03:17:54.081Z Compiling bitflags v2.6.0
15992024-09-24T03:17:54.470Z Compiling tokio v1.39.3
16002024-09-24T03:17:54.694Z Compiling rustc_version v0.4.0
16012024-09-24T03:17:55.375Z Compiling serde_tokenstream v0.2.2
16022024-09-24T03:17:55.998Z Compiling uuid v1.10.0
16032024-09-24T03:17:56.171Z Compiling chrono v0.4.38
16042024-09-24T03:17:56.204Z Compiling http v0.2.12
16052024-09-24T03:17:57.463Z Compiling salsa20 v0.10.2
16062024-09-24T03:17:57.582Z Compiling pbkdf2 v0.12.2
16072024-09-24T03:17:57.805Z Compiling regex-automata v0.4.6
16082024-09-24T03:18:01.516Z Compiling crc32fast v1.4.0
16092024-09-24T03:18:01.566Z Compiling dyn-clone v1.0.17
16102024-09-24T03:18:02.647Z Compiling scrypt v0.11.0
16112024-09-24T03:18:03.190Z Compiling pest_derive v2.7.10
16122024-09-24T03:18:03.710Z Compiling tokio-util v0.7.11
16132024-09-24T03:18:05.408Z Compiling cbc v0.1.2
16142024-09-24T03:18:05.607Z Compiling aes v0.8.4
16152024-09-24T03:18:05.705Z Compiling usdt-impl v0.5.0
16162024-09-24T03:18:06.007Z Compiling percent-encoding v2.3.1
16172024-09-24T03:18:06.061Z Compiling powerfmt v0.2.0
16182024-09-24T03:18:06.601Z Compiling heck v0.4.1
16192024-09-24T03:18:06.837Z Compiling pkcs5 v0.7.1
16202024-09-24T03:18:07.185Z Compiling deranged v0.3.11
16212024-09-24T03:18:08.160Z Compiling heapless v0.7.17
16222024-09-24T03:18:08.768Z Compiling scroll v0.12.0
16232024-09-24T03:18:08.850Z Compiling zerocopy-derive v0.6.6
16242024-09-24T03:18:09.345Z Compiling pin-project-internal v1.1.5
16252024-09-24T03:18:10.037Z Compiling backtrace v0.3.71
16262024-09-24T03:18:10.594Z Compiling errno v0.3.9
16272024-09-24T03:18:10.743Z Compiling plain v0.2.3
16282024-09-24T03:18:10.841Z Compiling num-bigint-dig v0.8.4
16292024-09-24T03:18:11.140Z Compiling try-lock v0.2.5
16302024-09-24T03:18:11.213Z Compiling num_threads v0.1.7
16312024-09-24T03:18:11.402Z Compiling ppv-lite86 v0.2.17
16322024-09-24T03:18:11.905Z Compiling time v0.3.36
16332024-09-24T03:18:12.206Z Compiling rand_chacha v0.3.1
16342024-09-24T03:18:12.293Z Compiling want v0.3.1
16352024-09-24T03:18:12.579Z Compiling goblin v0.8.2
16362024-09-24T03:18:13.232Z Compiling pkcs8 v0.10.2
16372024-09-24T03:18:13.770Z Compiling regex v1.10.6
16382024-09-24T03:18:14.380Z Compiling async-trait v0.1.82
16392024-09-24T03:18:14.797Z Compiling strsim v0.11.1
16402024-09-24T03:18:14.974Z Compiling tower-service v0.3.2
16412024-09-24T03:18:15.104Z Compiling rustversion v1.0.17
16422024-09-24T03:18:15.469Z Compiling pretty-hex v0.4.1
16432024-09-24T03:18:15.651Z Compiling httpdate v1.0.3
16442024-09-24T03:18:16.689Z Compiling rand v0.8.5
16452024-09-24T03:18:16.718Z Compiling form_urlencoded v1.2.1
16462024-09-24T03:18:17.315Z Compiling dtrace-parser v0.2.0
16472024-09-24T03:18:17.424Z Compiling curve25519-dalek v4.1.3
16482024-09-24T03:18:18.414Z Compiling dof v0.3.0
16492024-09-24T03:18:19.341Z Compiling thread-id v4.2.1
16502024-09-24T03:18:20.077Z Compiling anyhow v1.0.89
16512024-09-24T03:18:20.402Z Compiling foreign-types-shared v0.1.1
16522024-09-24T03:18:20.544Z Compiling smoltcp v0.9.1
16532024-09-24T03:18:21.010Z Compiling unicode-width v0.1.13
16542024-09-24T03:18:21.346Z Compiling signal-hook v0.3.17
16552024-09-24T03:18:21.420Z Compiling foreign-types v0.3.2
16562024-09-24T03:18:24.251Z Compiling h2 v0.3.26
16572024-09-24T03:18:24.718Z Compiling http-body v0.4.6
16582024-09-24T03:18:26.985Z Compiling clap_derive v4.5.13
16592024-09-24T03:18:27.036Z Compiling base64 v0.21.7
16602024-09-24T03:18:28.161Z Compiling siphasher v0.3.11
16612024-09-24T03:18:32.251Z Compiling hyper v0.14.30
16622024-09-24T03:18:36.080Z Compiling sct v0.7.1
16632024-09-24T03:18:36.389Z Compiling rustls-webpki v0.101.7
16642024-09-24T03:18:36.947Z Compiling hubpack_derive v0.1.1
16652024-09-24T03:18:37.904Z Compiling openapiv3 v2.0.0
16662024-09-24T03:18:37.988Z Compiling http v1.1.0
16672024-09-24T03:18:40.795Z Compiling signature v2.2.0
16682024-09-24T03:18:41.039Z Compiling curve25519-dalek-derive v0.1.1
16692024-09-24T03:18:42.198Z Compiling idna v0.5.0
16702024-09-24T03:18:42.776Z Compiling fs-err v2.11.0
16712024-09-24T03:18:43.104Z Compiling openssl-probe v0.1.5
16722024-09-24T03:18:43.546Z Compiling finl_unicode v1.2.0
16732024-09-24T03:18:43.577Z Compiling anstyle v1.0.8
16742024-09-24T03:18:43.988Z Compiling utf8parse v0.2.1
16752024-09-24T03:18:44.149Z Compiling anstyle-parse v0.2.4
16762024-09-24T03:18:44.486Z Compiling stringprep v0.1.4
16772024-09-24T03:18:45.444Z Compiling url v2.5.2
16782024-09-24T03:18:50.991Z Compiling usdt-attr-macro v0.5.0
16792024-09-24T03:18:51.466Z Compiling usdt-macro v0.5.0
16802024-09-24T03:18:52.667Z Compiling toml_datetime v0.6.8
16812024-09-24T03:18:52.722Z Compiling serde_spanned v0.6.7
16822024-09-24T03:18:52.961Z Compiling regress v0.9.1
16832024-09-24T03:18:53.172Z Compiling md-5 v0.10.6
16842024-09-24T03:18:53.263Z Compiling idna v0.3.0
16852024-09-24T03:18:55.039Z Compiling lazy_static v1.5.0
16862024-09-24T03:18:55.042Z Compiling num-integer v0.1.46
16872024-09-24T03:18:55.194Z Compiling ff v0.13.0
16882024-09-24T03:18:55.564Z Compiling hash32 v0.2.1
16892024-09-24T03:18:55.894Z Compiling encoding_rs v0.8.34
16902024-09-24T03:18:55.963Z Compiling adler v1.0.2
16912024-09-24T03:18:56.212Z Compiling colorchoice v1.0.1
16922024-09-24T03:18:56.491Z Compiling psl-types v2.0.11
16932024-09-24T03:18:56.732Z Compiling base16ct v0.2.0
16942024-09-24T03:18:56.859Z Compiling atomic-waker v1.1.2
16952024-09-24T03:18:56.880Z Compiling mime v0.3.17
16962024-09-24T03:18:57.072Z Compiling stable_deref_trait v1.2.0
16972024-09-24T03:18:57.146Z Compiling base64 v0.22.1
16982024-09-24T03:18:57.213Z Compiling is_terminal_polyfill v1.70.0
16992024-09-24T03:18:57.441Z Compiling gimli v0.28.1
17002024-09-24T03:18:57.943Z Compiling anstyle-query v1.0.3
17012024-09-24T03:18:58.109Z Compiling fallible-iterator v0.2.0
17022024-09-24T03:18:58.109Z Compiling anstream v0.6.14
17032024-09-24T03:18:58.324Z Compiling publicsuffix v2.2.3
17042024-09-24T03:18:58.840Z Compiling postgres-protocol v0.6.7
17052024-09-24T03:18:58.880Z Compiling h2 v0.4.6
17062024-09-24T03:19:00.113Z Compiling sec1 v0.7.3
17072024-09-24T03:19:00.314Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17082024-09-24T03:19:01.278Z Compiling miniz_oxide v0.7.2
17092024-09-24T03:19:02.044Z Compiling num-iter v0.1.45
17102024-09-24T03:19:02.428Z Compiling addr2line v0.21.0
17112024-09-24T03:19:03.324Z Compiling group v0.13.0
17122024-09-24T03:19:04.778Z Compiling tokio-rustls v0.24.1
17132024-09-24T03:19:05.730Z Compiling terminal_size v0.3.0
17142024-09-24T03:19:05.933Z Compiling tokio-native-tls v0.3.1
17152024-09-24T03:19:06.665Z Compiling http-body v1.0.0
17162024-09-24T03:19:07.091Z Compiling phf_shared v0.11.2
17172024-09-24T03:19:07.475Z Compiling strum_macros v0.25.3
17182024-09-24T03:19:07.844Z Compiling serde_urlencoded v0.7.1
17192024-09-24T03:19:07.897Z Compiling pin-project v1.1.5
17202024-09-24T03:19:08.178Z Compiling enum-as-inner v0.6.0
17212024-09-24T03:19:09.381Z Compiling hkdf v0.12.4
17222024-09-24T03:19:09.670Z Compiling crypto-bigint v0.5.5
17232024-09-24T03:19:09.732Z Compiling serde_repr v0.1.19
17242024-09-24T03:19:10.075Z Compiling object v0.32.2
17252024-09-24T03:19:10.392Z Compiling either v1.13.0
17262024-09-24T03:19:10.995Z Compiling clap_lex v0.7.0
17272024-09-24T03:19:11.039Z Compiling bitflags v1.3.2
17282024-09-24T03:19:11.195Z Compiling ipnet v2.9.0
17292024-09-24T03:19:11.530Z Compiling winnow v0.5.40
17302024-09-24T03:19:12.577Z Compiling tower-layer v0.3.2
17312024-09-24T03:19:13.007Z Compiling managed v0.8.0
17322024-09-24T03:19:14.044Z Compiling rustc-demangle v0.1.24
17332024-09-24T03:19:14.278Z Compiling adler2 v2.0.0
17342024-09-24T03:19:14.332Z Compiling rustls-pemfile v1.0.4
17352024-09-24T03:19:14.474Z Compiling miniz_oxide v0.8.0
17362024-09-24T03:19:14.709Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17372024-09-24T03:19:14.945Z Compiling elliptic-curve v0.13.8
17382024-09-24T03:19:15.473Z Compiling toml_edit v0.19.15
17392024-09-24T03:19:15.617Z Compiling tower v0.4.13
17402024-09-24T03:19:16.173Z Compiling clap_builder v4.5.15
17412024-09-24T03:19:18.244Z Compiling phf v0.11.2
17422024-09-24T03:19:18.540Z Compiling hyper v1.4.1
17432024-09-24T03:19:18.560Z Compiling hyper-tls v0.5.0
17442024-09-24T03:19:19.315Z Compiling hyper-rustls v0.24.2
17452024-09-24T03:19:19.669Z Compiling cookie_store v0.20.0
17462024-09-24T03:19:19.893Z Compiling postgres-types v0.2.7
17472024-09-24T03:19:20.080Z Compiling ed25519 v2.2.3
17482024-09-24T03:19:20.509Z Compiling hubpack v0.1.2
17492024-09-24T03:19:20.949Z Compiling phf_shared v0.10.0
17502024-09-24T03:19:21.523Z Compiling pkcs1 v0.7.5
17512024-09-24T03:19:21.728Z Compiling zerocopy v0.6.6
17522024-09-24T03:19:21.963Z Compiling bstr v1.9.1
17532024-09-24T03:19:22.287Z Compiling futures-executor v0.3.30
17542024-09-24T03:19:22.469Z Compiling serde-big-array v0.5.1
17552024-09-24T03:19:22.632Z Compiling rfc6979 v0.4.0
17562024-09-24T03:19:22.744Z Compiling idna v0.4.0
17572024-09-24T03:19:22.902Z Compiling float-cmp v0.9.0
17582024-09-24T03:19:22.972Z Compiling mio v0.8.11
17592024-09-24T03:19:23.118Z Compiling memmap v0.7.0
17602024-09-24T03:19:23.415Z Compiling webpki-roots v0.25.4
17612024-09-24T03:19:23.651Z Compiling winnow v0.6.18
17622024-09-24T03:19:23.675Z Compiling fixedbitset v0.4.2
17632024-09-24T03:19:23.803Z Compiling data-encoding v2.6.0
17642024-09-24T03:19:24.004Z Compiling sync_wrapper v0.1.2
17652024-09-24T03:19:24.023Z Compiling minimal-lexical v0.2.1
17662024-09-24T03:19:24.107Z Compiling new_debug_unreachable v1.0.6
17672024-09-24T03:19:24.206Z Compiling difflib v0.4.0
17682024-09-24T03:19:24.483Z Compiling predicates-core v1.0.6
17692024-09-24T03:19:24.785Z Compiling bit-vec v0.6.3
17702024-09-24T03:19:24.960Z Compiling normalize-line-endings v0.3.0
17712024-09-24T03:19:25.404Z Compiling unicode-segmentation v1.11.0
17722024-09-24T03:19:25.442Z Compiling whoami v1.5.1
17732024-09-24T03:19:25.542Z Compiling static_assertions v1.1.0
17742024-09-24T03:19:25.654Z Compiling precomputed-hash v0.1.1
17752024-09-24T03:19:25.672Z Compiling reqwest v0.11.27
17762024-09-24T03:19:25.825Z Compiling string_cache v0.8.7
17772024-09-24T03:19:25.978Z Compiling tokio-postgres v0.7.11
17782024-09-24T03:19:26.173Z Compiling similar v2.6.0
17792024-09-24T03:19:26.205Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
17802024-09-24T03:19:27.124Z Compiling toml_edit v0.22.20
17812024-09-24T03:19:27.876Z Compiling bit-set v0.5.3
17822024-09-24T03:19:28.139Z Compiling predicates v3.1.2
17832024-09-24T03:19:28.174Z Compiling hickory-proto v0.24.1
17842024-09-24T03:19:29.592Z Compiling nom v7.1.3
17852024-09-24T03:19:31.132Z Compiling petgraph v0.6.5
17862024-09-24T03:19:32.875Z Compiling signal-hook-mio v0.2.4
17872024-09-24T03:19:33.056Z Compiling usdt v0.5.0
17882024-09-24T03:19:33.498Z Compiling ecdsa v0.16.9
17892024-09-24T03:19:33.995Z Compiling futures v0.3.30
17902024-09-24T03:19:34.129Z Compiling rsa v0.9.6
17912024-09-24T03:19:34.635Z Compiling hyper-util v0.1.7
17922024-09-24T03:19:35.079Z Compiling ed25519-dalek v2.1.1
17932024-09-24T03:19:35.654Z Compiling clap v4.5.16
17942024-09-24T03:19:35.696Z Compiling toml v0.7.8
17952024-09-24T03:19:35.768Z Compiling crossbeam-epoch v0.9.18
17962024-09-24T03:19:35.892Z Compiling flate2 v1.0.33
17972024-09-24T03:19:36.464Z Compiling itertools v0.12.1
17982024-09-24T03:19:36.800Z Compiling itertools v0.10.5
17992024-09-24T03:19:37.180Z Compiling console v0.15.8
18002024-09-24T03:19:38.326Z Compiling tokio-stream v0.1.15
18012024-09-24T03:19:38.458Z Compiling hex v0.4.3
18022024-09-24T03:19:39.130Z Compiling x509-cert v0.2.5
18032024-09-24T03:19:39.309Z Compiling sha1 v0.10.6
18042024-09-24T03:19:40.086Z Compiling radium v0.7.0
18052024-09-24T03:19:40.582Z Compiling peg-runtime v0.8.3
18062024-09-24T03:19:40.861Z Compiling unicode-xid v0.2.4
18072024-09-24T03:19:41.073Z Compiling lalrpop-util v0.19.12
18082024-09-24T03:19:41.418Z Compiling camino v1.1.9
18092024-09-24T03:19:43.483Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18102024-09-24T03:19:45.534Z Compiling is-terminal v0.4.12
18112024-09-24T03:19:47.047Z Compiling rustls-pki-types v1.7.0
18122024-09-24T03:19:48.831Z Compiling maybe-uninit v2.0.0
18132024-09-24T03:19:49.391Z Compiling ident_case v1.0.1
18142024-09-24T03:19:49.585Z Compiling tap v1.0.1
18152024-09-24T03:19:54.145Z Compiling wyz v0.5.1
18162024-09-24T03:19:54.599Z Compiling darling_core v0.20.9
18172024-09-24T03:20:06.071Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18182024-09-24T03:20:06.751Z Compiling getopts v0.2.21
18192024-09-24T03:20:08.008Z Compiling bzip2-sys v0.1.11+1.0.8
18202024-09-24T03:20:08.550Z Compiling dirs-sys-next v0.1.2
18212024-09-24T03:20:09.057Z Compiling funty v2.0.0
18222024-09-24T03:20:09.879Z Compiling packed_struct v0.10.1
18232024-09-24T03:20:10.314Z Compiling unsafe-libyaml v0.2.11
18242024-09-24T03:20:10.462Z Compiling paste v1.0.15
18252024-09-24T03:20:11.491Z Compiling rustls v0.22.4
18262024-09-24T03:20:11.836Z Compiling serde_yaml v0.9.34+deprecated
18272024-09-24T03:20:12.992Z Compiling bitvec v1.0.1
18282024-09-24T03:20:13.927Z Compiling dirs-next v2.0.0
18292024-09-24T03:20:15.046Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18302024-09-24T03:20:16.061Z Compiling darling_macro v0.20.9
18312024-09-24T03:20:17.613Z Compiling rustls-webpki v0.102.4
18322024-09-24T03:20:21.855Z Compiling packed_struct_codegen v0.10.1
18332024-09-24T03:20:22.502Z Compiling structmeta-derive v0.3.0
18342024-09-24T03:20:22.825Z Compiling thread_local v1.1.8
18352024-09-24T03:20:23.971Z Compiling indexmap v1.9.3
18362024-09-24T03:20:24.285Z Compiling multer v3.1.0
18372024-09-24T03:20:24.600Z Compiling nodrop v0.1.14
18382024-09-24T03:20:24.875Z Compiling crc-catalog v2.4.0
18392024-09-24T03:20:25.039Z Compiling rayon-core v1.12.1
18402024-09-24T03:20:25.109Z Compiling match_cfg v0.1.0
18412024-09-24T03:20:25.207Z Compiling slog-async v2.8.0
18422024-09-24T03:20:25.225Z Compiling fastrand v2.1.0
18432024-09-24T03:20:25.365Z Compiling hostname v0.3.1
18442024-09-24T03:20:25.629Z Compiling tempfile v3.10.1
18452024-09-24T03:20:26.708Z Compiling structmeta v0.3.0
18462024-09-24T03:20:26.744Z Compiling crc v3.2.1
18472024-09-24T03:20:27.231Z Compiling array-init v0.0.4
18482024-09-24T03:20:31.980Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18492024-09-24T03:20:35.227Z Compiling smallvec v0.6.14
18502024-09-24T03:20:35.686Z Compiling darling v0.20.9
18512024-09-24T03:20:35.743Z Compiling term v0.7.0
18522024-09-24T03:20:40.928Z Compiling crossbeam-deque v0.8.5
18532024-09-24T03:20:41.072Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18542024-09-24T03:20:41.249Z Compiling slog-json v2.6.1
18552024-09-24T03:20:41.703Z Compiling crossbeam-channel v0.5.12
18562024-09-24T03:20:42.587Z Compiling async-stream-impl v0.3.5
18572024-09-24T03:20:43.495Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18582024-09-24T03:20:45.175Z Compiling same-file v1.0.6
18592024-09-24T03:20:45.587Z Compiling bitfield v0.14.0
18602024-09-24T03:20:45.952Z Compiling hashbrown v0.12.3
18612024-09-24T03:20:46.766Z Compiling termcolor v1.4.1
18622024-09-24T03:20:47.313Z Compiling take_mut v0.2.2
18632024-09-24T03:20:47.318Z Compiling env_logger v0.10.2
18642024-09-24T03:20:48.339Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18652024-09-24T03:20:50.826Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18662024-09-24T03:20:55.759Z Compiling walkdir v2.5.0
18672024-09-24T03:20:59.889Z Compiling async-stream v0.3.5
18682024-09-24T03:21:00.604Z Compiling slog-bunyan v2.5.0
18692024-09-24T03:21:01.771Z Compiling tokio-rustls v0.25.0
18702024-09-24T03:21:02.039Z Compiling slog-term v2.9.1
18712024-09-24T03:21:02.255Z Compiling serde_with_macros v3.9.0
18722024-09-24T03:21:03.702Z Compiling serde-hex v0.1.0
18732024-09-24T03:21:04.627Z Compiling bzip2 v0.4.4
18742024-09-24T03:21:05.072Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18752024-09-24T03:21:05.399Z Compiling parse-display-derive v0.10.0
18762024-09-24T03:21:07.656Z Compiling toml v0.8.19
18772024-09-24T03:21:08.750Z Compiling rustls-pemfile v2.1.3
18782024-09-24T03:21:09.474Z Compiling waitgroup v0.1.2
18792024-09-24T03:21:10.411Z Compiling ron v0.8.1
18802024-09-24T03:21:11.316Z Compiling strum_macros v0.26.4
18812024-09-24T03:21:12.189Z Compiling ipnetwork v0.20.0
18822024-09-24T03:21:12.879Z Compiling newtype-uuid v1.1.0
18832024-09-24T03:21:13.092Z Compiling xattr v1.3.1
18842024-09-24T03:21:13.216Z Compiling snafu-derive v0.8.2
18852024-09-24T03:21:14.576Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18862024-09-24T03:21:14.710Z Compiling serde_path_to_error v0.1.16
18872024-09-24T03:21:15.699Z Compiling hashbrown v0.13.2
18882024-09-24T03:21:15.744Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18892024-09-24T03:21:16.000Z Compiling blake3 v1.5.1
18902024-09-24T03:21:16.362Z Compiling ring v0.16.20
18912024-09-24T03:21:16.504Z Compiling filetime v0.2.25
18922024-09-24T03:21:16.554Z Compiling hostname v0.4.0
18932024-09-24T03:21:16.599Z Compiling instant v0.1.12
18942024-09-24T03:21:16.810Z Compiling crc-any v2.5.0
18952024-09-24T03:21:17.059Z Compiling buf-list v1.0.3
18962024-09-24T03:21:17.184Z Compiling debug-ignore v1.0.5
18972024-09-24T03:21:17.342Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18982024-09-24T03:21:17.818Z Compiling object v0.30.4
18992024-09-24T03:21:17.835Z Compiling backoff v0.4.0
19002024-09-24T03:21:17.881Z Compiling tar v0.4.41
19012024-09-24T03:21:17.995Z Compiling snafu v0.8.2
19022024-09-24T03:21:18.827Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19032024-09-24T03:21:19.041Z Compiling strum v0.26.3
19042024-09-24T03:21:19.177Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19052024-09-24T03:21:19.233Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19062024-09-24T03:21:19.752Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19072024-09-24T03:21:21.399Z Compiling parse-display v0.10.0
19082024-09-24T03:21:22.696Z Compiling zip v0.6.6
19092024-09-24T03:21:23.002Z Compiling serde_with v3.9.0
19102024-09-24T03:21:23.072Z Compiling rayon v1.10.0
19112024-09-24T03:21:23.337Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19122024-09-24T03:21:24.046Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19132024-09-24T03:21:25.439Z Compiling camino-tempfile v1.1.1
19142024-09-24T03:21:26.205Z Compiling globset v0.4.14
19152024-09-24T03:21:27.342Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19162024-09-24T03:21:27.600Z Compiling pem v3.0.4
19172024-09-24T03:21:28.814Z Compiling olpc-cjson v0.1.3
19182024-09-24T03:21:29.036Z Compiling macaddr v1.0.1
19192024-09-24T03:21:29.131Z Compiling serde_plain v1.0.2
19202024-09-24T03:21:29.608Z Compiling async-recursion v1.1.1
19212024-09-24T03:21:29.625Z Compiling memmap2 v0.9.4
19222024-09-24T03:21:30.184Z Compiling constant_time_eq v0.3.0
19232024-09-24T03:21:30.367Z Compiling untrusted v0.7.1
19242024-09-24T03:21:30.443Z Compiling arrayref v0.3.7
19252024-09-24T03:21:30.554Z Compiling arrayvec v0.7.4
19262024-09-24T03:21:30.574Z Compiling path-slash v0.1.5
19272024-09-24T03:21:30.876Z Compiling typed-path v0.7.1
19282024-09-24T03:21:31.039Z Compiling spin v0.5.2
19292024-09-24T03:21:32.760Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19302024-09-24T03:21:33.666Z Compiling tough v0.17.1
19312024-09-24T03:21:33.688Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19322024-09-24T03:21:35.510Z Compiling itertools v0.13.0
19332024-09-24T03:21:37.523Z Compiling cargo-platform v0.1.8
19342024-09-24T03:21:38.575Z Compiling parse-size v1.0.0
19352024-09-24T03:21:38.600Z Compiling topological-sort v0.2.2
19362024-09-24T03:21:38.854Z Compiling omicron-zone-package v0.11.0
19372024-09-24T03:21:38.873Z Compiling cargo_metadata v0.18.1
19382024-09-24T03:21:39.137Z Compiling shell-words v1.1.0
19392024-09-24T03:21:45.727Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19402024-09-24T03:21:59.028Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19412024-09-24T03:22:12.721Z Finished `release` profile [optimized] target(s) in 4m 50s
19422024-09-24T03:22:12.872Z Running `target/release/omicron-releng --output-dir /work`
19432024-09-24T03:22:12.915ZSep 24 03:22:12.375 DEBG changing working directory to /work/oxidecomputer/omicron
19442024-09-24T03:22:13.010ZSep 24 03:22:12.470 DEBG running: git rev-parse HEAD
19452024-09-24T03:22:13.017ZSep 24 03:22:12.477 DEBG process exited with exit status: 0 (6.566293ms)
19462024-09-24T03:22:13.017ZSep 24 03:22:12.477 INFO version: 11.0.0-0.ci+git425a962cb77
19472024-09-24T03:22:13.056ZSep 24 03:22:12.516 INFO cloning helios to /work/oxidecomputer/helios
19482024-09-24T03:22:13.056ZSep 24 03:22:12.516 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
19492024-09-24T03:22:13.061ZCloning into '/work/oxidecomputer/helios'...
19502024-09-24T03:22:13.539ZSep 24 03:22:12.999 DEBG process exited with exit status: 0 (482.522636ms)
19512024-09-24T03:22:13.539ZSep 24 03:22:12.999 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
19522024-09-24T03:22:13.547Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
19532024-09-24T03:22:13.547Z# branch.head master
19542024-09-24T03:22:13.547Z# branch.upstream origin/master
19552024-09-24T03:22:13.547Z# branch.ab +0 -0
19562024-09-24T03:22:13.550ZSep 24 03:22:13.008 DEBG process exited with exit status: 0 (8.653555ms)
19572024-09-24T03:22:13.550ZSep 24 03:22:13.008 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
19582024-09-24T03:22:14.266ZSep 24 03:22:13.726 DEBG process exited with exit status: 0 (718.395784ms)
19592024-09-24T03:22:14.266ZSep 24 03:22:13.726 DEBG running: zfs list rpool/images/build/host
19602024-09-24T03:22:14.273ZNAME USED AVAIL REFER MOUNTPOINT
19612024-09-24T03:22:14.273Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
19622024-09-24T03:22:14.276ZSep 24 03:22:13.733 DEBG process exited with exit status: 0 (7.082774ms)
19632024-09-24T03:22:14.276ZSep 24 03:22:13.733 DEBG running: zfs list rpool/images/build/recovery
19642024-09-24T03:22:14.279ZNAME USED AVAIL REFER MOUNTPOINT
19652024-09-24T03:22:14.279Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19662024-09-24T03:22:14.282ZSep 24 03:22:13.740 DEBG process exited with exit status: 0 (6.065591ms)
19672024-09-24T03:22:14.282ZSep 24 03:22:13.740 INFO [hubris-staging] running task
19682024-09-24T03:22:14.282ZSep 24 03:22:13.740 INFO [hubris-production] running task
19692024-09-24T03:22:14.282ZSep 24 03:22:13.741 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
19702024-09-24T03:22:14.285ZSep 24 03:22:13.744 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19712024-09-24T03:22:14.352Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19722024-09-24T03:22:14.828Z[ omicron-package] Blocking waiting for file lock on package cache
19732024-09-24T03:22:15.411Z[ omicron-package] Blocking waiting for file lock on package cache
19742024-09-24T03:22:15.704Z[ omicron-package] Blocking waiting for file lock on package cache
19752024-09-24T03:22:15.739ZSep 24 03:22:15.180 INFO [hubris-production] task succeeded (1.438961119s)
19762024-09-24T03:22:16.468Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19772024-09-24T03:22:16.472Z[ omicron-package] Compiling heapless v0.8.0
19782024-09-24T03:22:16.472Z[ omicron-package] Compiling hash32 v0.3.1
19792024-09-24T03:22:16.472Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19802024-09-24T03:22:16.472Z[ omicron-package] Compiling smoltcp v0.11.0
19812024-09-24T03:22:16.472Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19822024-09-24T03:22:16.472Z[ omicron-package] Compiling embedded-io v0.4.0
19832024-09-24T03:22:16.472Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19842024-09-24T03:22:17.102Z[ omicron-package] Compiling cobs v0.2.3
19852024-09-24T03:22:17.812Z[ omicron-package] Compiling postcard v1.0.8
19862024-09-24T03:22:17.997Z[ omicron-package] Compiling num_enum_derive v0.5.11
19872024-09-24T03:22:18.244Z[ omicron-package] Compiling proc-macro-error v1.0.4
19882024-09-24T03:22:18.482Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19892024-09-24T03:22:18.643Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19902024-09-24T03:22:18.646Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19912024-09-24T03:22:18.668Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19922024-09-24T03:22:18.969Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19932024-09-24T03:22:19.777Z[ omicron-package] Compiling tabwriter v1.4.0
19942024-09-24T03:22:19.974Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19952024-09-24T03:22:19.974Z[ omicron-package] Compiling cstr-argument v0.1.2
19962024-09-24T03:22:20.335Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19972024-09-24T03:22:20.803Z[ omicron-package] Compiling foreign-types v0.5.0
19982024-09-24T03:22:20.826Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19992024-09-24T03:22:20.912Z[ omicron-package] Compiling pretty-hex v0.2.1
20002024-09-24T03:22:21.064Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20012024-09-24T03:22:21.324Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20022024-09-24T03:22:22.055Z[ omicron-package] Compiling num_enum v0.5.11
20032024-09-24T03:22:22.193Z[ omicron-package] Compiling colored v2.1.0
20042024-09-24T03:22:22.204Z[ omicron-package] Compiling socket2 v0.4.10
20052024-09-24T03:22:22.405Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20062024-09-24T03:22:22.587Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20072024-09-24T03:22:22.919Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
20082024-09-24T03:22:23.230Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20092024-09-24T03:22:23.596Z[ omicron-package] Compiling sigpipe v0.1.3
20102024-09-24T03:22:23.791Z[ omicron-package] Compiling num-derive v0.4.2
20112024-09-24T03:22:23.812ZSep 24 03:22:23.271 INFO [hubris-staging] task succeeded (9.530916245s)
20122024-09-24T03:22:24.352Z[ omicron-package] Compiling libefi-sys v0.1.0
20132024-09-24T03:22:24.435Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20142024-09-24T03:22:24.534Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20152024-09-24T03:22:25.133Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20162024-09-24T03:22:25.294Z[ omicron-package] Compiling smf v0.2.3
20172024-09-24T03:22:25.402Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20182024-09-24T03:22:25.671Z[ omicron-package] Compiling bitfield-struct v0.6.1
20192024-09-24T03:22:26.114Z[ omicron-package] Compiling zone v0.3.0
20202024-09-24T03:22:26.184Z[ omicron-package] Compiling portable-atomic v1.6.0
20212024-09-24T03:22:28.327Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20222024-09-24T03:22:28.402Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
20232024-09-24T03:22:29.474Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20242024-09-24T03:22:29.482Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20252024-09-24T03:22:29.755Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20262024-09-24T03:22:30.127Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20272024-09-24T03:22:31.309Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20282024-09-24T03:22:32.185Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20292024-09-24T03:22:32.424Z[ omicron-package] Compiling gethostname v0.5.0
20302024-09-24T03:22:32.633Z[ omicron-package] Compiling number_prefix v0.4.0
20312024-09-24T03:22:33.853Z[ omicron-package] Compiling indicatif v0.17.8
20322024-09-24T03:22:34.875Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20332024-09-24T03:22:38.345Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20342024-09-24T03:22:38.823Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20352024-09-24T03:22:40.264Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20362024-09-24T03:22:56.495Z[ helios-setup] Sep 24 03:22:55.951 INFO helios repository root is: /work/oxidecomputer/helios
20372024-09-24T03:22:56.498Z[ helios-setup] Sep 24 03:22:55.954 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
20382024-09-24T03:22:56.498Z[ helios-setup] Sep 24 03:22:55.954 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
20392024-09-24T03:22:56.501Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20402024-09-24T03:22:57.454Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20412024-09-24T03:22:57.462Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20422024-09-24T03:22:59.067Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.77s
20432024-09-24T03:22:59.286Z[ omicron-package]
20442024-09-24T03:22:59.286Z[ omicron-package] real 44.960109730
20452024-09-24T03:22:59.286Z[ omicron-package] user 2:44.017544856
20462024-09-24T03:22:59.289Z[ omicron-package] sys 21.311259024
20472024-09-24T03:22:59.289Z[ omicron-package] trap 0.159746975
20482024-09-24T03:22:59.289Z[ omicron-package] tflt 0.469964356
20492024-09-24T03:22:59.289Z[ omicron-package] dflt 0.751784528
20502024-09-24T03:22:59.289Z[ omicron-package] kflt 0.018893061
20512024-09-24T03:22:59.289Z[ omicron-package] lock 5:11.857211926
20522024-09-24T03:22:59.289Z[ omicron-package] slp 8:53.059622282
20532024-09-24T03:22:59.289Z[ omicron-package] lat 1:38.850890360
20542024-09-24T03:22:59.289Z[ omicron-package] stop 1:00.976698599
20552024-09-24T03:22:59.289ZSep 24 03:22:58.743 INFO [omicron-package] process exited with exit status: 0 (45.00215644s)
20562024-09-24T03:22:59.289ZSep 24 03:22:58.743 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
20572024-09-24T03:22:59.395ZSep 24 03:22:58.786 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20582024-09-24T03:22:59.401Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20592024-09-24T03:22:59.401Z[ host-target] Created new build target 'host' and set it as active
20602024-09-24T03:22:59.401ZSep 24 03:22:58.799 INFO [host-target] process exited with exit status: 0 (56.112968ms)
20612024-09-24T03:22:59.401ZSep 24 03:22:58.800 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20622024-09-24T03:22:59.401Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20632024-09-24T03:22:59.401Z[ recovery-target] Created new build target 'recovery' and set it as active
20642024-09-24T03:22:59.401ZSep 24 03:22:58.805 INFO [recovery-target] process exited with exit status: 0 (19.127268ms)
20652024-09-24T03:22:59.401Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20662024-09-24T03:23:00.578Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20672024-09-24T03:23:00.580Z[ host-package] Compiling convert_case v0.4.0
20682024-09-24T03:23:00.580Z[ host-package] Compiling camino v1.1.9
20692024-09-24T03:23:00.580Z[ host-package] Compiling newline-converter v0.3.0
20702024-09-24T03:23:00.580Z[ host-package] Compiling password-hash v0.5.0
20712024-09-24T03:23:00.580Z[ host-package] Compiling blake2 v0.10.6
20722024-09-24T03:23:00.580Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20732024-09-24T03:23:00.747Z[ host-package] Compiling cancel-safe-futures v0.1.5
20742024-09-24T03:23:00.932Z[ host-package] Compiling expectorate v1.1.0
20752024-09-24T03:23:00.960Z[ host-package] Compiling derive-where v1.2.7
20762024-09-24T03:23:01.213Z[ host-package] Compiling libsw v3.3.1
20772024-09-24T03:23:01.371Z[ host-package] Compiling argon2 v0.5.3
20782024-09-24T03:23:01.572Z[ host-package] Compiling derive_more v0.99.18
20792024-09-24T03:23:01.663Z[ host-package] Compiling swrite v0.1.0
20802024-09-24T03:23:01.735Z[ host-package] Compiling linear-map v1.2.0
20812024-09-24T03:23:01.780Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20822024-09-24T03:23:01.793Z[ helios-setup] Sep 24 03:23:01.250 INFO clone ok!, project: amd-host-image-builder
20832024-09-24T03:23:01.795Z[ helios-setup] Sep 24 03:23:01.250 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
20842024-09-24T03:23:01.795Z[ helios-setup] Sep 24 03:23:01.251 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20852024-09-24T03:23:01.797Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20862024-09-24T03:23:01.919Z[ host-package] Compiling owo-colors v4.0.0
20872024-09-24T03:23:02.034Z[ host-package] Compiling indent_write v2.2.0
20882024-09-24T03:23:02.202Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20892024-09-24T03:23:02.269Z[ host-package] Compiling humantime v2.1.0
20902024-09-24T03:23:02.353Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20912024-09-24T03:23:02.819Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20922024-09-24T03:23:02.851Z[ host-package] Compiling toml v0.8.19
20932024-09-24T03:23:02.889Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20942024-09-24T03:23:02.960Z[ helios-setup] Sep 24 03:23:02.418 INFO clone ok!, project: chelsio-t6-roms
20952024-09-24T03:23:02.963Z[ helios-setup] Sep 24 03:23:02.418 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
20962024-09-24T03:23:02.963Z[ helios-setup] Sep 24 03:23:02.418 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20972024-09-24T03:23:02.966Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20982024-09-24T03:23:03.164Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20992024-09-24T03:23:03.197Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21002024-09-24T03:23:03.840Z[ helios-setup] Sep 24 03:23:03.298 INFO clone ok!, project: phbl
21012024-09-24T03:23:03.843Z[ helios-setup] Sep 24 03:23:03.298 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
21022024-09-24T03:23:03.843Z[ helios-setup] Sep 24 03:23:03.298 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21032024-09-24T03:23:03.845Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21042024-09-24T03:23:03.968Z[ host-package] Compiling num-rational v0.4.2
21052024-09-24T03:23:04.221Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21062024-09-24T03:23:04.495Z[ host-package] Compiling num-complex v0.4.6
21072024-09-24T03:23:04.907Z[ host-package] Compiling dirs-sys-next v0.1.2
21082024-09-24T03:23:04.950Z[ helios-setup] Sep 24 03:23:04.407 INFO clone ok!, project: pilot
21092024-09-24T03:23:04.953Z[ helios-setup] Sep 24 03:23:04.407 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21102024-09-24T03:23:04.953Z[ helios-setup] Sep 24 03:23:04.408 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
21112024-09-24T03:23:04.953Z[ helios-setup] Sep 24 03:23:04.408 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21122024-09-24T03:23:04.955Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21132024-09-24T03:23:05.498Z[ host-package] Compiling dirs-next v2.0.0
21142024-09-24T03:23:05.679Z[ helios-setup] Sep 24 03:23:05.137 INFO clone ok!, project: bootserver
21152024-09-24T03:23:05.682Z[ helios-setup] Sep 24 03:23:05.137 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
21162024-09-24T03:23:05.683Z[ helios-setup] Sep 24 03:23:05.137 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21172024-09-24T03:23:05.685Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21182024-09-24T03:23:05.708Z[ host-package] Compiling num v0.4.3
21192024-09-24T03:23:05.907Z[ host-package] Compiling float-ord v0.3.2
21202024-09-24T03:23:05.911Z[ host-package] Compiling term v0.7.0
21212024-09-24T03:23:06.027Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21222024-09-24T03:23:06.531Z[ host-package] Compiling atomicwrites v0.4.4
21232024-09-24T03:23:07.103Z[ host-package] Compiling utf-8 v0.7.6
21242024-09-24T03:23:07.187Z[ host-package] Compiling semver v0.1.20
21252024-09-24T03:23:07.480Z[ host-package] Compiling prettyplease v0.2.20
21262024-09-24T03:23:07.789Z[ host-package] Compiling rustc_version v0.1.7
21272024-09-24T03:23:07.829Z[ host-package] Compiling is-terminal v0.4.12
21282024-09-24T03:23:07.985Z[ host-package] Compiling cookie v0.18.1
21292024-09-24T03:23:08.218Z[ host-package] Compiling newtype_derive v0.1.6
21302024-09-24T03:23:08.353Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21312024-09-24T03:23:08.385Z[ host-package] Compiling highway v1.2.0
21322024-09-24T03:23:08.984Z[ host-package] Compiling rustls-pki-types v1.7.0
21332024-09-24T03:23:09.428Z[ host-package] Compiling linked-hash-map v0.5.6
21342024-09-24T03:23:09.879Z[ host-package] Compiling lru-cache v0.1.2
21352024-09-24T03:23:09.905Z[ host-package] Compiling steno v0.4.1
21362024-09-24T03:23:10.111Z[ host-package] Compiling home v0.5.9
21372024-09-24T03:23:10.355Z[ host-package] Compiling quick-error v1.2.3
21382024-09-24T03:23:10.532Z[ host-package] Compiling resolv-conf v0.7.0
21392024-09-24T03:23:10.552Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21402024-09-24T03:23:12.150Z[ host-package] Compiling rustls-webpki v0.102.4
21412024-09-24T03:23:12.840Z[ helios-setup] Sep 24 03:23:12.297 INFO clone ok!, project: amd-firmware
21422024-09-24T03:23:12.847Z[ helios-setup] Sep 24 03:23:12.298 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21432024-09-24T03:23:12.848Z[ helios-setup] Sep 24 03:23:12.298 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21442024-09-24T03:23:12.848Z[ helios-setup] Sep 24 03:23:12.298 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
21452024-09-24T03:23:12.848Z[ helios-setup] Sep 24 03:23:12.298 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21462024-09-24T03:23:12.851Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21472024-09-24T03:23:13.001Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21482024-09-24T03:23:13.483Z[ helios-setup] Sep 24 03:23:12.939 INFO clone ok!, project: pinprick
21492024-09-24T03:23:13.485Z[ helios-setup] Sep 24 03:23:12.940 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
21502024-09-24T03:23:13.485Z[ helios-setup] Sep 24 03:23:12.940 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21512024-09-24T03:23:13.488Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21522024-09-24T03:23:14.159Z[ helios-setup] Sep 24 03:23:13.616 INFO clone ok!, project: image-builder
21532024-09-24T03:23:14.163Z[ helios-setup] Sep 24 03:23:13.617 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
21542024-09-24T03:23:14.473Z[ host-package] Compiling rustls v0.22.4
21552024-09-24T03:23:14.520Z[ host-package] Compiling thread_local v1.1.8
21562024-09-24T03:23:14.946Z[ helios-setup] Sep 24 03:23:14.403 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
21572024-09-24T03:23:15.074Z[ host-package] Compiling match_cfg v0.1.0
21582024-09-24T03:23:15.251Z[ host-package] Compiling hostname v0.3.1
21592024-09-24T03:23:15.446Z[ helios-setup] Sep 24 03:23:14.902 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
21602024-09-24T03:23:15.446Z[ helios-setup] Sep 24 03:23:14.903 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
21612024-09-24T03:23:15.675Z[ host-package] Compiling hickory-resolver v0.24.1
21622024-09-24T03:23:15.970Z[ helios-setup] Sep 24 03:23:15.427 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21632024-09-24T03:23:16.487Z[ helios-setup] Sep 24 03:23:15.944 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21642024-09-24T03:23:16.489Z[ helios-setup] Sep 24 03:23:15.944 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21652024-09-24T03:23:17.125Z[ helios-setup] Sep 24 03:23:16.582 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21662024-09-24T03:23:17.478Z[ host-package] Compiling multer v3.1.0
21672024-09-24T03:23:17.589Z[ host-package] Compiling slog-async v2.8.0
21682024-09-24T03:23:17.654Z[ helios-setup] Sep 24 03:23:17.110 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21692024-09-24T03:23:17.654Z[ helios-setup] Sep 24 03:23:17.111 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21702024-09-24T03:23:17.654Z[ helios-setup] Sep 24 03:23:17.111 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21712024-09-24T03:23:17.656Z[ helios-setup] Sep 24 03:23:17.111 INFO ok!
21722024-09-24T03:23:17.656Z[ helios-setup] Sep 24 03:23:17.111 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21732024-09-24T03:23:17.656Z[ helios-setup] Sep 24 03:23:17.111 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21742024-09-24T03:23:17.656Z[ helios-setup] Sep 24 03:23:17.111 INFO ok!
21752024-09-24T03:23:17.656Z[ helios-setup] Sep 24 03:23:17.111 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21762024-09-24T03:23:17.656Z[ helios-setup] Sep 24 03:23:17.111 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21772024-09-24T03:23:17.656Z[ helios-setup] Sep 24 03:23:17.111 INFO ok!
21782024-09-24T03:23:17.656Z[ helios-setup] Sep 24 03:23:17.111 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
21792024-09-24T03:23:17.656Z[ helios-setup] Sep 24 03:23:17.111 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
21802024-09-24T03:23:17.668Z[ helios-setup] Sep 24 03:23:17.120 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
21812024-09-24T03:23:17.671Z[ host-package] Compiling slog-json v2.6.1
21822024-09-24T03:23:17.861Z[ helios-setup] Sep 24 03:23:17.318 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
21832024-09-24T03:23:17.861Z[ helios-setup] Sep 24 03:23:17.318 INFO E| info: downloading component 'cargo'
21842024-09-24T03:23:18.105Z[ host-package] Compiling crossbeam-channel v0.5.12
21852024-09-24T03:23:18.342Z[ host-package] Compiling take_mut v0.2.2
21862024-09-24T03:23:18.525Z[ host-package] Compiling slog-bunyan v2.5.0
21872024-09-24T03:23:19.196Z[ helios-setup] Sep 24 03:23:18.653 INFO E| info: downloading component 'clippy'
21882024-09-24T03:23:19.548Z[ helios-setup] Sep 24 03:23:19.005 INFO E| info: downloading component 'rust-docs'
21892024-09-24T03:23:19.761Z[ host-package] Compiling slog-term v2.9.1
21902024-09-24T03:23:20.278Z[ host-package] Compiling tokio-rustls v0.25.0
21912024-09-24T03:23:20.676Z[ host-package] Compiling rustls-pemfile v2.1.3
21922024-09-24T03:23:20.747Z[ helios-setup] Sep 24 03:23:20.204 INFO E| info: downloading component 'rust-src'
21932024-09-24T03:23:20.894Z[ helios-setup] Sep 24 03:23:20.351 INFO E| info: downloading component 'rust-std'
21942024-09-24T03:23:20.928Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21952024-09-24T03:23:21.010Z[ host-package] Compiling async-stream v0.3.5
21962024-09-24T03:23:21.142Z[ host-package] Compiling waitgroup v0.1.2
21972024-09-24T03:23:21.355Z[ host-package] Compiling ipnetwork v0.20.0
21982024-09-24T03:23:21.367Z[ host-package] Compiling newtype-uuid v1.1.0
21992024-09-24T03:23:21.667Z[ host-package] Compiling serde_path_to_error v0.1.16
22002024-09-24T03:23:22.164Z[ host-package] Compiling hostname v0.4.0
22012024-09-24T03:23:22.454Z[ host-package] Compiling instant v0.1.12
22022024-09-24T03:23:22.506Z[ host-package] Compiling debug-ignore v1.0.5
22032024-09-24T03:23:22.570Z[ host-package] Compiling backoff v0.4.0
22042024-09-24T03:23:22.951Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22052024-09-24T03:23:23.632Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22062024-09-24T03:23:23.764Z[ helios-setup] Sep 24 03:23:23.220 INFO E| info: downloading component 'rustc'
22072024-09-24T03:23:24.065Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22082024-09-24T03:23:24.486Z[ host-package] Compiling parse-display v0.10.0
22092024-09-24T03:23:25.084Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102024-09-24T03:23:25.269Z[ host-package] Compiling serde_with v3.9.0
22112024-09-24T03:23:26.981Z[ host-package] Compiling strum v0.26.3
22122024-09-24T03:23:27.178Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22132024-09-24T03:23:29.031Z[ helios-setup] Sep 24 03:23:28.488 INFO E| info: downloading component 'rustfmt'
22142024-09-24T03:23:29.447Z[ host-package] Compiling macaddr v1.0.1
22152024-09-24T03:23:29.782Z[ helios-setup] Sep 24 03:23:29.238 INFO E| info: installing component 'cargo'
22162024-09-24T03:23:29.934Z[ host-package] Compiling slog-dtrace v0.3.0
22172024-09-24T03:23:30.235Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22182024-09-24T03:23:31.156Z[ helios-setup] Sep 24 03:23:30.591 INFO E| info: installing component 'clippy'
22192024-09-24T03:23:31.645Z[ helios-setup] Sep 24 03:23:31.101 INFO E| info: installing component 'rust-docs'
22202024-09-24T03:23:31.885Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22212024-09-24T03:23:32.418Z[ host-package] Compiling display-error-chain v0.2.1
22222024-09-24T03:23:32.639Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22232024-09-24T03:23:32.680Z[ host-package] Compiling half v2.4.1
22242024-09-24T03:23:32.937Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22252024-09-24T03:23:33.500Z[ host-package] Compiling ciborium-io v0.2.2
22262024-09-24T03:23:33.660Z[ host-package] Compiling ciborium-ll v0.2.2
22272024-09-24T03:23:33.845Z[ host-package] Compiling tungstenite v0.21.0
22282024-09-24T03:23:34.323Z[ host-package] Compiling ciborium v0.2.2
22292024-09-24T03:23:36.748Z[ host-package] Compiling tokio-tungstenite v0.21.0
22302024-09-24T03:23:37.677Z[ host-package] Compiling rayon-core v1.12.1
22312024-09-24T03:23:37.781Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22322024-09-24T03:23:38.561Z[ helios-setup] Sep 24 03:23:38.016 INFO E| info: installing component 'rust-src'
22332024-09-24T03:23:39.340Z[ helios-setup] Sep 24 03:23:38.796 INFO E| info: installing component 'rust-std'
22342024-09-24T03:23:39.610Z[ host-package] Compiling crossbeam-deque v0.8.5
22352024-09-24T03:23:40.009Z[ host-package] Compiling same-file v1.0.6
22362024-09-24T03:23:40.264Z[ host-package] Compiling fastrand v2.1.0
22372024-09-24T03:23:40.354Z[ host-package] Compiling walkdir v2.5.0
22382024-09-24T03:23:40.921Z[ host-package] Compiling tempfile v3.10.1
22392024-09-24T03:23:41.773Z[ host-package] Compiling blake3 v1.5.1
22402024-09-24T03:23:41.838Z[ helios-setup] Sep 24 03:23:41.294 INFO E| info: installing component 'rustc'
22412024-09-24T03:23:42.629Z[ host-package] Compiling rayon v1.10.0
22422024-09-24T03:23:42.909Z[ host-package] Compiling ring v0.16.20
22432024-09-24T03:23:45.949Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22442024-09-24T03:23:47.871Z[ host-package] Compiling xattr v1.3.1
22452024-09-24T03:23:48.368Z[ host-package] Compiling memmap2 v0.9.4
22462024-09-24T03:23:48.520Z[ helios-setup] Sep 24 03:23:47.959 INFO E| info: installing component 'rustfmt'
22472024-09-24T03:23:48.895Z[ host-package] Compiling filetime v0.2.25
22482024-09-24T03:23:49.394Z[ host-package] Compiling constant_time_eq v0.3.0
22492024-09-24T03:23:49.509Z[ host-package] Compiling keccak v0.1.5
22502024-09-24T03:23:49.515Z[ helios-setup] Sep 24 03:23:48.970 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
22512024-09-24T03:23:49.607Z[ host-package] Compiling spin v0.5.2
22522024-09-24T03:23:50.000Z[ host-package] Compiling arrayref v0.3.7
22532024-09-24T03:23:50.120Z[ host-package] Compiling untrusted v0.7.1
22542024-09-24T03:23:50.327Z[ host-package] Compiling arrayvec v0.7.4
22552024-09-24T03:23:50.410Z[ helios-setup] Sep 24 03:23:49.865 INFO E| From https://github.com/oxidecomputer/amd-apcb
22562024-09-24T03:23:50.410Z[ helios-setup] Sep 24 03:23:49.865 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
22572024-09-24T03:23:50.410Z[ helios-setup] Sep 24 03:23:49.865 INFO E| * [new tag] v0.3.3 -> v0.3.3
22582024-09-24T03:23:50.544Z[ helios-setup] Sep 24 03:23:49.999 INFO E| * [new tag] v0.1.3 -> v0.1.3
22592024-09-24T03:23:50.547Z[ helios-setup] Sep 24 03:23:49.999 INFO E| * [new tag] v0.1.4 -> v0.1.4
22602024-09-24T03:23:50.549Z[ helios-setup] Sep 24 03:23:50.000 INFO E| * [new tag] v0.1.5 -> v0.1.5
22612024-09-24T03:23:50.549Z[ helios-setup] Sep 24 03:23:50.000 INFO E| * [new tag] v0.2.0 -> v0.2.0
22622024-09-24T03:23:50.549Z[ helios-setup] Sep 24 03:23:50.000 INFO E| * [new tag] v0.3.0 -> v0.3.0
22632024-09-24T03:23:50.549Z[ helios-setup] Sep 24 03:23:50.001 INFO E| * [new tag] v0.3.1 -> v0.3.1
22642024-09-24T03:23:50.549Z[ helios-setup] Sep 24 03:23:50.001 INFO E| * [new tag] v0.3.2 -> v0.3.2
22652024-09-24T03:23:50.598Z[ helios-setup] Sep 24 03:23:50.048 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
22662024-09-24T03:23:51.574Z[ helios-setup] Sep 24 03:23:51.029 INFO E| From https://github.com/oxidecomputer/amd-efs
22672024-09-24T03:23:51.574Z[ helios-setup] Sep 24 03:23:51.030 INFO E| * [new branch] empty -> origin/empty
22682024-09-24T03:23:51.574Z[ helios-setup] Sep 24 03:23:51.030 INFO E| * [new branch] issue-99 -> origin/issue-99
22692024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.030 INFO E| * [new branch] main -> origin/main
22702024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.030 INFO E| * [new branch] review -> origin/review
22712024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.030 INFO E| * [new ref] -> origin/HEAD
22722024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.031 INFO E| * [new tag] v0.2.0 -> v0.2.0
22732024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.031 INFO E| * [new tag] v0.2.1 -> v0.2.1
22742024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.031 INFO E| * [new tag] v0.2.2 -> v0.2.2
22752024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.031 INFO E| * [new tag] v0.2.3 -> v0.2.3
22762024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.031 INFO E| * [new tag] v0.2.4 -> v0.2.4
22772024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.031 INFO E| * [new tag] v0.2.5 -> v0.2.5
22782024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.031 INFO E| * [new tag] v0.2.6 -> v0.2.6
22792024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.032 INFO E| * [new tag] v0.2.7 -> v0.2.7
22802024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.032 INFO E| * [new tag] v0.3.0 -> v0.3.0
22812024-09-24T03:23:51.577Z[ helios-setup] Sep 24 03:23:51.032 INFO E| * [new tag] v0.3.1 -> v0.3.1
22822024-09-24T03:23:51.578Z[ helios-setup] Sep 24 03:23:51.032 INFO E| * [new tag] v0.4.0 -> v0.4.0
22832024-09-24T03:23:51.600Z[ helios-setup] Sep 24 03:23:51.056 INFO E| Updating crates.io index
22842024-09-24T03:23:51.786Z[ helios-setup] Sep 24 03:23:51.233 INFO E| Downloading crates ...
22852024-09-24T03:23:51.871Z[ host-package] Compiling sha3 v0.10.8
22862024-09-24T03:23:51.941Z[ helios-setup] Sep 24 03:23:51.396 INFO E| Downloaded unic-common v0.9.0
22872024-09-24T03:23:51.943Z[ helios-setup] Sep 24 03:23:51.398 INFO E| Downloaded unic-char-range v0.9.0
22882024-09-24T03:23:51.946Z[ helios-setup] Sep 24 03:23:51.400 INFO E| Downloaded unic-char-property v0.9.0
22892024-09-24T03:23:51.948Z[ helios-setup] Sep 24 03:23:51.401 INFO E| Downloaded strum v0.23.0
22902024-09-24T03:23:51.948Z[ helios-setup] Sep 24 03:23:51.402 INFO E| Downloaded parse_int v0.6.0
22912024-09-24T03:23:51.950Z[ helios-setup] Sep 24 03:23:51.404 INFO E| Downloaded unic-ucd-version v0.9.0
22922024-09-24T03:23:51.950Z[ helios-setup] Sep 24 03:23:51.405 INFO E| Downloaded four-cc v0.3.0
22932024-09-24T03:23:51.953Z[ helios-setup] Sep 24 03:23:51.407 INFO E| Downloaded proc-macro-crate v0.1.5
22942024-09-24T03:23:51.955Z[ helios-setup] Sep 24 03:23:51.409 INFO E| Downloaded semver v0.9.0
22952024-09-24T03:23:51.957Z[ helios-setup] Sep 24 03:23:51.411 INFO E| Downloaded bytesize v1.3.0
22962024-09-24T03:23:51.959Z[ helios-setup] Sep 24 03:23:51.413 INFO E| Downloaded scroll_derive v0.10.5
22972024-09-24T03:23:51.987Z[ helios-setup] Sep 24 03:23:51.441 INFO E| Downloaded vec_map v0.8.2
22982024-09-24T03:23:51.989Z[ helios-setup] Sep 24 03:23:51.443 INFO E| Downloaded textwrap v0.11.0
22992024-09-24T03:23:51.992Z[ helios-setup] Sep 24 03:23:51.446 INFO E| Downloaded strum_macros v0.23.1
23002024-09-24T03:23:51.995Z[ helios-setup] Sep 24 03:23:51.449 INFO E| Downloaded structopt-derive v0.4.18
23012024-09-24T03:23:51.999Z[ helios-setup] Sep 24 03:23:51.451 INFO E| Downloaded strsim v0.8.0
23022024-09-24T03:23:51.999Z[ helios-setup] Sep 24 03:23:51.452 INFO E| Downloaded unic-ucd-ident v0.9.0
23032024-09-24T03:23:52.001Z[ helios-setup] Sep 24 03:23:51.455 INFO E| Downloaded semver-parser v0.7.0
23042024-09-24T03:23:52.004Z[ helios-setup] Sep 24 03:23:51.457 INFO E| Downloaded rustc_version v0.2.3
23052024-09-24T03:23:52.004Z[ helios-setup] Sep 24 03:23:51.458 INFO E| Downloaded pre v0.2.1
23062024-09-24T03:23:52.006Z[ helios-setup] Sep 24 03:23:51.460 INFO E| Downloaded pre-proc-macro v0.2.1
23072024-09-24T03:23:52.009Z[ helios-setup] Sep 24 03:23:51.462 INFO E| Downloaded pest_derive v2.7.11
23082024-09-24T03:23:52.012Z[ helios-setup] Sep 24 03:23:51.466 INFO E| Downloaded toml v0.5.11
23092024-09-24T03:23:52.015Z[ helios-setup] Sep 24 03:23:51.469 INFO E| Downloaded pest_meta v2.7.11
23102024-09-24T03:23:52.017Z[ helios-setup] Sep 24 03:23:51.473 INFO E| Downloaded serde_derive v1.0.204
23112024-09-24T03:23:52.021Z[ helios-setup] Sep 24 03:23:51.477 INFO E| Downloaded log v0.4.22
23122024-09-24T03:23:52.025Z[ helios-setup] Sep 24 03:23:51.480 INFO E| Downloaded memchr v2.7.4
23132024-09-24T03:23:52.033Z[ helios-setup] Sep 24 03:23:51.489 INFO E| Downloaded serde v1.0.204
23142024-09-24T03:23:52.039Z[ helios-setup] Sep 24 03:23:51.494 INFO E| Downloaded pest v2.7.11
23152024-09-24T03:23:52.048Z[ helios-setup] Sep 24 03:23:51.502 INFO E| Downloaded serde_json v1.0.120
23162024-09-24T03:23:52.065Z[ helios-setup] Sep 24 03:23:51.521 INFO E| Downloaded syn v2.0.71
23172024-09-24T03:23:52.149Z[ helios-setup] Sep 24 03:23:51.604 INFO E| Downloaded goblin v0.4.3
23182024-09-24T03:23:52.160Z[ helios-setup] Sep 24 03:23:51.612 INFO E| Downloaded clap v2.34.0
23192024-09-24T03:23:52.168Z[ helios-setup] Sep 24 03:23:51.623 INFO E| Downloaded libc v0.2.155
23202024-09-24T03:23:52.209Z[ helios-setup] Sep 24 03:23:51.664 INFO E| Downloaded structopt v0.3.26
23212024-09-24T03:23:52.241Z[ helios-setup] Sep 24 03:23:51.695 INFO E| Downloaded scroll v0.10.2
23222024-09-24T03:23:52.243Z[ helios-setup] Sep 24 03:23:51.698 INFO E| Downloaded modular-bitfield v0.11.2
23232024-09-24T03:23:52.260Z[ helios-setup] Sep 24 03:23:51.715 INFO E| Downloaded modular-bitfield-impl v0.11.2
23242024-09-24T03:23:52.263Z[ helios-setup] Sep 24 03:23:51.717 INFO E| Downloaded pest_generator v2.7.11
23252024-09-24T03:23:52.266Z[ helios-setup] Sep 24 03:23:51.719 INFO E| Downloaded num-derive v0.3.3
23262024-09-24T03:23:52.270Z[ helios-setup] Sep 24 03:23:51.722 INFO E| Downloaded cfg-if v0.1.10
23272024-09-24T03:23:52.270Z[ helios-setup] Sep 24 03:23:51.723 INFO E| Downloaded ansi_term v0.12.1
23282024-09-24T03:23:52.273Z[ helios-setup] Sep 24 03:23:51.726 INFO E| Downloaded memoffset v0.5.6
23292024-09-24T03:23:52.273Z[ helios-setup] Sep 24 03:23:51.728 INFO E| Downloaded fletcher v0.1.0
23302024-09-24T03:23:52.385Z[ helios-setup] Sep 24 03:23:51.840 INFO E| Compiling proc-macro2 v1.0.86
23312024-09-24T03:23:52.385Z[ helios-setup] Sep 24 03:23:51.840 INFO E| Compiling unicode-ident v1.0.12
23322024-09-24T03:23:52.385Z[ helios-setup] Sep 24 03:23:51.840 INFO E| Compiling syn v1.0.109
23332024-09-24T03:23:52.387Z[ helios-setup] Sep 24 03:23:51.840 INFO E| Compiling version_check v0.9.4
23342024-09-24T03:23:52.387Z[ helios-setup] Sep 24 03:23:51.840 INFO E| Compiling thiserror v1.0.63
23352024-09-24T03:23:52.387Z[ helios-setup] Sep 24 03:23:51.840 INFO E| Compiling autocfg v1.3.0
23362024-09-24T03:23:52.387Z[ helios-setup] Sep 24 03:23:51.840 INFO E| Compiling semver-parser v0.7.0
23372024-09-24T03:23:52.387Z[ helios-setup] Sep 24 03:23:51.840 INFO E| Compiling serde v1.0.204
23382024-09-24T03:23:52.990Z[ host-package] Compiling tar v0.4.41
23392024-09-24T03:23:53.211Z[ host-package] Compiling camino-tempfile v1.1.1
23402024-09-24T03:23:53.697Z[ helios-setup] Sep 24 03:23:53.152 INFO E| Compiling semver v0.9.0
23412024-09-24T03:23:53.882Z[ helios-setup] Sep 24 03:23:53.336 INFO E| Compiling proc-macro-error-attr v1.0.4
23422024-09-24T03:23:53.955Z[ helios-setup] Sep 24 03:23:53.382 INFO E| Compiling proc-macro-error v1.0.4
23432024-09-24T03:23:54.145Z[ host-package] Compiling toolchain_find v0.4.0
23442024-09-24T03:23:54.189Z[ helios-setup] Sep 24 03:23:53.644 INFO E| Compiling serde_json v1.0.120
23452024-09-24T03:23:54.227Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23462024-09-24T03:23:54.252Z[ helios-setup] Sep 24 03:23:53.707 INFO E| Compiling num-traits v0.2.19
23472024-09-24T03:23:54.492Z[ helios-setup] Sep 24 03:23:53.947 INFO E| Compiling rustc_version v0.2.3
23482024-09-24T03:23:54.567Z[ helios-setup] Sep 24 03:23:54.022 INFO E| Compiling itoa v1.0.11
23492024-09-24T03:23:54.795Z[ helios-setup] Sep 24 03:23:54.250 INFO E| Compiling schemars v0.8.21
23502024-09-24T03:23:54.805Z[ helios-setup] Sep 24 03:23:54.260 INFO E| Compiling ryu v1.0.18
23512024-09-24T03:23:54.843Z[ helios-setup] Sep 24 03:23:54.298 INFO E| Compiling unicode-segmentation v1.11.0
23522024-09-24T03:23:54.936Z[ helios-setup] Sep 24 03:23:54.391 INFO E| Compiling memoffset v0.5.6
23532024-09-24T03:23:55.044Z[ host-package] Compiling nibble_vec v0.1.0
23542024-09-24T03:23:55.167Z[ host-package] Compiling atty v0.2.14
23552024-09-24T03:23:55.352Z[ helios-setup] Sep 24 03:23:54.807 INFO E| Compiling memchr v2.7.4
23562024-09-24T03:23:55.422Z[ helios-setup] Sep 24 03:23:54.877 INFO E| Compiling libc v0.2.155
23572024-09-24T03:23:55.427Z[ helios-setup] Sep 24 03:23:54.883 INFO E| Compiling pre-proc-macro v0.2.1
23582024-09-24T03:23:55.514Z[ helios-setup] Sep 24 03:23:54.969 INFO E| Compiling quote v1.0.36
23592024-09-24T03:23:55.575Z[ host-package] Compiling endian-type v0.1.2
23602024-09-24T03:23:55.633Z[ helios-setup] Sep 24 03:23:55.082 INFO E| Compiling rustversion v1.0.17
23612024-09-24T03:23:55.635Z[ host-package] Compiling crunchy v0.2.2
23622024-09-24T03:23:56.129Z[ host-package] Compiling maplit v1.0.2
23632024-09-24T03:23:56.166Z[ helios-setup] Sep 24 03:23:55.622 INFO E| Compiling heck v0.3.3
23642024-09-24T03:23:56.176Z[ host-package] Compiling topological-sort v0.2.2
23652024-09-24T03:23:56.658Z[ host-package] Compiling glob v0.3.1
23662024-09-24T03:23:56.670Z[ helios-setup] Sep 24 03:23:56.125 INFO E| Compiling syn v2.0.71
23672024-09-24T03:23:56.688Z[ helios-setup] Sep 24 03:23:56.143 INFO E| Compiling ucd-trie v0.1.6
23682024-09-24T03:23:56.816Z[ host-package] Compiling omicron-zone-package v0.11.0
23692024-09-24T03:23:56.896Z[ host-package] Compiling radix_trie v0.2.1
23702024-09-24T03:23:57.359Z[ helios-setup] Sep 24 03:23:56.814 INFO E| Compiling lazy_static v1.5.0
23712024-09-24T03:23:57.403Z[ helios-setup] Sep 24 03:23:56.858 INFO E| Compiling paste v1.0.15
23722024-09-24T03:23:57.546Z[ helios-setup] Sep 24 03:23:57.001 INFO E| Compiling dyn-clone v1.0.17
23732024-09-24T03:23:57.998Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23742024-09-24T03:23:58.170Z[ host-package] Compiling clang-sys v1.7.0
23752024-09-24T03:23:58.299Z[ helios-setup] Sep 24 03:23:57.753 INFO E| Compiling pre v0.2.1
23762024-09-24T03:23:58.525Z[ helios-setup] Sep 24 03:23:57.980 INFO E| Compiling cfg-if v0.1.10
23772024-09-24T03:23:58.588Z[ host-package] Compiling tiny-keccak v2.0.2
23782024-09-24T03:23:58.605Z[ helios-setup] Sep 24 03:23:58.060 INFO E| Compiling once_cell v1.19.0
23792024-09-24T03:23:58.748Z[ helios-setup] Sep 24 03:23:58.203 INFO E| Compiling static_assertions v1.1.0
23802024-09-24T03:23:58.832Z[ helios-setup] Sep 24 03:23:58.287 INFO E| Compiling byteorder v1.5.0
23812024-09-24T03:23:59.379Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23822024-09-24T03:23:59.656Z[ helios-setup] Sep 24 03:23:59.110 INFO E| Compiling unicode-width v0.1.13
23832024-09-24T03:23:59.673Z[ host-package] Compiling dsl_auto_type v0.1.2
23842024-09-24T03:23:59.862Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23852024-09-24T03:24:00.093Z[ host-package] Compiling secrecy v0.8.0
23862024-09-24T03:24:00.229Z[ helios-setup] Sep 24 03:23:59.683 INFO E| Compiling textwrap v0.11.0
23872024-09-24T03:24:00.698Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23882024-09-24T03:24:00.894Z[ helios-setup] Sep 24 03:24:00.349 INFO E| Compiling atty v0.2.14
23892024-09-24T03:24:01.069Z[ helios-setup] Sep 24 03:24:00.524 INFO E| Compiling vec_map v0.8.2
23902024-09-24T03:24:01.280Z[ helios-setup] Sep 24 03:24:00.735 INFO E| Compiling unic-common v0.9.0
23912024-09-24T03:24:01.474Z[ helios-setup] Sep 24 03:24:00.925 INFO E| Compiling strsim v0.8.0
23922024-09-24T03:24:01.698Z[ helios-setup] Sep 24 03:24:01.153 INFO E| Compiling bitflags v1.3.2
23932024-09-24T03:24:01.790Z[ helios-setup] Sep 24 03:24:01.244 INFO E| Compiling fletcher v0.1.0
23942024-09-24T03:24:01.799Z[ helios-setup] Sep 24 03:24:01.252 INFO E| Compiling ansi_term v0.12.1
23952024-09-24T03:24:02.012Z[ host-package] Compiling arc-swap v1.7.1
23962024-09-24T03:24:02.031Z[ helios-setup] Sep 24 03:24:01.486 INFO E| Compiling unic-char-range v0.9.0
23972024-09-24T03:24:02.116Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23982024-09-24T03:24:02.239Z[ host-package] Compiling diesel_derives v2.2.2
23992024-09-24T03:24:02.407Z[ helios-setup] Sep 24 03:24:01.862 INFO E| Compiling strum v0.23.0
24002024-09-24T03:24:02.425Z[ helios-setup] Sep 24 03:24:01.880 INFO E| Compiling clap v2.34.0
24012024-09-24T03:24:02.640Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24022024-09-24T03:24:02.673Z[ helios-setup] Sep 24 03:24:02.127 INFO E| Compiling parse_int v0.6.0
24032024-09-24T03:24:02.938Z[ helios-setup] Sep 24 03:24:02.393 INFO E| Compiling unic-char-property v0.9.0
24042024-09-24T03:24:03.002Z[ host-package] Compiling r2d2 v0.8.10
24052024-09-24T03:24:03.030Z[ helios-setup] Sep 24 03:24:02.485 INFO E| Compiling unic-ucd-version v0.9.0
24062024-09-24T03:24:03.085Z[ helios-setup] Sep 24 03:24:02.540 INFO E| Compiling plain v0.2.3
24072024-09-24T03:24:03.122Z[ helios-setup] Sep 24 03:24:02.577 INFO E| Compiling log v0.4.22
24082024-09-24T03:24:03.141Z[ helios-setup] Sep 24 03:24:02.596 INFO E| Compiling bytesize v1.3.0
24092024-09-24T03:24:03.344Z[ helios-setup] Sep 24 03:24:02.795 INFO E| Compiling unic-ucd-ident v0.9.0
24102024-09-24T03:24:03.508Z[ host-package] Compiling slog-scope v4.4.0
24112024-09-24T03:24:03.799Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
24122024-09-24T03:24:04.559Z[ host-package] Compiling ascii-canvas v3.0.0
24132024-09-24T03:24:04.847Z[ helios-setup] Sep 24 03:24:04.302 INFO E| Compiling serde_derive_internals v0.29.1
24142024-09-24T03:24:04.979Z[ host-package] Compiling universal-hash v0.5.1
24152024-09-24T03:24:05.539Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24162024-09-24T03:24:05.660Z[ host-package] Compiling ena v0.14.3
24172024-09-24T03:24:05.999Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24182024-09-24T03:24:06.427Z[ host-package] Compiling libloading v0.8.3
24192024-09-24T03:24:06.543Z[ helios-setup] Sep 24 03:24:05.997 INFO E| Compiling toml v0.5.11
24202024-09-24T03:24:07.269Z[ host-package] Compiling diff v0.1.13
24212024-09-24T03:24:08.235Z[ host-package] Compiling opaque-debug v0.3.1
24222024-09-24T03:24:08.662Z[ host-package] Compiling regex-syntax v0.6.29
24232024-09-24T03:24:09.396Z[ helios-setup] Sep 24 03:24:08.850 INFO E| Compiling proc-macro-crate v0.1.5
24242024-09-24T03:24:10.094Z[ host-package] Compiling bindgen v0.69.4
24252024-09-24T03:24:10.817Z[ helios-setup] Sep 24 03:24:10.271 INFO E| Compiling thiserror-impl v1.0.63
24262024-09-24T03:24:10.817Z[ helios-setup] Sep 24 03:24:10.271 INFO E| Compiling serde_derive v1.0.204
24272024-09-24T03:24:11.048Z[ helios-setup] Sep 24 03:24:10.503 INFO E| Compiling schemars_derive v0.8.21
24282024-09-24T03:24:11.102Z[ host-package] Compiling thiserror-no-std v2.0.2
24292024-09-24T03:24:11.432Z[ host-package] Compiling poly1305 v0.8.0
24302024-09-24T03:24:11.883Z[ helios-setup] Sep 24 03:24:11.337 INFO E| Compiling zerocopy-derive v0.6.6
24312024-09-24T03:24:15.690Z[ helios-setup] Sep 24 03:24:15.144 INFO E| Compiling zerocopy v0.6.6
24322024-09-24T03:24:16.123Z[ helios-setup] Sep 24 03:24:15.576 INFO E| Compiling pest v2.7.11
24332024-09-24T03:24:18.013Z[ helios-setup] Sep 24 03:24:17.467 INFO E| Compiling modular-bitfield-impl v0.11.2
24342024-09-24T03:24:18.381Z[ host-package] Compiling lalrpop v0.19.12
24352024-09-24T03:24:18.651Z[ helios-setup] Sep 24 03:24:18.105 INFO E| Compiling num-derive v0.3.3
24362024-09-24T03:24:19.614Z[ helios-setup] Sep 24 03:24:19.068 INFO E| Compiling strum_macros v0.23.1
24372024-09-24T03:24:20.055Z[ helios-setup] Sep 24 03:24:19.467 INFO E| Compiling scroll_derive v0.10.5
24382024-09-24T03:24:21.329Z[ host-package] Compiling diesel v2.2.4
24392024-09-24T03:24:22.057Z[ helios-setup] Sep 24 03:24:21.511 INFO E| Compiling pest_meta v2.7.11
24402024-09-24T03:24:22.436Z[ helios-setup] Sep 24 03:24:21.890 INFO E| Compiling structopt-derive v0.4.18
24412024-09-24T03:24:23.495Z[ helios-setup] Sep 24 03:24:22.948 INFO E| Compiling scroll v0.10.2
24422024-09-24T03:24:23.604Z[ helios-setup] Sep 24 03:24:23.057 INFO E| Compiling modular-bitfield v0.11.2
24432024-09-24T03:24:24.382Z[ helios-setup] Sep 24 03:24:23.821 INFO E| Compiling goblin v0.4.3
24442024-09-24T03:24:24.672Z[ helios-setup] Sep 24 03:24:24.125 INFO E| Compiling pest_generator v2.7.11
24452024-09-24T03:24:27.544Z[ helios-setup] Sep 24 03:24:26.997 INFO E| Compiling structopt v0.3.26
24462024-09-24T03:24:29.334Z[ helios-setup] Sep 24 03:24:28.788 INFO E| Compiling pest_derive v2.7.11
24472024-09-24T03:24:31.578Z[ host-package] Compiling slog-stdlog v4.1.1
24482024-09-24T03:24:33.635Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24492024-09-24T03:24:34.475Z[ helios-setup] Sep 24 03:24:33.928 INFO E| Compiling json5 v0.4.1
24502024-09-24T03:24:34.677Z[ host-package] Compiling which v4.4.2
24512024-09-24T03:24:35.254Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24522024-09-24T03:24:35.703Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24532024-09-24T03:24:35.812Z[ host-package] Compiling chacha20 v0.9.1
24542024-09-24T03:24:35.990Z[ host-package] Compiling cexpr v0.6.0
24552024-09-24T03:24:36.339Z[ host-package] Compiling aead v0.5.2
24562024-09-24T03:24:36.877Z[ host-package] Compiling shlex v1.3.0
24572024-09-24T03:24:37.788Z[ host-package] Compiling rustc-hash v1.1.0
24582024-09-24T03:24:38.134Z[ host-package] Compiling lazycell v1.3.0
24592024-09-24T03:24:38.324Z[ host-package] Compiling ref-cast v1.0.23
24602024-09-24T03:24:39.187Z[ host-package] Compiling chacha20poly1305 v0.10.1
24612024-09-24T03:24:39.761Z[ host-package] Compiling slog-envlogger v2.2.0
24622024-09-24T03:24:39.906Z[ helios-setup] Sep 24 03:24:39.359 INFO E| Compiling four-cc v0.3.0
24632024-09-24T03:24:39.906Z[ helios-setup] Sep 24 03:24:39.359 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
24642024-09-24T03:24:40.100Z[ helios-setup] Sep 24 03:24:39.553 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
24652024-09-24T03:24:43.046Z[ host-package] Compiling vsss-rs v3.3.4
24662024-09-24T03:24:48.754Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24672024-09-24T03:24:49.242Z[ host-package] Compiling derive_builder_core v0.20.0
24682024-09-24T03:24:50.491Z[ host-package] Compiling headers-core v0.2.0
24692024-09-24T03:24:50.736Z[ host-package] Compiling fxhash v0.2.1
24702024-09-24T03:24:51.039Z[ host-package] Compiling libxml v0.3.3
24712024-09-24T03:24:51.579Z[ host-package] Compiling ref-cast-impl v1.0.23
24722024-09-24T03:24:51.961Z[ host-package] Compiling derive_builder_macro v0.20.0
24732024-09-24T03:24:53.171Z[ host-package] Compiling headers v0.3.9
24742024-09-24T03:24:54.224Z[ host-package] Compiling polar-core v0.27.3
24752024-09-24T03:24:54.580Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24762024-09-24T03:24:55.426Z[ host-package] Compiling samael v0.0.17
24772024-09-24T03:24:57.197Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24782024-09-24T03:24:57.322Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24792024-09-24T03:24:57.747Z[ host-package] Compiling strum_macros v0.24.3
24802024-09-24T03:24:58.292Z[ host-package] Compiling kstat-rs v0.2.4
24812024-09-24T03:24:59.632Z[ host-package] Compiling dropshot v0.10.1
24822024-09-24T03:25:00.117Z[ host-package] Compiling unicase v2.7.0
24832024-09-24T03:25:00.631Z[ host-package] Compiling indoc v1.0.9
24842024-09-24T03:25:01.399Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24852024-09-24T03:25:02.856Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24862024-09-24T03:25:10.280Z[ host-package] Compiling derive_builder v0.20.0
24872024-09-24T03:25:10.499Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24882024-09-24T03:25:11.945Z[ host-package] Compiling tungstenite v0.23.0
24892024-09-24T03:25:12.417Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24902024-09-24T03:25:12.818Z[ host-package] Compiling crossterm v0.28.1
24912024-09-24T03:25:18.270Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24922024-09-24T03:25:21.130Z[ host-package] Compiling oso-derive v0.27.3
24932024-09-24T03:25:21.860Z[ helios-setup] Sep 24 03:25:21.310 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
24942024-09-24T03:25:21.875Z[ host-package] Compiling dropshot_endpoint v0.10.1
24952024-09-24T03:25:22.474Z[ host-package] Compiling libz-sys v1.1.16
24962024-09-24T03:25:23.309Z[ host-package] Compiling quick-xml v0.33.0
24972024-09-24T03:25:24.380Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
24982024-09-24T03:25:24.850Z[ host-package] Compiling parking_lot_core v0.8.6
24992024-09-24T03:25:24.981Z[ host-package] Compiling cfg_aliases v0.1.1
25002024-09-24T03:25:25.169Z[ host-package] Compiling nix v0.28.0
25012024-09-24T03:25:26.388Z[ host-package] Compiling oso v0.27.3
25022024-09-24T03:25:26.520Z[ host-package] Compiling tokio-tungstenite v0.23.1
25032024-09-24T03:25:27.259Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25042024-09-24T03:25:29.232Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25052024-09-24T03:25:35.587Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25062024-09-24T03:25:36.055Z[ host-package] Compiling const_format_proc_macros v0.2.33
25072024-09-24T03:25:36.351Z[ helios-setup] Sep 24 03:25:35.801 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
25082024-09-24T03:25:38.693Z[ host-package] Compiling bb8 v0.8.5
25092024-09-24T03:25:39.422Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25102024-09-24T03:25:40.171Z[ host-package] Compiling vte v0.11.1
25112024-09-24T03:25:41.780Z[ host-package] Compiling async-bb8-diesel v0.2.1
25122024-09-24T03:25:42.855Z[ host-package] Compiling const_format v0.2.33
25132024-09-24T03:25:44.167Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
25142024-09-24T03:25:47.905Z[ host-package] Compiling fd-lock v4.0.2
25152024-09-24T03:25:48.281Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25162024-09-24T03:25:49.155Z[ host-package] Compiling bytecount v0.6.8
25172024-09-24T03:25:49.437Z[ host-package] Compiling salty v0.3.0
25182024-09-24T03:25:49.933Z[ host-package] Compiling papergrid v0.11.0
25192024-09-24T03:26:03.627Z[ host-package] Compiling parking_lot v0.11.2
25202024-09-24T03:26:13.399Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25212024-09-24T03:26:14.655Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
25222024-09-24T03:26:14.747Z[ host-package] Compiling tabled_derive v0.7.0
25232024-09-24T03:26:17.485Z[ host-package] Compiling crossterm v0.27.0
25242024-09-24T03:26:20.213Z[ host-package] Compiling peg-macros v0.8.4
25252024-09-24T03:26:22.392Z[ helios-setup] Sep 24 03:26:21.841 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 33s
25262024-09-24T03:26:22.428Z[ helios-setup] Sep 24 03:26:21.877 INFO building project "amd-host-image-builder" ok (184 seconds)
25272024-09-24T03:26:22.428Z[ helios-setup] Sep 24 03:26:21.877 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25282024-09-24T03:26:22.431Z[ helios-setup] Sep 24 03:26:21.877 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25292024-09-24T03:26:22.596Z[ host-package] Compiling sqlparser_derive v0.2.2
25302024-09-24T03:26:22.884Z[ helios-setup] Sep 24 03:26:22.332 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25312024-09-24T03:26:23.400Z[ helios-setup] Sep 24 03:26:22.849 INFO E| From https://github.com/jclulow/hiercmd
25322024-09-24T03:26:23.400Z[ helios-setup] Sep 24 03:26:22.849 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25332024-09-24T03:26:23.467Z[ helios-setup] Sep 24 03:26:22.915 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25342024-09-24T03:26:23.622Z[ host-package] Compiling unicode_categories v0.1.1
25352024-09-24T03:26:23.713Z[ host-package] Compiling nu-ansi-term v0.50.0
25362024-09-24T03:26:23.957Z[ helios-setup] Sep 24 03:26:23.405 INFO E| From https://github.com/jclulow/network-interface
25372024-09-24T03:26:23.957Z[ helios-setup] Sep 24 03:26:23.405 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25382024-09-24T03:26:23.976Z[ helios-setup] Sep 24 03:26:23.425 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25392024-09-24T03:26:23.984Z[ host-package] Compiling rustls v0.23.10
25402024-09-24T03:26:24.489Z[ host-package] Compiling rustyline v14.0.0
25412024-09-24T03:26:24.564Z[ helios-setup] Sep 24 03:26:24.013 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25422024-09-24T03:26:24.564Z[ helios-setup] Sep 24 03:26:24.013 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25432024-09-24T03:26:24.601Z[ helios-setup] Sep 24 03:26:24.049 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25442024-09-24T03:26:24.622Z[ host-package] Compiling reedline v0.33.0
25452024-09-24T03:26:24.918Z[ host-package] Compiling sqlformat v0.2.4
25462024-09-24T03:26:25.443Z[ helios-setup] Sep 24 03:26:24.854 INFO E| From https://github.com/oxidecomputer/facade
25472024-09-24T03:26:25.443Z[ helios-setup] Sep 24 03:26:24.854 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25482024-09-24T03:26:25.490Z[ helios-setup] Sep 24 03:26:24.939 INFO E| Updating crates.io index
25492024-09-24T03:26:25.946Z[ helios-setup] Sep 24 03:26:25.394 INFO E| Downloading crates ...
25502024-09-24T03:26:26.071Z[ helios-setup] Sep 24 03:26:25.519 INFO E| Downloaded anstyle v0.3.5
25512024-09-24T03:26:26.074Z[ helios-setup] Sep 24 03:26:25.523 INFO E| Downloaded ahash v0.7.6
25522024-09-24T03:26:26.087Z[ helios-setup] Sep 24 03:26:25.535 INFO E| Downloaded futures-sink v0.3.28
25532024-09-24T03:26:26.090Z[ helios-setup] Sep 24 03:26:25.539 INFO E| Downloaded const-random v0.1.15
25542024-09-24T03:26:26.093Z[ helios-setup] Sep 24 03:26:25.541 INFO E| Downloaded crossbeam-deque v0.8.2
25552024-09-24T03:26:26.095Z[ helios-setup] Sep 24 03:26:25.544 INFO E| Downloaded cpufeatures v0.2.5
25562024-09-24T03:26:26.098Z[ helios-setup] Sep 24 03:26:25.546 INFO E| Downloaded futures-macro v0.3.28
25572024-09-24T03:26:26.102Z[ helios-setup] Sep 24 03:26:25.549 INFO E| Downloaded dyn-clone v1.0.11
25582024-09-24T03:26:26.105Z[ helios-setup] Sep 24 03:26:25.554 INFO E| Downloaded try-lock v0.2.4
25592024-09-24T03:26:26.108Z[ helios-setup] Sep 24 03:26:25.556 INFO E| Downloaded byteorder v1.4.3
25602024-09-24T03:26:26.113Z[ helios-setup] Sep 24 03:26:25.559 INFO E| Downloaded toolchain_find v0.2.0
25612024-09-24T03:26:26.115Z[ helios-setup] Sep 24 03:26:25.562 INFO E| Downloaded proc-macro-crate v1.2.1
25622024-09-24T03:26:26.118Z[ helios-setup] Sep 24 03:26:25.564 INFO E| Downloaded futures-task v0.3.28
25632024-09-24T03:26:26.120Z[ helios-setup] Sep 24 03:26:25.566 INFO E| Downloaded percent-encoding v2.2.0
25642024-09-24T03:26:26.120Z[ helios-setup] Sep 24 03:26:25.568 INFO E| Downloaded rustfmt-wrapper v0.2.0
25652024-09-24T03:26:26.123Z[ helios-setup] Sep 24 03:26:25.571 INFO E| Downloaded lazy_static v1.4.0
25662024-09-24T03:26:26.126Z[ helios-setup] Sep 24 03:26:25.573 INFO E| Downloaded iana-time-zone v0.1.56
25672024-09-24T03:26:26.133Z[ helios-setup] Sep 24 03:26:25.578 INFO E| Downloaded terminal_size v0.2.6
25682024-09-24T03:26:26.135Z[ helios-setup] Sep 24 03:26:25.581 INFO E| Downloaded slog-async v2.7.0
25692024-09-24T03:26:26.138Z[ helios-setup] Sep 24 03:26:25.584 INFO E| Downloaded walkdir v2.3.3
25702024-09-24T03:26:26.143Z[ helios-setup] Sep 24 03:26:25.588 INFO E| Downloaded sha1 v0.10.5
25712024-09-24T03:26:26.145Z[ helios-setup] Sep 24 03:26:25.591 INFO E| Downloaded parking_lot_core v0.9.6
25722024-09-24T03:26:26.148Z[ helios-setup] Sep 24 03:26:25.597 INFO E| Downloaded thiserror-impl v1.0.38
25732024-09-24T03:26:26.151Z[ helios-setup] Sep 24 03:26:25.599 INFO E| Downloaded toml_datetime v0.6.1
25742024-09-24T03:26:26.153Z[ helios-setup] Sep 24 03:26:25.602 INFO E| Downloaded tokio-rustls v0.24.0
25752024-09-24T03:26:26.158Z[ helios-setup] Sep 24 03:26:25.606 INFO E| Downloaded smallvec v1.10.0
25762024-09-24T03:26:26.162Z[ helios-setup] Sep 24 03:26:25.611 INFO E| Downloaded getrandom v0.2.8
25772024-09-24T03:26:26.168Z[ helios-setup] Sep 24 03:26:25.617 INFO E| Downloaded fastrand v1.9.0
25782024-09-24T03:26:26.171Z[ helios-setup] Sep 24 03:26:25.619 INFO E| Downloaded project-root v0.2.2
25792024-09-24T03:26:26.174Z[ helios-setup] Sep 24 03:26:25.621 INFO E| Downloaded futures-io v0.3.28
25802024-09-24T03:26:26.176Z[ helios-setup] Sep 24 03:26:25.623 INFO E| Downloaded const-random-macro v0.1.15
25812024-09-24T03:26:26.176Z[ helios-setup] Sep 24 03:26:25.624 INFO E| Downloaded clap v4.2.1
25822024-09-24T03:26:26.195Z[ helios-setup] Sep 24 03:26:25.642 INFO E| Downloaded base64 v0.21.0
25832024-09-24T03:26:26.199Z[ helios-setup] Sep 24 03:26:25.647 INFO E| Downloaded want v0.3.0
25842024-09-24T03:26:26.203Z[ helios-setup] Sep 24 03:26:25.650 INFO E| Downloaded unicode-ident v1.0.8
25852024-09-24T03:26:26.206Z[ helios-setup] Sep 24 03:26:25.655 INFO E| Downloaded futures v0.3.28
25862024-09-24T03:26:26.216Z[ helios-setup] Sep 24 03:26:25.665 INFO E| Downloaded slog-bunyan v2.4.0
25872024-09-24T03:26:26.219Z[ helios-setup] Sep 24 03:26:25.668 INFO E| Downloaded ucd-trie v0.1.5
25882024-09-24T03:26:26.221Z[ helios-setup] Sep 24 03:26:25.670 INFO E| Downloaded thiserror v1.0.38
25892024-09-24T03:26:26.229Z[ helios-setup] Sep 24 03:26:25.678 INFO E| Downloaded schemars_derive v0.8.12
25902024-09-24T03:26:26.232Z[ helios-setup] Sep 24 03:26:25.680 INFO E| Downloaded unicode-width v0.1.10
25912024-09-24T03:26:26.239Z[ helios-setup] Sep 24 03:26:25.688 INFO E| Downloaded tokio-macros v2.0.0
25922024-09-24T03:26:26.242Z[ helios-setup] Sep 24 03:26:25.690 INFO E| Downloaded time v0.1.45
25932024-09-24T03:26:26.245Z[ helios-setup] Sep 24 03:26:25.693 INFO E| Downloaded pkg-config v0.3.26
25942024-09-24T03:26:26.248Z[ helios-setup] Sep 24 03:26:25.696 INFO E| Downloaded url v2.3.1
25952024-09-24T03:26:26.253Z[ helios-setup] Sep 24 03:26:25.701 INFO E| Downloaded tokio-tungstenite v0.18.0
25962024-09-24T03:26:26.258Z[ helios-setup] Sep 24 03:26:25.705 INFO E| Downloaded socket2 v0.4.9
25972024-09-24T03:26:26.261Z[ helios-setup] Sep 24 03:26:25.709 INFO E| Downloaded sct v0.7.0
25982024-09-24T03:26:26.267Z[ helios-setup] Sep 24 03:26:25.715 INFO E| Downloaded unicode-bidi v0.3.13
25992024-09-24T03:26:26.271Z[ helios-setup] Sep 24 03:26:25.720 INFO E| Downloaded jobserver v0.1.26
26002024-09-24T03:26:26.275Z[ helios-setup] Sep 24 03:26:25.723 INFO E| Downloaded uuid v1.3.0
26012024-09-24T03:26:26.283Z[ helios-setup] Sep 24 03:26:25.732 INFO E| Downloaded num-traits v0.2.15
26022024-09-24T03:26:26.288Z[ helios-setup] Sep 24 03:26:25.736 INFO E| Downloaded unsafe-libyaml v0.2.8
26032024-09-24T03:26:26.295Z[ helios-setup] Sep 24 03:26:25.743 INFO E| Downloaded unicode-linebreak v0.1.4
26042024-09-24T03:26:26.298Z[ helios-setup] Sep 24 03:26:25.746 INFO E| Downloaded winnow v0.4.1
26052024-09-24T03:26:26.334Z[ helios-setup] Sep 24 03:26:25.782 INFO E| Downloaded unicode-normalization v0.1.22
26062024-09-24T03:26:26.339Z[ helios-setup] Sep 24 03:26:25.788 INFO E| Downloaded syn v2.0.72
26072024-09-24T03:26:26.358Z[ helios-setup] Sep 24 03:26:25.806 INFO E| Downloaded serde_json v1.0.95
26082024-09-24T03:26:26.371Z[ helios-setup] Sep 24 03:26:25.820 INFO E| Downloaded syn v1.0.107
26092024-09-24T03:26:26.391Z[ helios-setup] Sep 24 03:26:25.838 INFO E| Downloaded crossbeam-channel v0.5.6
26102024-09-24T03:26:26.407Z[ helios-setup] Sep 24 03:26:25.856 INFO E| Downloaded tokio v1.27.0
26112024-09-24T03:26:26.460Z[ helios-setup] Sep 24 03:26:25.908 INFO E| Downloaded pest v2.5.7
26122024-09-24T03:26:26.527Z[ helios-setup] Sep 24 03:26:25.916 INFO E| Downloaded rayon v1.6.1
26132024-09-24T03:26:26.529Z[ helios-setup] Sep 24 03:26:25.931 INFO E| Downloaded futures-util v0.3.28
26142024-09-24T03:26:26.529Z[ helios-setup] Sep 24 03:26:25.948 INFO E| Downloaded mio v0.8.5
26152024-09-24T03:26:26.529Z[ helios-setup] Sep 24 03:26:25.957 INFO E| Downloaded clap_builder v4.2.1
26162024-09-24T03:26:26.530Z[ helios-setup] Sep 24 03:26:25.977 INFO E| Downloaded regex v1.7.3
26172024-09-24T03:26:26.541Z[ helios-setup] Sep 24 03:26:25.990 INFO E| Downloaded hyper v0.14.25
26182024-09-24T03:26:26.555Z[ helios-setup] Sep 24 03:26:26.004 INFO E| Downloaded regress v0.5.0
26192024-09-24T03:26:26.567Z[ helios-setup] Sep 24 03:26:26.016 INFO E| Downloaded git2 v0.16.1
26202024-09-24T03:26:26.581Z[ helios-setup] Sep 24 03:26:26.029 INFO E| Downloaded chrono v0.4.24
26212024-09-24T03:26:26.594Z[ helios-setup] Sep 24 03:26:26.042 INFO E| Downloaded h2 v0.3.16
26222024-09-24T03:26:26.604Z[ helios-setup] Sep 24 03:26:26.052 INFO E| Downloaded rhai v1.14.0
26232024-09-24T03:26:26.623Z[ helios-setup] Sep 24 03:26:26.071 INFO E| Downloaded rustix v0.37.3
26242024-09-24T03:26:26.647Z[ host-package] Compiling sqlparser v0.45.0
26252024-09-24T03:26:26.666Z[ helios-setup] Sep 24 03:26:26.113 INFO E| Downloaded openapiv3 v1.0.2
26262024-09-24T03:26:26.678Z[ helios-setup] Sep 24 03:26:26.127 INFO E| Downloaded reqwest v0.11.16
26272024-09-24T03:26:26.688Z[ helios-setup] Sep 24 03:26:26.137 INFO E| Downloaded rayon-core v1.10.2
26282024-09-24T03:26:26.694Z[ helios-setup] Sep 24 03:26:26.142 INFO E| Downloaded http v0.2.9
26292024-09-24T03:26:26.699Z[ helios-setup] Sep 24 03:26:26.148 INFO E| Downloaded bytes v1.4.0
26302024-09-24T03:26:26.705Z[ helios-setup] Sep 24 03:26:26.153 INFO E| Downloaded rustls v0.21.0
26312024-09-24T03:26:26.727Z[ helios-setup] Sep 24 03:26:26.176 INFO E| Downloaded libc v0.2.139
26322024-09-24T03:26:26.820Z[ helios-setup] Sep 24 03:26:26.269 INFO E| Downloaded toml_edit v0.19.8
26332024-09-24T03:26:26.848Z[ helios-setup] Sep 24 03:26:26.296 INFO E| Downloaded io-lifetimes v1.0.10
26342024-09-24T03:26:26.851Z[ helios-setup] Sep 24 03:26:26.299 INFO E| Downloaded tracing v0.1.37
26352024-09-24T03:26:26.857Z[ helios-setup] Sep 24 03:26:26.305 INFO E| Downloaded typenum v1.16.0
26362024-09-24T03:26:26.860Z[ helios-setup] Sep 24 03:26:26.309 INFO E| Downloaded tracing-core v0.1.30
26372024-09-24T03:26:26.864Z[ helios-setup] Sep 24 03:26:26.312 INFO E| Downloaded toml v0.7.3
26382024-09-24T03:26:26.868Z[ helios-setup] Sep 24 03:26:26.317 INFO E| Downloaded tokio-util v0.7.7
26392024-09-24T03:26:26.887Z[ helios-setup] Sep 24 03:26:26.334 INFO E| Downloaded parking_lot v0.12.1
26402024-09-24T03:26:26.890Z[ helios-setup] Sep 24 03:26:26.339 INFO E| Downloaded crossbeam-epoch v0.9.13
26412024-09-24T03:26:26.894Z[ helios-setup] Sep 24 03:26:26.342 INFO E| Downloaded tungstenite v0.18.0
26422024-09-24T03:26:26.898Z[ helios-setup] Sep 24 03:26:26.347 INFO E| Downloaded serde_yaml v0.9.21
26432024-09-24T03:26:26.924Z[ helios-setup] Sep 24 03:26:26.372 INFO E| Downloaded cargo-lock v8.0.3
26442024-09-24T03:26:26.968Z[ helios-setup] Sep 24 03:26:26.416 INFO E| Downloaded generic-array v0.14.6
26452024-09-24T03:26:26.970Z[ helios-setup] Sep 24 03:26:26.419 INFO E| Downloaded log v0.4.17
26462024-09-24T03:26:26.974Z[ helios-setup] Sep 24 03:26:26.422 INFO E| Downloaded aho-corasick v0.7.20
26472024-09-24T03:26:26.980Z[ helios-setup] Sep 24 03:26:26.428 INFO E| Downloaded ahash v0.8.3
26482024-09-24T03:26:26.985Z[ helios-setup] Sep 24 03:26:26.434 INFO E| Downloaded miniz_oxide v0.6.2
26492024-09-24T03:26:26.989Z[ helios-setup] Sep 24 03:26:26.437 INFO E| Downloaded is-terminal v0.4.7
26502024-09-24T03:26:26.991Z[ helios-setup] Sep 24 03:26:26.439 INFO E| Downloaded encoding_rs v0.8.32
26512024-09-24T03:26:27.022Z[ helios-setup] Sep 24 03:26:26.470 INFO E| Downloaded futures-core v0.3.28
26522024-09-24T03:26:27.024Z[ helios-setup] Sep 24 03:26:26.472 INFO E| Downloaded ryu v1.0.13
26532024-09-24T03:26:27.028Z[ helios-setup] Sep 24 03:26:26.476 INFO E| Downloaded async-trait v0.1.68
26542024-09-24T03:26:27.033Z[ helios-setup] Sep 24 03:26:26.482 INFO E| Downloaded memchr v2.5.0
26552024-09-24T03:26:27.040Z[ helios-setup] Sep 24 03:26:26.488 INFO E| Downloaded tempfile v3.5.0
26562024-09-24T03:26:27.043Z[ helios-setup] Sep 24 03:26:26.492 INFO E| Downloaded slab v0.4.7
26572024-09-24T03:26:27.045Z[ helios-setup] Sep 24 03:26:26.494 INFO E| Downloaded http-body v0.4.5
26582024-09-24T03:26:27.048Z[ helios-setup] Sep 24 03:26:26.496 INFO E| Downloaded bincode v1.3.3
26592024-09-24T03:26:27.051Z[ helios-setup] Sep 24 03:26:26.500 INFO E| Downloaded smartstring v1.0.1
26602024-09-24T03:26:27.055Z[ helios-setup] Sep 24 03:26:26.503 INFO E| Downloaded rhai_codegen v1.5.0
26612024-09-24T03:26:27.068Z[ helios-setup] Sep 24 03:26:26.516 INFO E| Downloaded paste v1.0.12
26622024-09-24T03:26:27.073Z[ helios-setup] Sep 24 03:26:26.522 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26632024-09-24T03:26:27.080Z[ host-package] Compiling peg v0.8.4
26642024-09-24T03:26:27.168Z[ helios-setup] Sep 24 03:26:26.616 INFO E| Downloaded once_cell v1.17.0
26652024-09-24T03:26:27.172Z[ helios-setup] Sep 24 03:26:26.620 INFO E| Downloaded num_enum v0.5.7
26662024-09-24T03:26:27.179Z[ helios-setup] Sep 24 03:26:26.626 INFO E| Downloaded home v0.5.4
26672024-09-24T03:26:27.183Z[ helios-setup] Sep 24 03:26:26.628 INFO E| Downloaded textwrap v0.16.0
26682024-09-24T03:26:27.186Z[ helios-setup] Sep 24 03:26:26.631 INFO E| Downloaded form_urlencoded v1.1.0
26692024-09-24T03:26:27.186Z[ helios-setup] Sep 24 03:26:26.632 INFO E| Downloaded clap_derive v4.2.0
26702024-09-24T03:26:27.190Z[ helios-setup] Sep 24 03:26:26.636 INFO E| Downloaded sha2 v0.10.6
26712024-09-24T03:26:27.192Z[ helios-setup] Sep 24 03:26:26.639 INFO E| Downloaded serde_path_to_error v0.1.11
26722024-09-24T03:26:27.195Z[ helios-setup] Sep 24 03:26:26.641 INFO E| Downloaded semver-parser v0.10.2
26732024-09-24T03:26:27.197Z[ helios-setup] Sep 24 03:26:26.644 INFO E| Downloaded either v1.8.0
26742024-09-24T03:26:27.197Z[ helios-setup] Sep 24 03:26:26.646 INFO E| Downloaded libz-sys v1.1.8
26752024-09-24T03:26:27.243Z[ host-package] Compiling tabled v0.15.0
26762024-09-24T03:26:27.284Z[ helios-setup] Sep 24 03:26:26.729 INFO E| Downloaded digest v0.10.6
26772024-09-24T03:26:27.287Z[ helios-setup] Sep 24 03:26:26.731 INFO E| Downloaded schemars v0.8.12
26782024-09-24T03:26:27.302Z[ helios-setup] Sep 24 03:26:26.750 INFO E| Downloaded rustls-webpki v0.100.1
26792024-09-24T03:26:27.311Z[ helios-setup] Sep 24 03:26:26.760 INFO E| Downloaded num_cpus v1.15.0
26802024-09-24T03:26:27.315Z[ helios-setup] Sep 24 03:26:26.764 INFO E| Downloaded num-integer v0.1.45
26812024-09-24T03:26:27.320Z[ helios-setup] Sep 24 03:26:26.769 INFO E| Downloaded memoffset v0.7.1
26822024-09-24T03:26:27.323Z[ helios-setup] Sep 24 03:26:26.770 INFO E| Downloaded itoa v1.0.6
26832024-09-24T03:26:27.326Z[ helios-setup] Sep 24 03:26:26.772 INFO E| Downloaded flate2 v1.0.25
26842024-09-24T03:26:27.331Z[ helios-setup] Sep 24 03:26:26.779 INFO E| Downloaded cc v1.0.78
26852024-09-24T03:26:27.336Z[ helios-setup] Sep 24 03:26:26.783 INFO E| Downloaded built v0.6.0
26862024-09-24T03:26:27.340Z[ helios-setup] Sep 24 03:26:26.785 INFO E| Downloaded concolor-override v1.0.0
26872024-09-24T03:26:27.340Z[ helios-setup] Sep 24 03:26:26.786 INFO E| Downloaded crossbeam-utils v0.8.14
26882024-09-24T03:26:27.343Z[ helios-setup] Sep 24 03:26:26.791 INFO E| Downloaded anyhow v1.0.68
26892024-09-24T03:26:27.348Z[ helios-setup] Sep 24 03:26:26.797 INFO E| Downloaded scopeguard v1.1.0
26902024-09-24T03:26:27.351Z[ helios-setup] Sep 24 03:26:26.799 INFO E| Downloaded serde_spanned v0.6.1
26912024-09-24T03:26:27.353Z[ helios-setup] Sep 24 03:26:26.800 INFO E| Downloaded semver v1.0.17
26922024-09-24T03:26:27.356Z[ helios-setup] Sep 24 03:26:26.803 INFO E| Downloaded pin-project-lite v0.2.9
26932024-09-24T03:26:27.362Z[ helios-setup] Sep 24 03:26:26.811 INFO E| Downloaded anstyle-parse v0.1.1
26942024-09-24T03:26:27.365Z[ helios-setup] Sep 24 03:26:26.814 INFO E| Downloaded lock_api v0.4.9
26952024-09-24T03:26:27.368Z[ helios-setup] Sep 24 03:26:26.816 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26962024-09-24T03:26:27.371Z[ helios-setup] Sep 24 03:26:26.819 INFO E| Downloaded ipnet v2.7.2
26972024-09-24T03:26:27.374Z[ helios-setup] Sep 24 03:26:26.822 INFO E| Downloaded anstream v0.2.6
26982024-09-24T03:26:27.376Z[ helios-setup] Sep 24 03:26:26.824 INFO E| Downloaded strsim v0.10.0
26992024-09-24T03:26:27.378Z[ helios-setup] Sep 24 03:26:26.827 INFO E| Downloaded serde_derive_internals v0.26.0
27002024-09-24T03:26:27.381Z[ helios-setup] Sep 24 03:26:26.829 INFO E| Downloaded httpdate v1.0.2
27012024-09-24T03:26:27.383Z[ helios-setup] Sep 24 03:26:26.831 INFO E| Downloaded futures-channel v0.3.28
27022024-09-24T03:26:27.386Z[ helios-setup] Sep 24 03:26:26.834 INFO E| Downloaded signal-hook-registry v1.4.0
27032024-09-24T03:26:27.388Z[ helios-setup] Sep 24 03:26:26.836 INFO E| Downloaded semver v0.11.0
27042024-09-24T03:26:27.394Z[ helios-setup] Sep 24 03:26:26.838 INFO E| Downloaded rustls-pemfile v1.0.2
27052024-09-24T03:26:27.396Z[ helios-setup] Sep 24 03:26:26.841 INFO E| Downloaded smawk v0.3.1
27062024-09-24T03:26:27.396Z[ helios-setup] Sep 24 03:26:26.844 INFO E| Downloaded serde_tokenstream v0.2.0
27072024-09-24T03:26:27.400Z[ helios-setup] Sep 24 03:26:26.849 INFO E| Downloaded camino v1.1.4
27082024-09-24T03:26:27.403Z[ helios-setup] Sep 24 03:26:26.851 INFO E| Downloaded concolor-query v0.3.3
27092024-09-24T03:26:27.405Z[ helios-setup] Sep 24 03:26:26.853 INFO E| Downloaded block-buffer v0.10.3
27102024-09-24T03:26:27.407Z[ helios-setup] Sep 24 03:26:26.854 INFO E| Downloaded futures-executor v0.3.28
27112024-09-24T03:26:27.409Z[ helios-setup] Sep 24 03:26:26.857 INFO E| Downloaded errno v0.3.1
27122024-09-24T03:26:27.412Z[ helios-setup] Sep 24 03:26:26.859 INFO E| Downloaded clap_lex v0.4.1
27132024-09-24T03:26:27.412Z[ helios-setup] Sep 24 03:26:26.860 INFO E| Downloaded autocfg v1.1.0
27142024-09-24T03:26:27.414Z[ helios-setup] Sep 24 03:26:26.863 INFO E| Downloaded num_enum_derive v0.5.7
27152024-09-24T03:26:27.737Z[ helios-setup] Sep 24 03:26:27.185 INFO E| Compiling proc-macro2 v1.0.86
27162024-09-24T03:26:27.737Z[ helios-setup] Sep 24 03:26:27.185 INFO E| Compiling libc v0.2.139
27172024-09-24T03:26:27.737Z[ helios-setup] Sep 24 03:26:27.185 INFO E| Compiling unicode-ident v1.0.8
27182024-09-24T03:26:27.740Z[ helios-setup] Sep 24 03:26:27.186 INFO E| Compiling autocfg v1.1.0
27192024-09-24T03:26:27.740Z[ helios-setup] Sep 24 03:26:27.186 INFO E| Compiling cfg-if v1.0.0
27202024-09-24T03:26:27.740Z[ helios-setup] Sep 24 03:26:27.186 INFO E| Compiling version_check v0.9.4
27212024-09-24T03:26:27.740Z[ helios-setup] Sep 24 03:26:27.186 INFO E| Compiling serde v1.0.204
27222024-09-24T03:26:27.740Z[ helios-setup] Sep 24 03:26:27.186 INFO E| Compiling syn v1.0.107
27232024-09-24T03:26:29.021Z[ helios-setup] Sep 24 03:26:28.469 INFO E| Compiling memchr v2.5.0
27242024-09-24T03:26:29.345Z[ helios-setup] Sep 24 03:26:28.793 INFO E| Compiling once_cell v1.17.0
27252024-09-24T03:26:29.528Z[ helios-setup] Sep 24 03:26:28.976 INFO E| Compiling thiserror v1.0.38
27262024-09-24T03:26:29.655Z[ helios-setup] Sep 24 03:26:29.096 INFO E| Compiling log v0.4.17
27272024-09-24T03:26:30.474Z[ helios-setup] Sep 24 03:26:29.921 INFO E| Compiling serde_json v1.0.95
27282024-09-24T03:26:30.705Z[ helios-setup] Sep 24 03:26:30.153 INFO E| Compiling itoa v1.0.6
27292024-09-24T03:26:31.337Z[ helios-setup] Sep 24 03:26:30.785 INFO E| Compiling quote v1.0.36
27302024-09-24T03:26:31.653Z[ helios-setup] Sep 24 03:26:31.100 INFO E| Compiling getrandom v0.2.8
27312024-09-24T03:26:31.709Z[ helios-setup] Sep 24 03:26:31.157 INFO E| Compiling jobserver v0.1.26
27322024-09-24T03:26:32.494Z[ helios-setup] Sep 24 03:26:31.908 INFO E| Compiling syn v2.0.72
27332024-09-24T03:26:32.721Z[ helios-setup] Sep 24 03:26:32.169 INFO E| Compiling cc v1.0.78
27342024-09-24T03:26:32.858Z[ helios-setup] Sep 24 03:26:32.306 INFO E| Compiling indexmap v1.9.3
27352024-09-24T03:26:32.861Z[ helios-setup] Sep 24 03:26:32.306 INFO E| Compiling pin-project-lite v0.2.9
27362024-09-24T03:26:32.929Z[ helios-setup] Sep 24 03:26:32.377 INFO E| Compiling scopeguard v1.1.0
27372024-09-24T03:26:33.433Z[ helios-setup] Sep 24 03:26:32.881 INFO E| Compiling num-integer v0.1.45
27382024-09-24T03:26:33.508Z[ helios-setup] Sep 24 03:26:32.956 INFO E| Compiling futures-core v0.3.28
27392024-09-24T03:26:33.596Z[ helios-setup] Sep 24 03:26:33.044 INFO E| Compiling bytes v1.4.0
27402024-09-24T03:26:34.425Z[ helios-setup] Sep 24 03:26:33.870 INFO E| Compiling ryu v1.0.13
27412024-09-24T03:26:35.450Z[ helios-setup] Sep 24 03:26:34.898 INFO E| Compiling lock_api v0.4.9
27422024-09-24T03:26:35.592Z[ helios-setup] Sep 24 03:26:35.040 INFO E| Compiling parking_lot_core v0.9.6
27432024-09-24T03:26:35.728Z[ helios-setup] Sep 24 03:26:35.176 INFO E| Compiling bitflags v1.3.2
27442024-09-24T03:26:35.775Z[ helios-setup] Sep 24 03:26:35.223 INFO E| Compiling typenum v1.16.0
27452024-09-24T03:26:36.113Z[ helios-setup] Sep 24 03:26:35.560 INFO E| Compiling num_cpus v1.15.0
27462024-09-24T03:26:36.695Z[ helios-setup] Sep 24 03:26:36.143 INFO E| Compiling generic-array v0.14.6
27472024-09-24T03:26:36.855Z[ helios-setup] Sep 24 03:26:36.303 INFO E| Compiling slab v0.4.7
27482024-09-24T03:26:36.901Z[ helios-setup] Sep 24 03:26:36.349 INFO E| Compiling futures-sink v0.3.28
27492024-09-24T03:26:37.007Z[ helios-setup] Sep 24 03:26:36.454 INFO E| Compiling futures-channel v0.3.28
27502024-09-24T03:26:37.271Z[ helios-setup] Sep 24 03:26:36.719 INFO E| Compiling futures-task v0.3.28
27512024-09-24T03:26:37.765Z[ helios-setup] Sep 24 03:26:37.213 INFO E| Compiling tokio v1.27.0
27522024-09-24T03:26:37.962Z[ helios-setup] Sep 24 03:26:37.410 INFO E| Compiling schemars v0.8.12
27532024-09-24T03:26:38.120Z[ helios-setup] Sep 24 03:26:37.568 INFO E| Compiling futures-util v0.3.28
27542024-09-24T03:26:39.029Z[ helios-setup] Sep 24 03:26:38.476 INFO E| Compiling mio v0.8.5
27552024-09-24T03:26:39.414Z[ helios-setup] Sep 24 03:26:38.862 INFO E| Compiling socket2 v0.4.9
27562024-09-24T03:26:39.633Z[ helios-setup] Sep 24 03:26:39.064 INFO E| Compiling signal-hook-registry v1.4.0
27572024-09-24T03:26:39.787Z[ helios-setup] Sep 24 03:26:39.235 INFO E| Compiling ahash v0.7.6
27582024-09-24T03:26:39.860Z[ helios-setup] Sep 24 03:26:39.308 INFO E| Compiling num-traits v0.2.15
27592024-09-24T03:26:40.717Z[ helios-setup] Sep 24 03:26:40.155 INFO E| Compiling futures-io v0.3.28
27602024-09-24T03:26:40.981Z[ host-package] Compiling sled v0.34.7
27612024-09-24T03:26:41.067Z[ helios-setup] Sep 24 03:26:40.515 INFO E| Compiling crunchy v0.2.2
27622024-09-24T03:26:41.658Z[ helios-setup] Sep 24 03:26:41.105 INFO E| Compiling io-lifetimes v1.0.10
27632024-09-24T03:26:42.087Z[ host-package] Compiling mime_guess v2.0.4
27642024-09-24T03:26:42.247Z[ helios-setup] Sep 24 03:26:41.690 INFO E| Compiling pin-utils v0.1.0
27652024-09-24T03:26:42.723Z[ helios-setup] Sep 24 03:26:42.171 INFO E| Compiling ahash v0.8.3
27662024-09-24T03:26:43.457Z[ helios-setup] Sep 24 03:26:42.904 INFO E| Compiling serde_derive_internals v0.26.0
27672024-09-24T03:26:43.532Z[ helios-setup] Sep 24 03:26:42.979 INFO E| Compiling rustix v0.37.3
27682024-09-24T03:26:43.610Z[ helios-setup] Sep 24 03:26:43.058 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27692024-09-24T03:26:43.679Z[ helios-setup] Sep 24 03:26:43.127 INFO E| Compiling tiny-keccak v2.0.2
27702024-09-24T03:26:44.235Z[ helios-setup] Sep 24 03:26:43.678 INFO E| Compiling hashbrown v0.12.3
27712024-09-24T03:26:44.759Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27722024-09-24T03:26:44.781Z[ helios-setup] Sep 24 03:26:44.229 INFO E| Compiling crypto-common v0.1.6
27732024-09-24T03:26:44.840Z[ helios-setup] Sep 24 03:26:44.287 INFO E| Compiling block-buffer v0.10.3
27742024-09-24T03:26:45.951Z[ helios-setup] Sep 24 03:26:45.399 INFO E| Compiling errno v0.3.1
27752024-09-24T03:26:46.753Z[ helios-setup] Sep 24 03:26:46.201 INFO E| Compiling pkg-config v0.3.26
27762024-09-24T03:26:46.774Z[ helios-setup] Sep 24 03:26:46.221 INFO E| Compiling crossbeam-utils v0.8.14
27772024-09-24T03:26:46.776Z[ helios-setup] Sep 24 03:26:46.223 INFO E| Compiling fnv v1.0.7
27782024-09-24T03:26:46.998Z[ host-package] Compiling hickory-client v0.24.1
27792024-09-24T03:26:47.390Z[ helios-setup] Sep 24 03:26:46.837 INFO E| Compiling slog v2.7.0
27802024-09-24T03:26:47.609Z[ helios-setup] Sep 24 03:26:47.055 INFO E| Compiling http v0.2.9
27812024-09-24T03:26:49.015Z[ host-package] Compiling env_logger v0.9.3
27822024-09-24T03:26:49.807Z[ helios-setup] Sep 24 03:26:49.254 INFO E| Compiling digest v0.10.6
27832024-09-24T03:26:50.314Z[ helios-setup] Sep 24 03:26:49.761 INFO E| Compiling aho-corasick v0.7.20
27842024-09-24T03:26:50.666Z[ helios-setup] Sep 24 03:26:50.113 INFO E| Compiling anyhow v1.0.68
27852024-09-24T03:26:50.792Z[ helios-setup] Sep 24 03:26:50.239 INFO E| Compiling httparse v1.8.0
27862024-09-24T03:26:52.361Z[ helios-setup] Sep 24 03:26:51.806 INFO E| Compiling heck v0.4.1
27872024-09-24T03:26:52.551Z[ helios-setup] Sep 24 03:26:51.997 INFO E| Compiling cpufeatures v0.2.5
27882024-09-24T03:26:52.816Z[ helios-setup] Sep 24 03:26:52.133 INFO E| Compiling tinyvec_macros v0.1.1
27892024-09-24T03:26:52.863Z[ helios-setup] Sep 24 03:26:52.308 INFO E| Compiling regex-syntax v0.6.29
27902024-09-24T03:26:53.250Z[ helios-setup] Sep 24 03:26:52.697 INFO E| Compiling thiserror-impl v1.0.38
27912024-09-24T03:26:53.429Z[ helios-setup] Sep 24 03:26:52.876 INFO E| Compiling schemars_derive v0.8.12
27922024-09-24T03:26:53.480Z[ helios-setup] Sep 24 03:26:52.927 INFO E| Compiling unicode-width v0.1.10
27932024-09-24T03:26:53.552Z[ helios-setup] Sep 24 03:26:52.996 INFO E| Compiling percent-encoding v2.2.0
27942024-09-24T03:26:54.275Z[ helios-setup] Sep 24 03:26:53.722 INFO E| Compiling tinyvec v1.6.0
27952024-09-24T03:26:54.488Z[ helios-setup] Sep 24 03:26:53.935 INFO E| Compiling form_urlencoded v1.1.0
27962024-09-24T03:26:54.564Z[ helios-setup] Sep 24 03:26:54.011 INFO E| Compiling const-random-macro v0.1.15
27972024-09-24T03:26:54.994Z[ helios-setup] Sep 24 03:26:54.441 INFO E| Compiling serde_derive v1.0.204
27982024-09-24T03:26:55.708Z[ helios-setup] Sep 24 03:26:55.156 INFO E| Compiling tokio-macros v2.0.0
27992024-09-24T03:26:55.835Z[ helios-setup] Sep 24 03:26:55.282 INFO E| Compiling futures-macro v0.3.28
28002024-09-24T03:26:56.178Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
28012024-09-24T03:26:58.801Z[ helios-setup] Sep 24 03:26:58.247 INFO E| Compiling hashbrown v0.13.2
28022024-09-24T03:26:59.604Z[ helios-setup] Sep 24 03:26:59.050 INFO E| Compiling chrono v0.4.24
28032024-09-24T03:26:59.795Z[ helios-setup] Sep 24 03:26:59.238 INFO E| Compiling libz-sys v1.1.8
28042024-09-24T03:27:00.831Z[ helios-setup] Sep 24 03:27:00.278 INFO E| Compiling regex v1.7.3
28052024-09-24T03:27:01.389Z[ host-package] Compiling tungstenite v0.20.1
28062024-09-24T03:27:03.433Z[ helios-setup] Sep 24 03:27:02.880 INFO E| Compiling uuid v1.3.0
28072024-09-24T03:27:03.608Z[ helios-setup] Sep 24 03:27:03.054 INFO E| Compiling dyn-clone v1.0.11
28082024-09-24T03:27:03.907Z[ helios-setup] Sep 24 03:27:03.354 INFO E| Compiling regress v0.5.0
28092024-09-24T03:27:03.988Z[ helios-setup] Sep 24 03:27:03.435 INFO E| Compiling unicode-normalization v0.1.22
28102024-09-24T03:27:04.798Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112024-09-24T03:27:05.664Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28122024-09-24T03:27:06.080Z[ helios-setup] Sep 24 03:27:05.436 INFO E| Compiling const-random v0.1.15
28132024-09-24T03:27:06.358Z[ helios-setup] Sep 24 03:27:05.804 INFO E| Compiling getopts v0.2.21
28142024-09-24T03:27:07.033Z[ helios-setup] Sep 24 03:27:06.479 INFO E| Compiling tracing-core v0.1.30
28152024-09-24T03:27:07.657Z[ helios-setup] Sep 24 03:27:07.104 INFO E| Compiling memoffset v0.7.1
28162024-09-24T03:27:07.874Z[ helios-setup] Sep 24 03:27:07.320 INFO E| Compiling powerfmt v0.2.0
28172024-09-24T03:27:07.899Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28182024-09-24T03:27:08.722Z[ helios-setup] Sep 24 03:27:08.168 INFO E| Compiling time-core v0.1.2
28192024-09-24T03:27:09.048Z[ helios-setup] Sep 24 03:27:08.495 INFO E| Compiling num-conv v0.1.0
28202024-09-24T03:27:10.628Z[ helios-setup] Sep 24 03:27:10.074 INFO E| Compiling ucd-trie v0.1.5
28212024-09-24T03:27:10.782Z[ helios-setup] Sep 24 03:27:10.226 INFO E| Compiling unicode-bidi v0.3.13
28222024-09-24T03:27:11.753Z[ helios-setup] Sep 24 03:27:11.200 INFO E| Compiling pest v2.5.7
28232024-09-24T03:27:12.649Z[ helios-setup] Sep 24 03:27:12.076 INFO E| Compiling idna v0.3.0
28242024-09-24T03:27:15.063Z[ helios-setup] Sep 24 03:27:14.509 INFO E| Compiling time-macros v0.2.18
28252024-09-24T03:27:16.690Z[ helios-setup] Sep 24 03:27:16.136 INFO E| Compiling tracing v0.1.37
28262024-09-24T03:27:17.313Z[ helios-setup] Sep 24 03:27:16.759 INFO E| Compiling deranged v0.3.11
28272024-09-24T03:27:19.337Z[ helios-setup] Sep 24 03:27:18.782 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28282024-09-24T03:27:19.592Z[ helios-setup] Sep 24 03:27:19.038 INFO E| Compiling time v0.1.45
28292024-09-24T03:27:19.923Z[ helios-setup] Sep 24 03:27:19.369 INFO E| Compiling crossbeam-epoch v0.9.13
28302024-09-24T03:27:20.920Z[ helios-setup] Sep 24 03:27:20.366 INFO E| Compiling num_threads v0.1.6
28312024-09-24T03:27:21.220Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
28322024-09-24T03:27:21.967Z[ helios-setup] Sep 24 03:27:21.413 INFO E| Compiling iana-time-zone v0.1.56
28332024-09-24T03:27:21.974Z[ helios-setup] Sep 24 03:27:21.413 INFO E| Compiling semver v1.0.17
28342024-09-24T03:27:22.032Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28352024-09-24T03:27:22.759Z[ helios-setup] Sep 24 03:27:22.203 INFO E| Compiling toml v0.5.11
28362024-09-24T03:27:22.819Z[ host-package] Compiling hickory-server v0.24.1
28372024-09-24T03:27:22.887Z[ helios-setup] Sep 24 03:27:22.332 INFO E| Compiling serde_tokenstream v0.2.0
28382024-09-24T03:27:23.481Z[ helios-setup] Sep 24 03:27:22.927 INFO E| Compiling time v0.3.36
28392024-09-24T03:27:23.741Z[ helios-setup] Sep 24 03:27:23.187 INFO E| Compiling smallvec v1.10.0
28402024-09-24T03:27:24.865Z[ host-package] Compiling primeorder v0.13.6
28412024-09-24T03:27:26.261Z[ host-package] Compiling bcs v0.1.6
28422024-09-24T03:27:26.428Z[ helios-setup] Sep 24 03:27:25.874 INFO E| Compiling parking_lot v0.12.1
28432024-09-24T03:27:28.447Z[ host-package] Compiling vergen v8.3.2
28442024-09-24T03:27:29.155Z[ host-package] Compiling bitstruct_derive v0.1.0
28452024-09-24T03:27:30.503Z[ helios-setup] Sep 24 03:27:29.949 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28462024-09-24T03:27:32.322Z[ host-package] Compiling env_filter v0.1.2
28472024-09-24T03:27:35.019Z[ host-package] Compiling cargo-platform v0.1.8
28482024-09-24T03:27:35.438Z[ helios-setup] Sep 24 03:27:34.884 INFO E| Compiling semver-parser v0.10.2
28492024-09-24T03:27:35.520Z[ helios-setup] Sep 24 03:27:34.966 INFO E| Compiling url v2.3.1
28502024-09-24T03:27:36.079Z[ host-package] Compiling nanorand v0.7.0
28512024-09-24T03:27:37.773Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28522024-09-24T03:27:38.405Z[ host-package] Compiling memoffset v0.9.1
28532024-09-24T03:27:39.193Z[ host-package] Compiling ascii v1.1.0
28542024-09-24T03:27:39.396Z[ helios-setup] Sep 24 03:27:38.839 INFO E| Compiling crossbeam-channel v0.5.6
28552024-09-24T03:27:39.733Z[ helios-setup] Sep 24 03:27:39.178 INFO E| Compiling dirs-sys-next v0.1.2
28562024-09-24T03:27:40.916Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28572024-09-24T03:27:41.422Z[ helios-setup] Sep 24 03:27:40.866 INFO E| Compiling try-lock v0.2.4
28582024-09-24T03:27:41.503Z[ helios-setup] Sep 24 03:27:40.948 INFO E| Compiling same-file v1.0.6
28592024-09-24T03:27:41.780Z[ helios-setup] Sep 24 03:27:41.225 INFO E| Compiling crc32fast v1.3.2
28602024-09-24T03:27:41.950Z[ helios-setup] Sep 24 03:27:41.395 INFO E| Compiling walkdir v2.3.3
28612024-09-24T03:27:42.137Z[ helios-setup] Sep 24 03:27:41.533 INFO E| Compiling want v0.3.0
28622024-09-24T03:27:42.874Z[ helios-setup] Sep 24 03:27:42.318 INFO E| Compiling dirs-next v2.0.0
28632024-09-24T03:27:43.523Z[ helios-setup] Sep 24 03:27:42.967 INFO E| Compiling semver v0.11.0
28642024-09-24T03:27:44.858Z[ helios-setup] Sep 24 03:27:44.303 INFO E| Compiling tokio-util v0.7.7
28652024-09-24T03:27:45.550Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28662024-09-24T03:27:45.650Z[ host-package] Compiling flume v0.11.0
28672024-09-24T03:27:46.009Z[ helios-setup] Sep 24 03:27:45.453 INFO E| Compiling proc-macro-crate v1.2.1
28682024-09-24T03:27:46.400Z[ host-package] Compiling cargo_metadata v0.18.1
28692024-09-24T03:27:47.209Z[ host-package] Compiling env_logger v0.11.5
28702024-09-24T03:27:47.260Z[ host-package] Compiling bitstruct v0.1.1
28712024-09-24T03:27:47.452Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28722024-09-24T03:27:47.600Z[ helios-setup] Sep 24 03:27:47.044 INFO E| Compiling h2 v0.3.16
28732024-09-24T03:27:47.771Z[ helios-setup] Sep 24 03:27:47.216 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28742024-09-24T03:27:47.845Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28752024-09-24T03:27:49.295Z[ helios-setup] Sep 24 03:27:48.740 INFO E| Compiling futures-executor v0.3.28
28762024-09-24T03:27:49.895Z[ host-package] Compiling p384 v0.13.0
28772024-09-24T03:27:50.569Z[ helios-setup] Sep 24 03:27:50.014 INFO E| Compiling http-body v0.4.5
28782024-09-24T03:27:51.719Z[ helios-setup] Sep 24 03:27:51.163 INFO E| Compiling ring v0.16.20
28792024-09-24T03:27:52.171Z[ helios-setup] Sep 24 03:27:51.616 INFO E| Compiling rand_core v0.6.4
28802024-09-24T03:27:52.858Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28812024-09-24T03:27:53.421Z[ helios-setup] Sep 24 03:27:52.832 INFO E| Compiling thread_local v1.1.7
28822024-09-24T03:27:53.878Z[ helios-setup] Sep 24 03:27:53.321 INFO E| Compiling home v0.5.4
28832024-09-24T03:27:54.687Z[ helios-setup] Sep 24 03:27:54.130 INFO E| Compiling base64 v0.21.0
28842024-09-24T03:27:55.059Z[ helios-setup] Sep 24 03:27:54.503 INFO E| Compiling adler v1.0.2
28852024-09-24T03:27:55.216Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28862024-09-24T03:27:55.817Z[ helios-setup] Sep 24 03:27:55.260 INFO E| Compiling rayon-core v1.10.2
28872024-09-24T03:27:55.888Z[ helios-setup] Sep 24 03:27:55.332 INFO E| Compiling tower-service v0.3.2
28882024-09-24T03:27:56.295Z[ helios-setup] Sep 24 03:27:55.696 INFO E| Compiling utf8parse v0.2.1
28892024-09-24T03:27:56.310Z[ host-package] Compiling tokio-tungstenite v0.20.1
28902024-09-24T03:27:56.608Z[ helios-setup] Sep 24 03:27:56.052 INFO E| Compiling ppv-lite86 v0.2.17
28912024-09-24T03:27:56.717Z[ helios-setup] Sep 24 03:27:56.162 INFO E| Compiling fastrand v1.9.0
28922024-09-24T03:27:57.109Z[ helios-setup] Sep 24 03:27:56.553 INFO E| Compiling httpdate v1.0.2
28932024-09-24T03:27:57.722Z[ host-package] Compiling git2 v0.19.0
28942024-09-24T03:27:57.802Z[ helios-setup] Sep 24 03:27:57.247 INFO E| Compiling lazy_static v1.4.0
28952024-09-24T03:27:58.574Z[ helios-setup] Sep 24 03:27:58.019 INFO E| Compiling hyper v0.14.25
28962024-09-24T03:27:58.995Z[ helios-setup] Sep 24 03:27:58.440 INFO E| Compiling rand_chacha v0.3.1
28972024-09-24T03:28:01.727Z[ helios-setup] Sep 24 03:28:01.134 INFO E| Compiling toolchain_find v0.2.0
28982024-09-24T03:28:02.518Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28992024-09-24T03:28:02.812Z[ helios-setup] Sep 24 03:28:02.211 INFO E| Compiling tempfile v3.5.0
29002024-09-24T03:28:02.861Z[ helios-setup] Sep 24 03:28:02.305 INFO E| Compiling anstyle-parse v0.1.1
29012024-09-24T03:28:03.558Z[ helios-setup] Sep 24 03:28:03.002 INFO E| Compiling miniz_oxide v0.6.2
29022024-09-24T03:28:09.435Z[ helios-setup] Sep 24 03:28:08.878 INFO E| Compiling futures v0.3.28
29032024-09-24T03:28:11.172Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29042024-09-24T03:28:16.046Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29052024-09-24T03:28:16.110Z[ helios-setup] Sep 24 03:28:15.553 INFO E| Compiling num_enum_derive v0.5.7
29062024-09-24T03:28:18.489Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29072024-09-24T03:28:20.223Z[ helios-setup] Sep 24 03:28:19.666 INFO E| Compiling cargo-lock v8.0.3
29082024-09-24T03:28:22.183Z[ host-package] Compiling libsqlite3-sys v0.30.1
29092024-09-24T03:28:22.649Z[ helios-setup] Sep 24 03:28:22.093 INFO E| Compiling crossbeam-deque v0.8.2
29102024-09-24T03:28:23.561Z[ host-package] Compiling serde_arrays v0.1.0
29112024-09-24T03:28:24.126Z[ helios-setup] Sep 24 03:28:23.569 INFO E| Compiling term v0.7.0
29122024-09-24T03:28:24.270Z[ helios-setup] Sep 24 03:28:23.714 INFO E| Compiling serde_urlencoded v0.7.1
29132024-09-24T03:28:24.344Z[ host-package] Compiling erased-serde v0.3.31
29142024-09-24T03:28:24.506Z[ helios-setup] Sep 24 03:28:23.949 INFO E| Compiling sha1 v0.10.5
29152024-09-24T03:28:24.743Z[ helios-setup] Sep 24 03:28:24.186 INFO E| Compiling sha2 v0.10.6
29162024-09-24T03:28:24.967Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29172024-09-24T03:28:25.740Z[ helios-setup] Sep 24 03:28:25.151 INFO E| Compiling is-terminal v0.4.7
29182024-09-24T03:28:26.092Z[ host-package] Compiling cfg_aliases v0.2.1
29192024-09-24T03:28:26.168Z[ helios-setup] Sep 24 03:28:25.611 INFO E| Compiling atty v0.2.14
29202024-09-24T03:28:26.300Z[ helios-setup] Sep 24 03:28:25.743 INFO E| Compiling concolor-query v0.3.3
29212024-09-24T03:28:26.681Z[ host-package] Compiling nix v0.29.0
29222024-09-24T03:28:26.910Z[ helios-setup] Sep 24 03:28:26.348 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29232024-09-24T03:28:26.973Z[ helios-setup] Sep 24 03:28:26.416 INFO E| Compiling concolor-override v1.0.0
29242024-09-24T03:28:27.916Z[ helios-setup] Sep 24 03:28:27.359 INFO E| Compiling anstyle v0.3.5
29252024-09-24T03:28:28.073Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29262024-09-24T03:28:28.189Z[ host-package] Compiling tokio-rustls v0.26.0
29272024-09-24T03:28:29.105Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29282024-09-24T03:28:29.476Z[ helios-setup] Sep 24 03:28:28.918 INFO E| Compiling anstream v0.2.6
29292024-09-24T03:28:32.159Z[ helios-setup] Sep 24 03:28:31.601 INFO E| Compiling slog-term v2.9.0
29302024-09-24T03:28:32.441Z[ helios-setup] Sep 24 03:28:31.883 INFO E| Compiling flate2 v1.0.25
29312024-09-24T03:28:33.857Z[ helios-setup] Sep 24 03:28:33.299 INFO E| Compiling num_enum v0.5.7
29322024-09-24T03:28:33.922Z[ helios-setup] Sep 24 03:28:33.365 INFO E| Compiling rustfmt-wrapper v0.2.0
29332024-09-24T03:28:34.740Z[ helios-setup] Sep 24 03:28:34.183 INFO E| Compiling rand v0.8.5
29342024-09-24T03:28:35.069Z[ helios-setup] Sep 24 03:28:34.510 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29352024-09-24T03:28:35.488Z[ helios-setup] Sep 24 03:28:34.930 INFO E| Compiling openapiv3 v1.0.2
29362024-09-24T03:28:36.215Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29372024-09-24T03:28:36.705Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29382024-09-24T03:28:37.929Z[ helios-setup] Sep 24 03:28:37.371 INFO E| Compiling encoding_rs v0.8.32
29392024-09-24T03:28:38.475Z[ helios-setup] Sep 24 03:28:37.918 INFO E| Compiling base64 v0.13.1
29402024-09-24T03:28:38.720Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29412024-09-24T03:28:39.811Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
29422024-09-24T03:28:39.971Z[ helios-setup] Sep 24 03:28:39.358 INFO E| Compiling either v1.8.0
29432024-09-24T03:28:40.218Z[ host-package] Compiling heck v0.3.3
29442024-09-24T03:28:40.736Z[ helios-setup] Sep 24 03:28:40.138 INFO E| Compiling ipnet v2.7.2
29452024-09-24T03:28:41.054Z[ host-package] Compiling castaway v0.2.3
29462024-09-24T03:28:41.687Z[ host-package] Compiling rand_seeder v0.3.0
29472024-09-24T03:28:42.842Z[ host-package] Compiling csv-core v0.1.11
29482024-09-24T03:28:43.544Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29492024-09-24T03:28:43.886Z[ helios-setup] Sep 24 03:28:43.328 INFO E| Compiling unsafe-libyaml v0.2.8
29502024-09-24T03:28:44.781Z[ host-package] Compiling http-range v0.1.5
29512024-09-24T03:28:44.899Z[ helios-setup] Sep 24 03:28:44.341 INFO E| Compiling project-root v0.2.2
29522024-09-24T03:28:45.693Z[ helios-setup] Sep 24 03:28:45.135 INFO E| Compiling strsim v0.10.0
29532024-09-24T03:28:46.009Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
29542024-09-24T03:28:46.216Z[ helios-setup] Sep 24 03:28:45.658 INFO E| Compiling utf-8 v0.7.6
29552024-09-24T03:28:46.849Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29562024-09-24T03:28:46.856Z[ helios-setup] Sep 24 03:28:46.298 INFO E| Compiling mime v0.3.17
29572024-09-24T03:28:47.214Z[ helios-setup] Sep 24 03:28:46.656 INFO E| Compiling spin v0.5.2
29582024-09-24T03:28:47.823Z[ helios-setup] Sep 24 03:28:47.264 INFO E| Compiling byteorder v1.4.3
29592024-09-24T03:28:48.538Z[ helios-setup] Sep 24 03:28:47.980 INFO E| Compiling clap_lex v0.4.1
29602024-09-24T03:28:48.709Z[ host-package] Compiling hyper-staticfile v0.9.5
29612024-09-24T03:28:49.024Z[ helios-setup] Sep 24 03:28:48.466 INFO E| Compiling untrusted v0.7.1
29622024-09-24T03:28:49.337Z[ helios-setup] Sep 24 03:28:48.777 INFO E| Compiling clap_builder v4.2.1
29632024-09-24T03:28:49.340Z[ helios-setup] Sep 24 03:28:48.777 INFO E| Compiling tungstenite v0.18.0
29642024-09-24T03:28:49.695Z[ helios-setup] Sep 24 03:28:49.137 INFO E| Compiling reqwest v0.11.16
29652024-09-24T03:28:50.072Z[ helios-setup] Sep 24 03:28:49.514 INFO E| Compiling serde_yaml v0.9.21
29662024-09-24T03:28:51.952Z[ helios-setup] Sep 24 03:28:51.365 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29672024-09-24T03:28:54.454Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29682024-09-24T03:28:56.107Z[ host-package] Compiling csv v1.3.0
29692024-09-24T03:28:57.690Z[ helios-setup] Sep 24 03:28:57.132 INFO E| Compiling rayon v1.6.1
29702024-09-24T03:28:58.516Z[ helios-setup] Sep 24 03:28:57.958 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29712024-09-24T03:28:59.715Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29722024-09-24T03:29:00.164Z[ helios-setup] Sep 24 03:28:59.605 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29732024-09-24T03:29:00.210Z[ host-package] Compiling compact_str v0.8.0
29742024-09-24T03:29:00.365Z[ host-package] Compiling zone_cfg_derive v0.1.2
29752024-09-24T03:29:02.618Z[ helios-setup] Sep 24 03:29:02.059 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29762024-09-24T03:29:02.861Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
29772024-09-24T03:29:03.637Z[ host-package] Compiling nix v0.27.1
29782024-09-24T03:29:04.079Z[ helios-setup] Sep 24 03:29:03.521 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29792024-09-24T03:29:04.761Z[ helios-setup] Sep 24 03:29:04.202 INFO E| Compiling clap_derive v4.2.0
29802024-09-24T03:29:05.351Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
29812024-09-24T03:29:08.588Z[ helios-setup] Sep 24 03:29:08.023 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29822024-09-24T03:29:09.770Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29832024-09-24T03:29:10.882Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29842024-09-24T03:29:14.357Z[ helios-setup] Sep 24 03:29:13.798 INFO E| Compiling clap v4.2.1
29852024-09-24T03:29:15.888Z[ helios-setup] Sep 24 03:29:15.307 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29862024-09-24T03:29:20.990Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29872024-09-24T03:29:23.998Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29882024-09-24T03:29:24.769Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29892024-09-24T03:29:25.339Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29902024-09-24T03:29:26.008Z[ helios-setup] Sep 24 03:29:25.448 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29912024-09-24T03:29:26.104Z[ host-package] Compiling unicode-truncate v1.0.0
29922024-09-24T03:29:26.765Z[ host-package] Compiling hashlink v0.9.1
29932024-09-24T03:29:28.775Z[ host-package] Compiling lru v0.12.3
29942024-09-24T03:29:29.592Z[ helios-setup] Sep 24 03:29:29.033 INFO E| Compiling tokio-tungstenite v0.18.0
29952024-09-24T03:29:29.724Z[ host-package] Compiling instability v0.3.2
29962024-09-24T03:29:29.861Z[ host-package] Compiling fallible-iterator v0.3.0
29972024-09-24T03:29:30.096Z[ host-package] Compiling base64 v0.13.1
29982024-09-24T03:29:30.859Z[ helios-setup] Sep 24 03:29:30.297 INFO E| Compiling smartstring v1.0.1
29992024-09-24T03:29:31.697Z[ host-package] Compiling cassowary v0.3.0
30002024-09-24T03:29:31.864Z[ helios-setup] Sep 24 03:29:31.304 INFO E| Compiling rustls v0.21.0
30012024-09-24T03:29:31.965Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30022024-09-24T03:29:32.038Z[ host-package] Compiling ron v0.7.1
30032024-09-24T03:29:32.688Z[ host-package] Compiling rusqlite v0.32.1
30042024-09-24T03:29:34.294Z[ helios-setup] Sep 24 03:29:33.734 INFO E| Compiling serde_spanned v0.6.1
30052024-09-24T03:29:34.783Z[ helios-setup] Sep 24 03:29:34.223 INFO E| Compiling toml_datetime v0.6.1
30062024-09-24T03:29:36.431Z[ helios-setup] Sep 24 03:29:35.871 INFO E| Compiling static_assertions v1.1.0
30072024-09-24T03:29:36.806Z[ helios-setup] Sep 24 03:29:36.203 INFO E| Compiling camino v1.1.4
30082024-09-24T03:29:38.059Z[ helios-setup] Sep 24 03:29:37.499 INFO E| Compiling winnow v0.4.1
30092024-09-24T03:29:39.010Z[ host-package] Compiling ratatui v0.28.0
30102024-09-24T03:29:40.499Z[ helios-setup] Sep 24 03:29:39.939 INFO E| Compiling slog-async v2.7.0
30112024-09-24T03:29:41.845Z[ helios-setup] Sep 24 03:29:41.285 INFO E| Compiling paste v1.0.12
30122024-09-24T03:29:42.680Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30132024-09-24T03:29:43.363Z[ helios-setup] Sep 24 03:29:42.774 INFO E| Compiling async-trait v0.1.68
30142024-09-24T03:29:44.609Z[ helios-setup] Sep 24 03:29:44.048 INFO E| Compiling match_cfg v0.1.0
30152024-09-24T03:29:44.742Z[ helios-setup] Sep 24 03:29:44.182 INFO E| Compiling hostname v0.3.1
30162024-09-24T03:29:45.530Z[ helios-setup] Sep 24 03:29:44.955 INFO E| Compiling toml_edit v0.19.8
30172024-09-24T03:29:47.915Z[ helios-setup] Sep 24 03:29:47.354 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30182024-09-24T03:29:50.488Z[ helios-setup] Sep 24 03:29:49.926 INFO E| Compiling slog-json v2.6.1
30192024-09-24T03:29:51.782Z[ helios-setup] Sep 24 03:29:51.222 INFO E| Compiling unicode-linebreak v0.1.4
30202024-09-24T03:29:56.450Z[ helios-setup] Sep 24 03:29:55.826 INFO E| Compiling async-stream-impl v0.3.5
30212024-09-24T03:29:56.897Z[ helios-setup] Sep 24 03:29:56.336 INFO E| Compiling rhai_codegen v1.5.0
30222024-09-24T03:29:59.413Z[ helios-setup] Sep 24 03:29:58.852 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30232024-09-24T03:30:00.396Z[ helios-setup] Sep 24 03:29:59.834 INFO E| Compiling take_mut v0.2.2
30242024-09-24T03:30:01.999Z[ helios-setup] Sep 24 03:30:01.437 INFO E| Compiling rhai v1.14.0
30252024-09-24T03:30:03.073Z[ helios-setup] Sep 24 03:30:02.512 INFO E| Compiling async-stream v0.3.5
30262024-09-24T03:30:04.211Z[ helios-setup] Sep 24 03:30:03.650 INFO E| Compiling toml v0.7.3
30272024-09-24T03:30:04.874Z[ helios-setup] Sep 24 03:30:04.312 INFO E| Compiling slog-bunyan v2.4.0
30282024-09-24T03:30:09.271Z[ helios-setup] Sep 24 03:30:08.710 INFO E| Compiling rustls-pemfile v1.0.2
30292024-09-24T03:30:10.803Z[ helios-setup] Sep 24 03:30:10.242 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30302024-09-24T03:30:13.929Z[ helios-setup] Sep 24 03:30:13.321 INFO E| Compiling bincode v1.3.3
30312024-09-24T03:30:14.097Z[ helios-setup] Sep 24 03:30:13.535 INFO E| Compiling serde_path_to_error v0.1.11
30322024-09-24T03:30:15.017Z[ helios-setup] Sep 24 03:30:14.449 INFO E| Compiling terminal_size v0.2.6
30332024-09-24T03:30:15.398Z[ helios-setup] Sep 24 03:30:14.836 INFO E| Compiling smawk v0.3.1
30342024-09-24T03:30:16.003Z[ helios-setup] Sep 24 03:30:15.433 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30352024-09-24T03:30:16.025Z[ helios-setup] Sep 24 03:30:15.463 INFO E| Compiling textwrap v0.16.0
30362024-09-24T03:30:16.668Z[ host-package] Compiling zone v0.1.8
30372024-09-24T03:30:22.382Z[ helios-setup] Sep 24 03:30:21.820 INFO E| Compiling sct v0.7.0
30382024-09-24T03:30:22.634Z[ helios-setup] Sep 24 03:30:22.006 INFO E| Compiling rustls-webpki v0.100.1
30392024-09-24T03:30:22.767Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30402024-09-24T03:30:24.347Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30412024-09-24T03:30:25.929Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30422024-09-24T03:30:33.227Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30432024-09-24T03:30:33.280Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30442024-09-24T03:30:33.583Z[ helios-setup] Sep 24 03:30:33.020 INFO E| Compiling git2 v0.16.1
30452024-09-24T03:30:34.293Z[ helios-setup] Sep 24 03:30:33.730 INFO E| Compiling tokio-rustls v0.24.0
30462024-09-24T03:30:35.715Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30472024-09-24T03:30:38.140Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30482024-09-24T03:30:41.240Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30492024-09-24T03:30:42.222Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30502024-09-24T03:30:45.252Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30512024-09-24T03:30:45.623Z[ host-package] Compiling signal-hook-tokio v0.3.1
30522024-09-24T03:30:46.131Z[ helios-setup] Sep 24 03:30:45.568 INFO E| Compiling built v0.6.0
30532024-09-24T03:30:46.727Z[ host-package] Compiling twox-hash v1.6.3
30542024-09-24T03:30:47.277Z[ helios-setup] Sep 24 03:30:46.714 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30552024-09-24T03:30:48.179Z[ host-package] Compiling yasna v0.5.2
30562024-09-24T03:30:48.978Z[ helios-setup] Sep 24 03:30:48.414 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30572024-09-24T03:30:49.790Z[ host-package] Compiling portpicker v0.1.1
30582024-09-24T03:30:50.187Z[ helios-setup] Sep 24 03:30:49.623 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30592024-09-24T03:30:50.699Z[ host-package] Compiling is_ci v1.2.0
30602024-09-24T03:30:51.572Z[ host-package] Compiling smawk v0.3.2
30612024-09-24T03:30:51.980Z[ host-package] Compiling unicode-linebreak v0.1.5
30622024-09-24T03:30:53.293Z[ host-package] Compiling textwrap v0.16.1
30632024-09-24T03:30:54.138Z[ host-package] Compiling supports-color v3.0.1
30642024-09-24T03:30:54.694Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30652024-09-24T03:30:57.834Z[ host-package] Compiling rcgen v0.12.1
30662024-09-24T03:30:59.133Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30672024-09-24T03:31:10.459Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30682024-09-24T03:31:14.841Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30692024-09-24T03:31:18.535Z[ helios-setup] Sep 24 03:31:17.970 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30702024-09-24T03:31:21.031Z[ helios-setup] Sep 24 03:31:20.467 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30712024-09-24T03:31:23.011Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30722024-09-24T03:31:32.401Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30732024-09-24T03:31:34.518Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30742024-09-24T03:31:35.847Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30752024-09-24T03:31:44.996Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30762024-09-24T03:31:45.699Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
30772024-09-24T03:31:56.667Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30782024-09-24T03:31:57.746Z[ host-package] Compiling fatfs v0.3.6
30792024-09-24T03:32:02.390Z[ host-package] Compiling subprocess v0.2.9
30802024-09-24T03:32:03.193Z[ host-package] Compiling rtoolbox v0.0.2
30812024-09-24T03:32:03.700Z[ host-package] Compiling assert_matches v1.5.0
30822024-09-24T03:32:05.586Z[ helios-setup] Sep 24 03:32:05.019 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30832024-09-24T03:32:06.947Z[ host-package] Compiling rpassword v7.3.1
30842024-09-24T03:32:07.632Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30852024-09-24T03:32:07.673Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30862024-09-24T03:32:09.418Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30872024-09-24T03:32:16.189Z[ host-package] Compiling tui-tree-widget v0.22.0
30882024-09-24T03:32:16.785Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30892024-09-24T03:32:17.193Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30902024-09-24T03:32:26.262Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30912024-09-24T03:32:35.218Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30922024-09-24T03:32:35.814Z[ host-package] Compiling uzers v0.11.3
30932024-09-24T03:32:36.960Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30942024-09-24T03:32:39.919Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30952024-09-24T03:32:43.460Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30962024-09-24T03:32:48.352Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30972024-09-24T03:33:10.910Z[ helios-setup] Sep 24 03:33:10.341 INFO E| Finished `release` profile [optimized] target(s) in 6m 48s
30982024-09-24T03:33:11.043Z[ helios-setup] Sep 24 03:33:10.474 INFO building project "pilot" ok (408 seconds)
30992024-09-24T03:33:11.043Z[ helios-setup] Sep 24 03:33:10.474 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31002024-09-24T03:33:11.046Z[ helios-setup] Sep 24 03:33:10.474 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31012024-09-24T03:33:11.419Z[ helios-setup] Sep 24 03:33:10.849 INFO E| Downloading crates ...
31022024-09-24T03:33:11.552Z[ helios-setup] Sep 24 03:33:10.982 INFO E| Downloaded typenum v1.15.0
31032024-09-24T03:33:11.556Z[ helios-setup] Sep 24 03:33:10.987 INFO E| Downloaded sha2 v0.10.5
31042024-09-24T03:33:11.559Z[ helios-setup] Sep 24 03:33:10.990 INFO E| Downloaded digest v0.10.3
31052024-09-24T03:33:11.562Z[ helios-setup] Sep 24 03:33:10.992 INFO E| Downloaded bytes v1.2.1
31062024-09-24T03:33:11.568Z[ helios-setup] Sep 24 03:33:10.998 INFO E| Downloaded anyhow v1.0.62
31072024-09-24T03:33:11.772Z[ helios-setup] Sep 24 03:33:11.202 INFO E| Compiling typenum v1.15.0
31082024-09-24T03:33:11.774Z[ helios-setup] Sep 24 03:33:11.202 INFO E| Compiling version_check v0.9.4
31092024-09-24T03:33:11.774Z[ helios-setup] Sep 24 03:33:11.202 INFO E| Compiling cfg-if v1.0.0
31102024-09-24T03:33:11.774Z[ helios-setup] Sep 24 03:33:11.202 INFO E| Compiling crc32fast v1.3.2
31112024-09-24T03:33:11.776Z[ helios-setup] Sep 24 03:33:11.206 INFO E| Compiling anyhow v1.0.62
31122024-09-24T03:33:11.779Z[ helios-setup] Sep 24 03:33:11.208 INFO E| Compiling adler v1.0.2
31132024-09-24T03:33:11.779Z[ helios-setup] Sep 24 03:33:11.208 INFO E| Compiling unicode-width v0.1.10
31142024-09-24T03:33:11.779Z[ helios-setup] Sep 24 03:33:11.208 INFO E| Compiling cpufeatures v0.2.5
31152024-09-24T03:33:12.356Z[ helios-setup] Sep 24 03:33:11.786 INFO E| Compiling getopts v0.2.21
31162024-09-24T03:33:12.358Z[ helios-setup] Sep 24 03:33:11.787 INFO E| Compiling bytes v1.2.1
31172024-09-24T03:33:12.672Z[ helios-setup] Sep 24 03:33:12.102 INFO E| Compiling miniz_oxide v0.6.2
31182024-09-24T03:33:12.675Z[ helios-setup] Sep 24 03:33:12.103 INFO E| Compiling bitflags v1.3.2
31192024-09-24T03:33:13.024Z[ helios-setup] Sep 24 03:33:12.454 INFO E| Compiling generic-array v0.14.6
31202024-09-24T03:33:14.435Z[ helios-setup] Sep 24 03:33:13.848 INFO E| Compiling flate2 v1.0.25
31212024-09-24T03:33:17.967Z[ helios-setup] Sep 24 03:33:17.396 INFO E| Compiling crypto-common v0.1.6
31222024-09-24T03:33:17.967Z[ helios-setup] Sep 24 03:33:17.396 INFO E| Compiling block-buffer v0.10.3
31232024-09-24T03:33:18.182Z[ helios-setup] Sep 24 03:33:17.612 INFO E| Compiling digest v0.10.3
31242024-09-24T03:33:18.592Z[ helios-setup] Sep 24 03:33:18.022 INFO E| Compiling sha2 v0.10.5
31252024-09-24T03:33:19.127Z[ helios-setup] Sep 24 03:33:18.556 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31262024-09-24T03:33:24.982Z[ helios-setup] Sep 24 03:33:24.412 INFO E| Finished `release` profile [optimized] target(s) in 13.84s
31272024-09-24T03:33:24.999Z[ helios-setup] Sep 24 03:33:24.429 INFO building project "bootserver" ok (13 seconds)
31282024-09-24T03:33:24.999Z[ helios-setup] Sep 24 03:33:24.429 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31292024-09-24T03:33:24.999Z[ helios-setup] Sep 24 03:33:24.429 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31302024-09-24T03:33:25.493Z[ helios-setup] Sep 24 03:33:24.922 INFO E| Compiling adler v1.0.2
31312024-09-24T03:33:25.678Z[ helios-setup] Sep 24 03:33:25.108 INFO E| Compiling miniz_oxide v0.7.2
31322024-09-24T03:33:28.471Z[ helios-setup] Sep 24 03:33:27.900 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31332024-09-24T03:33:29.394Z[ helios-setup] Sep 24 03:33:28.823 INFO E| Finished `release` profile [optimized] target(s) in 4.30s
31342024-09-24T03:33:29.403Z[ helios-setup] Sep 24 03:33:28.832 INFO building project "pinprick" ok (4 seconds)
31352024-09-24T03:33:29.403Z[ helios-setup] Sep 24 03:33:28.832 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31362024-09-24T03:33:29.406Z[ helios-setup] Sep 24 03:33:28.832 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31372024-09-24T03:33:29.762Z[ helios-setup] Sep 24 03:33:29.146 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31382024-09-24T03:33:30.242Z[ helios-setup] Sep 24 03:33:29.671 INFO E| From https://github.com/jclulow/rust-jmclib
31392024-09-24T03:33:30.242Z[ helios-setup] Sep 24 03:33:29.671 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31402024-09-24T03:33:30.279Z[ helios-setup] Sep 24 03:33:29.708 INFO E| Updating crates.io index
31412024-09-24T03:33:30.535Z[ helios-setup] Sep 24 03:33:29.964 INFO E| Downloading crates ...
31422024-09-24T03:33:30.700Z[ helios-setup] Sep 24 03:33:30.129 INFO E| Downloaded libdevinfo-sys v1.0.0
31432024-09-24T03:33:30.706Z[ helios-setup] Sep 24 03:33:30.135 INFO E| Downloaded digest v0.9.0
31442024-09-24T03:33:30.713Z[ helios-setup] Sep 24 03:33:30.142 INFO E| Downloaded md-5 v0.9.1
31452024-09-24T03:33:30.715Z[ helios-setup] Sep 24 03:33:30.145 INFO E| Downloaded sha-1 v0.9.8
31462024-09-24T03:33:30.718Z[ helios-setup] Sep 24 03:33:30.148 INFO E| Downloaded cpufeatures v0.2.9
31472024-09-24T03:33:30.721Z[ helios-setup] Sep 24 03:33:30.150 INFO E| Downloaded block-buffer v0.9.0
31482024-09-24T03:33:30.723Z[ helios-setup] Sep 24 03:33:30.151 INFO E| Downloaded uuid v0.8.2
31492024-09-24T03:33:30.739Z[ helios-setup] Sep 24 03:33:30.168 INFO E| Downloaded tempfile v3.7.0
31502024-09-24T03:33:30.742Z[ helios-setup] Sep 24 03:33:30.171 INFO E| Downloaded quote v1.0.31
31512024-09-24T03:33:30.745Z[ helios-setup] Sep 24 03:33:30.175 INFO E| Downloaded once_cell v1.18.0
31522024-09-24T03:33:30.751Z[ helios-setup] Sep 24 03:33:30.179 INFO E| Downloaded getrandom v0.2.10
31532024-09-24T03:33:30.755Z[ helios-setup] Sep 24 03:33:30.185 INFO E| Downloaded bitflags v2.3.3
31542024-09-24T03:33:30.759Z[ helios-setup] Sep 24 03:33:30.189 INFO E| Downloaded unicode-ident v1.0.11
31552024-09-24T03:33:30.763Z[ helios-setup] Sep 24 03:33:30.193 INFO E| Downloaded proc-macro2 v1.0.66
31562024-09-24T03:33:30.768Z[ helios-setup] Sep 24 03:33:30.197 INFO E| Downloaded anyhow v1.0.72
31572024-09-24T03:33:30.773Z[ helios-setup] Sep 24 03:33:30.202 INFO E| Downloaded serde v1.0.193
31582024-09-24T03:33:30.779Z[ helios-setup] Sep 24 03:33:30.207 INFO E| Downloaded serde_derive v1.0.193
31592024-09-24T03:33:30.849Z[ helios-setup] Sep 24 03:33:30.214 INFO E| Downloaded fastrand v2.0.0
31602024-09-24T03:33:30.852Z[ helios-setup] Sep 24 03:33:30.217 INFO E| Downloaded serde_json v1.0.103
31612024-09-24T03:33:30.852Z[ helios-setup] Sep 24 03:33:30.229 INFO E| Downloaded syn v2.0.32
31622024-09-24T03:33:30.852Z[ helios-setup] Sep 24 03:33:30.244 INFO E| Downloaded rustix v0.38.4
31632024-09-24T03:33:30.852Z[ helios-setup] Sep 24 03:33:30.280 INFO E| Downloaded libc v0.2.147
31642024-09-24T03:33:31.109Z[ helios-setup] Sep 24 03:33:30.538 INFO E| Compiling libc v0.2.147
31652024-09-24T03:33:31.109Z[ helios-setup] Sep 24 03:33:30.538 INFO E| Compiling proc-macro2 v1.0.66
31662024-09-24T03:33:31.109Z[ helios-setup] Sep 24 03:33:30.538 INFO E| Compiling cfg-if v1.0.0
31672024-09-24T03:33:31.112Z[ helios-setup] Sep 24 03:33:30.538 INFO E| Compiling unicode-ident v1.0.11
31682024-09-24T03:33:31.112Z[ helios-setup] Sep 24 03:33:30.539 INFO E| Compiling typenum v1.16.0
31692024-09-24T03:33:31.112Z[ helios-setup] Sep 24 03:33:30.539 INFO E| Compiling version_check v0.9.4
31702024-09-24T03:33:31.112Z[ helios-setup] Sep 24 03:33:30.539 INFO E| Compiling serde v1.0.193
31712024-09-24T03:33:31.112Z[ helios-setup] Sep 24 03:33:30.539 INFO E| Compiling slog v2.7.0
31722024-09-24T03:33:31.698Z[ helios-setup] Sep 24 03:33:31.128 INFO E| Compiling itoa v1.0.9
31732024-09-24T03:33:32.088Z[ helios-setup] Sep 24 03:33:31.517 INFO E| Compiling powerfmt v0.2.0
31742024-09-24T03:33:32.267Z[ helios-setup] Sep 24 03:33:31.696 INFO E| Compiling rustix v0.38.4
31752024-09-24T03:33:32.816Z[ helios-setup] Sep 24 03:33:32.244 INFO E| Compiling num-conv v0.1.0
31762024-09-24T03:33:32.876Z[ helios-setup] Sep 24 03:33:32.305 INFO E| Compiling time-core v0.1.2
31772024-09-24T03:33:33.072Z[ helios-setup] Sep 24 03:33:32.492 INFO E| Compiling generic-array v0.14.7
31782024-09-24T03:33:33.360Z[ helios-setup] Sep 24 03:33:32.784 INFO E| Compiling deranged v0.3.11
31792024-09-24T03:33:33.431Z[ helios-setup] Sep 24 03:33:32.860 INFO E| Compiling once_cell v1.18.0
31802024-09-24T03:33:33.456Z[ helios-setup] Sep 24 03:33:32.885 INFO E| Compiling time-macros v0.2.18
31812024-09-24T03:33:33.723Z[ helios-setup] Sep 24 03:33:33.152 INFO E| Compiling quote v1.0.31
31822024-09-24T03:33:34.345Z[ helios-setup] Sep 24 03:33:33.774 INFO E| Compiling bitflags v2.3.3
31832024-09-24T03:33:34.438Z[ helios-setup] Sep 24 03:33:33.867 INFO E| Compiling num_threads v0.1.6
31842024-09-24T03:33:34.702Z[ helios-setup] Sep 24 03:33:34.129 INFO E| Compiling syn v2.0.32
31852024-09-24T03:33:34.990Z[ helios-setup] Sep 24 03:33:34.418 INFO E| Compiling thread_local v1.1.7
31862024-09-24T03:33:35.351Z[ helios-setup] Sep 24 03:33:34.780 INFO E| Compiling opaque-debug v0.3.0
31872024-09-24T03:33:35.552Z[ helios-setup] Sep 24 03:33:34.981 INFO E| Compiling serde_json v1.0.103
31882024-09-24T03:33:36.214Z[ helios-setup] Sep 24 03:33:35.643 INFO E| Compiling dirs-sys-next v0.1.2
31892024-09-24T03:33:36.738Z[ helios-setup] Sep 24 03:33:36.167 INFO E| Compiling dirs-next v2.0.0
31902024-09-24T03:33:36.753Z[ helios-setup] Sep 24 03:33:36.182 INFO E| Compiling errno v0.3.1
31912024-09-24T03:33:36.984Z[ helios-setup] Sep 24 03:33:36.413 INFO E| Compiling term v0.7.0
31922024-09-24T03:33:37.391Z[ helios-setup] Sep 24 03:33:36.774 INFO E| Compiling atty v0.2.14
31932024-09-24T03:33:37.423Z[ helios-setup] Sep 24 03:33:36.852 INFO E| Compiling anyhow v1.0.72
31942024-09-24T03:33:37.660Z[ helios-setup] Sep 24 03:33:37.089 INFO E| Compiling fastrand v2.0.0
31952024-09-24T03:33:37.821Z[ helios-setup] Sep 24 03:33:37.250 INFO E| Compiling getrandom v0.2.10
31962024-09-24T03:33:38.246Z[ helios-setup] Sep 24 03:33:37.675 INFO E| Compiling digest v0.9.0
31972024-09-24T03:33:38.488Z[ helios-setup] Sep 24 03:33:37.885 INFO E| Compiling block-buffer v0.9.0
31982024-09-24T03:33:38.717Z[ helios-setup] Sep 24 03:33:38.143 INFO E| Compiling same-file v1.0.6
31992024-09-24T03:33:38.770Z[ helios-setup] Sep 24 03:33:38.199 INFO E| Compiling cpufeatures v0.2.9
32002024-09-24T03:33:38.854Z[ helios-setup] Sep 24 03:33:38.283 INFO E| Compiling unicode-width v0.1.10
32012024-09-24T03:33:38.872Z[ helios-setup] Sep 24 03:33:38.301 INFO E| Compiling ryu v1.0.15
32022024-09-24T03:33:39.359Z[ helios-setup] Sep 24 03:33:38.788 INFO E| Compiling getopts v0.2.21
32032024-09-24T03:33:39.617Z[ helios-setup] Sep 24 03:33:39.046 INFO E| Compiling time v0.3.36
32042024-09-24T03:33:39.640Z[ helios-setup] Sep 24 03:33:39.069 INFO E| Compiling walkdir v2.3.3
32052024-09-24T03:33:39.746Z[ helios-setup] Sep 24 03:33:39.175 INFO E| Compiling sha-1 v0.9.8
32062024-09-24T03:33:40.827Z[ helios-setup] Sep 24 03:33:40.256 INFO E| Compiling tempfile v3.7.0
32072024-09-24T03:33:40.970Z[ helios-setup] Sep 24 03:33:40.399 INFO E| Compiling md-5 v0.9.1
32082024-09-24T03:33:41.040Z[ helios-setup] Sep 24 03:33:40.469 INFO E| Compiling libdevinfo-sys v1.0.0
32092024-09-24T03:33:41.358Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102024-09-24T03:33:41.412Z[ helios-setup] Sep 24 03:33:40.841 INFO E| Compiling glob v0.3.1
32112024-09-24T03:33:43.047Z[ helios-setup] Sep 24 03:33:42.476 INFO E| Compiling slog-term v2.9.0
32122024-09-24T03:33:44.645Z[ helios-setup] Sep 24 03:33:44.073 INFO E| Compiling serde_derive v1.0.193
32132024-09-24T03:33:54.541Z[ host-package] Compiling multimap v0.10.0
32142024-09-24T03:34:00.464Z[ helios-setup] Sep 24 03:33:59.892 INFO E| Compiling toml v0.5.11
32152024-09-24T03:34:00.464Z[ helios-setup] Sep 24 03:33:59.892 INFO E| Compiling uuid v0.8.2
32162024-09-24T03:34:02.586Z[ helios-setup] Sep 24 03:34:02.014 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32172024-09-24T03:34:06.274Z[ helios-setup] Sep 24 03:34:05.702 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32182024-09-24T03:34:23.078Z[ helios-setup] Sep 24 03:34:22.505 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.58s
32192024-09-24T03:34:23.113Z[ helios-setup] Sep 24 03:34:22.540 INFO building project "image-builder" ok (53 seconds)
32202024-09-24T03:34:23.116Z[ helios-setup] rm -f helios-build
32212024-09-24T03:34:23.120Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32222024-09-24T03:34:23.123Z[ helios-setup]
32232024-09-24T03:34:23.123Z[ helios-setup] Setup complete! ./helios-build is now available.
32242024-09-24T03:34:23.125Z[ helios-setup]
32252024-09-24T03:34:23.127Z[ helios-setup]
32262024-09-24T03:34:23.127Z[ helios-setup] real 12:08.804192155
32272024-09-24T03:34:23.127Z[ helios-setup] user 28:40.474008832
32282024-09-24T03:34:23.127Z[ helios-setup] sys 3:32.148474745
32292024-09-24T03:34:23.127Z[ helios-setup] trap 1.700031249
32302024-09-24T03:34:23.127Z[ helios-setup] tflt 7.087740485
32312024-09-24T03:34:23.127Z[ helios-setup] dflt 37.922995563
32322024-09-24T03:34:23.127Z[ helios-setup] kflt 0.000347539
32332024-09-24T03:34:23.127Z[ helios-setup] lock 2:06:46.581834379
32342024-09-24T03:34:23.127Z[ helios-setup] slp 3:44:03.087765686
32352024-09-24T03:34:23.127Z[ helios-setup] lat 32:56.745355093
32362024-09-24T03:34:23.128Z[ helios-setup] stop 4:28.285669406
32372024-09-24T03:34:23.128ZSep 24 03:34:22.554 INFO [helios-setup] process exited with exit status: 0 (728.809883884s)
32382024-09-24T03:34:23.128ZSep 24 03:34:22.554 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
32392024-09-24T03:34:23.147Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
32402024-09-24T03:34:23.375Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
32412024-09-24T03:34:23.375Z[ phbl-toolchain] info: downloading component 'cargo'
32422024-09-24T03:34:24.636Z[ phbl-toolchain] info: downloading component 'clippy'
32432024-09-24T03:34:25.055Z[ phbl-toolchain] info: downloading component 'llvm-tools'
32442024-09-24T03:34:29.635Z[ phbl-toolchain] info: downloading component 'miri'
32452024-09-24T03:34:29.823Z[ phbl-toolchain] info: downloading component 'rust-docs'
32462024-09-24T03:34:31.351Z[ phbl-toolchain] info: downloading component 'rust-src'
32472024-09-24T03:34:31.786Z[ phbl-toolchain] info: downloading component 'rust-std'
32482024-09-24T03:34:33.600Z[ phbl-toolchain] info: downloading component 'rustc'
32492024-09-24T03:34:42.230Z[ phbl-toolchain] info: downloading component 'rustfmt'
32502024-09-24T03:34:42.872Z[ phbl-toolchain] info: installing component 'cargo'
32512024-09-24T03:34:44.187Z[ phbl-toolchain] info: installing component 'clippy'
32522024-09-24T03:34:44.736Z[ phbl-toolchain] info: installing component 'llvm-tools'
32532024-09-24T03:34:50.433Z[ phbl-toolchain] info: installing component 'miri'
32542024-09-24T03:34:50.774Z[ phbl-toolchain] info: installing component 'rust-docs'
32552024-09-24T03:34:58.453Z[ phbl-toolchain] info: installing component 'rust-src'
32562024-09-24T03:34:59.354Z[ phbl-toolchain] info: installing component 'rust-std'
32572024-09-24T03:35:01.676Z[ phbl-toolchain] info: installing component 'rustc'
32582024-09-24T03:35:11.292Z[ phbl-toolchain] info: installing component 'rustfmt'
32592024-09-24T03:35:12.130Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
32602024-09-24T03:35:12.133ZSep 24 03:35:11.557 INFO [phbl-toolchain] process exited with exit status: 0 (49.003219366s)
32612024-09-24T03:36:02.205Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32622024-09-24T03:36:16.283Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32632024-09-24T03:42:13.290Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 13s
32642024-09-24T03:43:14.710ZSep 24 03:43:14.114 INFO [host-package] process exited with exit status: 0 (1215.314095748s)
32652024-09-24T03:43:14.713ZSep 24 03:43:14.114 INFO [host-stamp] running task
32662024-09-24T03:43:14.713ZSep 24 03:43:14.115 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
32672024-09-24T03:43:14.713ZSep 24 03:43:14.115 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+git425a962cb77
32682024-09-24T03:43:14.722ZSep 24 03:43:14.125 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+git425a962cb77
32692024-09-24T03:43:14.727ZSep 24 03:43:14.131 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+git425a962cb77
32702024-09-24T03:43:14.731Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32712024-09-24T03:43:14.731Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32722024-09-24T03:43:14.733ZSep 24 03:43:14.136 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+git425a962cb77
32732024-09-24T03:43:14.737Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32742024-09-24T03:43:14.740ZSep 24 03:43:14.142 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+git425a962cb77
32752024-09-24T03:43:14.745Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32762024-09-24T03:43:14.747Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32772024-09-24T03:43:14.749ZSep 24 03:43:14.151 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+git425a962cb77
32782024-09-24T03:43:14.754Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32792024-09-24T03:43:14.757ZSep 24 03:43:14.161 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+git425a962cb77
32802024-09-24T03:43:14.764Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32812024-09-24T03:43:14.768ZSep 24 03:43:14.171 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+git425a962cb77
32822024-09-24T03:43:14.775Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32832024-09-24T03:43:14.775Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32842024-09-24T03:43:14.780ZSep 24 03:43:14.183 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (57.555043ms)
32852024-09-24T03:43:14.780ZSep 24 03:43:14.183 INFO [stamp-overlay] process exited with exit status: 0 (31.95519ms)
32862024-09-24T03:43:14.782Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32872024-09-24T03:43:14.792Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32882024-09-24T03:43:14.805Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32892024-09-24T03:43:14.809ZSep 24 03:43:14.213 INFO [stamp-oxlog] process exited with exit status: 0 (41.631067ms)
32902024-09-24T03:43:14.848Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32912024-09-24T03:43:14.852ZSep 24 03:43:14.255 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (124.757672ms)
32922024-09-24T03:43:15.013Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32932024-09-24T03:43:15.016ZSep 24 03:43:14.420 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (277.652313ms)
32942024-09-24T03:43:15.136Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32952024-09-24T03:43:15.139ZSep 24 03:43:14.543 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (406.64426ms)
32962024-09-24T03:43:15.842Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32972024-09-24T03:43:15.845ZSep 24 03:43:15.249 INFO [stamp-propolis-server] process exited with exit status: 0 (1.134073612s)
32982024-09-24T03:43:16.030Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32992024-09-24T03:43:18.356Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33002024-09-24T03:43:24.846Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33012024-09-24T03:43:24.849ZSep 24 03:43:24.252 INFO [stamp-switch-asic] process exited with exit status: 0 (10.091691702s)
33022024-09-24T03:43:24.852ZSep 24 03:43:24.252 INFO [host-stamp] task succeeded (10.138653483s)
33032024-09-24T03:43:24.852ZSep 24 03:43:24.253 INFO [host-proto] running task
33042024-09-24T03:43:25.209ZSep 24 03:43:24.611 INFO [host-proto] task succeeded (358.825674ms)
33052024-09-24T03:43:25.209ZSep 24 03:43:24.611 INFO [host-profile] running task
33062024-09-24T03:43:25.211ZSep 24 03:43:24.612 INFO [host-profile] task succeeded (275.755µs)
33072024-09-24T03:43:25.211ZSep 24 03:43:24.612 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpuKYIKS/proto/host/root -N 'ci 425a962/${os_short_commit} 2024-09-24 03:22' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33082024-09-24T03:43:25.224Z[ host-image] Sep 24 03:43:24.626 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33092024-09-24T03:43:25.224Z[ host-image] Sep 24 03:43:24.627 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33102024-09-24T03:43:25.240Z[ host-image] Sep 24 03:43:24.643 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpuKYIKS/proto/host/root"
33112024-09-24T03:43:25.240Z[ host-image] Sep 24 03:43:24.643 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33122024-09-24T03:43:25.242Z[ host-image] Sep 24 03:43:24.643 INFO image builder template: ramdisk-01-os...
33132024-09-24T03:43:25.242Z[ host-image] Sep 24 03:43:24.643 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/.tmpuKYIKS/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33142024-09-24T03:43:25.265Z[ host-image] Sep 24 03:43:24.668 INFO O| Sep 24 03:43:24.667 INFO CREATE DATASET: rpool/images/build/host/output
33152024-09-24T03:43:25.431Z[ host-image] Sep 24 03:43:24.833 INFO O| Sep 24 03:43:24.833 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33162024-09-24T03:43:25.435Z[ host-image] Sep 24 03:43:24.838 INFO O| Sep 24 03:43:24.837 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33172024-09-24T03:43:25.702Z[ host-image] Sep 24 03:43:25.105 INFO O| Sep 24 03:43:25.105 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33182024-09-24T03:43:25.765Z[ host-image] Sep 24 03:43:25.168 INFO O| Sep 24 03:43:25.168 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33192024-09-24T03:43:25.768Z[ host-image] Sep 24 03:43:25.168 INFO O| Sep 24 03:43:25.168 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33202024-09-24T03:43:25.768Z[ host-image] Sep 24 03:43:25.168 INFO O| Sep 24 03:43:25.168 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33212024-09-24T03:43:25.768Z[ host-image] Sep 24 03:43:25.168 INFO O| Sep 24 03:43:25.168 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33222024-09-24T03:43:25.777Z[ host-image] Sep 24 03:43:25.177 INFO O| Sep 24 03:43:25.177 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33232024-09-24T03:43:26.016Z[ host-image] Sep 24 03:43:25.419 INFO O| Sep 24 03:43:25.419 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33242024-09-24T03:43:26.033Z[ host-image] Sep 24 03:43:25.435 INFO O| Sep 24 03:43:25.435 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33252024-09-24T03:43:26.567Z[ host-image] Sep 24 03:43:25.970 INFO O| Sep 24 03:43:25.970 INFO O| Caching catalogs ... Done
33262024-09-24T03:43:26.689Z[ host-image] Sep 24 03:43:26.091 INFO O| Sep 24 03:43:26.091 INFO STEP 0 (pkg_image_create) COMPLETE
33272024-09-24T03:43:26.689Z[ host-image] Sep 24 03:43:26.091 INFO O| Sep 24 03:43:26.091 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33282024-09-24T03:43:26.691Z[ host-image] Sep 24 03:43:26.091 INFO O| Sep 24 03:43:26.091 INFO skip step because feature "repo_redist" is not enabled
33292024-09-24T03:43:26.691Z[ host-image] Sep 24 03:43:26.091 INFO O| Sep 24 03:43:26.091 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33302024-09-24T03:43:26.705Z[ host-image] Sep 24 03:43:26.107 INFO O| Sep 24 03:43:26.107 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"]
33312024-09-24T03:43:27.268Z[ host-image] Sep 24 03:43:26.671 INFO O| Sep 24 03:43:26.671 INFO STEP 2 (pkg_set_publisher) COMPLETE
33322024-09-24T03:43:27.268Z[ host-image] Sep 24 03:43:26.671 INFO O| Sep 24 03:43:26.671 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33332024-09-24T03:43:27.285Z[ host-image] Sep 24 03:43:26.688 INFO O| Sep 24 03:43:26.688 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"]
33342024-09-24T03:43:27.846Z[ host-image] Sep 24 03:43:27.249 INFO O| Sep 24 03:43:27.248 INFO STEP 3 (pkg_set_publisher) COMPLETE
33352024-09-24T03:43:27.848Z[ host-image] Sep 24 03:43:27.249 INFO O| Sep 24 03:43:27.248 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33362024-09-24T03:43:27.849Z[ host-image] Sep 24 03:43:27.249 INFO O| Sep 24 03:43:27.249 INFO skip step because feature "repo_redist" is not enabled
33372024-09-24T03:43:27.849Z[ host-image] Sep 24 03:43:27.249 INFO O| Sep 24 03:43:27.249 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33382024-09-24T03:43:28.421Z[ host-image] Sep 24 03:43:27.824 INFO O| Sep 24 03:43:27.824 INFO variant opensolaris.zone is already global
33392024-09-24T03:43:28.421Z[ host-image] Sep 24 03:43:27.824 INFO O| Sep 24 03:43:27.824 INFO STEP 5 (pkg_change_variant) COMPLETE
33402024-09-24T03:43:28.421Z[ host-image] Sep 24 03:43:27.824 INFO O| Sep 24 03:43:27.824 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33412024-09-24T03:43:28.957Z[ host-image] Sep 24 03:43:28.360 INFO O| Sep 24 03:43:28.360 INFO variant opensolaris.imagetype is full; changing to partial
33422024-09-24T03:43:28.957Z[ host-image] Sep 24 03:43:28.360 INFO O| Sep 24 03:43:28.360 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33432024-09-24T03:43:35.226Z[ host-image] Sep 24 03:43:34.628 INFO O| Sep 24 03:43:34.628 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33442024-09-24T03:43:36.834Z[recovery-package] Finished `release` profile [optimized] target(s) in 21.90s
33452024-09-24T03:43:37.752Z[ host-image] Sep 24 03:43:37.153 INFO O| Sep 24 03:43:37.153 INFO O| Startup: Caching catalogs ... Done
33462024-09-24T03:43:37.804Z[ host-image] Sep 24 03:43:37.205 INFO O| Sep 24 03:43:37.205 INFO O| Planning: Planning completed in 0.00 seconds
33472024-09-24T03:43:37.807Z[ host-image] Sep 24 03:43:37.206 INFO O| Sep 24 03:43:37.206 INFO O| Planning: Consolidating action changes ... Done
33482024-09-24T03:43:37.807Z[ host-image] Sep 24 03:43:37.206 INFO O| Sep 24 03:43:37.206 INFO O| Planning: Evaluating mediators ... Done
33492024-09-24T03:43:37.807Z[ host-image] Sep 24 03:43:37.206 INFO O| Sep 24 03:43:37.206 INFO O| Planning: Planning completed in 0.00 seconds
33502024-09-24T03:43:37.807Z[ host-image] Sep 24 03:43:37.206 INFO O| Sep 24 03:43:37.206 INFO O| Variants/Facets to change: 1
33512024-09-24T03:43:37.822Z[ host-image] Sep 24 03:43:37.224 INFO O| Sep 24 03:43:37.224 INFO O| Done
33522024-09-24T03:43:37.822Z[ host-image] Sep 24 03:43:37.224 INFO O| Sep 24 03:43:37.224 INFO O| Done
33532024-09-24T03:43:38.166ZSep 24 03:43:37.568 INFO [recovery-package] process exited with exit status: 0 (23.453683066s)
33542024-09-24T03:43:38.166ZSep 24 03:43:37.568 INFO [recovery-stamp] running task
33552024-09-24T03:43:38.169ZSep 24 03:43:37.569 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33562024-09-24T03:43:38.169ZSep 24 03:43:37.569 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+git425a962cb77
33572024-09-24T03:43:38.179ZSep 24 03:43:37.582 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+git425a962cb77
33582024-09-24T03:43:38.191Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33592024-09-24T03:43:38.195Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33602024-09-24T03:43:38.242Z[ host-image] Sep 24 03:43:37.644 INFO O| Sep 24 03:43:37.643 INFO O| Done
33612024-09-24T03:43:38.262Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33622024-09-24T03:43:38.266ZSep 24 03:43:37.668 INFO [stamp-installinator] process exited with exit status: 0 (99.372196ms)
33632024-09-24T03:43:38.273Z[ host-image] Sep 24 03:43:37.675 INFO O| Sep 24 03:43:37.675 INFO O| Done
33642024-09-24T03:43:38.275Z[ host-image] Sep 24 03:43:37.676 INFO O| Sep 24 03:43:37.676 INFO O| Done
33652024-09-24T03:43:38.275Z[ host-image] Sep 24 03:43:37.676 INFO O| Sep 24 03:43:37.676 INFO O| Done
33662024-09-24T03:43:38.275Z[ host-image] Sep 24 03:43:37.677 INFO O| Sep 24 03:43:37.677 INFO O| Done
33672024-09-24T03:43:38.297Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33682024-09-24T03:43:38.301ZSep 24 03:43:37.704 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (121.924173ms)
33692024-09-24T03:43:38.304ZSep 24 03:43:37.704 INFO [recovery-stamp] task succeeded (135.328553ms)
33702024-09-24T03:43:38.304ZSep 24 03:43:37.704 INFO [recovery-proto] running task
33712024-09-24T03:43:38.304ZSep 24 03:43:37.704 INFO [tuf-stamp] running task
33722024-09-24T03:43:38.304ZSep 24 03:43:37.705 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+git425a962cb77
33732024-09-24T03:43:38.312ZSep 24 03:43:37.715 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+git425a962cb77
33742024-09-24T03:43:38.324Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33752024-09-24T03:43:38.326ZSep 24 03:43:37.725 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+git425a962cb77
33762024-09-24T03:43:38.334ZSep 24 03:43:37.736 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+git425a962cb77
33772024-09-24T03:43:38.342Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33782024-09-24T03:43:38.346Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33792024-09-24T03:43:38.348ZSep 24 03:43:37.748 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+git425a962cb77
33802024-09-24T03:43:38.359Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33812024-09-24T03:43:38.361ZSep 24 03:43:37.762 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+git425a962cb77
33822024-09-24T03:43:38.376Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33832024-09-24T03:43:38.379ZSep 24 03:43:37.779 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+git425a962cb77
33842024-09-24T03:43:38.432Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33852024-09-24T03:43:38.434ZSep 24 03:43:37.834 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+git425a962cb77
33862024-09-24T03:43:38.463ZSep 24 03:43:37.865 INFO [recovery-proto] task succeeded (160.839118ms)
33872024-09-24T03:43:38.465ZSep 24 03:43:37.865 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpuKYIKS/proto/recovery/root -N 'recovery 425a962/${os_short_commit} 2024-09-24 03:22' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33882024-09-24T03:43:38.465Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33892024-09-24T03:43:38.483Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33902024-09-24T03:43:38.483ZSep 24 03:43:37.885 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+git425a962cb77
33912024-09-24T03:43:38.495Z[ recovery-image] Sep 24 03:43:37.885 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33922024-09-24T03:43:38.497Z[ recovery-image] Sep 24 03:43:37.885 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33932024-09-24T03:43:38.497ZSep 24 03:43:37.898 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+git425a962cb77
33942024-09-24T03:43:38.502Z[ recovery-image] Sep 24 03:43:37.902 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpuKYIKS/proto/recovery/root"
33952024-09-24T03:43:38.504Z[ recovery-image] Sep 24 03:43:37.902 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33962024-09-24T03:43:38.504Z[ recovery-image] Sep 24 03:43:37.902 INFO image builder template: ramdisk-01-os...
33972024-09-24T03:43:38.504Z[ recovery-image] Sep 24 03:43:37.902 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/.tmpuKYIKS/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33982024-09-24T03:43:38.507ZSep 24 03:43:37.907 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+git425a962cb77
33992024-09-24T03:43:38.513Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34002024-09-24T03:43:38.517Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34012024-09-24T03:43:38.523Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34022024-09-24T03:43:38.526Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34032024-09-24T03:43:38.575ZSep 24 03:43:37.978 INFO [stamp-probe] process exited with exit status: 0 (252.949754ms)
34042024-09-24T03:43:38.629Z[ recovery-image] Sep 24 03:43:38.032 INFO O| Sep 24 03:43:38.005 INFO CREATE DATASET: rpool/images/build/recovery/output
34052024-09-24T03:43:38.901Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34062024-09-24T03:43:38.935Z[ host-image] Sep 24 03:43:38.337 INFO O| Sep 24 03:43:38.337 INFO STEP 6 (pkg_change_variant) COMPLETE
34072024-09-24T03:43:38.942ZSep 24 03:43:38.345 INFO [stamp-ntp] process exited with exit status: 0 (597.029681ms)
34082024-09-24T03:43:38.959Z[ recovery-image] Sep 24 03:43:38.361 INFO O| Sep 24 03:43:38.361 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34092024-09-24T03:43:38.965Z[ recovery-image] Sep 24 03:43:38.367 INFO O| Sep 24 03:43:38.367 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34102024-09-24T03:43:38.982Z[ host-image] Sep 24 03:43:38.337 INFO O| Sep 24 03:43:38.337 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34112024-09-24T03:43:39.082Z[ host-image] Sep 24 03:43:38.337 INFO O| Sep 24 03:43:38.337 INFO skip step because feature "debug_variant" is not enabled
34122024-09-24T03:43:39.112Z[ host-image] Sep 24 03:43:38.337 INFO O| Sep 24 03:43:38.337 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34132024-09-24T03:43:39.315Z[ recovery-image] Sep 24 03:43:38.717 INFO O| Sep 24 03:43:38.717 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34142024-09-24T03:43:39.463Z[ recovery-image] Sep 24 03:43:38.865 INFO O| Sep 24 03:43:38.865 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34152024-09-24T03:43:39.463Z[ recovery-image] Sep 24 03:43:38.865 INFO O| Sep 24 03:43:38.865 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34162024-09-24T03:43:39.465Z[ recovery-image] Sep 24 03:43:38.865 INFO O| Sep 24 03:43:38.865 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34172024-09-24T03:43:39.465Z[ recovery-image] Sep 24 03:43:38.865 INFO O| Sep 24 03:43:38.865 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34182024-09-24T03:43:39.495Z[ recovery-image] Sep 24 03:43:38.897 INFO O| Sep 24 03:43:38.897 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34192024-09-24T03:43:39.557Z[ host-image] Sep 24 03:43:38.959 INFO O| Sep 24 03:43:38.958 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34202024-09-24T03:43:39.802Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34212024-09-24T03:43:39.807ZSep 24 03:43:39.209 INFO [stamp-internal-dns] process exited with exit status: 0 (1.324245457s)
34222024-09-24T03:43:40.091Z[ recovery-image] Sep 24 03:43:39.258 INFO O| Sep 24 03:43:39.258 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34232024-09-24T03:43:40.097Z[ recovery-image] Sep 24 03:43:39.273 INFO O| Sep 24 03:43:39.273 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
34242024-09-24T03:43:40.097Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34252024-09-24T03:43:40.097Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34262024-09-24T03:43:40.097ZSep 24 03:43:39.338 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.440093949s)
34272024-09-24T03:43:40.097ZSep 24 03:43:39.356 INFO [stamp-external-dns] process exited with exit status: 0 (1.448268273s)
34282024-09-24T03:43:40.110Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34292024-09-24T03:43:40.114ZSep 24 03:43:39.517 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.737595817s)
34302024-09-24T03:43:40.146Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
34312024-09-24T03:43:40.178Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34322024-09-24T03:43:40.326Z[ host-image] Sep 24 03:43:39.725 INFO O| Sep 24 03:43:39.725 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34332024-09-24T03:43:40.326Z[ host-image] Sep 24 03:43:39.727 INFO O| Sep 24 03:43:39.727 INFO O| Planning: Planning completed in 0.00 seconds
34342024-09-24T03:43:40.326Z[ host-image] Sep 24 03:43:39.727 INFO O| Sep 24 03:43:39.727 INFO O| Planning: Consolidating action changes ... Done
34352024-09-24T03:43:40.326Z[ host-image] Sep 24 03:43:39.728 INFO O| Sep 24 03:43:39.728 INFO O| Planning: Evaluating mediators ... Done
34362024-09-24T03:43:40.329Z[ host-image] Sep 24 03:43:39.728 INFO O| Sep 24 03:43:39.728 INFO O| Planning: Planning completed in 0.00 seconds
34372024-09-24T03:43:40.329Z[ host-image] Sep 24 03:43:39.729 INFO O| Sep 24 03:43:39.728 INFO O| Variants/Facets to change: 1
34382024-09-24T03:43:40.350Z[ host-image] Sep 24 03:43:39.752 INFO O| Sep 24 03:43:39.752 INFO O| Done
34392024-09-24T03:43:40.350Z[ host-image] Sep 24 03:43:39.752 INFO O| Sep 24 03:43:39.752 INFO O| Done
34402024-09-24T03:43:40.394Z[ recovery-image] Sep 24 03:43:39.796 INFO O| Sep 24 03:43:39.796 INFO O| Caching catalogs ... Done
34412024-09-24T03:43:40.499Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
34422024-09-24T03:43:40.503ZSep 24 03:43:39.905 INFO [stamp-oximeter] process exited with exit status: 0 (2.071157722s)
34432024-09-24T03:43:40.512Z[ recovery-image] Sep 24 03:43:39.914 INFO O| Sep 24 03:43:39.914 INFO STEP 0 (pkg_image_create) COMPLETE
34442024-09-24T03:43:40.512Z[ recovery-image] Sep 24 03:43:39.914 INFO O| Sep 24 03:43:39.914 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34452024-09-24T03:43:40.514Z[ recovery-image] Sep 24 03:43:39.914 INFO O| Sep 24 03:43:39.914 INFO skip step because feature "repo_redist" is not enabled
34462024-09-24T03:43:40.514Z[ recovery-image] Sep 24 03:43:39.914 INFO O| Sep 24 03:43:39.914 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34472024-09-24T03:43:40.527Z[ recovery-image] Sep 24 03:43:39.929 INFO O| Sep 24 03:43:39.929 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"]
34482024-09-24T03:43:40.866Z[ host-image] Sep 24 03:43:40.268 INFO O| Sep 24 03:43:40.267 INFO O| Done
34492024-09-24T03:43:40.919Z[ host-image] Sep 24 03:43:40.321 INFO O| Sep 24 03:43:40.321 INFO O| Done
34502024-09-24T03:43:40.922Z[ host-image] Sep 24 03:43:40.322 INFO O| Sep 24 03:43:40.322 INFO O| Done
34512024-09-24T03:43:40.922Z[ host-image] Sep 24 03:43:40.322 INFO O| Sep 24 03:43:40.322 INFO O| Done
34522024-09-24T03:43:40.922Z[ host-image] Sep 24 03:43:40.324 INFO O| Sep 24 03:43:40.324 INFO O| Done
34532024-09-24T03:43:40.997Z[ host-image] Sep 24 03:43:40.399 INFO O| Sep 24 03:43:40.398 INFO STEP 8 (pkg_change_facet) COMPLETE
34542024-09-24T03:43:40.997Z[ host-image] Sep 24 03:43:40.399 INFO O| Sep 24 03:43:40.399 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34552024-09-24T03:43:40.997Z[ host-image] Sep 24 03:43:40.399 INFO O| Sep 24 03:43:40.399 INFO skip step because feature "recovery" is not enabled
34562024-09-24T03:43:40.999Z[ host-image] Sep 24 03:43:40.399 INFO O| Sep 24 03:43:40.399 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34572024-09-24T03:43:40.999Z[ host-image] Sep 24 03:43:40.399 INFO O| Sep 24 03:43:40.399 INFO skip step because feature "recovery" is not enabled
34582024-09-24T03:43:40.999Z[ host-image] Sep 24 03:43:40.399 INFO O| Sep 24 03:43:40.399 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34592024-09-24T03:43:41.013Z[ recovery-image] Sep 24 03:43:40.415 INFO O| Sep 24 03:43:40.415 INFO STEP 2 (pkg_set_publisher) COMPLETE
34602024-09-24T03:43:41.013Z[ recovery-image] Sep 24 03:43:40.415 INFO O| Sep 24 03:43:40.415 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34612024-09-24T03:43:41.015Z[ host-image] Sep 24 03:43:40.415 INFO O| Sep 24 03:43:40.415 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"]
34622024-09-24T03:43:41.024Z[ recovery-image] Sep 24 03:43:40.426 INFO O| Sep 24 03:43:40.426 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"]
34632024-09-24T03:43:41.510Z[ recovery-image] Sep 24 03:43:40.911 INFO O| Sep 24 03:43:40.911 INFO STEP 3 (pkg_set_publisher) COMPLETE
34642024-09-24T03:43:41.510Z[ recovery-image] Sep 24 03:43:40.911 INFO O| Sep 24 03:43:40.911 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34652024-09-24T03:43:41.510Z[ recovery-image] Sep 24 03:43:40.911 INFO O| Sep 24 03:43:40.911 INFO skip step because feature "repo_redist" is not enabled
34662024-09-24T03:43:41.510Z[ recovery-image] Sep 24 03:43:40.911 INFO O| Sep 24 03:43:40.911 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34672024-09-24T03:43:41.602Z[ host-image] Sep 24 03:43:41.004 INFO O| Sep 24 03:43:41.004 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34682024-09-24T03:43:41.991Z[ recovery-image] Sep 24 03:43:41.393 INFO O| Sep 24 03:43:41.393 INFO variant opensolaris.zone is already global
34692024-09-24T03:43:41.991Z[ recovery-image] Sep 24 03:43:41.393 INFO O| Sep 24 03:43:41.393 INFO STEP 5 (pkg_change_variant) COMPLETE
34702024-09-24T03:43:41.991Z[ recovery-image] Sep 24 03:43:41.393 INFO O| Sep 24 03:43:41.393 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34712024-09-24T03:43:42.087Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34722024-09-24T03:43:42.092ZSep 24 03:43:41.494 INFO [stamp-nexus] process exited with exit status: 0 (3.757547492s)
34732024-09-24T03:43:42.450Z[ recovery-image] Sep 24 03:43:41.850 INFO O| Sep 24 03:43:41.850 INFO variant opensolaris.imagetype is full; changing to partial
34742024-09-24T03:43:42.450Z[ recovery-image] Sep 24 03:43:41.850 INFO O| Sep 24 03:43:41.850 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34752024-09-24T03:43:43.864Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34762024-09-24T03:43:43.869ZSep 24 03:43:43.271 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.566065803s)
34772024-09-24T03:43:44.691Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34782024-09-24T03:43:44.853Z[verify-libraries] Compiling polyval v0.6.2
34792024-09-24T03:43:44.856Z[verify-libraries] Compiling ctr v0.9.2
34802024-09-24T03:43:44.919Z[verify-libraries] Compiling ssh-encoding v0.2.0
34812024-09-24T03:43:44.919Z[verify-libraries] Compiling blowfish v0.9.1
34822024-09-24T03:43:45.203Z[verify-libraries] Compiling ghash v0.5.1
34832024-09-24T03:43:45.361Z[verify-libraries] Compiling password-hash v0.4.2
34842024-09-24T03:43:45.363Z[verify-libraries] Compiling matches v0.1.10
34852024-09-24T03:43:45.597Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34862024-09-24T03:43:45.666Z[verify-libraries] Compiling aes-gcm v0.10.3
34872024-09-24T03:43:45.741Z[verify-libraries] Compiling idna v0.2.3
34882024-09-24T03:43:45.748Z[verify-libraries] Compiling p256 v0.13.2
34892024-09-24T03:43:45.748Z[verify-libraries] Compiling p521 v0.13.3
34902024-09-24T03:43:46.300Z[verify-libraries] Compiling ssh-cipher v0.2.0
34912024-09-24T03:43:46.365Z[verify-libraries] Compiling pbkdf2 v0.11.0
34922024-09-24T03:43:46.442Z[verify-libraries] Compiling enum-as-inner v0.5.1
34932024-09-24T03:43:46.995Z[verify-libraries] Compiling ssh-key v0.6.6
34942024-09-24T03:43:47.935Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34952024-09-24T03:43:48.212Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34962024-09-24T03:43:48.216Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34972024-09-24T03:43:48.231Z[verify-libraries] Compiling md5 v0.7.0
34982024-09-24T03:43:48.245ZSep 24 03:43:47.647 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.931950634s)
34992024-09-24T03:43:48.251ZSep 24 03:43:47.653 INFO [stamp-clickhouse] process exited with exit status: 0 (9.891099143s)
35002024-09-24T03:43:48.255ZSep 24 03:43:47.653 INFO [tuf-stamp] task succeeded (9.949055458s)
35012024-09-24T03:43:48.727Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35022024-09-24T03:43:48.946Z[verify-libraries] Compiling num-bigint v0.4.5
35032024-09-24T03:43:48.946Z[verify-libraries] Compiling des v0.8.1
35042024-09-24T03:43:49.670Z[ recovery-image] Sep 24 03:43:49.071 INFO O| Sep 24 03:43:49.071 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35052024-09-24T03:43:49.924Z[verify-libraries] Compiling russh-keys v0.45.0
35062024-09-24T03:43:51.438Z[verify-libraries] Compiling hex-literal v0.4.1
35072024-09-24T03:43:51.670Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35082024-09-24T03:43:52.718Z[verify-libraries] Compiling russh v0.45.0
35092024-09-24T03:43:56.926Z[ recovery-image] Sep 24 03:43:56.322 INFO O| Sep 24 03:43:56.322 INFO O| Startup: Caching catalogs ... Done
35102024-09-24T03:43:56.998Z[ recovery-image] Sep 24 03:43:56.398 INFO O| Sep 24 03:43:56.398 INFO O| Planning: Planning completed in 0.00 seconds
35112024-09-24T03:43:57.002Z[ recovery-image] Sep 24 03:43:56.399 INFO O| Sep 24 03:43:56.399 INFO O| Planning: Consolidating action changes ... Done
35122024-09-24T03:43:57.002Z[ recovery-image] Sep 24 03:43:56.399 INFO O| Sep 24 03:43:56.399 INFO O| Planning: Evaluating mediators ... Done
35132024-09-24T03:43:57.002Z[ recovery-image] Sep 24 03:43:56.400 INFO O| Sep 24 03:43:56.400 INFO O| Planning: Planning completed in 0.00 seconds
35142024-09-24T03:43:57.002Z[ recovery-image] Sep 24 03:43:56.400 INFO O| Sep 24 03:43:56.400 INFO O| Variants/Facets to change: 1
35152024-09-24T03:43:57.082Z[ recovery-image] Sep 24 03:43:56.483 INFO O| Sep 24 03:43:56.483 INFO O| Done
35162024-09-24T03:43:57.082Z[ recovery-image] Sep 24 03:43:56.483 INFO O| Sep 24 03:43:56.483 INFO O| Done
35172024-09-24T03:43:57.745Z[verify-libraries] Compiling dhcproto v0.12.0
35182024-09-24T03:43:57.764Z[ recovery-image] Sep 24 03:43:57.153 INFO O| Sep 24 03:43:57.153 INFO O| Done
35192024-09-24T03:43:57.815Z[ recovery-image] Sep 24 03:43:57.216 INFO O| Sep 24 03:43:57.216 INFO O| Done
35202024-09-24T03:43:57.818Z[ recovery-image] Sep 24 03:43:57.218 INFO O| Sep 24 03:43:57.218 INFO O| Done
35212024-09-24T03:43:57.818Z[ recovery-image] Sep 24 03:43:57.218 INFO O| Sep 24 03:43:57.218 INFO O| Done
35222024-09-24T03:43:57.820Z[ recovery-image] Sep 24 03:43:57.220 INFO O| Sep 24 03:43:57.220 INFO O| Done
35232024-09-24T03:43:58.275Z[ recovery-image] Sep 24 03:43:57.676 INFO O| Sep 24 03:43:57.676 INFO STEP 6 (pkg_change_variant) COMPLETE
35242024-09-24T03:43:58.275Z[ recovery-image] Sep 24 03:43:57.677 INFO O| Sep 24 03:43:57.676 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35252024-09-24T03:43:58.278Z[ recovery-image] Sep 24 03:43:57.677 INFO O| Sep 24 03:43:57.676 INFO skip step because feature "debug_variant" is not enabled
35262024-09-24T03:43:58.278Z[ recovery-image] Sep 24 03:43:57.677 INFO O| Sep 24 03:43:57.676 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35272024-09-24T03:43:58.443Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35282024-09-24T03:43:58.501Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35292024-09-24T03:43:58.994Z[ recovery-image] Sep 24 03:43:58.395 INFO O| Sep 24 03:43:58.395 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35302024-09-24T03:43:59.251Z[verify-libraries] Compiling internet-checksum v0.2.1
35312024-09-24T03:43:59.721Z[verify-libraries] Compiling heck v0.4.1
35322024-09-24T03:43:59.972Z[ recovery-image] Sep 24 03:43:59.373 INFO O| Sep 24 03:43:59.373 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35332024-09-24T03:43:59.978Z[ recovery-image] Sep 24 03:43:59.375 INFO O| Sep 24 03:43:59.375 INFO O| Planning: Planning completed in 0.00 seconds
35342024-09-24T03:43:59.978Z[ recovery-image] Sep 24 03:43:59.376 INFO O| Sep 24 03:43:59.376 INFO O| Planning: Consolidating action changes ... Done
35352024-09-24T03:43:59.978Z[ recovery-image] Sep 24 03:43:59.376 INFO O| Sep 24 03:43:59.376 INFO O| Planning: Evaluating mediators ... Done
35362024-09-24T03:43:59.978Z[ recovery-image] Sep 24 03:43:59.376 INFO O| Sep 24 03:43:59.376 INFO O| Planning: Planning completed in 0.00 seconds
35372024-09-24T03:43:59.978Z[ recovery-image] Sep 24 03:43:59.376 INFO O| Sep 24 03:43:59.376 INFO O| Variants/Facets to change: 1
35382024-09-24T03:44:00.115Z[ recovery-image] Sep 24 03:43:59.512 INFO O| Sep 24 03:43:59.512 INFO O| Done
35392024-09-24T03:44:00.115Z[ recovery-image] Sep 24 03:43:59.512 INFO O| Sep 24 03:43:59.512 INFO O| Done
35402024-09-24T03:44:00.618Z[ recovery-image] Sep 24 03:44:00.019 INFO O| Sep 24 03:44:00.019 INFO O| Done
35412024-09-24T03:44:00.673Z[ recovery-image] Sep 24 03:44:00.074 INFO O| Sep 24 03:44:00.074 INFO O| Done
35422024-09-24T03:44:00.678Z[ recovery-image] Sep 24 03:44:00.075 INFO O| Sep 24 03:44:00.075 INFO O| Done
35432024-09-24T03:44:00.678Z[ recovery-image] Sep 24 03:44:00.075 INFO O| Sep 24 03:44:00.075 INFO O| Done
35442024-09-24T03:44:00.678Z[ recovery-image] Sep 24 03:44:00.077 INFO O| Sep 24 03:44:00.076 INFO O| Done
35452024-09-24T03:44:00.785Z[ recovery-image] Sep 24 03:44:00.186 INFO O| Sep 24 03:44:00.185 INFO STEP 8 (pkg_change_facet) COMPLETE
35462024-09-24T03:44:00.785Z[ recovery-image] Sep 24 03:44:00.186 INFO O| Sep 24 03:44:00.185 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35472024-09-24T03:44:01.404Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35482024-09-24T03:44:01.474Z[ recovery-image] Sep 24 03:44:00.875 INFO O| Sep 24 03:44:00.875 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
35492024-09-24T03:44:02.420Z[ recovery-image] Sep 24 03:44:01.821 INFO O| Sep 24 03:44:01.821 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35502024-09-24T03:44:02.423Z[ recovery-image] Sep 24 03:44:01.823 INFO O| Sep 24 03:44:01.823 INFO O| Planning: Planning completed in 0.00 seconds
35512024-09-24T03:44:02.423Z[ recovery-image] Sep 24 03:44:01.824 INFO O| Sep 24 03:44:01.824 INFO O| Planning: Consolidating action changes ... Done
35522024-09-24T03:44:02.423Z[ recovery-image] Sep 24 03:44:01.824 INFO O| Sep 24 03:44:01.824 INFO O| Planning: Evaluating mediators ... Done
35532024-09-24T03:44:02.426Z[ recovery-image] Sep 24 03:44:01.825 INFO O| Sep 24 03:44:01.824 INFO O| Planning: Planning completed in 0.00 seconds
35542024-09-24T03:44:02.426Z[ recovery-image] Sep 24 03:44:01.825 INFO O| Sep 24 03:44:01.825 INFO O| Variants/Facets to change: 1
35552024-09-24T03:44:02.488Z[ recovery-image] Sep 24 03:44:01.889 INFO O| Sep 24 03:44:01.889 INFO O| Done
35562024-09-24T03:44:02.488Z[ recovery-image] Sep 24 03:44:01.889 INFO O| Sep 24 03:44:01.889 INFO O| Done
35572024-09-24T03:44:03.005Z[ recovery-image] Sep 24 03:44:02.405 INFO O| Sep 24 03:44:02.405 INFO O| Done
35582024-09-24T03:44:03.143Z[ recovery-image] Sep 24 03:44:02.544 INFO O| Sep 24 03:44:02.544 INFO O| Done
35592024-09-24T03:44:03.146Z[ recovery-image] Sep 24 03:44:02.545 INFO O| Sep 24 03:44:02.545 INFO O| Done
35602024-09-24T03:44:03.146Z[ recovery-image] Sep 24 03:44:02.545 INFO O| Sep 24 03:44:02.545 INFO O| Done
35612024-09-24T03:44:03.146Z[ recovery-image] Sep 24 03:44:02.547 INFO O| Sep 24 03:44:02.547 INFO O| Done
35622024-09-24T03:44:03.250Z[ recovery-image] Sep 24 03:44:02.638 INFO O| Sep 24 03:44:02.638 INFO STEP 9 (pkg_change_facet) COMPLETE
35632024-09-24T03:44:03.250Z[ recovery-image] Sep 24 03:44:02.638 INFO O| Sep 24 03:44:02.638 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35642024-09-24T03:44:03.940Z[ recovery-image] Sep 24 03:44:03.339 INFO O| Sep 24 03:44:03.339 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35652024-09-24T03:44:04.998Z[ recovery-image] Sep 24 03:44:04.398 INFO O| Sep 24 03:44:04.398 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35662024-09-24T03:44:05.001Z[ recovery-image] Sep 24 03:44:04.400 INFO O| Sep 24 03:44:04.400 INFO O| Planning: Planning completed in 0.00 seconds
35672024-09-24T03:44:05.001Z[ recovery-image] Sep 24 03:44:04.402 INFO O| Sep 24 03:44:04.401 INFO O| Planning: Consolidating action changes ... Done
35682024-09-24T03:44:05.001Z[ recovery-image] Sep 24 03:44:04.402 INFO O| Sep 24 03:44:04.402 INFO O| Planning: Evaluating mediators ... Done
35692024-09-24T03:44:05.004Z[ recovery-image] Sep 24 03:44:04.402 INFO O| Sep 24 03:44:04.402 INFO O| Planning: Planning completed in 0.00 seconds
35702024-09-24T03:44:05.004Z[ recovery-image] Sep 24 03:44:04.403 INFO O| Sep 24 03:44:04.403 INFO O| Variants/Facets to change: 1
35712024-09-24T03:44:05.057Z[ recovery-image] Sep 24 03:44:04.457 INFO O| Sep 24 03:44:04.457 INFO O| Done
35722024-09-24T03:44:05.057Z[ recovery-image] Sep 24 03:44:04.457 INFO O| Sep 24 03:44:04.457 INFO O| Done
35732024-09-24T03:44:05.638Z[ recovery-image] Sep 24 03:44:05.039 INFO O| Sep 24 03:44:05.038 INFO O| Done
35742024-09-24T03:44:05.716Z[ recovery-image] Sep 24 03:44:05.116 INFO O| Sep 24 03:44:05.115 INFO O| Done
35752024-09-24T03:44:05.719Z[ recovery-image] Sep 24 03:44:05.117 INFO O| Sep 24 03:44:05.117 INFO O| Done
35762024-09-24T03:44:05.719Z[ recovery-image] Sep 24 03:44:05.117 INFO O| Sep 24 03:44:05.117 INFO O| Done
35772024-09-24T03:44:05.719Z[ recovery-image] Sep 24 03:44:05.119 INFO O| Sep 24 03:44:05.119 INFO O| Done
35782024-09-24T03:44:05.831Z[ recovery-image] Sep 24 03:44:05.231 INFO O| Sep 24 03:44:05.231 INFO STEP 10 (pkg_change_facet) COMPLETE
35792024-09-24T03:44:05.831Z[ recovery-image] Sep 24 03:44:05.231 INFO O| Sep 24 03:44:05.231 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35802024-09-24T03:44:05.850Z[ recovery-image] Sep 24 03:44:05.250 INFO O| Sep 24 03:44:05.249 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"]
35812024-09-24T03:44:06.950Z[ recovery-image] Sep 24 03:44:06.350 INFO O| Sep 24 03:44:06.350 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35822024-09-24T03:44:08.076Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35832024-09-24T03:44:09.123Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35842024-09-24T03:44:09.717Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35852024-09-24T03:44:10.113Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35862024-09-24T03:44:10.268Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35872024-09-24T03:44:10.617Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35882024-09-24T03:44:10.983Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35892024-09-24T03:44:11.024Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35902024-09-24T03:44:13.097Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35912024-09-24T03:44:14.209Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35922024-09-24T03:44:14.592Z[ host-image] Sep 24 03:44:13.992 INFO O| Sep 24 03:44:13.992 INFO O| Planning: Solver setup ... Done
35932024-09-24T03:44:20.484Z[verify-libraries] Compiling termios v0.3.3
35942024-09-24T03:44:20.671Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35952024-09-24T03:44:44.094Z[ recovery-image] Sep 24 03:44:43.488 INFO O| Sep 24 03:44:43.488 INFO O| Planning: Solver setup ... Done
35962024-09-24T03:44:46.523Z[ host-image] Sep 24 03:44:45.921 INFO O| Sep 24 03:44:45.921 INFO O| Planning: Running solver ... Done
35972024-09-24T03:44:46.859Z[ host-image] Sep 24 03:44:46.254 INFO O| Sep 24 03:44:46.254 INFO O| Planning: Finding local manifests ... Done
35982024-09-24T03:44:46.872Z[ host-image] Sep 24 03:44:46.270 INFO O| Sep 24 03:44:46.270 INFO O| Planning: Fetching manifests: 0/124 0% complete
35992024-09-24T03:44:49.799Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36002024-09-24T03:44:51.998Z[ host-image] Sep 24 03:44:51.397 INFO O| Sep 24 03:44:51.397 INFO O| Planning: Fetching manifests: 123/124 99% complete
36012024-09-24T03:45:00.241Z[ host-image] Sep 24 03:44:55.992 INFO O| Sep 24 03:44:55.992 INFO O| Planning: Fetching manifests: 124/124 100% complete
36022024-09-24T03:45:00.267Z[ host-image] Sep 24 03:44:57.378 INFO O| Sep 24 03:44:57.378 INFO O| Planning: Package planning ... Done
36032024-09-24T03:45:00.267Z[ host-image] Sep 24 03:44:58.994 INFO O| Sep 24 03:44:58.994 INFO O| Planning: Merging actions ... Done
36042024-09-24T03:45:00.267Z[ host-image] Sep 24 03:44:59.550 INFO O| Sep 24 03:44:59.550 INFO O| Planning: Checking for conflicting actions ... Done
36052024-09-24T03:45:00.508Z[ host-image] Sep 24 03:44:59.906 INFO O| Sep 24 03:44:59.906 INFO O| Planning: Consolidating action changes ... Done
36062024-09-24T03:45:01.106Z[ host-image] Sep 24 03:45:00.500 INFO O| Sep 24 03:45:00.500 INFO O| Planning: Evaluating mediators ... Done
36072024-09-24T03:45:07.378Z[ host-image] Sep 24 03:45:06.775 INFO O| Sep 24 03:45:06.775 INFO O| Planning: Planning completed in 85.77 seconds
36082024-09-24T03:45:07.385Z[ host-image] Sep 24 03:45:06.783 INFO O| Sep 24 03:45:06.783 INFO O| Packages to install: 124
36092024-09-24T03:45:07.387Z[ host-image] Sep 24 03:45:06.783 INFO O| Sep 24 03:45:06.783 INFO O| Mediators to change: 4
36102024-09-24T03:45:07.387Z[ host-image] Sep 24 03:45:06.783 INFO O| Sep 24 03:45:06.783 INFO O| Services to change: 6
36112024-09-24T03:45:07.509Z[ host-image] Sep 24 03:45:06.907 INFO O| Sep 24 03:45:06.907 INFO O| Download: 0/22731 items 0.0/196.5MB 0% complete
36122024-09-24T03:45:12.525Z[ host-image] Sep 24 03:45:11.923 INFO O| Sep 24 03:45:11.923 INFO O| Download: 943/22731 items 6.4/196.5MB 3% complete (1.3M/s)
36132024-09-24T03:45:14.863Z[ recovery-image] Sep 24 03:45:14.260 INFO O| Sep 24 03:45:14.260 INFO O| Planning: Running solver ... Done
36142024-09-24T03:45:15.295Z[ recovery-image] Sep 24 03:45:14.693 INFO O| Sep 24 03:45:14.693 INFO O| Planning: Finding local manifests ... Done
36152024-09-24T03:45:15.313Z[ recovery-image] Sep 24 03:45:14.711 INFO O| Sep 24 03:45:14.711 INFO O| Planning: Fetching manifests: 0/124 0% complete
36162024-09-24T03:45:17.592Z[ host-image] Sep 24 03:45:16.990 INFO O| Sep 24 03:45:16.990 INFO O| Download: 1596/22731 items 9.6/196.5MB 4% complete (1.1M/s)
36172024-09-24T03:45:21.756Z[ recovery-image] Sep 24 03:45:21.154 INFO O| Sep 24 03:45:21.153 INFO O| Planning: Fetching manifests: 124/124 100% complete
36182024-09-24T03:45:22.745Z[ recovery-image] Sep 24 03:45:22.142 INFO O| Sep 24 03:45:22.142 INFO O| Planning: Package planning ... Done
36192024-09-24T03:45:22.789Z[ host-image] Sep 24 03:45:22.186 INFO O| Sep 24 03:45:22.186 INFO O| Download: 1777/22731 items 11.8/196.5MB 5% complete (697k/s)
36202024-09-24T03:45:23.558Z[ recovery-image] Sep 24 03:45:22.955 INFO O| Sep 24 03:45:22.955 INFO O| Planning: Merging actions ... Done
36212024-09-24T03:45:23.889Z[ recovery-image] Sep 24 03:45:23.283 INFO O| Sep 24 03:45:23.283 INFO O| Planning: Checking for conflicting actions ... Done
36222024-09-24T03:45:24.069Z[ recovery-image] Sep 24 03:45:23.466 INFO O| Sep 24 03:45:23.466 INFO O| Planning: Consolidating action changes ... Done
36232024-09-24T03:45:24.426Z[ recovery-image] Sep 24 03:45:23.824 INFO O| Sep 24 03:45:23.823 INFO O| Planning: Evaluating mediators ... Done
36242024-09-24T03:45:27.790Z[ host-image] Sep 24 03:45:27.187 INFO O| Sep 24 03:45:27.187 INFO O| Download: 2051/22731 items 22.7/196.5MB 11% complete (1.3M/s)
36252024-09-24T03:45:28.715Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36262024-09-24T03:45:30.316Z[ recovery-image] Sep 24 03:45:29.713 INFO O| Sep 24 03:45:29.713 INFO O| Planning: Planning completed in 83.36 seconds
36272024-09-24T03:45:30.323Z[ recovery-image] Sep 24 03:45:29.721 INFO O| Sep 24 03:45:29.721 INFO O| Packages to install: 124
36282024-09-24T03:45:30.324Z[ recovery-image] Sep 24 03:45:29.721 INFO O| Sep 24 03:45:29.721 INFO O| Mediators to change: 4
36292024-09-24T03:45:30.326Z[ recovery-image] Sep 24 03:45:29.721 INFO O| Sep 24 03:45:29.721 INFO O| Services to change: 5
36302024-09-24T03:45:30.412Z[ recovery-image] Sep 24 03:45:29.809 INFO O| Sep 24 03:45:29.809 INFO O| Download: 0/15834 items 0.0/173.3MB 0% complete
36312024-09-24T03:45:32.966Z[ host-image] Sep 24 03:45:32.363 INFO O| Sep 24 03:45:32.363 INFO O| Download: 2302/22731 items 27.0/196.5MB 13% complete (1.5M/s)
36322024-09-24T03:45:35.416Z[ recovery-image] Sep 24 03:45:34.812 INFO O| Sep 24 03:45:34.812 INFO O| Download: 916/15834 items 7.3/173.3MB 4% complete (1.5M/s)
36332024-09-24T03:45:38.338Z[ host-image] Sep 24 03:45:37.735 INFO O| Sep 24 03:45:37.735 INFO O| Download: 2455/22731 items 28.2/196.5MB 14% complete (610k/s)
36342024-09-24T03:45:41.027Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36352024-09-24T03:45:41.174Z[ recovery-image] Sep 24 03:45:40.571 INFO O| Sep 24 03:45:40.571 INFO O| Download: 1101/15834 items 9.2/173.3MB 5% complete (1.1M/s)
36362024-09-24T03:45:42.716Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36372024-09-24T03:45:43.351Z[ host-image] Sep 24 03:45:42.747 INFO O| Sep 24 03:45:42.747 INFO O| Download: 2916/22731 items 33.2/196.5MB 16% complete (660k/s)
36382024-09-24T03:45:44.471Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36392024-09-24T03:45:48.834Z[ recovery-image] Sep 24 03:45:48.231 INFO O| Sep 24 03:45:48.230 INFO O| Download: 1164/15834 items 10.1/173.3MB 5% complete (479k/s)
36402024-09-24T03:45:52.418Z[ host-image] Sep 24 03:45:51.814 INFO O| Sep 24 03:45:51.814 INFO O| Download: 3485/22731 items 35.7/196.5MB 18% complete (833k/s)
36412024-09-24T03:45:53.972Z[ recovery-image] Sep 24 03:45:53.367 INFO O| Sep 24 03:45:53.367 INFO O| Download: 1465/15834 items 21.5/173.3MB 12% complete (1.2M/s)
36422024-09-24T03:45:57.430Z[ host-image] Sep 24 03:45:56.826 INFO O| Sep 24 03:45:56.826 INFO O| Download: 4257/22731 items 40.8/196.5MB 20% complete (993k/s)
36432024-09-24T03:46:00.523Z[ recovery-image] Sep 24 03:45:59.919 INFO O| Sep 24 03:45:59.919 INFO O| Download: 1649/15834 items 25.6/173.3MB 14% complete (1.7M/s)
36442024-09-24T03:46:03.406Z[ host-image] Sep 24 03:46:02.801 INFO O| Sep 24 03:46:02.801 INFO O| Download: 4493/22731 items 41.9/196.5MB 21% complete (893k/s)
36452024-09-24T03:46:05.543Z[ recovery-image] Sep 24 03:46:04.937 INFO O| Sep 24 03:46:04.937 INFO O| Download: 2545/15834 items 32.2/173.3MB 18% complete (1018k/s)
36462024-09-24T03:46:08.485Z[ host-image] Sep 24 03:46:07.880 INFO O| Sep 24 03:46:07.880 INFO O| Download: 4878/22731 items 45.7/196.5MB 23% complete (474k/s)
36472024-09-24T03:46:10.545Z[ recovery-image] Sep 24 03:46:09.941 INFO O| Sep 24 03:46:09.941 INFO O| Download: 3249/15834 items 37.7/173.3MB 21% complete (1.2M/s)
36482024-09-24T03:46:12.022Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36492024-09-24T03:46:13.560Z[ host-image] Sep 24 03:46:12.956 INFO O| Sep 24 03:46:12.955 INFO O| Download: 5800/22731 items 46.3/196.5MB 23% complete (459k/s)
36502024-09-24T03:46:15.570Z[ recovery-image] Sep 24 03:46:14.966 INFO O| Sep 24 03:46:14.965 INFO O| Download: 3866/15834 items 42.5/173.3MB 24% complete (1.1M/s)
36512024-09-24T03:46:16.958Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36522024-09-24T03:46:17.320Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36532024-09-24T03:46:18.566Z[ host-image] Sep 24 03:46:17.961 INFO O| Sep 24 03:46:17.961 INFO O| Download: 6759/22731 items 47.8/196.5MB 24% complete (174k/s)
36542024-09-24T03:46:20.583Z[ recovery-image] Sep 24 03:46:19.978 INFO O| Sep 24 03:46:19.978 INFO O| Download: 4771/15834 items 43.0/173.3MB 24% complete (545k/s)
36552024-09-24T03:46:25.588Z[ recovery-image] Sep 24 03:46:24.983 INFO O| Sep 24 03:46:24.982 INFO O| Download: 5456/15834 items 43.4/173.3MB 25% complete (93.9k/s)
36562024-09-24T03:46:27.364Z[ host-image] Sep 24 03:46:26.758 INFO O| Sep 24 03:46:26.758 INFO O| Download: 6980/22731 items 50.4/196.5MB 25% complete (407k/s)
36572024-09-24T03:46:30.800Z[ recovery-image] Sep 24 03:46:30.194 INFO O| Sep 24 03:46:30.194 INFO O| Download: 5736/15834 items 46.6/173.3MB 26% complete (350k/s)
36582024-09-24T03:46:32.373Z[ host-image] Sep 24 03:46:31.768 INFO O| Sep 24 03:46:31.767 INFO O| Download: 7669/22731 items 58.6/196.5MB 29% complete (874k/s)
36592024-09-24T03:46:36.427Z[ recovery-image] Sep 24 03:46:35.821 INFO O| Sep 24 03:46:35.821 INFO O| Download: 5747/15834 items 46.9/173.3MB 27% complete (361k/s)
36602024-09-24T03:46:37.729Z[ host-image] Sep 24 03:46:37.123 INFO O| Sep 24 03:46:37.123 INFO O| Download: 8335/22731 items 68.8/196.5MB 35% complete (1.8M/s)
36612024-09-24T03:46:42.224Z[ recovery-image] Sep 24 03:46:41.617 INFO O| Sep 24 03:46:41.617 INFO O| Download: 5942/15834 items 53.6/173.3MB 30% complete (727k/s)
36622024-09-24T03:46:42.734Z[ host-image] Sep 24 03:46:42.128 INFO O| Sep 24 03:46:42.128 INFO O| Download: 9227/22731 items 77.2/196.5MB 39% complete (1.8M/s)
36632024-09-24T03:46:47.737Z[ host-image] Sep 24 03:46:47.130 INFO O| Sep 24 03:46:47.130 INFO O| Download: 9874/22731 items 83.6/196.5MB 42% complete (1.5M/s)
36642024-09-24T03:46:48.328Z[ recovery-image] Sep 24 03:46:47.722 INFO O| Sep 24 03:46:47.721 INFO O| Download: 6012/15834 items 54.1/173.3MB 31% complete (703k/s)
36652024-09-24T03:46:53.329Z[ recovery-image] Sep 24 03:46:52.723 INFO O| Sep 24 03:46:52.723 INFO O| Download: 7028/15834 items 71.4/173.3MB 41% complete (2.1M/s)
36662024-09-24T03:46:53.424Z[ host-image] Sep 24 03:46:52.818 INFO O| Sep 24 03:46:52.818 INFO O| Download: 10413/22731 items 88.0/196.5MB 44% complete (1.6M/s)
36672024-09-24T03:46:58.430Z[ host-image] Sep 24 03:46:57.823 INFO O| Sep 24 03:46:57.823 INFO O| Download: 11084/22731 items 92.0/196.5MB 46% complete (816k/s)
36682024-09-24T03:46:58.733Z[ recovery-image] Sep 24 03:46:58.127 INFO O| Sep 24 03:46:58.127 INFO O| Download: 7620/15834 items 73.6/173.3MB 42% complete (2.1M/s)
36692024-09-24T03:47:03.559Z[ host-image] Sep 24 03:47:02.952 INFO O| Sep 24 03:47:02.952 INFO O| Download: 11138/22731 items 93.3/196.5MB 47% complete (535k/s)
36702024-09-24T03:47:03.738Z[ recovery-image] Sep 24 03:47:03.131 INFO O| Sep 24 03:47:03.131 INFO O| Download: 7754/15834 items 74.8/173.3MB 43% complete (229k/s)
36712024-09-24T03:47:08.563Z[ host-image] Sep 24 03:47:07.956 INFO O| Sep 24 03:47:07.956 INFO O| Download: 11273/22731 items 95.3/196.5MB 48% complete (344k/s)
36722024-09-24T03:47:09.177Z[ recovery-image] Sep 24 03:47:08.570 INFO O| Sep 24 03:47:08.570 INFO O| Download: 7866/15834 items 75.7/173.3MB 43% complete (271k/s)
36732024-09-24T03:47:13.690Z[ host-image] Sep 24 03:47:13.081 INFO O| Sep 24 03:47:13.081 INFO O| Download: 11967/22731 items 97.9/196.5MB 49% complete (412k/s)
36742024-09-24T03:47:14.179Z[ recovery-image] Sep 24 03:47:13.571 INFO O| Sep 24 03:47:13.571 INFO O| Download: 8041/15834 items 79.5/173.3MB 45% complete (432k/s)
36752024-09-24T03:47:18.696Z[ host-image] Sep 24 03:47:18.088 INFO O| Sep 24 03:47:18.088 INFO O| Download: 12125/22731 items 107.4/196.5MB 54% complete (1.1M/s)
36762024-09-24T03:47:19.325Z[ recovery-image] Sep 24 03:47:18.717 INFO O| Sep 24 03:47:18.717 INFO O| Download: 8674/15834 items 83.1/173.3MB 47% complete (658k/s)
36772024-09-24T03:47:23.696Z[ host-image] Sep 24 03:47:23.088 INFO O| Sep 24 03:47:23.088 INFO O| Download: 12357/22731 items 109.5/196.5MB 55% complete (1.2M/s)
36782024-09-24T03:47:25.085Z[ recovery-image] Sep 24 03:47:24.477 INFO O| Sep 24 03:47:24.477 INFO O| Download: 8821/15834 items 91.5/173.3MB 52% complete (1.3M/s)
36792024-09-24T03:47:29.504Z[ host-image] Sep 24 03:47:28.895 INFO O| Sep 24 03:47:28.895 INFO O| Download: 13312/22731 items 109.9/196.5MB 55% complete (800k/s)
36802024-09-24T03:47:30.144Z[ recovery-image] Sep 24 03:47:29.535 INFO O| Sep 24 03:47:29.535 INFO O| Download: 8955/15834 items 92.6/173.3MB 53% complete (895k/s)
36812024-09-24T03:47:34.540Z[ host-image] Sep 24 03:47:33.931 INFO O| Sep 24 03:47:33.931 INFO O| Download: 13817/22731 items 110.2/196.5MB 56% complete (68.7k/s)
36822024-09-24T03:47:35.164Z[ recovery-image] Sep 24 03:47:34.555 INFO O| Sep 24 03:47:34.555 INFO O| Download: 9521/15834 items 92.9/173.3MB 53% complete (148k/s)
36832024-09-24T03:47:40.166Z[ recovery-image] Sep 24 03:47:39.557 INFO O| Sep 24 03:47:39.557 INFO O| Download: 10314/15834 items 93.3/173.3MB 53% complete (67.2k/s)
36842024-09-24T03:47:43.140Z[ host-image] Sep 24 03:47:42.531 INFO O| Sep 24 03:47:42.531 INFO O| Download: 13900/22731 items 110.2/196.5MB 56% complete (54.2k/s)
36852024-09-24T03:47:45.368Z[ recovery-image] Sep 24 03:47:44.759 INFO O| Sep 24 03:47:44.759 INFO O| Download: 10923/15834 items 93.9/173.3MB 54% complete (95.5k/s)
36862024-09-24T03:47:48.980Z[ host-image] Sep 24 03:47:48.371 INFO O| Sep 24 03:47:48.371 INFO O| Download: 14267/22731 items 110.7/196.5MB 56% complete (34.7k/s)
36872024-09-24T03:47:50.372Z[ recovery-image] Sep 24 03:47:49.763 INFO O| Sep 24 03:47:49.762 INFO O| Download: 11197/15834 items 101.2/173.3MB 58% complete (763k/s)
36882024-09-24T03:47:54.206Z[ host-image] Sep 24 03:47:53.597 INFO O| Sep 24 03:47:53.597 INFO O| Download: 14501/22731 items 114.5/196.5MB 58% complete (394k/s)
36892024-09-24T03:47:55.445Z[ recovery-image] Sep 24 03:47:54.835 INFO O| Sep 24 03:47:54.835 INFO O| Download: 11506/15834 items 111.2/173.3MB 64% complete (1.7M/s)
36902024-09-24T03:47:59.218Z[ host-image] Sep 24 03:47:58.608 INFO O| Sep 24 03:47:58.608 INFO O| Download: 15108/22731 items 122.5/196.5MB 62% complete (1.2M/s)
36912024-09-24T03:48:00.470Z[ recovery-image] Sep 24 03:47:59.860 INFO O| Sep 24 03:47:59.860 INFO O| Download: 11914/15834 items 127.9/173.3MB 73% complete (2.8M/s)
36922024-09-24T03:48:04.218Z[ host-image] Sep 24 03:48:03.608 INFO O| Sep 24 03:48:03.608 INFO O| Download: 15550/22731 items 123.5/196.5MB 62% complete (885k/s)
36932024-09-24T03:48:05.887Z[ recovery-image] Sep 24 03:48:05.277 INFO O| Sep 24 03:48:05.277 INFO O| Download: 11972/15834 items 136.2/173.3MB 78% complete (2.5M/s)
36942024-09-24T03:48:09.226Z[ host-image] Sep 24 03:48:08.616 INFO O| Sep 24 03:48:08.616 INFO O| Download: 15905/22731 items 130.7/196.5MB 66% complete (840k/s)
36952024-09-24T03:48:10.902Z[ recovery-image] Sep 24 03:48:10.292 INFO O| Sep 24 03:48:10.292 INFO O| Download: 12703/15834 items 139.9/173.3MB 80% complete (1.2M/s)
36962024-09-24T03:48:14.231Z[ host-image] Sep 24 03:48:13.621 INFO O| Sep 24 03:48:13.621 INFO O| Download: 16398/22731 items 132.9/196.5MB 67% complete (935k/s)
36972024-09-24T03:48:19.249Z[ host-image] Sep 24 03:48:18.639 INFO O| Sep 24 03:48:18.639 INFO O| Download: 17196/22731 items 138.1/196.5MB 70% complete (760k/s)
36982024-09-24T03:48:23.541Z[ recovery-image] Sep 24 03:48:22.913 INFO O| Sep 24 03:48:22.913 INFO O| Download: 13007/15834 items 141.0/173.3MB 81% complete (1.1M/s)
36992024-09-24T03:48:28.526Z[ recovery-image] Sep 24 03:48:27.915 INFO O| Sep 24 03:48:27.915 INFO O| Download: 13828/15834 items 144.3/173.3MB 83% complete (680k/s)
37002024-09-24T03:48:33.534Z[ recovery-image] Sep 24 03:48:32.923 INFO O| Sep 24 03:48:32.923 INFO O| Download: 14326/15834 items 146.3/173.3MB 84% complete (552k/s)
37012024-09-24T03:48:38.810Z[ recovery-image] Sep 24 03:48:38.198 INFO O| Sep 24 03:48:38.198 INFO O| Download: 14651/15834 items 147.6/173.3MB 85% complete (408k/s)
37022024-09-24T03:48:44.037Z[ recovery-image] Sep 24 03:48:43.425 INFO O| Sep 24 03:48:43.425 INFO O| Download: 14679/15834 items 148.0/173.3MB 85% complete (167k/s)
37032024-09-24T03:48:46.383Z[ host-image] Sep 24 03:48:45.771 INFO O| Sep 24 03:48:45.771 INFO O| Download: 17861/22731 items 150.1/196.5MB 76% complete
37042024-09-24T03:48:49.495Z[ recovery-image] Sep 24 03:48:48.883 INFO O| Sep 24 03:48:48.883 INFO O| Download: 14769/15834 items 153.6/173.3MB 88% complete (595k/s)
37052024-09-24T03:48:51.385Z[ host-image] Sep 24 03:48:50.773 INFO O| Sep 24 03:48:50.773 INFO O| Download: 18637/22731 items 161.8/196.5MB 82% complete (2.4M/s)
37062024-09-24T03:48:51.655Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 08s
37072024-09-24T03:48:51.951ZSep 24 03:48:51.339 INFO [verify-libraries] process exited with exit status: 0 (313.770267072s)
37082024-09-24T03:48:56.385Z[ host-image] Sep 24 03:48:55.773 INFO O| Sep 24 03:48:55.773 INFO O| Download: 19280/22731 items 163.9/196.5MB 83% complete (1.4M/s)
37092024-09-24T03:48:58.399Z[ recovery-image] Sep 24 03:48:57.787 INFO O| Sep 24 03:48:57.787 INFO O| Download: 14793/15834 items 154.0/173.3MB 88% complete (637k/s)
37102024-09-24T03:49:03.400Z[ recovery-image] Sep 24 03:49:02.787 INFO O| Sep 24 03:49:02.787 INFO O| Download: 15286/15834 items 158.1/173.3MB 91% complete (607k/s)
37112024-09-24T03:49:07.647Z[ host-image] Sep 24 03:49:07.034 INFO O| Sep 24 03:49:07.034 INFO O| Download: 19970/22731 items 166.8/196.5MB 84% complete (830k/s)
37122024-09-24T03:49:09.551Z[ recovery-image] Sep 24 03:49:08.938 INFO O| Sep 24 03:49:08.938 INFO O| Download: 15501/15834 items 165.8/173.3MB 95% complete (1.7M/s)
37132024-09-24T03:49:13.040Z[ host-image] Sep 24 03:49:12.427 INFO O| Sep 24 03:49:12.427 INFO O| Download: 20618/22731 items 169.9/196.5MB 86% complete (637k/s)
37142024-09-24T03:49:14.592Z[ recovery-image] Sep 24 03:49:13.977 INFO O| Sep 24 03:49:13.977 INFO O| Download: 15604/15834 items 166.8/173.3MB 96% complete (836k/s)
37152024-09-24T03:49:19.630Z[ recovery-image] Sep 24 03:49:19.017 INFO O| Sep 24 03:49:19.017 INFO O| Download: 15801/15834 items 172.1/173.3MB 99% complete (649k/s)
37162024-09-24T03:49:19.880Z[ host-image] Sep 24 03:49:19.267 INFO O| Sep 24 03:49:19.267 INFO O| Download: 20807/22731 items 175.0/196.5MB 89% complete (861k/s)
37172024-09-24T03:49:24.132Z[ recovery-image] Sep 24 03:49:23.519 INFO O| Sep 24 03:49:23.519 INFO O| Download: Completed 173.28 MB in 233.71 seconds (756k/s)
37182024-09-24T03:49:24.562Z[ recovery-image] Sep 24 03:49:23.949 INFO O| Sep 24 03:49:23.949 INFO O| Actions: 1/24969 actions (Installing new actions)
37192024-09-24T03:49:24.932Z[ host-image] Sep 24 03:49:24.319 INFO O| Sep 24 03:49:24.318 INFO O| Download: 21533/22731 items 179.6/196.5MB 91% complete (759k/s)
37202024-09-24T03:49:29.562Z[ recovery-image] Sep 24 03:49:28.949 INFO O| Sep 24 03:49:28.949 INFO O| Actions: 13420/24969 actions (Installing new actions)
37212024-09-24T03:49:29.936Z[ host-image] Sep 24 03:49:29.322 INFO O| Sep 24 03:49:29.322 INFO O| Download: 21823/22731 items 185.6/196.5MB 94% complete (954k/s)
37222024-09-24T03:49:34.937Z[ host-image] Sep 24 03:49:34.323 INFO O| Sep 24 03:49:34.323 INFO O| Download: 22115/22731 items 193.8/196.5MB 98% complete (1.4M/s)
37232024-09-24T03:49:35.601Z[ recovery-image] Sep 24 03:49:34.987 INFO O| Sep 24 03:49:34.987 INFO O| Actions: 24416/24969 actions (Installing new actions)
37242024-09-24T03:49:36.562Z[ recovery-image] Sep 24 03:49:35.948 INFO O| Sep 24 03:49:35.948 INFO O| Actions: Completed 24969 actions in 12.00 seconds.
37252024-09-24T03:49:36.835Z[ recovery-image] Sep 24 03:49:36.221 INFO O| Sep 24 03:49:36.221 INFO O| Done
37262024-09-24T03:49:36.838Z[ recovery-image] Sep 24 03:49:36.221 INFO O| Sep 24 03:49:36.221 INFO O| Done
37272024-09-24T03:49:37.341Z[ recovery-image] Sep 24 03:49:36.728 INFO O| Sep 24 03:49:36.727 INFO O| Done
37282024-09-24T03:49:38.136Z[ recovery-image] Sep 24 03:49:37.521 INFO O| Sep 24 03:49:37.521 INFO O| Done
37292024-09-24T03:49:38.148Z[ recovery-image] Sep 24 03:49:37.534 INFO O| Sep 24 03:49:37.534 INFO O| Done
37302024-09-24T03:49:40.359Z[ recovery-image] Sep 24 03:49:39.745 INFO O| Sep 24 03:49:39.745 INFO O| Done
37312024-09-24T03:49:40.404Z[ host-image] Sep 24 03:49:39.790 INFO O| Sep 24 03:49:39.790 INFO O| Download: 22729/22731 items 196.5/196.5MB 99% complete (1.5M/s)
37322024-09-24T03:49:40.714Z[ recovery-image] Sep 24 03:49:40.100 INFO O| Sep 24 03:49:40.100 INFO O| Done
37332024-09-24T03:49:40.916Z[ recovery-image] Sep 24 03:49:40.302 INFO O| Sep 24 03:49:40.302 INFO STEP 11 (pkg_install) COMPLETE
37342024-09-24T03:49:40.916Z[ recovery-image] Sep 24 03:49:40.302 INFO O| Sep 24 03:49:40.302 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37352024-09-24T03:49:40.916Z[ recovery-image] Sep 24 03:49:40.302 INFO O| Sep 24 03:49:40.302 INFO skip step because feature "recovery" is enabled
37362024-09-24T03:49:40.919Z[ recovery-image] Sep 24 03:49:40.302 INFO O| Sep 24 03:49:40.302 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37372024-09-24T03:49:40.919Z[ recovery-image] Sep 24 03:49:40.302 INFO O| Sep 24 03:49:40.302 INFO skip step because feature "omicron1" is not enabled
37382024-09-24T03:49:40.919Z[ recovery-image] Sep 24 03:49:40.302 INFO O| Sep 24 03:49:40.302 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37392024-09-24T03:49:40.928Z[ recovery-image] Sep 24 03:49:40.314 INFO O| Sep 24 03:49:40.313 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37402024-09-24T03:49:41.496Z[ recovery-image] Sep 24 03:49:40.882 INFO O| Sep 24 03:49:40.882 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37412024-09-24T03:49:42.152Z[ host-image] Sep 24 03:49:41.538 INFO O| Sep 24 03:49:41.538 INFO O| Download: Completed 196.51 MB in 274.63 seconds (730k/s)
37422024-09-24T03:49:42.818Z[ host-image] Sep 24 03:49:42.204 INFO O| Sep 24 03:49:42.203 INFO O| Actions: 1/49266 actions (Installing new actions)
37432024-09-24T03:49:42.979Z[ recovery-image] Sep 24 03:49:42.364 INFO O| Sep 24 03:49:42.364 INFO O| Planning: Solver setup ... Done
37442024-09-24T03:49:42.982Z[ recovery-image] Sep 24 03:49:42.368 INFO O| Sep 24 03:49:42.368 INFO O| Planning: Running solver ... Done
37452024-09-24T03:49:43.041Z[ recovery-image] Sep 24 03:49:42.427 INFO O| Sep 24 03:49:42.427 INFO O| Planning: Finding local manifests ... Done
37462024-09-24T03:49:43.043Z[ recovery-image] Sep 24 03:49:42.427 INFO O| Sep 24 03:49:42.427 INFO O| Planning: Fetching manifests: 0/1 0% complete
37472024-09-24T03:49:43.110Z[ recovery-image] Sep 24 03:49:42.496 INFO O| Sep 24 03:49:42.496 INFO O| Planning: Fetching manifests: 1/1 100% complete
37482024-09-24T03:49:43.128Z[ recovery-image] Sep 24 03:49:42.514 INFO O| Sep 24 03:49:42.514 INFO O| Planning: Package planning ... Done
37492024-09-24T03:49:43.130Z[ recovery-image] Sep 24 03:49:42.514 INFO O| Sep 24 03:49:42.514 INFO O| Planning: Merging actions ... Done
37502024-09-24T03:49:43.161Z[ recovery-image] Sep 24 03:49:42.546 INFO O| Sep 24 03:49:42.546 INFO O| Planning: Checking for conflicting actions ... Done
37512024-09-24T03:49:43.163Z[ recovery-image] Sep 24 03:49:42.546 INFO O| Sep 24 03:49:42.546 INFO O| Planning: Consolidating action changes ... Done
37522024-09-24T03:49:43.284Z[ recovery-image] Sep 24 03:49:42.670 INFO O| Sep 24 03:49:42.669 INFO O| Planning: Evaluating mediators ... Done
37532024-09-24T03:49:43.286Z[ recovery-image] Sep 24 03:49:42.670 INFO O| Sep 24 03:49:42.670 INFO O| Planning: Planning completed in 1.79 seconds
37542024-09-24T03:49:43.286Z[ recovery-image] Sep 24 03:49:42.671 INFO O| Sep 24 03:49:42.671 INFO O| Packages to install: 1
37552024-09-24T03:49:43.295Z[ recovery-image] Sep 24 03:49:42.681 INFO O| Sep 24 03:49:42.681 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
37562024-09-24T03:49:43.949Z[ recovery-image] Sep 24 03:49:43.335 INFO O| Sep 24 03:49:43.335 INFO O| Download: Completed 20.80 MB in 0.65 seconds (31.8M/s)
37572024-09-24T03:49:43.987Z[ recovery-image] Sep 24 03:49:43.373 INFO O| Sep 24 03:49:43.373 INFO O| Actions: 1/22 actions (Installing new actions)
37582024-09-24T03:49:44.531Z[ recovery-image] Sep 24 03:49:43.916 INFO O| Sep 24 03:49:43.916 INFO O| Actions: Completed 22 actions in 0.54 seconds.
37592024-09-24T03:49:44.774Z[ recovery-image] Sep 24 03:49:44.160 INFO O| Sep 24 03:49:44.160 INFO O| Done
37602024-09-24T03:49:44.774Z[ recovery-image] Sep 24 03:49:44.160 INFO O| Sep 24 03:49:44.160 INFO O| Done
37612024-09-24T03:49:45.170Z[ recovery-image] Sep 24 03:49:44.554 INFO O| Sep 24 03:49:44.554 INFO O| Done
37622024-09-24T03:49:45.953Z[ recovery-image] Sep 24 03:49:45.338 INFO O| Sep 24 03:49:45.338 INFO O| Done
37632024-09-24T03:49:45.964Z[ recovery-image] Sep 24 03:49:45.350 INFO O| Sep 24 03:49:45.349 INFO O| Done
37642024-09-24T03:49:45.964Z[ recovery-image] Sep 24 03:49:45.350 INFO O| Sep 24 03:49:45.350 INFO O| Done
37652024-09-24T03:49:45.973Z[ recovery-image] Sep 24 03:49:45.359 INFO O| Sep 24 03:49:45.359 INFO O| Done
37662024-09-24T03:49:46.062Z[ recovery-image] Sep 24 03:49:45.447 INFO O| Sep 24 03:49:45.447 INFO STEP 14 (pkg_install) COMPLETE
37672024-09-24T03:49:46.062Z[ recovery-image] Sep 24 03:49:45.447 INFO O| Sep 24 03:49:45.447 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37682024-09-24T03:49:46.065Z[ recovery-image] Sep 24 03:49:45.447 INFO O| Sep 24 03:49:45.447 INFO skip step because feature "mfg" is not enabled
37692024-09-24T03:49:46.065Z[ recovery-image] Sep 24 03:49:45.447 INFO O| Sep 24 03:49:45.447 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37702024-09-24T03:49:46.065Z[ recovery-image] Sep 24 03:49:45.447 INFO O| Sep 24 03:49:45.447 INFO skip step because feature "compliance" is not enabled
37712024-09-24T03:49:46.065Z[ recovery-image] Sep 24 03:49:45.447 INFO O| Sep 24 03:49:45.447 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37722024-09-24T03:49:46.065Z[ recovery-image] Sep 24 03:49:45.447 INFO O| Sep 24 03:49:45.447 INFO skip step because feature "stress" is not enabled
37732024-09-24T03:49:46.065Z[ recovery-image] Sep 24 03:49:45.447 INFO O| Sep 24 03:49:45.447 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37742024-09-24T03:49:46.065Z[ recovery-image] Sep 24 03:49:45.447 INFO O| Sep 24 03:49:45.447 INFO skip step because feature "nfs" is not enabled
37752024-09-24T03:49:46.065Z[ recovery-image] Sep 24 03:49:45.447 INFO O| Sep 24 03:49:45.447 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37762024-09-24T03:49:46.065Z[ recovery-image] Sep 24 03:49:45.447 INFO O| Sep 24 03:49:45.447 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37772024-09-24T03:49:46.285Z[ recovery-image] Sep 24 03:49:45.670 INFO O| Sep 24 03:49:45.670 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37782024-09-24T03:49:46.386Z[ recovery-image] Sep 24 03:49:45.772 INFO O| Sep 24 03:49:45.772 INFO completed processing gimlet/ramdisk-01-os
37792024-09-24T03:49:46.390Z[ recovery-image] Sep 24 03:49:45.774 INFO image builder template: ramdisk-02-trim...
37802024-09-24T03:49:46.390Z[ recovery-image] Sep 24 03:49:45.774 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/.tmpuKYIKS/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
37812024-09-24T03:49:46.412Z[ recovery-image] Sep 24 03:49:45.797 INFO O| Sep 24 03:49:45.797 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37822024-09-24T03:49:46.415Z[ recovery-image] Sep 24 03:49:45.801 INFO O| Sep 24 03:49:45.801 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37832024-09-24T03:49:46.497Z[ recovery-image] Sep 24 03:49:45.883 INFO O| Sep 24 03:49:45.883 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37842024-09-24T03:49:46.574Z[ recovery-image] Sep 24 03:49:45.959 INFO O| Sep 24 03:49:45.959 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37852024-09-24T03:49:46.574Z[ recovery-image] Sep 24 03:49:45.960 INFO O| Sep 24 03:49:45.960 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37862024-09-24T03:49:46.579Z[ recovery-image] Sep 24 03:49:45.965 INFO O| Sep 24 03:49:45.965 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37872024-09-24T03:49:46.583Z[ recovery-image] Sep 24 03:49:45.969 INFO O| Sep 24 03:49:45.969 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37882024-09-24T03:49:46.588Z[ recovery-image] Sep 24 03:49:45.974 INFO O| Sep 24 03:49:45.974 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37892024-09-24T03:49:46.798Z[ recovery-image] Sep 24 03:49:46.184 INFO O| Sep 24 03:49:46.184 INFO rolled back to input snapshot; work may begin
37902024-09-24T03:49:46.798Z[ recovery-image] Sep 24 03:49:46.184 INFO O| Sep 24 03:49:46.184 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37912024-09-24T03:49:46.804Z[ recovery-image] Sep 24 03:49:46.190 INFO O| Sep 24 03:49:46.189 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-09-24T03:49:46.814Z[ recovery-image] Sep 24 03:49:46.200 INFO O| Sep 24 03:49:46.200 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37932024-09-24T03:49:46.865Z[ recovery-image] Sep 24 03:49:46.251 INFO O| Sep 24 03:49:46.251 INFO STEP 0 (remove_files) COMPLETE
37942024-09-24T03:49:46.865Z[ recovery-image] Sep 24 03:49:46.251 INFO O| Sep 24 03:49:46.251 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-09-24T03:49:46.875Z[ recovery-image] Sep 24 03:49:46.261 INFO O| Sep 24 03:49:46.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37962024-09-24T03:49:46.878Z[ recovery-image] Sep 24 03:49:46.263 INFO O| Sep 24 03:49:46.263 INFO STEP 1 (remove_files) COMPLETE
37972024-09-24T03:49:46.878Z[ recovery-image] Sep 24 03:49:46.263 INFO O| Sep 24 03:49:46.263 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-09-24T03:49:46.886Z[ recovery-image] Sep 24 03:49:46.272 INFO O| Sep 24 03:49:46.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37992024-09-24T03:49:46.900Z[ recovery-image] Sep 24 03:49:46.286 INFO O| Sep 24 03:49:46.286 INFO STEP 2 (remove_files) COMPLETE
38002024-09-24T03:49:46.902Z[ recovery-image] Sep 24 03:49:46.286 INFO O| Sep 24 03:49:46.286 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-09-24T03:49:46.909Z[ recovery-image] Sep 24 03:49:46.295 INFO O| Sep 24 03:49:46.295 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38022024-09-24T03:49:46.911Z[ recovery-image] Sep 24 03:49:46.297 INFO O| Sep 24 03:49:46.297 INFO STEP 3 (remove_files) COMPLETE
38032024-09-24T03:49:46.911Z[ recovery-image] Sep 24 03:49:46.297 INFO O| Sep 24 03:49:46.297 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38042024-09-24T03:49:46.920Z[ recovery-image] Sep 24 03:49:46.306 INFO O| Sep 24 03:49:46.306 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38052024-09-24T03:49:46.924Z[ recovery-image] Sep 24 03:49:46.310 INFO O| Sep 24 03:49:46.310 INFO STEP 4 (remove_files) COMPLETE
38062024-09-24T03:49:46.924Z[ recovery-image] Sep 24 03:49:46.310 INFO O| Sep 24 03:49:46.310 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38072024-09-24T03:49:46.934Z[ recovery-image] Sep 24 03:49:46.320 INFO O| Sep 24 03:49:46.320 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38082024-09-24T03:49:46.936Z[ recovery-image] Sep 24 03:49:46.320 INFO O| Sep 24 03:49:46.320 INFO STEP 5 (remove_files) COMPLETE
38092024-09-24T03:49:46.937Z[ recovery-image] Sep 24 03:49:46.320 INFO O| Sep 24 03:49:46.320 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38102024-09-24T03:49:46.944Z[ recovery-image] Sep 24 03:49:46.329 INFO O| Sep 24 03:49:46.329 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38112024-09-24T03:49:46.955Z[ recovery-image] Sep 24 03:49:46.341 INFO O| Sep 24 03:49:46.341 INFO STEP 6 (remove_files) COMPLETE
38122024-09-24T03:49:46.955Z[ recovery-image] Sep 24 03:49:46.341 INFO O| Sep 24 03:49:46.341 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-09-24T03:49:46.958Z[ recovery-image] Sep 24 03:49:46.341 INFO O| Sep 24 03:49:46.341 INFO skip step because feature "recovery" is enabled
38142024-09-24T03:49:46.958Z[ recovery-image] Sep 24 03:49:46.341 INFO O| Sep 24 03:49:46.341 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38152024-09-24T03:49:46.958Z[ recovery-image] Sep 24 03:49:46.341 INFO O| Sep 24 03:49:46.341 INFO skip step because feature "recovery" is enabled
38162024-09-24T03:49:46.958Z[ recovery-image] Sep 24 03:49:46.341 INFO O| Sep 24 03:49:46.341 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38172024-09-24T03:49:46.958Z[ recovery-image] Sep 24 03:49:46.341 INFO O| Sep 24 03:49:46.341 INFO skip step because feature "recovery" is enabled
38182024-09-24T03:49:46.958Z[ recovery-image] Sep 24 03:49:46.341 INFO O| Sep 24 03:49:46.341 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-09-24T03:49:46.964Z[ recovery-image] Sep 24 03:49:46.350 INFO O| Sep 24 03:49:46.350 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38202024-09-24T03:49:46.968Z[ recovery-image] Sep 24 03:49:46.354 INFO O| Sep 24 03:49:46.354 INFO STEP 10 (remove_files) COMPLETE
38212024-09-24T03:49:46.970Z[ recovery-image] Sep 24 03:49:46.354 INFO O| Sep 24 03:49:46.354 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38222024-09-24T03:49:46.977Z[ recovery-image] Sep 24 03:49:46.363 INFO O| Sep 24 03:49:46.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38232024-09-24T03:49:46.980Z[ recovery-image] Sep 24 03:49:46.364 INFO O| Sep 24 03:49:46.364 INFO STEP 11 (remove_files) COMPLETE
38242024-09-24T03:49:46.980Z[ recovery-image] Sep 24 03:49:46.364 INFO O| Sep 24 03:49:46.364 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38252024-09-24T03:49:46.987Z[ recovery-image] Sep 24 03:49:46.373 INFO O| Sep 24 03:49:46.373 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38262024-09-24T03:49:46.989Z[ recovery-image] Sep 24 03:49:46.375 INFO O| Sep 24 03:49:46.375 INFO STEP 12 (remove_files) COMPLETE
38272024-09-24T03:49:46.989Z[ recovery-image] Sep 24 03:49:46.375 INFO O| Sep 24 03:49:46.375 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38282024-09-24T03:49:47.136Z[ recovery-image] Sep 24 03:49:46.521 INFO O| Sep 24 03:49:46.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38292024-09-24T03:49:47.174Z[ recovery-image] Sep 24 03:49:46.560 INFO O| Sep 24 03:49:46.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38302024-09-24T03:49:47.182Z[ recovery-image] Sep 24 03:49:46.568 INFO O| Sep 24 03:49:46.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38312024-09-24T03:49:47.186Z[ recovery-image] Sep 24 03:49:46.572 INFO O| Sep 24 03:49:46.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38322024-09-24T03:49:47.240Z[ recovery-image] Sep 24 03:49:46.626 INFO O| Sep 24 03:49:46.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38332024-09-24T03:49:47.242Z[ recovery-image] Sep 24 03:49:46.626 INFO O| Sep 24 03:49:46.626 INFO STEP 13 (remove_files) COMPLETE
38342024-09-24T03:49:47.242Z[ recovery-image] Sep 24 03:49:46.626 INFO O| Sep 24 03:49:46.626 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38352024-09-24T03:49:47.251Z[ recovery-image] Sep 24 03:49:46.637 INFO O| Sep 24 03:49:46.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38362024-09-24T03:49:47.253Z[ recovery-image] Sep 24 03:49:46.638 INFO O| Sep 24 03:49:46.638 INFO STEP 14 (remove_files) COMPLETE
38372024-09-24T03:49:47.253Z[ recovery-image] Sep 24 03:49:46.638 INFO O| Sep 24 03:49:46.638 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38382024-09-24T03:49:47.262Z[ recovery-image] Sep 24 03:49:46.647 INFO O| Sep 24 03:49:46.647 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38392024-09-24T03:49:47.268Z[ recovery-image] Sep 24 03:49:46.654 INFO O| Sep 24 03:49:46.653 INFO STEP 15 (remove_files) COMPLETE
38402024-09-24T03:49:47.268Z[ recovery-image] Sep 24 03:49:46.654 INFO O| Sep 24 03:49:46.653 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38412024-09-24T03:49:47.277Z[ recovery-image] Sep 24 03:49:46.663 INFO O| Sep 24 03:49:46.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38422024-09-24T03:49:47.279Z[ recovery-image] Sep 24 03:49:46.663 INFO O| Sep 24 03:49:46.663 INFO STEP 16 (remove_files) COMPLETE
38432024-09-24T03:49:47.280Z[ recovery-image] Sep 24 03:49:46.663 INFO O| Sep 24 03:49:46.663 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38442024-09-24T03:49:47.286Z[ recovery-image] Sep 24 03:49:46.672 INFO O| Sep 24 03:49:46.672 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38452024-09-24T03:49:47.289Z[ recovery-image] Sep 24 03:49:46.674 INFO O| Sep 24 03:49:46.674 INFO STEP 17 (remove_files) COMPLETE
38462024-09-24T03:49:47.289Z[ recovery-image] Sep 24 03:49:46.674 INFO O| Sep 24 03:49:46.674 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38472024-09-24T03:49:47.298Z[ recovery-image] Sep 24 03:49:46.683 INFO O| Sep 24 03:49:46.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
38482024-09-24T03:49:47.300Z[ recovery-image] Sep 24 03:49:46.683 INFO O| Sep 24 03:49:46.683 INFO STEP 18 (remove_files) COMPLETE
38492024-09-24T03:49:47.300Z[ recovery-image] Sep 24 03:49:46.683 INFO O| Sep 24 03:49:46.683 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38502024-09-24T03:49:47.307Z[ recovery-image] Sep 24 03:49:46.692 INFO O| Sep 24 03:49:46.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
38512024-09-24T03:49:47.307Z[ recovery-image] Sep 24 03:49:46.693 INFO O| Sep 24 03:49:46.692 INFO STEP 19 (remove_files) COMPLETE
38522024-09-24T03:49:47.310Z[ recovery-image] Sep 24 03:49:46.693 INFO O| Sep 24 03:49:46.692 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-09-24T03:49:47.316Z[ recovery-image] Sep 24 03:49:46.702 INFO O| Sep 24 03:49:46.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
38542024-09-24T03:49:47.318Z[ recovery-image] Sep 24 03:49:46.702 INFO O| Sep 24 03:49:46.702 INFO STEP 20 (remove_files) COMPLETE
38552024-09-24T03:49:47.318Z[ recovery-image] Sep 24 03:49:46.702 INFO O| Sep 24 03:49:46.702 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38562024-09-24T03:49:47.325Z[ recovery-image] Sep 24 03:49:46.711 INFO O| Sep 24 03:49:46.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
38572024-09-24T03:49:47.325Z[ recovery-image] Sep 24 03:49:46.711 INFO O| Sep 24 03:49:46.711 INFO STEP 21 (remove_files) COMPLETE
38582024-09-24T03:49:47.328Z[ recovery-image] Sep 24 03:49:46.711 INFO O| Sep 24 03:49:46.711 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38592024-09-24T03:49:47.334Z[ recovery-image] Sep 24 03:49:46.720 INFO O| Sep 24 03:49:46.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
38602024-09-24T03:49:47.334Z[ recovery-image] Sep 24 03:49:46.720 INFO O| Sep 24 03:49:46.720 INFO STEP 22 (remove_files) COMPLETE
38612024-09-24T03:49:47.335Z[ recovery-image] Sep 24 03:49:46.720 INFO O| Sep 24 03:49:46.720 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38622024-09-24T03:49:47.344Z[ recovery-image] Sep 24 03:49:46.730 INFO O| Sep 24 03:49:46.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
38632024-09-24T03:49:47.346Z[ recovery-image] Sep 24 03:49:46.730 INFO O| Sep 24 03:49:46.730 INFO STEP 23 (remove_files) COMPLETE
38642024-09-24T03:49:47.346Z[ recovery-image] Sep 24 03:49:46.730 INFO O| Sep 24 03:49:46.730 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38652024-09-24T03:49:47.353Z[ recovery-image] Sep 24 03:49:46.739 INFO O| Sep 24 03:49:46.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
38662024-09-24T03:49:47.353Z[ recovery-image] Sep 24 03:49:46.739 INFO O| Sep 24 03:49:46.739 INFO STEP 24 (remove_files) COMPLETE
38672024-09-24T03:49:47.353Z[ recovery-image] Sep 24 03:49:46.739 INFO O| Sep 24 03:49:46.739 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38682024-09-24T03:49:47.364Z[ recovery-image] Sep 24 03:49:46.748 INFO O| Sep 24 03:49:46.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38692024-09-24T03:49:47.364Z[ recovery-image] Sep 24 03:49:46.748 INFO O| Sep 24 03:49:46.748 INFO STEP 25 (remove_files) COMPLETE
38702024-09-24T03:49:47.364Z[ recovery-image] Sep 24 03:49:46.748 INFO O| Sep 24 03:49:46.748 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38712024-09-24T03:49:47.372Z[ recovery-image] Sep 24 03:49:46.757 INFO O| Sep 24 03:49:46.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38722024-09-24T03:49:47.372Z[ recovery-image] Sep 24 03:49:46.757 INFO O| Sep 24 03:49:46.757 INFO STEP 26 (remove_files) COMPLETE
38732024-09-24T03:49:47.372Z[ recovery-image] Sep 24 03:49:46.758 INFO O| Sep 24 03:49:46.757 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-09-24T03:49:47.381Z[ recovery-image] Sep 24 03:49:46.767 INFO O| Sep 24 03:49:46.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38752024-09-24T03:49:47.381Z[ recovery-image] Sep 24 03:49:46.767 INFO O| Sep 24 03:49:46.767 INFO STEP 27 (remove_files) COMPLETE
38762024-09-24T03:49:47.383Z[ recovery-image] Sep 24 03:49:46.767 INFO O| Sep 24 03:49:46.767 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-09-24T03:49:47.390Z[ recovery-image] Sep 24 03:49:46.776 INFO O| Sep 24 03:49:46.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38782024-09-24T03:49:47.390Z[ recovery-image] Sep 24 03:49:46.776 INFO O| Sep 24 03:49:46.776 INFO STEP 28 (remove_files) COMPLETE
38792024-09-24T03:49:47.393Z[ recovery-image] Sep 24 03:49:46.776 INFO O| Sep 24 03:49:46.776 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-09-24T03:49:47.399Z[ recovery-image] Sep 24 03:49:46.785 INFO O| Sep 24 03:49:46.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38812024-09-24T03:49:47.399Z[ recovery-image] Sep 24 03:49:46.785 INFO O| Sep 24 03:49:46.785 INFO STEP 29 (remove_files) COMPLETE
38822024-09-24T03:49:47.402Z[ recovery-image] Sep 24 03:49:46.785 INFO O| Sep 24 03:49:46.785 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-09-24T03:49:47.409Z[ recovery-image] Sep 24 03:49:46.794 INFO O| Sep 24 03:49:46.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38842024-09-24T03:49:47.409Z[ recovery-image] Sep 24 03:49:46.795 INFO O| Sep 24 03:49:46.794 INFO STEP 30 (remove_files) COMPLETE
38852024-09-24T03:49:47.409Z[ recovery-image] Sep 24 03:49:46.795 INFO O| Sep 24 03:49:46.795 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38862024-09-24T03:49:47.418Z[ recovery-image] Sep 24 03:49:46.804 INFO O| Sep 24 03:49:46.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38872024-09-24T03:49:47.418Z[ recovery-image] Sep 24 03:49:46.804 INFO O| Sep 24 03:49:46.804 INFO STEP 31 (remove_files) COMPLETE
38882024-09-24T03:49:47.420Z[ recovery-image] Sep 24 03:49:46.804 INFO O| Sep 24 03:49:46.804 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-09-24T03:49:47.427Z[ recovery-image] Sep 24 03:49:46.813 INFO O| Sep 24 03:49:46.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38902024-09-24T03:49:47.427Z[ recovery-image] Sep 24 03:49:46.813 INFO O| Sep 24 03:49:46.813 INFO STEP 32 (remove_files) COMPLETE
38912024-09-24T03:49:47.429Z[ recovery-image] Sep 24 03:49:46.813 INFO O| Sep 24 03:49:46.813 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-09-24T03:49:47.436Z[ recovery-image] Sep 24 03:49:46.822 INFO O| Sep 24 03:49:46.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38932024-09-24T03:49:47.436Z[ recovery-image] Sep 24 03:49:46.822 INFO O| Sep 24 03:49:46.822 INFO STEP 33 (remove_files) COMPLETE
38942024-09-24T03:49:47.438Z[ recovery-image] Sep 24 03:49:46.822 INFO O| Sep 24 03:49:46.822 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38952024-09-24T03:49:47.445Z[ recovery-image] Sep 24 03:49:46.831 INFO O| Sep 24 03:49:46.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38962024-09-24T03:49:47.445Z[ recovery-image] Sep 24 03:49:46.831 INFO O| Sep 24 03:49:46.831 INFO STEP 34 (remove_files) COMPLETE
38972024-09-24T03:49:47.448Z[ recovery-image] Sep 24 03:49:46.831 INFO O| Sep 24 03:49:46.831 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-09-24T03:49:47.455Z[ recovery-image] Sep 24 03:49:46.841 INFO O| Sep 24 03:49:46.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38992024-09-24T03:49:47.457Z[ recovery-image] Sep 24 03:49:46.841 INFO O| Sep 24 03:49:46.841 INFO STEP 35 (remove_files) COMPLETE
39002024-09-24T03:49:47.458Z[ recovery-image] Sep 24 03:49:46.841 INFO O| Sep 24 03:49:46.841 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-09-24T03:49:47.464Z[ recovery-image] Sep 24 03:49:46.850 INFO O| Sep 24 03:49:46.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39022024-09-24T03:49:47.464Z[ recovery-image] Sep 24 03:49:46.850 INFO O| Sep 24 03:49:46.850 INFO STEP 36 (remove_files) COMPLETE
39032024-09-24T03:49:47.466Z[ recovery-image] Sep 24 03:49:46.850 INFO O| Sep 24 03:49:46.850 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-09-24T03:49:47.473Z[ recovery-image] Sep 24 03:49:46.859 INFO O| Sep 24 03:49:46.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39052024-09-24T03:49:47.473Z[ recovery-image] Sep 24 03:49:46.859 INFO O| Sep 24 03:49:46.859 INFO STEP 37 (remove_files) COMPLETE
39062024-09-24T03:49:47.473Z[ recovery-image] Sep 24 03:49:46.859 INFO O| Sep 24 03:49:46.859 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-09-24T03:49:47.483Z[ recovery-image] Sep 24 03:49:46.868 INFO O| Sep 24 03:49:46.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39082024-09-24T03:49:47.483Z[ recovery-image] Sep 24 03:49:46.868 INFO O| Sep 24 03:49:46.868 INFO STEP 38 (remove_files) COMPLETE
39092024-09-24T03:49:47.485Z[ recovery-image] Sep 24 03:49:46.869 INFO O| Sep 24 03:49:46.868 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-09-24T03:49:47.492Z[ recovery-image] Sep 24 03:49:46.878 INFO O| Sep 24 03:49:46.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39112024-09-24T03:49:47.492Z[ recovery-image] Sep 24 03:49:46.878 INFO O| Sep 24 03:49:46.878 INFO STEP 39 (remove_files) COMPLETE
39122024-09-24T03:49:47.492Z[ recovery-image] Sep 24 03:49:46.878 INFO O| Sep 24 03:49:46.878 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-09-24T03:49:47.501Z[ recovery-image] Sep 24 03:49:46.887 INFO O| Sep 24 03:49:46.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39142024-09-24T03:49:47.501Z[ recovery-image] Sep 24 03:49:46.887 INFO O| Sep 24 03:49:46.887 INFO STEP 40 (remove_files) COMPLETE
39152024-09-24T03:49:47.504Z[ recovery-image] Sep 24 03:49:46.887 INFO O| Sep 24 03:49:46.887 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-09-24T03:49:47.512Z[ recovery-image] Sep 24 03:49:46.896 INFO O| Sep 24 03:49:46.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39172024-09-24T03:49:47.515Z[ recovery-image] Sep 24 03:49:46.896 INFO O| Sep 24 03:49:46.896 INFO STEP 41 (remove_files) COMPLETE
39182024-09-24T03:49:47.515Z[ recovery-image] Sep 24 03:49:46.896 INFO O| Sep 24 03:49:46.896 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-09-24T03:49:47.520Z[ recovery-image] Sep 24 03:49:46.906 INFO O| Sep 24 03:49:46.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39202024-09-24T03:49:47.520Z[ recovery-image] Sep 24 03:49:46.906 INFO O| Sep 24 03:49:46.906 INFO STEP 42 (remove_files) COMPLETE
39212024-09-24T03:49:47.520Z[ recovery-image] Sep 24 03:49:46.906 INFO O| Sep 24 03:49:46.906 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-09-24T03:49:47.529Z[ recovery-image] Sep 24 03:49:46.915 INFO O| Sep 24 03:49:46.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39232024-09-24T03:49:47.529Z[ recovery-image] Sep 24 03:49:46.915 INFO O| Sep 24 03:49:46.915 INFO STEP 43 (remove_files) COMPLETE
39242024-09-24T03:49:47.529Z[ recovery-image] Sep 24 03:49:46.915 INFO O| Sep 24 03:49:46.915 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-09-24T03:49:47.538Z[ recovery-image] Sep 24 03:49:46.924 INFO O| Sep 24 03:49:46.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39262024-09-24T03:49:47.538Z[ recovery-image] Sep 24 03:49:46.924 INFO O| Sep 24 03:49:46.924 INFO STEP 44 (remove_files) COMPLETE
39272024-09-24T03:49:47.541Z[ recovery-image] Sep 24 03:49:46.924 INFO O| Sep 24 03:49:46.924 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-09-24T03:49:47.548Z[ recovery-image] Sep 24 03:49:46.933 INFO O| Sep 24 03:49:46.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39292024-09-24T03:49:47.548Z[ recovery-image] Sep 24 03:49:46.933 INFO O| Sep 24 03:49:46.933 INFO STEP 45 (remove_files) COMPLETE
39302024-09-24T03:49:47.553Z[ recovery-image] Sep 24 03:49:46.933 INFO O| Sep 24 03:49:46.933 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-09-24T03:49:47.558Z[ recovery-image] Sep 24 03:49:46.942 INFO O| Sep 24 03:49:46.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39322024-09-24T03:49:47.558Z[ recovery-image] Sep 24 03:49:46.942 INFO O| Sep 24 03:49:46.942 INFO STEP 46 (remove_files) COMPLETE
39332024-09-24T03:49:47.561Z[ recovery-image] Sep 24 03:49:46.942 INFO O| Sep 24 03:49:46.942 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-09-24T03:49:47.567Z[ recovery-image] Sep 24 03:49:46.951 INFO O| Sep 24 03:49:46.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39352024-09-24T03:49:47.567Z[ recovery-image] Sep 24 03:49:46.951 INFO O| Sep 24 03:49:46.951 INFO STEP 47 (remove_files) COMPLETE
39362024-09-24T03:49:47.570Z[ recovery-image] Sep 24 03:49:46.951 INFO O| Sep 24 03:49:46.951 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-09-24T03:49:47.575Z[ recovery-image] Sep 24 03:49:46.961 INFO O| Sep 24 03:49:46.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39382024-09-24T03:49:47.575Z[ recovery-image] Sep 24 03:49:46.961 INFO O| Sep 24 03:49:46.961 INFO STEP 48 (remove_files) COMPLETE
39392024-09-24T03:49:47.578Z[ recovery-image] Sep 24 03:49:46.961 INFO O| Sep 24 03:49:46.961 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-09-24T03:49:47.585Z[ recovery-image] Sep 24 03:49:46.970 INFO O| Sep 24 03:49:46.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39412024-09-24T03:49:47.585Z[ recovery-image] Sep 24 03:49:46.970 INFO O| Sep 24 03:49:46.970 INFO STEP 49 (remove_files) COMPLETE
39422024-09-24T03:49:47.585Z[ recovery-image] Sep 24 03:49:46.970 INFO O| Sep 24 03:49:46.970 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-09-24T03:49:47.594Z[ recovery-image] Sep 24 03:49:46.979 INFO O| Sep 24 03:49:46.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39442024-09-24T03:49:47.594Z[ recovery-image] Sep 24 03:49:46.979 INFO O| Sep 24 03:49:46.979 INFO STEP 50 (remove_files) COMPLETE
39452024-09-24T03:49:47.594Z[ recovery-image] Sep 24 03:49:46.979 INFO O| Sep 24 03:49:46.979 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-09-24T03:49:47.603Z[ recovery-image] Sep 24 03:49:46.989 INFO O| Sep 24 03:49:46.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
39472024-09-24T03:49:47.603Z[ recovery-image] Sep 24 03:49:46.989 INFO O| Sep 24 03:49:46.989 INFO STEP 51 (remove_files) COMPLETE
39482024-09-24T03:49:47.603Z[ recovery-image] Sep 24 03:49:46.989 INFO O| Sep 24 03:49:46.989 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-09-24T03:49:47.612Z[ recovery-image] Sep 24 03:49:46.998 INFO O| Sep 24 03:49:46.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
39502024-09-24T03:49:47.612Z[ recovery-image] Sep 24 03:49:46.998 INFO O| Sep 24 03:49:46.998 INFO STEP 52 (remove_files) COMPLETE
39512024-09-24T03:49:47.616Z[ recovery-image] Sep 24 03:49:46.998 INFO O| Sep 24 03:49:46.998 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-09-24T03:49:47.622Z[ recovery-image] Sep 24 03:49:47.008 INFO O| Sep 24 03:49:47.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
39532024-09-24T03:49:47.625Z[ recovery-image] Sep 24 03:49:47.008 INFO O| Sep 24 03:49:47.008 INFO STEP 53 (remove_files) COMPLETE
39542024-09-24T03:49:47.625Z[ recovery-image] Sep 24 03:49:47.008 INFO O| Sep 24 03:49:47.008 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-09-24T03:49:47.631Z[ recovery-image] Sep 24 03:49:47.017 INFO O| Sep 24 03:49:47.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
39562024-09-24T03:49:47.634Z[ recovery-image] Sep 24 03:49:47.017 INFO O| Sep 24 03:49:47.017 INFO STEP 54 (remove_files) COMPLETE
39572024-09-24T03:49:47.634Z[ recovery-image] Sep 24 03:49:47.017 INFO O| Sep 24 03:49:47.017 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-09-24T03:49:47.641Z[ recovery-image] Sep 24 03:49:47.026 INFO O| Sep 24 03:49:47.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
39592024-09-24T03:49:47.641Z[ recovery-image] Sep 24 03:49:47.026 INFO O| Sep 24 03:49:47.026 INFO STEP 55 (remove_files) COMPLETE
39602024-09-24T03:49:47.643Z[ recovery-image] Sep 24 03:49:47.026 INFO O| Sep 24 03:49:47.026 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-09-24T03:49:47.650Z[ recovery-image] Sep 24 03:49:47.036 INFO O| Sep 24 03:49:47.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
39622024-09-24T03:49:47.650Z[ recovery-image] Sep 24 03:49:47.036 INFO O| Sep 24 03:49:47.036 INFO STEP 56 (remove_files) COMPLETE
39632024-09-24T03:49:47.652Z[ recovery-image] Sep 24 03:49:47.036 INFO O| Sep 24 03:49:47.036 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39642024-09-24T03:49:47.659Z[ recovery-image] Sep 24 03:49:47.045 INFO O| Sep 24 03:49:47.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39652024-09-24T03:49:47.659Z[ recovery-image] Sep 24 03:49:47.045 INFO O| Sep 24 03:49:47.045 INFO STEP 57 (remove_files) COMPLETE
39662024-09-24T03:49:47.661Z[ recovery-image] Sep 24 03:49:47.045 INFO O| Sep 24 03:49:47.045 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-09-24T03:49:47.668Z[ recovery-image] Sep 24 03:49:47.054 INFO O| Sep 24 03:49:47.054 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39682024-09-24T03:49:47.668Z[ recovery-image] Sep 24 03:49:47.054 INFO O| Sep 24 03:49:47.054 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39692024-09-24T03:49:47.670Z[ recovery-image] Sep 24 03:49:47.054 INFO O| Sep 24 03:49:47.054 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39702024-09-24T03:49:47.670Z[ recovery-image] Sep 24 03:49:47.054 INFO O| Sep 24 03:49:47.054 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39712024-09-24T03:49:47.670Z[ recovery-image] Sep 24 03:49:47.054 INFO O| Sep 24 03:49:47.054 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39722024-09-24T03:49:47.670Z[ recovery-image] Sep 24 03:49:47.054 INFO O| Sep 24 03:49:47.054 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39732024-09-24T03:49:47.670Z[ recovery-image] Sep 24 03:49:47.054 INFO O| Sep 24 03:49:47.054 INFO ok!
39742024-09-24T03:49:47.671Z[ recovery-image] Sep 24 03:49:47.054 INFO O| Sep 24 03:49:47.054 INFO STEP 58 (ensure_file) COMPLETE
39752024-09-24T03:49:47.671Z[ recovery-image] Sep 24 03:49:47.054 INFO O| Sep 24 03:49:47.054 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-09-24T03:49:47.678Z[ recovery-image] Sep 24 03:49:47.064 INFO O| Sep 24 03:49:47.064 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39772024-09-24T03:49:47.678Z[ recovery-image] Sep 24 03:49:47.064 INFO O| Sep 24 03:49:47.064 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39782024-09-24T03:49:47.681Z[ recovery-image] Sep 24 03:49:47.064 INFO O| Sep 24 03:49:47.064 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39792024-09-24T03:49:47.681Z[ recovery-image] Sep 24 03:49:47.064 INFO O| Sep 24 03:49:47.064 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39802024-09-24T03:49:47.681Z[ recovery-image] Sep 24 03:49:47.064 INFO O| Sep 24 03:49:47.064 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39812024-09-24T03:49:47.681Z[ recovery-image] Sep 24 03:49:47.064 INFO O| Sep 24 03:49:47.064 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39822024-09-24T03:49:47.681Z[ recovery-image] Sep 24 03:49:47.064 INFO O| Sep 24 03:49:47.064 INFO ok!
39832024-09-24T03:49:47.681Z[ recovery-image] Sep 24 03:49:47.064 INFO O| Sep 24 03:49:47.064 INFO STEP 59 (ensure_file) COMPLETE
39842024-09-24T03:49:47.681Z[ recovery-image] Sep 24 03:49:47.064 INFO O| Sep 24 03:49:47.064 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39852024-09-24T03:49:47.688Z[ recovery-image] Sep 24 03:49:47.074 INFO O| Sep 24 03:49:47.074 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39862024-09-24T03:49:47.688Z[ recovery-image] Sep 24 03:49:47.074 INFO O| Sep 24 03:49:47.074 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39872024-09-24T03:49:47.690Z[ recovery-image] Sep 24 03:49:47.074 INFO O| Sep 24 03:49:47.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39882024-09-24T03:49:47.690Z[ recovery-image] Sep 24 03:49:47.074 INFO O| Sep 24 03:49:47.074 INFO ok!
39892024-09-24T03:49:47.690Z[ recovery-image] Sep 24 03:49:47.074 INFO O| Sep 24 03:49:47.074 INFO STEP 60 (ensure_file) COMPLETE
39902024-09-24T03:49:47.691Z[ recovery-image] Sep 24 03:49:47.074 INFO O| Sep 24 03:49:47.074 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39912024-09-24T03:49:47.698Z[ recovery-image] Sep 24 03:49:47.084 INFO O| Sep 24 03:49:47.084 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39922024-09-24T03:49:47.698Z[ recovery-image] Sep 24 03:49:47.084 INFO O| Sep 24 03:49:47.084 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39932024-09-24T03:49:47.700Z[ recovery-image] Sep 24 03:49:47.084 INFO O| Sep 24 03:49:47.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39942024-09-24T03:49:47.700Z[ recovery-image] Sep 24 03:49:47.084 INFO O| Sep 24 03:49:47.084 INFO ok!
39952024-09-24T03:49:47.700Z[ recovery-image] Sep 24 03:49:47.084 INFO O| Sep 24 03:49:47.084 INFO STEP 61 (ensure_file) COMPLETE
39962024-09-24T03:49:47.700Z[ recovery-image] Sep 24 03:49:47.084 INFO O| Sep 24 03:49:47.084 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39972024-09-24T03:49:47.708Z[ recovery-image] Sep 24 03:49:47.093 INFO O| Sep 24 03:49:47.093 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39982024-09-24T03:49:47.708Z[ recovery-image] Sep 24 03:49:47.093 INFO O| Sep 24 03:49:47.093 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39992024-09-24T03:49:47.710Z[ recovery-image] Sep 24 03:49:47.094 INFO O| Sep 24 03:49:47.094 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40002024-09-24T03:49:47.710Z[ recovery-image] Sep 24 03:49:47.094 INFO O| Sep 24 03:49:47.094 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40012024-09-24T03:49:47.710Z[ recovery-image] Sep 24 03:49:47.094 INFO O| Sep 24 03:49:47.094 INFO ok!
40022024-09-24T03:49:47.710Z[ recovery-image] Sep 24 03:49:47.094 INFO O| Sep 24 03:49:47.094 INFO STEP 62 (ensure_file) COMPLETE
40032024-09-24T03:49:47.710Z[ recovery-image] Sep 24 03:49:47.094 INFO O| Sep 24 03:49:47.094 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-09-24T03:49:47.717Z[ recovery-image] Sep 24 03:49:47.103 INFO O| Sep 24 03:49:47.103 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40052024-09-24T03:49:47.717Z[ recovery-image] Sep 24 03:49:47.103 INFO O| Sep 24 03:49:47.103 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40062024-09-24T03:49:47.720Z[ recovery-image] Sep 24 03:49:47.103 INFO O| Sep 24 03:49:47.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40072024-09-24T03:49:47.720Z[ recovery-image] Sep 24 03:49:47.103 INFO O| Sep 24 03:49:47.103 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40082024-09-24T03:49:47.720Z[ recovery-image] Sep 24 03:49:47.103 INFO O| Sep 24 03:49:47.103 INFO ok!
40092024-09-24T03:49:47.720Z[ recovery-image] Sep 24 03:49:47.103 INFO O| Sep 24 03:49:47.103 INFO STEP 63 (ensure_file) COMPLETE
40102024-09-24T03:49:47.720Z[ recovery-image] Sep 24 03:49:47.103 INFO O| Sep 24 03:49:47.103 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40112024-09-24T03:49:47.727Z[ recovery-image] Sep 24 03:49:47.113 INFO O| Sep 24 03:49:47.113 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40122024-09-24T03:49:47.729Z[ recovery-image] Sep 24 03:49:47.113 INFO O| Sep 24 03:49:47.113 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40132024-09-24T03:49:47.729Z[ recovery-image] Sep 24 03:49:47.113 INFO O| Sep 24 03:49:47.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40142024-09-24T03:49:47.729Z[ recovery-image] Sep 24 03:49:47.113 INFO O| Sep 24 03:49:47.113 INFO ok!
40152024-09-24T03:49:47.729Z[ recovery-image] Sep 24 03:49:47.113 INFO O| Sep 24 03:49:47.113 INFO STEP 64 (assemble_files) COMPLETE
40162024-09-24T03:49:47.729Z[ recovery-image] Sep 24 03:49:47.113 INFO O| Sep 24 03:49:47.113 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40172024-09-24T03:49:47.736Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40182024-09-24T03:49:47.739Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40192024-09-24T03:49:47.739Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40202024-09-24T03:49:47.739Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40212024-09-24T03:49:47.739Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO ok!
40222024-09-24T03:49:47.739Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO STEP 65 (ensure_file) COMPLETE
40232024-09-24T03:49:47.739Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-09-24T03:49:47.739Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO skip step because feature "omicron1" is not enabled
40252024-09-24T03:49:47.739Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40262024-09-24T03:49:47.739Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO skip step because feature "omicron1" is not enabled
40272024-09-24T03:49:47.739Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40282024-09-24T03:49:47.739Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO skip step because feature "omicron1" is not enabled
40292024-09-24T03:49:47.739Z[ recovery-image] Sep 24 03:49:47.122 INFO O| Sep 24 03:49:47.122 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-09-24T03:49:47.750Z[ recovery-image] Sep 24 03:49:47.136 INFO O| Sep 24 03:49:47.136 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40312024-09-24T03:49:47.751Z[ recovery-image] Sep 24 03:49:47.136 INFO O| Sep 24 03:49:47.136 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40322024-09-24T03:49:47.822Z[ host-image] Sep 24 03:49:47.208 INFO O| Sep 24 03:49:47.208 INFO O| Actions: 15972/49266 actions (Installing new actions)
40332024-09-24T03:49:49.455Z[ recovery-image] Sep 24 03:49:48.841 INFO O| Sep 24 03:49:48.840 INFO STEP 69 (pack_tar) COMPLETE
40342024-09-24T03:49:49.455Z[ recovery-image] Sep 24 03:49:48.841 INFO O| Sep 24 03:49:48.840 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40352024-09-24T03:49:49.458Z[ recovery-image] Sep 24 03:49:48.841 INFO O| Sep 24 03:49:48.840 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40362024-09-24T03:49:49.639Z[ recovery-image] Sep 24 03:49:49.025 INFO O| Sep 24 03:49:49.025 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40372024-09-24T03:49:49.791Z[ recovery-image] Sep 24 03:49:49.177 INFO O| Sep 24 03:49:49.176 INFO completed processing gimlet/ramdisk-02-trim
40382024-09-24T03:49:49.794Z[ recovery-image] Sep 24 03:49:49.179 INFO image builder template: ramdisk-03-recovery-trim...
40392024-09-24T03:49:49.794Z[ recovery-image] Sep 24 03:49:49.179 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/.tmpuKYIKS/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
40402024-09-24T03:49:49.900Z[ recovery-image] Sep 24 03:49:49.285 INFO O| Sep 24 03:49:49.285 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40412024-09-24T03:49:49.904Z[ recovery-image] Sep 24 03:49:49.289 INFO O| Sep 24 03:49:49.289 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40422024-09-24T03:49:50.013Z[ recovery-image] Sep 24 03:49:49.398 INFO O| Sep 24 03:49:49.398 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40432024-09-24T03:49:50.084Z[ recovery-image] Sep 24 03:49:49.470 INFO O| Sep 24 03:49:49.470 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40442024-09-24T03:49:50.084Z[ recovery-image] Sep 24 03:49:49.470 INFO O| Sep 24 03:49:49.470 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40452024-09-24T03:49:50.093Z[ recovery-image] Sep 24 03:49:49.478 INFO O| Sep 24 03:49:49.478 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40462024-09-24T03:49:50.097Z[ recovery-image] Sep 24 03:49:49.482 INFO O| Sep 24 03:49:49.482 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40472024-09-24T03:49:50.102Z[ recovery-image] Sep 24 03:49:49.488 INFO O| Sep 24 03:49:49.488 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40482024-09-24T03:49:50.457Z[ recovery-image] Sep 24 03:49:49.842 INFO O| Sep 24 03:49:49.842 INFO rolled back to input snapshot; work may begin
40492024-09-24T03:49:50.457Z[ recovery-image] Sep 24 03:49:49.843 INFO O| Sep 24 03:49:49.842 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40502024-09-24T03:49:50.462Z[ recovery-image] Sep 24 03:49:49.848 INFO O| Sep 24 03:49:49.848 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-09-24T03:49:50.472Z[ recovery-image] Sep 24 03:49:49.858 INFO O| Sep 24 03:49:49.858 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40522024-09-24T03:49:50.476Z[ recovery-image] Sep 24 03:49:49.862 INFO O| Sep 24 03:49:49.862 INFO STEP 0 (remove_files) COMPLETE
40532024-09-24T03:49:50.476Z[ recovery-image] Sep 24 03:49:49.862 INFO O| Sep 24 03:49:49.862 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-09-24T03:49:50.485Z[ recovery-image] Sep 24 03:49:49.871 INFO O| Sep 24 03:49:49.871 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
40552024-09-24T03:49:50.540Z[ recovery-image] Sep 24 03:49:49.925 INFO O| Sep 24 03:49:49.925 INFO STEP 1 (remove_files) COMPLETE
40562024-09-24T03:49:50.540Z[ recovery-image] Sep 24 03:49:49.925 INFO O| Sep 24 03:49:49.925 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-09-24T03:49:50.551Z[ recovery-image] Sep 24 03:49:49.936 INFO O| Sep 24 03:49:49.936 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40582024-09-24T03:49:50.553Z[ recovery-image] Sep 24 03:49:49.938 INFO O| Sep 24 03:49:49.938 INFO STEP 2 (remove_files) COMPLETE
40592024-09-24T03:49:50.553Z[ recovery-image] Sep 24 03:49:49.938 INFO O| Sep 24 03:49:49.938 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-09-24T03:49:50.562Z[ recovery-image] Sep 24 03:49:49.948 INFO O| Sep 24 03:49:49.948 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40612024-09-24T03:49:50.606Z[ recovery-image] Sep 24 03:49:49.991 INFO O| Sep 24 03:49:49.991 INFO STEP 3 (remove_files) COMPLETE
40622024-09-24T03:49:50.606Z[ recovery-image] Sep 24 03:49:49.991 INFO O| Sep 24 03:49:49.991 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-09-24T03:49:50.617Z[ recovery-image] Sep 24 03:49:50.003 INFO O| Sep 24 03:49:50.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40642024-09-24T03:49:50.637Z[ recovery-image] Sep 24 03:49:50.022 INFO O| Sep 24 03:49:50.022 INFO STEP 4 (remove_files) COMPLETE
40652024-09-24T03:49:50.637Z[ recovery-image] Sep 24 03:49:50.022 INFO O| Sep 24 03:49:50.022 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-09-24T03:49:50.647Z[ recovery-image] Sep 24 03:49:50.033 INFO O| Sep 24 03:49:50.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40672024-09-24T03:49:50.652Z[ recovery-image] Sep 24 03:49:50.038 INFO O| Sep 24 03:49:50.038 INFO STEP 5 (remove_files) COMPLETE
40682024-09-24T03:49:50.652Z[ recovery-image] Sep 24 03:49:50.038 INFO O| Sep 24 03:49:50.038 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-09-24T03:49:50.662Z[ recovery-image] Sep 24 03:49:50.048 INFO O| Sep 24 03:49:50.048 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40702024-09-24T03:49:50.664Z[ recovery-image] Sep 24 03:49:50.049 INFO O| Sep 24 03:49:50.049 INFO STEP 6 (remove_files) COMPLETE
40712024-09-24T03:49:50.664Z[ recovery-image] Sep 24 03:49:50.049 INFO O| Sep 24 03:49:50.049 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-09-24T03:49:50.673Z[ recovery-image] Sep 24 03:49:50.059 INFO O| Sep 24 03:49:50.059 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40732024-09-24T03:49:50.675Z[ recovery-image] Sep 24 03:49:50.060 INFO O| Sep 24 03:49:50.060 INFO STEP 7 (remove_files) COMPLETE
40742024-09-24T03:49:50.675Z[ recovery-image] Sep 24 03:49:50.060 INFO O| Sep 24 03:49:50.060 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-09-24T03:49:50.684Z[ recovery-image] Sep 24 03:49:50.070 INFO O| Sep 24 03:49:50.070 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40762024-09-24T03:49:50.689Z[ recovery-image] Sep 24 03:49:50.075 INFO O| Sep 24 03:49:50.075 INFO STEP 8 (remove_files) COMPLETE
40772024-09-24T03:49:50.689Z[ recovery-image] Sep 24 03:49:50.075 INFO O| Sep 24 03:49:50.075 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-09-24T03:49:50.698Z[ recovery-image] Sep 24 03:49:50.084 INFO O| Sep 24 03:49:50.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40792024-09-24T03:49:50.701Z[ recovery-image] Sep 24 03:49:50.085 INFO O| Sep 24 03:49:50.085 INFO STEP 9 (remove_files) COMPLETE
40802024-09-24T03:49:50.701Z[ recovery-image] Sep 24 03:49:50.085 INFO O| Sep 24 03:49:50.085 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-09-24T03:49:50.708Z[ recovery-image] Sep 24 03:49:50.094 INFO O| Sep 24 03:49:50.094 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40822024-09-24T03:49:50.711Z[ recovery-image] Sep 24 03:49:50.095 INFO O| Sep 24 03:49:50.095 INFO STEP 10 (remove_files) COMPLETE
40832024-09-24T03:49:50.711Z[ recovery-image] Sep 24 03:49:50.095 INFO O| Sep 24 03:49:50.095 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-09-24T03:49:50.719Z[ recovery-image] Sep 24 03:49:50.104 INFO O| Sep 24 03:49:50.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40852024-09-24T03:49:50.772Z[ recovery-image] Sep 24 03:49:50.157 INFO O| Sep 24 03:49:50.157 INFO STEP 11 (remove_files) COMPLETE
40862024-09-24T03:49:50.772Z[ recovery-image] Sep 24 03:49:50.157 INFO O| Sep 24 03:49:50.157 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-09-24T03:49:50.785Z[ recovery-image] Sep 24 03:49:50.170 INFO O| Sep 24 03:49:50.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40882024-09-24T03:49:50.787Z[ recovery-image] Sep 24 03:49:50.173 INFO O| Sep 24 03:49:50.173 INFO STEP 12 (remove_files) COMPLETE
40892024-09-24T03:49:50.787Z[ recovery-image] Sep 24 03:49:50.173 INFO O| Sep 24 03:49:50.173 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-09-24T03:49:50.799Z[ recovery-image] Sep 24 03:49:50.185 INFO O| Sep 24 03:49:50.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40912024-09-24T03:49:50.802Z[ recovery-image] Sep 24 03:49:50.188 INFO O| Sep 24 03:49:50.188 INFO STEP 13 (remove_files) COMPLETE
40922024-09-24T03:49:50.805Z[ recovery-image] Sep 24 03:49:50.188 INFO O| Sep 24 03:49:50.188 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-09-24T03:49:50.812Z[ recovery-image] Sep 24 03:49:50.198 INFO O| Sep 24 03:49:50.197 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40942024-09-24T03:49:50.814Z[ recovery-image] Sep 24 03:49:50.198 INFO O| Sep 24 03:49:50.198 INFO STEP 14 (remove_files) COMPLETE
40952024-09-24T03:49:50.814Z[ recovery-image] Sep 24 03:49:50.198 INFO O| Sep 24 03:49:50.198 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-09-24T03:49:50.822Z[ recovery-image] Sep 24 03:49:50.207 INFO O| Sep 24 03:49:50.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40972024-09-24T03:49:50.824Z[ recovery-image] Sep 24 03:49:50.208 INFO O| Sep 24 03:49:50.208 INFO STEP 15 (remove_files) COMPLETE
40982024-09-24T03:49:50.824Z[ recovery-image] Sep 24 03:49:50.208 INFO O| Sep 24 03:49:50.208 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-09-24T03:49:50.831Z[ recovery-image] Sep 24 03:49:50.217 INFO O| Sep 24 03:49:50.217 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41002024-09-24T03:49:50.843Z[ recovery-image] Sep 24 03:49:50.227 INFO O| Sep 24 03:49:50.227 INFO STEP 16 (remove_files) COMPLETE
41012024-09-24T03:49:50.843Z[ recovery-image] Sep 24 03:49:50.227 INFO O| Sep 24 03:49:50.227 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-09-24T03:49:50.851Z[ recovery-image] Sep 24 03:49:50.237 INFO O| Sep 24 03:49:50.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41032024-09-24T03:49:50.854Z[ recovery-image] Sep 24 03:49:50.238 INFO O| Sep 24 03:49:50.238 INFO STEP 17 (remove_files) COMPLETE
41042024-09-24T03:49:50.854Z[ recovery-image] Sep 24 03:49:50.238 INFO O| Sep 24 03:49:50.238 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-09-24T03:49:50.862Z[ recovery-image] Sep 24 03:49:50.248 INFO O| Sep 24 03:49:50.248 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41062024-09-24T03:49:50.864Z[ recovery-image] Sep 24 03:49:50.248 INFO O| Sep 24 03:49:50.248 INFO STEP 18 (remove_files) COMPLETE
41072024-09-24T03:49:50.864Z[ recovery-image] Sep 24 03:49:50.248 INFO O| Sep 24 03:49:50.248 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-09-24T03:49:50.872Z[ recovery-image] Sep 24 03:49:50.258 INFO O| Sep 24 03:49:50.258 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41092024-09-24T03:49:50.915Z[ recovery-image] Sep 24 03:49:50.300 INFO O| Sep 24 03:49:50.300 INFO STEP 19 (remove_files) COMPLETE
41102024-09-24T03:49:50.915Z[ recovery-image] Sep 24 03:49:50.300 INFO O| Sep 24 03:49:50.300 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-09-24T03:49:50.926Z[ recovery-image] Sep 24 03:49:50.311 INFO O| Sep 24 03:49:50.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41122024-09-24T03:49:50.928Z[ recovery-image] Sep 24 03:49:50.312 INFO O| Sep 24 03:49:50.312 INFO STEP 20 (remove_files) COMPLETE
41132024-09-24T03:49:50.928Z[ recovery-image] Sep 24 03:49:50.312 INFO O| Sep 24 03:49:50.312 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-09-24T03:49:50.936Z[ recovery-image] Sep 24 03:49:50.321 INFO O| Sep 24 03:49:50.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41152024-09-24T03:49:50.938Z[ recovery-image] Sep 24 03:49:50.322 INFO O| Sep 24 03:49:50.322 INFO STEP 21 (remove_files) COMPLETE
41162024-09-24T03:49:50.938Z[ recovery-image] Sep 24 03:49:50.322 INFO O| Sep 24 03:49:50.322 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-09-24T03:49:50.946Z[ recovery-image] Sep 24 03:49:50.332 INFO O| Sep 24 03:49:50.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41182024-09-24T03:49:50.948Z[ recovery-image] Sep 24 03:49:50.332 INFO O| Sep 24 03:49:50.332 INFO STEP 22 (remove_files) COMPLETE
41192024-09-24T03:49:50.948Z[ recovery-image] Sep 24 03:49:50.332 INFO O| Sep 24 03:49:50.332 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-09-24T03:49:50.956Z[ recovery-image] Sep 24 03:49:50.341 INFO O| Sep 24 03:49:50.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41212024-09-24T03:49:50.958Z[ recovery-image] Sep 24 03:49:50.342 INFO O| Sep 24 03:49:50.342 INFO STEP 23 (remove_files) COMPLETE
41222024-09-24T03:49:50.958Z[ recovery-image] Sep 24 03:49:50.342 INFO O| Sep 24 03:49:50.342 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-09-24T03:49:50.966Z[ recovery-image] Sep 24 03:49:50.351 INFO O| Sep 24 03:49:50.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41242024-09-24T03:49:50.968Z[ recovery-image] Sep 24 03:49:50.352 INFO O| Sep 24 03:49:50.352 INFO STEP 24 (remove_files) COMPLETE
41252024-09-24T03:49:50.968Z[ recovery-image] Sep 24 03:49:50.352 INFO O| Sep 24 03:49:50.352 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-09-24T03:49:50.976Z[ recovery-image] Sep 24 03:49:50.361 INFO O| Sep 24 03:49:50.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41272024-09-24T03:49:50.976Z[ recovery-image] Sep 24 03:49:50.361 INFO O| Sep 24 03:49:50.361 INFO STEP 25 (remove_files) COMPLETE
41282024-09-24T03:49:50.978Z[ recovery-image] Sep 24 03:49:50.361 INFO O| Sep 24 03:49:50.361 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-09-24T03:49:50.986Z[ recovery-image] Sep 24 03:49:50.371 INFO O| Sep 24 03:49:50.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41302024-09-24T03:49:50.986Z[ recovery-image] Sep 24 03:49:50.371 INFO O| Sep 24 03:49:50.371 INFO STEP 26 (remove_files) COMPLETE
41312024-09-24T03:49:50.986Z[ recovery-image] Sep 24 03:49:50.371 INFO O| Sep 24 03:49:50.371 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-09-24T03:49:50.995Z[ recovery-image] Sep 24 03:49:50.380 INFO O| Sep 24 03:49:50.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41332024-09-24T03:49:50.997Z[ recovery-image] Sep 24 03:49:50.380 INFO O| Sep 24 03:49:50.380 INFO STEP 27 (remove_files) COMPLETE
41342024-09-24T03:49:50.997Z[ recovery-image] Sep 24 03:49:50.380 INFO O| Sep 24 03:49:50.380 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-09-24T03:49:51.004Z[ recovery-image] Sep 24 03:49:50.390 INFO O| Sep 24 03:49:50.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41362024-09-24T03:49:51.006Z[ recovery-image] Sep 24 03:49:50.390 INFO O| Sep 24 03:49:50.390 INFO STEP 28 (remove_files) COMPLETE
41372024-09-24T03:49:51.006Z[ recovery-image] Sep 24 03:49:50.390 INFO O| Sep 24 03:49:50.390 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-09-24T03:49:51.014Z[ recovery-image] Sep 24 03:49:50.399 INFO O| Sep 24 03:49:50.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41392024-09-24T03:49:51.014Z[ recovery-image] Sep 24 03:49:50.400 INFO O| Sep 24 03:49:50.400 INFO STEP 29 (remove_files) COMPLETE
41402024-09-24T03:49:51.014Z[ recovery-image] Sep 24 03:49:50.400 INFO O| Sep 24 03:49:50.400 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-09-24T03:49:51.023Z[ recovery-image] Sep 24 03:49:50.409 INFO O| Sep 24 03:49:50.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41422024-09-24T03:49:51.025Z[ recovery-image] Sep 24 03:49:50.410 INFO O| Sep 24 03:49:50.409 INFO STEP 30 (remove_files) COMPLETE
41432024-09-24T03:49:51.025Z[ recovery-image] Sep 24 03:49:50.410 INFO O| Sep 24 03:49:50.409 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-09-24T03:49:51.033Z[ recovery-image] Sep 24 03:49:50.419 INFO O| Sep 24 03:49:50.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41452024-09-24T03:49:51.035Z[ recovery-image] Sep 24 03:49:50.419 INFO O| Sep 24 03:49:50.419 INFO STEP 31 (remove_files) COMPLETE
41462024-09-24T03:49:51.035Z[ recovery-image] Sep 24 03:49:50.419 INFO O| Sep 24 03:49:50.419 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-09-24T03:49:51.042Z[ recovery-image] Sep 24 03:49:50.428 INFO O| Sep 24 03:49:50.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41482024-09-24T03:49:51.045Z[ recovery-image] Sep 24 03:49:50.428 INFO O| Sep 24 03:49:50.428 INFO STEP 32 (remove_files) COMPLETE
41492024-09-24T03:49:51.045Z[ recovery-image] Sep 24 03:49:50.428 INFO O| Sep 24 03:49:50.428 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-09-24T03:49:51.052Z[ recovery-image] Sep 24 03:49:50.437 INFO O| Sep 24 03:49:50.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41512024-09-24T03:49:51.054Z[ recovery-image] Sep 24 03:49:50.437 INFO O| Sep 24 03:49:50.437 INFO STEP 33 (remove_files) COMPLETE
41522024-09-24T03:49:51.054Z[ recovery-image] Sep 24 03:49:50.437 INFO O| Sep 24 03:49:50.437 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-09-24T03:49:51.061Z[ recovery-image] Sep 24 03:49:50.447 INFO O| Sep 24 03:49:50.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41542024-09-24T03:49:51.065Z[ recovery-image] Sep 24 03:49:50.447 INFO O| Sep 24 03:49:50.447 INFO STEP 34 (remove_files) COMPLETE
41552024-09-24T03:49:51.065Z[ recovery-image] Sep 24 03:49:50.447 INFO O| Sep 24 03:49:50.447 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-09-24T03:49:51.070Z[ recovery-image] Sep 24 03:49:50.456 INFO O| Sep 24 03:49:50.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41572024-09-24T03:49:51.070Z[ recovery-image] Sep 24 03:49:50.456 INFO O| Sep 24 03:49:50.456 INFO STEP 35 (remove_files) COMPLETE
41582024-09-24T03:49:51.070Z[ recovery-image] Sep 24 03:49:50.456 INFO O| Sep 24 03:49:50.456 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-09-24T03:49:51.080Z[ recovery-image] Sep 24 03:49:50.465 INFO O| Sep 24 03:49:50.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41602024-09-24T03:49:51.080Z[ recovery-image] Sep 24 03:49:50.465 INFO O| Sep 24 03:49:50.465 INFO STEP 36 (remove_files) COMPLETE
41612024-09-24T03:49:51.083Z[ recovery-image] Sep 24 03:49:50.465 INFO O| Sep 24 03:49:50.465 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-09-24T03:49:51.089Z[ recovery-image] Sep 24 03:49:50.475 INFO O| Sep 24 03:49:50.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41632024-09-24T03:49:51.091Z[ recovery-image] Sep 24 03:49:50.475 INFO O| Sep 24 03:49:50.475 INFO STEP 37 (remove_files) COMPLETE
41642024-09-24T03:49:51.091Z[ recovery-image] Sep 24 03:49:50.475 INFO O| Sep 24 03:49:50.475 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-09-24T03:49:51.099Z[ recovery-image] Sep 24 03:49:50.485 INFO O| Sep 24 03:49:50.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41662024-09-24T03:49:51.099Z[ recovery-image] Sep 24 03:49:50.485 INFO O| Sep 24 03:49:50.485 INFO STEP 38 (remove_files) COMPLETE
41672024-09-24T03:49:51.101Z[ recovery-image] Sep 24 03:49:50.485 INFO O| Sep 24 03:49:50.485 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-09-24T03:49:51.108Z[ recovery-image] Sep 24 03:49:50.494 INFO O| Sep 24 03:49:50.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41692024-09-24T03:49:51.111Z[ recovery-image] Sep 24 03:49:50.494 INFO O| Sep 24 03:49:50.494 INFO STEP 39 (remove_files) COMPLETE
41702024-09-24T03:49:51.111Z[ recovery-image] Sep 24 03:49:50.494 INFO O| Sep 24 03:49:50.494 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-09-24T03:49:51.118Z[ recovery-image] Sep 24 03:49:50.503 INFO O| Sep 24 03:49:50.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41722024-09-24T03:49:51.120Z[ recovery-image] Sep 24 03:49:50.503 INFO O| Sep 24 03:49:50.503 INFO STEP 40 (remove_files) COMPLETE
41732024-09-24T03:49:51.120Z[ recovery-image] Sep 24 03:49:50.503 INFO O| Sep 24 03:49:50.503 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-09-24T03:49:51.127Z[ recovery-image] Sep 24 03:49:50.513 INFO O| Sep 24 03:49:50.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41752024-09-24T03:49:51.127Z[ recovery-image] Sep 24 03:49:50.513 INFO O| Sep 24 03:49:50.513 INFO STEP 41 (remove_files) COMPLETE
41762024-09-24T03:49:51.129Z[ recovery-image] Sep 24 03:49:50.513 INFO O| Sep 24 03:49:50.513 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-09-24T03:49:51.137Z[ recovery-image] Sep 24 03:49:50.522 INFO O| Sep 24 03:49:50.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41782024-09-24T03:49:51.137Z[ recovery-image] Sep 24 03:49:50.522 INFO O| Sep 24 03:49:50.522 INFO STEP 42 (remove_files) COMPLETE
41792024-09-24T03:49:51.137Z[ recovery-image] Sep 24 03:49:50.522 INFO O| Sep 24 03:49:50.522 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-09-24T03:49:51.146Z[ recovery-image] Sep 24 03:49:50.531 INFO O| Sep 24 03:49:50.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41812024-09-24T03:49:51.146Z[ recovery-image] Sep 24 03:49:50.531 INFO O| Sep 24 03:49:50.531 INFO STEP 43 (remove_files) COMPLETE
41822024-09-24T03:49:51.148Z[ recovery-image] Sep 24 03:49:50.531 INFO O| Sep 24 03:49:50.531 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-09-24T03:49:51.155Z[ recovery-image] Sep 24 03:49:50.541 INFO O| Sep 24 03:49:50.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41842024-09-24T03:49:51.155Z[ recovery-image] Sep 24 03:49:50.541 INFO O| Sep 24 03:49:50.541 INFO STEP 44 (remove_files) COMPLETE
41852024-09-24T03:49:51.155Z[ recovery-image] Sep 24 03:49:50.541 INFO O| Sep 24 03:49:50.541 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-09-24T03:49:51.165Z[ recovery-image] Sep 24 03:49:50.551 INFO O| Sep 24 03:49:50.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41872024-09-24T03:49:51.167Z[ recovery-image] Sep 24 03:49:50.551 INFO O| Sep 24 03:49:50.551 INFO STEP 45 (remove_files) COMPLETE
41882024-09-24T03:49:51.167Z[ recovery-image] Sep 24 03:49:50.551 INFO O| Sep 24 03:49:50.551 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-09-24T03:49:51.175Z[ recovery-image] Sep 24 03:49:50.561 INFO O| Sep 24 03:49:50.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41902024-09-24T03:49:51.177Z[ recovery-image] Sep 24 03:49:50.561 INFO O| Sep 24 03:49:50.561 INFO STEP 46 (remove_files) COMPLETE
41912024-09-24T03:49:51.177Z[ recovery-image] Sep 24 03:49:50.561 INFO O| Sep 24 03:49:50.561 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-09-24T03:49:51.184Z[ recovery-image] Sep 24 03:49:50.570 INFO O| Sep 24 03:49:50.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41932024-09-24T03:49:51.187Z[ recovery-image] Sep 24 03:49:50.571 INFO O| Sep 24 03:49:50.571 INFO STEP 47 (remove_files) COMPLETE
41942024-09-24T03:49:51.187Z[ recovery-image] Sep 24 03:49:50.571 INFO O| Sep 24 03:49:50.571 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-09-24T03:49:51.194Z[ recovery-image] Sep 24 03:49:50.580 INFO O| Sep 24 03:49:50.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41962024-09-24T03:49:51.198Z[ recovery-image] Sep 24 03:49:50.580 INFO O| Sep 24 03:49:50.580 INFO STEP 48 (remove_files) COMPLETE
41972024-09-24T03:49:51.198Z[ recovery-image] Sep 24 03:49:50.580 INFO O| Sep 24 03:49:50.580 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-09-24T03:49:51.204Z[ recovery-image] Sep 24 03:49:50.590 INFO O| Sep 24 03:49:50.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41992024-09-24T03:49:51.204Z[ recovery-image] Sep 24 03:49:50.590 INFO O| Sep 24 03:49:50.590 INFO STEP 49 (remove_files) COMPLETE
42002024-09-24T03:49:51.207Z[ recovery-image] Sep 24 03:49:50.590 INFO O| Sep 24 03:49:50.590 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-09-24T03:49:51.213Z[ recovery-image] Sep 24 03:49:50.599 INFO O| Sep 24 03:49:50.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42022024-09-24T03:49:51.213Z[ recovery-image] Sep 24 03:49:50.599 INFO O| Sep 24 03:49:50.599 INFO STEP 50 (remove_files) COMPLETE
42032024-09-24T03:49:51.216Z[ recovery-image] Sep 24 03:49:50.599 INFO O| Sep 24 03:49:50.599 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-09-24T03:49:51.223Z[ recovery-image] Sep 24 03:49:50.609 INFO O| Sep 24 03:49:50.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42052024-09-24T03:49:51.223Z[ recovery-image] Sep 24 03:49:50.609 INFO O| Sep 24 03:49:50.609 INFO STEP 51 (remove_files) COMPLETE
42062024-09-24T03:49:51.225Z[ recovery-image] Sep 24 03:49:50.609 INFO O| Sep 24 03:49:50.609 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-09-24T03:49:51.232Z[ recovery-image] Sep 24 03:49:50.618 INFO O| Sep 24 03:49:50.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42082024-09-24T03:49:51.235Z[ recovery-image] Sep 24 03:49:50.618 INFO O| Sep 24 03:49:50.618 INFO STEP 52 (remove_files) COMPLETE
42092024-09-24T03:49:51.235Z[ recovery-image] Sep 24 03:49:50.618 INFO O| Sep 24 03:49:50.618 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-09-24T03:49:51.242Z[ recovery-image] Sep 24 03:49:50.627 INFO O| Sep 24 03:49:50.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42112024-09-24T03:49:51.244Z[ recovery-image] Sep 24 03:49:50.628 INFO O| Sep 24 03:49:50.628 INFO STEP 53 (remove_files) COMPLETE
42122024-09-24T03:49:51.244Z[ recovery-image] Sep 24 03:49:50.628 INFO O| Sep 24 03:49:50.628 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-09-24T03:49:51.252Z[ recovery-image] Sep 24 03:49:50.637 INFO O| Sep 24 03:49:50.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42142024-09-24T03:49:51.252Z[ recovery-image] Sep 24 03:49:50.638 INFO O| Sep 24 03:49:50.638 INFO STEP 54 (remove_files) COMPLETE
42152024-09-24T03:49:51.254Z[ recovery-image] Sep 24 03:49:50.638 INFO O| Sep 24 03:49:50.638 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-09-24T03:49:51.261Z[ recovery-image] Sep 24 03:49:50.647 INFO O| Sep 24 03:49:50.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42172024-09-24T03:49:51.263Z[ recovery-image] Sep 24 03:49:50.647 INFO O| Sep 24 03:49:50.647 INFO STEP 55 (remove_files) COMPLETE
42182024-09-24T03:49:51.264Z[ recovery-image] Sep 24 03:49:50.647 INFO O| Sep 24 03:49:50.647 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-09-24T03:49:51.271Z[ recovery-image] Sep 24 03:49:50.656 INFO O| Sep 24 03:49:50.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42202024-09-24T03:49:51.271Z[ recovery-image] Sep 24 03:49:50.657 INFO O| Sep 24 03:49:50.657 INFO STEP 56 (remove_files) COMPLETE
42212024-09-24T03:49:51.271Z[ recovery-image] Sep 24 03:49:50.657 INFO O| Sep 24 03:49:50.657 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-09-24T03:49:51.280Z[ recovery-image] Sep 24 03:49:50.666 INFO O| Sep 24 03:49:50.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42232024-09-24T03:49:51.280Z[ recovery-image] Sep 24 03:49:50.666 INFO O| Sep 24 03:49:50.666 INFO STEP 57 (remove_files) COMPLETE
42242024-09-24T03:49:51.283Z[ recovery-image] Sep 24 03:49:50.666 INFO O| Sep 24 03:49:50.666 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-09-24T03:49:51.290Z[ recovery-image] Sep 24 03:49:50.676 INFO O| Sep 24 03:49:50.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42262024-09-24T03:49:51.290Z[ recovery-image] Sep 24 03:49:50.676 INFO O| Sep 24 03:49:50.676 INFO STEP 58 (remove_files) COMPLETE
42272024-09-24T03:49:51.290Z[ recovery-image] Sep 24 03:49:50.676 INFO O| Sep 24 03:49:50.676 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-09-24T03:49:51.299Z[ recovery-image] Sep 24 03:49:50.685 INFO O| Sep 24 03:49:50.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42292024-09-24T03:49:51.302Z[ recovery-image] Sep 24 03:49:50.685 INFO O| Sep 24 03:49:50.685 INFO STEP 59 (remove_files) COMPLETE
42302024-09-24T03:49:51.302Z[ recovery-image] Sep 24 03:49:50.685 INFO O| Sep 24 03:49:50.685 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-09-24T03:49:51.309Z[ recovery-image] Sep 24 03:49:50.695 INFO O| Sep 24 03:49:50.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42322024-09-24T03:49:51.311Z[ recovery-image] Sep 24 03:49:50.695 INFO O| Sep 24 03:49:50.695 INFO STEP 60 (remove_files) COMPLETE
42332024-09-24T03:49:51.311Z[ recovery-image] Sep 24 03:49:50.695 INFO O| Sep 24 03:49:50.695 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-09-24T03:49:51.318Z[ recovery-image] Sep 24 03:49:50.704 INFO O| Sep 24 03:49:50.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42352024-09-24T03:49:51.318Z[ recovery-image] Sep 24 03:49:50.704 INFO O| Sep 24 03:49:50.704 INFO STEP 61 (remove_files) COMPLETE
42362024-09-24T03:49:51.321Z[ recovery-image] Sep 24 03:49:50.704 INFO O| Sep 24 03:49:50.704 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-09-24T03:49:51.328Z[ recovery-image] Sep 24 03:49:50.714 INFO O| Sep 24 03:49:50.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42382024-09-24T03:49:51.328Z[ recovery-image] Sep 24 03:49:50.714 INFO O| Sep 24 03:49:50.714 INFO STEP 62 (remove_files) COMPLETE
42392024-09-24T03:49:51.328Z[ recovery-image] Sep 24 03:49:50.714 INFO O| Sep 24 03:49:50.714 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-09-24T03:49:51.337Z[ recovery-image] Sep 24 03:49:50.723 INFO O| Sep 24 03:49:50.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42412024-09-24T03:49:51.337Z[ recovery-image] Sep 24 03:49:50.723 INFO O| Sep 24 03:49:50.723 INFO STEP 63 (remove_files) COMPLETE
42422024-09-24T03:49:51.337Z[ recovery-image] Sep 24 03:49:50.723 INFO O| Sep 24 03:49:50.723 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-09-24T03:49:51.347Z[ recovery-image] Sep 24 03:49:50.732 INFO O| Sep 24 03:49:50.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42442024-09-24T03:49:51.349Z[ recovery-image] Sep 24 03:49:50.732 INFO O| Sep 24 03:49:50.732 INFO STEP 64 (remove_files) COMPLETE
42452024-09-24T03:49:51.349Z[ recovery-image] Sep 24 03:49:50.732 INFO O| Sep 24 03:49:50.732 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-09-24T03:49:51.356Z[ recovery-image] Sep 24 03:49:50.742 INFO O| Sep 24 03:49:50.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42472024-09-24T03:49:51.356Z[ recovery-image] Sep 24 03:49:50.742 INFO O| Sep 24 03:49:50.742 INFO STEP 65 (remove_files) COMPLETE
42482024-09-24T03:49:51.359Z[ recovery-image] Sep 24 03:49:50.742 INFO O| Sep 24 03:49:50.742 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-09-24T03:49:51.366Z[ recovery-image] Sep 24 03:49:50.751 INFO O| Sep 24 03:49:50.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42502024-09-24T03:49:51.366Z[ recovery-image] Sep 24 03:49:50.751 INFO O| Sep 24 03:49:50.751 INFO STEP 66 (remove_files) COMPLETE
42512024-09-24T03:49:51.368Z[ recovery-image] Sep 24 03:49:50.751 INFO O| Sep 24 03:49:50.751 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-09-24T03:49:51.375Z[ recovery-image] Sep 24 03:49:50.761 INFO O| Sep 24 03:49:50.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42532024-09-24T03:49:51.375Z[ recovery-image] Sep 24 03:49:50.761 INFO O| Sep 24 03:49:50.761 INFO STEP 67 (remove_files) COMPLETE
42542024-09-24T03:49:51.375Z[ recovery-image] Sep 24 03:49:50.761 INFO O| Sep 24 03:49:50.761 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-09-24T03:49:51.384Z[ recovery-image] Sep 24 03:49:50.770 INFO O| Sep 24 03:49:50.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42562024-09-24T03:49:51.387Z[ recovery-image] Sep 24 03:49:50.771 INFO O| Sep 24 03:49:50.771 INFO STEP 68 (remove_files) COMPLETE
42572024-09-24T03:49:51.387Z[ recovery-image] Sep 24 03:49:50.771 INFO O| Sep 24 03:49:50.771 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-09-24T03:49:51.394Z[ recovery-image] Sep 24 03:49:50.780 INFO O| Sep 24 03:49:50.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42592024-09-24T03:49:51.394Z[ recovery-image] Sep 24 03:49:50.780 INFO O| Sep 24 03:49:50.780 INFO STEP 69 (remove_files) COMPLETE
42602024-09-24T03:49:51.397Z[ recovery-image] Sep 24 03:49:50.780 INFO O| Sep 24 03:49:50.780 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-09-24T03:49:51.404Z[ recovery-image] Sep 24 03:49:50.790 INFO O| Sep 24 03:49:50.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42622024-09-24T03:49:51.404Z[ recovery-image] Sep 24 03:49:50.790 INFO O| Sep 24 03:49:50.790 INFO STEP 70 (remove_files) COMPLETE
42632024-09-24T03:49:51.407Z[ recovery-image] Sep 24 03:49:50.790 INFO O| Sep 24 03:49:50.790 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-09-24T03:49:51.413Z[ recovery-image] Sep 24 03:49:50.799 INFO O| Sep 24 03:49:50.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42652024-09-24T03:49:51.415Z[ recovery-image] Sep 24 03:49:50.799 INFO O| Sep 24 03:49:50.799 INFO STEP 71 (remove_files) COMPLETE
42662024-09-24T03:49:51.415Z[ recovery-image] Sep 24 03:49:50.799 INFO O| Sep 24 03:49:50.799 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-09-24T03:49:51.423Z[ recovery-image] Sep 24 03:49:50.808 INFO O| Sep 24 03:49:50.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42682024-09-24T03:49:51.423Z[ recovery-image] Sep 24 03:49:50.808 INFO O| Sep 24 03:49:50.808 INFO STEP 72 (remove_files) COMPLETE
42692024-09-24T03:49:51.425Z[ recovery-image] Sep 24 03:49:50.808 INFO O| Sep 24 03:49:50.808 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-09-24T03:49:51.432Z[ recovery-image] Sep 24 03:49:50.818 INFO O| Sep 24 03:49:50.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42712024-09-24T03:49:51.434Z[ recovery-image] Sep 24 03:49:50.818 INFO O| Sep 24 03:49:50.818 INFO STEP 73 (remove_files) COMPLETE
42722024-09-24T03:49:51.434Z[ recovery-image] Sep 24 03:49:50.818 INFO O| Sep 24 03:49:50.818 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-09-24T03:49:51.441Z[ recovery-image] Sep 24 03:49:50.827 INFO O| Sep 24 03:49:50.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42742024-09-24T03:49:51.442Z[ recovery-image] Sep 24 03:49:50.827 INFO O| Sep 24 03:49:50.827 INFO STEP 74 (remove_files) COMPLETE
42752024-09-24T03:49:51.444Z[ recovery-image] Sep 24 03:49:50.827 INFO O| Sep 24 03:49:50.827 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-09-24T03:49:51.451Z[ recovery-image] Sep 24 03:49:50.837 INFO O| Sep 24 03:49:50.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42772024-09-24T03:49:51.453Z[ recovery-image] Sep 24 03:49:50.837 INFO O| Sep 24 03:49:50.837 INFO STEP 75 (remove_files) COMPLETE
42782024-09-24T03:49:51.453Z[ recovery-image] Sep 24 03:49:50.837 INFO O| Sep 24 03:49:50.837 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-09-24T03:49:51.460Z[ recovery-image] Sep 24 03:49:50.846 INFO O| Sep 24 03:49:50.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42802024-09-24T03:49:51.460Z[ recovery-image] Sep 24 03:49:50.846 INFO O| Sep 24 03:49:50.846 INFO STEP 76 (remove_files) COMPLETE
42812024-09-24T03:49:51.470Z[ recovery-image] Sep 24 03:49:50.846 INFO O| Sep 24 03:49:50.846 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-09-24T03:49:51.470Z[ recovery-image] Sep 24 03:49:50.855 INFO O| Sep 24 03:49:50.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42832024-09-24T03:49:51.471Z[ recovery-image] Sep 24 03:49:50.855 INFO O| Sep 24 03:49:50.855 INFO STEP 77 (remove_files) COMPLETE
42842024-09-24T03:49:51.471Z[ recovery-image] Sep 24 03:49:50.855 INFO O| Sep 24 03:49:50.855 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-09-24T03:49:51.479Z[ recovery-image] Sep 24 03:49:50.865 INFO O| Sep 24 03:49:50.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42862024-09-24T03:49:51.479Z[ recovery-image] Sep 24 03:49:50.865 INFO O| Sep 24 03:49:50.865 INFO STEP 78 (remove_files) COMPLETE
42872024-09-24T03:49:51.481Z[ recovery-image] Sep 24 03:49:50.865 INFO O| Sep 24 03:49:50.865 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-09-24T03:49:51.489Z[ recovery-image] Sep 24 03:49:50.874 INFO O| Sep 24 03:49:50.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42892024-09-24T03:49:51.489Z[ recovery-image] Sep 24 03:49:50.874 INFO O| Sep 24 03:49:50.874 INFO STEP 79 (remove_files) COMPLETE
42902024-09-24T03:49:51.491Z[ recovery-image] Sep 24 03:49:50.874 INFO O| Sep 24 03:49:50.874 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-09-24T03:49:51.498Z[ recovery-image] Sep 24 03:49:50.884 INFO O| Sep 24 03:49:50.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42922024-09-24T03:49:51.498Z[ recovery-image] Sep 24 03:49:50.884 INFO O| Sep 24 03:49:50.884 INFO STEP 80 (remove_files) COMPLETE
42932024-09-24T03:49:51.501Z[ recovery-image] Sep 24 03:49:50.884 INFO O| Sep 24 03:49:50.884 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-09-24T03:49:51.508Z[ recovery-image] Sep 24 03:49:50.893 INFO O| Sep 24 03:49:50.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42952024-09-24T03:49:51.508Z[ recovery-image] Sep 24 03:49:50.893 INFO O| Sep 24 03:49:50.893 INFO STEP 81 (remove_files) COMPLETE
42962024-09-24T03:49:51.510Z[ recovery-image] Sep 24 03:49:50.893 INFO O| Sep 24 03:49:50.893 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-09-24T03:49:51.518Z[ recovery-image] Sep 24 03:49:50.903 INFO O| Sep 24 03:49:50.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42982024-09-24T03:49:51.518Z[ recovery-image] Sep 24 03:49:50.903 INFO O| Sep 24 03:49:50.903 INFO STEP 82 (remove_files) COMPLETE
42992024-09-24T03:49:51.521Z[ recovery-image] Sep 24 03:49:50.903 INFO O| Sep 24 03:49:50.903 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-09-24T03:49:51.526Z[ recovery-image] Sep 24 03:49:50.912 INFO O| Sep 24 03:49:50.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43012024-09-24T03:49:51.529Z[ recovery-image] Sep 24 03:49:50.912 INFO O| Sep 24 03:49:50.912 INFO STEP 83 (remove_files) COMPLETE
43022024-09-24T03:49:51.529Z[ recovery-image] Sep 24 03:49:50.912 INFO O| Sep 24 03:49:50.912 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-09-24T03:49:51.536Z[ recovery-image] Sep 24 03:49:50.921 INFO O| Sep 24 03:49:50.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43042024-09-24T03:49:51.536Z[ recovery-image] Sep 24 03:49:50.922 INFO O| Sep 24 03:49:50.922 INFO STEP 84 (remove_files) COMPLETE
43052024-09-24T03:49:51.536Z[ recovery-image] Sep 24 03:49:50.922 INFO O| Sep 24 03:49:50.922 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-09-24T03:49:51.545Z[ recovery-image] Sep 24 03:49:50.931 INFO O| Sep 24 03:49:50.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43072024-09-24T03:49:51.545Z[ recovery-image] Sep 24 03:49:50.931 INFO O| Sep 24 03:49:50.931 INFO STEP 85 (remove_files) COMPLETE
43082024-09-24T03:49:51.548Z[ recovery-image] Sep 24 03:49:50.931 INFO O| Sep 24 03:49:50.931 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-09-24T03:49:51.555Z[ recovery-image] Sep 24 03:49:50.940 INFO O| Sep 24 03:49:50.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43102024-09-24T03:49:51.555Z[ recovery-image] Sep 24 03:49:50.940 INFO O| Sep 24 03:49:50.940 INFO STEP 86 (remove_files) COMPLETE
43112024-09-24T03:49:51.555Z[ recovery-image] Sep 24 03:49:50.940 INFO O| Sep 24 03:49:50.940 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-09-24T03:49:51.564Z[ recovery-image] Sep 24 03:49:50.950 INFO O| Sep 24 03:49:50.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43132024-09-24T03:49:51.566Z[ recovery-image] Sep 24 03:49:50.950 INFO O| Sep 24 03:49:50.950 INFO STEP 87 (remove_files) COMPLETE
43142024-09-24T03:49:51.567Z[ recovery-image] Sep 24 03:49:50.950 INFO O| Sep 24 03:49:50.950 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-09-24T03:49:51.575Z[ recovery-image] Sep 24 03:49:50.959 INFO O| Sep 24 03:49:50.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43162024-09-24T03:49:51.578Z[ recovery-image] Sep 24 03:49:50.959 INFO O| Sep 24 03:49:50.959 INFO STEP 88 (remove_files) COMPLETE
43172024-09-24T03:49:51.578Z[ recovery-image] Sep 24 03:49:50.959 INFO O| Sep 24 03:49:50.959 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-09-24T03:49:51.583Z[ recovery-image] Sep 24 03:49:50.969 INFO O| Sep 24 03:49:50.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43192024-09-24T03:49:51.583Z[ recovery-image] Sep 24 03:49:50.969 INFO O| Sep 24 03:49:50.969 INFO STEP 89 (remove_files) COMPLETE
43202024-09-24T03:49:51.585Z[ recovery-image] Sep 24 03:49:50.969 INFO O| Sep 24 03:49:50.969 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-09-24T03:49:51.592Z[ recovery-image] Sep 24 03:49:50.978 INFO O| Sep 24 03:49:50.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43222024-09-24T03:49:51.592Z[ recovery-image] Sep 24 03:49:50.978 INFO O| Sep 24 03:49:50.978 INFO STEP 90 (remove_files) COMPLETE
43232024-09-24T03:49:51.595Z[ recovery-image] Sep 24 03:49:50.978 INFO O| Sep 24 03:49:50.978 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-09-24T03:49:51.602Z[ recovery-image] Sep 24 03:49:50.988 INFO O| Sep 24 03:49:50.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43252024-09-24T03:49:51.604Z[ recovery-image] Sep 24 03:49:50.988 INFO O| Sep 24 03:49:50.988 INFO STEP 91 (remove_files) COMPLETE
43262024-09-24T03:49:51.604Z[ recovery-image] Sep 24 03:49:50.988 INFO O| Sep 24 03:49:50.988 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-09-24T03:49:51.611Z[ recovery-image] Sep 24 03:49:50.997 INFO O| Sep 24 03:49:50.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43282024-09-24T03:49:51.611Z[ recovery-image] Sep 24 03:49:50.997 INFO O| Sep 24 03:49:50.997 INFO STEP 92 (remove_files) COMPLETE
43292024-09-24T03:49:51.614Z[ recovery-image] Sep 24 03:49:50.997 INFO O| Sep 24 03:49:50.997 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-09-24T03:49:51.622Z[ recovery-image] Sep 24 03:49:51.007 INFO O| Sep 24 03:49:51.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43312024-09-24T03:49:51.622Z[ recovery-image] Sep 24 03:49:51.008 INFO O| Sep 24 03:49:51.007 INFO STEP 93 (remove_files) COMPLETE
43322024-09-24T03:49:51.625Z[ recovery-image] Sep 24 03:49:51.008 INFO O| Sep 24 03:49:51.007 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-09-24T03:49:51.632Z[ recovery-image] Sep 24 03:49:51.017 INFO O| Sep 24 03:49:51.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43342024-09-24T03:49:51.632Z[ recovery-image] Sep 24 03:49:51.017 INFO O| Sep 24 03:49:51.017 INFO STEP 94 (remove_files) COMPLETE
43352024-09-24T03:49:51.634Z[ recovery-image] Sep 24 03:49:51.018 INFO O| Sep 24 03:49:51.017 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-09-24T03:49:51.641Z[ recovery-image] Sep 24 03:49:51.027 INFO O| Sep 24 03:49:51.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43372024-09-24T03:49:51.644Z[ recovery-image] Sep 24 03:49:51.027 INFO O| Sep 24 03:49:51.027 INFO STEP 95 (remove_files) COMPLETE
43382024-09-24T03:49:51.644Z[ recovery-image] Sep 24 03:49:51.027 INFO O| Sep 24 03:49:51.027 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-09-24T03:49:51.651Z[ recovery-image] Sep 24 03:49:51.037 INFO O| Sep 24 03:49:51.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43402024-09-24T03:49:51.651Z[ recovery-image] Sep 24 03:49:51.037 INFO O| Sep 24 03:49:51.037 INFO STEP 96 (remove_files) COMPLETE
43412024-09-24T03:49:51.653Z[ recovery-image] Sep 24 03:49:51.037 INFO O| Sep 24 03:49:51.037 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-09-24T03:49:51.660Z[ recovery-image] Sep 24 03:49:51.046 INFO O| Sep 24 03:49:51.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43432024-09-24T03:49:51.660Z[ recovery-image] Sep 24 03:49:51.046 INFO O| Sep 24 03:49:51.046 INFO STEP 97 (remove_files) COMPLETE
43442024-09-24T03:49:51.660Z[ recovery-image] Sep 24 03:49:51.046 INFO O| Sep 24 03:49:51.046 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-09-24T03:49:51.669Z[ recovery-image] Sep 24 03:49:51.055 INFO O| Sep 24 03:49:51.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43462024-09-24T03:49:51.669Z[ recovery-image] Sep 24 03:49:51.055 INFO O| Sep 24 03:49:51.055 INFO STEP 98 (remove_files) COMPLETE
43472024-09-24T03:49:51.672Z[ recovery-image] Sep 24 03:49:51.055 INFO O| Sep 24 03:49:51.055 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-09-24T03:49:51.678Z[ recovery-image] Sep 24 03:49:51.064 INFO O| Sep 24 03:49:51.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43492024-09-24T03:49:51.681Z[ recovery-image] Sep 24 03:49:51.064 INFO O| Sep 24 03:49:51.064 INFO STEP 99 (remove_files) COMPLETE
43502024-09-24T03:49:51.681Z[ recovery-image] Sep 24 03:49:51.064 INFO O| Sep 24 03:49:51.064 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-09-24T03:49:51.688Z[ recovery-image] Sep 24 03:49:51.073 INFO O| Sep 24 03:49:51.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43522024-09-24T03:49:51.690Z[ recovery-image] Sep 24 03:49:51.074 INFO O| Sep 24 03:49:51.074 INFO STEP 100 (remove_files) COMPLETE
43532024-09-24T03:49:51.690Z[ recovery-image] Sep 24 03:49:51.074 INFO O| Sep 24 03:49:51.074 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-09-24T03:49:51.698Z[ recovery-image] Sep 24 03:49:51.083 INFO O| Sep 24 03:49:51.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43552024-09-24T03:49:51.698Z[ recovery-image] Sep 24 03:49:51.083 INFO O| Sep 24 03:49:51.083 INFO STEP 101 (remove_files) COMPLETE
43562024-09-24T03:49:51.700Z[ recovery-image] Sep 24 03:49:51.083 INFO O| Sep 24 03:49:51.083 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-09-24T03:49:51.707Z[ recovery-image] Sep 24 03:49:51.092 INFO O| Sep 24 03:49:51.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43582024-09-24T03:49:51.707Z[ recovery-image] Sep 24 03:49:51.093 INFO O| Sep 24 03:49:51.093 INFO STEP 102 (remove_files) COMPLETE
43592024-09-24T03:49:51.709Z[ recovery-image] Sep 24 03:49:51.093 INFO O| Sep 24 03:49:51.093 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-09-24T03:49:51.716Z[ recovery-image] Sep 24 03:49:51.102 INFO O| Sep 24 03:49:51.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43612024-09-24T03:49:51.720Z[ recovery-image] Sep 24 03:49:51.102 INFO O| Sep 24 03:49:51.102 INFO STEP 103 (remove_files) COMPLETE
43622024-09-24T03:49:51.720Z[ recovery-image] Sep 24 03:49:51.102 INFO O| Sep 24 03:49:51.102 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-09-24T03:49:51.725Z[ recovery-image] Sep 24 03:49:51.111 INFO O| Sep 24 03:49:51.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43642024-09-24T03:49:51.728Z[ recovery-image] Sep 24 03:49:51.111 INFO O| Sep 24 03:49:51.111 INFO STEP 104 (remove_files) COMPLETE
43652024-09-24T03:49:51.728Z[ recovery-image] Sep 24 03:49:51.111 INFO O| Sep 24 03:49:51.111 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-09-24T03:49:51.735Z[ recovery-image] Sep 24 03:49:51.120 INFO O| Sep 24 03:49:51.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43672024-09-24T03:49:51.737Z[ recovery-image] Sep 24 03:49:51.121 INFO O| Sep 24 03:49:51.120 INFO STEP 105 (remove_files) COMPLETE
43682024-09-24T03:49:51.738Z[ recovery-image] Sep 24 03:49:51.121 INFO O| Sep 24 03:49:51.121 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-09-24T03:49:51.744Z[ recovery-image] Sep 24 03:49:51.130 INFO O| Sep 24 03:49:51.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43702024-09-24T03:49:51.744Z[ recovery-image] Sep 24 03:49:51.130 INFO O| Sep 24 03:49:51.130 INFO STEP 106 (remove_files) COMPLETE
43712024-09-24T03:49:51.744Z[ recovery-image] Sep 24 03:49:51.130 INFO O| Sep 24 03:49:51.130 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-09-24T03:49:51.753Z[ recovery-image] Sep 24 03:49:51.139 INFO O| Sep 24 03:49:51.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43732024-09-24T03:49:51.753Z[ recovery-image] Sep 24 03:49:51.139 INFO O| Sep 24 03:49:51.139 INFO STEP 107 (remove_files) COMPLETE
43742024-09-24T03:49:51.756Z[ recovery-image] Sep 24 03:49:51.139 INFO O| Sep 24 03:49:51.139 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-09-24T03:49:51.762Z[ recovery-image] Sep 24 03:49:51.148 INFO O| Sep 24 03:49:51.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43762024-09-24T03:49:51.765Z[ recovery-image] Sep 24 03:49:51.148 INFO O| Sep 24 03:49:51.148 INFO STEP 108 (remove_files) COMPLETE
43772024-09-24T03:49:51.765Z[ recovery-image] Sep 24 03:49:51.148 INFO O| Sep 24 03:49:51.148 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-09-24T03:49:51.772Z[ recovery-image] Sep 24 03:49:51.157 INFO O| Sep 24 03:49:51.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43792024-09-24T03:49:51.774Z[ recovery-image] Sep 24 03:49:51.157 INFO O| Sep 24 03:49:51.157 INFO STEP 109 (remove_files) COMPLETE
43802024-09-24T03:49:51.774Z[ recovery-image] Sep 24 03:49:51.158 INFO O| Sep 24 03:49:51.157 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-09-24T03:49:51.781Z[ recovery-image] Sep 24 03:49:51.167 INFO O| Sep 24 03:49:51.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43822024-09-24T03:49:51.781Z[ recovery-image] Sep 24 03:49:51.167 INFO O| Sep 24 03:49:51.167 INFO STEP 110 (remove_files) COMPLETE
43832024-09-24T03:49:51.784Z[ recovery-image] Sep 24 03:49:51.167 INFO O| Sep 24 03:49:51.167 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-09-24T03:49:51.790Z[ recovery-image] Sep 24 03:49:51.176 INFO O| Sep 24 03:49:51.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43852024-09-24T03:49:51.790Z[ recovery-image] Sep 24 03:49:51.176 INFO O| Sep 24 03:49:51.176 INFO STEP 111 (remove_files) COMPLETE
43862024-09-24T03:49:51.790Z[ recovery-image] Sep 24 03:49:51.176 INFO O| Sep 24 03:49:51.176 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-09-24T03:49:51.800Z[ recovery-image] Sep 24 03:49:51.185 INFO O| Sep 24 03:49:51.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43882024-09-24T03:49:51.800Z[ recovery-image] Sep 24 03:49:51.185 INFO O| Sep 24 03:49:51.185 INFO STEP 112 (remove_files) COMPLETE
43892024-09-24T03:49:51.800Z[ recovery-image] Sep 24 03:49:51.185 INFO O| Sep 24 03:49:51.185 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-09-24T03:49:51.809Z[ recovery-image] Sep 24 03:49:51.195 INFO O| Sep 24 03:49:51.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43912024-09-24T03:49:51.809Z[ recovery-image] Sep 24 03:49:51.195 INFO O| Sep 24 03:49:51.195 INFO STEP 113 (remove_files) COMPLETE
43922024-09-24T03:49:51.812Z[ recovery-image] Sep 24 03:49:51.195 INFO O| Sep 24 03:49:51.195 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-09-24T03:49:51.818Z[ recovery-image] Sep 24 03:49:51.204 INFO O| Sep 24 03:49:51.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43942024-09-24T03:49:51.818Z[ recovery-image] Sep 24 03:49:51.204 INFO O| Sep 24 03:49:51.204 INFO STEP 114 (remove_files) COMPLETE
43952024-09-24T03:49:51.821Z[ recovery-image] Sep 24 03:49:51.204 INFO O| Sep 24 03:49:51.204 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-09-24T03:49:51.828Z[ recovery-image] Sep 24 03:49:51.213 INFO O| Sep 24 03:49:51.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43972024-09-24T03:49:51.828Z[ recovery-image] Sep 24 03:49:51.213 INFO O| Sep 24 03:49:51.213 INFO STEP 115 (remove_files) COMPLETE
43982024-09-24T03:49:51.830Z[ recovery-image] Sep 24 03:49:51.213 INFO O| Sep 24 03:49:51.213 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-09-24T03:49:51.837Z[ recovery-image] Sep 24 03:49:51.223 INFO O| Sep 24 03:49:51.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44002024-09-24T03:49:51.837Z[ recovery-image] Sep 24 03:49:51.223 INFO O| Sep 24 03:49:51.223 INFO STEP 116 (remove_files) COMPLETE
44012024-09-24T03:49:51.840Z[ recovery-image] Sep 24 03:49:51.223 INFO O| Sep 24 03:49:51.223 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-09-24T03:49:51.846Z[ recovery-image] Sep 24 03:49:51.232 INFO O| Sep 24 03:49:51.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44032024-09-24T03:49:51.846Z[ recovery-image] Sep 24 03:49:51.232 INFO O| Sep 24 03:49:51.232 INFO STEP 117 (remove_files) COMPLETE
44042024-09-24T03:49:51.847Z[ recovery-image] Sep 24 03:49:51.232 INFO O| Sep 24 03:49:51.232 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-09-24T03:49:51.856Z[ recovery-image] Sep 24 03:49:51.241 INFO O| Sep 24 03:49:51.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44062024-09-24T03:49:51.858Z[ recovery-image] Sep 24 03:49:51.241 INFO O| Sep 24 03:49:51.241 INFO STEP 118 (remove_files) COMPLETE
44072024-09-24T03:49:51.858Z[ recovery-image] Sep 24 03:49:51.241 INFO O| Sep 24 03:49:51.241 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-09-24T03:49:51.865Z[ recovery-image] Sep 24 03:49:51.251 INFO O| Sep 24 03:49:51.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44092024-09-24T03:49:51.865Z[ recovery-image] Sep 24 03:49:51.251 INFO O| Sep 24 03:49:51.251 INFO STEP 119 (remove_files) COMPLETE
44102024-09-24T03:49:51.868Z[ recovery-image] Sep 24 03:49:51.251 INFO O| Sep 24 03:49:51.251 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-09-24T03:49:51.874Z[ recovery-image] Sep 24 03:49:51.260 INFO O| Sep 24 03:49:51.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44122024-09-24T03:49:51.874Z[ recovery-image] Sep 24 03:49:51.260 INFO O| Sep 24 03:49:51.260 INFO STEP 120 (remove_files) COMPLETE
44132024-09-24T03:49:51.877Z[ recovery-image] Sep 24 03:49:51.260 INFO O| Sep 24 03:49:51.260 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-09-24T03:49:51.883Z[ recovery-image] Sep 24 03:49:51.269 INFO O| Sep 24 03:49:51.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44152024-09-24T03:49:51.886Z[ recovery-image] Sep 24 03:49:51.270 INFO O| Sep 24 03:49:51.270 INFO STEP 121 (remove_files) COMPLETE
44162024-09-24T03:49:51.886Z[ recovery-image] Sep 24 03:49:51.270 INFO O| Sep 24 03:49:51.270 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-09-24T03:49:51.893Z[ recovery-image] Sep 24 03:49:51.279 INFO O| Sep 24 03:49:51.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44182024-09-24T03:49:51.894Z[ recovery-image] Sep 24 03:49:51.279 INFO O| Sep 24 03:49:51.279 INFO STEP 122 (remove_files) COMPLETE
44192024-09-24T03:49:51.896Z[ recovery-image] Sep 24 03:49:51.279 INFO O| Sep 24 03:49:51.279 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-09-24T03:49:51.903Z[ recovery-image] Sep 24 03:49:51.288 INFO O| Sep 24 03:49:51.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44212024-09-24T03:49:51.903Z[ recovery-image] Sep 24 03:49:51.288 INFO O| Sep 24 03:49:51.288 INFO STEP 123 (remove_files) COMPLETE
44222024-09-24T03:49:51.905Z[ recovery-image] Sep 24 03:49:51.288 INFO O| Sep 24 03:49:51.288 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-09-24T03:49:51.912Z[ recovery-image] Sep 24 03:49:51.298 INFO O| Sep 24 03:49:51.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44242024-09-24T03:49:51.912Z[ recovery-image] Sep 24 03:49:51.298 INFO O| Sep 24 03:49:51.298 INFO STEP 124 (remove_files) COMPLETE
44252024-09-24T03:49:51.914Z[ recovery-image] Sep 24 03:49:51.298 INFO O| Sep 24 03:49:51.298 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-09-24T03:49:51.921Z[ recovery-image] Sep 24 03:49:51.307 INFO O| Sep 24 03:49:51.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44272024-09-24T03:49:51.921Z[ recovery-image] Sep 24 03:49:51.307 INFO O| Sep 24 03:49:51.307 INFO STEP 125 (remove_files) COMPLETE
44282024-09-24T03:49:51.924Z[ recovery-image] Sep 24 03:49:51.307 INFO O| Sep 24 03:49:51.307 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-09-24T03:49:51.930Z[ recovery-image] Sep 24 03:49:51.316 INFO O| Sep 24 03:49:51.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44302024-09-24T03:49:51.930Z[ recovery-image] Sep 24 03:49:51.316 INFO O| Sep 24 03:49:51.316 INFO STEP 126 (remove_files) COMPLETE
44312024-09-24T03:49:51.930Z[ recovery-image] Sep 24 03:49:51.316 INFO O| Sep 24 03:49:51.316 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-09-24T03:49:51.940Z[ recovery-image] Sep 24 03:49:51.326 INFO O| Sep 24 03:49:51.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44332024-09-24T03:49:51.940Z[ recovery-image] Sep 24 03:49:51.326 INFO O| Sep 24 03:49:51.326 INFO STEP 127 (remove_files) COMPLETE
44342024-09-24T03:49:51.943Z[ recovery-image] Sep 24 03:49:51.326 INFO O| Sep 24 03:49:51.326 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-09-24T03:49:51.950Z[ recovery-image] Sep 24 03:49:51.335 INFO O| Sep 24 03:49:51.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44362024-09-24T03:49:51.950Z[ recovery-image] Sep 24 03:49:51.335 INFO O| Sep 24 03:49:51.335 INFO STEP 128 (remove_files) COMPLETE
44372024-09-24T03:49:51.952Z[ recovery-image] Sep 24 03:49:51.335 INFO O| Sep 24 03:49:51.335 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-09-24T03:49:51.959Z[ recovery-image] Sep 24 03:49:51.345 INFO O| Sep 24 03:49:51.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44392024-09-24T03:49:51.962Z[ recovery-image] Sep 24 03:49:51.345 INFO O| Sep 24 03:49:51.345 INFO STEP 129 (remove_files) COMPLETE
44402024-09-24T03:49:51.962Z[ recovery-image] Sep 24 03:49:51.345 INFO O| Sep 24 03:49:51.345 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-09-24T03:49:51.969Z[ recovery-image] Sep 24 03:49:51.354 INFO O| Sep 24 03:49:51.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44422024-09-24T03:49:51.969Z[ recovery-image] Sep 24 03:49:51.354 INFO O| Sep 24 03:49:51.354 INFO STEP 130 (remove_files) COMPLETE
44432024-09-24T03:49:51.973Z[ recovery-image] Sep 24 03:49:51.355 INFO O| Sep 24 03:49:51.354 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-09-24T03:49:51.978Z[ recovery-image] Sep 24 03:49:51.364 INFO O| Sep 24 03:49:51.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44452024-09-24T03:49:51.978Z[ recovery-image] Sep 24 03:49:51.364 INFO O| Sep 24 03:49:51.364 INFO STEP 131 (remove_files) COMPLETE
44462024-09-24T03:49:51.981Z[ recovery-image] Sep 24 03:49:51.364 INFO O| Sep 24 03:49:51.364 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-09-24T03:49:51.988Z[ recovery-image] Sep 24 03:49:51.373 INFO O| Sep 24 03:49:51.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44482024-09-24T03:49:51.988Z[ recovery-image] Sep 24 03:49:51.373 INFO O| Sep 24 03:49:51.373 INFO STEP 132 (remove_files) COMPLETE
44492024-09-24T03:49:51.990Z[ recovery-image] Sep 24 03:49:51.374 INFO O| Sep 24 03:49:51.373 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-09-24T03:49:51.997Z[ recovery-image] Sep 24 03:49:51.383 INFO O| Sep 24 03:49:51.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44512024-09-24T03:49:51.997Z[ recovery-image] Sep 24 03:49:51.383 INFO O| Sep 24 03:49:51.383 INFO STEP 133 (remove_files) COMPLETE
44522024-09-24T03:49:52.000Z[ recovery-image] Sep 24 03:49:51.383 INFO O| Sep 24 03:49:51.383 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-09-24T03:49:52.007Z[ recovery-image] Sep 24 03:49:51.392 INFO O| Sep 24 03:49:51.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44542024-09-24T03:49:52.009Z[ recovery-image] Sep 24 03:49:51.392 INFO O| Sep 24 03:49:51.392 INFO STEP 134 (remove_files) COMPLETE
44552024-09-24T03:49:52.009Z[ recovery-image] Sep 24 03:49:51.392 INFO O| Sep 24 03:49:51.392 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-09-24T03:49:52.016Z[ recovery-image] Sep 24 03:49:51.402 INFO O| Sep 24 03:49:51.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44572024-09-24T03:49:52.019Z[ recovery-image] Sep 24 03:49:51.403 INFO O| Sep 24 03:49:51.403 INFO STEP 135 (remove_files) COMPLETE
44582024-09-24T03:49:52.019Z[ recovery-image] Sep 24 03:49:51.403 INFO O| Sep 24 03:49:51.403 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-09-24T03:49:52.026Z[ recovery-image] Sep 24 03:49:51.412 INFO O| Sep 24 03:49:51.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44602024-09-24T03:49:52.026Z[ recovery-image] Sep 24 03:49:51.412 INFO O| Sep 24 03:49:51.412 INFO STEP 136 (remove_files) COMPLETE
44612024-09-24T03:49:52.026Z[ recovery-image] Sep 24 03:49:51.412 INFO O| Sep 24 03:49:51.412 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-09-24T03:49:52.036Z[ recovery-image] Sep 24 03:49:51.422 INFO O| Sep 24 03:49:51.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44632024-09-24T03:49:52.036Z[ recovery-image] Sep 24 03:49:51.422 INFO O| Sep 24 03:49:51.422 INFO STEP 137 (remove_files) COMPLETE
44642024-09-24T03:49:52.036Z[ recovery-image] Sep 24 03:49:51.422 INFO O| Sep 24 03:49:51.422 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-09-24T03:49:52.045Z[ recovery-image] Sep 24 03:49:51.431 INFO O| Sep 24 03:49:51.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44662024-09-24T03:49:52.048Z[ recovery-image] Sep 24 03:49:51.431 INFO O| Sep 24 03:49:51.431 INFO STEP 138 (remove_files) COMPLETE
44672024-09-24T03:49:52.048Z[ recovery-image] Sep 24 03:49:51.431 INFO O| Sep 24 03:49:51.431 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-09-24T03:49:52.055Z[ recovery-image] Sep 24 03:49:51.441 INFO O| Sep 24 03:49:51.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44692024-09-24T03:49:52.055Z[ recovery-image] Sep 24 03:49:51.441 INFO O| Sep 24 03:49:51.441 INFO STEP 139 (remove_files) COMPLETE
44702024-09-24T03:49:52.057Z[ recovery-image] Sep 24 03:49:51.441 INFO O| Sep 24 03:49:51.441 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-09-24T03:49:52.064Z[ recovery-image] Sep 24 03:49:51.450 INFO O| Sep 24 03:49:51.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44722024-09-24T03:49:52.068Z[ recovery-image] Sep 24 03:49:51.450 INFO O| Sep 24 03:49:51.450 INFO STEP 140 (remove_files) COMPLETE
44732024-09-24T03:49:52.068Z[ recovery-image] Sep 24 03:49:51.450 INFO O| Sep 24 03:49:51.450 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-09-24T03:49:52.074Z[ recovery-image] Sep 24 03:49:51.459 INFO O| Sep 24 03:49:51.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44752024-09-24T03:49:52.074Z[ recovery-image] Sep 24 03:49:51.459 INFO O| Sep 24 03:49:51.459 INFO STEP 141 (remove_files) COMPLETE
44762024-09-24T03:49:52.076Z[ recovery-image] Sep 24 03:49:51.459 INFO O| Sep 24 03:49:51.459 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-09-24T03:49:52.083Z[ recovery-image] Sep 24 03:49:51.469 INFO O| Sep 24 03:49:51.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44782024-09-24T03:49:52.083Z[ recovery-image] Sep 24 03:49:51.469 INFO O| Sep 24 03:49:51.469 INFO STEP 142 (remove_files) COMPLETE
44792024-09-24T03:49:52.083Z[ recovery-image] Sep 24 03:49:51.469 INFO O| Sep 24 03:49:51.469 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-09-24T03:49:52.093Z[ recovery-image] Sep 24 03:49:51.478 INFO O| Sep 24 03:49:51.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44812024-09-24T03:49:52.095Z[ recovery-image] Sep 24 03:49:51.478 INFO O| Sep 24 03:49:51.478 INFO STEP 143 (remove_files) COMPLETE
44822024-09-24T03:49:52.095Z[ recovery-image] Sep 24 03:49:51.478 INFO O| Sep 24 03:49:51.478 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-09-24T03:49:52.102Z[ recovery-image] Sep 24 03:49:51.488 INFO O| Sep 24 03:49:51.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44842024-09-24T03:49:52.102Z[ recovery-image] Sep 24 03:49:51.488 INFO O| Sep 24 03:49:51.488 INFO STEP 144 (remove_files) COMPLETE
44852024-09-24T03:49:52.105Z[ recovery-image] Sep 24 03:49:51.488 INFO O| Sep 24 03:49:51.488 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-09-24T03:49:52.112Z[ recovery-image] Sep 24 03:49:51.498 INFO O| Sep 24 03:49:51.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44872024-09-24T03:49:52.114Z[ recovery-image] Sep 24 03:49:51.498 INFO O| Sep 24 03:49:51.498 INFO STEP 145 (remove_files) COMPLETE
44882024-09-24T03:49:52.114Z[ recovery-image] Sep 24 03:49:51.498 INFO O| Sep 24 03:49:51.498 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-09-24T03:49:52.121Z[ recovery-image] Sep 24 03:49:51.507 INFO O| Sep 24 03:49:51.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44902024-09-24T03:49:52.124Z[ recovery-image] Sep 24 03:49:51.507 INFO O| Sep 24 03:49:51.507 INFO STEP 146 (remove_files) COMPLETE
44912024-09-24T03:49:52.124Z[ recovery-image] Sep 24 03:49:51.507 INFO O| Sep 24 03:49:51.507 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-09-24T03:49:52.131Z[ recovery-image] Sep 24 03:49:51.516 INFO O| Sep 24 03:49:51.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44932024-09-24T03:49:52.131Z[ recovery-image] Sep 24 03:49:51.516 INFO O| Sep 24 03:49:51.516 INFO STEP 147 (remove_files) COMPLETE
44942024-09-24T03:49:52.133Z[ recovery-image] Sep 24 03:49:51.516 INFO O| Sep 24 03:49:51.516 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-09-24T03:49:52.142Z[ recovery-image] Sep 24 03:49:51.528 INFO O| Sep 24 03:49:51.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44962024-09-24T03:49:52.142Z[ recovery-image] Sep 24 03:49:51.528 INFO O| Sep 24 03:49:51.528 INFO STEP 148 (remove_files) COMPLETE
44972024-09-24T03:49:52.143Z[ recovery-image] Sep 24 03:49:51.528 INFO O| Sep 24 03:49:51.528 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-09-24T03:49:52.152Z[ recovery-image] Sep 24 03:49:51.538 INFO O| Sep 24 03:49:51.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44992024-09-24T03:49:52.152Z[ recovery-image] Sep 24 03:49:51.538 INFO O| Sep 24 03:49:51.538 INFO STEP 149 (remove_files) COMPLETE
45002024-09-24T03:49:52.155Z[ recovery-image] Sep 24 03:49:51.538 INFO O| Sep 24 03:49:51.538 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-09-24T03:49:52.161Z[ recovery-image] Sep 24 03:49:51.547 INFO O| Sep 24 03:49:51.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45022024-09-24T03:49:52.161Z[ recovery-image] Sep 24 03:49:51.547 INFO O| Sep 24 03:49:51.547 INFO STEP 150 (remove_files) COMPLETE
45032024-09-24T03:49:52.164Z[ recovery-image] Sep 24 03:49:51.547 INFO O| Sep 24 03:49:51.547 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-09-24T03:49:52.171Z[ recovery-image] Sep 24 03:49:51.557 INFO O| Sep 24 03:49:51.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45052024-09-24T03:49:52.173Z[ recovery-image] Sep 24 03:49:51.557 INFO O| Sep 24 03:49:51.557 INFO STEP 151 (remove_files) COMPLETE
45062024-09-24T03:49:52.173Z[ recovery-image] Sep 24 03:49:51.557 INFO O| Sep 24 03:49:51.557 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-09-24T03:49:52.180Z[ recovery-image] Sep 24 03:49:51.566 INFO O| Sep 24 03:49:51.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45082024-09-24T03:49:52.182Z[ recovery-image] Sep 24 03:49:51.566 INFO O| Sep 24 03:49:51.566 INFO STEP 152 (remove_files) COMPLETE
45092024-09-24T03:49:52.183Z[ recovery-image] Sep 24 03:49:51.566 INFO O| Sep 24 03:49:51.566 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-09-24T03:49:52.192Z[ recovery-image] Sep 24 03:49:51.578 INFO O| Sep 24 03:49:51.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45112024-09-24T03:49:52.192Z[ recovery-image] Sep 24 03:49:51.578 INFO O| Sep 24 03:49:51.578 INFO STEP 153 (remove_files) COMPLETE
45122024-09-24T03:49:52.194Z[ recovery-image] Sep 24 03:49:51.578 INFO O| Sep 24 03:49:51.578 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-09-24T03:49:52.203Z[ recovery-image] Sep 24 03:49:51.589 INFO O| Sep 24 03:49:51.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45142024-09-24T03:49:52.203Z[ recovery-image] Sep 24 03:49:51.589 INFO O| Sep 24 03:49:51.589 INFO STEP 154 (remove_files) COMPLETE
45152024-09-24T03:49:52.203Z[ recovery-image] Sep 24 03:49:51.589 INFO O| Sep 24 03:49:51.589 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-09-24T03:49:52.213Z[ recovery-image] Sep 24 03:49:51.598 INFO O| Sep 24 03:49:51.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45172024-09-24T03:49:52.213Z[ recovery-image] Sep 24 03:49:51.598 INFO O| Sep 24 03:49:51.598 INFO STEP 155 (remove_files) COMPLETE
45182024-09-24T03:49:52.213Z[ recovery-image] Sep 24 03:49:51.599 INFO O| Sep 24 03:49:51.598 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-09-24T03:49:52.222Z[ recovery-image] Sep 24 03:49:51.608 INFO O| Sep 24 03:49:51.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45202024-09-24T03:49:52.222Z[ recovery-image] Sep 24 03:49:51.608 INFO O| Sep 24 03:49:51.608 INFO STEP 156 (remove_files) COMPLETE
45212024-09-24T03:49:52.225Z[ recovery-image] Sep 24 03:49:51.608 INFO O| Sep 24 03:49:51.608 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-09-24T03:49:52.233Z[ recovery-image] Sep 24 03:49:51.619 INFO O| Sep 24 03:49:51.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45232024-09-24T03:49:52.233Z[ recovery-image] Sep 24 03:49:51.619 INFO O| Sep 24 03:49:51.619 INFO STEP 157 (remove_files) COMPLETE
45242024-09-24T03:49:52.233Z[ recovery-image] Sep 24 03:49:51.619 INFO O| Sep 24 03:49:51.619 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-09-24T03:49:52.242Z[ recovery-image] Sep 24 03:49:51.628 INFO O| Sep 24 03:49:51.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45262024-09-24T03:49:52.242Z[ recovery-image] Sep 24 03:49:51.628 INFO O| Sep 24 03:49:51.628 INFO STEP 158 (remove_files) COMPLETE
45272024-09-24T03:49:52.245Z[ recovery-image] Sep 24 03:49:51.628 INFO O| Sep 24 03:49:51.628 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-09-24T03:49:52.254Z[ recovery-image] Sep 24 03:49:51.639 INFO O| Sep 24 03:49:51.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45292024-09-24T03:49:52.254Z[ recovery-image] Sep 24 03:49:51.639 INFO O| Sep 24 03:49:51.639 INFO STEP 159 (remove_files) COMPLETE
45302024-09-24T03:49:52.254Z[ recovery-image] Sep 24 03:49:51.639 INFO O| Sep 24 03:49:51.639 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-09-24T03:49:52.264Z[ recovery-image] Sep 24 03:49:51.649 INFO O| Sep 24 03:49:51.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45322024-09-24T03:49:52.264Z[ recovery-image] Sep 24 03:49:51.649 INFO O| Sep 24 03:49:51.649 INFO STEP 160 (remove_files) COMPLETE
45332024-09-24T03:49:52.264Z[ recovery-image] Sep 24 03:49:51.649 INFO O| Sep 24 03:49:51.649 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-09-24T03:49:52.274Z[ recovery-image] Sep 24 03:49:51.660 INFO O| Sep 24 03:49:51.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45352024-09-24T03:49:52.275Z[ recovery-image] Sep 24 03:49:51.660 INFO O| Sep 24 03:49:51.660 INFO STEP 161 (remove_files) COMPLETE
45362024-09-24T03:49:52.277Z[ recovery-image] Sep 24 03:49:51.660 INFO O| Sep 24 03:49:51.660 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-09-24T03:49:52.284Z[ recovery-image] Sep 24 03:49:51.669 INFO O| Sep 24 03:49:51.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45382024-09-24T03:49:52.284Z[ recovery-image] Sep 24 03:49:51.669 INFO O| Sep 24 03:49:51.669 INFO STEP 162 (remove_files) COMPLETE
45392024-09-24T03:49:52.284Z[ recovery-image] Sep 24 03:49:51.669 INFO O| Sep 24 03:49:51.669 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-09-24T03:49:52.293Z[ recovery-image] Sep 24 03:49:51.679 INFO O| Sep 24 03:49:51.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45412024-09-24T03:49:52.296Z[ recovery-image] Sep 24 03:49:51.679 INFO O| Sep 24 03:49:51.679 INFO STEP 163 (remove_files) COMPLETE
45422024-09-24T03:49:52.296Z[ recovery-image] Sep 24 03:49:51.679 INFO O| Sep 24 03:49:51.679 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-09-24T03:49:52.303Z[ recovery-image] Sep 24 03:49:51.689 INFO O| Sep 24 03:49:51.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45442024-09-24T03:49:52.303Z[ recovery-image] Sep 24 03:49:51.689 INFO O| Sep 24 03:49:51.689 INFO STEP 164 (remove_files) COMPLETE
45452024-09-24T03:49:52.306Z[ recovery-image] Sep 24 03:49:51.689 INFO O| Sep 24 03:49:51.689 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-09-24T03:49:52.312Z[ recovery-image] Sep 24 03:49:51.698 INFO O| Sep 24 03:49:51.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45472024-09-24T03:49:52.313Z[ recovery-image] Sep 24 03:49:51.698 INFO O| Sep 24 03:49:51.698 INFO STEP 165 (remove_files) COMPLETE
45482024-09-24T03:49:52.313Z[ recovery-image] Sep 24 03:49:51.698 INFO O| Sep 24 03:49:51.698 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-09-24T03:49:52.322Z[ recovery-image] Sep 24 03:49:51.708 INFO O| Sep 24 03:49:51.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45502024-09-24T03:49:52.322Z[ recovery-image] Sep 24 03:49:51.708 INFO O| Sep 24 03:49:51.708 INFO STEP 166 (remove_files) COMPLETE
45512024-09-24T03:49:52.322Z[ recovery-image] Sep 24 03:49:51.708 INFO O| Sep 24 03:49:51.708 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-09-24T03:49:52.331Z[ recovery-image] Sep 24 03:49:51.717 INFO O| Sep 24 03:49:51.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45532024-09-24T03:49:52.331Z[ recovery-image] Sep 24 03:49:51.717 INFO O| Sep 24 03:49:51.717 INFO STEP 167 (remove_files) COMPLETE
45542024-09-24T03:49:52.331Z[ recovery-image] Sep 24 03:49:51.717 INFO O| Sep 24 03:49:51.717 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-09-24T03:49:52.342Z[ recovery-image] Sep 24 03:49:51.728 INFO O| Sep 24 03:49:51.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45562024-09-24T03:49:52.345Z[ recovery-image] Sep 24 03:49:51.728 INFO O| Sep 24 03:49:51.728 INFO STEP 168 (remove_files) COMPLETE
45572024-09-24T03:49:52.345Z[ recovery-image] Sep 24 03:49:51.728 INFO O| Sep 24 03:49:51.728 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-09-24T03:49:52.352Z[ recovery-image] Sep 24 03:49:51.738 INFO O| Sep 24 03:49:51.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45592024-09-24T03:49:52.352Z[ recovery-image] Sep 24 03:49:51.738 INFO O| Sep 24 03:49:51.738 INFO STEP 169 (remove_files) COMPLETE
45602024-09-24T03:49:52.354Z[ recovery-image] Sep 24 03:49:51.738 INFO O| Sep 24 03:49:51.738 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-09-24T03:49:52.361Z[ recovery-image] Sep 24 03:49:51.747 INFO O| Sep 24 03:49:51.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45622024-09-24T03:49:52.361Z[ recovery-image] Sep 24 03:49:51.747 INFO O| Sep 24 03:49:51.747 INFO STEP 170 (remove_files) COMPLETE
45632024-09-24T03:49:52.364Z[ recovery-image] Sep 24 03:49:51.747 INFO O| Sep 24 03:49:51.747 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-09-24T03:49:52.371Z[ recovery-image] Sep 24 03:49:51.756 INFO O| Sep 24 03:49:51.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45652024-09-24T03:49:52.371Z[ recovery-image] Sep 24 03:49:51.757 INFO O| Sep 24 03:49:51.756 INFO STEP 171 (remove_files) COMPLETE
45662024-09-24T03:49:52.371Z[ recovery-image] Sep 24 03:49:51.757 INFO O| Sep 24 03:49:51.756 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-09-24T03:49:52.380Z[ recovery-image] Sep 24 03:49:51.766 INFO O| Sep 24 03:49:51.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45682024-09-24T03:49:52.380Z[ recovery-image] Sep 24 03:49:51.766 INFO O| Sep 24 03:49:51.766 INFO STEP 172 (remove_files) COMPLETE
45692024-09-24T03:49:52.383Z[ recovery-image] Sep 24 03:49:51.766 INFO O| Sep 24 03:49:51.766 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-09-24T03:49:52.390Z[ recovery-image] Sep 24 03:49:51.776 INFO O| Sep 24 03:49:51.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45712024-09-24T03:49:52.392Z[ recovery-image] Sep 24 03:49:51.776 INFO O| Sep 24 03:49:51.776 INFO STEP 173 (remove_files) COMPLETE
45722024-09-24T03:49:52.392Z[ recovery-image] Sep 24 03:49:51.776 INFO O| Sep 24 03:49:51.776 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-09-24T03:49:52.400Z[ recovery-image] Sep 24 03:49:51.785 INFO O| Sep 24 03:49:51.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45742024-09-24T03:49:52.400Z[ recovery-image] Sep 24 03:49:51.785 INFO O| Sep 24 03:49:51.785 INFO STEP 174 (remove_files) COMPLETE
45752024-09-24T03:49:52.400Z[ recovery-image] Sep 24 03:49:51.785 INFO O| Sep 24 03:49:51.785 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-09-24T03:49:52.409Z[ recovery-image] Sep 24 03:49:51.795 INFO O| Sep 24 03:49:51.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45772024-09-24T03:49:52.409Z[ recovery-image] Sep 24 03:49:51.795 INFO O| Sep 24 03:49:51.795 INFO STEP 175 (remove_files) COMPLETE
45782024-09-24T03:49:52.412Z[ recovery-image] Sep 24 03:49:51.795 INFO O| Sep 24 03:49:51.795 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-09-24T03:49:52.419Z[ recovery-image] Sep 24 03:49:51.804 INFO O| Sep 24 03:49:51.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45802024-09-24T03:49:52.419Z[ recovery-image] Sep 24 03:49:51.804 INFO O| Sep 24 03:49:51.804 INFO STEP 176 (remove_files) COMPLETE
45812024-09-24T03:49:52.421Z[ recovery-image] Sep 24 03:49:51.804 INFO O| Sep 24 03:49:51.804 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-09-24T03:49:52.428Z[ recovery-image] Sep 24 03:49:51.814 INFO O| Sep 24 03:49:51.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45832024-09-24T03:49:52.428Z[ recovery-image] Sep 24 03:49:51.814 INFO O| Sep 24 03:49:51.814 INFO STEP 177 (remove_files) COMPLETE
45842024-09-24T03:49:52.428Z[ recovery-image] Sep 24 03:49:51.814 INFO O| Sep 24 03:49:51.814 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-09-24T03:49:52.438Z[ recovery-image] Sep 24 03:49:51.823 INFO O| Sep 24 03:49:51.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45862024-09-24T03:49:52.438Z[ recovery-image] Sep 24 03:49:51.824 INFO O| Sep 24 03:49:51.824 INFO STEP 178 (remove_files) COMPLETE
45872024-09-24T03:49:52.440Z[ recovery-image] Sep 24 03:49:51.824 INFO O| Sep 24 03:49:51.824 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-09-24T03:49:52.447Z[ recovery-image] Sep 24 03:49:51.833 INFO O| Sep 24 03:49:51.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45892024-09-24T03:49:52.447Z[ recovery-image] Sep 24 03:49:51.833 INFO O| Sep 24 03:49:51.833 INFO STEP 179 (remove_files) COMPLETE
45902024-09-24T03:49:52.450Z[ recovery-image] Sep 24 03:49:51.833 INFO O| Sep 24 03:49:51.833 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-09-24T03:49:52.457Z[ recovery-image] Sep 24 03:49:51.843 INFO O| Sep 24 03:49:51.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45922024-09-24T03:49:52.459Z[ recovery-image] Sep 24 03:49:51.843 INFO O| Sep 24 03:49:51.843 INFO STEP 180 (remove_files) COMPLETE
45932024-09-24T03:49:52.459Z[ recovery-image] Sep 24 03:49:51.843 INFO O| Sep 24 03:49:51.843 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-09-24T03:49:52.467Z[ recovery-image] Sep 24 03:49:51.853 INFO O| Sep 24 03:49:51.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45952024-09-24T03:49:52.467Z[ recovery-image] Sep 24 03:49:51.853 INFO O| Sep 24 03:49:51.853 INFO STEP 181 (remove_files) COMPLETE
45962024-09-24T03:49:52.467Z[ recovery-image] Sep 24 03:49:51.853 INFO O| Sep 24 03:49:51.853 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-09-24T03:49:52.476Z[ recovery-image] Sep 24 03:49:51.862 INFO O| Sep 24 03:49:51.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45982024-09-24T03:49:52.476Z[ recovery-image] Sep 24 03:49:51.862 INFO O| Sep 24 03:49:51.862 INFO STEP 182 (remove_files) COMPLETE
45992024-09-24T03:49:52.479Z[ recovery-image] Sep 24 03:49:51.862 INFO O| Sep 24 03:49:51.862 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-09-24T03:49:52.486Z[ recovery-image] Sep 24 03:49:51.872 INFO O| Sep 24 03:49:51.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46012024-09-24T03:49:52.488Z[ recovery-image] Sep 24 03:49:51.872 INFO O| Sep 24 03:49:51.872 INFO STEP 183 (remove_files) COMPLETE
46022024-09-24T03:49:52.488Z[ recovery-image] Sep 24 03:49:51.872 INFO O| Sep 24 03:49:51.872 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-09-24T03:49:52.496Z[ recovery-image] Sep 24 03:49:51.882 INFO O| Sep 24 03:49:51.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46042024-09-24T03:49:52.496Z[ recovery-image] Sep 24 03:49:51.882 INFO O| Sep 24 03:49:51.882 INFO STEP 184 (remove_files) COMPLETE
46052024-09-24T03:49:52.496Z[ recovery-image] Sep 24 03:49:51.882 INFO O| Sep 24 03:49:51.882 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-09-24T03:49:52.506Z[ recovery-image] Sep 24 03:49:51.891 INFO O| Sep 24 03:49:51.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46072024-09-24T03:49:52.506Z[ recovery-image] Sep 24 03:49:51.891 INFO O| Sep 24 03:49:51.891 INFO STEP 185 (remove_files) COMPLETE
46082024-09-24T03:49:52.506Z[ recovery-image] Sep 24 03:49:51.891 INFO O| Sep 24 03:49:51.891 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-09-24T03:49:52.515Z[ recovery-image] Sep 24 03:49:51.901 INFO O| Sep 24 03:49:51.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46102024-09-24T03:49:52.515Z[ recovery-image] Sep 24 03:49:51.901 INFO O| Sep 24 03:49:51.901 INFO STEP 186 (remove_files) COMPLETE
46112024-09-24T03:49:52.517Z[ recovery-image] Sep 24 03:49:51.901 INFO O| Sep 24 03:49:51.901 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-09-24T03:49:52.525Z[ recovery-image] Sep 24 03:49:51.910 INFO O| Sep 24 03:49:51.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46132024-09-24T03:49:52.525Z[ recovery-image] Sep 24 03:49:51.910 INFO O| Sep 24 03:49:51.910 INFO STEP 187 (remove_files) COMPLETE
46142024-09-24T03:49:52.527Z[ recovery-image] Sep 24 03:49:51.910 INFO O| Sep 24 03:49:51.910 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-09-24T03:49:52.534Z[ recovery-image] Sep 24 03:49:51.920 INFO O| Sep 24 03:49:51.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46162024-09-24T03:49:52.534Z[ recovery-image] Sep 24 03:49:51.920 INFO O| Sep 24 03:49:51.920 INFO STEP 188 (remove_files) COMPLETE
46172024-09-24T03:49:52.534Z[ recovery-image] Sep 24 03:49:51.920 INFO O| Sep 24 03:49:51.920 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-09-24T03:49:52.543Z[ recovery-image] Sep 24 03:49:51.929 INFO O| Sep 24 03:49:51.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46192024-09-24T03:49:52.546Z[ recovery-image] Sep 24 03:49:51.929 INFO O| Sep 24 03:49:51.929 INFO STEP 189 (remove_files) COMPLETE
46202024-09-24T03:49:52.546Z[ recovery-image] Sep 24 03:49:51.929 INFO O| Sep 24 03:49:51.929 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-09-24T03:49:52.553Z[ recovery-image] Sep 24 03:49:51.938 INFO O| Sep 24 03:49:51.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46222024-09-24T03:49:52.553Z[ recovery-image] Sep 24 03:49:51.939 INFO O| Sep 24 03:49:51.939 INFO STEP 190 (remove_files) COMPLETE
46232024-09-24T03:49:52.553Z[ recovery-image] Sep 24 03:49:51.939 INFO O| Sep 24 03:49:51.939 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-09-24T03:49:52.562Z[ recovery-image] Sep 24 03:49:51.948 INFO O| Sep 24 03:49:51.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46252024-09-24T03:49:52.562Z[ recovery-image] Sep 24 03:49:51.948 INFO O| Sep 24 03:49:51.948 INFO STEP 191 (remove_files) COMPLETE
46262024-09-24T03:49:52.565Z[ recovery-image] Sep 24 03:49:51.948 INFO O| Sep 24 03:49:51.948 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-09-24T03:49:52.572Z[ recovery-image] Sep 24 03:49:51.957 INFO O| Sep 24 03:49:51.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46282024-09-24T03:49:52.572Z[ recovery-image] Sep 24 03:49:51.957 INFO O| Sep 24 03:49:51.957 INFO STEP 192 (remove_files) COMPLETE
46292024-09-24T03:49:52.574Z[ recovery-image] Sep 24 03:49:51.957 INFO O| Sep 24 03:49:51.957 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-09-24T03:49:52.581Z[ recovery-image] Sep 24 03:49:51.967 INFO O| Sep 24 03:49:51.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46312024-09-24T03:49:52.581Z[ recovery-image] Sep 24 03:49:51.967 INFO O| Sep 24 03:49:51.967 INFO STEP 193 (remove_files) COMPLETE
46322024-09-24T03:49:52.581Z[ recovery-image] Sep 24 03:49:51.967 INFO O| Sep 24 03:49:51.967 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-09-24T03:49:52.590Z[ recovery-image] Sep 24 03:49:51.976 INFO O| Sep 24 03:49:51.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46342024-09-24T03:49:52.593Z[ recovery-image] Sep 24 03:49:51.976 INFO O| Sep 24 03:49:51.976 INFO STEP 194 (remove_files) COMPLETE
46352024-09-24T03:49:52.593Z[ recovery-image] Sep 24 03:49:51.976 INFO O| Sep 24 03:49:51.976 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-09-24T03:49:52.600Z[ recovery-image] Sep 24 03:49:51.986 INFO O| Sep 24 03:49:51.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46372024-09-24T03:49:52.603Z[ recovery-image] Sep 24 03:49:51.986 INFO O| Sep 24 03:49:51.986 INFO STEP 195 (remove_files) COMPLETE
46382024-09-24T03:49:52.603Z[ recovery-image] Sep 24 03:49:51.986 INFO O| Sep 24 03:49:51.986 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-09-24T03:49:52.609Z[ recovery-image] Sep 24 03:49:51.995 INFO O| Sep 24 03:49:51.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46402024-09-24T03:49:52.609Z[ recovery-image] Sep 24 03:49:51.995 INFO O| Sep 24 03:49:51.995 INFO STEP 196 (remove_files) COMPLETE
46412024-09-24T03:49:52.609Z[ recovery-image] Sep 24 03:49:51.995 INFO O| Sep 24 03:49:51.995 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-09-24T03:49:52.620Z[ recovery-image] Sep 24 03:49:52.005 INFO O| Sep 24 03:49:52.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46432024-09-24T03:49:52.620Z[ recovery-image] Sep 24 03:49:52.005 INFO O| Sep 24 03:49:52.005 INFO STEP 197 (remove_files) COMPLETE
46442024-09-24T03:49:52.620Z[ recovery-image] Sep 24 03:49:52.005 INFO O| Sep 24 03:49:52.005 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-09-24T03:49:52.629Z[ recovery-image] Sep 24 03:49:52.015 INFO O| Sep 24 03:49:52.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46462024-09-24T03:49:52.629Z[ recovery-image] Sep 24 03:49:52.015 INFO O| Sep 24 03:49:52.015 INFO STEP 198 (remove_files) COMPLETE
46472024-09-24T03:49:52.632Z[ recovery-image] Sep 24 03:49:52.015 INFO O| Sep 24 03:49:52.015 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-09-24T03:49:52.639Z[ recovery-image] Sep 24 03:49:52.024 INFO O| Sep 24 03:49:52.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46492024-09-24T03:49:52.639Z[ recovery-image] Sep 24 03:49:52.024 INFO O| Sep 24 03:49:52.024 INFO STEP 199 (remove_files) COMPLETE
46502024-09-24T03:49:52.639Z[ recovery-image] Sep 24 03:49:52.024 INFO O| Sep 24 03:49:52.024 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-09-24T03:49:52.648Z[ recovery-image] Sep 24 03:49:52.034 INFO O| Sep 24 03:49:52.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46522024-09-24T03:49:52.650Z[ recovery-image] Sep 24 03:49:52.034 INFO O| Sep 24 03:49:52.034 INFO STEP 200 (remove_files) COMPLETE
46532024-09-24T03:49:52.650Z[ recovery-image] Sep 24 03:49:52.034 INFO O| Sep 24 03:49:52.034 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-09-24T03:49:52.657Z[ recovery-image] Sep 24 03:49:52.043 INFO O| Sep 24 03:49:52.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46552024-09-24T03:49:52.657Z[ recovery-image] Sep 24 03:49:52.043 INFO O| Sep 24 03:49:52.043 INFO STEP 201 (remove_files) COMPLETE
46562024-09-24T03:49:52.657Z[ recovery-image] Sep 24 03:49:52.043 INFO O| Sep 24 03:49:52.043 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-09-24T03:49:52.667Z[ recovery-image] Sep 24 03:49:52.053 INFO O| Sep 24 03:49:52.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46582024-09-24T03:49:52.667Z[ recovery-image] Sep 24 03:49:52.053 INFO O| Sep 24 03:49:52.053 INFO STEP 202 (remove_files) COMPLETE
46592024-09-24T03:49:52.667Z[ recovery-image] Sep 24 03:49:52.053 INFO O| Sep 24 03:49:52.053 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-09-24T03:49:52.676Z[ recovery-image] Sep 24 03:49:52.062 INFO O| Sep 24 03:49:52.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46612024-09-24T03:49:52.676Z[ recovery-image] Sep 24 03:49:52.062 INFO O| Sep 24 03:49:52.062 INFO STEP 203 (remove_files) COMPLETE
46622024-09-24T03:49:52.678Z[ recovery-image] Sep 24 03:49:52.062 INFO O| Sep 24 03:49:52.062 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-09-24T03:49:52.686Z[ recovery-image] Sep 24 03:49:52.071 INFO O| Sep 24 03:49:52.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46642024-09-24T03:49:52.686Z[ recovery-image] Sep 24 03:49:52.071 INFO O| Sep 24 03:49:52.071 INFO STEP 204 (remove_files) COMPLETE
46652024-09-24T03:49:52.686Z[ recovery-image] Sep 24 03:49:52.071 INFO O| Sep 24 03:49:52.071 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-09-24T03:49:52.695Z[ recovery-image] Sep 24 03:49:52.081 INFO O| Sep 24 03:49:52.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46672024-09-24T03:49:52.695Z[ recovery-image] Sep 24 03:49:52.081 INFO O| Sep 24 03:49:52.081 INFO STEP 205 (remove_files) COMPLETE
46682024-09-24T03:49:52.695Z[ recovery-image] Sep 24 03:49:52.081 INFO O| Sep 24 03:49:52.081 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-09-24T03:49:52.706Z[ recovery-image] Sep 24 03:49:52.092 INFO O| Sep 24 03:49:52.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46702024-09-24T03:49:52.709Z[ recovery-image] Sep 24 03:49:52.092 INFO O| Sep 24 03:49:52.092 INFO STEP 206 (remove_files) COMPLETE
46712024-09-24T03:49:52.709Z[ recovery-image] Sep 24 03:49:52.092 INFO O| Sep 24 03:49:52.092 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-09-24T03:49:52.716Z[ recovery-image] Sep 24 03:49:52.101 INFO O| Sep 24 03:49:52.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46732024-09-24T03:49:52.718Z[ recovery-image] Sep 24 03:49:52.101 INFO O| Sep 24 03:49:52.101 INFO STEP 207 (remove_files) COMPLETE
46742024-09-24T03:49:52.718Z[ recovery-image] Sep 24 03:49:52.101 INFO O| Sep 24 03:49:52.101 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-09-24T03:49:52.725Z[ recovery-image] Sep 24 03:49:52.111 INFO O| Sep 24 03:49:52.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46762024-09-24T03:49:52.728Z[ recovery-image] Sep 24 03:49:52.111 INFO O| Sep 24 03:49:52.111 INFO STEP 208 (remove_files) COMPLETE
46772024-09-24T03:49:52.728Z[ recovery-image] Sep 24 03:49:52.111 INFO O| Sep 24 03:49:52.111 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-09-24T03:49:52.735Z[ recovery-image] Sep 24 03:49:52.120 INFO O| Sep 24 03:49:52.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46792024-09-24T03:49:52.735Z[ recovery-image] Sep 24 03:49:52.120 INFO O| Sep 24 03:49:52.120 INFO STEP 209 (remove_files) COMPLETE
46802024-09-24T03:49:52.735Z[ recovery-image] Sep 24 03:49:52.120 INFO O| Sep 24 03:49:52.120 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-09-24T03:49:52.744Z[ recovery-image] Sep 24 03:49:52.130 INFO O| Sep 24 03:49:52.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46822024-09-24T03:49:52.744Z[ recovery-image] Sep 24 03:49:52.130 INFO O| Sep 24 03:49:52.130 INFO STEP 210 (remove_files) COMPLETE
46832024-09-24T03:49:52.746Z[ recovery-image] Sep 24 03:49:52.130 INFO O| Sep 24 03:49:52.130 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-09-24T03:49:52.754Z[ recovery-image] Sep 24 03:49:52.139 INFO O| Sep 24 03:49:52.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46852024-09-24T03:49:52.754Z[ recovery-image] Sep 24 03:49:52.139 INFO O| Sep 24 03:49:52.139 INFO STEP 211 (remove_files) COMPLETE
46862024-09-24T03:49:52.754Z[ recovery-image] Sep 24 03:49:52.139 INFO O| Sep 24 03:49:52.139 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-09-24T03:49:52.763Z[ recovery-image] Sep 24 03:49:52.148 INFO O| Sep 24 03:49:52.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46882024-09-24T03:49:52.763Z[ recovery-image] Sep 24 03:49:52.148 INFO O| Sep 24 03:49:52.148 INFO STEP 212 (remove_files) COMPLETE
46892024-09-24T03:49:52.763Z[ recovery-image] Sep 24 03:49:52.149 INFO O| Sep 24 03:49:52.148 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-09-24T03:49:52.772Z[ recovery-image] Sep 24 03:49:52.158 INFO O| Sep 24 03:49:52.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46912024-09-24T03:49:52.772Z[ recovery-image] Sep 24 03:49:52.158 INFO O| Sep 24 03:49:52.158 INFO STEP 213 (remove_files) COMPLETE
46922024-09-24T03:49:52.774Z[ recovery-image] Sep 24 03:49:52.158 INFO O| Sep 24 03:49:52.158 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-09-24T03:49:52.781Z[ recovery-image] Sep 24 03:49:52.167 INFO O| Sep 24 03:49:52.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46942024-09-24T03:49:52.781Z[ recovery-image] Sep 24 03:49:52.167 INFO O| Sep 24 03:49:52.167 INFO STEP 214 (remove_files) COMPLETE
46952024-09-24T03:49:52.782Z[ recovery-image] Sep 24 03:49:52.167 INFO O| Sep 24 03:49:52.167 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-09-24T03:49:52.791Z[ recovery-image] Sep 24 03:49:52.177 INFO O| Sep 24 03:49:52.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46972024-09-24T03:49:52.791Z[ recovery-image] Sep 24 03:49:52.177 INFO O| Sep 24 03:49:52.177 INFO STEP 215 (remove_files) COMPLETE
46982024-09-24T03:49:52.794Z[ recovery-image] Sep 24 03:49:52.177 INFO O| Sep 24 03:49:52.177 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-09-24T03:49:52.800Z[ recovery-image] Sep 24 03:49:52.186 INFO O| Sep 24 03:49:52.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47002024-09-24T03:49:52.803Z[ recovery-image] Sep 24 03:49:52.186 INFO O| Sep 24 03:49:52.186 INFO STEP 216 (remove_files) COMPLETE
47012024-09-24T03:49:52.803Z[ recovery-image] Sep 24 03:49:52.186 INFO O| Sep 24 03:49:52.186 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-09-24T03:49:52.810Z[ recovery-image] Sep 24 03:49:52.195 INFO O| Sep 24 03:49:52.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47032024-09-24T03:49:52.810Z[ recovery-image] Sep 24 03:49:52.195 INFO O| Sep 24 03:49:52.195 INFO STEP 217 (remove_files) COMPLETE
47042024-09-24T03:49:52.810Z[ recovery-image] Sep 24 03:49:52.195 INFO O| Sep 24 03:49:52.195 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-09-24T03:49:52.820Z[ recovery-image] Sep 24 03:49:52.205 INFO O| Sep 24 03:49:52.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47062024-09-24T03:49:52.822Z[ recovery-image] Sep 24 03:49:52.205 INFO O| Sep 24 03:49:52.205 INFO STEP 218 (remove_files) COMPLETE
47072024-09-24T03:49:52.822Z[ recovery-image] Sep 24 03:49:52.205 INFO O| Sep 24 03:49:52.205 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-09-24T03:49:52.825Z[ host-image] Sep 24 03:49:52.208 INFO O| Sep 24 03:49:52.208 INFO O| Actions: 45997/49266 actions (Installing new actions)
47092024-09-24T03:49:52.829Z[ recovery-image] Sep 24 03:49:52.215 INFO O| Sep 24 03:49:52.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47102024-09-24T03:49:52.831Z[ recovery-image] Sep 24 03:49:52.215 INFO O| Sep 24 03:49:52.215 INFO STEP 219 (remove_files) COMPLETE
47112024-09-24T03:49:52.831Z[ recovery-image] Sep 24 03:49:52.215 INFO O| Sep 24 03:49:52.215 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-09-24T03:49:52.838Z[ recovery-image] Sep 24 03:49:52.224 INFO O| Sep 24 03:49:52.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47132024-09-24T03:49:52.838Z[ recovery-image] Sep 24 03:49:52.224 INFO O| Sep 24 03:49:52.224 INFO STEP 220 (remove_files) COMPLETE
47142024-09-24T03:49:52.841Z[ recovery-image] Sep 24 03:49:52.224 INFO O| Sep 24 03:49:52.224 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-09-24T03:49:52.848Z[ recovery-image] Sep 24 03:49:52.233 INFO O| Sep 24 03:49:52.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47162024-09-24T03:49:52.848Z[ recovery-image] Sep 24 03:49:52.233 INFO O| Sep 24 03:49:52.233 INFO STEP 221 (remove_files) COMPLETE
47172024-09-24T03:49:52.850Z[ recovery-image] Sep 24 03:49:52.233 INFO O| Sep 24 03:49:52.233 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-09-24T03:49:52.857Z[ recovery-image] Sep 24 03:49:52.243 INFO O| Sep 24 03:49:52.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47192024-09-24T03:49:52.857Z[ recovery-image] Sep 24 03:49:52.243 INFO O| Sep 24 03:49:52.243 INFO STEP 222 (remove_files) COMPLETE
47202024-09-24T03:49:52.860Z[ recovery-image] Sep 24 03:49:52.243 INFO O| Sep 24 03:49:52.243 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-09-24T03:49:52.867Z[ recovery-image] Sep 24 03:49:52.252 INFO O| Sep 24 03:49:52.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47222024-09-24T03:49:52.867Z[ recovery-image] Sep 24 03:49:52.252 INFO O| Sep 24 03:49:52.252 INFO STEP 223 (remove_files) COMPLETE
47232024-09-24T03:49:52.869Z[ recovery-image] Sep 24 03:49:52.252 INFO O| Sep 24 03:49:52.252 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-09-24T03:49:52.876Z[ recovery-image] Sep 24 03:49:52.262 INFO O| Sep 24 03:49:52.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47252024-09-24T03:49:52.876Z[ recovery-image] Sep 24 03:49:52.262 INFO O| Sep 24 03:49:52.262 INFO STEP 224 (remove_files) COMPLETE
47262024-09-24T03:49:52.878Z[ recovery-image] Sep 24 03:49:52.262 INFO O| Sep 24 03:49:52.262 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-09-24T03:49:52.885Z[ recovery-image] Sep 24 03:49:52.271 INFO O| Sep 24 03:49:52.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47282024-09-24T03:49:52.888Z[ recovery-image] Sep 24 03:49:52.271 INFO O| Sep 24 03:49:52.271 INFO STEP 225 (remove_files) COMPLETE
47292024-09-24T03:49:52.888Z[ recovery-image] Sep 24 03:49:52.271 INFO O| Sep 24 03:49:52.271 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-09-24T03:49:52.895Z[ recovery-image] Sep 24 03:49:52.280 INFO O| Sep 24 03:49:52.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47312024-09-24T03:49:52.895Z[ recovery-image] Sep 24 03:49:52.281 INFO O| Sep 24 03:49:52.281 INFO STEP 226 (remove_files) COMPLETE
47322024-09-24T03:49:52.897Z[ recovery-image] Sep 24 03:49:52.281 INFO O| Sep 24 03:49:52.281 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-09-24T03:49:52.904Z[ recovery-image] Sep 24 03:49:52.290 INFO O| Sep 24 03:49:52.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47342024-09-24T03:49:52.907Z[ recovery-image] Sep 24 03:49:52.290 INFO O| Sep 24 03:49:52.290 INFO STEP 227 (remove_files) COMPLETE
47352024-09-24T03:49:52.907Z[ recovery-image] Sep 24 03:49:52.291 INFO O| Sep 24 03:49:52.290 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-09-24T03:49:52.914Z[ recovery-image] Sep 24 03:49:52.300 INFO O| Sep 24 03:49:52.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47372024-09-24T03:49:52.914Z[ recovery-image] Sep 24 03:49:52.300 INFO O| Sep 24 03:49:52.300 INFO STEP 228 (remove_files) COMPLETE
47382024-09-24T03:49:52.917Z[ recovery-image] Sep 24 03:49:52.300 INFO O| Sep 24 03:49:52.300 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-09-24T03:49:52.924Z[ recovery-image] Sep 24 03:49:52.309 INFO O| Sep 24 03:49:52.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47402024-09-24T03:49:52.924Z[ recovery-image] Sep 24 03:49:52.309 INFO O| Sep 24 03:49:52.309 INFO STEP 229 (remove_files) COMPLETE
47412024-09-24T03:49:52.924Z[ recovery-image] Sep 24 03:49:52.309 INFO O| Sep 24 03:49:52.309 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-09-24T03:49:52.933Z[ recovery-image] Sep 24 03:49:52.319 INFO O| Sep 24 03:49:52.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47432024-09-24T03:49:52.933Z[ recovery-image] Sep 24 03:49:52.319 INFO O| Sep 24 03:49:52.319 INFO STEP 230 (remove_files) COMPLETE
47442024-09-24T03:49:52.935Z[ recovery-image] Sep 24 03:49:52.319 INFO O| Sep 24 03:49:52.319 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-09-24T03:49:52.943Z[ recovery-image] Sep 24 03:49:52.328 INFO O| Sep 24 03:49:52.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47462024-09-24T03:49:52.945Z[ recovery-image] Sep 24 03:49:52.328 INFO O| Sep 24 03:49:52.328 INFO STEP 231 (remove_files) COMPLETE
47472024-09-24T03:49:52.945Z[ recovery-image] Sep 24 03:49:52.328 INFO O| Sep 24 03:49:52.328 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-09-24T03:49:52.952Z[ recovery-image] Sep 24 03:49:52.338 INFO O| Sep 24 03:49:52.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47492024-09-24T03:49:52.952Z[ recovery-image] Sep 24 03:49:52.338 INFO O| Sep 24 03:49:52.338 INFO STEP 232 (remove_files) COMPLETE
47502024-09-24T03:49:52.952Z[ recovery-image] Sep 24 03:49:52.338 INFO O| Sep 24 03:49:52.338 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-09-24T03:49:52.962Z[ recovery-image] Sep 24 03:49:52.348 INFO O| Sep 24 03:49:52.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47522024-09-24T03:49:52.962Z[ recovery-image] Sep 24 03:49:52.348 INFO O| Sep 24 03:49:52.348 INFO STEP 233 (remove_files) COMPLETE
47532024-09-24T03:49:52.962Z[ recovery-image] Sep 24 03:49:52.348 INFO O| Sep 24 03:49:52.348 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-09-24T03:49:52.972Z[ recovery-image] Sep 24 03:49:52.358 INFO O| Sep 24 03:49:52.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47552024-09-24T03:49:52.972Z[ recovery-image] Sep 24 03:49:52.358 INFO O| Sep 24 03:49:52.358 INFO STEP 234 (remove_files) COMPLETE
47562024-09-24T03:49:52.975Z[ recovery-image] Sep 24 03:49:52.358 INFO O| Sep 24 03:49:52.358 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-09-24T03:49:52.982Z[ recovery-image] Sep 24 03:49:52.368 INFO O| Sep 24 03:49:52.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47582024-09-24T03:49:52.982Z[ recovery-image] Sep 24 03:49:52.368 INFO O| Sep 24 03:49:52.368 INFO STEP 235 (remove_files) COMPLETE
47592024-09-24T03:49:52.982Z[ recovery-image] Sep 24 03:49:52.368 INFO O| Sep 24 03:49:52.368 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-09-24T03:49:52.995Z[ recovery-image] Sep 24 03:49:52.381 INFO O| Sep 24 03:49:52.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47612024-09-24T03:49:52.995Z[ recovery-image] Sep 24 03:49:52.381 INFO O| Sep 24 03:49:52.381 INFO STEP 236 (remove_files) COMPLETE
47622024-09-24T03:49:52.998Z[ recovery-image] Sep 24 03:49:52.381 INFO O| Sep 24 03:49:52.381 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-09-24T03:49:53.022Z[ recovery-image] Sep 24 03:49:52.406 INFO O| Sep 24 03:49:52.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47642024-09-24T03:49:53.022Z[ recovery-image] Sep 24 03:49:52.406 INFO O| Sep 24 03:49:52.406 INFO STEP 237 (remove_files) COMPLETE
47652024-09-24T03:49:53.022Z[ recovery-image] Sep 24 03:49:52.406 INFO O| Sep 24 03:49:52.406 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-09-24T03:49:53.040Z[ recovery-image] Sep 24 03:49:52.425 INFO O| Sep 24 03:49:52.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47672024-09-24T03:49:53.040Z[ recovery-image] Sep 24 03:49:52.425 INFO O| Sep 24 03:49:52.425 INFO STEP 238 (remove_files) COMPLETE
47682024-09-24T03:49:53.040Z[ recovery-image] Sep 24 03:49:52.425 INFO O| Sep 24 03:49:52.425 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-09-24T03:49:53.057Z[ recovery-image] Sep 24 03:49:52.442 INFO O| Sep 24 03:49:52.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47702024-09-24T03:49:53.057Z[ recovery-image] Sep 24 03:49:52.442 INFO O| Sep 24 03:49:52.442 INFO STEP 239 (remove_files) COMPLETE
47712024-09-24T03:49:53.057Z[ recovery-image] Sep 24 03:49:52.442 INFO O| Sep 24 03:49:52.442 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-09-24T03:49:53.072Z[ recovery-image] Sep 24 03:49:52.458 INFO O| Sep 24 03:49:52.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47732024-09-24T03:49:53.072Z[ recovery-image] Sep 24 03:49:52.458 INFO O| Sep 24 03:49:52.458 INFO STEP 240 (remove_files) COMPLETE
47742024-09-24T03:49:53.072Z[ recovery-image] Sep 24 03:49:52.458 INFO O| Sep 24 03:49:52.458 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-09-24T03:49:53.085Z[ recovery-image] Sep 24 03:49:52.470 INFO O| Sep 24 03:49:52.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47762024-09-24T03:49:53.085Z[ recovery-image] Sep 24 03:49:52.470 INFO O| Sep 24 03:49:52.470 INFO STEP 241 (remove_files) COMPLETE
47772024-09-24T03:49:53.088Z[ recovery-image] Sep 24 03:49:52.470 INFO O| Sep 24 03:49:52.470 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-09-24T03:49:53.096Z[ recovery-image] Sep 24 03:49:52.482 INFO O| Sep 24 03:49:52.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47792024-09-24T03:49:53.096Z[ recovery-image] Sep 24 03:49:52.482 INFO O| Sep 24 03:49:52.482 INFO STEP 242 (remove_files) COMPLETE
47802024-09-24T03:49:53.096Z[ recovery-image] Sep 24 03:49:52.482 INFO O| Sep 24 03:49:52.482 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-09-24T03:49:53.108Z[ recovery-image] Sep 24 03:49:52.494 INFO O| Sep 24 03:49:52.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47822024-09-24T03:49:53.108Z[ recovery-image] Sep 24 03:49:52.494 INFO O| Sep 24 03:49:52.494 INFO STEP 243 (remove_files) COMPLETE
47832024-09-24T03:49:53.108Z[ recovery-image] Sep 24 03:49:52.494 INFO O| Sep 24 03:49:52.494 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-09-24T03:49:53.120Z[ recovery-image] Sep 24 03:49:52.505 INFO O| Sep 24 03:49:52.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47852024-09-24T03:49:53.122Z[ recovery-image] Sep 24 03:49:52.506 INFO O| Sep 24 03:49:52.505 INFO STEP 244 (remove_files) COMPLETE
47862024-09-24T03:49:53.122Z[ recovery-image] Sep 24 03:49:52.506 INFO O| Sep 24 03:49:52.505 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-09-24T03:49:53.131Z[ recovery-image] Sep 24 03:49:52.517 INFO O| Sep 24 03:49:52.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47882024-09-24T03:49:53.131Z[ recovery-image] Sep 24 03:49:52.517 INFO O| Sep 24 03:49:52.517 INFO STEP 245 (remove_files) COMPLETE
47892024-09-24T03:49:53.134Z[ recovery-image] Sep 24 03:49:52.517 INFO O| Sep 24 03:49:52.517 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-09-24T03:49:53.144Z[ recovery-image] Sep 24 03:49:52.529 INFO O| Sep 24 03:49:52.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47912024-09-24T03:49:53.144Z[ recovery-image] Sep 24 03:49:52.529 INFO O| Sep 24 03:49:52.529 INFO STEP 246 (remove_files) COMPLETE
47922024-09-24T03:49:53.144Z[ recovery-image] Sep 24 03:49:52.529 INFO O| Sep 24 03:49:52.529 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-09-24T03:49:53.154Z[ recovery-image] Sep 24 03:49:52.540 INFO O| Sep 24 03:49:52.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47942024-09-24T03:49:53.154Z[ recovery-image] Sep 24 03:49:52.540 INFO O| Sep 24 03:49:52.540 INFO STEP 247 (remove_files) COMPLETE
47952024-09-24T03:49:53.157Z[ recovery-image] Sep 24 03:49:52.540 INFO O| Sep 24 03:49:52.540 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-09-24T03:49:53.164Z[ recovery-image] Sep 24 03:49:52.550 INFO O| Sep 24 03:49:52.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47972024-09-24T03:49:53.164Z[ recovery-image] Sep 24 03:49:52.550 INFO O| Sep 24 03:49:52.550 INFO STEP 248 (remove_files) COMPLETE
47982024-09-24T03:49:53.167Z[ recovery-image] Sep 24 03:49:52.550 INFO O| Sep 24 03:49:52.550 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-09-24T03:49:53.174Z[ recovery-image] Sep 24 03:49:52.559 INFO O| Sep 24 03:49:52.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48002024-09-24T03:49:53.174Z[ recovery-image] Sep 24 03:49:52.560 INFO O| Sep 24 03:49:52.560 INFO STEP 249 (remove_files) COMPLETE
48012024-09-24T03:49:53.174Z[ recovery-image] Sep 24 03:49:52.560 INFO O| Sep 24 03:49:52.560 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-09-24T03:49:53.183Z[ recovery-image] Sep 24 03:49:52.569 INFO O| Sep 24 03:49:52.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48032024-09-24T03:49:53.183Z[ recovery-image] Sep 24 03:49:52.569 INFO O| Sep 24 03:49:52.569 INFO STEP 250 (remove_files) COMPLETE
48042024-09-24T03:49:53.186Z[ recovery-image] Sep 24 03:49:52.569 INFO O| Sep 24 03:49:52.569 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-09-24T03:49:53.194Z[ recovery-image] Sep 24 03:49:52.578 INFO O| Sep 24 03:49:52.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48062024-09-24T03:49:53.194Z[ recovery-image] Sep 24 03:49:52.578 INFO O| Sep 24 03:49:52.578 INFO STEP 251 (remove_files) COMPLETE
48072024-09-24T03:49:53.197Z[ recovery-image] Sep 24 03:49:52.578 INFO O| Sep 24 03:49:52.578 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-09-24T03:49:53.202Z[ recovery-image] Sep 24 03:49:52.588 INFO O| Sep 24 03:49:52.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48092024-09-24T03:49:53.202Z[ recovery-image] Sep 24 03:49:52.588 INFO O| Sep 24 03:49:52.588 INFO STEP 252 (remove_files) COMPLETE
48102024-09-24T03:49:53.202Z[ recovery-image] Sep 24 03:49:52.588 INFO O| Sep 24 03:49:52.588 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-09-24T03:49:53.212Z[ recovery-image] Sep 24 03:49:52.597 INFO O| Sep 24 03:49:52.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48122024-09-24T03:49:53.212Z[ recovery-image] Sep 24 03:49:52.597 INFO O| Sep 24 03:49:52.597 INFO STEP 253 (remove_files) COMPLETE
48132024-09-24T03:49:53.215Z[ recovery-image] Sep 24 03:49:52.597 INFO O| Sep 24 03:49:52.597 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-09-24T03:49:53.221Z[ recovery-image] Sep 24 03:49:52.607 INFO O| Sep 24 03:49:52.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48152024-09-24T03:49:53.224Z[ recovery-image] Sep 24 03:49:52.607 INFO O| Sep 24 03:49:52.607 INFO STEP 254 (remove_files) COMPLETE
48162024-09-24T03:49:53.224Z[ recovery-image] Sep 24 03:49:52.607 INFO O| Sep 24 03:49:52.607 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-09-24T03:49:53.231Z[ recovery-image] Sep 24 03:49:52.617 INFO O| Sep 24 03:49:52.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48182024-09-24T03:49:53.232Z[ recovery-image] Sep 24 03:49:52.617 INFO O| Sep 24 03:49:52.617 INFO STEP 255 (remove_files) COMPLETE
48192024-09-24T03:49:53.234Z[ recovery-image] Sep 24 03:49:52.617 INFO O| Sep 24 03:49:52.617 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-09-24T03:49:53.247Z[ recovery-image] Sep 24 03:49:52.633 INFO O| Sep 24 03:49:52.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48212024-09-24T03:49:53.250Z[ recovery-image] Sep 24 03:49:52.633 INFO O| Sep 24 03:49:52.633 INFO STEP 256 (remove_files) COMPLETE
48222024-09-24T03:49:53.250Z[ recovery-image] Sep 24 03:49:52.633 INFO O| Sep 24 03:49:52.633 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-09-24T03:49:53.263Z[ recovery-image] Sep 24 03:49:52.648 INFO O| Sep 24 03:49:52.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48242024-09-24T03:49:53.263Z[ recovery-image] Sep 24 03:49:52.648 INFO O| Sep 24 03:49:52.648 INFO STEP 257 (remove_files) COMPLETE
48252024-09-24T03:49:53.267Z[ recovery-image] Sep 24 03:49:52.648 INFO O| Sep 24 03:49:52.648 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-09-24T03:49:53.277Z[ recovery-image] Sep 24 03:49:52.662 INFO O| Sep 24 03:49:52.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48272024-09-24T03:49:53.279Z[ recovery-image] Sep 24 03:49:52.662 INFO O| Sep 24 03:49:52.662 INFO STEP 258 (remove_files) COMPLETE
48282024-09-24T03:49:53.279Z[ recovery-image] Sep 24 03:49:52.662 INFO O| Sep 24 03:49:52.662 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-09-24T03:49:53.286Z[ recovery-image] Sep 24 03:49:52.672 INFO O| Sep 24 03:49:52.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48302024-09-24T03:49:53.286Z[ recovery-image] Sep 24 03:49:52.672 INFO O| Sep 24 03:49:52.672 INFO STEP 259 (remove_files) COMPLETE
48312024-09-24T03:49:53.287Z[ recovery-image] Sep 24 03:49:52.672 INFO O| Sep 24 03:49:52.672 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-09-24T03:49:53.296Z[ recovery-image] Sep 24 03:49:52.682 INFO O| Sep 24 03:49:52.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48332024-09-24T03:49:53.296Z[ recovery-image] Sep 24 03:49:52.682 INFO O| Sep 24 03:49:52.682 INFO STEP 260 (remove_files) COMPLETE
48342024-09-24T03:49:53.299Z[ recovery-image] Sep 24 03:49:52.682 INFO O| Sep 24 03:49:52.682 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-09-24T03:49:53.306Z[ recovery-image] Sep 24 03:49:52.691 INFO O| Sep 24 03:49:52.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48362024-09-24T03:49:53.306Z[ recovery-image] Sep 24 03:49:52.691 INFO O| Sep 24 03:49:52.691 INFO STEP 261 (remove_files) COMPLETE
48372024-09-24T03:49:53.308Z[ recovery-image] Sep 24 03:49:52.691 INFO O| Sep 24 03:49:52.691 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-09-24T03:49:53.315Z[ recovery-image] Sep 24 03:49:52.701 INFO O| Sep 24 03:49:52.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
48392024-09-24T03:49:53.318Z[ recovery-image] Sep 24 03:49:52.701 INFO O| Sep 24 03:49:52.701 INFO STEP 262 (remove_files) COMPLETE
48402024-09-24T03:49:53.318Z[ recovery-image] Sep 24 03:49:52.701 INFO O| Sep 24 03:49:52.701 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-09-24T03:49:53.325Z[ recovery-image] Sep 24 03:49:52.711 INFO O| Sep 24 03:49:52.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48422024-09-24T03:49:53.327Z[ recovery-image] Sep 24 03:49:52.711 INFO O| Sep 24 03:49:52.711 INFO STEP 263 (remove_files) COMPLETE
48432024-09-24T03:49:53.328Z[ recovery-image] Sep 24 03:49:52.711 INFO O| Sep 24 03:49:52.711 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-09-24T03:49:53.335Z[ recovery-image] Sep 24 03:49:52.721 INFO O| Sep 24 03:49:52.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48452024-09-24T03:49:53.338Z[ recovery-image] Sep 24 03:49:52.721 INFO O| Sep 24 03:49:52.721 INFO STEP 264 (remove_files) COMPLETE
48462024-09-24T03:49:53.338Z[ recovery-image] Sep 24 03:49:52.721 INFO O| Sep 24 03:49:52.721 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-09-24T03:49:53.345Z[ recovery-image] Sep 24 03:49:52.730 INFO O| Sep 24 03:49:52.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48482024-09-24T03:49:53.345Z[ recovery-image] Sep 24 03:49:52.730 INFO O| Sep 24 03:49:52.730 INFO STEP 265 (remove_files) COMPLETE
48492024-09-24T03:49:53.345Z[ recovery-image] Sep 24 03:49:52.730 INFO O| Sep 24 03:49:52.730 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-09-24T03:49:53.354Z[ recovery-image] Sep 24 03:49:52.740 INFO O| Sep 24 03:49:52.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48512024-09-24T03:49:53.357Z[ recovery-image] Sep 24 03:49:52.740 INFO O| Sep 24 03:49:52.740 INFO STEP 266 (remove_files) COMPLETE
48522024-09-24T03:49:53.357Z[ recovery-image] Sep 24 03:49:52.740 INFO O| Sep 24 03:49:52.740 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-09-24T03:49:53.364Z[ recovery-image] Sep 24 03:49:52.749 INFO O| Sep 24 03:49:52.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48542024-09-24T03:49:53.364Z[ recovery-image] Sep 24 03:49:52.749 INFO O| Sep 24 03:49:52.749 INFO STEP 267 (remove_files) COMPLETE
48552024-09-24T03:49:53.366Z[ recovery-image] Sep 24 03:49:52.749 INFO O| Sep 24 03:49:52.749 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-09-24T03:49:53.373Z[ recovery-image] Sep 24 03:49:52.759 INFO O| Sep 24 03:49:52.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48572024-09-24T03:49:53.373Z[ recovery-image] Sep 24 03:49:52.759 INFO O| Sep 24 03:49:52.759 INFO STEP 268 (remove_files) COMPLETE
48582024-09-24T03:49:53.376Z[ recovery-image] Sep 24 03:49:52.759 INFO O| Sep 24 03:49:52.759 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-09-24T03:49:53.383Z[ recovery-image] Sep 24 03:49:52.769 INFO O| Sep 24 03:49:52.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48602024-09-24T03:49:53.385Z[ recovery-image] Sep 24 03:49:52.769 INFO O| Sep 24 03:49:52.769 INFO STEP 269 (remove_files) COMPLETE
48612024-09-24T03:49:53.385Z[ recovery-image] Sep 24 03:49:52.769 INFO O| Sep 24 03:49:52.769 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-09-24T03:49:53.393Z[ recovery-image] Sep 24 03:49:52.778 INFO O| Sep 24 03:49:52.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48632024-09-24T03:49:53.393Z[ recovery-image] Sep 24 03:49:52.778 INFO O| Sep 24 03:49:52.778 INFO STEP 270 (remove_files) COMPLETE
48642024-09-24T03:49:53.395Z[ recovery-image] Sep 24 03:49:52.778 INFO O| Sep 24 03:49:52.778 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-09-24T03:49:53.402Z[ recovery-image] Sep 24 03:49:52.788 INFO O| Sep 24 03:49:52.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48662024-09-24T03:49:53.405Z[ recovery-image] Sep 24 03:49:52.788 INFO O| Sep 24 03:49:52.788 INFO STEP 271 (remove_files) COMPLETE
48672024-09-24T03:49:53.405Z[ recovery-image] Sep 24 03:49:52.788 INFO O| Sep 24 03:49:52.788 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-09-24T03:49:53.412Z[ recovery-image] Sep 24 03:49:52.798 INFO O| Sep 24 03:49:52.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48692024-09-24T03:49:53.413Z[ recovery-image] Sep 24 03:49:52.798 INFO O| Sep 24 03:49:52.798 INFO STEP 272 (remove_files) COMPLETE
48702024-09-24T03:49:53.413Z[ recovery-image] Sep 24 03:49:52.798 INFO O| Sep 24 03:49:52.798 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-09-24T03:49:53.422Z[ recovery-image] Sep 24 03:49:52.808 INFO O| Sep 24 03:49:52.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48722024-09-24T03:49:53.422Z[ recovery-image] Sep 24 03:49:52.808 INFO O| Sep 24 03:49:52.808 INFO STEP 273 (remove_files) COMPLETE
48732024-09-24T03:49:53.425Z[ recovery-image] Sep 24 03:49:52.808 INFO O| Sep 24 03:49:52.808 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-09-24T03:49:53.432Z[ recovery-image] Sep 24 03:49:52.817 INFO O| Sep 24 03:49:52.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48752024-09-24T03:49:53.432Z[ recovery-image] Sep 24 03:49:52.817 INFO O| Sep 24 03:49:52.817 INFO STEP 274 (remove_files) COMPLETE
48762024-09-24T03:49:53.434Z[ recovery-image] Sep 24 03:49:52.817 INFO O| Sep 24 03:49:52.817 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-09-24T03:49:53.441Z[ recovery-image] Sep 24 03:49:52.827 INFO O| Sep 24 03:49:52.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48782024-09-24T03:49:53.444Z[ recovery-image] Sep 24 03:49:52.827 INFO O| Sep 24 03:49:52.827 INFO STEP 275 (remove_files) COMPLETE
48792024-09-24T03:49:53.444Z[ recovery-image] Sep 24 03:49:52.827 INFO O| Sep 24 03:49:52.827 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-09-24T03:49:53.451Z[ recovery-image] Sep 24 03:49:52.836 INFO O| Sep 24 03:49:52.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48812024-09-24T03:49:53.453Z[ recovery-image] Sep 24 03:49:52.837 INFO O| Sep 24 03:49:52.837 INFO STEP 276 (remove_files) COMPLETE
48822024-09-24T03:49:53.453Z[ recovery-image] Sep 24 03:49:52.837 INFO O| Sep 24 03:49:52.837 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-09-24T03:49:53.461Z[ recovery-image] Sep 24 03:49:52.847 INFO O| Sep 24 03:49:52.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48842024-09-24T03:49:53.461Z[ recovery-image] Sep 24 03:49:52.847 INFO O| Sep 24 03:49:52.847 INFO STEP 277 (remove_files) COMPLETE
48852024-09-24T03:49:53.461Z[ recovery-image] Sep 24 03:49:52.847 INFO O| Sep 24 03:49:52.847 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-09-24T03:49:53.471Z[ recovery-image] Sep 24 03:49:52.856 INFO O| Sep 24 03:49:52.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48872024-09-24T03:49:53.473Z[ recovery-image] Sep 24 03:49:52.856 INFO O| Sep 24 03:49:52.856 INFO STEP 278 (remove_files) COMPLETE
48882024-09-24T03:49:53.473Z[ recovery-image] Sep 24 03:49:52.856 INFO O| Sep 24 03:49:52.856 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-09-24T03:49:53.480Z[ recovery-image] Sep 24 03:49:52.866 INFO O| Sep 24 03:49:52.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48902024-09-24T03:49:53.480Z[ recovery-image] Sep 24 03:49:52.866 INFO O| Sep 24 03:49:52.866 INFO STEP 279 (remove_files) COMPLETE
48912024-09-24T03:49:53.480Z[ recovery-image] Sep 24 03:49:52.866 INFO O| Sep 24 03:49:52.866 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-09-24T03:49:53.489Z[ recovery-image] Sep 24 03:49:52.875 INFO O| Sep 24 03:49:52.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48932024-09-24T03:49:53.492Z[ recovery-image] Sep 24 03:49:52.875 INFO O| Sep 24 03:49:52.875 INFO STEP 280 (remove_files) COMPLETE
48942024-09-24T03:49:53.492Z[ recovery-image] Sep 24 03:49:52.875 INFO O| Sep 24 03:49:52.875 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-09-24T03:49:53.499Z[ recovery-image] Sep 24 03:49:52.885 INFO O| Sep 24 03:49:52.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48962024-09-24T03:49:53.501Z[ recovery-image] Sep 24 03:49:52.885 INFO O| Sep 24 03:49:52.885 INFO STEP 281 (remove_files) COMPLETE
48972024-09-24T03:49:53.501Z[ recovery-image] Sep 24 03:49:52.885 INFO O| Sep 24 03:49:52.885 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-09-24T03:49:53.509Z[ recovery-image] Sep 24 03:49:52.895 INFO O| Sep 24 03:49:52.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48992024-09-24T03:49:53.509Z[ recovery-image] Sep 24 03:49:52.895 INFO O| Sep 24 03:49:52.895 INFO STEP 282 (remove_files) COMPLETE
49002024-09-24T03:49:53.509Z[ recovery-image] Sep 24 03:49:52.895 INFO O| Sep 24 03:49:52.895 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-09-24T03:49:53.518Z[ recovery-image] Sep 24 03:49:52.904 INFO O| Sep 24 03:49:52.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49022024-09-24T03:49:53.518Z[ recovery-image] Sep 24 03:49:52.904 INFO O| Sep 24 03:49:52.904 INFO STEP 283 (remove_files) COMPLETE
49032024-09-24T03:49:53.521Z[ recovery-image] Sep 24 03:49:52.904 INFO O| Sep 24 03:49:52.904 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-09-24T03:49:53.528Z[ recovery-image] Sep 24 03:49:52.914 INFO O| Sep 24 03:49:52.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49052024-09-24T03:49:53.528Z[ recovery-image] Sep 24 03:49:52.914 INFO O| Sep 24 03:49:52.914 INFO STEP 284 (remove_files) COMPLETE
49062024-09-24T03:49:53.531Z[ recovery-image] Sep 24 03:49:52.914 INFO O| Sep 24 03:49:52.914 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-09-24T03:49:53.538Z[ recovery-image] Sep 24 03:49:52.923 INFO O| Sep 24 03:49:52.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49082024-09-24T03:49:53.538Z[ recovery-image] Sep 24 03:49:52.923 INFO O| Sep 24 03:49:52.923 INFO STEP 285 (remove_files) COMPLETE
49092024-09-24T03:49:53.540Z[ recovery-image] Sep 24 03:49:52.923 INFO O| Sep 24 03:49:52.923 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-09-24T03:49:53.547Z[ recovery-image] Sep 24 03:49:52.933 INFO O| Sep 24 03:49:52.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49112024-09-24T03:49:53.547Z[ recovery-image] Sep 24 03:49:52.933 INFO O| Sep 24 03:49:52.933 INFO STEP 286 (remove_files) COMPLETE
49122024-09-24T03:49:53.547Z[ recovery-image] Sep 24 03:49:52.933 INFO O| Sep 24 03:49:52.933 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-09-24T03:49:53.618Z[ recovery-image] Sep 24 03:49:52.942 INFO O| Sep 24 03:49:52.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49142024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.943 INFO O| Sep 24 03:49:52.943 INFO STEP 287 (remove_files) COMPLETE
49152024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.943 INFO O| Sep 24 03:49:52.943 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.953 INFO O| Sep 24 03:49:52.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49172024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.953 INFO O| Sep 24 03:49:52.953 INFO STEP 288 (remove_files) COMPLETE
49182024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.953 INFO O| Sep 24 03:49:52.953 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.963 INFO O| Sep 24 03:49:52.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49202024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.963 INFO O| Sep 24 03:49:52.963 INFO STEP 289 (remove_files) COMPLETE
49212024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.963 INFO O| Sep 24 03:49:52.963 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.972 INFO O| Sep 24 03:49:52.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49232024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.972 INFO O| Sep 24 03:49:52.972 INFO STEP 290 (remove_files) COMPLETE
49242024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.972 INFO O| Sep 24 03:49:52.972 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.982 INFO O| Sep 24 03:49:52.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49262024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.982 INFO O| Sep 24 03:49:52.982 INFO STEP 291 (remove_files) COMPLETE
49272024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.982 INFO O| Sep 24 03:49:52.982 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.991 INFO O| Sep 24 03:49:52.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49292024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.991 INFO O| Sep 24 03:49:52.991 INFO STEP 292 (remove_files) COMPLETE
49302024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:52.991 INFO O| Sep 24 03:49:52.991 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:53.001 INFO O| Sep 24 03:49:53.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49322024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:53.001 INFO O| Sep 24 03:49:53.001 INFO STEP 293 (remove_files) COMPLETE
49332024-09-24T03:49:53.621Z[ recovery-image] Sep 24 03:49:53.001 INFO O| Sep 24 03:49:53.001 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-09-24T03:49:53.626Z[ recovery-image] Sep 24 03:49:53.011 INFO O| Sep 24 03:49:53.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49352024-09-24T03:49:53.626Z[ recovery-image] Sep 24 03:49:53.011 INFO O| Sep 24 03:49:53.011 INFO STEP 294 (remove_files) COMPLETE
49362024-09-24T03:49:53.628Z[ recovery-image] Sep 24 03:49:53.011 INFO O| Sep 24 03:49:53.011 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-09-24T03:49:53.635Z[ recovery-image] Sep 24 03:49:53.021 INFO O| Sep 24 03:49:53.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49382024-09-24T03:49:53.635Z[ recovery-image] Sep 24 03:49:53.021 INFO O| Sep 24 03:49:53.021 INFO STEP 295 (remove_files) COMPLETE
49392024-09-24T03:49:53.638Z[ recovery-image] Sep 24 03:49:53.021 INFO O| Sep 24 03:49:53.021 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-09-24T03:49:53.645Z[ recovery-image] Sep 24 03:49:53.030 INFO O| Sep 24 03:49:53.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49412024-09-24T03:49:53.645Z[ recovery-image] Sep 24 03:49:53.030 INFO O| Sep 24 03:49:53.030 INFO STEP 296 (remove_files) COMPLETE
49422024-09-24T03:49:53.645Z[ recovery-image] Sep 24 03:49:53.030 INFO O| Sep 24 03:49:53.030 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-09-24T03:49:53.655Z[ recovery-image] Sep 24 03:49:53.040 INFO O| Sep 24 03:49:53.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49442024-09-24T03:49:53.657Z[ recovery-image] Sep 24 03:49:53.041 INFO O| Sep 24 03:49:53.041 INFO STEP 297 (remove_files) COMPLETE
49452024-09-24T03:49:53.657Z[ recovery-image] Sep 24 03:49:53.041 INFO O| Sep 24 03:49:53.041 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-09-24T03:49:53.664Z[ recovery-image] Sep 24 03:49:53.050 INFO O| Sep 24 03:49:53.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49472024-09-24T03:49:53.664Z[ recovery-image] Sep 24 03:49:53.050 INFO O| Sep 24 03:49:53.050 INFO STEP 298 (remove_files) COMPLETE
49482024-09-24T03:49:53.664Z[ recovery-image] Sep 24 03:49:53.050 INFO O| Sep 24 03:49:53.050 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-09-24T03:49:53.674Z[ recovery-image] Sep 24 03:49:53.059 INFO O| Sep 24 03:49:53.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49502024-09-24T03:49:53.674Z[ recovery-image] Sep 24 03:49:53.059 INFO O| Sep 24 03:49:53.059 INFO STEP 299 (remove_files) COMPLETE
49512024-09-24T03:49:53.676Z[ recovery-image] Sep 24 03:49:53.059 INFO O| Sep 24 03:49:53.059 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-09-24T03:49:53.683Z[ recovery-image] Sep 24 03:49:53.069 INFO O| Sep 24 03:49:53.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49532024-09-24T03:49:53.683Z[ recovery-image] Sep 24 03:49:53.069 INFO O| Sep 24 03:49:53.069 INFO STEP 300 (remove_files) COMPLETE
49542024-09-24T03:49:53.683Z[ recovery-image] Sep 24 03:49:53.069 INFO O| Sep 24 03:49:53.069 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-09-24T03:49:53.693Z[ recovery-image] Sep 24 03:49:53.078 INFO O| Sep 24 03:49:53.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49562024-09-24T03:49:53.693Z[ recovery-image] Sep 24 03:49:53.078 INFO O| Sep 24 03:49:53.078 INFO STEP 301 (remove_files) COMPLETE
49572024-09-24T03:49:53.693Z[ recovery-image] Sep 24 03:49:53.078 INFO O| Sep 24 03:49:53.078 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-09-24T03:49:53.702Z[ recovery-image] Sep 24 03:49:53.087 INFO O| Sep 24 03:49:53.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49592024-09-24T03:49:53.702Z[ recovery-image] Sep 24 03:49:53.087 INFO O| Sep 24 03:49:53.087 INFO STEP 302 (remove_files) COMPLETE
49602024-09-24T03:49:53.704Z[ recovery-image] Sep 24 03:49:53.087 INFO O| Sep 24 03:49:53.087 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-09-24T03:49:53.711Z[ recovery-image] Sep 24 03:49:53.097 INFO O| Sep 24 03:49:53.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49622024-09-24T03:49:53.711Z[ recovery-image] Sep 24 03:49:53.097 INFO O| Sep 24 03:49:53.097 INFO STEP 303 (remove_files) COMPLETE
49632024-09-24T03:49:53.714Z[ recovery-image] Sep 24 03:49:53.097 INFO O| Sep 24 03:49:53.097 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-09-24T03:49:53.721Z[ recovery-image] Sep 24 03:49:53.106 INFO O| Sep 24 03:49:53.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49652024-09-24T03:49:53.721Z[ recovery-image] Sep 24 03:49:53.106 INFO O| Sep 24 03:49:53.106 INFO STEP 304 (remove_files) COMPLETE
49662024-09-24T03:49:53.724Z[ recovery-image] Sep 24 03:49:53.106 INFO O| Sep 24 03:49:53.106 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-09-24T03:49:53.730Z[ recovery-image] Sep 24 03:49:53.116 INFO O| Sep 24 03:49:53.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49682024-09-24T03:49:53.731Z[ recovery-image] Sep 24 03:49:53.116 INFO O| Sep 24 03:49:53.116 INFO STEP 305 (remove_files) COMPLETE
49692024-09-24T03:49:53.733Z[ recovery-image] Sep 24 03:49:53.116 INFO O| Sep 24 03:49:53.116 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-09-24T03:49:53.740Z[ recovery-image] Sep 24 03:49:53.126 INFO O| Sep 24 03:49:53.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49712024-09-24T03:49:53.740Z[ recovery-image] Sep 24 03:49:53.126 INFO O| Sep 24 03:49:53.126 INFO STEP 306 (remove_files) COMPLETE
49722024-09-24T03:49:53.740Z[ recovery-image] Sep 24 03:49:53.126 INFO O| Sep 24 03:49:53.126 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-09-24T03:49:53.749Z[ recovery-image] Sep 24 03:49:53.135 INFO O| Sep 24 03:49:53.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49742024-09-24T03:49:53.749Z[ recovery-image] Sep 24 03:49:53.135 INFO O| Sep 24 03:49:53.135 INFO STEP 307 (remove_files) COMPLETE
49752024-09-24T03:49:53.749Z[ recovery-image] Sep 24 03:49:53.135 INFO O| Sep 24 03:49:53.135 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-09-24T03:49:53.759Z[ recovery-image] Sep 24 03:49:53.144 INFO O| Sep 24 03:49:53.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49772024-09-24T03:49:53.759Z[ recovery-image] Sep 24 03:49:53.144 INFO O| Sep 24 03:49:53.144 INFO STEP 308 (remove_files) COMPLETE
49782024-09-24T03:49:53.762Z[ recovery-image] Sep 24 03:49:53.144 INFO O| Sep 24 03:49:53.144 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-09-24T03:49:53.768Z[ recovery-image] Sep 24 03:49:53.154 INFO O| Sep 24 03:49:53.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49802024-09-24T03:49:53.771Z[ recovery-image] Sep 24 03:49:53.155 INFO O| Sep 24 03:49:53.155 INFO STEP 309 (remove_files) COMPLETE
49812024-09-24T03:49:53.771Z[ recovery-image] Sep 24 03:49:53.155 INFO O| Sep 24 03:49:53.155 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-09-24T03:49:53.779Z[ recovery-image] Sep 24 03:49:53.164 INFO O| Sep 24 03:49:53.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49832024-09-24T03:49:53.781Z[ recovery-image] Sep 24 03:49:53.165 INFO O| Sep 24 03:49:53.164 INFO STEP 310 (remove_files) COMPLETE
49842024-09-24T03:49:53.781Z[ recovery-image] Sep 24 03:49:53.165 INFO O| Sep 24 03:49:53.165 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-09-24T03:49:53.788Z[ recovery-image] Sep 24 03:49:53.174 INFO O| Sep 24 03:49:53.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49862024-09-24T03:49:53.791Z[ recovery-image] Sep 24 03:49:53.174 INFO O| Sep 24 03:49:53.174 INFO STEP 311 (remove_files) COMPLETE
49872024-09-24T03:49:53.791Z[ recovery-image] Sep 24 03:49:53.174 INFO O| Sep 24 03:49:53.174 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-09-24T03:49:53.798Z[ recovery-image] Sep 24 03:49:53.183 INFO O| Sep 24 03:49:53.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49892024-09-24T03:49:53.801Z[ recovery-image] Sep 24 03:49:53.183 INFO O| Sep 24 03:49:53.183 INFO STEP 312 (remove_files) COMPLETE
49902024-09-24T03:49:53.801Z[ recovery-image] Sep 24 03:49:53.184 INFO O| Sep 24 03:49:53.183 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-09-24T03:49:53.808Z[ recovery-image] Sep 24 03:49:53.194 INFO O| Sep 24 03:49:53.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49922024-09-24T03:49:53.808Z[ recovery-image] Sep 24 03:49:53.194 INFO O| Sep 24 03:49:53.194 INFO STEP 313 (remove_files) COMPLETE
49932024-09-24T03:49:53.808Z[ recovery-image] Sep 24 03:49:53.194 INFO O| Sep 24 03:49:53.194 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-09-24T03:49:53.817Z[ recovery-image] Sep 24 03:49:53.203 INFO O| Sep 24 03:49:53.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49952024-09-24T03:49:53.820Z[ recovery-image] Sep 24 03:49:53.203 INFO O| Sep 24 03:49:53.203 INFO STEP 314 (remove_files) COMPLETE
49962024-09-24T03:49:53.820Z[ recovery-image] Sep 24 03:49:53.203 INFO O| Sep 24 03:49:53.203 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-09-24T03:49:53.827Z[ recovery-image] Sep 24 03:49:53.213 INFO O| Sep 24 03:49:53.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49982024-09-24T03:49:53.827Z[ recovery-image] Sep 24 03:49:53.213 INFO O| Sep 24 03:49:53.213 INFO STEP 315 (remove_files) COMPLETE
49992024-09-24T03:49:53.827Z[ recovery-image] Sep 24 03:49:53.213 INFO O| Sep 24 03:49:53.213 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-09-24T03:49:53.837Z[ recovery-image] Sep 24 03:49:53.222 INFO O| Sep 24 03:49:53.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50012024-09-24T03:49:53.837Z[ recovery-image] Sep 24 03:49:53.222 INFO O| Sep 24 03:49:53.222 INFO STEP 316 (remove_files) COMPLETE
50022024-09-24T03:49:53.837Z[ recovery-image] Sep 24 03:49:53.222 INFO O| Sep 24 03:49:53.222 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-09-24T03:49:53.846Z[ recovery-image] Sep 24 03:49:53.232 INFO O| Sep 24 03:49:53.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50042024-09-24T03:49:53.846Z[ recovery-image] Sep 24 03:49:53.232 INFO O| Sep 24 03:49:53.232 INFO STEP 317 (remove_files) COMPLETE
50052024-09-24T03:49:53.849Z[ recovery-image] Sep 24 03:49:53.232 INFO O| Sep 24 03:49:53.232 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-09-24T03:49:53.856Z[ recovery-image] Sep 24 03:49:53.242 INFO O| Sep 24 03:49:53.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50072024-09-24T03:49:53.859Z[ recovery-image] Sep 24 03:49:53.242 INFO O| Sep 24 03:49:53.242 INFO STEP 318 (remove_files) COMPLETE
50082024-09-24T03:49:53.859Z[ recovery-image] Sep 24 03:49:53.242 INFO O| Sep 24 03:49:53.242 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-09-24T03:49:53.866Z[ recovery-image] Sep 24 03:49:53.251 INFO O| Sep 24 03:49:53.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50102024-09-24T03:49:53.866Z[ recovery-image] Sep 24 03:49:53.251 INFO O| Sep 24 03:49:53.251 INFO STEP 319 (remove_files) COMPLETE
50112024-09-24T03:49:53.868Z[ recovery-image] Sep 24 03:49:53.251 INFO O| Sep 24 03:49:53.251 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-09-24T03:49:53.875Z[ recovery-image] Sep 24 03:49:53.261 INFO O| Sep 24 03:49:53.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50132024-09-24T03:49:53.875Z[ recovery-image] Sep 24 03:49:53.261 INFO O| Sep 24 03:49:53.261 INFO STEP 320 (remove_files) COMPLETE
50142024-09-24T03:49:53.880Z[ recovery-image] Sep 24 03:49:53.261 INFO O| Sep 24 03:49:53.261 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-09-24T03:49:53.887Z[ recovery-image] Sep 24 03:49:53.272 INFO O| Sep 24 03:49:53.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50162024-09-24T03:49:53.887Z[ recovery-image] Sep 24 03:49:53.272 INFO O| Sep 24 03:49:53.272 INFO STEP 321 (remove_files) COMPLETE
50172024-09-24T03:49:53.887Z[ recovery-image] Sep 24 03:49:53.272 INFO O| Sep 24 03:49:53.272 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-09-24T03:49:53.897Z[ recovery-image] Sep 24 03:49:53.283 INFO O| Sep 24 03:49:53.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50192024-09-24T03:49:53.897Z[ recovery-image] Sep 24 03:49:53.283 INFO O| Sep 24 03:49:53.283 INFO STEP 322 (remove_files) COMPLETE
50202024-09-24T03:49:53.899Z[ recovery-image] Sep 24 03:49:53.283 INFO O| Sep 24 03:49:53.283 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-09-24T03:49:53.907Z[ recovery-image] Sep 24 03:49:53.293 INFO O| Sep 24 03:49:53.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50222024-09-24T03:49:53.910Z[ recovery-image] Sep 24 03:49:53.293 INFO O| Sep 24 03:49:53.293 INFO STEP 323 (remove_files) COMPLETE
50232024-09-24T03:49:53.910Z[ recovery-image] Sep 24 03:49:53.293 INFO O| Sep 24 03:49:53.293 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-09-24T03:49:53.917Z[ recovery-image] Sep 24 03:49:53.303 INFO O| Sep 24 03:49:53.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50252024-09-24T03:49:53.917Z[ recovery-image] Sep 24 03:49:53.303 INFO O| Sep 24 03:49:53.303 INFO STEP 324 (remove_files) COMPLETE
50262024-09-24T03:49:53.920Z[ recovery-image] Sep 24 03:49:53.303 INFO O| Sep 24 03:49:53.303 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-09-24T03:49:53.927Z[ recovery-image] Sep 24 03:49:53.312 INFO O| Sep 24 03:49:53.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50282024-09-24T03:49:53.927Z[ recovery-image] Sep 24 03:49:53.313 INFO O| Sep 24 03:49:53.313 INFO STEP 325 (remove_files) COMPLETE
50292024-09-24T03:49:53.929Z[ recovery-image] Sep 24 03:49:53.313 INFO O| Sep 24 03:49:53.313 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-09-24T03:49:53.936Z[ recovery-image] Sep 24 03:49:53.322 INFO O| Sep 24 03:49:53.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50312024-09-24T03:49:53.937Z[ recovery-image] Sep 24 03:49:53.322 INFO O| Sep 24 03:49:53.322 INFO STEP 326 (remove_files) COMPLETE
50322024-09-24T03:49:53.939Z[ recovery-image] Sep 24 03:49:53.322 INFO O| Sep 24 03:49:53.322 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-09-24T03:49:53.946Z[ recovery-image] Sep 24 03:49:53.331 INFO O| Sep 24 03:49:53.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50342024-09-24T03:49:53.946Z[ recovery-image] Sep 24 03:49:53.331 INFO O| Sep 24 03:49:53.331 INFO STEP 327 (remove_files) COMPLETE
50352024-09-24T03:49:53.948Z[ recovery-image] Sep 24 03:49:53.331 INFO O| Sep 24 03:49:53.331 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-09-24T03:49:53.955Z[ recovery-image] Sep 24 03:49:53.341 INFO O| Sep 24 03:49:53.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50372024-09-24T03:49:53.955Z[ recovery-image] Sep 24 03:49:53.341 INFO O| Sep 24 03:49:53.341 INFO STEP 328 (remove_files) COMPLETE
50382024-09-24T03:49:53.955Z[ recovery-image] Sep 24 03:49:53.341 INFO O| Sep 24 03:49:53.341 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-09-24T03:49:53.965Z[ recovery-image] Sep 24 03:49:53.350 INFO O| Sep 24 03:49:53.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50402024-09-24T03:49:53.965Z[ recovery-image] Sep 24 03:49:53.350 INFO O| Sep 24 03:49:53.350 INFO STEP 329 (remove_files) COMPLETE
50412024-09-24T03:49:53.967Z[ recovery-image] Sep 24 03:49:53.350 INFO O| Sep 24 03:49:53.350 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-09-24T03:49:53.974Z[ recovery-image] Sep 24 03:49:53.360 INFO O| Sep 24 03:49:53.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50432024-09-24T03:49:53.974Z[ recovery-image] Sep 24 03:49:53.360 INFO O| Sep 24 03:49:53.360 INFO STEP 330 (remove_files) COMPLETE
50442024-09-24T03:49:53.977Z[ recovery-image] Sep 24 03:49:53.360 INFO O| Sep 24 03:49:53.360 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-09-24T03:49:53.984Z[ recovery-image] Sep 24 03:49:53.369 INFO O| Sep 24 03:49:53.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50462024-09-24T03:49:53.984Z[ recovery-image] Sep 24 03:49:53.369 INFO O| Sep 24 03:49:53.369 INFO STEP 331 (remove_files) COMPLETE
50472024-09-24T03:49:53.987Z[ recovery-image] Sep 24 03:49:53.369 INFO O| Sep 24 03:49:53.369 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-09-24T03:49:53.994Z[ recovery-image] Sep 24 03:49:53.379 INFO O| Sep 24 03:49:53.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50492024-09-24T03:49:53.997Z[ recovery-image] Sep 24 03:49:53.379 INFO O| Sep 24 03:49:53.379 INFO STEP 332 (remove_files) COMPLETE
50502024-09-24T03:49:53.997Z[ recovery-image] Sep 24 03:49:53.379 INFO O| Sep 24 03:49:53.379 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-09-24T03:49:54.004Z[ recovery-image] Sep 24 03:49:53.389 INFO O| Sep 24 03:49:53.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50522024-09-24T03:49:54.004Z[ recovery-image] Sep 24 03:49:53.389 INFO O| Sep 24 03:49:53.389 INFO STEP 333 (remove_files) COMPLETE
50532024-09-24T03:49:54.004Z[ recovery-image] Sep 24 03:49:53.389 INFO O| Sep 24 03:49:53.389 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-09-24T03:49:54.013Z[ recovery-image] Sep 24 03:49:53.399 INFO O| Sep 24 03:49:53.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50552024-09-24T03:49:54.013Z[ recovery-image] Sep 24 03:49:53.399 INFO O| Sep 24 03:49:53.399 INFO STEP 334 (remove_files) COMPLETE
50562024-09-24T03:49:54.016Z[ recovery-image] Sep 24 03:49:53.399 INFO O| Sep 24 03:49:53.399 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-09-24T03:49:54.023Z[ recovery-image] Sep 24 03:49:53.408 INFO O| Sep 24 03:49:53.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50582024-09-24T03:49:54.023Z[ recovery-image] Sep 24 03:49:53.408 INFO O| Sep 24 03:49:53.408 INFO STEP 335 (remove_files) COMPLETE
50592024-09-24T03:49:54.025Z[ recovery-image] Sep 24 03:49:53.408 INFO O| Sep 24 03:49:53.408 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-09-24T03:49:54.034Z[ recovery-image] Sep 24 03:49:53.418 INFO O| Sep 24 03:49:53.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50612024-09-24T03:49:54.034Z[ recovery-image] Sep 24 03:49:53.418 INFO O| Sep 24 03:49:53.418 INFO STEP 336 (remove_files) COMPLETE
50622024-09-24T03:49:54.034Z[ recovery-image] Sep 24 03:49:53.418 INFO O| Sep 24 03:49:53.418 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-09-24T03:49:54.042Z[ recovery-image] Sep 24 03:49:53.427 INFO O| Sep 24 03:49:53.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50642024-09-24T03:49:54.042Z[ recovery-image] Sep 24 03:49:53.427 INFO O| Sep 24 03:49:53.427 INFO STEP 337 (remove_files) COMPLETE
50652024-09-24T03:49:54.045Z[ recovery-image] Sep 24 03:49:53.427 INFO O| Sep 24 03:49:53.427 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-09-24T03:49:54.052Z[ recovery-image] Sep 24 03:49:53.437 INFO O| Sep 24 03:49:53.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50672024-09-24T03:49:54.052Z[ recovery-image] Sep 24 03:49:53.437 INFO O| Sep 24 03:49:53.437 INFO STEP 338 (remove_files) COMPLETE
50682024-09-24T03:49:54.054Z[ recovery-image] Sep 24 03:49:53.437 INFO O| Sep 24 03:49:53.437 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-09-24T03:49:54.061Z[ recovery-image] Sep 24 03:49:53.446 INFO O| Sep 24 03:49:53.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50702024-09-24T03:49:54.063Z[ recovery-image] Sep 24 03:49:53.446 INFO O| Sep 24 03:49:53.446 INFO STEP 339 (remove_files) COMPLETE
50712024-09-24T03:49:54.064Z[ recovery-image] Sep 24 03:49:53.447 INFO O| Sep 24 03:49:53.446 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-09-24T03:49:54.070Z[ recovery-image] Sep 24 03:49:53.456 INFO O| Sep 24 03:49:53.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50732024-09-24T03:49:54.070Z[ recovery-image] Sep 24 03:49:53.456 INFO O| Sep 24 03:49:53.456 INFO STEP 340 (remove_files) COMPLETE
50742024-09-24T03:49:54.070Z[ recovery-image] Sep 24 03:49:53.456 INFO O| Sep 24 03:49:53.456 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-09-24T03:49:54.080Z[ recovery-image] Sep 24 03:49:53.465 INFO O| Sep 24 03:49:53.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50762024-09-24T03:49:54.080Z[ recovery-image] Sep 24 03:49:53.465 INFO O| Sep 24 03:49:53.465 INFO STEP 341 (remove_files) COMPLETE
50772024-09-24T03:49:54.083Z[ recovery-image] Sep 24 03:49:53.465 INFO O| Sep 24 03:49:53.465 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-09-24T03:49:54.090Z[ recovery-image] Sep 24 03:49:53.475 INFO O| Sep 24 03:49:53.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50792024-09-24T03:49:54.090Z[ recovery-image] Sep 24 03:49:53.475 INFO O| Sep 24 03:49:53.475 INFO STEP 342 (remove_files) COMPLETE
50802024-09-24T03:49:54.092Z[ recovery-image] Sep 24 03:49:53.475 INFO O| Sep 24 03:49:53.475 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-09-24T03:49:54.099Z[ recovery-image] Sep 24 03:49:53.485 INFO O| Sep 24 03:49:53.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50822024-09-24T03:49:54.099Z[ recovery-image] Sep 24 03:49:53.485 INFO O| Sep 24 03:49:53.485 INFO STEP 343 (remove_files) COMPLETE
50832024-09-24T03:49:54.102Z[ recovery-image] Sep 24 03:49:53.485 INFO O| Sep 24 03:49:53.485 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-09-24T03:49:54.108Z[ recovery-image] Sep 24 03:49:53.494 INFO O| Sep 24 03:49:53.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50852024-09-24T03:49:54.111Z[ recovery-image] Sep 24 03:49:53.494 INFO O| Sep 24 03:49:53.494 INFO STEP 344 (remove_files) COMPLETE
50862024-09-24T03:49:54.111Z[ recovery-image] Sep 24 03:49:53.494 INFO O| Sep 24 03:49:53.494 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-09-24T03:49:54.118Z[ recovery-image] Sep 24 03:49:53.503 INFO O| Sep 24 03:49:53.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50882024-09-24T03:49:54.118Z[ recovery-image] Sep 24 03:49:53.504 INFO O| Sep 24 03:49:53.504 INFO STEP 345 (remove_files) COMPLETE
50892024-09-24T03:49:54.118Z[ recovery-image] Sep 24 03:49:53.504 INFO O| Sep 24 03:49:53.504 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-09-24T03:49:54.127Z[ recovery-image] Sep 24 03:49:53.513 INFO O| Sep 24 03:49:53.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50912024-09-24T03:49:54.127Z[ recovery-image] Sep 24 03:49:53.513 INFO O| Sep 24 03:49:53.513 INFO STEP 346 (remove_files) COMPLETE
50922024-09-24T03:49:54.130Z[ recovery-image] Sep 24 03:49:53.513 INFO O| Sep 24 03:49:53.513 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-09-24T03:49:54.137Z[ recovery-image] Sep 24 03:49:53.522 INFO O| Sep 24 03:49:53.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50942024-09-24T03:49:54.137Z[ recovery-image] Sep 24 03:49:53.522 INFO O| Sep 24 03:49:53.522 INFO STEP 347 (remove_files) COMPLETE
50952024-09-24T03:49:54.137Z[ recovery-image] Sep 24 03:49:53.522 INFO O| Sep 24 03:49:53.522 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-09-24T03:49:54.146Z[ recovery-image] Sep 24 03:49:53.532 INFO O| Sep 24 03:49:53.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50972024-09-24T03:49:54.146Z[ recovery-image] Sep 24 03:49:53.532 INFO O| Sep 24 03:49:53.532 INFO STEP 348 (remove_files) COMPLETE
50982024-09-24T03:49:54.149Z[ recovery-image] Sep 24 03:49:53.532 INFO O| Sep 24 03:49:53.532 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-09-24T03:49:54.156Z[ recovery-image] Sep 24 03:49:53.541 INFO O| Sep 24 03:49:53.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51002024-09-24T03:49:54.156Z[ recovery-image] Sep 24 03:49:53.541 INFO O| Sep 24 03:49:53.541 INFO STEP 349 (remove_files) COMPLETE
51012024-09-24T03:49:54.158Z[ recovery-image] Sep 24 03:49:53.541 INFO O| Sep 24 03:49:53.541 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-09-24T03:49:54.165Z[ recovery-image] Sep 24 03:49:53.551 INFO O| Sep 24 03:49:53.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51032024-09-24T03:49:54.165Z[ recovery-image] Sep 24 03:49:53.551 INFO O| Sep 24 03:49:53.551 INFO STEP 350 (remove_files) COMPLETE
51042024-09-24T03:49:54.165Z[ recovery-image] Sep 24 03:49:53.551 INFO O| Sep 24 03:49:53.551 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-09-24T03:49:54.175Z[ recovery-image] Sep 24 03:49:53.560 INFO O| Sep 24 03:49:53.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51062024-09-24T03:49:54.175Z[ recovery-image] Sep 24 03:49:53.560 INFO O| Sep 24 03:49:53.560 INFO STEP 351 (remove_files) COMPLETE
51072024-09-24T03:49:54.177Z[ recovery-image] Sep 24 03:49:53.560 INFO O| Sep 24 03:49:53.560 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-09-24T03:49:54.182Z[ host-image] Sep 24 03:49:53.568 INFO O| Sep 24 03:49:53.567 INFO O| Actions: Completed 49266 actions in 11.36 seconds.
51092024-09-24T03:49:54.185Z[ recovery-image] Sep 24 03:49:53.570 INFO O| Sep 24 03:49:53.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51102024-09-24T03:49:54.185Z[ recovery-image] Sep 24 03:49:53.570 INFO O| Sep 24 03:49:53.570 INFO STEP 352 (remove_files) COMPLETE
51112024-09-24T03:49:54.185Z[ recovery-image] Sep 24 03:49:53.570 INFO O| Sep 24 03:49:53.570 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-09-24T03:49:54.194Z[ recovery-image] Sep 24 03:49:53.580 INFO O| Sep 24 03:49:53.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51132024-09-24T03:49:54.194Z[ recovery-image] Sep 24 03:49:53.580 INFO O| Sep 24 03:49:53.580 INFO STEP 353 (remove_files) COMPLETE
51142024-09-24T03:49:54.197Z[ recovery-image] Sep 24 03:49:53.580 INFO O| Sep 24 03:49:53.580 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-09-24T03:49:54.204Z[ recovery-image] Sep 24 03:49:53.589 INFO O| Sep 24 03:49:53.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51162024-09-24T03:49:54.206Z[ recovery-image] Sep 24 03:49:53.590 INFO O| Sep 24 03:49:53.590 INFO STEP 354 (remove_files) COMPLETE
51172024-09-24T03:49:54.206Z[ recovery-image] Sep 24 03:49:53.590 INFO O| Sep 24 03:49:53.590 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-09-24T03:49:54.214Z[ recovery-image] Sep 24 03:49:53.600 INFO O| Sep 24 03:49:53.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51192024-09-24T03:49:54.215Z[ recovery-image] Sep 24 03:49:53.600 INFO O| Sep 24 03:49:53.600 INFO STEP 355 (remove_files) COMPLETE
51202024-09-24T03:49:54.217Z[ recovery-image] Sep 24 03:49:53.600 INFO O| Sep 24 03:49:53.600 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-09-24T03:49:54.224Z[ recovery-image] Sep 24 03:49:53.610 INFO O| Sep 24 03:49:53.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51222024-09-24T03:49:54.224Z[ recovery-image] Sep 24 03:49:53.610 INFO O| Sep 24 03:49:53.610 INFO STEP 356 (remove_files) COMPLETE
51232024-09-24T03:49:54.227Z[ recovery-image] Sep 24 03:49:53.610 INFO O| Sep 24 03:49:53.610 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-09-24T03:49:54.234Z[ recovery-image] Sep 24 03:49:53.619 INFO O| Sep 24 03:49:53.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51252024-09-24T03:49:54.236Z[ recovery-image] Sep 24 03:49:53.619 INFO O| Sep 24 03:49:53.619 INFO STEP 357 (remove_files) COMPLETE
51262024-09-24T03:49:54.236Z[ recovery-image] Sep 24 03:49:53.619 INFO O| Sep 24 03:49:53.619 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-09-24T03:49:54.243Z[ recovery-image] Sep 24 03:49:53.629 INFO O| Sep 24 03:49:53.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51282024-09-24T03:49:54.243Z[ recovery-image] Sep 24 03:49:53.629 INFO O| Sep 24 03:49:53.629 INFO STEP 358 (remove_files) COMPLETE
51292024-09-24T03:49:54.243Z[ recovery-image] Sep 24 03:49:53.629 INFO O| Sep 24 03:49:53.629 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-09-24T03:49:54.253Z[ recovery-image] Sep 24 03:49:53.638 INFO O| Sep 24 03:49:53.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51312024-09-24T03:49:54.255Z[ recovery-image] Sep 24 03:49:53.638 INFO O| Sep 24 03:49:53.638 INFO STEP 359 (remove_files) COMPLETE
51322024-09-24T03:49:54.255Z[ recovery-image] Sep 24 03:49:53.638 INFO O| Sep 24 03:49:53.638 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-09-24T03:49:54.262Z[ recovery-image] Sep 24 03:49:53.648 INFO O| Sep 24 03:49:53.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51342024-09-24T03:49:54.262Z[ recovery-image] Sep 24 03:49:53.648 INFO O| Sep 24 03:49:53.648 INFO STEP 360 (remove_files) COMPLETE
51352024-09-24T03:49:54.262Z[ recovery-image] Sep 24 03:49:53.648 INFO O| Sep 24 03:49:53.648 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-09-24T03:49:54.272Z[ recovery-image] Sep 24 03:49:53.657 INFO O| Sep 24 03:49:53.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51372024-09-24T03:49:54.274Z[ recovery-image] Sep 24 03:49:53.657 INFO O| Sep 24 03:49:53.657 INFO STEP 361 (remove_files) COMPLETE
51382024-09-24T03:49:54.274Z[ recovery-image] Sep 24 03:49:53.657 INFO O| Sep 24 03:49:53.657 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-09-24T03:49:54.282Z[ recovery-image] Sep 24 03:49:53.667 INFO O| Sep 24 03:49:53.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51402024-09-24T03:49:54.282Z[ recovery-image] Sep 24 03:49:53.667 INFO O| Sep 24 03:49:53.667 INFO STEP 362 (remove_files) COMPLETE
51412024-09-24T03:49:54.284Z[ recovery-image] Sep 24 03:49:53.667 INFO O| Sep 24 03:49:53.667 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-09-24T03:49:54.291Z[ recovery-image] Sep 24 03:49:53.677 INFO O| Sep 24 03:49:53.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51432024-09-24T03:49:54.294Z[ recovery-image] Sep 24 03:49:53.677 INFO O| Sep 24 03:49:53.677 INFO STEP 363 (remove_files) COMPLETE
51442024-09-24T03:49:54.294Z[ recovery-image] Sep 24 03:49:53.677 INFO O| Sep 24 03:49:53.677 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-09-24T03:49:54.301Z[ recovery-image] Sep 24 03:49:53.687 INFO O| Sep 24 03:49:53.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51462024-09-24T03:49:54.304Z[ recovery-image] Sep 24 03:49:53.687 INFO O| Sep 24 03:49:53.687 INFO STEP 364 (remove_files) COMPLETE
51472024-09-24T03:49:54.304Z[ recovery-image] Sep 24 03:49:53.687 INFO O| Sep 24 03:49:53.687 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-09-24T03:49:54.312Z[ recovery-image] Sep 24 03:49:53.698 INFO O| Sep 24 03:49:53.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51492024-09-24T03:49:54.315Z[ recovery-image] Sep 24 03:49:53.698 INFO O| Sep 24 03:49:53.698 INFO STEP 365 (remove_files) COMPLETE
51502024-09-24T03:49:54.315Z[ recovery-image] Sep 24 03:49:53.698 INFO O| Sep 24 03:49:53.698 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-09-24T03:49:54.323Z[ recovery-image] Sep 24 03:49:53.708 INFO O| Sep 24 03:49:53.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51522024-09-24T03:49:54.323Z[ recovery-image] Sep 24 03:49:53.708 INFO O| Sep 24 03:49:53.708 INFO STEP 366 (remove_files) COMPLETE
51532024-09-24T03:49:54.323Z[ recovery-image] Sep 24 03:49:53.708 INFO O| Sep 24 03:49:53.708 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-09-24T03:49:54.332Z[ recovery-image] Sep 24 03:49:53.718 INFO O| Sep 24 03:49:53.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51552024-09-24T03:49:54.332Z[ recovery-image] Sep 24 03:49:53.718 INFO O| Sep 24 03:49:53.718 INFO STEP 367 (remove_files) COMPLETE
51562024-09-24T03:49:54.335Z[ recovery-image] Sep 24 03:49:53.718 INFO O| Sep 24 03:49:53.718 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-09-24T03:49:54.342Z[ recovery-image] Sep 24 03:49:53.728 INFO O| Sep 24 03:49:53.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51582024-09-24T03:49:54.345Z[ recovery-image] Sep 24 03:49:53.728 INFO O| Sep 24 03:49:53.728 INFO STEP 368 (remove_files) COMPLETE
51592024-09-24T03:49:54.345Z[ recovery-image] Sep 24 03:49:53.728 INFO O| Sep 24 03:49:53.728 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-09-24T03:49:54.352Z[ recovery-image] Sep 24 03:49:53.737 INFO O| Sep 24 03:49:53.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51612024-09-24T03:49:54.352Z[ recovery-image] Sep 24 03:49:53.737 INFO O| Sep 24 03:49:53.737 INFO STEP 369 (remove_files) COMPLETE
51622024-09-24T03:49:54.352Z[ recovery-image] Sep 24 03:49:53.737 INFO O| Sep 24 03:49:53.737 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-09-24T03:49:54.362Z[ recovery-image] Sep 24 03:49:53.747 INFO O| Sep 24 03:49:53.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51642024-09-24T03:49:54.362Z[ recovery-image] Sep 24 03:49:53.747 INFO O| Sep 24 03:49:53.747 INFO STEP 370 (remove_files) COMPLETE
51652024-09-24T03:49:54.364Z[ recovery-image] Sep 24 03:49:53.747 INFO O| Sep 24 03:49:53.747 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-09-24T03:49:54.372Z[ recovery-image] Sep 24 03:49:53.757 INFO O| Sep 24 03:49:53.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51672024-09-24T03:49:54.372Z[ recovery-image] Sep 24 03:49:53.757 INFO O| Sep 24 03:49:53.757 INFO STEP 371 (remove_files) COMPLETE
51682024-09-24T03:49:54.372Z[ recovery-image] Sep 24 03:49:53.757 INFO O| Sep 24 03:49:53.757 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-09-24T03:49:54.382Z[ recovery-image] Sep 24 03:49:53.767 INFO O| Sep 24 03:49:53.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51702024-09-24T03:49:54.382Z[ recovery-image] Sep 24 03:49:53.767 INFO O| Sep 24 03:49:53.767 INFO STEP 372 (remove_files) COMPLETE
51712024-09-24T03:49:54.382Z[ recovery-image] Sep 24 03:49:53.767 INFO O| Sep 24 03:49:53.767 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-09-24T03:49:54.392Z[ recovery-image] Sep 24 03:49:53.777 INFO O| Sep 24 03:49:53.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51732024-09-24T03:49:54.392Z[ recovery-image] Sep 24 03:49:53.777 INFO O| Sep 24 03:49:53.777 INFO STEP 373 (remove_files) COMPLETE
51742024-09-24T03:49:54.392Z[ recovery-image] Sep 24 03:49:53.777 INFO O| Sep 24 03:49:53.777 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-09-24T03:49:54.401Z[ recovery-image] Sep 24 03:49:53.787 INFO O| Sep 24 03:49:53.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51762024-09-24T03:49:54.401Z[ recovery-image] Sep 24 03:49:53.787 INFO O| Sep 24 03:49:53.787 INFO STEP 374 (remove_files) COMPLETE
51772024-09-24T03:49:54.404Z[ recovery-image] Sep 24 03:49:53.787 INFO O| Sep 24 03:49:53.787 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-09-24T03:49:54.413Z[ recovery-image] Sep 24 03:49:53.796 INFO O| Sep 24 03:49:53.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51792024-09-24T03:49:54.413Z[ recovery-image] Sep 24 03:49:53.797 INFO O| Sep 24 03:49:53.796 INFO STEP 375 (remove_files) COMPLETE
51802024-09-24T03:49:54.415Z[ recovery-image] Sep 24 03:49:53.797 INFO O| Sep 24 03:49:53.796 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-09-24T03:49:54.421Z[ recovery-image] Sep 24 03:49:53.806 INFO O| Sep 24 03:49:53.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51822024-09-24T03:49:54.421Z[ recovery-image] Sep 24 03:49:53.806 INFO O| Sep 24 03:49:53.806 INFO STEP 376 (remove_files) COMPLETE
51832024-09-24T03:49:54.423Z[ recovery-image] Sep 24 03:49:53.806 INFO O| Sep 24 03:49:53.806 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-09-24T03:49:54.430Z[ recovery-image] Sep 24 03:49:53.816 INFO O| Sep 24 03:49:53.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51852024-09-24T03:49:54.430Z[ recovery-image] Sep 24 03:49:53.816 INFO O| Sep 24 03:49:53.816 INFO STEP 377 (remove_files) COMPLETE
51862024-09-24T03:49:54.433Z[ recovery-image] Sep 24 03:49:53.816 INFO O| Sep 24 03:49:53.816 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-09-24T03:49:54.440Z[ recovery-image] Sep 24 03:49:53.826 INFO O| Sep 24 03:49:53.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51882024-09-24T03:49:54.440Z[ recovery-image] Sep 24 03:49:53.826 INFO O| Sep 24 03:49:53.826 INFO STEP 378 (remove_files) COMPLETE
51892024-09-24T03:49:54.443Z[ recovery-image] Sep 24 03:49:53.826 INFO O| Sep 24 03:49:53.826 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-09-24T03:49:54.451Z[ recovery-image] Sep 24 03:49:53.835 INFO O| Sep 24 03:49:53.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51912024-09-24T03:49:54.451Z[ recovery-image] Sep 24 03:49:53.835 INFO O| Sep 24 03:49:53.835 INFO STEP 379 (remove_files) COMPLETE
51922024-09-24T03:49:54.454Z[ recovery-image] Sep 24 03:49:53.835 INFO O| Sep 24 03:49:53.835 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-09-24T03:49:54.460Z[ recovery-image] Sep 24 03:49:53.845 INFO O| Sep 24 03:49:53.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51942024-09-24T03:49:54.462Z[ recovery-image] Sep 24 03:49:53.845 INFO O| Sep 24 03:49:53.845 INFO STEP 380 (remove_files) COMPLETE
51952024-09-24T03:49:54.462Z[ recovery-image] Sep 24 03:49:53.845 INFO O| Sep 24 03:49:53.845 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-09-24T03:49:54.469Z[ recovery-image] Sep 24 03:49:53.855 INFO O| Sep 24 03:49:53.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51972024-09-24T03:49:54.472Z[ recovery-image] Sep 24 03:49:53.855 INFO O| Sep 24 03:49:53.855 INFO STEP 381 (remove_files) COMPLETE
51982024-09-24T03:49:54.473Z[ recovery-image] Sep 24 03:49:53.855 INFO O| Sep 24 03:49:53.855 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-09-24T03:49:54.475Z[ host-image] Sep 24 03:49:53.859 INFO O| Sep 24 03:49:53.859 INFO O| Done
52002024-09-24T03:49:54.475Z[ host-image] Sep 24 03:49:53.859 INFO O| Sep 24 03:49:53.859 INFO O| Done
52012024-09-24T03:49:54.480Z[ recovery-image] Sep 24 03:49:53.865 INFO O| Sep 24 03:49:53.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52022024-09-24T03:49:54.480Z[ recovery-image] Sep 24 03:49:53.865 INFO O| Sep 24 03:49:53.865 INFO STEP 382 (remove_files) COMPLETE
52032024-09-24T03:49:54.480Z[ recovery-image] Sep 24 03:49:53.865 INFO O| Sep 24 03:49:53.865 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-09-24T03:49:54.489Z[ recovery-image] Sep 24 03:49:53.875 INFO O| Sep 24 03:49:53.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52052024-09-24T03:49:54.489Z[ recovery-image] Sep 24 03:49:53.875 INFO O| Sep 24 03:49:53.875 INFO STEP 383 (remove_files) COMPLETE
52062024-09-24T03:49:54.492Z[ recovery-image] Sep 24 03:49:53.875 INFO O| Sep 24 03:49:53.875 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-09-24T03:49:54.499Z[ recovery-image] Sep 24 03:49:53.885 INFO O| Sep 24 03:49:53.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52082024-09-24T03:49:54.502Z[ recovery-image] Sep 24 03:49:53.885 INFO O| Sep 24 03:49:53.885 INFO STEP 384 (remove_files) COMPLETE
52092024-09-24T03:49:54.502Z[ recovery-image] Sep 24 03:49:53.885 INFO O| Sep 24 03:49:53.885 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-09-24T03:49:54.509Z[ recovery-image] Sep 24 03:49:53.894 INFO O| Sep 24 03:49:53.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52112024-09-24T03:49:54.509Z[ recovery-image] Sep 24 03:49:53.895 INFO O| Sep 24 03:49:53.894 INFO STEP 385 (remove_files) COMPLETE
52122024-09-24T03:49:54.512Z[ recovery-image] Sep 24 03:49:53.895 INFO O| Sep 24 03:49:53.894 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-09-24T03:49:54.519Z[ recovery-image] Sep 24 03:49:53.904 INFO O| Sep 24 03:49:53.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52142024-09-24T03:49:54.519Z[ recovery-image] Sep 24 03:49:53.904 INFO O| Sep 24 03:49:53.904 INFO STEP 386 (remove_files) COMPLETE
52152024-09-24T03:49:54.521Z[ recovery-image] Sep 24 03:49:53.904 INFO O| Sep 24 03:49:53.904 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-09-24T03:49:54.528Z[ recovery-image] Sep 24 03:49:53.914 INFO O| Sep 24 03:49:53.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52172024-09-24T03:49:54.528Z[ recovery-image] Sep 24 03:49:53.914 INFO O| Sep 24 03:49:53.914 INFO STEP 387 (remove_files) COMPLETE
52182024-09-24T03:49:54.531Z[ recovery-image] Sep 24 03:49:53.914 INFO O| Sep 24 03:49:53.914 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-09-24T03:49:54.538Z[ recovery-image] Sep 24 03:49:53.923 INFO O| Sep 24 03:49:53.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52202024-09-24T03:49:54.541Z[ recovery-image] Sep 24 03:49:53.923 INFO O| Sep 24 03:49:53.923 INFO STEP 388 (remove_files) COMPLETE
52212024-09-24T03:49:54.541Z[ recovery-image] Sep 24 03:49:53.923 INFO O| Sep 24 03:49:53.923 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-09-24T03:49:54.547Z[ recovery-image] Sep 24 03:49:53.933 INFO O| Sep 24 03:49:53.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52232024-09-24T03:49:54.550Z[ recovery-image] Sep 24 03:49:53.933 INFO O| Sep 24 03:49:53.933 INFO STEP 389 (remove_files) COMPLETE
52242024-09-24T03:49:54.550Z[ recovery-image] Sep 24 03:49:53.933 INFO O| Sep 24 03:49:53.933 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-09-24T03:49:54.557Z[ recovery-image] Sep 24 03:49:53.942 INFO O| Sep 24 03:49:53.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52262024-09-24T03:49:54.559Z[ recovery-image] Sep 24 03:49:53.942 INFO O| Sep 24 03:49:53.942 INFO STEP 390 (remove_files) COMPLETE
52272024-09-24T03:49:54.559Z[ recovery-image] Sep 24 03:49:53.942 INFO O| Sep 24 03:49:53.942 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-09-24T03:49:54.566Z[ recovery-image] Sep 24 03:49:53.952 INFO O| Sep 24 03:49:53.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52292024-09-24T03:49:54.569Z[ recovery-image] Sep 24 03:49:53.952 INFO O| Sep 24 03:49:53.952 INFO STEP 391 (remove_files) COMPLETE
52302024-09-24T03:49:54.569Z[ recovery-image] Sep 24 03:49:53.952 INFO O| Sep 24 03:49:53.952 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-09-24T03:49:54.576Z[ recovery-image] Sep 24 03:49:53.961 INFO O| Sep 24 03:49:53.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52322024-09-24T03:49:54.576Z[ recovery-image] Sep 24 03:49:53.961 INFO O| Sep 24 03:49:53.961 INFO STEP 392 (remove_files) COMPLETE
52332024-09-24T03:49:54.576Z[ recovery-image] Sep 24 03:49:53.961 INFO O| Sep 24 03:49:53.961 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-09-24T03:49:54.585Z[ recovery-image] Sep 24 03:49:53.970 INFO O| Sep 24 03:49:53.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52352024-09-24T03:49:54.589Z[ recovery-image] Sep 24 03:49:53.971 INFO O| Sep 24 03:49:53.971 INFO STEP 393 (remove_files) COMPLETE
52362024-09-24T03:49:54.589Z[ recovery-image] Sep 24 03:49:53.971 INFO O| Sep 24 03:49:53.971 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-09-24T03:49:54.595Z[ recovery-image] Sep 24 03:49:53.981 INFO O| Sep 24 03:49:53.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52382024-09-24T03:49:54.597Z[ recovery-image] Sep 24 03:49:53.981 INFO O| Sep 24 03:49:53.981 INFO STEP 394 (remove_files) COMPLETE
52392024-09-24T03:49:54.598Z[ recovery-image] Sep 24 03:49:53.981 INFO O| Sep 24 03:49:53.981 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-09-24T03:49:54.604Z[ recovery-image] Sep 24 03:49:53.990 INFO O| Sep 24 03:49:53.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52412024-09-24T03:49:54.604Z[ recovery-image] Sep 24 03:49:53.990 INFO O| Sep 24 03:49:53.990 INFO STEP 395 (remove_files) COMPLETE
52422024-09-24T03:49:54.604Z[ recovery-image] Sep 24 03:49:53.990 INFO O| Sep 24 03:49:53.990 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-09-24T03:49:54.614Z[ recovery-image] Sep 24 03:49:53.999 INFO O| Sep 24 03:49:53.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52442024-09-24T03:49:54.616Z[ recovery-image] Sep 24 03:49:53.999 INFO O| Sep 24 03:49:53.999 INFO STEP 396 (remove_files) COMPLETE
52452024-09-24T03:49:54.616Z[ recovery-image] Sep 24 03:49:54.000 INFO O| Sep 24 03:49:53.999 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-09-24T03:49:54.624Z[ recovery-image] Sep 24 03:49:54.009 INFO O| Sep 24 03:49:54.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52472024-09-24T03:49:54.626Z[ recovery-image] Sep 24 03:49:54.010 INFO O| Sep 24 03:49:54.010 INFO STEP 397 (remove_files) COMPLETE
52482024-09-24T03:49:54.626Z[ recovery-image] Sep 24 03:49:54.010 INFO O| Sep 24 03:49:54.010 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-09-24T03:49:54.634Z[ recovery-image] Sep 24 03:49:54.019 INFO O| Sep 24 03:49:54.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52502024-09-24T03:49:54.636Z[ recovery-image] Sep 24 03:49:54.020 INFO O| Sep 24 03:49:54.020 INFO STEP 398 (remove_files) COMPLETE
52512024-09-24T03:49:54.636Z[ recovery-image] Sep 24 03:49:54.020 INFO O| Sep 24 03:49:54.020 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-09-24T03:49:54.644Z[ recovery-image] Sep 24 03:49:54.029 INFO O| Sep 24 03:49:54.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52532024-09-24T03:49:54.646Z[ recovery-image] Sep 24 03:49:54.030 INFO O| Sep 24 03:49:54.030 INFO STEP 399 (remove_files) COMPLETE
52542024-09-24T03:49:54.646Z[ recovery-image] Sep 24 03:49:54.030 INFO O| Sep 24 03:49:54.030 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-09-24T03:49:54.654Z[ recovery-image] Sep 24 03:49:54.039 INFO O| Sep 24 03:49:54.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52562024-09-24T03:49:54.654Z[ recovery-image] Sep 24 03:49:54.039 INFO O| Sep 24 03:49:54.039 INFO STEP 400 (remove_files) COMPLETE
52572024-09-24T03:49:54.654Z[ recovery-image] Sep 24 03:49:54.039 INFO O| Sep 24 03:49:54.039 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-09-24T03:49:54.663Z[ recovery-image] Sep 24 03:49:54.049 INFO O| Sep 24 03:49:54.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52592024-09-24T03:49:54.666Z[ recovery-image] Sep 24 03:49:54.049 INFO O| Sep 24 03:49:54.049 INFO STEP 401 (remove_files) COMPLETE
52602024-09-24T03:49:54.666Z[ recovery-image] Sep 24 03:49:54.049 INFO O| Sep 24 03:49:54.049 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-09-24T03:49:54.673Z[ recovery-image] Sep 24 03:49:54.059 INFO O| Sep 24 03:49:54.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52622024-09-24T03:49:54.673Z[ recovery-image] Sep 24 03:49:54.059 INFO O| Sep 24 03:49:54.059 INFO STEP 402 (remove_files) COMPLETE
52632024-09-24T03:49:54.673Z[ recovery-image] Sep 24 03:49:54.059 INFO O| Sep 24 03:49:54.059 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-09-24T03:49:54.683Z[ recovery-image] Sep 24 03:49:54.068 INFO O| Sep 24 03:49:54.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52652024-09-24T03:49:54.683Z[ recovery-image] Sep 24 03:49:54.068 INFO O| Sep 24 03:49:54.068 INFO STEP 403 (remove_files) COMPLETE
52662024-09-24T03:49:54.683Z[ recovery-image] Sep 24 03:49:54.068 INFO O| Sep 24 03:49:54.068 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-09-24T03:49:54.692Z[ recovery-image] Sep 24 03:49:54.078 INFO O| Sep 24 03:49:54.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52682024-09-24T03:49:54.695Z[ recovery-image] Sep 24 03:49:54.078 INFO O| Sep 24 03:49:54.078 INFO STEP 404 (remove_files) COMPLETE
52692024-09-24T03:49:54.695Z[ recovery-image] Sep 24 03:49:54.078 INFO O| Sep 24 03:49:54.078 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-09-24T03:49:54.702Z[ recovery-image] Sep 24 03:49:54.087 INFO O| Sep 24 03:49:54.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52712024-09-24T03:49:54.702Z[ recovery-image] Sep 24 03:49:54.087 INFO O| Sep 24 03:49:54.087 INFO STEP 405 (remove_files) COMPLETE
52722024-09-24T03:49:54.702Z[ recovery-image] Sep 24 03:49:54.087 INFO O| Sep 24 03:49:54.087 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-09-24T03:49:54.712Z[ recovery-image] Sep 24 03:49:54.097 INFO O| Sep 24 03:49:54.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52742024-09-24T03:49:54.712Z[ recovery-image] Sep 24 03:49:54.097 INFO O| Sep 24 03:49:54.097 INFO STEP 406 (remove_files) COMPLETE
52752024-09-24T03:49:54.714Z[ recovery-image] Sep 24 03:49:54.097 INFO O| Sep 24 03:49:54.097 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-09-24T03:49:54.721Z[ recovery-image] Sep 24 03:49:54.107 INFO O| Sep 24 03:49:54.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52772024-09-24T03:49:54.721Z[ recovery-image] Sep 24 03:49:54.107 INFO O| Sep 24 03:49:54.107 INFO STEP 407 (remove_files) COMPLETE
52782024-09-24T03:49:54.724Z[ recovery-image] Sep 24 03:49:54.107 INFO O| Sep 24 03:49:54.107 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-09-24T03:49:54.731Z[ recovery-image] Sep 24 03:49:54.116 INFO O| Sep 24 03:49:54.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52802024-09-24T03:49:54.731Z[ recovery-image] Sep 24 03:49:54.116 INFO O| Sep 24 03:49:54.116 INFO STEP 408 (remove_files) COMPLETE
52812024-09-24T03:49:54.731Z[ recovery-image] Sep 24 03:49:54.116 INFO O| Sep 24 03:49:54.116 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-09-24T03:49:54.740Z[ recovery-image] Sep 24 03:49:54.125 INFO O| Sep 24 03:49:54.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52832024-09-24T03:49:54.740Z[ recovery-image] Sep 24 03:49:54.125 INFO O| Sep 24 03:49:54.125 INFO STEP 409 (remove_files) COMPLETE
52842024-09-24T03:49:54.743Z[ recovery-image] Sep 24 03:49:54.125 INFO O| Sep 24 03:49:54.125 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-09-24T03:49:54.749Z[ recovery-image] Sep 24 03:49:54.135 INFO O| Sep 24 03:49:54.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52862024-09-24T03:49:54.749Z[ recovery-image] Sep 24 03:49:54.135 INFO O| Sep 24 03:49:54.135 INFO STEP 410 (remove_files) COMPLETE
52872024-09-24T03:49:54.752Z[ recovery-image] Sep 24 03:49:54.135 INFO O| Sep 24 03:49:54.135 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-09-24T03:49:54.759Z[ recovery-image] Sep 24 03:49:54.144 INFO O| Sep 24 03:49:54.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52892024-09-24T03:49:54.760Z[ recovery-image] Sep 24 03:49:54.144 INFO O| Sep 24 03:49:54.144 INFO STEP 411 (remove_files) COMPLETE
52902024-09-24T03:49:54.764Z[ recovery-image] Sep 24 03:49:54.144 INFO O| Sep 24 03:49:54.144 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-09-24T03:49:54.768Z[ recovery-image] Sep 24 03:49:54.154 INFO O| Sep 24 03:49:54.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52922024-09-24T03:49:54.770Z[ recovery-image] Sep 24 03:49:54.154 INFO O| Sep 24 03:49:54.154 INFO STEP 412 (remove_files) COMPLETE
52932024-09-24T03:49:54.771Z[ recovery-image] Sep 24 03:49:54.154 INFO O| Sep 24 03:49:54.154 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-09-24T03:49:54.777Z[ recovery-image] Sep 24 03:49:54.163 INFO O| Sep 24 03:49:54.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52952024-09-24T03:49:54.778Z[ recovery-image] Sep 24 03:49:54.163 INFO O| Sep 24 03:49:54.163 INFO STEP 413 (remove_files) COMPLETE
52962024-09-24T03:49:54.778Z[ recovery-image] Sep 24 03:49:54.163 INFO O| Sep 24 03:49:54.163 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-09-24T03:49:54.787Z[ recovery-image] Sep 24 03:49:54.172 INFO O| Sep 24 03:49:54.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52982024-09-24T03:49:54.787Z[ recovery-image] Sep 24 03:49:54.172 INFO O| Sep 24 03:49:54.172 INFO STEP 414 (remove_files) COMPLETE
52992024-09-24T03:49:54.787Z[ recovery-image] Sep 24 03:49:54.172 INFO O| Sep 24 03:49:54.172 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-09-24T03:49:54.796Z[ recovery-image] Sep 24 03:49:54.182 INFO O| Sep 24 03:49:54.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53012024-09-24T03:49:54.796Z[ recovery-image] Sep 24 03:49:54.182 INFO O| Sep 24 03:49:54.182 INFO STEP 415 (remove_files) COMPLETE
53022024-09-24T03:49:54.799Z[ recovery-image] Sep 24 03:49:54.182 INFO O| Sep 24 03:49:54.182 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-09-24T03:49:54.806Z[ recovery-image] Sep 24 03:49:54.191 INFO O| Sep 24 03:49:54.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53042024-09-24T03:49:54.806Z[ recovery-image] Sep 24 03:49:54.191 INFO O| Sep 24 03:49:54.191 INFO STEP 416 (remove_files) COMPLETE
53052024-09-24T03:49:54.808Z[ recovery-image] Sep 24 03:49:54.191 INFO O| Sep 24 03:49:54.191 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-09-24T03:49:54.815Z[ recovery-image] Sep 24 03:49:54.201 INFO O| Sep 24 03:49:54.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53072024-09-24T03:49:54.815Z[ recovery-image] Sep 24 03:49:54.201 INFO O| Sep 24 03:49:54.201 INFO STEP 417 (remove_files) COMPLETE
53082024-09-24T03:49:54.818Z[ recovery-image] Sep 24 03:49:54.201 INFO O| Sep 24 03:49:54.201 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-09-24T03:49:54.825Z[ recovery-image] Sep 24 03:49:54.210 INFO O| Sep 24 03:49:54.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53102024-09-24T03:49:54.827Z[ recovery-image] Sep 24 03:49:54.210 INFO O| Sep 24 03:49:54.210 INFO STEP 418 (remove_files) COMPLETE
53112024-09-24T03:49:54.827Z[ recovery-image] Sep 24 03:49:54.210 INFO O| Sep 24 03:49:54.210 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-09-24T03:49:54.834Z[ recovery-image] Sep 24 03:49:54.220 INFO O| Sep 24 03:49:54.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53132024-09-24T03:49:54.834Z[ recovery-image] Sep 24 03:49:54.220 INFO O| Sep 24 03:49:54.220 INFO STEP 419 (remove_files) COMPLETE
53142024-09-24T03:49:54.838Z[ recovery-image] Sep 24 03:49:54.220 INFO O| Sep 24 03:49:54.220 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-09-24T03:49:54.844Z[ recovery-image] Sep 24 03:49:54.229 INFO O| Sep 24 03:49:54.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53162024-09-24T03:49:54.844Z[ recovery-image] Sep 24 03:49:54.229 INFO O| Sep 24 03:49:54.229 INFO STEP 420 (remove_files) COMPLETE
53172024-09-24T03:49:54.844Z[ recovery-image] Sep 24 03:49:54.229 INFO O| Sep 24 03:49:54.229 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-09-24T03:49:54.853Z[ recovery-image] Sep 24 03:49:54.239 INFO O| Sep 24 03:49:54.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53192024-09-24T03:49:54.853Z[ recovery-image] Sep 24 03:49:54.239 INFO O| Sep 24 03:49:54.239 INFO STEP 421 (remove_files) COMPLETE
53202024-09-24T03:49:54.856Z[ recovery-image] Sep 24 03:49:54.239 INFO O| Sep 24 03:49:54.239 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-09-24T03:49:54.863Z[ recovery-image] Sep 24 03:49:54.248 INFO O| Sep 24 03:49:54.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53222024-09-24T03:49:54.863Z[ recovery-image] Sep 24 03:49:54.248 INFO O| Sep 24 03:49:54.248 INFO STEP 422 (remove_files) COMPLETE
53232024-09-24T03:49:54.865Z[ recovery-image] Sep 24 03:49:54.248 INFO O| Sep 24 03:49:54.248 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-09-24T03:49:54.872Z[ recovery-image] Sep 24 03:49:54.258 INFO O| Sep 24 03:49:54.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53252024-09-24T03:49:54.872Z[ recovery-image] Sep 24 03:49:54.258 INFO O| Sep 24 03:49:54.258 INFO STEP 423 (remove_files) COMPLETE
53262024-09-24T03:49:54.872Z[ recovery-image] Sep 24 03:49:54.258 INFO O| Sep 24 03:49:54.258 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-09-24T03:49:54.882Z[ recovery-image] Sep 24 03:49:54.267 INFO O| Sep 24 03:49:54.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53282024-09-24T03:49:54.883Z[ recovery-image] Sep 24 03:49:54.267 INFO O| Sep 24 03:49:54.267 INFO STEP 424 (remove_files) COMPLETE
53292024-09-24T03:49:54.883Z[ recovery-image] Sep 24 03:49:54.267 INFO O| Sep 24 03:49:54.267 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-09-24T03:49:54.891Z[ recovery-image] Sep 24 03:49:54.276 INFO O| Sep 24 03:49:54.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53312024-09-24T03:49:54.891Z[ recovery-image] Sep 24 03:49:54.276 INFO O| Sep 24 03:49:54.276 INFO STEP 425 (remove_files) COMPLETE
53322024-09-24T03:49:54.895Z[ recovery-image] Sep 24 03:49:54.276 INFO O| Sep 24 03:49:54.276 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-09-24T03:49:54.900Z[ recovery-image] Sep 24 03:49:54.285 INFO O| Sep 24 03:49:54.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53342024-09-24T03:49:54.900Z[ recovery-image] Sep 24 03:49:54.285 INFO O| Sep 24 03:49:54.285 INFO STEP 426 (remove_files) COMPLETE
53352024-09-24T03:49:54.904Z[ recovery-image] Sep 24 03:49:54.286 INFO O| Sep 24 03:49:54.285 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-09-24T03:49:54.910Z[ recovery-image] Sep 24 03:49:54.295 INFO O| Sep 24 03:49:54.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53372024-09-24T03:49:54.910Z[ recovery-image] Sep 24 03:49:54.295 INFO O| Sep 24 03:49:54.295 INFO STEP 427 (remove_files) COMPLETE
53382024-09-24T03:49:54.912Z[ recovery-image] Sep 24 03:49:54.295 INFO O| Sep 24 03:49:54.295 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-09-24T03:49:54.919Z[ recovery-image] Sep 24 03:49:54.304 INFO O| Sep 24 03:49:54.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53402024-09-24T03:49:54.919Z[ recovery-image] Sep 24 03:49:54.304 INFO O| Sep 24 03:49:54.304 INFO STEP 428 (remove_files) COMPLETE
53412024-09-24T03:49:54.922Z[ recovery-image] Sep 24 03:49:54.304 INFO O| Sep 24 03:49:54.304 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-09-24T03:49:54.929Z[ recovery-image] Sep 24 03:49:54.314 INFO O| Sep 24 03:49:54.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53432024-09-24T03:49:54.929Z[ recovery-image] Sep 24 03:49:54.314 INFO O| Sep 24 03:49:54.314 INFO STEP 429 (remove_files) COMPLETE
53442024-09-24T03:49:54.932Z[ recovery-image] Sep 24 03:49:54.314 INFO O| Sep 24 03:49:54.314 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-09-24T03:49:54.938Z[ recovery-image] Sep 24 03:49:54.323 INFO O| Sep 24 03:49:54.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53462024-09-24T03:49:54.941Z[ recovery-image] Sep 24 03:49:54.324 INFO O| Sep 24 03:49:54.323 INFO STEP 430 (remove_files) COMPLETE
53472024-09-24T03:49:54.941Z[ recovery-image] Sep 24 03:49:54.324 INFO O| Sep 24 03:49:54.323 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-09-24T03:49:54.948Z[ recovery-image] Sep 24 03:49:54.333 INFO O| Sep 24 03:49:54.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53492024-09-24T03:49:54.948Z[ recovery-image] Sep 24 03:49:54.333 INFO O| Sep 24 03:49:54.333 INFO STEP 431 (remove_files) COMPLETE
53502024-09-24T03:49:54.954Z[ recovery-image] Sep 24 03:49:54.333 INFO O| Sep 24 03:49:54.333 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-09-24T03:49:54.957Z[ recovery-image] Sep 24 03:49:54.342 INFO O| Sep 24 03:49:54.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53522024-09-24T03:49:54.957Z[ recovery-image] Sep 24 03:49:54.342 INFO O| Sep 24 03:49:54.342 INFO STEP 432 (remove_files) COMPLETE
53532024-09-24T03:49:54.960Z[ recovery-image] Sep 24 03:49:54.342 INFO O| Sep 24 03:49:54.342 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-09-24T03:49:54.966Z[ recovery-image] Sep 24 03:49:54.352 INFO O| Sep 24 03:49:54.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53552024-09-24T03:49:54.971Z[ recovery-image] Sep 24 03:49:54.352 INFO O| Sep 24 03:49:54.352 INFO STEP 433 (remove_files) COMPLETE
53562024-09-24T03:49:54.971Z[ recovery-image] Sep 24 03:49:54.352 INFO O| Sep 24 03:49:54.352 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-09-24T03:49:54.976Z[ recovery-image] Sep 24 03:49:54.361 INFO O| Sep 24 03:49:54.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53582024-09-24T03:49:54.978Z[ recovery-image] Sep 24 03:49:54.361 INFO O| Sep 24 03:49:54.361 INFO STEP 434 (remove_files) COMPLETE
53592024-09-24T03:49:54.978Z[ recovery-image] Sep 24 03:49:54.361 INFO O| Sep 24 03:49:54.361 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-09-24T03:49:54.985Z[ host-image] Sep 24 03:49:54.370 INFO O| Sep 24 03:49:54.370 INFO O| Done
53612024-09-24T03:49:54.987Z[ recovery-image] Sep 24 03:49:54.371 INFO O| Sep 24 03:49:54.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53622024-09-24T03:49:54.987Z[ recovery-image] Sep 24 03:49:54.371 INFO O| Sep 24 03:49:54.371 INFO STEP 435 (remove_files) COMPLETE
53632024-09-24T03:49:54.988Z[ recovery-image] Sep 24 03:49:54.371 INFO O| Sep 24 03:49:54.371 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-09-24T03:49:54.995Z[ recovery-image] Sep 24 03:49:54.380 INFO O| Sep 24 03:49:54.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53652024-09-24T03:49:54.995Z[ recovery-image] Sep 24 03:49:54.380 INFO O| Sep 24 03:49:54.380 INFO STEP 436 (remove_files) COMPLETE
53662024-09-24T03:49:54.997Z[ recovery-image] Sep 24 03:49:54.380 INFO O| Sep 24 03:49:54.380 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-09-24T03:49:55.005Z[ recovery-image] Sep 24 03:49:54.390 INFO O| Sep 24 03:49:54.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53682024-09-24T03:49:55.005Z[ recovery-image] Sep 24 03:49:54.390 INFO O| Sep 24 03:49:54.390 INFO STEP 437 (remove_files) COMPLETE
53692024-09-24T03:49:55.008Z[ recovery-image] Sep 24 03:49:54.390 INFO O| Sep 24 03:49:54.390 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-09-24T03:49:55.014Z[ recovery-image] Sep 24 03:49:54.400 INFO O| Sep 24 03:49:54.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53712024-09-24T03:49:55.018Z[ recovery-image] Sep 24 03:49:54.400 INFO O| Sep 24 03:49:54.400 INFO STEP 438 (remove_files) COMPLETE
53722024-09-24T03:49:55.018Z[ recovery-image] Sep 24 03:49:54.400 INFO O| Sep 24 03:49:54.400 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-09-24T03:49:55.024Z[ recovery-image] Sep 24 03:49:54.410 INFO O| Sep 24 03:49:54.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53742024-09-24T03:49:55.028Z[ recovery-image] Sep 24 03:49:54.410 INFO O| Sep 24 03:49:54.410 INFO STEP 439 (remove_files) COMPLETE
53752024-09-24T03:49:55.028Z[ recovery-image] Sep 24 03:49:54.410 INFO O| Sep 24 03:49:54.410 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-09-24T03:49:55.034Z[ recovery-image] Sep 24 03:49:54.419 INFO O| Sep 24 03:49:54.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53772024-09-24T03:49:55.034Z[ recovery-image] Sep 24 03:49:54.419 INFO O| Sep 24 03:49:54.419 INFO STEP 440 (remove_files) COMPLETE
53782024-09-24T03:49:55.034Z[ recovery-image] Sep 24 03:49:54.419 INFO O| Sep 24 03:49:54.419 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-09-24T03:49:55.044Z[ recovery-image] Sep 24 03:49:54.429 INFO O| Sep 24 03:49:54.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53802024-09-24T03:49:55.044Z[ recovery-image] Sep 24 03:49:54.429 INFO O| Sep 24 03:49:54.429 INFO STEP 441 (remove_files) COMPLETE
53812024-09-24T03:49:55.047Z[ recovery-image] Sep 24 03:49:54.429 INFO O| Sep 24 03:49:54.429 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-09-24T03:49:55.054Z[ recovery-image] Sep 24 03:49:54.439 INFO O| Sep 24 03:49:54.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53832024-09-24T03:49:55.054Z[ recovery-image] Sep 24 03:49:54.439 INFO O| Sep 24 03:49:54.439 INFO STEP 442 (remove_files) COMPLETE
53842024-09-24T03:49:55.054Z[ recovery-image] Sep 24 03:49:54.439 INFO O| Sep 24 03:49:54.439 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-09-24T03:49:55.067Z[ recovery-image] Sep 24 03:49:54.449 INFO O| Sep 24 03:49:54.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53862024-09-24T03:49:55.068Z[ recovery-image] Sep 24 03:49:54.449 INFO O| Sep 24 03:49:54.449 INFO STEP 443 (remove_files) COMPLETE
53872024-09-24T03:49:55.068Z[ recovery-image] Sep 24 03:49:54.449 INFO O| Sep 24 03:49:54.449 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-09-24T03:49:55.073Z[ recovery-image] Sep 24 03:49:54.459 INFO O| Sep 24 03:49:54.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53892024-09-24T03:49:55.073Z[ recovery-image] Sep 24 03:49:54.459 INFO O| Sep 24 03:49:54.459 INFO STEP 444 (remove_files) COMPLETE
53902024-09-24T03:49:55.079Z[ recovery-image] Sep 24 03:49:54.459 INFO O| Sep 24 03:49:54.459 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-09-24T03:49:55.083Z[ recovery-image] Sep 24 03:49:54.468 INFO O| Sep 24 03:49:54.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53922024-09-24T03:49:55.083Z[ recovery-image] Sep 24 03:49:54.468 INFO O| Sep 24 03:49:54.468 INFO STEP 445 (remove_files) COMPLETE
53932024-09-24T03:49:55.083Z[ recovery-image] Sep 24 03:49:54.468 INFO O| Sep 24 03:49:54.468 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-09-24T03:49:55.092Z[ recovery-image] Sep 24 03:49:54.478 INFO O| Sep 24 03:49:54.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53952024-09-24T03:49:55.092Z[ recovery-image] Sep 24 03:49:54.478 INFO O| Sep 24 03:49:54.478 INFO STEP 446 (remove_files) COMPLETE
53962024-09-24T03:49:55.096Z[ recovery-image] Sep 24 03:49:54.478 INFO O| Sep 24 03:49:54.478 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-09-24T03:49:55.102Z[ recovery-image] Sep 24 03:49:54.488 INFO O| Sep 24 03:49:54.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53982024-09-24T03:49:55.102Z[ recovery-image] Sep 24 03:49:54.488 INFO O| Sep 24 03:49:54.488 INFO STEP 447 (remove_files) COMPLETE
53992024-09-24T03:49:55.102Z[ recovery-image] Sep 24 03:49:54.488 INFO O| Sep 24 03:49:54.488 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-09-24T03:49:55.112Z[ recovery-image] Sep 24 03:49:54.497 INFO O| Sep 24 03:49:54.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54012024-09-24T03:49:55.115Z[ recovery-image] Sep 24 03:49:54.498 INFO O| Sep 24 03:49:54.497 INFO STEP 448 (remove_files) COMPLETE
54022024-09-24T03:49:55.115Z[ recovery-image] Sep 24 03:49:54.498 INFO O| Sep 24 03:49:54.498 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-09-24T03:49:55.122Z[ recovery-image] Sep 24 03:49:54.507 INFO O| Sep 24 03:49:54.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54042024-09-24T03:49:55.122Z[ recovery-image] Sep 24 03:49:54.507 INFO O| Sep 24 03:49:54.507 INFO STEP 449 (remove_files) COMPLETE
54052024-09-24T03:49:55.122Z[ recovery-image] Sep 24 03:49:54.507 INFO O| Sep 24 03:49:54.507 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-09-24T03:49:55.131Z[ recovery-image] Sep 24 03:49:54.517 INFO O| Sep 24 03:49:54.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54072024-09-24T03:49:55.134Z[ recovery-image] Sep 24 03:49:54.517 INFO O| Sep 24 03:49:54.517 INFO STEP 450 (remove_files) COMPLETE
54082024-09-24T03:49:55.134Z[ recovery-image] Sep 24 03:49:54.517 INFO O| Sep 24 03:49:54.517 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-09-24T03:49:55.141Z[ recovery-image] Sep 24 03:49:54.526 INFO O| Sep 24 03:49:54.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54102024-09-24T03:49:55.143Z[ recovery-image] Sep 24 03:49:54.526 INFO O| Sep 24 03:49:54.526 INFO STEP 451 (remove_files) COMPLETE
54112024-09-24T03:49:55.143Z[ recovery-image] Sep 24 03:49:54.526 INFO O| Sep 24 03:49:54.526 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-09-24T03:49:55.151Z[ recovery-image] Sep 24 03:49:54.536 INFO O| Sep 24 03:49:54.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54132024-09-24T03:49:55.154Z[ recovery-image] Sep 24 03:49:54.536 INFO O| Sep 24 03:49:54.536 INFO STEP 452 (remove_files) COMPLETE
54142024-09-24T03:49:55.154Z[ recovery-image] Sep 24 03:49:54.536 INFO O| Sep 24 03:49:54.536 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-09-24T03:49:55.160Z[ recovery-image] Sep 24 03:49:54.545 INFO O| Sep 24 03:49:54.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54162024-09-24T03:49:55.160Z[ recovery-image] Sep 24 03:49:54.545 INFO O| Sep 24 03:49:54.545 INFO STEP 453 (remove_files) COMPLETE
54172024-09-24T03:49:55.162Z[ recovery-image] Sep 24 03:49:54.545 INFO O| Sep 24 03:49:54.545 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-09-24T03:49:55.169Z[ recovery-image] Sep 24 03:49:54.555 INFO O| Sep 24 03:49:54.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54192024-09-24T03:49:55.169Z[ recovery-image] Sep 24 03:49:54.555 INFO O| Sep 24 03:49:54.555 INFO STEP 454 (remove_files) COMPLETE
54202024-09-24T03:49:55.172Z[ recovery-image] Sep 24 03:49:54.555 INFO O| Sep 24 03:49:54.555 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-09-24T03:49:55.179Z[ recovery-image] Sep 24 03:49:54.564 INFO O| Sep 24 03:49:54.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54222024-09-24T03:49:55.179Z[ recovery-image] Sep 24 03:49:54.564 INFO O| Sep 24 03:49:54.564 INFO STEP 455 (remove_files) COMPLETE
54232024-09-24T03:49:55.179Z[ recovery-image] Sep 24 03:49:54.564 INFO O| Sep 24 03:49:54.564 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-09-24T03:49:55.189Z[ recovery-image] Sep 24 03:49:54.574 INFO O| Sep 24 03:49:54.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54252024-09-24T03:49:55.189Z[ recovery-image] Sep 24 03:49:54.574 INFO O| Sep 24 03:49:54.574 INFO STEP 456 (remove_files) COMPLETE
54262024-09-24T03:49:55.189Z[ recovery-image] Sep 24 03:49:54.574 INFO O| Sep 24 03:49:54.574 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-09-24T03:49:55.198Z[ recovery-image] Sep 24 03:49:54.584 INFO O| Sep 24 03:49:54.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54282024-09-24T03:49:55.198Z[ recovery-image] Sep 24 03:49:54.584 INFO O| Sep 24 03:49:54.584 INFO STEP 457 (remove_files) COMPLETE
54292024-09-24T03:49:55.198Z[ recovery-image] Sep 24 03:49:54.584 INFO O| Sep 24 03:49:54.584 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-09-24T03:49:55.208Z[ recovery-image] Sep 24 03:49:54.593 INFO O| Sep 24 03:49:54.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54312024-09-24T03:49:55.208Z[ recovery-image] Sep 24 03:49:54.593 INFO O| Sep 24 03:49:54.593 INFO STEP 458 (remove_files) COMPLETE
54322024-09-24T03:49:55.210Z[ recovery-image] Sep 24 03:49:54.593 INFO O| Sep 24 03:49:54.593 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-09-24T03:49:55.218Z[ recovery-image] Sep 24 03:49:54.603 INFO O| Sep 24 03:49:54.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54342024-09-24T03:49:55.222Z[ recovery-image] Sep 24 03:49:54.603 INFO O| Sep 24 03:49:54.603 INFO STEP 459 (remove_files) COMPLETE
54352024-09-24T03:49:55.222Z[ recovery-image] Sep 24 03:49:54.603 INFO O| Sep 24 03:49:54.603 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-09-24T03:49:55.227Z[ recovery-image] Sep 24 03:49:54.612 INFO O| Sep 24 03:49:54.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54372024-09-24T03:49:55.227Z[ recovery-image] Sep 24 03:49:54.613 INFO O| Sep 24 03:49:54.612 INFO STEP 460 (remove_files) COMPLETE
54382024-09-24T03:49:55.230Z[ recovery-image] Sep 24 03:49:54.613 INFO O| Sep 24 03:49:54.612 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-09-24T03:49:55.236Z[ recovery-image] Sep 24 03:49:54.622 INFO O| Sep 24 03:49:54.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54402024-09-24T03:49:55.236Z[ recovery-image] Sep 24 03:49:54.622 INFO O| Sep 24 03:49:54.622 INFO STEP 461 (remove_files) COMPLETE
54412024-09-24T03:49:55.239Z[ recovery-image] Sep 24 03:49:54.622 INFO O| Sep 24 03:49:54.622 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-09-24T03:49:55.246Z[ recovery-image] Sep 24 03:49:54.631 INFO O| Sep 24 03:49:54.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54432024-09-24T03:49:55.249Z[ recovery-image] Sep 24 03:49:54.631 INFO O| Sep 24 03:49:54.631 INFO STEP 462 (remove_files) COMPLETE
54442024-09-24T03:49:55.249Z[ recovery-image] Sep 24 03:49:54.631 INFO O| Sep 24 03:49:54.631 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-09-24T03:49:55.255Z[ recovery-image] Sep 24 03:49:54.641 INFO O| Sep 24 03:49:54.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54462024-09-24T03:49:55.256Z[ recovery-image] Sep 24 03:49:54.641 INFO O| Sep 24 03:49:54.641 INFO STEP 463 (remove_files) COMPLETE
54472024-09-24T03:49:55.256Z[ recovery-image] Sep 24 03:49:54.641 INFO O| Sep 24 03:49:54.641 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-09-24T03:49:55.265Z[ recovery-image] Sep 24 03:49:54.650 INFO O| Sep 24 03:49:54.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54492024-09-24T03:49:55.265Z[ recovery-image] Sep 24 03:49:54.650 INFO O| Sep 24 03:49:54.650 INFO STEP 464 (remove_files) COMPLETE
54502024-09-24T03:49:55.265Z[ recovery-image] Sep 24 03:49:54.651 INFO O| Sep 24 03:49:54.650 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-09-24T03:49:55.275Z[ recovery-image] Sep 24 03:49:54.660 INFO O| Sep 24 03:49:54.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54522024-09-24T03:49:55.275Z[ recovery-image] Sep 24 03:49:54.660 INFO O| Sep 24 03:49:54.660 INFO STEP 465 (remove_files) COMPLETE
54532024-09-24T03:49:55.277Z[ recovery-image] Sep 24 03:49:54.660 INFO O| Sep 24 03:49:54.660 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-09-24T03:49:55.284Z[ recovery-image] Sep 24 03:49:54.670 INFO O| Sep 24 03:49:54.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54552024-09-24T03:49:55.284Z[ recovery-image] Sep 24 03:49:54.670 INFO O| Sep 24 03:49:54.670 INFO STEP 466 (remove_files) COMPLETE
54562024-09-24T03:49:55.287Z[ recovery-image] Sep 24 03:49:54.670 INFO O| Sep 24 03:49:54.670 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-09-24T03:49:55.294Z[ recovery-image] Sep 24 03:49:54.680 INFO O| Sep 24 03:49:54.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54582024-09-24T03:49:55.297Z[ recovery-image] Sep 24 03:49:54.680 INFO O| Sep 24 03:49:54.680 INFO STEP 467 (remove_files) COMPLETE
54592024-09-24T03:49:55.297Z[ recovery-image] Sep 24 03:49:54.680 INFO O| Sep 24 03:49:54.680 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-09-24T03:49:55.305Z[ recovery-image] Sep 24 03:49:54.690 INFO O| Sep 24 03:49:54.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54612024-09-24T03:49:55.307Z[ recovery-image] Sep 24 03:49:54.691 INFO O| Sep 24 03:49:54.691 INFO STEP 468 (remove_files) COMPLETE
54622024-09-24T03:49:55.307Z[ recovery-image] Sep 24 03:49:54.691 INFO O| Sep 24 03:49:54.691 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-09-24T03:49:55.315Z[ recovery-image] Sep 24 03:49:54.701 INFO O| Sep 24 03:49:54.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54642024-09-24T03:49:55.319Z[ recovery-image] Sep 24 03:49:54.701 INFO O| Sep 24 03:49:54.701 INFO STEP 469 (remove_files) COMPLETE
54652024-09-24T03:49:55.319Z[ recovery-image] Sep 24 03:49:54.701 INFO O| Sep 24 03:49:54.701 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-09-24T03:49:55.325Z[ recovery-image] Sep 24 03:49:54.710 INFO O| Sep 24 03:49:54.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54672024-09-24T03:49:55.325Z[ recovery-image] Sep 24 03:49:54.710 INFO O| Sep 24 03:49:54.710 INFO STEP 470 (remove_files) COMPLETE
54682024-09-24T03:49:55.325Z[ recovery-image] Sep 24 03:49:54.710 INFO O| Sep 24 03:49:54.710 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-09-24T03:49:55.335Z[ recovery-image] Sep 24 03:49:54.720 INFO O| Sep 24 03:49:54.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54702024-09-24T03:49:55.335Z[ recovery-image] Sep 24 03:49:54.720 INFO O| Sep 24 03:49:54.720 INFO STEP 471 (remove_files) COMPLETE
54712024-09-24T03:49:55.335Z[ recovery-image] Sep 24 03:49:54.720 INFO O| Sep 24 03:49:54.720 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-09-24T03:49:55.344Z[ recovery-image] Sep 24 03:49:54.729 INFO O| Sep 24 03:49:54.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54732024-09-24T03:49:55.344Z[ recovery-image] Sep 24 03:49:54.729 INFO O| Sep 24 03:49:54.729 INFO STEP 472 (remove_files) COMPLETE
54742024-09-24T03:49:55.347Z[ recovery-image] Sep 24 03:49:54.729 INFO O| Sep 24 03:49:54.729 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-09-24T03:49:55.353Z[ recovery-image] Sep 24 03:49:54.739 INFO O| Sep 24 03:49:54.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54762024-09-24T03:49:55.356Z[ recovery-image] Sep 24 03:49:54.739 INFO O| Sep 24 03:49:54.739 INFO STEP 473 (remove_files) COMPLETE
54772024-09-24T03:49:55.356Z[ recovery-image] Sep 24 03:49:54.739 INFO O| Sep 24 03:49:54.739 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-09-24T03:49:55.363Z[ recovery-image] Sep 24 03:49:54.748 INFO O| Sep 24 03:49:54.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54792024-09-24T03:49:55.363Z[ recovery-image] Sep 24 03:49:54.748 INFO O| Sep 24 03:49:54.748 INFO STEP 474 (remove_files) COMPLETE
54802024-09-24T03:49:55.363Z[ recovery-image] Sep 24 03:49:54.748 INFO O| Sep 24 03:49:54.748 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-09-24T03:49:55.372Z[ recovery-image] Sep 24 03:49:54.758 INFO O| Sep 24 03:49:54.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54822024-09-24T03:49:55.375Z[ recovery-image] Sep 24 03:49:54.758 INFO O| Sep 24 03:49:54.758 INFO STEP 475 (remove_files) COMPLETE
54832024-09-24T03:49:55.375Z[ recovery-image] Sep 24 03:49:54.758 INFO O| Sep 24 03:49:54.758 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-09-24T03:49:55.382Z[ recovery-image] Sep 24 03:49:54.767 INFO O| Sep 24 03:49:54.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54852024-09-24T03:49:55.382Z[ recovery-image] Sep 24 03:49:54.767 INFO O| Sep 24 03:49:54.767 INFO STEP 476 (remove_files) COMPLETE
54862024-09-24T03:49:55.386Z[ recovery-image] Sep 24 03:49:54.767 INFO O| Sep 24 03:49:54.767 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-09-24T03:49:55.391Z[ recovery-image] Sep 24 03:49:54.777 INFO O| Sep 24 03:49:54.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54882024-09-24T03:49:55.391Z[ recovery-image] Sep 24 03:49:54.777 INFO O| Sep 24 03:49:54.777 INFO STEP 477 (remove_files) COMPLETE
54892024-09-24T03:49:55.394Z[ recovery-image] Sep 24 03:49:54.777 INFO O| Sep 24 03:49:54.777 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-09-24T03:49:55.401Z[ recovery-image] Sep 24 03:49:54.786 INFO O| Sep 24 03:49:54.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54912024-09-24T03:49:55.401Z[ recovery-image] Sep 24 03:49:54.786 INFO O| Sep 24 03:49:54.786 INFO STEP 478 (remove_files) COMPLETE
54922024-09-24T03:49:55.403Z[ recovery-image] Sep 24 03:49:54.786 INFO O| Sep 24 03:49:54.786 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-09-24T03:49:55.411Z[ recovery-image] Sep 24 03:49:54.796 INFO O| Sep 24 03:49:54.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54942024-09-24T03:49:55.411Z[ recovery-image] Sep 24 03:49:54.796 INFO O| Sep 24 03:49:54.796 INFO STEP 479 (remove_files) COMPLETE
54952024-09-24T03:49:55.414Z[ recovery-image] Sep 24 03:49:54.796 INFO O| Sep 24 03:49:54.796 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-09-24T03:49:55.420Z[ recovery-image] Sep 24 03:49:54.805 INFO O| Sep 24 03:49:54.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54972024-09-24T03:49:55.420Z[ recovery-image] Sep 24 03:49:54.805 INFO O| Sep 24 03:49:54.805 INFO STEP 480 (remove_files) COMPLETE
54982024-09-24T03:49:55.423Z[ recovery-image] Sep 24 03:49:54.806 INFO O| Sep 24 03:49:54.805 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-09-24T03:49:55.432Z[ recovery-image] Sep 24 03:49:54.817 INFO O| Sep 24 03:49:54.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55002024-09-24T03:49:55.434Z[ recovery-image] Sep 24 03:49:54.817 INFO O| Sep 24 03:49:54.817 INFO STEP 481 (remove_files) COMPLETE
55012024-09-24T03:49:55.434Z[ recovery-image] Sep 24 03:49:54.818 INFO O| Sep 24 03:49:54.817 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-09-24T03:49:55.443Z[ recovery-image] Sep 24 03:49:54.827 INFO O| Sep 24 03:49:54.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55032024-09-24T03:49:55.447Z[ recovery-image] Sep 24 03:49:54.828 INFO O| Sep 24 03:49:54.827 INFO STEP 482 (remove_files) COMPLETE
55042024-09-24T03:49:55.447Z[ recovery-image] Sep 24 03:49:54.828 INFO O| Sep 24 03:49:54.827 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-09-24T03:49:55.451Z[ recovery-image] Sep 24 03:49:54.837 INFO O| Sep 24 03:49:54.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55062024-09-24T03:49:55.454Z[ recovery-image] Sep 24 03:49:54.837 INFO O| Sep 24 03:49:54.837 INFO STEP 483 (remove_files) COMPLETE
55072024-09-24T03:49:55.454Z[ recovery-image] Sep 24 03:49:54.837 INFO O| Sep 24 03:49:54.837 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-09-24T03:49:55.465Z[ recovery-image] Sep 24 03:49:54.850 INFO O| Sep 24 03:49:54.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55092024-09-24T03:49:55.465Z[ recovery-image] Sep 24 03:49:54.850 INFO O| Sep 24 03:49:54.850 INFO STEP 484 (remove_files) COMPLETE
55102024-09-24T03:49:55.468Z[ recovery-image] Sep 24 03:49:54.850 INFO O| Sep 24 03:49:54.850 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-09-24T03:49:55.475Z[ recovery-image] Sep 24 03:49:54.860 INFO O| Sep 24 03:49:54.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55122024-09-24T03:49:55.475Z[ recovery-image] Sep 24 03:49:54.860 INFO O| Sep 24 03:49:54.860 INFO STEP 485 (remove_files) COMPLETE
55132024-09-24T03:49:55.478Z[ recovery-image] Sep 24 03:49:54.860 INFO O| Sep 24 03:49:54.860 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-09-24T03:49:55.484Z[ recovery-image] Sep 24 03:49:54.869 INFO O| Sep 24 03:49:54.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55152024-09-24T03:49:55.486Z[ recovery-image] Sep 24 03:49:54.870 INFO O| Sep 24 03:49:54.870 INFO STEP 486 (remove_files) COMPLETE
55162024-09-24T03:49:55.487Z[ recovery-image] Sep 24 03:49:54.870 INFO O| Sep 24 03:49:54.870 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-09-24T03:49:55.494Z[ recovery-image] Sep 24 03:49:54.879 INFO O| Sep 24 03:49:54.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55182024-09-24T03:49:55.494Z[ recovery-image] Sep 24 03:49:54.879 INFO O| Sep 24 03:49:54.879 INFO STEP 487 (remove_files) COMPLETE
55192024-09-24T03:49:55.494Z[ recovery-image] Sep 24 03:49:54.879 INFO O| Sep 24 03:49:54.879 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-09-24T03:49:55.503Z[ recovery-image] Sep 24 03:49:54.889 INFO O| Sep 24 03:49:54.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55212024-09-24T03:49:55.513Z[ recovery-image] Sep 24 03:49:54.889 INFO O| Sep 24 03:49:54.889 INFO STEP 488 (remove_files) COMPLETE
55222024-09-24T03:49:55.513Z[ recovery-image] Sep 24 03:49:54.889 INFO O| Sep 24 03:49:54.889 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-09-24T03:49:55.513Z[ recovery-image] Sep 24 03:49:54.898 INFO O| Sep 24 03:49:54.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55242024-09-24T03:49:55.513Z[ recovery-image] Sep 24 03:49:54.898 INFO O| Sep 24 03:49:54.898 INFO STEP 489 (remove_files) COMPLETE
55252024-09-24T03:49:55.513Z[ recovery-image] Sep 24 03:49:54.898 INFO O| Sep 24 03:49:54.898 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-09-24T03:49:55.522Z[ recovery-image] Sep 24 03:49:54.907 INFO O| Sep 24 03:49:54.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55272024-09-24T03:49:55.522Z[ recovery-image] Sep 24 03:49:54.907 INFO O| Sep 24 03:49:54.907 INFO STEP 490 (remove_files) COMPLETE
55282024-09-24T03:49:55.524Z[ recovery-image] Sep 24 03:49:54.907 INFO O| Sep 24 03:49:54.907 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-09-24T03:49:55.532Z[ recovery-image] Sep 24 03:49:54.917 INFO O| Sep 24 03:49:54.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55302024-09-24T03:49:55.532Z[ recovery-image] Sep 24 03:49:54.917 INFO O| Sep 24 03:49:54.917 INFO STEP 491 (remove_files) COMPLETE
55312024-09-24T03:49:55.535Z[ recovery-image] Sep 24 03:49:54.917 INFO O| Sep 24 03:49:54.917 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-09-24T03:49:55.541Z[ recovery-image] Sep 24 03:49:54.927 INFO O| Sep 24 03:49:54.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55332024-09-24T03:49:55.545Z[ recovery-image] Sep 24 03:49:54.927 INFO O| Sep 24 03:49:54.927 INFO STEP 492 (remove_files) COMPLETE
55342024-09-24T03:49:55.545Z[ recovery-image] Sep 24 03:49:54.927 INFO O| Sep 24 03:49:54.927 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-09-24T03:49:55.551Z[ recovery-image] Sep 24 03:49:54.937 INFO O| Sep 24 03:49:54.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55362024-09-24T03:49:55.551Z[ recovery-image] Sep 24 03:49:54.937 INFO O| Sep 24 03:49:54.937 INFO STEP 493 (remove_files) COMPLETE
55372024-09-24T03:49:55.554Z[ recovery-image] Sep 24 03:49:54.937 INFO O| Sep 24 03:49:54.937 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-09-24T03:49:55.561Z[ recovery-image] Sep 24 03:49:54.947 INFO O| Sep 24 03:49:54.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55392024-09-24T03:49:55.561Z[ recovery-image] Sep 24 03:49:54.947 INFO O| Sep 24 03:49:54.947 INFO STEP 494 (remove_files) COMPLETE
55402024-09-24T03:49:55.561Z[ recovery-image] Sep 24 03:49:54.947 INFO O| Sep 24 03:49:54.947 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-09-24T03:49:55.571Z[ recovery-image] Sep 24 03:49:54.957 INFO O| Sep 24 03:49:54.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55422024-09-24T03:49:55.571Z[ recovery-image] Sep 24 03:49:54.957 INFO O| Sep 24 03:49:54.957 INFO STEP 495 (remove_files) COMPLETE
55432024-09-24T03:49:55.574Z[ recovery-image] Sep 24 03:49:54.957 INFO O| Sep 24 03:49:54.957 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-09-24T03:49:55.581Z[ recovery-image] Sep 24 03:49:54.967 INFO O| Sep 24 03:49:54.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55452024-09-24T03:49:55.584Z[ recovery-image] Sep 24 03:49:54.967 INFO O| Sep 24 03:49:54.967 INFO STEP 496 (remove_files) COMPLETE
55462024-09-24T03:49:55.584Z[ recovery-image] Sep 24 03:49:54.967 INFO O| Sep 24 03:49:54.967 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-09-24T03:49:55.591Z[ recovery-image] Sep 24 03:49:54.976 INFO O| Sep 24 03:49:54.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55482024-09-24T03:49:55.591Z[ recovery-image] Sep 24 03:49:54.976 INFO O| Sep 24 03:49:54.976 INFO STEP 497 (remove_files) COMPLETE
55492024-09-24T03:49:55.593Z[ recovery-image] Sep 24 03:49:54.976 INFO O| Sep 24 03:49:54.976 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-09-24T03:49:55.601Z[ recovery-image] Sep 24 03:49:54.986 INFO O| Sep 24 03:49:54.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55512024-09-24T03:49:55.603Z[ recovery-image] Sep 24 03:49:54.986 INFO O| Sep 24 03:49:54.986 INFO STEP 498 (remove_files) COMPLETE
55522024-09-24T03:49:55.603Z[ recovery-image] Sep 24 03:49:54.986 INFO O| Sep 24 03:49:54.986 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-09-24T03:49:55.610Z[ recovery-image] Sep 24 03:49:54.996 INFO O| Sep 24 03:49:54.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55542024-09-24T03:49:55.611Z[ recovery-image] Sep 24 03:49:54.996 INFO O| Sep 24 03:49:54.996 INFO STEP 499 (remove_files) COMPLETE
55552024-09-24T03:49:55.615Z[ recovery-image] Sep 24 03:49:54.996 INFO O| Sep 24 03:49:54.996 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-09-24T03:49:55.621Z[ recovery-image] Sep 24 03:49:55.006 INFO O| Sep 24 03:49:55.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55572024-09-24T03:49:55.621Z[ recovery-image] Sep 24 03:49:55.006 INFO O| Sep 24 03:49:55.006 INFO STEP 500 (remove_files) COMPLETE
55582024-09-24T03:49:55.621Z[ recovery-image] Sep 24 03:49:55.006 INFO O| Sep 24 03:49:55.006 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-09-24T03:49:55.630Z[ recovery-image] Sep 24 03:49:55.016 INFO O| Sep 24 03:49:55.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55602024-09-24T03:49:55.630Z[ recovery-image] Sep 24 03:49:55.016 INFO O| Sep 24 03:49:55.016 INFO STEP 501 (remove_files) COMPLETE
55612024-09-24T03:49:55.636Z[ recovery-image] Sep 24 03:49:55.016 INFO O| Sep 24 03:49:55.016 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-09-24T03:49:55.640Z[ recovery-image] Sep 24 03:49:55.025 INFO O| Sep 24 03:49:55.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55632024-09-24T03:49:55.643Z[ recovery-image] Sep 24 03:49:55.025 INFO O| Sep 24 03:49:55.025 INFO STEP 502 (remove_files) COMPLETE
55642024-09-24T03:49:55.643Z[ recovery-image] Sep 24 03:49:55.025 INFO O| Sep 24 03:49:55.025 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-09-24T03:49:55.649Z[ recovery-image] Sep 24 03:49:55.035 INFO O| Sep 24 03:49:55.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55662024-09-24T03:49:55.652Z[ recovery-image] Sep 24 03:49:55.035 INFO O| Sep 24 03:49:55.035 INFO STEP 503 (remove_files) COMPLETE
55672024-09-24T03:49:55.652Z[ recovery-image] Sep 24 03:49:55.035 INFO O| Sep 24 03:49:55.035 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-09-24T03:49:55.661Z[ recovery-image] Sep 24 03:49:55.044 INFO O| Sep 24 03:49:55.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55692024-09-24T03:49:55.664Z[ recovery-image] Sep 24 03:49:55.044 INFO O| Sep 24 03:49:55.044 INFO STEP 504 (remove_files) COMPLETE
55702024-09-24T03:49:55.664Z[ recovery-image] Sep 24 03:49:55.044 INFO O| Sep 24 03:49:55.044 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-09-24T03:49:55.668Z[ recovery-image] Sep 24 03:49:55.054 INFO O| Sep 24 03:49:55.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55722024-09-24T03:49:55.668Z[ recovery-image] Sep 24 03:49:55.054 INFO O| Sep 24 03:49:55.054 INFO STEP 505 (remove_files) COMPLETE
55732024-09-24T03:49:55.672Z[ recovery-image] Sep 24 03:49:55.054 INFO O| Sep 24 03:49:55.054 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-09-24T03:49:55.678Z[ recovery-image] Sep 24 03:49:55.063 INFO O| Sep 24 03:49:55.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55752024-09-24T03:49:55.680Z[ recovery-image] Sep 24 03:49:55.064 INFO O| Sep 24 03:49:55.064 INFO STEP 506 (remove_files) COMPLETE
55762024-09-24T03:49:55.680Z[ recovery-image] Sep 24 03:49:55.064 INFO O| Sep 24 03:49:55.064 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-09-24T03:49:55.688Z[ recovery-image] Sep 24 03:49:55.074 INFO O| Sep 24 03:49:55.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55782024-09-24T03:49:55.688Z[ recovery-image] Sep 24 03:49:55.074 INFO O| Sep 24 03:49:55.074 INFO STEP 507 (remove_files) COMPLETE
55792024-09-24T03:49:55.691Z[ recovery-image] Sep 24 03:49:55.074 INFO O| Sep 24 03:49:55.074 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-09-24T03:49:55.698Z[ recovery-image] Sep 24 03:49:55.083 INFO O| Sep 24 03:49:55.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55812024-09-24T03:49:55.698Z[ recovery-image] Sep 24 03:49:55.083 INFO O| Sep 24 03:49:55.083 INFO STEP 508 (remove_files) COMPLETE
55822024-09-24T03:49:55.698Z[ recovery-image] Sep 24 03:49:55.083 INFO O| Sep 24 03:49:55.083 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-09-24T03:49:55.707Z[ recovery-image] Sep 24 03:49:55.092 INFO O| Sep 24 03:49:55.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55842024-09-24T03:49:55.707Z[ recovery-image] Sep 24 03:49:55.093 INFO O| Sep 24 03:49:55.092 INFO STEP 509 (remove_files) COMPLETE
55852024-09-24T03:49:55.707Z[ recovery-image] Sep 24 03:49:55.093 INFO O| Sep 24 03:49:55.093 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-09-24T03:49:55.717Z[ recovery-image] Sep 24 03:49:55.102 INFO O| Sep 24 03:49:55.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55872024-09-24T03:49:55.717Z[ recovery-image] Sep 24 03:49:55.102 INFO O| Sep 24 03:49:55.102 INFO STEP 510 (remove_files) COMPLETE
55882024-09-24T03:49:55.723Z[ recovery-image] Sep 24 03:49:55.102 INFO O| Sep 24 03:49:55.102 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-09-24T03:49:55.731Z[ recovery-image] Sep 24 03:49:55.111 INFO O| Sep 24 03:49:55.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55902024-09-24T03:49:55.731Z[ recovery-image] Sep 24 03:49:55.112 INFO O| Sep 24 03:49:55.111 INFO STEP 511 (remove_files) COMPLETE
55912024-09-24T03:49:55.731Z[ recovery-image] Sep 24 03:49:55.112 INFO O| Sep 24 03:49:55.111 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-09-24T03:49:55.737Z[ recovery-image] Sep 24 03:49:55.121 INFO O| Sep 24 03:49:55.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55932024-09-24T03:49:55.737Z[ recovery-image] Sep 24 03:49:55.121 INFO O| Sep 24 03:49:55.121 INFO STEP 512 (remove_files) COMPLETE
55942024-09-24T03:49:55.737Z[ recovery-image] Sep 24 03:49:55.121 INFO O| Sep 24 03:49:55.121 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-09-24T03:49:56.152Z[ recovery-image] Sep 24 03:49:55.131 INFO O| Sep 24 03:49:55.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55962024-09-24T03:49:56.152Z[ recovery-image] Sep 24 03:49:55.131 INFO O| Sep 24 03:49:55.131 INFO STEP 513 (remove_files) COMPLETE
55972024-09-24T03:49:56.152Z[ recovery-image] Sep 24 03:49:55.131 INFO O| Sep 24 03:49:55.131 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-09-24T03:49:56.152Z[ recovery-image] Sep 24 03:49:55.140 INFO O| Sep 24 03:49:55.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55992024-09-24T03:49:56.152Z[ recovery-image] Sep 24 03:49:55.140 INFO O| Sep 24 03:49:55.140 INFO STEP 514 (remove_files) COMPLETE
56002024-09-24T03:49:56.152Z[ recovery-image] Sep 24 03:49:55.140 INFO O| Sep 24 03:49:55.140 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-09-24T03:49:56.152Z[ recovery-image] Sep 24 03:49:55.149 INFO O| Sep 24 03:49:55.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56022024-09-24T03:49:56.152Z[ recovery-image] Sep 24 03:49:55.149 INFO O| Sep 24 03:49:55.149 INFO STEP 515 (remove_files) COMPLETE
56032024-09-24T03:49:56.152Z[ recovery-image] Sep 24 03:49:55.149 INFO O| Sep 24 03:49:55.149 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-09-24T03:49:56.152Z[ recovery-image] Sep 24 03:49:55.159 INFO O| Sep 24 03:49:55.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56052024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.159 INFO O| Sep 24 03:49:55.159 INFO STEP 516 (remove_files) COMPLETE
56062024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.159 INFO O| Sep 24 03:49:55.159 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.168 INFO O| Sep 24 03:49:55.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56082024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.169 INFO O| Sep 24 03:49:55.169 INFO STEP 517 (remove_files) COMPLETE
56092024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.169 INFO O| Sep 24 03:49:55.169 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.178 INFO O| Sep 24 03:49:55.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56112024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.179 INFO O| Sep 24 03:49:55.178 INFO STEP 518 (remove_files) COMPLETE
56122024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.179 INFO O| Sep 24 03:49:55.178 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.188 INFO O| Sep 24 03:49:55.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56142024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.188 INFO O| Sep 24 03:49:55.188 INFO STEP 519 (remove_files) COMPLETE
56152024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.188 INFO O| Sep 24 03:49:55.188 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.198 INFO O| Sep 24 03:49:55.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56172024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.199 INFO O| Sep 24 03:49:55.199 INFO STEP 520 (remove_files) COMPLETE
56182024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.199 INFO O| Sep 24 03:49:55.199 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.209 INFO O| Sep 24 03:49:55.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56202024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.209 INFO O| Sep 24 03:49:55.209 INFO STEP 521 (remove_files) COMPLETE
56212024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.209 INFO O| Sep 24 03:49:55.209 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.218 INFO O| Sep 24 03:49:55.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56232024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.219 INFO O| Sep 24 03:49:55.219 INFO STEP 522 (remove_files) COMPLETE
56242024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.219 INFO O| Sep 24 03:49:55.219 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.229 INFO O| Sep 24 03:49:55.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56262024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.229 INFO O| Sep 24 03:49:55.229 INFO STEP 523 (remove_files) COMPLETE
56272024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.229 INFO O| Sep 24 03:49:55.229 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.239 INFO O| Sep 24 03:49:55.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56292024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.239 INFO O| Sep 24 03:49:55.239 INFO STEP 524 (remove_files) COMPLETE
56302024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.239 INFO O| Sep 24 03:49:55.239 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.248 INFO O| Sep 24 03:49:55.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56322024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.248 INFO O| Sep 24 03:49:55.248 INFO STEP 525 (remove_files) COMPLETE
56332024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.249 INFO O| Sep 24 03:49:55.248 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.258 INFO O| Sep 24 03:49:55.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56352024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.258 INFO O| Sep 24 03:49:55.258 INFO STEP 526 (remove_files) COMPLETE
56362024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.258 INFO O| Sep 24 03:49:55.258 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.267 INFO O| Sep 24 03:49:55.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56382024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.268 INFO O| Sep 24 03:49:55.267 INFO STEP 527 (remove_files) COMPLETE
56392024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.268 INFO O| Sep 24 03:49:55.268 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.277 INFO O| Sep 24 03:49:55.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56412024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.277 INFO O| Sep 24 03:49:55.277 INFO STEP 528 (remove_files) COMPLETE
56422024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.277 INFO O| Sep 24 03:49:55.277 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-09-24T03:49:56.153Z[ recovery-image] Sep 24 03:49:55.286 INFO O| Sep 24 03:49:55.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56442024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.287 INFO O| Sep 24 03:49:55.287 INFO STEP 529 (remove_files) COMPLETE
56452024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.287 INFO O| Sep 24 03:49:55.287 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.296 INFO O| Sep 24 03:49:55.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56472024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.296 INFO O| Sep 24 03:49:55.296 INFO STEP 530 (remove_files) COMPLETE
56482024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.296 INFO O| Sep 24 03:49:55.296 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.305 INFO O| Sep 24 03:49:55.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56502024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.305 INFO O| Sep 24 03:49:55.305 INFO STEP 531 (remove_files) COMPLETE
56512024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.305 INFO O| Sep 24 03:49:55.305 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.315 INFO O| Sep 24 03:49:55.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56532024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.315 INFO O| Sep 24 03:49:55.315 INFO STEP 532 (remove_files) COMPLETE
56542024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.315 INFO O| Sep 24 03:49:55.315 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.324 INFO O| Sep 24 03:49:55.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56562024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.324 INFO O| Sep 24 03:49:55.324 INFO STEP 533 (remove_files) COMPLETE
56572024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.324 INFO O| Sep 24 03:49:55.324 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.334 INFO O| Sep 24 03:49:55.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56592024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.334 INFO O| Sep 24 03:49:55.334 INFO STEP 534 (remove_files) COMPLETE
56602024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.334 INFO O| Sep 24 03:49:55.334 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.343 INFO O| Sep 24 03:49:55.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56622024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.343 INFO O| Sep 24 03:49:55.343 INFO STEP 535 (remove_files) COMPLETE
56632024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.343 INFO O| Sep 24 03:49:55.343 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.353 INFO O| Sep 24 03:49:55.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56652024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.353 INFO O| Sep 24 03:49:55.353 INFO STEP 536 (remove_files) COMPLETE
56662024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.353 INFO O| Sep 24 03:49:55.353 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.362 INFO O| Sep 24 03:49:55.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56682024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.362 INFO O| Sep 24 03:49:55.362 INFO STEP 537 (remove_files) COMPLETE
56692024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.362 INFO O| Sep 24 03:49:55.362 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.372 INFO O| Sep 24 03:49:55.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56712024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.372 INFO O| Sep 24 03:49:55.372 INFO STEP 538 (remove_files) COMPLETE
56722024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.372 INFO O| Sep 24 03:49:55.372 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.381 INFO O| Sep 24 03:49:55.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56742024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.381 INFO O| Sep 24 03:49:55.381 INFO STEP 539 (remove_files) COMPLETE
56752024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.381 INFO O| Sep 24 03:49:55.381 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.391 INFO O| Sep 24 03:49:55.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56772024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.391 INFO O| Sep 24 03:49:55.391 INFO STEP 540 (remove_files) COMPLETE
56782024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.391 INFO O| Sep 24 03:49:55.391 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.400 INFO O| Sep 24 03:49:55.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56802024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.400 INFO O| Sep 24 03:49:55.400 INFO STEP 541 (remove_files) COMPLETE
56812024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.400 INFO O| Sep 24 03:49:55.400 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-09-24T03:49:56.154Z[ recovery-image] Sep 24 03:49:55.410 INFO O| Sep 24 03:49:55.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56832024-09-24T03:49:56.155Z[ recovery-image] Sep 24 03:49:55.410 INFO O| Sep 24 03:49:55.410 INFO STEP 542 (remove_files) COMPLETE
56842024-09-24T03:49:56.155Z[ recovery-image] Sep 24 03:49:55.410 INFO O| Sep 24 03:49:55.410 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-09-24T03:49:56.155Z[ recovery-image] Sep 24 03:49:55.419 INFO O| Sep 24 03:49:55.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56862024-09-24T03:49:56.155Z[ recovery-image] Sep 24 03:49:55.419 INFO O| Sep 24 03:49:55.419 INFO STEP 543 (remove_files) COMPLETE
56872024-09-24T03:49:56.155Z[ recovery-image] Sep 24 03:49:55.419 INFO O| Sep 24 03:49:55.419 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-09-24T03:49:56.155Z[ recovery-image] Sep 24 03:49:55.429 INFO O| Sep 24 03:49:55.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56892024-09-24T03:49:56.155Z[ recovery-image] Sep 24 03:49:55.429 INFO O| Sep 24 03:49:55.429 INFO STEP 544 (remove_files) COMPLETE
56902024-09-24T03:49:56.155Z[ recovery-image] Sep 24 03:49:55.429 INFO O| Sep 24 03:49:55.429 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-09-24T03:49:56.155Z[ recovery-image] Sep 24 03:49:55.438 INFO O| Sep 24 03:49:55.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56922024-09-24T03:49:56.155Z[ recovery-image] Sep 24 03:49:55.438 INFO O| Sep 24 03:49:55.438 INFO STEP 545 (remove_files) COMPLETE
56932024-09-24T03:49:56.155Z[ recovery-image] Sep 24 03:49:55.438 INFO O| Sep 24 03:49:55.438 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-09-24T03:49:56.155Z[ recovery-image] Sep 24 03:49:55.447 INFO O| Sep 24 03:49:55.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56952024-09-24T03:49:56.159Z[ recovery-image] Sep 24 03:49:55.447 INFO O| Sep 24 03:49:55.447 INFO STEP 546 (remove_files) COMPLETE
56962024-09-24T03:49:56.159Z[ recovery-image] Sep 24 03:49:55.447 INFO O| Sep 24 03:49:55.447 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-09-24T03:49:56.159Z[ recovery-image] Sep 24 03:49:55.457 INFO O| Sep 24 03:49:55.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56982024-09-24T03:49:56.159Z[ recovery-image] Sep 24 03:49:55.457 INFO O| Sep 24 03:49:55.457 INFO STEP 547 (remove_files) COMPLETE
56992024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.457 INFO O| Sep 24 03:49:55.457 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.466 INFO O| Sep 24 03:49:55.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57012024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.466 INFO O| Sep 24 03:49:55.466 INFO STEP 548 (remove_files) COMPLETE
57022024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.466 INFO O| Sep 24 03:49:55.466 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.476 INFO O| Sep 24 03:49:55.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57042024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.476 INFO O| Sep 24 03:49:55.476 INFO STEP 549 (remove_files) COMPLETE
57052024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.476 INFO O| Sep 24 03:49:55.476 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.485 INFO O| Sep 24 03:49:55.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57072024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.485 INFO O| Sep 24 03:49:55.485 INFO STEP 550 (remove_files) COMPLETE
57082024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.485 INFO O| Sep 24 03:49:55.485 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.495 INFO O| Sep 24 03:49:55.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57102024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.495 INFO O| Sep 24 03:49:55.495 INFO STEP 551 (remove_files) COMPLETE
57112024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.495 INFO O| Sep 24 03:49:55.495 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-09-24T03:49:56.160Z[ host-image] Sep 24 03:49:55.502 INFO O| Sep 24 03:49:55.502 INFO O| Done
57132024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.504 INFO O| Sep 24 03:49:55.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57142024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.504 INFO O| Sep 24 03:49:55.504 INFO STEP 552 (remove_files) COMPLETE
57152024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.504 INFO O| Sep 24 03:49:55.504 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.514 INFO O| Sep 24 03:49:55.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57172024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.514 INFO O| Sep 24 03:49:55.514 INFO STEP 553 (remove_files) COMPLETE
57182024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.514 INFO O| Sep 24 03:49:55.514 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.524 INFO O| Sep 24 03:49:55.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57202024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.524 INFO O| Sep 24 03:49:55.524 INFO STEP 554 (remove_files) COMPLETE
57212024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.524 INFO O| Sep 24 03:49:55.524 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-09-24T03:49:56.160Z[ host-image] Sep 24 03:49:55.524 INFO O| Sep 24 03:49:55.524 INFO O| Done
57232024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.534 INFO O| Sep 24 03:49:55.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57242024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.535 INFO O| Sep 24 03:49:55.535 INFO STEP 555 (remove_files) COMPLETE
57252024-09-24T03:49:56.160Z[ recovery-image] Sep 24 03:49:55.535 INFO O| Sep 24 03:49:55.535 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-09-24T03:49:56.164Z[ recovery-image] Sep 24 03:49:55.545 INFO O| Sep 24 03:49:55.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57272024-09-24T03:49:56.164Z[ recovery-image] Sep 24 03:49:55.545 INFO O| Sep 24 03:49:55.545 INFO STEP 556 (remove_files) COMPLETE
57282024-09-24T03:49:56.164Z[ recovery-image] Sep 24 03:49:55.545 INFO O| Sep 24 03:49:55.545 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-09-24T03:49:56.169Z[ recovery-image] Sep 24 03:49:55.555 INFO O| Sep 24 03:49:55.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57302024-09-24T03:49:56.169Z[ recovery-image] Sep 24 03:49:55.555 INFO O| Sep 24 03:49:55.555 INFO STEP 557 (remove_files) COMPLETE
57312024-09-24T03:49:56.172Z[ recovery-image] Sep 24 03:49:55.555 INFO O| Sep 24 03:49:55.555 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-09-24T03:49:56.179Z[ recovery-image] Sep 24 03:49:55.564 INFO O| Sep 24 03:49:55.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57332024-09-24T03:49:56.179Z[ recovery-image] Sep 24 03:49:55.564 INFO O| Sep 24 03:49:55.564 INFO STEP 558 (remove_files) COMPLETE
57342024-09-24T03:49:56.181Z[ recovery-image] Sep 24 03:49:55.564 INFO O| Sep 24 03:49:55.564 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-09-24T03:49:56.188Z[ recovery-image] Sep 24 03:49:55.574 INFO O| Sep 24 03:49:55.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57362024-09-24T03:49:56.191Z[ recovery-image] Sep 24 03:49:55.574 INFO O| Sep 24 03:49:55.574 INFO STEP 559 (remove_files) COMPLETE
57372024-09-24T03:49:56.191Z[ recovery-image] Sep 24 03:49:55.574 INFO O| Sep 24 03:49:55.574 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-09-24T03:49:56.198Z[ recovery-image] Sep 24 03:49:55.583 INFO O| Sep 24 03:49:55.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57392024-09-24T03:49:56.200Z[ recovery-image] Sep 24 03:49:55.583 INFO O| Sep 24 03:49:55.583 INFO STEP 560 (remove_files) COMPLETE
57402024-09-24T03:49:56.200Z[ recovery-image] Sep 24 03:49:55.583 INFO O| Sep 24 03:49:55.583 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-09-24T03:49:56.207Z[ recovery-image] Sep 24 03:49:55.592 INFO O| Sep 24 03:49:55.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57422024-09-24T03:49:56.207Z[ recovery-image] Sep 24 03:49:55.593 INFO O| Sep 24 03:49:55.593 INFO STEP 561 (remove_files) COMPLETE
57432024-09-24T03:49:56.207Z[ recovery-image] Sep 24 03:49:55.593 INFO O| Sep 24 03:49:55.593 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-09-24T03:49:56.217Z[ recovery-image] Sep 24 03:49:55.602 INFO O| Sep 24 03:49:55.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57452024-09-24T03:49:56.217Z[ recovery-image] Sep 24 03:49:55.602 INFO O| Sep 24 03:49:55.602 INFO STEP 562 (remove_files) COMPLETE
57462024-09-24T03:49:56.219Z[ recovery-image] Sep 24 03:49:55.602 INFO O| Sep 24 03:49:55.602 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-09-24T03:49:56.226Z[ recovery-image] Sep 24 03:49:55.611 INFO O| Sep 24 03:49:55.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57482024-09-24T03:49:56.226Z[ recovery-image] Sep 24 03:49:55.612 INFO O| Sep 24 03:49:55.612 INFO STEP 563 (remove_files) COMPLETE
57492024-09-24T03:49:56.229Z[ recovery-image] Sep 24 03:49:55.612 INFO O| Sep 24 03:49:55.612 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-09-24T03:49:56.236Z[ recovery-image] Sep 24 03:49:55.621 INFO O| Sep 24 03:49:55.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57512024-09-24T03:49:56.236Z[ recovery-image] Sep 24 03:49:55.621 INFO O| Sep 24 03:49:55.621 INFO STEP 564 (remove_files) COMPLETE
57522024-09-24T03:49:56.236Z[ recovery-image] Sep 24 03:49:55.621 INFO O| Sep 24 03:49:55.621 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-09-24T03:49:56.245Z[ recovery-image] Sep 24 03:49:55.630 INFO O| Sep 24 03:49:55.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57542024-09-24T03:49:56.245Z[ recovery-image] Sep 24 03:49:55.630 INFO O| Sep 24 03:49:55.630 INFO STEP 565 (remove_files) COMPLETE
57552024-09-24T03:49:56.247Z[ recovery-image] Sep 24 03:49:55.630 INFO O| Sep 24 03:49:55.630 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-09-24T03:49:56.254Z[ recovery-image] Sep 24 03:49:55.640 INFO O| Sep 24 03:49:55.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57572024-09-24T03:49:56.261Z[ recovery-image] Sep 24 03:49:55.640 INFO O| Sep 24 03:49:55.640 INFO STEP 566 (remove_files) COMPLETE
57582024-09-24T03:49:56.261Z[ recovery-image] Sep 24 03:49:55.640 INFO O| Sep 24 03:49:55.640 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-09-24T03:49:56.265Z[ recovery-image] Sep 24 03:49:55.649 INFO O| Sep 24 03:49:55.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57602024-09-24T03:49:56.265Z[ recovery-image] Sep 24 03:49:55.649 INFO O| Sep 24 03:49:55.649 INFO STEP 567 (remove_files) COMPLETE
57612024-09-24T03:49:56.266Z[ recovery-image] Sep 24 03:49:55.649 INFO O| Sep 24 03:49:55.649 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-09-24T03:49:56.273Z[ recovery-image] Sep 24 03:49:55.659 INFO O| Sep 24 03:49:55.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57632024-09-24T03:49:56.275Z[ recovery-image] Sep 24 03:49:55.659 INFO O| Sep 24 03:49:55.659 INFO STEP 568 (remove_files) COMPLETE
57642024-09-24T03:49:56.275Z[ recovery-image] Sep 24 03:49:55.659 INFO O| Sep 24 03:49:55.659 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-09-24T03:49:56.283Z[ recovery-image] Sep 24 03:49:55.668 INFO O| Sep 24 03:49:55.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57662024-09-24T03:49:56.283Z[ recovery-image] Sep 24 03:49:55.668 INFO O| Sep 24 03:49:55.668 INFO STEP 569 (remove_files) COMPLETE
57672024-09-24T03:49:56.283Z[ recovery-image] Sep 24 03:49:55.668 INFO O| Sep 24 03:49:55.668 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-09-24T03:49:56.292Z[ recovery-image] Sep 24 03:49:55.677 INFO O| Sep 24 03:49:55.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57692024-09-24T03:49:56.292Z[ recovery-image] Sep 24 03:49:55.678 INFO O| Sep 24 03:49:55.678 INFO STEP 570 (remove_files) COMPLETE
57702024-09-24T03:49:56.295Z[ recovery-image] Sep 24 03:49:55.678 INFO O| Sep 24 03:49:55.678 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-09-24T03:49:56.303Z[ recovery-image] Sep 24 03:49:55.688 INFO O| Sep 24 03:49:55.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57722024-09-24T03:49:56.303Z[ recovery-image] Sep 24 03:49:55.688 INFO O| Sep 24 03:49:55.688 INFO STEP 571 (remove_files) COMPLETE
57732024-09-24T03:49:56.305Z[ recovery-image] Sep 24 03:49:55.688 INFO O| Sep 24 03:49:55.688 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-09-24T03:49:56.312Z[ recovery-image] Sep 24 03:49:55.698 INFO O| Sep 24 03:49:55.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57752024-09-24T03:49:56.312Z[ recovery-image] Sep 24 03:49:55.698 INFO O| Sep 24 03:49:55.698 INFO STEP 572 (remove_files) COMPLETE
57762024-09-24T03:49:56.312Z[ recovery-image] Sep 24 03:49:55.698 INFO O| Sep 24 03:49:55.698 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-09-24T03:49:56.322Z[ recovery-image] Sep 24 03:49:55.707 INFO O| Sep 24 03:49:55.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57782024-09-24T03:49:56.324Z[ recovery-image] Sep 24 03:49:55.707 INFO O| Sep 24 03:49:55.707 INFO STEP 573 (remove_files) COMPLETE
57792024-09-24T03:49:56.324Z[ recovery-image] Sep 24 03:49:55.707 INFO O| Sep 24 03:49:55.707 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-09-24T03:49:56.331Z[ recovery-image] Sep 24 03:49:55.716 INFO O| Sep 24 03:49:55.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57812024-09-24T03:49:56.331Z[ recovery-image] Sep 24 03:49:55.716 INFO O| Sep 24 03:49:55.716 INFO STEP 574 (remove_files) COMPLETE
57822024-09-24T03:49:56.334Z[ recovery-image] Sep 24 03:49:55.716 INFO O| Sep 24 03:49:55.716 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-09-24T03:49:56.340Z[ recovery-image] Sep 24 03:49:55.726 INFO O| Sep 24 03:49:55.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57842024-09-24T03:49:56.340Z[ recovery-image] Sep 24 03:49:55.726 INFO O| Sep 24 03:49:55.726 INFO STEP 575 (remove_files) COMPLETE
57852024-09-24T03:49:56.343Z[ recovery-image] Sep 24 03:49:55.726 INFO O| Sep 24 03:49:55.726 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-09-24T03:49:56.350Z[ recovery-image] Sep 24 03:49:55.735 INFO O| Sep 24 03:49:55.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57872024-09-24T03:49:56.352Z[ recovery-image] Sep 24 03:49:55.735 INFO O| Sep 24 03:49:55.735 INFO STEP 576 (remove_files) COMPLETE
57882024-09-24T03:49:56.352Z[ recovery-image] Sep 24 03:49:55.735 INFO O| Sep 24 03:49:55.735 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-09-24T03:49:56.359Z[ recovery-image] Sep 24 03:49:55.745 INFO O| Sep 24 03:49:55.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57902024-09-24T03:49:56.359Z[ recovery-image] Sep 24 03:49:55.745 INFO O| Sep 24 03:49:55.745 INFO STEP 577 (remove_files) COMPLETE
57912024-09-24T03:49:56.362Z[ recovery-image] Sep 24 03:49:55.745 INFO O| Sep 24 03:49:55.745 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-09-24T03:49:56.369Z[ recovery-image] Sep 24 03:49:55.754 INFO O| Sep 24 03:49:55.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57932024-09-24T03:49:56.369Z[ recovery-image] Sep 24 03:49:55.754 INFO O| Sep 24 03:49:55.754 INFO STEP 578 (remove_files) COMPLETE
57942024-09-24T03:49:56.369Z[ recovery-image] Sep 24 03:49:55.754 INFO O| Sep 24 03:49:55.754 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-09-24T03:49:56.378Z[ recovery-image] Sep 24 03:49:55.763 INFO O| Sep 24 03:49:55.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57962024-09-24T03:49:56.378Z[ recovery-image] Sep 24 03:49:55.763 INFO O| Sep 24 03:49:55.763 INFO STEP 579 (remove_files) COMPLETE
57972024-09-24T03:49:56.381Z[ recovery-image] Sep 24 03:49:55.763 INFO O| Sep 24 03:49:55.763 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-09-24T03:49:56.389Z[ recovery-image] Sep 24 03:49:55.774 INFO O| Sep 24 03:49:55.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57992024-09-24T03:49:56.389Z[ recovery-image] Sep 24 03:49:55.774 INFO O| Sep 24 03:49:55.774 INFO STEP 580 (remove_files) COMPLETE
58002024-09-24T03:49:56.389Z[ recovery-image] Sep 24 03:49:55.774 INFO O| Sep 24 03:49:55.774 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-09-24T03:49:56.399Z[ recovery-image] Sep 24 03:49:55.784 INFO O| Sep 24 03:49:55.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58022024-09-24T03:49:56.402Z[ recovery-image] Sep 24 03:49:55.784 INFO O| Sep 24 03:49:55.784 INFO STEP 581 (remove_files) COMPLETE
58032024-09-24T03:49:56.402Z[ recovery-image] Sep 24 03:49:55.784 INFO O| Sep 24 03:49:55.784 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-09-24T03:49:56.408Z[ recovery-image] Sep 24 03:49:55.794 INFO O| Sep 24 03:49:55.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58052024-09-24T03:49:56.413Z[ recovery-image] Sep 24 03:49:55.794 INFO O| Sep 24 03:49:55.794 INFO STEP 582 (remove_files) COMPLETE
58062024-09-24T03:49:56.413Z[ recovery-image] Sep 24 03:49:55.794 INFO O| Sep 24 03:49:55.794 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-09-24T03:49:56.418Z[ recovery-image] Sep 24 03:49:55.804 INFO O| Sep 24 03:49:55.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58082024-09-24T03:49:56.418Z[ recovery-image] Sep 24 03:49:55.804 INFO O| Sep 24 03:49:55.804 INFO STEP 583 (remove_files) COMPLETE
58092024-09-24T03:49:56.418Z[ recovery-image] Sep 24 03:49:55.804 INFO O| Sep 24 03:49:55.804 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-09-24T03:49:56.428Z[ recovery-image] Sep 24 03:49:55.813 INFO O| Sep 24 03:49:55.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58112024-09-24T03:49:56.428Z[ recovery-image] Sep 24 03:49:55.813 INFO O| Sep 24 03:49:55.813 INFO STEP 584 (remove_files) COMPLETE
58122024-09-24T03:49:56.428Z[ recovery-image] Sep 24 03:49:55.813 INFO O| Sep 24 03:49:55.813 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-09-24T03:49:56.437Z[ recovery-image] Sep 24 03:49:55.822 INFO O| Sep 24 03:49:55.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58142024-09-24T03:49:56.440Z[ recovery-image] Sep 24 03:49:55.823 INFO O| Sep 24 03:49:55.822 INFO STEP 585 (remove_files) COMPLETE
58152024-09-24T03:49:56.440Z[ recovery-image] Sep 24 03:49:55.823 INFO O| Sep 24 03:49:55.823 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-09-24T03:49:56.447Z[ recovery-image] Sep 24 03:49:55.832 INFO O| Sep 24 03:49:55.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58172024-09-24T03:49:56.447Z[ recovery-image] Sep 24 03:49:55.832 INFO O| Sep 24 03:49:55.832 INFO STEP 586 (remove_files) COMPLETE
58182024-09-24T03:49:56.450Z[ recovery-image] Sep 24 03:49:55.832 INFO O| Sep 24 03:49:55.832 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-09-24T03:49:56.456Z[ recovery-image] Sep 24 03:49:55.841 INFO O| Sep 24 03:49:55.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58202024-09-24T03:49:56.459Z[ recovery-image] Sep 24 03:49:55.841 INFO O| Sep 24 03:49:55.841 INFO STEP 587 (remove_files) COMPLETE
58212024-09-24T03:49:56.459Z[ recovery-image] Sep 24 03:49:55.841 INFO O| Sep 24 03:49:55.841 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-09-24T03:49:56.465Z[ recovery-image] Sep 24 03:49:55.851 INFO O| Sep 24 03:49:55.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58232024-09-24T03:49:56.465Z[ recovery-image] Sep 24 03:49:55.851 INFO O| Sep 24 03:49:55.851 INFO STEP 588 (remove_files) COMPLETE
58242024-09-24T03:49:56.469Z[ recovery-image] Sep 24 03:49:55.851 INFO O| Sep 24 03:49:55.851 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-09-24T03:49:56.477Z[ recovery-image] Sep 24 03:49:55.860 INFO O| Sep 24 03:49:55.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58262024-09-24T03:49:56.480Z[ recovery-image] Sep 24 03:49:55.860 INFO O| Sep 24 03:49:55.860 INFO STEP 589 (remove_files) COMPLETE
58272024-09-24T03:49:56.480Z[ recovery-image] Sep 24 03:49:55.860 INFO O| Sep 24 03:49:55.860 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-09-24T03:49:56.485Z[ recovery-image] Sep 24 03:49:55.870 INFO O| Sep 24 03:49:55.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58292024-09-24T03:49:56.487Z[ recovery-image] Sep 24 03:49:55.870 INFO O| Sep 24 03:49:55.870 INFO STEP 590 (remove_files) COMPLETE
58302024-09-24T03:49:56.487Z[ recovery-image] Sep 24 03:49:55.870 INFO O| Sep 24 03:49:55.870 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-09-24T03:49:56.494Z[ recovery-image] Sep 24 03:49:55.879 INFO O| Sep 24 03:49:55.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58322024-09-24T03:49:56.497Z[ recovery-image] Sep 24 03:49:55.880 INFO O| Sep 24 03:49:55.879 INFO STEP 591 (remove_files) COMPLETE
58332024-09-24T03:49:56.497Z[ recovery-image] Sep 24 03:49:55.880 INFO O| Sep 24 03:49:55.880 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-09-24T03:49:56.503Z[ recovery-image] Sep 24 03:49:55.889 INFO O| Sep 24 03:49:55.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58352024-09-24T03:49:56.503Z[ recovery-image] Sep 24 03:49:55.889 INFO O| Sep 24 03:49:55.889 INFO STEP 592 (remove_files) COMPLETE
58362024-09-24T03:49:56.504Z[ recovery-image] Sep 24 03:49:55.889 INFO O| Sep 24 03:49:55.889 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-09-24T03:49:56.513Z[ recovery-image] Sep 24 03:49:55.898 INFO O| Sep 24 03:49:55.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58382024-09-24T03:49:56.513Z[ recovery-image] Sep 24 03:49:55.898 INFO O| Sep 24 03:49:55.898 INFO STEP 593 (remove_files) COMPLETE
58392024-09-24T03:49:56.516Z[ recovery-image] Sep 24 03:49:55.898 INFO O| Sep 24 03:49:55.898 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-09-24T03:49:56.523Z[ recovery-image] Sep 24 03:49:55.908 INFO O| Sep 24 03:49:55.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58412024-09-24T03:49:56.526Z[ recovery-image] Sep 24 03:49:55.909 INFO O| Sep 24 03:49:55.909 INFO STEP 594 (remove_files) COMPLETE
58422024-09-24T03:49:56.526Z[ recovery-image] Sep 24 03:49:55.909 INFO O| Sep 24 03:49:55.909 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-09-24T03:49:56.533Z[ recovery-image] Sep 24 03:49:55.918 INFO O| Sep 24 03:49:55.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58442024-09-24T03:49:56.533Z[ recovery-image] Sep 24 03:49:55.918 INFO O| Sep 24 03:49:55.918 INFO STEP 595 (remove_files) COMPLETE
58452024-09-24T03:49:56.536Z[ recovery-image] Sep 24 03:49:55.918 INFO O| Sep 24 03:49:55.918 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-09-24T03:49:56.543Z[ recovery-image] Sep 24 03:49:55.928 INFO O| Sep 24 03:49:55.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58472024-09-24T03:49:56.545Z[ recovery-image] Sep 24 03:49:55.929 INFO O| Sep 24 03:49:55.929 INFO STEP 596 (remove_files) COMPLETE
58482024-09-24T03:49:56.545Z[ recovery-image] Sep 24 03:49:55.929 INFO O| Sep 24 03:49:55.929 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-09-24T03:49:56.553Z[ recovery-image] Sep 24 03:49:55.938 INFO O| Sep 24 03:49:55.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58502024-09-24T03:49:56.553Z[ recovery-image] Sep 24 03:49:55.938 INFO O| Sep 24 03:49:55.938 INFO STEP 597 (remove_files) COMPLETE
58512024-09-24T03:49:56.555Z[ recovery-image] Sep 24 03:49:55.938 INFO O| Sep 24 03:49:55.938 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-09-24T03:49:56.563Z[ recovery-image] Sep 24 03:49:55.948 INFO O| Sep 24 03:49:55.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58532024-09-24T03:49:56.563Z[ recovery-image] Sep 24 03:49:55.948 INFO O| Sep 24 03:49:55.948 INFO STEP 598 (remove_files) COMPLETE
58542024-09-24T03:49:56.563Z[ recovery-image] Sep 24 03:49:55.948 INFO O| Sep 24 03:49:55.948 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-09-24T03:49:56.572Z[ recovery-image] Sep 24 03:49:55.958 INFO O| Sep 24 03:49:55.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58562024-09-24T03:49:56.572Z[ recovery-image] Sep 24 03:49:55.958 INFO O| Sep 24 03:49:55.958 INFO STEP 599 (remove_files) COMPLETE
58572024-09-24T03:49:56.575Z[ recovery-image] Sep 24 03:49:55.958 INFO O| Sep 24 03:49:55.958 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-09-24T03:49:56.582Z[ recovery-image] Sep 24 03:49:55.967 INFO O| Sep 24 03:49:55.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58592024-09-24T03:49:56.582Z[ recovery-image] Sep 24 03:49:55.967 INFO O| Sep 24 03:49:55.967 INFO STEP 600 (remove_files) COMPLETE
58602024-09-24T03:49:56.582Z[ recovery-image] Sep 24 03:49:55.967 INFO O| Sep 24 03:49:55.967 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-09-24T03:49:56.591Z[ recovery-image] Sep 24 03:49:55.976 INFO O| Sep 24 03:49:55.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58622024-09-24T03:49:56.595Z[ recovery-image] Sep 24 03:49:55.976 INFO O| Sep 24 03:49:55.976 INFO STEP 601 (remove_files) COMPLETE
58632024-09-24T03:49:56.595Z[ recovery-image] Sep 24 03:49:55.977 INFO O| Sep 24 03:49:55.976 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-09-24T03:49:56.600Z[ recovery-image] Sep 24 03:49:55.986 INFO O| Sep 24 03:49:55.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58652024-09-24T03:49:56.601Z[ recovery-image] Sep 24 03:49:55.986 INFO O| Sep 24 03:49:55.986 INFO STEP 602 (remove_files) COMPLETE
58662024-09-24T03:49:56.601Z[ recovery-image] Sep 24 03:49:55.986 INFO O| Sep 24 03:49:55.986 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-09-24T03:49:56.610Z[ recovery-image] Sep 24 03:49:55.995 INFO O| Sep 24 03:49:55.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58682024-09-24T03:49:56.610Z[ recovery-image] Sep 24 03:49:55.995 INFO O| Sep 24 03:49:55.995 INFO STEP 603 (remove_files) COMPLETE
58692024-09-24T03:49:56.612Z[ recovery-image] Sep 24 03:49:55.995 INFO O| Sep 24 03:49:55.995 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-09-24T03:49:56.620Z[ recovery-image] Sep 24 03:49:56.005 INFO O| Sep 24 03:49:56.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58712024-09-24T03:49:56.620Z[ recovery-image] Sep 24 03:49:56.005 INFO O| Sep 24 03:49:56.005 INFO STEP 604 (remove_files) COMPLETE
58722024-09-24T03:49:56.620Z[ recovery-image] Sep 24 03:49:56.005 INFO O| Sep 24 03:49:56.005 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-09-24T03:49:56.630Z[ recovery-image] Sep 24 03:49:56.015 INFO O| Sep 24 03:49:56.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58742024-09-24T03:49:56.632Z[ recovery-image] Sep 24 03:49:56.015 INFO O| Sep 24 03:49:56.015 INFO STEP 605 (remove_files) COMPLETE
58752024-09-24T03:49:56.632Z[ recovery-image] Sep 24 03:49:56.015 INFO O| Sep 24 03:49:56.015 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-09-24T03:49:56.639Z[ recovery-image] Sep 24 03:49:56.024 INFO O| Sep 24 03:49:56.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58772024-09-24T03:49:56.639Z[ recovery-image] Sep 24 03:49:56.024 INFO O| Sep 24 03:49:56.024 INFO STEP 606 (remove_files) COMPLETE
58782024-09-24T03:49:56.639Z[ recovery-image] Sep 24 03:49:56.024 INFO O| Sep 24 03:49:56.024 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-09-24T03:49:56.648Z[ recovery-image] Sep 24 03:49:56.034 INFO O| Sep 24 03:49:56.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58802024-09-24T03:49:56.651Z[ recovery-image] Sep 24 03:49:56.035 INFO O| Sep 24 03:49:56.035 INFO STEP 607 (remove_files) COMPLETE
58812024-09-24T03:49:56.651Z[ recovery-image] Sep 24 03:49:56.035 INFO O| Sep 24 03:49:56.035 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-09-24T03:49:56.658Z[ recovery-image] Sep 24 03:49:56.044 INFO O| Sep 24 03:49:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58832024-09-24T03:49:56.661Z[ recovery-image] Sep 24 03:49:56.044 INFO O| Sep 24 03:49:56.044 INFO STEP 608 (remove_files) COMPLETE
58842024-09-24T03:49:56.661Z[ recovery-image] Sep 24 03:49:56.044 INFO O| Sep 24 03:49:56.044 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-09-24T03:49:56.668Z[ recovery-image] Sep 24 03:49:56.053 INFO O| Sep 24 03:49:56.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58862024-09-24T03:49:56.672Z[ recovery-image] Sep 24 03:49:56.053 INFO O| Sep 24 03:49:56.053 INFO STEP 609 (remove_files) COMPLETE
58872024-09-24T03:49:56.672Z[ recovery-image] Sep 24 03:49:56.053 INFO O| Sep 24 03:49:56.053 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-09-24T03:49:56.677Z[ recovery-image] Sep 24 03:49:56.063 INFO O| Sep 24 03:49:56.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58892024-09-24T03:49:56.680Z[ recovery-image] Sep 24 03:49:56.063 INFO O| Sep 24 03:49:56.063 INFO STEP 610 (remove_files) COMPLETE
58902024-09-24T03:49:56.680Z[ recovery-image] Sep 24 03:49:56.063 INFO O| Sep 24 03:49:56.063 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-09-24T03:49:56.687Z[ recovery-image] Sep 24 03:49:56.072 INFO O| Sep 24 03:49:56.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58922024-09-24T03:49:56.687Z[ recovery-image] Sep 24 03:49:56.072 INFO O| Sep 24 03:49:56.072 INFO STEP 611 (remove_files) COMPLETE
58932024-09-24T03:49:56.687Z[ recovery-image] Sep 24 03:49:56.072 INFO O| Sep 24 03:49:56.072 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-09-24T03:49:56.696Z[ recovery-image] Sep 24 03:49:56.082 INFO O| Sep 24 03:49:56.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58952024-09-24T03:49:56.699Z[ recovery-image] Sep 24 03:49:56.082 INFO O| Sep 24 03:49:56.082 INFO STEP 612 (remove_files) COMPLETE
58962024-09-24T03:49:56.699Z[ recovery-image] Sep 24 03:49:56.082 INFO O| Sep 24 03:49:56.082 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-09-24T03:49:56.706Z[ recovery-image] Sep 24 03:49:56.091 INFO O| Sep 24 03:49:56.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58982024-09-24T03:49:56.706Z[ recovery-image] Sep 24 03:49:56.091 INFO O| Sep 24 03:49:56.091 INFO STEP 613 (remove_files) COMPLETE
58992024-09-24T03:49:56.708Z[ recovery-image] Sep 24 03:49:56.091 INFO O| Sep 24 03:49:56.091 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-09-24T03:49:56.715Z[ recovery-image] Sep 24 03:49:56.101 INFO O| Sep 24 03:49:56.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59012024-09-24T03:49:56.715Z[ recovery-image] Sep 24 03:49:56.101 INFO O| Sep 24 03:49:56.101 INFO STEP 614 (remove_files) COMPLETE
59022024-09-24T03:49:56.715Z[ recovery-image] Sep 24 03:49:56.101 INFO O| Sep 24 03:49:56.101 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-09-24T03:49:56.725Z[ recovery-image] Sep 24 03:49:56.110 INFO O| Sep 24 03:49:56.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59042024-09-24T03:49:56.727Z[ recovery-image] Sep 24 03:49:56.110 INFO O| Sep 24 03:49:56.110 INFO STEP 615 (remove_files) COMPLETE
59052024-09-24T03:49:56.727Z[ recovery-image] Sep 24 03:49:56.110 INFO O| Sep 24 03:49:56.110 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-09-24T03:49:56.734Z[ recovery-image] Sep 24 03:49:56.120 INFO O| Sep 24 03:49:56.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59072024-09-24T03:49:56.737Z[ recovery-image] Sep 24 03:49:56.120 INFO O| Sep 24 03:49:56.120 INFO STEP 616 (remove_files) COMPLETE
59082024-09-24T03:49:56.737Z[ recovery-image] Sep 24 03:49:56.120 INFO O| Sep 24 03:49:56.120 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-09-24T03:49:56.744Z[ recovery-image] Sep 24 03:49:56.129 INFO O| Sep 24 03:49:56.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59102024-09-24T03:49:56.747Z[ recovery-image] Sep 24 03:49:56.129 INFO O| Sep 24 03:49:56.129 INFO STEP 617 (remove_files) COMPLETE
59112024-09-24T03:49:56.747Z[ recovery-image] Sep 24 03:49:56.129 INFO O| Sep 24 03:49:56.129 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-09-24T03:49:56.753Z[ recovery-image] Sep 24 03:49:56.139 INFO O| Sep 24 03:49:56.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59132024-09-24T03:49:56.756Z[ recovery-image] Sep 24 03:49:56.139 INFO O| Sep 24 03:49:56.139 INFO STEP 618 (remove_files) COMPLETE
59142024-09-24T03:49:56.756Z[ recovery-image] Sep 24 03:49:56.139 INFO O| Sep 24 03:49:56.139 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-09-24T03:49:56.763Z[ recovery-image] Sep 24 03:49:56.148 INFO O| Sep 24 03:49:56.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59162024-09-24T03:49:56.765Z[ recovery-image] Sep 24 03:49:56.148 INFO O| Sep 24 03:49:56.148 INFO STEP 619 (remove_files) COMPLETE
59172024-09-24T03:49:56.765Z[ recovery-image] Sep 24 03:49:56.148 INFO O| Sep 24 03:49:56.148 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-09-24T03:49:56.772Z[ recovery-image] Sep 24 03:49:56.158 INFO O| Sep 24 03:49:56.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59192024-09-24T03:49:56.775Z[ recovery-image] Sep 24 03:49:56.158 INFO O| Sep 24 03:49:56.158 INFO STEP 620 (remove_files) COMPLETE
59202024-09-24T03:49:56.775Z[ recovery-image] Sep 24 03:49:56.158 INFO O| Sep 24 03:49:56.158 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-09-24T03:49:56.782Z[ recovery-image] Sep 24 03:49:56.167 INFO O| Sep 24 03:49:56.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59222024-09-24T03:49:56.782Z[ recovery-image] Sep 24 03:49:56.167 INFO O| Sep 24 03:49:56.167 INFO STEP 621 (remove_files) COMPLETE
59232024-09-24T03:49:56.787Z[ recovery-image] Sep 24 03:49:56.167 INFO O| Sep 24 03:49:56.167 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-09-24T03:49:56.793Z[ recovery-image] Sep 24 03:49:56.177 INFO O| Sep 24 03:49:56.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59252024-09-24T03:49:56.793Z[ recovery-image] Sep 24 03:49:56.177 INFO O| Sep 24 03:49:56.177 INFO STEP 622 (remove_files) COMPLETE
59262024-09-24T03:49:56.793Z[ recovery-image] Sep 24 03:49:56.177 INFO O| Sep 24 03:49:56.177 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-09-24T03:49:56.801Z[ recovery-image] Sep 24 03:49:56.186 INFO O| Sep 24 03:49:56.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59282024-09-24T03:49:56.801Z[ recovery-image] Sep 24 03:49:56.186 INFO O| Sep 24 03:49:56.186 INFO STEP 623 (remove_files) COMPLETE
59292024-09-24T03:49:56.801Z[ recovery-image] Sep 24 03:49:56.186 INFO O| Sep 24 03:49:56.186 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-09-24T03:49:56.810Z[ recovery-image] Sep 24 03:49:56.196 INFO O| Sep 24 03:49:56.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59312024-09-24T03:49:56.813Z[ recovery-image] Sep 24 03:49:56.196 INFO O| Sep 24 03:49:56.196 INFO STEP 624 (remove_files) COMPLETE
59322024-09-24T03:49:56.813Z[ recovery-image] Sep 24 03:49:56.196 INFO O| Sep 24 03:49:56.196 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-09-24T03:49:56.820Z[ recovery-image] Sep 24 03:49:56.206 INFO O| Sep 24 03:49:56.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59342024-09-24T03:49:56.820Z[ recovery-image] Sep 24 03:49:56.206 INFO O| Sep 24 03:49:56.206 INFO STEP 625 (remove_files) COMPLETE
59352024-09-24T03:49:56.820Z[ recovery-image] Sep 24 03:49:56.206 INFO O| Sep 24 03:49:56.206 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-09-24T03:49:56.831Z[ recovery-image] Sep 24 03:49:56.216 INFO O| Sep 24 03:49:56.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59372024-09-24T03:49:56.831Z[ recovery-image] Sep 24 03:49:56.216 INFO O| Sep 24 03:49:56.216 INFO STEP 626 (remove_files) COMPLETE
59382024-09-24T03:49:56.831Z[ recovery-image] Sep 24 03:49:56.216 INFO O| Sep 24 03:49:56.216 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-09-24T03:49:56.840Z[ recovery-image] Sep 24 03:49:56.226 INFO O| Sep 24 03:49:56.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59402024-09-24T03:49:56.844Z[ recovery-image] Sep 24 03:49:56.226 INFO O| Sep 24 03:49:56.226 INFO STEP 627 (remove_files) COMPLETE
59412024-09-24T03:49:56.844Z[ recovery-image] Sep 24 03:49:56.226 INFO O| Sep 24 03:49:56.226 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-09-24T03:49:56.850Z[ recovery-image] Sep 24 03:49:56.236 INFO O| Sep 24 03:49:56.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59432024-09-24T03:49:56.850Z[ recovery-image] Sep 24 03:49:56.236 INFO O| Sep 24 03:49:56.236 INFO STEP 628 (remove_files) COMPLETE
59442024-09-24T03:49:56.850Z[ recovery-image] Sep 24 03:49:56.236 INFO O| Sep 24 03:49:56.236 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-09-24T03:49:56.859Z[ recovery-image] Sep 24 03:49:56.245 INFO O| Sep 24 03:49:56.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59462024-09-24T03:49:56.862Z[ recovery-image] Sep 24 03:49:56.245 INFO O| Sep 24 03:49:56.245 INFO STEP 629 (remove_files) COMPLETE
59472024-09-24T03:49:56.862Z[ recovery-image] Sep 24 03:49:56.245 INFO O| Sep 24 03:49:56.245 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-09-24T03:49:56.870Z[ recovery-image] Sep 24 03:49:56.255 INFO O| Sep 24 03:49:56.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59492024-09-24T03:49:56.870Z[ recovery-image] Sep 24 03:49:56.255 INFO O| Sep 24 03:49:56.255 INFO STEP 630 (remove_files) COMPLETE
59502024-09-24T03:49:56.872Z[ recovery-image] Sep 24 03:49:56.255 INFO O| Sep 24 03:49:56.255 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-09-24T03:49:56.879Z[ recovery-image] Sep 24 03:49:56.265 INFO O| Sep 24 03:49:56.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59522024-09-24T03:49:56.882Z[ recovery-image] Sep 24 03:49:56.265 INFO O| Sep 24 03:49:56.265 INFO STEP 631 (remove_files) COMPLETE
59532024-09-24T03:49:56.882Z[ recovery-image] Sep 24 03:49:56.265 INFO O| Sep 24 03:49:56.265 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-09-24T03:49:56.888Z[ recovery-image] Sep 24 03:49:56.274 INFO O| Sep 24 03:49:56.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59552024-09-24T03:49:56.888Z[ recovery-image] Sep 24 03:49:56.274 INFO O| Sep 24 03:49:56.274 INFO STEP 632 (remove_files) COMPLETE
59562024-09-24T03:49:56.891Z[ recovery-image] Sep 24 03:49:56.274 INFO O| Sep 24 03:49:56.274 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-09-24T03:49:56.898Z[ recovery-image] Sep 24 03:49:56.283 INFO O| Sep 24 03:49:56.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59582024-09-24T03:49:56.898Z[ recovery-image] Sep 24 03:49:56.283 INFO O| Sep 24 03:49:56.283 INFO STEP 633 (remove_files) COMPLETE
59592024-09-24T03:49:56.898Z[ recovery-image] Sep 24 03:49:56.283 INFO O| Sep 24 03:49:56.283 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-09-24T03:49:56.907Z[ recovery-image] Sep 24 03:49:56.293 INFO O| Sep 24 03:49:56.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59612024-09-24T03:49:56.910Z[ recovery-image] Sep 24 03:49:56.293 INFO O| Sep 24 03:49:56.293 INFO STEP 634 (remove_files) COMPLETE
59622024-09-24T03:49:56.910Z[ recovery-image] Sep 24 03:49:56.293 INFO O| Sep 24 03:49:56.293 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-09-24T03:49:56.918Z[ recovery-image] Sep 24 03:49:56.303 INFO O| Sep 24 03:49:56.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59642024-09-24T03:49:56.918Z[ recovery-image] Sep 24 03:49:56.303 INFO O| Sep 24 03:49:56.303 INFO STEP 635 (remove_files) COMPLETE
59652024-09-24T03:49:56.921Z[ recovery-image] Sep 24 03:49:56.303 INFO O| Sep 24 03:49:56.303 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-09-24T03:49:56.927Z[ recovery-image] Sep 24 03:49:56.312 INFO O| Sep 24 03:49:56.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59672024-09-24T03:49:56.930Z[ recovery-image] Sep 24 03:49:56.313 INFO O| Sep 24 03:49:56.313 INFO STEP 636 (remove_files) COMPLETE
59682024-09-24T03:49:56.930Z[ recovery-image] Sep 24 03:49:56.313 INFO O| Sep 24 03:49:56.313 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-09-24T03:49:56.937Z[ recovery-image] Sep 24 03:49:56.323 INFO O| Sep 24 03:49:56.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59702024-09-24T03:49:56.938Z[ recovery-image] Sep 24 03:49:56.323 INFO O| Sep 24 03:49:56.323 INFO STEP 637 (remove_files) COMPLETE
59712024-09-24T03:49:56.938Z[ recovery-image] Sep 24 03:49:56.323 INFO O| Sep 24 03:49:56.323 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-09-24T03:49:56.947Z[ recovery-image] Sep 24 03:49:56.332 INFO O| Sep 24 03:49:56.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59732024-09-24T03:49:56.947Z[ recovery-image] Sep 24 03:49:56.332 INFO O| Sep 24 03:49:56.332 INFO STEP 638 (remove_files) COMPLETE
59742024-09-24T03:49:56.947Z[ recovery-image] Sep 24 03:49:56.332 INFO O| Sep 24 03:49:56.332 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-09-24T03:49:56.957Z[ recovery-image] Sep 24 03:49:56.342 INFO O| Sep 24 03:49:56.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59762024-09-24T03:49:56.957Z[ recovery-image] Sep 24 03:49:56.342 INFO O| Sep 24 03:49:56.342 INFO STEP 639 (remove_files) COMPLETE
59772024-09-24T03:49:56.960Z[ recovery-image] Sep 24 03:49:56.342 INFO O| Sep 24 03:49:56.342 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-09-24T03:49:56.966Z[ recovery-image] Sep 24 03:49:56.351 INFO O| Sep 24 03:49:56.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59792024-09-24T03:49:56.969Z[ recovery-image] Sep 24 03:49:56.352 INFO O| Sep 24 03:49:56.352 INFO STEP 640 (remove_files) COMPLETE
59802024-09-24T03:49:56.969Z[ recovery-image] Sep 24 03:49:56.352 INFO O| Sep 24 03:49:56.352 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-09-24T03:49:56.975Z[ recovery-image] Sep 24 03:49:56.361 INFO O| Sep 24 03:49:56.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59822024-09-24T03:49:56.976Z[ recovery-image] Sep 24 03:49:56.361 INFO O| Sep 24 03:49:56.361 INFO STEP 641 (remove_files) COMPLETE
59832024-09-24T03:49:56.979Z[ recovery-image] Sep 24 03:49:56.361 INFO O| Sep 24 03:49:56.361 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-09-24T03:49:56.985Z[ recovery-image] Sep 24 03:49:56.370 INFO O| Sep 24 03:49:56.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59852024-09-24T03:49:56.990Z[ recovery-image] Sep 24 03:49:56.371 INFO O| Sep 24 03:49:56.371 INFO STEP 642 (remove_files) COMPLETE
59862024-09-24T03:49:56.990Z[ recovery-image] Sep 24 03:49:56.371 INFO O| Sep 24 03:49:56.371 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-09-24T03:49:56.995Z[ recovery-image] Sep 24 03:49:56.380 INFO O| Sep 24 03:49:56.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59882024-09-24T03:49:56.995Z[ recovery-image] Sep 24 03:49:56.380 INFO O| Sep 24 03:49:56.380 INFO STEP 643 (remove_files) COMPLETE
59892024-09-24T03:49:56.997Z[ recovery-image] Sep 24 03:49:56.380 INFO O| Sep 24 03:49:56.380 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-09-24T03:49:57.004Z[ recovery-image] Sep 24 03:49:56.390 INFO O| Sep 24 03:49:56.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59912024-09-24T03:49:57.004Z[ recovery-image] Sep 24 03:49:56.390 INFO O| Sep 24 03:49:56.390 INFO STEP 644 (remove_files) COMPLETE
59922024-09-24T03:49:57.007Z[ recovery-image] Sep 24 03:49:56.390 INFO O| Sep 24 03:49:56.390 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-09-24T03:49:57.014Z[ recovery-image] Sep 24 03:49:56.399 INFO O| Sep 24 03:49:56.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59942024-09-24T03:49:57.016Z[ recovery-image] Sep 24 03:49:56.399 INFO O| Sep 24 03:49:56.399 INFO STEP 645 (remove_files) COMPLETE
59952024-09-24T03:49:57.016Z[ recovery-image] Sep 24 03:49:56.399 INFO O| Sep 24 03:49:56.399 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-09-24T03:49:57.023Z[ recovery-image] Sep 24 03:49:56.408 INFO O| Sep 24 03:49:56.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59972024-09-24T03:49:57.023Z[ recovery-image] Sep 24 03:49:56.409 INFO O| Sep 24 03:49:56.408 INFO STEP 646 (remove_files) COMPLETE
59982024-09-24T03:49:57.026Z[ recovery-image] Sep 24 03:49:56.409 INFO O| Sep 24 03:49:56.408 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-09-24T03:49:57.033Z[ recovery-image] Sep 24 03:49:56.418 INFO O| Sep 24 03:49:56.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60002024-09-24T03:49:57.035Z[ recovery-image] Sep 24 03:49:56.418 INFO O| Sep 24 03:49:56.418 INFO STEP 647 (remove_files) COMPLETE
60012024-09-24T03:49:57.035Z[ recovery-image] Sep 24 03:49:56.418 INFO O| Sep 24 03:49:56.418 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-09-24T03:49:57.042Z[ recovery-image] Sep 24 03:49:56.427 INFO O| Sep 24 03:49:56.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60032024-09-24T03:49:57.042Z[ recovery-image] Sep 24 03:49:56.427 INFO O| Sep 24 03:49:56.427 INFO STEP 648 (remove_files) COMPLETE
60042024-09-24T03:49:57.042Z[ recovery-image] Sep 24 03:49:56.428 INFO O| Sep 24 03:49:56.427 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-09-24T03:49:57.052Z[ recovery-image] Sep 24 03:49:56.437 INFO O| Sep 24 03:49:56.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60062024-09-24T03:49:57.052Z[ recovery-image] Sep 24 03:49:56.437 INFO O| Sep 24 03:49:56.437 INFO STEP 649 (remove_files) COMPLETE
60072024-09-24T03:49:57.052Z[ recovery-image] Sep 24 03:49:56.437 INFO O| Sep 24 03:49:56.437 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-09-24T03:49:57.061Z[ recovery-image] Sep 24 03:49:56.446 INFO O| Sep 24 03:49:56.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60092024-09-24T03:49:57.064Z[ recovery-image] Sep 24 03:49:56.446 INFO O| Sep 24 03:49:56.446 INFO STEP 650 (remove_files) COMPLETE
60102024-09-24T03:49:57.064Z[ recovery-image] Sep 24 03:49:56.446 INFO O| Sep 24 03:49:56.446 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-09-24T03:49:57.070Z[ recovery-image] Sep 24 03:49:56.456 INFO O| Sep 24 03:49:56.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60122024-09-24T03:49:57.073Z[ recovery-image] Sep 24 03:49:56.456 INFO O| Sep 24 03:49:56.456 INFO STEP 651 (remove_files) COMPLETE
60132024-09-24T03:49:57.073Z[ recovery-image] Sep 24 03:49:56.456 INFO O| Sep 24 03:49:56.456 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-09-24T03:49:57.080Z[ recovery-image] Sep 24 03:49:56.465 INFO O| Sep 24 03:49:56.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60152024-09-24T03:49:57.080Z[ recovery-image] Sep 24 03:49:56.465 INFO O| Sep 24 03:49:56.465 INFO STEP 652 (remove_files) COMPLETE
60162024-09-24T03:49:57.085Z[ recovery-image] Sep 24 03:49:56.465 INFO O| Sep 24 03:49:56.465 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-09-24T03:49:57.089Z[ recovery-image] Sep 24 03:49:56.475 INFO O| Sep 24 03:49:56.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60182024-09-24T03:49:57.093Z[ recovery-image] Sep 24 03:49:56.475 INFO O| Sep 24 03:49:56.475 INFO STEP 653 (remove_files) COMPLETE
60192024-09-24T03:49:57.093Z[ recovery-image] Sep 24 03:49:56.475 INFO O| Sep 24 03:49:56.475 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-09-24T03:49:57.099Z[ recovery-image] Sep 24 03:49:56.484 INFO O| Sep 24 03:49:56.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60212024-09-24T03:49:57.102Z[ recovery-image] Sep 24 03:49:56.484 INFO O| Sep 24 03:49:56.484 INFO STEP 654 (remove_files) COMPLETE
60222024-09-24T03:49:57.102Z[ recovery-image] Sep 24 03:49:56.484 INFO O| Sep 24 03:49:56.484 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-09-24T03:49:57.108Z[ recovery-image] Sep 24 03:49:56.494 INFO O| Sep 24 03:49:56.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60242024-09-24T03:49:57.111Z[ recovery-image] Sep 24 03:49:56.494 INFO O| Sep 24 03:49:56.494 INFO STEP 655 (remove_files) COMPLETE
60252024-09-24T03:49:57.111Z[ recovery-image] Sep 24 03:49:56.494 INFO O| Sep 24 03:49:56.494 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-09-24T03:49:57.118Z[ recovery-image] Sep 24 03:49:56.503 INFO O| Sep 24 03:49:56.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60272024-09-24T03:49:57.118Z[ recovery-image] Sep 24 03:49:56.503 INFO O| Sep 24 03:49:56.503 INFO STEP 656 (remove_files) COMPLETE
60282024-09-24T03:49:57.118Z[ recovery-image] Sep 24 03:49:56.503 INFO O| Sep 24 03:49:56.503 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-09-24T03:49:57.127Z[ recovery-image] Sep 24 03:49:56.512 INFO O| Sep 24 03:49:56.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60302024-09-24T03:49:57.130Z[ recovery-image] Sep 24 03:49:56.512 INFO O| Sep 24 03:49:56.512 INFO STEP 657 (remove_files) COMPLETE
60312024-09-24T03:49:57.130Z[ recovery-image] Sep 24 03:49:56.513 INFO O| Sep 24 03:49:56.512 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-09-24T03:49:57.137Z[ recovery-image] Sep 24 03:49:56.522 INFO O| Sep 24 03:49:56.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60332024-09-24T03:49:57.139Z[ recovery-image] Sep 24 03:49:56.522 INFO O| Sep 24 03:49:56.522 INFO STEP 658 (remove_files) COMPLETE
60342024-09-24T03:49:57.139Z[ recovery-image] Sep 24 03:49:56.522 INFO O| Sep 24 03:49:56.522 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-09-24T03:49:57.147Z[ recovery-image] Sep 24 03:49:56.532 INFO O| Sep 24 03:49:56.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60362024-09-24T03:49:57.150Z[ recovery-image] Sep 24 03:49:56.532 INFO O| Sep 24 03:49:56.532 INFO STEP 659 (remove_files) COMPLETE
60372024-09-24T03:49:57.150Z[ recovery-image] Sep 24 03:49:56.532 INFO O| Sep 24 03:49:56.532 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-09-24T03:49:57.156Z[ recovery-image] Sep 24 03:49:56.541 INFO O| Sep 24 03:49:56.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60392024-09-24T03:49:57.157Z[ recovery-image] Sep 24 03:49:56.542 INFO O| Sep 24 03:49:56.541 INFO STEP 660 (remove_files) COMPLETE
60402024-09-24T03:49:57.157Z[ recovery-image] Sep 24 03:49:56.542 INFO O| Sep 24 03:49:56.541 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-09-24T03:49:57.175Z[ recovery-image] Sep 24 03:49:56.551 INFO O| Sep 24 03:49:56.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60422024-09-24T03:49:57.175Z[ recovery-image] Sep 24 03:49:56.551 INFO O| Sep 24 03:49:56.551 INFO STEP 661 (remove_files) COMPLETE
60432024-09-24T03:49:57.175Z[ recovery-image] Sep 24 03:49:56.551 INFO O| Sep 24 03:49:56.551 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-09-24T03:49:57.178Z[ recovery-image] Sep 24 03:49:56.560 INFO O| Sep 24 03:49:56.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60452024-09-24T03:49:57.178Z[ recovery-image] Sep 24 03:49:56.560 INFO O| Sep 24 03:49:56.560 INFO STEP 662 (remove_files) COMPLETE
60462024-09-24T03:49:57.178Z[ recovery-image] Sep 24 03:49:56.560 INFO O| Sep 24 03:49:56.560 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-09-24T03:49:57.185Z[ recovery-image] Sep 24 03:49:56.569 INFO O| Sep 24 03:49:56.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60482024-09-24T03:49:57.185Z[ recovery-image] Sep 24 03:49:56.570 INFO O| Sep 24 03:49:56.570 INFO STEP 663 (remove_files) COMPLETE
60492024-09-24T03:49:57.189Z[ recovery-image] Sep 24 03:49:56.570 INFO O| Sep 24 03:49:56.570 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-09-24T03:49:57.193Z[ recovery-image] Sep 24 03:49:56.579 INFO O| Sep 24 03:49:56.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60512024-09-24T03:49:57.196Z[ recovery-image] Sep 24 03:49:56.579 INFO O| Sep 24 03:49:56.579 INFO STEP 664 (remove_files) COMPLETE
60522024-09-24T03:49:57.196Z[ recovery-image] Sep 24 03:49:56.579 INFO O| Sep 24 03:49:56.579 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-09-24T03:49:57.203Z[ recovery-image] Sep 24 03:49:56.588 INFO O| Sep 24 03:49:56.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60542024-09-24T03:49:57.203Z[ recovery-image] Sep 24 03:49:56.588 INFO O| Sep 24 03:49:56.588 INFO STEP 665 (remove_files) COMPLETE
60552024-09-24T03:49:57.207Z[ recovery-image] Sep 24 03:49:56.588 INFO O| Sep 24 03:49:56.588 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-09-24T03:49:57.213Z[ recovery-image] Sep 24 03:49:56.598 INFO O| Sep 24 03:49:56.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60572024-09-24T03:49:57.216Z[ recovery-image] Sep 24 03:49:56.598 INFO O| Sep 24 03:49:56.598 INFO STEP 666 (remove_files) COMPLETE
60582024-09-24T03:49:57.216Z[ recovery-image] Sep 24 03:49:56.598 INFO O| Sep 24 03:49:56.598 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-09-24T03:49:57.223Z[ recovery-image] Sep 24 03:49:56.608 INFO O| Sep 24 03:49:56.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60602024-09-24T03:49:57.223Z[ recovery-image] Sep 24 03:49:56.608 INFO O| Sep 24 03:49:56.608 INFO STEP 667 (remove_files) COMPLETE
60612024-09-24T03:49:57.223Z[ recovery-image] Sep 24 03:49:56.608 INFO O| Sep 24 03:49:56.608 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-09-24T03:49:57.233Z[ recovery-image] Sep 24 03:49:56.618 INFO O| Sep 24 03:49:56.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60632024-09-24T03:49:57.233Z[ recovery-image] Sep 24 03:49:56.618 INFO O| Sep 24 03:49:56.618 INFO STEP 668 (remove_files) COMPLETE
60642024-09-24T03:49:57.233Z[ recovery-image] Sep 24 03:49:56.618 INFO O| Sep 24 03:49:56.618 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-09-24T03:49:57.243Z[ recovery-image] Sep 24 03:49:56.628 INFO O| Sep 24 03:49:56.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60662024-09-24T03:49:57.243Z[ recovery-image] Sep 24 03:49:56.628 INFO O| Sep 24 03:49:56.628 INFO STEP 669 (remove_files) COMPLETE
60672024-09-24T03:49:57.243Z[ recovery-image] Sep 24 03:49:56.628 INFO O| Sep 24 03:49:56.628 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-09-24T03:49:57.252Z[ recovery-image] Sep 24 03:49:56.638 INFO O| Sep 24 03:49:56.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60692024-09-24T03:49:57.252Z[ recovery-image] Sep 24 03:49:56.638 INFO O| Sep 24 03:49:56.638 INFO STEP 670 (remove_files) COMPLETE
60702024-09-24T03:49:57.252Z[ recovery-image] Sep 24 03:49:56.638 INFO O| Sep 24 03:49:56.638 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-09-24T03:49:57.262Z[ recovery-image] Sep 24 03:49:56.647 INFO O| Sep 24 03:49:56.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60722024-09-24T03:49:57.264Z[ recovery-image] Sep 24 03:49:56.647 INFO O| Sep 24 03:49:56.647 INFO STEP 671 (remove_files) COMPLETE
60732024-09-24T03:49:57.264Z[ recovery-image] Sep 24 03:49:56.647 INFO O| Sep 24 03:49:56.647 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-09-24T03:49:57.271Z[ recovery-image] Sep 24 03:49:56.657 INFO O| Sep 24 03:49:56.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60752024-09-24T03:49:57.274Z[ recovery-image] Sep 24 03:49:56.657 INFO O| Sep 24 03:49:56.657 INFO STEP 672 (remove_files) COMPLETE
60762024-09-24T03:49:57.274Z[ recovery-image] Sep 24 03:49:56.657 INFO O| Sep 24 03:49:56.657 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-09-24T03:49:57.281Z[ recovery-image] Sep 24 03:49:56.666 INFO O| Sep 24 03:49:56.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60782024-09-24T03:49:57.284Z[ recovery-image] Sep 24 03:49:56.666 INFO O| Sep 24 03:49:56.666 INFO STEP 673 (remove_files) COMPLETE
60792024-09-24T03:49:57.284Z[ recovery-image] Sep 24 03:49:56.666 INFO O| Sep 24 03:49:56.666 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-09-24T03:49:57.290Z[ recovery-image] Sep 24 03:49:56.675 INFO O| Sep 24 03:49:56.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60812024-09-24T03:49:57.290Z[ recovery-image] Sep 24 03:49:56.676 INFO O| Sep 24 03:49:56.676 INFO STEP 674 (remove_files) COMPLETE
60822024-09-24T03:49:57.293Z[ recovery-image] Sep 24 03:49:56.676 INFO O| Sep 24 03:49:56.676 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-09-24T03:49:57.299Z[ recovery-image] Sep 24 03:49:56.685 INFO O| Sep 24 03:49:56.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60842024-09-24T03:49:57.302Z[ recovery-image] Sep 24 03:49:56.685 INFO O| Sep 24 03:49:56.685 INFO STEP 675 (remove_files) COMPLETE
60852024-09-24T03:49:57.302Z[ recovery-image] Sep 24 03:49:56.685 INFO O| Sep 24 03:49:56.685 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-09-24T03:49:57.309Z[ recovery-image] Sep 24 03:49:56.694 INFO O| Sep 24 03:49:56.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60872024-09-24T03:49:57.311Z[ recovery-image] Sep 24 03:49:56.694 INFO O| Sep 24 03:49:56.694 INFO STEP 676 (remove_files) COMPLETE
60882024-09-24T03:49:57.311Z[ recovery-image] Sep 24 03:49:56.694 INFO O| Sep 24 03:49:56.694 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-09-24T03:49:57.318Z[ recovery-image] Sep 24 03:49:56.704 INFO O| Sep 24 03:49:56.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60902024-09-24T03:49:57.321Z[ recovery-image] Sep 24 03:49:56.704 INFO O| Sep 24 03:49:56.704 INFO STEP 677 (remove_files) COMPLETE
60912024-09-24T03:49:57.321Z[ recovery-image] Sep 24 03:49:56.704 INFO O| Sep 24 03:49:56.704 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-09-24T03:49:57.328Z[ recovery-image] Sep 24 03:49:56.713 INFO O| Sep 24 03:49:56.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60932024-09-24T03:49:57.328Z[ recovery-image] Sep 24 03:49:56.713 INFO O| Sep 24 03:49:56.713 INFO STEP 678 (remove_files) COMPLETE
60942024-09-24T03:49:57.331Z[ recovery-image] Sep 24 03:49:56.713 INFO O| Sep 24 03:49:56.713 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-09-24T03:49:57.338Z[ recovery-image] Sep 24 03:49:56.723 INFO O| Sep 24 03:49:56.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60962024-09-24T03:49:57.338Z[ recovery-image] Sep 24 03:49:56.723 INFO O| Sep 24 03:49:56.723 INFO STEP 679 (remove_files) COMPLETE
60972024-09-24T03:49:57.344Z[ recovery-image] Sep 24 03:49:56.723 INFO O| Sep 24 03:49:56.723 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-09-24T03:49:57.349Z[ recovery-image] Sep 24 03:49:56.732 INFO O| Sep 24 03:49:56.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60992024-09-24T03:49:57.349Z[ recovery-image] Sep 24 03:49:56.732 INFO O| Sep 24 03:49:56.732 INFO STEP 680 (remove_files) COMPLETE
61002024-09-24T03:49:57.349Z[ recovery-image] Sep 24 03:49:56.732 INFO O| Sep 24 03:49:56.732 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-09-24T03:49:57.356Z[ recovery-image] Sep 24 03:49:56.741 INFO O| Sep 24 03:49:56.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61022024-09-24T03:49:57.359Z[ recovery-image] Sep 24 03:49:56.742 INFO O| Sep 24 03:49:56.742 INFO STEP 681 (remove_files) COMPLETE
61032024-09-24T03:49:57.359Z[ recovery-image] Sep 24 03:49:56.742 INFO O| Sep 24 03:49:56.742 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-09-24T03:49:57.366Z[ recovery-image] Sep 24 03:49:56.752 INFO O| Sep 24 03:49:56.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61052024-09-24T03:49:57.366Z[ recovery-image] Sep 24 03:49:56.752 INFO O| Sep 24 03:49:56.752 INFO STEP 682 (remove_files) COMPLETE
61062024-09-24T03:49:57.366Z[ recovery-image] Sep 24 03:49:56.752 INFO O| Sep 24 03:49:56.752 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-09-24T03:49:57.376Z[ recovery-image] Sep 24 03:49:56.761 INFO O| Sep 24 03:49:56.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61082024-09-24T03:49:57.376Z[ recovery-image] Sep 24 03:49:56.761 INFO O| Sep 24 03:49:56.761 INFO STEP 683 (remove_files) COMPLETE
61092024-09-24T03:49:57.378Z[ recovery-image] Sep 24 03:49:56.761 INFO O| Sep 24 03:49:56.761 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-09-24T03:49:57.385Z[ recovery-image] Sep 24 03:49:56.771 INFO O| Sep 24 03:49:56.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61112024-09-24T03:49:57.385Z[ recovery-image] Sep 24 03:49:56.771 INFO O| Sep 24 03:49:56.771 INFO STEP 684 (remove_files) COMPLETE
61122024-09-24T03:49:57.385Z[ recovery-image] Sep 24 03:49:56.771 INFO O| Sep 24 03:49:56.771 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-09-24T03:49:57.395Z[ recovery-image] Sep 24 03:49:56.780 INFO O| Sep 24 03:49:56.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61142024-09-24T03:49:57.395Z[ recovery-image] Sep 24 03:49:56.780 INFO O| Sep 24 03:49:56.780 INFO STEP 685 (remove_files) COMPLETE
61152024-09-24T03:49:57.395Z[ recovery-image] Sep 24 03:49:56.780 INFO O| Sep 24 03:49:56.780 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-09-24T03:49:57.404Z[ recovery-image] Sep 24 03:49:56.789 INFO O| Sep 24 03:49:56.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61172024-09-24T03:49:57.404Z[ recovery-image] Sep 24 03:49:56.789 INFO O| Sep 24 03:49:56.789 INFO STEP 686 (remove_files) COMPLETE
61182024-09-24T03:49:57.404Z[ recovery-image] Sep 24 03:49:56.789 INFO O| Sep 24 03:49:56.789 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-09-24T03:49:57.414Z[ recovery-image] Sep 24 03:49:56.799 INFO O| Sep 24 03:49:56.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61202024-09-24T03:49:57.416Z[ recovery-image] Sep 24 03:49:56.799 INFO O| Sep 24 03:49:56.799 INFO STEP 687 (remove_files) COMPLETE
61212024-09-24T03:49:57.416Z[ recovery-image] Sep 24 03:49:56.799 INFO O| Sep 24 03:49:56.799 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-09-24T03:49:57.423Z[ recovery-image] Sep 24 03:49:56.808 INFO O| Sep 24 03:49:56.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61232024-09-24T03:49:57.423Z[ recovery-image] Sep 24 03:49:56.808 INFO O| Sep 24 03:49:56.808 INFO STEP 688 (remove_files) COMPLETE
61242024-09-24T03:49:57.423Z[ recovery-image] Sep 24 03:49:56.808 INFO O| Sep 24 03:49:56.808 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-09-24T03:49:57.434Z[ recovery-image] Sep 24 03:49:56.818 INFO O| Sep 24 03:49:56.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61262024-09-24T03:49:57.434Z[ recovery-image] Sep 24 03:49:56.818 INFO O| Sep 24 03:49:56.818 INFO STEP 689 (remove_files) COMPLETE
61272024-09-24T03:49:57.436Z[ recovery-image] Sep 24 03:49:56.818 INFO O| Sep 24 03:49:56.818 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-09-24T03:49:57.442Z[ recovery-image] Sep 24 03:49:56.827 INFO O| Sep 24 03:49:56.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61292024-09-24T03:49:57.444Z[ recovery-image] Sep 24 03:49:56.828 INFO O| Sep 24 03:49:56.828 INFO STEP 690 (remove_files) COMPLETE
61302024-09-24T03:49:57.444Z[ recovery-image] Sep 24 03:49:56.828 INFO O| Sep 24 03:49:56.828 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-09-24T03:49:57.452Z[ recovery-image] Sep 24 03:49:56.837 INFO O| Sep 24 03:49:56.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61322024-09-24T03:49:57.452Z[ recovery-image] Sep 24 03:49:56.837 INFO O| Sep 24 03:49:56.837 INFO STEP 691 (remove_files) COMPLETE
61332024-09-24T03:49:57.455Z[ recovery-image] Sep 24 03:49:56.837 INFO O| Sep 24 03:49:56.837 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-09-24T03:49:57.461Z[ recovery-image] Sep 24 03:49:56.847 INFO O| Sep 24 03:49:56.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61352024-09-24T03:49:57.461Z[ recovery-image] Sep 24 03:49:56.847 INFO O| Sep 24 03:49:56.847 INFO STEP 692 (remove_files) COMPLETE
61362024-09-24T03:49:57.464Z[ recovery-image] Sep 24 03:49:56.847 INFO O| Sep 24 03:49:56.847 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-09-24T03:49:57.471Z[ recovery-image] Sep 24 03:49:56.856 INFO O| Sep 24 03:49:56.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61382024-09-24T03:49:57.471Z[ recovery-image] Sep 24 03:49:56.857 INFO O| Sep 24 03:49:56.856 INFO STEP 693 (remove_files) COMPLETE
61392024-09-24T03:49:57.474Z[ recovery-image] Sep 24 03:49:56.857 INFO O| Sep 24 03:49:56.856 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-09-24T03:49:57.481Z[ recovery-image] Sep 24 03:49:56.866 INFO O| Sep 24 03:49:56.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61412024-09-24T03:49:57.483Z[ recovery-image] Sep 24 03:49:56.866 INFO O| Sep 24 03:49:56.866 INFO STEP 694 (remove_files) COMPLETE
61422024-09-24T03:49:57.483Z[ recovery-image] Sep 24 03:49:56.866 INFO O| Sep 24 03:49:56.866 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-09-24T03:49:57.490Z[ recovery-image] Sep 24 03:49:56.875 INFO O| Sep 24 03:49:56.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61442024-09-24T03:49:57.493Z[ recovery-image] Sep 24 03:49:56.875 INFO O| Sep 24 03:49:56.875 INFO STEP 695 (remove_files) COMPLETE
61452024-09-24T03:49:57.493Z[ recovery-image] Sep 24 03:49:56.876 INFO O| Sep 24 03:49:56.875 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-09-24T03:49:57.500Z[ recovery-image] Sep 24 03:49:56.885 INFO O| Sep 24 03:49:56.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61472024-09-24T03:49:57.500Z[ recovery-image] Sep 24 03:49:56.885 INFO O| Sep 24 03:49:56.885 INFO STEP 696 (remove_files) COMPLETE
61482024-09-24T03:49:57.500Z[ recovery-image] Sep 24 03:49:56.885 INFO O| Sep 24 03:49:56.885 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-09-24T03:49:57.509Z[ recovery-image] Sep 24 03:49:56.894 INFO O| Sep 24 03:49:56.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61502024-09-24T03:49:57.509Z[ recovery-image] Sep 24 03:49:56.894 INFO O| Sep 24 03:49:56.894 INFO STEP 697 (remove_files) COMPLETE
61512024-09-24T03:49:57.509Z[ recovery-image] Sep 24 03:49:56.894 INFO O| Sep 24 03:49:56.894 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-09-24T03:49:57.519Z[ recovery-image] Sep 24 03:49:56.904 INFO O| Sep 24 03:49:56.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61532024-09-24T03:49:57.519Z[ recovery-image] Sep 24 03:49:56.904 INFO O| Sep 24 03:49:56.904 INFO STEP 698 (remove_files) COMPLETE
61542024-09-24T03:49:57.519Z[ recovery-image] Sep 24 03:49:56.904 INFO O| Sep 24 03:49:56.904 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-09-24T03:49:57.530Z[ recovery-image] Sep 24 03:49:56.914 INFO O| Sep 24 03:49:56.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61562024-09-24T03:49:57.530Z[ recovery-image] Sep 24 03:49:56.914 INFO O| Sep 24 03:49:56.914 INFO STEP 699 (remove_files) COMPLETE
61572024-09-24T03:49:57.533Z[ recovery-image] Sep 24 03:49:56.914 INFO O| Sep 24 03:49:56.914 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-09-24T03:49:57.538Z[ recovery-image] Sep 24 03:49:56.923 INFO O| Sep 24 03:49:56.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61592024-09-24T03:49:57.541Z[ recovery-image] Sep 24 03:49:56.923 INFO O| Sep 24 03:49:56.923 INFO STEP 700 (remove_files) COMPLETE
61602024-09-24T03:49:57.541Z[ recovery-image] Sep 24 03:49:56.923 INFO O| Sep 24 03:49:56.923 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-09-24T03:49:57.548Z[ recovery-image] Sep 24 03:49:56.933 INFO O| Sep 24 03:49:56.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61622024-09-24T03:49:57.550Z[ recovery-image] Sep 24 03:49:56.933 INFO O| Sep 24 03:49:56.933 INFO STEP 701 (remove_files) COMPLETE
61632024-09-24T03:49:57.550Z[ recovery-image] Sep 24 03:49:56.933 INFO O| Sep 24 03:49:56.933 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-09-24T03:49:57.557Z[ recovery-image] Sep 24 03:49:56.942 INFO O| Sep 24 03:49:56.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61652024-09-24T03:49:57.557Z[ recovery-image] Sep 24 03:49:56.942 INFO O| Sep 24 03:49:56.942 INFO STEP 702 (remove_files) COMPLETE
61662024-09-24T03:49:57.559Z[ recovery-image] Sep 24 03:49:56.942 INFO O| Sep 24 03:49:56.942 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-09-24T03:49:57.567Z[ recovery-image] Sep 24 03:49:56.952 INFO O| Sep 24 03:49:56.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61682024-09-24T03:49:57.567Z[ recovery-image] Sep 24 03:49:56.952 INFO O| Sep 24 03:49:56.952 INFO STEP 703 (remove_files) COMPLETE
61692024-09-24T03:49:57.567Z[ recovery-image] Sep 24 03:49:56.952 INFO O| Sep 24 03:49:56.952 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-09-24T03:49:57.578Z[ recovery-image] Sep 24 03:49:56.961 INFO O| Sep 24 03:49:56.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61712024-09-24T03:49:57.581Z[ recovery-image] Sep 24 03:49:56.962 INFO O| Sep 24 03:49:56.962 INFO STEP 704 (remove_files) COMPLETE
61722024-09-24T03:49:57.581Z[ recovery-image] Sep 24 03:49:56.962 INFO O| Sep 24 03:49:56.962 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-09-24T03:49:57.586Z[ recovery-image] Sep 24 03:49:56.971 INFO O| Sep 24 03:49:56.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61742024-09-24T03:49:57.588Z[ recovery-image] Sep 24 03:49:56.971 INFO O| Sep 24 03:49:56.971 INFO STEP 705 (remove_files) COMPLETE
61752024-09-24T03:49:57.588Z[ recovery-image] Sep 24 03:49:56.971 INFO O| Sep 24 03:49:56.971 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-09-24T03:49:57.595Z[ recovery-image] Sep 24 03:49:56.980 INFO O| Sep 24 03:49:56.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61772024-09-24T03:49:57.598Z[ recovery-image] Sep 24 03:49:56.981 INFO O| Sep 24 03:49:56.980 INFO STEP 706 (remove_files) COMPLETE
61782024-09-24T03:49:57.598Z[ recovery-image] Sep 24 03:49:56.981 INFO O| Sep 24 03:49:56.981 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-09-24T03:49:57.605Z[ recovery-image] Sep 24 03:49:56.990 INFO O| Sep 24 03:49:56.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61802024-09-24T03:49:57.605Z[ recovery-image] Sep 24 03:49:56.990 INFO O| Sep 24 03:49:56.990 INFO STEP 707 (remove_files) COMPLETE
61812024-09-24T03:49:57.607Z[ recovery-image] Sep 24 03:49:56.990 INFO O| Sep 24 03:49:56.990 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-09-24T03:49:57.615Z[ recovery-image] Sep 24 03:49:57.000 INFO O| Sep 24 03:49:57.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61832024-09-24T03:49:57.615Z[ recovery-image] Sep 24 03:49:57.000 INFO O| Sep 24 03:49:57.000 INFO STEP 708 (remove_files) COMPLETE
61842024-09-24T03:49:57.618Z[ recovery-image] Sep 24 03:49:57.000 INFO O| Sep 24 03:49:57.000 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-09-24T03:49:57.627Z[ recovery-image] Sep 24 03:49:57.010 INFO O| Sep 24 03:49:57.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61862024-09-24T03:49:57.627Z[ recovery-image] Sep 24 03:49:57.011 INFO O| Sep 24 03:49:57.011 INFO STEP 709 (remove_files) COMPLETE
61872024-09-24T03:49:57.627Z[ recovery-image] Sep 24 03:49:57.011 INFO O| Sep 24 03:49:57.011 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-09-24T03:49:57.635Z[ recovery-image] Sep 24 03:49:57.020 INFO O| Sep 24 03:49:57.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61892024-09-24T03:49:57.635Z[ recovery-image] Sep 24 03:49:57.020 INFO O| Sep 24 03:49:57.020 INFO STEP 710 (remove_files) COMPLETE
61902024-09-24T03:49:57.635Z[ recovery-image] Sep 24 03:49:57.020 INFO O| Sep 24 03:49:57.020 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-09-24T03:49:57.645Z[ recovery-image] Sep 24 03:49:57.029 INFO O| Sep 24 03:49:57.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61922024-09-24T03:49:57.648Z[ recovery-image] Sep 24 03:49:57.030 INFO O| Sep 24 03:49:57.029 INFO STEP 711 (remove_files) COMPLETE
61932024-09-24T03:49:57.648Z[ recovery-image] Sep 24 03:49:57.030 INFO O| Sep 24 03:49:57.030 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-09-24T03:49:57.654Z[ recovery-image] Sep 24 03:49:57.039 INFO O| Sep 24 03:49:57.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61952024-09-24T03:49:57.657Z[ recovery-image] Sep 24 03:49:57.039 INFO O| Sep 24 03:49:57.039 INFO STEP 712 (remove_files) COMPLETE
61962024-09-24T03:49:57.658Z[ recovery-image] Sep 24 03:49:57.039 INFO O| Sep 24 03:49:57.039 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-09-24T03:49:57.664Z[ recovery-image] Sep 24 03:49:57.049 INFO O| Sep 24 03:49:57.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61982024-09-24T03:49:57.666Z[ recovery-image] Sep 24 03:49:57.049 INFO O| Sep 24 03:49:57.049 INFO STEP 713 (remove_files) COMPLETE
61992024-09-24T03:49:57.666Z[ recovery-image] Sep 24 03:49:57.049 INFO O| Sep 24 03:49:57.049 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-09-24T03:49:57.674Z[ recovery-image] Sep 24 03:49:57.059 INFO O| Sep 24 03:49:57.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62012024-09-24T03:49:57.674Z[ recovery-image] Sep 24 03:49:57.059 INFO O| Sep 24 03:49:57.059 INFO STEP 714 (remove_files) COMPLETE
62022024-09-24T03:49:57.677Z[ recovery-image] Sep 24 03:49:57.059 INFO O| Sep 24 03:49:57.059 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-09-24T03:49:57.684Z[ recovery-image] Sep 24 03:49:57.069 INFO O| Sep 24 03:49:57.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62042024-09-24T03:49:57.686Z[ recovery-image] Sep 24 03:49:57.069 INFO O| Sep 24 03:49:57.069 INFO STEP 715 (remove_files) COMPLETE
62052024-09-24T03:49:57.686Z[ recovery-image] Sep 24 03:49:57.069 INFO O| Sep 24 03:49:57.069 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-09-24T03:49:57.694Z[ recovery-image] Sep 24 03:49:57.079 INFO O| Sep 24 03:49:57.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62072024-09-24T03:49:57.694Z[ recovery-image] Sep 24 03:49:57.079 INFO O| Sep 24 03:49:57.079 INFO STEP 716 (remove_files) COMPLETE
62082024-09-24T03:49:57.694Z[ recovery-image] Sep 24 03:49:57.079 INFO O| Sep 24 03:49:57.079 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-09-24T03:49:57.703Z[ recovery-image] Sep 24 03:49:57.088 INFO O| Sep 24 03:49:57.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62102024-09-24T03:49:57.703Z[ recovery-image] Sep 24 03:49:57.089 INFO O| Sep 24 03:49:57.088 INFO STEP 717 (remove_files) COMPLETE
62112024-09-24T03:49:57.703Z[ recovery-image] Sep 24 03:49:57.089 INFO O| Sep 24 03:49:57.088 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-09-24T03:49:57.713Z[ recovery-image] Sep 24 03:49:57.098 INFO O| Sep 24 03:49:57.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62132024-09-24T03:49:57.713Z[ recovery-image] Sep 24 03:49:57.098 INFO O| Sep 24 03:49:57.098 INFO STEP 718 (remove_files) COMPLETE
62142024-09-24T03:49:57.716Z[ recovery-image] Sep 24 03:49:57.098 INFO O| Sep 24 03:49:57.098 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-09-24T03:49:57.723Z[ recovery-image] Sep 24 03:49:57.108 INFO O| Sep 24 03:49:57.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62162024-09-24T03:49:57.725Z[ recovery-image] Sep 24 03:49:57.108 INFO O| Sep 24 03:49:57.108 INFO STEP 719 (remove_files) COMPLETE
62172024-09-24T03:49:57.725Z[ recovery-image] Sep 24 03:49:57.108 INFO O| Sep 24 03:49:57.108 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-09-24T03:49:57.733Z[ recovery-image] Sep 24 03:49:57.118 INFO O| Sep 24 03:49:57.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62192024-09-24T03:49:57.733Z[ recovery-image] Sep 24 03:49:57.118 INFO O| Sep 24 03:49:57.118 INFO STEP 720 (remove_files) COMPLETE
62202024-09-24T03:49:57.735Z[ recovery-image] Sep 24 03:49:57.118 INFO O| Sep 24 03:49:57.118 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-09-24T03:49:57.742Z[ recovery-image] Sep 24 03:49:57.127 INFO O| Sep 24 03:49:57.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62222024-09-24T03:49:57.745Z[ recovery-image] Sep 24 03:49:57.128 INFO O| Sep 24 03:49:57.128 INFO STEP 721 (remove_files) COMPLETE
62232024-09-24T03:49:57.745Z[ recovery-image] Sep 24 03:49:57.128 INFO O| Sep 24 03:49:57.128 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-09-24T03:49:57.752Z[ recovery-image] Sep 24 03:49:57.137 INFO O| Sep 24 03:49:57.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62252024-09-24T03:49:57.755Z[ recovery-image] Sep 24 03:49:57.137 INFO O| Sep 24 03:49:57.137 INFO STEP 722 (remove_files) COMPLETE
62262024-09-24T03:49:57.755Z[ recovery-image] Sep 24 03:49:57.137 INFO O| Sep 24 03:49:57.137 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-09-24T03:49:57.761Z[ recovery-image] Sep 24 03:49:57.147 INFO O| Sep 24 03:49:57.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62282024-09-24T03:49:57.761Z[ recovery-image] Sep 24 03:49:57.147 INFO O| Sep 24 03:49:57.147 INFO STEP 723 (remove_files) COMPLETE
62292024-09-24T03:49:57.761Z[ recovery-image] Sep 24 03:49:57.147 INFO O| Sep 24 03:49:57.147 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-09-24T03:49:57.771Z[ recovery-image] Sep 24 03:49:57.156 INFO O| Sep 24 03:49:57.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62312024-09-24T03:49:57.771Z[ recovery-image] Sep 24 03:49:57.156 INFO O| Sep 24 03:49:57.156 INFO STEP 724 (remove_files) COMPLETE
62322024-09-24T03:49:57.777Z[ recovery-image] Sep 24 03:49:57.156 INFO O| Sep 24 03:49:57.156 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-09-24T03:49:57.780Z[ recovery-image] Sep 24 03:49:57.166 INFO O| Sep 24 03:49:57.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62342024-09-24T03:49:57.780Z[ recovery-image] Sep 24 03:49:57.166 INFO O| Sep 24 03:49:57.166 INFO STEP 725 (remove_files) COMPLETE
62352024-09-24T03:49:57.780Z[ recovery-image] Sep 24 03:49:57.166 INFO O| Sep 24 03:49:57.166 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-09-24T03:49:58.069Z[ recovery-image] Sep 24 03:49:57.175 INFO O| Sep 24 03:49:57.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62372024-09-24T03:49:58.069Z[ recovery-image] Sep 24 03:49:57.175 INFO O| Sep 24 03:49:57.175 INFO STEP 726 (remove_files) COMPLETE
62382024-09-24T03:49:58.069Z[ recovery-image] Sep 24 03:49:57.175 INFO O| Sep 24 03:49:57.175 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-09-24T03:49:58.075Z[ recovery-image] Sep 24 03:49:57.184 INFO O| Sep 24 03:49:57.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62402024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.184 INFO O| Sep 24 03:49:57.184 INFO STEP 727 (remove_files) COMPLETE
62412024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.184 INFO O| Sep 24 03:49:57.184 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.194 INFO O| Sep 24 03:49:57.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62432024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.194 INFO O| Sep 24 03:49:57.194 INFO STEP 728 (remove_files) COMPLETE
62442024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.194 INFO O| Sep 24 03:49:57.194 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.203 INFO O| Sep 24 03:49:57.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62462024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.203 INFO O| Sep 24 03:49:57.203 INFO STEP 729 (remove_files) COMPLETE
62472024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.203 INFO O| Sep 24 03:49:57.203 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.213 INFO O| Sep 24 03:49:57.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62492024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.213 INFO O| Sep 24 03:49:57.213 INFO STEP 730 (remove_files) COMPLETE
62502024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.213 INFO O| Sep 24 03:49:57.213 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.222 INFO O| Sep 24 03:49:57.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62522024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.222 INFO O| Sep 24 03:49:57.222 INFO STEP 731 (remove_files) COMPLETE
62532024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.222 INFO O| Sep 24 03:49:57.222 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.231 INFO O| Sep 24 03:49:57.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62552024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.231 INFO O| Sep 24 03:49:57.231 INFO STEP 732 (remove_files) COMPLETE
62562024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.231 INFO O| Sep 24 03:49:57.231 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.241 INFO O| Sep 24 03:49:57.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62582024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.241 INFO O| Sep 24 03:49:57.241 INFO STEP 733 (remove_files) COMPLETE
62592024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.241 INFO O| Sep 24 03:49:57.241 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.250 INFO O| Sep 24 03:49:57.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62612024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.250 INFO O| Sep 24 03:49:57.250 INFO STEP 734 (remove_files) COMPLETE
62622024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.250 INFO O| Sep 24 03:49:57.250 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.259 INFO O| Sep 24 03:49:57.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62642024-09-24T03:49:58.076Z[ recovery-image] Sep 24 03:49:57.260 INFO O| Sep 24 03:49:57.259 INFO STEP 735 (remove_files) COMPLETE
62652024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.260 INFO O| Sep 24 03:49:57.260 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.269 INFO O| Sep 24 03:49:57.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62672024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.269 INFO O| Sep 24 03:49:57.269 INFO STEP 736 (remove_files) COMPLETE
62682024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.269 INFO O| Sep 24 03:49:57.269 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.278 INFO O| Sep 24 03:49:57.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62702024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.278 INFO O| Sep 24 03:49:57.278 INFO STEP 737 (remove_files) COMPLETE
62712024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.278 INFO O| Sep 24 03:49:57.278 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.288 INFO O| Sep 24 03:49:57.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62732024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.288 INFO O| Sep 24 03:49:57.288 INFO STEP 738 (remove_files) COMPLETE
62742024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.288 INFO O| Sep 24 03:49:57.288 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.297 INFO O| Sep 24 03:49:57.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62762024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.297 INFO O| Sep 24 03:49:57.297 INFO STEP 739 (remove_files) COMPLETE
62772024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.297 INFO O| Sep 24 03:49:57.297 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.306 INFO O| Sep 24 03:49:57.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62792024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.306 INFO O| Sep 24 03:49:57.306 INFO STEP 740 (remove_files) COMPLETE
62802024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.306 INFO O| Sep 24 03:49:57.306 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.316 INFO O| Sep 24 03:49:57.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62822024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.316 INFO O| Sep 24 03:49:57.316 INFO STEP 741 (remove_files) COMPLETE
62832024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.316 INFO O| Sep 24 03:49:57.316 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.325 INFO O| Sep 24 03:49:57.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62852024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.325 INFO O| Sep 24 03:49:57.325 INFO STEP 742 (remove_files) COMPLETE
62862024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.325 INFO O| Sep 24 03:49:57.325 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.334 INFO O| Sep 24 03:49:57.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62882024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.334 INFO O| Sep 24 03:49:57.334 INFO STEP 743 (remove_files) COMPLETE
62892024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.335 INFO O| Sep 24 03:49:57.334 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.344 INFO O| Sep 24 03:49:57.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62912024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.344 INFO O| Sep 24 03:49:57.344 INFO STEP 744 (remove_files) COMPLETE
62922024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.344 INFO O| Sep 24 03:49:57.344 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.353 INFO O| Sep 24 03:49:57.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62942024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.353 INFO O| Sep 24 03:49:57.353 INFO STEP 745 (remove_files) COMPLETE
62952024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.353 INFO O| Sep 24 03:49:57.353 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.362 INFO O| Sep 24 03:49:57.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62972024-09-24T03:49:58.077Z[ recovery-image] Sep 24 03:49:57.362 INFO O| Sep 24 03:49:57.362 INFO STEP 746 (remove_files) COMPLETE
62982024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.362 INFO O| Sep 24 03:49:57.362 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.372 INFO O| Sep 24 03:49:57.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63002024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.373 INFO O| Sep 24 03:49:57.372 INFO STEP 747 (remove_files) COMPLETE
63012024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.373 INFO O| Sep 24 03:49:57.372 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.393 INFO O| Sep 24 03:49:57.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63032024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.393 INFO O| Sep 24 03:49:57.393 INFO STEP 748 (remove_files) COMPLETE
63042024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.393 INFO O| Sep 24 03:49:57.393 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.404 INFO O| Sep 24 03:49:57.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63062024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.404 INFO O| Sep 24 03:49:57.404 INFO STEP 749 (remove_files) COMPLETE
63072024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.404 INFO O| Sep 24 03:49:57.404 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.414 INFO O| Sep 24 03:49:57.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63092024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.414 INFO O| Sep 24 03:49:57.414 INFO STEP 750 (remove_files) COMPLETE
63102024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.414 INFO O| Sep 24 03:49:57.414 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.425 INFO O| Sep 24 03:49:57.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63122024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.425 INFO O| Sep 24 03:49:57.425 INFO STEP 751 (remove_files) COMPLETE
63132024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.425 INFO O| Sep 24 03:49:57.425 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.435 INFO O| Sep 24 03:49:57.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63152024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.435 INFO O| Sep 24 03:49:57.435 INFO STEP 752 (remove_files) COMPLETE
63162024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.435 INFO O| Sep 24 03:49:57.435 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.445 INFO O| Sep 24 03:49:57.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63182024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.446 INFO O| Sep 24 03:49:57.445 INFO STEP 753 (remove_files) COMPLETE
63192024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.446 INFO O| Sep 24 03:49:57.446 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.455 INFO O| Sep 24 03:49:57.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63212024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.456 INFO O| Sep 24 03:49:57.456 INFO STEP 754 (remove_files) COMPLETE
63222024-09-24T03:49:58.078Z[ recovery-image] Sep 24 03:49:57.456 INFO O| Sep 24 03:49:57.456 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-09-24T03:49:58.081Z[ recovery-image] Sep 24 03:49:57.466 INFO O| Sep 24 03:49:57.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63242024-09-24T03:49:58.081Z[ recovery-image] Sep 24 03:49:57.466 INFO O| Sep 24 03:49:57.466 INFO STEP 755 (remove_files) COMPLETE
63252024-09-24T03:49:58.081Z[ recovery-image] Sep 24 03:49:57.466 INFO O| Sep 24 03:49:57.466 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-09-24T03:49:58.091Z[ recovery-image] Sep 24 03:49:57.476 INFO O| Sep 24 03:49:57.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63272024-09-24T03:49:58.094Z[ recovery-image] Sep 24 03:49:57.477 INFO O| Sep 24 03:49:57.476 INFO STEP 756 (remove_files) COMPLETE
63282024-09-24T03:49:58.094Z[ recovery-image] Sep 24 03:49:57.477 INFO O| Sep 24 03:49:57.477 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-09-24T03:49:58.102Z[ recovery-image] Sep 24 03:49:57.487 INFO O| Sep 24 03:49:57.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63302024-09-24T03:49:58.102Z[ recovery-image] Sep 24 03:49:57.487 INFO O| Sep 24 03:49:57.487 INFO STEP 757 (remove_files) COMPLETE
63312024-09-24T03:49:58.106Z[ recovery-image] Sep 24 03:49:57.487 INFO O| Sep 24 03:49:57.487 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-09-24T03:49:58.112Z[ recovery-image] Sep 24 03:49:57.497 INFO O| Sep 24 03:49:57.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63332024-09-24T03:49:58.115Z[ recovery-image] Sep 24 03:49:57.498 INFO O| Sep 24 03:49:57.498 INFO STEP 758 (remove_files) COMPLETE
63342024-09-24T03:49:58.115Z[ recovery-image] Sep 24 03:49:57.498 INFO O| Sep 24 03:49:57.498 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-09-24T03:49:58.122Z[ recovery-image] Sep 24 03:49:57.508 INFO O| Sep 24 03:49:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63362024-09-24T03:49:58.125Z[ recovery-image] Sep 24 03:49:57.508 INFO O| Sep 24 03:49:57.508 INFO STEP 759 (remove_files) COMPLETE
63372024-09-24T03:49:58.125Z[ recovery-image] Sep 24 03:49:57.508 INFO O| Sep 24 03:49:57.508 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-09-24T03:49:58.133Z[ recovery-image] Sep 24 03:49:57.519 INFO O| Sep 24 03:49:57.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63392024-09-24T03:49:58.133Z[ recovery-image] Sep 24 03:49:57.519 INFO O| Sep 24 03:49:57.519 INFO STEP 760 (remove_files) COMPLETE
63402024-09-24T03:49:58.136Z[ recovery-image] Sep 24 03:49:57.519 INFO O| Sep 24 03:49:57.519 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-09-24T03:49:58.143Z[ recovery-image] Sep 24 03:49:57.528 INFO O| Sep 24 03:49:57.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63422024-09-24T03:49:58.143Z[ recovery-image] Sep 24 03:49:57.528 INFO O| Sep 24 03:49:57.528 INFO STEP 761 (remove_files) COMPLETE
63432024-09-24T03:49:58.143Z[ recovery-image] Sep 24 03:49:57.528 INFO O| Sep 24 03:49:57.528 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-09-24T03:49:58.155Z[ recovery-image] Sep 24 03:49:57.540 INFO O| Sep 24 03:49:57.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63452024-09-24T03:49:58.164Z[ recovery-image] Sep 24 03:49:57.541 INFO O| Sep 24 03:49:57.540 INFO STEP 762 (remove_files) COMPLETE
63462024-09-24T03:49:58.164Z[ recovery-image] Sep 24 03:49:57.541 INFO O| Sep 24 03:49:57.541 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-09-24T03:49:58.168Z[ recovery-image] Sep 24 03:49:57.550 INFO O| Sep 24 03:49:57.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63482024-09-24T03:49:58.168Z[ recovery-image] Sep 24 03:49:57.550 INFO O| Sep 24 03:49:57.550 INFO STEP 763 (remove_files) COMPLETE
63492024-09-24T03:49:58.168Z[ recovery-image] Sep 24 03:49:57.550 INFO O| Sep 24 03:49:57.550 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-09-24T03:49:58.177Z[ recovery-image] Sep 24 03:49:57.562 INFO O| Sep 24 03:49:57.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63512024-09-24T03:49:58.180Z[ recovery-image] Sep 24 03:49:57.563 INFO O| Sep 24 03:49:57.563 INFO STEP 764 (remove_files) COMPLETE
63522024-09-24T03:49:58.180Z[ recovery-image] Sep 24 03:49:57.563 INFO O| Sep 24 03:49:57.563 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-09-24T03:49:58.190Z[ recovery-image] Sep 24 03:49:57.575 INFO O| Sep 24 03:49:57.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63542024-09-24T03:49:58.192Z[ recovery-image] Sep 24 03:49:57.575 INFO O| Sep 24 03:49:57.575 INFO STEP 765 (remove_files) COMPLETE
63552024-09-24T03:49:58.192Z[ recovery-image] Sep 24 03:49:57.575 INFO O| Sep 24 03:49:57.575 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-09-24T03:49:58.199Z[ recovery-image] Sep 24 03:49:57.585 INFO O| Sep 24 03:49:57.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63572024-09-24T03:49:58.199Z[ recovery-image] Sep 24 03:49:57.585 INFO O| Sep 24 03:49:57.585 INFO STEP 766 (remove_files) COMPLETE
63582024-09-24T03:49:58.202Z[ recovery-image] Sep 24 03:49:57.585 INFO O| Sep 24 03:49:57.585 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-09-24T03:49:58.209Z[ recovery-image] Sep 24 03:49:57.595 INFO O| Sep 24 03:49:57.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63602024-09-24T03:49:58.210Z[ recovery-image] Sep 24 03:49:57.595 INFO O| Sep 24 03:49:57.595 INFO STEP 767 (remove_files) COMPLETE
63612024-09-24T03:49:58.210Z[ recovery-image] Sep 24 03:49:57.595 INFO O| Sep 24 03:49:57.595 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-09-24T03:49:58.220Z[ recovery-image] Sep 24 03:49:57.605 INFO O| Sep 24 03:49:57.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63632024-09-24T03:49:58.220Z[ recovery-image] Sep 24 03:49:57.605 INFO O| Sep 24 03:49:57.605 INFO STEP 768 (remove_files) COMPLETE
63642024-09-24T03:49:58.222Z[ recovery-image] Sep 24 03:49:57.605 INFO O| Sep 24 03:49:57.605 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-09-24T03:49:58.230Z[ recovery-image] Sep 24 03:49:57.615 INFO O| Sep 24 03:49:57.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63662024-09-24T03:49:58.233Z[ recovery-image] Sep 24 03:49:57.615 INFO O| Sep 24 03:49:57.615 INFO STEP 769 (remove_files) COMPLETE
63672024-09-24T03:49:58.233Z[ recovery-image] Sep 24 03:49:57.615 INFO O| Sep 24 03:49:57.615 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-09-24T03:49:58.239Z[ recovery-image] Sep 24 03:49:57.624 INFO O| Sep 24 03:49:57.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63692024-09-24T03:49:58.239Z[ recovery-image] Sep 24 03:49:57.625 INFO O| Sep 24 03:49:57.624 INFO STEP 770 (remove_files) COMPLETE
63702024-09-24T03:49:58.244Z[ recovery-image] Sep 24 03:49:57.625 INFO O| Sep 24 03:49:57.625 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-09-24T03:49:58.249Z[ recovery-image] Sep 24 03:49:57.634 INFO O| Sep 24 03:49:57.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63722024-09-24T03:49:58.249Z[ recovery-image] Sep 24 03:49:57.634 INFO O| Sep 24 03:49:57.634 INFO STEP 771 (remove_files) COMPLETE
63732024-09-24T03:49:58.252Z[ recovery-image] Sep 24 03:49:57.635 INFO O| Sep 24 03:49:57.634 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-09-24T03:49:58.259Z[ recovery-image] Sep 24 03:49:57.644 INFO O| Sep 24 03:49:57.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63752024-09-24T03:49:58.262Z[ recovery-image] Sep 24 03:49:57.644 INFO O| Sep 24 03:49:57.644 INFO STEP 772 (remove_files) COMPLETE
63762024-09-24T03:49:58.262Z[ recovery-image] Sep 24 03:49:57.645 INFO O| Sep 24 03:49:57.644 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-09-24T03:49:58.269Z[ recovery-image] Sep 24 03:49:57.654 INFO O| Sep 24 03:49:57.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63782024-09-24T03:49:58.269Z[ recovery-image] Sep 24 03:49:57.654 INFO O| Sep 24 03:49:57.654 INFO STEP 773 (remove_files) COMPLETE
63792024-09-24T03:49:58.272Z[ recovery-image] Sep 24 03:49:57.654 INFO O| Sep 24 03:49:57.654 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-09-24T03:49:58.278Z[ recovery-image] Sep 24 03:49:57.664 INFO O| Sep 24 03:49:57.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63812024-09-24T03:49:58.281Z[ recovery-image] Sep 24 03:49:57.664 INFO O| Sep 24 03:49:57.664 INFO STEP 774 (remove_files) COMPLETE
63822024-09-24T03:49:58.281Z[ recovery-image] Sep 24 03:49:57.664 INFO O| Sep 24 03:49:57.664 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-09-24T03:49:58.288Z[ recovery-image] Sep 24 03:49:57.673 INFO O| Sep 24 03:49:57.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63842024-09-24T03:49:58.288Z[ recovery-image] Sep 24 03:49:57.673 INFO O| Sep 24 03:49:57.673 INFO STEP 775 (remove_files) COMPLETE
63852024-09-24T03:49:58.288Z[ recovery-image] Sep 24 03:49:57.673 INFO O| Sep 24 03:49:57.673 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-09-24T03:49:58.300Z[ recovery-image] Sep 24 03:49:57.685 INFO O| Sep 24 03:49:57.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63872024-09-24T03:49:58.304Z[ recovery-image] Sep 24 03:49:57.685 INFO O| Sep 24 03:49:57.685 INFO STEP 776 (remove_files) COMPLETE
63882024-09-24T03:49:58.304Z[ recovery-image] Sep 24 03:49:57.685 INFO O| Sep 24 03:49:57.685 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-09-24T03:49:58.310Z[ recovery-image] Sep 24 03:49:57.695 INFO O| Sep 24 03:49:57.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63902024-09-24T03:49:58.310Z[ recovery-image] Sep 24 03:49:57.695 INFO O| Sep 24 03:49:57.695 INFO STEP 777 (remove_files) COMPLETE
63912024-09-24T03:49:58.313Z[ recovery-image] Sep 24 03:49:57.695 INFO O| Sep 24 03:49:57.695 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-09-24T03:49:58.321Z[ recovery-image] Sep 24 03:49:57.706 INFO O| Sep 24 03:49:57.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63932024-09-24T03:49:58.321Z[ recovery-image] Sep 24 03:49:57.706 INFO O| Sep 24 03:49:57.706 INFO STEP 778 (remove_files) COMPLETE
63942024-09-24T03:49:58.324Z[ recovery-image] Sep 24 03:49:57.706 INFO O| Sep 24 03:49:57.706 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-09-24T03:49:58.331Z[ recovery-image] Sep 24 03:49:57.716 INFO O| Sep 24 03:49:57.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63962024-09-24T03:49:58.333Z[ recovery-image] Sep 24 03:49:57.716 INFO O| Sep 24 03:49:57.716 INFO STEP 779 (remove_files) COMPLETE
63972024-09-24T03:49:58.333Z[ recovery-image] Sep 24 03:49:57.716 INFO O| Sep 24 03:49:57.716 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-09-24T03:49:58.341Z[ recovery-image] Sep 24 03:49:57.726 INFO O| Sep 24 03:49:57.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63992024-09-24T03:49:58.341Z[ recovery-image] Sep 24 03:49:57.726 INFO O| Sep 24 03:49:57.726 INFO STEP 780 (remove_files) COMPLETE
64002024-09-24T03:49:58.345Z[ recovery-image] Sep 24 03:49:57.726 INFO O| Sep 24 03:49:57.726 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-09-24T03:49:58.352Z[ recovery-image] Sep 24 03:49:57.735 INFO O| Sep 24 03:49:57.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64022024-09-24T03:49:58.355Z[ recovery-image] Sep 24 03:49:57.736 INFO O| Sep 24 03:49:57.735 INFO STEP 781 (remove_files) COMPLETE
64032024-09-24T03:49:58.355Z[ recovery-image] Sep 24 03:49:57.736 INFO O| Sep 24 03:49:57.736 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-09-24T03:49:58.360Z[ recovery-image] Sep 24 03:49:57.745 INFO O| Sep 24 03:49:57.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64052024-09-24T03:49:58.362Z[ recovery-image] Sep 24 03:49:57.745 INFO O| Sep 24 03:49:57.745 INFO STEP 782 (remove_files) COMPLETE
64062024-09-24T03:49:58.362Z[ recovery-image] Sep 24 03:49:57.745 INFO O| Sep 24 03:49:57.745 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-09-24T03:49:58.369Z[ recovery-image] Sep 24 03:49:57.754 INFO O| Sep 24 03:49:57.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64082024-09-24T03:49:58.372Z[ recovery-image] Sep 24 03:49:57.754 INFO O| Sep 24 03:49:57.754 INFO STEP 783 (remove_files) COMPLETE
64092024-09-24T03:49:58.372Z[ recovery-image] Sep 24 03:49:57.755 INFO O| Sep 24 03:49:57.754 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-09-24T03:49:58.379Z[ recovery-image] Sep 24 03:49:57.764 INFO O| Sep 24 03:49:57.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64112024-09-24T03:49:58.379Z[ recovery-image] Sep 24 03:49:57.764 INFO O| Sep 24 03:49:57.764 INFO STEP 784 (remove_files) COMPLETE
64122024-09-24T03:49:58.379Z[ recovery-image] Sep 24 03:49:57.764 INFO O| Sep 24 03:49:57.764 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-09-24T03:49:58.388Z[ recovery-image] Sep 24 03:49:57.773 INFO O| Sep 24 03:49:57.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64142024-09-24T03:49:58.391Z[ recovery-image] Sep 24 03:49:57.774 INFO O| Sep 24 03:49:57.774 INFO STEP 785 (remove_files) COMPLETE
64152024-09-24T03:49:58.391Z[ recovery-image] Sep 24 03:49:57.774 INFO O| Sep 24 03:49:57.774 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-09-24T03:49:58.398Z[ recovery-image] Sep 24 03:49:57.783 INFO O| Sep 24 03:49:57.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64172024-09-24T03:49:58.400Z[ recovery-image] Sep 24 03:49:57.783 INFO O| Sep 24 03:49:57.783 INFO STEP 786 (remove_files) COMPLETE
64182024-09-24T03:49:58.400Z[ recovery-image] Sep 24 03:49:57.783 INFO O| Sep 24 03:49:57.783 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-09-24T03:49:58.407Z[ recovery-image] Sep 24 03:49:57.792 INFO O| Sep 24 03:49:57.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64202024-09-24T03:49:58.410Z[ recovery-image] Sep 24 03:49:57.793 INFO O| Sep 24 03:49:57.792 INFO STEP 787 (remove_files) COMPLETE
64212024-09-24T03:49:58.410Z[ recovery-image] Sep 24 03:49:57.793 INFO O| Sep 24 03:49:57.793 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-09-24T03:49:58.418Z[ recovery-image] Sep 24 03:49:57.802 INFO O| Sep 24 03:49:57.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64232024-09-24T03:49:58.422Z[ recovery-image] Sep 24 03:49:57.802 INFO O| Sep 24 03:49:57.802 INFO STEP 788 (remove_files) COMPLETE
64242024-09-24T03:49:58.422Z[ recovery-image] Sep 24 03:49:57.802 INFO O| Sep 24 03:49:57.802 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-09-24T03:49:58.427Z[ recovery-image] Sep 24 03:49:57.812 INFO O| Sep 24 03:49:57.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64262024-09-24T03:49:58.427Z[ recovery-image] Sep 24 03:49:57.812 INFO O| Sep 24 03:49:57.812 INFO STEP 789 (remove_files) COMPLETE
64272024-09-24T03:49:58.427Z[ recovery-image] Sep 24 03:49:57.812 INFO O| Sep 24 03:49:57.812 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-09-24T03:49:58.436Z[ recovery-image] Sep 24 03:49:57.821 INFO O| Sep 24 03:49:57.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64292024-09-24T03:49:58.438Z[ recovery-image] Sep 24 03:49:57.821 INFO O| Sep 24 03:49:57.821 INFO STEP 790 (remove_files) COMPLETE
64302024-09-24T03:49:58.439Z[ recovery-image] Sep 24 03:49:57.821 INFO O| Sep 24 03:49:57.821 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-09-24T03:49:58.445Z[ recovery-image] Sep 24 03:49:57.831 INFO O| Sep 24 03:49:57.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64322024-09-24T03:49:58.445Z[ recovery-image] Sep 24 03:49:57.831 INFO O| Sep 24 03:49:57.831 INFO STEP 791 (remove_files) COMPLETE
64332024-09-24T03:49:58.449Z[ recovery-image] Sep 24 03:49:57.831 INFO O| Sep 24 03:49:57.831 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-09-24T03:49:58.455Z[ recovery-image] Sep 24 03:49:57.840 INFO O| Sep 24 03:49:57.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64352024-09-24T03:49:58.455Z[ recovery-image] Sep 24 03:49:57.840 INFO O| Sep 24 03:49:57.840 INFO STEP 792 (remove_files) COMPLETE
64362024-09-24T03:49:58.455Z[ recovery-image] Sep 24 03:49:57.840 INFO O| Sep 24 03:49:57.840 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-09-24T03:49:58.464Z[ recovery-image] Sep 24 03:49:57.849 INFO O| Sep 24 03:49:57.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64382024-09-24T03:49:58.468Z[ recovery-image] Sep 24 03:49:57.849 INFO O| Sep 24 03:49:57.849 INFO STEP 793 (remove_files) COMPLETE
64392024-09-24T03:49:58.468Z[ recovery-image] Sep 24 03:49:57.850 INFO O| Sep 24 03:49:57.849 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-09-24T03:49:58.474Z[ recovery-image] Sep 24 03:49:57.859 INFO O| Sep 24 03:49:57.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64412024-09-24T03:49:58.474Z[ recovery-image] Sep 24 03:49:57.859 INFO O| Sep 24 03:49:57.859 INFO STEP 794 (remove_files) COMPLETE
64422024-09-24T03:49:58.474Z[ recovery-image] Sep 24 03:49:57.859 INFO O| Sep 24 03:49:57.859 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-09-24T03:49:58.483Z[ recovery-image] Sep 24 03:49:57.868 INFO O| Sep 24 03:49:57.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64442024-09-24T03:49:58.483Z[ recovery-image] Sep 24 03:49:57.868 INFO O| Sep 24 03:49:57.868 INFO STEP 795 (remove_files) COMPLETE
64452024-09-24T03:49:58.483Z[ recovery-image] Sep 24 03:49:57.868 INFO O| Sep 24 03:49:57.868 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-09-24T03:49:58.492Z[ recovery-image] Sep 24 03:49:57.877 INFO O| Sep 24 03:49:57.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64472024-09-24T03:49:58.495Z[ recovery-image] Sep 24 03:49:57.878 INFO O| Sep 24 03:49:57.878 INFO STEP 796 (remove_files) COMPLETE
64482024-09-24T03:49:58.495Z[ recovery-image] Sep 24 03:49:57.878 INFO O| Sep 24 03:49:57.878 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-09-24T03:49:58.502Z[ recovery-image] Sep 24 03:49:57.887 INFO O| Sep 24 03:49:57.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64502024-09-24T03:49:58.504Z[ recovery-image] Sep 24 03:49:57.888 INFO O| Sep 24 03:49:57.888 INFO STEP 797 (remove_files) COMPLETE
64512024-09-24T03:49:58.504Z[ recovery-image] Sep 24 03:49:57.888 INFO O| Sep 24 03:49:57.888 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-09-24T03:49:58.512Z[ recovery-image] Sep 24 03:49:57.897 INFO O| Sep 24 03:49:57.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64532024-09-24T03:49:58.512Z[ recovery-image] Sep 24 03:49:57.897 INFO O| Sep 24 03:49:57.897 INFO STEP 798 (remove_files) COMPLETE
64542024-09-24T03:49:58.514Z[ recovery-image] Sep 24 03:49:57.897 INFO O| Sep 24 03:49:57.897 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-09-24T03:49:58.523Z[ recovery-image] Sep 24 03:49:57.907 INFO O| Sep 24 03:49:57.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64562024-09-24T03:49:58.523Z[ recovery-image] Sep 24 03:49:57.907 INFO O| Sep 24 03:49:57.907 INFO STEP 799 (remove_files) COMPLETE
64572024-09-24T03:49:58.525Z[ recovery-image] Sep 24 03:49:57.907 INFO O| Sep 24 03:49:57.907 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-09-24T03:49:58.531Z[ recovery-image] Sep 24 03:49:57.916 INFO O| Sep 24 03:49:57.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64592024-09-24T03:49:58.533Z[ recovery-image] Sep 24 03:49:57.916 INFO O| Sep 24 03:49:57.916 INFO STEP 800 (remove_files) COMPLETE
64602024-09-24T03:49:58.533Z[ recovery-image] Sep 24 03:49:57.916 INFO O| Sep 24 03:49:57.916 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-09-24T03:49:58.540Z[ recovery-image] Sep 24 03:49:57.926 INFO O| Sep 24 03:49:57.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64622024-09-24T03:49:58.541Z[ recovery-image] Sep 24 03:49:57.926 INFO O| Sep 24 03:49:57.926 INFO STEP 801 (remove_files) COMPLETE
64632024-09-24T03:49:58.543Z[ recovery-image] Sep 24 03:49:57.926 INFO O| Sep 24 03:49:57.926 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-09-24T03:49:58.551Z[ recovery-image] Sep 24 03:49:57.935 INFO O| Sep 24 03:49:57.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64652024-09-24T03:49:58.554Z[ recovery-image] Sep 24 03:49:57.935 INFO O| Sep 24 03:49:57.935 INFO STEP 802 (remove_files) COMPLETE
64662024-09-24T03:49:58.554Z[ recovery-image] Sep 24 03:49:57.935 INFO O| Sep 24 03:49:57.935 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-09-24T03:49:58.559Z[ recovery-image] Sep 24 03:49:57.944 INFO O| Sep 24 03:49:57.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64682024-09-24T03:49:58.559Z[ recovery-image] Sep 24 03:49:57.945 INFO O| Sep 24 03:49:57.945 INFO STEP 803 (remove_files) COMPLETE
64692024-09-24T03:49:58.559Z[ recovery-image] Sep 24 03:49:57.945 INFO O| Sep 24 03:49:57.945 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-09-24T03:49:58.569Z[ recovery-image] Sep 24 03:49:57.954 INFO O| Sep 24 03:49:57.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64712024-09-24T03:49:58.572Z[ recovery-image] Sep 24 03:49:57.954 INFO O| Sep 24 03:49:57.954 INFO STEP 804 (remove_files) COMPLETE
64722024-09-24T03:49:58.572Z[ recovery-image] Sep 24 03:49:57.954 INFO O| Sep 24 03:49:57.954 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-09-24T03:49:58.578Z[ recovery-image] Sep 24 03:49:57.963 INFO O| Sep 24 03:49:57.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64742024-09-24T03:49:58.578Z[ recovery-image] Sep 24 03:49:57.963 INFO O| Sep 24 03:49:57.963 INFO STEP 805 (remove_files) COMPLETE
64752024-09-24T03:49:58.581Z[ recovery-image] Sep 24 03:49:57.963 INFO O| Sep 24 03:49:57.963 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-09-24T03:49:58.587Z[ recovery-image] Sep 24 03:49:57.973 INFO O| Sep 24 03:49:57.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64772024-09-24T03:49:58.587Z[ recovery-image] Sep 24 03:49:57.973 INFO O| Sep 24 03:49:57.973 INFO STEP 806 (remove_files) COMPLETE
64782024-09-24T03:49:58.587Z[ recovery-image] Sep 24 03:49:57.973 INFO O| Sep 24 03:49:57.973 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-09-24T03:49:58.597Z[ recovery-image] Sep 24 03:49:57.982 INFO O| Sep 24 03:49:57.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64802024-09-24T03:49:58.597Z[ recovery-image] Sep 24 03:49:57.982 INFO O| Sep 24 03:49:57.982 INFO STEP 807 (remove_files) COMPLETE
64812024-09-24T03:49:58.600Z[ recovery-image] Sep 24 03:49:57.982 INFO O| Sep 24 03:49:57.982 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-09-24T03:49:58.606Z[ recovery-image] Sep 24 03:49:57.991 INFO O| Sep 24 03:49:57.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64832024-09-24T03:49:58.609Z[ recovery-image] Sep 24 03:49:57.991 INFO O| Sep 24 03:49:57.991 INFO STEP 808 (remove_files) COMPLETE
64842024-09-24T03:49:58.609Z[ recovery-image] Sep 24 03:49:57.992 INFO O| Sep 24 03:49:57.991 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-09-24T03:49:58.616Z[ recovery-image] Sep 24 03:49:58.001 INFO O| Sep 24 03:49:58.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64862024-09-24T03:49:58.618Z[ recovery-image] Sep 24 03:49:58.001 INFO O| Sep 24 03:49:58.001 INFO STEP 809 (remove_files) COMPLETE
64872024-09-24T03:49:58.618Z[ recovery-image] Sep 24 03:49:58.001 INFO O| Sep 24 03:49:58.001 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-09-24T03:49:58.626Z[ recovery-image] Sep 24 03:49:58.011 INFO O| Sep 24 03:49:58.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64892024-09-24T03:49:58.628Z[ recovery-image] Sep 24 03:49:58.011 INFO O| Sep 24 03:49:58.011 INFO STEP 810 (remove_files) COMPLETE
64902024-09-24T03:49:58.628Z[ recovery-image] Sep 24 03:49:58.011 INFO O| Sep 24 03:49:58.011 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-09-24T03:49:58.635Z[ recovery-image] Sep 24 03:49:58.021 INFO O| Sep 24 03:49:58.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64922024-09-24T03:49:58.638Z[ recovery-image] Sep 24 03:49:58.021 INFO O| Sep 24 03:49:58.021 INFO STEP 811 (remove_files) COMPLETE
64932024-09-24T03:49:58.638Z[ recovery-image] Sep 24 03:49:58.021 INFO O| Sep 24 03:49:58.021 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-09-24T03:49:58.645Z[ recovery-image] Sep 24 03:49:58.030 INFO O| Sep 24 03:49:58.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64952024-09-24T03:49:58.645Z[ recovery-image] Sep 24 03:49:58.030 INFO O| Sep 24 03:49:58.030 INFO STEP 812 (remove_files) COMPLETE
64962024-09-24T03:49:58.645Z[ recovery-image] Sep 24 03:49:58.030 INFO O| Sep 24 03:49:58.030 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-09-24T03:49:58.654Z[ recovery-image] Sep 24 03:49:58.039 INFO O| Sep 24 03:49:58.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64982024-09-24T03:49:58.654Z[ recovery-image] Sep 24 03:49:58.040 INFO O| Sep 24 03:49:58.039 INFO STEP 813 (remove_files) COMPLETE
64992024-09-24T03:49:58.657Z[ recovery-image] Sep 24 03:49:58.040 INFO O| Sep 24 03:49:58.039 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-09-24T03:49:58.664Z[ recovery-image] Sep 24 03:49:58.049 INFO O| Sep 24 03:49:58.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65012024-09-24T03:49:58.664Z[ recovery-image] Sep 24 03:49:58.049 INFO O| Sep 24 03:49:58.049 INFO STEP 814 (remove_files) COMPLETE
65022024-09-24T03:49:58.664Z[ recovery-image] Sep 24 03:49:58.049 INFO O| Sep 24 03:49:58.049 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-09-24T03:49:58.673Z[ recovery-image] Sep 24 03:49:58.058 INFO O| Sep 24 03:49:58.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65042024-09-24T03:49:58.673Z[ recovery-image] Sep 24 03:49:58.058 INFO O| Sep 24 03:49:58.058 INFO STEP 815 (remove_files) COMPLETE
65052024-09-24T03:49:58.675Z[ recovery-image] Sep 24 03:49:58.058 INFO O| Sep 24 03:49:58.058 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-09-24T03:49:58.682Z[ recovery-image] Sep 24 03:49:58.068 INFO O| Sep 24 03:49:58.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65072024-09-24T03:49:58.682Z[ recovery-image] Sep 24 03:49:58.068 INFO O| Sep 24 03:49:58.068 INFO STEP 816 (remove_files) COMPLETE
65082024-09-24T03:49:58.684Z[ recovery-image] Sep 24 03:49:58.068 INFO O| Sep 24 03:49:58.068 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-09-24T03:49:58.692Z[ recovery-image] Sep 24 03:49:58.077 INFO O| Sep 24 03:49:58.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65102024-09-24T03:49:58.692Z[ recovery-image] Sep 24 03:49:58.077 INFO O| Sep 24 03:49:58.077 INFO STEP 817 (remove_files) COMPLETE
65112024-09-24T03:49:58.694Z[ recovery-image] Sep 24 03:49:58.077 INFO O| Sep 24 03:49:58.077 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-09-24T03:49:58.701Z[ recovery-image] Sep 24 03:49:58.087 INFO O| Sep 24 03:49:58.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65132024-09-24T03:49:58.701Z[ recovery-image] Sep 24 03:49:58.087 INFO O| Sep 24 03:49:58.087 INFO STEP 818 (remove_files) COMPLETE
65142024-09-24T03:49:58.701Z[ recovery-image] Sep 24 03:49:58.087 INFO O| Sep 24 03:49:58.087 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-09-24T03:49:58.711Z[ recovery-image] Sep 24 03:49:58.097 INFO O| Sep 24 03:49:58.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65162024-09-24T03:49:58.714Z[ recovery-image] Sep 24 03:49:58.097 INFO O| Sep 24 03:49:58.097 INFO STEP 819 (remove_files) COMPLETE
65172024-09-24T03:49:58.714Z[ recovery-image] Sep 24 03:49:58.097 INFO O| Sep 24 03:49:58.097 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-09-24T03:49:58.721Z[ recovery-image] Sep 24 03:49:58.106 INFO O| Sep 24 03:49:58.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65192024-09-24T03:49:58.721Z[ recovery-image] Sep 24 03:49:58.106 INFO O| Sep 24 03:49:58.106 INFO STEP 820 (remove_files) COMPLETE
65202024-09-24T03:49:58.721Z[ recovery-image] Sep 24 03:49:58.106 INFO O| Sep 24 03:49:58.106 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-09-24T03:49:58.730Z[ recovery-image] Sep 24 03:49:58.115 INFO O| Sep 24 03:49:58.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65222024-09-24T03:49:58.730Z[ recovery-image] Sep 24 03:49:58.115 INFO O| Sep 24 03:49:58.115 INFO STEP 821 (remove_files) COMPLETE
65232024-09-24T03:49:58.733Z[ recovery-image] Sep 24 03:49:58.115 INFO O| Sep 24 03:49:58.115 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-09-24T03:49:58.740Z[ recovery-image] Sep 24 03:49:58.125 INFO O| Sep 24 03:49:58.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65252024-09-24T03:49:58.742Z[ recovery-image] Sep 24 03:49:58.125 INFO O| Sep 24 03:49:58.125 INFO STEP 822 (remove_files) COMPLETE
65262024-09-24T03:49:58.742Z[ recovery-image] Sep 24 03:49:58.125 INFO O| Sep 24 03:49:58.125 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-09-24T03:49:58.749Z[ recovery-image] Sep 24 03:49:58.134 INFO O| Sep 24 03:49:58.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65282024-09-24T03:49:58.749Z[ recovery-image] Sep 24 03:49:58.134 INFO O| Sep 24 03:49:58.134 INFO STEP 823 (remove_files) COMPLETE
65292024-09-24T03:49:58.749Z[ recovery-image] Sep 24 03:49:58.134 INFO O| Sep 24 03:49:58.134 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-09-24T03:49:58.758Z[ recovery-image] Sep 24 03:49:58.144 INFO O| Sep 24 03:49:58.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65312024-09-24T03:49:58.761Z[ recovery-image] Sep 24 03:49:58.144 INFO O| Sep 24 03:49:58.144 INFO STEP 824 (remove_files) COMPLETE
65322024-09-24T03:49:58.761Z[ recovery-image] Sep 24 03:49:58.144 INFO O| Sep 24 03:49:58.144 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-09-24T03:49:58.768Z[ recovery-image] Sep 24 03:49:58.154 INFO O| Sep 24 03:49:58.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65342024-09-24T03:49:58.768Z[ recovery-image] Sep 24 03:49:58.154 INFO O| Sep 24 03:49:58.154 INFO STEP 825 (remove_files) COMPLETE
65352024-09-24T03:49:58.771Z[ recovery-image] Sep 24 03:49:58.154 INFO O| Sep 24 03:49:58.154 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-09-24T03:49:58.778Z[ recovery-image] Sep 24 03:49:58.163 INFO O| Sep 24 03:49:58.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65372024-09-24T03:49:58.778Z[ recovery-image] Sep 24 03:49:58.163 INFO O| Sep 24 03:49:58.163 INFO STEP 826 (remove_files) COMPLETE
65382024-09-24T03:49:58.778Z[ recovery-image] Sep 24 03:49:58.163 INFO O| Sep 24 03:49:58.163 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-09-24T03:49:58.787Z[ recovery-image] Sep 24 03:49:58.172 INFO O| Sep 24 03:49:58.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65402024-09-24T03:49:58.787Z[ recovery-image] Sep 24 03:49:58.173 INFO O| Sep 24 03:49:58.173 INFO STEP 827 (remove_files) COMPLETE
65412024-09-24T03:49:58.790Z[ recovery-image] Sep 24 03:49:58.173 INFO O| Sep 24 03:49:58.173 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-09-24T03:49:58.797Z[ recovery-image] Sep 24 03:49:58.182 INFO O| Sep 24 03:49:58.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65432024-09-24T03:49:58.797Z[ recovery-image] Sep 24 03:49:58.182 INFO O| Sep 24 03:49:58.182 INFO STEP 828 (remove_files) COMPLETE
65442024-09-24T03:49:58.799Z[ recovery-image] Sep 24 03:49:58.182 INFO O| Sep 24 03:49:58.182 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-09-24T03:49:58.806Z[ recovery-image] Sep 24 03:49:58.191 INFO O| Sep 24 03:49:58.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65462024-09-24T03:49:58.806Z[ recovery-image] Sep 24 03:49:58.192 INFO O| Sep 24 03:49:58.191 INFO STEP 829 (remove_files) COMPLETE
65472024-09-24T03:49:58.806Z[ recovery-image] Sep 24 03:49:58.192 INFO O| Sep 24 03:49:58.192 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-09-24T03:49:58.815Z[ recovery-image] Sep 24 03:49:58.201 INFO O| Sep 24 03:49:58.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65492024-09-24T03:49:58.818Z[ recovery-image] Sep 24 03:49:58.202 INFO O| Sep 24 03:49:58.202 INFO STEP 830 (remove_files) COMPLETE
65502024-09-24T03:49:58.818Z[ recovery-image] Sep 24 03:49:58.202 INFO O| Sep 24 03:49:58.202 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-09-24T03:49:58.826Z[ recovery-image] Sep 24 03:49:58.211 INFO O| Sep 24 03:49:58.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65522024-09-24T03:49:58.828Z[ recovery-image] Sep 24 03:49:58.211 INFO O| Sep 24 03:49:58.211 INFO STEP 831 (remove_files) COMPLETE
65532024-09-24T03:49:58.828Z[ recovery-image] Sep 24 03:49:58.211 INFO O| Sep 24 03:49:58.211 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-09-24T03:49:58.835Z[ recovery-image] Sep 24 03:49:58.220 INFO O| Sep 24 03:49:58.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65552024-09-24T03:49:58.837Z[ recovery-image] Sep 24 03:49:58.220 INFO O| Sep 24 03:49:58.220 INFO STEP 832 (remove_files) COMPLETE
65562024-09-24T03:49:58.837Z[ recovery-image] Sep 24 03:49:58.220 INFO O| Sep 24 03:49:58.220 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-09-24T03:49:58.845Z[ recovery-image] Sep 24 03:49:58.230 INFO O| Sep 24 03:49:58.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65582024-09-24T03:49:58.845Z[ recovery-image] Sep 24 03:49:58.230 INFO O| Sep 24 03:49:58.230 INFO STEP 833 (remove_files) COMPLETE
65592024-09-24T03:49:58.845Z[ recovery-image] Sep 24 03:49:58.230 INFO O| Sep 24 03:49:58.230 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-09-24T03:49:58.854Z[ recovery-image] Sep 24 03:49:58.239 INFO O| Sep 24 03:49:58.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65612024-09-24T03:49:58.854Z[ recovery-image] Sep 24 03:49:58.239 INFO O| Sep 24 03:49:58.239 INFO STEP 834 (remove_files) COMPLETE
65622024-09-24T03:49:58.856Z[ recovery-image] Sep 24 03:49:58.239 INFO O| Sep 24 03:49:58.239 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-09-24T03:49:58.863Z[ recovery-image] Sep 24 03:49:58.249 INFO O| Sep 24 03:49:58.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65642024-09-24T03:49:58.863Z[ recovery-image] Sep 24 03:49:58.249 INFO O| Sep 24 03:49:58.249 INFO STEP 835 (remove_files) COMPLETE
65652024-09-24T03:49:58.866Z[ recovery-image] Sep 24 03:49:58.249 INFO O| Sep 24 03:49:58.249 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-09-24T03:49:58.873Z[ recovery-image] Sep 24 03:49:58.258 INFO O| Sep 24 03:49:58.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65672024-09-24T03:49:58.873Z[ recovery-image] Sep 24 03:49:58.258 INFO O| Sep 24 03:49:58.258 INFO STEP 836 (remove_files) COMPLETE
65682024-09-24T03:49:58.873Z[ recovery-image] Sep 24 03:49:58.258 INFO O| Sep 24 03:49:58.258 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-09-24T03:49:58.883Z[ recovery-image] Sep 24 03:49:58.268 INFO O| Sep 24 03:49:58.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65702024-09-24T03:49:58.883Z[ recovery-image] Sep 24 03:49:58.268 INFO O| Sep 24 03:49:58.268 INFO STEP 837 (remove_files) COMPLETE
65712024-09-24T03:49:58.883Z[ recovery-image] Sep 24 03:49:58.268 INFO O| Sep 24 03:49:58.268 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-09-24T03:49:58.892Z[ recovery-image] Sep 24 03:49:58.277 INFO O| Sep 24 03:49:58.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65732024-09-24T03:49:58.895Z[ recovery-image] Sep 24 03:49:58.277 INFO O| Sep 24 03:49:58.277 INFO STEP 838 (remove_files) COMPLETE
65742024-09-24T03:49:58.895Z[ recovery-image] Sep 24 03:49:58.277 INFO O| Sep 24 03:49:58.277 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-09-24T03:49:58.902Z[ recovery-image] Sep 24 03:49:58.287 INFO O| Sep 24 03:49:58.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65762024-09-24T03:49:58.902Z[ recovery-image] Sep 24 03:49:58.287 INFO O| Sep 24 03:49:58.287 INFO STEP 839 (remove_files) COMPLETE
65772024-09-24T03:49:58.904Z[ recovery-image] Sep 24 03:49:58.287 INFO O| Sep 24 03:49:58.287 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-09-24T03:49:58.911Z[ recovery-image] Sep 24 03:49:58.296 INFO O| Sep 24 03:49:58.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65792024-09-24T03:49:58.913Z[ recovery-image] Sep 24 03:49:58.296 INFO O| Sep 24 03:49:58.296 INFO STEP 840 (remove_files) COMPLETE
65802024-09-24T03:49:58.914Z[ recovery-image] Sep 24 03:49:58.297 INFO O| Sep 24 03:49:58.296 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-09-24T03:49:58.921Z[ recovery-image] Sep 24 03:49:58.306 INFO O| Sep 24 03:49:58.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65822024-09-24T03:49:58.921Z[ recovery-image] Sep 24 03:49:58.306 INFO O| Sep 24 03:49:58.306 INFO STEP 841 (remove_files) COMPLETE
65832024-09-24T03:49:58.923Z[ recovery-image] Sep 24 03:49:58.306 INFO O| Sep 24 03:49:58.306 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-09-24T03:49:58.930Z[ recovery-image] Sep 24 03:49:58.315 INFO O| Sep 24 03:49:58.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65852024-09-24T03:49:58.933Z[ recovery-image] Sep 24 03:49:58.315 INFO O| Sep 24 03:49:58.315 INFO STEP 842 (remove_files) COMPLETE
65862024-09-24T03:49:58.933Z[ recovery-image] Sep 24 03:49:58.315 INFO O| Sep 24 03:49:58.315 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-09-24T03:49:58.940Z[ recovery-image] Sep 24 03:49:58.325 INFO O| Sep 24 03:49:58.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65882024-09-24T03:49:58.940Z[ recovery-image] Sep 24 03:49:58.325 INFO O| Sep 24 03:49:58.325 INFO STEP 843 (remove_files) COMPLETE
65892024-09-24T03:49:58.942Z[ recovery-image] Sep 24 03:49:58.325 INFO O| Sep 24 03:49:58.325 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-09-24T03:49:58.949Z[ recovery-image] Sep 24 03:49:58.334 INFO O| Sep 24 03:49:58.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65912024-09-24T03:49:58.949Z[ recovery-image] Sep 24 03:49:58.334 INFO O| Sep 24 03:49:58.334 INFO STEP 844 (remove_files) COMPLETE
65922024-09-24T03:49:58.952Z[ recovery-image] Sep 24 03:49:58.334 INFO O| Sep 24 03:49:58.334 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-09-24T03:49:58.959Z[ recovery-image] Sep 24 03:49:58.344 INFO O| Sep 24 03:49:58.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65942024-09-24T03:49:58.961Z[ recovery-image] Sep 24 03:49:58.344 INFO O| Sep 24 03:49:58.344 INFO STEP 845 (remove_files) COMPLETE
65952024-09-24T03:49:58.961Z[ recovery-image] Sep 24 03:49:58.344 INFO O| Sep 24 03:49:58.344 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-09-24T03:49:58.968Z[ recovery-image] Sep 24 03:49:58.354 INFO O| Sep 24 03:49:58.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65972024-09-24T03:49:58.971Z[ recovery-image] Sep 24 03:49:58.354 INFO O| Sep 24 03:49:58.354 INFO STEP 846 (remove_files) COMPLETE
65982024-09-24T03:49:58.971Z[ recovery-image] Sep 24 03:49:58.354 INFO O| Sep 24 03:49:58.354 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-09-24T03:49:58.978Z[ recovery-image] Sep 24 03:49:58.363 INFO O| Sep 24 03:49:58.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66002024-09-24T03:49:58.978Z[ recovery-image] Sep 24 03:49:58.363 INFO O| Sep 24 03:49:58.363 INFO STEP 847 (remove_files) COMPLETE
66012024-09-24T03:49:58.978Z[ recovery-image] Sep 24 03:49:58.363 INFO O| Sep 24 03:49:58.363 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-09-24T03:49:58.987Z[ recovery-image] Sep 24 03:49:58.373 INFO O| Sep 24 03:49:58.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66032024-09-24T03:49:58.990Z[ recovery-image] Sep 24 03:49:58.373 INFO O| Sep 24 03:49:58.373 INFO STEP 848 (remove_files) COMPLETE
66042024-09-24T03:49:58.990Z[ recovery-image] Sep 24 03:49:58.373 INFO O| Sep 24 03:49:58.373 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-09-24T03:49:58.997Z[ recovery-image] Sep 24 03:49:58.382 INFO O| Sep 24 03:49:58.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66062024-09-24T03:49:59.000Z[ recovery-image] Sep 24 03:49:58.382 INFO O| Sep 24 03:49:58.382 INFO STEP 849 (remove_files) COMPLETE
66072024-09-24T03:49:59.000Z[ recovery-image] Sep 24 03:49:58.382 INFO O| Sep 24 03:49:58.382 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-09-24T03:49:59.007Z[ recovery-image] Sep 24 03:49:58.392 INFO O| Sep 24 03:49:58.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66092024-09-24T03:49:59.009Z[ recovery-image] Sep 24 03:49:58.392 INFO O| Sep 24 03:49:58.392 INFO STEP 850 (remove_files) COMPLETE
66102024-09-24T03:49:59.009Z[ recovery-image] Sep 24 03:49:58.392 INFO O| Sep 24 03:49:58.392 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-09-24T03:49:59.016Z[ recovery-image] Sep 24 03:49:58.401 INFO O| Sep 24 03:49:58.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66122024-09-24T03:49:59.016Z[ recovery-image] Sep 24 03:49:58.402 INFO O| Sep 24 03:49:58.401 INFO STEP 851 (remove_files) COMPLETE
66132024-09-24T03:49:59.018Z[ recovery-image] Sep 24 03:49:58.402 INFO O| Sep 24 03:49:58.402 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-09-24T03:49:59.026Z[ recovery-image] Sep 24 03:49:58.411 INFO O| Sep 24 03:49:58.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66152024-09-24T03:49:59.026Z[ recovery-image] Sep 24 03:49:58.411 INFO O| Sep 24 03:49:58.411 INFO STEP 852 (remove_files) COMPLETE
66162024-09-24T03:49:59.026Z[ recovery-image] Sep 24 03:49:58.411 INFO O| Sep 24 03:49:58.411 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-09-24T03:49:59.035Z[ recovery-image] Sep 24 03:49:58.420 INFO O| Sep 24 03:49:58.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66182024-09-24T03:49:59.035Z[ recovery-image] Sep 24 03:49:58.420 INFO O| Sep 24 03:49:58.420 INFO STEP 853 (remove_files) COMPLETE
66192024-09-24T03:49:59.035Z[ recovery-image] Sep 24 03:49:58.420 INFO O| Sep 24 03:49:58.420 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-09-24T03:49:59.044Z[ recovery-image] Sep 24 03:49:58.430 INFO O| Sep 24 03:49:58.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66212024-09-24T03:49:59.045Z[ recovery-image] Sep 24 03:49:58.430 INFO O| Sep 24 03:49:58.430 INFO STEP 854 (remove_files) COMPLETE
66222024-09-24T03:49:59.045Z[ recovery-image] Sep 24 03:49:58.430 INFO O| Sep 24 03:49:58.430 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-09-24T03:49:59.055Z[ recovery-image] Sep 24 03:49:58.439 INFO O| Sep 24 03:49:58.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66242024-09-24T03:49:59.058Z[ recovery-image] Sep 24 03:49:58.439 INFO O| Sep 24 03:49:58.439 INFO STEP 855 (remove_files) COMPLETE
66252024-09-24T03:49:59.058Z[ recovery-image] Sep 24 03:49:58.439 INFO O| Sep 24 03:49:58.439 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-09-24T03:49:59.063Z[ recovery-image] Sep 24 03:49:58.449 INFO O| Sep 24 03:49:58.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66272024-09-24T03:49:59.063Z[ recovery-image] Sep 24 03:49:58.449 INFO O| Sep 24 03:49:58.449 INFO STEP 856 (remove_files) COMPLETE
66282024-09-24T03:49:59.063Z[ recovery-image] Sep 24 03:49:58.449 INFO O| Sep 24 03:49:58.449 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-09-24T03:49:59.073Z[ recovery-image] Sep 24 03:49:58.458 INFO O| Sep 24 03:49:58.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66302024-09-24T03:49:59.075Z[ recovery-image] Sep 24 03:49:58.458 INFO O| Sep 24 03:49:58.458 INFO STEP 857 (remove_files) COMPLETE
66312024-09-24T03:49:59.075Z[ recovery-image] Sep 24 03:49:58.458 INFO O| Sep 24 03:49:58.458 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-09-24T03:49:59.082Z[ recovery-image] Sep 24 03:49:58.468 INFO O| Sep 24 03:49:58.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66332024-09-24T03:49:59.082Z[ recovery-image] Sep 24 03:49:58.468 INFO O| Sep 24 03:49:58.468 INFO STEP 858 (remove_files) COMPLETE
66342024-09-24T03:49:59.085Z[ recovery-image] Sep 24 03:49:58.468 INFO O| Sep 24 03:49:58.468 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-09-24T03:49:59.092Z[ recovery-image] Sep 24 03:49:58.477 INFO O| Sep 24 03:49:58.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66362024-09-24T03:49:59.092Z[ recovery-image] Sep 24 03:49:58.477 INFO O| Sep 24 03:49:58.477 INFO STEP 859 (remove_files) COMPLETE
66372024-09-24T03:49:59.095Z[ recovery-image] Sep 24 03:49:58.477 INFO O| Sep 24 03:49:58.477 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-09-24T03:49:59.101Z[ recovery-image] Sep 24 03:49:58.486 INFO O| Sep 24 03:49:58.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66392024-09-24T03:49:59.101Z[ recovery-image] Sep 24 03:49:58.486 INFO O| Sep 24 03:49:58.486 INFO STEP 860 (remove_files) COMPLETE
66402024-09-24T03:49:59.103Z[ recovery-image] Sep 24 03:49:58.486 INFO O| Sep 24 03:49:58.486 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-09-24T03:49:59.110Z[ recovery-image] Sep 24 03:49:58.496 INFO O| Sep 24 03:49:58.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66422024-09-24T03:49:59.113Z[ recovery-image] Sep 24 03:49:58.496 INFO O| Sep 24 03:49:58.496 INFO STEP 861 (remove_files) COMPLETE
66432024-09-24T03:49:59.113Z[ recovery-image] Sep 24 03:49:58.496 INFO O| Sep 24 03:49:58.496 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-09-24T03:49:59.121Z[ recovery-image] Sep 24 03:49:58.505 INFO O| Sep 24 03:49:58.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66452024-09-24T03:49:59.124Z[ recovery-image] Sep 24 03:49:58.505 INFO O| Sep 24 03:49:58.505 INFO STEP 862 (remove_files) COMPLETE
66462024-09-24T03:49:59.124Z[ recovery-image] Sep 24 03:49:58.505 INFO O| Sep 24 03:49:58.505 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-09-24T03:49:59.129Z[ recovery-image] Sep 24 03:49:58.515 INFO O| Sep 24 03:49:58.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66482024-09-24T03:49:59.132Z[ recovery-image] Sep 24 03:49:58.515 INFO O| Sep 24 03:49:58.515 INFO STEP 863 (remove_files) COMPLETE
66492024-09-24T03:49:59.132Z[ recovery-image] Sep 24 03:49:58.515 INFO O| Sep 24 03:49:58.515 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-09-24T03:49:59.139Z[ recovery-image] Sep 24 03:49:58.524 INFO O| Sep 24 03:49:58.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66512024-09-24T03:49:59.139Z[ recovery-image] Sep 24 03:49:58.524 INFO O| Sep 24 03:49:58.524 INFO STEP 864 (remove_files) COMPLETE
66522024-09-24T03:49:59.139Z[ recovery-image] Sep 24 03:49:58.524 INFO O| Sep 24 03:49:58.524 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-09-24T03:49:59.148Z[ recovery-image] Sep 24 03:49:58.534 INFO O| Sep 24 03:49:58.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66542024-09-24T03:49:59.148Z[ recovery-image] Sep 24 03:49:58.534 INFO O| Sep 24 03:49:58.534 INFO STEP 865 (remove_files) COMPLETE
66552024-09-24T03:49:59.148Z[ recovery-image] Sep 24 03:49:58.534 INFO O| Sep 24 03:49:58.534 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-09-24T03:49:59.158Z[ recovery-image] Sep 24 03:49:58.543 INFO O| Sep 24 03:49:58.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66572024-09-24T03:49:59.158Z[ recovery-image] Sep 24 03:49:58.543 INFO O| Sep 24 03:49:58.543 INFO STEP 866 (remove_files) COMPLETE
66582024-09-24T03:49:59.160Z[ recovery-image] Sep 24 03:49:58.543 INFO O| Sep 24 03:49:58.543 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-09-24T03:49:59.167Z[ recovery-image] Sep 24 03:49:58.553 INFO O| Sep 24 03:49:58.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66602024-09-24T03:49:59.167Z[ recovery-image] Sep 24 03:49:58.553 INFO O| Sep 24 03:49:58.553 INFO STEP 867 (remove_files) COMPLETE
66612024-09-24T03:49:59.167Z[ recovery-image] Sep 24 03:49:58.553 INFO O| Sep 24 03:49:58.553 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-09-24T03:49:59.177Z[ recovery-image] Sep 24 03:49:58.562 INFO O| Sep 24 03:49:58.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66632024-09-24T03:49:59.177Z[ recovery-image] Sep 24 03:49:58.562 INFO O| Sep 24 03:49:58.562 INFO STEP 868 (remove_files) COMPLETE
66642024-09-24T03:49:59.179Z[ recovery-image] Sep 24 03:49:58.562 INFO O| Sep 24 03:49:58.562 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-09-24T03:49:59.188Z[ recovery-image] Sep 24 03:49:58.573 INFO O| Sep 24 03:49:58.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66662024-09-24T03:49:59.188Z[ recovery-image] Sep 24 03:49:58.573 INFO O| Sep 24 03:49:58.573 INFO STEP 869 (remove_files) COMPLETE
66672024-09-24T03:49:59.188Z[ recovery-image] Sep 24 03:49:58.573 INFO O| Sep 24 03:49:58.573 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-09-24T03:49:59.197Z[ recovery-image] Sep 24 03:49:58.582 INFO O| Sep 24 03:49:58.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66692024-09-24T03:49:59.197Z[ recovery-image] Sep 24 03:49:58.582 INFO O| Sep 24 03:49:58.582 INFO STEP 870 (remove_files) COMPLETE
66702024-09-24T03:49:59.197Z[ recovery-image] Sep 24 03:49:58.582 INFO O| Sep 24 03:49:58.582 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-09-24T03:49:59.206Z[ recovery-image] Sep 24 03:49:58.592 INFO O| Sep 24 03:49:58.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66722024-09-24T03:49:59.207Z[ recovery-image] Sep 24 03:49:58.592 INFO O| Sep 24 03:49:58.592 INFO STEP 871 (remove_files) COMPLETE
66732024-09-24T03:49:59.207Z[ recovery-image] Sep 24 03:49:58.592 INFO O| Sep 24 03:49:58.592 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-09-24T03:49:59.216Z[ recovery-image] Sep 24 03:49:58.601 INFO O| Sep 24 03:49:58.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66752024-09-24T03:49:59.218Z[ recovery-image] Sep 24 03:49:58.601 INFO O| Sep 24 03:49:58.601 INFO STEP 872 (remove_files) COMPLETE
66762024-09-24T03:49:59.218Z[ recovery-image] Sep 24 03:49:58.601 INFO O| Sep 24 03:49:58.601 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-09-24T03:49:59.225Z[ recovery-image] Sep 24 03:49:58.611 INFO O| Sep 24 03:49:58.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66782024-09-24T03:49:59.228Z[ recovery-image] Sep 24 03:49:58.611 INFO O| Sep 24 03:49:58.611 INFO STEP 873 (remove_files) COMPLETE
66792024-09-24T03:49:59.228Z[ recovery-image] Sep 24 03:49:58.611 INFO O| Sep 24 03:49:58.611 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-09-24T03:49:59.235Z[ recovery-image] Sep 24 03:49:58.620 INFO O| Sep 24 03:49:58.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66812024-09-24T03:49:59.237Z[ recovery-image] Sep 24 03:49:58.620 INFO O| Sep 24 03:49:58.620 INFO STEP 874 (remove_files) COMPLETE
66822024-09-24T03:49:59.237Z[ recovery-image] Sep 24 03:49:58.620 INFO O| Sep 24 03:49:58.620 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-09-24T03:49:59.244Z[ recovery-image] Sep 24 03:49:58.630 INFO O| Sep 24 03:49:58.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66842024-09-24T03:49:59.247Z[ recovery-image] Sep 24 03:49:58.630 INFO O| Sep 24 03:49:58.630 INFO STEP 875 (remove_files) COMPLETE
66852024-09-24T03:49:59.247Z[ recovery-image] Sep 24 03:49:58.630 INFO O| Sep 24 03:49:58.630 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-09-24T03:49:59.254Z[ recovery-image] Sep 24 03:49:58.639 INFO O| Sep 24 03:49:58.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66872024-09-24T03:49:59.256Z[ recovery-image] Sep 24 03:49:58.639 INFO O| Sep 24 03:49:58.639 INFO STEP 876 (remove_files) COMPLETE
66882024-09-24T03:49:59.257Z[ recovery-image] Sep 24 03:49:58.639 INFO O| Sep 24 03:49:58.639 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-09-24T03:49:59.264Z[ recovery-image] Sep 24 03:49:58.649 INFO O| Sep 24 03:49:58.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66902024-09-24T03:49:59.267Z[ recovery-image] Sep 24 03:49:58.649 INFO O| Sep 24 03:49:58.649 INFO STEP 877 (remove_files) COMPLETE
66912024-09-24T03:49:59.267Z[ recovery-image] Sep 24 03:49:58.649 INFO O| Sep 24 03:49:58.649 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-09-24T03:49:59.273Z[ recovery-image] Sep 24 03:49:58.658 INFO O| Sep 24 03:49:58.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66932024-09-24T03:49:59.276Z[ recovery-image] Sep 24 03:49:58.658 INFO O| Sep 24 03:49:58.658 INFO STEP 878 (remove_files) COMPLETE
66942024-09-24T03:49:59.276Z[ recovery-image] Sep 24 03:49:58.658 INFO O| Sep 24 03:49:58.658 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-09-24T03:49:59.283Z[ recovery-image] Sep 24 03:49:58.668 INFO O| Sep 24 03:49:58.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66962024-09-24T03:49:59.285Z[ recovery-image] Sep 24 03:49:58.668 INFO O| Sep 24 03:49:58.668 INFO STEP 879 (remove_files) COMPLETE
66972024-09-24T03:49:59.285Z[ recovery-image] Sep 24 03:49:58.668 INFO O| Sep 24 03:49:58.668 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-09-24T03:49:59.292Z[ recovery-image] Sep 24 03:49:58.678 INFO O| Sep 24 03:49:58.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66992024-09-24T03:49:59.295Z[ recovery-image] Sep 24 03:49:58.678 INFO O| Sep 24 03:49:58.678 INFO STEP 880 (remove_files) COMPLETE
67002024-09-24T03:49:59.295Z[ recovery-image] Sep 24 03:49:58.678 INFO O| Sep 24 03:49:58.678 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-09-24T03:49:59.302Z[ recovery-image] Sep 24 03:49:58.687 INFO O| Sep 24 03:49:58.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67022024-09-24T03:49:59.302Z[ recovery-image] Sep 24 03:49:58.687 INFO O| Sep 24 03:49:58.687 INFO STEP 881 (remove_files) COMPLETE
67032024-09-24T03:49:59.302Z[ recovery-image] Sep 24 03:49:58.687 INFO O| Sep 24 03:49:58.687 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-09-24T03:49:59.313Z[ recovery-image] Sep 24 03:49:58.697 INFO O| Sep 24 03:49:58.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67052024-09-24T03:49:59.313Z[ recovery-image] Sep 24 03:49:58.697 INFO O| Sep 24 03:49:58.697 INFO STEP 882 (remove_files) COMPLETE
67062024-09-24T03:49:59.316Z[ recovery-image] Sep 24 03:49:58.697 INFO O| Sep 24 03:49:58.697 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-09-24T03:49:59.321Z[ recovery-image] Sep 24 03:49:58.706 INFO O| Sep 24 03:49:58.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67082024-09-24T03:49:59.324Z[ recovery-image] Sep 24 03:49:58.706 INFO O| Sep 24 03:49:58.706 INFO STEP 883 (remove_files) COMPLETE
67092024-09-24T03:49:59.324Z[ recovery-image] Sep 24 03:49:58.706 INFO O| Sep 24 03:49:58.706 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-09-24T03:49:59.330Z[ recovery-image] Sep 24 03:49:58.716 INFO O| Sep 24 03:49:58.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67112024-09-24T03:49:59.330Z[ recovery-image] Sep 24 03:49:58.716 INFO O| Sep 24 03:49:58.716 INFO STEP 884 (remove_files) COMPLETE
67122024-09-24T03:49:59.333Z[ recovery-image] Sep 24 03:49:58.716 INFO O| Sep 24 03:49:58.716 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-09-24T03:49:59.340Z[ recovery-image] Sep 24 03:49:58.725 INFO O| Sep 24 03:49:58.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67142024-09-24T03:49:59.340Z[ recovery-image] Sep 24 03:49:58.725 INFO O| Sep 24 03:49:58.725 INFO STEP 885 (remove_files) COMPLETE
67152024-09-24T03:49:59.343Z[ recovery-image] Sep 24 03:49:58.725 INFO O| Sep 24 03:49:58.725 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-09-24T03:49:59.349Z[ recovery-image] Sep 24 03:49:58.735 INFO O| Sep 24 03:49:58.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67172024-09-24T03:49:59.352Z[ recovery-image] Sep 24 03:49:58.735 INFO O| Sep 24 03:49:58.735 INFO STEP 886 (remove_files) COMPLETE
67182024-09-24T03:49:59.352Z[ recovery-image] Sep 24 03:49:58.735 INFO O| Sep 24 03:49:58.735 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-09-24T03:49:59.359Z[ recovery-image] Sep 24 03:49:58.744 INFO O| Sep 24 03:49:58.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67202024-09-24T03:49:59.359Z[ recovery-image] Sep 24 03:49:58.744 INFO O| Sep 24 03:49:58.744 INFO STEP 887 (remove_files) COMPLETE
67212024-09-24T03:49:59.359Z[ recovery-image] Sep 24 03:49:58.744 INFO O| Sep 24 03:49:58.744 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-09-24T03:49:59.368Z[ recovery-image] Sep 24 03:49:58.753 INFO O| Sep 24 03:49:58.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67232024-09-24T03:49:59.368Z[ recovery-image] Sep 24 03:49:58.753 INFO O| Sep 24 03:49:58.753 INFO STEP 888 (remove_files) COMPLETE
67242024-09-24T03:49:59.371Z[ recovery-image] Sep 24 03:49:58.753 INFO O| Sep 24 03:49:58.753 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-09-24T03:49:59.377Z[ recovery-image] Sep 24 03:49:58.763 INFO O| Sep 24 03:49:58.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67262024-09-24T03:49:59.377Z[ recovery-image] Sep 24 03:49:58.763 INFO O| Sep 24 03:49:58.763 INFO STEP 889 (remove_files) COMPLETE
67272024-09-24T03:49:59.380Z[ recovery-image] Sep 24 03:49:58.763 INFO O| Sep 24 03:49:58.763 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-09-24T03:49:59.387Z[ recovery-image] Sep 24 03:49:58.772 INFO O| Sep 24 03:49:58.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67292024-09-24T03:49:59.389Z[ recovery-image] Sep 24 03:49:58.772 INFO O| Sep 24 03:49:58.772 INFO STEP 890 (remove_files) COMPLETE
67302024-09-24T03:49:59.389Z[ recovery-image] Sep 24 03:49:58.772 INFO O| Sep 24 03:49:58.772 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-09-24T03:49:59.396Z[ recovery-image] Sep 24 03:49:58.782 INFO O| Sep 24 03:49:58.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67322024-09-24T03:49:59.396Z[ recovery-image] Sep 24 03:49:58.782 INFO O| Sep 24 03:49:58.782 INFO STEP 891 (remove_files) COMPLETE
67332024-09-24T03:49:59.399Z[ recovery-image] Sep 24 03:49:58.782 INFO O| Sep 24 03:49:58.782 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-09-24T03:49:59.406Z[ recovery-image] Sep 24 03:49:58.791 INFO O| Sep 24 03:49:58.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67352024-09-24T03:49:59.406Z[ recovery-image] Sep 24 03:49:58.791 INFO O| Sep 24 03:49:58.791 INFO STEP 892 (remove_files) COMPLETE
67362024-09-24T03:49:59.409Z[ recovery-image] Sep 24 03:49:58.791 INFO O| Sep 24 03:49:58.791 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-09-24T03:49:59.417Z[ recovery-image] Sep 24 03:49:58.801 INFO O| Sep 24 03:49:58.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67382024-09-24T03:49:59.419Z[ recovery-image] Sep 24 03:49:58.801 INFO O| Sep 24 03:49:58.801 INFO STEP 893 (remove_files) COMPLETE
67392024-09-24T03:49:59.419Z[ recovery-image] Sep 24 03:49:58.801 INFO O| Sep 24 03:49:58.801 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-09-24T03:49:59.425Z[ recovery-image] Sep 24 03:49:58.810 INFO O| Sep 24 03:49:58.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67412024-09-24T03:49:59.425Z[ recovery-image] Sep 24 03:49:58.810 INFO O| Sep 24 03:49:58.810 INFO STEP 894 (remove_files) COMPLETE
67422024-09-24T03:49:59.427Z[ recovery-image] Sep 24 03:49:58.810 INFO O| Sep 24 03:49:58.810 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-09-24T03:49:59.435Z[ recovery-image] Sep 24 03:49:58.820 INFO O| Sep 24 03:49:58.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67442024-09-24T03:49:59.435Z[ recovery-image] Sep 24 03:49:58.820 INFO O| Sep 24 03:49:58.820 INFO STEP 895 (remove_files) COMPLETE
67452024-09-24T03:49:59.437Z[ recovery-image] Sep 24 03:49:58.820 INFO O| Sep 24 03:49:58.820 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-09-24T03:49:59.444Z[ recovery-image] Sep 24 03:49:58.829 INFO O| Sep 24 03:49:58.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67472024-09-24T03:49:59.447Z[ recovery-image] Sep 24 03:49:58.830 INFO O| Sep 24 03:49:58.829 INFO STEP 896 (remove_files) COMPLETE
67482024-09-24T03:49:59.447Z[ recovery-image] Sep 24 03:49:58.830 INFO O| Sep 24 03:49:58.829 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-09-24T03:49:59.454Z[ recovery-image] Sep 24 03:49:58.839 INFO O| Sep 24 03:49:58.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67502024-09-24T03:49:59.454Z[ recovery-image] Sep 24 03:49:58.839 INFO O| Sep 24 03:49:58.839 INFO STEP 897 (remove_files) COMPLETE
67512024-09-24T03:49:59.456Z[ recovery-image] Sep 24 03:49:58.839 INFO O| Sep 24 03:49:58.839 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-09-24T03:49:59.463Z[ recovery-image] Sep 24 03:49:58.848 INFO O| Sep 24 03:49:58.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67532024-09-24T03:49:59.465Z[ recovery-image] Sep 24 03:49:58.848 INFO O| Sep 24 03:49:58.848 INFO STEP 898 (remove_files) COMPLETE
67542024-09-24T03:49:59.465Z[ recovery-image] Sep 24 03:49:58.848 INFO O| Sep 24 03:49:58.848 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-09-24T03:49:59.472Z[ recovery-image] Sep 24 03:49:58.858 INFO O| Sep 24 03:49:58.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67562024-09-24T03:49:59.475Z[ recovery-image] Sep 24 03:49:58.858 INFO O| Sep 24 03:49:58.858 INFO STEP 899 (remove_files) COMPLETE
67572024-09-24T03:49:59.475Z[ recovery-image] Sep 24 03:49:58.858 INFO O| Sep 24 03:49:58.858 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-09-24T03:49:59.482Z[ recovery-image] Sep 24 03:49:58.867 INFO O| Sep 24 03:49:58.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67592024-09-24T03:49:59.482Z[ recovery-image] Sep 24 03:49:58.867 INFO O| Sep 24 03:49:58.867 INFO STEP 900 (remove_files) COMPLETE
67602024-09-24T03:49:59.482Z[ recovery-image] Sep 24 03:49:58.867 INFO O| Sep 24 03:49:58.867 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-09-24T03:49:59.492Z[ recovery-image] Sep 24 03:49:58.877 INFO O| Sep 24 03:49:58.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67622024-09-24T03:49:59.494Z[ recovery-image] Sep 24 03:49:58.877 INFO O| Sep 24 03:49:58.877 INFO STEP 901 (remove_files) COMPLETE
67632024-09-24T03:49:59.494Z[ recovery-image] Sep 24 03:49:58.877 INFO O| Sep 24 03:49:58.877 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-09-24T03:49:59.504Z[ recovery-image] Sep 24 03:49:58.886 INFO O| Sep 24 03:49:58.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67652024-09-24T03:49:59.510Z[ recovery-image] Sep 24 03:49:58.886 INFO O| Sep 24 03:49:58.886 INFO STEP 902 (remove_files) COMPLETE
67662024-09-24T03:49:59.510Z[ recovery-image] Sep 24 03:49:58.886 INFO O| Sep 24 03:49:58.886 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-09-24T03:49:59.513Z[ recovery-image] Sep 24 03:49:58.896 INFO O| Sep 24 03:49:58.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67682024-09-24T03:49:59.513Z[ recovery-image] Sep 24 03:49:58.896 INFO O| Sep 24 03:49:58.896 INFO STEP 903 (remove_files) COMPLETE
67692024-09-24T03:49:59.513Z[ recovery-image] Sep 24 03:49:58.896 INFO O| Sep 24 03:49:58.896 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-09-24T03:49:59.520Z[ host-image] Sep 24 03:49:58.905 INFO O| Sep 24 03:49:58.905 INFO O| Done
67712024-09-24T03:49:59.522Z[ recovery-image] Sep 24 03:49:58.905 INFO O| Sep 24 03:49:58.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67722024-09-24T03:49:59.522Z[ recovery-image] Sep 24 03:49:58.905 INFO O| Sep 24 03:49:58.905 INFO STEP 904 (remove_files) COMPLETE
67732024-09-24T03:49:59.522Z[ recovery-image] Sep 24 03:49:58.905 INFO O| Sep 24 03:49:58.905 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-09-24T03:49:59.529Z[ recovery-image] Sep 24 03:49:58.915 INFO O| Sep 24 03:49:58.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67752024-09-24T03:49:59.529Z[ recovery-image] Sep 24 03:49:58.915 INFO O| Sep 24 03:49:58.915 INFO STEP 905 (remove_files) COMPLETE
67762024-09-24T03:49:59.529Z[ recovery-image] Sep 24 03:49:58.915 INFO O| Sep 24 03:49:58.915 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-09-24T03:49:59.539Z[ recovery-image] Sep 24 03:49:58.924 INFO O| Sep 24 03:49:58.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67782024-09-24T03:49:59.539Z[ recovery-image] Sep 24 03:49:58.924 INFO O| Sep 24 03:49:58.924 INFO STEP 906 (remove_files) COMPLETE
67792024-09-24T03:49:59.541Z[ recovery-image] Sep 24 03:49:58.924 INFO O| Sep 24 03:49:58.924 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-09-24T03:49:59.549Z[ recovery-image] Sep 24 03:49:58.934 INFO O| Sep 24 03:49:58.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67812024-09-24T03:49:59.549Z[ recovery-image] Sep 24 03:49:58.934 INFO O| Sep 24 03:49:58.934 INFO STEP 907 (remove_files) COMPLETE
67822024-09-24T03:49:59.551Z[ recovery-image] Sep 24 03:49:58.934 INFO O| Sep 24 03:49:58.934 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-09-24T03:49:59.558Z[ recovery-image] Sep 24 03:49:58.943 INFO O| Sep 24 03:49:58.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67842024-09-24T03:49:59.558Z[ recovery-image] Sep 24 03:49:58.943 INFO O| Sep 24 03:49:58.943 INFO STEP 908 (remove_files) COMPLETE
67852024-09-24T03:49:59.558Z[ recovery-image] Sep 24 03:49:58.943 INFO O| Sep 24 03:49:58.943 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-09-24T03:49:59.568Z[ recovery-image] Sep 24 03:49:58.953 INFO O| Sep 24 03:49:58.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67872024-09-24T03:49:59.570Z[ recovery-image] Sep 24 03:49:58.953 INFO O| Sep 24 03:49:58.953 INFO STEP 909 (remove_files) COMPLETE
67882024-09-24T03:49:59.570Z[ recovery-image] Sep 24 03:49:58.953 INFO O| Sep 24 03:49:58.953 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-09-24T03:49:59.577Z[ recovery-image] Sep 24 03:49:58.962 INFO O| Sep 24 03:49:58.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67902024-09-24T03:49:59.577Z[ recovery-image] Sep 24 03:49:58.963 INFO O| Sep 24 03:49:58.962 INFO STEP 910 (remove_files) COMPLETE
67912024-09-24T03:49:59.577Z[ recovery-image] Sep 24 03:49:58.963 INFO O| Sep 24 03:49:58.963 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-09-24T03:49:59.587Z[ recovery-image] Sep 24 03:49:58.972 INFO O| Sep 24 03:49:58.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67932024-09-24T03:49:59.587Z[ recovery-image] Sep 24 03:49:58.972 INFO O| Sep 24 03:49:58.972 INFO STEP 911 (remove_files) COMPLETE
67942024-09-24T03:49:59.589Z[ recovery-image] Sep 24 03:49:58.972 INFO O| Sep 24 03:49:58.972 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-09-24T03:49:59.596Z[ recovery-image] Sep 24 03:49:58.981 INFO O| Sep 24 03:49:58.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67962024-09-24T03:49:59.596Z[ recovery-image] Sep 24 03:49:58.981 INFO O| Sep 24 03:49:58.981 INFO STEP 912 (remove_files) COMPLETE
67972024-09-24T03:49:59.599Z[ recovery-image] Sep 24 03:49:58.981 INFO O| Sep 24 03:49:58.981 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-09-24T03:49:59.606Z[ recovery-image] Sep 24 03:49:58.991 INFO O| Sep 24 03:49:58.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67992024-09-24T03:49:59.608Z[ recovery-image] Sep 24 03:49:58.991 INFO O| Sep 24 03:49:58.991 INFO STEP 913 (remove_files) COMPLETE
68002024-09-24T03:49:59.608Z[ recovery-image] Sep 24 03:49:58.991 INFO O| Sep 24 03:49:58.991 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-09-24T03:49:59.615Z[ recovery-image] Sep 24 03:49:59.000 INFO O| Sep 24 03:49:59.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68022024-09-24T03:49:59.617Z[ recovery-image] Sep 24 03:49:59.000 INFO O| Sep 24 03:49:59.000 INFO STEP 914 (remove_files) COMPLETE
68032024-09-24T03:49:59.617Z[ recovery-image] Sep 24 03:49:59.000 INFO O| Sep 24 03:49:59.000 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-09-24T03:49:59.626Z[ recovery-image] Sep 24 03:49:59.011 INFO O| Sep 24 03:49:59.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68052024-09-24T03:49:59.626Z[ recovery-image] Sep 24 03:49:59.011 INFO O| Sep 24 03:49:59.011 INFO STEP 915 (remove_files) COMPLETE
68062024-09-24T03:49:59.628Z[ recovery-image] Sep 24 03:49:59.011 INFO O| Sep 24 03:49:59.011 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-09-24T03:49:59.636Z[ recovery-image] Sep 24 03:49:59.020 INFO O| Sep 24 03:49:59.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68082024-09-24T03:49:59.636Z[ recovery-image] Sep 24 03:49:59.020 INFO O| Sep 24 03:49:59.020 INFO STEP 916 (remove_files) COMPLETE
68092024-09-24T03:49:59.640Z[ recovery-image] Sep 24 03:49:59.020 INFO O| Sep 24 03:49:59.020 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-09-24T03:49:59.645Z[ recovery-image] Sep 24 03:49:59.030 INFO O| Sep 24 03:49:59.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68112024-09-24T03:49:59.648Z[ recovery-image] Sep 24 03:49:59.030 INFO O| Sep 24 03:49:59.030 INFO STEP 917 (remove_files) COMPLETE
68122024-09-24T03:49:59.649Z[ recovery-image] Sep 24 03:49:59.030 INFO O| Sep 24 03:49:59.030 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-09-24T03:49:59.654Z[ recovery-image] Sep 24 03:49:59.039 INFO O| Sep 24 03:49:59.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68142024-09-24T03:49:59.655Z[ recovery-image] Sep 24 03:49:59.039 INFO O| Sep 24 03:49:59.039 INFO STEP 918 (remove_files) COMPLETE
68152024-09-24T03:49:59.658Z[ recovery-image] Sep 24 03:49:59.039 INFO O| Sep 24 03:49:59.039 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-09-24T03:49:59.664Z[ recovery-image] Sep 24 03:49:59.049 INFO O| Sep 24 03:49:59.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68172024-09-24T03:49:59.664Z[ recovery-image] Sep 24 03:49:59.049 INFO O| Sep 24 03:49:59.049 INFO STEP 919 (remove_files) COMPLETE
68182024-09-24T03:49:59.664Z[ recovery-image] Sep 24 03:49:59.049 INFO O| Sep 24 03:49:59.049 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-09-24T03:49:59.674Z[ recovery-image] Sep 24 03:49:59.058 INFO O| Sep 24 03:49:59.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68202024-09-24T03:49:59.674Z[ recovery-image] Sep 24 03:49:59.058 INFO O| Sep 24 03:49:59.058 INFO STEP 920 (remove_files) COMPLETE
68212024-09-24T03:49:59.683Z[ recovery-image] Sep 24 03:49:59.058 INFO O| Sep 24 03:49:59.058 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-09-24T03:49:59.689Z[ recovery-image] Sep 24 03:49:59.067 INFO O| Sep 24 03:49:59.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68232024-09-24T03:49:59.689Z[ recovery-image] Sep 24 03:49:59.067 INFO O| Sep 24 03:49:59.067 INFO STEP 921 (remove_files) COMPLETE
68242024-09-24T03:49:59.689Z[ recovery-image] Sep 24 03:49:59.067 INFO O| Sep 24 03:49:59.067 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-09-24T03:49:59.695Z[ recovery-image] Sep 24 03:49:59.077 INFO O| Sep 24 03:49:59.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68262024-09-24T03:49:59.695Z[ recovery-image] Sep 24 03:49:59.077 INFO O| Sep 24 03:49:59.077 INFO STEP 922 (remove_files) COMPLETE
68272024-09-24T03:49:59.695Z[ recovery-image] Sep 24 03:49:59.077 INFO O| Sep 24 03:49:59.077 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-09-24T03:49:59.702Z[ recovery-image] Sep 24 03:49:59.086 INFO O| Sep 24 03:49:59.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68292024-09-24T03:49:59.709Z[ recovery-image] Sep 24 03:49:59.086 INFO O| Sep 24 03:49:59.086 INFO STEP 923 (remove_files) COMPLETE
68302024-09-24T03:49:59.709Z[ recovery-image] Sep 24 03:49:59.086 INFO O| Sep 24 03:49:59.086 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-09-24T03:49:59.715Z[ recovery-image] Sep 24 03:49:59.095 INFO O| Sep 24 03:49:59.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68322024-09-24T03:49:59.715Z[ recovery-image] Sep 24 03:49:59.096 INFO O| Sep 24 03:49:59.096 INFO STEP 924 (remove_files) COMPLETE
68332024-09-24T03:49:59.715Z[ recovery-image] Sep 24 03:49:59.096 INFO O| Sep 24 03:49:59.096 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-09-24T03:49:59.722Z[ recovery-image] Sep 24 03:49:59.105 INFO O| Sep 24 03:49:59.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68352024-09-24T03:49:59.722Z[ recovery-image] Sep 24 03:49:59.105 INFO O| Sep 24 03:49:59.105 INFO STEP 925 (remove_files) COMPLETE
68362024-09-24T03:49:59.722Z[ recovery-image] Sep 24 03:49:59.105 INFO O| Sep 24 03:49:59.105 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-09-24T03:49:59.732Z[ recovery-image] Sep 24 03:49:59.116 INFO O| Sep 24 03:49:59.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68382024-09-24T03:49:59.732Z[ recovery-image] Sep 24 03:49:59.116 INFO O| Sep 24 03:49:59.116 INFO STEP 926 (remove_files) COMPLETE
68392024-09-24T03:49:59.732Z[ recovery-image] Sep 24 03:49:59.116 INFO O| Sep 24 03:49:59.116 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-09-24T03:49:59.741Z[ recovery-image] Sep 24 03:49:59.126 INFO O| Sep 24 03:49:59.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68412024-09-24T03:49:59.745Z[ recovery-image] Sep 24 03:49:59.126 INFO O| Sep 24 03:49:59.126 INFO STEP 927 (remove_files) COMPLETE
68422024-09-24T03:49:59.745Z[ recovery-image] Sep 24 03:49:59.126 INFO O| Sep 24 03:49:59.126 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-09-24T03:49:59.753Z[ recovery-image] Sep 24 03:49:59.135 INFO O| Sep 24 03:49:59.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68442024-09-24T03:49:59.760Z[ recovery-image] Sep 24 03:49:59.135 INFO O| Sep 24 03:49:59.135 INFO STEP 928 (remove_files) COMPLETE
68452024-09-24T03:49:59.760Z[ recovery-image] Sep 24 03:49:59.135 INFO O| Sep 24 03:49:59.135 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-09-24T03:49:59.768Z[ recovery-image] Sep 24 03:49:59.145 INFO O| Sep 24 03:49:59.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68472024-09-24T03:49:59.768Z[ recovery-image] Sep 24 03:49:59.145 INFO O| Sep 24 03:49:59.145 INFO STEP 929 (remove_files) COMPLETE
68482024-09-24T03:49:59.768Z[ recovery-image] Sep 24 03:49:59.145 INFO O| Sep 24 03:49:59.145 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-09-24T03:49:59.772Z[ recovery-image] Sep 24 03:49:59.154 INFO O| Sep 24 03:49:59.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68502024-09-24T03:49:59.772Z[ recovery-image] Sep 24 03:49:59.154 INFO O| Sep 24 03:49:59.154 INFO STEP 930 (remove_files) COMPLETE
68512024-09-24T03:49:59.772Z[ recovery-image] Sep 24 03:49:59.154 INFO O| Sep 24 03:49:59.154 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-09-24T03:49:59.779Z[ recovery-image] Sep 24 03:49:59.163 INFO O| Sep 24 03:49:59.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68532024-09-24T03:49:59.782Z[ recovery-image] Sep 24 03:49:59.163 INFO O| Sep 24 03:49:59.163 INFO STEP 931 (remove_files) COMPLETE
68542024-09-24T03:49:59.782Z[ recovery-image] Sep 24 03:49:59.164 INFO O| Sep 24 03:49:59.163 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-09-24T03:49:59.788Z[ recovery-image] Sep 24 03:49:59.173 INFO O| Sep 24 03:49:59.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68562024-09-24T03:49:59.789Z[ recovery-image] Sep 24 03:49:59.173 INFO O| Sep 24 03:49:59.173 INFO STEP 932 (remove_files) COMPLETE
68572024-09-24T03:49:59.793Z[ recovery-image] Sep 24 03:49:59.173 INFO O| Sep 24 03:49:59.173 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-09-24T03:49:59.798Z[ recovery-image] Sep 24 03:49:59.183 INFO O| Sep 24 03:49:59.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68592024-09-24T03:49:59.798Z[ recovery-image] Sep 24 03:49:59.183 INFO O| Sep 24 03:49:59.183 INFO STEP 933 (remove_files) COMPLETE
68602024-09-24T03:49:59.801Z[ recovery-image] Sep 24 03:49:59.183 INFO O| Sep 24 03:49:59.183 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-09-24T03:49:59.808Z[ recovery-image] Sep 24 03:49:59.192 INFO O| Sep 24 03:49:59.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68622024-09-24T03:49:59.808Z[ recovery-image] Sep 24 03:49:59.192 INFO O| Sep 24 03:49:59.192 INFO STEP 934 (remove_files) COMPLETE
68632024-09-24T03:49:59.811Z[ recovery-image] Sep 24 03:49:59.192 INFO O| Sep 24 03:49:59.192 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-09-24T03:49:59.818Z[ recovery-image] Sep 24 03:49:59.202 INFO O| Sep 24 03:49:59.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68652024-09-24T03:49:59.822Z[ recovery-image] Sep 24 03:49:59.202 INFO O| Sep 24 03:49:59.202 INFO STEP 935 (remove_files) COMPLETE
68662024-09-24T03:49:59.822Z[ recovery-image] Sep 24 03:49:59.202 INFO O| Sep 24 03:49:59.202 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-09-24T03:49:59.827Z[ recovery-image] Sep 24 03:49:59.211 INFO O| Sep 24 03:49:59.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68682024-09-24T03:49:59.827Z[ recovery-image] Sep 24 03:49:59.211 INFO O| Sep 24 03:49:59.211 INFO STEP 936 (remove_files) COMPLETE
68692024-09-24T03:49:59.832Z[ recovery-image] Sep 24 03:49:59.211 INFO O| Sep 24 03:49:59.211 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-09-24T03:49:59.836Z[ recovery-image] Sep 24 03:49:59.221 INFO O| Sep 24 03:49:59.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68712024-09-24T03:49:59.836Z[ recovery-image] Sep 24 03:49:59.221 INFO O| Sep 24 03:49:59.221 INFO STEP 937 (remove_files) COMPLETE
68722024-09-24T03:49:59.836Z[ recovery-image] Sep 24 03:49:59.221 INFO O| Sep 24 03:49:59.221 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-09-24T03:49:59.845Z[ recovery-image] Sep 24 03:49:59.230 INFO O| Sep 24 03:49:59.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68742024-09-24T03:49:59.845Z[ recovery-image] Sep 24 03:49:59.230 INFO O| Sep 24 03:49:59.230 INFO STEP 938 (remove_files) COMPLETE
68752024-09-24T03:49:59.849Z[ recovery-image] Sep 24 03:49:59.230 INFO O| Sep 24 03:49:59.230 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-09-24T03:49:59.855Z[ recovery-image] Sep 24 03:49:59.240 INFO O| Sep 24 03:49:59.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68772024-09-24T03:49:59.855Z[ recovery-image] Sep 24 03:49:59.240 INFO O| Sep 24 03:49:59.240 INFO STEP 939 (remove_files) COMPLETE
68782024-09-24T03:49:59.858Z[ recovery-image] Sep 24 03:49:59.240 INFO O| Sep 24 03:49:59.240 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-09-24T03:49:59.865Z[ recovery-image] Sep 24 03:49:59.249 INFO O| Sep 24 03:49:59.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68802024-09-24T03:49:59.865Z[ recovery-image] Sep 24 03:49:59.249 INFO O| Sep 24 03:49:59.249 INFO STEP 940 (remove_files) COMPLETE
68812024-09-24T03:49:59.870Z[ recovery-image] Sep 24 03:49:59.249 INFO O| Sep 24 03:49:59.249 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-09-24T03:49:59.875Z[ recovery-image] Sep 24 03:49:59.259 INFO O| Sep 24 03:49:59.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68832024-09-24T03:49:59.875Z[ recovery-image] Sep 24 03:49:59.259 INFO O| Sep 24 03:49:59.259 INFO STEP 941 (remove_files) COMPLETE
68842024-09-24T03:49:59.876Z[ recovery-image] Sep 24 03:49:59.259 INFO O| Sep 24 03:49:59.259 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-09-24T03:49:59.884Z[ recovery-image] Sep 24 03:49:59.268 INFO O| Sep 24 03:49:59.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68862024-09-24T03:49:59.884Z[ recovery-image] Sep 24 03:49:59.268 INFO O| Sep 24 03:49:59.268 INFO STEP 942 (remove_files) COMPLETE
68872024-09-24T03:49:59.888Z[ recovery-image] Sep 24 03:49:59.268 INFO O| Sep 24 03:49:59.268 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-09-24T03:49:59.893Z[ recovery-image] Sep 24 03:49:59.277 INFO O| Sep 24 03:49:59.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68892024-09-24T03:49:59.893Z[ recovery-image] Sep 24 03:49:59.277 INFO O| Sep 24 03:49:59.277 INFO STEP 943 (remove_files) COMPLETE
68902024-09-24T03:49:59.896Z[ recovery-image] Sep 24 03:49:59.278 INFO O| Sep 24 03:49:59.277 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-09-24T03:49:59.902Z[ recovery-image] Sep 24 03:49:59.287 INFO O| Sep 24 03:49:59.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68922024-09-24T03:49:59.903Z[ recovery-image] Sep 24 03:49:59.287 INFO O| Sep 24 03:49:59.287 INFO STEP 944 (remove_files) COMPLETE
68932024-09-24T03:49:59.906Z[ recovery-image] Sep 24 03:49:59.287 INFO O| Sep 24 03:49:59.287 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-09-24T03:49:59.911Z[ recovery-image] Sep 24 03:49:59.297 INFO O| Sep 24 03:49:59.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68952024-09-24T03:49:59.911Z[ recovery-image] Sep 24 03:49:59.297 INFO O| Sep 24 03:49:59.297 INFO STEP 945 (remove_files) COMPLETE
68962024-09-24T03:49:59.914Z[ recovery-image] Sep 24 03:49:59.297 INFO O| Sep 24 03:49:59.297 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-09-24T03:49:59.921Z[ recovery-image] Sep 24 03:49:59.306 INFO O| Sep 24 03:49:59.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68982024-09-24T03:49:59.924Z[ recovery-image] Sep 24 03:49:59.306 INFO O| Sep 24 03:49:59.306 INFO STEP 946 (remove_files) COMPLETE
68992024-09-24T03:49:59.924Z[ recovery-image] Sep 24 03:49:59.306 INFO O| Sep 24 03:49:59.306 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-09-24T03:49:59.931Z[ recovery-image] Sep 24 03:49:59.316 INFO O| Sep 24 03:49:59.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69012024-09-24T03:49:59.931Z[ recovery-image] Sep 24 03:49:59.316 INFO O| Sep 24 03:49:59.316 INFO STEP 947 (remove_files) COMPLETE
69022024-09-24T03:49:59.935Z[ recovery-image] Sep 24 03:49:59.316 INFO O| Sep 24 03:49:59.316 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-09-24T03:49:59.941Z[ recovery-image] Sep 24 03:49:59.325 INFO O| Sep 24 03:49:59.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69042024-09-24T03:49:59.941Z[ recovery-image] Sep 24 03:49:59.325 INFO O| Sep 24 03:49:59.325 INFO STEP 948 (remove_files) COMPLETE
69052024-09-24T03:49:59.946Z[ recovery-image] Sep 24 03:49:59.325 INFO O| Sep 24 03:49:59.325 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-09-24T03:49:59.951Z[ recovery-image] Sep 24 03:49:59.335 INFO O| Sep 24 03:49:59.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69072024-09-24T03:49:59.951Z[ recovery-image] Sep 24 03:49:59.335 INFO O| Sep 24 03:49:59.335 INFO STEP 949 (remove_files) COMPLETE
69082024-09-24T03:49:59.955Z[ recovery-image] Sep 24 03:49:59.335 INFO O| Sep 24 03:49:59.335 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-09-24T03:49:59.963Z[ recovery-image] Sep 24 03:49:59.344 INFO O| Sep 24 03:49:59.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69102024-09-24T03:49:59.966Z[ recovery-image] Sep 24 03:49:59.344 INFO O| Sep 24 03:49:59.344 INFO STEP 950 (remove_files) COMPLETE
69112024-09-24T03:49:59.967Z[ recovery-image] Sep 24 03:49:59.344 INFO O| Sep 24 03:49:59.344 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-09-24T03:49:59.971Z[ recovery-image] Sep 24 03:49:59.354 INFO O| Sep 24 03:49:59.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69132024-09-24T03:49:59.971Z[ recovery-image] Sep 24 03:49:59.354 INFO O| Sep 24 03:49:59.354 INFO STEP 951 (remove_files) COMPLETE
69142024-09-24T03:49:59.971Z[ recovery-image] Sep 24 03:49:59.354 INFO O| Sep 24 03:49:59.354 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-09-24T03:49:59.975Z[ host-image] Sep 24 03:49:59.358 INFO O| Sep 24 03:49:59.358 INFO O| Done
69162024-09-24T03:49:59.980Z[ recovery-image] Sep 24 03:49:59.363 INFO O| Sep 24 03:49:59.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69172024-09-24T03:49:59.980Z[ recovery-image] Sep 24 03:49:59.363 INFO O| Sep 24 03:49:59.363 INFO STEP 952 (remove_files) COMPLETE
69182024-09-24T03:49:59.981Z[ recovery-image] Sep 24 03:49:59.363 INFO O| Sep 24 03:49:59.363 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-09-24T03:49:59.988Z[ recovery-image] Sep 24 03:49:59.373 INFO O| Sep 24 03:49:59.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69202024-09-24T03:49:59.988Z[ recovery-image] Sep 24 03:49:59.373 INFO O| Sep 24 03:49:59.373 INFO STEP 953 (remove_files) COMPLETE
69212024-09-24T03:49:59.993Z[ recovery-image] Sep 24 03:49:59.373 INFO O| Sep 24 03:49:59.373 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-09-24T03:49:59.999Z[ recovery-image] Sep 24 03:49:59.383 INFO O| Sep 24 03:49:59.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69232024-09-24T03:49:59.999Z[ recovery-image] Sep 24 03:49:59.383 INFO O| Sep 24 03:49:59.383 INFO STEP 954 (remove_files) COMPLETE
69242024-09-24T03:49:59.999Z[ recovery-image] Sep 24 03:49:59.383 INFO O| Sep 24 03:49:59.383 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-09-24T03:50:00.011Z[ recovery-image] Sep 24 03:49:59.393 INFO O| Sep 24 03:49:59.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69262024-09-24T03:50:00.012Z[ recovery-image] Sep 24 03:49:59.393 INFO O| Sep 24 03:49:59.393 INFO STEP 955 (remove_files) COMPLETE
69272024-09-24T03:50:00.017Z[ recovery-image] Sep 24 03:49:59.393 INFO O| Sep 24 03:49:59.393 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-09-24T03:50:00.022Z[ recovery-image] Sep 24 03:49:59.403 INFO O| Sep 24 03:49:59.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69292024-09-24T03:50:00.022Z[ recovery-image] Sep 24 03:49:59.403 INFO O| Sep 24 03:49:59.403 INFO STEP 956 (remove_files) COMPLETE
69302024-09-24T03:50:00.023Z[ recovery-image] Sep 24 03:49:59.403 INFO O| Sep 24 03:49:59.403 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-09-24T03:50:00.031Z[ recovery-image] Sep 24 03:49:59.413 INFO O| Sep 24 03:49:59.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69322024-09-24T03:50:00.031Z[ recovery-image] Sep 24 03:49:59.413 INFO O| Sep 24 03:49:59.413 INFO STEP 957 (remove_files) COMPLETE
69332024-09-24T03:50:00.031Z[ recovery-image] Sep 24 03:49:59.413 INFO O| Sep 24 03:49:59.413 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-09-24T03:50:00.038Z[ recovery-image] Sep 24 03:49:59.423 INFO O| Sep 24 03:49:59.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69352024-09-24T03:50:00.039Z[ recovery-image] Sep 24 03:49:59.423 INFO O| Sep 24 03:49:59.423 INFO STEP 958 (remove_files) COMPLETE
69362024-09-24T03:50:00.039Z[ recovery-image] Sep 24 03:49:59.423 INFO O| Sep 24 03:49:59.423 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-09-24T03:50:00.055Z[ recovery-image] Sep 24 03:49:59.432 INFO O| Sep 24 03:49:59.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69382024-09-24T03:50:00.055Z[ recovery-image] Sep 24 03:49:59.433 INFO O| Sep 24 03:49:59.432 INFO STEP 959 (remove_files) COMPLETE
69392024-09-24T03:50:00.078Z[ recovery-image] Sep 24 03:49:59.433 INFO O| Sep 24 03:49:59.433 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-09-24T03:50:00.079Z[ recovery-image] Sep 24 03:49:59.442 INFO O| Sep 24 03:49:59.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69412024-09-24T03:50:00.079Z[ recovery-image] Sep 24 03:49:59.442 INFO O| Sep 24 03:49:59.442 INFO STEP 960 (remove_files) COMPLETE
69422024-09-24T03:50:00.079Z[ recovery-image] Sep 24 03:49:59.442 INFO O| Sep 24 03:49:59.442 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-09-24T03:50:00.079Z[ recovery-image] Sep 24 03:49:59.452 INFO O| Sep 24 03:49:59.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69442024-09-24T03:50:00.080Z[ recovery-image] Sep 24 03:49:59.452 INFO O| Sep 24 03:49:59.452 INFO STEP 961 (remove_files) COMPLETE
69452024-09-24T03:50:00.080Z[ recovery-image] Sep 24 03:49:59.452 INFO O| Sep 24 03:49:59.452 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-09-24T03:50:00.085Z[ recovery-image] Sep 24 03:49:59.461 INFO O| Sep 24 03:49:59.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69472024-09-24T03:50:00.086Z[ recovery-image] Sep 24 03:49:59.461 INFO O| Sep 24 03:49:59.461 INFO STEP 962 (remove_files) COMPLETE
69482024-09-24T03:50:00.086Z[ recovery-image] Sep 24 03:49:59.461 INFO O| Sep 24 03:49:59.461 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-09-24T03:50:00.088Z[ recovery-image] Sep 24 03:49:59.471 INFO O| Sep 24 03:49:59.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69502024-09-24T03:50:00.088Z[ recovery-image] Sep 24 03:49:59.471 INFO O| Sep 24 03:49:59.471 INFO STEP 963 (remove_files) COMPLETE
69512024-09-24T03:50:00.088Z[ recovery-image] Sep 24 03:49:59.471 INFO O| Sep 24 03:49:59.471 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-09-24T03:50:00.096Z[ recovery-image] Sep 24 03:49:59.481 INFO O| Sep 24 03:49:59.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69532024-09-24T03:50:00.098Z[ recovery-image] Sep 24 03:49:59.481 INFO O| Sep 24 03:49:59.481 INFO STEP 964 (remove_files) COMPLETE
69542024-09-24T03:50:00.098Z[ recovery-image] Sep 24 03:49:59.482 INFO O| Sep 24 03:49:59.481 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-09-24T03:50:00.106Z[ recovery-image] Sep 24 03:49:59.491 INFO O| Sep 24 03:49:59.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69562024-09-24T03:50:00.109Z[ recovery-image] Sep 24 03:49:59.491 INFO O| Sep 24 03:49:59.491 INFO STEP 965 (remove_files) COMPLETE
69572024-09-24T03:50:00.109Z[ recovery-image] Sep 24 03:49:59.491 INFO O| Sep 24 03:49:59.491 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-09-24T03:50:00.116Z[ recovery-image] Sep 24 03:49:59.501 INFO O| Sep 24 03:49:59.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69592024-09-24T03:50:00.116Z[ recovery-image] Sep 24 03:49:59.501 INFO O| Sep 24 03:49:59.501 INFO STEP 966 (remove_files) COMPLETE
69602024-09-24T03:50:00.121Z[ recovery-image] Sep 24 03:49:59.501 INFO O| Sep 24 03:49:59.501 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-09-24T03:50:00.127Z[ recovery-image] Sep 24 03:49:59.511 INFO O| Sep 24 03:49:59.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69622024-09-24T03:50:00.127Z[ recovery-image] Sep 24 03:49:59.511 INFO O| Sep 24 03:49:59.511 INFO STEP 967 (remove_files) COMPLETE
69632024-09-24T03:50:00.131Z[ recovery-image] Sep 24 03:49:59.511 INFO O| Sep 24 03:49:59.511 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-09-24T03:50:00.136Z[ recovery-image] Sep 24 03:49:59.520 INFO O| Sep 24 03:49:59.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69652024-09-24T03:50:00.141Z[ recovery-image] Sep 24 03:49:59.521 INFO O| Sep 24 03:49:59.520 INFO STEP 968 (remove_files) COMPLETE
69662024-09-24T03:50:00.141Z[ recovery-image] Sep 24 03:49:59.521 INFO O| Sep 24 03:49:59.521 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-09-24T03:50:00.146Z[ recovery-image] Sep 24 03:49:59.530 INFO O| Sep 24 03:49:59.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69682024-09-24T03:50:00.146Z[ recovery-image] Sep 24 03:49:59.530 INFO O| Sep 24 03:49:59.530 INFO STEP 969 (remove_files) COMPLETE
69692024-09-24T03:50:00.150Z[ recovery-image] Sep 24 03:49:59.530 INFO O| Sep 24 03:49:59.530 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-09-24T03:50:00.156Z[ recovery-image] Sep 24 03:49:59.540 INFO O| Sep 24 03:49:59.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69712024-09-24T03:50:00.160Z[ recovery-image] Sep 24 03:49:59.540 INFO O| Sep 24 03:49:59.540 INFO STEP 970 (remove_files) COMPLETE
69722024-09-24T03:50:00.160Z[ recovery-image] Sep 24 03:49:59.540 INFO O| Sep 24 03:49:59.540 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-09-24T03:50:00.165Z[ recovery-image] Sep 24 03:49:59.550 INFO O| Sep 24 03:49:59.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69742024-09-24T03:50:00.169Z[ recovery-image] Sep 24 03:49:59.550 INFO O| Sep 24 03:49:59.550 INFO STEP 971 (remove_files) COMPLETE
69752024-09-24T03:50:00.169Z[ recovery-image] Sep 24 03:49:59.550 INFO O| Sep 24 03:49:59.550 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-09-24T03:50:00.176Z[ recovery-image] Sep 24 03:49:59.560 INFO O| Sep 24 03:49:59.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69772024-09-24T03:50:00.181Z[ recovery-image] Sep 24 03:49:59.560 INFO O| Sep 24 03:49:59.560 INFO STEP 972 (remove_files) COMPLETE
69782024-09-24T03:50:00.181Z[ recovery-image] Sep 24 03:49:59.560 INFO O| Sep 24 03:49:59.560 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-09-24T03:50:00.185Z[ recovery-image] Sep 24 03:49:59.570 INFO O| Sep 24 03:49:59.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69802024-09-24T03:50:00.190Z[ recovery-image] Sep 24 03:49:59.570 INFO O| Sep 24 03:49:59.570 INFO STEP 973 (remove_files) COMPLETE
69812024-09-24T03:50:00.190Z[ recovery-image] Sep 24 03:49:59.570 INFO O| Sep 24 03:49:59.570 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-09-24T03:50:00.194Z[ host-image] Sep 24 03:49:59.579 INFO O| Sep 24 03:49:59.579 INFO STEP 11 (pkg_install) COMPLETE
69832024-09-24T03:50:00.194Z[ host-image] Sep 24 03:49:59.579 INFO O| Sep 24 03:49:59.579 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69842024-09-24T03:50:00.196Z[ recovery-image] Sep 24 03:49:59.580 INFO O| Sep 24 03:49:59.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69852024-09-24T03:50:00.196Z[ recovery-image] Sep 24 03:49:59.580 INFO O| Sep 24 03:49:59.580 INFO STEP 974 (remove_files) COMPLETE
69862024-09-24T03:50:00.196Z[ recovery-image] Sep 24 03:49:59.580 INFO O| Sep 24 03:49:59.580 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-09-24T03:50:00.204Z[ host-image] Sep 24 03:49:59.589 INFO O| Sep 24 03:49:59.589 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
69882024-09-24T03:50:00.207Z[ recovery-image] Sep 24 03:49:59.589 INFO O| Sep 24 03:49:59.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69892024-09-24T03:50:00.207Z[ recovery-image] Sep 24 03:49:59.590 INFO O| Sep 24 03:49:59.590 INFO STEP 975 (remove_files) COMPLETE
69902024-09-24T03:50:00.207Z[ recovery-image] Sep 24 03:49:59.590 INFO O| Sep 24 03:49:59.590 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-09-24T03:50:00.216Z[ recovery-image] Sep 24 03:49:59.601 INFO O| Sep 24 03:49:59.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69922024-09-24T03:50:00.216Z[ recovery-image] Sep 24 03:49:59.601 INFO O| Sep 24 03:49:59.601 INFO STEP 976 (remove_files) COMPLETE
69932024-09-24T03:50:00.219Z[ recovery-image] Sep 24 03:49:59.601 INFO O| Sep 24 03:49:59.601 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-09-24T03:50:00.226Z[ recovery-image] Sep 24 03:49:59.611 INFO O| Sep 24 03:49:59.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69952024-09-24T03:50:00.228Z[ recovery-image] Sep 24 03:49:59.611 INFO O| Sep 24 03:49:59.611 INFO STEP 977 (remove_files) COMPLETE
69962024-09-24T03:50:00.228Z[ recovery-image] Sep 24 03:49:59.611 INFO O| Sep 24 03:49:59.611 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-09-24T03:50:00.236Z[ recovery-image] Sep 24 03:49:59.621 INFO O| Sep 24 03:49:59.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69982024-09-24T03:50:00.238Z[ recovery-image] Sep 24 03:49:59.621 INFO O| Sep 24 03:49:59.621 INFO STEP 978 (remove_files) COMPLETE
69992024-09-24T03:50:00.238Z[ recovery-image] Sep 24 03:49:59.621 INFO O| Sep 24 03:49:59.621 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-09-24T03:50:00.246Z[ recovery-image] Sep 24 03:49:59.631 INFO O| Sep 24 03:49:59.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70012024-09-24T03:50:00.246Z[ recovery-image] Sep 24 03:49:59.631 INFO O| Sep 24 03:49:59.631 INFO STEP 979 (remove_files) COMPLETE
70022024-09-24T03:50:00.246Z[ recovery-image] Sep 24 03:49:59.631 INFO O| Sep 24 03:49:59.631 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-09-24T03:50:00.255Z[ recovery-image] Sep 24 03:49:59.640 INFO O| Sep 24 03:49:59.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70042024-09-24T03:50:00.258Z[ recovery-image] Sep 24 03:49:59.641 INFO O| Sep 24 03:49:59.641 INFO STEP 980 (remove_files) COMPLETE
70052024-09-24T03:50:00.258Z[ recovery-image] Sep 24 03:49:59.641 INFO O| Sep 24 03:49:59.641 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-09-24T03:50:00.265Z[ recovery-image] Sep 24 03:49:59.650 INFO O| Sep 24 03:49:59.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70072024-09-24T03:50:00.268Z[ recovery-image] Sep 24 03:49:59.650 INFO O| Sep 24 03:49:59.650 INFO STEP 981 (remove_files) COMPLETE
70082024-09-24T03:50:00.268Z[ recovery-image] Sep 24 03:49:59.650 INFO O| Sep 24 03:49:59.650 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-09-24T03:50:00.275Z[ recovery-image] Sep 24 03:49:59.660 INFO O| Sep 24 03:49:59.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70102024-09-24T03:50:00.275Z[ recovery-image] Sep 24 03:49:59.660 INFO O| Sep 24 03:49:59.660 INFO STEP 982 (remove_files) COMPLETE
70112024-09-24T03:50:00.277Z[ recovery-image] Sep 24 03:49:59.660 INFO O| Sep 24 03:49:59.660 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-09-24T03:50:00.285Z[ recovery-image] Sep 24 03:49:59.670 INFO O| Sep 24 03:49:59.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70132024-09-24T03:50:00.285Z[ recovery-image] Sep 24 03:49:59.670 INFO O| Sep 24 03:49:59.670 INFO STEP 983 (remove_files) COMPLETE
70142024-09-24T03:50:00.288Z[ recovery-image] Sep 24 03:49:59.670 INFO O| Sep 24 03:49:59.670 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-09-24T03:50:00.294Z[ recovery-image] Sep 24 03:49:59.680 INFO O| Sep 24 03:49:59.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70162024-09-24T03:50:00.294Z[ recovery-image] Sep 24 03:49:59.680 INFO O| Sep 24 03:49:59.680 INFO STEP 984 (remove_files) COMPLETE
70172024-09-24T03:50:00.297Z[ recovery-image] Sep 24 03:49:59.680 INFO O| Sep 24 03:49:59.680 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-09-24T03:50:00.304Z[ recovery-image] Sep 24 03:49:59.689 INFO O| Sep 24 03:49:59.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70192024-09-24T03:50:00.304Z[ recovery-image] Sep 24 03:49:59.689 INFO O| Sep 24 03:49:59.689 INFO STEP 985 (remove_files) COMPLETE
70202024-09-24T03:50:00.304Z[ recovery-image] Sep 24 03:49:59.689 INFO O| Sep 24 03:49:59.689 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-09-24T03:50:00.314Z[ recovery-image] Sep 24 03:49:59.699 INFO O| Sep 24 03:49:59.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70222024-09-24T03:50:00.314Z[ recovery-image] Sep 24 03:49:59.699 INFO O| Sep 24 03:49:59.699 INFO STEP 986 (remove_files) COMPLETE
70232024-09-24T03:50:00.314Z[ recovery-image] Sep 24 03:49:59.699 INFO O| Sep 24 03:49:59.699 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-09-24T03:50:00.323Z[ recovery-image] Sep 24 03:49:59.709 INFO O| Sep 24 03:49:59.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70252024-09-24T03:50:00.323Z[ recovery-image] Sep 24 03:49:59.709 INFO O| Sep 24 03:49:59.709 INFO STEP 987 (remove_files) COMPLETE
70262024-09-24T03:50:00.326Z[ recovery-image] Sep 24 03:49:59.709 INFO O| Sep 24 03:49:59.709 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-09-24T03:50:00.333Z[ recovery-image] Sep 24 03:49:59.718 INFO O| Sep 24 03:49:59.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70282024-09-24T03:50:00.333Z[ recovery-image] Sep 24 03:49:59.718 INFO O| Sep 24 03:49:59.718 INFO STEP 988 (remove_files) COMPLETE
70292024-09-24T03:50:00.333Z[ recovery-image] Sep 24 03:49:59.718 INFO O| Sep 24 03:49:59.718 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-09-24T03:50:00.343Z[ recovery-image] Sep 24 03:49:59.728 INFO O| Sep 24 03:49:59.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70312024-09-24T03:50:00.343Z[ recovery-image] Sep 24 03:49:59.728 INFO O| Sep 24 03:49:59.728 INFO STEP 989 (remove_files) COMPLETE
70322024-09-24T03:50:00.343Z[ recovery-image] Sep 24 03:49:59.728 INFO O| Sep 24 03:49:59.728 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-09-24T03:50:00.354Z[ recovery-image] Sep 24 03:49:59.739 INFO O| Sep 24 03:49:59.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70342024-09-24T03:50:00.356Z[ recovery-image] Sep 24 03:49:59.739 INFO O| Sep 24 03:49:59.739 INFO STEP 990 (remove_files) COMPLETE
70352024-09-24T03:50:00.356Z[ recovery-image] Sep 24 03:49:59.739 INFO O| Sep 24 03:49:59.739 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-09-24T03:50:00.363Z[ recovery-image] Sep 24 03:49:59.749 INFO O| Sep 24 03:49:59.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70372024-09-24T03:50:00.363Z[ recovery-image] Sep 24 03:49:59.749 INFO O| Sep 24 03:49:59.749 INFO STEP 991 (remove_files) COMPLETE
70382024-09-24T03:50:00.366Z[ recovery-image] Sep 24 03:49:59.749 INFO O| Sep 24 03:49:59.749 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-09-24T03:50:00.373Z[ recovery-image] Sep 24 03:49:59.758 INFO O| Sep 24 03:49:59.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70402024-09-24T03:50:00.373Z[ recovery-image] Sep 24 03:49:59.758 INFO O| Sep 24 03:49:59.758 INFO STEP 992 (remove_files) COMPLETE
70412024-09-24T03:50:00.375Z[ recovery-image] Sep 24 03:49:59.758 INFO O| Sep 24 03:49:59.758 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-09-24T03:50:00.382Z[ recovery-image] Sep 24 03:49:59.768 INFO O| Sep 24 03:49:59.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70432024-09-24T03:50:00.382Z[ recovery-image] Sep 24 03:49:59.768 INFO O| Sep 24 03:49:59.768 INFO STEP 993 (remove_files) COMPLETE
70442024-09-24T03:50:00.382Z[ recovery-image] Sep 24 03:49:59.768 INFO O| Sep 24 03:49:59.768 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-09-24T03:50:00.392Z[ recovery-image] Sep 24 03:49:59.777 INFO O| Sep 24 03:49:59.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70462024-09-24T03:50:00.392Z[ recovery-image] Sep 24 03:49:59.777 INFO O| Sep 24 03:49:59.777 INFO STEP 994 (remove_files) COMPLETE
70472024-09-24T03:50:00.395Z[ recovery-image] Sep 24 03:49:59.777 INFO O| Sep 24 03:49:59.777 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-09-24T03:50:00.401Z[ recovery-image] Sep 24 03:49:59.787 INFO O| Sep 24 03:49:59.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70492024-09-24T03:50:00.401Z[ recovery-image] Sep 24 03:49:59.787 INFO O| Sep 24 03:49:59.787 INFO STEP 995 (remove_files) COMPLETE
70502024-09-24T03:50:00.404Z[ recovery-image] Sep 24 03:49:59.787 INFO O| Sep 24 03:49:59.787 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-09-24T03:50:00.411Z[ recovery-image] Sep 24 03:49:59.796 INFO O| Sep 24 03:49:59.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70522024-09-24T03:50:00.411Z[ recovery-image] Sep 24 03:49:59.796 INFO O| Sep 24 03:49:59.796 INFO STEP 996 (remove_files) COMPLETE
70532024-09-24T03:50:00.411Z[ recovery-image] Sep 24 03:49:59.796 INFO O| Sep 24 03:49:59.796 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-09-24T03:50:00.420Z[ recovery-image] Sep 24 03:49:59.805 INFO O| Sep 24 03:49:59.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70552024-09-24T03:50:00.423Z[ recovery-image] Sep 24 03:49:59.806 INFO O| Sep 24 03:49:59.806 INFO STEP 997 (remove_files) COMPLETE
70562024-09-24T03:50:00.423Z[ recovery-image] Sep 24 03:49:59.806 INFO O| Sep 24 03:49:59.806 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-09-24T03:50:00.430Z[ recovery-image] Sep 24 03:49:59.815 INFO O| Sep 24 03:49:59.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70582024-09-24T03:50:00.430Z[ recovery-image] Sep 24 03:49:59.815 INFO O| Sep 24 03:49:59.815 INFO STEP 998 (remove_files) COMPLETE
70592024-09-24T03:50:00.430Z[ recovery-image] Sep 24 03:49:59.815 INFO O| Sep 24 03:49:59.815 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-09-24T03:50:00.439Z[ recovery-image] Sep 24 03:49:59.825 INFO O| Sep 24 03:49:59.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70612024-09-24T03:50:00.439Z[ recovery-image] Sep 24 03:49:59.825 INFO O| Sep 24 03:49:59.825 INFO STEP 999 (remove_files) COMPLETE
70622024-09-24T03:50:00.439Z[ recovery-image] Sep 24 03:49:59.825 INFO O| Sep 24 03:49:59.825 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-09-24T03:50:00.449Z[ recovery-image] Sep 24 03:49:59.834 INFO O| Sep 24 03:49:59.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70642024-09-24T03:50:00.451Z[ recovery-image] Sep 24 03:49:59.834 INFO O| Sep 24 03:49:59.834 INFO STEP 1000 (remove_files) COMPLETE
70652024-09-24T03:50:00.451Z[ recovery-image] Sep 24 03:49:59.834 INFO O| Sep 24 03:49:59.834 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-09-24T03:50:00.458Z[ recovery-image] Sep 24 03:49:59.843 INFO O| Sep 24 03:49:59.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70672024-09-24T03:50:00.458Z[ recovery-image] Sep 24 03:49:59.843 INFO O| Sep 24 03:49:59.843 INFO STEP 1001 (remove_files) COMPLETE
70682024-09-24T03:50:00.461Z[ recovery-image] Sep 24 03:49:59.844 INFO O| Sep 24 03:49:59.843 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-09-24T03:50:00.469Z[ recovery-image] Sep 24 03:49:59.854 INFO O| Sep 24 03:49:59.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70702024-09-24T03:50:00.469Z[ recovery-image] Sep 24 03:49:59.854 INFO O| Sep 24 03:49:59.854 INFO STEP 1002 (remove_files) COMPLETE
70712024-09-24T03:50:00.469Z[ recovery-image] Sep 24 03:49:59.854 INFO O| Sep 24 03:49:59.854 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-09-24T03:50:00.478Z[ recovery-image] Sep 24 03:49:59.863 INFO O| Sep 24 03:49:59.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70732024-09-24T03:50:00.478Z[ recovery-image] Sep 24 03:49:59.863 INFO O| Sep 24 03:49:59.863 INFO STEP 1003 (remove_files) COMPLETE
70742024-09-24T03:50:00.478Z[ recovery-image] Sep 24 03:49:59.864 INFO O| Sep 24 03:49:59.863 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-09-24T03:50:00.488Z[ recovery-image] Sep 24 03:49:59.873 INFO O| Sep 24 03:49:59.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70762024-09-24T03:50:00.488Z[ recovery-image] Sep 24 03:49:59.873 INFO O| Sep 24 03:49:59.873 INFO STEP 1004 (remove_files) COMPLETE
70772024-09-24T03:50:00.490Z[ recovery-image] Sep 24 03:49:59.873 INFO O| Sep 24 03:49:59.873 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-09-24T03:50:00.497Z[ recovery-image] Sep 24 03:49:59.882 INFO O| Sep 24 03:49:59.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70792024-09-24T03:50:00.497Z[ recovery-image] Sep 24 03:49:59.883 INFO O| Sep 24 03:49:59.883 INFO STEP 1005 (remove_files) COMPLETE
70802024-09-24T03:50:00.500Z[ recovery-image] Sep 24 03:49:59.883 INFO O| Sep 24 03:49:59.883 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-09-24T03:50:00.507Z[ recovery-image] Sep 24 03:49:59.892 INFO O| Sep 24 03:49:59.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70822024-09-24T03:50:00.507Z[ recovery-image] Sep 24 03:49:59.892 INFO O| Sep 24 03:49:59.892 INFO STEP 1006 (remove_files) COMPLETE
70832024-09-24T03:50:00.509Z[ recovery-image] Sep 24 03:49:59.892 INFO O| Sep 24 03:49:59.892 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-09-24T03:50:00.517Z[ recovery-image] Sep 24 03:49:59.902 INFO O| Sep 24 03:49:59.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70852024-09-24T03:50:00.517Z[ recovery-image] Sep 24 03:49:59.902 INFO O| Sep 24 03:49:59.902 INFO STEP 1007 (remove_files) COMPLETE
70862024-09-24T03:50:00.519Z[ recovery-image] Sep 24 03:49:59.902 INFO O| Sep 24 03:49:59.902 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-09-24T03:50:00.527Z[ recovery-image] Sep 24 03:49:59.912 INFO O| Sep 24 03:49:59.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70882024-09-24T03:50:00.527Z[ recovery-image] Sep 24 03:49:59.912 INFO O| Sep 24 03:49:59.912 INFO STEP 1008 (remove_files) COMPLETE
70892024-09-24T03:50:00.529Z[ recovery-image] Sep 24 03:49:59.912 INFO O| Sep 24 03:49:59.912 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-09-24T03:50:00.536Z[ recovery-image] Sep 24 03:49:59.921 INFO O| Sep 24 03:49:59.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70912024-09-24T03:50:00.536Z[ recovery-image] Sep 24 03:49:59.921 INFO O| Sep 24 03:49:59.921 INFO STEP 1009 (remove_files) COMPLETE
70922024-09-24T03:50:00.539Z[ recovery-image] Sep 24 03:49:59.921 INFO O| Sep 24 03:49:59.921 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-09-24T03:50:00.545Z[ recovery-image] Sep 24 03:49:59.931 INFO O| Sep 24 03:49:59.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70942024-09-24T03:50:00.546Z[ recovery-image] Sep 24 03:49:59.931 INFO O| Sep 24 03:49:59.931 INFO STEP 1010 (remove_files) COMPLETE
70952024-09-24T03:50:00.546Z[ recovery-image] Sep 24 03:49:59.931 INFO O| Sep 24 03:49:59.931 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-09-24T03:50:00.555Z[ recovery-image] Sep 24 03:49:59.940 INFO O| Sep 24 03:49:59.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70972024-09-24T03:50:00.555Z[ recovery-image] Sep 24 03:49:59.940 INFO O| Sep 24 03:49:59.940 INFO STEP 1011 (remove_files) COMPLETE
70982024-09-24T03:50:00.558Z[ recovery-image] Sep 24 03:49:59.940 INFO O| Sep 24 03:49:59.940 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-09-24T03:50:00.565Z[ recovery-image] Sep 24 03:49:59.950 INFO O| Sep 24 03:49:59.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71002024-09-24T03:50:00.565Z[ recovery-image] Sep 24 03:49:59.950 INFO O| Sep 24 03:49:59.950 INFO STEP 1012 (remove_files) COMPLETE
71012024-09-24T03:50:00.565Z[ recovery-image] Sep 24 03:49:59.950 INFO O| Sep 24 03:49:59.950 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-09-24T03:50:00.574Z[ recovery-image] Sep 24 03:49:59.959 INFO O| Sep 24 03:49:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71032024-09-24T03:50:00.577Z[ recovery-image] Sep 24 03:49:59.960 INFO O| Sep 24 03:49:59.960 INFO STEP 1013 (remove_files) COMPLETE
71042024-09-24T03:50:00.577Z[ recovery-image] Sep 24 03:49:59.960 INFO O| Sep 24 03:49:59.960 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-09-24T03:50:00.584Z[ recovery-image] Sep 24 03:49:59.969 INFO O| Sep 24 03:49:59.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71062024-09-24T03:50:00.586Z[ recovery-image] Sep 24 03:49:59.969 INFO O| Sep 24 03:49:59.969 INFO STEP 1014 (remove_files) COMPLETE
71072024-09-24T03:50:00.586Z[ recovery-image] Sep 24 03:49:59.969 INFO O| Sep 24 03:49:59.969 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-09-24T03:50:00.594Z[ recovery-image] Sep 24 03:49:59.979 INFO O| Sep 24 03:49:59.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71092024-09-24T03:50:00.596Z[ recovery-image] Sep 24 03:49:59.979 INFO O| Sep 24 03:49:59.979 INFO STEP 1015 (remove_files) COMPLETE
71102024-09-24T03:50:00.596Z[ recovery-image] Sep 24 03:49:59.979 INFO O| Sep 24 03:49:59.979 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-09-24T03:50:00.604Z[ recovery-image] Sep 24 03:49:59.989 INFO O| Sep 24 03:49:59.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71122024-09-24T03:50:00.604Z[ recovery-image] Sep 24 03:49:59.989 INFO O| Sep 24 03:49:59.989 INFO STEP 1016 (remove_files) COMPLETE
71132024-09-24T03:50:00.606Z[ recovery-image] Sep 24 03:49:59.989 INFO O| Sep 24 03:49:59.989 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-09-24T03:50:00.613Z[ recovery-image] Sep 24 03:49:59.999 INFO O| Sep 24 03:49:59.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71152024-09-24T03:50:00.616Z[ recovery-image] Sep 24 03:49:59.999 INFO O| Sep 24 03:49:59.999 INFO STEP 1017 (remove_files) COMPLETE
71162024-09-24T03:50:00.616Z[ recovery-image] Sep 24 03:49:59.999 INFO O| Sep 24 03:49:59.999 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-09-24T03:50:00.626Z[ recovery-image] Sep 24 03:50:00.010 INFO O| Sep 24 03:50:00.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71182024-09-24T03:50:00.633Z[ recovery-image] Sep 24 03:50:00.010 INFO O| Sep 24 03:50:00.010 INFO STEP 1018 (remove_files) COMPLETE
71192024-09-24T03:50:00.633Z[ recovery-image] Sep 24 03:50:00.010 INFO O| Sep 24 03:50:00.010 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-09-24T03:50:00.638Z[ recovery-image] Sep 24 03:50:00.020 INFO O| Sep 24 03:50:00.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71212024-09-24T03:50:00.638Z[ recovery-image] Sep 24 03:50:00.020 INFO O| Sep 24 03:50:00.020 INFO STEP 1019 (remove_files) COMPLETE
71222024-09-24T03:50:00.638Z[ recovery-image] Sep 24 03:50:00.020 INFO O| Sep 24 03:50:00.020 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-09-24T03:50:00.644Z[ recovery-image] Sep 24 03:50:00.030 INFO O| Sep 24 03:50:00.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71242024-09-24T03:50:00.651Z[ recovery-image] Sep 24 03:50:00.030 INFO O| Sep 24 03:50:00.030 INFO STEP 1020 (remove_files) COMPLETE
71252024-09-24T03:50:00.651Z[ recovery-image] Sep 24 03:50:00.030 INFO O| Sep 24 03:50:00.030 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-09-24T03:50:00.655Z[ recovery-image] Sep 24 03:50:00.039 INFO O| Sep 24 03:50:00.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71272024-09-24T03:50:00.655Z[ recovery-image] Sep 24 03:50:00.039 INFO O| Sep 24 03:50:00.039 INFO STEP 1021 (remove_files) COMPLETE
71282024-09-24T03:50:00.655Z[ recovery-image] Sep 24 03:50:00.039 INFO O| Sep 24 03:50:00.039 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-09-24T03:50:00.664Z[ recovery-image] Sep 24 03:50:00.049 INFO O| Sep 24 03:50:00.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71302024-09-24T03:50:00.666Z[ recovery-image] Sep 24 03:50:00.049 INFO O| Sep 24 03:50:00.049 INFO STEP 1022 (remove_files) COMPLETE
71312024-09-24T03:50:00.666Z[ recovery-image] Sep 24 03:50:00.049 INFO O| Sep 24 03:50:00.049 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-09-24T03:50:00.673Z[ recovery-image] Sep 24 03:50:00.058 INFO O| Sep 24 03:50:00.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71332024-09-24T03:50:00.673Z[ recovery-image] Sep 24 03:50:00.058 INFO O| Sep 24 03:50:00.058 INFO STEP 1023 (remove_files) COMPLETE
71342024-09-24T03:50:00.676Z[ recovery-image] Sep 24 03:50:00.059 INFO O| Sep 24 03:50:00.058 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-09-24T03:50:00.678Z[ host-image] Sep 24 03:50:00.061 INFO O| Sep 24 03:50:00.061 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
71362024-09-24T03:50:00.685Z[ recovery-image] Sep 24 03:50:00.070 INFO O| Sep 24 03:50:00.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71372024-09-24T03:50:00.685Z[ recovery-image] Sep 24 03:50:00.070 INFO O| Sep 24 03:50:00.070 INFO STEP 1024 (remove_files) COMPLETE
71382024-09-24T03:50:00.688Z[ recovery-image] Sep 24 03:50:00.070 INFO O| Sep 24 03:50:00.070 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-09-24T03:50:00.696Z[ recovery-image] Sep 24 03:50:00.081 INFO O| Sep 24 03:50:00.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71402024-09-24T03:50:00.696Z[ recovery-image] Sep 24 03:50:00.081 INFO O| Sep 24 03:50:00.081 INFO STEP 1025 (remove_files) COMPLETE
71412024-09-24T03:50:00.699Z[ recovery-image] Sep 24 03:50:00.082 INFO O| Sep 24 03:50:00.081 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-09-24T03:50:00.706Z[ recovery-image] Sep 24 03:50:00.091 INFO O| Sep 24 03:50:00.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71432024-09-24T03:50:00.708Z[ recovery-image] Sep 24 03:50:00.092 INFO O| Sep 24 03:50:00.092 INFO STEP 1026 (remove_files) COMPLETE
71442024-09-24T03:50:00.708Z[ recovery-image] Sep 24 03:50:00.092 INFO O| Sep 24 03:50:00.092 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-09-24T03:50:00.719Z[ recovery-image] Sep 24 03:50:00.103 INFO O| Sep 24 03:50:00.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71462024-09-24T03:50:00.719Z[ recovery-image] Sep 24 03:50:00.103 INFO O| Sep 24 03:50:00.103 INFO STEP 1027 (remove_files) COMPLETE
71472024-09-24T03:50:00.722Z[ recovery-image] Sep 24 03:50:00.103 INFO O| Sep 24 03:50:00.103 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-09-24T03:50:00.728Z[ recovery-image] Sep 24 03:50:00.113 INFO O| Sep 24 03:50:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71492024-09-24T03:50:00.728Z[ recovery-image] Sep 24 03:50:00.113 INFO O| Sep 24 03:50:00.113 INFO STEP 1028 (remove_files) COMPLETE
71502024-09-24T03:50:00.728Z[ recovery-image] Sep 24 03:50:00.113 INFO O| Sep 24 03:50:00.113 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-09-24T03:50:00.738Z[ recovery-image] Sep 24 03:50:00.123 INFO O| Sep 24 03:50:00.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71522024-09-24T03:50:00.738Z[ recovery-image] Sep 24 03:50:00.123 INFO O| Sep 24 03:50:00.123 INFO STEP 1029 (remove_files) COMPLETE
71532024-09-24T03:50:00.740Z[ recovery-image] Sep 24 03:50:00.123 INFO O| Sep 24 03:50:00.123 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-09-24T03:50:00.748Z[ recovery-image] Sep 24 03:50:00.133 INFO O| Sep 24 03:50:00.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71552024-09-24T03:50:00.748Z[ recovery-image] Sep 24 03:50:00.133 INFO O| Sep 24 03:50:00.133 INFO STEP 1030 (remove_files) COMPLETE
71562024-09-24T03:50:00.750Z[ recovery-image] Sep 24 03:50:00.133 INFO O| Sep 24 03:50:00.133 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-09-24T03:50:01.760Z[ recovery-image] Sep 24 03:50:00.143 INFO O| Sep 24 03:50:00.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71582024-09-24T03:50:01.760Z[ recovery-image] Sep 24 03:50:00.143 INFO O| Sep 24 03:50:00.143 INFO STEP 1031 (remove_files) COMPLETE
71592024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.143 INFO O| Sep 24 03:50:00.143 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.153 INFO O| Sep 24 03:50:00.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71612024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.153 INFO O| Sep 24 03:50:00.153 INFO STEP 1032 (remove_files) COMPLETE
71622024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.153 INFO O| Sep 24 03:50:00.153 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.163 INFO O| Sep 24 03:50:00.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71642024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.163 INFO O| Sep 24 03:50:00.163 INFO STEP 1033 (remove_files) COMPLETE
71652024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.163 INFO O| Sep 24 03:50:00.163 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.173 INFO O| Sep 24 03:50:00.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71672024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.173 INFO O| Sep 24 03:50:00.173 INFO STEP 1034 (remove_files) COMPLETE
71682024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.173 INFO O| Sep 24 03:50:00.173 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.183 INFO O| Sep 24 03:50:00.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71702024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.183 INFO O| Sep 24 03:50:00.183 INFO STEP 1035 (remove_files) COMPLETE
71712024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.183 INFO O| Sep 24 03:50:00.183 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.192 INFO O| Sep 24 03:50:00.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71732024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.192 INFO O| Sep 24 03:50:00.192 INFO STEP 1036 (remove_files) COMPLETE
71742024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.192 INFO O| Sep 24 03:50:00.192 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.202 INFO O| Sep 24 03:50:00.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71762024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.202 INFO O| Sep 24 03:50:00.202 INFO STEP 1037 (remove_files) COMPLETE
71772024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.202 INFO O| Sep 24 03:50:00.202 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.211 INFO O| Sep 24 03:50:00.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71792024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.211 INFO O| Sep 24 03:50:00.211 INFO STEP 1038 (remove_files) COMPLETE
71802024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.211 INFO O| Sep 24 03:50:00.211 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.221 INFO O| Sep 24 03:50:00.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71822024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.221 INFO O| Sep 24 03:50:00.221 INFO STEP 1039 (remove_files) COMPLETE
71832024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.221 INFO O| Sep 24 03:50:00.221 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.231 INFO O| Sep 24 03:50:00.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71852024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.231 INFO O| Sep 24 03:50:00.231 INFO STEP 1040 (remove_files) COMPLETE
71862024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.231 INFO O| Sep 24 03:50:00.231 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-09-24T03:50:01.765Z[ recovery-image] Sep 24 03:50:00.241 INFO O| Sep 24 03:50:00.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71882024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.241 INFO O| Sep 24 03:50:00.241 INFO STEP 1041 (remove_files) COMPLETE
71892024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.241 INFO O| Sep 24 03:50:00.241 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.251 INFO O| Sep 24 03:50:00.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71912024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.251 INFO O| Sep 24 03:50:00.251 INFO STEP 1042 (remove_files) COMPLETE
71922024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.251 INFO O| Sep 24 03:50:00.251 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.261 INFO O| Sep 24 03:50:00.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71942024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.261 INFO O| Sep 24 03:50:00.261 INFO STEP 1043 (remove_files) COMPLETE
71952024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.261 INFO O| Sep 24 03:50:00.261 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.271 INFO O| Sep 24 03:50:00.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71972024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.271 INFO O| Sep 24 03:50:00.271 INFO STEP 1044 (remove_files) COMPLETE
71982024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.271 INFO O| Sep 24 03:50:00.271 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.281 INFO O| Sep 24 03:50:00.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72002024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.281 INFO O| Sep 24 03:50:00.281 INFO STEP 1045 (remove_files) COMPLETE
72012024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.281 INFO O| Sep 24 03:50:00.281 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.291 INFO O| Sep 24 03:50:00.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72032024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.291 INFO O| Sep 24 03:50:00.291 INFO STEP 1046 (remove_files) COMPLETE
72042024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.291 INFO O| Sep 24 03:50:00.291 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.301 INFO O| Sep 24 03:50:00.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72062024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.301 INFO O| Sep 24 03:50:00.301 INFO STEP 1047 (remove_files) COMPLETE
72072024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.301 INFO O| Sep 24 03:50:00.301 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.310 INFO O| Sep 24 03:50:00.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72092024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.311 INFO O| Sep 24 03:50:00.310 INFO STEP 1048 (remove_files) COMPLETE
72102024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.311 INFO O| Sep 24 03:50:00.311 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.320 INFO O| Sep 24 03:50:00.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72122024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.320 INFO O| Sep 24 03:50:00.320 INFO STEP 1049 (remove_files) COMPLETE
72132024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.320 INFO O| Sep 24 03:50:00.320 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.330 INFO O| Sep 24 03:50:00.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72152024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.330 INFO O| Sep 24 03:50:00.330 INFO STEP 1050 (remove_files) COMPLETE
72162024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.330 INFO O| Sep 24 03:50:00.330 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.339 INFO O| Sep 24 03:50:00.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72182024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.339 INFO O| Sep 24 03:50:00.339 INFO STEP 1051 (remove_files) COMPLETE
72192024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.339 INFO O| Sep 24 03:50:00.339 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.349 INFO O| Sep 24 03:50:00.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72212024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.349 INFO O| Sep 24 03:50:00.349 INFO STEP 1052 (remove_files) COMPLETE
72222024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.349 INFO O| Sep 24 03:50:00.349 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.359 INFO O| Sep 24 03:50:00.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72242024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.359 INFO O| Sep 24 03:50:00.359 INFO STEP 1053 (remove_files) COMPLETE
72252024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.359 INFO O| Sep 24 03:50:00.359 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-09-24T03:50:01.766Z[ recovery-image] Sep 24 03:50:00.368 INFO O| Sep 24 03:50:00.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72272024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.368 INFO O| Sep 24 03:50:00.368 INFO STEP 1054 (remove_files) COMPLETE
72282024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.368 INFO O| Sep 24 03:50:00.368 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.378 INFO O| Sep 24 03:50:00.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72302024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.378 INFO O| Sep 24 03:50:00.378 INFO STEP 1055 (remove_files) COMPLETE
72312024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.378 INFO O| Sep 24 03:50:00.378 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.387 INFO O| Sep 24 03:50:00.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72332024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.387 INFO O| Sep 24 03:50:00.387 INFO STEP 1056 (remove_files) COMPLETE
72342024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.387 INFO O| Sep 24 03:50:00.387 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.397 INFO O| Sep 24 03:50:00.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72362024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.397 INFO O| Sep 24 03:50:00.397 INFO STEP 1057 (remove_files) COMPLETE
72372024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.397 INFO O| Sep 24 03:50:00.397 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.407 INFO O| Sep 24 03:50:00.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72392024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.407 INFO O| Sep 24 03:50:00.407 INFO STEP 1058 (remove_files) COMPLETE
72402024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.407 INFO O| Sep 24 03:50:00.407 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.417 INFO O| Sep 24 03:50:00.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72422024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.417 INFO O| Sep 24 03:50:00.417 INFO STEP 1059 (remove_files) COMPLETE
72432024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.417 INFO O| Sep 24 03:50:00.417 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.426 INFO O| Sep 24 03:50:00.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72452024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.426 INFO O| Sep 24 03:50:00.426 INFO STEP 1060 (remove_files) COMPLETE
72462024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.426 INFO O| Sep 24 03:50:00.426 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.436 INFO O| Sep 24 03:50:00.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72482024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.436 INFO O| Sep 24 03:50:00.436 INFO STEP 1061 (remove_files) COMPLETE
72492024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.436 INFO O| Sep 24 03:50:00.436 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.448 INFO O| Sep 24 03:50:00.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72512024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.448 INFO O| Sep 24 03:50:00.448 INFO STEP 1062 (remove_files) COMPLETE
72522024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.448 INFO O| Sep 24 03:50:00.448 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.459 INFO O| Sep 24 03:50:00.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72542024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.459 INFO O| Sep 24 03:50:00.459 INFO STEP 1063 (remove_files) COMPLETE
72552024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.459 INFO O| Sep 24 03:50:00.459 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.470 INFO O| Sep 24 03:50:00.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72572024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.470 INFO O| Sep 24 03:50:00.470 INFO STEP 1064 (remove_files) COMPLETE
72582024-09-24T03:50:01.767Z[ recovery-image] Sep 24 03:50:00.470 INFO O| Sep 24 03:50:00.470 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.480 INFO O| Sep 24 03:50:00.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72602024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.480 INFO O| Sep 24 03:50:00.480 INFO STEP 1065 (remove_files) COMPLETE
72612024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.480 INFO O| Sep 24 03:50:00.480 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.490 INFO O| Sep 24 03:50:00.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72632024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.490 INFO O| Sep 24 03:50:00.490 INFO STEP 1066 (remove_files) COMPLETE
72642024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.491 INFO O| Sep 24 03:50:00.490 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.500 INFO O| Sep 24 03:50:00.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72662024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.501 INFO O| Sep 24 03:50:00.501 INFO STEP 1067 (remove_files) COMPLETE
72672024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.501 INFO O| Sep 24 03:50:00.501 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.510 INFO O| Sep 24 03:50:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72692024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.510 INFO O| Sep 24 03:50:00.510 INFO STEP 1068 (remove_files) COMPLETE
72702024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.510 INFO O| Sep 24 03:50:00.510 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.520 INFO O| Sep 24 03:50:00.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72722024-09-24T03:50:01.772Z[ recovery-image] Sep 24 03:50:00.520 INFO O| Sep 24 03:50:00.520 INFO STEP 1069 (remove_files) COMPLETE
72732024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.520 INFO O| Sep 24 03:50:00.520 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.530 INFO O| Sep 24 03:50:00.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72752024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.530 INFO O| Sep 24 03:50:00.530 INFO STEP 1070 (remove_files) COMPLETE
72762024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.530 INFO O| Sep 24 03:50:00.530 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.540 INFO O| Sep 24 03:50:00.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72782024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.540 INFO O| Sep 24 03:50:00.540 INFO STEP 1071 (remove_files) COMPLETE
72792024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.540 INFO O| Sep 24 03:50:00.540 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.550 INFO O| Sep 24 03:50:00.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72812024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.550 INFO O| Sep 24 03:50:00.550 INFO STEP 1072 (remove_files) COMPLETE
72822024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.550 INFO O| Sep 24 03:50:00.550 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.560 INFO O| Sep 24 03:50:00.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72842024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.560 INFO O| Sep 24 03:50:00.560 INFO STEP 1073 (remove_files) COMPLETE
72852024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.560 INFO O| Sep 24 03:50:00.560 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.570 INFO O| Sep 24 03:50:00.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72872024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.570 INFO O| Sep 24 03:50:00.570 INFO STEP 1074 (remove_files) COMPLETE
72882024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.570 INFO O| Sep 24 03:50:00.570 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.579 INFO O| Sep 24 03:50:00.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72902024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.579 INFO O| Sep 24 03:50:00.579 INFO STEP 1075 (remove_files) COMPLETE
72912024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.579 INFO O| Sep 24 03:50:00.579 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.589 INFO O| Sep 24 03:50:00.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72932024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.589 INFO O| Sep 24 03:50:00.589 INFO STEP 1076 (remove_files) COMPLETE
72942024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.589 INFO O| Sep 24 03:50:00.589 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.599 INFO O| Sep 24 03:50:00.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72962024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.599 INFO O| Sep 24 03:50:00.599 INFO STEP 1077 (remove_files) COMPLETE
72972024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.599 INFO O| Sep 24 03:50:00.599 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.608 INFO O| Sep 24 03:50:00.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72992024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.608 INFO O| Sep 24 03:50:00.608 INFO STEP 1078 (remove_files) COMPLETE
73002024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.608 INFO O| Sep 24 03:50:00.608 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.618 INFO O| Sep 24 03:50:00.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73022024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.618 INFO O| Sep 24 03:50:00.618 INFO STEP 1079 (remove_files) COMPLETE
73032024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.618 INFO O| Sep 24 03:50:00.618 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.628 INFO O| Sep 24 03:50:00.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73052024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.628 INFO O| Sep 24 03:50:00.628 INFO STEP 1080 (remove_files) COMPLETE
73062024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.628 INFO O| Sep 24 03:50:00.628 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.639 INFO O| Sep 24 03:50:00.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73082024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.640 INFO O| Sep 24 03:50:00.640 INFO STEP 1081 (remove_files) COMPLETE
73092024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.640 INFO O| Sep 24 03:50:00.640 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-09-24T03:50:01.773Z[ recovery-image] Sep 24 03:50:00.650 INFO O| Sep 24 03:50:00.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73112024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.651 INFO O| Sep 24 03:50:00.651 INFO STEP 1082 (remove_files) COMPLETE
73122024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.651 INFO O| Sep 24 03:50:00.651 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.661 INFO O| Sep 24 03:50:00.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73142024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.661 INFO O| Sep 24 03:50:00.661 INFO STEP 1083 (remove_files) COMPLETE
73152024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.661 INFO O| Sep 24 03:50:00.661 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.672 INFO O| Sep 24 03:50:00.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73172024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.672 INFO O| Sep 24 03:50:00.672 INFO STEP 1084 (remove_files) COMPLETE
73182024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.672 INFO O| Sep 24 03:50:00.672 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.682 INFO O| Sep 24 03:50:00.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73202024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.683 INFO O| Sep 24 03:50:00.683 INFO STEP 1085 (remove_files) COMPLETE
73212024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.683 INFO O| Sep 24 03:50:00.683 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.693 INFO O| Sep 24 03:50:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73232024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.693 INFO O| Sep 24 03:50:00.693 INFO STEP 1086 (remove_files) COMPLETE
73242024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.693 INFO O| Sep 24 03:50:00.693 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.703 INFO O| Sep 24 03:50:00.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73262024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.703 INFO O| Sep 24 03:50:00.703 INFO STEP 1087 (remove_files) COMPLETE
73272024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.703 INFO O| Sep 24 03:50:00.703 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.712 INFO O| Sep 24 03:50:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73292024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.713 INFO O| Sep 24 03:50:00.713 INFO STEP 1088 (remove_files) COMPLETE
73302024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.713 INFO O| Sep 24 03:50:00.713 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.722 INFO O| Sep 24 03:50:00.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73322024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.722 INFO O| Sep 24 03:50:00.722 INFO STEP 1089 (remove_files) COMPLETE
73332024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.722 INFO O| Sep 24 03:50:00.722 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.732 INFO O| Sep 24 03:50:00.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73352024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.732 INFO O| Sep 24 03:50:00.732 INFO STEP 1090 (remove_files) COMPLETE
73362024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.732 INFO O| Sep 24 03:50:00.732 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.741 INFO O| Sep 24 03:50:00.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73382024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.741 INFO O| Sep 24 03:50:00.741 INFO STEP 1091 (remove_files) COMPLETE
73392024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.741 INFO O| Sep 24 03:50:00.741 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.751 INFO O| Sep 24 03:50:00.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73412024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.751 INFO O| Sep 24 03:50:00.751 INFO STEP 1092 (remove_files) COMPLETE
73422024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.751 INFO O| Sep 24 03:50:00.751 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.760 INFO O| Sep 24 03:50:00.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73442024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.760 INFO O| Sep 24 03:50:00.760 INFO STEP 1093 (remove_files) COMPLETE
73452024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.760 INFO O| Sep 24 03:50:00.760 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.770 INFO O| Sep 24 03:50:00.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73472024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.770 INFO O| Sep 24 03:50:00.770 INFO STEP 1094 (remove_files) COMPLETE
73482024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.770 INFO O| Sep 24 03:50:00.770 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.779 INFO O| Sep 24 03:50:00.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73502024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.779 INFO O| Sep 24 03:50:00.779 INFO STEP 1095 (remove_files) COMPLETE
73512024-09-24T03:50:01.774Z[ recovery-image] Sep 24 03:50:00.779 INFO O| Sep 24 03:50:00.779 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-09-24T03:50:01.775Z[ recovery-image] Sep 24 03:50:00.789 INFO O| Sep 24 03:50:00.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73532024-09-24T03:50:01.775Z[ recovery-image] Sep 24 03:50:00.789 INFO O| Sep 24 03:50:00.789 INFO STEP 1096 (remove_files) COMPLETE
73542024-09-24T03:50:01.775Z[ recovery-image] Sep 24 03:50:00.789 INFO O| Sep 24 03:50:00.789 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-09-24T03:50:01.775Z[ recovery-image] Sep 24 03:50:00.798 INFO O| Sep 24 03:50:00.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73562024-09-24T03:50:01.775Z[ recovery-image] Sep 24 03:50:00.798 INFO O| Sep 24 03:50:00.798 INFO STEP 1097 (remove_files) COMPLETE
73572024-09-24T03:50:01.775Z[ recovery-image] Sep 24 03:50:00.798 INFO O| Sep 24 03:50:00.798 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-09-24T03:50:01.775Z[ recovery-image] Sep 24 03:50:00.807 INFO O| Sep 24 03:50:00.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73592024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.807 INFO O| Sep 24 03:50:00.807 INFO STEP 1098 (remove_files) COMPLETE
73602024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.807 INFO O| Sep 24 03:50:00.807 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.817 INFO O| Sep 24 03:50:00.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73622024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.817 INFO O| Sep 24 03:50:00.817 INFO STEP 1099 (remove_files) COMPLETE
73632024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.817 INFO O| Sep 24 03:50:00.817 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.826 INFO O| Sep 24 03:50:00.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73652024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.826 INFO O| Sep 24 03:50:00.826 INFO STEP 1100 (remove_files) COMPLETE
73662024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.826 INFO O| Sep 24 03:50:00.826 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.835 INFO O| Sep 24 03:50:00.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73682024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.835 INFO O| Sep 24 03:50:00.835 INFO STEP 1101 (remove_files) COMPLETE
73692024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.835 INFO O| Sep 24 03:50:00.835 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.845 INFO O| Sep 24 03:50:00.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73712024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.845 INFO O| Sep 24 03:50:00.845 INFO STEP 1102 (remove_files) COMPLETE
73722024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.845 INFO O| Sep 24 03:50:00.845 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.854 INFO O| Sep 24 03:50:00.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73742024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.854 INFO O| Sep 24 03:50:00.854 INFO STEP 1103 (remove_files) COMPLETE
73752024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.854 INFO O| Sep 24 03:50:00.854 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.864 INFO O| Sep 24 03:50:00.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73772024-09-24T03:50:01.779Z[ recovery-image] Sep 24 03:50:00.864 INFO O| Sep 24 03:50:00.864 INFO STEP 1104 (remove_files) COMPLETE
73782024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.864 INFO O| Sep 24 03:50:00.864 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.873 INFO O| Sep 24 03:50:00.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73802024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.873 INFO O| Sep 24 03:50:00.873 INFO STEP 1105 (remove_files) COMPLETE
73812024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.873 INFO O| Sep 24 03:50:00.873 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.882 INFO O| Sep 24 03:50:00.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73832024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.883 INFO O| Sep 24 03:50:00.882 INFO STEP 1106 (remove_files) COMPLETE
73842024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.883 INFO O| Sep 24 03:50:00.883 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.892 INFO O| Sep 24 03:50:00.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73862024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.892 INFO O| Sep 24 03:50:00.892 INFO STEP 1107 (remove_files) COMPLETE
73872024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.893 INFO O| Sep 24 03:50:00.892 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.903 INFO O| Sep 24 03:50:00.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73892024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.903 INFO O| Sep 24 03:50:00.903 INFO STEP 1108 (remove_files) COMPLETE
73902024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.903 INFO O| Sep 24 03:50:00.903 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.914 INFO O| Sep 24 03:50:00.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73922024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.914 INFO O| Sep 24 03:50:00.914 INFO STEP 1109 (remove_files) COMPLETE
73932024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.914 INFO O| Sep 24 03:50:00.914 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.925 INFO O| Sep 24 03:50:00.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73952024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.925 INFO O| Sep 24 03:50:00.925 INFO STEP 1110 (remove_files) COMPLETE
73962024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.925 INFO O| Sep 24 03:50:00.925 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.936 INFO O| Sep 24 03:50:00.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73982024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.937 INFO O| Sep 24 03:50:00.936 INFO STEP 1111 (remove_files) COMPLETE
73992024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.937 INFO O| Sep 24 03:50:00.936 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.948 INFO O| Sep 24 03:50:00.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74012024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.948 INFO O| Sep 24 03:50:00.948 INFO STEP 1112 (remove_files) COMPLETE
74022024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.948 INFO O| Sep 24 03:50:00.948 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.960 INFO O| Sep 24 03:50:00.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74042024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.960 INFO O| Sep 24 03:50:00.960 INFO STEP 1113 (remove_files) COMPLETE
74052024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.960 INFO O| Sep 24 03:50:00.960 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.973 INFO O| Sep 24 03:50:00.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74072024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.973 INFO O| Sep 24 03:50:00.973 INFO STEP 1114 (remove_files) COMPLETE
74082024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.973 INFO O| Sep 24 03:50:00.973 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.986 INFO O| Sep 24 03:50:00.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74102024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.986 INFO O| Sep 24 03:50:00.986 INFO STEP 1115 (remove_files) COMPLETE
74112024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.986 INFO O| Sep 24 03:50:00.986 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.998 INFO O| Sep 24 03:50:00.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74132024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.998 INFO O| Sep 24 03:50:00.998 INFO STEP 1116 (remove_files) COMPLETE
74142024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:00.998 INFO O| Sep 24 03:50:00.998 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:01.009 INFO O| Sep 24 03:50:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74162024-09-24T03:50:01.780Z[ recovery-image] Sep 24 03:50:01.010 INFO O| Sep 24 03:50:01.010 INFO STEP 1117 (remove_files) COMPLETE
74172024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.010 INFO O| Sep 24 03:50:01.010 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.020 INFO O| Sep 24 03:50:01.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74192024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.020 INFO O| Sep 24 03:50:01.020 INFO STEP 1118 (remove_files) COMPLETE
74202024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.020 INFO O| Sep 24 03:50:01.020 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.031 INFO O| Sep 24 03:50:01.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74222024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.031 INFO O| Sep 24 03:50:01.031 INFO STEP 1119 (remove_files) COMPLETE
74232024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.031 INFO O| Sep 24 03:50:01.031 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.041 INFO O| Sep 24 03:50:01.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74252024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.041 INFO O| Sep 24 03:50:01.041 INFO STEP 1120 (remove_files) COMPLETE
74262024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.041 INFO O| Sep 24 03:50:01.041 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.051 INFO O| Sep 24 03:50:01.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74282024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.051 INFO O| Sep 24 03:50:01.051 INFO STEP 1121 (remove_files) COMPLETE
74292024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.051 INFO O| Sep 24 03:50:01.051 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.062 INFO O| Sep 24 03:50:01.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74312024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.062 INFO O| Sep 24 03:50:01.062 INFO STEP 1122 (remove_files) COMPLETE
74322024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.062 INFO O| Sep 24 03:50:01.062 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.072 INFO O| Sep 24 03:50:01.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74342024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.072 INFO O| Sep 24 03:50:01.072 INFO STEP 1123 (remove_files) COMPLETE
74352024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.072 INFO O| Sep 24 03:50:01.072 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.083 INFO O| Sep 24 03:50:01.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74372024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.083 INFO O| Sep 24 03:50:01.083 INFO STEP 1124 (remove_files) COMPLETE
74382024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.083 INFO O| Sep 24 03:50:01.083 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.094 INFO O| Sep 24 03:50:01.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74402024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.094 INFO O| Sep 24 03:50:01.094 INFO STEP 1125 (remove_files) COMPLETE
74412024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.094 INFO O| Sep 24 03:50:01.094 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.104 INFO O| Sep 24 03:50:01.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74432024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.105 INFO O| Sep 24 03:50:01.105 INFO STEP 1126 (remove_files) COMPLETE
74442024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.105 INFO O| Sep 24 03:50:01.105 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.115 INFO O| Sep 24 03:50:01.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74462024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.115 INFO O| Sep 24 03:50:01.115 INFO STEP 1127 (remove_files) COMPLETE
74472024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.115 INFO O| Sep 24 03:50:01.115 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.125 INFO O| Sep 24 03:50:01.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74492024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.126 INFO O| Sep 24 03:50:01.126 INFO STEP 1128 (remove_files) COMPLETE
74502024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.126 INFO O| Sep 24 03:50:01.126 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.136 INFO O| Sep 24 03:50:01.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74522024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.136 INFO O| Sep 24 03:50:01.136 INFO STEP 1129 (remove_files) COMPLETE
74532024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.136 INFO O| Sep 24 03:50:01.136 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.146 INFO O| Sep 24 03:50:01.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74552024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.146 INFO O| Sep 24 03:50:01.146 INFO STEP 1130 (remove_files) COMPLETE
74562024-09-24T03:50:01.781Z[ recovery-image] Sep 24 03:50:01.146 INFO O| Sep 24 03:50:01.146 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-09-24T03:50:01.782Z[ recovery-image] Sep 24 03:50:01.157 INFO O| Sep 24 03:50:01.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74582024-09-24T03:50:01.782Z[ recovery-image] Sep 24 03:50:01.157 INFO O| Sep 24 03:50:01.157 INFO STEP 1131 (remove_files) COMPLETE
74592024-09-24T03:50:01.786Z[ recovery-image] Sep 24 03:50:01.157 INFO O| Sep 24 03:50:01.157 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-09-24T03:50:01.786Z[ recovery-image] Sep 24 03:50:01.168 INFO O| Sep 24 03:50:01.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74612024-09-24T03:50:01.786Z[ recovery-image] Sep 24 03:50:01.168 INFO O| Sep 24 03:50:01.168 INFO STEP 1132 (remove_files) COMPLETE
74622024-09-24T03:50:01.786Z[ recovery-image] Sep 24 03:50:01.168 INFO O| Sep 24 03:50:01.168 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-09-24T03:50:01.794Z[ recovery-image] Sep 24 03:50:01.179 INFO O| Sep 24 03:50:01.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74642024-09-24T03:50:01.794Z[ recovery-image] Sep 24 03:50:01.179 INFO O| Sep 24 03:50:01.179 INFO STEP 1133 (remove_files) COMPLETE
74652024-09-24T03:50:01.803Z[ recovery-image] Sep 24 03:50:01.179 INFO O| Sep 24 03:50:01.179 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-09-24T03:50:01.807Z[ recovery-image] Sep 24 03:50:01.189 INFO O| Sep 24 03:50:01.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74672024-09-24T03:50:01.807Z[ recovery-image] Sep 24 03:50:01.189 INFO O| Sep 24 03:50:01.189 INFO STEP 1134 (remove_files) COMPLETE
74682024-09-24T03:50:01.807Z[ recovery-image] Sep 24 03:50:01.189 INFO O| Sep 24 03:50:01.189 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-09-24T03:50:01.815Z[ recovery-image] Sep 24 03:50:01.200 INFO O| Sep 24 03:50:01.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74702024-09-24T03:50:01.815Z[ recovery-image] Sep 24 03:50:01.200 INFO O| Sep 24 03:50:01.200 INFO STEP 1135 (remove_files) COMPLETE
74712024-09-24T03:50:01.815Z[ recovery-image] Sep 24 03:50:01.200 INFO O| Sep 24 03:50:01.200 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-09-24T03:50:01.829Z[ recovery-image] Sep 24 03:50:01.211 INFO O| Sep 24 03:50:01.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74732024-09-24T03:50:01.829Z[ recovery-image] Sep 24 03:50:01.211 INFO O| Sep 24 03:50:01.211 INFO STEP 1136 (remove_files) COMPLETE
74742024-09-24T03:50:01.834Z[ recovery-image] Sep 24 03:50:01.211 INFO O| Sep 24 03:50:01.211 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-09-24T03:50:01.838Z[ recovery-image] Sep 24 03:50:01.221 INFO O| Sep 24 03:50:01.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74762024-09-24T03:50:01.838Z[ recovery-image] Sep 24 03:50:01.222 INFO O| Sep 24 03:50:01.222 INFO STEP 1137 (remove_files) COMPLETE
74772024-09-24T03:50:01.838Z[ recovery-image] Sep 24 03:50:01.222 INFO O| Sep 24 03:50:01.222 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-09-24T03:50:01.848Z[ recovery-image] Sep 24 03:50:01.232 INFO O| Sep 24 03:50:01.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74792024-09-24T03:50:01.848Z[ recovery-image] Sep 24 03:50:01.232 INFO O| Sep 24 03:50:01.232 INFO STEP 1138 (remove_files) COMPLETE
74802024-09-24T03:50:01.848Z[ recovery-image] Sep 24 03:50:01.232 INFO O| Sep 24 03:50:01.232 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-09-24T03:50:01.859Z[ recovery-image] Sep 24 03:50:01.243 INFO O| Sep 24 03:50:01.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74822024-09-24T03:50:01.859Z[ recovery-image] Sep 24 03:50:01.243 INFO O| Sep 24 03:50:01.243 INFO STEP 1139 (remove_files) COMPLETE
74832024-09-24T03:50:01.859Z[ recovery-image] Sep 24 03:50:01.243 INFO O| Sep 24 03:50:01.243 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-09-24T03:50:01.873Z[ recovery-image] Sep 24 03:50:01.257 INFO O| Sep 24 03:50:01.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74852024-09-24T03:50:01.873Z[ recovery-image] Sep 24 03:50:01.257 INFO O| Sep 24 03:50:01.257 INFO STEP 1140 (remove_files) COMPLETE
74862024-09-24T03:50:01.873Z[ recovery-image] Sep 24 03:50:01.257 INFO O| Sep 24 03:50:01.257 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-09-24T03:50:01.890Z[ recovery-image] Sep 24 03:50:01.270 INFO O| Sep 24 03:50:01.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74882024-09-24T03:50:01.890Z[ recovery-image] Sep 24 03:50:01.270 INFO O| Sep 24 03:50:01.270 INFO STEP 1141 (remove_files) COMPLETE
74892024-09-24T03:50:01.890Z[ recovery-image] Sep 24 03:50:01.270 INFO O| Sep 24 03:50:01.270 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-09-24T03:50:01.898Z[ recovery-image] Sep 24 03:50:01.282 INFO O| Sep 24 03:50:01.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74912024-09-24T03:50:01.898Z[ recovery-image] Sep 24 03:50:01.282 INFO O| Sep 24 03:50:01.282 INFO STEP 1142 (remove_files) COMPLETE
74922024-09-24T03:50:01.903Z[ recovery-image] Sep 24 03:50:01.282 INFO O| Sep 24 03:50:01.282 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-09-24T03:50:01.911Z[ recovery-image] Sep 24 03:50:01.295 INFO O| Sep 24 03:50:01.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74942024-09-24T03:50:01.911Z[ recovery-image] Sep 24 03:50:01.295 INFO O| Sep 24 03:50:01.295 INFO STEP 1143 (remove_files) COMPLETE
74952024-09-24T03:50:01.915Z[ recovery-image] Sep 24 03:50:01.295 INFO O| Sep 24 03:50:01.295 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-09-24T03:50:01.926Z[ recovery-image] Sep 24 03:50:01.309 INFO O| Sep 24 03:50:01.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74972024-09-24T03:50:01.926Z[ recovery-image] Sep 24 03:50:01.309 INFO O| Sep 24 03:50:01.309 INFO STEP 1144 (remove_files) COMPLETE
74982024-09-24T03:50:01.926Z[ recovery-image] Sep 24 03:50:01.309 INFO O| Sep 24 03:50:01.309 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-09-24T03:50:01.939Z[ recovery-image] Sep 24 03:50:01.323 INFO O| Sep 24 03:50:01.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75002024-09-24T03:50:01.939Z[ recovery-image] Sep 24 03:50:01.323 INFO O| Sep 24 03:50:01.323 INFO STEP 1145 (remove_files) COMPLETE
75012024-09-24T03:50:01.942Z[ recovery-image] Sep 24 03:50:01.323 INFO O| Sep 24 03:50:01.323 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-09-24T03:50:01.953Z[ recovery-image] Sep 24 03:50:01.338 INFO O| Sep 24 03:50:01.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75032024-09-24T03:50:01.954Z[ recovery-image] Sep 24 03:50:01.338 INFO O| Sep 24 03:50:01.338 INFO STEP 1146 (remove_files) COMPLETE
75042024-09-24T03:50:01.957Z[ recovery-image] Sep 24 03:50:01.338 INFO O| Sep 24 03:50:01.338 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-09-24T03:50:01.967Z[ recovery-image] Sep 24 03:50:01.351 INFO O| Sep 24 03:50:01.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75062024-09-24T03:50:01.967Z[ recovery-image] Sep 24 03:50:01.351 INFO O| Sep 24 03:50:01.351 INFO STEP 1147 (remove_files) COMPLETE
75072024-09-24T03:50:01.970Z[ recovery-image] Sep 24 03:50:01.351 INFO O| Sep 24 03:50:01.351 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-09-24T03:50:01.978Z[ recovery-image] Sep 24 03:50:01.362 INFO O| Sep 24 03:50:01.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75092024-09-24T03:50:01.978Z[ recovery-image] Sep 24 03:50:01.362 INFO O| Sep 24 03:50:01.362 INFO STEP 1148 (remove_files) COMPLETE
75102024-09-24T03:50:01.981Z[ recovery-image] Sep 24 03:50:01.362 INFO O| Sep 24 03:50:01.362 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-09-24T03:50:01.988Z[ recovery-image] Sep 24 03:50:01.373 INFO O| Sep 24 03:50:01.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75122024-09-24T03:50:01.989Z[ recovery-image] Sep 24 03:50:01.373 INFO O| Sep 24 03:50:01.373 INFO STEP 1149 (remove_files) COMPLETE
75132024-09-24T03:50:01.989Z[ recovery-image] Sep 24 03:50:01.373 INFO O| Sep 24 03:50:01.373 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-09-24T03:50:01.999Z[ recovery-image] Sep 24 03:50:01.383 INFO O| Sep 24 03:50:01.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75152024-09-24T03:50:02.004Z[ recovery-image] Sep 24 03:50:01.384 INFO O| Sep 24 03:50:01.384 INFO STEP 1150 (remove_files) COMPLETE
75162024-09-24T03:50:02.004Z[ recovery-image] Sep 24 03:50:01.384 INFO O| Sep 24 03:50:01.384 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-09-24T03:50:02.011Z[ recovery-image] Sep 24 03:50:01.396 INFO O| Sep 24 03:50:01.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75182024-09-24T03:50:02.012Z[ recovery-image] Sep 24 03:50:01.396 INFO O| Sep 24 03:50:01.396 INFO STEP 1151 (remove_files) COMPLETE
75192024-09-24T03:50:02.012Z[ recovery-image] Sep 24 03:50:01.396 INFO O| Sep 24 03:50:01.396 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-09-24T03:50:02.022Z[ recovery-image] Sep 24 03:50:01.406 INFO O| Sep 24 03:50:01.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75212024-09-24T03:50:02.022Z[ recovery-image] Sep 24 03:50:01.406 INFO O| Sep 24 03:50:01.406 INFO STEP 1152 (remove_files) COMPLETE
75222024-09-24T03:50:02.027Z[ recovery-image] Sep 24 03:50:01.406 INFO O| Sep 24 03:50:01.406 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-09-24T03:50:02.031Z[ recovery-image] Sep 24 03:50:01.416 INFO O| Sep 24 03:50:01.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75242024-09-24T03:50:02.034Z[ recovery-image] Sep 24 03:50:01.417 INFO O| Sep 24 03:50:01.417 INFO STEP 1153 (remove_files) COMPLETE
75252024-09-24T03:50:02.034Z[ recovery-image] Sep 24 03:50:01.417 INFO O| Sep 24 03:50:01.417 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-09-24T03:50:02.041Z[ recovery-image] Sep 24 03:50:01.426 INFO O| Sep 24 03:50:01.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75272024-09-24T03:50:02.041Z[ recovery-image] Sep 24 03:50:01.426 INFO O| Sep 24 03:50:01.426 INFO STEP 1154 (remove_files) COMPLETE
75282024-09-24T03:50:02.044Z[ recovery-image] Sep 24 03:50:01.426 INFO O| Sep 24 03:50:01.426 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-09-24T03:50:02.051Z[ recovery-image] Sep 24 03:50:01.436 INFO O| Sep 24 03:50:01.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75302024-09-24T03:50:02.055Z[ recovery-image] Sep 24 03:50:01.436 INFO O| Sep 24 03:50:01.436 INFO STEP 1155 (remove_files) COMPLETE
75312024-09-24T03:50:02.055Z[ recovery-image] Sep 24 03:50:01.436 INFO O| Sep 24 03:50:01.436 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-09-24T03:50:02.061Z[ recovery-image] Sep 24 03:50:01.446 INFO O| Sep 24 03:50:01.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75332024-09-24T03:50:02.061Z[ recovery-image] Sep 24 03:50:01.446 INFO O| Sep 24 03:50:01.446 INFO STEP 1156 (remove_files) COMPLETE
75342024-09-24T03:50:02.061Z[ recovery-image] Sep 24 03:50:01.446 INFO O| Sep 24 03:50:01.446 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-09-24T03:50:02.071Z[ recovery-image] Sep 24 03:50:01.456 INFO O| Sep 24 03:50:01.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75362024-09-24T03:50:02.074Z[ recovery-image] Sep 24 03:50:01.456 INFO O| Sep 24 03:50:01.456 INFO STEP 1157 (remove_files) COMPLETE
75372024-09-24T03:50:02.074Z[ recovery-image] Sep 24 03:50:01.456 INFO O| Sep 24 03:50:01.456 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-09-24T03:50:02.081Z[ recovery-image] Sep 24 03:50:01.466 INFO O| Sep 24 03:50:01.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75392024-09-24T03:50:02.081Z[ recovery-image] Sep 24 03:50:01.466 INFO O| Sep 24 03:50:01.466 INFO STEP 1158 (remove_files) COMPLETE
75402024-09-24T03:50:02.084Z[ recovery-image] Sep 24 03:50:01.466 INFO O| Sep 24 03:50:01.466 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-09-24T03:50:02.091Z[ recovery-image] Sep 24 03:50:01.476 INFO O| Sep 24 03:50:01.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75422024-09-24T03:50:02.091Z[ recovery-image] Sep 24 03:50:01.476 INFO O| Sep 24 03:50:01.476 INFO STEP 1159 (remove_files) COMPLETE
75432024-09-24T03:50:02.094Z[ recovery-image] Sep 24 03:50:01.476 INFO O| Sep 24 03:50:01.476 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-09-24T03:50:02.104Z[ recovery-image] Sep 24 03:50:01.485 INFO O| Sep 24 03:50:01.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75452024-09-24T03:50:02.104Z[ recovery-image] Sep 24 03:50:01.485 INFO O| Sep 24 03:50:01.485 INFO STEP 1160 (remove_files) COMPLETE
75462024-09-24T03:50:02.104Z[ recovery-image] Sep 24 03:50:01.485 INFO O| Sep 24 03:50:01.485 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-09-24T03:50:02.110Z[ recovery-image] Sep 24 03:50:01.495 INFO O| Sep 24 03:50:01.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75482024-09-24T03:50:02.110Z[ recovery-image] Sep 24 03:50:01.495 INFO O| Sep 24 03:50:01.495 INFO STEP 1161 (remove_files) COMPLETE
75492024-09-24T03:50:02.110Z[ recovery-image] Sep 24 03:50:01.495 INFO O| Sep 24 03:50:01.495 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-09-24T03:50:02.120Z[ recovery-image] Sep 24 03:50:01.504 INFO O| Sep 24 03:50:01.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75512024-09-24T03:50:02.120Z[ recovery-image] Sep 24 03:50:01.505 INFO O| Sep 24 03:50:01.505 INFO STEP 1162 (remove_files) COMPLETE
75522024-09-24T03:50:02.123Z[ recovery-image] Sep 24 03:50:01.505 INFO O| Sep 24 03:50:01.505 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-09-24T03:50:02.130Z[ recovery-image] Sep 24 03:50:01.514 INFO O| Sep 24 03:50:01.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75542024-09-24T03:50:02.130Z[ recovery-image] Sep 24 03:50:01.514 INFO O| Sep 24 03:50:01.514 INFO STEP 1163 (remove_files) COMPLETE
75552024-09-24T03:50:02.134Z[ recovery-image] Sep 24 03:50:01.514 INFO O| Sep 24 03:50:01.514 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-09-24T03:50:02.139Z[ recovery-image] Sep 24 03:50:01.524 INFO O| Sep 24 03:50:01.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75572024-09-24T03:50:02.142Z[ recovery-image] Sep 24 03:50:01.524 INFO O| Sep 24 03:50:01.524 INFO STEP 1164 (remove_files) COMPLETE
75582024-09-24T03:50:02.142Z[ recovery-image] Sep 24 03:50:01.524 INFO O| Sep 24 03:50:01.524 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-09-24T03:50:02.149Z[ recovery-image] Sep 24 03:50:01.533 INFO O| Sep 24 03:50:01.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75602024-09-24T03:50:02.149Z[ recovery-image] Sep 24 03:50:01.533 INFO O| Sep 24 03:50:01.533 INFO STEP 1165 (remove_files) COMPLETE
75612024-09-24T03:50:02.152Z[ recovery-image] Sep 24 03:50:01.533 INFO O| Sep 24 03:50:01.533 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-09-24T03:50:02.159Z[ recovery-image] Sep 24 03:50:01.543 INFO O| Sep 24 03:50:01.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75632024-09-24T03:50:02.159Z[ recovery-image] Sep 24 03:50:01.543 INFO O| Sep 24 03:50:01.543 INFO STEP 1166 (remove_files) COMPLETE
75642024-09-24T03:50:02.159Z[ recovery-image] Sep 24 03:50:01.543 INFO O| Sep 24 03:50:01.543 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-09-24T03:50:02.170Z[ recovery-image] Sep 24 03:50:01.553 INFO O| Sep 24 03:50:01.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75662024-09-24T03:50:02.170Z[ recovery-image] Sep 24 03:50:01.553 INFO O| Sep 24 03:50:01.553 INFO STEP 1167 (remove_files) COMPLETE
75672024-09-24T03:50:02.170Z[ recovery-image] Sep 24 03:50:01.553 INFO O| Sep 24 03:50:01.553 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-09-24T03:50:02.178Z[ recovery-image] Sep 24 03:50:01.562 INFO O| Sep 24 03:50:01.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75692024-09-24T03:50:02.178Z[ recovery-image] Sep 24 03:50:01.562 INFO O| Sep 24 03:50:01.562 INFO STEP 1168 (remove_files) COMPLETE
75702024-09-24T03:50:02.181Z[ recovery-image] Sep 24 03:50:01.562 INFO O| Sep 24 03:50:01.562 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-09-24T03:50:02.187Z[ recovery-image] Sep 24 03:50:01.572 INFO O| Sep 24 03:50:01.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75722024-09-24T03:50:02.189Z[ recovery-image] Sep 24 03:50:01.572 INFO O| Sep 24 03:50:01.572 INFO STEP 1169 (remove_files) COMPLETE
75732024-09-24T03:50:02.189Z[ recovery-image] Sep 24 03:50:01.572 INFO O| Sep 24 03:50:01.572 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-09-24T03:50:02.197Z[ recovery-image] Sep 24 03:50:01.582 INFO O| Sep 24 03:50:01.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75752024-09-24T03:50:02.197Z[ recovery-image] Sep 24 03:50:01.582 INFO O| Sep 24 03:50:01.582 INFO STEP 1170 (remove_files) COMPLETE
75762024-09-24T03:50:02.197Z[ recovery-image] Sep 24 03:50:01.582 INFO O| Sep 24 03:50:01.582 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-09-24T03:50:02.206Z[ recovery-image] Sep 24 03:50:01.591 INFO O| Sep 24 03:50:01.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75782024-09-24T03:50:02.206Z[ recovery-image] Sep 24 03:50:01.591 INFO O| Sep 24 03:50:01.591 INFO STEP 1171 (remove_files) COMPLETE
75792024-09-24T03:50:02.209Z[ recovery-image] Sep 24 03:50:01.591 INFO O| Sep 24 03:50:01.591 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-09-24T03:50:02.216Z[ recovery-image] Sep 24 03:50:01.601 INFO O| Sep 24 03:50:01.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75812024-09-24T03:50:02.216Z[ recovery-image] Sep 24 03:50:01.601 INFO O| Sep 24 03:50:01.601 INFO STEP 1172 (remove_files) COMPLETE
75822024-09-24T03:50:02.216Z[ recovery-image] Sep 24 03:50:01.601 INFO O| Sep 24 03:50:01.601 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-09-24T03:50:02.226Z[ recovery-image] Sep 24 03:50:01.610 INFO O| Sep 24 03:50:01.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75842024-09-24T03:50:02.229Z[ recovery-image] Sep 24 03:50:01.611 INFO O| Sep 24 03:50:01.610 INFO STEP 1173 (remove_files) COMPLETE
75852024-09-24T03:50:02.229Z[ recovery-image] Sep 24 03:50:01.611 INFO O| Sep 24 03:50:01.611 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-09-24T03:50:02.235Z[ recovery-image] Sep 24 03:50:01.620 INFO O| Sep 24 03:50:01.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75872024-09-24T03:50:02.235Z[ recovery-image] Sep 24 03:50:01.620 INFO O| Sep 24 03:50:01.620 INFO STEP 1174 (remove_files) COMPLETE
75882024-09-24T03:50:02.238Z[ recovery-image] Sep 24 03:50:01.620 INFO O| Sep 24 03:50:01.620 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-09-24T03:50:02.244Z[ recovery-image] Sep 24 03:50:01.630 INFO O| Sep 24 03:50:01.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75902024-09-24T03:50:02.244Z[ recovery-image] Sep 24 03:50:01.630 INFO O| Sep 24 03:50:01.630 INFO STEP 1175 (remove_files) COMPLETE
75912024-09-24T03:50:02.247Z[ recovery-image] Sep 24 03:50:01.630 INFO O| Sep 24 03:50:01.630 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-09-24T03:50:02.254Z[ recovery-image] Sep 24 03:50:01.639 INFO O| Sep 24 03:50:01.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75932024-09-24T03:50:02.254Z[ recovery-image] Sep 24 03:50:01.639 INFO O| Sep 24 03:50:01.639 INFO STEP 1176 (remove_files) COMPLETE
75942024-09-24T03:50:02.257Z[ recovery-image] Sep 24 03:50:01.639 INFO O| Sep 24 03:50:01.639 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-09-24T03:50:02.264Z[ recovery-image] Sep 24 03:50:01.649 INFO O| Sep 24 03:50:01.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75962024-09-24T03:50:02.266Z[ recovery-image] Sep 24 03:50:01.649 INFO O| Sep 24 03:50:01.649 INFO STEP 1177 (remove_files) COMPLETE
75972024-09-24T03:50:02.266Z[ recovery-image] Sep 24 03:50:01.649 INFO O| Sep 24 03:50:01.649 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-09-24T03:50:02.273Z[ recovery-image] Sep 24 03:50:01.658 INFO O| Sep 24 03:50:01.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75992024-09-24T03:50:02.273Z[ recovery-image] Sep 24 03:50:01.658 INFO O| Sep 24 03:50:01.658 INFO STEP 1178 (remove_files) COMPLETE
76002024-09-24T03:50:02.276Z[ recovery-image] Sep 24 03:50:01.658 INFO O| Sep 24 03:50:01.658 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-09-24T03:50:02.283Z[ recovery-image] Sep 24 03:50:01.668 INFO O| Sep 24 03:50:01.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76022024-09-24T03:50:02.283Z[ recovery-image] Sep 24 03:50:01.668 INFO O| Sep 24 03:50:01.668 INFO STEP 1179 (remove_files) COMPLETE
76032024-09-24T03:50:02.285Z[ recovery-image] Sep 24 03:50:01.668 INFO O| Sep 24 03:50:01.668 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-09-24T03:50:02.294Z[ recovery-image] Sep 24 03:50:01.679 INFO O| Sep 24 03:50:01.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76052024-09-24T03:50:02.298Z[ recovery-image] Sep 24 03:50:01.680 INFO O| Sep 24 03:50:01.680 INFO STEP 1180 (remove_files) COMPLETE
76062024-09-24T03:50:02.298Z[ recovery-image] Sep 24 03:50:01.680 INFO O| Sep 24 03:50:01.680 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-09-24T03:50:02.305Z[ recovery-image] Sep 24 03:50:01.690 INFO O| Sep 24 03:50:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76082024-09-24T03:50:02.307Z[ recovery-image] Sep 24 03:50:01.690 INFO O| Sep 24 03:50:01.690 INFO STEP 1181 (remove_files) COMPLETE
76092024-09-24T03:50:02.307Z[ recovery-image] Sep 24 03:50:01.690 INFO O| Sep 24 03:50:01.690 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-09-24T03:50:02.314Z[ recovery-image] Sep 24 03:50:01.699 INFO O| Sep 24 03:50:01.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76112024-09-24T03:50:02.314Z[ recovery-image] Sep 24 03:50:01.699 INFO O| Sep 24 03:50:01.699 INFO STEP 1182 (remove_files) COMPLETE
76122024-09-24T03:50:02.318Z[ recovery-image] Sep 24 03:50:01.699 INFO O| Sep 24 03:50:01.699 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-09-24T03:50:02.324Z[ recovery-image] Sep 24 03:50:01.709 INFO O| Sep 24 03:50:01.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76142024-09-24T03:50:02.324Z[ recovery-image] Sep 24 03:50:01.709 INFO O| Sep 24 03:50:01.709 INFO STEP 1183 (remove_files) COMPLETE
76152024-09-24T03:50:02.324Z[ recovery-image] Sep 24 03:50:01.709 INFO O| Sep 24 03:50:01.709 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-09-24T03:50:02.333Z[ recovery-image] Sep 24 03:50:01.718 INFO O| Sep 24 03:50:01.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76172024-09-24T03:50:02.333Z[ recovery-image] Sep 24 03:50:01.718 INFO O| Sep 24 03:50:01.718 INFO STEP 1184 (remove_files) COMPLETE
76182024-09-24T03:50:02.333Z[ recovery-image] Sep 24 03:50:01.718 INFO O| Sep 24 03:50:01.718 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-09-24T03:50:02.344Z[ recovery-image] Sep 24 03:50:01.727 INFO O| Sep 24 03:50:01.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76202024-09-24T03:50:02.344Z[ recovery-image] Sep 24 03:50:01.728 INFO O| Sep 24 03:50:01.728 INFO STEP 1185 (remove_files) COMPLETE
76212024-09-24T03:50:02.344Z[ recovery-image] Sep 24 03:50:01.728 INFO O| Sep 24 03:50:01.728 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-09-24T03:50:02.352Z[ recovery-image] Sep 24 03:50:01.737 INFO O| Sep 24 03:50:01.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76232024-09-24T03:50:02.352Z[ recovery-image] Sep 24 03:50:01.737 INFO O| Sep 24 03:50:01.737 INFO STEP 1186 (remove_files) COMPLETE
76242024-09-24T03:50:02.352Z[ recovery-image] Sep 24 03:50:01.737 INFO O| Sep 24 03:50:01.737 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-09-24T03:50:02.363Z[ recovery-image] Sep 24 03:50:01.746 INFO O| Sep 24 03:50:01.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76262024-09-24T03:50:02.363Z[ recovery-image] Sep 24 03:50:01.746 INFO O| Sep 24 03:50:01.746 INFO STEP 1187 (remove_files) COMPLETE
76272024-09-24T03:50:02.365Z[ recovery-image] Sep 24 03:50:01.746 INFO O| Sep 24 03:50:01.746 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-09-24T03:50:02.371Z[ recovery-image] Sep 24 03:50:01.756 INFO O| Sep 24 03:50:01.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76292024-09-24T03:50:02.371Z[ recovery-image] Sep 24 03:50:01.756 INFO O| Sep 24 03:50:01.756 INFO STEP 1188 (remove_files) COMPLETE
76302024-09-24T03:50:02.371Z[ recovery-image] Sep 24 03:50:01.756 INFO O| Sep 24 03:50:01.756 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-09-24T03:50:02.380Z[ recovery-image] Sep 24 03:50:01.765 INFO O| Sep 24 03:50:01.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76322024-09-24T03:50:02.380Z[ recovery-image] Sep 24 03:50:01.765 INFO O| Sep 24 03:50:01.765 INFO STEP 1189 (remove_files) COMPLETE
76332024-09-24T03:50:02.382Z[ recovery-image] Sep 24 03:50:01.765 INFO O| Sep 24 03:50:01.765 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-09-24T03:50:02.389Z[ recovery-image] Sep 24 03:50:01.774 INFO O| Sep 24 03:50:01.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76352024-09-24T03:50:02.390Z[ recovery-image] Sep 24 03:50:01.775 INFO O| Sep 24 03:50:01.775 INFO STEP 1190 (remove_files) COMPLETE
76362024-09-24T03:50:02.392Z[ recovery-image] Sep 24 03:50:01.775 INFO O| Sep 24 03:50:01.775 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-09-24T03:50:02.399Z[ recovery-image] Sep 24 03:50:01.784 INFO O| Sep 24 03:50:01.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76382024-09-24T03:50:02.401Z[ recovery-image] Sep 24 03:50:01.784 INFO O| Sep 24 03:50:01.784 INFO STEP 1191 (remove_files) COMPLETE
76392024-09-24T03:50:02.401Z[ recovery-image] Sep 24 03:50:01.784 INFO O| Sep 24 03:50:01.784 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-09-24T03:50:02.408Z[ recovery-image] Sep 24 03:50:01.793 INFO O| Sep 24 03:50:01.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76412024-09-24T03:50:02.408Z[ recovery-image] Sep 24 03:50:01.793 INFO O| Sep 24 03:50:01.793 INFO STEP 1192 (remove_files) COMPLETE
76422024-09-24T03:50:02.411Z[ recovery-image] Sep 24 03:50:01.793 INFO O| Sep 24 03:50:01.793 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-09-24T03:50:02.418Z[ recovery-image] Sep 24 03:50:01.803 INFO O| Sep 24 03:50:01.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76442024-09-24T03:50:02.418Z[ recovery-image] Sep 24 03:50:01.803 INFO O| Sep 24 03:50:01.803 INFO STEP 1193 (remove_files) COMPLETE
76452024-09-24T03:50:02.420Z[ recovery-image] Sep 24 03:50:01.803 INFO O| Sep 24 03:50:01.803 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-09-24T03:50:02.427Z[ recovery-image] Sep 24 03:50:01.812 INFO O| Sep 24 03:50:01.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76472024-09-24T03:50:02.427Z[ recovery-image] Sep 24 03:50:01.812 INFO O| Sep 24 03:50:01.812 INFO STEP 1194 (remove_files) COMPLETE
76482024-09-24T03:50:02.428Z[ recovery-image] Sep 24 03:50:01.812 INFO O| Sep 24 03:50:01.812 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-09-24T03:50:02.437Z[ recovery-image] Sep 24 03:50:01.821 INFO O| Sep 24 03:50:01.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76502024-09-24T03:50:02.437Z[ recovery-image] Sep 24 03:50:01.821 INFO O| Sep 24 03:50:01.821 INFO STEP 1195 (remove_files) COMPLETE
76512024-09-24T03:50:02.443Z[ recovery-image] Sep 24 03:50:01.821 INFO O| Sep 24 03:50:01.821 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-09-24T03:50:02.448Z[ recovery-image] Sep 24 03:50:01.831 INFO O| Sep 24 03:50:01.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76532024-09-24T03:50:02.448Z[ recovery-image] Sep 24 03:50:01.831 INFO O| Sep 24 03:50:01.831 INFO STEP 1196 (remove_files) COMPLETE
76542024-09-24T03:50:02.448Z[ recovery-image] Sep 24 03:50:01.831 INFO O| Sep 24 03:50:01.831 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-09-24T03:50:02.459Z[ recovery-image] Sep 24 03:50:01.840 INFO O| Sep 24 03:50:01.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76562024-09-24T03:50:02.468Z[ recovery-image] Sep 24 03:50:01.840 INFO O| Sep 24 03:50:01.840 INFO STEP 1197 (remove_files) COMPLETE
76572024-09-24T03:50:02.468Z[ recovery-image] Sep 24 03:50:01.840 INFO O| Sep 24 03:50:01.840 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-09-24T03:50:02.469Z[ host-image] Sep 24 03:50:01.847 INFO O| Sep 24 03:50:01.847 INFO O| Planning: Solver setup ... Done
76592024-09-24T03:50:02.472Z[ host-image] Sep 24 03:50:01.851 INFO O| Sep 24 03:50:01.851 INFO O| Planning: Running solver ... Done
76602024-09-24T03:50:02.472Z[ recovery-image] Sep 24 03:50:01.852 INFO O| Sep 24 03:50:01.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76612024-09-24T03:50:02.473Z[ recovery-image] Sep 24 03:50:01.852 INFO O| Sep 24 03:50:01.852 INFO STEP 1198 (remove_files) COMPLETE
76622024-09-24T03:50:02.473Z[ recovery-image] Sep 24 03:50:01.852 INFO O| Sep 24 03:50:01.852 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-09-24T03:50:02.483Z[ recovery-image] Sep 24 03:50:01.863 INFO O| Sep 24 03:50:01.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76642024-09-24T03:50:02.489Z[ recovery-image] Sep 24 03:50:01.863 INFO O| Sep 24 03:50:01.863 INFO STEP 1199 (remove_files) COMPLETE
76652024-09-24T03:50:02.490Z[ recovery-image] Sep 24 03:50:01.863 INFO O| Sep 24 03:50:01.863 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-09-24T03:50:02.490Z[ recovery-image] Sep 24 03:50:01.873 INFO O| Sep 24 03:50:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76672024-09-24T03:50:02.490Z[ recovery-image] Sep 24 03:50:01.873 INFO O| Sep 24 03:50:01.873 INFO STEP 1200 (remove_files) COMPLETE
76682024-09-24T03:50:02.490Z[ recovery-image] Sep 24 03:50:01.873 INFO O| Sep 24 03:50:01.873 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-09-24T03:50:02.501Z[ recovery-image] Sep 24 03:50:01.883 INFO O| Sep 24 03:50:01.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76702024-09-24T03:50:02.501Z[ recovery-image] Sep 24 03:50:01.883 INFO O| Sep 24 03:50:01.883 INFO STEP 1201 (remove_files) COMPLETE
76712024-09-24T03:50:02.506Z[ recovery-image] Sep 24 03:50:01.883 INFO O| Sep 24 03:50:01.883 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-09-24T03:50:02.513Z[ recovery-image] Sep 24 03:50:01.894 INFO O| Sep 24 03:50:01.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76732024-09-24T03:50:02.514Z[ recovery-image] Sep 24 03:50:01.894 INFO O| Sep 24 03:50:01.894 INFO STEP 1202 (remove_files) COMPLETE
76742024-09-24T03:50:02.514Z[ recovery-image] Sep 24 03:50:01.894 INFO O| Sep 24 03:50:01.894 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-09-24T03:50:02.521Z[ host-image] Sep 24 03:50:01.895 INFO O| Sep 24 03:50:01.895 INFO O| Planning: Finding local manifests ... Done
76762024-09-24T03:50:02.521Z[ host-image] Sep 24 03:50:01.896 INFO O| Sep 24 03:50:01.896 INFO O| Planning: Fetching manifests: 0/4 0% complete
76772024-09-24T03:50:02.521Z[ recovery-image] Sep 24 03:50:01.904 INFO O| Sep 24 03:50:01.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76782024-09-24T03:50:02.521Z[ recovery-image] Sep 24 03:50:01.904 INFO O| Sep 24 03:50:01.904 INFO STEP 1203 (remove_files) COMPLETE
76792024-09-24T03:50:02.521Z[ recovery-image] Sep 24 03:50:01.904 INFO O| Sep 24 03:50:01.904 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-09-24T03:50:02.533Z[ recovery-image] Sep 24 03:50:01.915 INFO O| Sep 24 03:50:01.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76812024-09-24T03:50:02.534Z[ recovery-image] Sep 24 03:50:01.915 INFO O| Sep 24 03:50:01.915 INFO STEP 1204 (remove_files) COMPLETE
76822024-09-24T03:50:02.534Z[ recovery-image] Sep 24 03:50:01.915 INFO O| Sep 24 03:50:01.915 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-09-24T03:50:02.545Z[ recovery-image] Sep 24 03:50:01.925 INFO O| Sep 24 03:50:01.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76842024-09-24T03:50:02.545Z[ recovery-image] Sep 24 03:50:01.925 INFO O| Sep 24 03:50:01.925 INFO STEP 1205 (remove_files) COMPLETE
76852024-09-24T03:50:02.545Z[ recovery-image] Sep 24 03:50:01.925 INFO O| Sep 24 03:50:01.925 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76862024-09-24T03:50:02.562Z[ recovery-image] Sep 24 03:50:01.940 INFO O| Sep 24 03:50:01.940 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76872024-09-24T03:50:02.568Z[ recovery-image] Sep 24 03:50:01.940 INFO O| Sep 24 03:50:01.940 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76882024-09-24T03:50:02.620Z[ host-image] Sep 24 03:50:02.005 INFO O| Sep 24 03:50:02.005 INFO O| Planning: Fetching manifests: 4/4 100% complete
76892024-09-24T03:50:02.643Z[ host-image] Sep 24 03:50:02.027 INFO O| Sep 24 03:50:02.027 INFO O| Planning: Package planning ... Done
76902024-09-24T03:50:02.647Z[ host-image] Sep 24 03:50:02.030 INFO O| Sep 24 03:50:02.030 INFO O| Planning: Merging actions ... Done
76912024-09-24T03:50:02.726Z[ host-image] Sep 24 03:50:02.108 INFO O| Sep 24 03:50:02.108 INFO O| Planning: Checking for conflicting actions ... Done
76922024-09-24T03:50:02.733Z[ host-image] Sep 24 03:50:02.109 INFO O| Sep 24 03:50:02.109 INFO O| Planning: Consolidating action changes ... Done
76932024-09-24T03:50:02.915Z[ host-image] Sep 24 03:50:02.300 INFO O| Sep 24 03:50:02.300 INFO O| Planning: Evaluating mediators ... Done
76942024-09-24T03:50:02.918Z[ host-image] Sep 24 03:50:02.301 INFO O| Sep 24 03:50:02.301 INFO O| Planning: Planning completed in 2.24 seconds
76952024-09-24T03:50:02.918Z[ host-image] Sep 24 03:50:02.302 INFO O| Sep 24 03:50:02.302 INFO O| Packages to install: 4
76962024-09-24T03:50:02.919Z[ host-image] Sep 24 03:50:02.302 INFO O| Sep 24 03:50:02.302 INFO O| Services to change: 2
76972024-09-24T03:50:02.928Z[ host-image] Sep 24 03:50:02.313 INFO O| Sep 24 03:50:02.313 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
76982024-09-24T03:50:03.335Z[ recovery-image] Sep 24 03:50:02.720 INFO O| Sep 24 03:50:02.720 INFO STEP 1206 (pack_tar) COMPLETE
76992024-09-24T03:50:03.336Z[ recovery-image] Sep 24 03:50:02.720 INFO O| Sep 24 03:50:02.720 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77002024-09-24T03:50:03.338Z[ recovery-image] Sep 24 03:50:02.720 INFO O| Sep 24 03:50:02.720 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77012024-09-24T03:50:03.471Z[ recovery-image] Sep 24 03:50:02.856 INFO O| Sep 24 03:50:02.856 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77022024-09-24T03:50:03.555Z[ recovery-image] Sep 24 03:50:02.940 INFO O| Sep 24 03:50:02.940 INFO completed processing gimlet/ramdisk-03-recovery-trim
77032024-09-24T03:50:03.562Z[ recovery-image] Sep 24 03:50:02.946 INFO image builder template: zfs-recovery...
77042024-09-24T03:50:03.562Z[ recovery-image] Sep 24 03:50:02.947 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/.tmpuKYIKS/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
77052024-09-24T03:50:03.592Z[ recovery-image] Sep 24 03:50:02.977 INFO O| Sep 24 03:50:02.977 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77062024-09-24T03:50:03.596Z[ recovery-image] Sep 24 03:50:02.981 INFO O| Sep 24 03:50:02.981 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77072024-09-24T03:50:03.656Z[ recovery-image] Sep 24 03:50:03.041 INFO O| Sep 24 03:50:03.041 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77082024-09-24T03:50:03.718Z[ recovery-image] Sep 24 03:50:03.103 INFO O| Sep 24 03:50:03.103 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77092024-09-24T03:50:03.721Z[ recovery-image] Sep 24 03:50:03.103 INFO O| Sep 24 03:50:03.103 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77102024-09-24T03:50:03.723Z[ recovery-image] Sep 24 03:50:03.107 INFO O| Sep 24 03:50:03.107 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77112024-09-24T03:50:03.795Z[ recovery-image] Sep 24 03:50:03.180 INFO O| Sep 24 03:50:03.180 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77122024-09-24T03:50:03.855Z[ recovery-image] Sep 24 03:50:03.240 INFO O| Sep 24 03:50:03.240 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77132024-09-24T03:50:03.864Z[ recovery-image] Sep 24 03:50:03.249 INFO O| Sep 24 03:50:03.249 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77142024-09-24T03:50:03.869Z[ recovery-image] Sep 24 03:50:03.254 INFO O| Sep 24 03:50:03.254 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77152024-09-24T03:50:03.871Z[ recovery-image] Sep 24 03:50:03.255 INFO O| Sep 24 03:50:03.255 INFO no lofi found
77162024-09-24T03:50:03.871Z[ recovery-image] Sep 24 03:50:03.255 INFO O| Sep 24 03:50:03.255 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77172024-09-24T03:50:03.871Z[ recovery-image] Sep 24 03:50:03.255 INFO O| Sep 24 03:50:03.255 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77182024-09-24T03:50:05.618Z[ host-image] Sep 24 03:50:05.003 INFO O| Sep 24 03:50:05.003 INFO O| Download: Completed 1.39 MB in 2.69 seconds (528k/s)
77192024-09-24T03:50:05.625Z[ recovery-image] Sep 24 03:50:05.010 INFO O| Sep 24 03:50:05.010 INFO lofi device = /dev/dsk/c2t1d0p0
77202024-09-24T03:50:05.625Z[ recovery-image] Sep 24 03:50:05.010 INFO O| Sep 24 03:50:05.010 INFO pool device = /dev/dsk/c2t1d0p0
77212024-09-24T03:50:05.627Z[ recovery-image] Sep 24 03:50:05.010 INFO O| Sep 24 03:50:05.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
77222024-09-24T03:50:05.651Z[ host-image] Sep 24 03:50:05.034 INFO O| Sep 24 03:50:05.034 INFO O| Actions: 1/238 actions (Installing new actions)
77232024-09-24T03:50:05.702Z[ recovery-image] Sep 24 03:50:05.087 INFO O| Sep 24 03:50:05.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77242024-09-24T03:50:05.702Z[ recovery-image] Sep 24 03:50:05.087 INFO O| Sep 24 03:50:05.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77252024-09-24T03:50:05.725Z[ recovery-image] Sep 24 03:50:05.110 INFO O| Sep 24 03:50:05.110 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77262024-09-24T03:50:05.774Z[ host-image] Sep 24 03:50:05.159 INFO O| Sep 24 03:50:05.159 INFO O| Actions: Completed 238 actions in 0.12 seconds.
77272024-09-24T03:50:05.788Z[ recovery-image] Sep 24 03:50:05.173 INFO O| Sep 24 03:50:05.173 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77282024-09-24T03:50:05.827Z[ recovery-image] Sep 24 03:50:05.211 INFO O| Sep 24 03:50:05.211 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77292024-09-24T03:50:05.841Z[ recovery-image] Sep 24 03:50:05.226 INFO O| Sep 24 03:50:05.226 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77302024-09-24T03:50:05.853Z[ recovery-image] Sep 24 03:50:05.238 INFO O| Sep 24 03:50:05.238 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77312024-09-24T03:50:05.903Z[ recovery-image] Sep 24 03:50:05.287 INFO O| Sep 24 03:50:05.287 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77322024-09-24T03:50:05.903Z[ recovery-image] Sep 24 03:50:05.288 INFO O| Sep 24 03:50:05.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77332024-09-24T03:50:05.905Z[ recovery-image] Sep 24 03:50:05.288 INFO O| Sep 24 03:50:05.288 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77342024-09-24T03:50:05.912Z[ recovery-image] Sep 24 03:50:05.297 INFO O| Sep 24 03:50:05.297 INFO boot environment UUID: e011e0a7-fae3-48c8-9b43-999084b5845c
77352024-09-24T03:50:05.912Z[ recovery-image] Sep 24 03:50:05.297 INFO O| Sep 24 03:50:05.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e011e0a7-fae3-48c8-9b43-999084b5845c
77362024-09-24T03:50:05.924Z[ recovery-image] Sep 24 03:50:05.308 INFO O| Sep 24 03:50:05.308 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77372024-09-24T03:50:05.934Z[ recovery-image] Sep 24 03:50:05.319 INFO O| Sep 24 03:50:05.319 INFO STEP 0 (create_be) COMPLETE
77382024-09-24T03:50:05.934Z[ recovery-image] Sep 24 03:50:05.319 INFO O| Sep 24 03:50:05.319 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77392024-09-24T03:50:05.950Z[ recovery-image] Sep 24 03:50:05.334 INFO O| Sep 24 03:50:05.334 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"]
77402024-09-24T03:50:06.025Z[ host-image] Sep 24 03:50:05.410 INFO O| Sep 24 03:50:05.410 INFO O| Done
77412024-09-24T03:50:06.025Z[ host-image] Sep 24 03:50:05.410 INFO O| Sep 24 03:50:05.410 INFO O| Done
77422024-09-24T03:50:06.609Z[ host-image] Sep 24 03:50:05.993 INFO O| Sep 24 03:50:05.993 INFO O| Done
77432024-09-24T03:50:07.979Z[ recovery-image] Sep 24 03:50:07.363 INFO O| Sep 24 03:50:07.363 INFO STEP 1 (unpack_tar) COMPLETE
77442024-09-24T03:50:07.979Z[ recovery-image] Sep 24 03:50:07.363 INFO O| Sep 24 03:50:07.363 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77452024-09-24T03:50:07.990Z[ recovery-image] Sep 24 03:50:07.374 INFO O| Sep 24 03:50:07.374 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77462024-09-24T03:50:08.418Z[ recovery-image] Sep 24 03:50:07.801 INFO O| Sep 24 03:50:07.801 INFO STEP 2 (devfsadm) COMPLETE
77472024-09-24T03:50:08.418Z[ recovery-image] Sep 24 03:50:07.801 INFO O| Sep 24 03:50:07.801 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77482024-09-24T03:50:08.430Z[ recovery-image] Sep 24 03:50:07.813 INFO O| Sep 24 03:50:07.813 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77492024-09-24T03:50:08.430Z[ recovery-image] Sep 24 03:50:07.813 INFO O| Sep 24 03:50:07.813 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77502024-09-24T03:50:08.432Z[ recovery-image] Sep 24 03:50:07.813 INFO O| Sep 24 03:50:07.813 INFO STEP 3 (ensure_dir) COMPLETE
77512024-09-24T03:50:08.432Z[ recovery-image] Sep 24 03:50:07.813 INFO O| Sep 24 03:50:07.813 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77522024-09-24T03:50:08.439Z[ recovery-image] Sep 24 03:50:07.823 INFO O| Sep 24 03:50:07.823 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77532024-09-24T03:50:08.439Z[ recovery-image] Sep 24 03:50:07.823 INFO O| Sep 24 03:50:07.823 INFO STEP 4 (ensure_dir) COMPLETE
77542024-09-24T03:50:08.441Z[ recovery-image] Sep 24 03:50:07.823 INFO O| Sep 24 03:50:07.823 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77552024-09-24T03:50:08.448Z[ recovery-image] Sep 24 03:50:07.833 INFO O| Sep 24 03:50:07.833 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77562024-09-24T03:50:08.448Z[ recovery-image] Sep 24 03:50:07.833 INFO O| Sep 24 03:50:07.833 INFO STEP 5 (ensure_dir) COMPLETE
77572024-09-24T03:50:08.450Z[ recovery-image] Sep 24 03:50:07.833 INFO O| Sep 24 03:50:07.833 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77582024-09-24T03:50:08.458Z[ recovery-image] Sep 24 03:50:07.843 INFO O| Sep 24 03:50:07.843 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77592024-09-24T03:50:08.459Z[ recovery-image] Sep 24 03:50:07.843 INFO O| Sep 24 03:50:07.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77602024-09-24T03:50:08.461Z[ recovery-image] Sep 24 03:50:07.843 INFO O| Sep 24 03:50:07.843 INFO STEP 6 (ensure_dir) COMPLETE
77612024-09-24T03:50:08.461Z[ recovery-image] Sep 24 03:50:07.843 INFO O| Sep 24 03:50:07.843 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77622024-09-24T03:50:08.469Z[ recovery-image] Sep 24 03:50:07.854 INFO O| Sep 24 03:50:07.854 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77632024-09-24T03:50:08.469Z[ recovery-image] Sep 24 03:50:07.854 INFO O| Sep 24 03:50:07.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77642024-09-24T03:50:08.469Z[ recovery-image] Sep 24 03:50:07.854 INFO O| Sep 24 03:50:07.854 INFO STEP 7 (ensure_dir) COMPLETE
77652024-09-24T03:50:08.469Z[ recovery-image] Sep 24 03:50:07.854 INFO O| Sep 24 03:50:07.854 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77662024-09-24T03:50:08.480Z[ recovery-image] Sep 24 03:50:07.865 INFO O| Sep 24 03:50:07.865 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77672024-09-24T03:50:08.483Z[ recovery-image] Sep 24 03:50:07.865 INFO O| Sep 24 03:50:07.865 INFO STEP 8 (remove_files) COMPLETE
77682024-09-24T03:50:08.483Z[ recovery-image] Sep 24 03:50:07.865 INFO O| Sep 24 03:50:07.865 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77692024-09-24T03:50:08.490Z[ recovery-image] Sep 24 03:50:07.875 INFO O| Sep 24 03:50:07.875 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77702024-09-24T03:50:08.493Z[ recovery-image] Sep 24 03:50:07.876 INFO O| Sep 24 03:50:07.876 INFO STEP 9 (remove_files) COMPLETE
77712024-09-24T03:50:08.493Z[ recovery-image] Sep 24 03:50:07.876 INFO O| Sep 24 03:50:07.876 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77722024-09-24T03:50:08.501Z[ recovery-image] Sep 24 03:50:07.885 INFO O| Sep 24 03:50:07.885 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77732024-09-24T03:50:08.503Z[ recovery-image] Sep 24 03:50:07.886 INFO O| Sep 24 03:50:07.886 INFO STEP 10 (remove_files) COMPLETE
77742024-09-24T03:50:08.503Z[ recovery-image] Sep 24 03:50:07.886 INFO O| Sep 24 03:50:07.886 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77752024-09-24T03:50:08.515Z[ recovery-image] Sep 24 03:50:07.896 INFO O| Sep 24 03:50:07.896 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77762024-09-24T03:50:08.517Z[ recovery-image] Sep 24 03:50:07.896 INFO O| Sep 24 03:50:07.896 INFO STEP 11 (remove_files) COMPLETE
77772024-09-24T03:50:08.517Z[ recovery-image] Sep 24 03:50:07.896 INFO O| Sep 24 03:50:07.896 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77782024-09-24T03:50:08.520Z[ host-image] Sep 24 03:50:07.903 INFO O| Sep 24 03:50:07.903 INFO O| Done
77792024-09-24T03:50:08.522Z[ recovery-image] Sep 24 03:50:07.905 INFO O| Sep 24 03:50:07.905 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77802024-09-24T03:50:08.522Z[ recovery-image] Sep 24 03:50:07.906 INFO O| Sep 24 03:50:07.906 INFO STEP 12 (remove_files) COMPLETE
77812024-09-24T03:50:08.523Z[ recovery-image] Sep 24 03:50:07.906 INFO O| Sep 24 03:50:07.906 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77822024-09-24T03:50:08.531Z[ recovery-image] Sep 24 03:50:07.915 INFO O| Sep 24 03:50:07.915 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77832024-09-24T03:50:08.531Z[ recovery-image] Sep 24 03:50:07.915 INFO O| Sep 24 03:50:07.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77842024-09-24T03:50:08.531Z[ recovery-image] Sep 24 03:50:07.915 INFO O| Sep 24 03:50:07.915 INFO STEP 13 (ensure_dir) COMPLETE
77852024-09-24T03:50:08.543Z[ recovery-image] Sep 24 03:50:07.916 INFO O| Sep 24 03:50:07.915 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77862024-09-24T03:50:08.547Z[ recovery-image] Sep 24 03:50:07.925 INFO O| Sep 24 03:50:07.925 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77872024-09-24T03:50:08.547Z[ recovery-image] Sep 24 03:50:07.925 INFO O| Sep 24 03:50:07.925 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77882024-09-24T03:50:08.547Z[ recovery-image] Sep 24 03:50:07.925 INFO O| Sep 24 03:50:07.925 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77892024-09-24T03:50:08.547Z[ recovery-image] Sep 24 03:50:07.925 INFO O| Sep 24 03:50:07.925 INFO STEP 14 (ensure_dir) COMPLETE
77902024-09-24T03:50:08.547Z[ recovery-image] Sep 24 03:50:07.925 INFO O| Sep 24 03:50:07.925 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77912024-09-24T03:50:08.547Z[ host-image] Sep 24 03:50:07.928 INFO O| Sep 24 03:50:07.928 INFO O| Done
77922024-09-24T03:50:08.547Z[ host-image] Sep 24 03:50:07.928 INFO O| Sep 24 03:50:07.928 INFO O| Done
77932024-09-24T03:50:08.551Z[ recovery-image] Sep 24 03:50:07.935 INFO O| Sep 24 03:50:07.935 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77942024-09-24T03:50:08.551Z[ recovery-image] Sep 24 03:50:07.935 INFO O| Sep 24 03:50:07.935 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77952024-09-24T03:50:08.553Z[ recovery-image] Sep 24 03:50:07.935 INFO O| Sep 24 03:50:07.935 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77962024-09-24T03:50:08.553Z[ recovery-image] Sep 24 03:50:07.935 INFO O| Sep 24 03:50:07.935 INFO STEP 15 (ensure_dir) COMPLETE
77972024-09-24T03:50:08.553Z[ recovery-image] Sep 24 03:50:07.935 INFO O| Sep 24 03:50:07.935 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77982024-09-24T03:50:08.556Z[ host-image] Sep 24 03:50:07.941 INFO O| Sep 24 03:50:07.941 INFO O| Done
77992024-09-24T03:50:08.562Z[ recovery-image] Sep 24 03:50:07.945 INFO O| Sep 24 03:50:07.945 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78002024-09-24T03:50:08.564Z[ recovery-image] Sep 24 03:50:07.945 INFO O| Sep 24 03:50:07.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78012024-09-24T03:50:08.564Z[ recovery-image] Sep 24 03:50:07.945 INFO O| Sep 24 03:50:07.945 INFO STEP 16 (ensure_dir) COMPLETE
78022024-09-24T03:50:08.564Z[ recovery-image] Sep 24 03:50:07.945 INFO O| Sep 24 03:50:07.945 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78032024-09-24T03:50:08.572Z[ recovery-image] Sep 24 03:50:07.956 INFO O| Sep 24 03:50:07.956 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78042024-09-24T03:50:08.572Z[ recovery-image] Sep 24 03:50:07.956 INFO O| Sep 24 03:50:07.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78052024-09-24T03:50:08.572Z[ recovery-image] Sep 24 03:50:07.956 INFO O| Sep 24 03:50:07.956 INFO STEP 17 (ensure_dir) COMPLETE
78062024-09-24T03:50:08.575Z[ recovery-image] Sep 24 03:50:07.956 INFO O| Sep 24 03:50:07.956 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78072024-09-24T03:50:08.583Z[ recovery-image] Sep 24 03:50:07.967 INFO O| Sep 24 03:50:07.967 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78082024-09-24T03:50:08.583Z[ recovery-image] Sep 24 03:50:07.967 INFO O| Sep 24 03:50:07.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78092024-09-24T03:50:08.586Z[ recovery-image] Sep 24 03:50:07.967 INFO O| Sep 24 03:50:07.967 INFO ok!
78102024-09-24T03:50:08.586Z[ recovery-image] Sep 24 03:50:07.967 INFO O| Sep 24 03:50:07.967 INFO STEP 18 (ensure_symlink) COMPLETE
78112024-09-24T03:50:08.586Z[ recovery-image] Sep 24 03:50:07.967 INFO O| Sep 24 03:50:07.967 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78122024-09-24T03:50:08.593Z[ recovery-image] Sep 24 03:50:07.978 INFO O| Sep 24 03:50:07.977 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78132024-09-24T03:50:08.593Z[ recovery-image] Sep 24 03:50:07.978 INFO O| Sep 24 03:50:07.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78142024-09-24T03:50:08.593Z[ recovery-image] Sep 24 03:50:07.978 INFO O| Sep 24 03:50:07.978 INFO ok!
78152024-09-24T03:50:08.596Z[ recovery-image] Sep 24 03:50:07.978 INFO O| Sep 24 03:50:07.978 INFO STEP 19 (ensure_file) COMPLETE
78162024-09-24T03:50:08.596Z[ recovery-image] Sep 24 03:50:07.978 INFO O| Sep 24 03:50:07.978 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78172024-09-24T03:50:08.603Z[ recovery-image] Sep 24 03:50:07.988 INFO O| Sep 24 03:50:07.988 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78182024-09-24T03:50:08.606Z[ recovery-image] Sep 24 03:50:07.988 INFO O| Sep 24 03:50:07.988 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78192024-09-24T03:50:08.606Z[ recovery-image] Sep 24 03:50:07.988 INFO O| Sep 24 03:50:07.988 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78202024-09-24T03:50:08.606Z[ recovery-image] Sep 24 03:50:07.988 INFO O| Sep 24 03:50:07.988 INFO ok!
78212024-09-24T03:50:08.606Z[ recovery-image] Sep 24 03:50:07.988 INFO O| Sep 24 03:50:07.988 INFO STEP 20 (ensure_symlink) COMPLETE
78222024-09-24T03:50:08.606Z[ recovery-image] Sep 24 03:50:07.988 INFO O| Sep 24 03:50:07.988 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78232024-09-24T03:50:08.613Z[ recovery-image] Sep 24 03:50:07.998 INFO O| Sep 24 03:50:07.998 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
78242024-09-24T03:50:08.613Z[ recovery-image] Sep 24 03:50:07.998 INFO O| Sep 24 03:50:07.998 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78252024-09-24T03:50:08.617Z[ recovery-image] Sep 24 03:50:07.998 INFO O| Sep 24 03:50:07.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78262024-09-24T03:50:08.617Z[ recovery-image] Sep 24 03:50:07.998 INFO O| Sep 24 03:50:07.998 INFO ok!
78272024-09-24T03:50:08.617Z[ recovery-image] Sep 24 03:50:07.998 INFO O| Sep 24 03:50:07.998 INFO STEP 21 (ensure_symlink) COMPLETE
78282024-09-24T03:50:08.617Z[ recovery-image] Sep 24 03:50:07.998 INFO O| Sep 24 03:50:07.998 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78292024-09-24T03:50:08.625Z[ recovery-image] Sep 24 03:50:08.010 INFO O| Sep 24 03:50:08.010 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78302024-09-24T03:50:08.628Z[ recovery-image] Sep 24 03:50:08.010 INFO O| Sep 24 03:50:08.010 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78312024-09-24T03:50:08.628Z[ recovery-image] Sep 24 03:50:08.010 INFO O| Sep 24 03:50:08.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78322024-09-24T03:50:08.628Z[ recovery-image] Sep 24 03:50:08.010 INFO O| Sep 24 03:50:08.010 INFO ok!
78332024-09-24T03:50:08.628Z[ recovery-image] Sep 24 03:50:08.010 INFO O| Sep 24 03:50:08.010 INFO STEP 22 (ensure_symlink) COMPLETE
78342024-09-24T03:50:08.628Z[ recovery-image] Sep 24 03:50:08.010 INFO O| Sep 24 03:50:08.010 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78352024-09-24T03:50:08.636Z[ recovery-image] Sep 24 03:50:08.020 INFO O| Sep 24 03:50:08.020 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78362024-09-24T03:50:08.639Z[ recovery-image] Sep 24 03:50:08.020 INFO O| Sep 24 03:50:08.020 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78372024-09-24T03:50:08.639Z[ recovery-image] Sep 24 03:50:08.020 INFO O| Sep 24 03:50:08.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78382024-09-24T03:50:08.639Z[ recovery-image] Sep 24 03:50:08.020 INFO O| Sep 24 03:50:08.020 INFO ok!
78392024-09-24T03:50:08.639Z[ recovery-image] Sep 24 03:50:08.020 INFO O| Sep 24 03:50:08.020 INFO STEP 23 (ensure_symlink) COMPLETE
78402024-09-24T03:50:08.639Z[ recovery-image] Sep 24 03:50:08.020 INFO O| Sep 24 03:50:08.020 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78412024-09-24T03:50:08.646Z[ recovery-image] Sep 24 03:50:08.030 INFO O| Sep 24 03:50:08.030 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78422024-09-24T03:50:08.649Z[ recovery-image] Sep 24 03:50:08.031 INFO O| Sep 24 03:50:08.031 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 ...
78432024-09-24T03:50:08.649Z[ recovery-image] Sep 24 03:50:08.031 INFO O| Sep 24 03:50:08.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78442024-09-24T03:50:08.649Z[ recovery-image] Sep 24 03:50:08.031 INFO O| Sep 24 03:50:08.031 INFO ok!
78452024-09-24T03:50:08.649Z[ recovery-image] Sep 24 03:50:08.031 INFO O| Sep 24 03:50:08.031 INFO STEP 24 (ensure_file) COMPLETE
78462024-09-24T03:50:08.649Z[ recovery-image] Sep 24 03:50:08.031 INFO O| Sep 24 03:50:08.031 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78472024-09-24T03:50:08.656Z[ recovery-image] Sep 24 03:50:08.041 INFO O| Sep 24 03:50:08.041 INFO updating shadow file
78482024-09-24T03:50:08.658Z[ recovery-image] Sep 24 03:50:08.041 INFO O| Sep 24 03:50:08.041 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78492024-09-24T03:50:08.658Z[ recovery-image] Sep 24 03:50:08.041 INFO O| Sep 24 03:50:08.041 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78502024-09-24T03:50:08.658Z[ recovery-image] Sep 24 03:50:08.041 INFO O| Sep 24 03:50:08.041 INFO STEP 25 (shadow) COMPLETE
78512024-09-24T03:50:08.658Z[ recovery-image] Sep 24 03:50:08.041 INFO O| Sep 24 03:50:08.041 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78522024-09-24T03:50:08.660Z[ host-image] Sep 24 03:50:08.044 INFO O| Sep 24 03:50:08.044 INFO STEP 12 (pkg_install) COMPLETE
78532024-09-24T03:50:08.660Z[ host-image] Sep 24 03:50:08.044 INFO O| Sep 24 03:50:08.044 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78542024-09-24T03:50:08.666Z[ recovery-image] Sep 24 03:50:08.051 INFO O| Sep 24 03:50:08.051 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78552024-09-24T03:50:08.666Z[ recovery-image] Sep 24 03:50:08.051 INFO O| Sep 24 03:50:08.051 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78562024-09-24T03:50:08.669Z[ recovery-image] Sep 24 03:50:08.051 INFO O| Sep 24 03:50:08.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78572024-09-24T03:50:08.669Z[ recovery-image] Sep 24 03:50:08.051 INFO O| Sep 24 03:50:08.051 INFO ok!
78582024-09-24T03:50:08.669Z[ recovery-image] Sep 24 03:50:08.051 INFO O| Sep 24 03:50:08.051 INFO STEP 26 (ensure_file) COMPLETE
78592024-09-24T03:50:08.669Z[ recovery-image] Sep 24 03:50:08.051 INFO O| Sep 24 03:50:08.051 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78602024-09-24T03:50:08.669Z[ host-image] Sep 24 03:50:08.054 INFO O| Sep 24 03:50:08.054 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
78612024-09-24T03:50:08.677Z[ recovery-image] Sep 24 03:50:08.061 INFO O| Sep 24 03:50:08.061 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78622024-09-24T03:50:08.677Z[ recovery-image] Sep 24 03:50:08.061 INFO O| Sep 24 03:50:08.061 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78632024-09-24T03:50:08.679Z[ recovery-image] Sep 24 03:50:08.061 INFO O| Sep 24 03:50:08.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78642024-09-24T03:50:08.679Z[ recovery-image] Sep 24 03:50:08.061 INFO O| Sep 24 03:50:08.061 INFO ok!
78652024-09-24T03:50:08.679Z[ recovery-image] Sep 24 03:50:08.061 INFO O| Sep 24 03:50:08.061 INFO STEP 27 (ensure_file) COMPLETE
78662024-09-24T03:50:08.679Z[ recovery-image] Sep 24 03:50:08.061 INFO O| Sep 24 03:50:08.061 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78672024-09-24T03:50:08.687Z[ recovery-image] Sep 24 03:50:08.072 INFO O| Sep 24 03:50:08.071 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78682024-09-24T03:50:08.687Z[ recovery-image] Sep 24 03:50:08.072 INFO O| Sep 24 03:50:08.072 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78692024-09-24T03:50:08.689Z[ recovery-image] Sep 24 03:50:08.072 INFO O| Sep 24 03:50:08.072 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78702024-09-24T03:50:08.689Z[ recovery-image] Sep 24 03:50:08.072 INFO O| Sep 24 03:50:08.072 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78712024-09-24T03:50:08.689Z[ recovery-image] Sep 24 03:50:08.072 INFO O| Sep 24 03:50:08.072 INFO ok!
78722024-09-24T03:50:08.689Z[ recovery-image] Sep 24 03:50:08.072 INFO O| Sep 24 03:50:08.072 INFO STEP 28 (ensure_file) COMPLETE
78732024-09-24T03:50:08.689Z[ recovery-image] Sep 24 03:50:08.072 INFO O| Sep 24 03:50:08.072 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78742024-09-24T03:50:08.697Z[ recovery-image] Sep 24 03:50:08.082 INFO O| Sep 24 03:50:08.082 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78752024-09-24T03:50:08.699Z[ recovery-image] Sep 24 03:50:08.082 INFO O| Sep 24 03:50:08.082 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78762024-09-24T03:50:08.699Z[ recovery-image] Sep 24 03:50:08.082 INFO O| Sep 24 03:50:08.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78772024-09-24T03:50:08.699Z[ recovery-image] Sep 24 03:50:08.082 INFO O| Sep 24 03:50:08.082 INFO ok!
78782024-09-24T03:50:08.699Z[ recovery-image] Sep 24 03:50:08.082 INFO O| Sep 24 03:50:08.082 INFO STEP 29 (ensure_file) COMPLETE
78792024-09-24T03:50:08.699Z[ recovery-image] Sep 24 03:50:08.082 INFO O| Sep 24 03:50:08.082 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78802024-09-24T03:50:08.707Z[ recovery-image] Sep 24 03:50:08.092 INFO O| Sep 24 03:50:08.092 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78812024-09-24T03:50:08.709Z[ recovery-image] Sep 24 03:50:08.092 INFO O| Sep 24 03:50:08.092 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78822024-09-24T03:50:08.709Z[ recovery-image] Sep 24 03:50:08.092 INFO O| Sep 24 03:50:08.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78832024-09-24T03:50:08.709Z[ recovery-image] Sep 24 03:50:08.092 INFO O| Sep 24 03:50:08.092 INFO ok!
78842024-09-24T03:50:08.709Z[ recovery-image] Sep 24 03:50:08.092 INFO O| Sep 24 03:50:08.092 INFO STEP 30 (ensure_file) COMPLETE
78852024-09-24T03:50:08.710Z[ recovery-image] Sep 24 03:50:08.092 INFO O| Sep 24 03:50:08.092 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78862024-09-24T03:50:08.717Z[ recovery-image] Sep 24 03:50:08.102 INFO O| Sep 24 03:50:08.102 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78872024-09-24T03:50:08.717Z[ recovery-image] Sep 24 03:50:08.102 INFO O| Sep 24 03:50:08.102 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78882024-09-24T03:50:08.719Z[ recovery-image] Sep 24 03:50:08.102 INFO O| Sep 24 03:50:08.102 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78892024-09-24T03:50:08.719Z[ recovery-image] Sep 24 03:50:08.102 INFO O| Sep 24 03:50:08.102 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78902024-09-24T03:50:08.719Z[ recovery-image] Sep 24 03:50:08.102 INFO O| Sep 24 03:50:08.102 INFO ok!
78912024-09-24T03:50:08.719Z[ recovery-image] Sep 24 03:50:08.102 INFO O| Sep 24 03:50:08.102 INFO STEP 31 (ensure_file) COMPLETE
78922024-09-24T03:50:08.719Z[ recovery-image] Sep 24 03:50:08.102 INFO O| Sep 24 03:50:08.102 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78932024-09-24T03:50:08.727Z[ recovery-image] Sep 24 03:50:08.112 INFO O| Sep 24 03:50:08.112 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78942024-09-24T03:50:08.727Z[ recovery-image] Sep 24 03:50:08.112 INFO O| Sep 24 03:50:08.112 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78952024-09-24T03:50:08.731Z[ recovery-image] Sep 24 03:50:08.112 INFO O| Sep 24 03:50:08.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78962024-09-24T03:50:08.731Z[ recovery-image] Sep 24 03:50:08.112 INFO O| Sep 24 03:50:08.112 INFO ok!
78972024-09-24T03:50:08.731Z[ recovery-image] Sep 24 03:50:08.112 INFO O| Sep 24 03:50:08.112 INFO STEP 32 (ensure_file) COMPLETE
78982024-09-24T03:50:08.731Z[ recovery-image] Sep 24 03:50:08.112 INFO O| Sep 24 03:50:08.112 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78992024-09-24T03:50:08.738Z[ recovery-image] Sep 24 03:50:08.122 INFO O| Sep 24 03:50:08.122 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79002024-09-24T03:50:08.738Z[ recovery-image] Sep 24 03:50:08.123 INFO O| Sep 24 03:50:08.122 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79012024-09-24T03:50:08.741Z[ recovery-image] Sep 24 03:50:08.123 INFO O| Sep 24 03:50:08.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79022024-09-24T03:50:08.741Z[ recovery-image] Sep 24 03:50:08.123 INFO O| Sep 24 03:50:08.123 INFO ok!
79032024-09-24T03:50:08.741Z[ recovery-image] Sep 24 03:50:08.123 INFO O| Sep 24 03:50:08.123 INFO STEP 33 (ensure_file) COMPLETE
79042024-09-24T03:50:08.741Z[ recovery-image] Sep 24 03:50:08.123 INFO O| Sep 24 03:50:08.123 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79052024-09-24T03:50:08.751Z[ recovery-image] Sep 24 03:50:08.134 INFO O| Sep 24 03:50:08.134 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79062024-09-24T03:50:08.751Z[ recovery-image] Sep 24 03:50:08.135 INFO O| Sep 24 03:50:08.134 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79072024-09-24T03:50:08.753Z[ recovery-image] Sep 24 03:50:08.135 INFO O| Sep 24 03:50:08.135 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79082024-09-24T03:50:08.753Z[ recovery-image] Sep 24 03:50:08.135 INFO O| Sep 24 03:50:08.135 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79092024-09-24T03:50:08.753Z[ recovery-image] Sep 24 03:50:08.135 INFO O| Sep 24 03:50:08.135 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79102024-09-24T03:50:08.753Z[ recovery-image] Sep 24 03:50:08.135 INFO O| Sep 24 03:50:08.135 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79112024-09-24T03:50:08.753Z[ recovery-image] Sep 24 03:50:08.135 INFO O| Sep 24 03:50:08.135 INFO ok!
79122024-09-24T03:50:08.753Z[ recovery-image] Sep 24 03:50:08.135 INFO O| Sep 24 03:50:08.135 INFO STEP 34 (ensure_file) COMPLETE
79132024-09-24T03:50:08.753Z[ recovery-image] Sep 24 03:50:08.135 INFO O| Sep 24 03:50:08.135 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79142024-09-24T03:50:08.760Z[ recovery-image] Sep 24 03:50:08.145 INFO O| Sep 24 03:50:08.145 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79152024-09-24T03:50:08.763Z[ recovery-image] Sep 24 03:50:08.145 INFO O| Sep 24 03:50:08.145 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79162024-09-24T03:50:08.763Z[ recovery-image] Sep 24 03:50:08.145 INFO O| Sep 24 03:50:08.145 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79172024-09-24T03:50:08.763Z[ recovery-image] Sep 24 03:50:08.145 INFO O| Sep 24 03:50:08.145 INFO STEP 35 (ensure_dir) COMPLETE
79182024-09-24T03:50:08.763Z[ recovery-image] Sep 24 03:50:08.145 INFO O| Sep 24 03:50:08.145 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79192024-09-24T03:50:08.772Z[ recovery-image] Sep 24 03:50:08.157 INFO O| Sep 24 03:50:08.157 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
79202024-09-24T03:50:08.772Z[ recovery-image] Sep 24 03:50:08.157 INFO O| Sep 24 03:50:08.157 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 ...
79212024-09-24T03:50:08.774Z[ recovery-image] Sep 24 03:50:08.157 INFO O| Sep 24 03:50:08.157 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
79222024-09-24T03:50:08.774Z[ recovery-image] Sep 24 03:50:08.157 INFO O| Sep 24 03:50:08.157 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
79232024-09-24T03:50:08.774Z[ recovery-image] Sep 24 03:50:08.157 INFO O| Sep 24 03:50:08.157 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
79242024-09-24T03:50:08.774Z[ recovery-image] Sep 24 03:50:08.157 INFO O| Sep 24 03:50:08.157 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
79252024-09-24T03:50:08.774Z[ recovery-image] Sep 24 03:50:08.157 INFO O| Sep 24 03:50:08.157 INFO ok!
79262024-09-24T03:50:08.774Z[ recovery-image] Sep 24 03:50:08.157 INFO O| Sep 24 03:50:08.157 INFO STEP 36 (ensure_file) COMPLETE
79272024-09-24T03:50:08.774Z[ recovery-image] Sep 24 03:50:08.157 INFO O| Sep 24 03:50:08.157 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79282024-09-24T03:50:08.782Z[ recovery-image] Sep 24 03:50:08.167 INFO O| Sep 24 03:50:08.167 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79292024-09-24T03:50:08.782Z[ recovery-image] Sep 24 03:50:08.167 INFO O| Sep 24 03:50:08.167 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 ...
79302024-09-24T03:50:08.782Z[ recovery-image] Sep 24 03:50:08.167 INFO O| Sep 24 03:50:08.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79312024-09-24T03:50:08.785Z[ recovery-image] Sep 24 03:50:08.167 INFO O| Sep 24 03:50:08.167 INFO ok!
79322024-09-24T03:50:08.785Z[ recovery-image] Sep 24 03:50:08.167 INFO O| Sep 24 03:50:08.167 INFO STEP 37 (ensure_symlink) COMPLETE
79332024-09-24T03:50:08.785Z[ recovery-image] Sep 24 03:50:08.167 INFO O| Sep 24 03:50:08.167 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79342024-09-24T03:50:08.793Z[ recovery-image] Sep 24 03:50:08.177 INFO O| Sep 24 03:50:08.177 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79352024-09-24T03:50:08.795Z[ recovery-image] Sep 24 03:50:08.177 INFO O| Sep 24 03:50:08.177 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79362024-09-24T03:50:08.795Z[ recovery-image] Sep 24 03:50:08.177 INFO O| Sep 24 03:50:08.177 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79372024-09-24T03:50:08.795Z[ recovery-image] Sep 24 03:50:08.178 INFO O| Sep 24 03:50:08.177 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79382024-09-24T03:50:08.795Z[ recovery-image] Sep 24 03:50:08.178 INFO O| Sep 24 03:50:08.178 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79392024-09-24T03:50:08.795Z[ recovery-image] Sep 24 03:50:08.178 INFO O| Sep 24 03:50:08.178 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79402024-09-24T03:50:08.795Z[ recovery-image] Sep 24 03:50:08.178 INFO O| Sep 24 03:50:08.178 INFO ok!
79412024-09-24T03:50:08.795Z[ recovery-image] Sep 24 03:50:08.178 INFO O| Sep 24 03:50:08.178 INFO STEP 38 (ensure_file) COMPLETE
79422024-09-24T03:50:08.795Z[ recovery-image] Sep 24 03:50:08.178 INFO O| Sep 24 03:50:08.178 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79432024-09-24T03:50:08.803Z[ recovery-image] Sep 24 03:50:08.187 INFO O| Sep 24 03:50:08.187 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79442024-09-24T03:50:08.805Z[ recovery-image] Sep 24 03:50:08.187 INFO O| Sep 24 03:50:08.187 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 ...
79452024-09-24T03:50:08.805Z[ recovery-image] Sep 24 03:50:08.187 INFO O| Sep 24 03:50:08.187 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
79462024-09-24T03:50:08.805Z[ recovery-image] Sep 24 03:50:08.188 INFO O| Sep 24 03:50:08.188 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79472024-09-24T03:50:08.805Z[ recovery-image] Sep 24 03:50:08.188 INFO O| Sep 24 03:50:08.188 INFO ok!
79482024-09-24T03:50:08.805Z[ recovery-image] Sep 24 03:50:08.188 INFO O| Sep 24 03:50:08.188 INFO STEP 39 (ensure_file) COMPLETE
79492024-09-24T03:50:08.805Z[ recovery-image] Sep 24 03:50:08.188 INFO O| Sep 24 03:50:08.188 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79502024-09-24T03:50:08.813Z[ recovery-image] Sep 24 03:50:08.197 INFO O| Sep 24 03:50:08.197 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79512024-09-24T03:50:08.815Z[ recovery-image] Sep 24 03:50:08.197 INFO O| Sep 24 03:50:08.197 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79522024-09-24T03:50:08.815Z[ recovery-image] Sep 24 03:50:08.198 INFO O| Sep 24 03:50:08.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79532024-09-24T03:50:08.815Z[ recovery-image] Sep 24 03:50:08.198 INFO O| Sep 24 03:50:08.197 INFO ok!
79542024-09-24T03:50:08.815Z[ recovery-image] Sep 24 03:50:08.198 INFO O| Sep 24 03:50:08.198 INFO STEP 40 (ensure_file) COMPLETE
79552024-09-24T03:50:08.815Z[ recovery-image] Sep 24 03:50:08.198 INFO O| Sep 24 03:50:08.198 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79562024-09-24T03:50:08.823Z[ recovery-image] Sep 24 03:50:08.208 INFO O| Sep 24 03:50:08.208 INFO updating shadow file
79572024-09-24T03:50:08.827Z[ recovery-image] Sep 24 03:50:08.208 INFO O| Sep 24 03:50:08.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79582024-09-24T03:50:08.828Z[ recovery-image] Sep 24 03:50:08.208 INFO O| Sep 24 03:50:08.208 INFO STEP 41 (shadow) COMPLETE
79592024-09-24T03:50:08.828Z[ recovery-image] Sep 24 03:50:08.208 INFO O| Sep 24 03:50:08.208 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79602024-09-24T03:50:08.833Z[ recovery-image] Sep 24 03:50:08.218 INFO O| Sep 24 03:50:08.218 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79612024-09-24T03:50:08.833Z[ recovery-image] Sep 24 03:50:08.218 INFO O| Sep 24 03:50:08.218 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79622024-09-24T03:50:08.836Z[ recovery-image] Sep 24 03:50:08.218 INFO O| Sep 24 03:50:08.218 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79632024-09-24T03:50:08.836Z[ recovery-image] Sep 24 03:50:08.218 INFO O| Sep 24 03:50:08.218 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79642024-09-24T03:50:08.836Z[ recovery-image] Sep 24 03:50:08.218 INFO O| Sep 24 03:50:08.218 INFO ok!
79652024-09-24T03:50:08.836Z[ recovery-image] Sep 24 03:50:08.218 INFO O| Sep 24 03:50:08.218 INFO STEP 42 (ensure_file) COMPLETE
79662024-09-24T03:50:08.836Z[ recovery-image] Sep 24 03:50:08.218 INFO O| Sep 24 03:50:08.218 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79672024-09-24T03:50:08.843Z[ recovery-image] Sep 24 03:50:08.228 INFO O| Sep 24 03:50:08.228 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79682024-09-24T03:50:08.846Z[ recovery-image] Sep 24 03:50:08.228 INFO O| Sep 24 03:50:08.228 INFO STEP 43 (ensure_dir) COMPLETE
79692024-09-24T03:50:08.846Z[ recovery-image] Sep 24 03:50:08.228 INFO O| Sep 24 03:50:08.228 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79702024-09-24T03:50:08.853Z[ recovery-image] Sep 24 03:50:08.238 INFO O| Sep 24 03:50:08.238 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79712024-09-24T03:50:08.853Z[ recovery-image] Sep 24 03:50:08.238 INFO O| Sep 24 03:50:08.238 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79722024-09-24T03:50:08.856Z[ recovery-image] Sep 24 03:50:08.238 INFO O| Sep 24 03:50:08.238 INFO STEP 44 (ensure_dir) COMPLETE
79732024-09-24T03:50:08.856Z[ recovery-image] Sep 24 03:50:08.238 INFO O| Sep 24 03:50:08.238 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79742024-09-24T03:50:08.863Z[ recovery-image] Sep 24 03:50:08.248 INFO O| Sep 24 03:50:08.248 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79752024-09-24T03:50:08.866Z[ recovery-image] Sep 24 03:50:08.248 INFO O| Sep 24 03:50:08.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79762024-09-24T03:50:08.866Z[ recovery-image] Sep 24 03:50:08.248 INFO O| Sep 24 03:50:08.248 INFO STEP 45 (ensure_dir) COMPLETE
79772024-09-24T03:50:08.866Z[ recovery-image] Sep 24 03:50:08.248 INFO O| Sep 24 03:50:08.248 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79782024-09-24T03:50:08.873Z[ recovery-image] Sep 24 03:50:08.258 INFO O| Sep 24 03:50:08.258 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79792024-09-24T03:50:08.873Z[ recovery-image] Sep 24 03:50:08.258 INFO O| Sep 24 03:50:08.258 INFO copying /tmp/.tmpuKYIKS/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79802024-09-24T03:50:08.915Z[ recovery-image] Sep 24 03:50:08.299 INFO O| Sep 24 03:50:08.299 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79812024-09-24T03:50:08.915Z[ recovery-image] Sep 24 03:50:08.299 INFO O| Sep 24 03:50:08.299 INFO ok!
79822024-09-24T03:50:08.917Z[ recovery-image] Sep 24 03:50:08.299 INFO O| Sep 24 03:50:08.299 INFO STEP 46 (ensure_file) COMPLETE
79832024-09-24T03:50:08.917Z[ recovery-image] Sep 24 03:50:08.299 INFO O| Sep 24 03:50:08.299 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79842024-09-24T03:50:08.925Z[ recovery-image] Sep 24 03:50:08.310 INFO O| Sep 24 03:50:08.310 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79852024-09-24T03:50:08.928Z[ recovery-image] Sep 24 03:50:08.310 INFO O| Sep 24 03:50:08.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79862024-09-24T03:50:08.928Z[ recovery-image] Sep 24 03:50:08.310 INFO O| Sep 24 03:50:08.310 INFO STEP 47 (ensure_dir) COMPLETE
79872024-09-24T03:50:08.928Z[ recovery-image] Sep 24 03:50:08.310 INFO O| Sep 24 03:50:08.310 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79882024-09-24T03:50:08.936Z[ recovery-image] Sep 24 03:50:08.320 INFO O| Sep 24 03:50:08.320 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79892024-09-24T03:50:08.936Z[ recovery-image] Sep 24 03:50:08.320 INFO O| Sep 24 03:50:08.320 INFO copying /tmp/.tmpuKYIKS/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79902024-09-24T03:50:08.939Z[ recovery-image] Sep 24 03:50:08.320 INFO O| Sep 24 03:50:08.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79912024-09-24T03:50:08.939Z[ recovery-image] Sep 24 03:50:08.320 INFO O| Sep 24 03:50:08.320 INFO ok!
79922024-09-24T03:50:08.939Z[ recovery-image] Sep 24 03:50:08.320 INFO O| Sep 24 03:50:08.320 INFO STEP 48 (ensure_file) COMPLETE
79932024-09-24T03:50:08.939Z[ recovery-image] Sep 24 03:50:08.320 INFO O| Sep 24 03:50:08.320 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79942024-09-24T03:50:08.945Z[ recovery-image] Sep 24 03:50:08.330 INFO O| Sep 24 03:50:08.330 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79952024-09-24T03:50:08.947Z[ recovery-image] Sep 24 03:50:08.330 INFO O| Sep 24 03:50:08.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79962024-09-24T03:50:08.948Z[ recovery-image] Sep 24 03:50:08.330 INFO O| Sep 24 03:50:08.330 INFO STEP 49 (ensure_dir) COMPLETE
79972024-09-24T03:50:08.948Z[ recovery-image] Sep 24 03:50:08.330 INFO O| Sep 24 03:50:08.330 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79982024-09-24T03:50:08.955Z[ recovery-image] Sep 24 03:50:08.340 INFO O| Sep 24 03:50:08.340 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79992024-09-24T03:50:08.955Z[ recovery-image] Sep 24 03:50:08.340 INFO O| Sep 24 03:50:08.340 INFO copying /tmp/.tmpuKYIKS/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80002024-09-24T03:50:08.976Z[ recovery-image] Sep 24 03:50:08.360 INFO O| Sep 24 03:50:08.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80012024-09-24T03:50:08.976Z[ recovery-image] Sep 24 03:50:08.360 INFO O| Sep 24 03:50:08.360 INFO ok!
80022024-09-24T03:50:08.978Z[ recovery-image] Sep 24 03:50:08.360 INFO O| Sep 24 03:50:08.360 INFO STEP 50 (ensure_file) COMPLETE
80032024-09-24T03:50:08.978Z[ recovery-image] Sep 24 03:50:08.360 INFO O| Sep 24 03:50:08.360 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80042024-09-24T03:50:08.987Z[ recovery-image] Sep 24 03:50:08.372 INFO O| Sep 24 03:50:08.372 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80052024-09-24T03:50:08.991Z[ recovery-image] Sep 24 03:50:08.372 INFO O| Sep 24 03:50:08.372 INFO copying /tmp/.tmpuKYIKS/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80062024-09-24T03:50:09.230Z[ recovery-image] Sep 24 03:50:08.615 INFO O| Sep 24 03:50:08.615 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80072024-09-24T03:50:09.230Z[ recovery-image] Sep 24 03:50:08.615 INFO O| Sep 24 03:50:08.615 INFO ok!
80082024-09-24T03:50:09.233Z[ recovery-image] Sep 24 03:50:08.615 INFO O| Sep 24 03:50:08.615 INFO STEP 51 (ensure_file) COMPLETE
80092024-09-24T03:50:09.233Z[ recovery-image] Sep 24 03:50:08.615 INFO O| Sep 24 03:50:08.615 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80102024-09-24T03:50:09.248Z[ recovery-image] Sep 24 03:50:08.627 INFO O| Sep 24 03:50:08.627 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80112024-09-24T03:50:09.248Z[ recovery-image] Sep 24 03:50:08.627 INFO O| Sep 24 03:50:08.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80122024-09-24T03:50:09.252Z[ recovery-image] Sep 24 03:50:08.627 INFO O| Sep 24 03:50:08.627 INFO STEP 52 (ensure_dir) COMPLETE
80132024-09-24T03:50:09.252Z[ recovery-image] Sep 24 03:50:08.627 INFO O| Sep 24 03:50:08.627 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80142024-09-24T03:50:09.254Z[ recovery-image] Sep 24 03:50:08.637 INFO O| Sep 24 03:50:08.637 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80152024-09-24T03:50:09.254Z[ recovery-image] Sep 24 03:50:08.637 INFO O| Sep 24 03:50:08.637 INFO copying /tmp/.tmpuKYIKS/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 ...
80162024-09-24T03:50:09.254Z[ recovery-image] Sep 24 03:50:08.637 INFO O| Sep 24 03:50:08.637 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
80172024-09-24T03:50:09.254Z[ recovery-image] Sep 24 03:50:08.637 INFO O| Sep 24 03:50:08.637 INFO ok!
80182024-09-24T03:50:09.254Z[ recovery-image] Sep 24 03:50:08.637 INFO O| Sep 24 03:50:08.637 INFO STEP 53 (ensure_file) COMPLETE
80192024-09-24T03:50:09.254Z[ recovery-image] Sep 24 03:50:08.637 INFO O| Sep 24 03:50:08.637 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80202024-09-24T03:50:09.263Z[ recovery-image] Sep 24 03:50:08.647 INFO O| Sep 24 03:50:08.647 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80212024-09-24T03:50:09.263Z[ recovery-image] Sep 24 03:50:08.647 INFO O| Sep 24 03:50:08.647 INFO copying /tmp/.tmpuKYIKS/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 ...
80222024-09-24T03:50:09.266Z[ recovery-image] Sep 24 03:50:08.647 INFO O| Sep 24 03:50:08.647 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
80232024-09-24T03:50:09.266Z[ recovery-image] Sep 24 03:50:08.647 INFO O| Sep 24 03:50:08.647 INFO ok!
80242024-09-24T03:50:09.266Z[ recovery-image] Sep 24 03:50:08.647 INFO O| Sep 24 03:50:08.647 INFO STEP 54 (ensure_file) COMPLETE
80252024-09-24T03:50:09.266Z[ recovery-image] Sep 24 03:50:08.647 INFO O| Sep 24 03:50:08.647 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80262024-09-24T03:50:09.273Z[ recovery-image] Sep 24 03:50:08.657 INFO O| Sep 24 03:50:08.657 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80272024-09-24T03:50:09.275Z[ recovery-image] Sep 24 03:50:08.657 INFO O| Sep 24 03:50:08.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80282024-09-24T03:50:09.275Z[ recovery-image] Sep 24 03:50:08.657 INFO O| Sep 24 03:50:08.657 INFO STEP 55 (ensure_dir) COMPLETE
80292024-09-24T03:50:09.275Z[ recovery-image] Sep 24 03:50:08.657 INFO O| Sep 24 03:50:08.657 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80302024-09-24T03:50:09.282Z[ recovery-image] Sep 24 03:50:08.667 INFO O| Sep 24 03:50:08.667 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80312024-09-24T03:50:09.282Z[ recovery-image] Sep 24 03:50:08.667 INFO O| Sep 24 03:50:08.667 INFO copying /tmp/.tmpuKYIKS/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 ...
80322024-09-24T03:50:09.285Z[ recovery-image] Sep 24 03:50:08.667 INFO O| Sep 24 03:50:08.667 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80332024-09-24T03:50:09.285Z[ recovery-image] Sep 24 03:50:08.667 INFO O| Sep 24 03:50:08.667 INFO ok!
80342024-09-24T03:50:09.285Z[ recovery-image] Sep 24 03:50:08.667 INFO O| Sep 24 03:50:08.667 INFO STEP 56 (ensure_file) COMPLETE
80352024-09-24T03:50:09.285Z[ recovery-image] Sep 24 03:50:08.667 INFO O| Sep 24 03:50:08.667 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80362024-09-24T03:50:09.304Z[ recovery-image] Sep 24 03:50:08.688 INFO O| Sep 24 03:50:08.687 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80372024-09-24T03:50:09.304Z[ recovery-image] Sep 24 03:50:08.688 INFO O| Sep 24 03:50:08.687 INFO copying /tmp/.tmpuKYIKS/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 ...
80382024-09-24T03:50:09.304Z[ recovery-image] Sep 24 03:50:08.688 INFO O| Sep 24 03:50:08.687 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
80392024-09-24T03:50:09.307Z[ recovery-image] Sep 24 03:50:08.688 INFO O| Sep 24 03:50:08.687 INFO ok!
80402024-09-24T03:50:09.307Z[ recovery-image] Sep 24 03:50:08.688 INFO O| Sep 24 03:50:08.687 INFO STEP 57 (ensure_file) COMPLETE
80412024-09-24T03:50:09.307Z[ recovery-image] Sep 24 03:50:08.688 INFO O| Sep 24 03:50:08.687 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80422024-09-24T03:50:09.328Z[ recovery-image] Sep 24 03:50:08.711 INFO O| Sep 24 03:50:08.710 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80432024-09-24T03:50:09.328Z[ recovery-image] Sep 24 03:50:08.711 INFO O| Sep 24 03:50:08.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80442024-09-24T03:50:09.328Z[ recovery-image] Sep 24 03:50:08.711 INFO O| Sep 24 03:50:08.710 INFO STEP 58 (ensure_dir) COMPLETE
80452024-09-24T03:50:09.328Z[ recovery-image] Sep 24 03:50:08.711 INFO O| Sep 24 03:50:08.711 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80462024-09-24T03:50:09.356Z[ recovery-image] Sep 24 03:50:08.739 INFO O| Sep 24 03:50:08.737 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80472024-09-24T03:50:09.356Z[ recovery-image] Sep 24 03:50:08.739 INFO O| Sep 24 03:50:08.737 INFO copying /tmp/.tmpuKYIKS/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 ...
80482024-09-24T03:50:09.359Z[ recovery-image] Sep 24 03:50:08.739 INFO O| Sep 24 03:50:08.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80492024-09-24T03:50:09.359Z[ recovery-image] Sep 24 03:50:08.739 INFO O| Sep 24 03:50:08.737 INFO ok!
80502024-09-24T03:50:09.359Z[ recovery-image] Sep 24 03:50:08.739 INFO O| Sep 24 03:50:08.737 INFO STEP 59 (ensure_file) COMPLETE
80512024-09-24T03:50:09.359Z[ recovery-image] Sep 24 03:50:08.739 INFO O| Sep 24 03:50:08.737 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80522024-09-24T03:50:09.372Z[ host-image] Sep 24 03:50:08.755 INFO O| Sep 24 03:50:08.754 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80532024-09-24T03:50:09.378Z[ recovery-image] Sep 24 03:50:08.761 INFO O| Sep 24 03:50:08.760 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80542024-09-24T03:50:09.378Z[ recovery-image] Sep 24 03:50:08.761 INFO O| Sep 24 03:50:08.760 INFO copying /tmp/.tmpuKYIKS/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80552024-09-24T03:50:09.378Z[ recovery-image] Sep 24 03:50:08.761 INFO O| Sep 24 03:50:08.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80562024-09-24T03:50:09.378Z[ recovery-image] Sep 24 03:50:08.761 INFO O| Sep 24 03:50:08.760 INFO ok!
80572024-09-24T03:50:09.378Z[ recovery-image] Sep 24 03:50:08.761 INFO O| Sep 24 03:50:08.760 INFO STEP 60 (ensure_file) COMPLETE
80582024-09-24T03:50:09.378Z[ recovery-image] Sep 24 03:50:08.761 INFO O| Sep 24 03:50:08.760 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80592024-09-24T03:50:09.404Z[ recovery-image] Sep 24 03:50:08.788 INFO O| Sep 24 03:50:08.787 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80602024-09-24T03:50:09.404Z[ recovery-image] Sep 24 03:50:08.788 INFO O| Sep 24 03:50:08.787 INFO STEP 61 (ensure_dir) COMPLETE
80612024-09-24T03:50:09.404Z[ recovery-image] Sep 24 03:50:08.788 INFO O| Sep 24 03:50:08.787 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80622024-09-24T03:50:09.425Z[ recovery-image] Sep 24 03:50:08.809 INFO O| Sep 24 03:50:08.807 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80632024-09-24T03:50:09.425Z[ recovery-image] Sep 24 03:50:08.809 INFO O| Sep 24 03:50:08.807 INFO STEP 62 (ensure_dir) COMPLETE
80642024-09-24T03:50:09.425Z[ recovery-image] Sep 24 03:50:08.809 INFO O| Sep 24 03:50:08.807 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80652024-09-24T03:50:09.443Z[ recovery-image] Sep 24 03:50:08.827 INFO O| Sep 24 03:50:08.825 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80662024-09-24T03:50:09.443Z[ recovery-image] Sep 24 03:50:08.827 INFO O| Sep 24 03:50:08.825 INFO STEP 63 (ensure_dir) COMPLETE
80672024-09-24T03:50:09.446Z[ recovery-image] Sep 24 03:50:08.827 INFO O| Sep 24 03:50:08.825 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80682024-09-24T03:50:09.458Z[ recovery-image] Sep 24 03:50:08.842 INFO O| Sep 24 03:50:08.842 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80692024-09-24T03:50:09.458Z[ recovery-image] Sep 24 03:50:08.843 INFO O| Sep 24 03:50:08.842 INFO STEP 64 (ensure_dir) COMPLETE
80702024-09-24T03:50:09.458Z[ recovery-image] Sep 24 03:50:08.843 INFO O| Sep 24 03:50:08.842 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80712024-09-24T03:50:09.471Z[ recovery-image] Sep 24 03:50:08.855 INFO O| Sep 24 03:50:08.855 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80722024-09-24T03:50:09.471Z[ recovery-image] Sep 24 03:50:08.855 INFO O| Sep 24 03:50:08.855 INFO copying /tmp/.tmpuKYIKS/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80732024-09-24T03:50:09.471Z[ recovery-image] Sep 24 03:50:08.855 INFO O| Sep 24 03:50:08.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80742024-09-24T03:50:09.475Z[ recovery-image] Sep 24 03:50:08.855 INFO O| Sep 24 03:50:08.855 INFO ok!
80752024-09-24T03:50:09.475Z[ recovery-image] Sep 24 03:50:08.855 INFO O| Sep 24 03:50:08.855 INFO STEP 65 (ensure_file) COMPLETE
80762024-09-24T03:50:09.475Z[ recovery-image] Sep 24 03:50:08.855 INFO O| Sep 24 03:50:08.855 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80772024-09-24T03:50:09.484Z[ recovery-image] Sep 24 03:50:08.868 INFO O| Sep 24 03:50:08.868 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80782024-09-24T03:50:09.487Z[ recovery-image] Sep 24 03:50:08.868 INFO O| Sep 24 03:50:08.868 INFO STEP 66 (remove_files) COMPLETE
80792024-09-24T03:50:09.487Z[ recovery-image] Sep 24 03:50:08.868 INFO O| Sep 24 03:50:08.868 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80802024-09-24T03:50:09.496Z[ recovery-image] Sep 24 03:50:08.881 INFO O| Sep 24 03:50:08.881 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80812024-09-24T03:50:09.496Z[ recovery-image] Sep 24 03:50:08.881 INFO O| Sep 24 03:50:08.881 INFO STEP 67 (remove_files) COMPLETE
80822024-09-24T03:50:09.501Z[ recovery-image] Sep 24 03:50:08.881 INFO O| Sep 24 03:50:08.881 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80832024-09-24T03:50:09.511Z[ recovery-image] Sep 24 03:50:08.896 INFO O| Sep 24 03:50:08.896 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80842024-09-24T03:50:09.514Z[ recovery-image] Sep 24 03:50:08.896 INFO O| Sep 24 03:50:08.896 INFO STEP 68 (remove_files) COMPLETE
80852024-09-24T03:50:09.514Z[ recovery-image] Sep 24 03:50:08.896 INFO O| Sep 24 03:50:08.896 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80862024-09-24T03:50:09.527Z[ recovery-image] Sep 24 03:50:08.911 INFO O| Sep 24 03:50:08.910 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80872024-09-24T03:50:09.530Z[ recovery-image] Sep 24 03:50:08.911 INFO O| Sep 24 03:50:08.911 INFO STEP 69 (remove_files) COMPLETE
80882024-09-24T03:50:09.530Z[ recovery-image] Sep 24 03:50:08.911 INFO O| Sep 24 03:50:08.911 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80892024-09-24T03:50:09.537Z[ recovery-image] Sep 24 03:50:08.922 INFO O| Sep 24 03:50:08.922 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80902024-09-24T03:50:09.540Z[ recovery-image] Sep 24 03:50:08.922 INFO O| Sep 24 03:50:08.922 INFO STEP 70 (remove_files) COMPLETE
80912024-09-24T03:50:09.540Z[ recovery-image] Sep 24 03:50:08.922 INFO O| Sep 24 03:50:08.922 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80922024-09-24T03:50:09.549Z[ recovery-image] Sep 24 03:50:08.934 INFO O| Sep 24 03:50:08.934 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80932024-09-24T03:50:09.552Z[ recovery-image] Sep 24 03:50:08.934 INFO O| Sep 24 03:50:08.934 INFO STEP 71 (remove_files) COMPLETE
80942024-09-24T03:50:09.552Z[ recovery-image] Sep 24 03:50:08.934 INFO O| Sep 24 03:50:08.934 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80952024-09-24T03:50:09.559Z[ recovery-image] Sep 24 03:50:08.944 INFO O| Sep 24 03:50:08.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80962024-09-24T03:50:09.562Z[ recovery-image] Sep 24 03:50:08.944 INFO O| Sep 24 03:50:08.944 INFO STEP 72 (remove_files) COMPLETE
80972024-09-24T03:50:09.562Z[ recovery-image] Sep 24 03:50:08.944 INFO O| Sep 24 03:50:08.944 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80982024-09-24T03:50:09.569Z[ recovery-image] Sep 24 03:50:08.954 INFO O| Sep 24 03:50:08.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80992024-09-24T03:50:09.572Z[ recovery-image] Sep 24 03:50:08.954 INFO O| Sep 24 03:50:08.954 INFO STEP 73 (remove_files) COMPLETE
81002024-09-24T03:50:09.572Z[ recovery-image] Sep 24 03:50:08.954 INFO O| Sep 24 03:50:08.954 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81012024-09-24T03:50:09.580Z[ recovery-image] Sep 24 03:50:08.964 INFO O| Sep 24 03:50:08.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81022024-09-24T03:50:09.582Z[ recovery-image] Sep 24 03:50:08.964 INFO O| Sep 24 03:50:08.964 INFO STEP 74 (remove_files) COMPLETE
81032024-09-24T03:50:09.582Z[ recovery-image] Sep 24 03:50:08.964 INFO O| Sep 24 03:50:08.964 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81042024-09-24T03:50:09.590Z[ recovery-image] Sep 24 03:50:08.975 INFO O| Sep 24 03:50:08.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81052024-09-24T03:50:09.590Z[ recovery-image] Sep 24 03:50:08.975 INFO O| Sep 24 03:50:08.975 INFO STEP 75 (remove_files) COMPLETE
81062024-09-24T03:50:09.593Z[ recovery-image] Sep 24 03:50:08.975 INFO O| Sep 24 03:50:08.975 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81072024-09-24T03:50:09.604Z[ recovery-image] Sep 24 03:50:08.988 INFO O| Sep 24 03:50:08.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81082024-09-24T03:50:09.607Z[ recovery-image] Sep 24 03:50:08.988 INFO O| Sep 24 03:50:08.988 INFO STEP 76 (remove_files) COMPLETE
81092024-09-24T03:50:09.607Z[ recovery-image] Sep 24 03:50:08.988 INFO O| Sep 24 03:50:08.988 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81102024-09-24T03:50:09.614Z[ recovery-image] Sep 24 03:50:08.999 INFO O| Sep 24 03:50:08.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81112024-09-24T03:50:09.614Z[ recovery-image] Sep 24 03:50:08.999 INFO O| Sep 24 03:50:08.999 INFO STEP 77 (remove_files) COMPLETE
81122024-09-24T03:50:09.616Z[ recovery-image] Sep 24 03:50:08.999 INFO O| Sep 24 03:50:08.999 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81132024-09-24T03:50:09.625Z[ recovery-image] Sep 24 03:50:09.009 INFO O| Sep 24 03:50:09.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81142024-09-24T03:50:09.628Z[ recovery-image] Sep 24 03:50:09.009 INFO O| Sep 24 03:50:09.009 INFO STEP 78 (remove_files) COMPLETE
81152024-09-24T03:50:09.628Z[ recovery-image] Sep 24 03:50:09.009 INFO O| Sep 24 03:50:09.009 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81162024-09-24T03:50:09.636Z[ recovery-image] Sep 24 03:50:09.021 INFO O| Sep 24 03:50:09.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81172024-09-24T03:50:09.639Z[ recovery-image] Sep 24 03:50:09.021 INFO O| Sep 24 03:50:09.021 INFO STEP 79 (remove_files) COMPLETE
81182024-09-24T03:50:09.639Z[ recovery-image] Sep 24 03:50:09.021 INFO O| Sep 24 03:50:09.021 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81192024-09-24T03:50:09.646Z[ recovery-image] Sep 24 03:50:09.031 INFO O| Sep 24 03:50:09.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81202024-09-24T03:50:09.646Z[ recovery-image] Sep 24 03:50:09.031 INFO O| Sep 24 03:50:09.031 INFO STEP 80 (remove_files) COMPLETE
81212024-09-24T03:50:09.649Z[ recovery-image] Sep 24 03:50:09.031 INFO O| Sep 24 03:50:09.031 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81222024-09-24T03:50:09.656Z[ recovery-image] Sep 24 03:50:09.041 INFO O| Sep 24 03:50:09.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81232024-09-24T03:50:09.659Z[ recovery-image] Sep 24 03:50:09.041 INFO O| Sep 24 03:50:09.041 INFO STEP 81 (remove_files) COMPLETE
81242024-09-24T03:50:09.659Z[ recovery-image] Sep 24 03:50:09.041 INFO O| Sep 24 03:50:09.041 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81252024-09-24T03:50:09.666Z[ recovery-image] Sep 24 03:50:09.051 INFO O| Sep 24 03:50:09.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
81262024-09-24T03:50:09.666Z[ recovery-image] Sep 24 03:50:09.051 INFO O| Sep 24 03:50:09.051 INFO STEP 82 (remove_files) COMPLETE
81272024-09-24T03:50:09.671Z[ recovery-image] Sep 24 03:50:09.051 INFO O| Sep 24 03:50:09.051 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81282024-09-24T03:50:09.676Z[ recovery-image] Sep 24 03:50:09.061 INFO O| Sep 24 03:50:09.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81292024-09-24T03:50:09.676Z[ recovery-image] Sep 24 03:50:09.061 INFO O| Sep 24 03:50:09.061 INFO STEP 83 (remove_files) COMPLETE
81302024-09-24T03:50:09.680Z[ recovery-image] Sep 24 03:50:09.061 INFO O| Sep 24 03:50:09.061 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81312024-09-24T03:50:09.686Z[ recovery-image] Sep 24 03:50:09.071 INFO O| Sep 24 03:50:09.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81322024-09-24T03:50:09.686Z[ recovery-image] Sep 24 03:50:09.071 INFO O| Sep 24 03:50:09.071 INFO STEP 84 (remove_files) COMPLETE
81332024-09-24T03:50:09.689Z[ recovery-image] Sep 24 03:50:09.071 INFO O| Sep 24 03:50:09.071 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81342024-09-24T03:50:09.696Z[ recovery-image] Sep 24 03:50:09.081 INFO O| Sep 24 03:50:09.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81352024-09-24T03:50:09.696Z[ recovery-image] Sep 24 03:50:09.081 INFO O| Sep 24 03:50:09.081 INFO STEP 85 (remove_files) COMPLETE
81362024-09-24T03:50:09.699Z[ recovery-image] Sep 24 03:50:09.081 INFO O| Sep 24 03:50:09.081 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81372024-09-24T03:50:09.706Z[ recovery-image] Sep 24 03:50:09.091 INFO O| Sep 24 03:50:09.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81382024-09-24T03:50:09.709Z[ recovery-image] Sep 24 03:50:09.091 INFO O| Sep 24 03:50:09.091 INFO STEP 86 (remove_files) COMPLETE
81392024-09-24T03:50:09.709Z[ recovery-image] Sep 24 03:50:09.091 INFO O| Sep 24 03:50:09.091 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81402024-09-24T03:50:09.716Z[ recovery-image] Sep 24 03:50:09.101 INFO O| Sep 24 03:50:09.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81412024-09-24T03:50:09.716Z[ recovery-image] Sep 24 03:50:09.101 INFO O| Sep 24 03:50:09.101 INFO STEP 87 (remove_files) COMPLETE
81422024-09-24T03:50:09.719Z[ recovery-image] Sep 24 03:50:09.101 INFO O| Sep 24 03:50:09.101 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81432024-09-24T03:50:09.726Z[ recovery-image] Sep 24 03:50:09.110 INFO O| Sep 24 03:50:09.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81442024-09-24T03:50:09.726Z[ recovery-image] Sep 24 03:50:09.111 INFO O| Sep 24 03:50:09.110 INFO STEP 88 (remove_files) COMPLETE
81452024-09-24T03:50:09.726Z[ recovery-image] Sep 24 03:50:09.111 INFO O| Sep 24 03:50:09.111 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81462024-09-24T03:50:09.737Z[ recovery-image] Sep 24 03:50:09.120 INFO O| Sep 24 03:50:09.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81472024-09-24T03:50:09.737Z[ recovery-image] Sep 24 03:50:09.120 INFO O| Sep 24 03:50:09.120 INFO STEP 89 (remove_files) COMPLETE
81482024-09-24T03:50:09.737Z[ recovery-image] Sep 24 03:50:09.120 INFO O| Sep 24 03:50:09.120 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81492024-09-24T03:50:09.747Z[ recovery-image] Sep 24 03:50:09.130 INFO O| Sep 24 03:50:09.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81502024-09-24T03:50:09.747Z[ recovery-image] Sep 24 03:50:09.130 INFO O| Sep 24 03:50:09.130 INFO STEP 90 (remove_files) COMPLETE
81512024-09-24T03:50:09.747Z[ recovery-image] Sep 24 03:50:09.130 INFO O| Sep 24 03:50:09.130 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81522024-09-24T03:50:09.756Z[ recovery-image] Sep 24 03:50:09.140 INFO O| Sep 24 03:50:09.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81532024-09-24T03:50:09.756Z[ recovery-image] Sep 24 03:50:09.140 INFO O| Sep 24 03:50:09.140 INFO STEP 91 (remove_files) COMPLETE
81542024-09-24T03:50:09.756Z[ recovery-image] Sep 24 03:50:09.140 INFO O| Sep 24 03:50:09.140 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81552024-09-24T03:50:09.766Z[ recovery-image] Sep 24 03:50:09.150 INFO O| Sep 24 03:50:09.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81562024-09-24T03:50:09.766Z[ recovery-image] Sep 24 03:50:09.150 INFO O| Sep 24 03:50:09.150 INFO STEP 92 (remove_files) COMPLETE
81572024-09-24T03:50:09.768Z[ recovery-image] Sep 24 03:50:09.150 INFO O| Sep 24 03:50:09.150 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81582024-09-24T03:50:09.776Z[ recovery-image] Sep 24 03:50:09.161 INFO O| Sep 24 03:50:09.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81592024-09-24T03:50:09.776Z[ recovery-image] Sep 24 03:50:09.161 INFO O| Sep 24 03:50:09.161 INFO STEP 93 (remove_files) COMPLETE
81602024-09-24T03:50:09.776Z[ recovery-image] Sep 24 03:50:09.161 INFO O| Sep 24 03:50:09.161 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81612024-09-24T03:50:09.787Z[ recovery-image] Sep 24 03:50:09.171 INFO O| Sep 24 03:50:09.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81622024-09-24T03:50:09.787Z[ recovery-image] Sep 24 03:50:09.171 INFO O| Sep 24 03:50:09.171 INFO STEP 94 (remove_files) COMPLETE
81632024-09-24T03:50:09.790Z[ recovery-image] Sep 24 03:50:09.171 INFO O| Sep 24 03:50:09.171 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81642024-09-24T03:50:09.801Z[ recovery-image] Sep 24 03:50:09.186 INFO O| Sep 24 03:50:09.186 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81652024-09-24T03:50:09.804Z[ recovery-image] Sep 24 03:50:09.186 INFO O| Sep 24 03:50:09.186 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_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
81662024-09-24T03:50:10.928Z[ host-image] Sep 24 03:50:10.313 INFO O| Sep 24 03:50:10.313 INFO O| Planning: Solver setup ... Done
81672024-09-24T03:50:10.932Z[ host-image] Sep 24 03:50:10.317 INFO O| Sep 24 03:50:10.317 INFO O| Planning: Running solver ... Done
81682024-09-24T03:50:10.974Z[ host-image] Sep 24 03:50:10.359 INFO O| Sep 24 03:50:10.358 INFO O| Planning: Finding local manifests ... Done
81692024-09-24T03:50:10.977Z[ host-image] Sep 24 03:50:10.360 INFO O| Sep 24 03:50:10.360 INFO O| Planning: Fetching manifests: 0/6 0% complete
81702024-09-24T03:50:11.141Z[ host-image] Sep 24 03:50:10.525 INFO O| Sep 24 03:50:10.525 INFO O| Planning: Fetching manifests: 6/6 100% complete
81712024-09-24T03:50:11.174Z[ host-image] Sep 24 03:50:10.559 INFO O| Sep 24 03:50:10.559 INFO O| Planning: Package planning ... Done
81722024-09-24T03:50:11.192Z[ host-image] Sep 24 03:50:10.577 INFO O| Sep 24 03:50:10.577 INFO O| Planning: Merging actions ... Done
81732024-09-24T03:50:11.264Z[ host-image] Sep 24 03:50:10.648 INFO O| Sep 24 03:50:10.648 INFO O| Planning: Checking for conflicting actions ... Done
81742024-09-24T03:50:11.267Z[ host-image] Sep 24 03:50:10.652 INFO O| Sep 24 03:50:10.652 INFO O| Planning: Consolidating action changes ... Done
81752024-09-24T03:50:11.439Z[ host-image] Sep 24 03:50:10.823 INFO O| Sep 24 03:50:10.823 INFO O| Planning: Evaluating mediators ... Done
81762024-09-24T03:50:11.442Z[ host-image] Sep 24 03:50:10.826 INFO O| Sep 24 03:50:10.826 INFO O| Planning: Planning completed in 2.07 seconds
81772024-09-24T03:50:11.444Z[ host-image] Sep 24 03:50:10.828 INFO O| Sep 24 03:50:10.828 INFO O| Packages to install: 6
81782024-09-24T03:50:11.444Z[ host-image] Sep 24 03:50:10.828 INFO O| Sep 24 03:50:10.828 INFO O| Mediators to change: 1
81792024-09-24T03:50:11.444Z[ host-image] Sep 24 03:50:10.828 INFO O| Sep 24 03:50:10.828 INFO O| Services to change: 1
81802024-09-24T03:50:11.455Z[ host-image] Sep 24 03:50:10.840 INFO O| Sep 24 03:50:10.840 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
81812024-09-24T03:50:16.308Z[ recovery-image] Sep 24 03:50:15.693 INFO O| Sep 24 03:50:15.692 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
81822024-09-24T03:50:16.308Z[ recovery-image] Sep 24 03:50:15.693 INFO O| Sep 24 03:50:15.693 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81832024-09-24T03:50:16.323Z[ recovery-image] Sep 24 03:50:15.708 INFO O| Sep 24 03:50:15.708 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"}
81842024-09-24T03:50:16.399Z[ recovery-image] Sep 24 03:50:15.783 INFO O| Sep 24 03:50:15.783 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81852024-09-24T03:50:16.399Z[ recovery-image] Sep 24 03:50:15.783 INFO O| Sep 24 03:50:15.783 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 ...
81862024-09-24T03:50:16.401Z[ recovery-image] Sep 24 03:50:15.785 INFO O| Sep 24 03:50:15.785 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81872024-09-24T03:50:16.402Z[ recovery-image] Sep 24 03:50:15.785 INFO O| Sep 24 03:50:15.785 INFO ok!
81882024-09-24T03:50:16.402Z[ recovery-image] Sep 24 03:50:15.785 INFO O| Sep 24 03:50:15.785 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81892024-09-24T03:50:16.402Z[ recovery-image] Sep 24 03:50:15.785 INFO O| Sep 24 03:50:15.785 INFO STEP 95 (seed_smf) COMPLETE
81902024-09-24T03:50:16.402Z[ recovery-image] Sep 24 03:50:15.785 INFO O| Sep 24 03:50:15.785 INFO steps complete; finalising image!
81912024-09-24T03:50:16.402Z[ recovery-image] Sep 24 03:50:15.785 INFO O| Sep 24 03:50:15.785 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81922024-09-24T03:50:16.429Z[ recovery-image] Sep 24 03:50:15.812 INFO O| Sep 24 03:50:15.812 INFO trim TEMPORARY-gimlet-zfs-recovery: (9% trimmed, started at Tue Sep 24 03:50:15 2024)
81932024-09-24T03:50:16.456Z[ host-image] Sep 24 03:50:15.841 INFO O| Sep 24 03:50:15.841 INFO O| Download: 390/1140 items 2.5/8.4MB 30% complete (512k/s)
81942024-09-24T03:50:16.650Z[ recovery-image] Sep 24 03:50:16.034 INFO O| Sep 24 03:50:16.034 INFO temporary pool has 398M used, 1.36G avail, 1.00x compressratio
81952024-09-24T03:50:16.650Z[ recovery-image] Sep 24 03:50:16.034 INFO O| Sep 24 03:50:16.034 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81962024-09-24T03:50:16.844Z[ recovery-image] Sep 24 03:50:16.228 INFO O| Sep 24 03:50:16.227 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
81972024-09-24T03:50:16.844Z[ recovery-image] Sep 24 03:50:16.228 INFO O| Sep 24 03:50:16.228 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81982024-09-24T03:50:19.749Z[ recovery-image] Sep 24 03:50:19.132 INFO O| Sep 24 03:50:19.132 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81992024-09-24T03:50:19.749Z[ recovery-image] Sep 24 03:50:19.132 INFO O| Sep 24 03:50:19.132 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82002024-09-24T03:50:19.751Z[ recovery-image] Sep 24 03:50:19.132 INFO O| Sep 24 03:50:19.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82012024-09-24T03:50:19.751Z[ recovery-image] Sep 24 03:50:19.133 INFO O| Sep 24 03:50:19.132 INFO completed processing gimlet/zfs-recovery
82022024-09-24T03:50:19.751Z[ recovery-image] Sep 24 03:50:19.133 INFO O| Sep 24 03:50:19.132 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82032024-09-24T03:50:20.240Z[ recovery-image] Sep 24 03:50:19.624 INFO O| Sep 24 03:50:19.624 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82042024-09-24T03:50:20.275Z[ host-image] Sep 24 03:50:19.659 INFO O| Sep 24 03:50:19.659 INFO O| Download: Completed 8.42 MB in 8.82 seconds (977k/s)
82052024-09-24T03:50:20.331Z[ recovery-image] Sep 24 03:50:19.715 INFO BUILD STRING "heads/stlouis-0-g473b048bcc\n"
82062024-09-24T03:50:20.334Z[ recovery-image] Sep 24 03:50:19.716 INFO expanded image name: "recovery 425a962/${os_short_commit} 2024-09-24 03:22" -> "recovery 425a962/473b048 2024-09-24 03:22"
82072024-09-24T03:50:20.334Z[ recovery-image] Sep 24 03:50:19.716 INFO output artefacts stored in: "/work/os-recovery"
82082024-09-24T03:50:20.334Z[ recovery-image] Sep 24 03:50:19.716 INFO collecting git info from project "phbl"...
82092024-09-24T03:50:20.341Z[ recovery-image] Sep 24 03:50:19.725 INFO collecting git info from project "amd-firmware"...
82102024-09-24T03:50:20.365Z[ host-image] Sep 24 03:50:19.749 INFO O| Sep 24 03:50:19.749 INFO O| Actions: 1/1361 actions (Installing new actions)
82112024-09-24T03:50:20.562Z[ recovery-image] Sep 24 03:50:19.946 INFO collecting git info from project "amd-host-image-builder"...
82122024-09-24T03:50:20.761Z[ host-image] Sep 24 03:50:20.145 INFO O| Sep 24 03:50:20.145 INFO O| Actions: Completed 1361 actions in 0.40 seconds.
82132024-09-24T03:50:20.764Z[ recovery-image] Sep 24 03:50:20.145 INFO collecting git info from project "pilot"...
82142024-09-24T03:50:20.773Z[ recovery-image] Sep 24 03:50:20.157 INFO collecting git info from project "image-builder"...
82152024-09-24T03:50:20.779Z[ recovery-image] Sep 24 03:50:20.163 INFO collecting git info from project "chelsio-t6-roms"...
82162024-09-24T03:50:20.800Z[ recovery-image] Sep 24 03:50:20.184 INFO collecting git info from project "bootserver"...
82172024-09-24T03:50:20.806Z[ recovery-image] Sep 24 03:50:20.190 INFO collecting git info from project "pinprick"...
82182024-09-24T03:50:20.811Z[ recovery-image] Sep 24 03:50:20.196 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82192024-09-24T03:50:21.004Z[ host-image] Sep 24 03:50:20.388 INFO O| Sep 24 03:50:20.387 INFO O| Done
82202024-09-24T03:50:21.004Z[ host-image] Sep 24 03:50:20.388 INFO O| Sep 24 03:50:20.387 INFO O| Done
82212024-09-24T03:50:21.178Z[ recovery-image] Sep 24 03:50:20.560 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82222024-09-24T03:50:21.385Z[ host-image] Sep 24 03:50:20.769 INFO O| Sep 24 03:50:20.769 INFO O| Done
82232024-09-24T03:50:21.522Z[ recovery-image] Sep 24 03:50:20.906 INFO creating Oxide boot image...
82242024-09-24T03:50:21.524Z[ recovery-image] Sep 24 03:50:20.906 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 425a962/473b048 2024-09-24 03:22", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82252024-09-24T03:50:22.527Z[ host-image] Sep 24 03:50:21.910 INFO O| Sep 24 03:50:21.910 INFO O| Done
82262024-09-24T03:50:22.551Z[ host-image] Sep 24 03:50:21.935 INFO O| Sep 24 03:50:21.935 INFO O| Done
82272024-09-24T03:50:22.551Z[ host-image] Sep 24 03:50:21.935 INFO O| Sep 24 03:50:21.935 INFO O| Done
82282024-09-24T03:50:22.588Z[ host-image] Sep 24 03:50:21.972 INFO O| Sep 24 03:50:21.972 INFO O| Done
82292024-09-24T03:50:22.684Z[ host-image] Sep 24 03:50:22.068 INFO O| Sep 24 03:50:22.068 INFO STEP 13 (pkg_install) COMPLETE
82302024-09-24T03:50:22.684Z[ host-image] Sep 24 03:50:22.068 INFO O| Sep 24 03:50:22.068 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82312024-09-24T03:50:22.694Z[ host-image] Sep 24 03:50:22.079 INFO O| Sep 24 03:50:22.079 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
82322024-09-24T03:50:23.133Z[ host-image] Sep 24 03:50:22.516 INFO O| Sep 24 03:50:22.516 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
82332024-09-24T03:50:24.621Z[ host-image] Sep 24 03:50:24.004 INFO O| Sep 24 03:50:24.004 INFO O| Planning: Solver setup ... Done
82342024-09-24T03:50:24.624Z[ host-image] Sep 24 03:50:24.008 INFO O| Sep 24 03:50:24.008 INFO O| Planning: Running solver ... Done
82352024-09-24T03:50:24.665Z[ host-image] Sep 24 03:50:24.049 INFO O| Sep 24 03:50:24.049 INFO O| Planning: Finding local manifests ... Done
82362024-09-24T03:50:24.667Z[ host-image] Sep 24 03:50:24.050 INFO O| Sep 24 03:50:24.050 INFO O| Planning: Fetching manifests: 0/1 0% complete
82372024-09-24T03:50:24.751Z[ host-image] Sep 24 03:50:24.135 INFO O| Sep 24 03:50:24.135 INFO O| Planning: Fetching manifests: 1/1 100% complete
82382024-09-24T03:50:24.769Z[ host-image] Sep 24 03:50:24.153 INFO O| Sep 24 03:50:24.153 INFO O| Planning: Package planning ... Done
82392024-09-24T03:50:24.771Z[ host-image] Sep 24 03:50:24.153 INFO O| Sep 24 03:50:24.153 INFO O| Planning: Merging actions ... Done
82402024-09-24T03:50:24.829Z[ host-image] Sep 24 03:50:24.213 INFO O| Sep 24 03:50:24.213 INFO O| Planning: Checking for conflicting actions ... Done
82412024-09-24T03:50:24.831Z[ host-image] Sep 24 03:50:24.213 INFO O| Sep 24 03:50:24.213 INFO O| Planning: Consolidating action changes ... Done
82422024-09-24T03:50:24.999Z[ host-image] Sep 24 03:50:24.384 INFO O| Sep 24 03:50:24.383 INFO O| Planning: Evaluating mediators ... Done
82432024-09-24T03:50:25.002Z[ host-image] Sep 24 03:50:24.384 INFO O| Sep 24 03:50:24.384 INFO O| Planning: Planning completed in 1.87 seconds
82442024-09-24T03:50:25.002Z[ host-image] Sep 24 03:50:24.385 INFO O| Sep 24 03:50:24.385 INFO O| Packages to install: 1
82452024-09-24T03:50:25.012Z[ host-image] Sep 24 03:50:24.395 INFO O| Sep 24 03:50:24.395 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
82462024-09-24T03:50:25.497Z[ host-image] Sep 24 03:50:24.881 INFO O| Sep 24 03:50:24.881 INFO O| Download: Completed 20.80 MB in 0.49 seconds (42.9M/s)
82472024-09-24T03:50:25.523Z[ host-image] Sep 24 03:50:24.907 INFO O| Sep 24 03:50:24.907 INFO O| Actions: 1/22 actions (Installing new actions)
82482024-09-24T03:50:25.997Z[ host-image] Sep 24 03:50:25.381 INFO O| Sep 24 03:50:25.381 INFO O| Actions: Completed 22 actions in 0.47 seconds.
82492024-09-24T03:50:26.235Z[ host-image] Sep 24 03:50:25.618 INFO O| Sep 24 03:50:25.618 INFO O| Done
82502024-09-24T03:50:26.235Z[ host-image] Sep 24 03:50:25.618 INFO O| Sep 24 03:50:25.618 INFO O| Done
82512024-09-24T03:50:26.616Z[ host-image] Sep 24 03:50:26.000 INFO O| Sep 24 03:50:26.000 INFO O| Done
82522024-09-24T03:50:27.726Z[ host-image] Sep 24 03:50:27.110 INFO O| Sep 24 03:50:27.110 INFO O| Done
82532024-09-24T03:50:27.750Z[ host-image] Sep 24 03:50:27.134 INFO O| Sep 24 03:50:27.134 INFO O| Done
82542024-09-24T03:50:27.750Z[ host-image] Sep 24 03:50:27.134 INFO O| Sep 24 03:50:27.134 INFO O| Done
82552024-09-24T03:50:27.760Z[ host-image] Sep 24 03:50:27.144 INFO O| Sep 24 03:50:27.144 INFO O| Done
82562024-09-24T03:50:27.855Z[ host-image] Sep 24 03:50:27.239 INFO O| Sep 24 03:50:27.239 INFO STEP 14 (pkg_install) COMPLETE
82572024-09-24T03:50:27.855Z[ host-image] Sep 24 03:50:27.239 INFO O| Sep 24 03:50:27.239 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82582024-09-24T03:50:27.855Z[ host-image] Sep 24 03:50:27.239 INFO O| Sep 24 03:50:27.239 INFO skip step because feature "mfg" is not enabled
82592024-09-24T03:50:27.855Z[ host-image] Sep 24 03:50:27.239 INFO O| Sep 24 03:50:27.239 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82602024-09-24T03:50:27.858Z[ host-image] Sep 24 03:50:27.239 INFO O| Sep 24 03:50:27.239 INFO skip step because feature "compliance" is not enabled
82612024-09-24T03:50:27.858Z[ host-image] Sep 24 03:50:27.239 INFO O| Sep 24 03:50:27.239 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82622024-09-24T03:50:27.858Z[ host-image] Sep 24 03:50:27.239 INFO O| Sep 24 03:50:27.239 INFO skip step because feature "stress" is not enabled
82632024-09-24T03:50:27.858Z[ host-image] Sep 24 03:50:27.239 INFO O| Sep 24 03:50:27.239 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82642024-09-24T03:50:27.858Z[ host-image] Sep 24 03:50:27.239 INFO O| Sep 24 03:50:27.239 INFO skip step because feature "nfs" is not enabled
82652024-09-24T03:50:27.858Z[ host-image] Sep 24 03:50:27.239 INFO O| Sep 24 03:50:27.239 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82662024-09-24T03:50:27.858Z[ host-image] Sep 24 03:50:27.239 INFO O| Sep 24 03:50:27.239 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82672024-09-24T03:50:27.954Z[ host-image] Sep 24 03:50:27.338 INFO O| Sep 24 03:50:27.338 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
82682024-09-24T03:50:28.041Z[ host-image] Sep 24 03:50:27.425 INFO O| Sep 24 03:50:27.425 INFO completed processing gimlet/ramdisk-01-os
82692024-09-24T03:50:28.044Z[ host-image] Sep 24 03:50:27.427 INFO omicron1 baseline generation...
82702024-09-24T03:50:28.044Z[ host-image] Sep 24 03:50:27.427 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
82712024-09-24T03:50:28.425Z[ host-image] Sep 24 03:50:27.809 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22908:20240923T144000Z
82722024-09-24T03:51:11.329Z[ recovery-image] Sep 24 03:51:10.711 INFO O| ok, image written!
82732024-09-24T03:51:11.329Z[ recovery-image] Sep 24 03:51:10.711 INFO O| ok, boot_image_csum file written!
82742024-09-24T03:51:11.335Z[ recovery-image] Sep 24 03:51:10.717 INFO creating boot archive (CPIO)...
82752024-09-24T03:51:11.335Z[ recovery-image] Sep 24 03:51:10.717 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
82762024-09-24T03:51:11.343Z[ recovery-image] Sep 24 03:51:10.725 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82772024-09-24T03:51:11.343Z[ recovery-image] Sep 24 03:51:10.725 INFO E| + outfile=/work/os-recovery/cpio
82782024-09-24T03:51:11.345Z[ recovery-image] Sep 24 03:51:10.725 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82792024-09-24T03:51:11.345Z[ recovery-image] Sep 24 03:51:10.727 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82802024-09-24T03:51:11.345Z[ recovery-image] Sep 24 03:51:10.727 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82812024-09-24T03:51:11.379Z[ recovery-image] Sep 24 03:51:10.761 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82822024-09-24T03:51:11.379Z[ recovery-image] Sep 24 03:51:10.761 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82832024-09-24T03:51:11.386Z[ recovery-image] Sep 24 03:51:10.768 INFO creating compressed cpio/unix for nanobl-rs...
82842024-09-24T03:51:11.388Z[ recovery-image] Sep 24 03:51:10.769 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
82852024-09-24T03:51:11.668Z[ recovery-image] Sep 24 03:51:11.050 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82862024-09-24T03:51:14.643Z[ host-image] Sep 24 03:51:14.025 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22908:20240923T144036Z
82872024-09-24T03:51:14.643Z[ host-image] Sep 24 03:51:14.025 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22908:20240923T144036Z
82882024-09-24T03:51:14.645Z[ host-image] Sep 24 03:51:14.025 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
82892024-09-24T03:51:14.645Z[ host-image] Sep 24 03:51:14.025 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82902024-09-24T03:51:14.645Z[ host-image] Sep 24 03:51:14.025 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82912024-09-24T03:51:14.645Z[ host-image] Sep 24 03:51:14.025 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82922024-09-24T03:51:14.645Z[ host-image] Sep 24 03:51:14.026 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82932024-09-24T03:51:14.645Z[ host-image] Sep 24 03:51:14.026 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82942024-09-24T03:51:14.646Z[ host-image] Sep 24 03:51:14.026 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82952024-09-24T03:51:14.646Z[ host-image] Sep 24 03:51:14.026 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82962024-09-24T03:51:14.646Z[ host-image] Sep 24 03:51:14.027 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22908:20240923T144037Z
82972024-09-24T03:51:14.648Z[ host-image] Sep 24 03:51:14.028 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22908:20240923T144038Z
82982024-09-24T03:51:14.648Z[ host-image] Sep 24 03:51:14.029 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22908:20240923T144038Z
82992024-09-24T03:51:14.648Z[ host-image] Sep 24 03:51:14.030 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22908:20240923T144038Z
83002024-09-24T03:51:14.648Z[ host-image] Sep 24 03:51:14.030 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83012024-09-24T03:51:14.650Z[ host-image] Sep 24 03:51:14.030 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22908:20240923T144038Z
83022024-09-24T03:51:14.650Z[ host-image] Sep 24 03:51:14.031 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22908:20240923T144038Z
83032024-09-24T03:51:14.650Z[ host-image] Sep 24 03:51:14.031 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22908:20240923T144038Z
83042024-09-24T03:51:14.650Z[ host-image] Sep 24 03:51:14.031 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22908:20240923T144038Z
83052024-09-24T03:51:14.650Z[ host-image] Sep 24 03:51:14.032 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22908:20240923T144039Z
83062024-09-24T03:51:14.651Z[ host-image] Sep 24 03:51:14.032 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22908:20240923T144040Z
83072024-09-24T03:51:14.651Z[ host-image] Sep 24 03:51:14.032 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22908:20240923T144040Z
83082024-09-24T03:51:14.651Z[ host-image] Sep 24 03:51:14.032 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22908:20240923T144040Z
83092024-09-24T03:51:14.651Z[ host-image] Sep 24 03:51:14.032 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22908:20240923T144041Z
83102024-09-24T03:51:14.651Z[ host-image] Sep 24 03:51:14.032 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22908:20240923T144042Z
83112024-09-24T03:51:14.653Z[ host-image] Sep 24 03:51:14.033 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22908:20240923T144043Z
83122024-09-24T03:51:14.653Z[ host-image] Sep 24 03:51:14.033 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22908:20240923T144044Z
83132024-09-24T03:51:14.653Z[ host-image] Sep 24 03:51:14.033 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22908:20240923T144045Z
83142024-09-24T03:51:14.653Z[ host-image] Sep 24 03:51:14.033 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83152024-09-24T03:51:14.653Z[ host-image] Sep 24 03:51:14.033 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22908:20240923T144046Z
83162024-09-24T03:51:14.653Z[ host-image] Sep 24 03:51:14.033 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22908:20240923T144048Z
83172024-09-24T03:51:14.653Z[ host-image] Sep 24 03:51:14.033 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22908:20240923T144049Z
83182024-09-24T03:51:14.653Z[ host-image] Sep 24 03:51:14.033 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22908:20240923T144050Z
83192024-09-24T03:51:14.653Z[ host-image] Sep 24 03:51:14.034 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22908:20240923T144051Z
83202024-09-24T03:51:14.653Z[ host-image] Sep 24 03:51:14.035 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22908:20240923T144052Z
83212024-09-24T03:51:14.662Z[ host-image] Sep 24 03:51:14.044 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83222024-09-24T03:51:14.665Z[ host-image] Sep 24 03:51:14.044 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22908:20240923T144052Z
83232024-09-24T03:51:14.665Z[ host-image] Sep 24 03:51:14.044 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
83242024-09-24T03:51:14.665Z[ host-image] Sep 24 03:51:14.044 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83252024-09-24T03:51:14.665Z[ host-image] Sep 24 03:51:14.045 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83262024-09-24T03:51:14.665Z[ host-image] Sep 24 03:51:14.045 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22908:20240923T144052Z
83272024-09-24T03:51:14.665Z[ host-image] Sep 24 03:51:14.045 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83282024-09-24T03:51:14.665Z[ host-image] Sep 24 03:51:14.046 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83292024-09-24T03:51:14.665Z[ host-image] Sep 24 03:51:14.047 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83302024-09-24T03:51:14.665Z[ host-image] Sep 24 03:51:14.047 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83312024-09-24T03:51:14.677Z[ host-image] Sep 24 03:51:14.059 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83322024-09-24T03:51:14.677Z[ host-image] Sep 24 03:51:14.059 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83332024-09-24T03:51:14.679Z[ host-image] Sep 24 03:51:14.059 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83342024-09-24T03:51:14.679Z[ host-image] Sep 24 03:51:14.060 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83352024-09-24T03:51:14.679Z[ host-image] Sep 24 03:51:14.061 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83362024-09-24T03:51:14.679Z[ host-image] Sep 24 03:51:14.061 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83372024-09-24T03:51:14.714Z[ host-image] Sep 24 03:51:14.096 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83382024-09-24T03:51:14.717Z[ host-image] Sep 24 03:51:14.097 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83392024-09-24T03:51:14.717Z[ host-image] Sep 24 03:51:14.097 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83402024-09-24T03:51:14.717Z[ host-image] Sep 24 03:51:14.098 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22908:20240923T144054Z
83412024-09-24T03:51:14.717Z[ host-image] Sep 24 03:51:14.098 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22908:20240923T144100Z
83422024-09-24T03:51:14.717Z[ host-image] Sep 24 03:51:14.098 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83432024-09-24T03:51:14.717Z[ host-image] Sep 24 03:51:14.098 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22908:20240923T144101Z
83442024-09-24T03:51:14.717Z[ host-image] Sep 24 03:51:14.099 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83452024-09-24T03:51:14.719Z[ host-image] Sep 24 03:51:14.099 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83462024-09-24T03:51:14.719Z[ host-image] Sep 24 03:51:14.099 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83472024-09-24T03:51:14.719Z[ host-image] Sep 24 03:51:14.099 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22908:20240923T144101Z
83482024-09-24T03:51:14.719Z[ host-image] Sep 24 03:51:14.099 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83492024-09-24T03:51:14.722Z[ host-image] Sep 24 03:51:14.104 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83502024-09-24T03:51:14.722Z[ host-image] Sep 24 03:51:14.104 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83512024-09-24T03:51:14.724Z[ host-image] Sep 24 03:51:14.104 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83522024-09-24T03:51:14.724Z[ host-image] Sep 24 03:51:14.104 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22908:20240923T144101Z
83532024-09-24T03:51:14.724Z[ host-image] Sep 24 03:51:14.104 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83542024-09-24T03:51:14.737Z[ host-image] Sep 24 03:51:14.119 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83552024-09-24T03:51:14.739Z[ host-image] Sep 24 03:51:14.119 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22908:20240923T144102Z
83562024-09-24T03:51:14.739Z[ host-image] Sep 24 03:51:14.121 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22908:20240923T144102Z
83572024-09-24T03:51:14.742Z[ host-image] Sep 24 03:51:14.122 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22908:20240923T144102Z
83582024-09-24T03:51:14.742Z[ host-image] Sep 24 03:51:14.122 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83592024-09-24T03:51:14.742Z[ host-image] Sep 24 03:51:14.122 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22908:20240923T144104Z
83602024-09-24T03:51:14.742Z[ host-image] Sep 24 03:51:14.123 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22908:20240923T144104Z
83612024-09-24T03:51:14.742Z[ host-image] Sep 24 03:51:14.123 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22908:20240923T144104Z
83622024-09-24T03:51:14.742Z[ host-image] Sep 24 03:51:14.123 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22908:20240923T144104Z
83632024-09-24T03:51:14.745Z[ host-image] Sep 24 03:51:14.127 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
83642024-09-24T03:51:14.747Z[ host-image] Sep 24 03:51:14.127 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22908:20240923T144105Z
83652024-09-24T03:51:14.747Z[ host-image] Sep 24 03:51:14.128 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22908:20240923T144106Z
83662024-09-24T03:51:14.747Z[ host-image] Sep 24 03:51:14.128 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
83672024-09-24T03:51:14.747Z[ host-image] Sep 24 03:51:14.129 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22908:20240923T144106Z
83682024-09-24T03:51:14.747Z[ host-image] Sep 24 03:51:14.129 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22908:20240923T144106Z
83692024-09-24T03:51:14.747Z[ host-image] Sep 24 03:51:14.129 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22908:20240923T144107Z
83702024-09-24T03:51:14.750Z[ host-image] Sep 24 03:51:14.129 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22908:20240923T144107Z
83712024-09-24T03:51:14.756Z[ host-image] Sep 24 03:51:14.138 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22908:20240923T144107Z
83722024-09-24T03:51:14.756Z[ host-image] Sep 24 03:51:14.138 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
83732024-09-24T03:51:14.758Z[ host-image] Sep 24 03:51:14.140 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22908:20240923T144107Z
83742024-09-24T03:51:14.760Z[ host-image] Sep 24 03:51:14.141 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22908:20240923T144107Z
83752024-09-24T03:51:14.760Z[ host-image] Sep 24 03:51:14.141 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22908:20240923T144107Z
83762024-09-24T03:51:14.760Z[ host-image] Sep 24 03:51:14.141 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22908:20240923T144107Z
83772024-09-24T03:51:14.760Z[ host-image] Sep 24 03:51:14.142 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22908:20240923T144108Z
83782024-09-24T03:51:14.760Z[ host-image] Sep 24 03:51:14.142 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22908:20240923T144108Z
83792024-09-24T03:51:14.770Z[ host-image] Sep 24 03:51:14.152 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22908:20240923T144109Z
83802024-09-24T03:51:14.773Z[ host-image] Sep 24 03:51:14.152 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22908:20240923T144109Z
83812024-09-24T03:51:14.773Z[ host-image] Sep 24 03:51:14.153 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22908:20240923T144109Z
83822024-09-24T03:51:14.773Z[ host-image] Sep 24 03:51:14.154 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22908:20240923T144109Z
83832024-09-24T03:51:14.773Z[ host-image] Sep 24 03:51:14.154 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22908:20240923T144109Z
83842024-09-24T03:51:14.794Z[ host-image] Sep 24 03:51:14.176 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22908:20240923T144113Z
83852024-09-24T03:51:14.796Z[ host-image] Sep 24 03:51:14.176 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22908:20240923T144110Z
83862024-09-24T03:51:14.796Z[ host-image] Sep 24 03:51:14.176 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22908:20240923T144110Z
83872024-09-24T03:51:14.796Z[ host-image] Sep 24 03:51:14.176 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
83882024-09-24T03:51:14.796Z[ host-image] Sep 24 03:51:14.177 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
83892024-09-24T03:51:14.824Z[ host-image] Sep 24 03:51:14.206 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22908:20240923T144110Z
83902024-09-24T03:51:14.826Z[ host-image] Sep 24 03:51:14.206 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83912024-09-24T03:51:14.826Z[ host-image] Sep 24 03:51:14.206 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22908:20240923T144110Z
83922024-09-24T03:51:14.826Z[ host-image] Sep 24 03:51:14.206 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22908:20240923T144110Z
83932024-09-24T03:51:14.826Z[ host-image] Sep 24 03:51:14.207 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22908:20240923T144111Z
83942024-09-24T03:51:14.826Z[ host-image] Sep 24 03:51:14.208 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83952024-09-24T03:51:14.829Z[ host-image] Sep 24 03:51:14.208 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83962024-09-24T03:51:14.829Z[ host-image] Sep 24 03:51:14.209 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22908:20240923T144112Z
83972024-09-24T03:51:14.829Z[ host-image] Sep 24 03:51:14.209 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22908:20240923T144111Z
83982024-09-24T03:51:14.829Z[ host-image] Sep 24 03:51:14.209 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22908:20240923T144112Z
83992024-09-24T03:51:14.829Z[ host-image] Sep 24 03:51:14.209 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22908:20240923T144112Z
84002024-09-24T03:51:14.829Z[ host-image] Sep 24 03:51:14.209 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22908:20240923T144112Z
84012024-09-24T03:51:14.829Z[ host-image] Sep 24 03:51:14.210 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22908:20240923T144113Z
84022024-09-24T03:51:14.832Z[ host-image] Sep 24 03:51:14.213 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84032024-09-24T03:51:14.832Z[ host-image] Sep 24 03:51:14.213 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22908:20240923T144113Z
84042024-09-24T03:51:14.834Z[ host-image] Sep 24 03:51:14.214 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22908:20240923T144113Z
84052024-09-24T03:51:14.834Z[ host-image] Sep 24 03:51:14.214 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22908:20240923T144113Z
84062024-09-24T03:51:14.834Z[ host-image] Sep 24 03:51:14.215 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22908:20240923T144115Z
84072024-09-24T03:51:14.834Z[ host-image] Sep 24 03:51:14.215 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22908:20240923T144114Z
84082024-09-24T03:51:14.834Z[ host-image] Sep 24 03:51:14.215 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22908:20240923T144114Z
84092024-09-24T03:51:14.834Z[ host-image] Sep 24 03:51:14.215 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84102024-09-24T03:51:14.834Z[ host-image] Sep 24 03:51:14.215 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84112024-09-24T03:51:14.834Z[ host-image] Sep 24 03:51:14.216 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22908:20240923T144116Z
84122024-09-24T03:51:14.837Z[ host-image] Sep 24 03:51:14.216 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22908:20240923T144117Z
84132024-09-24T03:51:14.837Z[ host-image] Sep 24 03:51:14.216 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84142024-09-24T03:51:14.837Z[ host-image] Sep 24 03:51:14.216 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84152024-09-24T03:51:14.837Z[ host-image] Sep 24 03:51:14.216 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84162024-09-24T03:51:14.837Z[ host-image] Sep 24 03:51:14.217 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84172024-09-24T03:51:14.837Z[ host-image] Sep 24 03:51:14.217 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84182024-09-24T03:51:14.837Z[ host-image] Sep 24 03:51:14.217 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84192024-09-24T03:51:14.837Z[ host-image] Sep 24 03:51:14.219 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84202024-09-24T03:51:14.837Z[ host-image] Sep 24 03:51:14.219 INFO O| tempdir @ "/tmp/.tmpvruH1z/tmp"
84212024-09-24T03:51:14.839Z[ host-image] Sep 24 03:51:14.219 INFO O| image root @ "/tmp/.tmpvruH1z/tmp/root"
84222024-09-24T03:51:14.839Z[ host-image] Sep 24 03:51:14.219 INFO O| creating image...
84232024-09-24T03:51:15.324Z[ host-image] Sep 24 03:51:14.706 INFO O| copying publishers...
84242024-09-24T03:51:16.067Z[ recovery-image] Sep 24 03:51:15.449 INFO creating reset image...
84252024-09-24T03:51:16.069Z[ recovery-image] Sep 24 03:51:15.449 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84262024-09-24T03:51:16.344Z[ recovery-image] Sep 24 03:51:15.726 INFO E| Updating crates.io index
84272024-09-24T03:51:16.462Z[ recovery-image] Sep 24 03:51:15.844 INFO E| Downloading crates ...
84282024-09-24T03:51:16.558Z[ recovery-image] Sep 24 03:51:15.940 INFO E| Downloaded clap v4.5.17
84292024-09-24T03:51:16.576Z[ recovery-image] Sep 24 03:51:15.958 INFO E| Downloaded utf8parse v0.2.2
84302024-09-24T03:51:16.578Z[ recovery-image] Sep 24 03:51:15.959 INFO E| Downloaded shared_child v1.0.1
84312024-09-24T03:51:16.581Z[ recovery-image] Sep 24 03:51:15.961 INFO E| Downloaded os_pipe v1.2.1
84322024-09-24T03:51:16.581Z[ recovery-image] Sep 24 03:51:15.962 INFO E| Downloaded is_terminal_polyfill v1.70.1
84332024-09-24T03:51:16.584Z[ recovery-image] Sep 24 03:51:15.963 INFO E| Downloaded colorchoice v1.0.2
84342024-09-24T03:51:16.584Z[ recovery-image] Sep 24 03:51:15.965 INFO E| Downloaded clap_lex v0.7.2
84352024-09-24T03:51:16.586Z[ recovery-image] Sep 24 03:51:15.967 INFO E| Downloaded duct v0.13.7
84362024-09-24T03:51:16.589Z[ recovery-image] Sep 24 03:51:15.970 INFO E| Downloaded anstream v0.6.15
84372024-09-24T03:51:16.591Z[ recovery-image] Sep 24 03:51:15.973 INFO E| Downloaded anstyle-query v1.1.1
84382024-09-24T03:51:16.594Z[ recovery-image] Sep 24 03:51:15.976 INFO E| Downloaded quote v1.0.37
84392024-09-24T03:51:16.597Z[ recovery-image] Sep 24 03:51:15.979 INFO E| Downloaded anstyle-parse v0.2.5
84402024-09-24T03:51:16.600Z[ recovery-image] Sep 24 03:51:15.982 INFO E| Downloaded clap_builder v4.5.17
84412024-09-24T03:51:16.607Z[ recovery-image] Sep 24 03:51:15.988 INFO E| Downloaded syn v2.0.77
84422024-09-24T03:51:16.666Z[ recovery-image] Sep 24 03:51:16.048 INFO E| Compiling proc-macro2 v1.0.86
84432024-09-24T03:51:16.666Z[ recovery-image] Sep 24 03:51:16.048 INFO E| Compiling unicode-ident v1.0.12
84442024-09-24T03:51:16.668Z[ recovery-image] Sep 24 03:51:16.048 INFO E| Compiling libc v0.2.158
84452024-09-24T03:51:16.668Z[ recovery-image] Sep 24 03:51:16.048 INFO E| Compiling utf8parse v0.2.2
84462024-09-24T03:51:16.669Z[ recovery-image] Sep 24 03:51:16.048 INFO E| Compiling colorchoice v1.0.2
84472024-09-24T03:51:16.669Z[ recovery-image] Sep 24 03:51:16.048 INFO E| Compiling anstyle v1.0.8
84482024-09-24T03:51:16.669Z[ recovery-image] Sep 24 03:51:16.048 INFO E| Compiling anstyle-query v1.1.1
84492024-09-24T03:51:16.669Z[ recovery-image] Sep 24 03:51:16.048 INFO E| Compiling is_terminal_polyfill v1.70.1
84502024-09-24T03:51:16.843Z[ recovery-image] Sep 24 03:51:16.225 INFO E| Compiling anstyle-parse v0.2.5
84512024-09-24T03:51:16.862Z[ recovery-image] Sep 24 03:51:16.244 INFO E| Compiling strsim v0.11.1
84522024-09-24T03:51:16.862Z[ recovery-image] Sep 24 03:51:16.244 INFO E| Compiling heck v0.5.0
84532024-09-24T03:51:16.870Z[ recovery-image] Sep 24 03:51:16.252 INFO E| Compiling clap_lex v0.7.2
84542024-09-24T03:51:16.881Z[ recovery-image] Sep 24 03:51:16.263 INFO E| Compiling once_cell v1.19.0
84552024-09-24T03:51:17.149Z[ recovery-image] Sep 24 03:51:16.531 INFO E| Compiling anstream v0.6.15
84562024-09-24T03:51:17.502Z[ recovery-image] Sep 24 03:51:16.883 INFO E| Compiling clap_builder v4.5.17
84572024-09-24T03:51:17.939Z[ recovery-image] Sep 24 03:51:17.320 INFO E| Compiling shared_child v1.0.1
84582024-09-24T03:51:17.939Z[ recovery-image] Sep 24 03:51:17.320 INFO E| Compiling os_pipe v1.2.1
84592024-09-24T03:51:18.081Z[ recovery-image] Sep 24 03:51:17.462 INFO E| Compiling quote v1.0.37
84602024-09-24T03:51:18.099Z[ recovery-image] Sep 24 03:51:17.480 INFO E| Compiling duct v0.13.7
84612024-09-24T03:51:18.442Z[ recovery-image] Sep 24 03:51:17.823 INFO E| Compiling syn v2.0.77
84622024-09-24T03:51:22.114Z[ recovery-image] Sep 24 03:51:21.495 INFO E| Compiling clap_derive v4.5.13
84632024-09-24T03:51:23.648Z[ host-image] Sep 24 03:51:23.030 INFO O| adding properties...
84642024-09-24T03:51:23.952Z[ recovery-image] Sep 24 03:51:23.332 INFO E| Compiling clap v4.5.17
84652024-09-24T03:51:24.006Z[ recovery-image] Sep 24 03:51:23.388 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
84662024-09-24T03:51:24.709Z[ host-image] Sep 24 03:51:24.090 INFO O| installing packages...
84672024-09-24T03:51:24.991Z[ recovery-image] Sep 24 03:51:24.372 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.85s
84682024-09-24T03:51:25.002Z[ recovery-image] Sep 24 03:51:24.383 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
84692024-09-24T03:51:25.128Z[ recovery-image] Sep 24 03:51:24.509 INFO E| Updating crates.io index
84702024-09-24T03:51:25.239Z[ recovery-image] Sep 24 03:51:24.620 INFO E| Downloading crates ...
84712024-09-24T03:51:25.318Z[ recovery-image] Sep 24 03:51:24.699 INFO E| Downloaded seq-macro v0.3.5
84722024-09-24T03:51:25.320Z[ recovery-image] Sep 24 03:51:24.701 INFO E| Downloaded cpio_reader v0.1.1
84732024-09-24T03:51:25.323Z[ recovery-image] Sep 24 03:51:24.702 INFO E| Downloaded miniz_oxide v0.7.4
84742024-09-24T03:51:25.323Z[ recovery-image] Sep 24 03:51:24.704 INFO E| Downloaded bit_field v0.10.2
84752024-09-24T03:51:25.340Z[ recovery-image] Sep 24 03:51:24.721 INFO E| Downloaded raw-cpuid v10.7.0
84762024-09-24T03:51:25.490Z[ recovery-image] Sep 24 03:51:24.867 INFO E| Downloaded x86 v0.52.0
84772024-09-24T03:51:25.557Z[ recovery-image] Sep 24 03:51:24.927 INFO E| Updating crates.io index
84782024-09-24T03:51:25.616Z[ recovery-image] Sep 24 03:51:24.997 INFO E| Downloading crates ...
84792024-09-24T03:51:25.682Z[ recovery-image] Sep 24 03:51:25.064 INFO E| Downloaded compiler_builtins v0.1.123
84802024-09-24T03:51:25.753Z[ recovery-image] Sep 24 03:51:25.134 INFO E| Compiling compiler_builtins v0.1.123
84812024-09-24T03:51:25.753Z[ recovery-image] Sep 24 03:51:25.134 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
84822024-09-24T03:51:25.757Z[ recovery-image] Sep 24 03:51:25.134 INFO E| Compiling proc-macro2 v1.0.86
84832024-09-24T03:51:25.757Z[ recovery-image] Sep 24 03:51:25.134 INFO E| Compiling unicode-ident v1.0.12
84842024-09-24T03:51:25.757Z[ recovery-image] Sep 24 03:51:25.134 INFO E| Compiling syn v1.0.109
84852024-09-24T03:51:25.757Z[ recovery-image] Sep 24 03:51:25.134 INFO E| Compiling x86 v0.52.0
84862024-09-24T03:51:25.757Z[ recovery-image] Sep 24 03:51:25.134 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84872024-09-24T03:51:25.757Z[ recovery-image] Sep 24 03:51:25.134 INFO E| Compiling seq-macro v0.3.5
84882024-09-24T03:51:26.903Z[ recovery-image] Sep 24 03:51:26.284 INFO E| Compiling quote v1.0.37
84892024-09-24T03:51:27.157Z[ recovery-image] Sep 24 03:51:26.538 INFO E| Compiling syn v2.0.77
84902024-09-24T03:51:29.603Z[ recovery-image] Sep 24 03:51:28.984 INFO E| Compiling scroll_derive v0.12.0
84912024-09-24T03:51:31.736Z[ recovery-image] Sep 24 03:51:31.117 INFO E| Compiling bitstruct_derive v0.1.0
84922024-09-24T03:51:41.227Z[ host-image] Sep 24 03:51:40.608 INFO O| seeding SMF database...
84932024-09-24T03:51:43.489Z[ recovery-image] Sep 24 03:51:42.870 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
84942024-09-24T03:51:45.100Z[ recovery-image] Sep 24 03:51:44.479 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
84952024-09-24T03:51:48.181Z[ recovery-image] Sep 24 03:51:47.536 INFO E| Compiling bitflags v1.3.2
84962024-09-24T03:51:48.195Z[ recovery-image] Sep 24 03:51:47.537 INFO E| Compiling plain v0.2.3
84972024-09-24T03:51:48.195Z[ recovery-image] Sep 24 03:51:47.537 INFO E| Compiling adler v1.0.2
84982024-09-24T03:51:48.195Z[ recovery-image] Sep 24 03:51:47.537 INFO E| Compiling log v0.4.22
84992024-09-24T03:51:48.195Z[ recovery-image] Sep 24 03:51:47.537 INFO E| Compiling scroll v0.12.0
85002024-09-24T03:51:48.195Z[ recovery-image] Sep 24 03:51:47.537 INFO E| Compiling bit_field v0.10.2
85012024-09-24T03:51:48.195Z[ recovery-image] Sep 24 03:51:47.537 INFO E| Compiling bitstruct v0.1.1
85022024-09-24T03:51:48.250Z[ recovery-image] Sep 24 03:51:47.630 INFO E| Compiling raw-cpuid v10.7.0
85032024-09-24T03:51:48.278Z[ recovery-image] Sep 24 03:51:47.658 INFO E| Compiling cpio_reader v0.1.1
85042024-09-24T03:51:48.310Z[ recovery-image] Sep 24 03:51:47.690 INFO E| Compiling miniz_oxide v0.7.4
85052024-09-24T03:51:48.440Z[ recovery-image] Sep 24 03:51:47.820 INFO E| Compiling static_assertions v1.1.0
85062024-09-24T03:51:48.582Z[ recovery-image] Sep 24 03:51:47.962 INFO E| Compiling goblin v0.8.2
85072024-09-24T03:51:50.343Z[ host-image] Sep 24 03:51:49.721 INFO O| configuring SMF profile...
85082024-09-24T03:51:50.350Z[ host-image] Sep 24 03:51:49.721 INFO O| modifying shadow(5)...
85092024-09-24T03:51:50.350Z[ host-image] Sep 24 03:51:49.721 INFO O| loading user and group database...
85102024-09-24T03:51:50.350Z[ host-image] Sep 24 03:51:49.721 INFO O| assessing packaged files...
85112024-09-24T03:51:56.907Z[ host-image] Sep 24 03:51:52.381 INFO O| creating archive...
85122024-09-24T03:51:56.961Z[ host-image] Sep 24 03:51:52.415 INFO O| missing from packaging:
85132024-09-24T03:51:56.961Z[ host-image] Sep 24 03:51:52.415 INFO O| "etc/.pwd.lock"
85142024-09-24T03:51:56.961Z[ host-image] Sep 24 03:51:52.415 INFO O| "etc/bash"
85152024-09-24T03:51:56.961Z[ host-image] Sep 24 03:51:52.420 INFO O| "etc/svc/profile/generic.xml"
85162024-09-24T03:51:56.962Z[ host-image] Sep 24 03:51:52.420 INFO O| "etc/svc/profile/inetd_services.xml"
85172024-09-24T03:51:56.962Z[ host-image] Sep 24 03:51:52.420 INFO O| "etc/svc/profile/name_service.xml"
85182024-09-24T03:51:56.962Z[ host-image] Sep 24 03:51:52.420 INFO O| "etc/svc/profile/platform.xml"
85192024-09-24T03:51:56.962Z[ host-image] Sep 24 03:51:52.420 INFO O| "etc/svc/profile/platform_omicron1.xml"
85202024-09-24T03:51:56.962Z[ host-image] Sep 24 03:51:52.420 INFO O| "etc/svc/repository.db"
85212024-09-24T03:51:56.962Z[ host-image] Sep 24 03:51:52.434 INFO O| "opt/ooce/share"
85222024-09-24T03:51:56.962Z[ host-image] Sep 24 03:51:52.434 INFO O| "opt/ooce/share/man"
85232024-09-24T03:51:56.962Z[ host-image] Sep 24 03:51:52.434 INFO O| "opt/ooce/share/man/man1"
85242024-09-24T03:51:56.962Z[ host-image] Sep 24 03:51:52.445 INFO O| finishing archive...
85252024-09-24T03:51:56.962Z[ recovery-image] Sep 24 03:51:53.880 INFO E| Finished `release` profile [optimized] target(s) in 29.48s
85262024-09-24T03:51:56.962Z[ recovery-image] Sep 24 03:51:53.902 INFO building host image...
85272024-09-24T03:51:56.962Z[ recovery-image] Sep 24 03:51:53.902 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")
85282024-09-24T03:51:56.962Z[ recovery-image] Sep 24 03:51:54.362 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
85292024-09-24T03:51:56.995Z[ host-image] Sep 24 03:51:55.266 INFO O| creating gzonly manifest...
85302024-09-24T03:51:56.995Z[ host-image] Sep 24 03:51:55.278 INFO O| ok
85312024-09-24T03:51:56.995Z[ host-image] Sep 24 03:51:55.374 INFO image builder template: ramdisk-02-trim...
85322024-09-24T03:51:56.995Z[ host-image] Sep 24 03:51:55.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/.tmpuKYIKS/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
85332024-09-24T03:51:56.995Z[ host-image] Sep 24 03:51:55.397 INFO O| Sep 24 03:51:55.396 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85342024-09-24T03:51:56.995Z[ host-image] Sep 24 03:51:55.400 INFO O| Sep 24 03:51:55.400 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85352024-09-24T03:51:56.995Z[ host-image] Sep 24 03:51:55.519 INFO O| Sep 24 03:51:55.519 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85362024-09-24T03:51:56.995Z[ host-image] Sep 24 03:51:55.570 INFO O| Sep 24 03:51:55.570 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85372024-09-24T03:51:56.995Z[ host-image] Sep 24 03:51:55.570 INFO O| Sep 24 03:51:55.570 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85382024-09-24T03:51:56.995Z[ host-image] Sep 24 03:51:55.575 INFO O| Sep 24 03:51:55.575 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85392024-09-24T03:51:56.996Z[ host-image] Sep 24 03:51:55.579 INFO O| Sep 24 03:51:55.579 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85402024-09-24T03:51:56.996Z[ host-image] Sep 24 03:51:55.583 INFO O| Sep 24 03:51:55.583 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85412024-09-24T03:51:56.996Z[ recovery-image] Sep 24 03:51:55.754 INFO image complete! materials are in "/work/os-recovery"
85422024-09-24T03:51:56.996Z[ recovery-image]
85432024-09-24T03:51:56.996Z[ recovery-image] real 8:17.876200953
85442024-09-24T03:51:56.996Z[ recovery-image] user 4:29.808047878
85452024-09-24T03:51:56.996Z[ recovery-image] sys 44.065777462
85462024-09-24T03:51:56.996Z[ recovery-image] trap 0.128385914
85472024-09-24T03:51:56.996Z[ recovery-image] tflt 0.234690654
85482024-09-24T03:51:56.996Z[ recovery-image] dflt 0.864460942
85492024-09-24T03:51:56.996Z[ recovery-image] kflt 0.000034979
85502024-09-24T03:51:56.996Z[ recovery-image] lock 17:29.739595507
85512024-09-24T03:51:56.996Z[ recovery-image] slp 52:10.453113229
85522024-09-24T03:51:56.996ZSep 24 03:51:55.758 INFO [recovery-image] process exited with exit status: 0 (497.892392493s)
85532024-09-24T03:51:56.996Z[ recovery-image] lat 58.895622151
85542024-09-24T03:51:56.996Z[ recovery-image] stop 2.757994856
85552024-09-24T03:51:56.996Z[ host-image] Sep 24 03:51:55.832 INFO O| Sep 24 03:51:55.832 INFO rolled back to input snapshot; work may begin
85562024-09-24T03:51:56.996Z[ host-image] Sep 24 03:51:55.832 INFO O| Sep 24 03:51:55.832 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85572024-09-24T03:51:56.996Z[ host-image] Sep 24 03:51:55.837 INFO O| Sep 24 03:51:55.837 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85582024-09-24T03:51:56.996Z[ host-image] Sep 24 03:51:55.847 INFO O| Sep 24 03:51:55.847 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85592024-09-24T03:51:56.996Z[ host-image] Sep 24 03:51:55.897 INFO O| Sep 24 03:51:55.897 INFO STEP 0 (remove_files) COMPLETE
85602024-09-24T03:51:56.996Z[ host-image] Sep 24 03:51:55.897 INFO O| Sep 24 03:51:55.897 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85612024-09-24T03:51:56.996Z[ host-image] Sep 24 03:51:55.908 INFO O| Sep 24 03:51:55.908 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85622024-09-24T03:51:56.996Z[ host-image] Sep 24 03:51:55.910 INFO O| Sep 24 03:51:55.910 INFO STEP 1 (remove_files) COMPLETE
85632024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.910 INFO O| Sep 24 03:51:55.910 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85642024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.919 INFO O| Sep 24 03:51:55.919 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85652024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.935 INFO O| Sep 24 03:51:55.935 INFO STEP 2 (remove_files) COMPLETE
85662024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.935 INFO O| Sep 24 03:51:55.935 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85672024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.944 INFO O| Sep 24 03:51:55.944 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85682024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.946 INFO O| Sep 24 03:51:55.946 INFO STEP 3 (remove_files) COMPLETE
85692024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.946 INFO O| Sep 24 03:51:55.946 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85702024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.955 INFO O| Sep 24 03:51:55.955 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85712024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.959 INFO O| Sep 24 03:51:55.959 INFO STEP 4 (remove_files) COMPLETE
85722024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.959 INFO O| Sep 24 03:51:55.959 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.969 INFO O| Sep 24 03:51:55.969 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85742024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.971 INFO O| Sep 24 03:51:55.971 INFO STEP 5 (remove_files) COMPLETE
85752024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.971 INFO O| Sep 24 03:51:55.971 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.980 INFO O| Sep 24 03:51:55.980 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85772024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.992 INFO O| Sep 24 03:51:55.992 INFO STEP 6 (remove_files) COMPLETE
85782024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:55.992 INFO O| Sep 24 03:51:55.992 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:56.001 INFO O| Sep 24 03:51:56.001 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85802024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:56.015 INFO O| Sep 24 03:51:56.015 INFO STEP 7 (remove_files) COMPLETE
85812024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:56.015 INFO O| Sep 24 03:51:56.015 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:56.025 INFO O| Sep 24 03:51:56.025 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85832024-09-24T03:51:56.997Z[ host-image] Sep 24 03:51:56.107 INFO O| Sep 24 03:51:56.107 INFO STEP 8 (remove_files) COMPLETE
85842024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.107 INFO O| Sep 24 03:51:56.107 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.117 INFO O| Sep 24 03:51:56.117 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85862024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.203 INFO O| Sep 24 03:51:56.203 INFO STEP 9 (remove_files) COMPLETE
85872024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.203 INFO O| Sep 24 03:51:56.203 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.214 INFO O| Sep 24 03:51:56.214 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85892024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.217 INFO O| Sep 24 03:51:56.217 INFO STEP 10 (remove_files) COMPLETE
85902024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.218 INFO O| Sep 24 03:51:56.217 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.227 INFO O| Sep 24 03:51:56.227 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
85922024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.228 INFO O| Sep 24 03:51:56.228 INFO STEP 11 (remove_files) COMPLETE
85932024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.228 INFO O| Sep 24 03:51:56.228 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.237 INFO O| Sep 24 03:51:56.237 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
85952024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.239 INFO O| Sep 24 03:51:56.239 INFO STEP 12 (remove_files) COMPLETE
85962024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.239 INFO O| Sep 24 03:51:56.239 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.311 INFO O| Sep 24 03:51:56.310 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
85982024-09-24T03:51:56.998Z[ host-image] Sep 24 03:51:56.313 INFO O| Sep 24 03:51:56.313 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
85992024-09-24T03:51:57.012Z[ host-image] Sep 24 03:51:56.366 INFO O| Sep 24 03:51:56.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86002024-09-24T03:51:57.012Z[ host-image] Sep 24 03:51:56.366 INFO O| Sep 24 03:51:56.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86012024-09-24T03:51:57.232Z[ host-image] Sep 24 03:51:56.612 INFO O| Sep 24 03:51:56.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86022024-09-24T03:51:57.232Z[ host-image] Sep 24 03:51:56.612 INFO O| Sep 24 03:51:56.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86032024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.613 INFO O| Sep 24 03:51:56.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86042024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.613 INFO O| Sep 24 03:51:56.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86052024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.613 INFO O| Sep 24 03:51:56.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86062024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.613 INFO O| Sep 24 03:51:56.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86072024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.613 INFO O| Sep 24 03:51:56.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86082024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.613 INFO O| Sep 24 03:51:56.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86092024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.613 INFO O| Sep 24 03:51:56.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86102024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.613 INFO O| Sep 24 03:51:56.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86112024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.614 INFO O| Sep 24 03:51:56.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86122024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.614 INFO O| Sep 24 03:51:56.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86132024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.614 INFO O| Sep 24 03:51:56.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86142024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.614 INFO O| Sep 24 03:51:56.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86152024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.614 INFO O| Sep 24 03:51:56.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86162024-09-24T03:51:57.235Z[ host-image] Sep 24 03:51:56.614 INFO O| Sep 24 03:51:56.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86172024-09-24T03:51:57.246Z[ host-image] Sep 24 03:51:56.626 INFO O| Sep 24 03:51:56.626 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86182024-09-24T03:51:57.248Z[ host-image] Sep 24 03:51:56.626 INFO O| Sep 24 03:51:56.626 INFO STEP 13 (remove_files) COMPLETE
86192024-09-24T03:51:57.248Z[ host-image] Sep 24 03:51:56.626 INFO O| Sep 24 03:51:56.626 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86202024-09-24T03:51:57.257Z[ host-image] Sep 24 03:51:56.637 INFO O| Sep 24 03:51:56.637 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86212024-09-24T03:51:57.259Z[ host-image] Sep 24 03:51:56.638 INFO O| Sep 24 03:51:56.638 INFO STEP 14 (remove_files) COMPLETE
86222024-09-24T03:51:57.259Z[ host-image] Sep 24 03:51:56.639 INFO O| Sep 24 03:51:56.638 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86232024-09-24T03:51:57.267Z[ host-image] Sep 24 03:51:56.647 INFO O| Sep 24 03:51:56.647 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86242024-09-24T03:51:57.274Z[ host-image] Sep 24 03:51:56.654 INFO O| Sep 24 03:51:56.654 INFO STEP 15 (remove_files) COMPLETE
86252024-09-24T03:51:57.274Z[ host-image] Sep 24 03:51:56.654 INFO O| Sep 24 03:51:56.654 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86262024-09-24T03:51:57.283Z[ host-image] Sep 24 03:51:56.663 INFO O| Sep 24 03:51:56.663 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86272024-09-24T03:51:57.285Z[ host-image] Sep 24 03:51:56.663 INFO O| Sep 24 03:51:56.663 INFO STEP 16 (remove_files) COMPLETE
86282024-09-24T03:51:57.285Z[ host-image] Sep 24 03:51:56.663 INFO O| Sep 24 03:51:56.663 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86292024-09-24T03:51:57.292Z[ host-image] Sep 24 03:51:56.672 INFO O| Sep 24 03:51:56.672 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86302024-09-24T03:51:57.294Z[ host-image] Sep 24 03:51:56.674 INFO O| Sep 24 03:51:56.674 INFO STEP 17 (remove_files) COMPLETE
86312024-09-24T03:51:57.294Z[ host-image] Sep 24 03:51:56.674 INFO O| Sep 24 03:51:56.674 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86322024-09-24T03:51:57.302Z[ host-image] Sep 24 03:51:56.682 INFO O| Sep 24 03:51:56.682 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86332024-09-24T03:51:57.305Z[ host-image] Sep 24 03:51:56.683 INFO O| Sep 24 03:51:56.683 INFO STEP 18 (remove_files) COMPLETE
86342024-09-24T03:51:57.305Z[ host-image] Sep 24 03:51:56.683 INFO O| Sep 24 03:51:56.683 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86352024-09-24T03:51:57.311Z[ host-image] Sep 24 03:51:56.691 INFO O| Sep 24 03:51:56.691 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86362024-09-24T03:51:57.314Z[ host-image] Sep 24 03:51:56.692 INFO O| Sep 24 03:51:56.692 INFO STEP 19 (remove_files) COMPLETE
86372024-09-24T03:51:57.314Z[ host-image] Sep 24 03:51:56.692 INFO O| Sep 24 03:51:56.692 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86382024-09-24T03:51:57.320Z[ host-image] Sep 24 03:51:56.700 INFO O| Sep 24 03:51:56.700 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86392024-09-24T03:51:57.320Z[ host-image] Sep 24 03:51:56.700 INFO O| Sep 24 03:51:56.700 INFO STEP 20 (remove_files) COMPLETE
86402024-09-24T03:51:57.323Z[ host-image] Sep 24 03:51:56.701 INFO O| Sep 24 03:51:56.700 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-09-24T03:51:57.329Z[ host-image] Sep 24 03:51:56.709 INFO O| Sep 24 03:51:56.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86422024-09-24T03:51:57.329Z[ host-image] Sep 24 03:51:56.709 INFO O| Sep 24 03:51:56.709 INFO STEP 21 (remove_files) COMPLETE
86432024-09-24T03:51:57.331Z[ host-image] Sep 24 03:51:56.709 INFO O| Sep 24 03:51:56.709 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-09-24T03:51:57.338Z[ host-image] Sep 24 03:51:56.718 INFO O| Sep 24 03:51:56.718 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86452024-09-24T03:51:57.338Z[ host-image] Sep 24 03:51:56.718 INFO O| Sep 24 03:51:56.718 INFO STEP 22 (remove_files) COMPLETE
86462024-09-24T03:51:57.341Z[ host-image] Sep 24 03:51:56.718 INFO O| Sep 24 03:51:56.718 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-09-24T03:51:57.347Z[ host-image] Sep 24 03:51:56.727 INFO O| Sep 24 03:51:56.727 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86482024-09-24T03:51:57.347Z[ host-image] Sep 24 03:51:56.727 INFO O| Sep 24 03:51:56.727 INFO STEP 23 (remove_files) COMPLETE
86492024-09-24T03:51:57.350Z[ host-image] Sep 24 03:51:56.727 INFO O| Sep 24 03:51:56.727 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-09-24T03:51:57.357Z[ host-image] Sep 24 03:51:56.736 INFO O| Sep 24 03:51:56.736 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86512024-09-24T03:51:57.359Z[ host-image] Sep 24 03:51:56.736 INFO O| Sep 24 03:51:56.736 INFO STEP 24 (remove_files) COMPLETE
86522024-09-24T03:51:57.359Z[ host-image] Sep 24 03:51:56.736 INFO O| Sep 24 03:51:56.736 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-09-24T03:51:57.365Z[ host-image] Sep 24 03:51:56.745 INFO O| Sep 24 03:51:56.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86542024-09-24T03:51:57.365Z[ host-image] Sep 24 03:51:56.745 INFO O| Sep 24 03:51:56.745 INFO STEP 25 (remove_files) COMPLETE
86552024-09-24T03:51:57.367Z[ host-image] Sep 24 03:51:56.745 INFO O| Sep 24 03:51:56.745 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-09-24T03:51:57.374Z[ host-image] Sep 24 03:51:56.754 INFO O| Sep 24 03:51:56.754 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86572024-09-24T03:51:57.377Z[ host-image] Sep 24 03:51:56.754 INFO O| Sep 24 03:51:56.754 INFO STEP 26 (remove_files) COMPLETE
86582024-09-24T03:51:57.377Z[ host-image] Sep 24 03:51:56.754 INFO O| Sep 24 03:51:56.754 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-09-24T03:51:57.383Z[ host-image] Sep 24 03:51:56.763 INFO O| Sep 24 03:51:56.763 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86602024-09-24T03:51:57.383Z[ host-image] Sep 24 03:51:56.763 INFO O| Sep 24 03:51:56.763 INFO STEP 27 (remove_files) COMPLETE
86612024-09-24T03:51:57.386Z[ host-image] Sep 24 03:51:56.763 INFO O| Sep 24 03:51:56.763 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-09-24T03:51:57.395Z[ host-image] Sep 24 03:51:56.772 INFO O| Sep 24 03:51:56.772 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86632024-09-24T03:51:57.397Z[ host-image] Sep 24 03:51:56.772 INFO O| Sep 24 03:51:56.772 INFO STEP 28 (remove_files) COMPLETE
86642024-09-24T03:51:57.398Z[ host-image] Sep 24 03:51:56.772 INFO O| Sep 24 03:51:56.772 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-09-24T03:51:57.401Z[ host-image] Sep 24 03:51:56.781 INFO O| Sep 24 03:51:56.781 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86662024-09-24T03:51:57.401Z[ host-image] Sep 24 03:51:56.781 INFO O| Sep 24 03:51:56.781 INFO STEP 29 (remove_files) COMPLETE
86672024-09-24T03:51:57.401Z[ host-image] Sep 24 03:51:56.781 INFO O| Sep 24 03:51:56.781 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-09-24T03:51:57.410Z[ host-image] Sep 24 03:51:56.790 INFO O| Sep 24 03:51:56.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86692024-09-24T03:51:57.410Z[ host-image] Sep 24 03:51:56.790 INFO O| Sep 24 03:51:56.790 INFO STEP 30 (remove_files) COMPLETE
86702024-09-24T03:51:57.413Z[ host-image] Sep 24 03:51:56.790 INFO O| Sep 24 03:51:56.790 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-09-24T03:51:57.420Z[ host-image] Sep 24 03:51:56.799 INFO O| Sep 24 03:51:56.799 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86722024-09-24T03:51:57.420Z[ host-image] Sep 24 03:51:56.799 INFO O| Sep 24 03:51:56.799 INFO STEP 31 (remove_files) COMPLETE
86732024-09-24T03:51:57.420Z[ host-image] Sep 24 03:51:56.799 INFO O| Sep 24 03:51:56.799 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-09-24T03:51:57.428Z[ host-image] Sep 24 03:51:56.808 INFO O| Sep 24 03:51:56.808 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86752024-09-24T03:51:57.428Z[ host-image] Sep 24 03:51:56.808 INFO O| Sep 24 03:51:56.808 INFO STEP 32 (remove_files) COMPLETE
86762024-09-24T03:51:57.431Z[ host-image] Sep 24 03:51:56.808 INFO O| Sep 24 03:51:56.808 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-09-24T03:51:57.437Z[ host-image] Sep 24 03:51:56.817 INFO O| Sep 24 03:51:56.817 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86782024-09-24T03:51:57.437Z[ host-image] Sep 24 03:51:56.817 INFO O| Sep 24 03:51:56.817 INFO STEP 33 (remove_files) COMPLETE
86792024-09-24T03:51:57.437Z[ host-image] Sep 24 03:51:56.817 INFO O| Sep 24 03:51:56.817 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-09-24T03:51:57.446Z[ host-image] Sep 24 03:51:56.826 INFO O| Sep 24 03:51:56.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86812024-09-24T03:51:57.446Z[ host-image] Sep 24 03:51:56.826 INFO O| Sep 24 03:51:56.826 INFO STEP 34 (remove_files) COMPLETE
86822024-09-24T03:51:57.449Z[ host-image] Sep 24 03:51:56.826 INFO O| Sep 24 03:51:56.826 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-09-24T03:51:57.455Z[ host-image] Sep 24 03:51:56.835 INFO O| Sep 24 03:51:56.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86842024-09-24T03:51:57.457Z[ host-image] Sep 24 03:51:56.835 INFO O| Sep 24 03:51:56.835 INFO STEP 35 (remove_files) COMPLETE
86852024-09-24T03:51:57.458Z[ host-image] Sep 24 03:51:56.835 INFO O| Sep 24 03:51:56.835 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-09-24T03:51:57.465Z[ host-image] Sep 24 03:51:56.844 INFO O| Sep 24 03:51:56.844 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86872024-09-24T03:51:57.468Z[ host-image] Sep 24 03:51:56.844 INFO O| Sep 24 03:51:56.844 INFO STEP 36 (remove_files) COMPLETE
86882024-09-24T03:51:57.468Z[ host-image] Sep 24 03:51:56.844 INFO O| Sep 24 03:51:56.844 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-09-24T03:51:57.473Z[ host-image] Sep 24 03:51:56.853 INFO O| Sep 24 03:51:56.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
86902024-09-24T03:51:57.477Z[ host-image] Sep 24 03:51:56.853 INFO O| Sep 24 03:51:56.853 INFO STEP 37 (remove_files) COMPLETE
86912024-09-24T03:51:57.477Z[ host-image] Sep 24 03:51:56.853 INFO O| Sep 24 03:51:56.853 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-09-24T03:51:57.482Z[ host-image] Sep 24 03:51:56.862 INFO O| Sep 24 03:51:56.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
86932024-09-24T03:51:57.483Z[ host-image] Sep 24 03:51:56.862 INFO O| Sep 24 03:51:56.862 INFO STEP 38 (remove_files) COMPLETE
86942024-09-24T03:51:57.483Z[ host-image] Sep 24 03:51:56.862 INFO O| Sep 24 03:51:56.862 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-09-24T03:51:57.492Z[ host-image] Sep 24 03:51:56.871 INFO O| Sep 24 03:51:56.871 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
86962024-09-24T03:51:57.494Z[ host-image] Sep 24 03:51:56.871 INFO O| Sep 24 03:51:56.871 INFO STEP 39 (remove_files) COMPLETE
86972024-09-24T03:51:57.494Z[ host-image] Sep 24 03:51:56.871 INFO O| Sep 24 03:51:56.871 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-09-24T03:51:57.502Z[ host-image] Sep 24 03:51:56.880 INFO O| Sep 24 03:51:56.880 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
86992024-09-24T03:51:57.506Z[ host-image] Sep 24 03:51:56.880 INFO O| Sep 24 03:51:56.880 INFO STEP 40 (remove_files) COMPLETE
87002024-09-24T03:51:57.506Z[ host-image] Sep 24 03:51:56.880 INFO O| Sep 24 03:51:56.880 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-09-24T03:51:57.509Z[ host-image] Sep 24 03:51:56.889 INFO O| Sep 24 03:51:56.889 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87022024-09-24T03:51:57.509Z[ host-image] Sep 24 03:51:56.889 INFO O| Sep 24 03:51:56.889 INFO STEP 41 (remove_files) COMPLETE
87032024-09-24T03:51:57.510Z[ host-image] Sep 24 03:51:56.889 INFO O| Sep 24 03:51:56.889 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-09-24T03:51:57.518Z[ host-image] Sep 24 03:51:56.898 INFO O| Sep 24 03:51:56.898 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87052024-09-24T03:51:57.521Z[ host-image] Sep 24 03:51:56.898 INFO O| Sep 24 03:51:56.898 INFO STEP 42 (remove_files) COMPLETE
87062024-09-24T03:51:57.521Z[ host-image] Sep 24 03:51:56.898 INFO O| Sep 24 03:51:56.898 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-09-24T03:51:57.527Z[ host-image] Sep 24 03:51:56.907 INFO O| Sep 24 03:51:56.907 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87082024-09-24T03:51:57.527Z[ host-image] Sep 24 03:51:56.907 INFO O| Sep 24 03:51:56.907 INFO STEP 43 (remove_files) COMPLETE
87092024-09-24T03:51:57.530Z[ host-image] Sep 24 03:51:56.907 INFO O| Sep 24 03:51:56.907 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-09-24T03:51:57.536Z[ host-image] Sep 24 03:51:56.916 INFO O| Sep 24 03:51:56.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87112024-09-24T03:51:57.536Z[ host-image] Sep 24 03:51:56.916 INFO O| Sep 24 03:51:56.916 INFO STEP 44 (remove_files) COMPLETE
87122024-09-24T03:51:57.539Z[ host-image] Sep 24 03:51:56.916 INFO O| Sep 24 03:51:56.916 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-09-24T03:51:57.545Z[ host-image] Sep 24 03:51:56.925 INFO O| Sep 24 03:51:56.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87142024-09-24T03:51:57.548Z[ host-image] Sep 24 03:51:56.925 INFO O| Sep 24 03:51:56.925 INFO STEP 45 (remove_files) COMPLETE
87152024-09-24T03:51:57.548Z[ host-image] Sep 24 03:51:56.925 INFO O| Sep 24 03:51:56.925 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-09-24T03:51:57.554Z[ host-image] Sep 24 03:51:56.934 INFO O| Sep 24 03:51:56.934 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87172024-09-24T03:51:57.554Z[ host-image] Sep 24 03:51:56.934 INFO O| Sep 24 03:51:56.934 INFO STEP 46 (remove_files) COMPLETE
87182024-09-24T03:51:57.557Z[ host-image] Sep 24 03:51:56.934 INFO O| Sep 24 03:51:56.934 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-09-24T03:51:57.563Z[ host-image] Sep 24 03:51:56.943 INFO O| Sep 24 03:51:56.943 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87202024-09-24T03:51:57.563Z[ host-image] Sep 24 03:51:56.943 INFO O| Sep 24 03:51:56.943 INFO STEP 47 (remove_files) COMPLETE
87212024-09-24T03:51:57.566Z[ host-image] Sep 24 03:51:56.943 INFO O| Sep 24 03:51:56.943 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-09-24T03:51:57.572Z[ host-image] Sep 24 03:51:56.952 INFO O| Sep 24 03:51:56.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87232024-09-24T03:51:57.572Z[ host-image] Sep 24 03:51:56.952 INFO O| Sep 24 03:51:56.952 INFO STEP 48 (remove_files) COMPLETE
87242024-09-24T03:51:57.575Z[ host-image] Sep 24 03:51:56.952 INFO O| Sep 24 03:51:56.952 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-09-24T03:51:57.581Z[ host-image] Sep 24 03:51:56.961 INFO O| Sep 24 03:51:56.961 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87262024-09-24T03:51:57.581Z[ host-image] Sep 24 03:51:56.961 INFO O| Sep 24 03:51:56.961 INFO STEP 49 (remove_files) COMPLETE
87272024-09-24T03:51:57.583Z[ host-image] Sep 24 03:51:56.961 INFO O| Sep 24 03:51:56.961 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-09-24T03:51:57.590Z[ host-image] Sep 24 03:51:56.970 INFO O| Sep 24 03:51:56.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87292024-09-24T03:51:57.590Z[ host-image] Sep 24 03:51:56.970 INFO O| Sep 24 03:51:56.970 INFO STEP 50 (remove_files) COMPLETE
87302024-09-24T03:51:57.590Z[ host-image] Sep 24 03:51:56.970 INFO O| Sep 24 03:51:56.970 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-09-24T03:51:57.599Z[ host-image] Sep 24 03:51:56.979 INFO O| Sep 24 03:51:56.979 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87322024-09-24T03:51:57.602Z[ host-image] Sep 24 03:51:56.979 INFO O| Sep 24 03:51:56.979 INFO STEP 51 (remove_files) COMPLETE
87332024-09-24T03:51:57.602Z[ host-image] Sep 24 03:51:56.979 INFO O| Sep 24 03:51:56.979 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-09-24T03:51:57.608Z[ host-image] Sep 24 03:51:56.988 INFO O| Sep 24 03:51:56.988 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87352024-09-24T03:51:57.608Z[ host-image] Sep 24 03:51:56.988 INFO O| Sep 24 03:51:56.988 INFO STEP 52 (remove_files) COMPLETE
87362024-09-24T03:51:57.608Z[ host-image] Sep 24 03:51:56.988 INFO O| Sep 24 03:51:56.988 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-09-24T03:51:57.617Z[ host-image] Sep 24 03:51:56.997 INFO O| Sep 24 03:51:56.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87382024-09-24T03:51:57.617Z[ host-image] Sep 24 03:51:56.997 INFO O| Sep 24 03:51:56.997 INFO STEP 53 (remove_files) COMPLETE
87392024-09-24T03:51:57.620Z[ host-image] Sep 24 03:51:56.997 INFO O| Sep 24 03:51:56.997 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-09-24T03:51:57.627Z[ host-image] Sep 24 03:51:57.007 INFO O| Sep 24 03:51:57.007 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87412024-09-24T03:51:57.627Z[ host-image] Sep 24 03:51:57.007 INFO O| Sep 24 03:51:57.007 INFO STEP 54 (remove_files) COMPLETE
87422024-09-24T03:51:57.630Z[ host-image] Sep 24 03:51:57.007 INFO O| Sep 24 03:51:57.007 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-09-24T03:51:57.636Z[ host-image] Sep 24 03:51:57.016 INFO O| Sep 24 03:51:57.016 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87442024-09-24T03:51:57.636Z[ host-image] Sep 24 03:51:57.016 INFO O| Sep 24 03:51:57.016 INFO STEP 55 (remove_files) COMPLETE
87452024-09-24T03:51:57.636Z[ host-image] Sep 24 03:51:57.016 INFO O| Sep 24 03:51:57.016 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-09-24T03:51:57.645Z[ host-image] Sep 24 03:51:57.025 INFO O| Sep 24 03:51:57.025 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87472024-09-24T03:51:57.645Z[ host-image] Sep 24 03:51:57.025 INFO O| Sep 24 03:51:57.025 INFO STEP 56 (remove_files) COMPLETE
87482024-09-24T03:51:57.647Z[ host-image] Sep 24 03:51:57.025 INFO O| Sep 24 03:51:57.025 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-09-24T03:51:57.654Z[ host-image] Sep 24 03:51:57.034 INFO O| Sep 24 03:51:57.034 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87502024-09-24T03:51:57.654Z[ host-image] Sep 24 03:51:57.034 INFO O| Sep 24 03:51:57.034 INFO STEP 57 (remove_files) COMPLETE
87512024-09-24T03:51:57.658Z[ host-image] Sep 24 03:51:57.034 INFO O| Sep 24 03:51:57.034 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-09-24T03:51:57.663Z[ host-image] Sep 24 03:51:57.043 INFO O| Sep 24 03:51:57.043 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87532024-09-24T03:51:57.663Z[ host-image] Sep 24 03:51:57.044 INFO O| Sep 24 03:51:57.043 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87542024-09-24T03:51:57.666Z[ host-image] Sep 24 03:51:57.044 INFO O| Sep 24 03:51:57.044 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87552024-09-24T03:51:57.666Z[ host-image] Sep 24 03:51:57.044 INFO O| Sep 24 03:51:57.044 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87562024-09-24T03:51:57.666Z[ host-image] Sep 24 03:51:57.044 INFO O| Sep 24 03:51:57.044 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87572024-09-24T03:51:57.666Z[ host-image] Sep 24 03:51:57.044 INFO O| Sep 24 03:51:57.044 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87582024-09-24T03:51:57.666Z[ host-image] Sep 24 03:51:57.044 INFO O| Sep 24 03:51:57.044 INFO ok!
87592024-09-24T03:51:57.666Z[ host-image] Sep 24 03:51:57.044 INFO O| Sep 24 03:51:57.044 INFO STEP 58 (ensure_file) COMPLETE
87602024-09-24T03:51:57.666Z[ host-image] Sep 24 03:51:57.044 INFO O| Sep 24 03:51:57.044 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-09-24T03:51:57.673Z[ host-image] Sep 24 03:51:57.053 INFO O| Sep 24 03:51:57.053 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87622024-09-24T03:51:57.673Z[ host-image] Sep 24 03:51:57.053 INFO O| Sep 24 03:51:57.053 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87632024-09-24T03:51:57.675Z[ host-image] Sep 24 03:51:57.053 INFO O| Sep 24 03:51:57.053 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87642024-09-24T03:51:57.675Z[ host-image] Sep 24 03:51:57.053 INFO O| Sep 24 03:51:57.053 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87652024-09-24T03:51:57.675Z[ host-image] Sep 24 03:51:57.053 INFO O| Sep 24 03:51:57.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87662024-09-24T03:51:57.675Z[ host-image] Sep 24 03:51:57.053 INFO O| Sep 24 03:51:57.053 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87672024-09-24T03:51:57.675Z[ host-image] Sep 24 03:51:57.053 INFO O| Sep 24 03:51:57.053 INFO ok!
87682024-09-24T03:51:57.675Z[ host-image] Sep 24 03:51:57.053 INFO O| Sep 24 03:51:57.053 INFO STEP 59 (ensure_file) COMPLETE
87692024-09-24T03:51:57.675Z[ host-image] Sep 24 03:51:57.053 INFO O| Sep 24 03:51:57.053 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-09-24T03:51:57.682Z[ host-image] Sep 24 03:51:57.062 INFO O| Sep 24 03:51:57.062 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87712024-09-24T03:51:57.684Z[ host-image] Sep 24 03:51:57.062 INFO O| Sep 24 03:51:57.062 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87722024-09-24T03:51:57.684Z[ host-image] Sep 24 03:51:57.062 INFO O| Sep 24 03:51:57.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87732024-09-24T03:51:57.684Z[ host-image] Sep 24 03:51:57.062 INFO O| Sep 24 03:51:57.062 INFO ok!
87742024-09-24T03:51:57.684Z[ host-image] Sep 24 03:51:57.062 INFO O| Sep 24 03:51:57.062 INFO STEP 60 (ensure_file) COMPLETE
87752024-09-24T03:51:57.684Z[ host-image] Sep 24 03:51:57.062 INFO O| Sep 24 03:51:57.062 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762024-09-24T03:51:57.692Z[ host-image] Sep 24 03:51:57.072 INFO O| Sep 24 03:51:57.071 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87772024-09-24T03:51:57.692Z[ host-image] Sep 24 03:51:57.072 INFO O| Sep 24 03:51:57.072 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87782024-09-24T03:51:57.694Z[ host-image] Sep 24 03:51:57.072 INFO O| Sep 24 03:51:57.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87792024-09-24T03:51:57.694Z[ host-image] Sep 24 03:51:57.072 INFO O| Sep 24 03:51:57.072 INFO ok!
87802024-09-24T03:51:57.694Z[ host-image] Sep 24 03:51:57.072 INFO O| Sep 24 03:51:57.072 INFO STEP 61 (ensure_file) COMPLETE
87812024-09-24T03:51:57.694Z[ host-image] Sep 24 03:51:57.072 INFO O| Sep 24 03:51:57.072 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822024-09-24T03:51:57.701Z[ host-image] Sep 24 03:51:57.081 INFO O| Sep 24 03:51:57.081 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87832024-09-24T03:51:57.701Z[ host-image] Sep 24 03:51:57.081 INFO O| Sep 24 03:51:57.081 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87842024-09-24T03:51:57.703Z[ host-image] Sep 24 03:51:57.081 INFO O| Sep 24 03:51:57.081 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87852024-09-24T03:51:57.703Z[ host-image] Sep 24 03:51:57.081 INFO O| Sep 24 03:51:57.081 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87862024-09-24T03:51:57.703Z[ host-image] Sep 24 03:51:57.081 INFO O| Sep 24 03:51:57.081 INFO ok!
87872024-09-24T03:51:57.703Z[ host-image] Sep 24 03:51:57.081 INFO O| Sep 24 03:51:57.081 INFO STEP 62 (ensure_file) COMPLETE
87882024-09-24T03:51:57.703Z[ host-image] Sep 24 03:51:57.081 INFO O| Sep 24 03:51:57.081 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892024-09-24T03:51:57.710Z[ host-image] Sep 24 03:51:57.090 INFO O| Sep 24 03:51:57.090 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
87902024-09-24T03:51:57.710Z[ host-image] Sep 24 03:51:57.090 INFO O| Sep 24 03:51:57.090 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
87912024-09-24T03:51:57.713Z[ host-image] Sep 24 03:51:57.090 INFO O| Sep 24 03:51:57.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87922024-09-24T03:51:57.713Z[ host-image] Sep 24 03:51:57.090 INFO O| Sep 24 03:51:57.090 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87932024-09-24T03:51:57.713Z[ host-image] Sep 24 03:51:57.090 INFO O| Sep 24 03:51:57.090 INFO ok!
87942024-09-24T03:51:57.713Z[ host-image] Sep 24 03:51:57.090 INFO O| Sep 24 03:51:57.090 INFO STEP 63 (ensure_file) COMPLETE
87952024-09-24T03:51:57.713Z[ host-image] Sep 24 03:51:57.091 INFO O| Sep 24 03:51:57.090 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962024-09-24T03:51:57.720Z[ host-image] Sep 24 03:51:57.100 INFO O| Sep 24 03:51:57.100 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
87972024-09-24T03:51:57.720Z[ host-image] Sep 24 03:51:57.100 INFO O| Sep 24 03:51:57.100 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
87982024-09-24T03:51:57.720Z[ host-image] Sep 24 03:51:57.100 INFO O| Sep 24 03:51:57.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
87992024-09-24T03:51:57.722Z[ host-image] Sep 24 03:51:57.100 INFO O| Sep 24 03:51:57.100 INFO ok!
88002024-09-24T03:51:57.722Z[ host-image] Sep 24 03:51:57.100 INFO O| Sep 24 03:51:57.100 INFO STEP 64 (assemble_files) COMPLETE
88012024-09-24T03:51:57.722Z[ host-image] Sep 24 03:51:57.100 INFO O| Sep 24 03:51:57.100 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88022024-09-24T03:51:57.729Z[ host-image] Sep 24 03:51:57.109 INFO O| Sep 24 03:51:57.109 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88032024-09-24T03:51:57.729Z[ host-image] Sep 24 03:51:57.109 INFO O| Sep 24 03:51:57.109 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88042024-09-24T03:51:57.731Z[ host-image] Sep 24 03:51:57.109 INFO O| Sep 24 03:51:57.109 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88052024-09-24T03:51:57.731Z[ host-image] Sep 24 03:51:57.109 INFO O| Sep 24 03:51:57.109 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88062024-09-24T03:51:57.731Z[ host-image] Sep 24 03:51:57.109 INFO O| Sep 24 03:51:57.109 INFO ok!
88072024-09-24T03:51:57.731Z[ host-image] Sep 24 03:51:57.109 INFO O| Sep 24 03:51:57.109 INFO STEP 65 (ensure_file) COMPLETE
88082024-09-24T03:51:57.731Z[ host-image] Sep 24 03:51:57.109 INFO O| Sep 24 03:51:57.109 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092024-09-24T03:51:57.738Z[ host-image] Sep 24 03:51:57.118 INFO O| Sep 24 03:51:57.118 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88102024-09-24T03:51:57.741Z[ host-image] Sep 24 03:51:57.118 INFO O| Sep 24 03:51:57.118 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88112024-09-24T03:51:57.741Z[ host-image] Sep 24 03:51:57.118 INFO O| Sep 24 03:51:57.118 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88122024-09-24T03:51:57.741Z[ host-image] Sep 24 03:51:57.118 INFO O| Sep 24 03:51:57.118 INFO STEP 66 (ensure_dir) COMPLETE
88132024-09-24T03:51:57.741Z[ host-image] Sep 24 03:51:57.118 INFO O| Sep 24 03:51:57.118 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88142024-09-24T03:51:57.747Z[ host-image] Sep 24 03:51:57.127 INFO O| Sep 24 03:51:57.127 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88152024-09-24T03:51:57.747Z[ host-image] Sep 24 03:51:57.127 INFO O| Sep 24 03:51:57.127 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 ...
88162024-09-24T03:51:57.754Z[ host-image] Sep 24 03:51:57.134 INFO O| Sep 24 03:51:57.134 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
88172024-09-24T03:51:57.754Z[ host-image] Sep 24 03:51:57.134 INFO O| Sep 24 03:51:57.134 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88182024-09-24T03:51:57.754Z[ host-image] Sep 24 03:51:57.134 INFO O| Sep 24 03:51:57.134 INFO ok!
88192024-09-24T03:51:57.757Z[ host-image] Sep 24 03:51:57.134 INFO O| Sep 24 03:51:57.134 INFO STEP 67 (ensure_file) COMPLETE
88202024-09-24T03:51:57.757Z[ host-image] Sep 24 03:51:57.134 INFO O| Sep 24 03:51:57.134 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212024-09-24T03:51:57.763Z[ host-image] Sep 24 03:51:57.143 INFO O| Sep 24 03:51:57.143 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88222024-09-24T03:51:57.763Z[ host-image] Sep 24 03:51:57.143 INFO O| Sep 24 03:51:57.143 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 ...
88232024-09-24T03:51:57.766Z[ host-image] Sep 24 03:51:57.144 INFO O| Sep 24 03:51:57.144 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
88242024-09-24T03:51:57.766Z[ host-image] Sep 24 03:51:57.144 INFO O| Sep 24 03:51:57.144 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88252024-09-24T03:51:57.766Z[ host-image] Sep 24 03:51:57.144 INFO O| Sep 24 03:51:57.144 INFO ok!
88262024-09-24T03:51:57.766Z[ host-image] Sep 24 03:51:57.144 INFO O| Sep 24 03:51:57.144 INFO STEP 68 (ensure_file) COMPLETE
88272024-09-24T03:51:57.766Z[ host-image] Sep 24 03:51:57.144 INFO O| Sep 24 03:51:57.144 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-09-24T03:51:57.777Z[ host-image] Sep 24 03:51:57.157 INFO O| Sep 24 03:51:57.157 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88292024-09-24T03:51:57.777Z[ host-image] Sep 24 03:51:57.157 INFO O| Sep 24 03:51:57.157 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88302024-09-24T03:51:59.813Z[ host-image] Sep 24 03:51:59.193 INFO O| Sep 24 03:51:59.193 INFO STEP 69 (pack_tar) COMPLETE
88312024-09-24T03:51:59.813Z[ host-image] Sep 24 03:51:59.193 INFO O| Sep 24 03:51:59.193 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88322024-09-24T03:51:59.816Z[ host-image] Sep 24 03:51:59.193 INFO O| Sep 24 03:51:59.193 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88332024-09-24T03:52:00.086Z[ host-image] Sep 24 03:51:59.466 INFO O| Sep 24 03:51:59.466 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88342024-09-24T03:52:00.165Z[ host-image] Sep 24 03:51:59.544 INFO O| Sep 24 03:51:59.544 INFO completed processing gimlet/ramdisk-02-trim
88352024-09-24T03:52:00.167Z[ host-image] Sep 24 03:51:59.546 INFO image builder template: zfs...
88362024-09-24T03:52:00.167Z[ host-image] Sep 24 03:51:59.546 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/.tmpuKYIKS/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
88372024-09-24T03:52:00.180Z[ host-image] Sep 24 03:51:59.560 INFO O| Sep 24 03:51:59.560 INFO skip include "stress" because feature "stress" is not enabled
88382024-09-24T03:52:00.211Z[ host-image] Sep 24 03:51:59.591 INFO O| Sep 24 03:51:59.591 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88392024-09-24T03:52:00.215Z[ host-image] Sep 24 03:51:59.595 INFO O| Sep 24 03:51:59.595 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88402024-09-24T03:52:00.290Z[ host-image] Sep 24 03:51:59.670 INFO O| Sep 24 03:51:59.670 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88412024-09-24T03:52:00.352Z[ host-image] Sep 24 03:51:59.732 INFO O| Sep 24 03:51:59.732 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88422024-09-24T03:52:00.355Z[ host-image] Sep 24 03:51:59.732 INFO O| Sep 24 03:51:59.732 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88432024-09-24T03:52:00.357Z[ host-image] Sep 24 03:51:59.736 INFO O| Sep 24 03:51:59.736 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88442024-09-24T03:52:00.429Z[ host-image] Sep 24 03:51:59.809 INFO O| Sep 24 03:51:59.808 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88452024-09-24T03:52:00.492Z[ host-image] Sep 24 03:51:59.872 INFO O| Sep 24 03:51:59.872 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88462024-09-24T03:52:00.501Z[ host-image] Sep 24 03:51:59.881 INFO O| Sep 24 03:51:59.880 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88472024-09-24T03:52:00.505Z[ host-image] Sep 24 03:51:59.885 INFO O| Sep 24 03:51:59.885 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88482024-09-24T03:52:00.508Z[ host-image] Sep 24 03:51:59.885 INFO O| Sep 24 03:51:59.885 INFO no lofi found
88492024-09-24T03:52:00.508Z[ host-image] Sep 24 03:51:59.885 INFO O| Sep 24 03:51:59.885 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88502024-09-24T03:52:00.508Z[ host-image] Sep 24 03:51:59.885 INFO O| Sep 24 03:51:59.885 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88512024-09-24T03:52:02.630Z[ host-image] Sep 24 03:52:02.010 INFO O| Sep 24 03:52:02.009 INFO lofi device = /dev/dsk/c2t1d0p0
88522024-09-24T03:52:02.630Z[ host-image] Sep 24 03:52:02.010 INFO O| Sep 24 03:52:02.010 INFO pool device = /dev/dsk/c2t1d0p0
88532024-09-24T03:52:02.633Z[ host-image] Sep 24 03:52:02.010 INFO O| Sep 24 03:52:02.010 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"]
88542024-09-24T03:52:02.698Z[ host-image] Sep 24 03:52:02.078 INFO O| Sep 24 03:52:02.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88552024-09-24T03:52:02.698Z[ host-image] Sep 24 03:52:02.078 INFO O| Sep 24 03:52:02.078 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88562024-09-24T03:52:02.717Z[ host-image] Sep 24 03:52:02.097 INFO O| Sep 24 03:52:02.097 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88572024-09-24T03:52:02.773Z[ host-image] Sep 24 03:52:02.152 INFO O| Sep 24 03:52:02.152 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88582024-09-24T03:52:02.808Z[ host-image] Sep 24 03:52:02.187 INFO O| Sep 24 03:52:02.187 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88592024-09-24T03:52:02.819Z[ host-image] Sep 24 03:52:02.199 INFO O| Sep 24 03:52:02.199 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88602024-09-24T03:52:02.828Z[ host-image] Sep 24 03:52:02.208 INFO O| Sep 24 03:52:02.208 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88612024-09-24T03:52:02.871Z[ host-image] Sep 24 03:52:02.250 INFO O| Sep 24 03:52:02.250 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88622024-09-24T03:52:02.878Z[ host-image] Sep 24 03:52:02.250 INFO O| Sep 24 03:52:02.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88632024-09-24T03:52:02.878Z[ host-image] Sep 24 03:52:02.251 INFO O| Sep 24 03:52:02.250 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88642024-09-24T03:52:02.882Z[ host-image] Sep 24 03:52:02.262 INFO O| Sep 24 03:52:02.262 INFO boot environment UUID: bc6bf135-4193-462e-851e-0c83b4319f1d
88652024-09-24T03:52:02.882Z[ host-image] Sep 24 03:52:02.262 INFO O| Sep 24 03:52:02.262 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = bc6bf135-4193-462e-851e-0c83b4319f1d
88662024-09-24T03:52:02.891Z[ host-image] Sep 24 03:52:02.270 INFO O| Sep 24 03:52:02.270 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88672024-09-24T03:52:02.899Z[ host-image] Sep 24 03:52:02.279 INFO O| Sep 24 03:52:02.279 INFO STEP 0 (create_be) COMPLETE
88682024-09-24T03:52:02.899Z[ host-image] Sep 24 03:52:02.279 INFO O| Sep 24 03:52:02.279 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88692024-09-24T03:52:02.915Z[ host-image] Sep 24 03:52:02.293 INFO O| Sep 24 03:52:02.293 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88702024-09-24T03:52:22.015Z[ host-image] Sep 24 03:52:21.393 INFO O| Sep 24 03:52:21.393 INFO STEP 1 (unpack_tar) COMPLETE
88712024-09-24T03:52:22.015Z[ host-image] Sep 24 03:52:21.393 INFO O| Sep 24 03:52:21.393 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88722024-09-24T03:52:22.027Z[ host-image] Sep 24 03:52:21.405 INFO O| Sep 24 03:52:21.405 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88732024-09-24T03:52:22.249Z[ host-image] Sep 24 03:52:21.628 INFO O| Sep 24 03:52:21.627 INFO STEP 2 (devfsadm) COMPLETE
88742024-09-24T03:52:22.251Z[ host-image] Sep 24 03:52:21.628 INFO O| Sep 24 03:52:21.628 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88752024-09-24T03:52:22.259Z[ host-image] Sep 24 03:52:21.638 INFO O| Sep 24 03:52:21.638 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88762024-09-24T03:52:22.259Z[ host-image] Sep 24 03:52:21.639 INFO O| Sep 24 03:52:21.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88772024-09-24T03:52:22.262Z[ host-image] Sep 24 03:52:21.639 INFO O| Sep 24 03:52:21.638 INFO STEP 3 (ensure_dir) COMPLETE
88782024-09-24T03:52:22.262Z[ host-image] Sep 24 03:52:21.639 INFO O| Sep 24 03:52:21.639 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88792024-09-24T03:52:22.269Z[ host-image] Sep 24 03:52:21.648 INFO O| Sep 24 03:52:21.648 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88802024-09-24T03:52:22.269Z[ host-image] Sep 24 03:52:21.648 INFO O| Sep 24 03:52:21.648 INFO STEP 4 (ensure_dir) COMPLETE
88812024-09-24T03:52:22.271Z[ host-image] Sep 24 03:52:21.648 INFO O| Sep 24 03:52:21.648 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88822024-09-24T03:52:22.278Z[ host-image] Sep 24 03:52:21.657 INFO O| Sep 24 03:52:21.657 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88832024-09-24T03:52:22.281Z[ host-image] Sep 24 03:52:21.657 INFO O| Sep 24 03:52:21.657 INFO STEP 5 (ensure_dir) COMPLETE
88842024-09-24T03:52:22.281Z[ host-image] Sep 24 03:52:21.657 INFO O| Sep 24 03:52:21.657 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88852024-09-24T03:52:22.289Z[ host-image] Sep 24 03:52:21.668 INFO O| Sep 24 03:52:21.667 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88862024-09-24T03:52:22.291Z[ host-image] Sep 24 03:52:21.668 INFO O| Sep 24 03:52:21.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88872024-09-24T03:52:22.291Z[ host-image] Sep 24 03:52:21.668 INFO O| Sep 24 03:52:21.668 INFO STEP 6 (ensure_dir) COMPLETE
88882024-09-24T03:52:22.291Z[ host-image] Sep 24 03:52:21.668 INFO O| Sep 24 03:52:21.668 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88892024-09-24T03:52:22.299Z[ host-image] Sep 24 03:52:21.677 INFO O| Sep 24 03:52:21.677 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88902024-09-24T03:52:22.299Z[ host-image] Sep 24 03:52:21.677 INFO O| Sep 24 03:52:21.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88912024-09-24T03:52:22.301Z[ host-image] Sep 24 03:52:21.677 INFO O| Sep 24 03:52:21.677 INFO STEP 7 (ensure_dir) COMPLETE
88922024-09-24T03:52:22.301Z[ host-image] Sep 24 03:52:21.677 INFO O| Sep 24 03:52:21.677 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88932024-09-24T03:52:22.308Z[ host-image] Sep 24 03:52:21.687 INFO O| Sep 24 03:52:21.687 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88942024-09-24T03:52:22.310Z[ host-image] Sep 24 03:52:21.687 INFO O| Sep 24 03:52:21.687 INFO STEP 8 (remove_files) COMPLETE
88952024-09-24T03:52:22.310Z[ host-image] Sep 24 03:52:21.687 INFO O| Sep 24 03:52:21.687 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88962024-09-24T03:52:22.317Z[ host-image] Sep 24 03:52:21.696 INFO O| Sep 24 03:52:21.696 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88972024-09-24T03:52:22.320Z[ host-image] Sep 24 03:52:21.697 INFO O| Sep 24 03:52:21.697 INFO STEP 9 (remove_files) COMPLETE
88982024-09-24T03:52:22.320Z[ host-image] Sep 24 03:52:21.697 INFO O| Sep 24 03:52:21.697 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88992024-09-24T03:52:22.328Z[ host-image] Sep 24 03:52:21.707 INFO O| Sep 24 03:52:21.706 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89002024-09-24T03:52:22.330Z[ host-image] Sep 24 03:52:21.707 INFO O| Sep 24 03:52:21.707 INFO STEP 10 (remove_files) COMPLETE
89012024-09-24T03:52:22.330Z[ host-image] Sep 24 03:52:21.707 INFO O| Sep 24 03:52:21.707 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89022024-09-24T03:52:22.338Z[ host-image] Sep 24 03:52:21.717 INFO O| Sep 24 03:52:21.717 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89032024-09-24T03:52:22.341Z[ host-image] Sep 24 03:52:21.717 INFO O| Sep 24 03:52:21.717 INFO STEP 11 (remove_files) COMPLETE
89042024-09-24T03:52:22.341Z[ host-image] Sep 24 03:52:21.717 INFO O| Sep 24 03:52:21.717 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89052024-09-24T03:52:22.348Z[ host-image] Sep 24 03:52:21.727 INFO O| Sep 24 03:52:21.727 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89062024-09-24T03:52:22.350Z[ host-image] Sep 24 03:52:21.727 INFO O| Sep 24 03:52:21.727 INFO STEP 12 (remove_files) COMPLETE
89072024-09-24T03:52:22.350Z[ host-image] Sep 24 03:52:21.727 INFO O| Sep 24 03:52:21.727 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89082024-09-24T03:52:22.357Z[ host-image] Sep 24 03:52:21.736 INFO O| Sep 24 03:52:21.736 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89092024-09-24T03:52:22.359Z[ host-image] Sep 24 03:52:21.736 INFO O| Sep 24 03:52:21.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89102024-09-24T03:52:22.359Z[ host-image] Sep 24 03:52:21.736 INFO O| Sep 24 03:52:21.736 INFO STEP 13 (ensure_dir) COMPLETE
89112024-09-24T03:52:22.360Z[ host-image] Sep 24 03:52:21.736 INFO O| Sep 24 03:52:21.736 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89122024-09-24T03:52:22.367Z[ host-image] Sep 24 03:52:21.746 INFO O| Sep 24 03:52:21.746 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89132024-09-24T03:52:22.367Z[ host-image] Sep 24 03:52:21.746 INFO O| Sep 24 03:52:21.746 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89142024-09-24T03:52:22.369Z[ host-image] Sep 24 03:52:21.746 INFO O| Sep 24 03:52:21.746 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89152024-09-24T03:52:22.370Z[ host-image] Sep 24 03:52:21.746 INFO O| Sep 24 03:52:21.746 INFO STEP 14 (ensure_dir) COMPLETE
89162024-09-24T03:52:22.370Z[ host-image] Sep 24 03:52:21.746 INFO O| Sep 24 03:52:21.746 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89172024-09-24T03:52:22.377Z[ host-image] Sep 24 03:52:21.756 INFO O| Sep 24 03:52:21.756 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89182024-09-24T03:52:22.377Z[ host-image] Sep 24 03:52:21.756 INFO O| Sep 24 03:52:21.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89192024-09-24T03:52:22.379Z[ host-image] Sep 24 03:52:21.756 INFO O| Sep 24 03:52:21.756 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89202024-09-24T03:52:22.379Z[ host-image] Sep 24 03:52:21.756 INFO O| Sep 24 03:52:21.756 INFO STEP 15 (ensure_dir) COMPLETE
89212024-09-24T03:52:22.379Z[ host-image] Sep 24 03:52:21.756 INFO O| Sep 24 03:52:21.756 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89222024-09-24T03:52:22.387Z[ host-image] Sep 24 03:52:21.766 INFO O| Sep 24 03:52:21.765 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89232024-09-24T03:52:22.387Z[ host-image] Sep 24 03:52:21.766 INFO O| Sep 24 03:52:21.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89242024-09-24T03:52:22.387Z[ host-image] Sep 24 03:52:21.766 INFO O| Sep 24 03:52:21.766 INFO STEP 16 (ensure_dir) COMPLETE
89252024-09-24T03:52:22.389Z[ host-image] Sep 24 03:52:21.766 INFO O| Sep 24 03:52:21.766 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89262024-09-24T03:52:22.396Z[ host-image] Sep 24 03:52:21.775 INFO O| Sep 24 03:52:21.775 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89272024-09-24T03:52:22.398Z[ host-image] Sep 24 03:52:21.775 INFO O| Sep 24 03:52:21.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89282024-09-24T03:52:22.399Z[ host-image] Sep 24 03:52:21.775 INFO O| Sep 24 03:52:21.775 INFO STEP 17 (ensure_dir) COMPLETE
89292024-09-24T03:52:22.399Z[ host-image] Sep 24 03:52:21.775 INFO O| Sep 24 03:52:21.775 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89302024-09-24T03:52:22.406Z[ host-image] Sep 24 03:52:21.785 INFO O| Sep 24 03:52:21.785 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89312024-09-24T03:52:22.406Z[ host-image] Sep 24 03:52:21.785 INFO O| Sep 24 03:52:21.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89322024-09-24T03:52:22.408Z[ host-image] Sep 24 03:52:21.785 INFO O| Sep 24 03:52:21.785 INFO ok!
89332024-09-24T03:52:22.408Z[ host-image] Sep 24 03:52:21.785 INFO O| Sep 24 03:52:21.785 INFO STEP 18 (ensure_symlink) COMPLETE
89342024-09-24T03:52:22.408Z[ host-image] Sep 24 03:52:21.785 INFO O| Sep 24 03:52:21.785 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89352024-09-24T03:52:22.416Z[ host-image] Sep 24 03:52:21.794 INFO O| Sep 24 03:52:21.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89362024-09-24T03:52:22.416Z[ host-image] Sep 24 03:52:21.794 INFO O| Sep 24 03:52:21.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89372024-09-24T03:52:22.418Z[ host-image] Sep 24 03:52:21.794 INFO O| Sep 24 03:52:21.794 INFO ok!
89382024-09-24T03:52:22.418Z[ host-image] Sep 24 03:52:21.795 INFO O| Sep 24 03:52:21.794 INFO STEP 19 (ensure_file) COMPLETE
89392024-09-24T03:52:22.418Z[ host-image] Sep 24 03:52:21.795 INFO O| Sep 24 03:52:21.794 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89402024-09-24T03:52:22.425Z[ host-image] Sep 24 03:52:21.804 INFO O| Sep 24 03:52:21.804 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89412024-09-24T03:52:22.425Z[ host-image] Sep 24 03:52:21.804 INFO O| Sep 24 03:52:21.804 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89422024-09-24T03:52:22.427Z[ host-image] Sep 24 03:52:21.804 INFO O| Sep 24 03:52:21.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89432024-09-24T03:52:22.427Z[ host-image] Sep 24 03:52:21.804 INFO O| Sep 24 03:52:21.804 INFO ok!
89442024-09-24T03:52:22.427Z[ host-image] Sep 24 03:52:21.804 INFO O| Sep 24 03:52:21.804 INFO STEP 20 (ensure_symlink) COMPLETE
89452024-09-24T03:52:22.427Z[ host-image] Sep 24 03:52:21.804 INFO O| Sep 24 03:52:21.804 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89462024-09-24T03:52:22.435Z[ host-image] Sep 24 03:52:21.813 INFO O| Sep 24 03:52:21.813 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89472024-09-24T03:52:22.435Z[ host-image] Sep 24 03:52:21.814 INFO O| Sep 24 03:52:21.813 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89482024-09-24T03:52:22.437Z[ host-image] Sep 24 03:52:21.814 INFO O| Sep 24 03:52:21.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89492024-09-24T03:52:22.437Z[ host-image] Sep 24 03:52:21.814 INFO O| Sep 24 03:52:21.814 INFO ok!
89502024-09-24T03:52:22.437Z[ host-image] Sep 24 03:52:21.814 INFO O| Sep 24 03:52:21.814 INFO STEP 21 (ensure_symlink) COMPLETE
89512024-09-24T03:52:22.437Z[ host-image] Sep 24 03:52:21.814 INFO O| Sep 24 03:52:21.814 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89522024-09-24T03:52:22.444Z[ host-image] Sep 24 03:52:21.823 INFO O| Sep 24 03:52:21.823 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89532024-09-24T03:52:22.444Z[ host-image] Sep 24 03:52:21.823 INFO O| Sep 24 03:52:21.823 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89542024-09-24T03:52:22.446Z[ host-image] Sep 24 03:52:21.823 INFO O| Sep 24 03:52:21.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89552024-09-24T03:52:22.446Z[ host-image] Sep 24 03:52:21.823 INFO O| Sep 24 03:52:21.823 INFO ok!
89562024-09-24T03:52:22.446Z[ host-image] Sep 24 03:52:21.823 INFO O| Sep 24 03:52:21.823 INFO STEP 22 (ensure_symlink) COMPLETE
89572024-09-24T03:52:22.446Z[ host-image] Sep 24 03:52:21.823 INFO O| Sep 24 03:52:21.823 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89582024-09-24T03:52:22.454Z[ host-image] Sep 24 03:52:21.833 INFO O| Sep 24 03:52:21.833 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89592024-09-24T03:52:22.456Z[ host-image] Sep 24 03:52:21.833 INFO O| Sep 24 03:52:21.833 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89602024-09-24T03:52:22.456Z[ host-image] Sep 24 03:52:21.833 INFO O| Sep 24 03:52:21.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89612024-09-24T03:52:22.456Z[ host-image] Sep 24 03:52:21.833 INFO O| Sep 24 03:52:21.833 INFO ok!
89622024-09-24T03:52:22.456Z[ host-image] Sep 24 03:52:21.833 INFO O| Sep 24 03:52:21.833 INFO STEP 23 (ensure_symlink) COMPLETE
89632024-09-24T03:52:22.456Z[ host-image] Sep 24 03:52:21.833 INFO O| Sep 24 03:52:21.833 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89642024-09-24T03:52:22.464Z[ host-image] Sep 24 03:52:21.843 INFO O| Sep 24 03:52:21.843 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89652024-09-24T03:52:22.466Z[ host-image] Sep 24 03:52:21.843 INFO O| Sep 24 03:52:21.843 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89662024-09-24T03:52:22.466Z[ host-image] Sep 24 03:52:21.843 INFO O| Sep 24 03:52:21.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89672024-09-24T03:52:22.466Z[ host-image] Sep 24 03:52:21.843 INFO O| Sep 24 03:52:21.843 INFO ok!
89682024-09-24T03:52:22.466Z[ host-image] Sep 24 03:52:21.843 INFO O| Sep 24 03:52:21.843 INFO STEP 24 (ensure_file) COMPLETE
89692024-09-24T03:52:22.466Z[ host-image] Sep 24 03:52:21.843 INFO O| Sep 24 03:52:21.843 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89702024-09-24T03:52:22.474Z[ host-image] Sep 24 03:52:21.853 INFO O| Sep 24 03:52:21.853 INFO updating shadow file
89712024-09-24T03:52:22.476Z[ host-image] Sep 24 03:52:21.853 INFO O| Sep 24 03:52:21.853 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89722024-09-24T03:52:22.476Z[ host-image] Sep 24 03:52:21.853 INFO O| Sep 24 03:52:21.853 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89732024-09-24T03:52:22.476Z[ host-image] Sep 24 03:52:21.853 INFO O| Sep 24 03:52:21.853 INFO STEP 25 (shadow) COMPLETE
89742024-09-24T03:52:22.476Z[ host-image] Sep 24 03:52:21.853 INFO O| Sep 24 03:52:21.853 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89752024-09-24T03:52:22.484Z[ host-image] Sep 24 03:52:21.863 INFO O| Sep 24 03:52:21.863 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89762024-09-24T03:52:22.484Z[ host-image] Sep 24 03:52:21.863 INFO O| Sep 24 03:52:21.863 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89772024-09-24T03:52:22.486Z[ host-image] Sep 24 03:52:21.863 INFO O| Sep 24 03:52:21.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
89782024-09-24T03:52:22.486Z[ host-image] Sep 24 03:52:21.863 INFO O| Sep 24 03:52:21.863 INFO ok!
89792024-09-24T03:52:22.486Z[ host-image] Sep 24 03:52:21.863 INFO O| Sep 24 03:52:21.863 INFO STEP 26 (ensure_file) COMPLETE
89802024-09-24T03:52:22.486Z[ host-image] Sep 24 03:52:21.863 INFO O| Sep 24 03:52:21.863 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89812024-09-24T03:52:22.494Z[ host-image] Sep 24 03:52:21.873 INFO O| Sep 24 03:52:21.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
89822024-09-24T03:52:22.496Z[ host-image] Sep 24 03:52:21.873 INFO O| Sep 24 03:52:21.873 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
89832024-09-24T03:52:22.496Z[ host-image] Sep 24 03:52:21.873 INFO O| Sep 24 03:52:21.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89842024-09-24T03:52:22.496Z[ host-image] Sep 24 03:52:21.873 INFO O| Sep 24 03:52:21.873 INFO ok!
89852024-09-24T03:52:22.496Z[ host-image] Sep 24 03:52:21.873 INFO O| Sep 24 03:52:21.873 INFO STEP 27 (ensure_file) COMPLETE
89862024-09-24T03:52:22.496Z[ host-image] Sep 24 03:52:21.873 INFO O| Sep 24 03:52:21.873 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89872024-09-24T03:52:22.504Z[ host-image] Sep 24 03:52:21.883 INFO O| Sep 24 03:52:21.883 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89882024-09-24T03:52:22.506Z[ host-image] Sep 24 03:52:21.883 INFO O| Sep 24 03:52:21.883 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89892024-09-24T03:52:22.506Z[ host-image] Sep 24 03:52:21.883 INFO O| Sep 24 03:52:21.883 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89902024-09-24T03:52:22.506Z[ host-image] Sep 24 03:52:21.883 INFO O| Sep 24 03:52:21.883 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89912024-09-24T03:52:22.506Z[ host-image] Sep 24 03:52:21.883 INFO O| Sep 24 03:52:21.883 INFO ok!
89922024-09-24T03:52:22.506Z[ host-image] Sep 24 03:52:21.883 INFO O| Sep 24 03:52:21.883 INFO STEP 28 (ensure_file) COMPLETE
89932024-09-24T03:52:22.506Z[ host-image] Sep 24 03:52:21.883 INFO O| Sep 24 03:52:21.883 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89942024-09-24T03:52:22.514Z[ host-image] Sep 24 03:52:21.892 INFO O| Sep 24 03:52:21.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89952024-09-24T03:52:22.514Z[ host-image] Sep 24 03:52:21.892 INFO O| Sep 24 03:52:21.892 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89962024-09-24T03:52:22.516Z[ host-image] Sep 24 03:52:21.893 INFO O| Sep 24 03:52:21.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89972024-09-24T03:52:22.516Z[ host-image] Sep 24 03:52:21.893 INFO O| Sep 24 03:52:21.892 INFO ok!
89982024-09-24T03:52:22.516Z[ host-image] Sep 24 03:52:21.893 INFO O| Sep 24 03:52:21.893 INFO STEP 29 (ensure_file) COMPLETE
89992024-09-24T03:52:22.516Z[ host-image] Sep 24 03:52:21.893 INFO O| Sep 24 03:52:21.893 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90002024-09-24T03:52:22.524Z[ host-image] Sep 24 03:52:21.903 INFO O| Sep 24 03:52:21.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90012024-09-24T03:52:22.524Z[ host-image] Sep 24 03:52:21.903 INFO O| Sep 24 03:52:21.903 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90022024-09-24T03:52:22.526Z[ host-image] Sep 24 03:52:21.903 INFO O| Sep 24 03:52:21.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90032024-09-24T03:52:22.526Z[ host-image] Sep 24 03:52:21.903 INFO O| Sep 24 03:52:21.903 INFO ok!
90042024-09-24T03:52:22.526Z[ host-image] Sep 24 03:52:21.903 INFO O| Sep 24 03:52:21.903 INFO STEP 30 (ensure_file) COMPLETE
90052024-09-24T03:52:22.526Z[ host-image] Sep 24 03:52:21.903 INFO O| Sep 24 03:52:21.903 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90062024-09-24T03:52:22.534Z[ host-image] Sep 24 03:52:21.912 INFO O| Sep 24 03:52:21.912 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90072024-09-24T03:52:22.534Z[ host-image] Sep 24 03:52:21.913 INFO O| Sep 24 03:52:21.912 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90082024-09-24T03:52:22.537Z[ host-image] Sep 24 03:52:21.913 INFO O| Sep 24 03:52:21.913 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90092024-09-24T03:52:22.537Z[ host-image] Sep 24 03:52:21.913 INFO O| Sep 24 03:52:21.913 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90102024-09-24T03:52:22.537Z[ host-image] Sep 24 03:52:21.913 INFO O| Sep 24 03:52:21.913 INFO ok!
90112024-09-24T03:52:22.537Z[ host-image] Sep 24 03:52:21.913 INFO O| Sep 24 03:52:21.913 INFO STEP 31 (ensure_file) COMPLETE
90122024-09-24T03:52:22.537Z[ host-image] Sep 24 03:52:21.913 INFO O| Sep 24 03:52:21.913 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90132024-09-24T03:52:22.544Z[ host-image] Sep 24 03:52:21.922 INFO O| Sep 24 03:52:21.922 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90142024-09-24T03:52:22.544Z[ host-image] Sep 24 03:52:21.922 INFO O| Sep 24 03:52:21.922 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90152024-09-24T03:52:22.546Z[ host-image] Sep 24 03:52:21.923 INFO O| Sep 24 03:52:21.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90162024-09-24T03:52:22.546Z[ host-image] Sep 24 03:52:21.923 INFO O| Sep 24 03:52:21.923 INFO ok!
90172024-09-24T03:52:22.546Z[ host-image] Sep 24 03:52:21.923 INFO O| Sep 24 03:52:21.923 INFO STEP 32 (ensure_file) COMPLETE
90182024-09-24T03:52:22.546Z[ host-image] Sep 24 03:52:21.923 INFO O| Sep 24 03:52:21.923 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90192024-09-24T03:52:22.553Z[ host-image] Sep 24 03:52:21.932 INFO O| Sep 24 03:52:21.932 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90202024-09-24T03:52:22.556Z[ host-image] Sep 24 03:52:21.932 INFO O| Sep 24 03:52:21.932 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90212024-09-24T03:52:22.556Z[ host-image] Sep 24 03:52:21.932 INFO O| Sep 24 03:52:21.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90222024-09-24T03:52:22.556Z[ host-image] Sep 24 03:52:21.932 INFO O| Sep 24 03:52:21.932 INFO ok!
90232024-09-24T03:52:22.556Z[ host-image] Sep 24 03:52:21.932 INFO O| Sep 24 03:52:21.932 INFO STEP 33 (ensure_file) COMPLETE
90242024-09-24T03:52:22.556Z[ host-image] Sep 24 03:52:21.932 INFO O| Sep 24 03:52:21.932 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90252024-09-24T03:52:22.563Z[ host-image] Sep 24 03:52:21.942 INFO O| Sep 24 03:52:21.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90262024-09-24T03:52:22.563Z[ host-image] Sep 24 03:52:21.942 INFO O| Sep 24 03:52:21.942 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90272024-09-24T03:52:22.565Z[ host-image] Sep 24 03:52:21.942 INFO O| Sep 24 03:52:21.942 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90282024-09-24T03:52:22.565Z[ host-image] Sep 24 03:52:21.942 INFO O| Sep 24 03:52:21.942 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90292024-09-24T03:52:22.565Z[ host-image] Sep 24 03:52:21.942 INFO O| Sep 24 03:52:21.942 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90302024-09-24T03:52:22.565Z[ host-image] Sep 24 03:52:21.942 INFO O| Sep 24 03:52:21.942 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90312024-09-24T03:52:22.565Z[ host-image] Sep 24 03:52:21.942 INFO O| Sep 24 03:52:21.942 INFO ok!
90322024-09-24T03:52:22.565Z[ host-image] Sep 24 03:52:21.942 INFO O| Sep 24 03:52:21.942 INFO STEP 34 (ensure_file) COMPLETE
90332024-09-24T03:52:22.565Z[ host-image] Sep 24 03:52:21.942 INFO O| Sep 24 03:52:21.942 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90342024-09-24T03:52:22.573Z[ host-image] Sep 24 03:52:21.952 INFO O| Sep 24 03:52:21.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90352024-09-24T03:52:22.575Z[ host-image] Sep 24 03:52:21.952 INFO O| Sep 24 03:52:21.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90362024-09-24T03:52:22.575Z[ host-image] Sep 24 03:52:21.952 INFO O| Sep 24 03:52:21.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90372024-09-24T03:52:22.575Z[ host-image] Sep 24 03:52:21.952 INFO O| Sep 24 03:52:21.952 INFO STEP 35 (ensure_dir) COMPLETE
90382024-09-24T03:52:22.575Z[ host-image] Sep 24 03:52:21.952 INFO O| Sep 24 03:52:21.952 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90392024-09-24T03:52:22.584Z[ host-image] Sep 24 03:52:21.962 INFO O| Sep 24 03:52:21.962 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
90402024-09-24T03:52:22.584Z[ host-image] Sep 24 03:52:21.962 INFO O| Sep 24 03:52:21.962 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 ...
90412024-09-24T03:52:22.586Z[ host-image] Sep 24 03:52:21.962 INFO O| Sep 24 03:52:21.962 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
90422024-09-24T03:52:22.586Z[ host-image] Sep 24 03:52:21.962 INFO O| Sep 24 03:52:21.962 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
90432024-09-24T03:52:22.586Z[ host-image] Sep 24 03:52:21.962 INFO O| Sep 24 03:52:21.962 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
90442024-09-24T03:52:22.586Z[ host-image] Sep 24 03:52:21.962 INFO O| Sep 24 03:52:21.962 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
90452024-09-24T03:52:22.586Z[ host-image] Sep 24 03:52:21.962 INFO O| Sep 24 03:52:21.962 INFO ok!
90462024-09-24T03:52:22.586Z[ host-image] Sep 24 03:52:21.962 INFO O| Sep 24 03:52:21.962 INFO STEP 36 (ensure_file) COMPLETE
90472024-09-24T03:52:22.586Z[ host-image] Sep 24 03:52:21.962 INFO O| Sep 24 03:52:21.962 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90482024-09-24T03:52:22.593Z[ host-image] Sep 24 03:52:21.972 INFO O| Sep 24 03:52:21.972 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90492024-09-24T03:52:22.593Z[ host-image] Sep 24 03:52:21.972 INFO O| Sep 24 03:52:21.972 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 ...
90502024-09-24T03:52:22.595Z[ host-image] Sep 24 03:52:21.972 INFO O| Sep 24 03:52:21.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90512024-09-24T03:52:22.595Z[ host-image] Sep 24 03:52:21.972 INFO O| Sep 24 03:52:21.972 INFO ok!
90522024-09-24T03:52:22.595Z[ host-image] Sep 24 03:52:21.972 INFO O| Sep 24 03:52:21.972 INFO STEP 37 (ensure_symlink) COMPLETE
90532024-09-24T03:52:22.595Z[ host-image] Sep 24 03:52:21.972 INFO O| Sep 24 03:52:21.972 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90542024-09-24T03:52:22.603Z[ host-image] Sep 24 03:52:21.982 INFO O| Sep 24 03:52:21.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90552024-09-24T03:52:22.603Z[ host-image] Sep 24 03:52:21.982 INFO O| Sep 24 03:52:21.982 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90562024-09-24T03:52:22.605Z[ host-image] Sep 24 03:52:21.982 INFO O| Sep 24 03:52:21.982 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90572024-09-24T03:52:22.605Z[ host-image] Sep 24 03:52:21.982 INFO O| Sep 24 03:52:21.982 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90582024-09-24T03:52:22.605Z[ host-image] Sep 24 03:52:21.982 INFO O| Sep 24 03:52:21.982 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90592024-09-24T03:52:22.605Z[ host-image] Sep 24 03:52:21.982 INFO O| Sep 24 03:52:21.982 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90602024-09-24T03:52:22.605Z[ host-image] Sep 24 03:52:21.982 INFO O| Sep 24 03:52:21.982 INFO ok!
90612024-09-24T03:52:22.605Z[ host-image] Sep 24 03:52:21.982 INFO O| Sep 24 03:52:21.982 INFO STEP 38 (ensure_file) COMPLETE
90622024-09-24T03:52:22.605Z[ host-image] Sep 24 03:52:21.982 INFO O| Sep 24 03:52:21.982 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90632024-09-24T03:52:22.613Z[ host-image] Sep 24 03:52:21.992 INFO O| Sep 24 03:52:21.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90642024-09-24T03:52:22.613Z[ host-image] Sep 24 03:52:21.992 INFO O| Sep 24 03:52:21.992 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 ...
90652024-09-24T03:52:22.615Z[ host-image] Sep 24 03:52:21.992 INFO O| Sep 24 03:52:21.992 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
90662024-09-24T03:52:22.615Z[ host-image] Sep 24 03:52:21.992 INFO O| Sep 24 03:52:21.992 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90672024-09-24T03:52:22.615Z[ host-image] Sep 24 03:52:21.992 INFO O| Sep 24 03:52:21.992 INFO ok!
90682024-09-24T03:52:22.615Z[ host-image] Sep 24 03:52:21.992 INFO O| Sep 24 03:52:21.992 INFO STEP 39 (ensure_file) COMPLETE
90692024-09-24T03:52:22.615Z[ host-image] Sep 24 03:52:21.992 INFO O| Sep 24 03:52:21.992 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90702024-09-24T03:52:22.623Z[ host-image] Sep 24 03:52:22.002 INFO O| Sep 24 03:52:22.002 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90712024-09-24T03:52:22.623Z[ host-image] Sep 24 03:52:22.002 INFO O| Sep 24 03:52:22.002 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
90722024-09-24T03:52:22.625Z[ host-image] Sep 24 03:52:22.002 INFO O| Sep 24 03:52:22.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
90732024-09-24T03:52:22.625Z[ host-image] Sep 24 03:52:22.002 INFO O| Sep 24 03:52:22.002 INFO ok!
90742024-09-24T03:52:22.625Z[ host-image] Sep 24 03:52:22.002 INFO O| Sep 24 03:52:22.002 INFO STEP 40 (ensure_file) COMPLETE
90752024-09-24T03:52:22.625Z[ host-image] Sep 24 03:52:22.002 INFO O| Sep 24 03:52:22.002 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90762024-09-24T03:52:22.633Z[ host-image] Sep 24 03:52:22.012 INFO O| Sep 24 03:52:22.012 INFO updating shadow file
90772024-09-24T03:52:22.635Z[ host-image] Sep 24 03:52:22.012 INFO O| Sep 24 03:52:22.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90782024-09-24T03:52:22.635Z[ host-image] Sep 24 03:52:22.012 INFO O| Sep 24 03:52:22.012 INFO STEP 41 (shadow) COMPLETE
90792024-09-24T03:52:22.635Z[ host-image] Sep 24 03:52:22.012 INFO O| Sep 24 03:52:22.012 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90802024-09-24T03:52:22.643Z[ host-image] Sep 24 03:52:22.022 INFO O| Sep 24 03:52:22.022 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
90812024-09-24T03:52:22.646Z[ host-image] Sep 24 03:52:22.022 INFO O| Sep 24 03:52:22.022 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
90822024-09-24T03:52:22.646Z[ host-image] Sep 24 03:52:22.022 INFO O| Sep 24 03:52:22.022 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90832024-09-24T03:52:22.646Z[ host-image] Sep 24 03:52:22.022 INFO O| Sep 24 03:52:22.022 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90842024-09-24T03:52:22.646Z[ host-image] Sep 24 03:52:22.022 INFO O| Sep 24 03:52:22.022 INFO ok!
90852024-09-24T03:52:22.646Z[ host-image] Sep 24 03:52:22.023 INFO O| Sep 24 03:52:22.022 INFO STEP 42 (ensure_file) COMPLETE
90862024-09-24T03:52:22.646Z[ host-image] Sep 24 03:52:22.023 INFO O| Sep 24 03:52:22.023 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90872024-09-24T03:52:22.646Z[ host-image] Sep 24 03:52:22.023 INFO O| Sep 24 03:52:22.023 INFO skip step because feature "mfg" is not enabled
90882024-09-24T03:52:22.646Z[ host-image] Sep 24 03:52:22.023 INFO O| Sep 24 03:52:22.023 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90892024-09-24T03:52:22.646Z[ host-image] Sep 24 03:52:22.023 INFO O| Sep 24 03:52:22.023 INFO skip step because feature "mfg" is not enabled
90902024-09-24T03:52:22.646Z[ host-image] Sep 24 03:52:22.023 INFO O| Sep 24 03:52:22.023 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90912024-09-24T03:52:22.653Z[ host-image] Sep 24 03:52:22.032 INFO O| Sep 24 03:52:22.032 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90922024-09-24T03:52:22.653Z[ host-image] Sep 24 03:52:22.032 INFO O| Sep 24 03:52:22.032 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90932024-09-24T03:52:23.285Z[ host-image] Sep 24 03:52:22.664 INFO O| Sep 24 03:52:22.664 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90942024-09-24T03:52:23.288Z[ host-image] Sep 24 03:52:22.664 INFO O| Sep 24 03:52:22.664 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90952024-09-24T03:52:23.288Z[ host-image] Sep 24 03:52:22.664 INFO O| Sep 24 03:52:22.664 INFO ok!
90962024-09-24T03:52:23.288Z[ host-image] Sep 24 03:52:22.664 INFO O| Sep 24 03:52:22.664 INFO STEP 45 (ensure_file) COMPLETE
90972024-09-24T03:52:23.288Z[ host-image] Sep 24 03:52:22.664 INFO O| Sep 24 03:52:22.664 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90982024-09-24T03:52:23.296Z[ host-image] Sep 24 03:52:22.675 INFO O| Sep 24 03:52:22.675 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90992024-09-24T03:52:23.296Z[ host-image] Sep 24 03:52:22.675 INFO O| Sep 24 03:52:22.675 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91002024-09-24T03:52:23.299Z[ host-image] Sep 24 03:52:22.676 INFO O| Sep 24 03:52:22.675 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91012024-09-24T03:52:23.299Z[ host-image] Sep 24 03:52:22.676 INFO O| Sep 24 03:52:22.675 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91022024-09-24T03:52:23.299Z[ host-image] Sep 24 03:52:22.676 INFO O| Sep 24 03:52:22.676 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91032024-09-24T03:52:23.299Z[ host-image] Sep 24 03:52:22.676 INFO O| Sep 24 03:52:22.676 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91042024-09-24T03:52:23.299Z[ host-image] Sep 24 03:52:22.676 INFO O| Sep 24 03:52:22.676 INFO ok!
91052024-09-24T03:52:23.299Z[ host-image] Sep 24 03:52:22.676 INFO O| Sep 24 03:52:22.676 INFO STEP 46 (ensure_file) COMPLETE
91062024-09-24T03:52:23.299Z[ host-image] Sep 24 03:52:22.676 INFO O| Sep 24 03:52:22.676 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91072024-09-24T03:52:23.306Z[ host-image] Sep 24 03:52:22.685 INFO O| Sep 24 03:52:22.685 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91082024-09-24T03:52:23.306Z[ host-image] Sep 24 03:52:22.685 INFO O| Sep 24 03:52:22.685 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 ...
91092024-09-24T03:52:23.308Z[ host-image] Sep 24 03:52:22.685 INFO O| Sep 24 03:52:22.685 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
91102024-09-24T03:52:23.308Z[ host-image] Sep 24 03:52:22.685 INFO O| Sep 24 03:52:22.685 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91112024-09-24T03:52:23.308Z[ host-image] Sep 24 03:52:22.685 INFO O| Sep 24 03:52:22.685 INFO ok!
91122024-09-24T03:52:23.308Z[ host-image] Sep 24 03:52:22.685 INFO O| Sep 24 03:52:22.685 INFO STEP 47 (ensure_file) COMPLETE
91132024-09-24T03:52:23.308Z[ host-image] Sep 24 03:52:22.685 INFO O| Sep 24 03:52:22.685 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91142024-09-24T03:52:23.317Z[ host-image] Sep 24 03:52:22.696 INFO O| Sep 24 03:52:22.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91152024-09-24T03:52:23.317Z[ host-image] Sep 24 03:52:22.696 INFO O| Sep 24 03:52:22.696 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91162024-09-24T03:52:23.319Z[ host-image] Sep 24 03:52:22.696 INFO O| Sep 24 03:52:22.696 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91172024-09-24T03:52:23.319Z[ host-image] Sep 24 03:52:22.696 INFO O| Sep 24 03:52:22.696 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91182024-09-24T03:52:23.319Z[ host-image] Sep 24 03:52:22.696 INFO O| Sep 24 03:52:22.696 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91192024-09-24T03:52:23.319Z[ host-image] Sep 24 03:52:22.696 INFO O| Sep 24 03:52:22.696 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91202024-09-24T03:52:23.319Z[ host-image] Sep 24 03:52:22.696 INFO O| Sep 24 03:52:22.696 INFO ok!
91212024-09-24T03:52:23.319Z[ host-image] Sep 24 03:52:22.696 INFO O| Sep 24 03:52:22.696 INFO STEP 48 (ensure_file) COMPLETE
91222024-09-24T03:52:23.319Z[ host-image] Sep 24 03:52:22.696 INFO O| Sep 24 03:52:22.696 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91232024-09-24T03:52:23.327Z[ host-image] Sep 24 03:52:22.706 INFO O| Sep 24 03:52:22.706 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91242024-09-24T03:52:23.327Z[ host-image] Sep 24 03:52:22.706 INFO O| Sep 24 03:52:22.706 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 ...
91252024-09-24T03:52:23.329Z[ host-image] Sep 24 03:52:22.706 INFO O| Sep 24 03:52:22.706 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
91262024-09-24T03:52:23.329Z[ host-image] Sep 24 03:52:22.706 INFO O| Sep 24 03:52:22.706 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91272024-09-24T03:52:23.329Z[ host-image] Sep 24 03:52:22.706 INFO O| Sep 24 03:52:22.706 INFO ok!
91282024-09-24T03:52:23.329Z[ host-image] Sep 24 03:52:22.706 INFO O| Sep 24 03:52:22.706 INFO STEP 49 (ensure_file) COMPLETE
91292024-09-24T03:52:23.329Z[ host-image] Sep 24 03:52:22.706 INFO O| Sep 24 03:52:22.706 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91302024-09-24T03:52:23.337Z[ host-image] Sep 24 03:52:22.715 INFO O| Sep 24 03:52:22.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91312024-09-24T03:52:23.339Z[ host-image] Sep 24 03:52:22.715 INFO O| Sep 24 03:52:22.715 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91322024-09-24T03:52:23.339Z[ host-image] Sep 24 03:52:22.716 INFO O| Sep 24 03:52:22.715 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91332024-09-24T03:52:23.339Z[ host-image] Sep 24 03:52:22.716 INFO O| Sep 24 03:52:22.716 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91342024-09-24T03:52:23.339Z[ host-image] Sep 24 03:52:22.716 INFO O| Sep 24 03:52:22.716 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91352024-09-24T03:52:23.339Z[ host-image] Sep 24 03:52:22.716 INFO O| Sep 24 03:52:22.716 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91362024-09-24T03:52:23.339Z[ host-image] Sep 24 03:52:22.716 INFO O| Sep 24 03:52:22.716 INFO ok!
91372024-09-24T03:52:23.339Z[ host-image] Sep 24 03:52:22.716 INFO O| Sep 24 03:52:22.716 INFO STEP 50 (ensure_file) COMPLETE
91382024-09-24T03:52:23.339Z[ host-image] Sep 24 03:52:22.716 INFO O| Sep 24 03:52:22.716 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91392024-09-24T03:52:23.346Z[ host-image] Sep 24 03:52:22.725 INFO O| Sep 24 03:52:22.725 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91402024-09-24T03:52:23.346Z[ host-image] Sep 24 03:52:22.725 INFO O| Sep 24 03:52:22.725 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 ...
91412024-09-24T03:52:23.346Z[ host-image] Sep 24 03:52:22.725 INFO O| Sep 24 03:52:22.725 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
91422024-09-24T03:52:23.349Z[ host-image] Sep 24 03:52:22.725 INFO O| Sep 24 03:52:22.725 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91432024-09-24T03:52:23.349Z[ host-image] Sep 24 03:52:22.725 INFO O| Sep 24 03:52:22.725 INFO ok!
91442024-09-24T03:52:23.349Z[ host-image] Sep 24 03:52:22.725 INFO O| Sep 24 03:52:22.725 INFO STEP 51 (ensure_file) COMPLETE
91452024-09-24T03:52:23.349Z[ host-image] Sep 24 03:52:22.725 INFO O| Sep 24 03:52:22.725 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91462024-09-24T03:52:23.356Z[ host-image] Sep 24 03:52:22.735 INFO O| Sep 24 03:52:22.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91472024-09-24T03:52:23.358Z[ host-image] Sep 24 03:52:22.735 INFO O| Sep 24 03:52:22.735 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 ...
91482024-09-24T03:52:23.358Z[ host-image] Sep 24 03:52:22.735 INFO O| Sep 24 03:52:22.735 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
91492024-09-24T03:52:23.358Z[ host-image] Sep 24 03:52:22.735 INFO O| Sep 24 03:52:22.735 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91502024-09-24T03:52:23.358Z[ host-image] Sep 24 03:52:22.735 INFO O| Sep 24 03:52:22.735 INFO ok!
91512024-09-24T03:52:23.358Z[ host-image] Sep 24 03:52:22.735 INFO O| Sep 24 03:52:22.735 INFO STEP 52 (ensure_file) COMPLETE
91522024-09-24T03:52:23.358Z[ host-image] Sep 24 03:52:22.735 INFO O| Sep 24 03:52:22.735 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91532024-09-24T03:52:23.366Z[ host-image] Sep 24 03:52:22.744 INFO O| Sep 24 03:52:22.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91542024-09-24T03:52:23.366Z[ host-image] Sep 24 03:52:22.744 INFO O| Sep 24 03:52:22.744 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 ...
91552024-09-24T03:52:23.368Z[ host-image] Sep 24 03:52:22.745 INFO O| Sep 24 03:52:22.745 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91562024-09-24T03:52:23.368Z[ host-image] Sep 24 03:52:22.745 INFO O| Sep 24 03:52:22.745 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91572024-09-24T03:52:23.368Z[ host-image] Sep 24 03:52:22.745 INFO O| Sep 24 03:52:22.745 INFO ok!
91582024-09-24T03:52:23.368Z[ host-image] Sep 24 03:52:22.745 INFO O| Sep 24 03:52:22.745 INFO STEP 53 (ensure_file) COMPLETE
91592024-09-24T03:52:23.368Z[ host-image] Sep 24 03:52:22.745 INFO O| Sep 24 03:52:22.745 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91602024-09-24T03:52:23.375Z[ host-image] Sep 24 03:52:22.754 INFO O| Sep 24 03:52:22.754 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91612024-09-24T03:52:23.375Z[ host-image] Sep 24 03:52:22.754 INFO O| Sep 24 03:52:22.754 INFO STEP 54 (ensure_dir) COMPLETE
91622024-09-24T03:52:23.377Z[ host-image] Sep 24 03:52:22.754 INFO O| Sep 24 03:52:22.754 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-09-24T03:52:23.385Z[ host-image] Sep 24 03:52:22.763 INFO O| Sep 24 03:52:22.763 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91642024-09-24T03:52:23.385Z[ host-image] Sep 24 03:52:22.763 INFO O| Sep 24 03:52:22.763 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91652024-09-24T03:52:23.387Z[ host-image] Sep 24 03:52:22.763 INFO O| Sep 24 03:52:22.763 INFO STEP 55 (ensure_dir) COMPLETE
91662024-09-24T03:52:23.387Z[ host-image] Sep 24 03:52:22.763 INFO O| Sep 24 03:52:22.763 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91672024-09-24T03:52:23.394Z[ host-image] Sep 24 03:52:22.773 INFO O| Sep 24 03:52:22.773 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91682024-09-24T03:52:23.396Z[ host-image] Sep 24 03:52:22.773 INFO O| Sep 24 03:52:22.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91692024-09-24T03:52:23.396Z[ host-image] Sep 24 03:52:22.773 INFO O| Sep 24 03:52:22.773 INFO STEP 56 (ensure_dir) COMPLETE
91702024-09-24T03:52:23.396Z[ host-image] Sep 24 03:52:22.773 INFO O| Sep 24 03:52:22.773 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91712024-09-24T03:52:23.404Z[ host-image] Sep 24 03:52:22.783 INFO O| Sep 24 03:52:22.783 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
91722024-09-24T03:52:23.404Z[ host-image] Sep 24 03:52:22.783 INFO O| Sep 24 03:52:22.783 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
91732024-09-24T03:52:23.419Z[ host-image] Sep 24 03:52:22.798 INFO O| Sep 24 03:52:22.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
91742024-09-24T03:52:23.419Z[ host-image] Sep 24 03:52:22.798 INFO O| Sep 24 03:52:22.798 INFO ok!
91752024-09-24T03:52:23.419Z[ host-image] Sep 24 03:52:22.798 INFO O| Sep 24 03:52:22.798 INFO STEP 57 (ensure_file) COMPLETE
91762024-09-24T03:52:23.419Z[ host-image] Sep 24 03:52:22.798 INFO O| Sep 24 03:52:22.798 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91772024-09-24T03:52:23.429Z[ host-image] Sep 24 03:52:22.808 INFO O| Sep 24 03:52:22.808 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
91782024-09-24T03:52:23.429Z[ host-image] Sep 24 03:52:22.808 INFO O| Sep 24 03:52:22.808 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
91792024-09-24T03:52:24.490Z[ host-image] Sep 24 03:52:23.868 INFO O| Sep 24 03:52:23.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
91802024-09-24T03:52:24.490Z[ host-image] Sep 24 03:52:23.869 INFO O| Sep 24 03:52:23.868 INFO ok!
91812024-09-24T03:52:24.493Z[ host-image] Sep 24 03:52:23.869 INFO O| Sep 24 03:52:23.868 INFO STEP 58 (ensure_file) COMPLETE
91822024-09-24T03:52:24.493Z[ host-image] Sep 24 03:52:23.869 INFO O| Sep 24 03:52:23.868 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91832024-09-24T03:52:24.501Z[ host-image] Sep 24 03:52:23.880 INFO O| Sep 24 03:52:23.880 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91842024-09-24T03:52:24.503Z[ host-image] Sep 24 03:52:23.880 INFO O| Sep 24 03:52:23.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91852024-09-24T03:52:24.503Z[ host-image] Sep 24 03:52:23.880 INFO O| Sep 24 03:52:23.880 INFO STEP 59 (ensure_dir) COMPLETE
91862024-09-24T03:52:24.503Z[ host-image] Sep 24 03:52:23.880 INFO O| Sep 24 03:52:23.880 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-09-24T03:52:24.511Z[ host-image] Sep 24 03:52:23.889 INFO O| Sep 24 03:52:23.889 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91882024-09-24T03:52:24.513Z[ host-image] Sep 24 03:52:23.890 INFO O| Sep 24 03:52:23.889 INFO copying /tmp/.tmpuKYIKS/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 ...
91892024-09-24T03:52:24.513Z[ host-image] Sep 24 03:52:23.890 INFO O| Sep 24 03:52:23.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91902024-09-24T03:52:24.513Z[ host-image] Sep 24 03:52:23.890 INFO O| Sep 24 03:52:23.890 INFO ok!
91912024-09-24T03:52:24.513Z[ host-image] Sep 24 03:52:23.890 INFO O| Sep 24 03:52:23.890 INFO STEP 60 (ensure_file) COMPLETE
91922024-09-24T03:52:24.513Z[ host-image] Sep 24 03:52:23.890 INFO O| Sep 24 03:52:23.890 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-09-24T03:52:24.520Z[ host-image] Sep 24 03:52:23.899 INFO O| Sep 24 03:52:23.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91942024-09-24T03:52:24.520Z[ host-image] Sep 24 03:52:23.899 INFO O| Sep 24 03:52:23.899 INFO copying /tmp/.tmpuKYIKS/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 ...
91952024-09-24T03:52:24.523Z[ host-image] Sep 24 03:52:23.899 INFO O| Sep 24 03:52:23.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91962024-09-24T03:52:24.523Z[ host-image] Sep 24 03:52:23.899 INFO O| Sep 24 03:52:23.899 INFO ok!
91972024-09-24T03:52:24.523Z[ host-image] Sep 24 03:52:23.899 INFO O| Sep 24 03:52:23.899 INFO STEP 61 (ensure_file) COMPLETE
91982024-09-24T03:52:24.523Z[ host-image] Sep 24 03:52:23.899 INFO O| Sep 24 03:52:23.899 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-09-24T03:52:24.530Z[ host-image] Sep 24 03:52:23.909 INFO O| Sep 24 03:52:23.909 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92002024-09-24T03:52:24.530Z[ host-image] Sep 24 03:52:23.909 INFO O| Sep 24 03:52:23.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92012024-09-24T03:52:24.532Z[ host-image] Sep 24 03:52:23.909 INFO O| Sep 24 03:52:23.909 INFO STEP 62 (ensure_dir) COMPLETE
92022024-09-24T03:52:24.532Z[ host-image] Sep 24 03:52:23.909 INFO O| Sep 24 03:52:23.909 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92032024-09-24T03:52:24.539Z[ host-image] Sep 24 03:52:23.918 INFO O| Sep 24 03:52:23.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92042024-09-24T03:52:24.539Z[ host-image] Sep 24 03:52:23.918 INFO O| Sep 24 03:52:23.918 INFO copying /tmp/.tmpuKYIKS/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 ...
92052024-09-24T03:52:24.542Z[ host-image] Sep 24 03:52:23.918 INFO O| Sep 24 03:52:23.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92062024-09-24T03:52:24.542Z[ host-image] Sep 24 03:52:23.918 INFO O| Sep 24 03:52:23.918 INFO ok!
92072024-09-24T03:52:24.542Z[ host-image] Sep 24 03:52:23.918 INFO O| Sep 24 03:52:23.918 INFO STEP 63 (ensure_file) COMPLETE
92082024-09-24T03:52:24.542Z[ host-image] Sep 24 03:52:23.918 INFO O| Sep 24 03:52:23.918 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92092024-09-24T03:52:24.549Z[ host-image] Sep 24 03:52:23.928 INFO O| Sep 24 03:52:23.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92102024-09-24T03:52:24.549Z[ host-image] Sep 24 03:52:23.928 INFO O| Sep 24 03:52:23.928 INFO copying /tmp/.tmpuKYIKS/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 ...
92112024-09-24T03:52:24.552Z[ host-image] Sep 24 03:52:23.928 INFO O| Sep 24 03:52:23.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92122024-09-24T03:52:24.552Z[ host-image] Sep 24 03:52:23.928 INFO O| Sep 24 03:52:23.928 INFO ok!
92132024-09-24T03:52:24.552Z[ host-image] Sep 24 03:52:23.928 INFO O| Sep 24 03:52:23.928 INFO STEP 64 (ensure_file) COMPLETE
92142024-09-24T03:52:24.552Z[ host-image] Sep 24 03:52:23.928 INFO O| Sep 24 03:52:23.928 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92152024-09-24T03:52:24.559Z[ host-image] Sep 24 03:52:23.938 INFO O| Sep 24 03:52:23.937 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92162024-09-24T03:52:24.559Z[ host-image] Sep 24 03:52:23.938 INFO O| Sep 24 03:52:23.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92172024-09-24T03:52:24.561Z[ host-image] Sep 24 03:52:23.938 INFO O| Sep 24 03:52:23.938 INFO STEP 65 (ensure_dir) COMPLETE
92182024-09-24T03:52:24.561Z[ host-image] Sep 24 03:52:23.938 INFO O| Sep 24 03:52:23.938 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92192024-09-24T03:52:24.568Z[ host-image] Sep 24 03:52:23.947 INFO O| Sep 24 03:52:23.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92202024-09-24T03:52:24.571Z[ host-image] Sep 24 03:52:23.947 INFO O| Sep 24 03:52:23.947 INFO copying /tmp/.tmpuKYIKS/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 ...
92212024-09-24T03:52:24.571Z[ host-image] Sep 24 03:52:23.947 INFO O| Sep 24 03:52:23.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92222024-09-24T03:52:24.571Z[ host-image] Sep 24 03:52:23.947 INFO O| Sep 24 03:52:23.947 INFO ok!
92232024-09-24T03:52:24.571Z[ host-image] Sep 24 03:52:23.947 INFO O| Sep 24 03:52:23.947 INFO STEP 66 (ensure_file) COMPLETE
92242024-09-24T03:52:24.571Z[ host-image] Sep 24 03:52:23.947 INFO O| Sep 24 03:52:23.947 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-09-24T03:52:24.578Z[ host-image] Sep 24 03:52:23.957 INFO O| Sep 24 03:52:23.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92262024-09-24T03:52:24.578Z[ host-image] Sep 24 03:52:23.957 INFO O| Sep 24 03:52:23.957 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92272024-09-24T03:52:24.580Z[ host-image] Sep 24 03:52:23.957 INFO O| Sep 24 03:52:23.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92282024-09-24T03:52:24.580Z[ host-image] Sep 24 03:52:23.957 INFO O| Sep 24 03:52:23.957 INFO ok!
92292024-09-24T03:52:24.580Z[ host-image] Sep 24 03:52:23.957 INFO O| Sep 24 03:52:23.957 INFO STEP 67 (ensure_file) COMPLETE
92302024-09-24T03:52:24.580Z[ host-image] Sep 24 03:52:23.957 INFO O| Sep 24 03:52:23.957 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92312024-09-24T03:52:24.587Z[ host-image] Sep 24 03:52:23.966 INFO O| Sep 24 03:52:23.966 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92322024-09-24T03:52:24.590Z[ host-image] Sep 24 03:52:23.966 INFO O| Sep 24 03:52:23.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92332024-09-24T03:52:24.590Z[ host-image] Sep 24 03:52:23.966 INFO O| Sep 24 03:52:23.966 INFO STEP 68 (ensure_dir) COMPLETE
92342024-09-24T03:52:24.590Z[ host-image] Sep 24 03:52:23.966 INFO O| Sep 24 03:52:23.966 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-09-24T03:52:24.597Z[ host-image] Sep 24 03:52:23.976 INFO O| Sep 24 03:52:23.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92362024-09-24T03:52:24.597Z[ host-image] Sep 24 03:52:23.976 INFO O| Sep 24 03:52:23.976 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92372024-09-24T03:52:25.143Z[ host-image] Sep 24 03:52:24.521 INFO O| Sep 24 03:52:24.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92382024-09-24T03:52:25.143Z[ host-image] Sep 24 03:52:24.521 INFO O| Sep 24 03:52:24.521 INFO ok!
92392024-09-24T03:52:25.145Z[ host-image] Sep 24 03:52:24.521 INFO O| Sep 24 03:52:24.521 INFO STEP 69 (ensure_file) COMPLETE
92402024-09-24T03:52:25.145Z[ host-image] Sep 24 03:52:24.521 INFO O| Sep 24 03:52:24.521 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-09-24T03:52:25.154Z[ host-image] Sep 24 03:52:24.533 INFO O| Sep 24 03:52:24.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92422024-09-24T03:52:25.154Z[ host-image] Sep 24 03:52:24.533 INFO O| Sep 24 03:52:24.533 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92432024-09-24T03:52:27.057Z[ host-image] Sep 24 03:52:26.436 INFO O| Sep 24 03:52:26.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92442024-09-24T03:52:27.057Z[ host-image] Sep 24 03:52:26.436 INFO O| Sep 24 03:52:26.436 INFO ok!
92452024-09-24T03:52:27.060Z[ host-image] Sep 24 03:52:26.436 INFO O| Sep 24 03:52:26.436 INFO STEP 70 (ensure_file) COMPLETE
92462024-09-24T03:52:27.060Z[ host-image] Sep 24 03:52:26.436 INFO O| Sep 24 03:52:26.436 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-09-24T03:52:27.068Z[ host-image] Sep 24 03:52:26.447 INFO O| Sep 24 03:52:26.447 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92482024-09-24T03:52:27.070Z[ host-image] Sep 24 03:52:26.447 INFO O| Sep 24 03:52:26.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92492024-09-24T03:52:27.070Z[ host-image] Sep 24 03:52:26.447 INFO O| Sep 24 03:52:26.447 INFO STEP 71 (ensure_dir) COMPLETE
92502024-09-24T03:52:27.070Z[ host-image] Sep 24 03:52:26.447 INFO O| Sep 24 03:52:26.447 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-09-24T03:52:27.078Z[ host-image] Sep 24 03:52:26.457 INFO O| Sep 24 03:52:26.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92522024-09-24T03:52:27.078Z[ host-image] Sep 24 03:52:26.457 INFO O| Sep 24 03:52:26.457 INFO copying /tmp/.tmpuKYIKS/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 ...
92532024-09-24T03:52:27.080Z[ host-image] Sep 24 03:52:26.457 INFO O| Sep 24 03:52:26.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92542024-09-24T03:52:27.080Z[ host-image] Sep 24 03:52:26.457 INFO O| Sep 24 03:52:26.457 INFO ok!
92552024-09-24T03:52:27.080Z[ host-image] Sep 24 03:52:26.457 INFO O| Sep 24 03:52:26.457 INFO STEP 72 (ensure_file) COMPLETE
92562024-09-24T03:52:27.080Z[ host-image] Sep 24 03:52:26.457 INFO O| Sep 24 03:52:26.457 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-09-24T03:52:27.087Z[ host-image] Sep 24 03:52:26.466 INFO O| Sep 24 03:52:26.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92582024-09-24T03:52:27.087Z[ host-image] Sep 24 03:52:26.466 INFO O| Sep 24 03:52:26.466 INFO copying /tmp/.tmpuKYIKS/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 ...
92592024-09-24T03:52:27.090Z[ host-image] Sep 24 03:52:26.466 INFO O| Sep 24 03:52:26.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92602024-09-24T03:52:27.090Z[ host-image] Sep 24 03:52:26.466 INFO O| Sep 24 03:52:26.466 INFO ok!
92612024-09-24T03:52:27.090Z[ host-image] Sep 24 03:52:26.466 INFO O| Sep 24 03:52:26.466 INFO STEP 73 (ensure_file) COMPLETE
92622024-09-24T03:52:27.090Z[ host-image] Sep 24 03:52:26.466 INFO O| Sep 24 03:52:26.466 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92632024-09-24T03:52:27.097Z[ host-image] Sep 24 03:52:26.476 INFO O| Sep 24 03:52:26.476 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92642024-09-24T03:52:27.097Z[ host-image] Sep 24 03:52:26.476 INFO O| Sep 24 03:52:26.476 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92652024-09-24T03:52:27.099Z[ host-image] Sep 24 03:52:26.476 INFO O| Sep 24 03:52:26.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92662024-09-24T03:52:27.099Z[ host-image] Sep 24 03:52:26.476 INFO O| Sep 24 03:52:26.476 INFO ok!
92672024-09-24T03:52:27.099Z[ host-image] Sep 24 03:52:26.476 INFO O| Sep 24 03:52:26.476 INFO STEP 74 (ensure_file) COMPLETE
92682024-09-24T03:52:27.099Z[ host-image] Sep 24 03:52:26.476 INFO O| Sep 24 03:52:26.476 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-09-24T03:52:27.107Z[ host-image] Sep 24 03:52:26.485 INFO O| Sep 24 03:52:26.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
92702024-09-24T03:52:27.107Z[ host-image] Sep 24 03:52:26.485 INFO O| Sep 24 03:52:26.485 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
92712024-09-24T03:52:27.109Z[ host-image] Sep 24 03:52:26.485 INFO O| Sep 24 03:52:26.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
92722024-09-24T03:52:27.109Z[ host-image] Sep 24 03:52:26.485 INFO O| Sep 24 03:52:26.485 INFO ok!
92732024-09-24T03:52:27.109Z[ host-image] Sep 24 03:52:26.485 INFO O| Sep 24 03:52:26.485 INFO STEP 75 (ensure_file) COMPLETE
92742024-09-24T03:52:27.109Z[ host-image] Sep 24 03:52:26.485 INFO O| Sep 24 03:52:26.485 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-09-24T03:52:27.116Z[ host-image] Sep 24 03:52:26.495 INFO O| Sep 24 03:52:26.495 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92762024-09-24T03:52:27.116Z[ host-image] Sep 24 03:52:26.495 INFO O| Sep 24 03:52:26.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92772024-09-24T03:52:27.118Z[ host-image] Sep 24 03:52:26.495 INFO O| Sep 24 03:52:26.495 INFO STEP 76 (ensure_dir) COMPLETE
92782024-09-24T03:52:27.118Z[ host-image] Sep 24 03:52:26.495 INFO O| Sep 24 03:52:26.495 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-09-24T03:52:27.126Z[ host-image] Sep 24 03:52:26.504 INFO O| Sep 24 03:52:26.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
92802024-09-24T03:52:27.126Z[ host-image] Sep 24 03:52:26.504 INFO O| Sep 24 03:52:26.504 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
92812024-09-24T03:52:27.128Z[ host-image] Sep 24 03:52:26.507 INFO O| Sep 24 03:52:26.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
92822024-09-24T03:52:27.128Z[ host-image] Sep 24 03:52:26.507 INFO O| Sep 24 03:52:26.507 INFO ok!
92832024-09-24T03:52:27.128Z[ host-image] Sep 24 03:52:26.507 INFO O| Sep 24 03:52:26.507 INFO STEP 77 (ensure_file) COMPLETE
92842024-09-24T03:52:27.128Z[ host-image] Sep 24 03:52:26.507 INFO O| Sep 24 03:52:26.507 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-09-24T03:52:27.138Z[ host-image] Sep 24 03:52:26.517 INFO O| Sep 24 03:52:26.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92862024-09-24T03:52:27.138Z[ host-image] Sep 24 03:52:26.517 INFO O| Sep 24 03:52:26.516 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92872024-09-24T03:52:27.140Z[ host-image] Sep 24 03:52:26.517 INFO O| Sep 24 03:52:26.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92882024-09-24T03:52:27.140Z[ host-image] Sep 24 03:52:26.517 INFO O| Sep 24 03:52:26.517 INFO ok!
92892024-09-24T03:52:27.140Z[ host-image] Sep 24 03:52:26.517 INFO O| Sep 24 03:52:26.517 INFO STEP 78 (ensure_file) COMPLETE
92902024-09-24T03:52:27.140Z[ host-image] Sep 24 03:52:26.517 INFO O| Sep 24 03:52:26.517 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-09-24T03:52:27.148Z[ host-image] Sep 24 03:52:26.526 INFO O| Sep 24 03:52:26.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92922024-09-24T03:52:27.148Z[ host-image] Sep 24 03:52:26.526 INFO O| Sep 24 03:52:26.526 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92932024-09-24T03:52:27.735Z[ host-image] Sep 24 03:52:27.113 INFO O| Sep 24 03:52:27.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92942024-09-24T03:52:27.735Z[ host-image] Sep 24 03:52:27.113 INFO O| Sep 24 03:52:27.113 INFO ok!
92952024-09-24T03:52:27.737Z[ host-image] Sep 24 03:52:27.113 INFO O| Sep 24 03:52:27.113 INFO STEP 79 (ensure_file) COMPLETE
92962024-09-24T03:52:27.737Z[ host-image] Sep 24 03:52:27.113 INFO O| Sep 24 03:52:27.113 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92972024-09-24T03:52:27.746Z[ host-image] Sep 24 03:52:27.124 INFO O| Sep 24 03:52:27.124 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92982024-09-24T03:52:27.748Z[ host-image] Sep 24 03:52:27.124 INFO O| Sep 24 03:52:27.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92992024-09-24T03:52:27.748Z[ host-image] Sep 24 03:52:27.124 INFO O| Sep 24 03:52:27.124 INFO STEP 80 (ensure_dir) COMPLETE
93002024-09-24T03:52:27.748Z[ host-image] Sep 24 03:52:27.124 INFO O| Sep 24 03:52:27.124 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-09-24T03:52:27.755Z[ host-image] Sep 24 03:52:27.134 INFO O| Sep 24 03:52:27.134 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93022024-09-24T03:52:27.758Z[ host-image] Sep 24 03:52:27.134 INFO O| Sep 24 03:52:27.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93032024-09-24T03:52:27.758Z[ host-image] Sep 24 03:52:27.134 INFO O| Sep 24 03:52:27.134 INFO STEP 81 (ensure_dir) COMPLETE
93042024-09-24T03:52:27.758Z[ host-image] Sep 24 03:52:27.134 INFO O| Sep 24 03:52:27.134 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052024-09-24T03:52:27.765Z[ host-image] Sep 24 03:52:27.144 INFO O| Sep 24 03:52:27.144 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93062024-09-24T03:52:27.765Z[ host-image] Sep 24 03:52:27.144 INFO O| Sep 24 03:52:27.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93072024-09-24T03:52:27.765Z[ host-image] Sep 24 03:52:27.144 INFO O| Sep 24 03:52:27.144 INFO STEP 82 (ensure_dir) COMPLETE
93082024-09-24T03:52:27.772Z[ host-image] Sep 24 03:52:27.144 INFO O| Sep 24 03:52:27.144 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-09-24T03:52:27.775Z[ host-image] Sep 24 03:52:27.153 INFO O| Sep 24 03:52:27.153 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93102024-09-24T03:52:27.775Z[ host-image] Sep 24 03:52:27.153 INFO O| Sep 24 03:52:27.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93112024-09-24T03:52:27.775Z[ host-image] Sep 24 03:52:27.153 INFO O| Sep 24 03:52:27.153 INFO STEP 83 (ensure_dir) COMPLETE
93122024-09-24T03:52:27.775Z[ host-image] Sep 24 03:52:27.153 INFO O| Sep 24 03:52:27.153 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-09-24T03:52:27.784Z[ host-image] Sep 24 03:52:27.163 INFO O| Sep 24 03:52:27.163 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93142024-09-24T03:52:27.784Z[ host-image] Sep 24 03:52:27.163 INFO O| Sep 24 03:52:27.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93152024-09-24T03:52:27.786Z[ host-image] Sep 24 03:52:27.163 INFO O| Sep 24 03:52:27.163 INFO STEP 84 (ensure_dir) COMPLETE
93162024-09-24T03:52:27.786Z[ host-image] Sep 24 03:52:27.163 INFO O| Sep 24 03:52:27.163 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93172024-09-24T03:52:27.794Z[ host-image] Sep 24 03:52:27.172 INFO O| Sep 24 03:52:27.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93182024-09-24T03:52:27.794Z[ host-image] Sep 24 03:52:27.172 INFO O| Sep 24 03:52:27.172 INFO copying /tmp/.tmpuKYIKS/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 ...
93192024-09-24T03:52:27.796Z[ host-image] Sep 24 03:52:27.173 INFO O| Sep 24 03:52:27.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93202024-09-24T03:52:27.796Z[ host-image] Sep 24 03:52:27.173 INFO O| Sep 24 03:52:27.173 INFO ok!
93212024-09-24T03:52:27.796Z[ host-image] Sep 24 03:52:27.173 INFO O| Sep 24 03:52:27.173 INFO STEP 85 (ensure_file) COMPLETE
93222024-09-24T03:52:27.796Z[ host-image] Sep 24 03:52:27.173 INFO O| Sep 24 03:52:27.173 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93232024-09-24T03:52:27.804Z[ host-image] Sep 24 03:52:27.182 INFO O| Sep 24 03:52:27.182 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93242024-09-24T03:52:27.804Z[ host-image] Sep 24 03:52:27.182 INFO O| Sep 24 03:52:27.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93252024-09-24T03:52:27.806Z[ host-image] Sep 24 03:52:27.182 INFO O| Sep 24 03:52:27.182 INFO STEP 86 (ensure_dir) COMPLETE
93262024-09-24T03:52:27.806Z[ host-image] Sep 24 03:52:27.182 INFO O| Sep 24 03:52:27.182 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-09-24T03:52:27.814Z[ host-image] Sep 24 03:52:27.193 INFO O| Sep 24 03:52:27.192 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93282024-09-24T03:52:27.814Z[ host-image] Sep 24 03:52:27.193 INFO O| Sep 24 03:52:27.192 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93292024-09-24T03:52:27.816Z[ host-image] Sep 24 03:52:27.193 INFO O| Sep 24 03:52:27.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93302024-09-24T03:52:27.816Z[ host-image] Sep 24 03:52:27.193 INFO O| Sep 24 03:52:27.193 INFO ok!
93312024-09-24T03:52:27.817Z[ host-image] Sep 24 03:52:27.193 INFO O| Sep 24 03:52:27.193 INFO STEP 87 (ensure_file) COMPLETE
93322024-09-24T03:52:27.817Z[ host-image] Sep 24 03:52:27.193 INFO O| Sep 24 03:52:27.193 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-09-24T03:52:27.824Z[ host-image] Sep 24 03:52:27.202 INFO O| Sep 24 03:52:27.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93342024-09-24T03:52:27.824Z[ host-image] Sep 24 03:52:27.202 INFO O| Sep 24 03:52:27.202 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93352024-09-24T03:52:27.835Z[ host-image] Sep 24 03:52:27.214 INFO O| Sep 24 03:52:27.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93362024-09-24T03:52:27.835Z[ host-image] Sep 24 03:52:27.214 INFO O| Sep 24 03:52:27.214 INFO ok!
93372024-09-24T03:52:27.835Z[ host-image] Sep 24 03:52:27.214 INFO O| Sep 24 03:52:27.214 INFO STEP 88 (ensure_file) COMPLETE
93382024-09-24T03:52:27.838Z[ host-image] Sep 24 03:52:27.214 INFO O| Sep 24 03:52:27.214 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-09-24T03:52:27.845Z[ host-image] Sep 24 03:52:27.224 INFO O| Sep 24 03:52:27.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93402024-09-24T03:52:27.845Z[ host-image] Sep 24 03:52:27.224 INFO O| Sep 24 03:52:27.224 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93412024-09-24T03:52:28.273Z[ host-image] Sep 24 03:52:27.651 INFO O| Sep 24 03:52:27.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93422024-09-24T03:52:28.273Z[ host-image] Sep 24 03:52:27.651 INFO O| Sep 24 03:52:27.651 INFO ok!
93432024-09-24T03:52:28.273Z[ host-image] Sep 24 03:52:27.651 INFO O| Sep 24 03:52:27.651 INFO STEP 89 (ensure_file) COMPLETE
93442024-09-24T03:52:28.275Z[ host-image] Sep 24 03:52:27.651 INFO O| Sep 24 03:52:27.651 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-09-24T03:52:28.284Z[ host-image] Sep 24 03:52:27.662 INFO O| Sep 24 03:52:27.662 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93462024-09-24T03:52:28.284Z[ host-image] Sep 24 03:52:27.662 INFO O| Sep 24 03:52:27.662 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93472024-09-24T03:52:28.286Z[ host-image] Sep 24 03:52:27.662 INFO O| Sep 24 03:52:27.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93482024-09-24T03:52:28.286Z[ host-image] Sep 24 03:52:27.662 INFO O| Sep 24 03:52:27.662 INFO ok!
93492024-09-24T03:52:28.286Z[ host-image] Sep 24 03:52:27.663 INFO O| Sep 24 03:52:27.662 INFO STEP 90 (ensure_file) COMPLETE
93502024-09-24T03:52:28.286Z[ host-image] Sep 24 03:52:27.663 INFO O| Sep 24 03:52:27.662 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-09-24T03:52:28.294Z[ host-image] Sep 24 03:52:27.672 INFO O| Sep 24 03:52:27.672 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93522024-09-24T03:52:28.296Z[ host-image] Sep 24 03:52:27.673 INFO O| Sep 24 03:52:27.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93532024-09-24T03:52:28.296Z[ host-image] Sep 24 03:52:27.673 INFO O| Sep 24 03:52:27.673 INFO STEP 91 (ensure_dir) COMPLETE
93542024-09-24T03:52:28.296Z[ host-image] Sep 24 03:52:27.673 INFO O| Sep 24 03:52:27.673 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-09-24T03:52:28.304Z[ host-image] Sep 24 03:52:27.682 INFO O| Sep 24 03:52:27.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93562024-09-24T03:52:28.304Z[ host-image] Sep 24 03:52:27.682 INFO O| Sep 24 03:52:27.682 INFO copying /tmp/.tmpuKYIKS/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 ...
93572024-09-24T03:52:28.306Z[ host-image] Sep 24 03:52:27.682 INFO O| Sep 24 03:52:27.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
93582024-09-24T03:52:28.306Z[ host-image] Sep 24 03:52:27.682 INFO O| Sep 24 03:52:27.682 INFO ok!
93592024-09-24T03:52:28.306Z[ host-image] Sep 24 03:52:27.682 INFO O| Sep 24 03:52:27.682 INFO STEP 92 (ensure_file) COMPLETE
93602024-09-24T03:52:28.306Z[ host-image] Sep 24 03:52:27.682 INFO O| Sep 24 03:52:27.682 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-09-24T03:52:28.313Z[ host-image] Sep 24 03:52:27.692 INFO O| Sep 24 03:52:27.692 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93622024-09-24T03:52:28.313Z[ host-image] Sep 24 03:52:27.692 INFO O| Sep 24 03:52:27.692 INFO copying /tmp/.tmpuKYIKS/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 ...
93632024-09-24T03:52:28.316Z[ host-image] Sep 24 03:52:27.692 INFO O| Sep 24 03:52:27.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93642024-09-24T03:52:28.316Z[ host-image] Sep 24 03:52:27.692 INFO O| Sep 24 03:52:27.692 INFO ok!
93652024-09-24T03:52:28.316Z[ host-image] Sep 24 03:52:27.692 INFO O| Sep 24 03:52:27.692 INFO STEP 93 (ensure_file) COMPLETE
93662024-09-24T03:52:28.316Z[ host-image] Sep 24 03:52:27.692 INFO O| Sep 24 03:52:27.692 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672024-09-24T03:52:28.323Z[ host-image] Sep 24 03:52:27.702 INFO O| Sep 24 03:52:27.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
93682024-09-24T03:52:28.323Z[ host-image] Sep 24 03:52:27.702 INFO O| Sep 24 03:52:27.702 INFO copying /tmp/.tmpuKYIKS/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 ...
93692024-09-24T03:52:28.325Z[ host-image] Sep 24 03:52:27.702 INFO O| Sep 24 03:52:27.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
93702024-09-24T03:52:28.325Z[ host-image] Sep 24 03:52:27.702 INFO O| Sep 24 03:52:27.702 INFO ok!
93712024-09-24T03:52:28.325Z[ host-image] Sep 24 03:52:27.702 INFO O| Sep 24 03:52:27.702 INFO STEP 94 (ensure_file) COMPLETE
93722024-09-24T03:52:28.325Z[ host-image] Sep 24 03:52:27.702 INFO O| Sep 24 03:52:27.702 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732024-09-24T03:52:28.333Z[ host-image] Sep 24 03:52:27.712 INFO O| Sep 24 03:52:27.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
93742024-09-24T03:52:28.333Z[ host-image] Sep 24 03:52:27.712 INFO O| Sep 24 03:52:27.712 INFO copying /tmp/.tmpuKYIKS/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 ...
93752024-09-24T03:52:28.335Z[ host-image] Sep 24 03:52:27.712 INFO O| Sep 24 03:52:27.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
93762024-09-24T03:52:28.335Z[ host-image] Sep 24 03:52:27.712 INFO O| Sep 24 03:52:27.712 INFO ok!
93772024-09-24T03:52:28.335Z[ host-image] Sep 24 03:52:27.712 INFO O| Sep 24 03:52:27.712 INFO STEP 95 (ensure_file) COMPLETE
93782024-09-24T03:52:28.335Z[ host-image] Sep 24 03:52:27.712 INFO O| Sep 24 03:52:27.712 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792024-09-24T03:52:28.343Z[ host-image] Sep 24 03:52:27.721 INFO O| Sep 24 03:52:27.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
93802024-09-24T03:52:28.343Z[ host-image] Sep 24 03:52:27.721 INFO O| Sep 24 03:52:27.721 INFO copying /tmp/.tmpuKYIKS/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 ...
93812024-09-24T03:52:28.345Z[ host-image] Sep 24 03:52:27.722 INFO O| Sep 24 03:52:27.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
93822024-09-24T03:52:28.345Z[ host-image] Sep 24 03:52:27.722 INFO O| Sep 24 03:52:27.722 INFO ok!
93832024-09-24T03:52:28.345Z[ host-image] Sep 24 03:52:27.722 INFO O| Sep 24 03:52:27.722 INFO STEP 96 (ensure_file) COMPLETE
93842024-09-24T03:52:28.345Z[ host-image] Sep 24 03:52:27.722 INFO O| Sep 24 03:52:27.722 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-09-24T03:52:28.352Z[ host-image] Sep 24 03:52:27.731 INFO O| Sep 24 03:52:27.731 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
93862024-09-24T03:52:28.352Z[ host-image] Sep 24 03:52:27.731 INFO O| Sep 24 03:52:27.731 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
93872024-09-24T03:52:28.355Z[ host-image] Sep 24 03:52:27.731 INFO O| Sep 24 03:52:27.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
93882024-09-24T03:52:28.355Z[ host-image] Sep 24 03:52:27.731 INFO O| Sep 24 03:52:27.731 INFO ok!
93892024-09-24T03:52:28.355Z[ host-image] Sep 24 03:52:27.731 INFO O| Sep 24 03:52:27.731 INFO STEP 97 (ensure_file) COMPLETE
93902024-09-24T03:52:28.355Z[ host-image] Sep 24 03:52:27.731 INFO O| Sep 24 03:52:27.731 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-09-24T03:52:28.363Z[ host-image] Sep 24 03:52:27.741 INFO O| Sep 24 03:52:27.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
93922024-09-24T03:52:28.363Z[ host-image] Sep 24 03:52:27.741 INFO O| Sep 24 03:52:27.741 INFO copying /tmp/.tmpuKYIKS/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 ...
93932024-09-24T03:52:28.366Z[ host-image] Sep 24 03:52:27.741 INFO O| Sep 24 03:52:27.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93942024-09-24T03:52:28.366Z[ host-image] Sep 24 03:52:27.741 INFO O| Sep 24 03:52:27.741 INFO ok!
93952024-09-24T03:52:28.366Z[ host-image] Sep 24 03:52:27.741 INFO O| Sep 24 03:52:27.741 INFO STEP 98 (ensure_file) COMPLETE
93962024-09-24T03:52:28.366Z[ host-image] Sep 24 03:52:27.741 INFO O| Sep 24 03:52:27.741 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-09-24T03:52:28.371Z[ host-image] Sep 24 03:52:27.750 INFO O| Sep 24 03:52:27.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93982024-09-24T03:52:28.372Z[ host-image] Sep 24 03:52:27.750 INFO O| Sep 24 03:52:27.750 INFO copying /tmp/.tmpuKYIKS/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 ...
93992024-09-24T03:52:28.374Z[ host-image] Sep 24 03:52:27.750 INFO O| Sep 24 03:52:27.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94002024-09-24T03:52:28.374Z[ host-image] Sep 24 03:52:27.750 INFO O| Sep 24 03:52:27.750 INFO ok!
94012024-09-24T03:52:28.374Z[ host-image] Sep 24 03:52:27.750 INFO O| Sep 24 03:52:27.750 INFO STEP 99 (ensure_file) COMPLETE
94022024-09-24T03:52:28.374Z[ host-image] Sep 24 03:52:27.750 INFO O| Sep 24 03:52:27.750 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-09-24T03:52:28.381Z[ host-image] Sep 24 03:52:27.760 INFO O| Sep 24 03:52:27.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94042024-09-24T03:52:28.381Z[ host-image] Sep 24 03:52:27.760 INFO O| Sep 24 03:52:27.760 INFO copying /tmp/.tmpuKYIKS/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 ...
94052024-09-24T03:52:28.384Z[ host-image] Sep 24 03:52:27.760 INFO O| Sep 24 03:52:27.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94062024-09-24T03:52:28.384Z[ host-image] Sep 24 03:52:27.760 INFO O| Sep 24 03:52:27.760 INFO ok!
94072024-09-24T03:52:28.384Z[ host-image] Sep 24 03:52:27.760 INFO O| Sep 24 03:52:27.760 INFO STEP 100 (ensure_file) COMPLETE
94082024-09-24T03:52:28.384Z[ host-image] Sep 24 03:52:27.760 INFO O| Sep 24 03:52:27.760 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-09-24T03:52:28.391Z[ host-image] Sep 24 03:52:27.770 INFO O| Sep 24 03:52:27.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94102024-09-24T03:52:28.393Z[ host-image] Sep 24 03:52:27.770 INFO O| Sep 24 03:52:27.770 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94112024-09-24T03:52:28.393Z[ host-image] Sep 24 03:52:27.770 INFO O| Sep 24 03:52:27.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94122024-09-24T03:52:28.393Z[ host-image] Sep 24 03:52:27.770 INFO O| Sep 24 03:52:27.770 INFO ok!
94132024-09-24T03:52:28.393Z[ host-image] Sep 24 03:52:27.770 INFO O| Sep 24 03:52:27.770 INFO STEP 101 (ensure_file) COMPLETE
94142024-09-24T03:52:28.393Z[ host-image] Sep 24 03:52:27.770 INFO O| Sep 24 03:52:27.770 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-09-24T03:52:28.401Z[ host-image] Sep 24 03:52:27.780 INFO O| Sep 24 03:52:27.779 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94162024-09-24T03:52:28.401Z[ host-image] Sep 24 03:52:27.780 INFO O| Sep 24 03:52:27.780 INFO copying /tmp/.tmpuKYIKS/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 ...
94172024-09-24T03:52:28.403Z[ host-image] Sep 24 03:52:27.780 INFO O| Sep 24 03:52:27.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94182024-09-24T03:52:28.403Z[ host-image] Sep 24 03:52:27.780 INFO O| Sep 24 03:52:27.780 INFO ok!
94192024-09-24T03:52:28.403Z[ host-image] Sep 24 03:52:27.780 INFO O| Sep 24 03:52:27.780 INFO STEP 102 (ensure_file) COMPLETE
94202024-09-24T03:52:28.403Z[ host-image] Sep 24 03:52:27.780 INFO O| Sep 24 03:52:27.780 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-09-24T03:52:28.411Z[ host-image] Sep 24 03:52:27.789 INFO O| Sep 24 03:52:27.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94222024-09-24T03:52:28.411Z[ host-image] Sep 24 03:52:27.789 INFO O| Sep 24 03:52:27.789 INFO copying /tmp/.tmpuKYIKS/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 ...
94232024-09-24T03:52:28.413Z[ host-image] Sep 24 03:52:27.790 INFO O| Sep 24 03:52:27.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94242024-09-24T03:52:28.413Z[ host-image] Sep 24 03:52:27.790 INFO O| Sep 24 03:52:27.790 INFO ok!
94252024-09-24T03:52:28.413Z[ host-image] Sep 24 03:52:27.790 INFO O| Sep 24 03:52:27.790 INFO STEP 103 (ensure_file) COMPLETE
94262024-09-24T03:52:28.413Z[ host-image] Sep 24 03:52:27.790 INFO O| Sep 24 03:52:27.790 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-09-24T03:52:28.421Z[ host-image] Sep 24 03:52:27.799 INFO O| Sep 24 03:52:27.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94282024-09-24T03:52:28.421Z[ host-image] Sep 24 03:52:27.799 INFO O| Sep 24 03:52:27.799 INFO copying /tmp/.tmpuKYIKS/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 ...
94292024-09-24T03:52:28.421Z[ host-image] Sep 24 03:52:27.800 INFO O| Sep 24 03:52:27.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94302024-09-24T03:52:28.423Z[ host-image] Sep 24 03:52:27.800 INFO O| Sep 24 03:52:27.800 INFO ok!
94312024-09-24T03:52:28.423Z[ host-image] Sep 24 03:52:27.800 INFO O| Sep 24 03:52:27.800 INFO STEP 104 (ensure_file) COMPLETE
94322024-09-24T03:52:28.423Z[ host-image] Sep 24 03:52:27.800 INFO O| Sep 24 03:52:27.800 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-09-24T03:52:28.431Z[ host-image] Sep 24 03:52:27.809 INFO O| Sep 24 03:52:27.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94342024-09-24T03:52:28.431Z[ host-image] Sep 24 03:52:27.809 INFO O| Sep 24 03:52:27.809 INFO copying /tmp/.tmpuKYIKS/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 ...
94352024-09-24T03:52:28.431Z[ host-image] Sep 24 03:52:27.810 INFO O| Sep 24 03:52:27.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94362024-09-24T03:52:28.431Z[ host-image] Sep 24 03:52:27.810 INFO O| Sep 24 03:52:27.810 INFO ok!
94372024-09-24T03:52:28.433Z[ host-image] Sep 24 03:52:27.810 INFO O| Sep 24 03:52:27.810 INFO STEP 105 (ensure_file) COMPLETE
94382024-09-24T03:52:28.433Z[ host-image] Sep 24 03:52:27.810 INFO O| Sep 24 03:52:27.810 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-09-24T03:52:28.441Z[ host-image] Sep 24 03:52:27.820 INFO O| Sep 24 03:52:27.819 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94402024-09-24T03:52:28.441Z[ host-image] Sep 24 03:52:27.820 INFO O| Sep 24 03:52:27.819 INFO copying /tmp/.tmpuKYIKS/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 ...
94412024-09-24T03:52:28.443Z[ host-image] Sep 24 03:52:27.820 INFO O| Sep 24 03:52:27.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94422024-09-24T03:52:28.443Z[ host-image] Sep 24 03:52:27.820 INFO O| Sep 24 03:52:27.820 INFO ok!
94432024-09-24T03:52:28.443Z[ host-image] Sep 24 03:52:27.820 INFO O| Sep 24 03:52:27.820 INFO STEP 106 (ensure_file) COMPLETE
94442024-09-24T03:52:28.443Z[ host-image] Sep 24 03:52:27.820 INFO O| Sep 24 03:52:27.820 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-09-24T03:52:28.451Z[ host-image] Sep 24 03:52:27.829 INFO O| Sep 24 03:52:27.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94462024-09-24T03:52:28.451Z[ host-image] Sep 24 03:52:27.829 INFO O| Sep 24 03:52:27.829 INFO copying /tmp/.tmpuKYIKS/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 ...
94472024-09-24T03:52:28.453Z[ host-image] Sep 24 03:52:27.830 INFO O| Sep 24 03:52:27.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94482024-09-24T03:52:28.453Z[ host-image] Sep 24 03:52:27.830 INFO O| Sep 24 03:52:27.830 INFO ok!
94492024-09-24T03:52:28.453Z[ host-image] Sep 24 03:52:27.830 INFO O| Sep 24 03:52:27.830 INFO STEP 107 (ensure_file) COMPLETE
94502024-09-24T03:52:28.453Z[ host-image] Sep 24 03:52:27.830 INFO O| Sep 24 03:52:27.830 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-09-24T03:52:28.461Z[ host-image] Sep 24 03:52:27.839 INFO O| Sep 24 03:52:27.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94522024-09-24T03:52:28.461Z[ host-image] Sep 24 03:52:27.839 INFO O| Sep 24 03:52:27.839 INFO copying /tmp/.tmpuKYIKS/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 ...
94532024-09-24T03:52:28.463Z[ host-image] Sep 24 03:52:27.839 INFO O| Sep 24 03:52:27.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94542024-09-24T03:52:28.463Z[ host-image] Sep 24 03:52:27.839 INFO O| Sep 24 03:52:27.839 INFO ok!
94552024-09-24T03:52:28.463Z[ host-image] Sep 24 03:52:27.839 INFO O| Sep 24 03:52:27.839 INFO STEP 108 (ensure_file) COMPLETE
94562024-09-24T03:52:28.463Z[ host-image] Sep 24 03:52:27.839 INFO O| Sep 24 03:52:27.839 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572024-09-24T03:52:28.471Z[ host-image] Sep 24 03:52:27.849 INFO O| Sep 24 03:52:27.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
94582024-09-24T03:52:28.471Z[ host-image] Sep 24 03:52:27.849 INFO O| Sep 24 03:52:27.849 INFO copying /tmp/.tmpuKYIKS/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 ...
94592024-09-24T03:52:28.473Z[ host-image] Sep 24 03:52:27.849 INFO O| Sep 24 03:52:27.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
94602024-09-24T03:52:28.473Z[ host-image] Sep 24 03:52:27.849 INFO O| Sep 24 03:52:27.849 INFO ok!
94612024-09-24T03:52:28.473Z[ host-image] Sep 24 03:52:27.849 INFO O| Sep 24 03:52:27.849 INFO STEP 109 (ensure_file) COMPLETE
94622024-09-24T03:52:28.473Z[ host-image] Sep 24 03:52:27.849 INFO O| Sep 24 03:52:27.849 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-09-24T03:52:28.480Z[ host-image] Sep 24 03:52:27.859 INFO O| Sep 24 03:52:27.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
94642024-09-24T03:52:28.480Z[ host-image] Sep 24 03:52:27.859 INFO O| Sep 24 03:52:27.859 INFO copying /tmp/.tmpuKYIKS/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 ...
94652024-09-24T03:52:28.483Z[ host-image] Sep 24 03:52:27.859 INFO O| Sep 24 03:52:27.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
94662024-09-24T03:52:28.483Z[ host-image] Sep 24 03:52:27.859 INFO O| Sep 24 03:52:27.859 INFO ok!
94672024-09-24T03:52:28.483Z[ host-image] Sep 24 03:52:27.859 INFO O| Sep 24 03:52:27.859 INFO STEP 110 (ensure_file) COMPLETE
94682024-09-24T03:52:28.483Z[ host-image] Sep 24 03:52:27.859 INFO O| Sep 24 03:52:27.859 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692024-09-24T03:52:28.490Z[ host-image] Sep 24 03:52:27.868 INFO O| Sep 24 03:52:27.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
94702024-09-24T03:52:28.490Z[ host-image] Sep 24 03:52:27.868 INFO O| Sep 24 03:52:27.868 INFO copying /tmp/.tmpuKYIKS/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 ...
94712024-09-24T03:52:28.492Z[ host-image] Sep 24 03:52:27.868 INFO O| Sep 24 03:52:27.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
94722024-09-24T03:52:28.492Z[ host-image] Sep 24 03:52:27.868 INFO O| Sep 24 03:52:27.868 INFO ok!
94732024-09-24T03:52:28.492Z[ host-image] Sep 24 03:52:27.868 INFO O| Sep 24 03:52:27.868 INFO STEP 111 (ensure_file) COMPLETE
94742024-09-24T03:52:28.492Z[ host-image] Sep 24 03:52:27.868 INFO O| Sep 24 03:52:27.868 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94752024-09-24T03:52:28.499Z[ host-image] Sep 24 03:52:27.878 INFO O| Sep 24 03:52:27.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
94762024-09-24T03:52:28.502Z[ host-image] Sep 24 03:52:27.878 INFO O| Sep 24 03:52:27.878 INFO copying /tmp/.tmpuKYIKS/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 ...
94772024-09-24T03:52:28.502Z[ host-image] Sep 24 03:52:27.878 INFO O| Sep 24 03:52:27.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
94782024-09-24T03:52:28.502Z[ host-image] Sep 24 03:52:27.878 INFO O| Sep 24 03:52:27.878 INFO ok!
94792024-09-24T03:52:28.502Z[ host-image] Sep 24 03:52:27.878 INFO O| Sep 24 03:52:27.878 INFO STEP 112 (ensure_file) COMPLETE
94802024-09-24T03:52:28.502Z[ host-image] Sep 24 03:52:27.878 INFO O| Sep 24 03:52:27.878 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94812024-09-24T03:52:28.509Z[ host-image] Sep 24 03:52:27.888 INFO O| Sep 24 03:52:27.888 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
94822024-09-24T03:52:28.510Z[ host-image] Sep 24 03:52:27.888 INFO O| Sep 24 03:52:27.888 INFO copying /tmp/.tmpuKYIKS/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 ...
94832024-09-24T03:52:28.512Z[ host-image] Sep 24 03:52:27.888 INFO O| Sep 24 03:52:27.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
94842024-09-24T03:52:28.512Z[ host-image] Sep 24 03:52:27.888 INFO O| Sep 24 03:52:27.888 INFO ok!
94852024-09-24T03:52:28.512Z[ host-image] Sep 24 03:52:27.888 INFO O| Sep 24 03:52:27.888 INFO STEP 113 (ensure_file) COMPLETE
94862024-09-24T03:52:28.512Z[ host-image] Sep 24 03:52:27.888 INFO O| Sep 24 03:52:27.888 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872024-09-24T03:52:28.520Z[ host-image] Sep 24 03:52:27.898 INFO O| Sep 24 03:52:27.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
94882024-09-24T03:52:28.523Z[ host-image] Sep 24 03:52:27.898 INFO O| Sep 24 03:52:27.898 INFO copying /tmp/.tmpuKYIKS/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 ...
94892024-09-24T03:52:28.523Z[ host-image] Sep 24 03:52:27.898 INFO O| Sep 24 03:52:27.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
94902024-09-24T03:52:28.523Z[ host-image] Sep 24 03:52:27.898 INFO O| Sep 24 03:52:27.898 INFO ok!
94912024-09-24T03:52:28.523Z[ host-image] Sep 24 03:52:27.898 INFO O| Sep 24 03:52:27.898 INFO STEP 114 (ensure_file) COMPLETE
94922024-09-24T03:52:28.523Z[ host-image] Sep 24 03:52:27.898 INFO O| Sep 24 03:52:27.898 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-09-24T03:52:28.529Z[ host-image] Sep 24 03:52:27.907 INFO O| Sep 24 03:52:27.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94942024-09-24T03:52:28.529Z[ host-image] Sep 24 03:52:27.907 INFO O| Sep 24 03:52:27.907 INFO copying /tmp/.tmpuKYIKS/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 ...
94952024-09-24T03:52:28.531Z[ host-image] Sep 24 03:52:27.907 INFO O| Sep 24 03:52:27.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94962024-09-24T03:52:28.532Z[ host-image] Sep 24 03:52:27.908 INFO O| Sep 24 03:52:27.907 INFO ok!
94972024-09-24T03:52:28.532Z[ host-image] Sep 24 03:52:27.908 INFO O| Sep 24 03:52:27.907 INFO STEP 115 (ensure_file) COMPLETE
94982024-09-24T03:52:28.532Z[ host-image] Sep 24 03:52:27.908 INFO O| Sep 24 03:52:27.907 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-09-24T03:52:28.538Z[ host-image] Sep 24 03:52:27.917 INFO O| Sep 24 03:52:27.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95002024-09-24T03:52:28.538Z[ host-image] Sep 24 03:52:27.917 INFO O| Sep 24 03:52:27.917 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95012024-09-24T03:52:28.541Z[ host-image] Sep 24 03:52:27.917 INFO O| Sep 24 03:52:27.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95022024-09-24T03:52:28.541Z[ host-image] Sep 24 03:52:27.917 INFO O| Sep 24 03:52:27.917 INFO ok!
95032024-09-24T03:52:28.541Z[ host-image] Sep 24 03:52:27.917 INFO O| Sep 24 03:52:27.917 INFO STEP 116 (ensure_file) COMPLETE
95042024-09-24T03:52:28.541Z[ host-image] Sep 24 03:52:27.917 INFO O| Sep 24 03:52:27.917 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-09-24T03:52:28.548Z[ host-image] Sep 24 03:52:27.927 INFO O| Sep 24 03:52:27.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95062024-09-24T03:52:28.551Z[ host-image] Sep 24 03:52:27.927 INFO O| Sep 24 03:52:27.927 INFO copying /tmp/.tmpuKYIKS/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 ...
95072024-09-24T03:52:28.551Z[ host-image] Sep 24 03:52:27.927 INFO O| Sep 24 03:52:27.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95082024-09-24T03:52:28.551Z[ host-image] Sep 24 03:52:27.927 INFO O| Sep 24 03:52:27.927 INFO ok!
95092024-09-24T03:52:28.551Z[ host-image] Sep 24 03:52:27.927 INFO O| Sep 24 03:52:27.927 INFO STEP 117 (ensure_file) COMPLETE
95102024-09-24T03:52:28.551Z[ host-image] Sep 24 03:52:27.927 INFO O| Sep 24 03:52:27.927 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-09-24T03:52:28.558Z[ host-image] Sep 24 03:52:27.936 INFO O| Sep 24 03:52:27.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95122024-09-24T03:52:28.561Z[ host-image] Sep 24 03:52:27.936 INFO O| Sep 24 03:52:27.936 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95132024-09-24T03:52:28.561Z[ host-image] Sep 24 03:52:27.936 INFO O| Sep 24 03:52:27.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95142024-09-24T03:52:28.561Z[ host-image] Sep 24 03:52:27.936 INFO O| Sep 24 03:52:27.936 INFO ok!
95152024-09-24T03:52:28.561Z[ host-image] Sep 24 03:52:27.936 INFO O| Sep 24 03:52:27.936 INFO STEP 118 (ensure_file) COMPLETE
95162024-09-24T03:52:28.561Z[ host-image] Sep 24 03:52:27.936 INFO O| Sep 24 03:52:27.936 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-09-24T03:52:28.568Z[ host-image] Sep 24 03:52:27.946 INFO O| Sep 24 03:52:27.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95182024-09-24T03:52:28.568Z[ host-image] Sep 24 03:52:27.946 INFO O| Sep 24 03:52:27.946 INFO copying /tmp/.tmpuKYIKS/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95192024-09-24T03:52:31.863Z[ host-image] Sep 24 03:52:31.241 INFO O| Sep 24 03:52:31.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95202024-09-24T03:52:31.863Z[ host-image] Sep 24 03:52:31.241 INFO O| Sep 24 03:52:31.241 INFO ok!
95212024-09-24T03:52:31.866Z[ host-image] Sep 24 03:52:31.241 INFO O| Sep 24 03:52:31.241 INFO STEP 119 (ensure_file) COMPLETE
95222024-09-24T03:52:31.866Z[ host-image] Sep 24 03:52:31.241 INFO O| Sep 24 03:52:31.241 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-09-24T03:52:31.875Z[ host-image] Sep 24 03:52:31.252 INFO O| Sep 24 03:52:31.252 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95242024-09-24T03:52:31.878Z[ host-image] Sep 24 03:52:31.252 INFO O| Sep 24 03:52:31.252 INFO STEP 120 (ensure_dir) COMPLETE
95252024-09-24T03:52:31.878Z[ host-image] Sep 24 03:52:31.252 INFO O| Sep 24 03:52:31.252 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-09-24T03:52:31.884Z[ host-image] Sep 24 03:52:31.262 INFO O| Sep 24 03:52:31.262 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95272024-09-24T03:52:31.884Z[ host-image] Sep 24 03:52:31.262 INFO O| Sep 24 03:52:31.262 INFO STEP 121 (ensure_dir) COMPLETE
95282024-09-24T03:52:31.887Z[ host-image] Sep 24 03:52:31.262 INFO O| Sep 24 03:52:31.262 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-09-24T03:52:31.894Z[ host-image] Sep 24 03:52:31.272 INFO O| Sep 24 03:52:31.272 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95302024-09-24T03:52:31.894Z[ host-image] Sep 24 03:52:31.272 INFO O| Sep 24 03:52:31.272 INFO STEP 122 (ensure_dir) COMPLETE
95312024-09-24T03:52:31.897Z[ host-image] Sep 24 03:52:31.272 INFO O| Sep 24 03:52:31.272 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-09-24T03:52:31.905Z[ host-image] Sep 24 03:52:31.282 INFO O| Sep 24 03:52:31.282 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95332024-09-24T03:52:31.905Z[ host-image] Sep 24 03:52:31.282 INFO O| Sep 24 03:52:31.282 INFO STEP 123 (ensure_dir) COMPLETE
95342024-09-24T03:52:31.910Z[ host-image] Sep 24 03:52:31.282 INFO O| Sep 24 03:52:31.282 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-09-24T03:52:31.914Z[ host-image] Sep 24 03:52:31.292 INFO O| Sep 24 03:52:31.292 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95362024-09-24T03:52:31.917Z[ host-image] Sep 24 03:52:31.292 INFO O| Sep 24 03:52:31.292 INFO copying /tmp/.tmpuKYIKS/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 ...
95372024-09-24T03:52:31.917Z[ host-image] Sep 24 03:52:31.293 INFO O| Sep 24 03:52:31.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95382024-09-24T03:52:31.917Z[ host-image] Sep 24 03:52:31.293 INFO O| Sep 24 03:52:31.293 INFO ok!
95392024-09-24T03:52:31.917Z[ host-image] Sep 24 03:52:31.293 INFO O| Sep 24 03:52:31.293 INFO STEP 124 (ensure_file) COMPLETE
95402024-09-24T03:52:31.917Z[ host-image] Sep 24 03:52:31.293 INFO O| Sep 24 03:52:31.293 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412024-09-24T03:52:31.924Z[ host-image] Sep 24 03:52:31.303 INFO O| Sep 24 03:52:31.303 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95422024-09-24T03:52:31.925Z[ host-image] Sep 24 03:52:31.303 INFO O| Sep 24 03:52:31.303 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95432024-09-24T03:52:31.928Z[ host-image] Sep 24 03:52:31.303 INFO O| Sep 24 03:52:31.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95442024-09-24T03:52:31.928Z[ host-image] Sep 24 03:52:31.303 INFO O| Sep 24 03:52:31.303 INFO STEP 125 (ensure_dir) COMPLETE
95452024-09-24T03:52:31.928Z[ host-image] Sep 24 03:52:31.303 INFO O| Sep 24 03:52:31.303 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-09-24T03:52:31.934Z[ host-image] Sep 24 03:52:31.313 INFO O| Sep 24 03:52:31.312 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95472024-09-24T03:52:31.937Z[ host-image] Sep 24 03:52:31.313 INFO O| Sep 24 03:52:31.313 INFO copying /tmp/.tmpuKYIKS/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95482024-09-24T03:52:31.937Z[ host-image] Sep 24 03:52:31.313 INFO O| Sep 24 03:52:31.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95492024-09-24T03:52:31.937Z[ host-image] Sep 24 03:52:31.313 INFO O| Sep 24 03:52:31.313 INFO ok!
95502024-09-24T03:52:31.937Z[ host-image] Sep 24 03:52:31.313 INFO O| Sep 24 03:52:31.313 INFO STEP 126 (ensure_file) COMPLETE
95512024-09-24T03:52:31.937Z[ host-image] Sep 24 03:52:31.313 INFO O| Sep 24 03:52:31.313 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95522024-09-24T03:52:31.945Z[ host-image] Sep 24 03:52:31.323 INFO O| Sep 24 03:52:31.323 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95532024-09-24T03:52:31.948Z[ host-image] Sep 24 03:52:31.323 INFO O| Sep 24 03:52:31.323 INFO STEP 127 (remove_files) COMPLETE
95542024-09-24T03:52:31.948Z[ host-image] Sep 24 03:52:31.323 INFO O| Sep 24 03:52:31.323 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95552024-09-24T03:52:31.955Z[ host-image] Sep 24 03:52:31.333 INFO O| Sep 24 03:52:31.333 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
95562024-09-24T03:52:31.958Z[ host-image] Sep 24 03:52:31.333 INFO O| Sep 24 03:52:31.333 INFO STEP 128 (remove_files) COMPLETE
95572024-09-24T03:52:31.958Z[ host-image] Sep 24 03:52:31.333 INFO O| Sep 24 03:52:31.333 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95582024-09-24T03:52:31.965Z[ host-image] Sep 24 03:52:31.343 INFO O| Sep 24 03:52:31.343 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
95592024-09-24T03:52:31.968Z[ host-image] Sep 24 03:52:31.343 INFO O| Sep 24 03:52:31.343 INFO STEP 129 (remove_files) COMPLETE
95602024-09-24T03:52:31.968Z[ host-image] Sep 24 03:52:31.343 INFO O| Sep 24 03:52:31.343 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95612024-09-24T03:52:31.974Z[ host-image] Sep 24 03:52:31.353 INFO O| Sep 24 03:52:31.353 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
95622024-09-24T03:52:31.977Z[ host-image] Sep 24 03:52:31.353 INFO O| Sep 24 03:52:31.353 INFO STEP 130 (remove_files) COMPLETE
95632024-09-24T03:52:31.978Z[ host-image] Sep 24 03:52:31.353 INFO O| Sep 24 03:52:31.353 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95642024-09-24T03:52:31.984Z[ host-image] Sep 24 03:52:31.363 INFO O| Sep 24 03:52:31.363 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
95652024-09-24T03:52:31.987Z[ host-image] Sep 24 03:52:31.363 INFO O| Sep 24 03:52:31.363 INFO STEP 131 (remove_files) COMPLETE
95662024-09-24T03:52:31.987Z[ host-image] Sep 24 03:52:31.363 INFO O| Sep 24 03:52:31.363 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95672024-09-24T03:52:31.995Z[ host-image] Sep 24 03:52:31.373 INFO O| Sep 24 03:52:31.373 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
95682024-09-24T03:52:31.997Z[ host-image] Sep 24 03:52:31.373 INFO O| Sep 24 03:52:31.373 INFO STEP 132 (remove_files) COMPLETE
95692024-09-24T03:52:31.997Z[ host-image] Sep 24 03:52:31.373 INFO O| Sep 24 03:52:31.373 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95702024-09-24T03:52:32.006Z[ host-image] Sep 24 03:52:31.383 INFO O| Sep 24 03:52:31.383 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
95712024-09-24T03:52:32.006Z[ host-image] Sep 24 03:52:31.383 INFO O| Sep 24 03:52:31.383 INFO STEP 133 (remove_files) COMPLETE
95722024-09-24T03:52:32.009Z[ host-image] Sep 24 03:52:31.383 INFO O| Sep 24 03:52:31.383 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95732024-09-24T03:52:32.014Z[ host-image] Sep 24 03:52:31.392 INFO O| Sep 24 03:52:31.392 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
95742024-09-24T03:52:32.015Z[ host-image] Sep 24 03:52:31.393 INFO O| Sep 24 03:52:31.393 INFO STEP 134 (remove_files) COMPLETE
95752024-09-24T03:52:32.017Z[ host-image] Sep 24 03:52:31.393 INFO O| Sep 24 03:52:31.393 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95762024-09-24T03:52:32.024Z[ host-image] Sep 24 03:52:31.402 INFO O| Sep 24 03:52:31.402 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
95772024-09-24T03:52:32.027Z[ host-image] Sep 24 03:52:31.403 INFO O| Sep 24 03:52:31.403 INFO STEP 135 (remove_files) COMPLETE
95782024-09-24T03:52:32.027Z[ host-image] Sep 24 03:52:31.403 INFO O| Sep 24 03:52:31.403 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95792024-09-24T03:52:32.034Z[ host-image] Sep 24 03:52:31.412 INFO O| Sep 24 03:52:31.412 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
95802024-09-24T03:52:32.034Z[ host-image] Sep 24 03:52:31.413 INFO O| Sep 24 03:52:31.412 INFO STEP 136 (remove_files) COMPLETE
95812024-09-24T03:52:32.037Z[ host-image] Sep 24 03:52:31.413 INFO O| Sep 24 03:52:31.413 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95822024-09-24T03:52:32.045Z[ host-image] Sep 24 03:52:31.422 INFO O| Sep 24 03:52:31.422 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
95832024-09-24T03:52:32.045Z[ host-image] Sep 24 03:52:31.422 INFO O| Sep 24 03:52:31.422 INFO STEP 137 (remove_files) COMPLETE
95842024-09-24T03:52:32.047Z[ host-image] Sep 24 03:52:31.422 INFO O| Sep 24 03:52:31.422 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95852024-09-24T03:52:32.054Z[ host-image] Sep 24 03:52:31.432 INFO O| Sep 24 03:52:31.432 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95862024-09-24T03:52:32.055Z[ host-image] Sep 24 03:52:31.432 INFO O| Sep 24 03:52:31.432 INFO STEP 138 (remove_files) COMPLETE
95872024-09-24T03:52:32.055Z[ host-image] Sep 24 03:52:31.432 INFO O| Sep 24 03:52:31.432 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95882024-09-24T03:52:32.064Z[ host-image] Sep 24 03:52:31.442 INFO O| Sep 24 03:52:31.442 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95892024-09-24T03:52:32.064Z[ host-image] Sep 24 03:52:31.442 INFO O| Sep 24 03:52:31.442 INFO STEP 139 (remove_files) COMPLETE
95902024-09-24T03:52:32.066Z[ host-image] Sep 24 03:52:31.442 INFO O| Sep 24 03:52:31.442 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95912024-09-24T03:52:32.074Z[ host-image] Sep 24 03:52:31.452 INFO O| Sep 24 03:52:31.452 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95922024-09-24T03:52:32.076Z[ host-image] Sep 24 03:52:31.452 INFO O| Sep 24 03:52:31.452 INFO STEP 140 (remove_files) COMPLETE
95932024-09-24T03:52:32.077Z[ host-image] Sep 24 03:52:31.452 INFO O| Sep 24 03:52:31.452 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95942024-09-24T03:52:32.085Z[ host-image] Sep 24 03:52:31.462 INFO O| Sep 24 03:52:31.462 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95952024-09-24T03:52:32.085Z[ host-image] Sep 24 03:52:31.463 INFO O| Sep 24 03:52:31.462 INFO STEP 141 (remove_files) COMPLETE
95962024-09-24T03:52:32.085Z[ host-image] Sep 24 03:52:31.463 INFO O| Sep 24 03:52:31.462 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95972024-09-24T03:52:32.095Z[ host-image] Sep 24 03:52:31.473 INFO O| Sep 24 03:52:31.473 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95982024-09-24T03:52:32.095Z[ host-image] Sep 24 03:52:31.473 INFO O| Sep 24 03:52:31.473 INFO STEP 142 (remove_files) COMPLETE
95992024-09-24T03:52:32.098Z[ host-image] Sep 24 03:52:31.473 INFO O| Sep 24 03:52:31.473 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96002024-09-24T03:52:32.104Z[ host-image] Sep 24 03:52:31.483 INFO O| Sep 24 03:52:31.483 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96012024-09-24T03:52:32.104Z[ host-image] Sep 24 03:52:31.483 INFO O| Sep 24 03:52:31.483 INFO STEP 143 (remove_files) COMPLETE
96022024-09-24T03:52:32.105Z[ host-image] Sep 24 03:52:31.483 INFO O| Sep 24 03:52:31.483 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96032024-09-24T03:52:32.114Z[ host-image] Sep 24 03:52:31.493 INFO O| Sep 24 03:52:31.492 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96042024-09-24T03:52:32.114Z[ host-image] Sep 24 03:52:31.493 INFO O| Sep 24 03:52:31.493 INFO STEP 144 (remove_files) COMPLETE
96052024-09-24T03:52:32.123Z[ host-image] Sep 24 03:52:31.493 INFO O| Sep 24 03:52:31.493 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96062024-09-24T03:52:32.130Z[ host-image] Sep 24 03:52:31.502 INFO O| Sep 24 03:52:31.502 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96072024-09-24T03:52:32.130Z[ host-image] Sep 24 03:52:31.503 INFO O| Sep 24 03:52:31.502 INFO STEP 145 (remove_files) COMPLETE
96082024-09-24T03:52:32.130Z[ host-image] Sep 24 03:52:31.503 INFO O| Sep 24 03:52:31.503 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96092024-09-24T03:52:32.140Z[ host-image] Sep 24 03:52:31.512 INFO O| Sep 24 03:52:31.512 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96102024-09-24T03:52:32.149Z[ host-image] Sep 24 03:52:31.512 INFO O| Sep 24 03:52:31.512 INFO STEP 146 (remove_files) COMPLETE
96112024-09-24T03:52:32.149Z[ host-image] Sep 24 03:52:31.512 INFO O| Sep 24 03:52:31.512 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122024-09-24T03:52:32.158Z[ host-image] Sep 24 03:52:31.522 INFO O| Sep 24 03:52:31.522 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96132024-09-24T03:52:32.159Z[ host-image] Sep 24 03:52:31.522 INFO O| Sep 24 03:52:31.522 INFO STEP 147 (remove_files) COMPLETE
96142024-09-24T03:52:32.159Z[ host-image] Sep 24 03:52:31.522 INFO O| Sep 24 03:52:31.522 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152024-09-24T03:52:32.165Z[ host-image] Sep 24 03:52:31.532 INFO O| Sep 24 03:52:31.532 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96162024-09-24T03:52:32.165Z[ host-image] Sep 24 03:52:31.532 INFO O| Sep 24 03:52:31.532 INFO STEP 148 (remove_files) COMPLETE
96172024-09-24T03:52:32.165Z[ host-image] Sep 24 03:52:31.532 INFO O| Sep 24 03:52:31.532 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182024-09-24T03:52:32.171Z[ host-image] Sep 24 03:52:31.542 INFO O| Sep 24 03:52:31.542 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96192024-09-24T03:52:32.171Z[ host-image] Sep 24 03:52:31.542 INFO O| Sep 24 03:52:31.542 INFO STEP 149 (remove_files) COMPLETE
96202024-09-24T03:52:32.171Z[ host-image] Sep 24 03:52:31.542 INFO O| Sep 24 03:52:31.542 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212024-09-24T03:52:32.178Z[ host-image] Sep 24 03:52:31.552 INFO O| Sep 24 03:52:31.552 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96222024-09-24T03:52:32.178Z[ host-image] Sep 24 03:52:31.552 INFO O| Sep 24 03:52:31.552 INFO STEP 150 (remove_files) COMPLETE
96232024-09-24T03:52:32.178Z[ host-image] Sep 24 03:52:31.552 INFO O| Sep 24 03:52:31.552 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96242024-09-24T03:52:32.189Z[ host-image] Sep 24 03:52:31.561 INFO O| Sep 24 03:52:31.561 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96252024-09-24T03:52:32.189Z[ host-image] Sep 24 03:52:31.562 INFO O| Sep 24 03:52:31.561 INFO STEP 151 (remove_files) COMPLETE
96262024-09-24T03:52:32.189Z[ host-image] Sep 24 03:52:31.562 INFO O| Sep 24 03:52:31.562 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96272024-09-24T03:52:32.193Z[ host-image] Sep 24 03:52:31.572 INFO O| Sep 24 03:52:31.571 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96282024-09-24T03:52:32.196Z[ host-image] Sep 24 03:52:31.572 INFO O| Sep 24 03:52:31.572 INFO STEP 152 (remove_files) COMPLETE
96292024-09-24T03:52:32.196Z[ host-image] Sep 24 03:52:31.572 INFO O| Sep 24 03:52:31.572 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96302024-09-24T03:52:32.205Z[ host-image] Sep 24 03:52:31.582 INFO O| Sep 24 03:52:31.582 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96312024-09-24T03:52:32.205Z[ host-image] Sep 24 03:52:31.582 INFO O| Sep 24 03:52:31.582 INFO STEP 153 (remove_files) COMPLETE
96322024-09-24T03:52:32.208Z[ host-image] Sep 24 03:52:31.582 INFO O| Sep 24 03:52:31.582 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96332024-09-24T03:52:32.213Z[ host-image] Sep 24 03:52:31.591 INFO O| Sep 24 03:52:31.591 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96342024-09-24T03:52:32.213Z[ host-image] Sep 24 03:52:31.592 INFO O| Sep 24 03:52:31.592 INFO STEP 154 (remove_files) COMPLETE
96352024-09-24T03:52:32.213Z[ host-image] Sep 24 03:52:31.592 INFO O| Sep 24 03:52:31.592 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96362024-09-24T03:52:32.223Z[ host-image] Sep 24 03:52:31.601 INFO O| Sep 24 03:52:31.601 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96372024-09-24T03:52:32.225Z[ host-image] Sep 24 03:52:31.601 INFO O| Sep 24 03:52:31.601 INFO STEP 155 (remove_files) COMPLETE
96382024-09-24T03:52:32.225Z[ host-image] Sep 24 03:52:31.601 INFO O| Sep 24 03:52:31.601 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96392024-09-24T03:52:32.238Z[ host-image] Sep 24 03:52:31.616 INFO O| Sep 24 03:52:31.616 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96402024-09-24T03:52:32.241Z[ host-image] Sep 24 03:52:31.616 INFO O| Sep 24 03:52:31.616 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
96412024-09-24T03:52:40.482Z[ host-image] Sep 24 03:52:39.859 INFO O| Sep 24 03:52:39.859 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
96422024-09-24T03:52:40.482Z[ host-image] Sep 24 03:52:39.859 INFO O| Sep 24 03:52:39.859 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96432024-09-24T03:52:40.497Z[ host-image] Sep 24 03:52:39.875 INFO O| Sep 24 03:52:39.875 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", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96442024-09-24T03:52:40.576Z[ host-image] Sep 24 03:52:39.954 INFO O| Sep 24 03:52:39.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96452024-09-24T03:52:40.576Z[ host-image] Sep 24 03:52:39.954 INFO O| Sep 24 03:52:39.954 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96462024-09-24T03:52:40.578Z[ host-image] Sep 24 03:52:39.956 INFO O| Sep 24 03:52:39.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96472024-09-24T03:52:40.579Z[ host-image] Sep 24 03:52:39.956 INFO O| Sep 24 03:52:39.956 INFO ok!
96482024-09-24T03:52:40.579Z[ host-image] Sep 24 03:52:39.956 INFO O| Sep 24 03:52:39.956 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96492024-09-24T03:52:40.579Z[ host-image] Sep 24 03:52:39.956 INFO O| Sep 24 03:52:39.956 INFO STEP 156 (seed_smf) COMPLETE
96502024-09-24T03:52:40.579Z[ host-image] Sep 24 03:52:39.956 INFO O| Sep 24 03:52:39.956 INFO steps complete; finalising image!
96512024-09-24T03:52:40.579Z[ host-image] Sep 24 03:52:39.956 INFO O| Sep 24 03:52:39.956 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96522024-09-24T03:52:40.720Z[ host-image] Sep 24 03:52:40.098 INFO O| Sep 24 03:52:40.097 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Sep 24 03:52:39 2024)
96532024-09-24T03:52:40.942Z[ host-image] Sep 24 03:52:40.319 INFO O| Sep 24 03:52:40.318 INFO temporary pool has 677M used, 155M avail, 1.87x compressratio
96542024-09-24T03:52:40.942Z[ host-image] Sep 24 03:52:40.319 INFO O| Sep 24 03:52:40.318 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
96552024-09-24T03:52:41.214Z[ host-image] Sep 24 03:52:40.591 INFO O| Sep 24 03:52:40.591 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
96562024-09-24T03:52:41.214Z[ host-image] Sep 24 03:52:40.591 INFO O| Sep 24 03:52:40.591 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
96572024-09-24T03:52:42.222Z[ host-image] Sep 24 03:52:41.598 INFO O| Sep 24 03:52:41.598 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
96582024-09-24T03:52:42.222Z[ host-image] Sep 24 03:52:41.598 INFO O| Sep 24 03:52:41.598 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
96592024-09-24T03:52:42.225Z[ host-image] Sep 24 03:52:41.598 INFO O| Sep 24 03:52:41.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
96602024-09-24T03:52:42.225Z[ host-image] Sep 24 03:52:41.598 INFO O| Sep 24 03:52:41.598 INFO completed processing gimlet/zfs
96612024-09-24T03:52:42.225Z[ host-image] Sep 24 03:52:41.598 INFO O| Sep 24 03:52:41.598 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
96622024-09-24T03:52:48.696Z[ host-image] Sep 24 03:52:48.074 INFO O| Sep 24 03:52:48.074 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
96632024-09-24T03:52:48.783Z[ host-image] Sep 24 03:52:48.160 INFO BUILD STRING "heads/stlouis-0-g473b048bcc\n"
96642024-09-24T03:52:48.783Z[ host-image] Sep 24 03:52:48.161 INFO expanded image name: "ci 425a962/${os_short_commit} 2024-09-24 03:22" -> "ci 425a962/473b048 2024-09-24 03:22"
96652024-09-24T03:52:48.790Z[ host-image] Sep 24 03:52:48.161 INFO output artefacts stored in: "/work/os-host"
96662024-09-24T03:52:48.790Z[ host-image] Sep 24 03:52:48.161 INFO collecting git info from project "phbl"...
96672024-09-24T03:52:48.790Z[ host-image] Sep 24 03:52:48.166 INFO collecting git info from project "amd-firmware"...
96682024-09-24T03:52:48.796Z[ host-image] Sep 24 03:52:48.174 INFO collecting git info from project "amd-host-image-builder"...
96692024-09-24T03:52:48.809Z[ host-image] Sep 24 03:52:48.187 INFO collecting git info from project "pilot"...
96702024-09-24T03:52:48.814Z[ host-image] Sep 24 03:52:48.192 INFO collecting git info from project "image-builder"...
96712024-09-24T03:52:48.818Z[ host-image] Sep 24 03:52:48.196 INFO collecting git info from project "chelsio-t6-roms"...
96722024-09-24T03:52:48.823Z[ host-image] Sep 24 03:52:48.201 INFO collecting git info from project "bootserver"...
96732024-09-24T03:52:48.827Z[ host-image] Sep 24 03:52:48.205 INFO collecting git info from project "pinprick"...
96742024-09-24T03:52:48.831Z[ host-image] Sep 24 03:52:48.209 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96752024-09-24T03:52:49.193Z[ host-image] Sep 24 03:52:48.570 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96762024-09-24T03:52:49.529Z[ host-image] Sep 24 03:52:48.906 INFO creating Oxide boot image...
96772024-09-24T03:52:49.529Z[ host-image] Sep 24 03:52:48.906 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 425a962/473b048 2024-09-24 03:22", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96782024-09-24T03:52:50.490Z[ host-image] Sep 24 03:52:49.867 INFO O| ok, image written!
96792024-09-24T03:52:50.490Z[ host-image] Sep 24 03:52:49.868 INFO O| ok, boot_image_csum file written!
96802024-09-24T03:52:50.493Z[ host-image] Sep 24 03:52:49.871 INFO creating boot archive (CPIO)...
96812024-09-24T03:52:50.493Z[ host-image] Sep 24 03:52:49.871 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
96822024-09-24T03:52:50.506Z[ host-image] Sep 24 03:52:49.882 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96832024-09-24T03:52:50.506Z[ host-image] Sep 24 03:52:49.882 INFO E| + outfile=/work/os-host/cpio
96842024-09-24T03:52:50.506Z[ host-image] Sep 24 03:52:49.882 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96852024-09-24T03:52:50.508Z[ host-image] Sep 24 03:52:49.884 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96862024-09-24T03:52:50.508Z[ host-image] Sep 24 03:52:49.884 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96872024-09-24T03:52:50.543Z[ host-image] Sep 24 03:52:49.921 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96882024-09-24T03:52:50.543Z[ host-image] Sep 24 03:52:49.921 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96892024-09-24T03:52:50.550Z[ host-image] Sep 24 03:52:49.928 INFO creating compressed cpio/unix for nanobl-rs...
96902024-09-24T03:52:50.553Z[ host-image] Sep 24 03:52:49.928 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
96912024-09-24T03:52:50.836Z[ host-image] Sep 24 03:52:50.214 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96922024-09-24T03:52:55.169Z[ host-image] Sep 24 03:52:54.546 INFO creating reset image...
96932024-09-24T03:52:55.169Z[ host-image] Sep 24 03:52:54.546 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96942024-09-24T03:52:55.263Z[ host-image] Sep 24 03:52:54.640 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96952024-09-24T03:52:55.267Z[ host-image] Sep 24 03:52:54.641 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96962024-09-24T03:52:55.320Z[ host-image] Sep 24 03:52:54.697 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96972024-09-24T03:52:57.373Z[ host-image] Sep 24 03:52:56.751 INFO E| Finished `release` profile [optimized] target(s) in 2.09s
96982024-09-24T03:52:57.385Z[ host-image] Sep 24 03:52:56.762 INFO building host image...
96992024-09-24T03:52:57.387Z[ host-image] Sep 24 03:52:56.762 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")
97002024-09-24T03:52:57.837Z[ host-image] Sep 24 03:52:57.214 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97012024-09-24T03:53:44.489Z[ host-image] Sep 24 03:53:43.864 INFO image complete! materials are in "/work/os-host"
97022024-09-24T03:53:44.492Z[ host-image]
97032024-09-24T03:53:44.492Z[ host-image] real 10:19.242076310
97042024-09-24T03:53:44.492Z[ host-image] user 4:05.142171074
97052024-09-24T03:53:44.492Z[ host-image] sys 46.050419519
97062024-09-24T03:53:44.492Z[ host-image] trap 0.119173214
97072024-09-24T03:53:44.492Z[ host-image] tflt 0.014547588
97082024-09-24T03:53:44.492Z[ host-image] dflt 0.051894699
97092024-09-24T03:53:44.492Z[ host-image] kflt 0.000000000
97102024-09-24T03:53:44.492Z[ host-image] lock 7:58.637624238
97112024-09-24T03:53:44.492Z[ host-image] slp 59:33.989750453
97122024-09-24T03:53:44.492Z[ host-image] lat 52.009638964
97132024-09-24T03:53:44.492Z[ host-image] stop 0.782334272
97142024-09-24T03:53:44.495ZSep 24 03:53:43.867 INFO [host-image] process exited with exit status: 0 (619.255275354s)
97152024-09-24T03:53:44.495ZSep 24 03:53:43.867 INFO [tuf-repo] running task
97162024-09-24T03:53:50.969ZSep 24 03:53:50.344 INFO assembling repository in `/tmp/tufaceous771yjw`, component: OmicronRepoAssembler
97172024-09-24T03:53:55.708ZSep 24 03:53:55.083 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97182024-09-24T03:53:55.995ZSep 24 03:53:55.367 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97192024-09-24T03:54:07.484ZSep 24 03:54:06.858 INFO [tuf-repo] task succeeded (22.99095381s)
97202024-09-24T03:54:07.484ZSep 24 03:54:06.858 INFO all jobs completed in 1913.11807299s
97212024-09-24T03:54:07.996Zprocess exited: duration 2566196 ms, exit code 0
 
97222024-09-24T03:54:08.007Zfound 33 output files
97232024-09-24T03:54:08.007Zuploading: /work/manifest.toml (8404 bytes)
97242024-09-24T03:54:09.019Zuploaded: /work/manifest.toml
97252024-09-24T03:54:09.019Zuploading: /work/repo.zip (1804491479 bytes)
97262024-09-24T03:54:42.738Zuploaded: /work/repo.zip
97272024-09-24T03:54:42.738Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97282024-09-24T03:54:43.762Zuploaded: /work/repo.zip.sha256.txt
97292024-09-24T03:54:43.762Zuploading: /work/helios-setup.log (52229 bytes)
97302024-09-24T03:54:44.776Zuploaded: /work/helios-setup.log
97312024-09-24T03:54:44.776Zuploading: /work/host-image.log (196341 bytes)
97322024-09-24T03:54:45.801Zuploaded: /work/host-image.log
97332024-09-24T03:54:45.801Zuploading: /work/host-package.log (20067 bytes)
97342024-09-24T03:54:46.813Zuploaded: /work/host-package.log
97352024-09-24T03:54:46.813Zuploading: /work/host-target.log (101 bytes)
97362024-09-24T03:54:47.828Zuploaded: /work/host-target.log
97372024-09-24T03:54:47.828Zuploading: /work/omicron-package.log (4418 bytes)
97382024-09-24T03:54:48.838Zuploaded: /work/omicron-package.log
97392024-09-24T03:54:48.838Zuploading: /work/phbl-toolchain.log (881 bytes)
97402024-09-24T03:54:49.852Zuploaded: /work/phbl-toolchain.log
97412024-09-24T03:54:49.853Zuploading: /work/recovery-image.log (592720 bytes)
97422024-09-24T03:54:50.889Zuploaded: /work/recovery-image.log
97432024-09-24T03:54:50.889Zuploading: /work/recovery-package.log (282 bytes)
97442024-09-24T03:54:51.901Zuploaded: /work/recovery-package.log
97452024-09-24T03:54:51.901Zuploading: /work/recovery-target.log (98 bytes)
97462024-09-24T03:54:52.913Zuploaded: /work/recovery-target.log
97472024-09-24T03:54:52.914Zuploading: /work/stamp-clickhouse.log (117 bytes)
97482024-09-24T03:54:53.928Zuploaded: /work/stamp-clickhouse.log
97492024-09-24T03:54:53.928Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97502024-09-24T03:54:54.965Zuploaded: /work/stamp-clickhouse_keeper.log
97512024-09-24T03:54:54.965Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97522024-09-24T03:54:55.976Zuploaded: /work/stamp-cockroachdb.log
97532024-09-24T03:54:55.976Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
97542024-09-24T03:54:56.986Zuploaded: /work/stamp-crucible-dtrace.log
97552024-09-24T03:54:56.986Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
97562024-09-24T03:54:57.996Zuploaded: /work/stamp-crucible-pantry-zone.log
97572024-09-24T03:54:57.996Zuploading: /work/stamp-crucible-zone.log (120 bytes)
97582024-09-24T03:54:59.010Zuploaded: /work/stamp-crucible-zone.log
97592024-09-24T03:54:59.010Zuploading: /work/stamp-external-dns.log (119 bytes)
97602024-09-24T03:55:00.023Zuploaded: /work/stamp-external-dns.log
97612024-09-24T03:55:00.024Zuploading: /work/stamp-installinator.log (103 bytes)
97622024-09-24T03:55:01.037Zuploaded: /work/stamp-installinator.log
97632024-09-24T03:55:01.037Zuploading: /work/stamp-internal-dns.log (119 bytes)
97642024-09-24T03:55:04.600Zuploaded: /work/stamp-internal-dns.log
97652024-09-24T03:55:04.600Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
97662024-09-24T03:55:05.607Zuploaded: /work/stamp-mg-ddm-gz.log
97672024-09-24T03:55:05.607Zuploading: /work/stamp-nexus.log (112 bytes)
97682024-09-24T03:55:06.616Zuploaded: /work/stamp-nexus.log
97692024-09-24T03:55:06.616Zuploading: /work/stamp-ntp.log (110 bytes)
97702024-09-24T03:55:07.625Zuploaded: /work/stamp-ntp.log
97712024-09-24T03:55:07.625Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
97722024-09-24T03:55:08.634Zuploaded: /work/stamp-omicron-sled-agent.log
97732024-09-24T03:55:08.634Zuploading: /work/stamp-overlay.log (114 bytes)
97742024-09-24T03:55:09.642Zuploaded: /work/stamp-overlay.log
97752024-09-24T03:55:09.642Zuploading: /work/stamp-oximeter.log (115 bytes)
97762024-09-24T03:55:10.650Zuploaded: /work/stamp-oximeter.log
97772024-09-24T03:55:10.650Zuploading: /work/stamp-oxlog.log (109 bytes)
97782024-09-24T03:55:11.658Zuploaded: /work/stamp-oxlog.log
97792024-09-24T03:55:11.658Zuploading: /work/stamp-probe.log (112 bytes)
97802024-09-24T03:55:12.665Zuploaded: /work/stamp-probe.log
97812024-09-24T03:55:12.665Zuploading: /work/stamp-propolis-server.log (122 bytes)
97822024-09-24T03:55:13.673Zuploaded: /work/stamp-propolis-server.log
97832024-09-24T03:55:13.673Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97842024-09-24T03:55:14.681Zuploaded: /work/stamp-pumpkind-gz.log
97852024-09-24T03:55:14.681Zuploading: /work/stamp-switch-asic.log (118 bytes)
97862024-09-24T03:55:15.690Zuploaded: /work/stamp-switch-asic.log
97872024-09-24T03:55:15.691Zuploading: /work/verify-libraries.log (2908 bytes)
97882024-09-24T03:55:16.698Zuploaded: /work/verify-libraries.log