01J6J8B4S72DRF3YFC3MZQS9MW: 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: 01J6J8BY77KAT7GEZENZ4Y6K2M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-30T18:23:05.559Zjob assigned to worker 01J6J8BXTFS1J59W54QGT1BPXY (queued for 56 s)
 
22024-08-30T18:23:13.080Zstarting task 0: "setup"
32024-08-30T18:23:13.088Z++ uname -s
42024-08-30T18:23:13.091Z+ kern=SunOS
52024-08-30T18:23:13.092Z+ case "$kern" in
62024-08-30T18:23:13.092Z+ groupadd -g 12345 build
72024-08-30T18:23:13.094Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-30T18:23:15.120Z+ zfs create -o mountpoint=/work rpool/work
92024-08-30T18:23:15.275Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-30T18:23:15.278Z+ home_fs=zfs
112024-08-30T18:23:15.278Z+ [[ zfs == autofs ]]
122024-08-30T18:23:15.278Z+ mkdir -p /home/build
132024-08-30T18:23:15.281Z+ chown build:build /home/build /work
142024-08-30T18:23:17.282Z+ chmod 0700 /home/build /work
152024-08-30T18:23:17.285Zprocess exited: duration 4206 ms, exit code 0
 
162024-08-30T18:23:17.290Zstarting task 1: "rust-toolchain"
172024-08-30T18:23:17.295Z+ printf ' * toolchain channel = "%s"
182024-08-30T18:23:17.295Z * toolchain channel = "1.80.1"
192024-08-30T18:23:17.295Z' 1.80.1
202024-08-30T18:23:17.295Z+ printf ' * toolchain profile = "%s"
212024-08-30T18:23:17.295Z' default
222024-08-30T18:23:17.295Z * toolchain profile = "default"
232024-08-30T18:23:17.297Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-30T18:23:17.297Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-30T18:23:17.414Zinfo: downloading installer
262024-08-30T18:23:18.795Zinfo: profile set to 'default'
272024-08-30T18:23:18.795Zinfo: default host triple is x86_64-unknown-illumos
282024-08-30T18:23:18.797Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-30T18:23:18.920Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-30T18:23:18.920Zinfo: downloading component 'cargo'
312024-08-30T18:23:19.579Zinfo: downloading component 'clippy'
322024-08-30T18:23:19.809Zinfo: downloading component 'rust-docs'
332024-08-30T18:23:20.714Zinfo: downloading component 'rust-std'
342024-08-30T18:23:22.069Zinfo: downloading component 'rustc'
352024-08-30T18:23:25.831Zinfo: downloading component 'rustfmt'
362024-08-30T18:23:25.838Zinfo: installing component 'cargo'
372024-08-30T18:23:26.606Zinfo: installing component 'clippy'
382024-08-30T18:23:26.978Zinfo: installing component 'rust-docs'
392024-08-30T18:23:28.591Zinfo: installing component 'rust-std'
402024-08-30T18:23:30.251Zinfo: installing component 'rustc'
412024-08-30T18:23:34.593Zinfo: installing component 'rustfmt'
422024-08-30T18:23:34.926Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-30T18:23:34.926Z
442024-08-30T18:23:35.184Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-30T18:23:35.184Z
462024-08-30T18:23:35.187Z
472024-08-30T18:23:35.187ZRust is installed now. Great!
482024-08-30T18:23:35.187Z
492024-08-30T18:23:35.187ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-30T18:23:35.187Zenvironment variable. This has not been done automatically.
512024-08-30T18:23:35.187Z
522024-08-30T18:23:35.187ZTo configure your current shell, you need to source
532024-08-30T18:23:35.187Zthe corresponding env file under $HOME/.cargo.
542024-08-30T18:23:35.187Z
552024-08-30T18:23:35.187ZThis is usually done by running one of the following (note the leading DOT):
562024-08-30T18:23:35.187Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-30T18:23:35.187Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-30T18:23:35.238Z+ rustc --version
592024-08-30T18:23:35.302Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-30T18:23:35.305Zprocess exited: duration 18012 ms, exit code 0
 
612024-08-30T18:23:35.310Zstarting task 2: "authentication"
622024-08-30T18:23:35.331Zprocess exited: duration 20 ms, exit code 0
 
632024-08-30T18:23:35.338Zstarting task 3: "clone repository"
642024-08-30T18:23:35.344Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-30T18:23:35.346Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-30T18:23:35.390ZCloning into '/work/oxidecomputer/omicron'...
672024-08-30T18:23:40.219Z+ cd /work/oxidecomputer/omicron
682024-08-30T18:23:40.220Z+ git fetch origin dc10290f4b6fff0470463be318bb91adfbf383a6
692024-08-30T18:23:40.479ZFrom https://github.com/oxidecomputer/omicron
702024-08-30T18:23:40.479Z * branch dc10290f4b6fff0470463be318bb91adfbf383a6 -> FETCH_HEAD
712024-08-30T18:23:40.489Z+ [[ -n hubris-support-keys ]]
722024-08-30T18:23:40.491Z++ git branch --show-current
732024-08-30T18:23:40.495Z+ current=main
742024-08-30T18:23:40.495Z+ [[ main != hubris-support-keys ]]
752024-08-30T18:23:40.495Z+ git branch -f hubris-support-keys dc10290f4b6fff0470463be318bb91adfbf383a6
762024-08-30T18:23:40.497Z+ git checkout -f hubris-support-keys
772024-08-30T18:23:40.650ZSwitched to branch 'hubris-support-keys'
782024-08-30T18:23:40.652Z+ git reset --hard dc10290f4b6fff0470463be318bb91adfbf383a6
792024-08-30T18:23:40.661ZHEAD is now at dc10290f4 Add details on support keys
802024-08-30T18:23:40.663Zprocess exited: duration 5323 ms, exit code 0
 
812024-08-30T18:23:40.667Zstarting task 4: "build"
822024-08-30T18:23:40.672Z+ cargo --version
832024-08-30T18:23:40.726Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-30T18:23:40.728Z+ rustc --version
852024-08-30T18:23:40.785Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-30T18:23:40.787Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-30T18:23:47.298Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-30T18:23:49.590Z Startup: Caching catalogs ... Done
892024-08-30T18:23:51.558ZPlanning: Solver setup ... Done (1.395s)
902024-08-30T18:23:51.578ZPlanning: Running solver ... Done (0.023s)
912024-08-30T18:23:51.621ZPlanning: Finding local manifests ... Done (0.003s)
922024-08-30T18:23:51.656ZPlanning: Fetching manifests: 0/5 0% complete
932024-08-30T18:23:52.273ZPlanning: Fetching manifests: 5/5 100% complete
942024-08-30T18:23:52.395ZPlanning: Package planning ... Done (0.101s)
952024-08-30T18:23:52.439ZPlanning: Merging actions ... Done (0.056s)
962024-08-30T18:23:52.643ZPlanning: Checking for conflicting actions ... Done (0.205s)
972024-08-30T18:23:54.144ZPlanning: Consolidating action changes ... Done (1.507s)
982024-08-30T18:23:54.525ZPlanning: Evaluating mediators ... Done (0.376s)
992024-08-30T18:23:54.605ZPlanning: Planning completed in 4.93 seconds
1002024-08-30T18:23:54.629Z Packages to install: 4
1012024-08-30T18:23:54.629Z Packages to update: 1
1022024-08-30T18:23:54.629Z Mediators to change: 2
1032024-08-30T18:23:54.629Z Services to change: 1
1042024-08-30T18:23:54.629Z Estimated space available: 155.72 GB
1052024-08-30T18:23:54.630ZEstimated space to be consumed: 1.53 GB
1062024-08-30T18:23:54.630Z Create boot environment: No
1072024-08-30T18:23:54.630ZCreate backup boot environment: Yes
1082024-08-30T18:23:54.630Z Rebuild boot archive: No
1092024-08-30T18:23:54.630Z
1102024-08-30T18:23:54.630ZChanged mediators:
1112024-08-30T18:23:54.630Z mediator clang:
1122024-08-30T18:23:54.630Z version: None -> 15 (system default)
1132024-08-30T18:23:54.630Z
1142024-08-30T18:23:54.630Z mediator llvm:
1152024-08-30T18:23:54.630Z version: 14 (system default) -> 15 (system default)
1162024-08-30T18:23:54.630Z
1172024-08-30T18:23:54.630ZChanged packages:
1182024-08-30T18:23:54.630Zhelios-dev
1192024-08-30T18:23:54.631Z developer/build-essential
1202024-08-30T18:23:54.631Z None -> 11-2.0
1212024-08-30T18:23:54.631Z library/libxmlsec1
1222024-08-30T18:23:54.631Z None -> 1.2.35-2.0
1232024-08-30T18:23:54.631Z ooce/developer/clang-15
1242024-08-30T18:23:54.631Z None -> 15.0.7-2.0
1252024-08-30T18:23:54.631Z ooce/developer/llvm-15
1262024-08-30T18:23:54.631Z None -> 15.0.7-2.0
1272024-08-30T18:23:54.631Z package/pkg
1282024-08-30T18:23:54.631Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-08-30T18:23:54.631Z
1302024-08-30T18:23:54.631ZServices:
1312024-08-30T18:23:54.631Z restart_fmri:
1322024-08-30T18:23:54.632Z svc:/system/update-man-index:default
1332024-08-30T18:23:54.632Z
1342024-08-30T18:23:54.632ZEditable files to change:
1352024-08-30T18:23:54.632Z Update:
1362024-08-30T18:23:54.632Z usr/share/lib/pkg/web/config.shtml
1372024-08-30T18:23:54.692Z
1382024-08-30T18:23:54.692ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-08-30T18:24:00.857ZDownload: 212/4281 items 1.3/220.6MB 0% complete (666k/s)
1402024-08-30T18:24:05.858ZDownload: 831/4281 items 18.8/220.6MB 8% complete (1.8M/s)
1412024-08-30T18:24:10.858ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (8.2M/s)
1422024-08-30T18:24:15.879ZDownload: 1804/4281 items 118.4/220.6MB 53% complete (10.0M/s)
1432024-08-30T18:24:20.897ZDownload: 2206/4281 items 119.1/220.6MB 54% complete (4.2M/s)
1442024-08-30T18:24:26.953ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (2.8M/s)
1452024-08-30T18:24:31.956ZDownload: 2850/4281 items 121.1/220.6MB 54% complete (191k/s)
1462024-08-30T18:24:36.999ZDownload: 3230/4281 items 168.1/220.6MB 76% complete (4.8M/s)
1472024-08-30T18:24:48.124ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (8.1M/s)
1482024-08-30T18:24:53.126ZDownload: 4040/4281 items 219.3/220.6MB 99% complete (3.3M/s)
1492024-08-30T18:24:54.944ZDownload: Completed 220.60 MB in 60.24 seconds (3.7M/s)
1502024-08-30T18:24:57.004Z Actions: 1/5063 actions (Removing old actions)
1512024-08-30T18:24:57.020Z Actions: 194/5063 actions (Installing new actions)
1522024-08-30T18:25:01.801Z Actions: 4226/5063 actions (Updating modified actions)
1532024-08-30T18:25:02.165Z Actions: Completed 5063 actions in 5.16 seconds.
1542024-08-30T18:25:02.453Z Done (0.279s)
1552024-08-30T18:25:02.462Z Done (0.000s)
1562024-08-30T18:25:02.857Z Done (0.376s)
1572024-08-30T18:25:07.213Z Done (4.209s)
1582024-08-30T18:25:07.306Z Done (0.017s)
1592024-08-30T18:25:07.308Z Done (0.000s)
1602024-08-30T18:25:07.474Z Done (0.000s)
1612024-08-30T18:25:08.057ZPlanning: Evaluating mediator changes ... Done
1622024-08-30T18:25:08.221ZPlanning: Checking for conflicting actions ... Done
1632024-08-30T18:25:08.224ZPlanning: Consolidating action changes ... Done
1642024-08-30T18:25:08.489ZPlanning: Evaluating mediators ... Done
1652024-08-30T18:25:08.492ZPlanning: Planning completed in 0.43 seconds
1662024-08-30T18:25:08.530Z Mediators to change: 2
1672024-08-30T18:25:08.530Z Create boot environment: No
1682024-08-30T18:25:08.532ZCreate backup boot environment: No
1692024-08-30T18:25:08.598Z Done
1702024-08-30T18:25:08.598Z Done
1712024-08-30T18:25:08.838Z Done
1722024-08-30T18:25:12.536Z Done
1732024-08-30T18:25:12.628Z Done
1742024-08-30T18:25:12.630Z Done
1752024-08-30T18:25:12.700Z Done
1762024-08-30T18:25:13.319ZPlanning: Evaluating mediator changes ... Done
1772024-08-30T18:25:13.321ZPlanning: Merging actions ... Done
1782024-08-30T18:25:13.513ZPlanning: Checking for conflicting actions ... Done
1792024-08-30T18:25:13.517ZPlanning: Consolidating action changes ... Done
1802024-08-30T18:25:13.781ZPlanning: Evaluating mediators ... Done
1812024-08-30T18:25:13.837ZPlanning: Planning completed in 0.76 seconds
1822024-08-30T18:25:13.879Z Packages to change: 1
1832024-08-30T18:25:13.879Z Mediators to change: 1
1842024-08-30T18:25:13.881Z Services to change: 1
1852024-08-30T18:25:13.881Z Create boot environment: No
1862024-08-30T18:25:13.881ZCreate backup boot environment: Yes
1872024-08-30T18:25:15.937Z Actions: 1/6 actions (Updating modified actions)
1882024-08-30T18:25:15.940Z Actions: Completed 6 actions in 0.00 seconds.
1892024-08-30T18:25:15.940Z Done
1902024-08-30T18:25:15.940Z Done
1912024-08-30T18:25:16.019Z Done
1922024-08-30T18:25:19.634Z Done
1932024-08-30T18:25:19.725Z Done
1942024-08-30T18:25:19.727Z Done
1952024-08-30T18:25:19.838Z Done
1962024-08-30T18:25:20.275ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-08-30T18:25:20.276Zclang system 15 system
1982024-08-30T18:25:20.276Zcsh system system illumos
1992024-08-30T18:25:20.276Zctags system system illumos
2002024-08-30T18:25:20.276Zgcc vendor 12 vendor
2012024-08-30T18:25:20.276Zgcc system 10 system
2022024-08-30T18:25:20.276Zgcc system 7 system
2032024-08-30T18:25:20.276Zgo system 1.20 system
2042024-08-30T18:25:20.276Zgo system 1.19 system
2052024-08-30T18:25:20.276Zllvm system 15 system
2062024-08-30T18:25:20.276Zllvm system 14 system
2072024-08-30T18:25:20.276Zmariadb system 10.6 system
2082024-08-30T18:25:20.276Zmta vendor vendor dma
2092024-08-30T18:25:20.276Zopenjdk system 17 system
2102024-08-30T18:25:20.276Zopenjdk system 11 system
2112024-08-30T18:25:20.276Zopenjdk system 1.8 system
2122024-08-30T18:25:20.276Zopenssl vendor 3 vendor
2132024-08-30T18:25:20.276Zperl system 5.36 system
2142024-08-30T18:25:20.276Zpostgresql system 15 system
2152024-08-30T18:25:20.276Zpostgresql system 13 system
2162024-08-30T18:25:20.276Zpython vendor 3 vendor
2172024-08-30T18:25:20.276Zpython system 2 system
2182024-08-30T18:25:20.277Zpython3 system 3.11 system
2192024-08-30T18:25:20.277Zruby system 3.0 system
2202024-08-30T18:25:20.277Zwords vendor vendor american-english
2212024-08-30T18:25:20.277Zwords system system australian-english
2222024-08-30T18:25:20.277Zwords system system british-english
2232024-08-30T18:25:20.277Zwords system system canadian-english
2242024-08-30T18:25:20.277Zwords system system french
2252024-08-30T18:25:20.277Zwords system system italian
2262024-08-30T18:25:20.277Zwords system system ngerman
2272024-08-30T18:25:20.277Zwords system system ogerman
2282024-08-30T18:25:20.277Zwords system system spanish
2292024-08-30T18:25:20.608ZPUBLISHER TYPE STATUS P LOCATION
2302024-08-30T18:25:20.608Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-08-30T18:25:22.413ZFMRI IFO
2322024-08-30T18:25:22.413Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-08-30T18:25:22.413Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-08-30T18:25:22.413Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-08-30T18:25:22.413Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-08-30T18:25:22.413Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-08-30T18:25:22.413Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-08-30T18:25:22.413Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2392024-08-30T18:25:22.413Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2402024-08-30T18:25:22.413Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-08-30T18:25:22.413Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2422024-08-30T18:25:22.413Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2432024-08-30T18:25:22.413Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2442024-08-30T18:25:22.413Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2452024-08-30T18:25:23.038Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2462024-08-30T18:25:23.328Z Updating crates.io index
2472024-08-30T18:25:23.384Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2482024-08-30T18:25:24.116Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492024-08-30T18:25:24.828Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2502024-08-30T18:25:25.102Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2512024-08-30T18:25:27.592Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522024-08-30T18:25:27.594Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2532024-08-30T18:25:27.594Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542024-08-30T18:25:28.055Z Updating git repository `https://github.com/oxidecomputer/crucible`
2552024-08-30T18:25:29.934Z Updating git repository `https://github.com/oxidecomputer/opte`
2562024-08-30T18:25:30.894Z Updating git repository `https://github.com/oxidecomputer/falcon`
2572024-08-30T18:25:31.677Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582024-08-30T18:25:31.970Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2592024-08-30T18:25:32.501Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2602024-08-30T18:25:32.765Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2612024-08-30T18:25:33.051Z Updating git repository `https://github.com/oxidecomputer/qorb`
2622024-08-30T18:25:33.367Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632024-08-30T18:25:33.761Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642024-08-30T18:25:34.021Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652024-08-30T18:25:34.270Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662024-08-30T18:25:34.564Z Updating git repository `https://github.com/oxidecomputer/clickward`
2672024-08-30T18:25:34.865Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2682024-08-30T18:25:35.257Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692024-08-30T18:25:35.620Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2702024-08-30T18:25:35.904Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712024-08-30T18:25:36.290Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722024-08-30T18:25:36.674Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732024-08-30T18:25:37.085Z Updating git repository `https://github.com/oxidecomputer/typify`
2742024-08-30T18:25:39.311Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752024-08-30T18:25:39.559Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762024-08-30T18:25:39.818Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772024-08-30T18:25:40.148Z Updating git repository `https://github.com/oxidecomputer/rfb`
2782024-08-30T18:25:41.388Z Downloading crates ...
2792024-08-30T18:25:41.463Z Downloaded autocfg v1.3.0
2802024-08-30T18:25:41.465Z Downloaded cargo_metadata v0.18.1
2812024-08-30T18:25:41.468Z Downloaded byteorder v1.5.0
2822024-08-30T18:25:41.475Z Downloaded is_terminal_polyfill v1.70.0
2832024-08-30T18:25:41.490Z Downloaded pretty-hex v0.4.1
2842024-08-30T18:25:41.492Z Downloaded dtrace-parser v0.2.0
2852024-08-30T18:25:41.494Z Downloaded usdt-macro v0.5.0
2862024-08-30T18:25:41.499Z Downloaded anstyle v1.0.8
2872024-08-30T18:25:41.501Z Downloaded block-buffer v0.10.4
2882024-08-30T18:25:41.503Z Downloaded usdt-attr-macro v0.5.0
2892024-08-30T18:25:41.503Z Downloaded cargo-platform v0.1.8
2902024-08-30T18:25:41.505Z Downloaded anstyle-query v1.0.3
2912024-08-30T18:25:41.508Z Downloaded camino-tempfile v1.1.1
2922024-08-30T18:25:41.508Z Downloaded anstyle-parse v0.2.4
2932024-08-30T18:25:41.511Z Downloaded equivalent v1.0.1
2942024-08-30T18:25:41.511Z Downloaded terminal_size v0.3.0
2952024-08-30T18:25:41.513Z Downloaded bytecount v0.6.8
2962024-08-30T18:25:41.513Z Downloaded proc-macro-error-attr v1.0.4
2972024-08-30T18:25:41.515Z Downloaded generic-array v0.14.7
2982024-08-30T18:25:41.515Z Downloaded fnv v1.0.7
2992024-08-30T18:25:41.518Z Downloaded errno v0.3.9
3002024-08-30T18:25:41.518Z Downloaded serde_spanned v0.6.7
3012024-08-30T18:25:41.520Z Downloaded cfg-if v1.0.0
3022024-08-30T18:25:41.520Z Downloaded digest v0.10.7
3032024-08-30T18:25:41.522Z Downloaded macaddr v1.0.1
3042024-08-30T18:25:41.524Z Downloaded strsim v0.11.1
3052024-08-30T18:25:41.531Z Downloaded colorchoice v1.0.1
3062024-08-30T18:25:41.541Z Downloaded scroll_derive v0.12.0
3072024-08-30T18:25:41.548Z Downloaded swrite v0.1.0
3082024-08-30T18:25:41.550Z Downloaded thiserror-impl v1.0.63
3092024-08-30T18:25:41.553Z Downloaded heck v0.5.0
3102024-08-30T18:25:41.553Z Downloaded cargo_toml v0.20.4
3112024-08-30T18:25:41.555Z Downloaded anstream v0.6.14
3122024-08-30T18:25:41.558Z Downloaded memmap v0.7.0
3132024-08-30T18:25:41.560Z Downloaded clap_lex v0.7.0
3142024-08-30T18:25:41.562Z Downloaded camino v1.1.9
3152024-08-30T18:25:41.567Z Downloaded version_check v0.9.5
3162024-08-30T18:25:41.569Z Downloaded fastrand v2.1.0
3172024-08-30T18:25:41.571Z Downloaded semver v1.0.23
3182024-08-30T18:25:41.573Z Downloaded cpufeatures v0.2.12
3192024-08-30T18:25:41.573Z Downloaded sha2 v0.10.8
3202024-08-30T18:25:41.577Z Downloaded scroll v0.12.0
3212024-08-30T18:25:41.579Z Downloaded quote v1.0.36
3222024-08-30T18:25:41.582Z Downloaded crypto-common v0.1.6
3232024-08-30T18:25:41.584Z Downloaded plain v0.2.3
3242024-08-30T18:25:41.584Z Downloaded itoa v1.0.11
3252024-08-30T18:25:41.587Z Downloaded toml_datetime v0.6.8
3262024-08-30T18:25:41.589Z Downloaded smawk v0.3.2
3272024-08-30T18:25:41.592Z Downloaded serde_tokenstream v0.2.2
3282024-08-30T18:25:41.592Z Downloaded dof v0.3.0
3292024-08-30T18:25:41.593Z Downloaded pest_generator v2.7.10
3302024-08-30T18:25:41.596Z Downloaded utf8parse v0.2.1
3312024-08-30T18:25:41.599Z Downloaded thiserror v1.0.63
3322024-08-30T18:25:41.602Z Downloaded unicode-linebreak v0.1.5
3332024-08-30T18:25:41.604Z Downloaded tabled_derive v0.7.0
3342024-08-30T18:25:41.606Z Downloaded pest_derive v2.7.10
3352024-08-30T18:25:41.609Z Downloaded usdt-impl v0.5.0
3362024-08-30T18:25:41.611Z Downloaded thread-id v4.2.1
3372024-08-30T18:25:41.613Z Downloaded pest_meta v2.7.10
3382024-08-30T18:25:41.616Z Downloaded usdt v0.5.0
3392024-08-30T18:25:41.618Z Downloaded bitflags v2.6.0
3402024-08-30T18:25:41.620Z Downloaded unicode-ident v1.0.12
3412024-08-30T18:25:41.623Z Downloaded textwrap v0.16.1
3422024-08-30T18:25:41.625Z Downloaded serde_derive v1.0.208
3432024-08-30T18:25:41.628Z Downloaded fs-err v2.11.0
3442024-08-30T18:25:41.630Z Downloaded heck v0.4.1
3452024-08-30T18:25:41.630Z Downloaded clap_derive v4.5.13
3462024-08-30T18:25:41.634Z Downloaded proc-macro-error v1.0.4
3472024-08-30T18:25:41.645Z Downloaded tempfile v3.10.1
3482024-08-30T18:25:41.647Z Downloaded anyhow v1.0.86
3492024-08-30T18:25:41.651Z Downloaded typenum v1.17.0
3502024-08-30T18:25:41.656Z Downloaded toml v0.8.19
3512024-08-30T18:25:41.659Z Downloaded papergrid v0.11.0
3522024-08-30T18:25:41.663Z Downloaded once_cell v1.19.0
3532024-08-30T18:25:41.665Z Downloaded proc-macro2 v1.0.86
3542024-08-30T18:25:41.668Z Downloaded ryu v1.0.18
3552024-08-30T18:25:41.672Z Downloaded zerocopy-derive v0.7.34
3562024-08-30T18:25:41.674Z Downloaded log v0.4.21
3572024-08-30T18:25:41.677Z Downloaded ucd-trie v0.1.6
3582024-08-30T18:25:41.685Z Downloaded clap v4.5.16
3592024-08-30T18:25:41.722Z Downloaded serde v1.0.208
3602024-08-30T18:25:41.725Z Downloaded indexmap v2.4.0
3612024-08-30T18:25:41.729Z Downloaded memchr v2.7.2
3622024-08-30T18:25:41.745Z Downloaded toml_edit v0.22.20
3632024-08-30T18:25:41.766Z Downloaded hashbrown v0.14.5
3642024-08-30T18:25:41.771Z Downloaded pest v2.7.10
3652024-08-30T18:25:41.777Z Downloaded clap_builder v4.5.15
3662024-08-30T18:25:41.796Z Downloaded zerocopy v0.7.34
3672024-08-30T18:25:41.812Z Downloaded serde_json v1.0.125
3682024-08-30T18:25:41.818Z Downloaded winnow v0.6.18
3692024-08-30T18:25:41.826Z Downloaded tabled v0.15.0
3702024-08-30T18:25:41.842Z Downloaded syn v1.0.109
3712024-08-30T18:25:41.851Z Downloaded goblin v0.8.2
3722024-08-30T18:25:41.857Z Downloaded syn v2.0.74
3732024-08-30T18:25:41.867Z Downloaded rustix v0.38.34
3742024-08-30T18:25:41.888Z Downloaded unicode-width v0.1.13
3752024-08-30T18:25:41.901Z Downloaded libc v0.2.158
3762024-08-30T18:25:42.203Z Compiling proc-macro2 v1.0.86
3772024-08-30T18:25:42.206Z Compiling unicode-ident v1.0.12
3782024-08-30T18:25:42.206Z Compiling version_check v0.9.5
3792024-08-30T18:25:42.206Z Compiling serde v1.0.208
3802024-08-30T18:25:42.206Z Compiling memchr v2.7.2
3812024-08-30T18:25:42.206Z Compiling thiserror v1.0.63
3822024-08-30T18:25:42.237Z Compiling libc v0.2.158
3832024-08-30T18:25:42.239Z Compiling ucd-trie v0.1.6
3842024-08-30T18:25:42.451Z Compiling ryu v1.0.18
3852024-08-30T18:25:42.806Z Compiling itoa v1.0.11
3862024-08-30T18:25:42.974Z Compiling once_cell v1.19.0
3872024-08-30T18:25:43.024Z Compiling byteorder v1.5.0
3882024-08-30T18:25:43.072Z Compiling rustix v0.38.34
3892024-08-30T18:25:43.380Z Compiling serde_json v1.0.125
3902024-08-30T18:25:43.471Z Compiling bitflags v2.6.0
3912024-08-30T18:25:43.762Z Compiling usdt-impl v0.5.0
3922024-08-30T18:25:43.891Z Compiling quote v1.0.36
3932024-08-30T18:25:43.967Z Compiling proc-macro-error-attr v1.0.4
3942024-08-30T18:25:43.992Z Compiling syn v1.0.109
3952024-08-30T18:25:44.023Z Compiling proc-macro-error v1.0.4
3962024-08-30T18:25:44.252Z Compiling syn v2.0.74
3972024-08-30T18:25:44.329Z Compiling hashbrown v0.14.5
3982024-08-30T18:25:44.353Z Compiling plain v0.2.3
3992024-08-30T18:25:44.514Z Compiling errno v0.3.9
4002024-08-30T18:25:44.579Z Compiling log v0.4.21
4012024-08-30T18:25:44.673Z Compiling thread-id v4.2.1
4022024-08-30T18:25:44.700Z Compiling utf8parse v0.2.1
4032024-08-30T18:25:44.752Z Compiling camino v1.1.9
4042024-08-30T18:25:44.844Z Compiling equivalent v1.0.1
4052024-08-30T18:25:44.871Z Compiling anstyle-parse v0.2.4
4062024-08-30T18:25:45.224Z Compiling colorchoice v1.0.1
4072024-08-30T18:25:45.393Z Compiling semver v1.0.23
4082024-08-30T18:25:45.514Z Compiling winnow v0.6.18
4092024-08-30T18:25:45.578Z Compiling autocfg v1.3.0
4102024-08-30T18:25:45.741Z Compiling indexmap v2.4.0
4112024-08-30T18:25:45.764Z Compiling pretty-hex v0.4.1
4122024-08-30T18:25:45.981Z Compiling is_terminal_polyfill v1.70.0
4132024-08-30T18:25:45.984Z Compiling unicode-width v0.1.13
4142024-08-30T18:25:46.141Z Compiling anstyle-query v1.0.3
4152024-08-30T18:25:46.243Z Compiling anstyle v1.0.8
4162024-08-30T18:25:46.580Z Compiling fs-err v2.11.0
4172024-08-30T18:25:46.642Z Compiling anstream v0.6.14
4182024-08-30T18:25:46.713Z Compiling fastrand v2.1.0
4192024-08-30T18:25:46.883Z Compiling fnv v1.0.7
4202024-08-30T18:25:47.027Z Compiling terminal_size v0.3.0
4212024-08-30T18:25:47.150Z Compiling clap_lex v0.7.0
4222024-08-30T18:25:47.224Z Compiling cfg-if v1.0.0
4232024-08-30T18:25:47.264Z Compiling anyhow v1.0.86
4242024-08-30T18:25:47.327Z Compiling bytecount v0.6.8
4252024-08-30T18:25:47.404Z Compiling strsim v0.11.1
4262024-08-30T18:25:47.731Z Compiling heck v0.4.1
4272024-08-30T18:25:47.739Z Compiling heck v0.5.0
4282024-08-30T18:25:47.783Z Compiling clap_builder v4.5.15
4292024-08-30T18:25:48.181Z Compiling papergrid v0.11.0
4302024-08-30T18:25:48.229Z Compiling tempfile v3.10.1
4312024-08-30T18:25:48.500Z Compiling memmap v0.7.0
4322024-08-30T18:25:48.588Z Compiling smawk v0.3.2
4332024-08-30T18:25:48.816Z Compiling unicode-linebreak v0.1.5
4342024-08-30T18:25:49.331Z Compiling textwrap v0.16.1
4352024-08-30T18:25:49.360Z Compiling swrite v0.1.0
4362024-08-30T18:25:50.580Z Compiling tabled_derive v0.7.0
4372024-08-30T18:25:52.402Z Compiling tabled v0.15.0
4382024-08-30T18:25:53.361Z Compiling serde_derive v1.0.208
4392024-08-30T18:25:53.361Z Compiling thiserror-impl v1.0.63
4402024-08-30T18:25:53.364Z Compiling zerocopy-derive v0.7.34
4412024-08-30T18:25:53.429Z Compiling scroll_derive v0.12.0
4422024-08-30T18:25:53.463Z Compiling clap_derive v4.5.13
4432024-08-30T18:25:54.670Z Compiling scroll v0.12.0
4442024-08-30T18:25:55.129Z Compiling zerocopy v0.7.34
4452024-08-30T18:25:55.184Z Compiling goblin v0.8.2
4462024-08-30T18:25:55.859Z Compiling pest v2.7.10
4472024-08-30T18:25:57.077Z Compiling clap v4.5.16
4482024-08-30T18:25:58.147Z Compiling pest_meta v2.7.10
4492024-08-30T18:25:58.979Z Compiling pest_generator v2.7.10
4502024-08-30T18:26:00.798Z Compiling pest_derive v2.7.10
4512024-08-30T18:26:01.480Z Compiling dtrace-parser v0.2.0
4522024-08-30T18:26:03.718Z Compiling serde_tokenstream v0.2.2
4532024-08-30T18:26:03.755Z Compiling toml_datetime v0.6.8
4542024-08-30T18:26:03.755Z Compiling serde_spanned v0.6.7
4552024-08-30T18:26:04.089Z Compiling cargo-platform v0.1.8
4562024-08-30T18:26:04.124Z Compiling toml_edit v0.22.20
4572024-08-30T18:26:04.341Z Compiling macaddr v1.0.1
4582024-08-30T18:26:04.364Z Compiling camino-tempfile v1.1.1
4592024-08-30T18:26:05.172Z Compiling dof v0.3.0
4602024-08-30T18:26:05.229Z Compiling cargo_metadata v0.18.1
4612024-08-30T18:26:06.862Z Compiling usdt-attr-macro v0.5.0
4622024-08-30T18:26:06.862Z Compiling usdt-macro v0.5.0
4632024-08-30T18:26:07.003Z Compiling toml v0.8.19
4642024-08-30T18:26:07.913Z Compiling cargo_toml v0.20.4
4652024-08-30T18:26:08.335Z Compiling usdt v0.5.0
4662024-08-30T18:26:11.554Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672024-08-30T18:26:15.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.01s
4682024-08-30T18:26:16.069Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4692024-08-30T18:26:16.651Z Downloading crates ...
4702024-08-30T18:26:16.766Z Downloaded atty v0.2.14
4712024-08-30T18:26:16.774Z Downloaded assert_matches v1.5.0
4722024-08-30T18:26:16.774Z Downloaded async-stream-impl v0.3.5
4732024-08-30T18:26:16.774Z Downloaded bit-vec v0.6.3
4742024-08-30T18:26:16.780Z Downloaded bitstruct_derive v0.1.0
4752024-08-30T18:26:16.791Z Downloaded ciborium-io v0.2.2
4762024-08-30T18:26:16.792Z Downloaded crucible-workspace-hack v0.1.0
4772024-08-30T18:26:16.805Z Downloaded atomic-waker v1.1.2
4782024-08-30T18:26:16.805Z Downloaded async-recursion v1.1.1
4792024-08-30T18:26:16.805Z Downloaded http-range v0.1.5
4802024-08-30T18:26:16.805Z Downloaded normalize-line-endings v0.3.0
4812024-08-30T18:26:16.851Z Downloaded array-init v0.0.4
4822024-08-30T18:26:16.852Z Downloaded internet-checksum v0.2.1
4832024-08-30T18:26:16.852Z Downloaded indoc v1.0.9
4842024-08-30T18:26:16.852Z Downloaded cipher v0.4.4
4852024-08-30T18:26:16.852Z Downloaded crc-catalog v2.4.0
4862024-08-30T18:26:16.852Z Downloaded nodrop v0.1.14
4872024-08-30T18:26:16.852Z Downloaded constant_time_eq v0.3.0
4882024-08-30T18:26:16.852Z Downloaded curve25519-dalek-derive v0.1.1
4892024-08-30T18:26:16.852Z Downloaded ctr v0.9.2
4902024-08-30T18:26:16.852Z Downloaded md5 v0.7.0
4912024-08-30T18:26:16.853Z Downloaded new_debug_unreachable v1.0.6
4922024-08-30T18:26:16.853Z Downloaded lru v0.12.3
4932024-08-30T18:26:16.853Z Downloaded bb8 v0.8.5
4942024-08-30T18:26:16.853Z Downloaded instability v0.3.2
4952024-08-30T18:26:16.853Z Downloaded darling_macro v0.20.9
4962024-08-30T18:26:16.853Z Downloaded linked-hash-map v0.5.6
4972024-08-30T18:26:16.853Z Downloaded lalrpop-util v0.19.12
4982024-08-30T18:26:16.853Z Downloaded kstat-rs v0.2.4
4992024-08-30T18:26:16.853Z Downloaded indent_write v2.2.0
5002024-08-30T18:26:16.853Z Downloaded mockall v0.13.0
5012024-08-30T18:26:16.854Z Downloaded memoffset v0.9.1
5022024-08-30T18:26:16.854Z Downloaded num-derive v0.4.2
5032024-08-30T18:26:16.854Z Downloaded cookie_store v0.20.0
5042024-08-30T18:26:16.868Z Downloaded cookie v0.17.0
5052024-08-30T18:26:16.868Z Downloaded maybe-uninit v2.0.0
5062024-08-30T18:26:16.868Z Downloaded newtype-uuid v1.1.0
5072024-08-30T18:26:16.868Z Downloaded bitstruct v0.1.1
5082024-08-30T18:26:16.868Z Downloaded managed v0.8.0
5092024-08-30T18:26:16.869Z Downloaded num-iter v0.1.45
5102024-08-30T18:26:16.869Z Downloaded multer v3.1.0
5112024-08-30T18:26:16.869Z Downloaded jobserver v0.1.32
5122024-08-30T18:26:16.869Z Downloaded mime_guess v2.0.4
5132024-08-30T18:26:16.872Z Downloaded cstr-argument v0.1.2
5142024-08-30T18:26:16.872Z Downloaded bytes v1.7.1
5152024-08-30T18:26:16.872Z Downloaded crunchy v0.2.2
5162024-08-30T18:26:16.872Z Downloaded num-traits v0.2.19
5172024-08-30T18:26:16.877Z Downloaded num-complex v0.4.6
5182024-08-30T18:26:16.877Z Downloaded serde_repr v0.1.19
5192024-08-30T18:26:16.880Z Downloaded ascii-canvas v3.0.0
5202024-08-30T18:26:16.880Z Downloaded impl-trait-for-tuples v0.2.2
5212024-08-30T18:26:16.884Z Downloaded hubpack v0.1.2
5222024-08-30T18:26:16.887Z Downloaded is-terminal v0.4.12
5232024-08-30T18:26:16.887Z Downloaded blake2 v0.10.6
5242024-08-30T18:26:16.890Z Downloaded crossbeam-epoch v0.9.18
5252024-08-30T18:26:16.894Z Downloaded crc-any v2.5.0
5262024-08-30T18:26:16.897Z Downloaded newtype_derive v0.1.6
5272024-08-30T18:26:16.897Z Downloaded block-padding v0.3.3
5282024-08-30T18:26:16.900Z Downloaded colored v2.1.0
5292024-08-30T18:26:16.903Z Downloaded num-conv v0.1.0
5302024-08-30T18:26:16.903Z Downloaded ciborium-ll v0.2.2
5312024-08-30T18:26:16.906Z Downloaded newline-converter v0.3.0
5322024-08-30T18:26:16.906Z Downloaded crc v3.2.1
5332024-08-30T18:26:16.918Z Downloaded const_format_proc_macros v0.2.32
5342024-08-30T18:26:16.918Z Downloaded hyper-tls v0.5.0
5352024-08-30T18:26:16.918Z Downloaded base64 v0.13.1
5362024-08-30T18:26:16.923Z Downloaded zone_cfg_derive v0.3.0
5372024-08-30T18:26:16.924Z Downloaded derive_builder_macro v0.20.0
5382024-08-30T18:26:16.924Z Downloaded slog-async v2.8.0
5392024-08-30T18:26:16.928Z Downloaded smallvec v0.6.14
5402024-08-30T18:26:16.928Z Downloaded slog-stdlog v4.1.1
5412024-08-30T18:26:16.928Z Downloaded foreign-types v0.3.2
5422024-08-30T18:26:16.928Z Downloaded inout v0.1.3
5432024-08-30T18:26:16.930Z Downloaded zone_cfg_derive v0.1.2
5442024-08-30T18:26:16.930Z Downloaded foreign-types v0.5.0
5452024-08-30T18:26:16.933Z Downloaded argon2 v0.5.3
5462024-08-30T18:26:16.935Z Downloaded tiny-keccak v2.0.2
5472024-08-30T18:26:16.937Z Downloaded tokio-macros v2.4.0
5482024-08-30T18:26:16.940Z Downloaded mime v0.3.17
5492024-08-30T18:26:16.942Z Downloaded md-5 v0.10.6
5502024-08-30T18:26:16.944Z Downloaded lazy_static v1.5.0
5512024-08-30T18:26:16.948Z Downloaded ipnetwork v0.20.0
5522024-08-30T18:26:16.959Z Downloaded linear-map v1.2.0
5532024-08-30T18:26:16.959Z Downloaded multimap v0.10.0
5542024-08-30T18:26:16.959Z Downloaded ciborium v0.2.2
5552024-08-30T18:26:16.959Z Downloaded console v0.15.8
5562024-08-30T18:26:16.966Z Downloaded openssl-macros v0.1.1
5572024-08-30T18:26:16.966Z Downloaded parse-size v1.0.0
5582024-08-30T18:26:16.966Z Downloaded unicode-truncate v1.0.0
5592024-08-30T18:26:16.976Z Downloaded serde_urlencoded v0.7.1
5602024-08-30T18:26:16.976Z Downloaded smallvec v1.13.2
5612024-08-30T18:26:16.976Z Downloaded slog-scope v4.4.0
5622024-08-30T18:26:16.980Z Downloaded serde_path_to_error v0.1.16
5632024-08-30T18:26:16.980Z Downloaded sct v0.7.1
5642024-08-30T18:26:16.980Z Downloaded termcolor v1.4.1
5652024-08-30T18:26:16.980Z Downloaded rpassword v7.3.1
5662024-08-30T18:26:16.988Z Downloaded serde-big-array v0.5.1
5672024-08-30T18:26:16.988Z Downloaded strum_macros v0.26.4
5682024-08-30T18:26:17.006Z Downloaded slog-term v2.9.1
5692024-08-30T18:26:17.006Z Downloaded precomputed-hash v0.1.1
5702024-08-30T18:26:17.006Z Downloaded dyn-clone v1.0.17
5712024-08-30T18:26:17.006Z Downloaded compact_str v0.8.0
5722024-08-30T18:26:17.012Z Downloaded ron v0.8.1
5732024-08-30T18:26:17.012Z Downloaded futures-sink v0.3.30
5742024-08-30T18:26:17.012Z Downloaded vte_generate_state_changes v0.1.1
5752024-08-30T18:26:17.012Z Downloaded parse-display-derive v0.10.0
5762024-08-30T18:26:17.012Z Downloaded tracing-attributes v0.1.27
5772024-08-30T18:26:17.016Z Downloaded darling_core v0.20.9
5782024-08-30T18:26:17.022Z Downloaded hickory-client v0.24.1
5792024-08-30T18:26:17.027Z Downloaded erased-serde v0.3.31
5802024-08-30T18:26:17.027Z Downloaded openssl-probe v0.1.5
5812024-08-30T18:26:17.027Z Downloaded endian-type v0.1.2
5822024-08-30T18:26:17.035Z Downloaded time-core v0.1.2
5832024-08-30T18:26:17.035Z Downloaded rfc6979 v0.4.0
5842024-08-30T18:26:17.041Z Downloaded semver v0.1.20
5852024-08-30T18:26:17.041Z Downloaded secrecy v0.8.0
5862024-08-30T18:26:17.041Z Downloaded resolv-conf v0.7.0
5872024-08-30T18:26:17.041Z Downloaded allocator-api2 v0.2.18
5882024-08-30T18:26:17.046Z Downloaded paste v1.0.15
5892024-08-30T18:26:17.046Z Downloaded derive_builder_core v0.20.0
5902024-08-30T18:26:17.051Z Downloaded crypto-bigint v0.5.5
5912024-08-30T18:26:17.054Z Downloaded xattr v1.3.1
5922024-08-30T18:26:17.057Z Downloaded topological-sort v0.2.2
5932024-08-30T18:26:17.059Z Downloaded thread_local v1.1.8
5942024-08-30T18:26:17.062Z Downloaded thiserror-impl-no-std v2.0.2
5952024-08-30T18:26:17.062Z Downloaded miniz_oxide v0.7.2
5962024-08-30T18:26:17.065Z Downloaded native-tls v0.2.11
5972024-08-30T18:26:17.069Z Downloaded dirs-sys-next v0.1.2
5982024-08-30T18:26:17.071Z Downloaded enum-as-inner v0.5.1
5992024-08-30T18:26:17.074Z Downloaded psl-types v2.0.11
6002024-08-30T18:26:17.074Z Downloaded waitgroup v0.1.2
6012024-08-30T18:26:17.076Z Downloaded glob v0.3.1
6022024-08-30T18:26:17.076Z Downloaded ghash v0.5.1
6032024-08-30T18:26:17.078Z Downloaded signal-hook-registry v1.4.2
6042024-08-30T18:26:17.081Z Downloaded stringprep v0.1.4
6052024-08-30T18:26:17.083Z Downloaded string_cache v0.8.7
6062024-08-30T18:26:17.086Z Downloaded spin v0.9.8
6072024-08-30T18:26:17.088Z Downloaded highway v1.2.0
6082024-08-30T18:26:17.092Z Downloaded vsss-rs v3.3.4
6092024-08-30T18:26:17.096Z Downloaded num-bigint v0.4.5
6102024-08-30T18:26:17.101Z Downloaded take_mut v0.2.2
6112024-08-30T18:26:17.104Z Downloaded downcast v0.11.0
6122024-08-30T18:26:17.104Z Downloaded packed_struct v0.10.1
6132024-08-30T18:26:17.107Z Downloaded packed_struct_codegen v0.10.1
6142024-08-30T18:26:17.107Z Downloaded salsa20 v0.10.2
6152024-08-30T18:26:17.110Z Downloaded rusty-fork v0.3.0
6162024-08-30T18:26:17.112Z Downloaded pkcs1 v0.7.5
6172024-08-30T18:26:17.120Z Downloaded path-slash v0.1.5
6182024-08-30T18:26:17.120Z Downloaded want v0.3.1
6192024-08-30T18:26:17.125Z Downloaded pkcs5 v0.7.1
6202024-08-30T18:26:17.125Z Downloaded indicatif v0.17.8
6212024-08-30T18:26:17.132Z Downloaded ssh-cipher v0.2.0
6222024-08-30T18:26:17.136Z Downloaded pretty-hex v0.2.1
6232024-08-30T18:26:17.136Z Downloaded mockall_derive v0.13.0
6242024-08-30T18:26:17.146Z Downloaded universal-hash v0.5.1
6252024-08-30T18:26:17.148Z Downloaded fragile v2.0.0
6262024-08-30T18:26:17.148Z Downloaded ed25519 v2.2.3
6272024-08-30T18:26:17.153Z Downloaded dropshot_endpoint v0.10.1
6282024-08-30T18:26:17.156Z Downloaded wait-timeout v0.2.0
6292024-08-30T18:26:17.156Z Downloaded vte v0.11.1
6302024-08-30T18:26:17.159Z Downloaded pkg-config v0.3.30
6312024-08-30T18:26:17.159Z Downloaded hickory-server v0.24.1
6322024-08-30T18:26:17.166Z Downloaded pkcs8 v0.10.2
6332024-08-30T18:26:17.169Z Downloaded dhcproto-macros v0.1.0
6342024-08-30T18:26:17.174Z Downloaded tap v1.0.1
6352024-08-30T18:26:17.174Z Downloaded tinyvec_macros v0.1.1
6362024-08-30T18:26:17.178Z Downloaded pbkdf2 v0.11.0
6372024-08-30T18:26:17.178Z Downloaded home v0.5.9
6382024-08-30T18:26:17.178Z Downloaded hex-literal v0.4.1
6392024-08-30T18:26:17.181Z Downloaded hex v0.4.3
6402024-08-30T18:26:17.181Z Downloaded phf_shared v0.10.0
6412024-08-30T18:26:17.181Z Downloaded ref-cast v1.0.23
6422024-08-30T18:26:17.185Z Downloaded float-ord v0.3.2
6432024-08-30T18:26:17.188Z Downloaded signal-hook-tokio v0.3.1
6442024-08-30T18:26:17.188Z Downloaded primeorder v0.13.6
6452024-08-30T18:26:17.191Z Downloaded peg v0.8.4
6462024-08-30T18:26:17.195Z Downloaded pbkdf2 v0.12.2
6472024-08-30T18:26:17.198Z Downloaded poly1305 v0.8.0
6482024-08-30T18:26:17.202Z Downloaded parking_lot_core v0.8.6
6492024-08-30T18:26:17.206Z Downloaded sigpipe v0.1.3
6502024-08-30T18:26:17.206Z Downloaded ref-cast-impl v1.0.23
6512024-08-30T18:26:17.206Z Downloaded r2d2 v0.8.10
6522024-08-30T18:26:17.211Z Downloaded sqlformat v0.2.4
6532024-08-30T18:26:17.211Z Downloaded signal-hook v0.3.17
6542024-08-30T18:26:17.215Z Downloaded parking_lot v0.11.2
6552024-08-30T18:26:17.219Z Downloaded unicase v2.7.0
6562024-08-30T18:26:17.219Z Downloaded unarray v0.1.4
6572024-08-30T18:26:17.223Z Downloaded expectorate v1.1.0
6582024-08-30T18:26:17.226Z Downloaded sqlparser_derive v0.2.2
6592024-08-30T18:26:17.227Z Downloaded predicates-tree v1.0.9
6602024-08-30T18:26:17.227Z Downloaded group v0.13.0
6612024-08-30T18:26:17.229Z Downloaded tokio-rustls v0.25.0
6622024-08-30T18:26:17.229Z Downloaded opaque-debug v0.3.1
6632024-08-30T18:26:17.232Z Downloaded number_prefix v0.4.0
6642024-08-30T18:26:17.232Z Downloaded num_threads v0.1.7
6652024-08-30T18:26:17.235Z Downloaded serde-hex v0.1.0
6662024-08-30T18:26:17.238Z Downloaded phf_shared v0.11.2
6672024-08-30T18:26:17.238Z Downloaded prettyplease v0.2.20
6682024-08-30T18:26:17.241Z Downloaded tokio-rustls v0.24.1
6692024-08-30T18:26:17.243Z Downloaded aes-gcm v0.10.3
6702024-08-30T18:26:17.249Z Downloaded float-cmp v0.9.0
6712024-08-30T18:26:17.251Z Downloaded hash32 v0.2.1
6722024-08-30T18:26:17.251Z Downloaded russh v0.45.0
6732024-08-30T18:26:17.258Z Downloaded pem v3.0.4
6742024-08-30T18:26:17.260Z Downloaded spki v0.7.3
6752024-08-30T18:26:17.263Z Downloaded parking_lot v0.12.2
6762024-08-30T18:26:17.266Z Downloaded unicode-segmentation v1.11.0
6772024-08-30T18:26:17.270Z Downloaded hmac v0.12.1
6782024-08-30T18:26:17.274Z Downloaded foreign-types-shared v0.1.1
6792024-08-30T18:26:17.277Z Downloaded fallible-iterator v0.3.0
6802024-08-30T18:26:17.277Z Downloaded fd-lock v4.0.2
6812024-08-30T18:26:17.279Z Downloaded itertools v0.12.1
6822024-08-30T18:26:17.287Z Downloaded http v0.2.12
6832024-08-30T18:26:17.292Z Downloaded tokio-native-tls v0.3.1
6842024-08-30T18:26:17.295Z Downloaded num_enum_derive v0.5.11
6852024-08-30T18:26:17.310Z Downloaded x509-cert v0.2.5
6862024-08-30T18:26:17.314Z Downloaded tls_codec_derive v0.4.1
6872024-08-30T18:26:17.314Z Downloaded portpicker v0.1.1
6882024-08-30T18:26:17.314Z Downloaded futures v0.3.30
6892024-08-30T18:26:17.314Z Downloaded crossterm v0.28.1
6902024-08-30T18:26:17.321Z Downloaded headers-core v0.2.0
6912024-08-30T18:26:17.323Z Downloaded russh-cryptovec v0.7.2
6922024-08-30T18:26:17.326Z Downloaded ff v0.13.0
6932024-08-30T18:26:17.326Z Downloaded foreign-types-shared v0.3.1
6942024-08-30T18:26:17.329Z Downloaded hickory-resolver v0.24.1
6952024-08-30T18:26:17.333Z Downloaded display-error-chain v0.2.1
6962024-08-30T18:26:17.336Z Downloaded subtle v2.5.0
6972024-08-30T18:26:17.336Z Downloaded rustls-pki-types v1.7.0
6982024-08-30T18:26:17.340Z Downloaded rustfmt-wrapper v0.2.1
6992024-08-30T18:26:17.343Z Downloaded filetime v0.2.25
7002024-08-30T18:26:17.343Z Downloaded fallible-iterator v0.2.0
7012024-08-30T18:26:17.346Z Downloaded rustc_version v0.4.0
7022024-08-30T18:26:17.346Z Downloaded hashlink v0.9.1
7032024-08-30T18:26:17.348Z Downloaded polyval v0.6.2
7042024-08-30T18:26:17.352Z Downloaded termios v0.3.3
7052024-08-30T18:26:17.352Z Downloaded rcgen v0.12.1
7062024-08-30T18:26:17.354Z Downloaded snafu v0.8.2
7072024-08-30T18:26:17.361Z Downloaded supports-color v3.0.0
7082024-08-30T18:26:17.363Z Downloaded shlex v1.3.0
7092024-08-30T18:26:17.365Z Downloaded strum v0.26.3
7102024-08-30T18:26:17.368Z Downloaded blake3 v1.5.1
7112024-08-30T18:26:17.375Z Downloaded peg-runtime v0.8.3
7122024-08-30T18:26:17.377Z Downloaded phf v0.11.2
7132024-08-30T18:26:17.379Z Downloaded tinyvec v1.6.0
7142024-08-30T18:26:17.383Z Downloaded unicode-bidi v0.3.15
7152024-08-30T18:26:17.385Z Downloaded nom v7.1.3
7162024-08-30T18:26:17.392Z Downloaded libxml v0.3.3
7172024-08-30T18:26:17.399Z Downloaded diesel_table_macro_syntax v0.2.0
7182024-08-30T18:26:17.401Z Downloaded termtree v0.4.1
7192024-08-30T18:26:17.401Z Downloaded schemars_derive v0.8.21
7202024-08-30T18:26:17.404Z Downloaded omicron-zone-package v0.11.0
7212024-08-30T18:26:17.407Z Downloaded form_urlencoded v1.2.1
7222024-08-30T18:26:17.410Z Downloaded fxhash v0.2.1
7232024-08-30T18:26:17.410Z Downloaded tokio-util v0.7.11
7242024-08-30T18:26:17.416Z Downloaded aho-corasick v1.1.3
7252024-08-30T18:26:17.423Z Downloaded try-lock v0.2.5
7262024-08-30T18:26:17.425Z Downloaded oso-derive v0.27.3
7272024-08-30T18:26:17.425Z Downloaded slog-bunyan v2.5.0
7282024-08-30T18:26:17.428Z Downloaded untrusted v0.9.0
7292024-08-30T18:26:17.428Z Downloaded rustc-demangle v0.1.24
7302024-08-30T18:26:17.432Z Downloaded untrusted v0.7.1
7312024-08-30T18:26:17.434Z Downloaded pem-rfc7468 v0.7.0
7322024-08-30T18:26:17.434Z Downloaded openssl-sys v0.9.103
7332024-08-30T18:26:17.440Z Downloaded rand_seeder v0.3.0
7342024-08-30T18:26:17.442Z Downloaded postgres-protocol v0.6.7
7352024-08-30T18:26:17.445Z Downloaded embedded-io v0.4.0
7362024-08-30T18:26:17.447Z Downloaded twox-hash v1.6.3
7372024-08-30T18:26:17.450Z Downloaded serde_derive_internals v0.29.1
7382024-08-30T18:26:17.453Z Downloaded samael v0.0.15
7392024-08-30T18:26:17.456Z Downloaded num-bigint-dig v0.8.4
7402024-08-30T18:26:17.462Z Downloaded zeroize_derive v1.4.2
7412024-08-30T18:26:17.464Z Downloaded subprocess v0.2.9
7422024-08-30T18:26:17.466Z Downloaded enum-as-inner v0.6.0
7432024-08-30T18:26:17.469Z Downloaded hash32 v0.3.1
7442024-08-30T18:26:17.471Z Downloaded futures-executor v0.3.30
7452024-08-30T18:26:17.471Z Downloaded getopts v0.2.21
7462024-08-30T18:26:17.473Z Downloaded gethostname v0.5.0
7472024-08-30T18:26:17.476Z Downloaded powerfmt v0.2.0
7482024-08-30T18:26:17.476Z Downloaded num_enum v0.5.11
7492024-08-30T18:26:17.481Z Downloaded rustyline v14.0.0
7502024-08-30T18:26:17.487Z Downloaded peg-macros v0.8.4
7512024-08-30T18:26:17.490Z Downloaded deranged v0.3.11
7522024-08-30T18:26:17.492Z Downloaded tokio-tungstenite v0.21.0
7532024-08-30T18:26:17.495Z Downloaded itertools v0.13.0
7542024-08-30T18:26:17.503Z Downloaded derive-where v1.2.7
7552024-08-30T18:26:17.508Z Downloaded radium v0.7.0
7562024-08-30T18:26:17.510Z Downloaded postgres-types v0.2.7
7572024-08-30T18:26:17.512Z Downloaded pin-project-lite v0.2.14
7582024-08-30T18:26:17.516Z Downloaded serde_with_macros v3.9.0
7592024-08-30T18:26:17.519Z Downloaded pin-project-internal v1.1.5
7602024-08-30T18:26:17.521Z Downloaded tokio-tungstenite v0.20.1
7612024-08-30T18:26:17.523Z Downloaded tungstenite v0.21.0
7622024-08-30T18:26:17.527Z Downloaded diesel_derives v2.2.2
7632024-08-30T18:26:17.532Z Downloaded elliptic-curve v0.13.8
7642024-08-30T18:26:17.538Z Downloaded ssh-key v0.6.6
7652024-08-30T18:26:17.545Z Downloaded toml v0.7.8
7662024-08-30T18:26:17.549Z Downloaded unsafe-libyaml v0.2.11
7672024-08-30T18:26:17.553Z Downloaded flate2 v1.0.31
7682024-08-30T18:26:17.559Z Downloaded tungstenite v0.23.0
7692024-08-30T18:26:17.563Z Downloaded reedline v0.33.0
7702024-08-30T18:26:17.572Z Downloaded serde_yaml v0.9.34+deprecated
7712024-08-30T18:26:17.576Z Downloaded rayon-core v1.12.1
7722024-08-30T18:26:17.580Z Downloaded hkdf v0.12.4
7732024-08-30T18:26:17.584Z Downloaded bitvec v1.0.1
7742024-08-30T18:26:17.601Z Downloaded idna v0.5.0
7752024-08-30T18:26:17.609Z Downloaded heapless v0.8.0
7762024-08-30T18:26:17.613Z Downloaded url v2.5.2
7772024-08-30T18:26:17.618Z Downloaded idna v0.3.0
7782024-08-30T18:26:17.624Z Downloaded der v0.7.9
7792024-08-30T18:26:17.630Z Downloaded reqwest v0.11.27
7802024-08-30T18:26:17.639Z Downloaded headers v0.3.9
7812024-08-30T18:26:17.645Z Downloaded h2 v0.3.26
7822024-08-30T18:26:17.654Z Downloaded rand v0.8.5
7832024-08-30T18:26:17.656Z Downloaded lalrpop v0.19.12
7842024-08-30T18:26:17.669Z Downloaded git2 v0.19.0
7852024-08-30T18:26:17.678Z Downloaded portable-atomic v1.6.0
7862024-08-30T18:26:17.685Z Downloaded gimli v0.28.1
7872024-08-30T18:26:17.695Z Downloaded futures-util v0.3.30
7882024-08-30T18:26:17.708Z Downloaded rusqlite v0.31.0
7892024-08-30T18:26:17.714Z Downloaded serde_with v3.9.0
7902024-08-30T18:26:17.725Z Downloaded sqlparser v0.45.0
7912024-08-30T18:26:17.731Z Downloaded winnow v0.5.40
7922024-08-30T18:26:17.743Z Downloaded proptest v1.5.0
7932024-08-30T18:26:17.752Z Downloaded curve25519-dalek v4.1.3
7942024-08-30T18:26:17.763Z Downloaded webpki-roots v0.25.4
7952024-08-30T18:26:17.767Z Downloaded polar-core v0.27.3
7962024-08-30T18:26:17.777Z Downloaded trust-dns-proto v0.22.0
7972024-08-30T18:26:17.792Z Downloaded p384 v0.13.0
7982024-08-30T18:26:17.797Z Downloaded openssl v0.10.66
7992024-08-30T18:26:17.808Z Downloaded bstr v1.9.1
8002024-08-30T18:26:17.819Z Downloaded rustls v0.21.12
8012024-08-30T18:26:17.832Z Downloaded regex v1.10.6
8022024-08-30T18:26:17.847Z Downloaded smoltcp v0.11.0
8032024-08-30T18:26:17.860Z Downloaded openapiv3 v2.0.0
8042024-08-30T18:26:17.875Z Downloaded object v0.32.2
8052024-08-30T18:26:17.887Z Downloaded regex-syntax v0.6.29
8062024-08-30T18:26:17.894Z Downloaded rustls v0.22.4
8072024-08-30T18:26:17.908Z Downloaded regex-syntax v0.8.4
8082024-08-30T18:26:17.917Z Downloaded zerocopy-derive v0.6.6
8092024-08-30T18:26:17.930Z Downloaded diesel v2.2.3
8102024-08-30T18:26:17.950Z Downloaded hickory-proto v0.24.1
8112024-08-30T18:26:17.966Z Downloaded regress v0.9.1
8122024-08-30T18:26:17.977Z Downloaded sled v0.34.7
8132024-08-30T18:26:17.987Z Downloaded ratatui v0.28.0
8142024-08-30T18:26:18.010Z Downloaded sha3 v0.10.8
8152024-08-30T18:26:18.014Z Downloaded bzip2-sys v0.1.11+1.0.8
8162024-08-30T18:26:18.029Z Downloaded object v0.30.4
8172024-08-30T18:26:18.040Z Downloaded dropshot v0.10.1
8182024-08-30T18:26:18.101Z Downloaded nix v0.28.0
8192024-08-30T18:26:18.154Z Downloaded rustls-webpki v0.102.4
8202024-08-30T18:26:18.154Z Downloaded regex-automata v0.4.6
8212024-08-30T18:26:18.154Z Downloaded tokio v1.39.3
8222024-08-30T18:26:18.196Z Downloaded finl_unicode v1.2.0
8232024-08-30T18:26:18.197Z Downloaded petgraph v0.6.5
8242024-08-30T18:26:18.210Z Downloaded csv v1.3.0
8252024-08-30T18:26:18.210Z Downloaded vcpkg v0.2.15
8262024-08-30T18:26:18.255Z Downloaded smoltcp v0.9.1
8272024-08-30T18:26:18.314Z Downloaded idna v0.4.0
8282024-08-30T18:26:18.314Z Downloaded libgit2-sys v0.17.0+1.8.1
8292024-08-30T18:26:18.343Z Downloaded idna v0.2.3
8302024-08-30T18:26:18.343Z Downloaded radix_trie v0.2.1
8312024-08-30T18:26:18.372Z Downloaded rustls-webpki v0.101.7
8322024-08-30T18:26:18.373Z Downloaded encoding_rs v0.8.34
8332024-08-30T18:26:18.410Z Downloaded nix v0.27.1
8342024-08-30T18:26:18.411Z Downloaded quick-xml v0.31.0
8352024-08-30T18:26:18.411Z Downloaded rayon v1.10.0
8362024-08-30T18:26:18.428Z Downloaded chrono v0.4.38
8372024-08-30T18:26:18.428Z Downloaded test-strategy v0.3.1
8382024-08-30T18:26:18.428Z Downloaded diff v0.1.13
8392024-08-30T18:26:18.429Z Downloaded time-macros v0.2.18
8402024-08-30T18:26:18.429Z Downloaded der_derive v0.7.2
8412024-08-30T18:26:18.429Z Downloaded ppv-lite86 v0.2.17
8422024-08-30T18:26:18.429Z Downloaded rand_core v0.6.4
8432024-08-30T18:26:18.429Z Downloaded rand_chacha v0.3.1
8442024-08-30T18:26:18.430Z Downloaded p521 v0.13.3
8452024-08-30T18:26:18.444Z Downloaded tungstenite v0.20.1
8462024-08-30T18:26:18.444Z Downloaded schemars v0.8.21
8472024-08-30T18:26:18.444Z Downloaded hashbrown v0.13.2
8482024-08-30T18:26:18.458Z Downloaded stable_deref_trait v1.2.0
8492024-08-30T18:26:18.458Z Downloaded slog-dtrace v0.3.0
8502024-08-30T18:26:18.458Z Downloaded futures-core v0.3.30
8512024-08-30T18:26:18.459Z Downloaded russh-keys v0.45.0
8522024-08-30T18:26:18.459Z Downloaded zerocopy v0.6.6
8532024-08-30T18:26:18.459Z Downloaded futures-io v0.3.30
8542024-08-30T18:26:18.459Z Downloaded uuid v1.10.0
8552024-08-30T18:26:18.459Z Downloaded oso v0.27.3
8562024-08-30T18:26:18.459Z Downloaded fatfs v0.3.6
8572024-08-30T18:26:18.474Z Downloaded zip v0.6.6
8582024-08-30T18:26:18.475Z Downloaded flume v0.11.0
8592024-08-30T18:26:18.475Z Downloaded itertools v0.10.5
8602024-08-30T18:26:18.491Z Downloaded structmeta-derive v0.3.0
8612024-08-30T18:26:18.492Z Downloaded structmeta v0.3.0
8622024-08-30T18:26:18.492Z Downloaded structmeta v0.2.0
8632024-08-30T18:26:18.492Z Downloaded bindgen v0.69.4
8642024-08-30T18:26:18.523Z Downloaded strum_macros v0.24.3
8652024-08-30T18:26:18.523Z Downloaded slab v0.4.9
8662024-08-30T18:26:18.523Z Downloaded yasna v0.5.2
8672024-08-30T18:26:18.523Z Downloaded ed25519-dalek v2.1.1
8682024-08-30T18:26:18.523Z Downloaded tough v0.17.1
8692024-08-30T18:26:18.524Z Downloaded time v0.3.36
8702024-08-30T18:26:18.549Z Downloaded utf-8 v0.7.6
8712024-08-30T18:26:18.549Z Downloaded rustc_version v0.1.7
8722024-08-30T18:26:18.549Z Downloaded term v0.7.0
8732024-08-30T18:26:18.549Z Downloaded serde_arrays v0.1.0
8742024-08-30T18:26:18.549Z Downloaded scopeguard v1.2.0
8752024-08-30T18:26:18.549Z Downloaded ena v0.14.3
8762024-08-30T18:26:18.549Z Downloaded fixedbitset v0.4.2
8772024-08-30T18:26:18.549Z Downloaded unicode_categories v0.1.1
8782024-08-30T18:26:18.549Z Downloaded typed-path v0.7.1
8792024-08-30T18:26:18.549Z Downloaded steno v0.4.1
8802024-08-30T18:26:18.549Z Downloaded percent-encoding v2.3.1
8812024-08-30T18:26:18.549Z Downloaded siphasher v0.3.11
8822024-08-30T18:26:18.549Z Downloaded shell-words v1.1.0
8832024-08-30T18:26:18.549Z Downloaded pin-project v1.1.5
8842024-08-30T18:26:18.559Z Downloaded half v2.4.1
8852024-08-30T18:26:18.561Z Downloaded uzers v0.11.3
8862024-08-30T18:26:18.561Z Downloaded socket2 v0.5.7
8872024-08-30T18:26:18.561Z Downloaded tokio-stream v0.1.15
8882024-08-30T18:26:18.566Z Downloaded pin-utils v0.1.0
8892024-08-30T18:26:18.569Z Downloaded signature v2.2.0
8902024-08-30T18:26:18.569Z Downloaded slog v2.7.0
8912024-08-30T18:26:18.571Z Downloaded tracing v0.1.40
8922024-08-30T18:26:18.575Z Downloaded tokio-postgres v0.7.11
8932024-08-30T18:26:18.581Z Downloaded rustls-pemfile v2.1.3
8942024-08-30T18:26:18.587Z Downloaded strum_macros v0.25.3
8952024-08-30T18:26:18.587Z Downloaded libz-sys v1.1.16
8962024-08-30T18:26:18.656Z Downloaded toml_edit v0.19.15
8972024-08-30T18:26:18.675Z Downloaded rsa v0.9.6
8982024-08-30T18:26:18.679Z Downloaded publicsuffix v2.2.3
8992024-08-30T18:26:18.683Z Downloaded hashbrown v0.12.3
9002024-08-30T18:26:18.689Z Downloaded unicode-normalization v0.1.23
9012024-08-30T18:26:18.692Z Downloaded mio v1.0.2
9022024-08-30T18:26:18.697Z Downloaded strip-ansi-escapes v0.2.0
9032024-08-30T18:26:18.701Z Downloaded scheduled-thread-pool v0.2.7
9042024-08-30T18:26:18.701Z Downloaded defmt-parser v0.3.4
9052024-08-30T18:26:18.701Z Downloaded defmt-macros v0.3.9
9062024-08-30T18:26:18.736Z Downloaded data-encoding v2.6.0
9072024-08-30T18:26:18.736Z Downloaded snafu-derive v0.8.2
9082024-08-30T18:26:18.736Z Downloaded slog-envlogger v2.2.0
9092024-08-30T18:26:18.736Z Downloaded socket2 v0.4.10
9102024-08-30T18:26:18.736Z Downloaded dhcproto v0.12.0
9112024-08-30T18:26:18.736Z Downloaded ring v0.17.8
9122024-08-30T18:26:18.797Z Downloaded libsqlite3-sys v0.28.0
9132024-08-30T18:26:18.865Z Downloaded hyper v0.14.30
9142024-08-30T18:26:18.875Z Downloaded proc-macro-crate v1.3.1
9152024-08-30T18:26:18.883Z Downloaded predicates-core v1.0.6
9162024-08-30T18:26:18.883Z Downloaded predicates v3.1.2
9172024-08-30T18:26:18.883Z Downloaded des v0.8.1
9182024-08-30T18:26:18.883Z Downloaded heapless v0.7.17
9192024-08-30T18:26:18.883Z Downloaded minimal-lexical v0.2.1
9202024-08-30T18:26:18.898Z Downloaded crossterm v0.27.0
9212024-08-30T18:26:18.918Z Downloaded tui-tree-widget v0.22.0
9222024-08-30T18:26:18.918Z Downloaded ring v0.16.20
9232024-08-30T18:26:18.987Z Downloaded tls_codec v0.4.1
9242024-08-30T18:26:19.006Z Downloaded futures-channel v0.3.30
9252024-08-30T18:26:19.006Z Downloaded either v1.13.0
9262024-08-30T18:26:19.006Z Downloaded aes v0.8.4
9272024-08-30T18:26:19.006Z Downloaded fallible-streaming-iterator v0.1.9
9282024-08-30T18:26:19.006Z Downloaded zone v0.3.0
9292024-08-30T18:26:19.006Z Downloaded zone v0.1.8
9302024-08-30T18:26:19.006Z Downloaded unicode-xid v0.2.4
9312024-08-30T18:26:19.006Z Downloaded parking_lot_core v0.9.10
9322024-08-30T18:26:19.007Z Downloaded globset v0.4.14
9332024-08-30T18:26:19.007Z Downloaded sec1 v0.7.3
9342024-08-30T18:26:19.007Z Downloaded parse-display v0.10.0
9352024-08-30T18:26:19.007Z Downloaded whoami v1.5.1
9362024-08-30T18:26:19.007Z Downloaded heck v0.3.3
9372024-08-30T18:26:19.007Z Downloaded postcard v1.0.8
9382024-08-30T18:26:19.007Z Downloaded which v4.4.2
9392024-08-30T18:26:19.019Z Downloaded libm v0.2.8
9402024-08-30T18:26:19.020Z Downloaded http v1.1.0
9412024-08-30T18:26:19.020Z Downloaded ssh-encoding v0.2.0
9422024-08-30T18:26:19.020Z Downloaded p256 v0.13.2
9432024-08-30T18:26:19.020Z Downloaded tracing-core v0.1.32
9442024-08-30T18:26:19.020Z Downloaded walkdir v2.5.0
9452024-08-30T18:26:19.050Z Downloaded sha1 v0.10.6
9462024-08-30T18:26:19.050Z Downloaded rtoolbox v0.0.2
9472024-08-30T18:26:19.050Z Downloaded quick-error v1.2.3
9482024-08-30T18:26:19.050Z Downloaded tar v0.4.41
9492024-08-30T18:26:19.050Z Downloaded ron v0.7.1
9502024-08-30T18:26:19.050Z Downloaded base64 v0.21.7
9512024-08-30T18:26:19.072Z Downloaded olpc-cjson v0.1.3
9522024-08-30T18:26:19.072Z Downloaded getrandom v0.2.14
9532024-08-30T18:26:19.072Z Downloaded futures-task v0.3.30
9542024-08-30T18:26:19.072Z Downloaded funty v2.0.0
9552024-08-30T18:26:19.072Z Downloaded flagset v0.4.5
9562024-08-30T18:26:19.072Z Downloaded derive_more v0.99.18
9572024-08-30T18:26:19.072Z Downloaded ecdsa v0.16.9
9582024-08-30T18:26:19.072Z Downloaded defmt v0.3.8
9592024-08-30T18:26:19.073Z Downloaded password-hash v0.5.0
9602024-08-30T18:26:19.073Z Downloaded sync_wrapper v0.1.2
9612024-08-30T18:26:19.073Z Downloaded static_assertions v1.1.0
9622024-08-30T18:26:19.073Z Downloaded vergen v8.3.2
9632024-08-30T18:26:19.073Z Downloaded similar v2.6.0
9642024-08-30T18:26:19.073Z Downloaded chacha20poly1305 v0.10.1
9652024-08-30T18:26:19.079Z Downloaded cc v1.0.97
9662024-08-30T18:26:19.079Z Downloaded spin v0.5.2
9672024-08-30T18:26:19.079Z Downloaded signal-hook-mio v0.2.4
9682024-08-30T18:26:19.079Z Downloaded mio v0.8.11
9692024-08-30T18:26:19.079Z Downloaded rand_xorshift v0.3.0
9702024-08-30T18:26:19.079Z Downloaded dirs-next v2.0.0
9712024-08-30T18:26:19.079Z Downloaded debug-ignore v1.0.5
9722024-08-30T18:26:19.079Z Downloaded wyz v0.5.1
9732024-08-30T18:26:19.079Z Downloaded libloading v0.8.3
9742024-08-30T18:26:19.079Z Downloaded password-hash v0.4.2
9752024-08-30T18:26:19.079Z Downloaded memmap2 v0.9.4
9762024-08-30T18:26:19.079Z Downloaded crossbeam-channel v0.5.12
9772024-08-30T18:26:19.083Z Downloaded difflib v0.4.0
9782024-08-30T18:26:19.084Z Downloaded slog-json v2.6.1
9792024-08-30T18:26:19.084Z Downloaded owo-colors v4.0.0
9802024-08-30T18:26:19.087Z Downloaded tokio-tungstenite v0.23.1
9812024-08-30T18:26:19.087Z Downloaded num-rational v0.4.2
9822024-08-30T18:26:19.091Z Downloaded env_logger v0.10.2
9832024-08-30T18:26:19.094Z Downloaded env_logger v0.9.3
9842024-08-30T18:26:19.094Z Downloaded derive_builder v0.20.0
9852024-08-30T18:26:19.097Z Downloaded tower-service v0.3.2
9862024-08-30T18:26:19.102Z Downloaded toolchain_find v0.4.0
9872024-08-30T18:26:19.102Z Downloaded nu-ansi-term v0.50.0
9882024-08-30T18:26:19.105Z Downloaded lock_api v0.4.12
9892024-08-30T18:26:19.105Z Downloaded crossbeam-utils v0.8.19
9902024-08-30T18:26:19.105Z Downloaded futures-macro v0.3.30
9912024-08-30T18:26:19.105Z Downloaded foreign-types-macros v0.2.3
9922024-08-30T18:26:19.111Z Downloaded libefi-sys v0.1.0
9932024-08-30T18:26:19.112Z Downloaded cookie v0.18.1
9942024-08-30T18:26:19.121Z Downloaded clang-sys v1.7.0
9952024-08-30T18:26:19.121Z Downloaded cancel-safe-futures v0.1.5
9962024-08-30T18:26:19.121Z Downloaded bcs v0.1.6
9972024-08-30T18:26:19.121Z Downloaded dsl_auto_type v0.1.2
9982024-08-30T18:26:19.126Z Downloaded const_format v0.2.32
9992024-08-30T18:26:19.126Z Downloaded smf v0.2.3
10002024-08-30T18:26:19.126Z Downloaded ipnet v2.9.0
10012024-08-30T18:26:19.126Z Downloaded ahash v0.8.11
10022024-08-30T18:26:19.130Z Downloaded zeroize v1.7.0
10032024-08-30T18:26:19.130Z Downloaded structmeta-derive v0.2.0
10042024-08-30T18:26:19.130Z Downloaded hyper-rustls v0.24.2
10052024-08-30T18:26:19.134Z Downloaded httparse v1.8.0
10062024-08-30T18:26:19.134Z Downloaded backtrace v0.3.71
10072024-08-30T18:26:19.139Z Downloaded num-integer v0.1.46
10082024-08-30T18:26:19.144Z Downloaded nibble_vec v0.1.0
10092024-08-30T18:26:19.144Z Downloaded keccak v0.1.5
10102024-08-30T18:26:19.144Z Downloaded maplit v1.0.2
10112024-08-30T18:26:19.144Z Downloaded base64 v0.22.1
10122024-08-30T18:26:19.148Z Downloaded num v0.4.3
10132024-08-30T18:26:19.148Z Downloaded lru-cache v0.1.2
10142024-08-30T18:26:19.148Z Downloaded darling v0.20.9
10152024-08-30T18:26:19.155Z Downloaded csv-core v0.1.11
10162024-08-30T18:26:19.161Z Downloaded crc32fast v1.4.0
10172024-08-30T18:26:19.162Z Downloaded base64ct v1.6.0
10182024-08-30T18:26:19.162Z Downloaded crossbeam-deque v0.8.5
10192024-08-30T18:26:19.162Z Downloaded async-bb8-diesel v0.2.1
10202024-08-30T18:26:19.167Z Downloaded arrayvec v0.7.4
10212024-08-30T18:26:19.167Z Downloaded backoff v0.4.0
10222024-08-30T18:26:19.167Z Downloaded async-trait v0.1.81
10232024-08-30T18:26:19.175Z Downloaded thiserror-no-std v2.0.2
10242024-08-30T18:26:19.175Z Downloaded tabwriter v1.4.0
10252024-08-30T18:26:19.175Z Downloaded serde_plain v1.0.2
10262024-08-30T18:26:19.175Z Downloaded scrypt v0.11.0
10272024-08-30T18:26:19.183Z Downloaded same-file v1.0.6
10282024-08-30T18:26:19.183Z Downloaded rustversion v1.0.17
10292024-08-30T18:26:19.183Z Downloaded rustls-pemfile v1.0.4
10302024-08-30T18:26:19.183Z Downloaded rustc-hash v1.1.0
10312024-08-30T18:26:19.183Z Downloaded convert_case v0.4.0
10322024-08-30T18:26:19.189Z Downloaded hyper-staticfile v0.9.5
10332024-08-30T18:26:19.189Z Downloaded humantime v2.1.0
10342024-08-30T18:26:19.189Z Downloaded http-body v0.4.6
10352024-08-30T18:26:19.190Z Downloaded matches v0.1.10
10362024-08-30T18:26:19.190Z Downloaded castaway v0.2.3
10372024-08-30T18:26:19.190Z Downloaded bcrypt-pbkdf v0.10.0
10382024-08-30T18:26:19.190Z Downloaded bitflags v1.3.2
10392024-08-30T18:26:19.195Z Downloaded bitfield v0.14.0
10402024-08-30T18:26:19.195Z Downloaded bit-set v0.5.3
10412024-08-30T18:26:19.195Z Downloaded base16ct v0.2.0
10422024-08-30T18:26:19.195Z Downloaded adler v1.0.2
10432024-08-30T18:26:19.203Z Downloaded const-oid v0.9.6
10442024-08-30T18:26:19.203Z Downloaded instant v0.1.12
10452024-08-30T18:26:19.203Z Downloaded blowfish v0.9.1
10462024-08-30T18:26:19.203Z Downloaded arc-swap v1.7.1
10472024-08-30T18:26:19.208Z Downloaded addr2line v0.21.0
10482024-08-30T18:26:19.208Z Downloaded cfg_aliases v0.1.1
10492024-08-30T18:26:19.208Z Downloaded atomicwrites v0.4.3
10502024-08-30T18:26:19.208Z Downloaded iana-time-zone v0.1.60
10512024-08-30T18:26:19.214Z Downloaded libsw v3.3.1
10522024-08-30T18:26:19.214Z Downloaded async-stream v0.3.5
10532024-08-30T18:26:19.214Z Downloaded cobs v0.2.3
10542024-08-30T18:26:19.214Z Downloaded bzip2 v0.4.4
10552024-08-30T18:26:19.221Z Downloaded nanorand v0.7.0
10562024-08-30T18:26:19.221Z Downloaded indexmap v1.9.3
10572024-08-30T18:26:19.221Z Downloaded lazycell v1.3.0
10582024-08-30T18:26:19.232Z Downloaded cbc v0.1.2
10592024-08-30T18:26:19.232Z Downloaded hostname v0.4.0
10602024-08-30T18:26:19.232Z Downloaded ascii v1.1.0
10612024-08-30T18:26:19.232Z Downloaded match_cfg v0.1.0
10622024-08-30T18:26:19.232Z Downloaded ident_case v1.0.1
10632024-08-30T18:26:19.232Z Downloaded is_ci v1.2.0
10642024-08-30T18:26:19.232Z Downloaded cassowary v0.3.0
10652024-08-30T18:26:19.239Z Downloaded hubpack_derive v0.1.1
10662024-08-30T18:26:19.239Z Downloaded httpdate v1.0.3
10672024-08-30T18:26:19.239Z Downloaded chacha20 v0.9.1
10682024-08-30T18:26:19.239Z Downloaded cexpr v0.6.0
10692024-08-30T18:26:19.239Z Downloaded buf-list v1.0.3
10702024-08-30T18:26:19.240Z Downloaded aead v0.5.2
10712024-08-30T18:26:19.240Z Downloaded hostname v0.3.1
10722024-08-30T18:26:19.240Z Downloaded bitfield-struct v0.6.1
10732024-08-30T18:26:19.240Z Downloaded arrayref v0.3.7
10742024-08-30T18:26:19.323Z Compiling serde v1.0.208
10752024-08-30T18:26:19.326Z Compiling typenum v1.17.0
10762024-08-30T18:26:19.326Z Compiling lock_api v0.4.12
10772024-08-30T18:26:19.326Z Compiling generic-array v0.14.7
10782024-08-30T18:26:19.326Z Compiling scopeguard v1.2.0
10792024-08-30T18:26:19.473Z Compiling log v0.4.21
10802024-08-30T18:26:19.499Z Compiling syn v2.0.74
10812024-08-30T18:26:19.502Z Compiling getrandom v0.2.14
10822024-08-30T18:26:19.630Z Compiling jobserver v0.1.32
10832024-08-30T18:26:19.759Z Compiling rand_core v0.6.4
10842024-08-30T18:26:20.113Z Compiling cc v1.0.97
10852024-08-30T18:26:20.133Z Compiling subtle v2.5.0
10862024-08-30T18:26:20.171Z Compiling const-oid v0.9.6
10872024-08-30T18:26:20.445Z Compiling pin-project-lite v0.2.14
10882024-08-30T18:26:20.501Z Compiling smallvec v1.13.2
10892024-08-30T18:26:20.570Z Compiling parking_lot_core v0.9.10
10902024-08-30T18:26:20.655Z Compiling signal-hook-registry v1.4.2
10912024-08-30T18:26:20.726Z Compiling spin v0.9.8
10922024-08-30T18:26:20.916Z Compiling mio v1.0.2
10932024-08-30T18:26:21.148Z Compiling ahash v0.8.11
10942024-08-30T18:26:21.544Z Compiling parking_lot v0.12.2
10952024-08-30T18:26:21.563Z Compiling tinyvec_macros v0.1.1
10962024-08-30T18:26:21.657Z Compiling tinyvec v1.6.0
10972024-08-30T18:26:21.908Z Compiling socket2 v0.5.7
10982024-08-30T18:26:22.170Z Compiling futures-core v0.3.30
10992024-08-30T18:26:22.277Z Compiling futures-sink v0.3.30
11002024-08-30T18:26:22.316Z Compiling libm v0.2.8
11012024-08-30T18:26:22.420Z Compiling serde_json v1.0.125
11022024-08-30T18:26:22.439Z Compiling cpufeatures v0.2.12
11032024-08-30T18:26:22.539Z Compiling slab v0.4.9
11042024-08-30T18:26:22.557Z Compiling num-traits v0.2.19
11052024-08-30T18:26:22.729Z Compiling allocator-api2 v0.2.18
11062024-08-30T18:26:22.820Z Compiling unicode-bidi v0.3.15
11072024-08-30T18:26:23.126Z Compiling futures-channel v0.3.30
11082024-08-30T18:26:23.266Z Compiling unicode-normalization v0.1.23
11092024-08-30T18:26:23.306Z Compiling futures-io v0.3.30
11102024-08-30T18:26:23.537Z Compiling vcpkg v0.2.15
11112024-08-30T18:26:23.567Z Compiling futures-task v0.3.30
11122024-08-30T18:26:23.613Z Compiling pin-utils v0.1.0
11132024-08-30T18:26:23.711Z Compiling pkg-config v0.3.30
11142024-08-30T18:26:23.851Z Compiling base64ct v1.6.0
11152024-08-30T18:26:24.372Z Compiling pem-rfc7468 v0.7.0
11162024-08-30T18:26:24.399Z Compiling flagset v0.4.5
11172024-08-30T18:26:24.417Z Compiling ring v0.17.8
11182024-08-30T18:26:24.454Z Compiling ppv-lite86 v0.2.17
11192024-08-30T18:26:24.590Z Compiling percent-encoding v2.3.1
11202024-08-30T18:26:24.997Z Compiling tracing-core v0.1.32
11212024-08-30T18:26:25.162Z Compiling rustix v0.38.34
11222024-08-30T18:26:25.247Z Compiling rand_chacha v0.3.1
11232024-08-30T18:26:25.302Z Compiling untrusted v0.9.0
11242024-08-30T18:26:25.478Z Compiling foreign-types-shared v0.1.1
11252024-08-30T18:26:25.588Z Compiling httparse v1.8.0
11262024-08-30T18:26:25.777Z Compiling openssl-sys v0.9.103
11272024-08-30T18:26:26.030Z Compiling rand v0.8.5
11282024-08-30T18:26:26.077Z Compiling powerfmt v0.2.0
11292024-08-30T18:26:26.398Z Compiling openssl v0.10.66
11302024-08-30T18:26:26.405Z Compiling time-core v0.1.2
11312024-08-30T18:26:26.478Z Compiling rustversion v1.0.17
11322024-08-30T18:26:26.535Z Compiling num-conv v0.1.0
11332024-08-30T18:26:26.744Z Compiling deranged v0.3.11
11342024-08-30T18:26:26.762Z Compiling time-macros v0.2.18
11352024-08-30T18:26:27.308Z Compiling foreign-types v0.3.2
11362024-08-30T18:26:27.403Z Compiling form_urlencoded v1.2.1
11372024-08-30T18:26:27.434Z Compiling aho-corasick v1.1.3
11382024-08-30T18:26:27.711Z Compiling rustls v0.21.12
11392024-08-30T18:26:27.999Z Compiling siphasher v0.3.11
11402024-08-30T18:26:28.017Z Compiling syn v1.0.109
11412024-08-30T18:26:28.357Z Compiling native-tls v0.2.11
11422024-08-30T18:26:28.390Z Compiling crossbeam-utils v0.8.19
11432024-08-30T18:26:28.619Z Compiling regex-syntax v0.8.4
11442024-08-30T18:26:28.644Z Compiling try-lock v0.2.5
11452024-08-30T18:26:28.700Z Compiling num_threads v0.1.7
11462024-08-30T18:26:28.798Z Compiling want v0.3.1
11472024-08-30T18:26:29.076Z Compiling idna v0.5.0
11482024-08-30T18:26:29.553Z Compiling cookie v0.17.0
11492024-08-30T18:26:29.876Z Compiling httpdate v1.0.3
11502024-08-30T18:26:29.987Z Compiling time v0.3.36
11512024-08-30T18:26:30.350Z Compiling finl_unicode v1.2.0
11522024-08-30T18:26:30.469Z Compiling tower-service v0.3.2
11532024-08-30T18:26:30.602Z Compiling openssl-probe v0.1.5
11542024-08-30T18:26:30.681Z Compiling iana-time-zone v0.1.60
11552024-08-30T18:26:30.919Z Compiling slog v2.7.0
11562024-08-30T18:26:30.959Z Compiling adler v1.0.2
11572024-08-30T18:26:31.123Z Compiling miniz_oxide v0.7.2
11582024-08-30T18:26:31.182Z Compiling stringprep v0.1.4
11592024-08-30T18:26:31.565Z Compiling url v2.5.2
11602024-08-30T18:26:32.392Z Compiling regex-automata v0.4.6
11612024-08-30T18:26:33.442Z Compiling num-integer v0.1.46
11622024-08-30T18:26:33.917Z Compiling serde_derive v1.0.208
11632024-08-30T18:26:34.042Z Compiling zeroize_derive v1.4.2
11642024-08-30T18:26:34.226Z Compiling zerocopy-derive v0.7.34
11652024-08-30T18:26:35.183Z Compiling tokio-macros v2.4.0
11662024-08-30T18:26:35.248Z Compiling thiserror-impl v1.0.63
11672024-08-30T18:26:35.300Z Compiling futures-macro v0.3.30
11682024-08-30T18:26:35.779Z Compiling zeroize v1.7.0
11692024-08-30T18:26:36.652Z Compiling zerocopy v0.7.34
11702024-08-30T18:26:36.849Z Compiling der_derive v0.7.2
11712024-08-30T18:26:37.337Z Compiling futures-util v0.3.30
11722024-08-30T18:26:37.654Z Compiling crypto-common v0.1.6
11732024-08-30T18:26:37.890Z Compiling block-buffer v0.10.4
11742024-08-30T18:26:38.155Z Compiling digest v0.10.7
11752024-08-30T18:26:38.626Z Compiling hmac v0.12.1
11762024-08-30T18:26:38.646Z Compiling block-padding v0.3.3
11772024-08-30T18:26:38.871Z Compiling inout v0.1.3
11782024-08-30T18:26:38.889Z Compiling hashbrown v0.14.5
11792024-08-30T18:26:38.891Z Compiling thiserror v1.0.63
11802024-08-30T18:26:39.053Z Compiling sha2 v0.10.8
11812024-08-30T18:26:39.149Z Compiling cipher v0.4.4
11822024-08-30T18:26:39.439Z Compiling pest v2.7.10
11832024-08-30T18:26:39.651Z Compiling salsa20 v0.10.2
11842024-08-30T18:26:39.942Z Compiling der v0.7.9
11852024-08-30T18:26:40.283Z Compiling pbkdf2 v0.12.2
11862024-08-30T18:26:40.471Z Compiling tracing-attributes v0.1.27
11872024-08-30T18:26:42.558Z Compiling pest_meta v2.7.10
11882024-08-30T18:26:42.674Z Compiling scroll_derive v0.12.0
11892024-08-30T18:26:43.330Z Compiling spki v0.7.3
11902024-08-30T18:26:43.641Z Compiling scrypt v0.11.0
11912024-08-30T18:26:43.727Z Compiling aes v0.8.4
11922024-08-30T18:26:44.189Z Compiling scroll v0.12.0
11932024-08-30T18:26:44.206Z Compiling tracing v0.1.40
11942024-08-30T18:26:44.225Z Compiling pest_generator v2.7.10
11952024-08-30T18:26:44.753Z Compiling cbc v0.1.2
11962024-08-30T18:26:44.754Z Compiling goblin v0.8.2
11972024-08-30T18:26:45.036Z Compiling pkcs5 v0.7.1
11982024-08-30T18:26:45.456Z Compiling openssl-macros v0.1.1
11992024-08-30T18:26:46.250Z Compiling pkcs8 v0.10.2
12002024-08-30T18:26:46.296Z Compiling sct v0.7.1
12012024-08-30T18:26:46.340Z Compiling rustls-webpki v0.101.7
12022024-08-30T18:26:46.603Z Compiling md-5 v0.10.6
12032024-08-30T18:26:46.628Z Compiling backtrace v0.3.71
12042024-08-30T18:26:46.878Z Compiling idna v0.3.0
12052024-08-30T18:26:46.982Z Compiling lazy_static v1.5.0
12062024-08-30T18:26:47.082Z Compiling hash32 v0.2.1
12072024-08-30T18:26:47.112Z Compiling stable_deref_trait v1.2.0
12082024-08-30T18:26:47.221Z Compiling crc32fast v1.4.0
12092024-08-30T18:26:47.464Z Compiling cfg_aliases v0.1.1
12102024-08-30T18:26:47.566Z Compiling fallible-iterator v0.2.0
12112024-08-30T18:26:47.688Z Compiling pest_derive v2.7.10
12122024-08-30T18:26:47.766Z Compiling num-bigint-dig v0.8.4
12132024-08-30T18:26:48.077Z Compiling signal-hook v0.3.17
12142024-08-30T18:26:48.243Z Compiling psl-types v2.0.11
12152024-08-30T18:26:48.288Z Compiling base64 v0.22.1
12162024-08-30T18:26:48.360Z Compiling gimli v0.28.1
12172024-08-30T18:26:48.437Z Compiling bytes v1.7.1
12182024-08-30T18:26:48.490Z Compiling bitflags v2.6.0
12192024-08-30T18:26:48.816Z Compiling indexmap v2.4.0
12202024-08-30T18:26:48.957Z Compiling semver v1.0.23
12212024-08-30T18:26:49.673Z Compiling tokio v1.39.3
12222024-08-30T18:26:49.725Z Compiling http v0.2.12
12232024-08-30T18:26:50.327Z Compiling rustc_version v0.4.0
12242024-08-30T18:26:51.118Z Compiling heapless v0.7.17
12252024-08-30T18:26:51.575Z Compiling http-body v0.4.6
12262024-08-30T18:26:51.608Z Compiling dof v0.3.0
12272024-08-30T18:26:52.057Z Compiling dtrace-parser v0.2.0
12282024-08-30T18:26:52.263Z Compiling uuid v1.10.0
12292024-08-30T18:26:53.473Z Compiling usdt-impl v0.5.0
12302024-08-30T18:26:53.800Z Compiling serde_tokenstream v0.2.2
12312024-08-30T18:26:53.820Z Compiling chrono v0.4.38
12322024-08-30T18:26:54.289Z Compiling serde_spanned v0.6.7
12332024-08-30T18:26:54.433Z Compiling toml_datetime v0.6.8
12342024-08-30T18:26:54.520Z Compiling smoltcp v0.9.1
12352024-08-30T18:26:55.094Z Compiling addr2line v0.21.0
12362024-08-30T18:26:55.329Z Compiling terminal_size v0.3.0
12372024-08-30T18:26:55.352Z Compiling postgres-protocol v0.6.7
12382024-08-30T18:26:55.537Z Compiling publicsuffix v2.2.3
12392024-08-30T18:26:55.827Z Compiling nix v0.28.0
12402024-08-30T18:26:55.900Z Compiling hubpack_derive v0.1.1
12412024-08-30T18:26:56.144Z Compiling num-iter v0.1.45
12422024-08-30T18:26:56.186Z Compiling zerocopy-derive v0.6.6
12432024-08-30T18:26:56.340Z Compiling async-trait v0.1.81
12442024-08-30T18:26:56.819Z Compiling phf_shared v0.11.2
12452024-08-30T18:26:57.217Z Compiling serde_derive_internals v0.29.1
12462024-08-30T18:26:57.498Z Compiling ff v0.13.0
12472024-08-30T18:26:57.606Z Compiling object v0.32.2
12482024-08-30T18:26:57.730Z Compiling fs-err v2.11.0
12492024-08-30T18:26:57.770Z Compiling ipnet v2.9.0
12502024-08-30T18:26:58.039Z Compiling tokio-util v0.7.11
12512024-08-30T18:26:58.988Z Compiling h2 v0.3.26
12522024-08-30T18:26:58.988Z Compiling tokio-native-tls v0.3.1
12532024-08-30T18:26:59.097Z Compiling tokio-rustls v0.24.1
12542024-08-30T18:26:59.280Z Compiling winnow v0.5.40
12552024-08-30T18:26:59.430Z Compiling either v1.13.0
12562024-08-30T18:26:59.494Z Compiling managed v0.8.0
12572024-08-30T18:26:59.854Z Compiling rustc-demangle v0.1.24
12582024-08-30T18:26:59.951Z Compiling bitflags v1.3.2
12592024-08-30T18:27:00.019Z Compiling schemars v0.8.21
12602024-08-30T18:27:00.060Z Compiling anyhow v1.0.86
12612024-08-30T18:27:00.386Z Compiling base16ct v0.2.0
12622024-08-30T18:27:00.720Z Compiling base64 v0.21.7
12632024-08-30T18:27:00.844Z Compiling sec1 v0.7.3
12642024-08-30T18:27:00.881Z Compiling clap_builder v4.5.15
12652024-08-30T18:27:01.423Z Compiling rustls-pemfile v1.0.4
12662024-08-30T18:27:01.475Z Compiling schemars_derive v0.8.21
12672024-08-30T18:27:01.864Z Compiling zerocopy v0.6.6
12682024-08-30T18:27:02.845Z Compiling toml_edit v0.19.15
12692024-08-30T18:27:03.085Z Compiling group v0.13.0
12702024-08-30T18:27:03.176Z Compiling cookie_store v0.20.0
12712024-08-30T18:27:03.413Z Compiling phf v0.11.2
12722024-08-30T18:27:03.711Z Compiling hubpack v0.1.2
12732024-08-30T18:27:04.937Z Compiling postgres-types v0.2.7
12742024-08-30T18:27:05.331Z Compiling usdt-macro v0.5.0
12752024-08-30T18:27:06.246Z Compiling hyper v0.14.30
12762024-08-30T18:27:06.449Z Compiling usdt-attr-macro v0.5.0
12772024-08-30T18:27:06.840Z Compiling serde_urlencoded v0.7.1
12782024-08-30T18:27:07.375Z Compiling pkcs1 v0.7.5
12792024-08-30T18:27:07.728Z Compiling futures-executor v0.3.30
12802024-08-30T18:27:08.103Z Compiling hkdf v0.12.4
12812024-08-30T18:27:08.257Z Compiling signature v2.2.0
12822024-08-30T18:27:08.369Z Compiling regex v1.10.6
12832024-08-30T18:27:08.406Z Compiling bstr v1.9.1
12842024-08-30T18:27:08.563Z Compiling crypto-bigint v0.5.5
12852024-08-30T18:27:09.476Z Compiling serde_repr v0.1.19
12862024-08-30T18:27:09.932Z Compiling enum-as-inner v0.6.0
12872024-08-30T18:27:10.264Z Compiling clap_derive v4.5.13
12882024-08-30T18:27:10.284Z Compiling strum_macros v0.25.3
12892024-08-30T18:27:10.773Z Compiling phf_shared v0.10.0
12902024-08-30T18:27:10.856Z Compiling float-cmp v0.9.0
12912024-08-30T18:27:11.025Z Compiling idna v0.4.0
12922024-08-30T18:27:11.088Z Compiling mio v0.8.11
12932024-08-30T18:27:11.178Z Compiling encoding_rs v0.8.34
12942024-08-30T18:27:12.324Z Compiling mime v0.3.17
12952024-08-30T18:27:12.608Z Compiling whoami v1.5.1
12962024-08-30T18:27:12.937Z Compiling difflib v0.4.0
12972024-08-30T18:27:13.261Z Compiling normalize-line-endings v0.3.0
12982024-08-30T18:27:13.394Z Compiling hyper-rustls v0.24.2
12992024-08-30T18:27:13.774Z Compiling hyper-tls v0.5.0
13002024-08-30T18:27:14.130Z Compiling unicode-segmentation v1.11.0
13012024-08-30T18:27:14.424Z Compiling predicates-core v1.0.6
13022024-08-30T18:27:14.508Z Compiling fixedbitset v0.4.2
13032024-08-30T18:27:14.717Z Compiling static_assertions v1.1.0
13042024-08-30T18:27:14.779Z Compiling sync_wrapper v0.1.2
13052024-08-30T18:27:14.841Z Compiling webpki-roots v0.25.4
13062024-08-30T18:27:14.947Z Compiling minimal-lexical v0.2.1
13072024-08-30T18:27:14.977Z Compiling bit-vec v0.6.3
13082024-08-30T18:27:15.013Z Compiling new_debug_unreachable v1.0.6
13092024-08-30T18:27:15.015Z Compiling data-encoding v2.6.0
13102024-08-30T18:27:15.128Z Compiling dyn-clone v1.0.17
13112024-08-30T18:27:15.363Z Compiling precomputed-hash v0.1.1
13122024-08-30T18:27:15.423Z Compiling nom v7.1.3
13132024-08-30T18:27:15.448Z Compiling clap v4.5.16
13142024-08-30T18:27:15.480Z Compiling string_cache v0.8.7
13152024-08-30T18:27:15.483Z Compiling bit-set v0.5.3
13162024-08-30T18:27:15.709Z Compiling reqwest v0.11.27
13172024-08-30T18:27:15.770Z Compiling hickory-proto v0.24.1
13182024-08-30T18:27:15.962Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13192024-08-30T18:27:16.405Z Compiling petgraph v0.6.5
13202024-08-30T18:27:17.482Z Compiling similar v2.6.0
13212024-08-30T18:27:19.190Z Compiling predicates v3.1.2
13222024-08-30T18:27:19.481Z Compiling console v0.15.8
13232024-08-30T18:27:19.540Z Compiling toml_edit v0.22.20
13242024-08-30T18:27:19.972Z Compiling tokio-postgres v0.7.11
13252024-08-30T18:27:20.452Z Compiling signal-hook-mio v0.2.4
13262024-08-30T18:27:20.636Z Compiling elliptic-curve v0.13.8
13272024-08-30T18:27:20.978Z Compiling usdt v0.5.0
13282024-08-30T18:27:21.008Z Compiling rsa v0.9.6
13292024-08-30T18:27:21.489Z Compiling futures v0.3.30
13302024-08-30T18:27:21.492Z Compiling toml v0.7.8
13312024-08-30T18:27:21.609Z Compiling flate2 v1.0.31
13322024-08-30T18:27:23.353Z Compiling itertools v0.10.5
13332024-08-30T18:27:24.105Z Compiling itertools v0.12.1
13342024-08-30T18:27:25.728Z Compiling tokio-stream v0.1.15
13352024-08-30T18:27:26.096Z Compiling openapiv3 v2.0.0
13362024-08-30T18:27:26.235Z Compiling hex v0.4.3
13372024-08-30T18:27:26.781Z Compiling sha1 v0.10.6
13382024-08-30T18:27:26.800Z Compiling crossbeam-epoch v0.9.18
13392024-08-30T18:27:26.834Z Compiling dirs-sys-next v0.1.2
13402024-08-30T18:27:27.214Z Compiling unicode-xid v0.2.4
13412024-08-30T18:27:27.350Z Compiling lalrpop-util v0.19.12
13422024-08-30T18:27:27.400Z Compiling peg-runtime v0.8.3
13432024-08-30T18:27:27.526Z Compiling dirs-next v2.0.0
13442024-08-30T18:27:27.545Z Compiling thread_local v1.1.8
13452024-08-30T18:27:27.691Z Compiling slog-async v2.8.0
13462024-08-30T18:27:27.723Z Compiling term v0.7.0
13472024-08-30T18:27:28.015Z Compiling xattr v1.3.1
13482024-08-30T18:27:28.039Z Compiling strum_macros v0.26.4
13492024-08-30T18:27:28.115Z Compiling crossbeam-channel v0.5.12
13502024-08-30T18:27:28.300Z Compiling filetime v0.2.25
13512024-08-30T18:27:28.318Z Compiling is-terminal v0.4.12
13522024-08-30T18:27:28.455Z Compiling take_mut v0.2.2
13532024-08-30T18:27:28.620Z Compiling tar v0.4.41
13542024-08-30T18:27:28.638Z Compiling slog-term v2.9.1
13552024-08-30T18:27:29.280Z Compiling camino v1.1.9
13562024-08-30T18:27:30.483Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13572024-08-30T18:27:31.334Z Compiling strum v0.26.3
13582024-08-30T18:27:31.412Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13592024-08-30T18:27:36.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13602024-08-30T18:27:36.927Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13612024-08-30T18:27:36.975ZAug 30 18:27:35.437 INFO Starting download, target: Cockroach
13622024-08-30T18:27:36.975ZAug 30 18:27:35.437 INFO Starting download, target: Console
13632024-08-30T18:27:36.975ZAug 30 18:27:35.437 INFO Starting download, target: Clickhouse
13642024-08-30T18:27:36.975ZAug 30 18:27:35.437 INFO Starting download, target: DendriteOpenapi
13652024-08-30T18:27:36.975ZAug 30 18:27:35.437 INFO Starting download, target: DendriteStub
13662024-08-30T18:27:36.978ZAug 30 18:27:35.437 INFO Starting download, target: MaghemiteMgd
13672024-08-30T18:27:36.978ZAug 30 18:27:35.437 INFO Starting download, target: TransceiverControl
13682024-08-30T18:27:36.978ZAug 30 18:27:35.438 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13692024-08-30T18:27:36.978ZAug 30 18:27:35.438 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13702024-08-30T18:27:36.978ZAug 30 18:27:35.438 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13712024-08-30T18:27:36.978ZAug 30 18:27:35.438 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13722024-08-30T18:27:36.978ZAug 30 18:27:35.439 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13732024-08-30T18:27:36.978ZAug 30 18:27:35.439 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13742024-08-30T18:27:36.978ZAug 30 18:27:35.439 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13752024-08-30T18:27:37.265ZAug 30 18:27:35.701 INFO Download complete, target: DendriteOpenapi
13762024-08-30T18:27:37.377ZAug 30 18:27:35.836 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13772024-08-30T18:27:37.575ZAug 30 18:27:36.036 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13782024-08-30T18:27:37.736ZAug 30 18:27:36.198 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13792024-08-30T18:27:37.777ZAug 30 18:27:36.239 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13802024-08-30T18:27:37.967ZAug 30 18:27:36.427 INFO Download complete, target: Console
13812024-08-30T18:27:38.157ZAug 30 18:27:36.619 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13822024-08-30T18:27:38.160ZAug 30 18:27:36.619 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13832024-08-30T18:27:38.203ZAug 30 18:27:36.665 INFO Download complete, target: TransceiverControl
13842024-08-30T18:27:39.194ZAug 30 18:27:37.639 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13852024-08-30T18:27:40.831ZAug 30 18:27:39.293 INFO Download complete, target: DendriteStub
13862024-08-30T18:27:41.104ZAug 30 18:27:39.566 INFO Download complete, target: MaghemiteMgd
13872024-08-30T18:27:46.778ZAug 30 18:27:45.239 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13882024-08-30T18:27:47.115ZAug 30 18:27:45.575 INFO Checking that binary works, target: Cockroach
13892024-08-30T18:27:47.269ZAug 30 18:27:45.730 INFO Download complete, target: Cockroach
13902024-08-30T18:27:53.421ZAug 30 18:27:51.881 INFO Checking that binary works, target: Clickhouse
13912024-08-30T18:27:53.590ZAug 30 18:27:52.049 INFO Download complete, target: Clickhouse
13922024-08-30T18:27:53.598ZAll prerequisites installed successfully
13932024-08-30T18:27:53.600Z
13942024-08-30T18:27:53.600Zreal 4:12.772770361
13952024-08-30T18:27:53.600Zuser 11:33.054254939
13962024-08-30T18:27:53.600Zsys 2:28.559368836
13972024-08-30T18:27:53.600Ztrap 0.438807848
13982024-08-30T18:27:53.600Ztflt 1.601520474
13992024-08-30T18:27:53.600Zdflt 1.523774464
14002024-08-30T18:27:53.600Zkflt 0.026483704
14012024-08-30T18:27:53.600Zlock 23:11.644682084
14022024-08-30T18:27:53.600Zslp 45:16.006556631
14032024-08-30T18:27:53.600Zlat 43.185936680
14042024-08-30T18:27:53.600Zstop 1:52.137697990
14052024-08-30T18:27:53.600Z+ source ./tools/include/force-git-over-https.sh
14062024-08-30T18:27:53.600Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14072024-08-30T18:27:53.600Z++ (( i = 0 ))
14082024-08-30T18:27:53.600Z++ (( i < 5 ))
14092024-08-30T18:27:53.600Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14102024-08-30T18:27:53.603Z++ (( i++ ))
14112024-08-30T18:27:53.603Z++ (( i < 5 ))
14122024-08-30T18:27:53.603Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14132024-08-30T18:27:53.607Z++ (( i++ ))
14142024-08-30T18:27:53.607Z++ (( i < 5 ))
14152024-08-30T18:27:53.607Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14162024-08-30T18:27:53.610Z++ (( i++ ))
14172024-08-30T18:27:53.610Z++ (( i < 5 ))
14182024-08-30T18:27:53.611Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14192024-08-30T18:27:53.615Z++ (( i++ ))
14202024-08-30T18:27:53.615Z++ (( i < 5 ))
14212024-08-30T18:27:53.615Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14222024-08-30T18:27:53.618Z++ (( i++ ))
14232024-08-30T18:27:53.618Z++ (( i < 5 ))
14242024-08-30T18:27:53.618Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14252024-08-30T18:27:53.618Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14262024-08-30T18:27:53.618Z+ rc=0
14272024-08-30T18:27:53.618Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14282024-08-30T18:28:15.419Z+ case $rc in
14292024-08-30T18:28:15.419Z+ pfexec zfs create -p rpool/images/build/host
14302024-08-30T18:28:15.419Z+ pfexec zfs create -p rpool/images/build/recovery
14312024-08-30T18:28:15.419Z+ cargo xtask releng --output-dir /work
14322024-08-30T18:28:15.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14332024-08-30T18:28:15.419Z Running `target/debug/xtask releng --output-dir /work`
14342024-08-30T18:28:16.190Z Compiling proc-macro2 v1.0.86
14352024-08-30T18:28:16.190Z Compiling unicode-ident v1.0.12
14362024-08-30T18:28:16.236Z Compiling libc v0.2.158
14372024-08-30T18:28:16.236Z Compiling serde v1.0.208
14382024-08-30T18:28:16.237Z Compiling version_check v0.9.5
14392024-08-30T18:28:16.237Z Compiling autocfg v1.3.0
14402024-08-30T18:28:16.237Z Compiling cfg-if v1.0.0
14412024-08-30T18:28:16.237Z Compiling once_cell v1.19.0
14422024-08-30T18:28:16.441Z Compiling typenum v1.17.0
14432024-08-30T18:28:16.526Z Compiling memchr v2.7.2
14442024-08-30T18:28:16.877Z Compiling generic-array v0.14.7
14452024-08-30T18:28:17.256Z Compiling lock_api v0.4.12
14462024-08-30T18:28:17.324Z Compiling ahash v0.8.11
14472024-08-30T18:28:17.360Z Compiling serde_json v1.0.125
14482024-08-30T18:28:17.568Z Compiling libm v0.2.8
14492024-08-30T18:28:17.680Z Compiling num-traits v0.2.19
14502024-08-30T18:28:17.700Z Compiling parking_lot_core v0.9.10
14512024-08-30T18:28:17.919Z Compiling quote v1.0.36
14522024-08-30T18:28:17.999Z Compiling byteorder v1.5.0
14532024-08-30T18:28:18.303Z Compiling syn v2.0.74
14542024-08-30T18:28:18.435Z Compiling getrandom v0.2.14
14552024-08-30T18:28:18.455Z Compiling jobserver v0.1.32
14562024-08-30T18:28:18.554Z Compiling log v0.4.21
14572024-08-30T18:28:18.592Z Compiling scopeguard v1.2.0
14582024-08-30T18:28:18.818Z Compiling cc v1.0.97
14592024-08-30T18:28:18.965Z Compiling thiserror v1.0.63
14602024-08-30T18:28:18.987Z Compiling itoa v1.0.11
14612024-08-30T18:28:19.397Z Compiling slab v0.4.9
14622024-08-30T18:28:19.421Z Compiling rand_core v0.6.4
14632024-08-30T18:28:19.444Z Compiling pkg-config v0.3.30
14642024-08-30T18:28:20.027Z Compiling semver v1.0.23
14652024-08-30T18:28:20.204Z Compiling ryu v1.0.18
14662024-08-30T18:28:20.531Z Compiling smallvec v1.13.2
14672024-08-30T18:28:20.583Z Compiling pin-project-lite v0.2.14
14682024-08-30T18:28:20.607Z Compiling vcpkg v0.2.15
14692024-08-30T18:28:20.712Z Compiling allocator-api2 v0.2.18
14702024-08-30T18:28:21.279Z Compiling spin v0.9.8
14712024-08-30T18:28:21.389Z Compiling subtle v2.5.0
14722024-08-30T18:28:21.793Z Compiling const-oid v0.9.6
14732024-08-30T18:28:22.007Z Compiling signal-hook-registry v1.4.2
14742024-08-30T18:28:22.197Z Compiling ring v0.17.8
14752024-08-30T18:28:22.367Z Compiling openssl-sys v0.9.103
14762024-08-30T18:28:23.476Z Compiling httparse v1.8.0
14772024-08-30T18:28:23.743Z Compiling schemars v0.8.21
14782024-08-30T18:28:23.892Z Compiling heck v0.5.0
14792024-08-30T18:28:24.102Z Compiling rustix v0.38.34
14802024-08-30T18:28:24.123Z Compiling parking_lot v0.12.2
14812024-08-30T18:28:24.317Z Compiling mio v1.0.2
14822024-08-30T18:28:24.350Z Compiling time-core v0.1.2
14832024-08-30T18:28:24.566Z Compiling futures-core v0.3.30
14842024-08-30T18:28:24.903Z Compiling num-conv v0.1.0
14852024-08-30T18:28:25.073Z Compiling socket2 v0.5.7
14862024-08-30T18:28:25.215Z Compiling time-macros v0.2.18
14872024-08-30T18:28:25.383Z Compiling openssl v0.10.66
14882024-08-30T18:28:25.631Z Compiling equivalent v1.0.1
14892024-08-30T18:28:25.680Z Compiling fnv v1.0.7
14902024-08-30T18:28:25.948Z Compiling futures-sink v0.3.30
14912024-08-30T18:28:26.135Z Compiling serde_derive_internals v0.29.1
14922024-08-30T18:28:26.138Z Compiling rustls v0.21.12
14932024-08-30T18:28:26.201Z Compiling tinyvec_macros v0.1.1
14942024-08-30T18:28:26.299Z Compiling native-tls v0.2.11
14952024-08-30T18:28:26.318Z Compiling tinyvec v1.6.0
14962024-08-30T18:28:27.286Z Compiling crossbeam-utils v0.8.19
14972024-08-30T18:28:28.037Z Compiling unicode-normalization v0.1.23
14982024-08-30T18:28:28.128Z Compiling cookie v0.17.0
14992024-08-30T18:28:28.421Z Compiling iana-time-zone v0.1.60
15002024-08-30T18:28:28.464Z Compiling cpufeatures v0.2.12
15012024-08-30T18:28:28.605Z Compiling ucd-trie v0.1.6
15022024-08-30T18:28:28.806Z Compiling futures-channel v0.3.30
15032024-08-30T18:28:29.152Z Compiling futures-io v0.3.30
15042024-08-30T18:28:29.224Z Compiling futures-task v0.3.30
15052024-08-30T18:28:29.224Z Compiling unicode-bidi v0.3.15
15062024-08-30T18:28:29.389Z Compiling syn v1.0.109
15072024-08-30T18:28:29.526Z Compiling pin-utils v0.1.0
15082024-08-30T18:28:29.561Z Compiling slog v2.7.0
15092024-08-30T18:28:29.890Z Compiling aho-corasick v1.1.3
15102024-08-30T18:28:30.286Z Compiling regex-syntax v0.8.4
15112024-08-30T18:28:30.447Z Compiling untrusted v0.9.0
15122024-08-30T18:28:31.080Z Compiling dyn-clone v1.0.17
15132024-08-30T18:28:31.659Z Compiling crc32fast v1.4.0
15142024-08-30T18:28:31.707Z Compiling serde_derive v1.0.208
15152024-08-30T18:28:31.912Z Compiling zeroize_derive v1.4.2
15162024-08-30T18:28:32.232Z Compiling zerocopy-derive v0.7.34
15172024-08-30T18:28:32.399Z Compiling tokio-macros v2.4.0
15182024-08-30T18:28:33.410Z Compiling thiserror-impl v1.0.63
15192024-08-30T18:28:34.097Z Compiling zeroize v1.7.0
15202024-08-30T18:28:34.370Z Compiling zerocopy v0.7.34
15212024-08-30T18:28:34.543Z Compiling futures-macro v0.3.30
15222024-08-30T18:28:36.482Z Compiling crypto-common v0.1.6
15232024-08-30T18:28:36.569Z Compiling tracing-attributes v0.1.27
15242024-08-30T18:28:36.732Z Compiling der_derive v0.7.2
15252024-08-30T18:28:37.024Z Compiling hashbrown v0.14.5
15262024-08-30T18:28:38.136Z Compiling block-buffer v0.10.4
15272024-08-30T18:28:38.391Z Compiling digest v0.10.7
15282024-08-30T18:28:38.814Z Compiling schemars_derive v0.8.21
15292024-08-30T18:28:39.245Z Compiling openssl-macros v0.1.1
15302024-08-30T18:28:40.007Z Compiling scroll_derive v0.12.0
15312024-08-30T18:28:40.040Z Compiling hmac v0.12.1
15322024-08-30T18:28:40.301Z Compiling pest v2.7.10
15332024-08-30T18:28:40.436Z Compiling block-padding v0.3.3
15342024-08-30T18:28:40.495Z Compiling futures-util v0.3.30
15352024-08-30T18:28:40.674Z Compiling inout v0.1.3
15362024-08-30T18:28:41.100Z Compiling cipher v0.4.4
15372024-08-30T18:28:41.591Z Compiling sha2 v0.10.8
15382024-08-30T18:28:41.921Z Compiling regex-automata v0.4.6
15392024-08-30T18:28:43.213Z Compiling pest_meta v2.7.10
15402024-08-30T18:28:44.116Z Compiling usdt-impl v0.5.0
15412024-08-30T18:28:44.635Z Compiling base64ct v1.6.0
15422024-08-30T18:28:45.309Z Compiling pest_generator v2.7.10
15432024-08-30T18:28:46.774Z Compiling bytes v1.7.1
15442024-08-30T18:28:48.459Z Compiling bitflags v2.6.0
15452024-08-30T18:28:48.880Z Compiling tokio v1.39.3
15462024-08-30T18:28:49.141Z Compiling indexmap v2.4.0
15472024-08-30T18:28:49.244Z Compiling serde_tokenstream v0.2.2
15482024-08-30T18:28:50.174Z Compiling uuid v1.10.0
15492024-08-30T18:28:50.616Z Compiling chrono v0.4.38
15502024-08-30T18:28:51.132Z Compiling http v0.2.12
15512024-08-30T18:28:52.291Z Compiling rustc_version v0.4.0
15522024-08-30T18:28:52.980Z Compiling pest_derive v2.7.10
15532024-08-30T18:28:53.972Z Compiling heck v0.4.1
15542024-08-30T18:28:54.458Z Compiling percent-encoding v2.3.1
15552024-08-30T18:28:54.512Z Compiling powerfmt v0.2.0
15562024-08-30T18:28:55.017Z Compiling deranged v0.3.11
15572024-08-30T18:28:55.209Z Compiling heapless v0.7.17
15582024-08-30T18:28:55.561Z Compiling pem-rfc7468 v0.7.0
15592024-08-30T18:28:56.201Z Compiling scroll v0.12.0
15602024-08-30T18:28:56.226Z Compiling zerocopy-derive v0.6.6
15612024-08-30T18:28:57.371Z Compiling backtrace v0.3.71
15622024-08-30T18:28:57.446Z Compiling tracing-core v0.1.32
15632024-08-30T18:28:57.872Z Compiling errno v0.3.9
15642024-08-30T18:28:58.433Z Compiling num-bigint-dig v0.8.4
15652024-08-30T18:28:58.501Z Compiling ppv-lite86 v0.2.17
15662024-08-30T18:28:58.767Z Compiling tokio-util v0.7.11
15672024-08-30T18:28:59.669Z Compiling plain v0.2.3
15682024-08-30T18:28:59.860Z Compiling flagset v0.4.5
15692024-08-30T18:29:00.015Z Compiling num_threads v0.1.7
15702024-08-30T18:29:00.135Z Compiling der v0.7.9
15712024-08-30T18:29:00.226Z Compiling time v0.3.36
15722024-08-30T18:29:00.475Z Compiling goblin v0.8.2
15732024-08-30T18:29:01.118Z Compiling rand_chacha v0.3.1
15742024-08-30T18:29:01.973Z Compiling tracing v0.1.40
15752024-08-30T18:29:03.121Z Compiling regex v1.10.6
15762024-08-30T18:29:03.465Z Compiling salsa20 v0.10.2
15772024-08-30T18:29:03.539Z Compiling pbkdf2 v0.12.2
15782024-08-30T18:29:03.778Z Compiling async-trait v0.1.81
15792024-08-30T18:29:04.542Z Compiling strsim v0.11.1
15802024-08-30T18:29:05.862Z Compiling rustversion v1.0.17
15812024-08-30T18:29:06.106Z Compiling pretty-hex v0.4.1
15822024-08-30T18:29:06.462Z Compiling dof v0.3.0
15832024-08-30T18:29:07.398Z Compiling scrypt v0.11.0
15842024-08-30T18:29:07.893Z Compiling spki v0.7.3
15852024-08-30T18:29:08.069Z Compiling rand v0.8.5
15862024-08-30T18:29:08.281Z Compiling form_urlencoded v1.2.1
15872024-08-30T18:29:08.343Z Compiling dtrace-parser v0.2.0
15882024-08-30T18:29:08.642Z Compiling aes v0.8.4
15892024-08-30T18:29:08.893Z Compiling cbc v0.1.2
15902024-08-30T18:29:09.241Z Compiling thread-id v4.2.1
15912024-08-30T18:29:10.037Z Compiling smoltcp v0.9.1
15922024-08-30T18:29:10.293Z Compiling foreign-types-shared v0.1.1
15932024-08-30T18:29:10.501Z Compiling signal-hook v0.3.17
15942024-08-30T18:29:10.559Z Compiling try-lock v0.2.5
15952024-08-30T18:29:10.825Z Compiling anyhow v1.0.86
15962024-08-30T18:29:10.864Z Compiling unicode-width v0.1.13
15972024-08-30T18:29:11.173Z Compiling want v0.3.1
15982024-08-30T18:29:11.473Z Compiling foreign-types v0.3.2
15992024-08-30T18:29:11.812Z Compiling pkcs5 v0.7.1
16002024-08-30T18:29:14.340Z Compiling h2 v0.3.26
16012024-08-30T18:29:18.052Z Compiling http-body v0.4.6
16022024-08-30T18:29:18.649Z Compiling clap_derive v4.5.13
16032024-08-30T18:29:19.682Z Compiling cfg_aliases v0.1.1
16042024-08-30T18:29:19.707Z Compiling httpdate v1.0.3
16052024-08-30T18:29:19.948Z Compiling siphasher v0.3.11
16062024-08-30T18:29:20.523Z Compiling base64 v0.21.7
16072024-08-30T18:29:20.705Z Compiling tower-service v0.3.2
16082024-08-30T18:29:21.969Z Compiling nix v0.28.0
16092024-08-30T18:29:22.748Z Compiling hyper v0.14.30
16102024-08-30T18:29:25.205Z Compiling pkcs8 v0.10.2
16112024-08-30T18:29:27.612Z Compiling sct v0.7.1
16122024-08-30T18:29:27.838Z Compiling rustls-webpki v0.101.7
16132024-08-30T18:29:29.268Z Compiling openapiv3 v2.0.0
16142024-08-30T18:29:29.990Z Compiling hubpack_derive v0.1.1
16152024-08-30T18:29:34.386Z Compiling idna v0.5.0
16162024-08-30T18:29:35.946Z Compiling fs-err v2.11.0
16172024-08-30T18:29:36.032Z Compiling openssl-probe v0.1.5
16182024-08-30T18:29:36.063Z Compiling finl_unicode v1.2.0
16192024-08-30T18:29:36.389Z Compiling anstyle v1.0.8
16202024-08-30T18:29:36.546Z Compiling adler v1.0.2
16212024-08-30T18:29:36.964Z Compiling utf8parse v0.2.1
16222024-08-30T18:29:37.325Z Compiling anstyle-parse v0.2.4
16232024-08-30T18:29:37.891Z Compiling miniz_oxide v0.7.2
16242024-08-30T18:29:38.544Z Compiling stringprep v0.1.4
16252024-08-30T18:29:39.781Z Compiling url v2.5.2
16262024-08-30T18:29:43.040Z Compiling usdt-attr-macro v0.5.0
16272024-08-30T18:29:44.535Z Compiling usdt-macro v0.5.0
16282024-08-30T18:29:46.285Z Compiling toml_datetime v0.6.8
16292024-08-30T18:29:46.345Z Compiling serde_spanned v0.6.7
16302024-08-30T18:29:46.690Z Compiling md-5 v0.10.6
16312024-08-30T18:29:46.747Z Compiling regress v0.9.1
16322024-08-30T18:29:47.005Z Compiling idna v0.3.0
16332024-08-30T18:29:48.032Z Compiling lazy_static v1.5.0
16342024-08-30T18:29:48.165Z Compiling num-integer v0.1.46
16352024-08-30T18:29:48.720Z Compiling hash32 v0.2.1
16362024-08-30T18:29:48.905Z Compiling encoding_rs v0.8.34
16372024-08-30T18:29:49.107Z Compiling is_terminal_polyfill v1.70.0
16382024-08-30T18:29:49.825Z Compiling psl-types v2.0.11
16392024-08-30T18:29:49.831Z Compiling anstyle-query v1.0.3
16402024-08-30T18:29:50.145Z Compiling colorchoice v1.0.1
16412024-08-30T18:29:50.207Z Compiling mime v0.3.17
16422024-08-30T18:29:50.316Z Compiling stable_deref_trait v1.2.0
16432024-08-30T18:29:50.435Z Compiling gimli v0.28.1
16442024-08-30T18:29:50.763Z Compiling base64 v0.22.1
16452024-08-30T18:29:51.308Z Compiling fallible-iterator v0.2.0
16462024-08-30T18:29:51.433Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16472024-08-30T18:29:52.044Z Compiling postgres-protocol v0.6.7
16482024-08-30T18:29:52.934Z Compiling anstream v0.6.14
16492024-08-30T18:29:53.225Z Compiling publicsuffix v2.2.3
16502024-08-30T18:29:55.306Z Compiling addr2line v0.21.0
16512024-08-30T18:29:55.401Z Compiling num-iter v0.1.45
16522024-08-30T18:29:56.812Z Compiling tokio-rustls v0.24.1
16532024-08-30T18:29:57.375Z Compiling terminal_size v0.3.0
16542024-08-30T18:29:57.579Z Compiling tokio-native-tls v0.3.1
16552024-08-30T18:29:58.187Z Compiling phf_shared v0.11.2
16562024-08-30T18:29:58.510Z Compiling strum_macros v0.25.3
16572024-08-30T18:29:58.642Z Compiling serde_urlencoded v0.7.1
16582024-08-30T18:29:59.324Z Compiling enum-as-inner v0.6.0
16592024-08-30T18:30:00.430Z Compiling serde_repr v0.1.19
16602024-08-30T18:30:00.487Z Compiling ff v0.13.0
16612024-08-30T18:30:00.556Z Compiling object v0.32.2
16622024-08-30T18:30:00.726Z Compiling clap_lex v0.7.0
16632024-08-30T18:30:01.293Z Compiling either v1.13.0
16642024-08-30T18:30:01.542Z Compiling bitflags v1.3.2
16652024-08-30T18:30:01.725Z Compiling ipnet v2.9.0
16662024-08-30T18:30:02.013Z Compiling base16ct v0.2.0
16672024-08-30T18:30:02.306Z Compiling rustc-demangle v0.1.24
16682024-08-30T18:30:02.729Z Compiling managed v0.8.0
16692024-08-30T18:30:03.180Z Compiling winnow v0.5.40
16702024-08-30T18:30:03.448Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16712024-08-30T18:30:03.740Z Compiling sec1 v0.7.3
16722024-08-30T18:30:04.321Z Compiling rustls-pemfile v1.0.4
16732024-08-30T18:30:04.700Z Compiling clap_builder v4.5.15
16742024-08-30T18:30:04.851Z Compiling group v0.13.0
16752024-08-30T18:30:07.021Z Compiling toml_edit v0.19.15
16762024-08-30T18:30:07.056Z Compiling phf v0.11.2
16772024-08-30T18:30:07.412Z Compiling hyper-tls v0.5.0
16782024-08-30T18:30:08.218Z Compiling hyper-rustls v0.24.2
16792024-08-30T18:30:08.736Z Compiling cookie_store v0.20.0
16802024-08-30T18:30:09.020Z Compiling postgres-types v0.2.7
16812024-08-30T18:30:10.189Z Compiling hubpack v0.1.2
16822024-08-30T18:30:10.260Z Compiling pkcs1 v0.7.5
16832024-08-30T18:30:10.425Z Compiling phf_shared v0.10.0
16842024-08-30T18:30:11.006Z Compiling zerocopy v0.6.6
16852024-08-30T18:30:11.028Z Compiling futures-executor v0.3.30
16862024-08-30T18:30:11.164Z Compiling bstr v1.9.1
16872024-08-30T18:30:11.228Z Compiling hkdf v0.12.4
16882024-08-30T18:30:11.477Z Compiling signature v2.2.0
16892024-08-30T18:30:11.508Z Compiling crypto-bigint v0.5.5
16902024-08-30T18:30:11.848Z Compiling idna v0.4.0
16912024-08-30T18:30:11.850Z Compiling float-cmp v0.9.0
16922024-08-30T18:30:11.898Z Compiling mio v0.8.11
16932024-08-30T18:30:12.091Z Compiling memmap v0.7.0
16942024-08-30T18:30:12.710Z Compiling minimal-lexical v0.2.1
16952024-08-30T18:30:13.020Z Compiling static_assertions v1.1.0
16962024-08-30T18:30:13.179Z Compiling predicates-core v1.0.6
16972024-08-30T18:30:13.222Z Compiling sync_wrapper v0.1.2
16982024-08-30T18:30:13.261Z Compiling winnow v0.6.18
16992024-08-30T18:30:13.362Z Compiling whoami v1.5.1
17002024-08-30T18:30:13.626Z Compiling bit-vec v0.6.3
17012024-08-30T18:30:13.645Z Compiling precomputed-hash v0.1.1
17022024-08-30T18:30:13.807Z Compiling webpki-roots v0.25.4
17032024-08-30T18:30:13.917Z Compiling fixedbitset v0.4.2
17042024-08-30T18:30:14.018Z Compiling data-encoding v2.6.0
17052024-08-30T18:30:14.038Z Compiling unicode-segmentation v1.11.0
17062024-08-30T18:30:14.153Z Compiling new_debug_unreachable v1.0.6
17072024-08-30T18:30:14.256Z Compiling normalize-line-endings v0.3.0
17082024-08-30T18:30:14.633Z Compiling difflib v0.4.0
17092024-08-30T18:30:14.843Z Compiling reqwest v0.11.27
17102024-08-30T18:30:14.870Z Compiling hickory-proto v0.24.1
17112024-08-30T18:30:15.144Z Compiling predicates v3.1.2
17122024-08-30T18:30:15.760Z Compiling similar v2.6.0
17132024-08-30T18:30:15.931Z Compiling elliptic-curve v0.13.8
17142024-08-30T18:30:16.661Z Compiling string_cache v0.8.7
17152024-08-30T18:30:17.012Z Compiling toml_edit v0.22.20
17162024-08-30T18:30:17.071Z Compiling petgraph v0.6.5
17172024-08-30T18:30:17.702Z Compiling bit-set v0.5.3
17182024-08-30T18:30:17.751Z Compiling tokio-postgres v0.7.11
17192024-08-30T18:30:18.004Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17202024-08-30T18:30:21.106Z Compiling nom v7.1.3
17212024-08-30T18:30:22.974Z Compiling signal-hook-mio v0.2.4
17222024-08-30T18:30:23.162Z Compiling usdt v0.5.0
17232024-08-30T18:30:24.262Z Compiling rsa v0.9.6
17242024-08-30T18:30:24.357Z Compiling futures v0.3.30
17252024-08-30T18:30:24.888Z Compiling toml v0.7.8
17262024-08-30T18:30:25.171Z Compiling clap v4.5.16
17272024-08-30T18:30:25.307Z Compiling crossbeam-epoch v0.9.18
17282024-08-30T18:30:25.420Z Compiling flate2 v1.0.31
17292024-08-30T18:30:25.916Z Compiling itertools v0.12.1
17302024-08-30T18:30:26.020Z Compiling itertools v0.10.5
17312024-08-30T18:30:26.022Z Compiling console v0.15.8
17322024-08-30T18:30:27.496Z Compiling tokio-stream v0.1.15
17332024-08-30T18:30:28.391Z Compiling hex v0.4.3
17342024-08-30T18:30:28.831Z Compiling sha1 v0.10.6
17352024-08-30T18:30:29.128Z Compiling unicode-xid v0.2.4
17362024-08-30T18:30:29.130Z Compiling camino v1.1.9
17372024-08-30T18:30:29.311Z Compiling lalrpop-util v0.19.12
17382024-08-30T18:30:29.714Z Compiling peg-runtime v0.8.3
17392024-08-30T18:30:30.102Z Compiling radium v0.7.0
17402024-08-30T18:30:30.399Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412024-08-30T18:30:35.374Z Compiling is-terminal v0.4.12
17422024-08-30T18:30:36.410Z Compiling ident_case v1.0.1
17432024-08-30T18:30:37.203Z Compiling rustls-pki-types v1.7.0
17442024-08-30T18:30:38.698Z Compiling maybe-uninit v2.0.0
17452024-08-30T18:30:39.193Z Compiling tap v1.0.1
17462024-08-30T18:30:39.388Z Compiling wyz v0.5.1
17472024-08-30T18:30:41.778Z Compiling darling_core v0.20.9
17482024-08-30T18:30:55.427Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17492024-08-30T18:30:56.036Z Compiling getopts v0.2.21
17502024-08-30T18:30:56.793Z Compiling bzip2-sys v0.1.11+1.0.8
17512024-08-30T18:30:57.331Z Compiling dirs-sys-next v0.1.2
17522024-08-30T18:30:57.428Z Compiling rustls v0.22.4
17532024-08-30T18:30:57.732Z Compiling unsafe-libyaml v0.2.11
17542024-08-30T18:30:58.508Z Compiling paste v1.0.15
17552024-08-30T18:30:58.995Z Compiling packed_struct v0.10.1
17562024-08-30T18:30:59.441Z Compiling funty v2.0.0
17572024-08-30T18:30:59.605Z Compiling serde_yaml v0.9.34+deprecated
17582024-08-30T18:31:01.401Z Compiling bitvec v1.0.1
17592024-08-30T18:31:03.066Z Compiling dirs-next v2.0.0
17602024-08-30T18:31:03.436Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17612024-08-30T18:31:05.871Z Compiling darling_macro v0.20.9
17622024-08-30T18:31:07.107Z Compiling rustls-webpki v0.102.4
17632024-08-30T18:31:09.889Z Compiling packed_struct_codegen v0.10.1
17642024-08-30T18:31:10.091Z Compiling structmeta-derive v0.3.0
17652024-08-30T18:31:11.249Z Compiling thread_local v1.1.8
17662024-08-30T18:31:11.581Z Compiling indexmap v1.9.3
17672024-08-30T18:31:11.892Z Compiling multer v3.1.0
17682024-08-30T18:31:11.914Z Compiling rayon-core v1.12.1
17692024-08-30T18:31:12.076Z Compiling nodrop v0.1.14
17702024-08-30T18:31:12.212Z Compiling match_cfg v0.1.0
17712024-08-30T18:31:12.231Z Compiling crc-catalog v2.4.0
17722024-08-30T18:31:12.321Z Compiling fastrand v2.1.0
17732024-08-30T18:31:12.393Z Compiling slog-async v2.8.0
17742024-08-30T18:31:12.722Z Compiling tempfile v3.10.1
17752024-08-30T18:31:12.764Z Compiling structmeta v0.3.0
17762024-08-30T18:31:12.979Z Compiling crc v3.2.1
17772024-08-30T18:31:13.129Z Compiling hostname v0.3.1
17782024-08-30T18:31:13.505Z Compiling array-init v0.0.4
17792024-08-30T18:31:14.771Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17802024-08-30T18:31:16.025Z Compiling smallvec v0.6.14
17812024-08-30T18:31:16.547Z Compiling darling v0.20.9
17822024-08-30T18:31:16.673Z Compiling term v0.7.0
17832024-08-30T18:31:18.789Z Compiling crossbeam-deque v0.8.5
17842024-08-30T18:31:19.183Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17852024-08-30T18:31:20.703Z Compiling slog-json v2.6.1
17862024-08-30T18:31:21.243Z Compiling crossbeam-channel v0.5.12
17872024-08-30T18:31:21.663Z Compiling http v1.1.0
17882024-08-30T18:31:23.552Z Compiling async-stream-impl v0.3.5
17892024-08-30T18:31:24.868Z Compiling pin-project-internal v1.1.5
17902024-08-30T18:31:27.609Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17912024-08-30T18:31:28.227Z Compiling bitfield v0.14.0
17922024-08-30T18:31:28.506Z Compiling termcolor v1.4.1
17932024-08-30T18:31:28.583Z Compiling atomic-waker v1.1.2
17942024-08-30T18:31:29.736Z Compiling take_mut v0.2.2
17952024-08-30T18:31:30.321Z Compiling hashbrown v0.12.3
17962024-08-30T18:31:30.364Z Compiling same-file v1.0.6
17972024-08-30T18:31:30.654Z Compiling walkdir v2.5.0
17982024-08-30T18:31:33.904Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17992024-08-30T18:31:40.178Z Compiling env_logger v0.10.2
18002024-08-30T18:31:41.289Z Compiling waitgroup v0.1.2
18012024-08-30T18:31:41.545Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18022024-08-30T18:31:44.515Z Compiling pin-project v1.1.5
18032024-08-30T18:31:47.993Z Compiling async-stream v0.3.5
18042024-08-30T18:31:48.028Z Compiling slog-bunyan v2.5.0
18052024-08-30T18:31:48.028Z Compiling tokio-rustls v0.25.0
18062024-08-30T18:31:48.106Z Compiling slog-term v2.9.1
18072024-08-30T18:31:48.161Z Compiling serde_with_macros v3.9.0
18082024-08-30T18:31:50.790Z Compiling serde-hex v0.1.0
18092024-08-30T18:31:50.809Z Compiling bzip2 v0.4.4
18102024-08-30T18:31:51.250Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18112024-08-30T18:31:51.270Z Compiling parse-display-derive v0.10.0
18122024-08-30T18:31:51.578Z Compiling toml v0.8.19
18132024-08-30T18:31:52.061Z Compiling rustls-pemfile v2.1.3
18142024-08-30T18:31:55.251Z Compiling x509-cert v0.2.5
18152024-08-30T18:31:55.742Z Compiling ron v0.8.1
18162024-08-30T18:31:56.032Z Compiling newtype-uuid v1.1.0
18172024-08-30T18:31:56.204Z Compiling ipnetwork v0.20.0
18182024-08-30T18:31:56.392Z Compiling strum_macros v0.26.4
18192024-08-30T18:31:56.714Z Compiling xattr v1.3.1
18202024-08-30T18:31:57.447Z Compiling snafu-derive v0.8.2
18212024-08-30T18:31:58.371Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18222024-08-30T18:31:58.706Z Compiling serde_path_to_error v0.1.16
18232024-08-30T18:31:59.759Z Compiling hashbrown v0.13.2
18242024-08-30T18:32:00.011Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18252024-08-30T18:32:00.776Z Compiling blake3 v1.5.1
18262024-08-30T18:32:00.950Z Compiling ring v0.16.20
18272024-08-30T18:32:01.097Z Compiling hostname v0.4.0
18282024-08-30T18:32:01.361Z Compiling filetime v0.2.25
18292024-08-30T18:32:01.409Z Compiling instant v0.1.12
18302024-08-30T18:32:01.710Z Compiling crc-any v2.5.0
18312024-08-30T18:32:01.958Z Compiling debug-ignore v1.0.5
18322024-08-30T18:32:01.995Z Compiling buf-list v1.0.3
18332024-08-30T18:32:02.112Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18342024-08-30T18:32:02.281Z Compiling snafu v0.8.2
18352024-08-30T18:32:02.711Z Compiling tar v0.4.41
18362024-08-30T18:32:02.752Z Compiling backoff v0.4.0
18372024-08-30T18:32:03.546Z Compiling object v0.30.4
18382024-08-30T18:32:03.733Z Compiling strum v0.26.3
18392024-08-30T18:32:03.934Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18402024-08-30T18:32:04.140Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18412024-08-30T18:32:05.842Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18422024-08-30T18:32:06.716Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18432024-08-30T18:32:07.298Z Compiling parse-display v0.10.0
18442024-08-30T18:32:07.926Z Compiling zip v0.6.6
18452024-08-30T18:32:08.419Z Compiling serde_with v3.9.0
18462024-08-30T18:32:09.274Z Compiling rayon v1.10.0
18472024-08-30T18:32:09.419Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18482024-08-30T18:32:10.197Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18492024-08-30T18:32:10.688Z Compiling camino-tempfile v1.1.1
18502024-08-30T18:32:11.459Z Compiling globset v0.4.14
18512024-08-30T18:32:12.855Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18522024-08-30T18:32:13.046Z Compiling pem v3.0.4
18532024-08-30T18:32:14.542Z Compiling olpc-cjson v0.1.3
18542024-08-30T18:32:14.912Z Compiling macaddr v1.0.1
18552024-08-30T18:32:15.069Z Compiling serde_plain v1.0.2
18562024-08-30T18:32:15.565Z Compiling async-recursion v1.1.1
18572024-08-30T18:32:15.604Z Compiling memmap2 v0.9.4
18582024-08-30T18:32:16.167Z Compiling spin v0.5.2
18592024-08-30T18:32:16.439Z Compiling typed-path v0.7.1
18602024-08-30T18:32:16.525Z Compiling arrayvec v0.7.4
18612024-08-30T18:32:16.990Z Compiling untrusted v0.7.1
18622024-08-30T18:32:17.035Z Compiling constant_time_eq v0.3.0
18632024-08-30T18:32:17.195Z Compiling path-slash v0.1.5
18642024-08-30T18:32:17.228Z Compiling arrayref v0.3.7
18652024-08-30T18:32:17.347Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18662024-08-30T18:32:18.900Z Compiling tough v0.17.1
18672024-08-30T18:32:20.012Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18682024-08-30T18:32:24.048Z Compiling itertools v0.13.0
18692024-08-30T18:32:24.565Z Compiling cargo-platform v0.1.8
18702024-08-30T18:32:25.713Z Compiling parse-size v1.0.0
18712024-08-30T18:32:26.012Z Compiling topological-sort v0.2.2
18722024-08-30T18:32:26.287Z Compiling omicron-zone-package v0.11.0
18732024-08-30T18:32:27.102Z Compiling cargo_metadata v0.18.1
18742024-08-30T18:32:27.863Z Compiling shell-words v1.1.0
18752024-08-30T18:32:33.268Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18762024-08-30T18:32:46.075Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18772024-08-30T18:33:00.154Z Finished `release` profile [optimized] target(s) in 4m 44s
18782024-08-30T18:33:00.300Z Running `target/release/omicron-releng --output-dir /work`
18792024-08-30T18:33:00.340ZAug 30 18:32:58.758 DEBG changing working directory to /work/oxidecomputer/omicron
18802024-08-30T18:33:00.436ZAug 30 18:32:58.854 DEBG running: git rev-parse HEAD
18812024-08-30T18:33:00.443ZAug 30 18:32:58.861 DEBG process exited with exit status: 0 (6.396576ms)
18822024-08-30T18:33:00.443ZAug 30 18:32:58.861 INFO version: 10.0.0-0.ci+gitdc10290f4b6
18832024-08-30T18:33:00.483ZAug 30 18:32:58.901 INFO cloning helios to /work/oxidecomputer/helios
18842024-08-30T18:33:00.483ZAug 30 18:32:58.901 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18852024-08-30T18:33:00.488ZCloning into '/work/oxidecomputer/helios'...
18862024-08-30T18:33:00.998ZAug 30 18:32:59.411 DEBG process exited with exit status: 0 (509.936837ms)
18872024-08-30T18:33:00.998ZAug 30 18:32:59.411 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18882024-08-30T18:33:01.001Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18892024-08-30T18:33:01.001Z# branch.head master
18902024-08-30T18:33:01.001Z# branch.upstream origin/master
18912024-08-30T18:33:01.001Z# branch.ab +0 -0
18922024-08-30T18:33:01.004ZAug 30 18:32:59.419 DEBG process exited with exit status: 0 (8.056067ms)
18932024-08-30T18:33:01.004ZAug 30 18:32:59.419 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18942024-08-30T18:33:01.717ZAug 30 18:33:00.135 DEBG process exited with exit status: 0 (715.611348ms)
18952024-08-30T18:33:01.717ZAug 30 18:33:00.135 DEBG running: zfs list rpool/images/build/host
18962024-08-30T18:33:01.724ZNAME USED AVAIL REFER MOUNTPOINT
18972024-08-30T18:33:01.724Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18982024-08-30T18:33:01.726ZAug 30 18:33:00.142 DEBG process exited with exit status: 0 (7.19785ms)
18992024-08-30T18:33:01.726ZAug 30 18:33:00.142 DEBG running: zfs list rpool/images/build/recovery
19002024-08-30T18:33:01.730ZNAME USED AVAIL REFER MOUNTPOINT
19012024-08-30T18:33:01.730Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19022024-08-30T18:33:01.733ZAug 30 18:33:00.149 DEBG process exited with exit status: 0 (6.319685ms)
19032024-08-30T18:33:01.733ZAug 30 18:33:00.150 INFO [hubris-staging] running task
19042024-08-30T18:33:01.733ZAug 30 18:33:00.150 INFO [hubris-production] running task
19052024-08-30T18:33:01.733ZAug 30 18:33:00.150 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
19062024-08-30T18:33:01.741ZAug 30 18:33:00.153 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19072024-08-30T18:33:01.805Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19082024-08-30T18:33:02.250Z[ omicron-package] Blocking waiting for file lock on package cache
19092024-08-30T18:33:02.813Z[ omicron-package] Blocking waiting for file lock on package cache
19102024-08-30T18:33:03.083Z[ omicron-package] Blocking waiting for file lock on package cache
19112024-08-30T18:33:03.441ZAug 30 18:33:01.859 INFO [hubris-production] task succeeded (1.709014502s)
19122024-08-30T18:33:03.932Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19132024-08-30T18:33:03.935Z[ omicron-package] Compiling heapless v0.8.0
19142024-08-30T18:33:03.935Z[ omicron-package] Compiling hash32 v0.3.1
19152024-08-30T18:33:03.935Z[ omicron-package] Compiling smoltcp v0.11.0
19162024-08-30T18:33:03.935Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19172024-08-30T18:33:03.935Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19182024-08-30T18:33:03.935Z[ omicron-package] Compiling embedded-io v0.4.0
19192024-08-30T18:33:03.944Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19202024-08-30T18:33:04.711Z[ omicron-package] Compiling cobs v0.2.3
19212024-08-30T18:33:05.244Z[ omicron-package] Compiling num_enum_derive v0.5.11
19222024-08-30T18:33:05.416Z[ omicron-package] Compiling postcard v1.0.8
19232024-08-30T18:33:05.616Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19242024-08-30T18:33:05.706Z[ omicron-package] Compiling proc-macro-error v1.0.4
19252024-08-30T18:33:05.709Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19262024-08-30T18:33:05.917Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19272024-08-30T18:33:06.269Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19282024-08-30T18:33:06.703Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19292024-08-30T18:33:07.569Z[ omicron-package] Compiling tabwriter v1.4.0
19302024-08-30T18:33:07.569Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19312024-08-30T18:33:07.760Z[ omicron-package] Compiling cstr-argument v0.1.2
19322024-08-30T18:33:07.814Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19332024-08-30T18:33:07.934Z[ omicron-package] Compiling foreign-types v0.5.0
19342024-08-30T18:33:08.454Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19352024-08-30T18:33:08.652Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19362024-08-30T18:33:09.120Z[ omicron-package] Compiling pretty-hex v0.2.1
19372024-08-30T18:33:09.249Z[ omicron-package] Compiling num_enum v0.5.11
19382024-08-30T18:33:09.441Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19392024-08-30T18:33:09.682Z[ omicron-package] Compiling colored v2.1.0
19402024-08-30T18:33:09.755Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19412024-08-30T18:33:09.880Z[ omicron-package] Compiling socket2 v0.4.10
19422024-08-30T18:33:10.178Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19432024-08-30T18:33:10.698Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19442024-08-30T18:33:10.803Z[ omicron-package] Compiling sigpipe v0.1.3
19452024-08-30T18:33:10.975Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19462024-08-30T18:33:11.376Z[ omicron-package] Compiling num-derive v0.4.2
19472024-08-30T18:33:11.658Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19482024-08-30T18:33:11.746Z[ omicron-package] Compiling libefi-sys v0.1.0
19492024-08-30T18:33:12.051Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19502024-08-30T18:33:12.682Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19512024-08-30T18:33:12.929Z[ omicron-package] Compiling smf v0.2.3
19522024-08-30T18:33:13.085ZAug 30 18:33:11.501 INFO [hubris-staging] task succeeded (11.351448608s)
19532024-08-30T18:33:13.113Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19542024-08-30T18:33:13.211Z[ omicron-package] Compiling bitfield-struct v0.6.1
19552024-08-30T18:33:14.037Z[ omicron-package] Compiling portable-atomic v1.6.0
19562024-08-30T18:33:14.083Z[ omicron-package] Compiling zone v0.3.0
19572024-08-30T18:33:15.995Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19582024-08-30T18:33:16.161Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19592024-08-30T18:33:16.762Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19602024-08-30T18:33:17.623Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19612024-08-30T18:33:18.405Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19622024-08-30T18:33:18.551Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19632024-08-30T18:33:18.721Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19642024-08-30T18:33:19.658Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19652024-08-30T18:33:19.824Z[ omicron-package] Compiling gethostname v0.5.0
19662024-08-30T18:33:19.981Z[ omicron-package] Compiling number_prefix v0.4.0
19672024-08-30T18:33:21.808Z[ omicron-package] Compiling indicatif v0.17.8
19682024-08-30T18:33:22.376Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19692024-08-30T18:33:25.594Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19702024-08-30T18:33:26.181Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19712024-08-30T18:33:27.895Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19722024-08-30T18:33:44.631Z[ helios-setup] Aug 30 18:33:43.042 INFO helios repository root is: /work/oxidecomputer/helios
19732024-08-30T18:33:44.646Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19742024-08-30T18:33:44.648Z[ helios-setup] Aug 30 18:33:43.045 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
19752024-08-30T18:33:44.648Z[ helios-setup] Aug 30 18:33:43.045 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19762024-08-30T18:33:45.276Z[ helios-setup] Aug 30 18:33:43.688 INFO clone ok!, project: phbl
19772024-08-30T18:33:45.279Z[ helios-setup] Aug 30 18:33:43.688 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19782024-08-30T18:33:45.279Z[ helios-setup] Aug 30 18:33:43.688 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
19792024-08-30T18:33:45.279Z[ helios-setup] Aug 30 18:33:43.688 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19802024-08-30T18:33:45.281Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19812024-08-30T18:33:45.756Z[ helios-setup] Aug 30 18:33:44.168 INFO clone ok!, project: pinprick
19822024-08-30T18:33:45.759Z[ helios-setup] Aug 30 18:33:44.168 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19832024-08-30T18:33:45.759Z[ helios-setup] Aug 30 18:33:44.168 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19842024-08-30T18:33:45.759Z[ helios-setup] Aug 30 18:33:44.168 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
19852024-08-30T18:33:45.759Z[ helios-setup] Aug 30 18:33:44.168 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19862024-08-30T18:33:45.762Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19872024-08-30T18:33:46.218Z[ helios-setup] Aug 30 18:33:44.630 INFO clone ok!, project: bootserver
19882024-08-30T18:33:46.221Z[ helios-setup] Aug 30 18:33:44.630 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
19892024-08-30T18:33:46.221Z[ helios-setup] Aug 30 18:33:44.630 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19902024-08-30T18:33:46.223Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19912024-08-30T18:33:46.733Z[ helios-setup] Aug 30 18:33:45.107 INFO clone ok!, project: image-builder
19922024-08-30T18:33:46.748Z[ helios-setup] Aug 30 18:33:45.107 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
19932024-08-30T18:33:46.748Z[ helios-setup] Aug 30 18:33:45.107 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
19942024-08-30T18:33:46.749Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19952024-08-30T18:33:47.129Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.38s
19962024-08-30T18:33:47.335Z[ omicron-package]
19972024-08-30T18:33:47.335Z[ omicron-package] real 45.555517597
19982024-08-30T18:33:47.335Z[ omicron-package] user 2:45.595107802
19992024-08-30T18:33:47.338Z[ omicron-package] sys 21.790763653
20002024-08-30T18:33:47.338Z[ omicron-package] trap 0.179137704
20012024-08-30T18:33:47.338Z[ omicron-package] tflt 1.075961954
20022024-08-30T18:33:47.338Z[ omicron-package] dflt 0.601571794
20032024-08-30T18:33:47.338Z[ omicron-package] kflt 0.000140554
20042024-08-30T18:33:47.338Z[ omicron-package] lock 5:17.674897390
20052024-08-30T18:33:47.338Z[ omicron-package] slp 9:08.471900166
20062024-08-30T18:33:47.338Z[ omicron-package] lat 1:40.181631946
20072024-08-30T18:33:47.338Z[ omicron-package] stop 58.267491655
20082024-08-30T18:33:47.338ZAug 30 18:33:45.748 INFO [omicron-package] process exited with exit status: 0 (45.597789994s)
20092024-08-30T18:33:47.338ZAug 30 18:33:45.748 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
20102024-08-30T18:33:47.388ZAug 30 18:33:45.799 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20112024-08-30T18:33:47.400Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20122024-08-30T18:33:47.402Z[ host-target] Created new build target 'host' and set it as active
20132024-08-30T18:33:47.416ZAug 30 18:33:45.815 INFO [host-target] process exited with exit status: 0 (66.764341ms)
20142024-08-30T18:33:47.416ZAug 30 18:33:45.815 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20152024-08-30T18:33:47.419Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20162024-08-30T18:33:47.419Z[ recovery-target] Created new build target 'recovery' and set it as active
20172024-08-30T18:33:47.419ZAug 30 18:33:45.823 INFO [recovery-target] process exited with exit status: 0 (23.232371ms)
20182024-08-30T18:33:47.419Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20192024-08-30T18:33:47.441Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20202024-08-30T18:33:47.447Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20212024-08-30T18:33:48.559Z[ host-package] Compiling camino v1.1.9
20222024-08-30T18:33:48.559Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20232024-08-30T18:33:48.561Z[ host-package] Compiling newline-converter v0.3.0
20242024-08-30T18:33:48.561Z[ host-package] Compiling password-hash v0.5.0
20252024-08-30T18:33:48.561Z[ host-package] Compiling blake2 v0.10.6
20262024-08-30T18:33:48.681Z[ host-package] Compiling derive-where v1.2.7
20272024-08-30T18:33:48.684Z[ host-package] Compiling convert_case v0.4.0
20282024-08-30T18:33:48.697Z[ host-package] Compiling humantime v2.1.0
20292024-08-30T18:33:48.910Z[ host-package] Compiling expectorate v1.1.0
20302024-08-30T18:33:48.935Z[ host-package] Compiling toml v0.8.19
20312024-08-30T18:33:49.130Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20322024-08-30T18:33:49.594Z[ host-package] Compiling argon2 v0.5.3
20332024-08-30T18:33:49.628Z[ host-package] Compiling derive_more v0.99.18
20342024-08-30T18:33:49.695Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20352024-08-30T18:33:49.753Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20362024-08-30T18:33:49.943Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20372024-08-30T18:33:50.083Z[ host-package] Compiling num-rational v0.4.2
20382024-08-30T18:33:50.552Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20392024-08-30T18:33:51.059Z[ host-package] Compiling num-complex v0.4.6
20402024-08-30T18:33:51.217Z[ host-package] Compiling dirs-sys-next v0.1.2
20412024-08-30T18:33:51.763Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20422024-08-30T18:33:52.008Z[ host-package] Compiling dirs-next v2.0.0
20432024-08-30T18:33:52.154Z[ host-package] Compiling float-ord v0.3.2
20442024-08-30T18:33:52.235Z[ host-package] Compiling num v0.4.3
20452024-08-30T18:33:52.319Z[ host-package] Compiling term v0.7.0
20462024-08-30T18:33:52.368Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20472024-08-30T18:33:52.450Z[ host-package] Compiling prettyplease v0.2.20
20482024-08-30T18:33:52.572Z[ host-package] Compiling semver v0.1.20
20492024-08-30T18:33:52.742Z[ host-package] Compiling is-terminal v0.4.12
20502024-08-30T18:33:52.790Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20512024-08-30T18:33:52.898Z[ host-package] Compiling cookie v0.18.1
20522024-08-30T18:33:53.239Z[ host-package] Compiling rustc_version v0.1.7
20532024-08-30T18:33:53.279Z[ host-package] Compiling highway v1.2.0
20542024-08-30T18:33:53.667Z[ host-package] Compiling newtype_derive v0.1.6
20552024-08-30T18:33:53.906Z[ host-package] Compiling rustls-pki-types v1.7.0
20562024-08-30T18:33:54.315Z[ host-package] Compiling linked-hash-map v0.5.6
20572024-08-30T18:33:54.412Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20582024-08-30T18:33:54.425Z[ helios-setup] Aug 30 18:33:52.835 INFO clone ok!, project: amd-host-image-builder
20592024-08-30T18:33:54.428Z[ helios-setup] Aug 30 18:33:52.836 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
20602024-08-30T18:33:54.428Z[ helios-setup] Aug 30 18:33:52.836 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20612024-08-30T18:33:54.430Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20622024-08-30T18:33:54.788Z[ host-package] Compiling lru-cache v0.1.2
20632024-08-30T18:33:54.819Z[ host-package] Compiling steno v0.4.1
20642024-08-30T18:33:55.019Z[ host-package] Compiling utf-8 v0.7.6
20652024-08-30T18:33:55.446Z[ host-package] Compiling home v0.5.9
20662024-08-30T18:33:55.579Z[ helios-setup] Aug 30 18:33:53.989 INFO clone ok!, project: chelsio-t6-roms
20672024-08-30T18:33:55.583Z[ helios-setup] Aug 30 18:33:53.990 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
20682024-08-30T18:33:55.583Z[ helios-setup] Aug 30 18:33:53.990 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20692024-08-30T18:33:55.587Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20702024-08-30T18:33:55.705Z[ host-package] Compiling quick-error v1.2.3
20712024-08-30T18:33:55.873Z[ host-package] Compiling resolv-conf v0.7.0
20722024-08-30T18:33:56.265Z[ host-package] Compiling rustls-webpki v0.102.4
20732024-08-30T18:33:57.416Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20742024-08-30T18:33:57.469Z[ host-package] Compiling rustls v0.22.4
20752024-08-30T18:33:57.511Z[ host-package] Compiling thread_local v1.1.8
20762024-08-30T18:33:58.105Z[ host-package] Compiling match_cfg v0.1.0
20772024-08-30T18:33:58.220Z[ host-package] Compiling hostname v0.3.1
20782024-08-30T18:33:58.464Z[ host-package] Compiling hickory-resolver v0.24.1
20792024-08-30T18:33:59.465Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20802024-08-30T18:33:59.751Z[ host-package] Compiling multer v3.1.0
20812024-08-30T18:33:59.833Z[ host-package] Compiling slog-async v2.8.0
20822024-08-30T18:33:59.915Z[ host-package] Compiling slog-json v2.6.1
20832024-08-30T18:34:00.309Z[ host-package] Compiling crossbeam-channel v0.5.12
20842024-08-30T18:34:01.423Z[ host-package] Compiling http v1.1.0
20852024-08-30T18:34:02.447Z[ helios-setup] Aug 30 18:34:00.856 INFO clone ok!, project: amd-firmware
20862024-08-30T18:34:02.450Z[ helios-setup] Aug 30 18:34:00.856 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
20872024-08-30T18:34:02.450Z[ helios-setup] Aug 30 18:34:00.856 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20882024-08-30T18:34:02.453Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20892024-08-30T18:34:03.492Z[ helios-setup] Aug 30 18:34:01.901 INFO clone ok!, project: pilot
20902024-08-30T18:34:03.495Z[ helios-setup] Aug 30 18:34:01.902 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20912024-08-30T18:34:04.048Z[ host-package] Compiling take_mut v0.2.2
20922024-08-30T18:34:04.247Z[ host-package] Compiling atomic-waker v1.1.2
20932024-08-30T18:34:04.447Z[ host-package] Compiling waitgroup v0.1.2
20942024-08-30T18:34:04.512Z[ helios-setup] Aug 30 18:34:02.921 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20952024-08-30T18:34:05.198Z[ helios-setup] Aug 30 18:34:03.606 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20962024-08-30T18:34:05.198Z[ helios-setup] Aug 30 18:34:03.607 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20972024-08-30T18:34:05.743Z[ helios-setup] Aug 30 18:34:04.152 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20982024-08-30T18:34:05.906Z[ host-package] Compiling tokio-rustls v0.25.0
20992024-08-30T18:34:06.291Z[ helios-setup] Aug 30 18:34:04.700 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21002024-08-30T18:34:06.294Z[ helios-setup] Aug 30 18:34:04.700 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21012024-08-30T18:34:06.376Z[ host-package] Compiling slog-bunyan v2.5.0
21022024-08-30T18:34:06.480Z[ host-package] Compiling slog-term v2.9.1
21032024-08-30T18:34:06.646Z[ host-package] Compiling rustls-pemfile v2.1.3
21042024-08-30T18:34:06.866Z[ helios-setup] Aug 30 18:34:05.275 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21052024-08-30T18:34:07.205Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21062024-08-30T18:34:07.291Z[ host-package] Compiling async-stream v0.3.5
21072024-08-30T18:34:08.472Z[ helios-setup] Aug 30 18:34:05.878 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21082024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:05.879 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21092024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:05.879 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21102024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:05.879 INFO ok!
21112024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:05.879 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21122024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:05.879 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21132024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:05.879 INFO ok!
21142024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:05.879 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21152024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:05.879 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21162024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:05.879 INFO ok!
21172024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:05.879 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
21182024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:05.879 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
21192024-08-30T18:34:08.475Z[ host-package] Compiling ipnetwork v0.20.0
21202024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:06.202 INFO E| Compiling adler v1.0.2
21212024-08-30T18:34:08.475Z[ host-package] Compiling newtype-uuid v1.1.0
21222024-08-30T18:34:08.475Z[ host-package] Compiling serde_path_to_error v0.1.16
21232024-08-30T18:34:08.475Z[ helios-setup] Aug 30 18:34:06.323 INFO E| Compiling miniz_oxide v0.7.2
21242024-08-30T18:34:08.475Z[ host-package] Compiling hostname v0.4.0
21252024-08-30T18:34:08.549Z[ host-package] Compiling instant v0.1.12
21262024-08-30T18:34:08.552Z[ host-package] Compiling debug-ignore v1.0.5
21272024-08-30T18:34:08.720Z[ host-package] Compiling backoff v0.4.0
21282024-08-30T18:34:08.892Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21292024-08-30T18:34:09.264Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21302024-08-30T18:34:09.491Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21312024-08-30T18:34:10.127Z[ host-package] Compiling parse-display v0.10.0
21322024-08-30T18:34:10.702Z[ helios-setup] Aug 30 18:34:09.109 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
21332024-08-30T18:34:10.967Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21342024-08-30T18:34:11.275Z[ host-package] Compiling serde_with v3.9.0
21352024-08-30T18:34:11.831Z[ helios-setup] Aug 30 18:34:10.239 INFO E| Finished `release` profile [optimized] target(s) in 4.25s
21362024-08-30T18:34:11.838Z[ helios-setup] Aug 30 18:34:10.246 INFO building project "pinprick" ok (4 seconds)
21372024-08-30T18:34:11.838Z[ helios-setup] Aug 30 18:34:10.246 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
21382024-08-30T18:34:11.838Z[ helios-setup] Aug 30 18:34:10.246 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
21392024-08-30T18:34:12.170Z[ helios-setup] Aug 30 18:34:10.578 INFO E| Downloading crates ...
21402024-08-30T18:34:12.305Z[ helios-setup] Aug 30 18:34:10.713 INFO E| Downloaded unicode-width v0.1.10
21412024-08-30T18:34:12.308Z[ helios-setup] Aug 30 18:34:10.716 INFO E| Downloaded sha2 v0.10.5
21422024-08-30T18:34:12.312Z[ helios-setup] Aug 30 18:34:10.720 INFO E| Downloaded flate2 v1.0.25
21432024-08-30T18:34:12.320Z[ helios-setup] Aug 30 18:34:10.728 INFO E| Downloaded typenum v1.15.0
21442024-08-30T18:34:12.324Z[ helios-setup] Aug 30 18:34:10.732 INFO E| Downloaded miniz_oxide v0.6.2
21452024-08-30T18:34:12.327Z[ helios-setup] Aug 30 18:34:10.735 INFO E| Downloaded generic-array v0.14.6
21462024-08-30T18:34:12.329Z[ helios-setup] Aug 30 18:34:10.737 INFO E| Downloaded digest v0.10.3
21472024-08-30T18:34:12.333Z[ helios-setup] Aug 30 18:34:10.741 INFO E| Downloaded bytes v1.2.1
21482024-08-30T18:34:12.339Z[ helios-setup] Aug 30 18:34:10.747 INFO E| Downloaded anyhow v1.0.62
21492024-08-30T18:34:12.346Z[ helios-setup] Aug 30 18:34:10.754 INFO E| Downloaded cpufeatures v0.2.5
21502024-08-30T18:34:12.348Z[ helios-setup] Aug 30 18:34:10.756 INFO E| Downloaded block-buffer v0.10.3
21512024-08-30T18:34:12.533Z[ helios-setup] Aug 30 18:34:10.940 INFO E| Compiling typenum v1.15.0
21522024-08-30T18:34:12.566Z[ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling version_check v0.9.4
21532024-08-30T18:34:12.566Z[ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling cfg-if v1.0.0
21542024-08-30T18:34:12.568Z[ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling crc32fast v1.3.2
21552024-08-30T18:34:12.568Z[ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling anyhow v1.0.62
21562024-08-30T18:34:12.568Z[ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling adler v1.0.2
21572024-08-30T18:34:12.568Z[ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling cpufeatures v0.2.5
21582024-08-30T18:34:12.568Z[ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling unicode-width v0.1.10
21592024-08-30T18:34:12.832Z[ helios-setup] Aug 30 18:34:11.239 INFO E| Compiling bytes v1.2.1
21602024-08-30T18:34:12.881Z[ helios-setup] Aug 30 18:34:11.289 INFO E| Compiling bitflags v1.3.2
21612024-08-30T18:34:13.136Z[ helios-setup] Aug 30 18:34:11.544 INFO E| Compiling miniz_oxide v0.6.2
21622024-08-30T18:34:13.293Z[ helios-setup] Aug 30 18:34:11.698 INFO E| Compiling getopts v0.2.21
21632024-08-30T18:34:14.031Z[ helios-setup] Aug 30 18:34:12.434 INFO E| Compiling generic-array v0.14.6
21642024-08-30T18:34:14.733Z[ helios-setup] Aug 30 18:34:13.141 INFO E| Compiling flate2 v1.0.25
21652024-08-30T18:34:16.215Z[ host-package] Compiling strum v0.26.3
21662024-08-30T18:34:16.708Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21672024-08-30T18:34:18.514Z[ host-package] Compiling macaddr v1.0.1
21682024-08-30T18:34:18.651Z[ helios-setup] Aug 30 18:34:17.057 INFO E| Compiling block-buffer v0.10.3
21692024-08-30T18:34:18.651Z[ helios-setup] Aug 30 18:34:17.057 INFO E| Compiling crypto-common v0.1.6
21702024-08-30T18:34:18.876Z[ helios-setup] Aug 30 18:34:17.283 INFO E| Compiling digest v0.10.3
21712024-08-30T18:34:18.967Z[ host-package] Compiling slog-dtrace v0.3.0
21722024-08-30T18:34:19.078Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21732024-08-30T18:34:19.252Z[ helios-setup] Aug 30 18:34:17.653 INFO E| Compiling sha2 v0.10.5
21742024-08-30T18:34:19.736Z[ helios-setup] Aug 30 18:34:18.143 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
21752024-08-30T18:34:20.411Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21762024-08-30T18:34:20.472Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21772024-08-30T18:34:21.628Z[ host-package] Compiling swrite v0.1.0
21782024-08-30T18:34:21.823Z[ host-package] Compiling rayon-core v1.12.1
21792024-08-30T18:34:21.826Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21802024-08-30T18:34:21.893Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21812024-08-30T18:34:21.943Z[ host-package] Compiling crossbeam-deque v0.8.5
21822024-08-30T18:34:22.563Z[ host-package] Compiling half v2.4.1
21832024-08-30T18:34:24.179Z[ host-package] Compiling fastrand v2.1.0
21842024-08-30T18:34:24.827Z[ host-package] Compiling same-file v1.0.6
21852024-08-30T18:34:24.850Z[ helios-setup] Aug 30 18:34:23.256 INFO E| Finished `release` profile [optimized] target(s) in 12.91s
21862024-08-30T18:34:24.866Z[ helios-setup] Aug 30 18:34:23.271 INFO building project "bootserver" ok (13 seconds)
21872024-08-30T18:34:24.866Z[ helios-setup] Aug 30 18:34:23.271 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
21882024-08-30T18:34:24.866Z[ helios-setup] Aug 30 18:34:23.271 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
21892024-08-30T18:34:25.151Z[ helios-setup] Aug 30 18:34:23.553 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
21902024-08-30T18:34:25.205Z[ host-package] Compiling ciborium-io v0.2.2
21912024-08-30T18:34:25.367Z[ host-package] Compiling display-error-chain v0.2.1
21922024-08-30T18:34:25.569Z[ host-package] Compiling ciborium-ll v0.2.2
21932024-08-30T18:34:25.709Z[ helios-setup] Aug 30 18:34:24.115 INFO E| From https://github.com/jclulow/rust-jmclib
21942024-08-30T18:34:25.709Z[ helios-setup] Aug 30 18:34:24.115 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
21952024-08-30T18:34:25.731Z[ helios-setup] Aug 30 18:34:24.137 INFO E| Updating crates.io index
21962024-08-30T18:34:25.838Z[ helios-setup] Aug 30 18:34:24.244 INFO E| Downloading crates ...
21972024-08-30T18:34:25.934Z[ helios-setup] Aug 30 18:34:24.340 INFO E| Downloaded block-buffer v0.9.0
21982024-08-30T18:34:25.938Z[ helios-setup] Aug 30 18:34:24.342 INFO E| Downloaded bitflags v2.3.3
21992024-08-30T18:34:25.941Z[ helios-setup] Aug 30 18:34:24.346 INFO E| Downloaded ryu v1.0.15
22002024-08-30T18:34:25.948Z[ helios-setup] Aug 30 18:34:24.354 INFO E| Downloaded opaque-debug v0.3.0
22012024-08-30T18:34:25.964Z[ helios-setup] Aug 30 18:34:24.370 INFO E| Downloaded md-5 v0.9.1
22022024-08-30T18:34:25.967Z[ helios-setup] Aug 30 18:34:24.373 INFO E| Downloaded libdevinfo-sys v1.0.0
22032024-08-30T18:34:25.971Z[ helios-setup] Aug 30 18:34:24.375 INFO E| Downloaded sha-1 v0.9.8
22042024-08-30T18:34:25.974Z[ helios-setup] Aug 30 18:34:24.379 INFO E| Downloaded fastrand v2.0.0
22052024-08-30T18:34:25.977Z[ helios-setup] Aug 30 18:34:24.381 INFO E| Downloaded digest v0.9.0
22062024-08-30T18:34:25.980Z[ helios-setup] Aug 30 18:34:24.384 INFO E| Downloaded cpufeatures v0.2.9
22072024-08-30T18:34:25.982Z[ helios-setup] Aug 30 18:34:24.386 INFO E| Downloaded walkdir v2.3.3
22082024-08-30T18:34:25.985Z[ helios-setup] Aug 30 18:34:24.390 INFO E| Downloaded errno v0.3.1
22092024-08-30T18:34:25.988Z[ helios-setup] Aug 30 18:34:24.392 INFO E| Downloaded uuid v0.8.2
22102024-08-30T18:34:25.992Z[ helios-setup] Aug 30 18:34:24.398 INFO E| Downloaded tempfile v3.7.0
22112024-08-30T18:34:25.997Z[ helios-setup] Aug 30 18:34:24.402 INFO E| Downloaded typenum v1.16.0
22122024-08-30T18:34:26.001Z[ helios-setup] Aug 30 18:34:24.406 INFO E| Downloaded getrandom v0.2.10
22132024-08-30T18:34:26.009Z[ helios-setup] Aug 30 18:34:24.412 INFO E| Downloaded unicode-ident v1.0.11
22142024-08-30T18:34:26.011Z[ helios-setup] Aug 30 18:34:24.417 INFO E| Downloaded toml v0.5.11
22152024-08-30T18:34:26.021Z[ helios-setup] Aug 30 18:34:24.422 INFO E| Downloaded serde v1.0.193
22162024-08-30T18:34:26.026Z[ helios-setup] Aug 30 18:34:24.428 INFO E| Downloaded proc-macro2 v1.0.66
22172024-08-30T18:34:26.031Z[ helios-setup] Aug 30 18:34:24.433 INFO E| Downloaded anyhow v1.0.72
22182024-08-30T18:34:26.035Z[ helios-setup] Aug 30 18:34:24.441 INFO E| Downloaded serde_json v1.0.103
22192024-08-30T18:34:26.049Z[ helios-setup] Aug 30 18:34:24.455 INFO E| Downloaded serde_derive v1.0.193
22202024-08-30T18:34:26.054Z[ helios-setup] Aug 30 18:34:24.460 INFO E| Downloaded syn v2.0.32
22212024-08-30T18:34:26.072Z[ helios-setup] Aug 30 18:34:24.478 INFO E| Downloaded rustix v0.38.4
22222024-08-30T18:34:26.106Z[ helios-setup] Aug 30 18:34:24.512 INFO E| Downloaded quote v1.0.31
22232024-08-30T18:34:26.111Z[ helios-setup] Aug 30 18:34:24.516 INFO E| Downloaded libc v0.2.147
22242024-08-30T18:34:26.173Z[ helios-setup] Aug 30 18:34:24.577 INFO E| Downloaded once_cell v1.18.0
22252024-08-30T18:34:26.176Z[ helios-setup] Aug 30 18:34:24.581 INFO E| Downloaded itoa v1.0.9
22262024-08-30T18:34:26.246Z[ host-package] Compiling walkdir v2.5.0
22272024-08-30T18:34:26.385Z[ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling libc v0.2.147
22282024-08-30T18:34:26.385Z[ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling proc-macro2 v1.0.66
22292024-08-30T18:34:26.388Z[ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling unicode-ident v1.0.11
22302024-08-30T18:34:26.388Z[ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling cfg-if v1.0.0
22312024-08-30T18:34:26.388Z[ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling version_check v0.9.4
22322024-08-30T18:34:26.388Z[ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling typenum v1.16.0
22332024-08-30T18:34:26.388Z[ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling serde v1.0.193
22342024-08-30T18:34:26.388Z[ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling time-core v0.1.2
22352024-08-30T18:34:26.436Z[ host-package] Compiling tempfile v3.10.1
22362024-08-30T18:34:26.847Z[ helios-setup] Aug 30 18:34:25.253 INFO E| Compiling itoa v1.0.9
22372024-08-30T18:34:27.007Z[ helios-setup] Aug 30 18:34:25.413 INFO E| Compiling powerfmt v0.2.0
22382024-08-30T18:34:27.043Z[ helios-setup] Aug 30 18:34:25.449 INFO E| Compiling slog v2.7.0
22392024-08-30T18:34:27.232Z[ helios-setup] Aug 30 18:34:25.638 INFO E| Compiling num-conv v0.1.0
22402024-08-30T18:34:27.776Z[ helios-setup] Aug 30 18:34:26.182 INFO E| Compiling rustix v0.38.4
22412024-08-30T18:34:27.829Z[ helios-setup] Aug 30 18:34:26.234 INFO E| Compiling time-macros v0.2.18
22422024-08-30T18:34:28.111Z[ host-package] Compiling blake3 v1.5.1
22432024-08-30T18:34:28.137Z[ helios-setup] Aug 30 18:34:26.541 INFO E| Compiling deranged v0.3.11
22442024-08-30T18:34:28.156Z[ helios-setup] Aug 30 18:34:26.562 INFO E| Compiling generic-array v0.14.7
22452024-08-30T18:34:28.476Z[ helios-setup] Aug 30 18:34:26.882 INFO E| Compiling num_threads v0.1.6
22462024-08-30T18:34:28.656Z[ helios-setup] Aug 30 18:34:27.060 INFO E| Compiling bitflags v2.3.3
22472024-08-30T18:34:28.824Z[ helios-setup] Aug 30 18:34:27.230 INFO E| Compiling quote v1.0.31
22482024-08-30T18:34:29.376Z[ helios-setup] Aug 30 18:34:27.781 INFO E| Compiling once_cell v1.18.0
22492024-08-30T18:34:29.401Z[ host-package] Compiling rayon v1.10.0
22502024-08-30T18:34:29.732Z[ helios-setup] Aug 30 18:34:28.133 INFO E| Compiling syn v2.0.32
22512024-08-30T18:34:30.266Z[ helios-setup] Aug 30 18:34:28.671 INFO E| Compiling thread_local v1.1.7
22522024-08-30T18:34:30.516Z[ helios-setup] Aug 30 18:34:28.921 INFO E| Compiling fastrand v2.0.0
22532024-08-30T18:34:30.800Z[ host-package] Compiling ring v0.16.20
22542024-08-30T18:34:31.236Z[ host-package] Compiling ciborium v0.2.2
22552024-08-30T18:34:31.375Z[ helios-setup] Aug 30 18:34:29.780 INFO E| Compiling dirs-sys-next v0.1.2
22562024-08-30T18:34:31.726Z[ helios-setup] Aug 30 18:34:30.131 INFO E| Compiling dirs-next v2.0.0
22572024-08-30T18:34:31.802Z[ helios-setup] Aug 30 18:34:30.206 INFO E| Compiling errno v0.3.1
22582024-08-30T18:34:32.131Z[ helios-setup] Aug 30 18:34:30.537 INFO E| Compiling term v0.7.0
22592024-08-30T18:34:32.440Z[ helios-setup] Aug 30 18:34:30.845 INFO E| Compiling atty v0.2.14
22602024-08-30T18:34:32.727Z[ helios-setup] Aug 30 18:34:31.132 INFO E| Compiling anyhow v1.0.72
22612024-08-30T18:34:32.727Z[ helios-setup] Aug 30 18:34:31.132 INFO E| Compiling serde_json v1.0.103
22622024-08-30T18:34:32.874Z[ helios-setup] Aug 30 18:34:31.279 INFO E| Compiling opaque-debug v0.3.0
22632024-08-30T18:34:32.961Z[ helios-setup] Aug 30 18:34:31.366 INFO E| Compiling getrandom v0.2.10
22642024-08-30T18:34:33.730Z[ helios-setup] Aug 30 18:34:32.135 INFO E| Compiling block-buffer v0.9.0
22652024-08-30T18:34:34.101Z[ helios-setup] Aug 30 18:34:32.198 INFO E| Compiling digest v0.9.0
22662024-08-30T18:34:34.113Z[ helios-setup] Aug 30 18:34:32.358 INFO E| Compiling time v0.3.36
22672024-08-30T18:34:34.113Z[ helios-setup] Aug 30 18:34:32.455 INFO E| Compiling ryu v1.0.15
22682024-08-30T18:34:34.236Z[ helios-setup] Aug 30 18:34:32.640 INFO E| Compiling cpufeatures v0.2.9
22692024-08-30T18:34:34.328Z[ helios-setup] Aug 30 18:34:32.733 INFO E| Compiling unicode-width v0.1.10
22702024-08-30T18:34:34.430Z[ helios-setup] Aug 30 18:34:32.835 INFO E| Compiling same-file v1.0.6
22712024-08-30T18:34:34.744Z[ helios-setup] Aug 30 18:34:33.148 INFO E| Compiling walkdir v2.3.3
22722024-08-30T18:34:34.827Z[ helios-setup] Aug 30 18:34:33.232 INFO E| Compiling getopts v0.2.21
22732024-08-30T18:34:35.081Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22742024-08-30T18:34:35.152Z[ helios-setup] Aug 30 18:34:33.557 INFO E| Compiling sha-1 v0.9.8
22752024-08-30T18:34:35.884Z[ helios-setup] Aug 30 18:34:34.288 INFO E| Compiling tempfile v3.7.0
22762024-08-30T18:34:36.039Z[ helios-setup] Aug 30 18:34:34.444 INFO E| Compiling md-5 v0.9.1
22772024-08-30T18:34:36.068Z[ helios-setup] Aug 30 18:34:34.469 INFO E| Compiling glob v0.3.1
22782024-08-30T18:34:36.628Z[ helios-setup] Aug 30 18:34:35.032 INFO E| Compiling libdevinfo-sys v1.0.0
22792024-08-30T18:34:37.191Z[ host-package] Compiling xattr v1.3.1
22802024-08-30T18:34:37.693Z[ host-package] Compiling memmap2 v0.9.4
22812024-08-30T18:34:38.039Z[ helios-setup] Aug 30 18:34:36.444 INFO E| Compiling slog-term v2.9.0
22822024-08-30T18:34:38.081Z[ host-package] Compiling filetime v0.2.25
22832024-08-30T18:34:38.416Z[ host-package] Compiling constant_time_eq v0.3.0
22842024-08-30T18:34:38.606Z[ host-package] Compiling untrusted v0.7.1
22852024-08-30T18:34:38.679Z[ host-package] Compiling spin v0.5.2
22862024-08-30T18:34:39.148Z[ host-package] Compiling arrayref v0.3.7
22872024-08-30T18:34:39.229Z[ helios-setup] Aug 30 18:34:37.633 INFO E| Compiling serde_derive v1.0.193
22882024-08-30T18:34:39.305Z[ host-package] Compiling cancel-safe-futures v0.1.5
22892024-08-30T18:34:39.753Z[ host-package] Compiling arrayvec v0.7.4
22902024-08-30T18:34:45.020Z[ host-package] Compiling tar v0.4.41
22912024-08-30T18:34:45.431Z[ host-package] Compiling camino-tempfile v1.1.1
22922024-08-30T18:34:45.955Z[ host-package] Compiling toolchain_find v0.4.0
22932024-08-30T18:34:46.674Z[ host-package] Compiling nibble_vec v0.1.0
22942024-08-30T18:34:46.998Z[ host-package] Compiling atty v0.2.14
22952024-08-30T18:34:47.120Z[ host-package] Compiling glob v0.3.1
22962024-08-30T18:34:47.210Z[ host-package] Compiling endian-type v0.1.2
22972024-08-30T18:34:47.490Z[ host-package] Compiling topological-sort v0.2.2
22982024-08-30T18:34:47.595Z[ host-package] Compiling crunchy v0.2.2
22992024-08-30T18:34:47.758Z[ host-package] Compiling maplit v1.0.2
23002024-08-30T18:34:47.970Z[ host-package] Compiling clang-sys v1.7.0
23012024-08-30T18:34:48.164Z[ host-package] Compiling omicron-zone-package v0.11.0
23022024-08-30T18:34:48.263Z[ host-package] Compiling radix_trie v0.2.1
23032024-08-30T18:34:48.374Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23042024-08-30T18:34:48.849Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23052024-08-30T18:34:49.514Z[ host-package] Compiling tungstenite v0.21.0
23062024-08-30T18:34:53.821Z[ host-package] Compiling tiny-keccak v2.0.2
23072024-08-30T18:34:53.857Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23082024-08-30T18:34:53.857Z[ host-package] Compiling tokio-tungstenite v0.21.0
23092024-08-30T18:34:53.857Z[ host-package] Compiling dsl_auto_type v0.1.2
23102024-08-30T18:34:53.857Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23112024-08-30T18:34:53.874Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23122024-08-30T18:34:53.874Z[ host-package] Compiling arc-swap v1.7.1
23132024-08-30T18:34:53.874Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23142024-08-30T18:34:53.874Z[ host-package] Compiling diesel_derives v2.2.2
23152024-08-30T18:34:53.913Z[ host-package] Compiling slog-scope v4.4.0
23162024-08-30T18:34:53.966Z[ helios-setup] Aug 30 18:34:52.368 INFO E| Compiling toml v0.5.11
23172024-08-30T18:34:53.966Z[ helios-setup] Aug 30 18:34:52.368 INFO E| Compiling uuid v0.8.2
23182024-08-30T18:34:54.141Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23192024-08-30T18:34:54.184Z[ host-package] Compiling r2d2 v0.8.10
23202024-08-30T18:34:55.226Z[ host-package] Compiling ascii-canvas v3.0.0
23212024-08-30T18:34:55.346Z[ host-package] Compiling ena v0.14.3
23222024-08-30T18:34:55.382Z[ host-package] Compiling libloading v0.8.3
23232024-08-30T18:34:55.826Z[ host-package] Compiling diff v0.1.13
23242024-08-30T18:34:55.873Z[ host-package] Compiling regex-syntax v0.6.29
23252024-08-30T18:34:55.905Z[ host-package] Compiling bindgen v0.69.4
23262024-08-30T18:34:56.139Z[ helios-setup] Aug 30 18:34:54.541 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
23272024-08-30T18:34:56.702Z[ host-package] Compiling slog-stdlog v4.1.1
23282024-08-30T18:34:58.009Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23292024-08-30T18:34:59.109Z[ helios-setup] Aug 30 18:34:57.511 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
23302024-08-30T18:34:59.441Z[ host-package] Compiling which v4.4.2
23312024-08-30T18:35:00.085Z[ host-package] Compiling lalrpop v0.19.12
23322024-08-30T18:35:02.580Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23332024-08-30T18:35:02.873Z[ host-package] Compiling cexpr v0.6.0
23342024-08-30T18:35:04.579Z[ host-package] Compiling libsw v3.3.1
23352024-08-30T18:35:05.000Z[ host-package] Compiling shlex v1.3.0
23362024-08-30T18:35:05.413Z[ host-package] Compiling linear-map v1.2.0
23372024-08-30T18:35:05.903Z[ host-package] Compiling ref-cast v1.0.23
23382024-08-30T18:35:06.741Z[ host-package] Compiling rustc-hash v1.1.0
23392024-08-30T18:35:06.894Z[ host-package] Compiling diesel v2.2.3
23402024-08-30T18:35:06.936Z[ host-package] Compiling lazycell v1.3.0
23412024-08-30T18:35:07.115Z[ host-package] Compiling owo-colors v4.0.0
23422024-08-30T18:35:10.776Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23432024-08-30T18:35:13.176Z[ helios-setup] Aug 30 18:35:11.575 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.22s
23442024-08-30T18:35:13.209Z[ helios-setup] Aug 30 18:35:11.608 INFO building project "image-builder" ok (48 seconds)
23452024-08-30T18:35:13.209Z[ helios-setup] Aug 30 18:35:11.609 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23462024-08-30T18:35:13.211Z[ helios-setup] Aug 30 18:35:11.609 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23472024-08-30T18:35:13.219Z[ helios-setup] Aug 30 18:35:11.618 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23482024-08-30T18:35:13.549Z[ helios-setup] Aug 30 18:35:11.949 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23492024-08-30T18:35:13.549Z[ helios-setup] Aug 30 18:35:11.949 INFO E| info: downloading component 'cargo'
23502024-08-30T18:35:14.406Z[ helios-setup] Aug 30 18:35:12.806 INFO E| info: downloading component 'clippy'
23512024-08-30T18:35:14.741Z[ helios-setup] Aug 30 18:35:13.140 INFO E| info: downloading component 'rust-docs'
23522024-08-30T18:35:15.861Z[ helios-setup] Aug 30 18:35:14.260 INFO E| info: downloading component 'rust-src'
23532024-08-30T18:35:16.017Z[ helios-setup] Aug 30 18:35:14.416 INFO E| info: downloading component 'rust-std'
23542024-08-30T18:35:18.130Z[ helios-setup] Aug 30 18:35:16.529 INFO E| info: downloading component 'rustc'
23552024-08-30T18:35:19.280Z[ host-package] Compiling slog-envlogger v2.2.0
23562024-08-30T18:35:21.911Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23572024-08-30T18:35:22.302Z[ host-package] Compiling derive_builder_core v0.20.0
23582024-08-30T18:35:23.288Z[ helios-setup] Aug 30 18:35:21.686 INFO E| info: downloading component 'rustfmt'
23592024-08-30T18:35:23.501Z[ host-package] Compiling headers-core v0.2.0
23602024-08-30T18:35:23.697Z[ host-package] Compiling fxhash v0.2.1
23612024-08-30T18:35:23.881Z[ helios-setup] Aug 30 18:35:22.279 INFO E| info: installing component 'cargo'
23622024-08-30T18:35:24.051Z[ host-package] Compiling libxml v0.3.3
23632024-08-30T18:35:24.373Z[ host-package] Compiling ref-cast-impl v1.0.23
23642024-08-30T18:35:24.614Z[ host-package] Compiling headers v0.3.9
23652024-08-30T18:35:24.682Z[ host-package] Compiling derive_builder_macro v0.20.0
23662024-08-30T18:35:25.320Z[ helios-setup] Aug 30 18:35:23.718 INFO E| info: installing component 'clippy'
23672024-08-30T18:35:25.773Z[ helios-setup] Aug 30 18:35:24.171 INFO E| info: installing component 'rust-docs'
23682024-08-30T18:35:25.789Z[ host-package] Compiling samael v0.0.15
23692024-08-30T18:35:26.131Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23702024-08-30T18:35:26.914Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23712024-08-30T18:35:27.509Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23722024-08-30T18:35:27.784Z[ host-package] Compiling strum_macros v0.24.3
23732024-08-30T18:35:28.686Z[ host-package] Compiling kstat-rs v0.2.4
23742024-08-30T18:35:29.292Z[ host-package] Compiling polar-core v0.27.3
23752024-08-30T18:35:30.029Z[ host-package] Compiling dropshot v0.10.1
23762024-08-30T18:35:30.075Z[ host-package] Compiling unicase v2.7.0
23772024-08-30T18:35:30.556Z[ host-package] Compiling indoc v1.0.9
23782024-08-30T18:35:30.762Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23792024-08-30T18:35:31.280Z[ helios-setup] Aug 30 18:35:29.676 INFO E| info: installing component 'rust-src'
23802024-08-30T18:35:31.781Z[ host-package] Compiling derive_builder v0.20.0
23812024-08-30T18:35:32.174Z[ helios-setup] Aug 30 18:35:30.571 INFO E| info: installing component 'rust-std'
23822024-08-30T18:35:33.904Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23832024-08-30T18:35:34.975Z[ helios-setup] Aug 30 18:35:33.369 INFO E| info: installing component 'rustc'
23842024-08-30T18:35:36.629Z[ host-package] Compiling tungstenite v0.23.0
23852024-08-30T18:35:37.919Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23862024-08-30T18:35:38.506Z[ host-package] Compiling crossterm v0.28.1
23872024-08-30T18:35:41.372Z[ helios-setup] Aug 30 18:35:39.768 INFO E| info: installing component 'rustfmt'
23882024-08-30T18:35:42.219Z[ helios-setup] Aug 30 18:35:40.614 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23892024-08-30T18:35:43.037Z[ host-package] Compiling curve25519-dalek v4.1.3
23902024-08-30T18:35:43.098Z[ helios-setup] Aug 30 18:35:41.492 INFO E| From https://github.com/oxidecomputer/amd-apcb
23912024-08-30T18:35:43.098Z[ helios-setup] Aug 30 18:35:41.492 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
23922024-08-30T18:35:43.098Z[ helios-setup] Aug 30 18:35:41.493 INFO E| * [new tag] v0.3.3 -> v0.3.3
23932024-08-30T18:35:43.128Z[ helios-setup] Aug 30 18:35:41.521 INFO E| * [new tag] v0.1.3 -> v0.1.3
23942024-08-30T18:35:43.128Z[ helios-setup] Aug 30 18:35:41.521 INFO E| * [new tag] v0.1.4 -> v0.1.4
23952024-08-30T18:35:43.132Z[ helios-setup] Aug 30 18:35:41.521 INFO E| * [new tag] v0.1.5 -> v0.1.5
23962024-08-30T18:35:43.132Z[ helios-setup] Aug 30 18:35:41.521 INFO E| * [new tag] v0.2.0 -> v0.2.0
23972024-08-30T18:35:43.132Z[ helios-setup] Aug 30 18:35:41.521 INFO E| * [new tag] v0.3.0 -> v0.3.0
23982024-08-30T18:35:43.132Z[ helios-setup] Aug 30 18:35:41.521 INFO E| * [new tag] v0.3.1 -> v0.3.1
23992024-08-30T18:35:43.132Z[ helios-setup] Aug 30 18:35:41.522 INFO E| * [new tag] v0.3.2 -> v0.3.2
24002024-08-30T18:35:43.170Z[ helios-setup] Aug 30 18:35:41.565 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24012024-08-30T18:35:43.506Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24022024-08-30T18:35:43.996Z[ helios-setup] Aug 30 18:35:42.390 INFO E| From https://github.com/oxidecomputer/amd-efs
24032024-08-30T18:35:43.996Z[ helios-setup] Aug 30 18:35:42.390 INFO E| * [new branch] empty -> origin/empty
24042024-08-30T18:35:43.996Z[ helios-setup] Aug 30 18:35:42.391 INFO E| * [new branch] issue-99 -> origin/issue-99
24052024-08-30T18:35:43.997Z[ helios-setup] Aug 30 18:35:42.391 INFO E| * [new branch] main -> origin/main
24062024-08-30T18:35:44.001Z[ helios-setup] Aug 30 18:35:42.391 INFO E| * [new branch] review -> origin/review
24072024-08-30T18:35:44.001Z[ helios-setup] Aug 30 18:35:42.391 INFO E| * [new ref] -> origin/HEAD
24082024-08-30T18:35:44.001Z[ helios-setup] Aug 30 18:35:42.391 INFO E| * [new tag] v0.2.0 -> v0.2.0
24092024-08-30T18:35:44.001Z[ helios-setup] Aug 30 18:35:42.391 INFO E| * [new tag] v0.2.1 -> v0.2.1
24102024-08-30T18:35:44.001Z[ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.2.2 -> v0.2.2
24112024-08-30T18:35:44.001Z[ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.2.3 -> v0.2.3
24122024-08-30T18:35:44.001Z[ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.2.4 -> v0.2.4
24132024-08-30T18:35:44.001Z[ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.2.5 -> v0.2.5
24142024-08-30T18:35:44.001Z[ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.2.6 -> v0.2.6
24152024-08-30T18:35:44.002Z[ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.2.7 -> v0.2.7
24162024-08-30T18:35:44.002Z[ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.3.0 -> v0.3.0
24172024-08-30T18:35:44.002Z[ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.3.1 -> v0.3.1
24182024-08-30T18:35:44.002Z[ helios-setup] Aug 30 18:35:42.393 INFO E| * [new tag] v0.4.0 -> v0.4.0
24192024-08-30T18:35:44.021Z[ helios-setup] Aug 30 18:35:42.416 INFO E| Updating crates.io index
24202024-08-30T18:35:44.386Z[ helios-setup] Aug 30 18:35:42.781 INFO E| Downloading crates ...
24212024-08-30T18:35:44.531Z[ helios-setup] Aug 30 18:35:42.926 INFO E| Downloaded pest_generator v2.7.11
24222024-08-30T18:35:44.567Z[ helios-setup] Aug 30 18:35:42.962 INFO E| Downloaded unic-ucd-version v0.9.0
24232024-08-30T18:35:44.570Z[ helios-setup] Aug 30 18:35:42.964 INFO E| Downloaded unic-char-property v0.9.0
24242024-08-30T18:35:44.574Z[ helios-setup] Aug 30 18:35:42.966 INFO E| Downloaded scroll_derive v0.10.5
24252024-08-30T18:35:44.574Z[ helios-setup] Aug 30 18:35:42.967 INFO E| Downloaded proc-macro-crate v0.1.5
24262024-08-30T18:35:44.592Z[ helios-setup] Aug 30 18:35:42.988 INFO E| Downloaded unic-common v0.9.0
24272024-08-30T18:35:44.595Z[ helios-setup] Aug 30 18:35:42.989 INFO E| Downloaded unic-char-range v0.9.0
24282024-08-30T18:35:44.598Z[ helios-setup] Aug 30 18:35:42.991 INFO E| Downloaded strum v0.23.0
24292024-08-30T18:35:44.598Z[ helios-setup] Aug 30 18:35:42.992 INFO E| Downloaded parse_int v0.6.0
24302024-08-30T18:35:44.598Z[ helios-setup] Aug 30 18:35:42.993 INFO E| Downloaded memoffset v0.5.6
24312024-08-30T18:35:44.601Z[ helios-setup] Aug 30 18:35:42.994 INFO E| Downloaded four-cc v0.3.0
24322024-08-30T18:35:44.601Z[ helios-setup] Aug 30 18:35:42.996 INFO E| Downloaded fletcher v0.1.0
24332024-08-30T18:35:44.604Z[ helios-setup] Aug 30 18:35:42.998 INFO E| Downloaded unic-ucd-ident v0.9.0
24342024-08-30T18:35:44.608Z[ helios-setup] Aug 30 18:35:43.004 INFO E| Downloaded textwrap v0.11.0
24352024-08-30T18:35:44.608Z[ helios-setup] Aug 30 18:35:43.004 INFO E| Downloaded strum_macros v0.23.1
24362024-08-30T18:35:44.611Z[ helios-setup] Aug 30 18:35:43.005 INFO E| Downloaded structopt-derive v0.4.18
24372024-08-30T18:35:44.614Z[ helios-setup] Aug 30 18:35:43.007 INFO E| Downloaded strsim v0.8.0
24382024-08-30T18:35:44.614Z[ helios-setup] Aug 30 18:35:43.009 INFO E| Downloaded semver v0.9.0
24392024-08-30T18:35:44.617Z[ helios-setup] Aug 30 18:35:43.011 INFO E| Downloaded modular-bitfield-impl v0.11.2
24402024-08-30T18:35:44.620Z[ helios-setup] Aug 30 18:35:43.013 INFO E| Downloaded semver-parser v0.7.0
24412024-08-30T18:35:44.620Z[ helios-setup] Aug 30 18:35:43.014 INFO E| Downloaded pre v0.2.1
24422024-08-30T18:35:44.620Z[ helios-setup] Aug 30 18:35:43.015 INFO E| Downloaded num-derive v0.3.3
24432024-08-30T18:35:44.623Z[ helios-setup] Aug 30 18:35:43.018 INFO E| Downloaded vec_map v0.8.2
24442024-08-30T18:35:44.626Z[ helios-setup] Aug 30 18:35:43.019 INFO E| Downloaded rustc_version v0.2.3
24452024-08-30T18:35:44.626Z[ helios-setup] Aug 30 18:35:43.020 INFO E| Downloaded cfg-if v0.1.10
24462024-08-30T18:35:44.628Z[ helios-setup] Aug 30 18:35:43.021 INFO E| Downloaded bytesize v1.3.0
24472024-08-30T18:35:44.637Z[ helios-setup] Aug 30 18:35:43.031 INFO E| Downloaded pre-proc-macro v0.2.1
24482024-08-30T18:35:44.649Z[ helios-setup] Aug 30 18:35:43.034 INFO E| Downloaded pest_meta v2.7.11
24492024-08-30T18:35:44.649Z[ helios-setup] Aug 30 18:35:43.037 INFO E| Downloaded serde_derive v1.0.204
24502024-08-30T18:35:44.649Z[ helios-setup] Aug 30 18:35:43.040 INFO E| Downloaded pest_derive v2.7.11
24512024-08-30T18:35:44.649Z[ helios-setup] Aug 30 18:35:43.043 INFO E| Downloaded modular-bitfield v0.11.2
24522024-08-30T18:35:44.676Z[ helios-setup] Aug 30 18:35:43.071 INFO E| Downloaded structopt v0.3.26
24532024-08-30T18:35:44.689Z[ helios-setup] Aug 30 18:35:43.084 INFO E| Downloaded serde v1.0.204
24542024-08-30T18:35:44.698Z[ helios-setup] Aug 30 18:35:43.091 INFO E| Downloaded pest v2.7.11
24552024-08-30T18:35:44.713Z[ helios-setup] Aug 30 18:35:43.109 INFO E| Downloaded memchr v2.7.4
24562024-08-30T18:35:44.716Z[ helios-setup] Aug 30 18:35:43.110 INFO E| Downloaded serde_json v1.0.120
24572024-08-30T18:35:44.727Z[ helios-setup] Aug 30 18:35:43.122 INFO E| Downloaded syn v2.0.71
24582024-08-30T18:35:44.746Z[ helios-setup] Aug 30 18:35:43.141 INFO E| Downloaded goblin v0.4.3
24592024-08-30T18:35:44.755Z[ helios-setup] Aug 30 18:35:43.150 INFO E| Downloaded clap v2.34.0
24602024-08-30T18:35:44.767Z[ helios-setup] Aug 30 18:35:43.162 INFO E| Downloaded scroll v0.10.2
24612024-08-30T18:35:44.770Z[ helios-setup] Aug 30 18:35:43.166 INFO E| Downloaded log v0.4.22
24622024-08-30T18:35:44.774Z[ helios-setup] Aug 30 18:35:43.170 INFO E| Downloaded libc v0.2.155
24632024-08-30T18:35:44.819Z[ helios-setup] Aug 30 18:35:43.214 INFO E| Downloaded ansi_term v0.12.1
24642024-08-30T18:35:44.912Z[ helios-setup] Aug 30 18:35:43.307 INFO E| Compiling proc-macro2 v1.0.86
24652024-08-30T18:35:44.916Z[ helios-setup] Aug 30 18:35:43.307 INFO E| Compiling unicode-ident v1.0.12
24662024-08-30T18:35:44.916Z[ helios-setup] Aug 30 18:35:43.308 INFO E| Compiling syn v1.0.109
24672024-08-30T18:35:44.916Z[ helios-setup] Aug 30 18:35:43.308 INFO E| Compiling version_check v0.9.4
24682024-08-30T18:35:44.916Z[ helios-setup] Aug 30 18:35:43.308 INFO E| Compiling autocfg v1.3.0
24692024-08-30T18:35:44.916Z[ helios-setup] Aug 30 18:35:43.308 INFO E| Compiling thiserror v1.0.63
24702024-08-30T18:35:44.916Z[ helios-setup] Aug 30 18:35:43.308 INFO E| Compiling semver-parser v0.7.0
24712024-08-30T18:35:44.916Z[ helios-setup] Aug 30 18:35:43.308 INFO E| Compiling serde v1.0.204
24722024-08-30T18:35:45.927Z[ helios-setup] Aug 30 18:35:44.322 INFO E| Compiling semver v0.9.0
24732024-08-30T18:35:46.054Z[ helios-setup] Aug 30 18:35:44.449 INFO E| Compiling proc-macro-error-attr v1.0.4
24742024-08-30T18:35:46.749Z[ helios-setup] Aug 30 18:35:45.144 INFO E| Compiling rustc_version v0.2.3
24752024-08-30T18:35:46.760Z[ helios-setup] Aug 30 18:35:45.154 INFO E| Compiling proc-macro-error v1.0.4
24762024-08-30T18:35:46.912Z[ helios-setup] Aug 30 18:35:45.307 INFO E| Compiling serde_json v1.0.120
24772024-08-30T18:35:46.954Z[ helios-setup] Aug 30 18:35:45.347 INFO E| Compiling ryu v1.0.18
24782024-08-30T18:35:47.244Z[ helios-setup] Aug 30 18:35:45.639 INFO E| Compiling num-traits v0.2.19
24792024-08-30T18:35:47.342Z[ helios-setup] Aug 30 18:35:45.726 INFO E| Compiling unicode-segmentation v1.11.0
24802024-08-30T18:35:47.468Z[ helios-setup] Aug 30 18:35:45.863 INFO E| Compiling schemars v0.8.21
24812024-08-30T18:35:47.813Z[ helios-setup] Aug 30 18:35:46.208 INFO E| Compiling itoa v1.0.11
24822024-08-30T18:35:47.850Z[ helios-setup] Aug 30 18:35:46.244 INFO E| Compiling pre-proc-macro v0.2.1
24832024-08-30T18:35:47.862Z[ helios-setup] Aug 30 18:35:46.257 INFO E| Compiling memoffset v0.5.6
24842024-08-30T18:35:48.137Z[ helios-setup] Aug 30 18:35:46.530 INFO E| Compiling dyn-clone v1.0.17
24852024-08-30T18:35:48.301Z[ helios-setup] Aug 30 18:35:46.696 INFO E| Compiling libc v0.2.155
24862024-08-30T18:35:48.454Z[ helios-setup] Aug 30 18:35:46.848 INFO E| Compiling heck v0.3.3
24872024-08-30T18:35:48.509Z[ host-package] Compiling oso-derive v0.27.3
24882024-08-30T18:35:48.568Z[ helios-setup] Aug 30 18:35:46.962 INFO E| Compiling ucd-trie v0.1.6
24892024-08-30T18:35:48.730Z[ helios-setup] Aug 30 18:35:47.125 INFO E| Compiling lazy_static v1.5.0
24902024-08-30T18:35:48.772Z[ helios-setup] Aug 30 18:35:47.165 INFO E| Compiling rustversion v1.0.17
24912024-08-30T18:35:49.001Z[ helios-setup] Aug 30 18:35:47.395 INFO E| Compiling paste v1.0.15
24922024-08-30T18:35:49.001Z[ helios-setup] Aug 30 18:35:47.395 INFO E| Compiling memchr v2.7.4
24932024-08-30T18:35:49.178Z[ helios-setup] Aug 30 18:35:47.572 INFO E| Compiling quote v1.0.36
24942024-08-30T18:35:49.986Z[ helios-setup] Aug 30 18:35:48.381 INFO E| Compiling syn v2.0.71
24952024-08-30T18:35:50.338Z[ helios-setup] Aug 30 18:35:48.733 INFO E| Compiling pre v0.2.1
24962024-08-30T18:35:50.606Z[ helios-setup] Aug 30 18:35:48.992 INFO E| Compiling byteorder v1.5.0
24972024-08-30T18:35:50.836Z[ host-package] Compiling dropshot_endpoint v0.10.1
24982024-08-30T18:35:51.342Z[ host-package] Compiling libz-sys v1.1.16
24992024-08-30T18:35:51.398Z[ helios-setup] Aug 30 18:35:49.783 INFO E| Compiling cfg-if v0.1.10
25002024-08-30T18:35:51.401Z[ helios-setup] Aug 30 18:35:49.795 INFO E| Compiling once_cell v1.19.0
25012024-08-30T18:35:51.474Z[ helios-setup] Aug 30 18:35:49.869 INFO E| Compiling static_assertions v1.1.0
25022024-08-30T18:35:51.832Z[ host-package] Compiling quick-xml v0.31.0
25032024-08-30T18:35:52.815Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25042024-08-30T18:35:52.873Z[ helios-setup] Aug 30 18:35:51.267 INFO E| Compiling unicode-width v0.1.13
25052024-08-30T18:35:53.341Z[ helios-setup] Aug 30 18:35:51.735 INFO E| Compiling textwrap v0.11.0
25062024-08-30T18:35:53.480Z[ host-package] Compiling keccak v0.1.5
25072024-08-30T18:35:54.386Z[ helios-setup] Aug 30 18:35:52.780 INFO E| Compiling atty v0.2.14
25082024-08-30T18:35:54.417Z[ helios-setup] Aug 30 18:35:52.810 INFO E| Compiling strsim v0.8.0
25092024-08-30T18:35:54.458Z[ helios-setup] Aug 30 18:35:52.852 INFO E| Compiling bitflags v1.3.2
25102024-08-30T18:35:54.507Z[ helios-setup] Aug 30 18:35:52.901 INFO E| Compiling ansi_term v0.12.1
25112024-08-30T18:35:54.548Z[ helios-setup] Aug 30 18:35:52.941 INFO E| Compiling unic-char-range v0.9.0
25122024-08-30T18:35:54.605Z[ helios-setup] Aug 30 18:35:52.997 INFO E| Compiling strum v0.23.0
25132024-08-30T18:35:54.814Z[ host-package] Compiling parking_lot_core v0.8.6
25142024-08-30T18:35:54.824Z[ helios-setup] Aug 30 18:35:53.218 INFO E| Compiling vec_map v0.8.2
25152024-08-30T18:35:54.840Z[ helios-setup] Aug 30 18:35:53.233 INFO E| Compiling fletcher v0.1.0
25162024-08-30T18:35:55.344Z[ helios-setup] Aug 30 18:35:53.738 INFO E| Compiling parse_int v0.6.0
25172024-08-30T18:35:55.519Z[ helios-setup] Aug 30 18:35:53.913 INFO E| Compiling unic-common v0.9.0
25182024-08-30T18:35:55.582Z[ helios-setup] Aug 30 18:35:53.976 INFO E| Compiling clap v2.34.0
25192024-08-30T18:35:55.582Z[ helios-setup] Aug 30 18:35:53.976 INFO E| Compiling unic-char-property v0.9.0
25202024-08-30T18:35:55.689Z[ host-package] Compiling sha3 v0.10.8
25212024-08-30T18:35:55.770Z[ helios-setup] Aug 30 18:35:54.162 INFO E| Compiling unic-ucd-version v0.9.0
25222024-08-30T18:35:55.864Z[ helios-setup] Aug 30 18:35:54.257 INFO E| Compiling log v0.4.22
25232024-08-30T18:35:55.918Z[ helios-setup] Aug 30 18:35:54.311 INFO E| Compiling plain v0.2.3
25242024-08-30T18:35:55.937Z[ helios-setup] Aug 30 18:35:54.331 INFO E| Compiling unic-ucd-ident v0.9.0
25252024-08-30T18:35:56.110Z[ helios-setup] Aug 30 18:35:54.503 INFO E| Compiling bytesize v1.3.0
25262024-08-30T18:35:57.086Z[ host-package] Compiling tokio-tungstenite v0.23.1
25272024-08-30T18:35:57.163Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25282024-08-30T18:35:57.401Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25292024-08-30T18:35:58.404Z[ helios-setup] Aug 30 18:35:56.797 INFO E| Compiling serde_derive_internals v0.29.1
25302024-08-30T18:35:58.582Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25312024-08-30T18:35:59.871Z[ helios-setup] Aug 30 18:35:58.264 INFO E| Compiling toml v0.5.11
25322024-08-30T18:36:00.490Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25332024-08-30T18:36:01.141Z[ host-package] Compiling bb8 v0.8.5
25342024-08-30T18:36:06.118Z[ helios-setup] Aug 30 18:36:01.402 INFO E| Compiling proc-macro-crate v0.1.5
25352024-08-30T18:36:06.176Z[ helios-setup] Aug 30 18:36:01.692 INFO E| Compiling thiserror-impl v1.0.63
25362024-08-30T18:36:06.177Z[ helios-setup] Aug 30 18:36:02.296 INFO E| Compiling serde_derive v1.0.204
25372024-08-30T18:36:06.177Z[ helios-setup] Aug 30 18:36:02.309 INFO E| Compiling schemars_derive v0.8.21
25382024-08-30T18:36:06.177Z[ helios-setup] Aug 30 18:36:02.598 INFO E| Compiling zerocopy-derive v0.6.6
25392024-08-30T18:36:06.177Z[ host-package] Compiling oso v0.27.3
25402024-08-30T18:36:08.144Z[ helios-setup] Aug 30 18:36:06.534 INFO E| Compiling zerocopy v0.6.6
25412024-08-30T18:36:08.817Z[ helios-setup] Aug 30 18:36:07.158 INFO E| Compiling pest v2.7.11
25422024-08-30T18:36:12.264Z[ helios-setup] Aug 30 18:36:10.654 INFO E| Compiling modular-bitfield-impl v0.11.2
25432024-08-30T18:36:13.061Z[ helios-setup] Aug 30 18:36:11.452 INFO E| Compiling num-derive v0.3.3
25442024-08-30T18:36:13.504Z[ helios-setup] Aug 30 18:36:11.894 INFO E| Compiling pest_meta v2.7.11
25452024-08-30T18:36:13.549Z[ helios-setup] Aug 30 18:36:11.939 INFO E| Compiling scroll_derive v0.10.5
25462024-08-30T18:36:13.635Z[ helios-setup] Aug 30 18:36:12.025 INFO E| Compiling strum_macros v0.23.1
25472024-08-30T18:36:14.430Z[ helios-setup] Aug 30 18:36:12.821 INFO E| Compiling structopt-derive v0.4.18
25482024-08-30T18:36:16.525Z[ helios-setup] Aug 30 18:36:14.915 INFO E| Compiling pest_generator v2.7.11
25492024-08-30T18:36:17.176Z[ host-package] Compiling const_format_proc_macros v0.2.32
25502024-08-30T18:36:17.632Z[ helios-setup] Aug 30 18:36:16.022 INFO E| Compiling modular-bitfield v0.11.2
25512024-08-30T18:36:18.232Z[ helios-setup] Aug 30 18:36:16.622 INFO E| Compiling scroll v0.10.2
25522024-08-30T18:36:19.424Z[ helios-setup] Aug 30 18:36:17.815 INFO E| Compiling goblin v0.4.3
25532024-08-30T18:36:20.418Z[ helios-setup] Aug 30 18:36:18.808 INFO E| Compiling structopt v0.3.26
25542024-08-30T18:36:20.771Z[ host-package] Compiling universal-hash v0.5.1
25552024-08-30T18:36:21.244Z[ host-package] Compiling secrecy v0.8.0
25562024-08-30T18:36:21.745Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25572024-08-30T18:36:21.801Z[ helios-setup] Aug 30 18:36:20.191 INFO E| Compiling pest_derive v2.7.11
25582024-08-30T18:36:25.694Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25592024-08-30T18:36:27.348Z[ helios-setup] Aug 30 18:36:25.735 INFO E| Compiling json5 v0.4.1
25602024-08-30T18:36:27.938Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25612024-08-30T18:36:28.913Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25622024-08-30T18:36:29.203Z[ host-package] Compiling opaque-debug v0.3.1
25632024-08-30T18:36:29.406Z[ host-package] Compiling poly1305 v0.8.0
25642024-08-30T18:36:29.755Z[ host-package] Compiling vte v0.11.1
25652024-08-30T18:36:32.316Z[ host-package] Compiling thiserror-no-std v2.0.2
25662024-08-30T18:36:32.513Z[ host-package] Compiling const_format v0.2.32
25672024-08-30T18:36:33.031Z[ helios-setup] Aug 30 18:36:31.420 INFO E| Compiling four-cc v0.3.0
25682024-08-30T18:36:33.032Z[ helios-setup] Aug 30 18:36:31.420 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
25692024-08-30T18:36:33.258Z[ helios-setup] Aug 30 18:36:31.647 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
25702024-08-30T18:36:34.111Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
25712024-08-30T18:36:34.779Z[ host-package] Compiling async-bb8-diesel v0.2.1
25722024-08-30T18:36:38.751Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25732024-08-30T18:36:39.200Z[ host-package] Compiling chacha20 v0.9.1
25742024-08-30T18:36:39.788Z[ host-package] Compiling fd-lock v4.0.2
25752024-08-30T18:36:40.219Z[ host-package] Compiling aead v0.5.2
25762024-08-30T18:36:40.749Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25772024-08-30T18:36:41.018Z[ host-package] Compiling bytecount v0.6.8
25782024-08-30T18:36:41.409Z[ host-package] Compiling papergrid v0.11.0
25792024-08-30T18:36:42.758Z[ host-package] Compiling chacha20poly1305 v0.10.1
25802024-08-30T18:36:43.472Z[ host-package] Compiling parking_lot v0.11.2
25812024-08-30T18:36:45.619Z[ host-package] Compiling vsss-rs v3.3.4
25822024-08-30T18:36:50.689Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25832024-08-30T18:36:52.413Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25842024-08-30T18:36:54.076Z[ host-package] Compiling tabled_derive v0.7.0
25852024-08-30T18:36:56.568Z[ host-package] Compiling crossterm v0.27.0
25862024-08-30T18:36:57.856Z[ host-package] Compiling peg-macros v0.8.4
25872024-08-30T18:37:01.479Z[ host-package] Compiling sqlparser_derive v0.2.2
25882024-08-30T18:37:01.865Z[ host-package] Compiling unicode_categories v0.1.1
25892024-08-30T18:37:02.309Z[ host-package] Compiling nu-ansi-term v0.50.0
25902024-08-30T18:37:03.026Z[ host-package] Compiling rustyline v14.0.0
25912024-08-30T18:37:03.678Z[ host-package] Compiling reedline v0.33.0
25922024-08-30T18:37:04.015Z[ host-package] Compiling sqlparser v0.45.0
25932024-08-30T18:37:05.952Z[ host-package] Compiling sqlformat v0.2.4
25942024-08-30T18:37:11.680Z[ host-package] Compiling peg v0.8.4
25952024-08-30T18:37:11.839Z[ host-package] Compiling tabled v0.15.0
25962024-08-30T18:37:14.469Z[ helios-setup] Aug 30 18:37:12.852 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
25972024-08-30T18:37:16.082Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25982024-08-30T18:37:18.835Z[ host-package] Compiling sled v0.34.7
25992024-08-30T18:37:26.505Z[ helios-setup] Aug 30 18:37:24.884 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26002024-08-30T18:37:29.530Z[ host-package] Compiling mime_guess v2.0.4
26012024-08-30T18:37:30.974Z[ host-package] Compiling hickory-client v0.24.1
26022024-08-30T18:37:31.034Z[ host-package] Compiling env_logger v0.9.3
26032024-08-30T18:37:34.754Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26042024-08-30T18:37:35.244Z[ host-package] Compiling tungstenite v0.20.1
26052024-08-30T18:37:35.626Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26062024-08-30T18:37:36.610Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26072024-08-30T18:37:38.421Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26082024-08-30T18:37:40.912Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26092024-08-30T18:37:42.212Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26102024-08-30T18:37:42.752Z[ host-package] Compiling hickory-server v0.24.1
26112024-08-30T18:37:42.878Z[ host-package] Compiling bcs v0.1.6
26122024-08-30T18:37:44.089Z[ host-package] Compiling vergen v8.3.2
26132024-08-30T18:37:44.685Z[ host-package] Compiling bitstruct_derive v0.1.0
26142024-08-30T18:37:46.356Z[ host-package] Compiling cargo-platform v0.1.8
26152024-08-30T18:37:46.399Z[ host-package] Compiling nanorand v0.7.0
26162024-08-30T18:37:47.014Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26172024-08-30T18:37:47.194Z[ host-package] Compiling memoffset v0.9.1
26182024-08-30T18:37:47.278Z[ host-package] Compiling ascii v1.1.0
26192024-08-30T18:37:47.984Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26202024-08-30T18:37:48.390Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26212024-08-30T18:37:49.838Z[ host-package] Compiling flume v0.11.0
26222024-08-30T18:37:50.878Z[ host-package] Compiling cargo_metadata v0.18.1
26232024-08-30T18:37:50.922Z[ host-package] Compiling bitstruct v0.1.1
26242024-08-30T18:37:51.101Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26252024-08-30T18:37:57.085Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26262024-08-30T18:37:57.555Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26272024-08-30T18:37:58.325Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26282024-08-30T18:38:00.919Z[ host-package] Compiling git2 v0.19.0
26292024-08-30T18:38:08.263Z[ helios-setup] Aug 30 18:38:06.639 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 26s
26302024-08-30T18:38:08.299Z[ helios-setup] Aug 30 18:38:06.675 INFO building project "amd-host-image-builder" ok (175 seconds)
26312024-08-30T18:38:08.299Z[ helios-setup] Aug 30 18:38:06.675 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26322024-08-30T18:38:08.299Z[ helios-setup] Aug 30 18:38:06.675 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26332024-08-30T18:38:08.742Z[ helios-setup] Aug 30 18:38:07.117 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26342024-08-30T18:38:09.449Z[ helios-setup] Aug 30 18:38:07.824 INFO E| From https://github.com/jclulow/hiercmd
26352024-08-30T18:38:09.452Z[ helios-setup] Aug 30 18:38:07.825 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26362024-08-30T18:38:09.497Z[ helios-setup] Aug 30 18:38:07.872 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26372024-08-30T18:38:09.952Z[ helios-setup] Aug 30 18:38:08.328 INFO E| From https://github.com/jclulow/network-interface
26382024-08-30T18:38:09.952Z[ helios-setup] Aug 30 18:38:08.328 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26392024-08-30T18:38:09.974Z[ helios-setup] Aug 30 18:38:08.349 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26402024-08-30T18:38:10.322Z[ host-package] Compiling tokio-tungstenite v0.20.1
26412024-08-30T18:38:10.533Z[ helios-setup] Aug 30 18:38:08.909 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26422024-08-30T18:38:10.533Z[ helios-setup] Aug 30 18:38:08.909 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26432024-08-30T18:38:10.606Z[ helios-setup] Aug 30 18:38:08.981 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26442024-08-30T18:38:11.246Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26452024-08-30T18:38:11.389Z[ helios-setup] Aug 30 18:38:09.765 INFO E| From https://github.com/oxidecomputer/facade
26462024-08-30T18:38:11.390Z[ helios-setup] Aug 30 18:38:09.765 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26472024-08-30T18:38:11.471Z[ helios-setup] Aug 30 18:38:09.846 INFO E| Updating crates.io index
26482024-08-30T18:38:11.604Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26492024-08-30T18:38:12.112Z[ helios-setup] Aug 30 18:38:10.487 INFO E| Downloading crates ...
26502024-08-30T18:38:12.296Z[ helios-setup] Aug 30 18:38:10.671 INFO E| Downloaded const-random v0.1.15
26512024-08-30T18:38:12.330Z[ helios-setup] Aug 30 18:38:10.706 INFO E| Downloaded concolor-override v1.0.0
26522024-08-30T18:38:12.333Z[ helios-setup] Aug 30 18:38:10.707 INFO E| Downloaded futures-sink v0.3.28
26532024-08-30T18:38:12.336Z[ helios-setup] Aug 30 18:38:10.709 INFO E| Downloaded anstream v0.2.6
26542024-08-30T18:38:12.338Z[ helios-setup] Aug 30 18:38:10.714 INFO E| Downloaded num_enum_derive v0.5.7
26552024-08-30T18:38:12.341Z[ helios-setup] Aug 30 18:38:10.716 INFO E| Downloaded num_cpus v1.15.0
26562024-08-30T18:38:12.346Z[ helios-setup] Aug 30 18:38:10.721 INFO E| Downloaded itoa v1.0.6
26572024-08-30T18:38:12.349Z[ helios-setup] Aug 30 18:38:10.724 INFO E| Downloaded either v1.8.0
26582024-08-30T18:38:12.351Z[ helios-setup] Aug 30 18:38:10.727 INFO E| Downloaded scopeguard v1.1.0
26592024-08-30T18:38:12.354Z[ helios-setup] Aug 30 18:38:10.729 INFO E| Downloaded ahash v0.7.6
26602024-08-30T18:38:12.359Z[ helios-setup] Aug 30 18:38:10.734 INFO E| Downloaded digest v0.10.6
26612024-08-30T18:38:12.363Z[ helios-setup] Aug 30 18:38:10.738 INFO E| Downloaded time v0.1.45
26622024-08-30T18:38:12.366Z[ helios-setup] Aug 30 18:38:10.741 INFO E| Downloaded project-root v0.2.2
26632024-08-30T18:38:12.369Z[ helios-setup] Aug 30 18:38:10.744 INFO E| Downloaded smawk v0.3.1
26642024-08-30T18:38:12.372Z[ helios-setup] Aug 30 18:38:10.747 INFO E| Downloaded autocfg v1.1.0
26652024-08-30T18:38:12.375Z[ helios-setup] Aug 30 18:38:10.751 INFO E| Downloaded anstyle-parse v0.1.1
26662024-08-30T18:38:12.380Z[ helios-setup] Aug 30 18:38:10.755 INFO E| Downloaded try-lock v0.2.4
26672024-08-30T18:38:12.382Z[ helios-setup] Aug 30 18:38:10.758 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26682024-08-30T18:38:12.386Z[ helios-setup] Aug 30 18:38:10.762 INFO E| Downloaded num-integer v0.1.45
26692024-08-30T18:38:12.390Z[ helios-setup] Aug 30 18:38:10.765 INFO E| Downloaded toolchain_find v0.2.0
26702024-08-30T18:38:12.392Z[ helios-setup] Aug 30 18:38:10.767 INFO E| Downloaded tokio-rustls v0.24.0
26712024-08-30T18:38:12.396Z[ helios-setup] Aug 30 18:38:10.771 INFO E| Downloaded slab v0.4.7
26722024-08-30T18:38:12.405Z[ helios-setup] Aug 30 18:38:10.780 INFO E| Downloaded rustls-pemfile v1.0.2
26732024-08-30T18:38:12.409Z[ helios-setup] Aug 30 18:38:10.784 INFO E| Downloaded serde_tokenstream v0.2.0
26742024-08-30T18:38:12.415Z[ helios-setup] Aug 30 18:38:10.791 INFO E| Downloaded want v0.3.0
26752024-08-30T18:38:12.418Z[ helios-setup] Aug 30 18:38:10.793 INFO E| Downloaded semver v0.11.0
26762024-08-30T18:38:12.420Z[ helios-setup] Aug 30 18:38:10.796 INFO E| Downloaded toml_datetime v0.6.1
26772024-08-30T18:38:12.423Z[ helios-setup] Aug 30 18:38:10.798 INFO E| Downloaded semver-parser v0.10.2
26782024-08-30T18:38:12.426Z[ helios-setup] Aug 30 18:38:10.801 INFO E| Downloaded memoffset v0.7.1
26792024-08-30T18:38:12.429Z[ helios-setup] Aug 30 18:38:10.804 INFO E| Downloaded slog-async v2.7.0
26802024-08-30T18:38:12.432Z[ helios-setup] Aug 30 18:38:10.808 INFO E| Downloaded percent-encoding v2.2.0
26812024-08-30T18:38:12.435Z[ helios-setup] Aug 30 18:38:10.809 INFO E| Downloaded slog-bunyan v2.4.0
26822024-08-30T18:38:12.437Z[ helios-setup] Aug 30 18:38:10.812 INFO E| Downloaded signal-hook-registry v1.4.0
26832024-08-30T18:38:12.440Z[ helios-setup] Aug 30 18:38:10.814 INFO E| Downloaded tokio-tungstenite v0.18.0
26842024-08-30T18:38:12.443Z[ helios-setup] Aug 30 18:38:10.818 INFO E| Downloaded lock_api v0.4.9
26852024-08-30T18:38:12.446Z[ helios-setup] Aug 30 18:38:10.821 INFO E| Downloaded parking_lot_core v0.9.6
26862024-08-30T18:38:12.450Z[ helios-setup] Aug 30 18:38:10.825 INFO E| Downloaded sha1 v0.10.5
26872024-08-30T18:38:12.453Z[ helios-setup] Aug 30 18:38:10.828 INFO E| Downloaded futures-channel v0.3.28
26882024-08-30T18:38:12.457Z[ helios-setup] Aug 30 18:38:10.832 INFO E| Downloaded smallvec v1.10.0
26892024-08-30T18:38:12.462Z[ helios-setup] Aug 30 18:38:10.836 INFO E| Downloaded serde_path_to_error v0.1.11
26902024-08-30T18:38:12.464Z[ helios-setup] Aug 30 18:38:10.839 INFO E| Downloaded tempfile v3.5.0
26912024-08-30T18:38:12.498Z[ helios-setup] Aug 30 18:38:10.873 INFO E| Downloaded smartstring v1.0.1
26922024-08-30T18:38:12.502Z[ helios-setup] Aug 30 18:38:10.877 INFO E| Downloaded serde_derive_internals v0.26.0
26932024-08-30T18:38:12.504Z[ helios-setup] Aug 30 18:38:10.880 INFO E| Downloaded semver v1.0.17
26942024-08-30T18:38:12.509Z[ helios-setup] Aug 30 18:38:10.884 INFO E| Downloaded unicode-ident v1.0.8
26952024-08-30T18:38:12.514Z[ helios-setup] Aug 30 18:38:10.889 INFO E| Downloaded schemars v0.8.12
26962024-08-30T18:38:12.536Z[ helios-setup] Aug 30 18:38:10.911 INFO E| Downloaded uuid v1.3.0
26972024-08-30T18:38:12.542Z[ helios-setup] Aug 30 18:38:10.918 INFO E| Downloaded url v2.3.1
26982024-08-30T18:38:12.548Z[ helios-setup] Aug 30 18:38:10.923 INFO E| Downloaded unsafe-libyaml v0.2.8
26992024-08-30T18:38:12.554Z[ helios-setup] Aug 30 18:38:10.930 INFO E| Downloaded num-traits v0.2.15
27002024-08-30T18:38:12.558Z[ helios-setup] Aug 30 18:38:10.934 INFO E| Downloaded unicode-linebreak v0.1.4
27012024-08-30T18:38:12.561Z[ helios-setup] Aug 30 18:38:10.937 INFO E| Downloaded tracing v0.1.37
27022024-08-30T18:38:12.568Z[ helios-setup] Aug 30 18:38:10.944 INFO E| Downloaded crossbeam-channel v0.5.6
27032024-08-30T18:38:12.575Z[ helios-setup] Aug 30 18:38:10.950 INFO E| Downloaded unicode-normalization v0.1.22
27042024-08-30T18:38:12.581Z[ helios-setup] Aug 30 18:38:10.956 INFO E| Downloaded rayon-core v1.10.2
27052024-08-30T18:38:12.587Z[ helios-setup] Aug 30 18:38:10.962 INFO E| Downloaded winnow v0.4.1
27062024-08-30T18:38:12.601Z[ helios-setup] Aug 30 18:38:10.976 INFO E| Downloaded syn v2.0.72
27072024-08-30T18:38:12.620Z[ helios-setup] Aug 30 18:38:10.995 INFO E| Downloaded syn v1.0.107
27082024-08-30T18:38:12.660Z[ helios-setup] Aug 30 18:38:11.035 INFO E| Downloaded mio v0.8.5
27092024-08-30T18:38:12.669Z[ helios-setup] Aug 30 18:38:11.045 INFO E| Downloaded pest v2.5.7
27102024-08-30T18:38:12.677Z[ helios-setup] Aug 30 18:38:11.053 INFO E| Downloaded tokio v1.27.0
27112024-08-30T18:38:12.736Z[ helios-setup] Aug 30 18:38:11.111 INFO E| Downloaded http v0.2.9
27122024-08-30T18:38:12.750Z[ helios-setup] Aug 30 18:38:11.126 INFO E| Downloaded aho-corasick v0.7.20
27132024-08-30T18:38:12.757Z[ helios-setup] Aug 30 18:38:11.132 INFO E| Downloaded futures-util v0.3.28
27142024-08-30T18:38:12.789Z[ helios-setup] Aug 30 18:38:11.164 INFO E| Downloaded clap_builder v4.2.1
27152024-08-30T18:38:12.817Z[ helios-setup] Aug 30 18:38:11.192 INFO E| Downloaded reqwest v0.11.16
27162024-08-30T18:38:12.827Z[ helios-setup] Aug 30 18:38:11.202 INFO E| Downloaded serde_json v1.0.95
27172024-08-30T18:38:12.836Z[ helios-setup] Aug 30 18:38:11.212 INFO E| Downloaded git2 v0.16.1
27182024-08-30T18:38:12.847Z[ helios-setup] Aug 30 18:38:11.222 INFO E| Downloaded hyper v0.14.25
27192024-08-30T18:38:12.857Z[ helios-setup] Aug 30 18:38:11.232 INFO E| Downloaded rayon v1.6.1
27202024-08-30T18:38:12.868Z[ helios-setup] Aug 30 18:38:11.243 INFO E| Downloaded regex v1.7.3
27212024-08-30T18:38:12.878Z[ helios-setup] Aug 30 18:38:11.253 INFO E| Downloaded regress v0.5.0
27222024-08-30T18:38:12.887Z[ helios-setup] Aug 30 18:38:11.262 INFO E| Downloaded h2 v0.3.16
27232024-08-30T18:38:12.895Z[ helios-setup] Aug 30 18:38:11.270 INFO E| Downloaded chrono v0.4.24
27242024-08-30T18:38:12.906Z[ helios-setup] Aug 30 18:38:11.280 INFO E| Downloaded rustls v0.21.0
27252024-08-30T18:38:12.921Z[ helios-setup] Aug 30 18:38:11.296 INFO E| Downloaded rustix v0.37.3
27262024-08-30T18:38:12.950Z[ helios-setup] Aug 30 18:38:11.325 INFO E| Downloaded rhai v1.14.0
27272024-08-30T18:38:12.970Z[ helios-setup] Aug 30 18:38:11.345 INFO E| Downloaded openapiv3 v1.0.2
27282024-08-30T18:38:13.018Z[ helios-setup] Aug 30 18:38:11.393 INFO E| Downloaded rustls-webpki v0.100.1
27292024-08-30T18:38:13.030Z[ helios-setup] Aug 30 18:38:11.405 INFO E| Downloaded base64 v0.21.0
27302024-08-30T18:38:13.036Z[ helios-setup] Aug 30 18:38:11.411 INFO E| Downloaded ryu v1.0.13
27312024-08-30T18:38:13.041Z[ helios-setup] Aug 30 18:38:11.417 INFO E| Downloaded parking_lot v0.12.1
27322024-08-30T18:38:13.046Z[ helios-setup] Aug 30 18:38:11.421 INFO E| Downloaded toml_edit v0.19.8
27332024-08-30T18:38:13.078Z[ helios-setup] Aug 30 18:38:11.453 INFO E| Downloaded tokio-util v0.7.7
27342024-08-30T18:38:13.090Z[ helios-setup] Aug 30 18:38:11.465 INFO E| Downloaded libc v0.2.139
27352024-08-30T18:38:13.134Z[ helios-setup] Aug 30 18:38:11.509 INFO E| Downloaded cc v1.0.78
27362024-08-30T18:38:13.137Z[ helios-setup] Aug 30 18:38:11.512 INFO E| Downloaded unicode-bidi v0.3.13
27372024-08-30T18:38:13.140Z[ helios-setup] Aug 30 18:38:11.515 INFO E| Downloaded ucd-trie v0.1.5
27382024-08-30T18:38:13.143Z[ helios-setup] Aug 30 18:38:11.518 INFO E| Downloaded tungstenite v0.18.0
27392024-08-30T18:38:13.147Z[ helios-setup] Aug 30 18:38:11.522 INFO E| Downloaded tracing-core v0.1.30
27402024-08-30T18:38:13.151Z[ helios-setup] Aug 30 18:38:11.527 INFO E| Downloaded socket2 v0.4.9
27412024-08-30T18:38:13.154Z[ helios-setup] Aug 30 18:38:11.529 INFO E| Downloaded serde_yaml v0.9.21
27422024-08-30T18:38:13.159Z[ helios-setup] Aug 30 18:38:11.534 INFO E| Downloaded rhai_codegen v1.5.0
27432024-08-30T18:38:13.188Z[ helios-setup] Aug 30 18:38:11.563 INFO E| Downloaded pin-project-lite v0.2.9
27442024-08-30T18:38:13.195Z[ helios-setup] Aug 30 18:38:11.570 INFO E| Downloaded memchr v2.5.0
27452024-08-30T18:38:13.204Z[ helios-setup] Aug 30 18:38:11.577 INFO E| Downloaded bytes v1.4.0
27462024-08-30T18:38:13.210Z[ helios-setup] Aug 30 18:38:11.583 INFO E| Downloaded toml v0.7.3
27472024-08-30T18:38:13.213Z[ helios-setup] Aug 30 18:38:11.588 INFO E| Downloaded io-lifetimes v1.0.10
27482024-08-30T18:38:13.216Z[ helios-setup] Aug 30 18:38:11.591 INFO E| Downloaded crossbeam-utils v0.8.14
27492024-08-30T18:38:13.220Z[ helios-setup] Aug 30 18:38:11.595 INFO E| Downloaded textwrap v0.16.0
27502024-08-30T18:38:13.224Z[ helios-setup] Aug 30 18:38:11.599 INFO E| Downloaded once_cell v1.17.0
27512024-08-30T18:38:13.227Z[ helios-setup] Aug 30 18:38:11.603 INFO E| Downloaded log v0.4.17
27522024-08-30T18:38:13.231Z[ helios-setup] Aug 30 18:38:11.606 INFO E| Downloaded getrandom v0.2.8
27532024-08-30T18:38:13.235Z[ helios-setup] Aug 30 18:38:11.611 INFO E| Downloaded crossbeam-epoch v0.9.13
27542024-08-30T18:38:13.240Z[ helios-setup] Aug 30 18:38:11.615 INFO E| Downloaded anyhow v1.0.68
27552024-08-30T18:38:13.246Z[ helios-setup] Aug 30 18:38:11.621 INFO E| Downloaded sct v0.7.0
27562024-08-30T18:38:13.252Z[ helios-setup] Aug 30 18:38:11.627 INFO E| Downloaded bincode v1.3.3
27572024-08-30T18:38:13.255Z[ helios-setup] Aug 30 18:38:11.630 INFO E| Downloaded futures v0.3.28
27582024-08-30T18:38:13.265Z[ helios-setup] Aug 30 18:38:11.640 INFO E| Downloaded clap v4.2.1
27592024-08-30T18:38:13.282Z[ helios-setup] Aug 30 18:38:11.657 INFO E| Downloaded ahash v0.8.3
27602024-08-30T18:38:13.286Z[ helios-setup] Aug 30 18:38:11.661 INFO E| Downloaded encoding_rs v0.8.32
27612024-08-30T18:38:13.321Z[ helios-setup] Aug 30 18:38:11.696 INFO E| Downloaded schemars_derive v0.8.12
27622024-08-30T18:38:13.324Z[ helios-setup] Aug 30 18:38:11.698 INFO E| Downloaded rustfmt-wrapper v0.2.0
27632024-08-30T18:38:13.326Z[ helios-setup] Aug 30 18:38:11.700 INFO E| Downloaded async-trait v0.1.68
27642024-08-30T18:38:13.330Z[ helios-setup] Aug 30 18:38:11.706 INFO E| Downloaded ipnet v2.7.2
27652024-08-30T18:38:13.333Z[ helios-setup] Aug 30 18:38:11.708 INFO E| Downloaded fastrand v1.9.0
27662024-08-30T18:38:13.336Z[ helios-setup] Aug 30 18:38:11.710 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27672024-08-30T18:38:13.430Z[ helios-setup] Aug 30 18:38:11.806 INFO E| Downloaded proc-macro-crate v1.2.1
27682024-08-30T18:38:13.433Z[ helios-setup] Aug 30 18:38:11.807 INFO E| Downloaded paste v1.0.12
27692024-08-30T18:38:13.436Z[ helios-setup] Aug 30 18:38:11.812 INFO E| Downloaded futures-executor v0.3.28
27702024-08-30T18:38:13.439Z[ helios-setup] Aug 30 18:38:11.814 INFO E| Downloaded num_enum v0.5.7
27712024-08-30T18:38:13.447Z[ helios-setup] Aug 30 18:38:11.822 INFO E| Downloaded http-body v0.4.5
27722024-08-30T18:38:13.450Z[ helios-setup] Aug 30 18:38:11.825 INFO E| Downloaded camino v1.1.4
27732024-08-30T18:38:13.453Z[ helios-setup] Aug 30 18:38:11.828 INFO E| Downloaded jobserver v0.1.26
27742024-08-30T18:38:13.457Z[ helios-setup] Aug 30 18:38:11.831 INFO E| Downloaded form_urlencoded v1.1.0
27752024-08-30T18:38:13.465Z[ helios-setup] Aug 30 18:38:11.833 INFO E| Downloaded strsim v0.10.0
27762024-08-30T18:38:13.465Z[ helios-setup] Aug 30 18:38:11.835 INFO E| Downloaded built v0.6.0
27772024-08-30T18:38:13.465Z[ helios-setup] Aug 30 18:38:11.837 INFO E| Downloaded tokio-macros v2.0.0
27782024-08-30T18:38:13.465Z[ helios-setup] Aug 30 18:38:11.839 INFO E| Downloaded thiserror-impl v1.0.38
27792024-08-30T18:38:13.468Z[ helios-setup] Aug 30 18:38:11.842 INFO E| Downloaded thiserror v1.0.38
27802024-08-30T18:38:13.472Z[ helios-setup] Aug 30 18:38:11.848 INFO E| Downloaded libz-sys v1.1.8
27812024-08-30T18:38:13.568Z[ helios-setup] Aug 30 18:38:11.943 INFO E| Downloaded terminal_size v0.2.6
27822024-08-30T18:38:13.571Z[ helios-setup] Aug 30 18:38:11.945 INFO E| Downloaded sha2 v0.10.6
27832024-08-30T18:38:13.574Z[ helios-setup] Aug 30 18:38:11.949 INFO E| Downloaded cargo-lock v8.0.3
27842024-08-30T18:38:13.578Z[ helios-setup] Aug 30 18:38:11.954 INFO E| Downloaded serde_spanned v0.6.1
27852024-08-30T18:38:13.581Z[ helios-setup] Aug 30 18:38:11.955 INFO E| Downloaded httpdate v1.0.2
27862024-08-30T18:38:13.583Z[ helios-setup] Aug 30 18:38:11.957 INFO E| Downloaded dyn-clone v1.0.11
27872024-08-30T18:38:13.586Z[ helios-setup] Aug 30 18:38:11.960 INFO E| Downloaded crossbeam-deque v0.8.2
27882024-08-30T18:38:13.588Z[ helios-setup] Aug 30 18:38:11.963 INFO E| Downloaded const-random-macro v0.1.15
27892024-08-30T18:38:13.591Z[ helios-setup] Aug 30 18:38:11.964 INFO E| Downloaded concolor-query v0.3.3
27902024-08-30T18:38:13.591Z[ helios-setup] Aug 30 18:38:11.966 INFO E| Downloaded clap_lex v0.4.1
27912024-08-30T18:38:13.593Z[ helios-setup] Aug 30 18:38:11.967 INFO E| Downloaded clap_derive v4.2.0
27922024-08-30T18:38:13.596Z[ helios-setup] Aug 30 18:38:11.971 INFO E| Downloaded byteorder v1.4.3
27932024-08-30T18:38:13.598Z[ helios-setup] Aug 30 18:38:11.974 INFO E| Downloaded anstyle v0.3.5
27942024-08-30T18:38:13.601Z[ helios-setup] Aug 30 18:38:11.976 INFO E| Downloaded futures-io v0.3.28
27952024-08-30T18:38:13.603Z[ helios-setup] Aug 30 18:38:11.978 INFO E| Downloaded is-terminal v0.4.7
27962024-08-30T18:38:13.606Z[ helios-setup] Aug 30 18:38:11.979 INFO E| Downloaded futures-task v0.3.28
27972024-08-30T18:38:13.608Z[ helios-setup] Aug 30 18:38:11.982 INFO E| Downloaded futures-macro v0.3.28
27982024-08-30T18:38:13.608Z[ helios-setup] Aug 30 18:38:11.983 INFO E| Downloaded iana-time-zone v0.1.56
27992024-08-30T18:38:13.612Z[ helios-setup] Aug 30 18:38:11.987 INFO E| Downloaded home v0.5.4
28002024-08-30T18:38:13.614Z[ helios-setup] Aug 30 18:38:11.988 INFO E| Downloaded pkg-config v0.3.26
28012024-08-30T18:38:13.617Z[ helios-setup] Aug 30 18:38:11.991 INFO E| Downloaded lazy_static v1.4.0
28022024-08-30T18:38:13.619Z[ helios-setup] Aug 30 18:38:11.993 INFO E| Downloaded futures-core v0.3.28
28032024-08-30T18:38:14.039Z[ helios-setup] Aug 30 18:38:12.413 INFO E| Compiling proc-macro2 v1.0.86
28042024-08-30T18:38:14.079Z[ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling libc v0.2.139
28052024-08-30T18:38:14.082Z[ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling unicode-ident v1.0.8
28062024-08-30T18:38:14.082Z[ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling autocfg v1.1.0
28072024-08-30T18:38:14.082Z[ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling cfg-if v1.0.0
28082024-08-30T18:38:14.082Z[ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling version_check v0.9.4
28092024-08-30T18:38:14.082Z[ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling serde v1.0.204
28102024-08-30T18:38:14.082Z[ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling syn v1.0.107
28112024-08-30T18:38:14.830Z[ helios-setup] Aug 30 18:38:13.205 INFO E| Compiling memchr v2.5.0
28122024-08-30T18:38:15.412Z[ helios-setup] Aug 30 18:38:13.787 INFO E| Compiling once_cell v1.17.0
28132024-08-30T18:38:15.834Z[ helios-setup] Aug 30 18:38:14.209 INFO E| Compiling thiserror v1.0.38
28142024-08-30T18:38:16.113Z[ helios-setup] Aug 30 18:38:14.486 INFO E| Compiling log v0.4.17
28152024-08-30T18:38:16.803Z[ helios-setup] Aug 30 18:38:15.177 INFO E| Compiling serde_json v1.0.95
28162024-08-30T18:38:17.418Z[ helios-setup] Aug 30 18:38:15.793 INFO E| Compiling quote v1.0.36
28172024-08-30T18:38:17.539Z[ helios-setup] Aug 30 18:38:15.914 INFO E| Compiling itoa v1.0.6
28182024-08-30T18:38:18.301Z[ helios-setup] Aug 30 18:38:16.675 INFO E| Compiling indexmap v1.9.3
28192024-08-30T18:38:18.528Z[ helios-setup] Aug 30 18:38:16.903 INFO E| Compiling syn v2.0.72
28202024-08-30T18:38:18.892Z[ helios-setup] Aug 30 18:38:17.266 INFO E| Compiling getrandom v0.2.8
28212024-08-30T18:38:19.140Z[ helios-setup] Aug 30 18:38:17.515 INFO E| Compiling jobserver v0.1.26
28222024-08-30T18:38:19.672Z[ helios-setup] Aug 30 18:38:18.046 INFO E| Compiling pin-project-lite v0.2.9
28232024-08-30T18:38:19.778Z[ helios-setup] Aug 30 18:38:18.152 INFO E| Compiling cc v1.0.78
28242024-08-30T18:38:19.835Z[ helios-setup] Aug 30 18:38:18.205 INFO E| Compiling scopeguard v1.1.0
28252024-08-30T18:38:20.285Z[ helios-setup] Aug 30 18:38:18.659 INFO E| Compiling num-integer v0.1.45
28262024-08-30T18:38:20.412Z[ helios-setup] Aug 30 18:38:18.786 INFO E| Compiling bytes v1.4.0
28272024-08-30T18:38:20.467Z[ helios-setup] Aug 30 18:38:18.841 INFO E| Compiling futures-core v0.3.28
28282024-08-30T18:38:21.204Z[ helios-setup] Aug 30 18:38:19.578 INFO E| Compiling ryu v1.0.13
28292024-08-30T18:38:22.387Z[ helios-setup] Aug 30 18:38:20.760 INFO E| Compiling lock_api v0.4.9
28302024-08-30T18:38:22.509Z[ helios-setup] Aug 30 18:38:20.883 INFO E| Compiling bitflags v1.3.2
28312024-08-30T18:38:22.765Z[ helios-setup] Aug 30 18:38:21.138 INFO E| Compiling parking_lot_core v0.9.6
28322024-08-30T18:38:22.950Z[ helios-setup] Aug 30 18:38:21.323 INFO E| Compiling typenum v1.16.0
28332024-08-30T18:38:23.022Z[ helios-setup] Aug 30 18:38:21.396 INFO E| Compiling num_cpus v1.15.0
28342024-08-30T18:38:23.549Z[ helios-setup] Aug 30 18:38:21.923 INFO E| Compiling generic-array v0.14.6
28352024-08-30T18:38:23.707Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28362024-08-30T18:38:23.781Z[ helios-setup] Aug 30 18:38:22.155 INFO E| Compiling slab v0.4.7
28372024-08-30T18:38:23.910Z[ helios-setup] Aug 30 18:38:22.283 INFO E| Compiling futures-channel v0.3.28
28382024-08-30T18:38:24.060Z[ helios-setup] Aug 30 18:38:22.434 INFO E| Compiling futures-task v0.3.28
28392024-08-30T18:38:24.338Z[ helios-setup] Aug 30 18:38:22.711 INFO E| Compiling futures-sink v0.3.28
28402024-08-30T18:38:25.011Z[ helios-setup] Aug 30 18:38:23.384 INFO E| Compiling tokio v1.27.0
28412024-08-30T18:38:25.199Z[ helios-setup] Aug 30 18:38:23.573 INFO E| Compiling futures-util v0.3.28
28422024-08-30T18:38:25.317Z[ helios-setup] Aug 30 18:38:23.690 INFO E| Compiling schemars v0.8.12
28432024-08-30T18:38:25.987Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28442024-08-30T18:38:26.325Z[ helios-setup] Aug 30 18:38:24.698 INFO E| Compiling mio v0.8.5
28452024-08-30T18:38:26.327Z[ helios-setup] Aug 30 18:38:24.699 INFO E| Compiling socket2 v0.4.9
28462024-08-30T18:38:26.676Z[ host-package] Compiling libsqlite3-sys v0.28.0
28472024-08-30T18:38:26.684Z[ helios-setup] Aug 30 18:38:25.057 INFO E| Compiling signal-hook-registry v1.4.0
28482024-08-30T18:38:26.780Z[ helios-setup] Aug 30 18:38:25.153 INFO E| Compiling ahash v0.7.6
28492024-08-30T18:38:27.039Z[ helios-setup] Aug 30 18:38:25.412 INFO E| Compiling num-traits v0.2.15
28502024-08-30T18:38:27.825Z[ host-package] Compiling erased-serde v0.3.31
28512024-08-30T18:38:27.941Z[ helios-setup] Aug 30 18:38:26.314 INFO E| Compiling crunchy v0.2.2
28522024-08-30T18:38:28.677Z[ helios-setup] Aug 30 18:38:27.049 INFO E| Compiling io-lifetimes v1.0.10
28532024-08-30T18:38:29.183Z[ host-package] Compiling serde_arrays v0.1.0
28542024-08-30T18:38:29.449Z[ helios-setup] Aug 30 18:38:27.822 INFO E| Compiling pin-utils v0.1.0
28552024-08-30T18:38:29.630Z[ helios-setup] Aug 30 18:38:28.003 INFO E| Compiling futures-io v0.3.28
28562024-08-30T18:38:30.183Z[ helios-setup] Aug 30 18:38:28.556 INFO E| Compiling serde_derive_internals v0.26.0
28572024-08-30T18:38:30.485Z[ helios-setup] Aug 30 18:38:28.858 INFO E| Compiling ahash v0.8.3
28582024-08-30T18:38:30.876Z[ helios-setup] Aug 30 18:38:29.134 INFO E| Compiling tiny-keccak v2.0.2
28592024-08-30T18:38:31.214Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28602024-08-30T18:38:31.416Z[ helios-setup] Aug 30 18:38:29.788 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28612024-08-30T18:38:31.603Z[ helios-setup] Aug 30 18:38:29.976 INFO E| Compiling rustix v0.37.3
28622024-08-30T18:38:31.661Z[ helios-setup] Aug 30 18:38:30.034 INFO E| Compiling hashbrown v0.12.3
28632024-08-30T18:38:32.608Z[ helios-setup] Aug 30 18:38:30.980 INFO E| Compiling crypto-common v0.1.6
28642024-08-30T18:38:32.966Z[ helios-setup] Aug 30 18:38:31.338 INFO E| Compiling block-buffer v0.10.3
28652024-08-30T18:38:33.039Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28662024-08-30T18:38:33.521Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28672024-08-30T18:38:33.786Z[ helios-setup] Aug 30 18:38:32.158 INFO E| Compiling errno v0.3.1
28682024-08-30T18:38:34.292Z[ helios-setup] Aug 30 18:38:32.664 INFO E| Compiling crossbeam-utils v0.8.14
28692024-08-30T18:38:34.457Z[ helios-setup] Aug 30 18:38:32.829 INFO E| Compiling fnv v1.0.7
28702024-08-30T18:38:34.579Z[ helios-setup] Aug 30 18:38:32.951 INFO E| Compiling pkg-config v0.3.26
28712024-08-30T18:38:34.780Z[ helios-setup] Aug 30 18:38:33.152 INFO E| Compiling slog v2.7.0
28722024-08-30T18:38:34.857Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28732024-08-30T18:38:34.892Z[ helios-setup] Aug 30 18:38:33.264 INFO E| Compiling http v0.2.9
28742024-08-30T18:38:35.901Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28752024-08-30T18:38:36.954Z[ helios-setup] Aug 30 18:38:35.326 INFO E| Compiling digest v0.10.6
28762024-08-30T18:38:37.922Z[ helios-setup] Aug 30 18:38:36.294 INFO E| Compiling aho-corasick v0.7.20
28772024-08-30T18:38:38.056Z[ helios-setup] Aug 30 18:38:36.428 INFO E| Compiling percent-encoding v2.2.0
28782024-08-30T18:38:38.535Z[ helios-setup] Aug 30 18:38:36.906 INFO E| Compiling anyhow v1.0.68
28792024-08-30T18:38:38.973Z[ helios-setup] Aug 30 18:38:37.344 INFO E| Compiling httparse v1.8.0
28802024-08-30T18:38:39.378Z[ host-package] Compiling heck v0.3.3
28812024-08-30T18:38:39.889Z[ helios-setup] Aug 30 18:38:38.260 INFO E| Compiling tinyvec_macros v0.1.1
28822024-08-30T18:38:40.131Z[ helios-setup] Aug 30 18:38:38.502 INFO E| Compiling serde_derive v1.0.204
28832024-08-30T18:38:40.134Z[ helios-setup] Aug 30 18:38:38.503 INFO E| Compiling tokio-macros v2.0.0
28842024-08-30T18:38:40.275Z[ helios-setup] Aug 30 18:38:38.646 INFO E| Compiling futures-macro v0.3.28
28852024-08-30T18:38:40.363Z[ helios-setup] Aug 30 18:38:38.734 INFO E| Compiling heck v0.4.1
28862024-08-30T18:38:40.518Z[ host-package] Compiling castaway v0.2.3
28872024-08-30T18:38:40.790Z[ helios-setup] Aug 30 18:38:39.162 INFO E| Compiling regex-syntax v0.6.29
28882024-08-30T18:38:40.871Z[ helios-setup] Aug 30 18:38:39.242 INFO E| Compiling thiserror-impl v1.0.38
28892024-08-30T18:38:41.009Z[ host-package] Compiling rand_seeder v0.3.0
28902024-08-30T18:38:41.138Z[ helios-setup] Aug 30 18:38:39.510 INFO E| Compiling schemars_derive v0.8.12
28912024-08-30T18:38:42.061Z[ host-package] Compiling csv-core v0.1.11
28922024-08-30T18:38:42.362Z[ helios-setup] Aug 30 18:38:40.733 INFO E| Compiling cpufeatures v0.2.5
28932024-08-30T18:38:42.750Z[ helios-setup] Aug 30 18:38:41.121 INFO E| Compiling unicode-width v0.1.10
28942024-08-30T18:38:43.126Z[ helios-setup] Aug 30 18:38:41.497 INFO E| Compiling const-random-macro v0.1.15
28952024-08-30T18:38:43.415Z[ helios-setup] Aug 30 18:38:41.776 INFO E| Compiling tinyvec v1.6.0
28962024-08-30T18:38:44.324Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28972024-08-30T18:38:45.846Z[ helios-setup] Aug 30 18:38:44.217 INFO E| Compiling form_urlencoded v1.1.0
28982024-08-30T18:38:46.562Z[ host-package] Compiling http-range v0.1.5
28992024-08-30T18:38:47.078Z[ helios-setup] Aug 30 18:38:45.437 INFO E| Compiling hashbrown v0.13.2
29002024-08-30T18:38:47.222Z[ helios-setup] Aug 30 18:38:45.593 INFO E| Compiling chrono v0.4.24
29012024-08-30T18:38:47.446Z[ helios-setup] Aug 30 18:38:45.816 INFO E| Compiling regex v1.7.3
29022024-08-30T18:38:47.769Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
29032024-08-30T18:38:47.993Z[ helios-setup] Aug 30 18:38:46.363 INFO E| Compiling libz-sys v1.1.8
29042024-08-30T18:38:49.077Z[ host-package] Compiling hyper-staticfile v0.9.5
29052024-08-30T18:38:49.165Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29062024-08-30T18:38:51.774Z[ helios-setup] Aug 30 18:38:50.143 INFO E| Compiling dyn-clone v1.0.11
29072024-08-30T18:38:51.905Z[ helios-setup] Aug 30 18:38:50.275 INFO E| Compiling uuid v1.3.0
29082024-08-30T18:38:52.507Z[ helios-setup] Aug 30 18:38:50.877 INFO E| Compiling regress v0.5.0
29092024-08-30T18:38:52.586Z[ helios-setup] Aug 30 18:38:50.956 INFO E| Compiling unicode-normalization v0.1.22
29102024-08-30T18:38:53.128Z[ helios-setup] Aug 30 18:38:51.498 INFO E| Compiling const-random v0.1.15
29112024-08-30T18:38:54.633Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29122024-08-30T18:38:55.436Z[ helios-setup] Aug 30 18:38:53.805 INFO E| Compiling getopts v0.2.21
29132024-08-30T18:38:56.116Z[ host-package] Compiling csv v1.3.0
29142024-08-30T18:38:56.159Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29152024-08-30T18:38:56.179Z[ helios-setup] Aug 30 18:38:54.548 INFO E| Compiling tracing-core v0.1.30
29162024-08-30T18:38:56.737Z[ host-package] Compiling compact_str v0.8.0
29172024-08-30T18:38:56.758Z[ helios-setup] Aug 30 18:38:55.127 INFO E| Compiling memoffset v0.7.1
29182024-08-30T18:38:57.584Z[ helios-setup] Aug 30 18:38:55.953 INFO E| Compiling unicode-bidi v0.3.13
29192024-08-30T18:38:57.854Z[ helios-setup] Aug 30 18:38:56.223 INFO E| Compiling time-core v0.1.2
29202024-08-30T18:38:59.971Z[ helios-setup] Aug 30 18:38:58.340 INFO E| Compiling powerfmt v0.2.0
29212024-08-30T18:39:00.170Z[ helios-setup] Aug 30 18:38:58.538 INFO E| Compiling num-conv v0.1.0
29222024-08-30T18:39:00.309Z[ host-package] Compiling zone_cfg_derive v0.1.2
29232024-08-30T18:39:00.632Z[ helios-setup] Aug 30 18:38:59.001 INFO E| Compiling ucd-trie v0.1.5
29242024-08-30T18:39:00.823Z[ helios-setup] Aug 30 18:38:59.192 INFO E| Compiling time-macros v0.2.18
29252024-08-30T18:39:01.231Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
29262024-08-30T18:39:01.397Z[ helios-setup] Aug 30 18:38:59.766 INFO E| Compiling deranged v0.3.11
29272024-08-30T18:39:01.718Z[ helios-setup] Aug 30 18:39:00.087 INFO E| Compiling pest v2.5.7
29282024-08-30T18:39:01.975Z[ host-package] Compiling nix v0.27.1
29292024-08-30T18:39:03.226Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29302024-08-30T18:39:03.664Z[ helios-setup] Aug 30 18:39:02.032 INFO E| Compiling idna v0.3.0
29312024-08-30T18:39:06.745Z[ helios-setup] Aug 30 18:39:05.104 INFO E| Compiling tracing v0.1.37
29322024-08-30T18:39:06.927Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29332024-08-30T18:39:06.986Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29342024-08-30T18:39:07.303Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29352024-08-30T18:39:07.383Z[ helios-setup] Aug 30 18:39:05.751 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29362024-08-30T18:39:07.855Z[ helios-setup] Aug 30 18:39:06.223 INFO E| Compiling smallvec v1.10.0
29372024-08-30T18:39:08.606Z[ helios-setup] Aug 30 18:39:06.973 INFO E| Compiling toml v0.5.11
29382024-08-30T18:39:09.321Z[ helios-setup] Aug 30 18:39:07.689 INFO E| Compiling serde_tokenstream v0.2.0
29392024-08-30T18:39:10.567Z[ helios-setup] Aug 30 18:39:08.934 INFO E| Compiling parking_lot v0.12.1
29402024-08-30T18:39:10.667Z[ helios-setup] Aug 30 18:39:09.034 INFO E| Compiling time v0.1.45
29412024-08-30T18:39:10.917Z[ helios-setup] Aug 30 18:39:09.284 INFO E| Compiling crossbeam-epoch v0.9.13
29422024-08-30T18:39:12.740Z[ helios-setup] Aug 30 18:39:11.107 INFO E| Compiling iana-time-zone v0.1.56
29432024-08-30T18:39:14.366Z[ helios-setup] Aug 30 18:39:12.733 INFO E| Compiling semver v1.0.17
29442024-08-30T18:39:14.437Z[ helios-setup] Aug 30 18:39:12.803 INFO E| Compiling num_threads v0.1.6
29452024-08-30T18:39:14.791Z[ helios-setup] Aug 30 18:39:13.158 INFO E| Compiling time v0.3.36
29462024-08-30T18:39:17.143Z[ helios-setup] Aug 30 18:39:15.510 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29472024-08-30T18:39:18.435Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29482024-08-30T18:39:19.213Z[ helios-setup] Aug 30 18:39:17.579 INFO E| Compiling semver-parser v0.10.2
29492024-08-30T18:39:19.287Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29502024-08-30T18:39:19.791Z[ helios-setup] Aug 30 18:39:18.157 INFO E| Compiling url v2.3.1
29512024-08-30T18:39:20.203Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29522024-08-30T18:39:20.387Z[ host-package] Compiling unicode-truncate v1.0.0
29532024-08-30T18:39:20.885Z[ host-package] Compiling hashlink v0.9.1
29542024-08-30T18:39:21.281Z[ host-package] Compiling lru v0.12.3
29552024-08-30T18:39:21.976Z[ host-package] Compiling serde-big-array v0.5.1
29562024-08-30T18:39:22.579Z[ host-package] Compiling instability v0.3.2
29572024-08-30T18:39:22.760Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29582024-08-30T18:39:23.421Z[ helios-setup] Aug 30 18:39:21.786 INFO E| Compiling crossbeam-channel v0.5.6
29592024-08-30T18:39:23.767Z[ host-package] Compiling base64 v0.13.1
29602024-08-30T18:39:24.413Z[ helios-setup] Aug 30 18:39:22.778 INFO E| Compiling dirs-sys-next v0.1.2
29612024-08-30T18:39:24.865Z[ host-package] Compiling cassowary v0.3.0
29622024-08-30T18:39:25.773Z[ host-package] Compiling fallible-iterator v0.3.0
29632024-08-30T18:39:26.564Z[ helios-setup] Aug 30 18:39:24.929 INFO E| Compiling try-lock v0.2.4
29642024-08-30T18:39:27.169Z[ helios-setup] Aug 30 18:39:25.534 INFO E| Compiling crc32fast v1.3.2
29652024-08-30T18:39:27.714Z[ host-package] Compiling rusqlite v0.31.0
29662024-08-30T18:39:27.803Z[ helios-setup] Aug 30 18:39:26.168 INFO E| Compiling same-file v1.0.6
29672024-08-30T18:39:28.360Z[ helios-setup] Aug 30 18:39:26.725 INFO E| Compiling walkdir v2.3.3
29682024-08-30T18:39:29.045Z[ helios-setup] Aug 30 18:39:27.409 INFO E| Compiling tokio-util v0.7.7
29692024-08-30T18:39:29.853Z[ helios-setup] Aug 30 18:39:28.218 INFO E| Compiling want v0.3.0
29702024-08-30T18:39:30.772Z[ helios-setup] Aug 30 18:39:29.137 INFO E| Compiling dirs-next v2.0.0
29712024-08-30T18:39:31.642Z[ helios-setup] Aug 30 18:39:30.006 INFO E| Compiling h2 v0.3.16
29722024-08-30T18:39:32.360Z[ host-package] Compiling ratatui v0.28.0
29732024-08-30T18:39:33.560Z[ helios-setup] Aug 30 18:39:31.924 INFO E| Compiling semver v0.11.0
29742024-08-30T18:39:34.839Z[ helios-setup] Aug 30 18:39:33.203 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29752024-08-30T18:39:37.426Z[ host-package] Compiling ron v0.7.1
29762024-08-30T18:39:37.535Z[ helios-setup] Aug 30 18:39:35.898 INFO E| Compiling proc-macro-crate v1.2.1
29772024-08-30T18:39:39.558Z[ helios-setup] Aug 30 18:39:37.921 INFO E| Compiling futures-executor v0.3.28
29782024-08-30T18:39:40.381Z[ helios-setup] Aug 30 18:39:38.744 INFO E| Compiling http-body v0.4.5
29792024-08-30T18:39:41.319Z[ helios-setup] Aug 30 18:39:39.682 INFO E| Compiling ring v0.16.20
29802024-08-30T18:39:41.907Z[ helios-setup] Aug 30 18:39:40.270 INFO E| Compiling rand_core v0.6.4
29812024-08-30T18:39:43.055Z[ helios-setup] Aug 30 18:39:41.418 INFO E| Compiling thread_local v1.1.7
29822024-08-30T18:39:43.829Z[ helios-setup] Aug 30 18:39:42.191 INFO E| Compiling fastrand v1.9.0
29832024-08-30T18:39:44.871Z[ helios-setup] Aug 30 18:39:43.233 INFO E| Compiling ppv-lite86 v0.2.17
29842024-08-30T18:39:44.993Z[ helios-setup] Aug 30 18:39:43.355 INFO E| Compiling rayon-core v1.10.2
29852024-08-30T18:39:45.910Z[ helios-setup] Aug 30 18:39:44.272 INFO E| Compiling home v0.5.4
29862024-08-30T18:39:46.523Z[ helios-setup] Aug 30 18:39:44.885 INFO E| Compiling base64 v0.21.0
29872024-08-30T18:39:46.656Z[ helios-setup] Aug 30 18:39:45.018 INFO E| Compiling lazy_static v1.4.0
29882024-08-30T18:39:46.788Z[ helios-setup] Aug 30 18:39:45.151 INFO E| Compiling httpdate v1.0.2
29892024-08-30T18:39:47.135Z[ helios-setup] Aug 30 18:39:45.497 INFO E| Compiling tower-service v0.3.2
29902024-08-30T18:39:47.464Z[ helios-setup] Aug 30 18:39:45.826 INFO E| Compiling utf8parse v0.2.1
29912024-08-30T18:39:47.544Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29922024-08-30T18:39:48.522Z[ helios-setup] Aug 30 18:39:46.884 INFO E| Compiling adler v1.0.2
29932024-08-30T18:39:48.779Z[ helios-setup] Aug 30 18:39:47.140 INFO E| Compiling anstyle-parse v0.1.1
29942024-08-30T18:39:49.272Z[ helios-setup] Aug 30 18:39:47.634 INFO E| Compiling miniz_oxide v0.6.2
29952024-08-30T18:39:49.771Z[ helios-setup] Aug 30 18:39:48.133 INFO E| Compiling hyper v0.14.25
29962024-08-30T18:39:51.602Z[ helios-setup] Aug 30 18:39:49.964 INFO E| Compiling toolchain_find v0.2.0
29972024-08-30T18:39:52.780Z[ helios-setup] Aug 30 18:39:51.142 INFO E| Compiling rand_chacha v0.3.1
29982024-08-30T18:39:54.749Z[ helios-setup] Aug 30 18:39:53.111 INFO E| Compiling tempfile v3.5.0
29992024-08-30T18:39:56.622Z[ helios-setup] Aug 30 18:39:54.983 INFO E| Compiling futures v0.3.28
30002024-08-30T18:39:57.301Z[ helios-setup] Aug 30 18:39:55.662 INFO E| Compiling num_enum_derive v0.5.7
30012024-08-30T18:40:02.469Z[ helios-setup] Aug 30 18:40:00.829 INFO E| Compiling cargo-lock v8.0.3
30022024-08-30T18:40:08.432Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30032024-08-30T18:40:10.192Z[ helios-setup] Aug 30 18:40:08.551 INFO E| Compiling crossbeam-deque v0.8.2
30042024-08-30T18:40:11.178Z[ helios-setup] Aug 30 18:40:09.537 INFO E| Compiling term v0.7.0
30052024-08-30T18:40:12.058Z[ helios-setup] Aug 30 18:40:10.417 INFO E| Compiling serde_urlencoded v0.7.1
30062024-08-30T18:40:12.305Z[ helios-setup] Aug 30 18:40:10.664 INFO E| Compiling sha2 v0.10.6
30072024-08-30T18:40:13.640Z[ helios-setup] Aug 30 18:40:11.998 INFO E| Compiling sha1 v0.10.5
30082024-08-30T18:40:14.154Z[ helios-setup] Aug 30 18:40:12.512 INFO E| Compiling is-terminal v0.4.7
30092024-08-30T18:40:14.232Z[ helios-setup] Aug 30 18:40:12.591 INFO E| Compiling atty v0.2.14
30102024-08-30T18:40:14.551Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30112024-08-30T18:40:15.227Z[ helios-setup] Aug 30 18:40:13.585 INFO E| Compiling concolor-override v1.0.0
30122024-08-30T18:40:15.780Z[ helios-setup] Aug 30 18:40:14.138 INFO E| Compiling concolor-query v0.3.3
30132024-08-30T18:40:17.091Z[ helios-setup] Aug 30 18:40:15.449 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30142024-08-30T18:40:17.207Z[ helios-setup] Aug 30 18:40:15.565 INFO E| Compiling anstyle v0.3.5
30152024-08-30T18:40:17.862Z[ helios-setup] Aug 30 18:40:16.220 INFO E| Compiling anstream v0.2.6
30162024-08-30T18:40:18.864Z[ host-package] Compiling zone v0.1.8
30172024-08-30T18:40:19.856Z[ helios-setup] Aug 30 18:40:18.213 INFO E| Compiling slog-term v2.9.0
30182024-08-30T18:40:20.250Z[ helios-setup] Aug 30 18:40:18.608 INFO E| Compiling flate2 v1.0.25
30192024-08-30T18:40:21.879Z[ helios-setup] Aug 30 18:40:20.236 INFO E| Compiling num_enum v0.5.7
30202024-08-30T18:40:22.450Z[ helios-setup] Aug 30 18:40:20.807 INFO E| Compiling rustfmt-wrapper v0.2.0
30212024-08-30T18:40:23.147Z[ helios-setup] Aug 30 18:40:21.504 INFO E| Compiling rand v0.8.5
30222024-08-30T18:40:23.951Z[ helios-setup] Aug 30 18:40:22.308 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30232024-08-30T18:40:24.404Z[ helios-setup] Aug 30 18:40:22.761 INFO E| Compiling openapiv3 v1.0.2
30242024-08-30T18:40:24.556Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30252024-08-30T18:40:25.135Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30262024-08-30T18:40:25.581Z[ helios-setup] Aug 30 18:40:23.938 INFO E| Compiling encoding_rs v0.8.32
30272024-08-30T18:40:27.762Z[ helios-setup] Aug 30 18:40:26.119 INFO E| Compiling ipnet v2.7.2
30282024-08-30T18:40:29.076Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30292024-08-30T18:40:32.927Z[ helios-setup] Aug 30 18:40:31.283 INFO E| Compiling clap_lex v0.4.1
30302024-08-30T18:40:33.058Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30312024-08-30T18:40:33.351Z[ helios-setup] Aug 30 18:40:31.707 INFO E| Compiling unsafe-libyaml v0.2.8
30322024-08-30T18:40:34.167Z[ helios-setup] Aug 30 18:40:32.522 INFO E| Compiling spin v0.5.2
30332024-08-30T18:40:34.779Z[ helios-setup] Aug 30 18:40:33.134 INFO E| Compiling byteorder v1.4.3
30342024-08-30T18:40:34.779Z[ helios-setup] Aug 30 18:40:33.135 INFO E| Compiling utf-8 v0.7.6
30352024-08-30T18:40:35.607Z[ helios-setup] Aug 30 18:40:33.963 INFO E| Compiling untrusted v0.7.1
30362024-08-30T18:40:36.041Z[ helios-setup] Aug 30 18:40:34.397 INFO E| Compiling base64 v0.13.1
30372024-08-30T18:40:36.187Z[ helios-setup] Aug 30 18:40:34.542 INFO E| Compiling project-root v0.2.2
30382024-08-30T18:40:36.351Z[ helios-setup] Aug 30 18:40:34.707 INFO E| Compiling mime v0.3.17
30392024-08-30T18:40:36.802Z[ helios-setup] Aug 30 18:40:35.157 INFO E| Compiling either v1.8.0
30402024-08-30T18:40:37.186Z[ helios-setup] Aug 30 18:40:35.541 INFO E| Compiling strsim v0.10.0
30412024-08-30T18:40:37.281Z[ helios-setup] Aug 30 18:40:35.637 INFO E| Compiling rayon v1.6.1
30422024-08-30T18:40:37.526Z[ helios-setup] Aug 30 18:40:35.882 INFO E| Compiling reqwest v0.11.16
30432024-08-30T18:40:37.928Z[ helios-setup] Aug 30 18:40:36.284 INFO E| Compiling clap_builder v4.2.1
30442024-08-30T18:40:38.633Z[ helios-setup] Aug 30 18:40:36.988 INFO E| Compiling tungstenite v0.18.0
30452024-08-30T18:40:40.564Z[ helios-setup] Aug 30 18:40:38.919 INFO E| Compiling serde_yaml v0.9.21
30462024-08-30T18:40:44.641Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30472024-08-30T18:40:48.250Z[ helios-setup] Aug 30 18:40:46.603 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30482024-08-30T18:40:48.521Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30492024-08-30T18:40:48.776Z[ helios-setup] Aug 30 18:40:47.130 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30502024-08-30T18:40:49.070Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30512024-08-30T18:40:49.313Z[ helios-setup] Aug 30 18:40:47.666 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30522024-08-30T18:40:51.455Z[ helios-setup] Aug 30 18:40:49.808 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30532024-08-30T18:40:52.015Z[ helios-setup] Aug 30 18:40:50.368 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30542024-08-30T18:40:53.714Z[ helios-setup] Aug 30 18:40:52.067 INFO E| Compiling clap_derive v4.2.0
30552024-08-30T18:40:56.099Z[ helios-setup] Aug 30 18:40:54.452 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30562024-08-30T18:40:58.761Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30572024-08-30T18:40:59.146Z[ host-package] Compiling signal-hook-tokio v0.3.1
30582024-08-30T18:40:59.228Z[ host-package] Compiling twox-hash v1.6.3
30592024-08-30T18:40:59.683Z[ helios-setup] Aug 30 18:40:58.035 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30602024-08-30T18:40:59.778Z[ host-package] Compiling yasna v0.5.2
30612024-08-30T18:41:01.329Z[ host-package] Compiling portpicker v0.1.1
30622024-08-30T18:41:02.463Z[ host-package] Compiling smawk v0.3.2
30632024-08-30T18:41:02.898Z[ helios-setup] Aug 30 18:41:01.250 INFO E| Compiling clap v4.2.1
30642024-08-30T18:41:03.440Z[ host-package] Compiling unicode-linebreak v0.1.5
30652024-08-30T18:41:04.624Z[ host-package] Compiling textwrap v0.16.1
30662024-08-30T18:41:05.273Z[ host-package] Compiling rcgen v0.12.1
30672024-08-30T18:41:06.267Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30682024-08-30T18:41:10.642Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30692024-08-30T18:41:21.029Z[ helios-setup] Aug 30 18:41:19.378 INFO E| Compiling tokio-tungstenite v0.18.0
30702024-08-30T18:41:21.651Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30712024-08-30T18:41:22.869Z[ helios-setup] Aug 30 18:41:21.218 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30722024-08-30T18:41:26.368Z[ helios-setup] Aug 30 18:41:24.717 INFO E| Compiling smartstring v1.0.1
30732024-08-30T18:41:27.407Z[ helios-setup] Aug 30 18:41:25.755 INFO E| Compiling rustls v0.21.0
30742024-08-30T18:41:27.889Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30752024-08-30T18:41:29.485Z[ helios-setup] Aug 30 18:41:27.834 INFO E| Compiling serde_spanned v0.6.1
30762024-08-30T18:41:30.303Z[ helios-setup] Aug 30 18:41:28.651 INFO E| Compiling toml_datetime v0.6.1
30772024-08-30T18:41:30.815Z[ helios-setup] Aug 30 18:41:29.163 INFO E| Compiling async-trait v0.1.68
30782024-08-30T18:41:32.165Z[ helios-setup] Aug 30 18:41:30.513 INFO E| Compiling slog-async v2.7.0
30792024-08-30T18:41:32.232Z[ helios-setup] Aug 30 18:41:30.580 INFO E| Compiling static_assertions v1.1.0
30802024-08-30T18:41:32.493Z[ helios-setup] Aug 30 18:41:30.840 INFO E| Compiling camino v1.1.4
30812024-08-30T18:41:33.522Z[ helios-setup] Aug 30 18:41:31.869 INFO E| Compiling paste v1.0.12
30822024-08-30T18:41:34.111Z[ helios-setup] Aug 30 18:41:32.458 INFO E| Compiling winnow v0.4.1
30832024-08-30T18:41:34.690Z[ helios-setup] Aug 30 18:41:33.038 INFO E| Compiling match_cfg v0.1.0
30842024-08-30T18:41:34.892Z[ helios-setup] Aug 30 18:41:33.239 INFO E| Compiling hostname v0.3.1
30852024-08-30T18:41:35.283Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30862024-08-30T18:41:36.101Z[ helios-setup] Aug 30 18:41:34.448 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30872024-08-30T18:41:36.795Z[ helios-setup] Aug 30 18:41:35.143 INFO E| Compiling slog-json v2.6.1
30882024-08-30T18:41:38.006Z[ helios-setup] Aug 30 18:41:36.353 INFO E| Compiling unicode-linebreak v0.1.4
30892024-08-30T18:41:38.295Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30902024-08-30T18:41:42.125Z[ helios-setup] Aug 30 18:41:40.472 INFO E| Compiling toml_edit v0.19.8
30912024-08-30T18:41:43.397Z[ helios-setup] Aug 30 18:41:41.743 INFO E| Compiling rhai_codegen v1.5.0
30922024-08-30T18:41:43.452Z[ helios-setup] Aug 30 18:41:41.798 INFO E| Compiling async-stream-impl v0.3.5
30932024-08-30T18:41:44.652Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30942024-08-30T18:41:45.754Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30952024-08-30T18:41:46.472Z[ helios-setup] Aug 30 18:41:44.818 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30962024-08-30T18:41:47.313Z[ helios-setup] Aug 30 18:41:45.659 INFO E| Compiling take_mut v0.2.2
30972024-08-30T18:41:49.298Z[ helios-setup] Aug 30 18:41:47.643 INFO E| Compiling rhai v1.14.0
30982024-08-30T18:41:52.411Z[ helios-setup] Aug 30 18:41:50.756 INFO E| Compiling toml v0.7.3
30992024-08-30T18:41:54.002Z[ helios-setup] Aug 30 18:41:52.344 INFO E| Compiling async-stream v0.3.5
31002024-08-30T18:41:54.953Z[ helios-setup] Aug 30 18:41:53.297 INFO E| Compiling slog-bunyan v2.4.0
31012024-08-30T18:41:58.247Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31022024-08-30T18:41:59.346Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
31032024-08-30T18:42:00.589Z[ helios-setup] Aug 30 18:41:58.932 INFO E| Compiling rustls-pemfile v1.0.2
31042024-08-30T18:42:01.100Z[ helios-setup] Aug 30 18:41:59.444 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31052024-08-30T18:42:02.198Z[ helios-setup] Aug 30 18:42:00.542 INFO E| Compiling bincode v1.3.3
31062024-08-30T18:42:03.449Z[ helios-setup] Aug 30 18:42:01.793 INFO E| Compiling serde_path_to_error v0.1.11
31072024-08-30T18:42:04.976Z[ helios-setup] Aug 30 18:42:03.320 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31082024-08-30T18:42:05.230Z[ helios-setup] Aug 30 18:42:03.573 INFO E| Compiling terminal_size v0.2.6
31092024-08-30T18:42:05.506Z[ helios-setup] Aug 30 18:42:03.850 INFO E| Compiling smawk v0.3.1
31102024-08-30T18:42:05.684Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31112024-08-30T18:42:06.067Z[ helios-setup] Aug 30 18:42:04.410 INFO E| Compiling textwrap v0.16.0
31122024-08-30T18:42:07.927Z[ host-package] Compiling atomicwrites v0.4.3
31132024-08-30T18:42:09.138Z[ host-package] Compiling fatfs v0.3.6
31142024-08-30T18:42:12.489Z[ host-package] Compiling rtoolbox v0.0.2
31152024-08-30T18:42:13.885Z[ host-package] Compiling subprocess v0.2.9
31162024-08-30T18:42:15.282Z[ host-package] Compiling is_ci v1.2.0
31172024-08-30T18:42:16.047Z[ host-package] Compiling assert_matches v1.5.0
31182024-08-30T18:42:17.872Z[ helios-setup] Aug 30 18:42:16.214 INFO E| Compiling rustls-webpki v0.100.1
31192024-08-30T18:42:17.926Z[ helios-setup] Aug 30 18:42:16.267 INFO E| Compiling sct v0.7.0
31202024-08-30T18:42:22.070Z[ host-package] Compiling supports-color v3.0.0
31212024-08-30T18:42:23.444Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31222024-08-30T18:42:24.048Z[ helios-setup] Aug 30 18:42:22.389 INFO E| Compiling git2 v0.16.1
31232024-08-30T18:42:24.714Z[ host-package] Compiling rpassword v7.3.1
31242024-08-30T18:42:24.759Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31252024-08-30T18:42:24.970Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31262024-08-30T18:42:25.380Z[ host-package] Compiling tui-tree-widget v0.22.0
31272024-08-30T18:42:26.009Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31282024-08-30T18:42:26.388Z[ helios-setup] Aug 30 18:42:24.728 INFO E| Compiling tokio-rustls v0.24.0
31292024-08-30T18:42:31.448Z[ helios-setup] Aug 30 18:42:29.788 INFO E| Compiling built v0.6.0
31302024-08-30T18:42:34.049Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31312024-08-30T18:42:35.194Z[ helios-setup] Aug 30 18:42:33.533 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31322024-08-30T18:42:36.314Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31332024-08-30T18:42:37.860Z[ helios-setup] Aug 30 18:42:36.199 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31342024-08-30T18:42:40.281Z[ helios-setup] Aug 30 18:42:38.620 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31352024-08-30T18:42:47.270Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31362024-08-30T18:42:47.881Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31372024-08-30T18:42:58.168Z[ host-package] Compiling uzers v0.11.3
31382024-08-30T18:42:58.591Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31392024-08-30T18:43:02.079Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31402024-08-30T18:43:02.680Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31412024-08-30T18:43:04.592Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31422024-08-30T18:43:07.451Z[ helios-setup] Aug 30 18:43:05.786 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31432024-08-30T18:43:09.994Z[ helios-setup] Aug 30 18:43:08.327 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31442024-08-30T18:43:23.289Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31452024-08-30T18:43:43.163Z[ host-package] Compiling multimap v0.10.0
31462024-08-30T18:43:54.846Z[ helios-setup] Aug 30 18:43:53.175 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31472024-08-30T18:45:01.187Z[ helios-setup] Aug 30 18:44:59.506 INFO E| Finished `release` profile [optimized] target(s) in 6m 52s
31482024-08-30T18:45:01.316Z[ helios-setup] Aug 30 18:44:59.636 INFO building project "pilot" ok (412 seconds)
31492024-08-30T18:45:01.319Z[ helios-setup] rm -f helios-build
31502024-08-30T18:45:01.321Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31512024-08-30T18:45:01.324Z[ helios-setup]
31522024-08-30T18:45:01.327Z[ helios-setup] Setup complete! ./helios-build is now available.
31532024-08-30T18:45:01.470Z[ helios-setup]
31542024-08-30T18:45:01.470Z[ helios-setup]
31552024-08-30T18:45:01.470Z[ helios-setup] real 11:59.490350386
31562024-08-30T18:45:01.470Z[ helios-setup] user 29:04.015370359
31572024-08-30T18:45:01.470Z[ helios-setup] sys 3:34.941307318
31582024-08-30T18:45:01.470Z[ helios-setup] trap 1.764002560
31592024-08-30T18:45:01.470Z[ helios-setup] tflt 7.473103745
31602024-08-30T18:45:01.470Z[ helios-setup] dflt 29.235382041
31612024-08-30T18:45:01.470Z[ helios-setup] kflt 0.019144559
31622024-08-30T18:45:01.470Z[ helios-setup] lock 2:05:06.864182068
31632024-08-30T18:45:01.470Z[ helios-setup] slp 3:45:38.586106186
31642024-08-30T18:45:01.470Z[ helios-setup] lat 32:43.810681358
31652024-08-30T18:45:01.470Z[ helios-setup] stop 4:39.984755870
31662024-08-30T18:45:01.473ZAug 30 18:44:59.649 INFO [helios-setup] process exited with exit status: 0 (719.49611108s)
31672024-08-30T18:45:01.473ZAug 30 18:44:59.649 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31682024-08-30T18:45:01.473Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31692024-08-30T18:45:01.571Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31702024-08-30T18:45:01.571Z[ phbl-toolchain] info: downloading component 'cargo'
31712024-08-30T18:45:02.618Z[ phbl-toolchain] info: downloading component 'clippy'
31722024-08-30T18:45:03.048Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31732024-08-30T18:45:07.979Z[ phbl-toolchain] info: downloading component 'miri'
31742024-08-30T18:45:08.898Z[ phbl-toolchain] info: downloading component 'rust-docs'
31752024-08-30T18:45:10.345Z[ phbl-toolchain] info: downloading component 'rust-src'
31762024-08-30T18:45:10.537Z[ phbl-toolchain] info: downloading component 'rust-std'
31772024-08-30T18:45:13.431Z[ phbl-toolchain] info: downloading component 'rustc'
31782024-08-30T18:45:19.076Z[ phbl-toolchain] info: downloading component 'rustfmt'
31792024-08-30T18:45:19.936Z[ phbl-toolchain] info: installing component 'cargo'
31802024-08-30T18:45:21.261Z[ phbl-toolchain] info: installing component 'clippy'
31812024-08-30T18:45:21.829Z[ phbl-toolchain] info: installing component 'llvm-tools'
31822024-08-30T18:45:27.288Z[ phbl-toolchain] info: installing component 'miri'
31832024-08-30T18:45:27.676Z[ phbl-toolchain] info: installing component 'rust-docs'
31842024-08-30T18:45:34.604Z[ phbl-toolchain] info: installing component 'rust-src'
31852024-08-30T18:45:35.270Z[ phbl-toolchain] info: installing component 'rust-std'
31862024-08-30T18:45:37.788Z[ phbl-toolchain] info: installing component 'rustc'
31872024-08-30T18:45:43.917Z[ phbl-toolchain] info: installing component 'rustfmt'
31882024-08-30T18:45:44.832Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31892024-08-30T18:45:44.834ZAug 30 18:45:43.148 INFO [phbl-toolchain] process exited with exit status: 0 (43.49882161s)
31902024-08-30T18:46:07.284Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31912024-08-30T18:46:21.766Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922024-08-30T18:52:43.521Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 55s
31932024-08-30T18:53:46.511ZAug 30 18:53:44.756 INFO [host-package] process exited with exit status: 0 (1198.94077694s)
31942024-08-30T18:53:46.516ZAug 30 18:53:44.756 INFO [host-stamp] running task
31952024-08-30T18:53:46.516ZAug 30 18:53:44.756 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31962024-08-30T18:53:46.516ZAug 30 18:53:44.764 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+gitdc10290f4b6
31972024-08-30T18:53:46.522ZAug 30 18:53:44.770 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+gitdc10290f4b6
31982024-08-30T18:53:46.526Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31992024-08-30T18:53:46.528ZAug 30 18:53:44.776 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+gitdc10290f4b6
32002024-08-30T18:53:46.533Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32012024-08-30T18:53:46.535Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32022024-08-30T18:53:46.535ZAug 30 18:53:44.783 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+gitdc10290f4b6
32032024-08-30T18:53:46.540Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32042024-08-30T18:53:46.543ZAug 30 18:53:44.790 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+gitdc10290f4b6
32052024-08-30T18:53:46.548Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32062024-08-30T18:53:46.551ZAug 30 18:53:44.797 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+gitdc10290f4b6
32072024-08-30T18:53:46.553Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32082024-08-30T18:53:46.556Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32092024-08-30T18:53:46.556ZAug 30 18:53:44.804 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+gitdc10290f4b6
32102024-08-30T18:53:46.562Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32112024-08-30T18:53:46.565Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32122024-08-30T18:53:46.568ZAug 30 18:53:44.813 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+gitdc10290f4b6
32132024-08-30T18:53:46.572Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32142024-08-30T18:53:46.577Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32152024-08-30T18:53:46.577ZAug 30 18:53:44.824 INFO [stamp-overlay] process exited with exit status: 0 (59.995725ms)
32162024-08-30T18:53:46.577ZAug 30 18:53:44.824 INFO [stamp-oxlog] process exited with exit status: 0 (34.773781ms)
32172024-08-30T18:53:46.577ZAug 30 18:53:44.824 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (41.680662ms)
32182024-08-30T18:53:46.588Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32192024-08-30T18:53:46.695Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32202024-08-30T18:53:46.698ZAug 30 18:53:44.946 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (132.898843ms)
32212024-08-30T18:53:46.762Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32222024-08-30T18:53:46.766ZAug 30 18:53:45.014 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (217.252608ms)
32232024-08-30T18:53:46.885Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32242024-08-30T18:53:46.888ZAug 30 18:53:45.136 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (360.164474ms)
32252024-08-30T18:53:47.706Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32262024-08-30T18:53:47.710ZAug 30 18:53:45.958 INFO [stamp-propolis-server] process exited with exit status: 0 (1.154167565s)
32272024-08-30T18:53:47.821Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32282024-08-30T18:53:50.145Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32292024-08-30T18:53:56.874Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32302024-08-30T18:53:56.880ZAug 30 18:53:55.124 INFO [stamp-switch-asic] process exited with exit status: 0 (10.354083774s)
32312024-08-30T18:53:56.880ZAug 30 18:53:55.124 INFO [host-stamp] task succeeded (10.368128522s)
32322024-08-30T18:53:56.880ZAug 30 18:53:55.124 INFO [host-proto] running task
32332024-08-30T18:53:57.256ZAug 30 18:53:55.502 INFO [host-proto] task succeeded (377.891793ms)
32342024-08-30T18:53:57.256ZAug 30 18:53:55.502 INFO [host-profile] running task
32352024-08-30T18:53:57.266ZAug 30 18:53:55.503 INFO [host-profile] task succeeded (299.917µs)
32362024-08-30T18:53:57.266ZAug 30 18:53:55.503 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/.tmpWwHkvv/proto/host/root -N 'ci dc10290/${os_short_commit} 2024-08-30 18:33' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32372024-08-30T18:53:57.273Z[ host-image] Aug 30 18:53:55.518 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32382024-08-30T18:53:57.273Z[ host-image] Aug 30 18:53:55.518 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32392024-08-30T18:53:57.326Z[ host-image] Aug 30 18:53:55.532 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpWwHkvv/proto/host/root"
32402024-08-30T18:53:57.326Z[ host-image] Aug 30 18:53:55.532 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32412024-08-30T18:53:57.326Z[ host-image] Aug 30 18:53:55.532 INFO image builder template: ramdisk-01-os...
32422024-08-30T18:53:57.326Z[ host-image] Aug 30 18:53:55.532 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/.tmpWwHkvv/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
32432024-08-30T18:53:57.326Z[ host-image] Aug 30 18:53:55.551 INFO O| Aug 30 18:53:55.551 INFO CREATE DATASET: rpool/images/build/host/output
32442024-08-30T18:53:57.439Z[ host-image] Aug 30 18:53:55.686 INFO O| Aug 30 18:53:55.685 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32452024-08-30T18:53:57.448Z[ host-image] Aug 30 18:53:55.690 INFO O| Aug 30 18:53:55.690 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32462024-08-30T18:53:57.663Z[ host-image] Aug 30 18:53:55.909 INFO O| Aug 30 18:53:55.909 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32472024-08-30T18:53:57.725Z[ host-image] Aug 30 18:53:55.970 INFO O| Aug 30 18:53:55.970 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32482024-08-30T18:53:57.732Z[ host-image] Aug 30 18:53:55.971 INFO O| Aug 30 18:53:55.971 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32492024-08-30T18:53:57.733Z[ host-image] Aug 30 18:53:55.971 INFO O| Aug 30 18:53:55.971 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32502024-08-30T18:53:57.733Z[ host-image] Aug 30 18:53:55.971 INFO O| Aug 30 18:53:55.971 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32512024-08-30T18:53:57.740Z[ host-image] Aug 30 18:53:55.980 INFO O| Aug 30 18:53:55.980 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32522024-08-30T18:53:58.021Z[ host-image] Aug 30 18:53:56.267 INFO O| Aug 30 18:53:56.267 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32532024-08-30T18:53:58.041Z[ host-image] Aug 30 18:53:56.281 INFO O| Aug 30 18:53:56.281 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32542024-08-30T18:53:58.457Z[ host-image] Aug 30 18:53:56.703 INFO O| Aug 30 18:53:56.703 INFO O| Caching catalogs ... Done
32552024-08-30T18:53:58.577Z[ host-image] Aug 30 18:53:56.823 INFO O| Aug 30 18:53:56.823 INFO STEP 0 (pkg_image_create) COMPLETE
32562024-08-30T18:53:58.577Z[ host-image] Aug 30 18:53:56.823 INFO O| Aug 30 18:53:56.823 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32572024-08-30T18:53:58.585Z[ host-image] Aug 30 18:53:56.823 INFO O| Aug 30 18:53:56.823 INFO skip step because feature "repo_redist" is not enabled
32582024-08-30T18:53:58.585Z[ host-image] Aug 30 18:53:56.823 INFO O| Aug 30 18:53:56.823 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32592024-08-30T18:53:58.601Z[ host-image] Aug 30 18:53:56.839 INFO O| Aug 30 18:53:56.839 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"]
32602024-08-30T18:54:02.918Z[ host-image] Aug 30 18:53:57.220 INFO O| Aug 30 18:53:57.220 INFO STEP 2 (pkg_set_publisher) COMPLETE
32612024-08-30T18:54:02.918Z[ host-image] Aug 30 18:53:57.221 INFO O| Aug 30 18:53:57.220 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32622024-08-30T18:54:02.953Z[ host-image] Aug 30 18:53:57.232 INFO O| Aug 30 18:53:57.232 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"]
32632024-08-30T18:54:02.953Z[ host-image] Aug 30 18:53:57.785 INFO O| Aug 30 18:53:57.785 INFO STEP 3 (pkg_set_publisher) COMPLETE
32642024-08-30T18:54:02.953Z[ host-image] Aug 30 18:53:57.785 INFO O| Aug 30 18:53:57.785 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32652024-08-30T18:54:02.953Z[ host-image] Aug 30 18:53:57.785 INFO O| Aug 30 18:53:57.785 INFO skip step because feature "repo_redist" is not enabled
32662024-08-30T18:54:02.953Z[ host-image] Aug 30 18:53:57.785 INFO O| Aug 30 18:53:57.785 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32672024-08-30T18:54:02.953Z[ host-image] Aug 30 18:53:58.328 INFO O| Aug 30 18:53:58.327 INFO variant opensolaris.zone is already global
32682024-08-30T18:54:02.953Z[ host-image] Aug 30 18:53:58.328 INFO O| Aug 30 18:53:58.328 INFO STEP 5 (pkg_change_variant) COMPLETE
32692024-08-30T18:54:02.953Z[ host-image] Aug 30 18:53:58.328 INFO O| Aug 30 18:53:58.328 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32702024-08-30T18:54:02.953Z[ host-image] Aug 30 18:53:58.861 INFO O| Aug 30 18:53:58.861 INFO variant opensolaris.imagetype is full; changing to partial
32712024-08-30T18:54:02.953Z[ host-image] Aug 30 18:53:58.861 INFO O| Aug 30 18:53:58.861 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32722024-08-30T18:54:06.144Z[ host-image] Aug 30 18:54:04.389 INFO O| Aug 30 18:54:04.388 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32732024-08-30T18:54:08.606Z[ host-image] Aug 30 18:54:06.851 INFO O| Aug 30 18:54:06.851 INFO O| Startup: Caching catalogs ... Done
32742024-08-30T18:54:08.655Z[ host-image] Aug 30 18:54:06.900 INFO O| Aug 30 18:54:06.900 INFO O| Planning: Planning completed in 0.00 seconds
32752024-08-30T18:54:08.657Z[ host-image] Aug 30 18:54:06.901 INFO O| Aug 30 18:54:06.900 INFO O| Planning: Consolidating action changes ... Done
32762024-08-30T18:54:08.657Z[ host-image] Aug 30 18:54:06.901 INFO O| Aug 30 18:54:06.901 INFO O| Planning: Evaluating mediators ... Done
32772024-08-30T18:54:08.657Z[ host-image] Aug 30 18:54:06.901 INFO O| Aug 30 18:54:06.901 INFO O| Planning: Planning completed in 0.00 seconds
32782024-08-30T18:54:08.657Z[ host-image] Aug 30 18:54:06.901 INFO O| Aug 30 18:54:06.901 INFO O| Variants/Facets to change: 1
32792024-08-30T18:54:08.672Z[ host-image] Aug 30 18:54:06.918 INFO O| Aug 30 18:54:06.918 INFO O| Done
32802024-08-30T18:54:08.672Z[ host-image] Aug 30 18:54:06.918 INFO O| Aug 30 18:54:06.918 INFO O| Done
32812024-08-30T18:54:09.032Z[ host-image] Aug 30 18:54:07.277 INFO O| Aug 30 18:54:07.277 INFO O| Done
32822024-08-30T18:54:09.062Z[ host-image] Aug 30 18:54:07.307 INFO O| Aug 30 18:54:07.307 INFO O| Done
32832024-08-30T18:54:09.064Z[ host-image] Aug 30 18:54:07.308 INFO O| Aug 30 18:54:07.308 INFO O| Done
32842024-08-30T18:54:09.064Z[ host-image] Aug 30 18:54:07.308 INFO O| Aug 30 18:54:07.308 INFO O| Done
32852024-08-30T18:54:09.064Z[ host-image] Aug 30 18:54:07.309 INFO O| Aug 30 18:54:07.309 INFO O| Done
32862024-08-30T18:54:09.365Z[ host-image] Aug 30 18:54:07.610 INFO O| Aug 30 18:54:07.610 INFO STEP 6 (pkg_change_variant) COMPLETE
32872024-08-30T18:54:09.365Z[ host-image] Aug 30 18:54:07.610 INFO O| Aug 30 18:54:07.610 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32882024-08-30T18:54:09.369Z[ host-image] Aug 30 18:54:07.610 INFO O| Aug 30 18:54:07.610 INFO skip step because feature "debug_variant" is not enabled
32892024-08-30T18:54:09.369Z[ host-image] Aug 30 18:54:07.610 INFO O| Aug 30 18:54:07.610 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32902024-08-30T18:54:09.446Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.70s
32912024-08-30T18:54:09.695Z[ host-image] Aug 30 18:54:07.940 INFO O| Aug 30 18:54:07.939 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32922024-08-30T18:54:10.136Z[ host-image] Aug 30 18:54:08.379 INFO O| Aug 30 18:54:08.379 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32932024-08-30T18:54:10.142Z[ host-image] Aug 30 18:54:08.381 INFO O| Aug 30 18:54:08.381 INFO O| Planning: Planning completed in 0.00 seconds
32942024-08-30T18:54:10.142Z[ host-image] Aug 30 18:54:08.381 INFO O| Aug 30 18:54:08.381 INFO O| Planning: Consolidating action changes ... Done
32952024-08-30T18:54:10.142Z[ host-image] Aug 30 18:54:08.381 INFO O| Aug 30 18:54:08.381 INFO O| Planning: Evaluating mediators ... Done
32962024-08-30T18:54:10.142Z[ host-image] Aug 30 18:54:08.382 INFO O| Aug 30 18:54:08.382 INFO O| Planning: Planning completed in 0.00 seconds
32972024-08-30T18:54:10.142Z[ host-image] Aug 30 18:54:08.382 INFO O| Aug 30 18:54:08.382 INFO O| Variants/Facets to change: 1
32982024-08-30T18:54:10.158Z[ host-image] Aug 30 18:54:08.401 INFO O| Aug 30 18:54:08.401 INFO O| Done
32992024-08-30T18:54:10.164Z[ host-image] Aug 30 18:54:08.401 INFO O| Aug 30 18:54:08.401 INFO O| Done
33002024-08-30T18:54:10.455Z[ host-image] Aug 30 18:54:08.698 INFO O| Aug 30 18:54:08.698 INFO O| Done
33012024-08-30T18:54:10.496Z[ host-image] Aug 30 18:54:08.739 INFO O| Aug 30 18:54:08.738 INFO O| Done
33022024-08-30T18:54:10.502Z[ host-image] Aug 30 18:54:08.739 INFO O| Aug 30 18:54:08.739 INFO O| Done
33032024-08-30T18:54:10.502Z[ host-image] Aug 30 18:54:08.739 INFO O| Aug 30 18:54:08.739 INFO O| Done
33042024-08-30T18:54:10.502Z[ host-image] Aug 30 18:54:08.740 INFO O| Aug 30 18:54:08.740 INFO O| Done
33052024-08-30T18:54:10.554Z[ host-image] Aug 30 18:54:08.798 INFO O| Aug 30 18:54:08.798 INFO STEP 8 (pkg_change_facet) COMPLETE
33062024-08-30T18:54:10.554Z[ host-image] Aug 30 18:54:08.799 INFO O| Aug 30 18:54:08.798 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33072024-08-30T18:54:10.558Z[ host-image] Aug 30 18:54:08.799 INFO O| Aug 30 18:54:08.798 INFO skip step because feature "recovery" is not enabled
33082024-08-30T18:54:10.558Z[ host-image] Aug 30 18:54:08.799 INFO O| Aug 30 18:54:08.798 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33092024-08-30T18:54:10.558Z[ host-image] Aug 30 18:54:08.799 INFO O| Aug 30 18:54:08.798 INFO skip step because feature "recovery" is not enabled
33102024-08-30T18:54:10.558Z[ host-image] Aug 30 18:54:08.799 INFO O| Aug 30 18:54:08.798 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33112024-08-30T18:54:10.567Z[ host-image] Aug 30 18:54:08.811 INFO O| Aug 30 18:54:08.811 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"]
33122024-08-30T18:54:10.776ZAug 30 18:54:09.021 INFO [recovery-package] process exited with exit status: 0 (24.264973768s)
33132024-08-30T18:54:10.776ZAug 30 18:54:09.021 INFO [recovery-stamp] running task
33142024-08-30T18:54:10.779ZAug 30 18:54:09.022 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33152024-08-30T18:54:10.784ZAug 30 18:54:09.029 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+gitdc10290f4b6
33162024-08-30T18:54:10.792ZAug 30 18:54:09.037 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitdc10290f4b6
33172024-08-30T18:54:10.801Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33182024-08-30T18:54:10.812Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33192024-08-30T18:54:10.882Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33202024-08-30T18:54:10.884ZAug 30 18:54:09.129 INFO [stamp-installinator] process exited with exit status: 0 (92.767423ms)
33212024-08-30T18:54:10.915Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33222024-08-30T18:54:10.918ZAug 30 18:54:09.163 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (134.12098ms)
33232024-08-30T18:54:10.920ZAug 30 18:54:09.163 INFO [recovery-stamp] task succeeded (141.260856ms)
33242024-08-30T18:54:10.920ZAug 30 18:54:09.163 INFO [recovery-proto] running task
33252024-08-30T18:54:10.920ZAug 30 18:54:09.163 INFO [tuf-stamp] running task
33262024-08-30T18:54:10.920ZAug 30 18:54:09.164 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+gitdc10290f4b6
33272024-08-30T18:54:10.930ZAug 30 18:54:09.175 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+gitdc10290f4b6
33282024-08-30T18:54:10.942Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33292024-08-30T18:54:10.944ZAug 30 18:54:09.187 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+gitdc10290f4b6
33302024-08-30T18:54:10.955Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33312024-08-30T18:54:10.957ZAug 30 18:54:09.199 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+gitdc10290f4b6
33322024-08-30T18:54:10.966Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33332024-08-30T18:54:10.969ZAug 30 18:54:09.212 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+gitdc10290f4b6
33342024-08-30T18:54:10.980Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33352024-08-30T18:54:10.987ZAug 30 18:54:09.225 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+gitdc10290f4b6
33362024-08-30T18:54:10.994Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33372024-08-30T18:54:10.994ZAug 30 18:54:09.238 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+gitdc10290f4b6
33382024-08-30T18:54:11.006Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33392024-08-30T18:54:11.009ZAug 30 18:54:09.251 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+gitdc10290f4b6
33402024-08-30T18:54:11.019Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33412024-08-30T18:54:11.021ZAug 30 18:54:09.264 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+gitdc10290f4b6
33422024-08-30T18:54:11.032Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33432024-08-30T18:54:11.034ZAug 30 18:54:09.277 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+gitdc10290f4b6
33442024-08-30T18:54:11.044Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33452024-08-30T18:54:11.046ZAug 30 18:54:09.289 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+gitdc10290f4b6
33462024-08-30T18:54:11.070Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33472024-08-30T18:54:11.070Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33482024-08-30T18:54:11.109ZAug 30 18:54:09.354 INFO [recovery-proto] task succeeded (190.637283ms)
33492024-08-30T18:54:11.111ZAug 30 18:54:09.354 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/.tmpWwHkvv/proto/recovery/root -N 'recovery dc10290/${os_short_commit} 2024-08-30 18:33' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33502024-08-30T18:54:11.131Z[ recovery-image] Aug 30 18:54:09.376 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33512024-08-30T18:54:11.132Z[ recovery-image] Aug 30 18:54:09.376 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33522024-08-30T18:54:11.137Z[ host-image] Aug 30 18:54:09.381 INFO O| Aug 30 18:54:09.381 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33532024-08-30T18:54:11.148Z[ recovery-image] Aug 30 18:54:09.392 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpWwHkvv/proto/recovery/root"
33542024-08-30T18:54:11.148Z[ recovery-image] Aug 30 18:54:09.392 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33552024-08-30T18:54:11.152Z[ recovery-image] Aug 30 18:54:09.393 INFO image builder template: ramdisk-01-os...
33562024-08-30T18:54:11.152Z[ recovery-image] Aug 30 18:54:09.393 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/.tmpWwHkvv/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
33572024-08-30T18:54:11.188Z[ recovery-image] Aug 30 18:54:09.432 INFO O| Aug 30 18:54:09.432 INFO CREATE DATASET: rpool/images/build/recovery/output
33582024-08-30T18:54:11.208Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33592024-08-30T18:54:11.297ZAug 30 18:54:09.465 INFO [stamp-probe] process exited with exit status: 0 (188.321474ms)
33602024-08-30T18:54:11.625Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33612024-08-30T18:54:11.638Z[ recovery-image] Aug 30 18:54:09.883 INFO O| Aug 30 18:54:09.883 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33622024-08-30T18:54:11.645Z[ recovery-image] Aug 30 18:54:09.890 INFO O| Aug 30 18:54:09.890 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33632024-08-30T18:54:11.680ZAug 30 18:54:09.924 INFO [stamp-ntp] process exited with exit status: 0 (673.432612ms)
33642024-08-30T18:54:11.975Z[ recovery-image] Aug 30 18:54:10.219 INFO O| Aug 30 18:54:10.219 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33652024-08-30T18:54:12.038Z[ recovery-image] Aug 30 18:54:10.282 INFO O| Aug 30 18:54:10.282 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33662024-08-30T18:54:12.038Z[ recovery-image] Aug 30 18:54:10.282 INFO O| Aug 30 18:54:10.282 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33672024-08-30T18:54:12.041Z[ recovery-image] Aug 30 18:54:10.283 INFO O| Aug 30 18:54:10.282 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33682024-08-30T18:54:12.041Z[ recovery-image] Aug 30 18:54:10.283 INFO O| Aug 30 18:54:10.282 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33692024-08-30T18:54:12.048Z[ recovery-image] Aug 30 18:54:10.293 INFO O| Aug 30 18:54:10.293 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33702024-08-30T18:54:12.283Z[ recovery-image] Aug 30 18:54:10.528 INFO O| Aug 30 18:54:10.528 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33712024-08-30T18:54:12.349Z[ recovery-image] Aug 30 18:54:10.593 INFO O| Aug 30 18:54:10.593 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33722024-08-30T18:54:12.380Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33732024-08-30T18:54:12.405Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33742024-08-30T18:54:12.409ZAug 30 18:54:10.654 INFO [stamp-external-dns] process exited with exit status: 0 (1.41571641s)
33752024-08-30T18:54:12.412ZAug 30 18:54:10.657 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.469983467s)
33762024-08-30T18:54:12.488Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33772024-08-30T18:54:12.511ZAug 30 18:54:10.755 INFO [stamp-internal-dns] process exited with exit status: 0 (1.591401864s)
33782024-08-30T18:54:12.695Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
33792024-08-30T18:54:12.722Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33802024-08-30T18:54:12.904Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33812024-08-30T18:54:12.920ZAug 30 18:54:11.164 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.952063224s)
33822024-08-30T18:54:12.947Z[ recovery-image] Aug 30 18:54:11.191 INFO O| Aug 30 18:54:11.191 INFO O| Caching catalogs ... Done
33832024-08-30T18:54:13.061Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33842024-08-30T18:54:13.065ZAug 30 18:54:11.310 INFO [stamp-oximeter] process exited with exit status: 0 (2.020612192s)
33852024-08-30T18:54:13.076Z[ recovery-image] Aug 30 18:54:11.320 INFO O| Aug 30 18:54:11.320 INFO STEP 0 (pkg_image_create) COMPLETE
33862024-08-30T18:54:13.076Z[ recovery-image] Aug 30 18:54:11.321 INFO O| Aug 30 18:54:11.320 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33872024-08-30T18:54:13.076Z[ recovery-image] Aug 30 18:54:11.321 INFO O| Aug 30 18:54:11.320 INFO skip step because feature "repo_redist" is not enabled
33882024-08-30T18:54:13.079Z[ recovery-image] Aug 30 18:54:11.321 INFO O| Aug 30 18:54:11.320 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33892024-08-30T18:54:13.093Z[ recovery-image] Aug 30 18:54:11.338 INFO O| Aug 30 18:54:11.337 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"]
33902024-08-30T18:54:13.594Z[ recovery-image] Aug 30 18:54:11.838 INFO O| Aug 30 18:54:11.838 INFO STEP 2 (pkg_set_publisher) COMPLETE
33912024-08-30T18:54:13.594Z[ recovery-image] Aug 30 18:54:11.838 INFO O| Aug 30 18:54:11.838 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33922024-08-30T18:54:13.609Z[ recovery-image] Aug 30 18:54:11.854 INFO O| Aug 30 18:54:11.854 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"]
33932024-08-30T18:54:14.023Z[ recovery-image] Aug 30 18:54:12.267 INFO O| Aug 30 18:54:12.267 INFO STEP 3 (pkg_set_publisher) COMPLETE
33942024-08-30T18:54:14.024Z[ recovery-image] Aug 30 18:54:12.267 INFO O| Aug 30 18:54:12.267 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33952024-08-30T18:54:14.024Z[ recovery-image] Aug 30 18:54:12.267 INFO O| Aug 30 18:54:12.267 INFO skip step because feature "repo_redist" is not enabled
33962024-08-30T18:54:14.027Z[ recovery-image] Aug 30 18:54:12.267 INFO O| Aug 30 18:54:12.267 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33972024-08-30T18:54:14.474Z[ recovery-image] Aug 30 18:54:12.716 INFO O| Aug 30 18:54:12.716 INFO variant opensolaris.zone is already global
33982024-08-30T18:54:14.474Z[ recovery-image] Aug 30 18:54:12.716 INFO O| Aug 30 18:54:12.716 INFO STEP 5 (pkg_change_variant) COMPLETE
33992024-08-30T18:54:14.474Z[ recovery-image] Aug 30 18:54:12.716 INFO O| Aug 30 18:54:12.716 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34002024-08-30T18:54:14.739Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34012024-08-30T18:54:14.743ZAug 30 18:54:12.988 INFO [stamp-nexus] process exited with exit status: 0 (3.813025554s)
34022024-08-30T18:54:14.853Z[ recovery-image] Aug 30 18:54:13.097 INFO O| Aug 30 18:54:13.097 INFO variant opensolaris.imagetype is full; changing to partial
34032024-08-30T18:54:14.853Z[ recovery-image] Aug 30 18:54:13.097 INFO O| Aug 30 18:54:13.097 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34042024-08-30T18:54:16.442Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34052024-08-30T18:54:16.467ZAug 30 18:54:14.711 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.511832813s)
34062024-08-30T18:54:17.456Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34072024-08-30T18:54:17.459Z[verify-libraries] Compiling polyval v0.6.2
34082024-08-30T18:54:17.459Z[verify-libraries] Compiling rfc6979 v0.4.0
34092024-08-30T18:54:17.638Z[verify-libraries] Compiling primeorder v0.13.6
34102024-08-30T18:54:17.638Z[verify-libraries] Compiling ctr v0.9.2
34112024-08-30T18:54:17.641Z[verify-libraries] Compiling ed25519 v2.2.3
34122024-08-30T18:54:17.641Z[verify-libraries] Compiling ssh-encoding v0.2.0
34132024-08-30T18:54:17.641Z[verify-libraries] Compiling blowfish v0.9.1
34142024-08-30T18:54:17.921Z[verify-libraries] Compiling ecdsa v0.16.9
34152024-08-30T18:54:18.202Z[verify-libraries] Compiling ghash v0.5.1
34162024-08-30T18:54:18.345Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34172024-08-30T18:54:18.583Z[verify-libraries] Compiling aes-gcm v0.10.3
34182024-08-30T18:54:18.865Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34192024-08-30T18:54:18.925Z[verify-libraries] Compiling password-hash v0.4.2
34202024-08-30T18:54:18.925Z[verify-libraries] Compiling matches v0.1.10
34212024-08-30T18:54:19.042Z[verify-libraries] Compiling ssh-cipher v0.2.0
34222024-08-30T18:54:19.144Z[verify-libraries] Compiling idna v0.2.3
34232024-08-30T18:54:19.628Z[verify-libraries] Compiling p521 v0.13.3
34242024-08-30T18:54:19.834Z[verify-libraries] Compiling ssh-key v0.6.6
34252024-08-30T18:54:20.169Z[verify-libraries] Compiling pbkdf2 v0.11.0
34262024-08-30T18:54:20.319Z[verify-libraries] Compiling p384 v0.13.0
34272024-08-30T18:54:20.875Z[verify-libraries] Compiling p256 v0.13.2
34282024-08-30T18:54:21.230Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34292024-08-30T18:54:21.254ZAug 30 18:54:19.497 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.27248961s)
34302024-08-30T18:54:21.489Z[ recovery-image] Aug 30 18:54:19.732 INFO O| Aug 30 18:54:19.732 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34312024-08-30T18:54:21.661Z[verify-libraries] Compiling enum-as-inner v0.5.1
34322024-08-30T18:54:22.089Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34332024-08-30T18:54:22.114ZAug 30 18:54:20.357 INFO [stamp-clickhouse] process exited with exit status: 0 (11.093392394s)
34342024-08-30T18:54:22.114ZAug 30 18:54:20.357 INFO [tuf-stamp] task succeeded (11.194367757s)
34352024-08-30T18:54:22.910Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34362024-08-30T18:54:23.439Z[verify-libraries] Compiling md5 v0.7.0
34372024-08-30T18:54:23.501Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34382024-08-30T18:54:23.872Z[verify-libraries] Compiling russh-keys v0.45.0
34392024-08-30T18:54:24.183Z[verify-libraries] Compiling num-bigint v0.4.5
34402024-08-30T18:54:24.288Z[verify-libraries] Compiling des v0.8.1
34412024-08-30T18:54:24.809Z[verify-libraries] Compiling hex-literal v0.4.1
34422024-08-30T18:54:25.164Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34432024-08-30T18:54:26.473Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34442024-08-30T18:54:27.561Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34452024-08-30T18:54:28.131Z[verify-libraries] Compiling internet-checksum v0.2.1
34462024-08-30T18:54:28.327Z[ recovery-image] Aug 30 18:54:26.569 INFO O| Aug 30 18:54:26.569 INFO O| Startup: Caching catalogs ... Done
34472024-08-30T18:54:28.405Z[ recovery-image] Aug 30 18:54:26.641 INFO O| Aug 30 18:54:26.641 INFO O| Planning: Planning completed in 0.00 seconds
34482024-08-30T18:54:28.405Z[ recovery-image] Aug 30 18:54:26.642 INFO O| Aug 30 18:54:26.641 INFO O| Planning: Consolidating action changes ... Done
34492024-08-30T18:54:28.407Z[ recovery-image] Aug 30 18:54:26.642 INFO O| Aug 30 18:54:26.642 INFO O| Planning: Evaluating mediators ... Done
34502024-08-30T18:54:28.407Z[ recovery-image] Aug 30 18:54:26.642 INFO O| Aug 30 18:54:26.642 INFO O| Planning: Planning completed in 0.00 seconds
34512024-08-30T18:54:28.407Z[ recovery-image] Aug 30 18:54:26.642 INFO O| Aug 30 18:54:26.642 INFO O| Variants/Facets to change: 1
34522024-08-30T18:54:28.409Z[verify-libraries] Compiling russh v0.45.0
34532024-08-30T18:54:28.470Z[ recovery-image] Aug 30 18:54:26.712 INFO O| Aug 30 18:54:26.712 INFO O| Done
34542024-08-30T18:54:28.470Z[ recovery-image] Aug 30 18:54:26.712 INFO O| Aug 30 18:54:26.712 INFO O| Done
34552024-08-30T18:54:29.236Z[ recovery-image] Aug 30 18:54:27.478 INFO O| Aug 30 18:54:27.478 INFO O| Done
34562024-08-30T18:54:29.283Z[ recovery-image] Aug 30 18:54:27.525 INFO O| Aug 30 18:54:27.525 INFO O| Done
34572024-08-30T18:54:29.285Z[ recovery-image] Aug 30 18:54:27.527 INFO O| Aug 30 18:54:27.527 INFO O| Done
34582024-08-30T18:54:29.285Z[ recovery-image] Aug 30 18:54:27.527 INFO O| Aug 30 18:54:27.527 INFO O| Done
34592024-08-30T18:54:29.287Z[ recovery-image] Aug 30 18:54:27.530 INFO O| Aug 30 18:54:27.530 INFO O| Done
34602024-08-30T18:54:29.793Z[ recovery-image] Aug 30 18:54:28.035 INFO O| Aug 30 18:54:28.035 INFO STEP 6 (pkg_change_variant) COMPLETE
34612024-08-30T18:54:29.795Z[ recovery-image] Aug 30 18:54:28.035 INFO O| Aug 30 18:54:28.035 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34622024-08-30T18:54:29.795Z[ recovery-image] Aug 30 18:54:28.035 INFO O| Aug 30 18:54:28.035 INFO skip step because feature "debug_variant" is not enabled
34632024-08-30T18:54:29.795Z[ recovery-image] Aug 30 18:54:28.035 INFO O| Aug 30 18:54:28.035 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34642024-08-30T18:54:30.436Z[ recovery-image] Aug 30 18:54:28.678 INFO O| Aug 30 18:54:28.678 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34652024-08-30T18:54:31.352Z[ recovery-image] Aug 30 18:54:29.594 INFO O| Aug 30 18:54:29.594 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34662024-08-30T18:54:31.355Z[ recovery-image] Aug 30 18:54:29.596 INFO O| Aug 30 18:54:29.596 INFO O| Planning: Planning completed in 0.00 seconds
34672024-08-30T18:54:31.361Z[ recovery-image] Aug 30 18:54:29.597 INFO O| Aug 30 18:54:29.597 INFO O| Planning: Consolidating action changes ... Done
34682024-08-30T18:54:31.362Z[ recovery-image] Aug 30 18:54:29.597 INFO O| Aug 30 18:54:29.597 INFO O| Planning: Evaluating mediators ... Done
34692024-08-30T18:54:31.362Z[ recovery-image] Aug 30 18:54:29.598 INFO O| Aug 30 18:54:29.597 INFO O| Planning: Planning completed in 0.00 seconds
34702024-08-30T18:54:31.362Z[ recovery-image] Aug 30 18:54:29.598 INFO O| Aug 30 18:54:29.598 INFO O| Variants/Facets to change: 1
34712024-08-30T18:54:31.589Z[ recovery-image] Aug 30 18:54:29.831 INFO O| Aug 30 18:54:29.831 INFO O| Done
34722024-08-30T18:54:31.590Z[ recovery-image] Aug 30 18:54:29.831 INFO O| Aug 30 18:54:29.831 INFO O| Done
34732024-08-30T18:54:32.057Z[ recovery-image] Aug 30 18:54:30.299 INFO O| Aug 30 18:54:30.299 INFO O| Done
34742024-08-30T18:54:32.130Z[ recovery-image] Aug 30 18:54:30.372 INFO O| Aug 30 18:54:30.372 INFO O| Done
34752024-08-30T18:54:32.133Z[ recovery-image] Aug 30 18:54:30.373 INFO O| Aug 30 18:54:30.373 INFO O| Done
34762024-08-30T18:54:32.133Z[ recovery-image] Aug 30 18:54:30.373 INFO O| Aug 30 18:54:30.373 INFO O| Done
34772024-08-30T18:54:32.135Z[ recovery-image] Aug 30 18:54:30.375 INFO O| Aug 30 18:54:30.375 INFO O| Done
34782024-08-30T18:54:32.241Z[ recovery-image] Aug 30 18:54:30.483 INFO O| Aug 30 18:54:30.483 INFO STEP 8 (pkg_change_facet) COMPLETE
34792024-08-30T18:54:32.241Z[ recovery-image] Aug 30 18:54:30.483 INFO O| Aug 30 18:54:30.483 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34802024-08-30T18:54:32.453Z[verify-libraries] Compiling dhcproto v0.12.0
34812024-08-30T18:54:33.052Z[ recovery-image] Aug 30 18:54:31.293 INFO O| Aug 30 18:54:31.293 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34822024-08-30T18:54:34.098Z[ recovery-image] Aug 30 18:54:32.340 INFO O| Aug 30 18:54:32.339 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34832024-08-30T18:54:34.100Z[ recovery-image] Aug 30 18:54:32.341 INFO O| Aug 30 18:54:32.341 INFO O| Planning: Planning completed in 0.00 seconds
34842024-08-30T18:54:34.100Z[ recovery-image] Aug 30 18:54:32.342 INFO O| Aug 30 18:54:32.342 INFO O| Planning: Consolidating action changes ... Done
34852024-08-30T18:54:34.102Z[ recovery-image] Aug 30 18:54:32.342 INFO O| Aug 30 18:54:32.342 INFO O| Planning: Evaluating mediators ... Done
34862024-08-30T18:54:34.102Z[ recovery-image] Aug 30 18:54:32.343 INFO O| Aug 30 18:54:32.343 INFO O| Planning: Planning completed in 0.00 seconds
34872024-08-30T18:54:34.102Z[ recovery-image] Aug 30 18:54:32.343 INFO O| Aug 30 18:54:32.343 INFO O| Variants/Facets to change: 1
34882024-08-30T18:54:34.178Z[ recovery-image] Aug 30 18:54:32.420 INFO O| Aug 30 18:54:32.420 INFO O| Done
34892024-08-30T18:54:34.178Z[ recovery-image] Aug 30 18:54:32.420 INFO O| Aug 30 18:54:32.420 INFO O| Done
34902024-08-30T18:54:34.754Z[ recovery-image] Aug 30 18:54:32.995 INFO O| Aug 30 18:54:32.995 INFO O| Done
34912024-08-30T18:54:34.868Z[ recovery-image] Aug 30 18:54:33.109 INFO O| Aug 30 18:54:33.109 INFO O| Done
34922024-08-30T18:54:34.870Z[ recovery-image] Aug 30 18:54:33.110 INFO O| Aug 30 18:54:33.110 INFO O| Done
34932024-08-30T18:54:34.870Z[ recovery-image] Aug 30 18:54:33.110 INFO O| Aug 30 18:54:33.110 INFO O| Done
34942024-08-30T18:54:34.872Z[ recovery-image] Aug 30 18:54:33.112 INFO O| Aug 30 18:54:33.112 INFO O| Done
34952024-08-30T18:54:34.970Z[ recovery-image] Aug 30 18:54:33.210 INFO O| Aug 30 18:54:33.210 INFO STEP 9 (pkg_change_facet) COMPLETE
34962024-08-30T18:54:34.970Z[ recovery-image] Aug 30 18:54:33.210 INFO O| Aug 30 18:54:33.210 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34972024-08-30T18:54:35.361Z[verify-libraries] Compiling heck v0.4.1
34982024-08-30T18:54:35.629Z[ recovery-image] Aug 30 18:54:33.870 INFO O| Aug 30 18:54:33.870 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34992024-08-30T18:54:36.734Z[ recovery-image] Aug 30 18:54:34.975 INFO O| Aug 30 18:54:34.975 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35002024-08-30T18:54:36.737Z[ recovery-image] Aug 30 18:54:34.977 INFO O| Aug 30 18:54:34.977 INFO O| Planning: Planning completed in 0.00 seconds
35012024-08-30T18:54:36.737Z[ recovery-image] Aug 30 18:54:34.978 INFO O| Aug 30 18:54:34.978 INFO O| Planning: Consolidating action changes ... Done
35022024-08-30T18:54:36.737Z[ recovery-image] Aug 30 18:54:34.978 INFO O| Aug 30 18:54:34.978 INFO O| Planning: Evaluating mediators ... Done
35032024-08-30T18:54:36.739Z[ recovery-image] Aug 30 18:54:34.979 INFO O| Aug 30 18:54:34.979 INFO O| Planning: Planning completed in 0.00 seconds
35042024-08-30T18:54:36.739Z[ recovery-image] Aug 30 18:54:34.979 INFO O| Aug 30 18:54:34.979 INFO O| Variants/Facets to change: 1
35052024-08-30T18:54:36.856Z[ recovery-image] Aug 30 18:54:35.097 INFO O| Aug 30 18:54:35.097 INFO O| Done
35062024-08-30T18:54:36.856Z[ recovery-image] Aug 30 18:54:35.097 INFO O| Aug 30 18:54:35.097 INFO O| Done
35072024-08-30T18:54:36.985Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35082024-08-30T18:54:37.372Z[ recovery-image] Aug 30 18:54:35.613 INFO O| Aug 30 18:54:35.612 INFO O| Done
35092024-08-30T18:54:37.435Z[ recovery-image] Aug 30 18:54:35.676 INFO O| Aug 30 18:54:35.676 INFO O| Done
35102024-08-30T18:54:37.438Z[ recovery-image] Aug 30 18:54:35.677 INFO O| Aug 30 18:54:35.677 INFO O| Done
35112024-08-30T18:54:37.454Z[ recovery-image] Aug 30 18:54:35.695 INFO O| Aug 30 18:54:35.695 INFO O| Done
35122024-08-30T18:54:37.456Z[ recovery-image] Aug 30 18:54:35.697 INFO O| Aug 30 18:54:35.697 INFO O| Done
35132024-08-30T18:54:37.553Z[ recovery-image] Aug 30 18:54:35.794 INFO O| Aug 30 18:54:35.794 INFO STEP 10 (pkg_change_facet) COMPLETE
35142024-08-30T18:54:37.553Z[ recovery-image] Aug 30 18:54:35.794 INFO O| Aug 30 18:54:35.794 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35152024-08-30T18:54:37.575Z[ recovery-image] Aug 30 18:54:35.815 INFO O| Aug 30 18:54:35.815 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"]
35162024-08-30T18:54:38.723Z[ recovery-image] Aug 30 18:54:36.964 INFO O| Aug 30 18:54:36.963 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35172024-08-30T18:54:40.674Z[ host-image] Aug 30 18:54:38.915 INFO O| Aug 30 18:54:38.914 INFO O| Planning: Solver setup ... Done
35182024-08-30T18:54:42.569Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35192024-08-30T18:54:44.515Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35202024-08-30T18:54:45.264Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35212024-08-30T18:54:45.734Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35222024-08-30T18:54:45.859Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35232024-08-30T18:54:46.231Z[verify-libraries] Compiling indent_write v2.2.0
35242024-08-30T18:54:46.417Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35252024-08-30T18:54:46.650Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35262024-08-30T18:54:46.995Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35272024-08-30T18:54:48.914Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35282024-08-30T18:54:49.258Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35292024-08-30T18:54:56.222Z[verify-libraries] Compiling termios v0.3.3
35302024-08-30T18:54:56.699Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35312024-08-30T18:55:05.603Z[ host-image] Aug 30 18:55:03.840 INFO O| Aug 30 18:55:03.840 INFO O| Planning: Running solver ... Done
35322024-08-30T18:55:05.919Z[ host-image] Aug 30 18:55:04.156 INFO O| Aug 30 18:55:04.156 INFO O| Planning: Finding local manifests ... Done
35332024-08-30T18:55:05.935Z[ host-image] Aug 30 18:55:04.172 INFO O| Aug 30 18:55:04.172 INFO O| Planning: Fetching manifests: 0/124 0% complete
35342024-08-30T18:55:10.138Z[ recovery-image] Aug 30 18:55:08.375 INFO O| Aug 30 18:55:08.375 INFO O| Planning: Solver setup ... Done
35352024-08-30T18:55:12.215Z[ host-image] Aug 30 18:55:10.451 INFO O| Aug 30 18:55:10.451 INFO O| Planning: Fetching manifests: 124/124 100% complete
35362024-08-30T18:55:13.433Z[ host-image] Aug 30 18:55:11.669 INFO O| Aug 30 18:55:11.669 INFO O| Planning: Package planning ... Done
35372024-08-30T18:55:15.027Z[ host-image] Aug 30 18:55:13.258 INFO O| Aug 30 18:55:13.258 INFO O| Planning: Merging actions ... Done
35382024-08-30T18:55:15.583Z[ host-image] Aug 30 18:55:13.818 INFO O| Aug 30 18:55:13.818 INFO O| Planning: Checking for conflicting actions ... Done
35392024-08-30T18:55:15.870Z[ host-image] Aug 30 18:55:14.105 INFO O| Aug 30 18:55:14.105 INFO O| Planning: Consolidating action changes ... Done
35402024-08-30T18:55:16.322Z[ host-image] Aug 30 18:55:14.558 INFO O| Aug 30 18:55:14.558 INFO O| Planning: Evaluating mediators ... Done
35412024-08-30T18:55:22.528Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35422024-08-30T18:55:22.967Z[ host-image] Aug 30 18:55:21.202 INFO O| Aug 30 18:55:21.202 INFO O| Planning: Planning completed in 71.82 seconds
35432024-08-30T18:55:22.977Z[ host-image] Aug 30 18:55:21.212 INFO O| Aug 30 18:55:21.211 INFO O| Packages to install: 124
35442024-08-30T18:55:22.977Z[ host-image] Aug 30 18:55:21.212 INFO O| Aug 30 18:55:21.212 INFO O| Mediators to change: 4
35452024-08-30T18:55:22.977Z[ host-image] Aug 30 18:55:21.212 INFO O| Aug 30 18:55:21.212 INFO O| Services to change: 6
35462024-08-30T18:55:23.079Z[ host-image] Aug 30 18:55:21.314 INFO O| Aug 30 18:55:21.314 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35472024-08-30T18:55:28.083Z[ host-image] Aug 30 18:55:26.317 INFO O| Aug 30 18:55:26.317 INFO O| Download: 1007/22728 items 6.3/196.4MB 3% complete (1.3M/s)
35482024-08-30T18:55:33.104Z[ host-image] Aug 30 18:55:31.337 INFO O| Aug 30 18:55:31.337 INFO O| Download: 1382/22728 items 9.0/196.4MB 4% complete (910k/s)
35492024-08-30T18:55:34.350Z[ recovery-image] Aug 30 18:55:32.583 INFO O| Aug 30 18:55:32.583 INFO O| Planning: Running solver ... Done
35502024-08-30T18:55:34.663Z[ recovery-image] Aug 30 18:55:32.896 INFO O| Aug 30 18:55:32.896 INFO O| Planning: Finding local manifests ... Done
35512024-08-30T18:55:34.679Z[ recovery-image] Aug 30 18:55:32.913 INFO O| Aug 30 18:55:32.913 INFO O| Planning: Fetching manifests: 0/124 0% complete
35522024-08-30T18:55:38.346Z[ host-image] Aug 30 18:55:36.578 INFO O| Aug 30 18:55:36.578 INFO O| Download: 1616/22728 items 9.6/196.4MB 4% complete (376k/s)
35532024-08-30T18:55:39.402Z[ recovery-image] Aug 30 18:55:37.634 INFO O| Aug 30 18:55:37.634 INFO O| Planning: Fetching manifests: 124/124 100% complete
35542024-08-30T18:55:40.454Z[ recovery-image] Aug 30 18:55:38.686 INFO O| Aug 30 18:55:38.686 INFO O| Planning: Package planning ... Done
35552024-08-30T18:55:41.328Z[ recovery-image] Aug 30 18:55:39.561 INFO O| Aug 30 18:55:39.561 INFO O| Planning: Merging actions ... Done
35562024-08-30T18:55:41.526Z[ recovery-image] Aug 30 18:55:39.758 INFO O| Aug 30 18:55:39.758 INFO O| Planning: Checking for conflicting actions ... Done
35572024-08-30T18:55:41.678Z[ recovery-image] Aug 30 18:55:39.909 INFO O| Aug 30 18:55:39.909 INFO O| Planning: Consolidating action changes ... Done
35582024-08-30T18:55:42.010Z[ recovery-image] Aug 30 18:55:40.242 INFO O| Aug 30 18:55:40.242 INFO O| Planning: Evaluating mediators ... Done
35592024-08-30T18:55:43.358Z[ host-image] Aug 30 18:55:41.590 INFO O| Aug 30 18:55:41.590 INFO O| Download: 1775/22728 items 12.0/196.4MB 6% complete (355k/s)
35602024-08-30T18:55:47.762Z[ recovery-image] Aug 30 18:55:45.993 INFO O| Aug 30 18:55:45.993 INFO O| Planning: Planning completed in 69.03 seconds
35612024-08-30T18:55:47.769Z[ recovery-image] Aug 30 18:55:46.001 INFO O| Aug 30 18:55:46.001 INFO O| Packages to install: 124
35622024-08-30T18:55:47.769Z[ recovery-image] Aug 30 18:55:46.001 INFO O| Aug 30 18:55:46.001 INFO O| Mediators to change: 4
35632024-08-30T18:55:47.772Z[ recovery-image] Aug 30 18:55:46.001 INFO O| Aug 30 18:55:46.001 INFO O| Services to change: 5
35642024-08-30T18:55:47.857Z[ recovery-image] Aug 30 18:55:46.089 INFO O| Aug 30 18:55:46.088 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35652024-08-30T18:55:48.543Z[ host-image] Aug 30 18:55:46.774 INFO O| Aug 30 18:55:46.774 INFO O| Download: 2016/22728 items 22.4/196.4MB 11% complete (1.3M/s)
35662024-08-30T18:55:52.859Z[ recovery-image] Aug 30 18:55:51.089 INFO O| Aug 30 18:55:51.089 INFO O| Download: 880/15831 items 7.6/173.2MB 4% complete (1.5M/s)
35672024-08-30T18:55:53.607Z[ host-image] Aug 30 18:55:51.838 INFO O| Aug 30 18:55:51.838 INFO O| Download: 2158/22728 items 23.9/196.4MB 12% complete (1.3M/s)
35682024-08-30T18:55:58.498Z[ recovery-image] Aug 30 18:55:56.728 INFO O| Aug 30 18:55:56.676 INFO O| Download: 1098/15831 items 9.2/173.2MB 5% complete (1.0M/s)
35692024-08-30T18:55:58.807Z[ host-image] Aug 30 18:55:57.037 INFO O| Aug 30 18:55:57.036 INFO O| Download: 2306/22728 items 27.1/196.4MB 13% complete (483k/s)
35702024-08-30T18:56:03.452Z[ recovery-image] Aug 30 18:56:01.681 INFO O| Aug 30 18:56:01.681 INFO O| Download: 1250/15831 items 18.3/173.2MB 10% complete (1004k/s)
35712024-08-30T18:56:03.932Z[ host-image] Aug 30 18:56:02.161 INFO O| Aug 30 18:56:02.161 INFO O| Download: 2710/22728 items 30.9/196.4MB 15% complete (723k/s)
35722024-08-30T18:56:05.615Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35732024-08-30T18:56:08.541Z[ recovery-image] Aug 30 18:56:06.769 INFO O| Aug 30 18:56:06.769 INFO O| Download: 1501/15831 items 21.8/173.2MB 12% complete (1.3M/s)
35742024-08-30T18:56:08.932Z[ host-image] Aug 30 18:56:07.161 INFO O| Aug 30 18:56:07.161 INFO O| Download: 3626/22728 items 37.0/196.4MB 18% complete (992k/s)
35752024-08-30T18:56:12.894Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35762024-08-30T18:56:13.656Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35772024-08-30T18:56:13.939Z[ host-image] Aug 30 18:56:12.166 INFO O| Aug 30 18:56:12.166 INFO O| Download: 4342/22728 items 41.0/196.4MB 20% complete (1.0M/s)
35782024-08-30T18:56:14.162Z[ recovery-image] Aug 30 18:56:12.390 INFO O| Aug 30 18:56:12.389 INFO O| Download: 1506/15831 items 21.8/173.2MB 12% complete (1.2M/s)
35792024-08-30T18:56:19.012Z[ host-image] Aug 30 18:56:17.239 INFO O| Aug 30 18:56:17.239 INFO O| Download: 4632/22728 items 42.9/196.4MB 21% complete (733k/s)
35802024-08-30T18:56:19.173Z[ recovery-image] Aug 30 18:56:17.400 INFO O| Aug 30 18:56:17.400 INFO O| Download: 2233/15831 items 31.2/173.2MB 17% complete (1.1M/s)
35812024-08-30T18:56:24.182Z[ recovery-image] Aug 30 18:56:22.409 INFO O| Aug 30 18:56:22.408 INFO O| Download: 3148/15831 items 37.4/173.2MB 21% complete (1.6M/s)
35822024-08-30T18:56:24.725Z[ host-image] Aug 30 18:56:22.951 INFO O| Aug 30 18:56:22.951 INFO O| Download: 4693/22728 items 44.7/196.4MB 22% complete (366k/s)
35832024-08-30T18:56:29.193Z[ recovery-image] Aug 30 18:56:27.419 INFO O| Aug 30 18:56:27.419 INFO O| Download: 3684/15831 items 40.1/173.2MB 23% complete (926k/s)
35842024-08-30T18:56:29.751Z[ host-image] Aug 30 18:56:27.976 INFO O| Aug 30 18:56:27.976 INFO O| Download: 5399/22728 items 46.0/196.4MB 23% complete (352k/s)
35852024-08-30T18:56:34.203Z[ recovery-image] Aug 30 18:56:32.428 INFO O| Aug 30 18:56:32.428 INFO O| Download: 4384/15831 items 42.7/173.2MB 24% complete (557k/s)
35862024-08-30T18:56:35.082Z[ host-image] Aug 30 18:56:33.307 INFO O| Aug 30 18:56:33.307 INFO O| Download: 5766/22728 items 46.3/196.4MB 23% complete (160k/s)
35872024-08-30T18:56:39.216Z[ recovery-image] Aug 30 18:56:37.441 INFO O| Aug 30 18:56:37.441 INFO O| Download: 4808/15831 items 43.0/173.2MB 24% complete (317k/s)
35882024-08-30T18:56:40.086Z[ host-image] Aug 30 18:56:38.310 INFO O| Aug 30 18:56:38.309 INFO O| Download: 6661/22728 items 46.8/196.4MB 23% complete (70.2k/s)
35892024-08-30T18:56:44.447Z[ recovery-image] Aug 30 18:56:42.670 INFO O| Aug 30 18:56:42.670 INFO O| Download: 5694/15831 items 45.3/173.2MB 26% complete (229k/s)
35902024-08-30T18:56:45.962Z[ host-image] Aug 30 18:56:44.184 INFO O| Aug 30 18:56:44.184 INFO O| Download: 6760/22728 items 47.8/196.4MB 24% complete (133k/s)
35912024-08-30T18:56:48.777Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35922024-08-30T18:56:48.962Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35932024-08-30T18:56:49.664Z[ recovery-image] Aug 30 18:56:47.887 INFO O| Aug 30 18:56:47.887 INFO O| Download: 6003/15831 items 54.1/173.2MB 31% complete (1.1M/s)
35942024-08-30T18:56:50.964Z[ host-image] Aug 30 18:56:49.187 INFO O| Aug 30 18:56:49.187 INFO O| Download: 6967/22728 items 50.2/196.4MB 25% complete (297k/s)
35952024-08-30T18:56:53.932Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35962024-08-30T18:56:54.668Z[ recovery-image] Aug 30 18:56:52.891 INFO O| Aug 30 18:56:52.891 INFO O| Download: 6469/15831 items 63.7/173.2MB 36% complete (1.8M/s)
35972024-08-30T18:56:54.816Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35982024-08-30T18:56:55.978Z[ host-image] Aug 30 18:56:54.200 INFO O| Aug 30 18:56:54.200 INFO O| Download: 7545/22728 items 58.2/196.4MB 29% complete (1.1M/s)
35992024-08-30T18:56:59.687Z[ recovery-image] Aug 30 18:56:57.909 INFO O| Aug 30 18:56:57.909 INFO O| Download: 7343/15831 items 73.4/173.2MB 42% complete (1.9M/s)
36002024-08-30T18:57:01.236Z[ host-image] Aug 30 18:56:59.457 INFO O| Aug 30 18:56:59.457 INFO O| Download: 8078/22728 items 60.4/196.4MB 30% complete (1.2M/s)
36012024-08-30T18:57:04.691Z[ recovery-image] Aug 30 18:57:02.912 INFO O| Aug 30 18:57:02.912 INFO O| Download: 7886/15831 items 76.7/173.2MB 44% complete (1.2M/s)
36022024-08-30T18:57:06.291Z[ host-image] Aug 30 18:57:04.511 INFO O| Aug 30 18:57:04.511 INFO O| Download: 9041/22728 items 74.2/196.4MB 37% complete (1.5M/s)
36032024-08-30T18:57:09.707Z[ recovery-image] Aug 30 18:57:07.928 INFO O| Aug 30 18:57:07.928 INFO O| Download: 8388/15831 items 79.8/173.2MB 46% complete (652k/s)
36042024-08-30T18:57:11.323Z[ host-image] Aug 30 18:57:09.543 INFO O| Aug 30 18:57:09.543 INFO O| Download: 10055/22728 items 84.0/196.4MB 42% complete (2.3M/s)
36052024-08-30T18:57:15.185Z[ recovery-image] Aug 30 18:57:13.404 INFO O| Aug 30 18:57:13.404 INFO O| Download: 8820/15831 items 91.7/173.2MB 52% complete (1.6M/s)
36062024-08-30T18:57:16.446Z[ host-image] Aug 30 18:57:14.665 INFO O| Aug 30 18:57:14.665 INFO O| Download: 10836/22728 items 89.9/196.4MB 45% complete (1.6M/s)
36072024-08-30T18:57:20.187Z[ recovery-image] Aug 30 18:57:18.406 INFO O| Aug 30 18:57:18.406 INFO O| Download: 9662/15831 items 92.9/173.2MB 53% complete (1.3M/s)
36082024-08-30T18:57:21.711Z[ host-image] Aug 30 18:57:19.929 INFO O| Aug 30 18:57:19.929 INFO O| Download: 11124/22728 items 92.8/196.4MB 47% complete (864k/s)
36092024-08-30T18:57:25.198Z[ recovery-image] Aug 30 18:57:23.416 INFO O| Aug 30 18:57:23.416 INFO O| Download: 11001/15831 items 94.6/173.2MB 54% complete (274k/s)
36102024-08-30T18:57:27.130Z[ host-image] Aug 30 18:57:25.348 INFO O| Aug 30 18:57:25.347 INFO O| Download: 11243/22728 items 94.2/196.4MB 47% complete (519k/s)
36112024-08-30T18:57:30.200Z[ recovery-image] Aug 30 18:57:28.417 INFO O| Aug 30 18:57:28.416 INFO O| Download: 11416/15831 items 107.1/173.2MB 61% complete (1.4M/s)
36122024-08-30T18:57:32.326Z[ host-image] Aug 30 18:57:30.542 INFO O| Aug 30 18:57:30.542 INFO O| Download: 12005/22728 items 100.3/196.4MB 51% complete (750k/s)
36132024-08-30T18:57:35.222Z[ recovery-image] Aug 30 18:57:33.439 INFO O| Aug 30 18:57:33.439 INFO O| Download: 11939/15831 items 133.1/173.2MB 76% complete (3.7M/s)
36142024-08-30T18:57:37.346Z[ host-image] Aug 30 18:57:35.562 INFO O| Aug 30 18:57:35.562 INFO O| Download: 12321/22728 items 109.4/196.4MB 55% complete (1.5M/s)
36152024-08-30T18:57:40.230Z[ recovery-image] Aug 30 18:57:38.445 INFO O| Aug 30 18:57:38.445 INFO O| Download: 12788/15831 items 140.3/173.2MB 81% complete (3.4M/s)
36162024-08-30T18:57:42.584Z[ host-image] Aug 30 18:57:40.800 INFO O| Aug 30 18:57:40.800 INFO O| Download: 13306/22728 items 109.9/196.4MB 55% complete (1019k/s)
36172024-08-30T18:57:48.798Z[ recovery-image] Aug 30 18:57:43.447 INFO O| Aug 30 18:57:43.447 INFO O| Download: 13542/15831 items 143.7/173.2MB 82% complete (1.1M/s)
36182024-08-30T18:57:48.891Z[ host-image] Aug 30 18:57:45.803 INFO O| Aug 30 18:57:45.803 INFO O| Download: 13904/22728 items 110.2/196.4MB 56% complete (80.7k/s)
36192024-08-30T18:57:50.326Z[ recovery-image] Aug 30 18:57:48.539 INFO O| Aug 30 18:57:48.539 INFO O| Download: 14645/15831 items 147.5/173.2MB 85% complete (743k/s)
36202024-08-30T18:57:52.879Z[ host-image] Aug 30 18:57:51.094 INFO O| Aug 30 18:57:51.094 INFO O| Download: 14512/22728 items 116.6/196.4MB 59% complete (638k/s)
36212024-08-30T18:57:55.347Z[ recovery-image] Aug 30 18:57:53.556 INFO O| Aug 30 18:57:53.555 INFO O| Download: 15123/15831 items 154.9/173.2MB 89% complete (1.1M/s)
36222024-08-30T18:57:57.931Z[ host-image] Aug 30 18:57:56.145 INFO O| Aug 30 18:57:56.144 INFO O| Download: 15538/22728 items 124.3/196.4MB 63% complete (1.4M/s)
36232024-08-30T18:58:01.864Z[ recovery-image] Aug 30 18:58:00.078 INFO O| Aug 30 18:58:00.077 INFO O| Download: 15533/15831 items 165.9/173.2MB 95% complete (1.9M/s)
36242024-08-30T18:58:02.931Z[ host-image] Aug 30 18:58:01.145 INFO O| Aug 30 18:58:01.144 INFO O| Download: 15909/22728 items 131.3/196.4MB 66% complete (1.5M/s)
36252024-08-30T18:58:06.866Z[ recovery-image] Aug 30 18:58:05.079 INFO O| Aug 30 18:58:05.079 INFO O| Download: 15627/15831 items 167.1/173.2MB 96% complete (986k/s)
36262024-08-30T18:58:07.943Z[ host-image] Aug 30 18:58:06.156 INFO O| Aug 30 18:58:06.156 INFO O| Download: 16909/22728 items 143.2/196.4MB 72% complete (1.9M/s)
36272024-08-30T18:58:10.323Z[ recovery-image] Aug 30 18:58:08.535 INFO O| Aug 30 18:58:08.535 INFO O| Download: Completed 173.17 MB in 142.45 seconds (1.2M/s)
36282024-08-30T18:58:11.489Z[ recovery-image] Aug 30 18:58:09.701 INFO O| Aug 30 18:58:09.701 INFO O| Actions: 1/24965 actions (Installing new actions)
36292024-08-30T18:58:13.284Z[ host-image] Aug 30 18:58:11.306 INFO O| Aug 30 18:58:11.306 INFO O| Download: 17910/22728 items 158.1/196.4MB 80% complete (2.6M/s)
36302024-08-30T18:58:16.523Z[ recovery-image] Aug 30 18:58:14.734 INFO O| Aug 30 18:58:14.734 INFO O| Actions: 8168/24965 actions (Installing new actions)
36312024-08-30T18:58:18.096Z[ host-image] Aug 30 18:58:16.306 INFO O| Aug 30 18:58:16.306 INFO O| Download: 18944/22728 items 162.7/196.4MB 82% complete (1.9M/s)
36322024-08-30T18:58:21.530Z[ recovery-image] Aug 30 18:58:19.740 INFO O| Aug 30 18:58:19.740 INFO O| Actions: 14162/24965 actions (Installing new actions)
36332024-08-30T18:58:23.100Z[ host-image] Aug 30 18:58:21.310 INFO O| Aug 30 18:58:21.310 INFO O| Download: 20084/22728 items 167.6/196.4MB 85% complete (977k/s)
36342024-08-30T18:58:27.436Z[ recovery-image] Aug 30 18:58:25.646 INFO O| Aug 30 18:58:25.646 INFO O| Actions: 24412/24965 actions (Installing new actions)
36352024-08-30T18:58:28.155Z[ host-image] Aug 30 18:58:26.364 INFO O| Aug 30 18:58:26.364 INFO O| Download: 20823/22728 items 175.4/196.4MB 89% complete (1.2M/s)
36362024-08-30T18:58:31.129Z[ recovery-image] Aug 30 18:58:29.338 INFO O| Aug 30 18:58:29.338 INFO O| Actions: Completed 24965 actions in 19.63 seconds.
36372024-08-30T18:58:31.677Z[ recovery-image] Aug 30 18:58:29.886 INFO O| Aug 30 18:58:29.886 INFO O| Done
36382024-08-30T18:58:31.677Z[ recovery-image] Aug 30 18:58:29.886 INFO O| Aug 30 18:58:29.886 INFO O| Done
36392024-08-30T18:58:32.725Z[ recovery-image] Aug 30 18:58:30.934 INFO O| Aug 30 18:58:30.934 INFO O| Done
36402024-08-30T18:58:33.157Z[ host-image] Aug 30 18:58:31.365 INFO O| Aug 30 18:58:31.365 INFO O| Download: 21732/22728 items 180.7/196.4MB 92% complete (1.3M/s)
36412024-08-30T18:58:34.416Z[ recovery-image] Aug 30 18:58:32.625 INFO O| Aug 30 18:58:32.625 INFO O| Done
36422024-08-30T18:58:34.439Z[ recovery-image] Aug 30 18:58:32.648 INFO O| Aug 30 18:58:32.648 INFO O| Done
36432024-08-30T18:58:38.158Z[ host-image] Aug 30 18:58:36.365 INFO O| Aug 30 18:58:36.365 INFO O| Download: 22444/22728 items 196.1/196.4MB 99% complete (2.1M/s)
36442024-08-30T18:58:39.078Z[ recovery-image] Aug 30 18:58:37.286 INFO O| Aug 30 18:58:37.286 INFO O| Done
36452024-08-30T18:58:39.353Z[ host-image] Aug 30 18:58:37.561 INFO O| Aug 30 18:58:37.560 INFO O| Download: Completed 196.40 MB in 196.25 seconds (1022k/s)
36462024-08-30T18:58:39.853Z[ recovery-image] Aug 30 18:58:38.061 INFO O| Aug 30 18:58:38.061 INFO O| Done
36472024-08-30T18:58:40.141Z[ recovery-image] Aug 30 18:58:38.348 INFO O| Aug 30 18:58:38.348 INFO STEP 11 (pkg_install) COMPLETE
36482024-08-30T18:58:40.141Z[ recovery-image] Aug 30 18:58:38.348 INFO O| Aug 30 18:58:38.348 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36492024-08-30T18:58:40.142Z[ recovery-image] Aug 30 18:58:38.348 INFO O| Aug 30 18:58:38.348 INFO skip step because feature "recovery" is enabled
36502024-08-30T18:58:40.145Z[ recovery-image] Aug 30 18:58:38.348 INFO O| Aug 30 18:58:38.348 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-08-30T18:58:40.145Z[ recovery-image] Aug 30 18:58:38.348 INFO O| Aug 30 18:58:38.348 INFO skip step because feature "omicron1" is not enabled
36522024-08-30T18:58:40.145Z[ recovery-image] Aug 30 18:58:38.348 INFO O| Aug 30 18:58:38.348 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-08-30T18:58:40.159Z[ recovery-image] Aug 30 18:58:38.367 INFO O| Aug 30 18:58:38.367 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36542024-08-30T18:58:41.112Z[ host-image] Aug 30 18:58:39.320 INFO O| Aug 30 18:58:39.320 INFO O| Actions: 1/49262 actions (Installing new actions)
36552024-08-30T18:58:41.146Z[ recovery-image] Aug 30 18:58:39.354 INFO O| Aug 30 18:58:39.353 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36562024-08-30T18:58:44.200Z[ recovery-image] Aug 30 18:58:42.407 INFO O| Aug 30 18:58:42.407 INFO O| Planning: Solver setup ... Done
36572024-08-30T18:58:44.207Z[ recovery-image] Aug 30 18:58:42.414 INFO O| Aug 30 18:58:42.414 INFO O| Planning: Running solver ... Done
36582024-08-30T18:58:44.316Z[ recovery-image] Aug 30 18:58:42.523 INFO O| Aug 30 18:58:42.523 INFO O| Planning: Finding local manifests ... Done
36592024-08-30T18:58:44.320Z[ recovery-image] Aug 30 18:58:42.524 INFO O| Aug 30 18:58:42.524 INFO O| Planning: Fetching manifests: 0/1 0% complete
36602024-08-30T18:58:44.447Z[ recovery-image] Aug 30 18:58:42.654 INFO O| Aug 30 18:58:42.654 INFO O| Planning: Fetching manifests: 1/1 100% complete
36612024-08-30T18:58:44.483Z[ recovery-image] Aug 30 18:58:42.690 INFO O| Aug 30 18:58:42.689 INFO O| Planning: Package planning ... Done
36622024-08-30T18:58:44.486Z[ recovery-image] Aug 30 18:58:42.690 INFO O| Aug 30 18:58:42.690 INFO O| Planning: Merging actions ... Done
36632024-08-30T18:58:44.545Z[ recovery-image] Aug 30 18:58:42.752 INFO O| Aug 30 18:58:42.752 INFO O| Planning: Checking for conflicting actions ... Done
36642024-08-30T18:58:44.548Z[ recovery-image] Aug 30 18:58:42.753 INFO O| Aug 30 18:58:42.753 INFO O| Planning: Consolidating action changes ... Done
36652024-08-30T18:58:44.847Z[ recovery-image] Aug 30 18:58:43.053 INFO O| Aug 30 18:58:43.053 INFO O| Planning: Evaluating mediators ... Done
36662024-08-30T18:58:44.850Z[ recovery-image] Aug 30 18:58:43.054 INFO O| Aug 30 18:58:43.054 INFO O| Planning: Planning completed in 3.70 seconds
36672024-08-30T18:58:44.850Z[ recovery-image] Aug 30 18:58:43.057 INFO O| Aug 30 18:58:43.057 INFO O| Packages to install: 1
36682024-08-30T18:58:44.870Z[ recovery-image] Aug 30 18:58:43.077 INFO O| Aug 30 18:58:43.077 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36692024-08-30T18:58:46.054Z[ recovery-image] Aug 30 18:58:44.261 INFO O| Aug 30 18:58:44.261 INFO O| Download: Completed 20.80 MB in 1.18 seconds (17.6M/s)
36702024-08-30T18:58:46.114Z[ host-image] Aug 30 18:58:44.320 INFO O| Aug 30 18:58:44.320 INFO O| Actions: 9472/49262 actions (Installing new actions)
36712024-08-30T18:58:46.155Z[ recovery-image] Aug 30 18:58:44.362 INFO O| Aug 30 18:58:44.362 INFO O| Actions: 1/22 actions (Installing new actions)
36722024-08-30T18:58:47.003Z[ recovery-image] Aug 30 18:58:45.209 INFO O| Aug 30 18:58:45.209 INFO O| Actions: Completed 22 actions in 0.85 seconds.
36732024-08-30T18:58:47.329Z[ recovery-image] Aug 30 18:58:45.536 INFO O| Aug 30 18:58:45.536 INFO O| Done
36742024-08-30T18:58:47.329Z[ recovery-image] Aug 30 18:58:45.536 INFO O| Aug 30 18:58:45.536 INFO O| Done
36752024-08-30T18:58:48.246Z[ recovery-image] Aug 30 18:58:46.453 INFO O| Aug 30 18:58:46.453 INFO O| Done
36762024-08-30T18:58:50.267Z[ recovery-image] Aug 30 18:58:48.474 INFO O| Aug 30 18:58:48.474 INFO O| Done
36772024-08-30T18:58:50.292Z[ recovery-image] Aug 30 18:58:48.498 INFO O| Aug 30 18:58:48.498 INFO O| Done
36782024-08-30T18:58:50.294Z[ recovery-image] Aug 30 18:58:48.499 INFO O| Aug 30 18:58:48.499 INFO O| Done
36792024-08-30T18:58:50.311Z[ recovery-image] Aug 30 18:58:48.517 INFO O| Aug 30 18:58:48.517 INFO O| Done
36802024-08-30T18:58:50.495Z[ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO STEP 14 (pkg_install) COMPLETE
36812024-08-30T18:58:50.495Z[ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36822024-08-30T18:58:50.495Z[ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO skip step because feature "mfg" is not enabled
36832024-08-30T18:58:50.495Z[ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36842024-08-30T18:58:50.498Z[ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO skip step because feature "compliance" is not enabled
36852024-08-30T18:58:50.498Z[ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36862024-08-30T18:58:50.498Z[ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO skip step because feature "stress" is not enabled
36872024-08-30T18:58:50.498Z[ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36882024-08-30T18:58:50.498Z[ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO skip step because feature "nfs" is not enabled
36892024-08-30T18:58:50.498Z[ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36902024-08-30T18:58:50.498Z[ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36912024-08-30T18:58:50.701Z[ recovery-image] Aug 30 18:58:48.908 INFO O| Aug 30 18:58:48.908 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36922024-08-30T18:58:50.827Z[ recovery-image] Aug 30 18:58:49.033 INFO O| Aug 30 18:58:49.033 INFO completed processing gimlet/ramdisk-01-os
36932024-08-30T18:58:50.830Z[ recovery-image] Aug 30 18:58:49.037 INFO image builder template: ramdisk-02-trim...
36942024-08-30T18:58:50.830Z[ recovery-image] Aug 30 18:58:49.037 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/.tmpWwHkvv/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
36952024-08-30T18:58:50.871Z[ recovery-image] Aug 30 18:58:49.078 INFO O| Aug 30 18:58:49.078 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36962024-08-30T18:58:50.879Z[ recovery-image] Aug 30 18:58:49.086 INFO O| Aug 30 18:58:49.086 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36972024-08-30T18:58:50.953Z[ recovery-image] Aug 30 18:58:49.160 INFO O| Aug 30 18:58:49.160 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36982024-08-30T18:58:51.047Z[ recovery-image] Aug 30 18:58:49.253 INFO O| Aug 30 18:58:49.253 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36992024-08-30T18:58:51.047Z[ recovery-image] Aug 30 18:58:49.253 INFO O| Aug 30 18:58:49.253 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37002024-08-30T18:58:51.056Z[ recovery-image] Aug 30 18:58:49.263 INFO O| Aug 30 18:58:49.263 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37012024-08-30T18:58:51.064Z[ recovery-image] Aug 30 18:58:49.271 INFO O| Aug 30 18:58:49.271 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37022024-08-30T18:58:51.101Z[ recovery-image] Aug 30 18:58:49.307 INFO O| Aug 30 18:58:49.307 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37032024-08-30T18:58:51.115Z[ host-image] Aug 30 18:58:49.321 INFO O| Aug 30 18:58:49.321 INFO O| Actions: 16434/49262 actions (Installing new actions)
37042024-08-30T18:58:51.586Z[ recovery-image] Aug 30 18:58:49.793 INFO O| Aug 30 18:58:49.793 INFO rolled back to input snapshot; work may begin
37052024-08-30T18:58:51.587Z[ recovery-image] Aug 30 18:58:49.793 INFO O| Aug 30 18:58:49.793 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37062024-08-30T18:58:51.647Z[ recovery-image] Aug 30 18:58:49.853 INFO O| Aug 30 18:58:49.853 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37072024-08-30T18:58:51.666Z[ recovery-image] Aug 30 18:58:49.872 INFO O| Aug 30 18:58:49.872 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37082024-08-30T18:58:51.992Z[ recovery-image] Aug 30 18:58:50.198 INFO O| Aug 30 18:58:50.198 INFO STEP 0 (remove_files) COMPLETE
37092024-08-30T18:58:51.992Z[ recovery-image] Aug 30 18:58:50.198 INFO O| Aug 30 18:58:50.198 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37102024-08-30T18:58:52.029Z[ recovery-image] Aug 30 18:58:50.235 INFO O| Aug 30 18:58:50.235 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37112024-08-30T18:58:52.033Z[ recovery-image] Aug 30 18:58:50.239 INFO O| Aug 30 18:58:50.239 INFO STEP 1 (remove_files) COMPLETE
37122024-08-30T18:58:52.035Z[ recovery-image] Aug 30 18:58:50.239 INFO O| Aug 30 18:58:50.239 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37132024-08-30T18:58:52.081Z[ recovery-image] Aug 30 18:58:50.286 INFO O| Aug 30 18:58:50.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37142024-08-30T18:58:52.119Z[ recovery-image] Aug 30 18:58:50.325 INFO O| Aug 30 18:58:50.325 INFO STEP 2 (remove_files) COMPLETE
37152024-08-30T18:58:52.119Z[ recovery-image] Aug 30 18:58:50.325 INFO O| Aug 30 18:58:50.325 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37162024-08-30T18:58:52.190Z[ recovery-image] Aug 30 18:58:50.395 INFO O| Aug 30 18:58:50.395 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37172024-08-30T18:58:52.193Z[ recovery-image] Aug 30 18:58:50.398 INFO O| Aug 30 18:58:50.398 INFO STEP 3 (remove_files) COMPLETE
37182024-08-30T18:58:52.193Z[ recovery-image] Aug 30 18:58:50.398 INFO O| Aug 30 18:58:50.398 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37192024-08-30T18:58:52.274Z[ recovery-image] Aug 30 18:58:50.480 INFO O| Aug 30 18:58:50.480 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37202024-08-30T18:58:52.280Z[ recovery-image] Aug 30 18:58:50.487 INFO O| Aug 30 18:58:50.487 INFO STEP 4 (remove_files) COMPLETE
37212024-08-30T18:58:52.280Z[ recovery-image] Aug 30 18:58:50.487 INFO O| Aug 30 18:58:50.487 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37222024-08-30T18:58:52.300Z[ recovery-image] Aug 30 18:58:50.506 INFO O| Aug 30 18:58:50.506 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37232024-08-30T18:58:52.303Z[ recovery-image] Aug 30 18:58:50.507 INFO O| Aug 30 18:58:50.506 INFO STEP 5 (remove_files) COMPLETE
37242024-08-30T18:58:52.303Z[ recovery-image] Aug 30 18:58:50.507 INFO O| Aug 30 18:58:50.507 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37252024-08-30T18:58:52.330Z[ recovery-image] Aug 30 18:58:50.536 INFO O| Aug 30 18:58:50.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37262024-08-30T18:58:52.348Z[ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO STEP 6 (remove_files) COMPLETE
37272024-08-30T18:58:52.348Z[ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37282024-08-30T18:58:52.350Z[ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO skip step because feature "recovery" is enabled
37292024-08-30T18:58:52.350Z[ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37302024-08-30T18:58:52.350Z[ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO skip step because feature "recovery" is enabled
37312024-08-30T18:58:52.350Z[ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-08-30T18:58:52.350Z[ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO skip step because feature "recovery" is enabled
37332024-08-30T18:58:52.351Z[ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37342024-08-30T18:58:52.369Z[ recovery-image] Aug 30 18:58:50.575 INFO O| Aug 30 18:58:50.575 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37352024-08-30T18:58:52.410Z[ recovery-image] Aug 30 18:58:50.616 INFO O| Aug 30 18:58:50.616 INFO STEP 10 (remove_files) COMPLETE
37362024-08-30T18:58:52.410Z[ recovery-image] Aug 30 18:58:50.616 INFO O| Aug 30 18:58:50.616 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37372024-08-30T18:58:52.445Z[ recovery-image] Aug 30 18:58:50.651 INFO O| Aug 30 18:58:50.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37382024-08-30T18:58:52.447Z[ recovery-image] Aug 30 18:58:50.653 INFO O| Aug 30 18:58:50.653 INFO STEP 11 (remove_files) COMPLETE
37392024-08-30T18:58:52.447Z[ recovery-image] Aug 30 18:58:50.653 INFO O| Aug 30 18:58:50.653 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37402024-08-30T18:58:52.520Z[ recovery-image] Aug 30 18:58:50.726 INFO O| Aug 30 18:58:50.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37412024-08-30T18:58:52.522Z[ recovery-image] Aug 30 18:58:50.728 INFO O| Aug 30 18:58:50.728 INFO STEP 12 (remove_files) COMPLETE
37422024-08-30T18:58:52.522Z[ recovery-image] Aug 30 18:58:50.728 INFO O| Aug 30 18:58:50.728 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37432024-08-30T18:58:52.688Z[ recovery-image] Aug 30 18:58:50.894 INFO O| Aug 30 18:58:50.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37442024-08-30T18:58:52.696Z[ recovery-image] Aug 30 18:58:50.902 INFO O| Aug 30 18:58:50.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37452024-08-30T18:58:52.696Z[ recovery-image] Aug 30 18:58:50.902 INFO O| Aug 30 18:58:50.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37462024-08-30T18:58:52.707Z[ recovery-image] Aug 30 18:58:50.913 INFO O| Aug 30 18:58:50.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37472024-08-30T18:58:53.043Z[ recovery-image] Aug 30 18:58:51.249 INFO O| Aug 30 18:58:51.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37482024-08-30T18:58:53.053Z[ recovery-image] Aug 30 18:58:51.259 INFO O| Aug 30 18:58:51.259 INFO STEP 13 (remove_files) COMPLETE
37492024-08-30T18:58:53.056Z[ recovery-image] Aug 30 18:58:51.259 INFO O| Aug 30 18:58:51.259 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-08-30T18:58:53.099Z[ recovery-image] Aug 30 18:58:51.305 INFO O| Aug 30 18:58:51.305 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37512024-08-30T18:58:53.102Z[ recovery-image] Aug 30 18:58:51.307 INFO O| Aug 30 18:58:51.307 INFO STEP 14 (remove_files) COMPLETE
37522024-08-30T18:58:53.102Z[ recovery-image] Aug 30 18:58:51.307 INFO O| Aug 30 18:58:51.307 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-08-30T18:58:53.121Z[ recovery-image] Aug 30 18:58:51.327 INFO O| Aug 30 18:58:51.327 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37542024-08-30T18:58:53.130Z[ recovery-image] Aug 30 18:58:51.336 INFO O| Aug 30 18:58:51.336 INFO STEP 15 (remove_files) COMPLETE
37552024-08-30T18:58:53.130Z[ recovery-image] Aug 30 18:58:51.336 INFO O| Aug 30 18:58:51.336 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-08-30T18:58:53.171Z[ recovery-image] Aug 30 18:58:51.378 INFO O| Aug 30 18:58:51.377 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37572024-08-30T18:58:53.174Z[ recovery-image] Aug 30 18:58:51.378 INFO O| Aug 30 18:58:51.378 INFO STEP 16 (remove_files) COMPLETE
37582024-08-30T18:58:53.174Z[ recovery-image] Aug 30 18:58:51.378 INFO O| Aug 30 18:58:51.378 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-08-30T18:58:53.221Z[ recovery-image] Aug 30 18:58:51.427 INFO O| Aug 30 18:58:51.427 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37602024-08-30T18:58:53.224Z[ recovery-image] Aug 30 18:58:51.429 INFO O| Aug 30 18:58:51.429 INFO STEP 17 (remove_files) COMPLETE
37612024-08-30T18:58:53.224Z[ recovery-image] Aug 30 18:58:51.429 INFO O| Aug 30 18:58:51.429 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-08-30T18:58:53.243Z[ recovery-image] Aug 30 18:58:51.449 INFO O| Aug 30 18:58:51.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37632024-08-30T18:58:53.243Z[ recovery-image] Aug 30 18:58:51.449 INFO O| Aug 30 18:58:51.449 INFO STEP 18 (remove_files) COMPLETE
37642024-08-30T18:58:53.243Z[ recovery-image] Aug 30 18:58:51.449 INFO O| Aug 30 18:58:51.449 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-08-30T18:58:53.283Z[ recovery-image] Aug 30 18:58:51.489 INFO O| Aug 30 18:58:51.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37662024-08-30T18:58:53.285Z[ recovery-image] Aug 30 18:58:51.489 INFO O| Aug 30 18:58:51.489 INFO STEP 19 (remove_files) COMPLETE
37672024-08-30T18:58:53.286Z[ recovery-image] Aug 30 18:58:51.490 INFO O| Aug 30 18:58:51.489 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-08-30T18:58:53.333Z[ recovery-image] Aug 30 18:58:51.539 INFO O| Aug 30 18:58:51.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37692024-08-30T18:58:53.335Z[ recovery-image] Aug 30 18:58:51.539 INFO O| Aug 30 18:58:51.539 INFO STEP 20 (remove_files) COMPLETE
37702024-08-30T18:58:53.335Z[ recovery-image] Aug 30 18:58:51.539 INFO O| Aug 30 18:58:51.539 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-08-30T18:58:53.352Z[ recovery-image] Aug 30 18:58:51.558 INFO O| Aug 30 18:58:51.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37722024-08-30T18:58:53.352Z[ recovery-image] Aug 30 18:58:51.558 INFO O| Aug 30 18:58:51.558 INFO STEP 21 (remove_files) COMPLETE
37732024-08-30T18:58:53.352Z[ recovery-image] Aug 30 18:58:51.558 INFO O| Aug 30 18:58:51.558 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37742024-08-30T18:58:53.374Z[ recovery-image] Aug 30 18:58:51.577 INFO O| Aug 30 18:58:51.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37752024-08-30T18:58:53.374Z[ recovery-image] Aug 30 18:58:51.577 INFO O| Aug 30 18:58:51.577 INFO STEP 22 (remove_files) COMPLETE
37762024-08-30T18:58:53.374Z[ recovery-image] Aug 30 18:58:51.577 INFO O| Aug 30 18:58:51.577 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-08-30T18:58:53.406Z[ recovery-image] Aug 30 18:58:51.595 INFO O| Aug 30 18:58:51.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37782024-08-30T18:58:53.408Z[ recovery-image] Aug 30 18:58:51.596 INFO O| Aug 30 18:58:51.596 INFO STEP 23 (remove_files) COMPLETE
37792024-08-30T18:58:53.408Z[ recovery-image] Aug 30 18:58:51.596 INFO O| Aug 30 18:58:51.596 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37802024-08-30T18:58:53.408Z[ recovery-image] Aug 30 18:58:51.613 INFO O| Aug 30 18:58:51.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37812024-08-30T18:58:53.408Z[ recovery-image] Aug 30 18:58:51.613 INFO O| Aug 30 18:58:51.613 INFO STEP 24 (remove_files) COMPLETE
37822024-08-30T18:58:53.408Z[ recovery-image] Aug 30 18:58:51.613 INFO O| Aug 30 18:58:51.613 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-08-30T18:58:53.440Z[ recovery-image] Aug 30 18:58:51.629 INFO O| Aug 30 18:58:51.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37842024-08-30T18:58:53.440Z[ recovery-image] Aug 30 18:58:51.630 INFO O| Aug 30 18:58:51.630 INFO STEP 25 (remove_files) COMPLETE
37852024-08-30T18:58:53.440Z[ recovery-image] Aug 30 18:58:51.630 INFO O| Aug 30 18:58:51.630 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-08-30T18:58:53.442Z[ recovery-image] Aug 30 18:58:51.647 INFO O| Aug 30 18:58:51.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37872024-08-30T18:58:53.442Z[ recovery-image] Aug 30 18:58:51.647 INFO O| Aug 30 18:58:51.647 INFO STEP 26 (remove_files) COMPLETE
37882024-08-30T18:58:53.442Z[ recovery-image] Aug 30 18:58:51.647 INFO O| Aug 30 18:58:51.647 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37892024-08-30T18:58:53.459Z[ recovery-image] Aug 30 18:58:51.665 INFO O| Aug 30 18:58:51.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37902024-08-30T18:58:53.461Z[ recovery-image] Aug 30 18:58:51.665 INFO O| Aug 30 18:58:51.665 INFO STEP 27 (remove_files) COMPLETE
37912024-08-30T18:58:53.461Z[ recovery-image] Aug 30 18:58:51.665 INFO O| Aug 30 18:58:51.665 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-08-30T18:58:53.476Z[ recovery-image] Aug 30 18:58:51.682 INFO O| Aug 30 18:58:51.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37932024-08-30T18:58:53.478Z[ recovery-image] Aug 30 18:58:51.682 INFO O| Aug 30 18:58:51.682 INFO STEP 28 (remove_files) COMPLETE
37942024-08-30T18:58:53.478Z[ recovery-image] Aug 30 18:58:51.683 INFO O| Aug 30 18:58:51.682 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-08-30T18:58:53.493Z[ recovery-image] Aug 30 18:58:51.699 INFO O| Aug 30 18:58:51.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37962024-08-30T18:58:53.493Z[ recovery-image] Aug 30 18:58:51.699 INFO O| Aug 30 18:58:51.699 INFO STEP 29 (remove_files) COMPLETE
37972024-08-30T18:58:53.495Z[ recovery-image] Aug 30 18:58:51.700 INFO O| Aug 30 18:58:51.699 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-08-30T18:58:53.568Z[ recovery-image] Aug 30 18:58:51.774 INFO O| Aug 30 18:58:51.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37992024-08-30T18:58:53.568Z[ recovery-image] Aug 30 18:58:51.774 INFO O| Aug 30 18:58:51.774 INFO STEP 30 (remove_files) COMPLETE
38002024-08-30T18:58:53.571Z[ recovery-image] Aug 30 18:58:51.774 INFO O| Aug 30 18:58:51.774 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-08-30T18:58:53.596Z[ recovery-image] Aug 30 18:58:51.795 INFO O| Aug 30 18:58:51.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38022024-08-30T18:58:53.596Z[ recovery-image] Aug 30 18:58:51.795 INFO O| Aug 30 18:58:51.795 INFO STEP 31 (remove_files) COMPLETE
38032024-08-30T18:58:53.597Z[ recovery-image] Aug 30 18:58:51.796 INFO O| Aug 30 18:58:51.795 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38042024-08-30T18:58:53.608Z[ recovery-image] Aug 30 18:58:51.814 INFO O| Aug 30 18:58:51.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38052024-08-30T18:58:53.610Z[ recovery-image] Aug 30 18:58:51.814 INFO O| Aug 30 18:58:51.814 INFO STEP 32 (remove_files) COMPLETE
38062024-08-30T18:58:53.611Z[ recovery-image] Aug 30 18:58:51.814 INFO O| Aug 30 18:58:51.814 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38072024-08-30T18:58:53.627Z[ recovery-image] Aug 30 18:58:51.833 INFO O| Aug 30 18:58:51.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38082024-08-30T18:58:53.629Z[ recovery-image] Aug 30 18:58:51.833 INFO O| Aug 30 18:58:51.833 INFO STEP 33 (remove_files) COMPLETE
38092024-08-30T18:58:53.629Z[ recovery-image] Aug 30 18:58:51.833 INFO O| Aug 30 18:58:51.833 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38102024-08-30T18:58:53.647Z[ recovery-image] Aug 30 18:58:51.853 INFO O| Aug 30 18:58:51.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38112024-08-30T18:58:53.649Z[ recovery-image] Aug 30 18:58:51.853 INFO O| Aug 30 18:58:51.853 INFO STEP 34 (remove_files) COMPLETE
38122024-08-30T18:58:53.649Z[ recovery-image] Aug 30 18:58:51.853 INFO O| Aug 30 18:58:51.853 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-08-30T18:58:53.675Z[ recovery-image] Aug 30 18:58:51.881 INFO O| Aug 30 18:58:51.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38142024-08-30T18:58:53.675Z[ recovery-image] Aug 30 18:58:51.881 INFO O| Aug 30 18:58:51.881 INFO STEP 35 (remove_files) COMPLETE
38152024-08-30T18:58:53.675Z[ recovery-image] Aug 30 18:58:51.881 INFO O| Aug 30 18:58:51.881 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38162024-08-30T18:58:53.695Z[ recovery-image] Aug 30 18:58:51.901 INFO O| Aug 30 18:58:51.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38172024-08-30T18:58:53.695Z[ recovery-image] Aug 30 18:58:51.901 INFO O| Aug 30 18:58:51.901 INFO STEP 36 (remove_files) COMPLETE
38182024-08-30T18:58:53.695Z[ recovery-image] Aug 30 18:58:51.901 INFO O| Aug 30 18:58:51.901 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-08-30T18:58:53.716Z[ recovery-image] Aug 30 18:58:51.921 INFO O| Aug 30 18:58:51.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38202024-08-30T18:58:53.716Z[ recovery-image] Aug 30 18:58:51.921 INFO O| Aug 30 18:58:51.921 INFO STEP 37 (remove_files) COMPLETE
38212024-08-30T18:58:53.716Z[ recovery-image] Aug 30 18:58:51.921 INFO O| Aug 30 18:58:51.921 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38222024-08-30T18:58:53.736Z[ recovery-image] Aug 30 18:58:51.941 INFO O| Aug 30 18:58:51.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38232024-08-30T18:58:53.736Z[ recovery-image] Aug 30 18:58:51.941 INFO O| Aug 30 18:58:51.941 INFO STEP 38 (remove_files) COMPLETE
38242024-08-30T18:58:53.738Z[ recovery-image] Aug 30 18:58:51.941 INFO O| Aug 30 18:58:51.941 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38252024-08-30T18:58:53.754Z[ recovery-image] Aug 30 18:58:51.960 INFO O| Aug 30 18:58:51.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38262024-08-30T18:58:53.754Z[ recovery-image] Aug 30 18:58:51.960 INFO O| Aug 30 18:58:51.960 INFO STEP 39 (remove_files) COMPLETE
38272024-08-30T18:58:53.756Z[ recovery-image] Aug 30 18:58:51.960 INFO O| Aug 30 18:58:51.960 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38282024-08-30T18:58:53.773Z[ recovery-image] Aug 30 18:58:51.979 INFO O| Aug 30 18:58:51.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38292024-08-30T18:58:53.773Z[ recovery-image] Aug 30 18:58:51.979 INFO O| Aug 30 18:58:51.979 INFO STEP 40 (remove_files) COMPLETE
38302024-08-30T18:58:53.776Z[ recovery-image] Aug 30 18:58:51.979 INFO O| Aug 30 18:58:51.979 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38312024-08-30T18:58:53.791Z[ recovery-image] Aug 30 18:58:51.997 INFO O| Aug 30 18:58:51.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38322024-08-30T18:58:53.791Z[ recovery-image] Aug 30 18:58:51.997 INFO O| Aug 30 18:58:51.997 INFO STEP 41 (remove_files) COMPLETE
38332024-08-30T18:58:53.794Z[ recovery-image] Aug 30 18:58:51.998 INFO O| Aug 30 18:58:51.997 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-08-30T18:58:53.810Z[ recovery-image] Aug 30 18:58:52.016 INFO O| Aug 30 18:58:52.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38352024-08-30T18:58:53.810Z[ recovery-image] Aug 30 18:58:52.016 INFO O| Aug 30 18:58:52.016 INFO STEP 42 (remove_files) COMPLETE
38362024-08-30T18:58:53.813Z[ recovery-image] Aug 30 18:58:52.016 INFO O| Aug 30 18:58:52.016 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38372024-08-30T18:58:53.830Z[ recovery-image] Aug 30 18:58:52.035 INFO O| Aug 30 18:58:52.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38382024-08-30T18:58:53.830Z[ recovery-image] Aug 30 18:58:52.035 INFO O| Aug 30 18:58:52.035 INFO STEP 43 (remove_files) COMPLETE
38392024-08-30T18:58:53.830Z[ recovery-image] Aug 30 18:58:52.035 INFO O| Aug 30 18:58:52.035 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-08-30T18:58:53.847Z[ recovery-image] Aug 30 18:58:52.053 INFO O| Aug 30 18:58:52.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38412024-08-30T18:58:53.847Z[ recovery-image] Aug 30 18:58:52.053 INFO O| Aug 30 18:58:52.053 INFO STEP 44 (remove_files) COMPLETE
38422024-08-30T18:58:53.847Z[ recovery-image] Aug 30 18:58:52.053 INFO O| Aug 30 18:58:52.053 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38432024-08-30T18:58:53.890Z[ recovery-image] Aug 30 18:58:52.096 INFO O| Aug 30 18:58:52.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38442024-08-30T18:58:53.890Z[ recovery-image] Aug 30 18:58:52.096 INFO O| Aug 30 18:58:52.096 INFO STEP 45 (remove_files) COMPLETE
38452024-08-30T18:58:53.890Z[ recovery-image] Aug 30 18:58:52.096 INFO O| Aug 30 18:58:52.096 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-08-30T18:58:53.920Z[ recovery-image] Aug 30 18:58:52.126 INFO O| Aug 30 18:58:52.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38472024-08-30T18:58:53.920Z[ recovery-image] Aug 30 18:58:52.126 INFO O| Aug 30 18:58:52.126 INFO STEP 46 (remove_files) COMPLETE
38482024-08-30T18:58:53.923Z[ recovery-image] Aug 30 18:58:52.126 INFO O| Aug 30 18:58:52.126 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-08-30T18:58:53.939Z[ recovery-image] Aug 30 18:58:52.145 INFO O| Aug 30 18:58:52.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38502024-08-30T18:58:53.939Z[ recovery-image] Aug 30 18:58:52.145 INFO O| Aug 30 18:58:52.145 INFO STEP 47 (remove_files) COMPLETE
38512024-08-30T18:58:53.942Z[ recovery-image] Aug 30 18:58:52.145 INFO O| Aug 30 18:58:52.145 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-08-30T18:58:53.990Z[ recovery-image] Aug 30 18:58:52.196 INFO O| Aug 30 18:58:52.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38532024-08-30T18:58:53.992Z[ recovery-image] Aug 30 18:58:52.196 INFO O| Aug 30 18:58:52.196 INFO STEP 48 (remove_files) COMPLETE
38542024-08-30T18:58:53.993Z[ recovery-image] Aug 30 18:58:52.196 INFO O| Aug 30 18:58:52.196 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38552024-08-30T18:58:54.032Z[ recovery-image] Aug 30 18:58:52.238 INFO O| Aug 30 18:58:52.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38562024-08-30T18:58:54.032Z[ recovery-image] Aug 30 18:58:52.238 INFO O| Aug 30 18:58:52.238 INFO STEP 49 (remove_files) COMPLETE
38572024-08-30T18:58:54.032Z[ recovery-image] Aug 30 18:58:52.238 INFO O| Aug 30 18:58:52.238 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-08-30T18:58:54.049Z[ recovery-image] Aug 30 18:58:52.255 INFO O| Aug 30 18:58:52.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38592024-08-30T18:58:54.049Z[ recovery-image] Aug 30 18:58:52.255 INFO O| Aug 30 18:58:52.255 INFO STEP 50 (remove_files) COMPLETE
38602024-08-30T18:58:54.051Z[ recovery-image] Aug 30 18:58:52.255 INFO O| Aug 30 18:58:52.255 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-08-30T18:58:54.067Z[ recovery-image] Aug 30 18:58:52.273 INFO O| Aug 30 18:58:52.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38622024-08-30T18:58:54.067Z[ recovery-image] Aug 30 18:58:52.273 INFO O| Aug 30 18:58:52.273 INFO STEP 51 (remove_files) COMPLETE
38632024-08-30T18:58:54.067Z[ recovery-image] Aug 30 18:58:52.273 INFO O| Aug 30 18:58:52.273 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-08-30T18:58:54.113Z[ recovery-image] Aug 30 18:58:52.319 INFO O| Aug 30 18:58:52.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38652024-08-30T18:58:54.113Z[ recovery-image] Aug 30 18:58:52.319 INFO O| Aug 30 18:58:52.319 INFO STEP 52 (remove_files) COMPLETE
38662024-08-30T18:58:54.116Z[ recovery-image] Aug 30 18:58:52.319 INFO O| Aug 30 18:58:52.319 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-08-30T18:58:54.153Z[ recovery-image] Aug 30 18:58:52.359 INFO O| Aug 30 18:58:52.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38682024-08-30T18:58:54.153Z[ recovery-image] Aug 30 18:58:52.359 INFO O| Aug 30 18:58:52.359 INFO STEP 53 (remove_files) COMPLETE
38692024-08-30T18:58:54.153Z[ recovery-image] Aug 30 18:58:52.359 INFO O| Aug 30 18:58:52.359 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-08-30T18:58:54.193Z[ recovery-image] Aug 30 18:58:52.399 INFO O| Aug 30 18:58:52.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38712024-08-30T18:58:54.193Z[ recovery-image] Aug 30 18:58:52.399 INFO O| Aug 30 18:58:52.399 INFO STEP 54 (remove_files) COMPLETE
38722024-08-30T18:58:54.196Z[ recovery-image] Aug 30 18:58:52.399 INFO O| Aug 30 18:58:52.399 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-08-30T18:58:54.255Z[ recovery-image] Aug 30 18:58:52.461 INFO O| Aug 30 18:58:52.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38742024-08-30T18:58:54.255Z[ recovery-image] Aug 30 18:58:52.461 INFO O| Aug 30 18:58:52.461 INFO STEP 55 (remove_files) COMPLETE
38752024-08-30T18:58:54.258Z[ recovery-image] Aug 30 18:58:52.461 INFO O| Aug 30 18:58:52.461 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-08-30T18:58:54.275Z[ recovery-image] Aug 30 18:58:52.480 INFO O| Aug 30 18:58:52.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38772024-08-30T18:58:54.275Z[ recovery-image] Aug 30 18:58:52.480 INFO O| Aug 30 18:58:52.480 INFO STEP 56 (remove_files) COMPLETE
38782024-08-30T18:58:54.275Z[ recovery-image] Aug 30 18:58:52.480 INFO O| Aug 30 18:58:52.480 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-08-30T18:58:54.293Z[ recovery-image] Aug 30 18:58:52.499 INFO O| Aug 30 18:58:52.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38802024-08-30T18:58:54.293Z[ recovery-image] Aug 30 18:58:52.499 INFO O| Aug 30 18:58:52.499 INFO STEP 57 (remove_files) COMPLETE
38812024-08-30T18:58:54.293Z[ recovery-image] Aug 30 18:58:52.499 INFO O| Aug 30 18:58:52.499 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-08-30T18:58:54.375Z[ recovery-image] Aug 30 18:58:52.581 INFO O| Aug 30 18:58:52.581 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38832024-08-30T18:58:54.375Z[ recovery-image] Aug 30 18:58:52.581 INFO O| Aug 30 18:58:52.581 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38842024-08-30T18:58:54.377Z[ recovery-image] Aug 30 18:58:52.581 INFO O| Aug 30 18:58:52.581 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38852024-08-30T18:58:54.377Z[ recovery-image] Aug 30 18:58:52.582 INFO O| Aug 30 18:58:52.581 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38862024-08-30T18:58:54.377Z[ recovery-image] Aug 30 18:58:52.582 INFO O| Aug 30 18:58:52.582 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38872024-08-30T18:58:54.377Z[ recovery-image] Aug 30 18:58:52.582 INFO O| Aug 30 18:58:52.582 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38882024-08-30T18:58:54.378Z[ recovery-image] Aug 30 18:58:52.582 INFO O| Aug 30 18:58:52.582 INFO ok!
38892024-08-30T18:58:54.378Z[ recovery-image] Aug 30 18:58:52.582 INFO O| Aug 30 18:58:52.582 INFO STEP 58 (ensure_file) COMPLETE
38902024-08-30T18:58:54.378Z[ recovery-image] Aug 30 18:58:52.582 INFO O| Aug 30 18:58:52.582 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-08-30T18:58:54.395Z[ recovery-image] Aug 30 18:58:52.601 INFO O| Aug 30 18:58:52.601 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38922024-08-30T18:58:54.395Z[ recovery-image] Aug 30 18:58:52.601 INFO O| Aug 30 18:58:52.601 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38932024-08-30T18:58:54.398Z[ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38942024-08-30T18:58:54.398Z[ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38952024-08-30T18:58:54.398Z[ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38962024-08-30T18:58:54.398Z[ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38972024-08-30T18:58:54.398Z[ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO ok!
38982024-08-30T18:58:54.398Z[ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO STEP 59 (ensure_file) COMPLETE
38992024-08-30T18:58:54.398Z[ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-08-30T18:58:54.445Z[ recovery-image] Aug 30 18:58:52.651 INFO O| Aug 30 18:58:52.650 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39012024-08-30T18:58:54.445Z[ recovery-image] Aug 30 18:58:52.651 INFO O| Aug 30 18:58:52.651 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39022024-08-30T18:58:54.445Z[ recovery-image] Aug 30 18:58:52.651 INFO O| Aug 30 18:58:52.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39032024-08-30T18:58:54.447Z[ recovery-image] Aug 30 18:58:52.651 INFO O| Aug 30 18:58:52.651 INFO ok!
39042024-08-30T18:58:54.447Z[ recovery-image] Aug 30 18:58:52.651 INFO O| Aug 30 18:58:52.651 INFO STEP 60 (ensure_file) COMPLETE
39052024-08-30T18:58:54.447Z[ recovery-image] Aug 30 18:58:52.651 INFO O| Aug 30 18:58:52.651 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39062024-08-30T18:58:54.478Z[ recovery-image] Aug 30 18:58:52.684 INFO O| Aug 30 18:58:52.683 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39072024-08-30T18:58:54.478Z[ recovery-image] Aug 30 18:58:52.684 INFO O| Aug 30 18:58:52.684 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39082024-08-30T18:58:54.478Z[ recovery-image] Aug 30 18:58:52.684 INFO O| Aug 30 18:58:52.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39092024-08-30T18:58:54.478Z[ recovery-image] Aug 30 18:58:52.684 INFO O| Aug 30 18:58:52.684 INFO ok!
39102024-08-30T18:58:54.480Z[ recovery-image] Aug 30 18:58:52.684 INFO O| Aug 30 18:58:52.684 INFO STEP 61 (ensure_file) COMPLETE
39112024-08-30T18:58:54.480Z[ recovery-image] Aug 30 18:58:52.684 INFO O| Aug 30 18:58:52.684 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39122024-08-30T18:58:54.497Z[ recovery-image] Aug 30 18:58:52.703 INFO O| Aug 30 18:58:52.703 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39132024-08-30T18:58:54.497Z[ recovery-image] Aug 30 18:58:52.703 INFO O| Aug 30 18:58:52.703 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39142024-08-30T18:58:54.500Z[ recovery-image] Aug 30 18:58:52.703 INFO O| Aug 30 18:58:52.703 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39152024-08-30T18:58:54.500Z[ recovery-image] Aug 30 18:58:52.703 INFO O| Aug 30 18:58:52.703 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39162024-08-30T18:58:54.500Z[ recovery-image] Aug 30 18:58:52.703 INFO O| Aug 30 18:58:52.703 INFO ok!
39172024-08-30T18:58:54.500Z[ recovery-image] Aug 30 18:58:52.704 INFO O| Aug 30 18:58:52.704 INFO STEP 62 (ensure_file) COMPLETE
39182024-08-30T18:58:54.500Z[ recovery-image] Aug 30 18:58:52.704 INFO O| Aug 30 18:58:52.704 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-08-30T18:58:54.518Z[ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39202024-08-30T18:58:54.518Z[ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39212024-08-30T18:58:54.521Z[ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39222024-08-30T18:58:54.521Z[ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39232024-08-30T18:58:54.521Z[ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO ok!
39242024-08-30T18:58:54.521Z[ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO STEP 63 (ensure_file) COMPLETE
39252024-08-30T18:58:54.521Z[ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-08-30T18:58:54.539Z[ recovery-image] Aug 30 18:58:52.744 INFO O| Aug 30 18:58:52.744 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39272024-08-30T18:58:54.539Z[ recovery-image] Aug 30 18:58:52.744 INFO O| Aug 30 18:58:52.744 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39282024-08-30T18:58:54.539Z[ recovery-image] Aug 30 18:58:52.745 INFO O| Aug 30 18:58:52.744 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39292024-08-30T18:58:54.539Z[ recovery-image] Aug 30 18:58:52.745 INFO O| Aug 30 18:58:52.745 INFO ok!
39302024-08-30T18:58:54.539Z[ recovery-image] Aug 30 18:58:52.745 INFO O| Aug 30 18:58:52.745 INFO STEP 64 (assemble_files) COMPLETE
39312024-08-30T18:58:54.539Z[ recovery-image] Aug 30 18:58:52.745 INFO O| Aug 30 18:58:52.745 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-08-30T18:58:54.558Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39332024-08-30T18:58:54.559Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39342024-08-30T18:58:54.561Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39352024-08-30T18:58:54.561Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39362024-08-30T18:58:54.561Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO ok!
39372024-08-30T18:58:54.561Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO STEP 65 (ensure_file) COMPLETE
39382024-08-30T18:58:54.561Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-08-30T18:58:54.561Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO skip step because feature "omicron1" is not enabled
39402024-08-30T18:58:54.561Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-08-30T18:58:54.561Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO skip step because feature "omicron1" is not enabled
39422024-08-30T18:58:54.561Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-08-30T18:58:54.561Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO skip step because feature "omicron1" is not enabled
39442024-08-30T18:58:54.561Z[ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39452024-08-30T18:58:54.587Z[ recovery-image] Aug 30 18:58:52.793 INFO O| Aug 30 18:58:52.793 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39462024-08-30T18:58:54.587Z[ recovery-image] Aug 30 18:58:52.793 INFO O| Aug 30 18:58:52.793 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39472024-08-30T18:58:56.115Z[ host-image] Aug 30 18:58:54.321 INFO O| Aug 30 18:58:54.321 INFO O| Actions: 21685/49262 actions (Installing new actions)
39482024-08-30T18:58:58.093Z[ recovery-image] Aug 30 18:58:56.299 INFO O| Aug 30 18:58:56.298 INFO STEP 69 (pack_tar) COMPLETE
39492024-08-30T18:58:58.093Z[ recovery-image] Aug 30 18:58:56.299 INFO O| Aug 30 18:58:56.299 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39502024-08-30T18:58:58.096Z[ recovery-image] Aug 30 18:58:56.299 INFO O| Aug 30 18:58:56.299 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39512024-08-30T18:58:58.374Z[ recovery-image] Aug 30 18:58:56.579 INFO O| Aug 30 18:58:56.579 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39522024-08-30T18:58:58.536Z[ recovery-image] Aug 30 18:58:56.741 INFO O| Aug 30 18:58:56.741 INFO completed processing gimlet/ramdisk-02-trim
39532024-08-30T18:58:58.539Z[ recovery-image] Aug 30 18:58:56.745 INFO image builder template: ramdisk-03-recovery-trim...
39542024-08-30T18:58:58.541Z[ recovery-image] Aug 30 18:58:56.745 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/.tmpWwHkvv/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
39552024-08-30T18:58:58.738Z[ recovery-image] Aug 30 18:58:56.943 INFO O| Aug 30 18:58:56.943 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39562024-08-30T18:58:58.746Z[ recovery-image] Aug 30 18:58:56.951 INFO O| Aug 30 18:58:56.951 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39572024-08-30T18:58:58.837Z[ recovery-image] Aug 30 18:58:57.042 INFO O| Aug 30 18:58:57.042 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39582024-08-30T18:58:58.901Z[ recovery-image] Aug 30 18:58:57.106 INFO O| Aug 30 18:58:57.106 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39592024-08-30T18:58:58.903Z[ recovery-image] Aug 30 18:58:57.106 INFO O| Aug 30 18:58:57.106 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39602024-08-30T18:58:58.930Z[ recovery-image] Aug 30 18:58:57.135 INFO O| Aug 30 18:58:57.135 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39612024-08-30T18:58:58.954Z[ recovery-image] Aug 30 18:58:57.159 INFO O| Aug 30 18:58:57.159 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39622024-08-30T18:58:58.978Z[ recovery-image] Aug 30 18:58:57.183 INFO O| Aug 30 18:58:57.183 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39632024-08-30T18:58:59.317Z[ recovery-image] Aug 30 18:58:57.522 INFO O| Aug 30 18:58:57.522 INFO rolled back to input snapshot; work may begin
39642024-08-30T18:58:59.320Z[ recovery-image] Aug 30 18:58:57.522 INFO O| Aug 30 18:58:57.522 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39652024-08-30T18:58:59.327Z[ recovery-image] Aug 30 18:58:57.532 INFO O| Aug 30 18:58:57.532 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-08-30T18:58:59.348Z[ recovery-image] Aug 30 18:58:57.553 INFO O| Aug 30 18:58:57.553 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39672024-08-30T18:58:59.413Z[ recovery-image] Aug 30 18:58:57.618 INFO O| Aug 30 18:58:57.618 INFO STEP 0 (remove_files) COMPLETE
39682024-08-30T18:58:59.413Z[ recovery-image] Aug 30 18:58:57.618 INFO O| Aug 30 18:58:57.618 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-08-30T18:58:59.432Z[ recovery-image] Aug 30 18:58:57.638 INFO O| Aug 30 18:58:57.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39702024-08-30T18:58:59.691Z[ recovery-image] Aug 30 18:58:57.895 INFO O| Aug 30 18:58:57.895 INFO STEP 1 (remove_files) COMPLETE
39712024-08-30T18:58:59.691Z[ recovery-image] Aug 30 18:58:57.895 INFO O| Aug 30 18:58:57.895 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-08-30T18:58:59.733Z[ recovery-image] Aug 30 18:58:57.938 INFO O| Aug 30 18:58:57.938 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39732024-08-30T18:58:59.774Z[ recovery-image] Aug 30 18:58:57.979 INFO O| Aug 30 18:58:57.979 INFO STEP 2 (remove_files) COMPLETE
39742024-08-30T18:58:59.774Z[ recovery-image] Aug 30 18:58:57.979 INFO O| Aug 30 18:58:57.979 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-30T18:58:59.803Z[ recovery-image] Aug 30 18:58:58.008 INFO O| Aug 30 18:58:58.008 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39762024-08-30T18:58:59.922Z[ recovery-image] Aug 30 18:58:58.126 INFO O| Aug 30 18:58:58.126 INFO STEP 3 (remove_files) COMPLETE
39772024-08-30T18:58:59.922Z[ recovery-image] Aug 30 18:58:58.126 INFO O| Aug 30 18:58:58.126 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-08-30T18:58:59.960Z[ recovery-image] Aug 30 18:58:58.165 INFO O| Aug 30 18:58:58.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39792024-08-30T18:59:00.000Z[ recovery-image] Aug 30 18:58:58.205 INFO O| Aug 30 18:58:58.205 INFO STEP 4 (remove_files) COMPLETE
39802024-08-30T18:59:00.000Z[ recovery-image] Aug 30 18:58:58.205 INFO O| Aug 30 18:58:58.205 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-08-30T18:59:00.038Z[ recovery-image] Aug 30 18:58:58.243 INFO O| Aug 30 18:58:58.243 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39822024-08-30T18:59:00.125Z[ recovery-image] Aug 30 18:58:58.330 INFO O| Aug 30 18:58:58.330 INFO STEP 5 (remove_files) COMPLETE
39832024-08-30T18:59:00.125Z[ recovery-image] Aug 30 18:58:58.330 INFO O| Aug 30 18:58:58.330 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-08-30T18:59:00.151Z[ recovery-image] Aug 30 18:58:58.356 INFO O| Aug 30 18:58:58.356 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39852024-08-30T18:59:00.172Z[ recovery-image] Aug 30 18:58:58.377 INFO O| Aug 30 18:58:58.377 INFO STEP 6 (remove_files) COMPLETE
39862024-08-30T18:59:00.172Z[ recovery-image] Aug 30 18:58:58.377 INFO O| Aug 30 18:58:58.377 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-08-30T18:59:00.227Z[ recovery-image] Aug 30 18:58:58.432 INFO O| Aug 30 18:58:58.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39882024-08-30T18:59:00.229Z[ recovery-image] Aug 30 18:58:58.434 INFO O| Aug 30 18:58:58.434 INFO STEP 7 (remove_files) COMPLETE
39892024-08-30T18:59:00.232Z[ recovery-image] Aug 30 18:58:58.435 INFO O| Aug 30 18:58:58.434 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-08-30T18:59:00.247Z[ recovery-image] Aug 30 18:58:58.453 INFO O| Aug 30 18:58:58.453 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39912024-08-30T18:59:00.251Z[ recovery-image] Aug 30 18:58:58.456 INFO O| Aug 30 18:58:58.456 INFO STEP 8 (remove_files) COMPLETE
39922024-08-30T18:59:00.251Z[ recovery-image] Aug 30 18:58:58.456 INFO O| Aug 30 18:58:58.456 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-08-30T18:59:00.523Z[ recovery-image] Aug 30 18:58:58.503 INFO O| Aug 30 18:58:58.503 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39942024-08-30T18:59:00.527Z[ recovery-image] Aug 30 18:58:58.529 INFO O| Aug 30 18:58:58.529 INFO STEP 9 (remove_files) COMPLETE
39952024-08-30T18:59:00.527Z[ recovery-image] Aug 30 18:58:58.529 INFO O| Aug 30 18:58:58.529 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-08-30T18:59:00.527Z[ recovery-image] Aug 30 18:58:58.550 INFO O| Aug 30 18:58:58.550 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39972024-08-30T18:59:00.527Z[ recovery-image] Aug 30 18:58:58.551 INFO O| Aug 30 18:58:58.551 INFO STEP 10 (remove_files) COMPLETE
39982024-08-30T18:59:00.527Z[ recovery-image] Aug 30 18:58:58.551 INFO O| Aug 30 18:58:58.551 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-08-30T18:59:00.527Z[ recovery-image] Aug 30 18:58:58.572 INFO O| Aug 30 18:58:58.572 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40002024-08-30T18:59:00.984Z[ recovery-image] Aug 30 18:58:59.189 INFO O| Aug 30 18:58:59.189 INFO STEP 11 (remove_files) COMPLETE
40012024-08-30T18:59:00.984Z[ recovery-image] Aug 30 18:58:59.189 INFO O| Aug 30 18:58:59.189 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-08-30T18:59:01.017Z[ recovery-image] Aug 30 18:58:59.222 INFO O| Aug 30 18:58:59.222 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40032024-08-30T18:59:01.071Z[ recovery-image] Aug 30 18:58:59.276 INFO O| Aug 30 18:58:59.276 INFO STEP 12 (remove_files) COMPLETE
40042024-08-30T18:59:01.071Z[ recovery-image] Aug 30 18:58:59.276 INFO O| Aug 30 18:58:59.276 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-30T18:59:01.108Z[ recovery-image] Aug 30 18:58:59.313 INFO O| Aug 30 18:58:59.313 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40062024-08-30T18:59:01.111Z[ recovery-image] Aug 30 18:58:59.317 INFO O| Aug 30 18:58:59.317 INFO STEP 13 (remove_files) COMPLETE
40072024-08-30T18:59:01.111Z[ recovery-image] Aug 30 18:58:59.317 INFO O| Aug 30 18:58:59.317 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-30T18:59:01.116Z[ host-image] Aug 30 18:58:59.321 INFO O| Aug 30 18:58:59.321 INFO O| Actions: 34451/49262 actions (Installing new actions)
40092024-08-30T18:59:01.158Z[ recovery-image] Aug 30 18:58:59.363 INFO O| Aug 30 18:58:59.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40102024-08-30T18:59:01.161Z[ recovery-image] Aug 30 18:58:59.364 INFO O| Aug 30 18:58:59.364 INFO STEP 14 (remove_files) COMPLETE
40112024-08-30T18:59:01.161Z[ recovery-image] Aug 30 18:58:59.364 INFO O| Aug 30 18:58:59.364 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-08-30T18:59:01.192Z[ recovery-image] Aug 30 18:58:59.398 INFO O| Aug 30 18:58:59.397 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40132024-08-30T18:59:01.221Z[ recovery-image] Aug 30 18:58:59.426 INFO O| Aug 30 18:58:59.426 INFO STEP 15 (remove_files) COMPLETE
40142024-08-30T18:59:01.221Z[ recovery-image] Aug 30 18:58:59.426 INFO O| Aug 30 18:58:59.426 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-08-30T18:59:01.241Z[ recovery-image] Aug 30 18:58:59.446 INFO O| Aug 30 18:58:59.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40162024-08-30T18:59:01.385Z[ recovery-image] Aug 30 18:58:59.590 INFO O| Aug 30 18:58:59.589 INFO STEP 16 (remove_files) COMPLETE
40172024-08-30T18:59:01.385Z[ recovery-image] Aug 30 18:58:59.590 INFO O| Aug 30 18:58:59.590 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-30T18:59:01.439Z[ recovery-image] Aug 30 18:58:59.644 INFO O| Aug 30 18:58:59.643 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40192024-08-30T18:59:01.441Z[ recovery-image] Aug 30 18:58:59.644 INFO O| Aug 30 18:58:59.644 INFO STEP 17 (remove_files) COMPLETE
40202024-08-30T18:59:01.441Z[ recovery-image] Aug 30 18:58:59.644 INFO O| Aug 30 18:58:59.644 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-08-30T18:59:01.456Z[ recovery-image] Aug 30 18:58:59.661 INFO O| Aug 30 18:58:59.661 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40222024-08-30T18:59:01.552Z[ recovery-image] Aug 30 18:58:59.756 INFO O| Aug 30 18:58:59.756 INFO STEP 18 (remove_files) COMPLETE
40232024-08-30T18:59:01.552Z[ recovery-image] Aug 30 18:58:59.757 INFO O| Aug 30 18:58:59.756 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-08-30T18:59:01.630Z[ recovery-image] Aug 30 18:58:59.835 INFO O| Aug 30 18:58:59.835 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40252024-08-30T18:59:01.943Z[ recovery-image] Aug 30 18:59:00.148 INFO O| Aug 30 18:59:00.147 INFO STEP 19 (remove_files) COMPLETE
40262024-08-30T18:59:01.943Z[ recovery-image] Aug 30 18:59:00.148 INFO O| Aug 30 18:59:00.148 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-08-30T18:59:01.998Z[ recovery-image] Aug 30 18:59:00.203 INFO O| Aug 30 18:59:00.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40282024-08-30T18:59:02.001Z[ recovery-image] Aug 30 18:59:00.204 INFO O| Aug 30 18:59:00.204 INFO STEP 20 (remove_files) COMPLETE
40292024-08-30T18:59:02.001Z[ recovery-image] Aug 30 18:59:00.204 INFO O| Aug 30 18:59:00.204 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-08-30T18:59:02.037Z[ recovery-image] Aug 30 18:59:00.241 INFO O| Aug 30 18:59:00.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40312024-08-30T18:59:02.074Z[ recovery-image] Aug 30 18:59:00.279 INFO O| Aug 30 18:59:00.279 INFO STEP 21 (remove_files) COMPLETE
40322024-08-30T18:59:02.074Z[ recovery-image] Aug 30 18:59:00.279 INFO O| Aug 30 18:59:00.279 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-08-30T18:59:02.094Z[ recovery-image] Aug 30 18:59:00.299 INFO O| Aug 30 18:59:00.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40342024-08-30T18:59:02.098Z[ recovery-image] Aug 30 18:59:00.299 INFO O| Aug 30 18:59:00.299 INFO STEP 22 (remove_files) COMPLETE
40352024-08-30T18:59:02.098Z[ recovery-image] Aug 30 18:59:00.299 INFO O| Aug 30 18:59:00.299 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-08-30T18:59:02.125Z[ recovery-image] Aug 30 18:59:00.329 INFO O| Aug 30 18:59:00.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40372024-08-30T18:59:02.125Z[ recovery-image] Aug 30 18:59:00.329 INFO O| Aug 30 18:59:00.329 INFO STEP 23 (remove_files) COMPLETE
40382024-08-30T18:59:02.125Z[ recovery-image] Aug 30 18:59:00.329 INFO O| Aug 30 18:59:00.329 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-08-30T18:59:02.204Z[ recovery-image] Aug 30 18:59:00.409 INFO O| Aug 30 18:59:00.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40402024-08-30T18:59:02.241Z[ recovery-image] Aug 30 18:59:00.445 INFO O| Aug 30 18:59:00.445 INFO STEP 24 (remove_files) COMPLETE
40412024-08-30T18:59:02.241Z[ recovery-image] Aug 30 18:59:00.445 INFO O| Aug 30 18:59:00.445 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-08-30T18:59:02.307Z[ recovery-image] Aug 30 18:59:00.492 INFO O| Aug 30 18:59:00.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40432024-08-30T18:59:02.307Z[ recovery-image] Aug 30 18:59:00.492 INFO O| Aug 30 18:59:00.492 INFO STEP 25 (remove_files) COMPLETE
40442024-08-30T18:59:02.309Z[ recovery-image] Aug 30 18:59:00.492 INFO O| Aug 30 18:59:00.492 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-08-30T18:59:02.362Z[ recovery-image] Aug 30 18:59:00.537 INFO O| Aug 30 18:59:00.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40462024-08-30T18:59:02.362Z[ recovery-image] Aug 30 18:59:00.537 INFO O| Aug 30 18:59:00.537 INFO STEP 26 (remove_files) COMPLETE
40472024-08-30T18:59:02.365Z[ recovery-image] Aug 30 18:59:00.538 INFO O| Aug 30 18:59:00.537 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-08-30T18:59:02.365Z[ recovery-image] Aug 30 18:59:00.559 INFO O| Aug 30 18:59:00.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40492024-08-30T18:59:02.365Z[ recovery-image] Aug 30 18:59:00.559 INFO O| Aug 30 18:59:00.559 INFO STEP 27 (remove_files) COMPLETE
40502024-08-30T18:59:02.365Z[ recovery-image] Aug 30 18:59:00.559 INFO O| Aug 30 18:59:00.559 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-08-30T18:59:02.408Z[ recovery-image] Aug 30 18:59:00.603 INFO O| Aug 30 18:59:00.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40522024-08-30T18:59:02.434Z[ recovery-image] Aug 30 18:59:00.639 INFO O| Aug 30 18:59:00.639 INFO STEP 28 (remove_files) COMPLETE
40532024-08-30T18:59:02.434Z[ recovery-image] Aug 30 18:59:00.639 INFO O| Aug 30 18:59:00.639 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-08-30T18:59:02.476Z[ recovery-image] Aug 30 18:59:00.681 INFO O| Aug 30 18:59:00.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40552024-08-30T18:59:02.476Z[ recovery-image] Aug 30 18:59:00.681 INFO O| Aug 30 18:59:00.681 INFO STEP 29 (remove_files) COMPLETE
40562024-08-30T18:59:02.479Z[ recovery-image] Aug 30 18:59:00.682 INFO O| Aug 30 18:59:00.681 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-08-30T18:59:02.528Z[ recovery-image] Aug 30 18:59:00.733 INFO O| Aug 30 18:59:00.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40582024-08-30T18:59:02.531Z[ recovery-image] Aug 30 18:59:00.734 INFO O| Aug 30 18:59:00.733 INFO STEP 30 (remove_files) COMPLETE
40592024-08-30T18:59:02.531Z[ recovery-image] Aug 30 18:59:00.734 INFO O| Aug 30 18:59:00.733 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-08-30T18:59:02.553Z[ recovery-image] Aug 30 18:59:00.757 INFO O| Aug 30 18:59:00.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40612024-08-30T18:59:02.553Z[ recovery-image] Aug 30 18:59:00.757 INFO O| Aug 30 18:59:00.757 INFO STEP 31 (remove_files) COMPLETE
40622024-08-30T18:59:02.553Z[ recovery-image] Aug 30 18:59:00.757 INFO O| Aug 30 18:59:00.757 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-30T18:59:02.581Z[ recovery-image] Aug 30 18:59:00.785 INFO O| Aug 30 18:59:00.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40642024-08-30T18:59:02.583Z[ recovery-image] Aug 30 18:59:00.786 INFO O| Aug 30 18:59:00.786 INFO STEP 32 (remove_files) COMPLETE
40652024-08-30T18:59:02.583Z[ recovery-image] Aug 30 18:59:00.786 INFO O| Aug 30 18:59:00.786 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-30T18:59:02.635Z[ recovery-image] Aug 30 18:59:00.840 INFO O| Aug 30 18:59:00.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40672024-08-30T18:59:02.637Z[ recovery-image] Aug 30 18:59:00.840 INFO O| Aug 30 18:59:00.840 INFO STEP 33 (remove_files) COMPLETE
40682024-08-30T18:59:02.637Z[ recovery-image] Aug 30 18:59:00.840 INFO O| Aug 30 18:59:00.840 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-30T18:59:02.658Z[ recovery-image] Aug 30 18:59:00.863 INFO O| Aug 30 18:59:00.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40702024-08-30T18:59:02.661Z[ recovery-image] Aug 30 18:59:00.863 INFO O| Aug 30 18:59:00.863 INFO STEP 34 (remove_files) COMPLETE
40712024-08-30T18:59:02.661Z[ recovery-image] Aug 30 18:59:00.864 INFO O| Aug 30 18:59:00.864 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-30T18:59:02.677Z[ recovery-image] Aug 30 18:59:00.882 INFO O| Aug 30 18:59:00.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40732024-08-30T18:59:02.680Z[ recovery-image] Aug 30 18:59:00.883 INFO O| Aug 30 18:59:00.883 INFO STEP 35 (remove_files) COMPLETE
40742024-08-30T18:59:02.680Z[ recovery-image] Aug 30 18:59:00.883 INFO O| Aug 30 18:59:00.883 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-08-30T18:59:02.736Z[ recovery-image] Aug 30 18:59:00.940 INFO O| Aug 30 18:59:00.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40762024-08-30T18:59:02.736Z[ recovery-image] Aug 30 18:59:00.940 INFO O| Aug 30 18:59:00.940 INFO STEP 36 (remove_files) COMPLETE
40772024-08-30T18:59:02.736Z[ recovery-image] Aug 30 18:59:00.940 INFO O| Aug 30 18:59:00.940 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-08-30T18:59:02.782Z[ recovery-image] Aug 30 18:59:00.986 INFO O| Aug 30 18:59:00.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40792024-08-30T18:59:02.789Z[ recovery-image] Aug 30 18:59:00.993 INFO O| Aug 30 18:59:00.993 INFO STEP 37 (remove_files) COMPLETE
40802024-08-30T18:59:02.789Z[ recovery-image] Aug 30 18:59:00.993 INFO O| Aug 30 18:59:00.993 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-08-30T18:59:02.809Z[ recovery-image] Aug 30 18:59:01.013 INFO O| Aug 30 18:59:01.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40822024-08-30T18:59:02.809Z[ recovery-image] Aug 30 18:59:01.013 INFO O| Aug 30 18:59:01.013 INFO STEP 38 (remove_files) COMPLETE
40832024-08-30T18:59:02.809Z[ recovery-image] Aug 30 18:59:01.013 INFO O| Aug 30 18:59:01.013 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-08-30T18:59:02.828Z[ recovery-image] Aug 30 18:59:01.032 INFO O| Aug 30 18:59:01.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40852024-08-30T18:59:02.828Z[ recovery-image] Aug 30 18:59:01.033 INFO O| Aug 30 18:59:01.033 INFO STEP 39 (remove_files) COMPLETE
40862024-08-30T18:59:02.830Z[ recovery-image] Aug 30 18:59:01.033 INFO O| Aug 30 18:59:01.033 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-08-30T18:59:02.849Z[ recovery-image] Aug 30 18:59:01.053 INFO O| Aug 30 18:59:01.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
40882024-08-30T18:59:02.849Z[ recovery-image] Aug 30 18:59:01.054 INFO O| Aug 30 18:59:01.054 INFO STEP 40 (remove_files) COMPLETE
40892024-08-30T18:59:02.851Z[ recovery-image] Aug 30 18:59:01.054 INFO O| Aug 30 18:59:01.054 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-08-30T18:59:02.869Z[ recovery-image] Aug 30 18:59:01.074 INFO O| Aug 30 18:59:01.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40912024-08-30T18:59:02.871Z[ recovery-image] Aug 30 18:59:01.074 INFO O| Aug 30 18:59:01.074 INFO STEP 41 (remove_files) COMPLETE
40922024-08-30T18:59:02.871Z[ recovery-image] Aug 30 18:59:01.074 INFO O| Aug 30 18:59:01.074 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-30T18:59:02.890Z[ recovery-image] Aug 30 18:59:01.094 INFO O| Aug 30 18:59:01.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40942024-08-30T18:59:02.890Z[ recovery-image] Aug 30 18:59:01.094 INFO O| Aug 30 18:59:01.094 INFO STEP 42 (remove_files) COMPLETE
40952024-08-30T18:59:02.890Z[ recovery-image] Aug 30 18:59:01.094 INFO O| Aug 30 18:59:01.094 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-30T18:59:02.921Z[ recovery-image] Aug 30 18:59:01.125 INFO O| Aug 30 18:59:01.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40972024-08-30T18:59:02.921Z[ recovery-image] Aug 30 18:59:01.126 INFO O| Aug 30 18:59:01.126 INFO STEP 43 (remove_files) COMPLETE
40982024-08-30T18:59:02.921Z[ recovery-image] Aug 30 18:59:01.126 INFO O| Aug 30 18:59:01.126 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-08-30T18:59:02.939Z[ recovery-image] Aug 30 18:59:01.144 INFO O| Aug 30 18:59:01.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41002024-08-30T18:59:02.940Z[ recovery-image] Aug 30 18:59:01.144 INFO O| Aug 30 18:59:01.144 INFO STEP 44 (remove_files) COMPLETE
41012024-08-30T18:59:02.940Z[ recovery-image] Aug 30 18:59:01.144 INFO O| Aug 30 18:59:01.144 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-08-30T18:59:02.983Z[ recovery-image] Aug 30 18:59:01.176 INFO O| Aug 30 18:59:01.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41032024-08-30T18:59:02.983Z[ recovery-image] Aug 30 18:59:01.176 INFO O| Aug 30 18:59:01.176 INFO STEP 45 (remove_files) COMPLETE
41042024-08-30T18:59:02.986Z[ recovery-image] Aug 30 18:59:01.176 INFO O| Aug 30 18:59:01.176 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-08-30T18:59:03.005Z[ recovery-image] Aug 30 18:59:01.210 INFO O| Aug 30 18:59:01.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41062024-08-30T18:59:03.008Z[ recovery-image] Aug 30 18:59:01.210 INFO O| Aug 30 18:59:01.210 INFO STEP 46 (remove_files) COMPLETE
41072024-08-30T18:59:03.008Z[ recovery-image] Aug 30 18:59:01.211 INFO O| Aug 30 18:59:01.210 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-08-30T18:59:03.035Z[ recovery-image] Aug 30 18:59:01.240 INFO O| Aug 30 18:59:01.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41092024-08-30T18:59:03.035Z[ recovery-image] Aug 30 18:59:01.240 INFO O| Aug 30 18:59:01.240 INFO STEP 47 (remove_files) COMPLETE
41102024-08-30T18:59:03.035Z[ recovery-image] Aug 30 18:59:01.240 INFO O| Aug 30 18:59:01.240 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-08-30T18:59:03.064Z[ recovery-image] Aug 30 18:59:01.268 INFO O| Aug 30 18:59:01.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41122024-08-30T18:59:03.064Z[ recovery-image] Aug 30 18:59:01.268 INFO O| Aug 30 18:59:01.268 INFO STEP 48 (remove_files) COMPLETE
41132024-08-30T18:59:03.064Z[ recovery-image] Aug 30 18:59:01.268 INFO O| Aug 30 18:59:01.268 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-08-30T18:59:03.101Z[ recovery-image] Aug 30 18:59:01.306 INFO O| Aug 30 18:59:01.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41152024-08-30T18:59:03.103Z[ recovery-image] Aug 30 18:59:01.306 INFO O| Aug 30 18:59:01.306 INFO STEP 49 (remove_files) COMPLETE
41162024-08-30T18:59:03.104Z[ recovery-image] Aug 30 18:59:01.306 INFO O| Aug 30 18:59:01.306 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-08-30T18:59:03.118Z[ recovery-image] Aug 30 18:59:01.323 INFO O| Aug 30 18:59:01.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41182024-08-30T18:59:03.118Z[ recovery-image] Aug 30 18:59:01.323 INFO O| Aug 30 18:59:01.323 INFO STEP 50 (remove_files) COMPLETE
41192024-08-30T18:59:03.121Z[ recovery-image] Aug 30 18:59:01.323 INFO O| Aug 30 18:59:01.323 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-08-30T18:59:03.175Z[ recovery-image] Aug 30 18:59:01.380 INFO O| Aug 30 18:59:01.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41212024-08-30T18:59:03.176Z[ recovery-image] Aug 30 18:59:01.380 INFO O| Aug 30 18:59:01.380 INFO STEP 51 (remove_files) COMPLETE
41222024-08-30T18:59:03.176Z[ recovery-image] Aug 30 18:59:01.380 INFO O| Aug 30 18:59:01.380 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-08-30T18:59:03.226Z[ recovery-image] Aug 30 18:59:01.430 INFO O| Aug 30 18:59:01.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41242024-08-30T18:59:03.226Z[ recovery-image] Aug 30 18:59:01.430 INFO O| Aug 30 18:59:01.430 INFO STEP 52 (remove_files) COMPLETE
41252024-08-30T18:59:03.226Z[ recovery-image] Aug 30 18:59:01.430 INFO O| Aug 30 18:59:01.430 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-08-30T18:59:03.245Z[ recovery-image] Aug 30 18:59:01.449 INFO O| Aug 30 18:59:01.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41272024-08-30T18:59:03.260Z[ recovery-image] Aug 30 18:59:01.465 INFO O| Aug 30 18:59:01.465 INFO STEP 53 (remove_files) COMPLETE
41282024-08-30T18:59:03.260Z[ recovery-image] Aug 30 18:59:01.465 INFO O| Aug 30 18:59:01.465 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-30T18:59:03.282Z[ recovery-image] Aug 30 18:59:01.487 INFO O| Aug 30 18:59:01.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41302024-08-30T18:59:03.285Z[ recovery-image] Aug 30 18:59:01.489 INFO O| Aug 30 18:59:01.489 INFO STEP 54 (remove_files) COMPLETE
41312024-08-30T18:59:03.285Z[ recovery-image] Aug 30 18:59:01.489 INFO O| Aug 30 18:59:01.489 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-30T18:59:03.309Z[ recovery-image] Aug 30 18:59:01.513 INFO O| Aug 30 18:59:01.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41332024-08-30T18:59:03.309Z[ recovery-image] Aug 30 18:59:01.514 INFO O| Aug 30 18:59:01.513 INFO STEP 55 (remove_files) COMPLETE
41342024-08-30T18:59:03.311Z[ recovery-image] Aug 30 18:59:01.514 INFO O| Aug 30 18:59:01.514 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-30T18:59:03.329Z[ recovery-image] Aug 30 18:59:01.534 INFO O| Aug 30 18:59:01.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41362024-08-30T18:59:03.332Z[ recovery-image] Aug 30 18:59:01.534 INFO O| Aug 30 18:59:01.534 INFO STEP 56 (remove_files) COMPLETE
41372024-08-30T18:59:03.332Z[ recovery-image] Aug 30 18:59:01.534 INFO O| Aug 30 18:59:01.534 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-08-30T18:59:03.351Z[ recovery-image] Aug 30 18:59:01.556 INFO O| Aug 30 18:59:01.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41392024-08-30T18:59:03.353Z[ recovery-image] Aug 30 18:59:01.556 INFO O| Aug 30 18:59:01.556 INFO STEP 57 (remove_files) COMPLETE
41402024-08-30T18:59:03.353Z[ recovery-image] Aug 30 18:59:01.556 INFO O| Aug 30 18:59:01.556 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-08-30T18:59:03.370Z[ recovery-image] Aug 30 18:59:01.575 INFO O| Aug 30 18:59:01.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41422024-08-30T18:59:03.370Z[ recovery-image] Aug 30 18:59:01.575 INFO O| Aug 30 18:59:01.575 INFO STEP 58 (remove_files) COMPLETE
41432024-08-30T18:59:03.370Z[ recovery-image] Aug 30 18:59:01.575 INFO O| Aug 30 18:59:01.575 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-30T18:59:03.389Z[ recovery-image] Aug 30 18:59:01.593 INFO O| Aug 30 18:59:01.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41452024-08-30T18:59:03.389Z[ recovery-image] Aug 30 18:59:01.593 INFO O| Aug 30 18:59:01.593 INFO STEP 59 (remove_files) COMPLETE
41462024-08-30T18:59:03.389Z[ recovery-image] Aug 30 18:59:01.593 INFO O| Aug 30 18:59:01.593 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-30T18:59:03.414Z[ recovery-image] Aug 30 18:59:01.619 INFO O| Aug 30 18:59:01.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41482024-08-30T18:59:03.418Z[ recovery-image] Aug 30 18:59:01.623 INFO O| Aug 30 18:59:01.623 INFO STEP 60 (remove_files) COMPLETE
41492024-08-30T18:59:03.420Z[ recovery-image] Aug 30 18:59:01.623 INFO O| Aug 30 18:59:01.623 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-30T18:59:03.448Z[ recovery-image] Aug 30 18:59:01.652 INFO O| Aug 30 18:59:01.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41512024-08-30T18:59:03.448Z[ recovery-image] Aug 30 18:59:01.652 INFO O| Aug 30 18:59:01.652 INFO STEP 61 (remove_files) COMPLETE
41522024-08-30T18:59:03.448Z[ recovery-image] Aug 30 18:59:01.652 INFO O| Aug 30 18:59:01.652 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-08-30T18:59:03.468Z[ recovery-image] Aug 30 18:59:01.672 INFO O| Aug 30 18:59:01.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41542024-08-30T18:59:03.468Z[ recovery-image] Aug 30 18:59:01.672 INFO O| Aug 30 18:59:01.672 INFO STEP 62 (remove_files) COMPLETE
41552024-08-30T18:59:03.468Z[ recovery-image] Aug 30 18:59:01.673 INFO O| Aug 30 18:59:01.672 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-30T18:59:03.486Z[ recovery-image] Aug 30 18:59:01.691 INFO O| Aug 30 18:59:01.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41572024-08-30T18:59:03.486Z[ recovery-image] Aug 30 18:59:01.691 INFO O| Aug 30 18:59:01.691 INFO STEP 63 (remove_files) COMPLETE
41582024-08-30T18:59:03.489Z[ recovery-image] Aug 30 18:59:01.691 INFO O| Aug 30 18:59:01.691 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-30T18:59:03.543Z[ recovery-image] Aug 30 18:59:01.748 INFO O| Aug 30 18:59:01.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41602024-08-30T18:59:03.543Z[ recovery-image] Aug 30 18:59:01.748 INFO O| Aug 30 18:59:01.748 INFO STEP 64 (remove_files) COMPLETE
41612024-08-30T18:59:03.546Z[ recovery-image] Aug 30 18:59:01.748 INFO O| Aug 30 18:59:01.748 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-30T18:59:03.563Z[ recovery-image] Aug 30 18:59:01.768 INFO O| Aug 30 18:59:01.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41632024-08-30T18:59:03.563Z[ recovery-image] Aug 30 18:59:01.768 INFO O| Aug 30 18:59:01.768 INFO STEP 65 (remove_files) COMPLETE
41642024-08-30T18:59:03.566Z[ recovery-image] Aug 30 18:59:01.768 INFO O| Aug 30 18:59:01.768 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-30T18:59:03.583Z[ recovery-image] Aug 30 18:59:01.788 INFO O| Aug 30 18:59:01.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41662024-08-30T18:59:03.583Z[ recovery-image] Aug 30 18:59:01.788 INFO O| Aug 30 18:59:01.788 INFO STEP 66 (remove_files) COMPLETE
41672024-08-30T18:59:03.583Z[ recovery-image] Aug 30 18:59:01.788 INFO O| Aug 30 18:59:01.788 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-30T18:59:03.601Z[ recovery-image] Aug 30 18:59:01.805 INFO O| Aug 30 18:59:01.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41692024-08-30T18:59:03.601Z[ recovery-image] Aug 30 18:59:01.805 INFO O| Aug 30 18:59:01.805 INFO STEP 67 (remove_files) COMPLETE
41702024-08-30T18:59:03.601Z[ recovery-image] Aug 30 18:59:01.805 INFO O| Aug 30 18:59:01.805 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-30T18:59:03.619Z[ recovery-image] Aug 30 18:59:01.823 INFO O| Aug 30 18:59:01.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41722024-08-30T18:59:03.622Z[ recovery-image] Aug 30 18:59:01.824 INFO O| Aug 30 18:59:01.823 INFO STEP 68 (remove_files) COMPLETE
41732024-08-30T18:59:03.622Z[ recovery-image] Aug 30 18:59:01.824 INFO O| Aug 30 18:59:01.824 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-30T18:59:03.658Z[ recovery-image] Aug 30 18:59:01.862 INFO O| Aug 30 18:59:01.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41752024-08-30T18:59:03.658Z[ recovery-image] Aug 30 18:59:01.862 INFO O| Aug 30 18:59:01.862 INFO STEP 69 (remove_files) COMPLETE
41762024-08-30T18:59:03.660Z[ recovery-image] Aug 30 18:59:01.862 INFO O| Aug 30 18:59:01.862 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-30T18:59:03.694Z[ recovery-image] Aug 30 18:59:01.897 INFO O| Aug 30 18:59:01.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41782024-08-30T18:59:03.694Z[ recovery-image] Aug 30 18:59:01.897 INFO O| Aug 30 18:59:01.897 INFO STEP 70 (remove_files) COMPLETE
41792024-08-30T18:59:03.694Z[ recovery-image] Aug 30 18:59:01.898 INFO O| Aug 30 18:59:01.897 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-30T18:59:03.756Z[ recovery-image] Aug 30 18:59:01.961 INFO O| Aug 30 18:59:01.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41812024-08-30T18:59:03.756Z[ recovery-image] Aug 30 18:59:01.961 INFO O| Aug 30 18:59:01.961 INFO STEP 71 (remove_files) COMPLETE
41822024-08-30T18:59:03.756Z[ recovery-image] Aug 30 18:59:01.961 INFO O| Aug 30 18:59:01.961 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-30T18:59:03.775Z[ recovery-image] Aug 30 18:59:01.980 INFO O| Aug 30 18:59:01.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41842024-08-30T18:59:03.775Z[ recovery-image] Aug 30 18:59:01.980 INFO O| Aug 30 18:59:01.980 INFO STEP 72 (remove_files) COMPLETE
41852024-08-30T18:59:03.776Z[ recovery-image] Aug 30 18:59:01.980 INFO O| Aug 30 18:59:01.980 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-30T18:59:03.803Z[ recovery-image] Aug 30 18:59:02.008 INFO O| Aug 30 18:59:02.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
41872024-08-30T18:59:03.816Z[ recovery-image] Aug 30 18:59:02.021 INFO O| Aug 30 18:59:02.021 INFO STEP 73 (remove_files) COMPLETE
41882024-08-30T18:59:03.816Z[ recovery-image] Aug 30 18:59:02.021 INFO O| Aug 30 18:59:02.021 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-30T18:59:03.853Z[ recovery-image] Aug 30 18:59:02.057 INFO O| Aug 30 18:59:02.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41902024-08-30T18:59:03.855Z[ recovery-image] Aug 30 18:59:02.058 INFO O| Aug 30 18:59:02.057 INFO STEP 74 (remove_files) COMPLETE
41912024-08-30T18:59:03.855Z[ recovery-image] Aug 30 18:59:02.058 INFO O| Aug 30 18:59:02.057 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-30T18:59:03.874Z[ recovery-image] Aug 30 18:59:02.078 INFO O| Aug 30 18:59:02.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41932024-08-30T18:59:03.874Z[ recovery-image] Aug 30 18:59:02.078 INFO O| Aug 30 18:59:02.078 INFO STEP 75 (remove_files) COMPLETE
41942024-08-30T18:59:03.877Z[ recovery-image] Aug 30 18:59:02.078 INFO O| Aug 30 18:59:02.078 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-30T18:59:03.898Z[ recovery-image] Aug 30 18:59:02.103 INFO O| Aug 30 18:59:02.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41962024-08-30T18:59:03.898Z[ recovery-image] Aug 30 18:59:02.103 INFO O| Aug 30 18:59:02.103 INFO STEP 76 (remove_files) COMPLETE
41972024-08-30T18:59:03.901Z[ recovery-image] Aug 30 18:59:02.103 INFO O| Aug 30 18:59:02.103 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-30T18:59:03.924Z[ recovery-image] Aug 30 18:59:02.129 INFO O| Aug 30 18:59:02.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41992024-08-30T18:59:03.924Z[ recovery-image] Aug 30 18:59:02.129 INFO O| Aug 30 18:59:02.129 INFO STEP 77 (remove_files) COMPLETE
42002024-08-30T18:59:03.927Z[ recovery-image] Aug 30 18:59:02.129 INFO O| Aug 30 18:59:02.129 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-30T18:59:03.962Z[ recovery-image] Aug 30 18:59:02.166 INFO O| Aug 30 18:59:02.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42022024-08-30T18:59:03.964Z[ recovery-image] Aug 30 18:59:02.167 INFO O| Aug 30 18:59:02.166 INFO STEP 78 (remove_files) COMPLETE
42032024-08-30T18:59:03.964Z[ recovery-image] Aug 30 18:59:02.167 INFO O| Aug 30 18:59:02.167 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-30T18:59:03.999Z[ recovery-image] Aug 30 18:59:02.204 INFO O| Aug 30 18:59:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42052024-08-30T18:59:04.002Z[ recovery-image] Aug 30 18:59:02.204 INFO O| Aug 30 18:59:02.204 INFO STEP 79 (remove_files) COMPLETE
42062024-08-30T18:59:04.002Z[ recovery-image] Aug 30 18:59:02.204 INFO O| Aug 30 18:59:02.204 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-30T18:59:04.057Z[ recovery-image] Aug 30 18:59:02.262 INFO O| Aug 30 18:59:02.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42082024-08-30T18:59:04.060Z[ recovery-image] Aug 30 18:59:02.265 INFO O| Aug 30 18:59:02.264 INFO STEP 80 (remove_files) COMPLETE
42092024-08-30T18:59:04.060Z[ recovery-image] Aug 30 18:59:02.265 INFO O| Aug 30 18:59:02.264 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-30T18:59:04.095Z[ recovery-image] Aug 30 18:59:02.300 INFO O| Aug 30 18:59:02.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42112024-08-30T18:59:04.095Z[ recovery-image] Aug 30 18:59:02.300 INFO O| Aug 30 18:59:02.300 INFO STEP 81 (remove_files) COMPLETE
42122024-08-30T18:59:04.095Z[ recovery-image] Aug 30 18:59:02.300 INFO O| Aug 30 18:59:02.300 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-30T18:59:04.113Z[ recovery-image] Aug 30 18:59:02.318 INFO O| Aug 30 18:59:02.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42142024-08-30T18:59:04.114Z[ recovery-image] Aug 30 18:59:02.318 INFO O| Aug 30 18:59:02.318 INFO STEP 82 (remove_files) COMPLETE
42152024-08-30T18:59:04.116Z[ recovery-image] Aug 30 18:59:02.318 INFO O| Aug 30 18:59:02.318 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-30T18:59:04.141Z[ recovery-image] Aug 30 18:59:02.345 INFO O| Aug 30 18:59:02.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42172024-08-30T18:59:04.143Z[ recovery-image] Aug 30 18:59:02.345 INFO O| Aug 30 18:59:02.345 INFO STEP 83 (remove_files) COMPLETE
42182024-08-30T18:59:04.143Z[ recovery-image] Aug 30 18:59:02.346 INFO O| Aug 30 18:59:02.345 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-08-30T18:59:04.202Z[ recovery-image] Aug 30 18:59:02.406 INFO O| Aug 30 18:59:02.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42202024-08-30T18:59:04.202Z[ recovery-image] Aug 30 18:59:02.407 INFO O| Aug 30 18:59:02.407 INFO STEP 84 (remove_files) COMPLETE
42212024-08-30T18:59:04.202Z[ recovery-image] Aug 30 18:59:02.407 INFO O| Aug 30 18:59:02.407 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-08-30T18:59:04.225Z[ recovery-image] Aug 30 18:59:02.429 INFO O| Aug 30 18:59:02.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42232024-08-30T18:59:04.225Z[ recovery-image] Aug 30 18:59:02.429 INFO O| Aug 30 18:59:02.429 INFO STEP 85 (remove_files) COMPLETE
42242024-08-30T18:59:04.227Z[ recovery-image] Aug 30 18:59:02.429 INFO O| Aug 30 18:59:02.429 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-30T18:59:04.246Z[ recovery-image] Aug 30 18:59:02.451 INFO O| Aug 30 18:59:02.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42262024-08-30T18:59:04.246Z[ recovery-image] Aug 30 18:59:02.451 INFO O| Aug 30 18:59:02.451 INFO STEP 86 (remove_files) COMPLETE
42272024-08-30T18:59:04.249Z[ recovery-image] Aug 30 18:59:02.451 INFO O| Aug 30 18:59:02.451 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-08-30T18:59:04.268Z[ recovery-image] Aug 30 18:59:02.473 INFO O| Aug 30 18:59:02.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42292024-08-30T18:59:04.295Z[ recovery-image] Aug 30 18:59:02.499 INFO O| Aug 30 18:59:02.499 INFO STEP 87 (remove_files) COMPLETE
42302024-08-30T18:59:04.295Z[ recovery-image] Aug 30 18:59:02.499 INFO O| Aug 30 18:59:02.499 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-08-30T18:59:04.319Z[ recovery-image] Aug 30 18:59:02.523 INFO O| Aug 30 18:59:02.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42322024-08-30T18:59:04.319Z[ recovery-image] Aug 30 18:59:02.523 INFO O| Aug 30 18:59:02.523 INFO STEP 88 (remove_files) COMPLETE
42332024-08-30T18:59:04.319Z[ recovery-image] Aug 30 18:59:02.523 INFO O| Aug 30 18:59:02.523 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-08-30T18:59:04.359Z[ recovery-image] Aug 30 18:59:02.564 INFO O| Aug 30 18:59:02.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42352024-08-30T18:59:04.384Z[ recovery-image] Aug 30 18:59:02.588 INFO O| Aug 30 18:59:02.588 INFO STEP 89 (remove_files) COMPLETE
42362024-08-30T18:59:04.384Z[ recovery-image] Aug 30 18:59:02.588 INFO O| Aug 30 18:59:02.588 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-08-30T18:59:04.444Z[ recovery-image] Aug 30 18:59:02.649 INFO O| Aug 30 18:59:02.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42382024-08-30T18:59:04.444Z[ recovery-image] Aug 30 18:59:02.649 INFO O| Aug 30 18:59:02.649 INFO STEP 90 (remove_files) COMPLETE
42392024-08-30T18:59:04.447Z[ recovery-image] Aug 30 18:59:02.649 INFO O| Aug 30 18:59:02.649 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-30T18:59:04.467Z[ recovery-image] Aug 30 18:59:02.672 INFO O| Aug 30 18:59:02.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42412024-08-30T18:59:04.470Z[ recovery-image] Aug 30 18:59:02.672 INFO O| Aug 30 18:59:02.672 INFO STEP 91 (remove_files) COMPLETE
42422024-08-30T18:59:04.470Z[ recovery-image] Aug 30 18:59:02.672 INFO O| Aug 30 18:59:02.672 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-08-30T18:59:04.488Z[ recovery-image] Aug 30 18:59:02.693 INFO O| Aug 30 18:59:02.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42442024-08-30T18:59:04.504Z[ recovery-image] Aug 30 18:59:02.708 INFO O| Aug 30 18:59:02.708 INFO STEP 92 (remove_files) COMPLETE
42452024-08-30T18:59:04.504Z[ recovery-image] Aug 30 18:59:02.708 INFO O| Aug 30 18:59:02.708 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-08-30T18:59:04.533Z[ recovery-image] Aug 30 18:59:02.738 INFO O| Aug 30 18:59:02.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42472024-08-30T18:59:04.536Z[ recovery-image] Aug 30 18:59:02.738 INFO O| Aug 30 18:59:02.738 INFO STEP 93 (remove_files) COMPLETE
42482024-08-30T18:59:04.536Z[ recovery-image] Aug 30 18:59:02.738 INFO O| Aug 30 18:59:02.738 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-08-30T18:59:04.559Z[ recovery-image] Aug 30 18:59:02.763 INFO O| Aug 30 18:59:02.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42502024-08-30T18:59:04.559Z[ recovery-image] Aug 30 18:59:02.764 INFO O| Aug 30 18:59:02.763 INFO STEP 94 (remove_files) COMPLETE
42512024-08-30T18:59:04.561Z[ recovery-image] Aug 30 18:59:02.764 INFO O| Aug 30 18:59:02.764 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-08-30T18:59:04.599Z[ recovery-image] Aug 30 18:59:02.804 INFO O| Aug 30 18:59:02.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42532024-08-30T18:59:04.601Z[ recovery-image] Aug 30 18:59:02.804 INFO O| Aug 30 18:59:02.804 INFO STEP 95 (remove_files) COMPLETE
42542024-08-30T18:59:04.602Z[ recovery-image] Aug 30 18:59:02.804 INFO O| Aug 30 18:59:02.804 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-30T18:59:04.619Z[ recovery-image] Aug 30 18:59:02.823 INFO O| Aug 30 18:59:02.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42562024-08-30T18:59:04.621Z[ recovery-image] Aug 30 18:59:02.823 INFO O| Aug 30 18:59:02.823 INFO STEP 96 (remove_files) COMPLETE
42572024-08-30T18:59:04.621Z[ recovery-image] Aug 30 18:59:02.823 INFO O| Aug 30 18:59:02.823 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-30T18:59:04.643Z[ recovery-image] Aug 30 18:59:02.847 INFO O| Aug 30 18:59:02.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42592024-08-30T18:59:04.643Z[ recovery-image] Aug 30 18:59:02.847 INFO O| Aug 30 18:59:02.847 INFO STEP 97 (remove_files) COMPLETE
42602024-08-30T18:59:04.645Z[ recovery-image] Aug 30 18:59:02.847 INFO O| Aug 30 18:59:02.847 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-08-30T18:59:04.662Z[ recovery-image] Aug 30 18:59:02.866 INFO O| Aug 30 18:59:02.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42622024-08-30T18:59:04.662Z[ recovery-image] Aug 30 18:59:02.867 INFO O| Aug 30 18:59:02.867 INFO STEP 98 (remove_files) COMPLETE
42632024-08-30T18:59:04.664Z[ recovery-image] Aug 30 18:59:02.867 INFO O| Aug 30 18:59:02.867 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-08-30T18:59:04.680Z[ recovery-image] Aug 30 18:59:02.884 INFO O| Aug 30 18:59:02.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42652024-08-30T18:59:04.680Z[ recovery-image] Aug 30 18:59:02.884 INFO O| Aug 30 18:59:02.884 INFO STEP 99 (remove_files) COMPLETE
42662024-08-30T18:59:04.680Z[ recovery-image] Aug 30 18:59:02.884 INFO O| Aug 30 18:59:02.884 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-30T18:59:04.717Z[ recovery-image] Aug 30 18:59:02.922 INFO O| Aug 30 18:59:02.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42682024-08-30T18:59:04.717Z[ recovery-image] Aug 30 18:59:02.922 INFO O| Aug 30 18:59:02.922 INFO STEP 100 (remove_files) COMPLETE
42692024-08-30T18:59:04.720Z[ recovery-image] Aug 30 18:59:02.922 INFO O| Aug 30 18:59:02.922 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-30T18:59:04.744Z[ recovery-image] Aug 30 18:59:02.948 INFO O| Aug 30 18:59:02.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42712024-08-30T18:59:04.744Z[ recovery-image] Aug 30 18:59:02.948 INFO O| Aug 30 18:59:02.948 INFO STEP 101 (remove_files) COMPLETE
42722024-08-30T18:59:04.744Z[ recovery-image] Aug 30 18:59:02.948 INFO O| Aug 30 18:59:02.948 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-08-30T18:59:04.777Z[ recovery-image] Aug 30 18:59:02.981 INFO O| Aug 30 18:59:02.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42742024-08-30T18:59:04.777Z[ recovery-image] Aug 30 18:59:02.982 INFO O| Aug 30 18:59:02.982 INFO STEP 102 (remove_files) COMPLETE
42752024-08-30T18:59:04.780Z[ recovery-image] Aug 30 18:59:02.982 INFO O| Aug 30 18:59:02.982 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-08-30T18:59:04.798Z[ recovery-image] Aug 30 18:59:03.003 INFO O| Aug 30 18:59:03.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42772024-08-30T18:59:04.801Z[ recovery-image] Aug 30 18:59:03.003 INFO O| Aug 30 18:59:03.003 INFO STEP 103 (remove_files) COMPLETE
42782024-08-30T18:59:04.801Z[ recovery-image] Aug 30 18:59:03.003 INFO O| Aug 30 18:59:03.003 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-08-30T18:59:04.824Z[ recovery-image] Aug 30 18:59:03.029 INFO O| Aug 30 18:59:03.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42802024-08-30T18:59:04.824Z[ recovery-image] Aug 30 18:59:03.029 INFO O| Aug 30 18:59:03.029 INFO STEP 104 (remove_files) COMPLETE
42812024-08-30T18:59:04.824Z[ recovery-image] Aug 30 18:59:03.029 INFO O| Aug 30 18:59:03.029 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-08-30T18:59:04.850Z[ recovery-image] Aug 30 18:59:03.054 INFO O| Aug 30 18:59:03.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42832024-08-30T18:59:04.854Z[ recovery-image] Aug 30 18:59:03.058 INFO O| Aug 30 18:59:03.058 INFO STEP 105 (remove_files) COMPLETE
42842024-08-30T18:59:04.854Z[ recovery-image] Aug 30 18:59:03.058 INFO O| Aug 30 18:59:03.058 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-30T18:59:04.873Z[ recovery-image] Aug 30 18:59:03.078 INFO O| Aug 30 18:59:03.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42862024-08-30T18:59:04.873Z[ recovery-image] Aug 30 18:59:03.078 INFO O| Aug 30 18:59:03.078 INFO STEP 106 (remove_files) COMPLETE
42872024-08-30T18:59:04.876Z[ recovery-image] Aug 30 18:59:03.078 INFO O| Aug 30 18:59:03.078 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-08-30T18:59:04.891Z[ recovery-image] Aug 30 18:59:03.096 INFO O| Aug 30 18:59:03.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42892024-08-30T18:59:04.891Z[ recovery-image] Aug 30 18:59:03.096 INFO O| Aug 30 18:59:03.096 INFO STEP 107 (remove_files) COMPLETE
42902024-08-30T18:59:04.894Z[ recovery-image] Aug 30 18:59:03.096 INFO O| Aug 30 18:59:03.096 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-08-30T18:59:04.908Z[ recovery-image] Aug 30 18:59:03.113 INFO O| Aug 30 18:59:03.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42922024-08-30T18:59:04.908Z[ recovery-image] Aug 30 18:59:03.113 INFO O| Aug 30 18:59:03.113 INFO STEP 108 (remove_files) COMPLETE
42932024-08-30T18:59:04.908Z[ recovery-image] Aug 30 18:59:03.113 INFO O| Aug 30 18:59:03.113 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-08-30T18:59:04.927Z[ recovery-image] Aug 30 18:59:03.131 INFO O| Aug 30 18:59:03.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42952024-08-30T18:59:04.927Z[ recovery-image] Aug 30 18:59:03.131 INFO O| Aug 30 18:59:03.131 INFO STEP 109 (remove_files) COMPLETE
42962024-08-30T18:59:04.927Z[ recovery-image] Aug 30 18:59:03.131 INFO O| Aug 30 18:59:03.131 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-08-30T18:59:04.945Z[ recovery-image] Aug 30 18:59:03.149 INFO O| Aug 30 18:59:03.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42982024-08-30T18:59:04.947Z[ recovery-image] Aug 30 18:59:03.149 INFO O| Aug 30 18:59:03.149 INFO STEP 110 (remove_files) COMPLETE
42992024-08-30T18:59:04.947Z[ recovery-image] Aug 30 18:59:03.149 INFO O| Aug 30 18:59:03.149 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-08-30T18:59:05.017Z[ recovery-image] Aug 30 18:59:03.222 INFO O| Aug 30 18:59:03.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43012024-08-30T18:59:05.020Z[ recovery-image] Aug 30 18:59:03.222 INFO O| Aug 30 18:59:03.222 INFO STEP 111 (remove_files) COMPLETE
43022024-08-30T18:59:05.020Z[ recovery-image] Aug 30 18:59:03.222 INFO O| Aug 30 18:59:03.222 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-08-30T18:59:05.050Z[ recovery-image] Aug 30 18:59:03.254 INFO O| Aug 30 18:59:03.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43042024-08-30T18:59:05.050Z[ recovery-image] Aug 30 18:59:03.254 INFO O| Aug 30 18:59:03.254 INFO STEP 112 (remove_files) COMPLETE
43052024-08-30T18:59:05.052Z[ recovery-image] Aug 30 18:59:03.254 INFO O| Aug 30 18:59:03.254 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-08-30T18:59:05.129Z[ recovery-image] Aug 30 18:59:03.333 INFO O| Aug 30 18:59:03.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43072024-08-30T18:59:05.129Z[ recovery-image] Aug 30 18:59:03.333 INFO O| Aug 30 18:59:03.333 INFO STEP 113 (remove_files) COMPLETE
43082024-08-30T18:59:05.132Z[ recovery-image] Aug 30 18:59:03.333 INFO O| Aug 30 18:59:03.333 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-08-30T18:59:05.147Z[ recovery-image] Aug 30 18:59:03.352 INFO O| Aug 30 18:59:03.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43102024-08-30T18:59:05.150Z[ recovery-image] Aug 30 18:59:03.352 INFO O| Aug 30 18:59:03.352 INFO STEP 114 (remove_files) COMPLETE
43112024-08-30T18:59:05.150Z[ recovery-image] Aug 30 18:59:03.352 INFO O| Aug 30 18:59:03.352 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-08-30T18:59:05.165Z[ recovery-image] Aug 30 18:59:03.369 INFO O| Aug 30 18:59:03.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43132024-08-30T18:59:05.165Z[ recovery-image] Aug 30 18:59:03.370 INFO O| Aug 30 18:59:03.370 INFO STEP 115 (remove_files) COMPLETE
43142024-08-30T18:59:05.168Z[ recovery-image] Aug 30 18:59:03.370 INFO O| Aug 30 18:59:03.370 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-08-30T18:59:05.184Z[ recovery-image] Aug 30 18:59:03.388 INFO O| Aug 30 18:59:03.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43162024-08-30T18:59:05.184Z[ recovery-image] Aug 30 18:59:03.388 INFO O| Aug 30 18:59:03.388 INFO STEP 116 (remove_files) COMPLETE
43172024-08-30T18:59:05.187Z[ recovery-image] Aug 30 18:59:03.389 INFO O| Aug 30 18:59:03.388 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-08-30T18:59:05.202Z[ recovery-image] Aug 30 18:59:03.406 INFO O| Aug 30 18:59:03.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43192024-08-30T18:59:05.202Z[ recovery-image] Aug 30 18:59:03.406 INFO O| Aug 30 18:59:03.406 INFO STEP 117 (remove_files) COMPLETE
43202024-08-30T18:59:05.204Z[ recovery-image] Aug 30 18:59:03.406 INFO O| Aug 30 18:59:03.406 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-08-30T18:59:05.224Z[ recovery-image] Aug 30 18:59:03.429 INFO O| Aug 30 18:59:03.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43222024-08-30T18:59:05.224Z[ recovery-image] Aug 30 18:59:03.429 INFO O| Aug 30 18:59:03.429 INFO STEP 118 (remove_files) COMPLETE
43232024-08-30T18:59:05.224Z[ recovery-image] Aug 30 18:59:03.429 INFO O| Aug 30 18:59:03.429 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-08-30T18:59:05.243Z[ recovery-image] Aug 30 18:59:03.447 INFO O| Aug 30 18:59:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43252024-08-30T18:59:05.243Z[ recovery-image] Aug 30 18:59:03.447 INFO O| Aug 30 18:59:03.447 INFO STEP 119 (remove_files) COMPLETE
43262024-08-30T18:59:05.243Z[ recovery-image] Aug 30 18:59:03.447 INFO O| Aug 30 18:59:03.447 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-08-30T18:59:05.265Z[ recovery-image] Aug 30 18:59:03.469 INFO O| Aug 30 18:59:03.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43282024-08-30T18:59:05.265Z[ recovery-image] Aug 30 18:59:03.469 INFO O| Aug 30 18:59:03.469 INFO STEP 120 (remove_files) COMPLETE
43292024-08-30T18:59:05.267Z[ recovery-image] Aug 30 18:59:03.469 INFO O| Aug 30 18:59:03.469 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-08-30T18:59:05.297Z[ recovery-image] Aug 30 18:59:03.502 INFO O| Aug 30 18:59:03.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43312024-08-30T18:59:05.297Z[ recovery-image] Aug 30 18:59:03.502 INFO O| Aug 30 18:59:03.502 INFO STEP 121 (remove_files) COMPLETE
43322024-08-30T18:59:05.297Z[ recovery-image] Aug 30 18:59:03.502 INFO O| Aug 30 18:59:03.502 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-08-30T18:59:05.322Z[ recovery-image] Aug 30 18:59:03.527 INFO O| Aug 30 18:59:03.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43342024-08-30T18:59:05.322Z[ recovery-image] Aug 30 18:59:03.527 INFO O| Aug 30 18:59:03.527 INFO STEP 122 (remove_files) COMPLETE
43352024-08-30T18:59:05.325Z[ recovery-image] Aug 30 18:59:03.527 INFO O| Aug 30 18:59:03.527 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-08-30T18:59:05.346Z[ recovery-image] Aug 30 18:59:03.551 INFO O| Aug 30 18:59:03.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43372024-08-30T18:59:05.347Z[ recovery-image] Aug 30 18:59:03.551 INFO O| Aug 30 18:59:03.551 INFO STEP 123 (remove_files) COMPLETE
43382024-08-30T18:59:05.349Z[ recovery-image] Aug 30 18:59:03.551 INFO O| Aug 30 18:59:03.551 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-08-30T18:59:05.364Z[ recovery-image] Aug 30 18:59:03.569 INFO O| Aug 30 18:59:03.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43402024-08-30T18:59:05.364Z[ recovery-image] Aug 30 18:59:03.569 INFO O| Aug 30 18:59:03.569 INFO STEP 124 (remove_files) COMPLETE
43412024-08-30T18:59:05.364Z[ recovery-image] Aug 30 18:59:03.569 INFO O| Aug 30 18:59:03.569 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-08-30T18:59:05.389Z[ recovery-image] Aug 30 18:59:03.594 INFO O| Aug 30 18:59:03.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43432024-08-30T18:59:05.389Z[ recovery-image] Aug 30 18:59:03.594 INFO O| Aug 30 18:59:03.594 INFO STEP 125 (remove_files) COMPLETE
43442024-08-30T18:59:05.389Z[ recovery-image] Aug 30 18:59:03.594 INFO O| Aug 30 18:59:03.594 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-08-30T18:59:05.414Z[ recovery-image] Aug 30 18:59:03.618 INFO O| Aug 30 18:59:03.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43462024-08-30T18:59:05.414Z[ recovery-image] Aug 30 18:59:03.619 INFO O| Aug 30 18:59:03.618 INFO STEP 126 (remove_files) COMPLETE
43472024-08-30T18:59:05.416Z[ recovery-image] Aug 30 18:59:03.619 INFO O| Aug 30 18:59:03.619 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-08-30T18:59:05.438Z[ recovery-image] Aug 30 18:59:03.642 INFO O| Aug 30 18:59:03.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43492024-08-30T18:59:05.438Z[ recovery-image] Aug 30 18:59:03.642 INFO O| Aug 30 18:59:03.642 INFO STEP 127 (remove_files) COMPLETE
43502024-08-30T18:59:05.440Z[ recovery-image] Aug 30 18:59:03.642 INFO O| Aug 30 18:59:03.642 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-08-30T18:59:05.477Z[ recovery-image] Aug 30 18:59:03.681 INFO O| Aug 30 18:59:03.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43522024-08-30T18:59:05.477Z[ recovery-image] Aug 30 18:59:03.681 INFO O| Aug 30 18:59:03.681 INFO STEP 128 (remove_files) COMPLETE
43532024-08-30T18:59:05.479Z[ recovery-image] Aug 30 18:59:03.681 INFO O| Aug 30 18:59:03.681 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-08-30T18:59:05.496Z[ recovery-image] Aug 30 18:59:03.700 INFO O| Aug 30 18:59:03.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43552024-08-30T18:59:05.496Z[ recovery-image] Aug 30 18:59:03.700 INFO O| Aug 30 18:59:03.700 INFO STEP 129 (remove_files) COMPLETE
43562024-08-30T18:59:05.496Z[ recovery-image] Aug 30 18:59:03.700 INFO O| Aug 30 18:59:03.700 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-08-30T18:59:05.516Z[ recovery-image] Aug 30 18:59:03.721 INFO O| Aug 30 18:59:03.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43582024-08-30T18:59:05.516Z[ recovery-image] Aug 30 18:59:03.721 INFO O| Aug 30 18:59:03.721 INFO STEP 130 (remove_files) COMPLETE
43592024-08-30T18:59:05.519Z[ recovery-image] Aug 30 18:59:03.721 INFO O| Aug 30 18:59:03.721 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-08-30T18:59:05.571Z[ recovery-image] Aug 30 18:59:03.776 INFO O| Aug 30 18:59:03.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43612024-08-30T18:59:05.572Z[ recovery-image] Aug 30 18:59:03.776 INFO O| Aug 30 18:59:03.776 INFO STEP 131 (remove_files) COMPLETE
43622024-08-30T18:59:05.572Z[ recovery-image] Aug 30 18:59:03.776 INFO O| Aug 30 18:59:03.776 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-08-30T18:59:05.590Z[ recovery-image] Aug 30 18:59:03.795 INFO O| Aug 30 18:59:03.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43642024-08-30T18:59:05.591Z[ recovery-image] Aug 30 18:59:03.795 INFO O| Aug 30 18:59:03.795 INFO STEP 132 (remove_files) COMPLETE
43652024-08-30T18:59:05.591Z[ recovery-image] Aug 30 18:59:03.795 INFO O| Aug 30 18:59:03.795 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-08-30T18:59:05.608Z[ recovery-image] Aug 30 18:59:03.813 INFO O| Aug 30 18:59:03.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43672024-08-30T18:59:05.609Z[ recovery-image] Aug 30 18:59:03.813 INFO O| Aug 30 18:59:03.813 INFO STEP 133 (remove_files) COMPLETE
43682024-08-30T18:59:05.611Z[ recovery-image] Aug 30 18:59:03.813 INFO O| Aug 30 18:59:03.813 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-08-30T18:59:05.626Z[ recovery-image] Aug 30 18:59:03.831 INFO O| Aug 30 18:59:03.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43702024-08-30T18:59:05.626Z[ recovery-image] Aug 30 18:59:03.831 INFO O| Aug 30 18:59:03.831 INFO STEP 134 (remove_files) COMPLETE
43712024-08-30T18:59:05.629Z[ recovery-image] Aug 30 18:59:03.831 INFO O| Aug 30 18:59:03.831 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-08-30T18:59:05.643Z[ recovery-image] Aug 30 18:59:03.847 INFO O| Aug 30 18:59:03.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43732024-08-30T18:59:05.662Z[ recovery-image] Aug 30 18:59:03.867 INFO O| Aug 30 18:59:03.867 INFO STEP 135 (remove_files) COMPLETE
43742024-08-30T18:59:05.662Z[ recovery-image] Aug 30 18:59:03.867 INFO O| Aug 30 18:59:03.867 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-08-30T18:59:05.681Z[ recovery-image] Aug 30 18:59:03.886 INFO O| Aug 30 18:59:03.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43762024-08-30T18:59:05.681Z[ recovery-image] Aug 30 18:59:03.886 INFO O| Aug 30 18:59:03.886 INFO STEP 136 (remove_files) COMPLETE
43772024-08-30T18:59:05.681Z[ recovery-image] Aug 30 18:59:03.886 INFO O| Aug 30 18:59:03.886 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-08-30T18:59:05.699Z[ recovery-image] Aug 30 18:59:03.904 INFO O| Aug 30 18:59:03.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43792024-08-30T18:59:05.699Z[ recovery-image] Aug 30 18:59:03.904 INFO O| Aug 30 18:59:03.904 INFO STEP 137 (remove_files) COMPLETE
43802024-08-30T18:59:05.702Z[ recovery-image] Aug 30 18:59:03.904 INFO O| Aug 30 18:59:03.904 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-08-30T18:59:05.718Z[ recovery-image] Aug 30 18:59:03.923 INFO O| Aug 30 18:59:03.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43822024-08-30T18:59:05.718Z[ recovery-image] Aug 30 18:59:03.923 INFO O| Aug 30 18:59:03.923 INFO STEP 138 (remove_files) COMPLETE
43832024-08-30T18:59:05.721Z[ recovery-image] Aug 30 18:59:03.923 INFO O| Aug 30 18:59:03.923 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-08-30T18:59:05.736Z[ recovery-image] Aug 30 18:59:03.940 INFO O| Aug 30 18:59:03.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43852024-08-30T18:59:05.736Z[ recovery-image] Aug 30 18:59:03.940 INFO O| Aug 30 18:59:03.940 INFO STEP 139 (remove_files) COMPLETE
43862024-08-30T18:59:05.738Z[ recovery-image] Aug 30 18:59:03.941 INFO O| Aug 30 18:59:03.940 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-08-30T18:59:05.773Z[ recovery-image] Aug 30 18:59:03.977 INFO O| Aug 30 18:59:03.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43882024-08-30T18:59:05.773Z[ recovery-image] Aug 30 18:59:03.977 INFO O| Aug 30 18:59:03.977 INFO STEP 140 (remove_files) COMPLETE
43892024-08-30T18:59:05.773Z[ recovery-image] Aug 30 18:59:03.977 INFO O| Aug 30 18:59:03.977 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-08-30T18:59:05.791Z[ recovery-image] Aug 30 18:59:03.996 INFO O| Aug 30 18:59:03.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43912024-08-30T18:59:05.791Z[ recovery-image] Aug 30 18:59:03.996 INFO O| Aug 30 18:59:03.996 INFO STEP 141 (remove_files) COMPLETE
43922024-08-30T18:59:05.794Z[ recovery-image] Aug 30 18:59:03.996 INFO O| Aug 30 18:59:03.996 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-08-30T18:59:05.810Z[ recovery-image] Aug 30 18:59:04.015 INFO O| Aug 30 18:59:04.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43942024-08-30T18:59:05.810Z[ recovery-image] Aug 30 18:59:04.015 INFO O| Aug 30 18:59:04.015 INFO STEP 142 (remove_files) COMPLETE
43952024-08-30T18:59:05.810Z[ recovery-image] Aug 30 18:59:04.015 INFO O| Aug 30 18:59:04.015 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-08-30T18:59:05.847Z[ recovery-image] Aug 30 18:59:04.051 INFO O| Aug 30 18:59:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43972024-08-30T18:59:05.847Z[ recovery-image] Aug 30 18:59:04.051 INFO O| Aug 30 18:59:04.051 INFO STEP 143 (remove_files) COMPLETE
43982024-08-30T18:59:05.847Z[ recovery-image] Aug 30 18:59:04.051 INFO O| Aug 30 18:59:04.051 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-08-30T18:59:05.880Z[ recovery-image] Aug 30 18:59:04.084 INFO O| Aug 30 18:59:04.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44002024-08-30T18:59:05.880Z[ recovery-image] Aug 30 18:59:04.084 INFO O| Aug 30 18:59:04.084 INFO STEP 144 (remove_files) COMPLETE
44012024-08-30T18:59:05.880Z[ recovery-image] Aug 30 18:59:04.084 INFO O| Aug 30 18:59:04.084 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-08-30T18:59:05.900Z[ recovery-image] Aug 30 18:59:04.104 INFO O| Aug 30 18:59:04.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44032024-08-30T18:59:05.902Z[ recovery-image] Aug 30 18:59:04.104 INFO O| Aug 30 18:59:04.104 INFO STEP 145 (remove_files) COMPLETE
44042024-08-30T18:59:05.902Z[ recovery-image] Aug 30 18:59:04.105 INFO O| Aug 30 18:59:04.104 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-08-30T18:59:05.933Z[ recovery-image] Aug 30 18:59:04.137 INFO O| Aug 30 18:59:04.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44062024-08-30T18:59:05.933Z[ recovery-image] Aug 30 18:59:04.137 INFO O| Aug 30 18:59:04.137 INFO STEP 146 (remove_files) COMPLETE
44072024-08-30T18:59:05.936Z[ recovery-image] Aug 30 18:59:04.137 INFO O| Aug 30 18:59:04.137 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-08-30T18:59:05.968Z[ recovery-image] Aug 30 18:59:04.173 INFO O| Aug 30 18:59:04.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44092024-08-30T18:59:05.969Z[ recovery-image] Aug 30 18:59:04.173 INFO O| Aug 30 18:59:04.173 INFO STEP 147 (remove_files) COMPLETE
44102024-08-30T18:59:05.969Z[ recovery-image] Aug 30 18:59:04.173 INFO O| Aug 30 18:59:04.173 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-08-30T18:59:06.001Z[ recovery-image] Aug 30 18:59:04.205 INFO O| Aug 30 18:59:04.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44122024-08-30T18:59:06.001Z[ recovery-image] Aug 30 18:59:04.205 INFO O| Aug 30 18:59:04.205 INFO STEP 148 (remove_files) COMPLETE
44132024-08-30T18:59:06.004Z[ recovery-image] Aug 30 18:59:04.205 INFO O| Aug 30 18:59:04.205 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-08-30T18:59:06.021Z[ recovery-image] Aug 30 18:59:04.225 INFO O| Aug 30 18:59:04.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44152024-08-30T18:59:06.028Z[ recovery-image] Aug 30 18:59:04.233 INFO O| Aug 30 18:59:04.233 INFO STEP 149 (remove_files) COMPLETE
44162024-08-30T18:59:06.031Z[ recovery-image] Aug 30 18:59:04.233 INFO O| Aug 30 18:59:04.233 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-08-30T18:59:06.048Z[ recovery-image] Aug 30 18:59:04.253 INFO O| Aug 30 18:59:04.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44182024-08-30T18:59:06.048Z[ recovery-image] Aug 30 18:59:04.253 INFO O| Aug 30 18:59:04.253 INFO STEP 150 (remove_files) COMPLETE
44192024-08-30T18:59:06.053Z[ recovery-image] Aug 30 18:59:04.253 INFO O| Aug 30 18:59:04.253 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-08-30T18:59:06.067Z[ recovery-image] Aug 30 18:59:04.271 INFO O| Aug 30 18:59:04.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44212024-08-30T18:59:06.067Z[ recovery-image] Aug 30 18:59:04.271 INFO O| Aug 30 18:59:04.271 INFO STEP 151 (remove_files) COMPLETE
44222024-08-30T18:59:06.067Z[ recovery-image] Aug 30 18:59:04.271 INFO O| Aug 30 18:59:04.271 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-08-30T18:59:06.085Z[ recovery-image] Aug 30 18:59:04.289 INFO O| Aug 30 18:59:04.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44242024-08-30T18:59:06.085Z[ recovery-image] Aug 30 18:59:04.290 INFO O| Aug 30 18:59:04.290 INFO STEP 152 (remove_files) COMPLETE
44252024-08-30T18:59:06.088Z[ recovery-image] Aug 30 18:59:04.290 INFO O| Aug 30 18:59:04.290 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-08-30T18:59:06.105Z[ recovery-image] Aug 30 18:59:04.310 INFO O| Aug 30 18:59:04.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44272024-08-30T18:59:06.105Z[ recovery-image] Aug 30 18:59:04.310 INFO O| Aug 30 18:59:04.310 INFO STEP 153 (remove_files) COMPLETE
44282024-08-30T18:59:06.108Z[ recovery-image] Aug 30 18:59:04.310 INFO O| Aug 30 18:59:04.310 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-08-30T18:59:06.125Z[ recovery-image] Aug 30 18:59:04.330 INFO O| Aug 30 18:59:04.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44302024-08-30T18:59:06.125Z[ recovery-image] Aug 30 18:59:04.330 INFO O| Aug 30 18:59:04.330 INFO STEP 154 (remove_files) COMPLETE
44312024-08-30T18:59:06.125Z[ recovery-image] Aug 30 18:59:04.330 INFO O| Aug 30 18:59:04.330 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-08-30T18:59:06.144Z[ recovery-image] Aug 30 18:59:04.349 INFO O| Aug 30 18:59:04.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44332024-08-30T18:59:06.144Z[ recovery-image] Aug 30 18:59:04.349 INFO O| Aug 30 18:59:04.349 INFO STEP 155 (remove_files) COMPLETE
44342024-08-30T18:59:06.144Z[ recovery-image] Aug 30 18:59:04.349 INFO O| Aug 30 18:59:04.349 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-08-30T18:59:06.147Z[ host-image] Aug 30 18:59:04.350 INFO O| Aug 30 18:59:04.350 INFO O| Actions: 48877/49262 actions (Installing new actions)
44362024-08-30T18:59:06.163Z[ recovery-image] Aug 30 18:59:04.368 INFO O| Aug 30 18:59:04.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44372024-08-30T18:59:06.163Z[ recovery-image] Aug 30 18:59:04.368 INFO O| Aug 30 18:59:04.368 INFO STEP 156 (remove_files) COMPLETE
44382024-08-30T18:59:06.166Z[ recovery-image] Aug 30 18:59:04.368 INFO O| Aug 30 18:59:04.368 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-08-30T18:59:06.181Z[ recovery-image] Aug 30 18:59:04.385 INFO O| Aug 30 18:59:04.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44402024-08-30T18:59:06.183Z[ recovery-image] Aug 30 18:59:04.386 INFO O| Aug 30 18:59:04.386 INFO STEP 157 (remove_files) COMPLETE
44412024-08-30T18:59:06.184Z[ recovery-image] Aug 30 18:59:04.386 INFO O| Aug 30 18:59:04.386 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-08-30T18:59:06.207Z[ recovery-image] Aug 30 18:59:04.411 INFO O| Aug 30 18:59:04.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44432024-08-30T18:59:06.207Z[ recovery-image] Aug 30 18:59:04.411 INFO O| Aug 30 18:59:04.411 INFO STEP 158 (remove_files) COMPLETE
44442024-08-30T18:59:06.207Z[ recovery-image] Aug 30 18:59:04.411 INFO O| Aug 30 18:59:04.411 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-08-30T18:59:06.225Z[ recovery-image] Aug 30 18:59:04.429 INFO O| Aug 30 18:59:04.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44462024-08-30T18:59:06.228Z[ recovery-image] Aug 30 18:59:04.430 INFO O| Aug 30 18:59:04.429 INFO STEP 159 (remove_files) COMPLETE
44472024-08-30T18:59:06.228Z[ recovery-image] Aug 30 18:59:04.430 INFO O| Aug 30 18:59:04.429 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-08-30T18:59:06.298Z[ recovery-image] Aug 30 18:59:04.502 INFO O| Aug 30 18:59:04.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44492024-08-30T18:59:06.298Z[ recovery-image] Aug 30 18:59:04.502 INFO O| Aug 30 18:59:04.502 INFO STEP 160 (remove_files) COMPLETE
44502024-08-30T18:59:06.300Z[ recovery-image] Aug 30 18:59:04.502 INFO O| Aug 30 18:59:04.502 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-08-30T18:59:06.317Z[ recovery-image] Aug 30 18:59:04.520 INFO O| Aug 30 18:59:04.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44522024-08-30T18:59:06.317Z[ recovery-image] Aug 30 18:59:04.520 INFO O| Aug 30 18:59:04.520 INFO STEP 161 (remove_files) COMPLETE
44532024-08-30T18:59:06.317Z[ recovery-image] Aug 30 18:59:04.521 INFO O| Aug 30 18:59:04.520 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-08-30T18:59:06.335Z[ host-image] Aug 30 18:59:04.539 INFO O| Aug 30 18:59:04.539 INFO O| Actions: Completed 49262 actions in 25.21 seconds.
44552024-08-30T18:59:06.335Z[ recovery-image] Aug 30 18:59:04.539 INFO O| Aug 30 18:59:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44562024-08-30T18:59:06.337Z[ recovery-image] Aug 30 18:59:04.539 INFO O| Aug 30 18:59:04.539 INFO STEP 162 (remove_files) COMPLETE
44572024-08-30T18:59:06.337Z[ recovery-image] Aug 30 18:59:04.540 INFO O| Aug 30 18:59:04.539 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-08-30T18:59:06.353Z[ recovery-image] Aug 30 18:59:04.558 INFO O| Aug 30 18:59:04.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44592024-08-30T18:59:06.353Z[ recovery-image] Aug 30 18:59:04.558 INFO O| Aug 30 18:59:04.558 INFO STEP 163 (remove_files) COMPLETE
44602024-08-30T18:59:06.356Z[ recovery-image] Aug 30 18:59:04.558 INFO O| Aug 30 18:59:04.558 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-08-30T18:59:06.381Z[ recovery-image] Aug 30 18:59:04.585 INFO O| Aug 30 18:59:04.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44622024-08-30T18:59:06.383Z[ recovery-image] Aug 30 18:59:04.585 INFO O| Aug 30 18:59:04.585 INFO STEP 164 (remove_files) COMPLETE
44632024-08-30T18:59:06.383Z[ recovery-image] Aug 30 18:59:04.585 INFO O| Aug 30 18:59:04.585 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-08-30T18:59:06.442Z[ recovery-image] Aug 30 18:59:04.647 INFO O| Aug 30 18:59:04.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44652024-08-30T18:59:06.445Z[ recovery-image] Aug 30 18:59:04.647 INFO O| Aug 30 18:59:04.647 INFO STEP 165 (remove_files) COMPLETE
44662024-08-30T18:59:06.445Z[ recovery-image] Aug 30 18:59:04.647 INFO O| Aug 30 18:59:04.647 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-08-30T18:59:06.514Z[ recovery-image] Aug 30 18:59:04.718 INFO O| Aug 30 18:59:04.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44682024-08-30T18:59:06.514Z[ recovery-image] Aug 30 18:59:04.718 INFO O| Aug 30 18:59:04.718 INFO STEP 166 (remove_files) COMPLETE
44692024-08-30T18:59:06.516Z[ recovery-image] Aug 30 18:59:04.718 INFO O| Aug 30 18:59:04.718 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-08-30T18:59:06.574Z[ recovery-image] Aug 30 18:59:04.778 INFO O| Aug 30 18:59:04.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44712024-08-30T18:59:06.576Z[ recovery-image] Aug 30 18:59:04.778 INFO O| Aug 30 18:59:04.778 INFO STEP 167 (remove_files) COMPLETE
44722024-08-30T18:59:06.576Z[ recovery-image] Aug 30 18:59:04.778 INFO O| Aug 30 18:59:04.778 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-08-30T18:59:06.600Z[ recovery-image] Aug 30 18:59:04.804 INFO O| Aug 30 18:59:04.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44742024-08-30T18:59:06.600Z[ recovery-image] Aug 30 18:59:04.804 INFO O| Aug 30 18:59:04.804 INFO STEP 168 (remove_files) COMPLETE
44752024-08-30T18:59:06.600Z[ recovery-image] Aug 30 18:59:04.804 INFO O| Aug 30 18:59:04.804 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-08-30T18:59:06.619Z[ recovery-image] Aug 30 18:59:04.823 INFO O| Aug 30 18:59:04.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44772024-08-30T18:59:06.621Z[ recovery-image] Aug 30 18:59:04.824 INFO O| Aug 30 18:59:04.823 INFO STEP 169 (remove_files) COMPLETE
44782024-08-30T18:59:06.622Z[ recovery-image] Aug 30 18:59:04.824 INFO O| Aug 30 18:59:04.823 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-08-30T18:59:06.639Z[ recovery-image] Aug 30 18:59:04.843 INFO O| Aug 30 18:59:04.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
44802024-08-30T18:59:06.648Z[ recovery-image] Aug 30 18:59:04.853 INFO O| Aug 30 18:59:04.853 INFO STEP 170 (remove_files) COMPLETE
44812024-08-30T18:59:06.649Z[ recovery-image] Aug 30 18:59:04.853 INFO O| Aug 30 18:59:04.853 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-08-30T18:59:06.692Z[ recovery-image] Aug 30 18:59:04.896 INFO O| Aug 30 18:59:04.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
44832024-08-30T18:59:06.692Z[ recovery-image] Aug 30 18:59:04.896 INFO O| Aug 30 18:59:04.896 INFO STEP 171 (remove_files) COMPLETE
44842024-08-30T18:59:06.694Z[ recovery-image] Aug 30 18:59:04.896 INFO O| Aug 30 18:59:04.896 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-08-30T18:59:06.711Z[ recovery-image] Aug 30 18:59:04.915 INFO O| Aug 30 18:59:04.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
44862024-08-30T18:59:06.711Z[ recovery-image] Aug 30 18:59:04.916 INFO O| Aug 30 18:59:04.916 INFO STEP 172 (remove_files) COMPLETE
44872024-08-30T18:59:06.711Z[ recovery-image] Aug 30 18:59:04.916 INFO O| Aug 30 18:59:04.916 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-08-30T18:59:06.747Z[ recovery-image] Aug 30 18:59:04.951 INFO O| Aug 30 18:59:04.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44892024-08-30T18:59:06.749Z[ recovery-image] Aug 30 18:59:04.951 INFO O| Aug 30 18:59:04.951 INFO STEP 173 (remove_files) COMPLETE
44902024-08-30T18:59:06.749Z[ recovery-image] Aug 30 18:59:04.951 INFO O| Aug 30 18:59:04.951 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-08-30T18:59:06.769Z[ recovery-image] Aug 30 18:59:04.973 INFO O| Aug 30 18:59:04.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44922024-08-30T18:59:06.769Z[ recovery-image] Aug 30 18:59:04.973 INFO O| Aug 30 18:59:04.973 INFO STEP 174 (remove_files) COMPLETE
44932024-08-30T18:59:06.773Z[ recovery-image] Aug 30 18:59:04.973 INFO O| Aug 30 18:59:04.973 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-08-30T18:59:06.802Z[ recovery-image] Aug 30 18:59:05.007 INFO O| Aug 30 18:59:05.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44952024-08-30T18:59:06.802Z[ recovery-image] Aug 30 18:59:05.007 INFO O| Aug 30 18:59:05.007 INFO STEP 175 (remove_files) COMPLETE
44962024-08-30T18:59:06.802Z[ recovery-image] Aug 30 18:59:05.007 INFO O| Aug 30 18:59:05.007 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-08-30T18:59:06.842Z[ recovery-image] Aug 30 18:59:05.046 INFO O| Aug 30 18:59:05.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44982024-08-30T18:59:06.845Z[ recovery-image] Aug 30 18:59:05.047 INFO O| Aug 30 18:59:05.046 INFO STEP 176 (remove_files) COMPLETE
44992024-08-30T18:59:06.845Z[ recovery-image] Aug 30 18:59:05.047 INFO O| Aug 30 18:59:05.047 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-08-30T18:59:06.862Z[ recovery-image] Aug 30 18:59:05.066 INFO O| Aug 30 18:59:05.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45012024-08-30T18:59:06.864Z[ recovery-image] Aug 30 18:59:05.066 INFO O| Aug 30 18:59:05.066 INFO STEP 177 (remove_files) COMPLETE
45022024-08-30T18:59:06.864Z[ recovery-image] Aug 30 18:59:05.066 INFO O| Aug 30 18:59:05.066 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-08-30T18:59:06.881Z[ recovery-image] Aug 30 18:59:05.085 INFO O| Aug 30 18:59:05.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45042024-08-30T18:59:06.881Z[ recovery-image] Aug 30 18:59:05.085 INFO O| Aug 30 18:59:05.085 INFO STEP 178 (remove_files) COMPLETE
45052024-08-30T18:59:06.884Z[ recovery-image] Aug 30 18:59:05.085 INFO O| Aug 30 18:59:05.085 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-08-30T18:59:06.900Z[ recovery-image] Aug 30 18:59:05.104 INFO O| Aug 30 18:59:05.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45072024-08-30T18:59:06.900Z[ recovery-image] Aug 30 18:59:05.104 INFO O| Aug 30 18:59:05.104 INFO STEP 179 (remove_files) COMPLETE
45082024-08-30T18:59:06.900Z[ recovery-image] Aug 30 18:59:05.104 INFO O| Aug 30 18:59:05.104 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-08-30T18:59:06.915Z[ host-image] Aug 30 18:59:05.120 INFO O| Aug 30 18:59:05.119 INFO O| Done
45102024-08-30T18:59:06.915Z[ host-image] Aug 30 18:59:05.120 INFO O| Aug 30 18:59:05.120 INFO O| Done
45112024-08-30T18:59:06.928Z[ recovery-image] Aug 30 18:59:05.127 INFO O| Aug 30 18:59:05.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45122024-08-30T18:59:06.928Z[ recovery-image] Aug 30 18:59:05.127 INFO O| Aug 30 18:59:05.127 INFO STEP 180 (remove_files) COMPLETE
45132024-08-30T18:59:06.931Z[ recovery-image] Aug 30 18:59:05.127 INFO O| Aug 30 18:59:05.127 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-08-30T18:59:06.968Z[ recovery-image] Aug 30 18:59:05.172 INFO O| Aug 30 18:59:05.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45152024-08-30T18:59:06.968Z[ recovery-image] Aug 30 18:59:05.172 INFO O| Aug 30 18:59:05.172 INFO STEP 181 (remove_files) COMPLETE
45162024-08-30T18:59:06.968Z[ recovery-image] Aug 30 18:59:05.172 INFO O| Aug 30 18:59:05.172 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-08-30T18:59:07.016Z[ recovery-image] Aug 30 18:59:05.219 INFO O| Aug 30 18:59:05.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45182024-08-30T18:59:07.016Z[ recovery-image] Aug 30 18:59:05.219 INFO O| Aug 30 18:59:05.219 INFO STEP 182 (remove_files) COMPLETE
45192024-08-30T18:59:07.016Z[ recovery-image] Aug 30 18:59:05.219 INFO O| Aug 30 18:59:05.219 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-08-30T18:59:07.052Z[ recovery-image] Aug 30 18:59:05.256 INFO O| Aug 30 18:59:05.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45212024-08-30T18:59:07.052Z[ recovery-image] Aug 30 18:59:05.256 INFO O| Aug 30 18:59:05.256 INFO STEP 183 (remove_files) COMPLETE
45222024-08-30T18:59:07.052Z[ recovery-image] Aug 30 18:59:05.256 INFO O| Aug 30 18:59:05.256 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-08-30T18:59:07.070Z[ recovery-image] Aug 30 18:59:05.274 INFO O| Aug 30 18:59:05.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45242024-08-30T18:59:07.070Z[ recovery-image] Aug 30 18:59:05.274 INFO O| Aug 30 18:59:05.274 INFO STEP 184 (remove_files) COMPLETE
45252024-08-30T18:59:07.073Z[ recovery-image] Aug 30 18:59:05.274 INFO O| Aug 30 18:59:05.274 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-08-30T18:59:07.101Z[ recovery-image] Aug 30 18:59:05.305 INFO O| Aug 30 18:59:05.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45272024-08-30T18:59:07.104Z[ recovery-image] Aug 30 18:59:05.305 INFO O| Aug 30 18:59:05.305 INFO STEP 185 (remove_files) COMPLETE
45282024-08-30T18:59:07.104Z[ recovery-image] Aug 30 18:59:05.305 INFO O| Aug 30 18:59:05.305 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-08-30T18:59:07.165Z[ recovery-image] Aug 30 18:59:05.369 INFO O| Aug 30 18:59:05.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45302024-08-30T18:59:07.167Z[ recovery-image] Aug 30 18:59:05.369 INFO O| Aug 30 18:59:05.369 INFO STEP 186 (remove_files) COMPLETE
45312024-08-30T18:59:07.168Z[ recovery-image] Aug 30 18:59:05.369 INFO O| Aug 30 18:59:05.369 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-08-30T18:59:07.187Z[ recovery-image] Aug 30 18:59:05.391 INFO O| Aug 30 18:59:05.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45332024-08-30T18:59:07.189Z[ recovery-image] Aug 30 18:59:05.392 INFO O| Aug 30 18:59:05.392 INFO STEP 187 (remove_files) COMPLETE
45342024-08-30T18:59:07.189Z[ recovery-image] Aug 30 18:59:05.392 INFO O| Aug 30 18:59:05.392 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-08-30T18:59:07.208Z[ recovery-image] Aug 30 18:59:05.412 INFO O| Aug 30 18:59:05.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45362024-08-30T18:59:07.210Z[ recovery-image] Aug 30 18:59:05.412 INFO O| Aug 30 18:59:05.412 INFO STEP 188 (remove_files) COMPLETE
45372024-08-30T18:59:07.210Z[ recovery-image] Aug 30 18:59:05.413 INFO O| Aug 30 18:59:05.412 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-08-30T18:59:07.233Z[ recovery-image] Aug 30 18:59:05.437 INFO O| Aug 30 18:59:05.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45392024-08-30T18:59:07.233Z[ recovery-image] Aug 30 18:59:05.437 INFO O| Aug 30 18:59:05.437 INFO STEP 189 (remove_files) COMPLETE
45402024-08-30T18:59:07.235Z[ recovery-image] Aug 30 18:59:05.437 INFO O| Aug 30 18:59:05.437 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-08-30T18:59:07.254Z[ recovery-image] Aug 30 18:59:05.458 INFO O| Aug 30 18:59:05.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45422024-08-30T18:59:07.254Z[ recovery-image] Aug 30 18:59:05.458 INFO O| Aug 30 18:59:05.458 INFO STEP 190 (remove_files) COMPLETE
45432024-08-30T18:59:07.256Z[ recovery-image] Aug 30 18:59:05.458 INFO O| Aug 30 18:59:05.458 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-08-30T18:59:07.312Z[ recovery-image] Aug 30 18:59:05.516 INFO O| Aug 30 18:59:05.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45452024-08-30T18:59:07.312Z[ recovery-image] Aug 30 18:59:05.516 INFO O| Aug 30 18:59:05.516 INFO STEP 191 (remove_files) COMPLETE
45462024-08-30T18:59:07.313Z[ recovery-image] Aug 30 18:59:05.516 INFO O| Aug 30 18:59:05.516 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-08-30T18:59:07.339Z[ recovery-image] Aug 30 18:59:05.543 INFO O| Aug 30 18:59:05.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45482024-08-30T18:59:07.339Z[ recovery-image] Aug 30 18:59:05.543 INFO O| Aug 30 18:59:05.543 INFO STEP 192 (remove_files) COMPLETE
45492024-08-30T18:59:07.342Z[ recovery-image] Aug 30 18:59:05.543 INFO O| Aug 30 18:59:05.543 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-08-30T18:59:07.395Z[ recovery-image] Aug 30 18:59:05.599 INFO O| Aug 30 18:59:05.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45512024-08-30T18:59:07.395Z[ recovery-image] Aug 30 18:59:05.599 INFO O| Aug 30 18:59:05.599 INFO STEP 193 (remove_files) COMPLETE
45522024-08-30T18:59:07.397Z[ recovery-image] Aug 30 18:59:05.599 INFO O| Aug 30 18:59:05.599 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-08-30T18:59:07.423Z[ recovery-image] Aug 30 18:59:05.627 INFO O| Aug 30 18:59:05.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45542024-08-30T18:59:07.423Z[ recovery-image] Aug 30 18:59:05.627 INFO O| Aug 30 18:59:05.627 INFO STEP 194 (remove_files) COMPLETE
45552024-08-30T18:59:07.423Z[ recovery-image] Aug 30 18:59:05.627 INFO O| Aug 30 18:59:05.627 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-08-30T18:59:07.442Z[ recovery-image] Aug 30 18:59:05.646 INFO O| Aug 30 18:59:05.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45572024-08-30T18:59:07.442Z[ recovery-image] Aug 30 18:59:05.646 INFO O| Aug 30 18:59:05.646 INFO STEP 195 (remove_files) COMPLETE
45582024-08-30T18:59:07.445Z[ recovery-image] Aug 30 18:59:05.646 INFO O| Aug 30 18:59:05.646 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-08-30T18:59:07.461Z[ recovery-image] Aug 30 18:59:05.666 INFO O| Aug 30 18:59:05.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45602024-08-30T18:59:07.462Z[ recovery-image] Aug 30 18:59:05.666 INFO O| Aug 30 18:59:05.666 INFO STEP 196 (remove_files) COMPLETE
45612024-08-30T18:59:07.464Z[ recovery-image] Aug 30 18:59:05.666 INFO O| Aug 30 18:59:05.666 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-08-30T18:59:07.484Z[ recovery-image] Aug 30 18:59:05.688 INFO O| Aug 30 18:59:05.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45632024-08-30T18:59:07.484Z[ recovery-image] Aug 30 18:59:05.688 INFO O| Aug 30 18:59:05.688 INFO STEP 197 (remove_files) COMPLETE
45642024-08-30T18:59:07.484Z[ recovery-image] Aug 30 18:59:05.688 INFO O| Aug 30 18:59:05.688 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-08-30T18:59:07.514Z[ recovery-image] Aug 30 18:59:05.718 INFO O| Aug 30 18:59:05.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45662024-08-30T18:59:07.514Z[ recovery-image] Aug 30 18:59:05.718 INFO O| Aug 30 18:59:05.718 INFO STEP 198 (remove_files) COMPLETE
45672024-08-30T18:59:07.516Z[ recovery-image] Aug 30 18:59:05.718 INFO O| Aug 30 18:59:05.718 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-08-30T18:59:07.626Z[ recovery-image] Aug 30 18:59:05.830 INFO O| Aug 30 18:59:05.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45692024-08-30T18:59:07.628Z[ recovery-image] Aug 30 18:59:05.830 INFO O| Aug 30 18:59:05.830 INFO STEP 199 (remove_files) COMPLETE
45702024-08-30T18:59:07.628Z[ recovery-image] Aug 30 18:59:05.830 INFO O| Aug 30 18:59:05.830 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-08-30T18:59:07.645Z[ recovery-image] Aug 30 18:59:05.849 INFO O| Aug 30 18:59:05.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45722024-08-30T18:59:07.648Z[ recovery-image] Aug 30 18:59:05.850 INFO O| Aug 30 18:59:05.850 INFO STEP 200 (remove_files) COMPLETE
45732024-08-30T18:59:07.648Z[ recovery-image] Aug 30 18:59:05.850 INFO O| Aug 30 18:59:05.850 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-08-30T18:59:07.662Z[ recovery-image] Aug 30 18:59:05.866 INFO O| Aug 30 18:59:05.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45752024-08-30T18:59:07.665Z[ recovery-image] Aug 30 18:59:05.866 INFO O| Aug 30 18:59:05.866 INFO STEP 201 (remove_files) COMPLETE
45762024-08-30T18:59:07.665Z[ recovery-image] Aug 30 18:59:05.867 INFO O| Aug 30 18:59:05.866 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-08-30T18:59:07.679Z[ recovery-image] Aug 30 18:59:05.883 INFO O| Aug 30 18:59:05.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
45782024-08-30T18:59:07.681Z[ recovery-image] Aug 30 18:59:05.883 INFO O| Aug 30 18:59:05.883 INFO STEP 202 (remove_files) COMPLETE
45792024-08-30T18:59:07.681Z[ recovery-image] Aug 30 18:59:05.883 INFO O| Aug 30 18:59:05.883 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-08-30T18:59:07.695Z[ recovery-image] Aug 30 18:59:05.899 INFO O| Aug 30 18:59:05.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45812024-08-30T18:59:07.698Z[ recovery-image] Aug 30 18:59:05.899 INFO O| Aug 30 18:59:05.899 INFO STEP 203 (remove_files) COMPLETE
45822024-08-30T18:59:07.698Z[ recovery-image] Aug 30 18:59:05.900 INFO O| Aug 30 18:59:05.899 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-08-30T18:59:07.711Z[ recovery-image] Aug 30 18:59:05.916 INFO O| Aug 30 18:59:05.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
45842024-08-30T18:59:07.714Z[ recovery-image] Aug 30 18:59:05.916 INFO O| Aug 30 18:59:05.916 INFO STEP 204 (remove_files) COMPLETE
45852024-08-30T18:59:07.714Z[ recovery-image] Aug 30 18:59:05.916 INFO O| Aug 30 18:59:05.916 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-08-30T18:59:07.730Z[ recovery-image] Aug 30 18:59:05.934 INFO O| Aug 30 18:59:05.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
45872024-08-30T18:59:07.730Z[ recovery-image] Aug 30 18:59:05.934 INFO O| Aug 30 18:59:05.934 INFO STEP 205 (remove_files) COMPLETE
45882024-08-30T18:59:07.732Z[ recovery-image] Aug 30 18:59:05.934 INFO O| Aug 30 18:59:05.934 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-08-30T18:59:07.748Z[ recovery-image] Aug 30 18:59:05.952 INFO O| Aug 30 18:59:05.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45902024-08-30T18:59:07.748Z[ recovery-image] Aug 30 18:59:05.952 INFO O| Aug 30 18:59:05.952 INFO STEP 206 (remove_files) COMPLETE
45912024-08-30T18:59:07.751Z[ recovery-image] Aug 30 18:59:05.952 INFO O| Aug 30 18:59:05.952 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-08-30T18:59:07.767Z[ recovery-image] Aug 30 18:59:05.971 INFO O| Aug 30 18:59:05.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45932024-08-30T18:59:07.767Z[ recovery-image] Aug 30 18:59:05.971 INFO O| Aug 30 18:59:05.971 INFO STEP 207 (remove_files) COMPLETE
45942024-08-30T18:59:07.769Z[ recovery-image] Aug 30 18:59:05.971 INFO O| Aug 30 18:59:05.971 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-08-30T18:59:07.783Z[ recovery-image] Aug 30 18:59:05.988 INFO O| Aug 30 18:59:05.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45962024-08-30T18:59:07.786Z[ recovery-image] Aug 30 18:59:05.988 INFO O| Aug 30 18:59:05.988 INFO STEP 208 (remove_files) COMPLETE
45972024-08-30T18:59:07.786Z[ recovery-image] Aug 30 18:59:05.988 INFO O| Aug 30 18:59:05.988 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-08-30T18:59:07.803Z[ recovery-image] Aug 30 18:59:06.007 INFO O| Aug 30 18:59:06.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45992024-08-30T18:59:07.803Z[ recovery-image] Aug 30 18:59:06.007 INFO O| Aug 30 18:59:06.007 INFO STEP 209 (remove_files) COMPLETE
46002024-08-30T18:59:07.806Z[ recovery-image] Aug 30 18:59:06.007 INFO O| Aug 30 18:59:06.007 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-08-30T18:59:07.827Z[ recovery-image] Aug 30 18:59:06.031 INFO O| Aug 30 18:59:06.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46022024-08-30T18:59:07.827Z[ recovery-image] Aug 30 18:59:06.031 INFO O| Aug 30 18:59:06.025 INFO STEP 210 (remove_files) COMPLETE
46032024-08-30T18:59:07.827Z[ recovery-image] Aug 30 18:59:06.031 INFO O| Aug 30 18:59:06.025 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-08-30T18:59:07.839Z[ recovery-image] Aug 30 18:59:06.043 INFO O| Aug 30 18:59:06.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46052024-08-30T18:59:07.839Z[ recovery-image] Aug 30 18:59:06.043 INFO O| Aug 30 18:59:06.043 INFO STEP 211 (remove_files) COMPLETE
46062024-08-30T18:59:07.842Z[ recovery-image] Aug 30 18:59:06.044 INFO O| Aug 30 18:59:06.043 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-08-30T18:59:07.857Z[ recovery-image] Aug 30 18:59:06.061 INFO O| Aug 30 18:59:06.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46082024-08-30T18:59:07.857Z[ recovery-image] Aug 30 18:59:06.061 INFO O| Aug 30 18:59:06.061 INFO STEP 212 (remove_files) COMPLETE
46092024-08-30T18:59:07.857Z[ recovery-image] Aug 30 18:59:06.061 INFO O| Aug 30 18:59:06.061 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-08-30T18:59:07.874Z[ recovery-image] Aug 30 18:59:06.078 INFO O| Aug 30 18:59:06.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46112024-08-30T18:59:07.874Z[ recovery-image] Aug 30 18:59:06.078 INFO O| Aug 30 18:59:06.078 INFO STEP 213 (remove_files) COMPLETE
46122024-08-30T18:59:07.874Z[ recovery-image] Aug 30 18:59:06.078 INFO O| Aug 30 18:59:06.078 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-08-30T18:59:07.921Z[ recovery-image] Aug 30 18:59:06.125 INFO O| Aug 30 18:59:06.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46142024-08-30T18:59:07.921Z[ recovery-image] Aug 30 18:59:06.125 INFO O| Aug 30 18:59:06.125 INFO STEP 214 (remove_files) COMPLETE
46152024-08-30T18:59:07.921Z[ recovery-image] Aug 30 18:59:06.125 INFO O| Aug 30 18:59:06.125 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-08-30T18:59:07.939Z[ recovery-image] Aug 30 18:59:06.143 INFO O| Aug 30 18:59:06.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46172024-08-30T18:59:07.939Z[ recovery-image] Aug 30 18:59:06.143 INFO O| Aug 30 18:59:06.143 INFO STEP 215 (remove_files) COMPLETE
46182024-08-30T18:59:07.939Z[ recovery-image] Aug 30 18:59:06.143 INFO O| Aug 30 18:59:06.143 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-08-30T18:59:07.962Z[ recovery-image] Aug 30 18:59:06.166 INFO O| Aug 30 18:59:06.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46202024-08-30T18:59:07.962Z[ recovery-image] Aug 30 18:59:06.166 INFO O| Aug 30 18:59:06.166 INFO STEP 216 (remove_files) COMPLETE
46212024-08-30T18:59:07.964Z[ recovery-image] Aug 30 18:59:06.166 INFO O| Aug 30 18:59:06.166 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-08-30T18:59:07.991Z[ host-image] Aug 30 18:59:06.195 INFO O| Aug 30 18:59:06.191 INFO O| Done
46232024-08-30T18:59:07.994Z[ recovery-image] Aug 30 18:59:06.199 INFO O| Aug 30 18:59:06.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46242024-08-30T18:59:07.997Z[ recovery-image] Aug 30 18:59:06.199 INFO O| Aug 30 18:59:06.199 INFO STEP 217 (remove_files) COMPLETE
46252024-08-30T18:59:07.997Z[ recovery-image] Aug 30 18:59:06.199 INFO O| Aug 30 18:59:06.199 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-08-30T18:59:08.014Z[ recovery-image] Aug 30 18:59:06.218 INFO O| Aug 30 18:59:06.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46272024-08-30T18:59:08.016Z[ recovery-image] Aug 30 18:59:06.218 INFO O| Aug 30 18:59:06.218 INFO STEP 218 (remove_files) COMPLETE
46282024-08-30T18:59:08.016Z[ recovery-image] Aug 30 18:59:06.218 INFO O| Aug 30 18:59:06.218 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-08-30T18:59:08.033Z[ recovery-image] Aug 30 18:59:06.236 INFO O| Aug 30 18:59:06.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46302024-08-30T18:59:08.033Z[ recovery-image] Aug 30 18:59:06.236 INFO O| Aug 30 18:59:06.236 INFO STEP 219 (remove_files) COMPLETE
46312024-08-30T18:59:08.033Z[ recovery-image] Aug 30 18:59:06.236 INFO O| Aug 30 18:59:06.236 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-08-30T18:59:08.073Z[ recovery-image] Aug 30 18:59:06.277 INFO O| Aug 30 18:59:06.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46332024-08-30T18:59:08.073Z[ recovery-image] Aug 30 18:59:06.277 INFO O| Aug 30 18:59:06.277 INFO STEP 220 (remove_files) COMPLETE
46342024-08-30T18:59:08.076Z[ recovery-image] Aug 30 18:59:06.277 INFO O| Aug 30 18:59:06.277 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-08-30T18:59:08.097Z[ recovery-image] Aug 30 18:59:06.301 INFO O| Aug 30 18:59:06.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46362024-08-30T18:59:08.100Z[ recovery-image] Aug 30 18:59:06.301 INFO O| Aug 30 18:59:06.301 INFO STEP 221 (remove_files) COMPLETE
46372024-08-30T18:59:08.100Z[ recovery-image] Aug 30 18:59:06.302 INFO O| Aug 30 18:59:06.301 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-08-30T18:59:08.121Z[ recovery-image] Aug 30 18:59:06.325 INFO O| Aug 30 18:59:06.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46392024-08-30T18:59:08.121Z[ recovery-image] Aug 30 18:59:06.325 INFO O| Aug 30 18:59:06.325 INFO STEP 222 (remove_files) COMPLETE
46402024-08-30T18:59:08.121Z[ recovery-image] Aug 30 18:59:06.325 INFO O| Aug 30 18:59:06.325 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-08-30T18:59:08.141Z[ recovery-image] Aug 30 18:59:06.345 INFO O| Aug 30 18:59:06.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46422024-08-30T18:59:08.141Z[ recovery-image] Aug 30 18:59:06.345 INFO O| Aug 30 18:59:06.343 INFO STEP 223 (remove_files) COMPLETE
46432024-08-30T18:59:08.144Z[ recovery-image] Aug 30 18:59:06.345 INFO O| Aug 30 18:59:06.343 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-08-30T18:59:08.158Z[ recovery-image] Aug 30 18:59:06.361 INFO O| Aug 30 18:59:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46452024-08-30T18:59:08.158Z[ recovery-image] Aug 30 18:59:06.361 INFO O| Aug 30 18:59:06.361 INFO STEP 224 (remove_files) COMPLETE
46462024-08-30T18:59:08.158Z[ recovery-image] Aug 30 18:59:06.361 INFO O| Aug 30 18:59:06.361 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-08-30T18:59:08.186Z[ recovery-image] Aug 30 18:59:06.390 INFO O| Aug 30 18:59:06.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46482024-08-30T18:59:08.186Z[ recovery-image] Aug 30 18:59:06.390 INFO O| Aug 30 18:59:06.390 INFO STEP 225 (remove_files) COMPLETE
46492024-08-30T18:59:08.186Z[ recovery-image] Aug 30 18:59:06.390 INFO O| Aug 30 18:59:06.390 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-08-30T18:59:08.204Z[ recovery-image] Aug 30 18:59:06.408 INFO O| Aug 30 18:59:06.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46512024-08-30T18:59:08.204Z[ recovery-image] Aug 30 18:59:06.408 INFO O| Aug 30 18:59:06.408 INFO STEP 226 (remove_files) COMPLETE
46522024-08-30T18:59:08.204Z[ recovery-image] Aug 30 18:59:06.408 INFO O| Aug 30 18:59:06.408 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-08-30T18:59:08.224Z[ recovery-image] Aug 30 18:59:06.428 INFO O| Aug 30 18:59:06.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46542024-08-30T18:59:08.226Z[ recovery-image] Aug 30 18:59:06.428 INFO O| Aug 30 18:59:06.428 INFO STEP 227 (remove_files) COMPLETE
46552024-08-30T18:59:08.227Z[ recovery-image] Aug 30 18:59:06.428 INFO O| Aug 30 18:59:06.428 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-08-30T18:59:08.245Z[ recovery-image] Aug 30 18:59:06.449 INFO O| Aug 30 18:59:06.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46572024-08-30T18:59:08.245Z[ recovery-image] Aug 30 18:59:06.449 INFO O| Aug 30 18:59:06.449 INFO STEP 228 (remove_files) COMPLETE
46582024-08-30T18:59:08.247Z[ recovery-image] Aug 30 18:59:06.449 INFO O| Aug 30 18:59:06.449 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-08-30T18:59:08.304Z[ recovery-image] Aug 30 18:59:06.508 INFO O| Aug 30 18:59:06.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46602024-08-30T18:59:08.304Z[ recovery-image] Aug 30 18:59:06.508 INFO O| Aug 30 18:59:06.508 INFO STEP 229 (remove_files) COMPLETE
46612024-08-30T18:59:08.304Z[ recovery-image] Aug 30 18:59:06.508 INFO O| Aug 30 18:59:06.508 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-08-30T18:59:08.322Z[ recovery-image] Aug 30 18:59:06.526 INFO O| Aug 30 18:59:06.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46632024-08-30T18:59:08.322Z[ recovery-image] Aug 30 18:59:06.527 INFO O| Aug 30 18:59:06.527 INFO STEP 230 (remove_files) COMPLETE
46642024-08-30T18:59:08.325Z[ recovery-image] Aug 30 18:59:06.527 INFO O| Aug 30 18:59:06.527 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-08-30T18:59:08.365Z[ recovery-image] Aug 30 18:59:06.569 INFO O| Aug 30 18:59:06.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46662024-08-30T18:59:08.365Z[ recovery-image] Aug 30 18:59:06.569 INFO O| Aug 30 18:59:06.569 INFO STEP 231 (remove_files) COMPLETE
46672024-08-30T18:59:08.365Z[ recovery-image] Aug 30 18:59:06.569 INFO O| Aug 30 18:59:06.569 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-08-30T18:59:08.382Z[ recovery-image] Aug 30 18:59:06.586 INFO O| Aug 30 18:59:06.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46692024-08-30T18:59:08.382Z[ recovery-image] Aug 30 18:59:06.586 INFO O| Aug 30 18:59:06.586 INFO STEP 232 (remove_files) COMPLETE
46702024-08-30T18:59:08.385Z[ recovery-image] Aug 30 18:59:06.586 INFO O| Aug 30 18:59:06.586 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-08-30T18:59:08.400Z[ recovery-image] Aug 30 18:59:06.604 INFO O| Aug 30 18:59:06.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46722024-08-30T18:59:08.403Z[ recovery-image] Aug 30 18:59:06.604 INFO O| Aug 30 18:59:06.604 INFO STEP 233 (remove_files) COMPLETE
46732024-08-30T18:59:08.403Z[ recovery-image] Aug 30 18:59:06.604 INFO O| Aug 30 18:59:06.604 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-08-30T18:59:08.416Z[ recovery-image] Aug 30 18:59:06.620 INFO O| Aug 30 18:59:06.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46752024-08-30T18:59:08.419Z[ recovery-image] Aug 30 18:59:06.620 INFO O| Aug 30 18:59:06.620 INFO STEP 234 (remove_files) COMPLETE
46762024-08-30T18:59:08.419Z[ recovery-image] Aug 30 18:59:06.621 INFO O| Aug 30 18:59:06.620 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-08-30T18:59:08.435Z[ recovery-image] Aug 30 18:59:06.638 INFO O| Aug 30 18:59:06.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46782024-08-30T18:59:08.435Z[ recovery-image] Aug 30 18:59:06.638 INFO O| Aug 30 18:59:06.638 INFO STEP 235 (remove_files) COMPLETE
46792024-08-30T18:59:08.438Z[ recovery-image] Aug 30 18:59:06.638 INFO O| Aug 30 18:59:06.638 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-08-30T18:59:08.473Z[ recovery-image] Aug 30 18:59:06.677 INFO O| Aug 30 18:59:06.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46812024-08-30T18:59:08.475Z[ recovery-image] Aug 30 18:59:06.677 INFO O| Aug 30 18:59:06.677 INFO STEP 236 (remove_files) COMPLETE
46822024-08-30T18:59:08.475Z[ recovery-image] Aug 30 18:59:06.677 INFO O| Aug 30 18:59:06.677 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-08-30T18:59:08.491Z[ recovery-image] Aug 30 18:59:06.695 INFO O| Aug 30 18:59:06.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
46842024-08-30T18:59:08.493Z[ recovery-image] Aug 30 18:59:06.695 INFO O| Aug 30 18:59:06.695 INFO STEP 237 (remove_files) COMPLETE
46852024-08-30T18:59:08.493Z[ recovery-image] Aug 30 18:59:06.695 INFO O| Aug 30 18:59:06.695 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-08-30T18:59:08.507Z[ recovery-image] Aug 30 18:59:06.711 INFO O| Aug 30 18:59:06.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
46872024-08-30T18:59:08.507Z[ recovery-image] Aug 30 18:59:06.711 INFO O| Aug 30 18:59:06.711 INFO STEP 238 (remove_files) COMPLETE
46882024-08-30T18:59:08.509Z[ recovery-image] Aug 30 18:59:06.711 INFO O| Aug 30 18:59:06.711 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-08-30T18:59:08.524Z[ recovery-image] Aug 30 18:59:06.728 INFO O| Aug 30 18:59:06.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
46902024-08-30T18:59:08.524Z[ recovery-image] Aug 30 18:59:06.728 INFO O| Aug 30 18:59:06.728 INFO STEP 239 (remove_files) COMPLETE
46912024-08-30T18:59:08.526Z[ recovery-image] Aug 30 18:59:06.728 INFO O| Aug 30 18:59:06.728 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-08-30T18:59:08.542Z[ recovery-image] Aug 30 18:59:06.746 INFO O| Aug 30 18:59:06.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46932024-08-30T18:59:08.542Z[ recovery-image] Aug 30 18:59:06.747 INFO O| Aug 30 18:59:06.747 INFO STEP 240 (remove_files) COMPLETE
46942024-08-30T18:59:08.545Z[ recovery-image] Aug 30 18:59:06.747 INFO O| Aug 30 18:59:06.747 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-08-30T18:59:08.568Z[ recovery-image] Aug 30 18:59:06.772 INFO O| Aug 30 18:59:06.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46962024-08-30T18:59:08.568Z[ recovery-image] Aug 30 18:59:06.772 INFO O| Aug 30 18:59:06.772 INFO STEP 241 (remove_files) COMPLETE
46972024-08-30T18:59:08.568Z[ recovery-image] Aug 30 18:59:06.772 INFO O| Aug 30 18:59:06.772 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-08-30T18:59:08.602Z[ recovery-image] Aug 30 18:59:06.806 INFO O| Aug 30 18:59:06.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46992024-08-30T18:59:08.602Z[ recovery-image] Aug 30 18:59:06.806 INFO O| Aug 30 18:59:06.806 INFO STEP 242 (remove_files) COMPLETE
47002024-08-30T18:59:08.602Z[ recovery-image] Aug 30 18:59:06.806 INFO O| Aug 30 18:59:06.806 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-08-30T18:59:08.620Z[ recovery-image] Aug 30 18:59:06.825 INFO O| Aug 30 18:59:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47022024-08-30T18:59:08.621Z[ recovery-image] Aug 30 18:59:06.825 INFO O| Aug 30 18:59:06.825 INFO STEP 243 (remove_files) COMPLETE
47032024-08-30T18:59:08.621Z[ recovery-image] Aug 30 18:59:06.825 INFO O| Aug 30 18:59:06.825 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-08-30T18:59:08.639Z[ recovery-image] Aug 30 18:59:06.843 INFO O| Aug 30 18:59:06.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47052024-08-30T18:59:08.639Z[ recovery-image] Aug 30 18:59:06.843 INFO O| Aug 30 18:59:06.843 INFO STEP 244 (remove_files) COMPLETE
47062024-08-30T18:59:08.639Z[ recovery-image] Aug 30 18:59:06.843 INFO O| Aug 30 18:59:06.843 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-08-30T18:59:08.658Z[ recovery-image] Aug 30 18:59:06.862 INFO O| Aug 30 18:59:06.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47082024-08-30T18:59:08.658Z[ recovery-image] Aug 30 18:59:06.862 INFO O| Aug 30 18:59:06.862 INFO STEP 245 (remove_files) COMPLETE
47092024-08-30T18:59:08.658Z[ recovery-image] Aug 30 18:59:06.862 INFO O| Aug 30 18:59:06.862 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-08-30T18:59:08.678Z[ recovery-image] Aug 30 18:59:06.882 INFO O| Aug 30 18:59:06.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47112024-08-30T18:59:08.678Z[ recovery-image] Aug 30 18:59:06.882 INFO O| Aug 30 18:59:06.882 INFO STEP 246 (remove_files) COMPLETE
47122024-08-30T18:59:08.678Z[ recovery-image] Aug 30 18:59:06.882 INFO O| Aug 30 18:59:06.882 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-08-30T18:59:08.698Z[ recovery-image] Aug 30 18:59:06.902 INFO O| Aug 30 18:59:06.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47142024-08-30T18:59:08.698Z[ recovery-image] Aug 30 18:59:06.902 INFO O| Aug 30 18:59:06.902 INFO STEP 247 (remove_files) COMPLETE
47152024-08-30T18:59:08.700Z[ recovery-image] Aug 30 18:59:06.902 INFO O| Aug 30 18:59:06.902 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-08-30T18:59:08.719Z[ recovery-image] Aug 30 18:59:06.922 INFO O| Aug 30 18:59:06.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47172024-08-30T18:59:08.719Z[ recovery-image] Aug 30 18:59:06.923 INFO O| Aug 30 18:59:06.923 INFO STEP 248 (remove_files) COMPLETE
47182024-08-30T18:59:08.719Z[ recovery-image] Aug 30 18:59:06.923 INFO O| Aug 30 18:59:06.923 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-08-30T18:59:08.737Z[ recovery-image] Aug 30 18:59:06.941 INFO O| Aug 30 18:59:06.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47202024-08-30T18:59:08.737Z[ recovery-image] Aug 30 18:59:06.941 INFO O| Aug 30 18:59:06.941 INFO STEP 249 (remove_files) COMPLETE
47212024-08-30T18:59:08.740Z[ recovery-image] Aug 30 18:59:06.941 INFO O| Aug 30 18:59:06.941 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-08-30T18:59:08.757Z[ recovery-image] Aug 30 18:59:06.961 INFO O| Aug 30 18:59:06.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47232024-08-30T18:59:08.757Z[ recovery-image] Aug 30 18:59:06.961 INFO O| Aug 30 18:59:06.961 INFO STEP 250 (remove_files) COMPLETE
47242024-08-30T18:59:08.757Z[ recovery-image] Aug 30 18:59:06.961 INFO O| Aug 30 18:59:06.961 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-08-30T18:59:08.777Z[ recovery-image] Aug 30 18:59:06.981 INFO O| Aug 30 18:59:06.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47262024-08-30T18:59:08.778Z[ recovery-image] Aug 30 18:59:06.982 INFO O| Aug 30 18:59:06.981 INFO STEP 251 (remove_files) COMPLETE
47272024-08-30T18:59:08.780Z[ recovery-image] Aug 30 18:59:06.982 INFO O| Aug 30 18:59:06.982 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-08-30T18:59:08.798Z[ recovery-image] Aug 30 18:59:07.002 INFO O| Aug 30 18:59:07.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47292024-08-30T18:59:08.798Z[ recovery-image] Aug 30 18:59:07.002 INFO O| Aug 30 18:59:07.002 INFO STEP 252 (remove_files) COMPLETE
47302024-08-30T18:59:08.798Z[ recovery-image] Aug 30 18:59:07.002 INFO O| Aug 30 18:59:07.002 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-08-30T18:59:08.818Z[ recovery-image] Aug 30 18:59:07.022 INFO O| Aug 30 18:59:07.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47322024-08-30T18:59:08.818Z[ recovery-image] Aug 30 18:59:07.022 INFO O| Aug 30 18:59:07.022 INFO STEP 253 (remove_files) COMPLETE
47332024-08-30T18:59:08.818Z[ recovery-image] Aug 30 18:59:07.022 INFO O| Aug 30 18:59:07.022 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-08-30T18:59:08.837Z[ recovery-image] Aug 30 18:59:07.041 INFO O| Aug 30 18:59:07.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47352024-08-30T18:59:08.837Z[ recovery-image] Aug 30 18:59:07.041 INFO O| Aug 30 18:59:07.041 INFO STEP 254 (remove_files) COMPLETE
47362024-08-30T18:59:08.837Z[ recovery-image] Aug 30 18:59:07.041 INFO O| Aug 30 18:59:07.041 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-30T18:59:08.856Z[ recovery-image] Aug 30 18:59:07.060 INFO O| Aug 30 18:59:07.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47382024-08-30T18:59:08.856Z[ recovery-image] Aug 30 18:59:07.060 INFO O| Aug 30 18:59:07.060 INFO STEP 255 (remove_files) COMPLETE
47392024-08-30T18:59:08.856Z[ recovery-image] Aug 30 18:59:07.060 INFO O| Aug 30 18:59:07.060 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-08-30T18:59:08.875Z[ recovery-image] Aug 30 18:59:07.079 INFO O| Aug 30 18:59:07.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47412024-08-30T18:59:08.875Z[ recovery-image] Aug 30 18:59:07.079 INFO O| Aug 30 18:59:07.079 INFO STEP 256 (remove_files) COMPLETE
47422024-08-30T18:59:08.875Z[ recovery-image] Aug 30 18:59:07.079 INFO O| Aug 30 18:59:07.079 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-08-30T18:59:08.895Z[ recovery-image] Aug 30 18:59:07.099 INFO O| Aug 30 18:59:07.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47442024-08-30T18:59:08.895Z[ recovery-image] Aug 30 18:59:07.099 INFO O| Aug 30 18:59:07.099 INFO STEP 257 (remove_files) COMPLETE
47452024-08-30T18:59:08.895Z[ recovery-image] Aug 30 18:59:07.099 INFO O| Aug 30 18:59:07.099 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-08-30T18:59:08.914Z[ recovery-image] Aug 30 18:59:07.118 INFO O| Aug 30 18:59:07.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47472024-08-30T18:59:08.914Z[ recovery-image] Aug 30 18:59:07.118 INFO O| Aug 30 18:59:07.118 INFO STEP 258 (remove_files) COMPLETE
47482024-08-30T18:59:08.916Z[ recovery-image] Aug 30 18:59:07.118 INFO O| Aug 30 18:59:07.118 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-30T18:59:08.932Z[ recovery-image] Aug 30 18:59:07.136 INFO O| Aug 30 18:59:07.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47502024-08-30T18:59:08.935Z[ recovery-image] Aug 30 18:59:07.137 INFO O| Aug 30 18:59:07.136 INFO STEP 259 (remove_files) COMPLETE
47512024-08-30T18:59:08.935Z[ recovery-image] Aug 30 18:59:07.137 INFO O| Aug 30 18:59:07.137 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-08-30T18:59:08.968Z[ recovery-image] Aug 30 18:59:07.171 INFO O| Aug 30 18:59:07.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47532024-08-30T18:59:08.970Z[ recovery-image] Aug 30 18:59:07.172 INFO O| Aug 30 18:59:07.172 INFO STEP 260 (remove_files) COMPLETE
47542024-08-30T18:59:08.970Z[ recovery-image] Aug 30 18:59:07.172 INFO O| Aug 30 18:59:07.172 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-08-30T18:59:08.986Z[ recovery-image] Aug 30 18:59:07.189 INFO O| Aug 30 18:59:07.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47562024-08-30T18:59:08.986Z[ recovery-image] Aug 30 18:59:07.190 INFO O| Aug 30 18:59:07.190 INFO STEP 261 (remove_files) COMPLETE
47572024-08-30T18:59:08.988Z[ recovery-image] Aug 30 18:59:07.190 INFO O| Aug 30 18:59:07.190 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-08-30T18:59:09.003Z[ recovery-image] Aug 30 18:59:07.207 INFO O| Aug 30 18:59:07.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47592024-08-30T18:59:09.005Z[ recovery-image] Aug 30 18:59:07.207 INFO O| Aug 30 18:59:07.207 INFO STEP 262 (remove_files) COMPLETE
47602024-08-30T18:59:09.005Z[ recovery-image] Aug 30 18:59:07.207 INFO O| Aug 30 18:59:07.207 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-08-30T18:59:09.042Z[ recovery-image] Aug 30 18:59:07.246 INFO O| Aug 30 18:59:07.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47622024-08-30T18:59:09.044Z[ recovery-image] Aug 30 18:59:07.246 INFO O| Aug 30 18:59:07.246 INFO STEP 263 (remove_files) COMPLETE
47632024-08-30T18:59:09.044Z[ recovery-image] Aug 30 18:59:07.246 INFO O| Aug 30 18:59:07.246 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-08-30T18:59:09.063Z[ recovery-image] Aug 30 18:59:07.265 INFO O| Aug 30 18:59:07.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47652024-08-30T18:59:09.066Z[ recovery-image] Aug 30 18:59:07.266 INFO O| Aug 30 18:59:07.266 INFO STEP 264 (remove_files) COMPLETE
47662024-08-30T18:59:09.066Z[ recovery-image] Aug 30 18:59:07.266 INFO O| Aug 30 18:59:07.266 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-08-30T18:59:09.097Z[ recovery-image] Aug 30 18:59:07.301 INFO O| Aug 30 18:59:07.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47682024-08-30T18:59:09.097Z[ recovery-image] Aug 30 18:59:07.301 INFO O| Aug 30 18:59:07.301 INFO STEP 265 (remove_files) COMPLETE
47692024-08-30T18:59:09.099Z[ recovery-image] Aug 30 18:59:07.301 INFO O| Aug 30 18:59:07.301 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-30T18:59:09.155Z[ recovery-image] Aug 30 18:59:07.359 INFO O| Aug 30 18:59:07.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47712024-08-30T18:59:09.155Z[ recovery-image] Aug 30 18:59:07.359 INFO O| Aug 30 18:59:07.359 INFO STEP 266 (remove_files) COMPLETE
47722024-08-30T18:59:09.155Z[ recovery-image] Aug 30 18:59:07.359 INFO O| Aug 30 18:59:07.359 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-30T18:59:09.199Z[ recovery-image] Aug 30 18:59:07.402 INFO O| Aug 30 18:59:07.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47742024-08-30T18:59:09.199Z[ recovery-image] Aug 30 18:59:07.403 INFO O| Aug 30 18:59:07.403 INFO STEP 267 (remove_files) COMPLETE
47752024-08-30T18:59:09.199Z[ recovery-image] Aug 30 18:59:07.403 INFO O| Aug 30 18:59:07.403 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-30T18:59:09.243Z[ recovery-image] Aug 30 18:59:07.447 INFO O| Aug 30 18:59:07.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47772024-08-30T18:59:09.243Z[ recovery-image] Aug 30 18:59:07.447 INFO O| Aug 30 18:59:07.447 INFO STEP 268 (remove_files) COMPLETE
47782024-08-30T18:59:09.246Z[ recovery-image] Aug 30 18:59:07.447 INFO O| Aug 30 18:59:07.447 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-08-30T18:59:09.281Z[ recovery-image] Aug 30 18:59:07.485 INFO O| Aug 30 18:59:07.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
47802024-08-30T18:59:09.281Z[ recovery-image] Aug 30 18:59:07.485 INFO O| Aug 30 18:59:07.485 INFO STEP 269 (remove_files) COMPLETE
47812024-08-30T18:59:09.281Z[ recovery-image] Aug 30 18:59:07.485 INFO O| Aug 30 18:59:07.485 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-30T18:59:09.344Z[ recovery-image] Aug 30 18:59:07.547 INFO O| Aug 30 18:59:07.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
47832024-08-30T18:59:09.344Z[ recovery-image] Aug 30 18:59:07.547 INFO O| Aug 30 18:59:07.547 INFO STEP 270 (remove_files) COMPLETE
47842024-08-30T18:59:09.344Z[ recovery-image] Aug 30 18:59:07.547 INFO O| Aug 30 18:59:07.547 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-30T18:59:09.392Z[ recovery-image] Aug 30 18:59:07.596 INFO O| Aug 30 18:59:07.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
47862024-08-30T18:59:09.392Z[ recovery-image] Aug 30 18:59:07.596 INFO O| Aug 30 18:59:07.596 INFO STEP 271 (remove_files) COMPLETE
47872024-08-30T18:59:09.392Z[ recovery-image] Aug 30 18:59:07.596 INFO O| Aug 30 18:59:07.596 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-30T18:59:09.411Z[ recovery-image] Aug 30 18:59:07.615 INFO O| Aug 30 18:59:07.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
47892024-08-30T18:59:09.411Z[ recovery-image] Aug 30 18:59:07.615 INFO O| Aug 30 18:59:07.615 INFO STEP 272 (remove_files) COMPLETE
47902024-08-30T18:59:09.414Z[ recovery-image] Aug 30 18:59:07.615 INFO O| Aug 30 18:59:07.615 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-08-30T18:59:09.470Z[ recovery-image] Aug 30 18:59:07.674 INFO O| Aug 30 18:59:07.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47922024-08-30T18:59:09.470Z[ recovery-image] Aug 30 18:59:07.674 INFO O| Aug 30 18:59:07.674 INFO STEP 273 (remove_files) COMPLETE
47932024-08-30T18:59:09.470Z[ recovery-image] Aug 30 18:59:07.674 INFO O| Aug 30 18:59:07.674 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-08-30T18:59:09.492Z[ recovery-image] Aug 30 18:59:07.696 INFO O| Aug 30 18:59:07.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47952024-08-30T18:59:09.492Z[ recovery-image] Aug 30 18:59:07.696 INFO O| Aug 30 18:59:07.696 INFO STEP 274 (remove_files) COMPLETE
47962024-08-30T18:59:09.493Z[ recovery-image] Aug 30 18:59:07.696 INFO O| Aug 30 18:59:07.696 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-08-30T18:59:09.512Z[ recovery-image] Aug 30 18:59:07.716 INFO O| Aug 30 18:59:07.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47982024-08-30T18:59:09.513Z[ recovery-image] Aug 30 18:59:07.716 INFO O| Aug 30 18:59:07.716 INFO STEP 275 (remove_files) COMPLETE
47992024-08-30T18:59:09.515Z[ recovery-image] Aug 30 18:59:07.716 INFO O| Aug 30 18:59:07.716 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-08-30T18:59:09.532Z[ recovery-image] Aug 30 18:59:07.736 INFO O| Aug 30 18:59:07.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48012024-08-30T18:59:09.535Z[ recovery-image] Aug 30 18:59:07.736 INFO O| Aug 30 18:59:07.736 INFO STEP 276 (remove_files) COMPLETE
48022024-08-30T18:59:09.535Z[ recovery-image] Aug 30 18:59:07.736 INFO O| Aug 30 18:59:07.736 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-08-30T18:59:09.552Z[ recovery-image] Aug 30 18:59:07.756 INFO O| Aug 30 18:59:07.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48042024-08-30T18:59:09.552Z[ recovery-image] Aug 30 18:59:07.756 INFO O| Aug 30 18:59:07.756 INFO STEP 277 (remove_files) COMPLETE
48052024-08-30T18:59:09.552Z[ recovery-image] Aug 30 18:59:07.756 INFO O| Aug 30 18:59:07.756 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-08-30T18:59:09.579Z[ recovery-image] Aug 30 18:59:07.783 INFO O| Aug 30 18:59:07.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48072024-08-30T18:59:09.579Z[ recovery-image] Aug 30 18:59:07.783 INFO O| Aug 30 18:59:07.783 INFO STEP 278 (remove_files) COMPLETE
48082024-08-30T18:59:09.582Z[ recovery-image] Aug 30 18:59:07.784 INFO O| Aug 30 18:59:07.783 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-08-30T18:59:09.601Z[ recovery-image] Aug 30 18:59:07.805 INFO O| Aug 30 18:59:07.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48102024-08-30T18:59:09.625Z[ recovery-image] Aug 30 18:59:07.829 INFO O| Aug 30 18:59:07.829 INFO STEP 279 (remove_files) COMPLETE
48112024-08-30T18:59:09.625Z[ recovery-image] Aug 30 18:59:07.829 INFO O| Aug 30 18:59:07.829 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-08-30T18:59:09.702Z[ recovery-image] Aug 30 18:59:07.905 INFO O| Aug 30 18:59:07.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48132024-08-30T18:59:09.702Z[ recovery-image] Aug 30 18:59:07.905 INFO O| Aug 30 18:59:07.905 INFO STEP 280 (remove_files) COMPLETE
48142024-08-30T18:59:09.702Z[ recovery-image] Aug 30 18:59:07.905 INFO O| Aug 30 18:59:07.905 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-08-30T18:59:09.737Z[ recovery-image] Aug 30 18:59:07.941 INFO O| Aug 30 18:59:07.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48162024-08-30T18:59:09.737Z[ recovery-image] Aug 30 18:59:07.941 INFO O| Aug 30 18:59:07.941 INFO STEP 281 (remove_files) COMPLETE
48172024-08-30T18:59:09.737Z[ recovery-image] Aug 30 18:59:07.941 INFO O| Aug 30 18:59:07.941 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-08-30T18:59:09.788Z[ recovery-image] Aug 30 18:59:07.992 INFO O| Aug 30 18:59:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48192024-08-30T18:59:09.789Z[ recovery-image] Aug 30 18:59:07.992 INFO O| Aug 30 18:59:07.992 INFO STEP 282 (remove_files) COMPLETE
48202024-08-30T18:59:09.791Z[ recovery-image] Aug 30 18:59:07.992 INFO O| Aug 30 18:59:07.992 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-08-30T18:59:09.831Z[ recovery-image] Aug 30 18:59:08.035 INFO O| Aug 30 18:59:08.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48222024-08-30T18:59:09.831Z[ recovery-image] Aug 30 18:59:08.035 INFO O| Aug 30 18:59:08.035 INFO STEP 283 (remove_files) COMPLETE
48232024-08-30T18:59:09.831Z[ recovery-image] Aug 30 18:59:08.035 INFO O| Aug 30 18:59:08.035 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-08-30T18:59:09.852Z[ recovery-image] Aug 30 18:59:08.056 INFO O| Aug 30 18:59:08.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48252024-08-30T18:59:09.852Z[ recovery-image] Aug 30 18:59:08.056 INFO O| Aug 30 18:59:08.056 INFO STEP 284 (remove_files) COMPLETE
48262024-08-30T18:59:09.852Z[ recovery-image] Aug 30 18:59:08.056 INFO O| Aug 30 18:59:08.056 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-08-30T18:59:09.872Z[ recovery-image] Aug 30 18:59:08.076 INFO O| Aug 30 18:59:08.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48282024-08-30T18:59:09.872Z[ recovery-image] Aug 30 18:59:08.076 INFO O| Aug 30 18:59:08.076 INFO STEP 285 (remove_files) COMPLETE
48292024-08-30T18:59:09.877Z[ recovery-image] Aug 30 18:59:08.076 INFO O| Aug 30 18:59:08.076 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-08-30T18:59:09.895Z[ recovery-image] Aug 30 18:59:08.098 INFO O| Aug 30 18:59:08.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48312024-08-30T18:59:09.895Z[ recovery-image] Aug 30 18:59:08.098 INFO O| Aug 30 18:59:08.098 INFO STEP 286 (remove_files) COMPLETE
48322024-08-30T18:59:09.901Z[ recovery-image] Aug 30 18:59:08.098 INFO O| Aug 30 18:59:08.098 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-08-30T18:59:09.930Z[ recovery-image] Aug 30 18:59:08.133 INFO O| Aug 30 18:59:08.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48342024-08-30T18:59:09.932Z[ recovery-image] Aug 30 18:59:08.134 INFO O| Aug 30 18:59:08.134 INFO STEP 287 (remove_files) COMPLETE
48352024-08-30T18:59:09.932Z[ recovery-image] Aug 30 18:59:08.134 INFO O| Aug 30 18:59:08.134 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-08-30T18:59:09.964Z[ recovery-image] Aug 30 18:59:08.167 INFO O| Aug 30 18:59:08.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48372024-08-30T18:59:09.964Z[ recovery-image] Aug 30 18:59:08.167 INFO O| Aug 30 18:59:08.167 INFO STEP 288 (remove_files) COMPLETE
48382024-08-30T18:59:09.964Z[ recovery-image] Aug 30 18:59:08.167 INFO O| Aug 30 18:59:08.167 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-08-30T18:59:10.001Z[ recovery-image] Aug 30 18:59:08.205 INFO O| Aug 30 18:59:08.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48402024-08-30T18:59:10.001Z[ recovery-image] Aug 30 18:59:08.205 INFO O| Aug 30 18:59:08.205 INFO STEP 289 (remove_files) COMPLETE
48412024-08-30T18:59:10.004Z[ recovery-image] Aug 30 18:59:08.205 INFO O| Aug 30 18:59:08.205 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-08-30T18:59:10.021Z[ recovery-image] Aug 30 18:59:08.223 INFO O| Aug 30 18:59:08.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48432024-08-30T18:59:10.021Z[ recovery-image] Aug 30 18:59:08.224 INFO O| Aug 30 18:59:08.223 INFO STEP 290 (remove_files) COMPLETE
48442024-08-30T18:59:10.021Z[ recovery-image] Aug 30 18:59:08.224 INFO O| Aug 30 18:59:08.223 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-08-30T18:59:10.040Z[ recovery-image] Aug 30 18:59:08.243 INFO O| Aug 30 18:59:08.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48462024-08-30T18:59:10.040Z[ recovery-image] Aug 30 18:59:08.243 INFO O| Aug 30 18:59:08.243 INFO STEP 291 (remove_files) COMPLETE
48472024-08-30T18:59:10.040Z[ recovery-image] Aug 30 18:59:08.243 INFO O| Aug 30 18:59:08.243 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-08-30T18:59:10.059Z[ recovery-image] Aug 30 18:59:08.263 INFO O| Aug 30 18:59:08.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48492024-08-30T18:59:10.061Z[ recovery-image] Aug 30 18:59:08.264 INFO O| Aug 30 18:59:08.264 INFO STEP 292 (remove_files) COMPLETE
48502024-08-30T18:59:10.061Z[ recovery-image] Aug 30 18:59:08.264 INFO O| Aug 30 18:59:08.264 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-08-30T18:59:10.116Z[ recovery-image] Aug 30 18:59:08.319 INFO O| Aug 30 18:59:08.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48522024-08-30T18:59:10.116Z[ recovery-image] Aug 30 18:59:08.320 INFO O| Aug 30 18:59:08.320 INFO STEP 293 (remove_files) COMPLETE
48532024-08-30T18:59:10.119Z[ recovery-image] Aug 30 18:59:08.320 INFO O| Aug 30 18:59:08.320 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-08-30T18:59:10.177Z[ recovery-image] Aug 30 18:59:08.381 INFO O| Aug 30 18:59:08.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48552024-08-30T18:59:10.177Z[ recovery-image] Aug 30 18:59:08.381 INFO O| Aug 30 18:59:08.381 INFO STEP 294 (remove_files) COMPLETE
48562024-08-30T18:59:10.177Z[ recovery-image] Aug 30 18:59:08.381 INFO O| Aug 30 18:59:08.381 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-08-30T18:59:10.198Z[ recovery-image] Aug 30 18:59:08.402 INFO O| Aug 30 18:59:08.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48582024-08-30T18:59:10.198Z[ recovery-image] Aug 30 18:59:08.402 INFO O| Aug 30 18:59:08.402 INFO STEP 295 (remove_files) COMPLETE
48592024-08-30T18:59:10.198Z[ recovery-image] Aug 30 18:59:08.402 INFO O| Aug 30 18:59:08.402 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-08-30T18:59:10.217Z[ recovery-image] Aug 30 18:59:08.420 INFO O| Aug 30 18:59:08.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48612024-08-30T18:59:10.219Z[ recovery-image] Aug 30 18:59:08.421 INFO O| Aug 30 18:59:08.421 INFO STEP 296 (remove_files) COMPLETE
48622024-08-30T18:59:10.219Z[ recovery-image] Aug 30 18:59:08.421 INFO O| Aug 30 18:59:08.421 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-08-30T18:59:10.240Z[ recovery-image] Aug 30 18:59:08.444 INFO O| Aug 30 18:59:08.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48642024-08-30T18:59:10.240Z[ recovery-image] Aug 30 18:59:08.444 INFO O| Aug 30 18:59:08.444 INFO STEP 297 (remove_files) COMPLETE
48652024-08-30T18:59:10.243Z[ recovery-image] Aug 30 18:59:08.444 INFO O| Aug 30 18:59:08.444 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-08-30T18:59:10.248Z[ host-image] Aug 30 18:59:08.452 INFO O| Aug 30 18:59:08.451 INFO O| Done
48672024-08-30T18:59:10.284Z[ host-image] Aug 30 18:59:08.488 INFO O| Aug 30 18:59:08.487 INFO O| Done
48682024-08-30T18:59:10.311Z[ recovery-image] Aug 30 18:59:08.515 INFO O| Aug 30 18:59:08.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48692024-08-30T18:59:10.311Z[ recovery-image] Aug 30 18:59:08.515 INFO O| Aug 30 18:59:08.515 INFO STEP 298 (remove_files) COMPLETE
48702024-08-30T18:59:10.311Z[ recovery-image] Aug 30 18:59:08.515 INFO O| Aug 30 18:59:08.515 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-08-30T18:59:10.330Z[ recovery-image] Aug 30 18:59:08.534 INFO O| Aug 30 18:59:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48722024-08-30T18:59:10.330Z[ recovery-image] Aug 30 18:59:08.534 INFO O| Aug 30 18:59:08.534 INFO STEP 299 (remove_files) COMPLETE
48732024-08-30T18:59:10.331Z[ recovery-image] Aug 30 18:59:08.534 INFO O| Aug 30 18:59:08.534 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-08-30T18:59:10.348Z[ recovery-image] Aug 30 18:59:08.552 INFO O| Aug 30 18:59:08.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48752024-08-30T18:59:10.349Z[ recovery-image] Aug 30 18:59:08.552 INFO O| Aug 30 18:59:08.552 INFO STEP 300 (remove_files) COMPLETE
48762024-08-30T18:59:10.349Z[ recovery-image] Aug 30 18:59:08.552 INFO O| Aug 30 18:59:08.552 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-08-30T18:59:10.367Z[ recovery-image] Aug 30 18:59:08.571 INFO O| Aug 30 18:59:08.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
48782024-08-30T18:59:10.367Z[ recovery-image] Aug 30 18:59:08.571 INFO O| Aug 30 18:59:08.571 INFO STEP 301 (remove_files) COMPLETE
48792024-08-30T18:59:10.367Z[ recovery-image] Aug 30 18:59:08.571 INFO O| Aug 30 18:59:08.571 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-08-30T18:59:10.386Z[ recovery-image] Aug 30 18:59:08.589 INFO O| Aug 30 18:59:08.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
48812024-08-30T18:59:10.386Z[ recovery-image] Aug 30 18:59:08.589 INFO O| Aug 30 18:59:08.589 INFO STEP 302 (remove_files) COMPLETE
48822024-08-30T18:59:10.388Z[ recovery-image] Aug 30 18:59:08.589 INFO O| Aug 30 18:59:08.589 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-08-30T18:59:10.404Z[ recovery-image] Aug 30 18:59:08.607 INFO O| Aug 30 18:59:08.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
48842024-08-30T18:59:10.404Z[ recovery-image] Aug 30 18:59:08.607 INFO O| Aug 30 18:59:08.607 INFO STEP 303 (remove_files) COMPLETE
48852024-08-30T18:59:10.404Z[ recovery-image] Aug 30 18:59:08.607 INFO O| Aug 30 18:59:08.607 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-08-30T18:59:10.422Z[ recovery-image] Aug 30 18:59:08.625 INFO O| Aug 30 18:59:08.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
48872024-08-30T18:59:10.422Z[ recovery-image] Aug 30 18:59:08.625 INFO O| Aug 30 18:59:08.625 INFO STEP 304 (remove_files) COMPLETE
48882024-08-30T18:59:10.422Z[ recovery-image] Aug 30 18:59:08.625 INFO O| Aug 30 18:59:08.625 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-08-30T18:59:10.480Z[ recovery-image] Aug 30 18:59:08.684 INFO O| Aug 30 18:59:08.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48902024-08-30T18:59:10.483Z[ recovery-image] Aug 30 18:59:08.684 INFO O| Aug 30 18:59:08.684 INFO STEP 305 (remove_files) COMPLETE
48912024-08-30T18:59:10.483Z[ recovery-image] Aug 30 18:59:08.685 INFO O| Aug 30 18:59:08.684 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-08-30T18:59:10.498Z[ recovery-image] Aug 30 18:59:08.702 INFO O| Aug 30 18:59:08.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48932024-08-30T18:59:10.501Z[ recovery-image] Aug 30 18:59:08.703 INFO O| Aug 30 18:59:08.702 INFO STEP 306 (remove_files) COMPLETE
48942024-08-30T18:59:10.501Z[ recovery-image] Aug 30 18:59:08.703 INFO O| Aug 30 18:59:08.703 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-08-30T18:59:10.517Z[ recovery-image] Aug 30 18:59:08.720 INFO O| Aug 30 18:59:08.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48962024-08-30T18:59:10.520Z[ recovery-image] Aug 30 18:59:08.720 INFO O| Aug 30 18:59:08.720 INFO STEP 307 (remove_files) COMPLETE
48972024-08-30T18:59:10.520Z[ recovery-image] Aug 30 18:59:08.721 INFO O| Aug 30 18:59:08.721 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-08-30T18:59:10.534Z[ recovery-image] Aug 30 18:59:08.738 INFO O| Aug 30 18:59:08.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48992024-08-30T18:59:10.537Z[ recovery-image] Aug 30 18:59:08.738 INFO O| Aug 30 18:59:08.738 INFO STEP 308 (remove_files) COMPLETE
49002024-08-30T18:59:10.537Z[ recovery-image] Aug 30 18:59:08.739 INFO O| Aug 30 18:59:08.738 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-08-30T18:59:10.553Z[ recovery-image] Aug 30 18:59:08.757 INFO O| Aug 30 18:59:08.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49022024-08-30T18:59:10.555Z[ recovery-image] Aug 30 18:59:08.757 INFO O| Aug 30 18:59:08.757 INFO STEP 309 (remove_files) COMPLETE
49032024-08-30T18:59:10.555Z[ recovery-image] Aug 30 18:59:08.757 INFO O| Aug 30 18:59:08.757 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-08-30T18:59:10.588Z[ recovery-image] Aug 30 18:59:08.792 INFO O| Aug 30 18:59:08.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49052024-08-30T18:59:10.588Z[ recovery-image] Aug 30 18:59:08.792 INFO O| Aug 30 18:59:08.792 INFO STEP 310 (remove_files) COMPLETE
49062024-08-30T18:59:10.590Z[ recovery-image] Aug 30 18:59:08.792 INFO O| Aug 30 18:59:08.792 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-08-30T18:59:10.623Z[ recovery-image] Aug 30 18:59:08.826 INFO O| Aug 30 18:59:08.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49082024-08-30T18:59:10.623Z[ recovery-image] Aug 30 18:59:08.827 INFO O| Aug 30 18:59:08.826 INFO STEP 311 (remove_files) COMPLETE
49092024-08-30T18:59:10.623Z[ recovery-image] Aug 30 18:59:08.827 INFO O| Aug 30 18:59:08.827 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-08-30T18:59:10.651Z[ recovery-image] Aug 30 18:59:08.854 INFO O| Aug 30 18:59:08.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49112024-08-30T18:59:10.651Z[ recovery-image] Aug 30 18:59:08.854 INFO O| Aug 30 18:59:08.854 INFO STEP 312 (remove_files) COMPLETE
49122024-08-30T18:59:10.651Z[ recovery-image] Aug 30 18:59:08.854 INFO O| Aug 30 18:59:08.854 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-08-30T18:59:10.708Z[ recovery-image] Aug 30 18:59:08.912 INFO O| Aug 30 18:59:08.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49142024-08-30T18:59:10.708Z[ recovery-image] Aug 30 18:59:08.912 INFO O| Aug 30 18:59:08.912 INFO STEP 313 (remove_files) COMPLETE
49152024-08-30T18:59:10.711Z[ recovery-image] Aug 30 18:59:08.912 INFO O| Aug 30 18:59:08.912 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-08-30T18:59:10.730Z[ recovery-image] Aug 30 18:59:08.934 INFO O| Aug 30 18:59:08.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49172024-08-30T18:59:10.733Z[ recovery-image] Aug 30 18:59:08.934 INFO O| Aug 30 18:59:08.934 INFO STEP 314 (remove_files) COMPLETE
49182024-08-30T18:59:10.733Z[ recovery-image] Aug 30 18:59:08.934 INFO O| Aug 30 18:59:08.934 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-08-30T18:59:10.749Z[ recovery-image] Aug 30 18:59:08.953 INFO O| Aug 30 18:59:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49202024-08-30T18:59:10.749Z[ recovery-image] Aug 30 18:59:08.953 INFO O| Aug 30 18:59:08.953 INFO STEP 315 (remove_files) COMPLETE
49212024-08-30T18:59:10.751Z[ recovery-image] Aug 30 18:59:08.953 INFO O| Aug 30 18:59:08.953 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-08-30T18:59:10.792Z[ recovery-image] Aug 30 18:59:08.995 INFO O| Aug 30 18:59:08.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49232024-08-30T18:59:10.792Z[ recovery-image] Aug 30 18:59:08.995 INFO O| Aug 30 18:59:08.995 INFO STEP 316 (remove_files) COMPLETE
49242024-08-30T18:59:10.792Z[ recovery-image] Aug 30 18:59:08.995 INFO O| Aug 30 18:59:08.995 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-08-30T18:59:10.825Z[ recovery-image] Aug 30 18:59:09.028 INFO O| Aug 30 18:59:09.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49262024-08-30T18:59:10.828Z[ recovery-image] Aug 30 18:59:09.028 INFO O| Aug 30 18:59:09.028 INFO STEP 317 (remove_files) COMPLETE
49272024-08-30T18:59:10.828Z[ recovery-image] Aug 30 18:59:09.028 INFO O| Aug 30 18:59:09.028 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-08-30T18:59:10.844Z[ recovery-image] Aug 30 18:59:09.048 INFO O| Aug 30 18:59:09.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49292024-08-30T18:59:10.845Z[ recovery-image] Aug 30 18:59:09.048 INFO O| Aug 30 18:59:09.048 INFO STEP 318 (remove_files) COMPLETE
49302024-08-30T18:59:10.845Z[ recovery-image] Aug 30 18:59:09.048 INFO O| Aug 30 18:59:09.048 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-08-30T18:59:10.907Z[ recovery-image] Aug 30 18:59:09.111 INFO O| Aug 30 18:59:09.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49322024-08-30T18:59:10.907Z[ recovery-image] Aug 30 18:59:09.111 INFO O| Aug 30 18:59:09.111 INFO STEP 319 (remove_files) COMPLETE
49332024-08-30T18:59:10.907Z[ recovery-image] Aug 30 18:59:09.111 INFO O| Aug 30 18:59:09.111 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-08-30T18:59:10.927Z[ recovery-image] Aug 30 18:59:09.130 INFO O| Aug 30 18:59:09.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49352024-08-30T18:59:10.930Z[ recovery-image] Aug 30 18:59:09.131 INFO O| Aug 30 18:59:09.131 INFO STEP 320 (remove_files) COMPLETE
49362024-08-30T18:59:10.930Z[ recovery-image] Aug 30 18:59:09.131 INFO O| Aug 30 18:59:09.131 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-30T18:59:10.972Z[ recovery-image] Aug 30 18:59:09.175 INFO O| Aug 30 18:59:09.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49382024-08-30T18:59:10.974Z[ recovery-image] Aug 30 18:59:09.175 INFO O| Aug 30 18:59:09.175 INFO STEP 321 (remove_files) COMPLETE
49392024-08-30T18:59:10.974Z[ recovery-image] Aug 30 18:59:09.175 INFO O| Aug 30 18:59:09.175 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-30T18:59:11.006Z[ recovery-image] Aug 30 18:59:09.210 INFO O| Aug 30 18:59:09.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49412024-08-30T18:59:11.006Z[ recovery-image] Aug 30 18:59:09.210 INFO O| Aug 30 18:59:09.210 INFO STEP 322 (remove_files) COMPLETE
49422024-08-30T18:59:11.006Z[ recovery-image] Aug 30 18:59:09.210 INFO O| Aug 30 18:59:09.210 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-08-30T18:59:11.024Z[ recovery-image] Aug 30 18:59:09.227 INFO O| Aug 30 18:59:09.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49442024-08-30T18:59:11.024Z[ recovery-image] Aug 30 18:59:09.227 INFO O| Aug 30 18:59:09.227 INFO STEP 323 (remove_files) COMPLETE
49452024-08-30T18:59:11.024Z[ recovery-image] Aug 30 18:59:09.227 INFO O| Aug 30 18:59:09.227 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-08-30T18:59:11.042Z[ recovery-image] Aug 30 18:59:09.245 INFO O| Aug 30 18:59:09.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49472024-08-30T18:59:11.042Z[ recovery-image] Aug 30 18:59:09.245 INFO O| Aug 30 18:59:09.245 INFO STEP 324 (remove_files) COMPLETE
49482024-08-30T18:59:11.042Z[ recovery-image] Aug 30 18:59:09.246 INFO O| Aug 30 18:59:09.245 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-08-30T18:59:11.060Z[ recovery-image] Aug 30 18:59:09.264 INFO O| Aug 30 18:59:09.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49502024-08-30T18:59:11.060Z[ recovery-image] Aug 30 18:59:09.264 INFO O| Aug 30 18:59:09.264 INFO STEP 325 (remove_files) COMPLETE
49512024-08-30T18:59:11.060Z[ recovery-image] Aug 30 18:59:09.264 INFO O| Aug 30 18:59:09.264 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-08-30T18:59:11.087Z[ recovery-image] Aug 30 18:59:09.290 INFO O| Aug 30 18:59:09.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49532024-08-30T18:59:11.087Z[ recovery-image] Aug 30 18:59:09.290 INFO O| Aug 30 18:59:09.290 INFO STEP 326 (remove_files) COMPLETE
49542024-08-30T18:59:11.089Z[ recovery-image] Aug 30 18:59:09.291 INFO O| Aug 30 18:59:09.290 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-30T18:59:11.107Z[ recovery-image] Aug 30 18:59:09.311 INFO O| Aug 30 18:59:09.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49562024-08-30T18:59:11.109Z[ recovery-image] Aug 30 18:59:09.311 INFO O| Aug 30 18:59:09.311 INFO STEP 327 (remove_files) COMPLETE
49572024-08-30T18:59:11.109Z[ recovery-image] Aug 30 18:59:09.311 INFO O| Aug 30 18:59:09.311 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-30T18:59:11.134Z[ recovery-image] Aug 30 18:59:09.338 INFO O| Aug 30 18:59:09.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49592024-08-30T18:59:11.134Z[ recovery-image] Aug 30 18:59:09.338 INFO O| Aug 30 18:59:09.338 INFO STEP 328 (remove_files) COMPLETE
49602024-08-30T18:59:11.134Z[ recovery-image] Aug 30 18:59:09.338 INFO O| Aug 30 18:59:09.338 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-30T18:59:11.152Z[ recovery-image] Aug 30 18:59:09.356 INFO O| Aug 30 18:59:09.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49622024-08-30T18:59:11.152Z[ recovery-image] Aug 30 18:59:09.356 INFO O| Aug 30 18:59:09.356 INFO STEP 329 (remove_files) COMPLETE
49632024-08-30T18:59:11.152Z[ recovery-image] Aug 30 18:59:09.356 INFO O| Aug 30 18:59:09.356 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-30T18:59:11.171Z[ recovery-image] Aug 30 18:59:09.374 INFO O| Aug 30 18:59:09.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49652024-08-30T18:59:11.173Z[ recovery-image] Aug 30 18:59:09.374 INFO O| Aug 30 18:59:09.374 INFO STEP 330 (remove_files) COMPLETE
49662024-08-30T18:59:11.173Z[ recovery-image] Aug 30 18:59:09.374 INFO O| Aug 30 18:59:09.374 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-30T18:59:11.189Z[ recovery-image] Aug 30 18:59:09.393 INFO O| Aug 30 18:59:09.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49682024-08-30T18:59:11.190Z[ recovery-image] Aug 30 18:59:09.393 INFO O| Aug 30 18:59:09.393 INFO STEP 331 (remove_files) COMPLETE
49692024-08-30T18:59:11.190Z[ recovery-image] Aug 30 18:59:09.393 INFO O| Aug 30 18:59:09.393 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-30T18:59:11.217Z[ recovery-image] Aug 30 18:59:09.420 INFO O| Aug 30 18:59:09.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
49712024-08-30T18:59:11.219Z[ recovery-image] Aug 30 18:59:09.420 INFO O| Aug 30 18:59:09.420 INFO STEP 332 (remove_files) COMPLETE
49722024-08-30T18:59:11.219Z[ recovery-image] Aug 30 18:59:09.421 INFO O| Aug 30 18:59:09.421 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-30T18:59:11.236Z[ recovery-image] Aug 30 18:59:09.440 INFO O| Aug 30 18:59:09.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
49742024-08-30T18:59:11.239Z[ recovery-image] Aug 30 18:59:09.440 INFO O| Aug 30 18:59:09.440 INFO STEP 333 (remove_files) COMPLETE
49752024-08-30T18:59:11.239Z[ recovery-image] Aug 30 18:59:09.440 INFO O| Aug 30 18:59:09.440 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-30T18:59:11.255Z[ recovery-image] Aug 30 18:59:09.459 INFO O| Aug 30 18:59:09.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
49772024-08-30T18:59:11.258Z[ recovery-image] Aug 30 18:59:09.459 INFO O| Aug 30 18:59:09.459 INFO STEP 334 (remove_files) COMPLETE
49782024-08-30T18:59:11.258Z[ recovery-image] Aug 30 18:59:09.459 INFO O| Aug 30 18:59:09.459 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-30T18:59:11.293Z[ recovery-image] Aug 30 18:59:09.495 INFO O| Aug 30 18:59:09.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
49802024-08-30T18:59:11.293Z[ recovery-image] Aug 30 18:59:09.495 INFO O| Aug 30 18:59:09.495 INFO STEP 335 (remove_files) COMPLETE
49812024-08-30T18:59:11.293Z[ recovery-image] Aug 30 18:59:09.495 INFO O| Aug 30 18:59:09.495 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-08-30T18:59:11.310Z[ recovery-image] Aug 30 18:59:09.512 INFO O| Aug 30 18:59:09.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
49832024-08-30T18:59:11.310Z[ recovery-image] Aug 30 18:59:09.512 INFO O| Aug 30 18:59:09.512 INFO STEP 336 (remove_files) COMPLETE
49842024-08-30T18:59:11.312Z[ recovery-image] Aug 30 18:59:09.513 INFO O| Aug 30 18:59:09.512 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-08-30T18:59:11.329Z[ recovery-image] Aug 30 18:59:09.533 INFO O| Aug 30 18:59:09.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49862024-08-30T18:59:11.329Z[ recovery-image] Aug 30 18:59:09.533 INFO O| Aug 30 18:59:09.533 INFO STEP 337 (remove_files) COMPLETE
49872024-08-30T18:59:11.331Z[ recovery-image] Aug 30 18:59:09.533 INFO O| Aug 30 18:59:09.533 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-08-30T18:59:11.357Z[ recovery-image] Aug 30 18:59:09.560 INFO O| Aug 30 18:59:09.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49892024-08-30T18:59:11.357Z[ recovery-image] Aug 30 18:59:09.560 INFO O| Aug 30 18:59:09.560 INFO STEP 338 (remove_files) COMPLETE
49902024-08-30T18:59:11.357Z[ recovery-image] Aug 30 18:59:09.560 INFO O| Aug 30 18:59:09.560 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-08-30T18:59:11.379Z[ recovery-image] Aug 30 18:59:09.582 INFO O| Aug 30 18:59:09.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49922024-08-30T18:59:11.379Z[ recovery-image] Aug 30 18:59:09.582 INFO O| Aug 30 18:59:09.582 INFO STEP 339 (remove_files) COMPLETE
49932024-08-30T18:59:11.379Z[ recovery-image] Aug 30 18:59:09.582 INFO O| Aug 30 18:59:09.582 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-08-30T18:59:11.420Z[ recovery-image] Aug 30 18:59:09.624 INFO O| Aug 30 18:59:09.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49952024-08-30T18:59:11.420Z[ recovery-image] Aug 30 18:59:09.624 INFO O| Aug 30 18:59:09.624 INFO STEP 340 (remove_files) COMPLETE
49962024-08-30T18:59:11.420Z[ recovery-image] Aug 30 18:59:09.624 INFO O| Aug 30 18:59:09.624 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-08-30T18:59:11.438Z[ recovery-image] Aug 30 18:59:09.642 INFO O| Aug 30 18:59:09.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49982024-08-30T18:59:11.438Z[ recovery-image] Aug 30 18:59:09.642 INFO O| Aug 30 18:59:09.642 INFO STEP 341 (remove_files) COMPLETE
49992024-08-30T18:59:11.438Z[ recovery-image] Aug 30 18:59:09.642 INFO O| Aug 30 18:59:09.642 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-08-30T18:59:11.455Z[ recovery-image] Aug 30 18:59:09.659 INFO O| Aug 30 18:59:09.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50012024-08-30T18:59:11.455Z[ recovery-image] Aug 30 18:59:09.659 INFO O| Aug 30 18:59:09.659 INFO STEP 342 (remove_files) COMPLETE
50022024-08-30T18:59:11.458Z[ recovery-image] Aug 30 18:59:09.659 INFO O| Aug 30 18:59:09.659 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-08-30T18:59:11.490Z[ recovery-image] Aug 30 18:59:09.693 INFO O| Aug 30 18:59:09.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50042024-08-30T18:59:11.490Z[ recovery-image] Aug 30 18:59:09.693 INFO O| Aug 30 18:59:09.693 INFO STEP 343 (remove_files) COMPLETE
50052024-08-30T18:59:11.490Z[ recovery-image] Aug 30 18:59:09.693 INFO O| Aug 30 18:59:09.693 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-08-30T18:59:11.509Z[ recovery-image] Aug 30 18:59:09.712 INFO O| Aug 30 18:59:09.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50072024-08-30T18:59:11.509Z[ recovery-image] Aug 30 18:59:09.713 INFO O| Aug 30 18:59:09.713 INFO STEP 344 (remove_files) COMPLETE
50082024-08-30T18:59:11.509Z[ recovery-image] Aug 30 18:59:09.713 INFO O| Aug 30 18:59:09.713 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-08-30T18:59:11.527Z[ recovery-image] Aug 30 18:59:09.730 INFO O| Aug 30 18:59:09.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50102024-08-30T18:59:11.527Z[ recovery-image] Aug 30 18:59:09.731 INFO O| Aug 30 18:59:09.730 INFO STEP 345 (remove_files) COMPLETE
50112024-08-30T18:59:11.529Z[ recovery-image] Aug 30 18:59:09.731 INFO O| Aug 30 18:59:09.731 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-08-30T18:59:11.565Z[ recovery-image] Aug 30 18:59:09.768 INFO O| Aug 30 18:59:09.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50132024-08-30T18:59:11.567Z[ recovery-image] Aug 30 18:59:09.768 INFO O| Aug 30 18:59:09.768 INFO STEP 346 (remove_files) COMPLETE
50142024-08-30T18:59:11.567Z[ recovery-image] Aug 30 18:59:09.769 INFO O| Aug 30 18:59:09.768 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-08-30T18:59:11.582Z[ recovery-image] Aug 30 18:59:09.786 INFO O| Aug 30 18:59:09.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50162024-08-30T18:59:11.585Z[ recovery-image] Aug 30 18:59:09.786 INFO O| Aug 30 18:59:09.786 INFO STEP 347 (remove_files) COMPLETE
50172024-08-30T18:59:11.585Z[ recovery-image] Aug 30 18:59:09.786 INFO O| Aug 30 18:59:09.786 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-08-30T18:59:11.619Z[ recovery-image] Aug 30 18:59:09.823 INFO O| Aug 30 18:59:09.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50192024-08-30T18:59:11.619Z[ recovery-image] Aug 30 18:59:09.823 INFO O| Aug 30 18:59:09.823 INFO STEP 348 (remove_files) COMPLETE
50202024-08-30T18:59:11.619Z[ recovery-image] Aug 30 18:59:09.823 INFO O| Aug 30 18:59:09.823 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-08-30T18:59:11.641Z[ recovery-image] Aug 30 18:59:09.844 INFO O| Aug 30 18:59:09.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50222024-08-30T18:59:11.641Z[ recovery-image] Aug 30 18:59:09.844 INFO O| Aug 30 18:59:09.844 INFO STEP 349 (remove_files) COMPLETE
50232024-08-30T18:59:11.641Z[ recovery-image] Aug 30 18:59:09.844 INFO O| Aug 30 18:59:09.844 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-08-30T18:59:11.681Z[ recovery-image] Aug 30 18:59:09.885 INFO O| Aug 30 18:59:09.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50252024-08-30T18:59:11.684Z[ recovery-image] Aug 30 18:59:09.885 INFO O| Aug 30 18:59:09.885 INFO STEP 350 (remove_files) COMPLETE
50262024-08-30T18:59:11.684Z[ recovery-image] Aug 30 18:59:09.885 INFO O| Aug 30 18:59:09.885 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-08-30T18:59:11.702Z[ recovery-image] Aug 30 18:59:09.905 INFO O| Aug 30 18:59:09.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50282024-08-30T18:59:11.702Z[ recovery-image] Aug 30 18:59:09.905 INFO O| Aug 30 18:59:09.905 INFO STEP 351 (remove_files) COMPLETE
50292024-08-30T18:59:11.702Z[ recovery-image] Aug 30 18:59:09.905 INFO O| Aug 30 18:59:09.905 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-08-30T18:59:11.719Z[ recovery-image] Aug 30 18:59:09.923 INFO O| Aug 30 18:59:09.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50312024-08-30T18:59:11.719Z[ recovery-image] Aug 30 18:59:09.923 INFO O| Aug 30 18:59:09.923 INFO STEP 352 (remove_files) COMPLETE
50322024-08-30T18:59:11.719Z[ recovery-image] Aug 30 18:59:09.923 INFO O| Aug 30 18:59:09.923 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-08-30T18:59:11.755Z[ recovery-image] Aug 30 18:59:09.959 INFO O| Aug 30 18:59:09.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50342024-08-30T18:59:11.755Z[ recovery-image] Aug 30 18:59:09.959 INFO O| Aug 30 18:59:09.959 INFO STEP 353 (remove_files) COMPLETE
50352024-08-30T18:59:11.755Z[ recovery-image] Aug 30 18:59:09.959 INFO O| Aug 30 18:59:09.959 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-08-30T18:59:11.782Z[ recovery-image] Aug 30 18:59:09.986 INFO O| Aug 30 18:59:09.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50372024-08-30T18:59:11.786Z[ recovery-image] Aug 30 18:59:09.986 INFO O| Aug 30 18:59:09.986 INFO STEP 354 (remove_files) COMPLETE
50382024-08-30T18:59:11.786Z[ recovery-image] Aug 30 18:59:09.986 INFO O| Aug 30 18:59:09.986 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-08-30T18:59:11.804Z[ recovery-image] Aug 30 18:59:10.007 INFO O| Aug 30 18:59:10.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50402024-08-30T18:59:11.807Z[ recovery-image] Aug 30 18:59:10.007 INFO O| Aug 30 18:59:10.007 INFO STEP 355 (remove_files) COMPLETE
50412024-08-30T18:59:11.807Z[ recovery-image] Aug 30 18:59:10.007 INFO O| Aug 30 18:59:10.007 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-08-30T18:59:11.830Z[ recovery-image] Aug 30 18:59:10.033 INFO O| Aug 30 18:59:10.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50432024-08-30T18:59:11.830Z[ recovery-image] Aug 30 18:59:10.034 INFO O| Aug 30 18:59:10.033 INFO STEP 356 (remove_files) COMPLETE
50442024-08-30T18:59:11.830Z[ recovery-image] Aug 30 18:59:10.034 INFO O| Aug 30 18:59:10.034 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-08-30T18:59:11.849Z[ recovery-image] Aug 30 18:59:10.053 INFO O| Aug 30 18:59:10.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50462024-08-30T18:59:11.849Z[ recovery-image] Aug 30 18:59:10.053 INFO O| Aug 30 18:59:10.053 INFO STEP 357 (remove_files) COMPLETE
50472024-08-30T18:59:11.849Z[ recovery-image] Aug 30 18:59:10.053 INFO O| Aug 30 18:59:10.053 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-08-30T18:59:11.868Z[ recovery-image] Aug 30 18:59:10.071 INFO O| Aug 30 18:59:10.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50492024-08-30T18:59:11.868Z[ recovery-image] Aug 30 18:59:10.071 INFO O| Aug 30 18:59:10.071 INFO STEP 358 (remove_files) COMPLETE
50502024-08-30T18:59:11.870Z[ recovery-image] Aug 30 18:59:10.071 INFO O| Aug 30 18:59:10.071 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-08-30T18:59:11.912Z[ recovery-image] Aug 30 18:59:10.115 INFO O| Aug 30 18:59:10.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50522024-08-30T18:59:11.912Z[ recovery-image] Aug 30 18:59:10.115 INFO O| Aug 30 18:59:10.115 INFO STEP 359 (remove_files) COMPLETE
50532024-08-30T18:59:11.918Z[ recovery-image] Aug 30 18:59:10.115 INFO O| Aug 30 18:59:10.115 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-08-30T18:59:11.931Z[ recovery-image] Aug 30 18:59:10.135 INFO O| Aug 30 18:59:10.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50552024-08-30T18:59:11.931Z[ recovery-image] Aug 30 18:59:10.135 INFO O| Aug 30 18:59:10.135 INFO STEP 360 (remove_files) COMPLETE
50562024-08-30T18:59:11.931Z[ recovery-image] Aug 30 18:59:10.135 INFO O| Aug 30 18:59:10.135 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-08-30T18:59:11.966Z[ recovery-image] Aug 30 18:59:10.170 INFO O| Aug 30 18:59:10.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50582024-08-30T18:59:11.966Z[ recovery-image] Aug 30 18:59:10.170 INFO O| Aug 30 18:59:10.170 INFO STEP 361 (remove_files) COMPLETE
50592024-08-30T18:59:11.966Z[ recovery-image] Aug 30 18:59:10.170 INFO O| Aug 30 18:59:10.170 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-08-30T18:59:12.008Z[ recovery-image] Aug 30 18:59:10.211 INFO O| Aug 30 18:59:10.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50612024-08-30T18:59:12.010Z[ recovery-image] Aug 30 18:59:10.211 INFO O| Aug 30 18:59:10.211 INFO STEP 362 (remove_files) COMPLETE
50622024-08-30T18:59:12.010Z[ recovery-image] Aug 30 18:59:10.212 INFO O| Aug 30 18:59:10.211 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-30T18:59:12.027Z[ recovery-image] Aug 30 18:59:10.230 INFO O| Aug 30 18:59:10.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50642024-08-30T18:59:12.027Z[ recovery-image] Aug 30 18:59:10.231 INFO O| Aug 30 18:59:10.230 INFO STEP 363 (remove_files) COMPLETE
50652024-08-30T18:59:12.029Z[ recovery-image] Aug 30 18:59:10.231 INFO O| Aug 30 18:59:10.230 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-30T18:59:12.049Z[ recovery-image] Aug 30 18:59:10.252 INFO O| Aug 30 18:59:10.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50672024-08-30T18:59:12.049Z[ recovery-image] Aug 30 18:59:10.252 INFO O| Aug 30 18:59:10.252 INFO STEP 364 (remove_files) COMPLETE
50682024-08-30T18:59:12.049Z[ recovery-image] Aug 30 18:59:10.252 INFO O| Aug 30 18:59:10.252 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-30T18:59:12.080Z[ recovery-image] Aug 30 18:59:10.284 INFO O| Aug 30 18:59:10.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50702024-08-30T18:59:12.080Z[ recovery-image] Aug 30 18:59:10.284 INFO O| Aug 30 18:59:10.284 INFO STEP 365 (remove_files) COMPLETE
50712024-08-30T18:59:12.080Z[ recovery-image] Aug 30 18:59:10.284 INFO O| Aug 30 18:59:10.284 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-30T18:59:12.105Z[ recovery-image] Aug 30 18:59:10.308 INFO O| Aug 30 18:59:10.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
50732024-08-30T18:59:12.105Z[ recovery-image] Aug 30 18:59:10.308 INFO O| Aug 30 18:59:10.308 INFO STEP 366 (remove_files) COMPLETE
50742024-08-30T18:59:12.105Z[ recovery-image] Aug 30 18:59:10.308 INFO O| Aug 30 18:59:10.308 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-30T18:59:12.124Z[ recovery-image] Aug 30 18:59:10.328 INFO O| Aug 30 18:59:10.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
50762024-08-30T18:59:12.124Z[ recovery-image] Aug 30 18:59:10.328 INFO O| Aug 30 18:59:10.328 INFO STEP 367 (remove_files) COMPLETE
50772024-08-30T18:59:12.127Z[ recovery-image] Aug 30 18:59:10.328 INFO O| Aug 30 18:59:10.328 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-30T18:59:12.141Z[ recovery-image] Aug 30 18:59:10.345 INFO O| Aug 30 18:59:10.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
50792024-08-30T18:59:12.141Z[ recovery-image] Aug 30 18:59:10.345 INFO O| Aug 30 18:59:10.345 INFO STEP 368 (remove_files) COMPLETE
50802024-08-30T18:59:12.141Z[ recovery-image] Aug 30 18:59:10.345 INFO O| Aug 30 18:59:10.345 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-30T18:59:12.157Z[ recovery-image] Aug 30 18:59:10.360 INFO O| Aug 30 18:59:10.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50822024-08-30T18:59:12.157Z[ recovery-image] Aug 30 18:59:10.361 INFO O| Aug 30 18:59:10.360 INFO STEP 369 (remove_files) COMPLETE
50832024-08-30T18:59:12.157Z[ recovery-image] Aug 30 18:59:10.361 INFO O| Aug 30 18:59:10.361 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-30T18:59:12.176Z[ recovery-image] Aug 30 18:59:10.379 INFO O| Aug 30 18:59:10.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
50852024-08-30T18:59:12.176Z[ recovery-image] Aug 30 18:59:10.379 INFO O| Aug 30 18:59:10.379 INFO STEP 370 (remove_files) COMPLETE
50862024-08-30T18:59:12.176Z[ recovery-image] Aug 30 18:59:10.379 INFO O| Aug 30 18:59:10.379 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-30T18:59:12.195Z[ recovery-image] Aug 30 18:59:10.398 INFO O| Aug 30 18:59:10.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50882024-08-30T18:59:12.195Z[ recovery-image] Aug 30 18:59:10.398 INFO O| Aug 30 18:59:10.398 INFO STEP 371 (remove_files) COMPLETE
50892024-08-30T18:59:12.195Z[ recovery-image] Aug 30 18:59:10.398 INFO O| Aug 30 18:59:10.398 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-08-30T18:59:12.226Z[ recovery-image] Aug 30 18:59:10.429 INFO O| Aug 30 18:59:10.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50912024-08-30T18:59:12.226Z[ recovery-image] Aug 30 18:59:10.429 INFO O| Aug 30 18:59:10.429 INFO STEP 372 (remove_files) COMPLETE
50922024-08-30T18:59:12.226Z[ recovery-image] Aug 30 18:59:10.429 INFO O| Aug 30 18:59:10.429 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-08-30T18:59:12.247Z[ recovery-image] Aug 30 18:59:10.450 INFO O| Aug 30 18:59:10.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50942024-08-30T18:59:12.247Z[ recovery-image] Aug 30 18:59:10.450 INFO O| Aug 30 18:59:10.450 INFO STEP 373 (remove_files) COMPLETE
50952024-08-30T18:59:12.247Z[ recovery-image] Aug 30 18:59:10.450 INFO O| Aug 30 18:59:10.450 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-08-30T18:59:12.276Z[ recovery-image] Aug 30 18:59:10.476 INFO O| Aug 30 18:59:10.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50972024-08-30T18:59:12.276Z[ recovery-image] Aug 30 18:59:10.476 INFO O| Aug 30 18:59:10.476 INFO STEP 374 (remove_files) COMPLETE
50982024-08-30T18:59:12.276Z[ recovery-image] Aug 30 18:59:10.476 INFO O| Aug 30 18:59:10.476 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-30T18:59:12.331Z[ recovery-image] Aug 30 18:59:10.534 INFO O| Aug 30 18:59:10.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51002024-08-30T18:59:12.331Z[ recovery-image] Aug 30 18:59:10.534 INFO O| Aug 30 18:59:10.534 INFO STEP 375 (remove_files) COMPLETE
51012024-08-30T18:59:12.331Z[ recovery-image] Aug 30 18:59:10.534 INFO O| Aug 30 18:59:10.534 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-30T18:59:12.350Z[ recovery-image] Aug 30 18:59:10.553 INFO O| Aug 30 18:59:10.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51032024-08-30T18:59:12.350Z[ recovery-image] Aug 30 18:59:10.553 INFO O| Aug 30 18:59:10.553 INFO STEP 376 (remove_files) COMPLETE
51042024-08-30T18:59:12.350Z[ recovery-image] Aug 30 18:59:10.554 INFO O| Aug 30 18:59:10.553 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-30T18:59:12.384Z[ recovery-image] Aug 30 18:59:10.587 INFO O| Aug 30 18:59:10.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51062024-08-30T18:59:12.384Z[ recovery-image] Aug 30 18:59:10.587 INFO O| Aug 30 18:59:10.587 INFO STEP 377 (remove_files) COMPLETE
51072024-08-30T18:59:12.384Z[ recovery-image] Aug 30 18:59:10.587 INFO O| Aug 30 18:59:10.587 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-30T18:59:12.404Z[ recovery-image] Aug 30 18:59:10.608 INFO O| Aug 30 18:59:10.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51092024-08-30T18:59:12.404Z[ recovery-image] Aug 30 18:59:10.608 INFO O| Aug 30 18:59:10.608 INFO STEP 378 (remove_files) COMPLETE
51102024-08-30T18:59:12.407Z[ recovery-image] Aug 30 18:59:10.608 INFO O| Aug 30 18:59:10.608 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-30T18:59:12.426Z[ recovery-image] Aug 30 18:59:10.629 INFO O| Aug 30 18:59:10.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51122024-08-30T18:59:12.426Z[ recovery-image] Aug 30 18:59:10.629 INFO O| Aug 30 18:59:10.629 INFO STEP 379 (remove_files) COMPLETE
51132024-08-30T18:59:12.428Z[ recovery-image] Aug 30 18:59:10.629 INFO O| Aug 30 18:59:10.629 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-30T18:59:12.448Z[ recovery-image] Aug 30 18:59:10.650 INFO O| Aug 30 18:59:10.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51152024-08-30T18:59:12.448Z[ recovery-image] Aug 30 18:59:10.650 INFO O| Aug 30 18:59:10.650 INFO STEP 380 (remove_files) COMPLETE
51162024-08-30T18:59:12.448Z[ recovery-image] Aug 30 18:59:10.650 INFO O| Aug 30 18:59:10.650 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-30T18:59:12.502Z[ recovery-image] Aug 30 18:59:10.706 INFO O| Aug 30 18:59:10.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51182024-08-30T18:59:12.502Z[ recovery-image] Aug 30 18:59:10.706 INFO O| Aug 30 18:59:10.706 INFO STEP 381 (remove_files) COMPLETE
51192024-08-30T18:59:12.505Z[ recovery-image] Aug 30 18:59:10.706 INFO O| Aug 30 18:59:10.706 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-30T18:59:12.527Z[ recovery-image] Aug 30 18:59:10.730 INFO O| Aug 30 18:59:10.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51212024-08-30T18:59:12.527Z[ recovery-image] Aug 30 18:59:10.730 INFO O| Aug 30 18:59:10.730 INFO STEP 382 (remove_files) COMPLETE
51222024-08-30T18:59:12.527Z[ recovery-image] Aug 30 18:59:10.730 INFO O| Aug 30 18:59:10.730 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-30T18:59:12.549Z[ recovery-image] Aug 30 18:59:10.752 INFO O| Aug 30 18:59:10.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51242024-08-30T18:59:12.572Z[ recovery-image] Aug 30 18:59:10.775 INFO O| Aug 30 18:59:10.775 INFO STEP 383 (remove_files) COMPLETE
51252024-08-30T18:59:12.572Z[ recovery-image] Aug 30 18:59:10.775 INFO O| Aug 30 18:59:10.775 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-30T18:59:12.607Z[ recovery-image] Aug 30 18:59:10.811 INFO O| Aug 30 18:59:10.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51272024-08-30T18:59:12.607Z[ recovery-image] Aug 30 18:59:10.811 INFO O| Aug 30 18:59:10.811 INFO STEP 384 (remove_files) COMPLETE
51282024-08-30T18:59:12.609Z[ recovery-image] Aug 30 18:59:10.811 INFO O| Aug 30 18:59:10.811 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-30T18:59:12.682Z[ recovery-image] Aug 30 18:59:10.885 INFO O| Aug 30 18:59:10.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51302024-08-30T18:59:12.682Z[ recovery-image] Aug 30 18:59:10.885 INFO O| Aug 30 18:59:10.885 INFO STEP 385 (remove_files) COMPLETE
51312024-08-30T18:59:12.682Z[ recovery-image] Aug 30 18:59:10.885 INFO O| Aug 30 18:59:10.885 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-30T18:59:12.703Z[ recovery-image] Aug 30 18:59:10.906 INFO O| Aug 30 18:59:10.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51332024-08-30T18:59:12.703Z[ recovery-image] Aug 30 18:59:10.906 INFO O| Aug 30 18:59:10.906 INFO STEP 386 (remove_files) COMPLETE
51342024-08-30T18:59:12.703Z[ recovery-image] Aug 30 18:59:10.906 INFO O| Aug 30 18:59:10.906 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-30T18:59:12.723Z[ recovery-image] Aug 30 18:59:10.926 INFO O| Aug 30 18:59:10.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51362024-08-30T18:59:12.725Z[ recovery-image] Aug 30 18:59:10.926 INFO O| Aug 30 18:59:10.926 INFO STEP 387 (remove_files) COMPLETE
51372024-08-30T18:59:12.725Z[ recovery-image] Aug 30 18:59:10.926 INFO O| Aug 30 18:59:10.926 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-30T18:59:12.742Z[ recovery-image] Aug 30 18:59:10.945 INFO O| Aug 30 18:59:10.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51392024-08-30T18:59:12.744Z[ recovery-image] Aug 30 18:59:10.945 INFO O| Aug 30 18:59:10.945 INFO STEP 388 (remove_files) COMPLETE
51402024-08-30T18:59:12.744Z[ recovery-image] Aug 30 18:59:10.945 INFO O| Aug 30 18:59:10.945 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-30T18:59:12.760Z[ recovery-image] Aug 30 18:59:10.963 INFO O| Aug 30 18:59:10.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51422024-08-30T18:59:12.762Z[ recovery-image] Aug 30 18:59:10.963 INFO O| Aug 30 18:59:10.963 INFO STEP 389 (remove_files) COMPLETE
51432024-08-30T18:59:12.762Z[ recovery-image] Aug 30 18:59:10.963 INFO O| Aug 30 18:59:10.963 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-30T18:59:12.778Z[ recovery-image] Aug 30 18:59:10.981 INFO O| Aug 30 18:59:10.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51452024-08-30T18:59:12.780Z[ recovery-image] Aug 30 18:59:10.982 INFO O| Aug 30 18:59:10.981 INFO STEP 390 (remove_files) COMPLETE
51462024-08-30T18:59:12.780Z[ recovery-image] Aug 30 18:59:10.982 INFO O| Aug 30 18:59:10.982 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-30T18:59:12.824Z[ recovery-image] Aug 30 18:59:11.028 INFO O| Aug 30 18:59:11.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51482024-08-30T18:59:12.827Z[ recovery-image] Aug 30 18:59:11.028 INFO O| Aug 30 18:59:11.028 INFO STEP 391 (remove_files) COMPLETE
51492024-08-30T18:59:12.827Z[ recovery-image] Aug 30 18:59:11.028 INFO O| Aug 30 18:59:11.028 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-30T18:59:12.844Z[ recovery-image] Aug 30 18:59:11.047 INFO O| Aug 30 18:59:11.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51512024-08-30T18:59:12.846Z[ recovery-image] Aug 30 18:59:11.047 INFO O| Aug 30 18:59:11.047 INFO STEP 392 (remove_files) COMPLETE
51522024-08-30T18:59:12.846Z[ recovery-image] Aug 30 18:59:11.048 INFO O| Aug 30 18:59:11.047 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-08-30T18:59:12.861Z[ recovery-image] Aug 30 18:59:11.065 INFO O| Aug 30 18:59:11.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51542024-08-30T18:59:12.864Z[ recovery-image] Aug 30 18:59:11.065 INFO O| Aug 30 18:59:11.065 INFO STEP 393 (remove_files) COMPLETE
51552024-08-30T18:59:12.864Z[ recovery-image] Aug 30 18:59:11.065 INFO O| Aug 30 18:59:11.065 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-08-30T18:59:12.889Z[ recovery-image] Aug 30 18:59:11.093 INFO O| Aug 30 18:59:11.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51572024-08-30T18:59:12.889Z[ recovery-image] Aug 30 18:59:11.093 INFO O| Aug 30 18:59:11.093 INFO STEP 394 (remove_files) COMPLETE
51582024-08-30T18:59:12.889Z[ recovery-image] Aug 30 18:59:11.093 INFO O| Aug 30 18:59:11.093 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-08-30T18:59:12.908Z[ recovery-image] Aug 30 18:59:11.112 INFO O| Aug 30 18:59:11.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51602024-08-30T18:59:12.908Z[ recovery-image] Aug 30 18:59:11.112 INFO O| Aug 30 18:59:11.112 INFO STEP 395 (remove_files) COMPLETE
51612024-08-30T18:59:12.908Z[ recovery-image] Aug 30 18:59:11.112 INFO O| Aug 30 18:59:11.112 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-08-30T18:59:12.934Z[ recovery-image] Aug 30 18:59:11.137 INFO O| Aug 30 18:59:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51632024-08-30T18:59:12.934Z[ recovery-image] Aug 30 18:59:11.137 INFO O| Aug 30 18:59:11.137 INFO STEP 396 (remove_files) COMPLETE
51642024-08-30T18:59:12.934Z[ recovery-image] Aug 30 18:59:11.137 INFO O| Aug 30 18:59:11.137 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-08-30T18:59:12.979Z[ recovery-image] Aug 30 18:59:11.182 INFO O| Aug 30 18:59:11.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51662024-08-30T18:59:12.979Z[ recovery-image] Aug 30 18:59:11.182 INFO O| Aug 30 18:59:11.182 INFO STEP 397 (remove_files) COMPLETE
51672024-08-30T18:59:12.982Z[ recovery-image] Aug 30 18:59:11.182 INFO O| Aug 30 18:59:11.182 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-08-30T18:59:13.014Z[ recovery-image] Aug 30 18:59:11.217 INFO O| Aug 30 18:59:11.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51692024-08-30T18:59:13.016Z[ recovery-image] Aug 30 18:59:11.217 INFO O| Aug 30 18:59:11.217 INFO STEP 398 (remove_files) COMPLETE
51702024-08-30T18:59:13.016Z[ recovery-image] Aug 30 18:59:11.217 INFO O| Aug 30 18:59:11.217 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-08-30T18:59:13.031Z[ recovery-image] Aug 30 18:59:11.235 INFO O| Aug 30 18:59:11.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
51722024-08-30T18:59:13.034Z[ recovery-image] Aug 30 18:59:11.235 INFO O| Aug 30 18:59:11.235 INFO STEP 399 (remove_files) COMPLETE
51732024-08-30T18:59:13.034Z[ recovery-image] Aug 30 18:59:11.235 INFO O| Aug 30 18:59:11.235 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-08-30T18:59:13.071Z[ recovery-image] Aug 30 18:59:11.274 INFO O| Aug 30 18:59:11.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
51752024-08-30T18:59:13.071Z[ recovery-image] Aug 30 18:59:11.274 INFO O| Aug 30 18:59:11.274 INFO STEP 400 (remove_files) COMPLETE
51762024-08-30T18:59:13.071Z[ recovery-image] Aug 30 18:59:11.274 INFO O| Aug 30 18:59:11.274 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-08-30T18:59:13.128Z[ recovery-image] Aug 30 18:59:11.332 INFO O| Aug 30 18:59:11.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
51782024-08-30T18:59:13.128Z[ recovery-image] Aug 30 18:59:11.332 INFO O| Aug 30 18:59:11.332 INFO STEP 401 (remove_files) COMPLETE
51792024-08-30T18:59:13.128Z[ recovery-image] Aug 30 18:59:11.332 INFO O| Aug 30 18:59:11.332 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-08-30T18:59:13.184Z[ recovery-image] Aug 30 18:59:11.386 INFO O| Aug 30 18:59:11.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
51812024-08-30T18:59:13.184Z[ recovery-image] Aug 30 18:59:11.387 INFO O| Aug 30 18:59:11.386 INFO STEP 402 (remove_files) COMPLETE
51822024-08-30T18:59:13.184Z[ recovery-image] Aug 30 18:59:11.387 INFO O| Aug 30 18:59:11.387 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-08-30T18:59:13.244Z[ recovery-image] Aug 30 18:59:11.447 INFO O| Aug 30 18:59:11.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
51842024-08-30T18:59:13.244Z[ recovery-image] Aug 30 18:59:11.447 INFO O| Aug 30 18:59:11.447 INFO STEP 403 (remove_files) COMPLETE
51852024-08-30T18:59:13.244Z[ recovery-image] Aug 30 18:59:11.447 INFO O| Aug 30 18:59:11.447 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-08-30T18:59:13.284Z[ recovery-image] Aug 30 18:59:11.488 INFO O| Aug 30 18:59:11.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51872024-08-30T18:59:13.285Z[ recovery-image] Aug 30 18:59:11.488 INFO O| Aug 30 18:59:11.488 INFO STEP 404 (remove_files) COMPLETE
51882024-08-30T18:59:13.287Z[ recovery-image] Aug 30 18:59:11.488 INFO O| Aug 30 18:59:11.488 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-30T18:59:13.342Z[ recovery-image] Aug 30 18:59:11.546 INFO O| Aug 30 18:59:11.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51902024-08-30T18:59:13.342Z[ recovery-image] Aug 30 18:59:11.546 INFO O| Aug 30 18:59:11.546 INFO STEP 405 (remove_files) COMPLETE
51912024-08-30T18:59:13.342Z[ recovery-image] Aug 30 18:59:11.546 INFO O| Aug 30 18:59:11.546 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-30T18:59:13.388Z[ recovery-image] Aug 30 18:59:11.590 INFO O| Aug 30 18:59:11.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51932024-08-30T18:59:13.388Z[ recovery-image] Aug 30 18:59:11.590 INFO O| Aug 30 18:59:11.590 INFO STEP 406 (remove_files) COMPLETE
51942024-08-30T18:59:13.388Z[ recovery-image] Aug 30 18:59:11.591 INFO O| Aug 30 18:59:11.590 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-30T18:59:13.429Z[ recovery-image] Aug 30 18:59:11.632 INFO O| Aug 30 18:59:11.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51962024-08-30T18:59:13.429Z[ recovery-image] Aug 30 18:59:11.632 INFO O| Aug 30 18:59:11.632 INFO STEP 407 (remove_files) COMPLETE
51972024-08-30T18:59:13.429Z[ recovery-image] Aug 30 18:59:11.632 INFO O| Aug 30 18:59:11.632 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-30T18:59:13.448Z[ recovery-image] Aug 30 18:59:11.651 INFO O| Aug 30 18:59:11.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51992024-08-30T18:59:13.448Z[ recovery-image] Aug 30 18:59:11.651 INFO O| Aug 30 18:59:11.651 INFO STEP 408 (remove_files) COMPLETE
52002024-08-30T18:59:13.450Z[ recovery-image] Aug 30 18:59:11.651 INFO O| Aug 30 18:59:11.651 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-30T18:59:13.484Z[ recovery-image] Aug 30 18:59:11.687 INFO O| Aug 30 18:59:11.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52022024-08-30T18:59:13.486Z[ recovery-image] Aug 30 18:59:11.688 INFO O| Aug 30 18:59:11.687 INFO STEP 409 (remove_files) COMPLETE
52032024-08-30T18:59:13.486Z[ recovery-image] Aug 30 18:59:11.688 INFO O| Aug 30 18:59:11.688 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-30T18:59:13.527Z[ recovery-image] Aug 30 18:59:11.730 INFO O| Aug 30 18:59:11.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52052024-08-30T18:59:13.529Z[ recovery-image] Aug 30 18:59:11.730 INFO O| Aug 30 18:59:11.730 INFO STEP 410 (remove_files) COMPLETE
52062024-08-30T18:59:13.529Z[ recovery-image] Aug 30 18:59:11.730 INFO O| Aug 30 18:59:11.730 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-30T18:59:13.547Z[ recovery-image] Aug 30 18:59:11.750 INFO O| Aug 30 18:59:11.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52082024-08-30T18:59:13.550Z[ recovery-image] Aug 30 18:59:11.750 INFO O| Aug 30 18:59:11.750 INFO STEP 411 (remove_files) COMPLETE
52092024-08-30T18:59:13.550Z[ recovery-image] Aug 30 18:59:11.750 INFO O| Aug 30 18:59:11.750 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-30T18:59:13.602Z[ recovery-image] Aug 30 18:59:11.805 INFO O| Aug 30 18:59:11.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52112024-08-30T18:59:13.605Z[ recovery-image] Aug 30 18:59:11.805 INFO O| Aug 30 18:59:11.805 INFO STEP 412 (remove_files) COMPLETE
52122024-08-30T18:59:13.605Z[ recovery-image] Aug 30 18:59:11.806 INFO O| Aug 30 18:59:11.805 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-30T18:59:13.619Z[ recovery-image] Aug 30 18:59:11.822 INFO O| Aug 30 18:59:11.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52142024-08-30T18:59:13.622Z[ recovery-image] Aug 30 18:59:11.822 INFO O| Aug 30 18:59:11.822 INFO STEP 413 (remove_files) COMPLETE
52152024-08-30T18:59:13.622Z[ recovery-image] Aug 30 18:59:11.822 INFO O| Aug 30 18:59:11.822 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-30T18:59:13.655Z[ recovery-image] Aug 30 18:59:11.858 INFO O| Aug 30 18:59:11.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52172024-08-30T18:59:13.658Z[ recovery-image] Aug 30 18:59:11.858 INFO O| Aug 30 18:59:11.858 INFO STEP 414 (remove_files) COMPLETE
52182024-08-30T18:59:13.658Z[ recovery-image] Aug 30 18:59:11.859 INFO O| Aug 30 18:59:11.859 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-30T18:59:13.670Z[ recovery-image] Aug 30 18:59:11.874 INFO O| Aug 30 18:59:11.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52202024-08-30T18:59:13.673Z[ recovery-image] Aug 30 18:59:11.874 INFO O| Aug 30 18:59:11.874 INFO STEP 415 (remove_files) COMPLETE
52212024-08-30T18:59:13.673Z[ recovery-image] Aug 30 18:59:11.874 INFO O| Aug 30 18:59:11.874 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-30T18:59:13.706Z[ recovery-image] Aug 30 18:59:11.909 INFO O| Aug 30 18:59:11.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52232024-08-30T18:59:13.706Z[ recovery-image] Aug 30 18:59:11.909 INFO O| Aug 30 18:59:11.909 INFO STEP 416 (remove_files) COMPLETE
52242024-08-30T18:59:13.706Z[ recovery-image] Aug 30 18:59:11.909 INFO O| Aug 30 18:59:11.909 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-30T18:59:13.721Z[ recovery-image] Aug 30 18:59:11.924 INFO O| Aug 30 18:59:11.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52262024-08-30T18:59:13.721Z[ recovery-image] Aug 30 18:59:11.924 INFO O| Aug 30 18:59:11.924 INFO STEP 417 (remove_files) COMPLETE
52272024-08-30T18:59:13.721Z[ recovery-image] Aug 30 18:59:11.924 INFO O| Aug 30 18:59:11.924 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-30T18:59:13.751Z[ recovery-image] Aug 30 18:59:11.954 INFO O| Aug 30 18:59:11.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52292024-08-30T18:59:13.751Z[ recovery-image] Aug 30 18:59:11.954 INFO O| Aug 30 18:59:11.954 INFO STEP 418 (remove_files) COMPLETE
52302024-08-30T18:59:13.751Z[ recovery-image] Aug 30 18:59:11.954 INFO O| Aug 30 18:59:11.954 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-30T18:59:13.796Z[ recovery-image] Aug 30 18:59:11.999 INFO O| Aug 30 18:59:11.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52322024-08-30T18:59:13.796Z[ recovery-image] Aug 30 18:59:11.999 INFO O| Aug 30 18:59:11.999 INFO STEP 419 (remove_files) COMPLETE
52332024-08-30T18:59:13.796Z[ recovery-image] Aug 30 18:59:11.999 INFO O| Aug 30 18:59:11.999 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-30T18:59:13.830Z[ recovery-image] Aug 30 18:59:12.033 INFO O| Aug 30 18:59:12.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52352024-08-30T18:59:13.830Z[ recovery-image] Aug 30 18:59:12.033 INFO O| Aug 30 18:59:12.033 INFO STEP 420 (remove_files) COMPLETE
52362024-08-30T18:59:13.833Z[ recovery-image] Aug 30 18:59:12.033 INFO O| Aug 30 18:59:12.033 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-30T18:59:13.862Z[ recovery-image] Aug 30 18:59:12.065 INFO O| Aug 30 18:59:12.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52382024-08-30T18:59:13.862Z[ recovery-image] Aug 30 18:59:12.065 INFO O| Aug 30 18:59:12.065 INFO STEP 421 (remove_files) COMPLETE
52392024-08-30T18:59:13.862Z[ recovery-image] Aug 30 18:59:12.065 INFO O| Aug 30 18:59:12.065 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-30T18:59:13.912Z[ recovery-image] Aug 30 18:59:12.116 INFO O| Aug 30 18:59:12.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52412024-08-30T18:59:13.913Z[ recovery-image] Aug 30 18:59:12.116 INFO O| Aug 30 18:59:12.116 INFO STEP 422 (remove_files) COMPLETE
52422024-08-30T18:59:13.915Z[ recovery-image] Aug 30 18:59:12.116 INFO O| Aug 30 18:59:12.116 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-30T18:59:13.931Z[ recovery-image] Aug 30 18:59:12.133 INFO O| Aug 30 18:59:12.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52442024-08-30T18:59:13.931Z[ recovery-image] Aug 30 18:59:12.133 INFO O| Aug 30 18:59:12.133 INFO STEP 423 (remove_files) COMPLETE
52452024-08-30T18:59:13.931Z[ recovery-image] Aug 30 18:59:12.133 INFO O| Aug 30 18:59:12.133 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-30T18:59:13.953Z[ recovery-image] Aug 30 18:59:12.156 INFO O| Aug 30 18:59:12.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52472024-08-30T18:59:13.956Z[ recovery-image] Aug 30 18:59:12.157 INFO O| Aug 30 18:59:12.157 INFO STEP 424 (remove_files) COMPLETE
52482024-08-30T18:59:13.956Z[ recovery-image] Aug 30 18:59:12.157 INFO O| Aug 30 18:59:12.157 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-30T18:59:14.025Z[ recovery-image] Aug 30 18:59:12.228 INFO O| Aug 30 18:59:12.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52502024-08-30T18:59:14.025Z[ recovery-image] Aug 30 18:59:12.228 INFO O| Aug 30 18:59:12.228 INFO STEP 425 (remove_files) COMPLETE
52512024-08-30T18:59:14.027Z[ recovery-image] Aug 30 18:59:12.228 INFO O| Aug 30 18:59:12.228 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-30T18:59:14.043Z[ recovery-image] Aug 30 18:59:12.246 INFO O| Aug 30 18:59:12.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52532024-08-30T18:59:14.043Z[ recovery-image] Aug 30 18:59:12.246 INFO O| Aug 30 18:59:12.246 INFO STEP 426 (remove_files) COMPLETE
52542024-08-30T18:59:14.045Z[ recovery-image] Aug 30 18:59:12.246 INFO O| Aug 30 18:59:12.246 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-30T18:59:14.080Z[ recovery-image] Aug 30 18:59:12.283 INFO O| Aug 30 18:59:12.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52562024-08-30T18:59:14.080Z[ recovery-image] Aug 30 18:59:12.283 INFO O| Aug 30 18:59:12.283 INFO STEP 427 (remove_files) COMPLETE
52572024-08-30T18:59:14.080Z[ recovery-image] Aug 30 18:59:12.283 INFO O| Aug 30 18:59:12.283 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-30T18:59:14.101Z[ recovery-image] Aug 30 18:59:12.304 INFO O| Aug 30 18:59:12.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52592024-08-30T18:59:14.101Z[ recovery-image] Aug 30 18:59:12.304 INFO O| Aug 30 18:59:12.304 INFO STEP 428 (remove_files) COMPLETE
52602024-08-30T18:59:14.101Z[ recovery-image] Aug 30 18:59:12.304 INFO O| Aug 30 18:59:12.304 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-08-30T18:59:14.145Z[ recovery-image] Aug 30 18:59:12.348 INFO O| Aug 30 18:59:12.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52622024-08-30T18:59:14.147Z[ recovery-image] Aug 30 18:59:12.348 INFO O| Aug 30 18:59:12.348 INFO STEP 429 (remove_files) COMPLETE
52632024-08-30T18:59:14.147Z[ recovery-image] Aug 30 18:59:12.348 INFO O| Aug 30 18:59:12.348 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-08-30T18:59:14.166Z[ recovery-image] Aug 30 18:59:12.369 INFO O| Aug 30 18:59:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52652024-08-30T18:59:14.169Z[ recovery-image] Aug 30 18:59:12.369 INFO O| Aug 30 18:59:12.369 INFO STEP 430 (remove_files) COMPLETE
52662024-08-30T18:59:14.169Z[ recovery-image] Aug 30 18:59:12.369 INFO O| Aug 30 18:59:12.369 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-08-30T18:59:14.240Z[ recovery-image] Aug 30 18:59:12.443 INFO O| Aug 30 18:59:12.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52682024-08-30T18:59:14.240Z[ recovery-image] Aug 30 18:59:12.443 INFO O| Aug 30 18:59:12.443 INFO STEP 431 (remove_files) COMPLETE
52692024-08-30T18:59:14.240Z[ recovery-image] Aug 30 18:59:12.443 INFO O| Aug 30 18:59:12.443 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-08-30T18:59:14.260Z[ recovery-image] Aug 30 18:59:12.463 INFO O| Aug 30 18:59:12.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
52712024-08-30T18:59:14.260Z[ recovery-image] Aug 30 18:59:12.463 INFO O| Aug 30 18:59:12.463 INFO STEP 432 (remove_files) COMPLETE
52722024-08-30T18:59:14.260Z[ recovery-image] Aug 30 18:59:12.463 INFO O| Aug 30 18:59:12.463 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-08-30T18:59:14.279Z[ recovery-image] Aug 30 18:59:12.482 INFO O| Aug 30 18:59:12.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
52742024-08-30T18:59:14.279Z[ recovery-image] Aug 30 18:59:12.482 INFO O| Aug 30 18:59:12.482 INFO STEP 433 (remove_files) COMPLETE
52752024-08-30T18:59:14.279Z[ recovery-image] Aug 30 18:59:12.482 INFO O| Aug 30 18:59:12.482 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-08-30T18:59:14.298Z[ recovery-image] Aug 30 18:59:12.501 INFO O| Aug 30 18:59:12.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
52772024-08-30T18:59:14.298Z[ recovery-image] Aug 30 18:59:12.501 INFO O| Aug 30 18:59:12.501 INFO STEP 434 (remove_files) COMPLETE
52782024-08-30T18:59:14.300Z[ recovery-image] Aug 30 18:59:12.501 INFO O| Aug 30 18:59:12.501 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-08-30T18:59:14.327Z[ recovery-image] Aug 30 18:59:12.530 INFO O| Aug 30 18:59:12.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
52802024-08-30T18:59:14.327Z[ recovery-image] Aug 30 18:59:12.530 INFO O| Aug 30 18:59:12.530 INFO STEP 435 (remove_files) COMPLETE
52812024-08-30T18:59:14.327Z[ recovery-image] Aug 30 18:59:12.530 INFO O| Aug 30 18:59:12.530 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-08-30T18:59:14.387Z[ recovery-image] Aug 30 18:59:12.590 INFO O| Aug 30 18:59:12.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
52832024-08-30T18:59:14.387Z[ recovery-image] Aug 30 18:59:12.590 INFO O| Aug 30 18:59:12.590 INFO STEP 436 (remove_files) COMPLETE
52842024-08-30T18:59:14.387Z[ recovery-image] Aug 30 18:59:12.590 INFO O| Aug 30 18:59:12.590 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-08-30T18:59:14.446Z[ recovery-image] Aug 30 18:59:12.649 INFO O| Aug 30 18:59:12.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52862024-08-30T18:59:14.446Z[ recovery-image] Aug 30 18:59:12.649 INFO O| Aug 30 18:59:12.649 INFO STEP 437 (remove_files) COMPLETE
52872024-08-30T18:59:14.449Z[ recovery-image] Aug 30 18:59:12.649 INFO O| Aug 30 18:59:12.649 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-08-30T18:59:14.465Z[ recovery-image] Aug 30 18:59:12.668 INFO O| Aug 30 18:59:12.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52892024-08-30T18:59:14.465Z[ recovery-image] Aug 30 18:59:12.668 INFO O| Aug 30 18:59:12.668 INFO STEP 438 (remove_files) COMPLETE
52902024-08-30T18:59:14.465Z[ recovery-image] Aug 30 18:59:12.668 INFO O| Aug 30 18:59:12.668 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-08-30T18:59:14.495Z[ recovery-image] Aug 30 18:59:12.698 INFO O| Aug 30 18:59:12.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52922024-08-30T18:59:14.498Z[ recovery-image] Aug 30 18:59:12.698 INFO O| Aug 30 18:59:12.698 INFO STEP 439 (remove_files) COMPLETE
52932024-08-30T18:59:14.498Z[ recovery-image] Aug 30 18:59:12.699 INFO O| Aug 30 18:59:12.699 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-08-30T18:59:14.521Z[ recovery-image] Aug 30 18:59:12.724 INFO O| Aug 30 18:59:12.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52952024-08-30T18:59:14.524Z[ recovery-image] Aug 30 18:59:12.724 INFO O| Aug 30 18:59:12.724 INFO STEP 440 (remove_files) COMPLETE
52962024-08-30T18:59:14.524Z[ recovery-image] Aug 30 18:59:12.724 INFO O| Aug 30 18:59:12.724 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-08-30T18:59:14.542Z[ recovery-image] Aug 30 18:59:12.745 INFO O| Aug 30 18:59:12.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52982024-08-30T18:59:14.545Z[ recovery-image] Aug 30 18:59:12.746 INFO O| Aug 30 18:59:12.746 INFO STEP 441 (remove_files) COMPLETE
52992024-08-30T18:59:14.545Z[ recovery-image] Aug 30 18:59:12.746 INFO O| Aug 30 18:59:12.746 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-08-30T18:59:14.564Z[ recovery-image] Aug 30 18:59:12.767 INFO O| Aug 30 18:59:12.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53012024-08-30T18:59:14.567Z[ recovery-image] Aug 30 18:59:12.768 INFO O| Aug 30 18:59:12.767 INFO STEP 442 (remove_files) COMPLETE
53022024-08-30T18:59:14.567Z[ recovery-image] Aug 30 18:59:12.768 INFO O| Aug 30 18:59:12.768 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-08-30T18:59:14.602Z[ recovery-image] Aug 30 18:59:12.805 INFO O| Aug 30 18:59:12.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53042024-08-30T18:59:14.602Z[ recovery-image] Aug 30 18:59:12.805 INFO O| Aug 30 18:59:12.805 INFO STEP 443 (remove_files) COMPLETE
53052024-08-30T18:59:14.602Z[ recovery-image] Aug 30 18:59:12.805 INFO O| Aug 30 18:59:12.805 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-08-30T18:59:14.620Z[ recovery-image] Aug 30 18:59:12.823 INFO O| Aug 30 18:59:12.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53072024-08-30T18:59:14.620Z[ recovery-image] Aug 30 18:59:12.823 INFO O| Aug 30 18:59:12.823 INFO STEP 444 (remove_files) COMPLETE
53082024-08-30T18:59:14.620Z[ recovery-image] Aug 30 18:59:12.823 INFO O| Aug 30 18:59:12.823 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-08-30T18:59:14.639Z[ recovery-image] Aug 30 18:59:12.842 INFO O| Aug 30 18:59:12.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53102024-08-30T18:59:14.639Z[ recovery-image] Aug 30 18:59:12.843 INFO O| Aug 30 18:59:12.843 INFO STEP 445 (remove_files) COMPLETE
53112024-08-30T18:59:14.642Z[ recovery-image] Aug 30 18:59:12.843 INFO O| Aug 30 18:59:12.843 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-08-30T18:59:14.733Z[ recovery-image] Aug 30 18:59:12.936 INFO O| Aug 30 18:59:12.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53132024-08-30T18:59:14.733Z[ recovery-image] Aug 30 18:59:12.936 INFO O| Aug 30 18:59:12.936 INFO STEP 446 (remove_files) COMPLETE
53142024-08-30T18:59:14.733Z[ recovery-image] Aug 30 18:59:12.936 INFO O| Aug 30 18:59:12.936 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-08-30T18:59:14.768Z[ recovery-image] Aug 30 18:59:12.971 INFO O| Aug 30 18:59:12.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53162024-08-30T18:59:14.768Z[ recovery-image] Aug 30 18:59:12.971 INFO O| Aug 30 18:59:12.971 INFO STEP 447 (remove_files) COMPLETE
53172024-08-30T18:59:14.768Z[ recovery-image] Aug 30 18:59:12.971 INFO O| Aug 30 18:59:12.971 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-08-30T18:59:14.799Z[ recovery-image] Aug 30 18:59:13.002 INFO O| Aug 30 18:59:13.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53192024-08-30T18:59:14.799Z[ recovery-image] Aug 30 18:59:13.002 INFO O| Aug 30 18:59:13.002 INFO STEP 448 (remove_files) COMPLETE
53202024-08-30T18:59:14.802Z[ recovery-image] Aug 30 18:59:13.003 INFO O| Aug 30 18:59:13.003 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-08-30T18:59:14.819Z[ recovery-image] Aug 30 18:59:13.022 INFO O| Aug 30 18:59:13.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53222024-08-30T18:59:14.819Z[ recovery-image] Aug 30 18:59:13.023 INFO O| Aug 30 18:59:13.023 INFO STEP 449 (remove_files) COMPLETE
53232024-08-30T18:59:14.819Z[ recovery-image] Aug 30 18:59:13.023 INFO O| Aug 30 18:59:13.023 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-08-30T18:59:14.853Z[ recovery-image] Aug 30 18:59:13.056 INFO O| Aug 30 18:59:13.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53252024-08-30T18:59:14.853Z[ recovery-image] Aug 30 18:59:13.056 INFO O| Aug 30 18:59:13.056 INFO STEP 450 (remove_files) COMPLETE
53262024-08-30T18:59:14.853Z[ recovery-image] Aug 30 18:59:13.056 INFO O| Aug 30 18:59:13.056 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-08-30T18:59:14.872Z[ recovery-image] Aug 30 18:59:13.075 INFO O| Aug 30 18:59:13.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53282024-08-30T18:59:14.872Z[ recovery-image] Aug 30 18:59:13.075 INFO O| Aug 30 18:59:13.075 INFO STEP 451 (remove_files) COMPLETE
53292024-08-30T18:59:14.872Z[ recovery-image] Aug 30 18:59:13.075 INFO O| Aug 30 18:59:13.075 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-08-30T18:59:14.891Z[ recovery-image] Aug 30 18:59:13.095 INFO O| Aug 30 18:59:13.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53312024-08-30T18:59:14.892Z[ recovery-image] Aug 30 18:59:13.095 INFO O| Aug 30 18:59:13.095 INFO STEP 452 (remove_files) COMPLETE
53322024-08-30T18:59:14.892Z[ recovery-image] Aug 30 18:59:13.095 INFO O| Aug 30 18:59:13.095 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-08-30T18:59:14.912Z[ recovery-image] Aug 30 18:59:13.115 INFO O| Aug 30 18:59:13.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53342024-08-30T18:59:14.912Z[ recovery-image] Aug 30 18:59:13.115 INFO O| Aug 30 18:59:13.115 INFO STEP 453 (remove_files) COMPLETE
53352024-08-30T18:59:14.912Z[ recovery-image] Aug 30 18:59:13.115 INFO O| Aug 30 18:59:13.115 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-08-30T18:59:14.941Z[ recovery-image] Aug 30 18:59:13.143 INFO O| Aug 30 18:59:13.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53372024-08-30T18:59:14.942Z[ recovery-image] Aug 30 18:59:13.143 INFO O| Aug 30 18:59:13.143 INFO STEP 454 (remove_files) COMPLETE
53382024-08-30T18:59:14.942Z[ recovery-image] Aug 30 18:59:13.143 INFO O| Aug 30 18:59:13.143 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-08-30T18:59:14.988Z[ recovery-image] Aug 30 18:59:13.191 INFO O| Aug 30 18:59:13.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53402024-08-30T18:59:14.988Z[ recovery-image] Aug 30 18:59:13.191 INFO O| Aug 30 18:59:13.191 INFO STEP 455 (remove_files) COMPLETE
53412024-08-30T18:59:14.990Z[ recovery-image] Aug 30 18:59:13.191 INFO O| Aug 30 18:59:13.191 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-08-30T18:59:15.048Z[ recovery-image] Aug 30 18:59:13.251 INFO O| Aug 30 18:59:13.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53432024-08-30T18:59:15.048Z[ recovery-image] Aug 30 18:59:13.251 INFO O| Aug 30 18:59:13.251 INFO STEP 456 (remove_files) COMPLETE
53442024-08-30T18:59:15.048Z[ recovery-image] Aug 30 18:59:13.251 INFO O| Aug 30 18:59:13.251 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-08-30T18:59:15.084Z[ recovery-image] Aug 30 18:59:13.287 INFO O| Aug 30 18:59:13.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53462024-08-30T18:59:15.087Z[ recovery-image] Aug 30 18:59:13.287 INFO O| Aug 30 18:59:13.287 INFO STEP 457 (remove_files) COMPLETE
53472024-08-30T18:59:15.087Z[ recovery-image] Aug 30 18:59:13.288 INFO O| Aug 30 18:59:13.287 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-08-30T18:59:15.105Z[ recovery-image] Aug 30 18:59:13.308 INFO O| Aug 30 18:59:13.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53492024-08-30T18:59:15.108Z[ recovery-image] Aug 30 18:59:13.309 INFO O| Aug 30 18:59:13.309 INFO STEP 458 (remove_files) COMPLETE
53502024-08-30T18:59:15.108Z[ recovery-image] Aug 30 18:59:13.309 INFO O| Aug 30 18:59:13.309 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-08-30T18:59:15.124Z[ recovery-image] Aug 30 18:59:13.327 INFO O| Aug 30 18:59:13.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53522024-08-30T18:59:15.127Z[ recovery-image] Aug 30 18:59:13.328 INFO O| Aug 30 18:59:13.327 INFO STEP 459 (remove_files) COMPLETE
53532024-08-30T18:59:15.127Z[ recovery-image] Aug 30 18:59:13.328 INFO O| Aug 30 18:59:13.328 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-08-30T18:59:15.143Z[ recovery-image] Aug 30 18:59:13.346 INFO O| Aug 30 18:59:13.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53552024-08-30T18:59:15.146Z[ recovery-image] Aug 30 18:59:13.347 INFO O| Aug 30 18:59:13.347 INFO STEP 460 (remove_files) COMPLETE
53562024-08-30T18:59:15.146Z[ recovery-image] Aug 30 18:59:13.347 INFO O| Aug 30 18:59:13.347 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-08-30T18:59:15.163Z[ recovery-image] Aug 30 18:59:13.366 INFO O| Aug 30 18:59:13.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53582024-08-30T18:59:15.165Z[ recovery-image] Aug 30 18:59:13.366 INFO O| Aug 30 18:59:13.366 INFO STEP 461 (remove_files) COMPLETE
53592024-08-30T18:59:15.165Z[ recovery-image] Aug 30 18:59:13.366 INFO O| Aug 30 18:59:13.366 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-08-30T18:59:15.182Z[ recovery-image] Aug 30 18:59:13.385 INFO O| Aug 30 18:59:13.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53612024-08-30T18:59:15.184Z[ recovery-image] Aug 30 18:59:13.385 INFO O| Aug 30 18:59:13.385 INFO STEP 462 (remove_files) COMPLETE
53622024-08-30T18:59:15.184Z[ recovery-image] Aug 30 18:59:13.385 INFO O| Aug 30 18:59:13.385 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-08-30T18:59:15.202Z[ recovery-image] Aug 30 18:59:13.405 INFO O| Aug 30 18:59:13.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53642024-08-30T18:59:15.205Z[ recovery-image] Aug 30 18:59:13.406 INFO O| Aug 30 18:59:13.406 INFO STEP 463 (remove_files) COMPLETE
53652024-08-30T18:59:15.205Z[ recovery-image] Aug 30 18:59:13.406 INFO O| Aug 30 18:59:13.406 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-08-30T18:59:15.272Z[ recovery-image] Aug 30 18:59:13.475 INFO O| Aug 30 18:59:13.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53672024-08-30T18:59:15.275Z[ recovery-image] Aug 30 18:59:13.475 INFO O| Aug 30 18:59:13.475 INFO STEP 464 (remove_files) COMPLETE
53682024-08-30T18:59:15.275Z[ recovery-image] Aug 30 18:59:13.475 INFO O| Aug 30 18:59:13.475 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-08-30T18:59:15.330Z[ recovery-image] Aug 30 18:59:13.533 INFO O| Aug 30 18:59:13.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
53702024-08-30T18:59:15.330Z[ recovery-image] Aug 30 18:59:13.534 INFO O| Aug 30 18:59:13.533 INFO STEP 465 (remove_files) COMPLETE
53712024-08-30T18:59:15.330Z[ recovery-image] Aug 30 18:59:13.534 INFO O| Aug 30 18:59:13.533 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-08-30T18:59:15.350Z[ recovery-image] Aug 30 18:59:13.553 INFO O| Aug 30 18:59:13.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
53732024-08-30T18:59:15.350Z[ recovery-image] Aug 30 18:59:13.553 INFO O| Aug 30 18:59:13.553 INFO STEP 466 (remove_files) COMPLETE
53742024-08-30T18:59:15.350Z[ recovery-image] Aug 30 18:59:13.553 INFO O| Aug 30 18:59:13.553 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-08-30T18:59:15.380Z[ recovery-image] Aug 30 18:59:13.583 INFO O| Aug 30 18:59:13.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
53762024-08-30T18:59:15.380Z[ recovery-image] Aug 30 18:59:13.583 INFO O| Aug 30 18:59:13.583 INFO STEP 467 (remove_files) COMPLETE
53772024-08-30T18:59:15.383Z[ recovery-image] Aug 30 18:59:13.583 INFO O| Aug 30 18:59:13.583 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-08-30T18:59:15.414Z[ recovery-image] Aug 30 18:59:13.617 INFO O| Aug 30 18:59:13.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53792024-08-30T18:59:15.417Z[ recovery-image] Aug 30 18:59:13.618 INFO O| Aug 30 18:59:13.618 INFO STEP 468 (remove_files) COMPLETE
53802024-08-30T18:59:15.417Z[ recovery-image] Aug 30 18:59:13.618 INFO O| Aug 30 18:59:13.618 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-08-30T18:59:15.436Z[ recovery-image] Aug 30 18:59:13.639 INFO O| Aug 30 18:59:13.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53822024-08-30T18:59:15.439Z[ recovery-image] Aug 30 18:59:13.640 INFO O| Aug 30 18:59:13.640 INFO STEP 469 (remove_files) COMPLETE
53832024-08-30T18:59:15.439Z[ recovery-image] Aug 30 18:59:13.640 INFO O| Aug 30 18:59:13.640 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-08-30T18:59:15.457Z[ recovery-image] Aug 30 18:59:13.660 INFO O| Aug 30 18:59:13.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53852024-08-30T18:59:15.457Z[ recovery-image] Aug 30 18:59:13.660 INFO O| Aug 30 18:59:13.660 INFO STEP 470 (remove_files) COMPLETE
53862024-08-30T18:59:15.459Z[ recovery-image] Aug 30 18:59:13.660 INFO O| Aug 30 18:59:13.660 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-08-30T18:59:15.475Z[ recovery-image] Aug 30 18:59:13.678 INFO O| Aug 30 18:59:13.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53882024-08-30T18:59:15.478Z[ recovery-image] Aug 30 18:59:13.678 INFO O| Aug 30 18:59:13.678 INFO STEP 471 (remove_files) COMPLETE
53892024-08-30T18:59:15.478Z[ recovery-image] Aug 30 18:59:13.678 INFO O| Aug 30 18:59:13.678 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-08-30T18:59:15.505Z[ recovery-image] Aug 30 18:59:13.708 INFO O| Aug 30 18:59:13.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53912024-08-30T18:59:15.505Z[ recovery-image] Aug 30 18:59:13.708 INFO O| Aug 30 18:59:13.708 INFO STEP 472 (remove_files) COMPLETE
53922024-08-30T18:59:15.505Z[ recovery-image] Aug 30 18:59:13.708 INFO O| Aug 30 18:59:13.708 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-08-30T18:59:15.541Z[ recovery-image] Aug 30 18:59:13.744 INFO O| Aug 30 18:59:13.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53942024-08-30T18:59:15.541Z[ recovery-image] Aug 30 18:59:13.744 INFO O| Aug 30 18:59:13.744 INFO STEP 473 (remove_files) COMPLETE
53952024-08-30T18:59:15.544Z[ recovery-image] Aug 30 18:59:13.744 INFO O| Aug 30 18:59:13.744 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-08-30T18:59:15.580Z[ recovery-image] Aug 30 18:59:13.783 INFO O| Aug 30 18:59:13.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53972024-08-30T18:59:15.581Z[ recovery-image] Aug 30 18:59:13.784 INFO O| Aug 30 18:59:13.783 INFO STEP 474 (remove_files) COMPLETE
53982024-08-30T18:59:15.581Z[ recovery-image] Aug 30 18:59:13.784 INFO O| Aug 30 18:59:13.784 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-08-30T18:59:15.619Z[ recovery-image] Aug 30 18:59:13.822 INFO O| Aug 30 18:59:13.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54002024-08-30T18:59:15.619Z[ recovery-image] Aug 30 18:59:13.822 INFO O| Aug 30 18:59:13.822 INFO STEP 475 (remove_files) COMPLETE
54012024-08-30T18:59:15.619Z[ recovery-image] Aug 30 18:59:13.822 INFO O| Aug 30 18:59:13.822 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-08-30T18:59:15.653Z[ recovery-image] Aug 30 18:59:13.855 INFO O| Aug 30 18:59:13.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54032024-08-30T18:59:15.653Z[ recovery-image] Aug 30 18:59:13.855 INFO O| Aug 30 18:59:13.855 INFO STEP 476 (remove_files) COMPLETE
54042024-08-30T18:59:15.653Z[ recovery-image] Aug 30 18:59:13.855 INFO O| Aug 30 18:59:13.855 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-08-30T18:59:15.771Z[ recovery-image] Aug 30 18:59:13.974 INFO O| Aug 30 18:59:13.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54062024-08-30T18:59:15.773Z[ recovery-image] Aug 30 18:59:13.974 INFO O| Aug 30 18:59:13.974 INFO STEP 477 (remove_files) COMPLETE
54072024-08-30T18:59:15.773Z[ recovery-image] Aug 30 18:59:13.974 INFO O| Aug 30 18:59:13.974 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-08-30T18:59:15.792Z[ recovery-image] Aug 30 18:59:13.995 INFO O| Aug 30 18:59:13.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54092024-08-30T18:59:15.795Z[ recovery-image] Aug 30 18:59:13.995 INFO O| Aug 30 18:59:13.995 INFO STEP 478 (remove_files) COMPLETE
54102024-08-30T18:59:15.795Z[ recovery-image] Aug 30 18:59:13.996 INFO O| Aug 30 18:59:13.995 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-08-30T18:59:15.813Z[ recovery-image] Aug 30 18:59:14.016 INFO O| Aug 30 18:59:14.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54122024-08-30T18:59:15.816Z[ recovery-image] Aug 30 18:59:14.016 INFO O| Aug 30 18:59:14.016 INFO STEP 479 (remove_files) COMPLETE
54132024-08-30T18:59:15.816Z[ recovery-image] Aug 30 18:59:14.016 INFO O| Aug 30 18:59:14.016 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-08-30T18:59:15.854Z[ recovery-image] Aug 30 18:59:14.057 INFO O| Aug 30 18:59:14.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54152024-08-30T18:59:15.875Z[ recovery-image] Aug 30 18:59:14.077 INFO O| Aug 30 18:59:14.077 INFO STEP 480 (remove_files) COMPLETE
54162024-08-30T18:59:15.875Z[ recovery-image] Aug 30 18:59:14.077 INFO O| Aug 30 18:59:14.077 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-08-30T18:59:15.922Z[ recovery-image] Aug 30 18:59:14.125 INFO O| Aug 30 18:59:14.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54182024-08-30T18:59:15.925Z[ recovery-image] Aug 30 18:59:14.125 INFO O| Aug 30 18:59:14.125 INFO STEP 481 (remove_files) COMPLETE
54192024-08-30T18:59:15.925Z[ recovery-image] Aug 30 18:59:14.125 INFO O| Aug 30 18:59:14.125 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-08-30T18:59:15.941Z[ recovery-image] Aug 30 18:59:14.144 INFO O| Aug 30 18:59:14.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54212024-08-30T18:59:15.941Z[ recovery-image] Aug 30 18:59:14.144 INFO O| Aug 30 18:59:14.144 INFO STEP 482 (remove_files) COMPLETE
54222024-08-30T18:59:15.944Z[ recovery-image] Aug 30 18:59:14.144 INFO O| Aug 30 18:59:14.144 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-08-30T18:59:15.972Z[ recovery-image] Aug 30 18:59:14.175 INFO O| Aug 30 18:59:14.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54242024-08-30T18:59:15.972Z[ recovery-image] Aug 30 18:59:14.175 INFO O| Aug 30 18:59:14.175 INFO STEP 483 (remove_files) COMPLETE
54252024-08-30T18:59:15.975Z[ recovery-image] Aug 30 18:59:14.175 INFO O| Aug 30 18:59:14.175 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-08-30T18:59:16.033Z[ recovery-image] Aug 30 18:59:14.236 INFO O| Aug 30 18:59:14.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54272024-08-30T18:59:16.054Z[ recovery-image] Aug 30 18:59:14.257 INFO O| Aug 30 18:59:14.257 INFO STEP 484 (remove_files) COMPLETE
54282024-08-30T18:59:16.054Z[ recovery-image] Aug 30 18:59:14.257 INFO O| Aug 30 18:59:14.257 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-08-30T18:59:16.075Z[ recovery-image] Aug 30 18:59:14.278 INFO O| Aug 30 18:59:14.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54302024-08-30T18:59:16.077Z[ recovery-image] Aug 30 18:59:14.278 INFO O| Aug 30 18:59:14.278 INFO STEP 485 (remove_files) COMPLETE
54312024-08-30T18:59:16.078Z[ recovery-image] Aug 30 18:59:14.278 INFO O| Aug 30 18:59:14.278 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-08-30T18:59:16.094Z[ recovery-image] Aug 30 18:59:14.297 INFO O| Aug 30 18:59:14.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54332024-08-30T18:59:16.096Z[ recovery-image] Aug 30 18:59:14.297 INFO O| Aug 30 18:59:14.297 INFO STEP 486 (remove_files) COMPLETE
54342024-08-30T18:59:16.097Z[ recovery-image] Aug 30 18:59:14.297 INFO O| Aug 30 18:59:14.297 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-08-30T18:59:16.112Z[ recovery-image] Aug 30 18:59:14.315 INFO O| Aug 30 18:59:14.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54362024-08-30T18:59:16.115Z[ recovery-image] Aug 30 18:59:14.315 INFO O| Aug 30 18:59:14.315 INFO STEP 487 (remove_files) COMPLETE
54372024-08-30T18:59:16.115Z[ recovery-image] Aug 30 18:59:14.316 INFO O| Aug 30 18:59:14.316 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-08-30T18:59:16.132Z[ recovery-image] Aug 30 18:59:14.334 INFO O| Aug 30 18:59:14.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54392024-08-30T18:59:16.134Z[ recovery-image] Aug 30 18:59:14.335 INFO O| Aug 30 18:59:14.335 INFO STEP 488 (remove_files) COMPLETE
54402024-08-30T18:59:16.134Z[ recovery-image] Aug 30 18:59:14.335 INFO O| Aug 30 18:59:14.335 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-08-30T18:59:16.165Z[ recovery-image] Aug 30 18:59:14.368 INFO O| Aug 30 18:59:14.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54422024-08-30T18:59:16.165Z[ recovery-image] Aug 30 18:59:14.368 INFO O| Aug 30 18:59:14.368 INFO STEP 489 (remove_files) COMPLETE
54432024-08-30T18:59:16.165Z[ recovery-image] Aug 30 18:59:14.368 INFO O| Aug 30 18:59:14.368 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-08-30T18:59:16.185Z[ recovery-image] Aug 30 18:59:14.388 INFO O| Aug 30 18:59:14.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54452024-08-30T18:59:16.185Z[ recovery-image] Aug 30 18:59:14.388 INFO O| Aug 30 18:59:14.388 INFO STEP 490 (remove_files) COMPLETE
54462024-08-30T18:59:16.187Z[ recovery-image] Aug 30 18:59:14.388 INFO O| Aug 30 18:59:14.388 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-08-30T18:59:16.203Z[ recovery-image] Aug 30 18:59:14.406 INFO O| Aug 30 18:59:14.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54482024-08-30T18:59:16.203Z[ recovery-image] Aug 30 18:59:14.406 INFO O| Aug 30 18:59:14.406 INFO STEP 491 (remove_files) COMPLETE
54492024-08-30T18:59:16.205Z[ recovery-image] Aug 30 18:59:14.406 INFO O| Aug 30 18:59:14.406 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-08-30T18:59:16.260Z[ recovery-image] Aug 30 18:59:14.463 INFO O| Aug 30 18:59:14.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54512024-08-30T18:59:16.263Z[ recovery-image] Aug 30 18:59:14.464 INFO O| Aug 30 18:59:14.463 INFO STEP 492 (remove_files) COMPLETE
54522024-08-30T18:59:16.263Z[ recovery-image] Aug 30 18:59:14.464 INFO O| Aug 30 18:59:14.464 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-08-30T18:59:16.279Z[ recovery-image] Aug 30 18:59:14.482 INFO O| Aug 30 18:59:14.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54542024-08-30T18:59:16.279Z[ recovery-image] Aug 30 18:59:14.482 INFO O| Aug 30 18:59:14.482 INFO STEP 493 (remove_files) COMPLETE
54552024-08-30T18:59:16.279Z[ recovery-image] Aug 30 18:59:14.482 INFO O| Aug 30 18:59:14.482 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-08-30T18:59:16.315Z[ recovery-image] Aug 30 18:59:14.518 INFO O| Aug 30 18:59:14.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54572024-08-30T18:59:16.315Z[ recovery-image] Aug 30 18:59:14.518 INFO O| Aug 30 18:59:14.518 INFO STEP 494 (remove_files) COMPLETE
54582024-08-30T18:59:16.315Z[ recovery-image] Aug 30 18:59:14.518 INFO O| Aug 30 18:59:14.518 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-08-30T18:59:16.336Z[ recovery-image] Aug 30 18:59:14.539 INFO O| Aug 30 18:59:14.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54602024-08-30T18:59:16.336Z[ recovery-image] Aug 30 18:59:14.539 INFO O| Aug 30 18:59:14.539 INFO STEP 495 (remove_files) COMPLETE
54612024-08-30T18:59:16.336Z[ recovery-image] Aug 30 18:59:14.539 INFO O| Aug 30 18:59:14.539 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-08-30T18:59:16.370Z[ recovery-image] Aug 30 18:59:14.573 INFO O| Aug 30 18:59:14.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54632024-08-30T18:59:16.370Z[ recovery-image] Aug 30 18:59:14.573 INFO O| Aug 30 18:59:14.573 INFO STEP 496 (remove_files) COMPLETE
54642024-08-30T18:59:16.370Z[ recovery-image] Aug 30 18:59:14.573 INFO O| Aug 30 18:59:14.573 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-08-30T18:59:16.427Z[ recovery-image] Aug 30 18:59:14.630 INFO O| Aug 30 18:59:14.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
54662024-08-30T18:59:16.427Z[ recovery-image] Aug 30 18:59:14.630 INFO O| Aug 30 18:59:14.630 INFO STEP 497 (remove_files) COMPLETE
54672024-08-30T18:59:16.427Z[ recovery-image] Aug 30 18:59:14.630 INFO O| Aug 30 18:59:14.630 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-08-30T18:59:16.445Z[ recovery-image] Aug 30 18:59:14.647 INFO O| Aug 30 18:59:14.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
54692024-08-30T18:59:16.445Z[ recovery-image] Aug 30 18:59:14.648 INFO O| Aug 30 18:59:14.648 INFO STEP 498 (remove_files) COMPLETE
54702024-08-30T18:59:16.447Z[ recovery-image] Aug 30 18:59:14.648 INFO O| Aug 30 18:59:14.648 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-08-30T18:59:16.461Z[ recovery-image] Aug 30 18:59:14.664 INFO O| Aug 30 18:59:14.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
54722024-08-30T18:59:16.461Z[ recovery-image] Aug 30 18:59:14.664 INFO O| Aug 30 18:59:14.664 INFO STEP 499 (remove_files) COMPLETE
54732024-08-30T18:59:16.464Z[ recovery-image] Aug 30 18:59:14.664 INFO O| Aug 30 18:59:14.664 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-08-30T18:59:16.479Z[ recovery-image] Aug 30 18:59:14.682 INFO O| Aug 30 18:59:14.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
54752024-08-30T18:59:16.479Z[ recovery-image] Aug 30 18:59:14.682 INFO O| Aug 30 18:59:14.682 INFO STEP 500 (remove_files) COMPLETE
54762024-08-30T18:59:16.482Z[ recovery-image] Aug 30 18:59:14.682 INFO O| Aug 30 18:59:14.682 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-08-30T18:59:16.515Z[ recovery-image] Aug 30 18:59:14.718 INFO O| Aug 30 18:59:14.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54782024-08-30T18:59:16.515Z[ recovery-image] Aug 30 18:59:14.718 INFO O| Aug 30 18:59:14.718 INFO STEP 501 (remove_files) COMPLETE
54792024-08-30T18:59:16.515Z[ recovery-image] Aug 30 18:59:14.718 INFO O| Aug 30 18:59:14.718 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-08-30T18:59:16.575Z[ recovery-image] Aug 30 18:59:14.778 INFO O| Aug 30 18:59:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54812024-08-30T18:59:16.575Z[ recovery-image] Aug 30 18:59:14.778 INFO O| Aug 30 18:59:14.778 INFO STEP 502 (remove_files) COMPLETE
54822024-08-30T18:59:16.575Z[ recovery-image] Aug 30 18:59:14.778 INFO O| Aug 30 18:59:14.778 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-08-30T18:59:16.596Z[ recovery-image] Aug 30 18:59:14.797 INFO O| Aug 30 18:59:14.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54842024-08-30T18:59:16.596Z[ recovery-image] Aug 30 18:59:14.797 INFO O| Aug 30 18:59:14.797 INFO STEP 503 (remove_files) COMPLETE
54852024-08-30T18:59:16.596Z[ recovery-image] Aug 30 18:59:14.797 INFO O| Aug 30 18:59:14.797 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-08-30T18:59:16.626Z[ recovery-image] Aug 30 18:59:14.829 INFO O| Aug 30 18:59:14.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54872024-08-30T18:59:16.626Z[ recovery-image] Aug 30 18:59:14.829 INFO O| Aug 30 18:59:14.829 INFO STEP 504 (remove_files) COMPLETE
54882024-08-30T18:59:16.626Z[ recovery-image] Aug 30 18:59:14.829 INFO O| Aug 30 18:59:14.829 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-08-30T18:59:16.681Z[ recovery-image] Aug 30 18:59:14.884 INFO O| Aug 30 18:59:14.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54902024-08-30T18:59:16.681Z[ recovery-image] Aug 30 18:59:14.884 INFO O| Aug 30 18:59:14.884 INFO STEP 505 (remove_files) COMPLETE
54912024-08-30T18:59:16.684Z[ recovery-image] Aug 30 18:59:14.884 INFO O| Aug 30 18:59:14.884 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-30T18:59:16.700Z[ recovery-image] Aug 30 18:59:14.902 INFO O| Aug 30 18:59:14.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54932024-08-30T18:59:16.702Z[ recovery-image] Aug 30 18:59:14.903 INFO O| Aug 30 18:59:14.903 INFO STEP 506 (remove_files) COMPLETE
54942024-08-30T18:59:16.702Z[ recovery-image] Aug 30 18:59:14.903 INFO O| Aug 30 18:59:14.903 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-30T18:59:16.717Z[ recovery-image] Aug 30 18:59:14.920 INFO O| Aug 30 18:59:14.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54962024-08-30T18:59:16.730Z[ recovery-image] Aug 30 18:59:14.933 INFO O| Aug 30 18:59:14.933 INFO STEP 507 (remove_files) COMPLETE
54972024-08-30T18:59:16.730Z[ recovery-image] Aug 30 18:59:14.933 INFO O| Aug 30 18:59:14.933 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-30T18:59:16.788Z[ recovery-image] Aug 30 18:59:14.991 INFO O| Aug 30 18:59:14.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54992024-08-30T18:59:16.788Z[ recovery-image] Aug 30 18:59:14.991 INFO O| Aug 30 18:59:14.991 INFO STEP 508 (remove_files) COMPLETE
55002024-08-30T18:59:16.788Z[ recovery-image] Aug 30 18:59:14.991 INFO O| Aug 30 18:59:14.991 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-30T18:59:16.832Z[ recovery-image] Aug 30 18:59:15.035 INFO O| Aug 30 18:59:15.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55022024-08-30T18:59:16.832Z[ recovery-image] Aug 30 18:59:15.035 INFO O| Aug 30 18:59:15.035 INFO STEP 509 (remove_files) COMPLETE
55032024-08-30T18:59:16.832Z[ recovery-image] Aug 30 18:59:15.035 INFO O| Aug 30 18:59:15.035 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-30T18:59:16.897Z[ recovery-image] Aug 30 18:59:15.099 INFO O| Aug 30 18:59:15.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55052024-08-30T18:59:16.897Z[ recovery-image] Aug 30 18:59:15.100 INFO O| Aug 30 18:59:15.100 INFO STEP 510 (remove_files) COMPLETE
55062024-08-30T18:59:16.897Z[ recovery-image] Aug 30 18:59:15.100 INFO O| Aug 30 18:59:15.100 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-30T18:59:16.930Z[ recovery-image] Aug 30 18:59:15.133 INFO O| Aug 30 18:59:15.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55082024-08-30T18:59:16.930Z[ recovery-image] Aug 30 18:59:15.133 INFO O| Aug 30 18:59:15.133 INFO STEP 511 (remove_files) COMPLETE
55092024-08-30T18:59:16.930Z[ recovery-image] Aug 30 18:59:15.133 INFO O| Aug 30 18:59:15.133 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-30T18:59:16.963Z[ recovery-image] Aug 30 18:59:15.166 INFO O| Aug 30 18:59:15.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55112024-08-30T18:59:16.963Z[ recovery-image] Aug 30 18:59:15.166 INFO O| Aug 30 18:59:15.166 INFO STEP 512 (remove_files) COMPLETE
55122024-08-30T18:59:16.963Z[ recovery-image] Aug 30 18:59:15.166 INFO O| Aug 30 18:59:15.166 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-30T18:59:16.985Z[ recovery-image] Aug 30 18:59:15.188 INFO O| Aug 30 18:59:15.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55142024-08-30T18:59:16.985Z[ recovery-image] Aug 30 18:59:15.188 INFO O| Aug 30 18:59:15.188 INFO STEP 513 (remove_files) COMPLETE
55152024-08-30T18:59:16.988Z[ recovery-image] Aug 30 18:59:15.188 INFO O| Aug 30 18:59:15.188 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-30T18:59:17.005Z[ recovery-image] Aug 30 18:59:15.207 INFO O| Aug 30 18:59:15.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55172024-08-30T18:59:17.005Z[ recovery-image] Aug 30 18:59:15.207 INFO O| Aug 30 18:59:15.207 INFO STEP 514 (remove_files) COMPLETE
55182024-08-30T18:59:17.005Z[ recovery-image] Aug 30 18:59:15.207 INFO O| Aug 30 18:59:15.207 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-08-30T18:59:17.024Z[ recovery-image] Aug 30 18:59:15.227 INFO O| Aug 30 18:59:15.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55202024-08-30T18:59:17.024Z[ recovery-image] Aug 30 18:59:15.227 INFO O| Aug 30 18:59:15.227 INFO STEP 515 (remove_files) COMPLETE
55212024-08-30T18:59:17.024Z[ recovery-image] Aug 30 18:59:15.227 INFO O| Aug 30 18:59:15.227 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-08-30T18:59:17.046Z[ recovery-image] Aug 30 18:59:15.248 INFO O| Aug 30 18:59:15.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55232024-08-30T18:59:17.046Z[ recovery-image] Aug 30 18:59:15.248 INFO O| Aug 30 18:59:15.248 INFO STEP 516 (remove_files) COMPLETE
55242024-08-30T18:59:17.046Z[ recovery-image] Aug 30 18:59:15.248 INFO O| Aug 30 18:59:15.248 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-08-30T18:59:17.065Z[ recovery-image] Aug 30 18:59:15.267 INFO O| Aug 30 18:59:15.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55262024-08-30T18:59:17.065Z[ recovery-image] Aug 30 18:59:15.267 INFO O| Aug 30 18:59:15.267 INFO STEP 517 (remove_files) COMPLETE
55272024-08-30T18:59:17.065Z[ recovery-image] Aug 30 18:59:15.267 INFO O| Aug 30 18:59:15.267 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-08-30T18:59:17.087Z[ recovery-image] Aug 30 18:59:15.290 INFO O| Aug 30 18:59:15.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55292024-08-30T18:59:17.087Z[ recovery-image] Aug 30 18:59:15.290 INFO O| Aug 30 18:59:15.290 INFO STEP 518 (remove_files) COMPLETE
55302024-08-30T18:59:17.087Z[ recovery-image] Aug 30 18:59:15.290 INFO O| Aug 30 18:59:15.290 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-08-30T18:59:17.124Z[ recovery-image] Aug 30 18:59:15.326 INFO O| Aug 30 18:59:15.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55322024-08-30T18:59:17.124Z[ recovery-image] Aug 30 18:59:15.326 INFO O| Aug 30 18:59:15.326 INFO STEP 519 (remove_files) COMPLETE
55332024-08-30T18:59:17.124Z[ recovery-image] Aug 30 18:59:15.326 INFO O| Aug 30 18:59:15.326 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-08-30T18:59:17.182Z[ recovery-image] Aug 30 18:59:15.384 INFO O| Aug 30 18:59:15.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55352024-08-30T18:59:17.183Z[ recovery-image] Aug 30 18:59:15.384 INFO O| Aug 30 18:59:15.384 INFO STEP 520 (remove_files) COMPLETE
55362024-08-30T18:59:17.185Z[ recovery-image] Aug 30 18:59:15.384 INFO O| Aug 30 18:59:15.384 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-08-30T18:59:17.244Z[ recovery-image] Aug 30 18:59:15.447 INFO O| Aug 30 18:59:15.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55382024-08-30T18:59:17.246Z[ recovery-image] Aug 30 18:59:15.447 INFO O| Aug 30 18:59:15.447 INFO STEP 521 (remove_files) COMPLETE
55392024-08-30T18:59:17.246Z[ recovery-image] Aug 30 18:59:15.447 INFO O| Aug 30 18:59:15.447 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-08-30T18:59:17.266Z[ recovery-image] Aug 30 18:59:15.469 INFO O| Aug 30 18:59:15.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55412024-08-30T18:59:17.269Z[ recovery-image] Aug 30 18:59:15.469 INFO O| Aug 30 18:59:15.469 INFO STEP 522 (remove_files) COMPLETE
55422024-08-30T18:59:17.269Z[ recovery-image] Aug 30 18:59:15.470 INFO O| Aug 30 18:59:15.470 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-08-30T18:59:17.285Z[ recovery-image] Aug 30 18:59:15.488 INFO O| Aug 30 18:59:15.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55442024-08-30T18:59:17.290Z[ recovery-image] Aug 30 18:59:15.488 INFO O| Aug 30 18:59:15.488 INFO STEP 523 (remove_files) COMPLETE
55452024-08-30T18:59:17.290Z[ recovery-image] Aug 30 18:59:15.489 INFO O| Aug 30 18:59:15.489 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-08-30T18:59:17.306Z[ recovery-image] Aug 30 18:59:15.508 INFO O| Aug 30 18:59:15.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55472024-08-30T18:59:17.308Z[ recovery-image] Aug 30 18:59:15.508 INFO O| Aug 30 18:59:15.508 INFO STEP 524 (remove_files) COMPLETE
55482024-08-30T18:59:17.308Z[ recovery-image] Aug 30 18:59:15.508 INFO O| Aug 30 18:59:15.508 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-08-30T18:59:17.325Z[ recovery-image] Aug 30 18:59:15.528 INFO O| Aug 30 18:59:15.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55502024-08-30T18:59:17.327Z[ recovery-image] Aug 30 18:59:15.528 INFO O| Aug 30 18:59:15.528 INFO STEP 525 (remove_files) COMPLETE
55512024-08-30T18:59:17.327Z[ recovery-image] Aug 30 18:59:15.528 INFO O| Aug 30 18:59:15.528 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-08-30T18:59:17.345Z[ recovery-image] Aug 30 18:59:15.547 INFO O| Aug 30 18:59:15.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55532024-08-30T18:59:17.347Z[ recovery-image] Aug 30 18:59:15.548 INFO O| Aug 30 18:59:15.548 INFO STEP 526 (remove_files) COMPLETE
55542024-08-30T18:59:17.347Z[ recovery-image] Aug 30 18:59:15.548 INFO O| Aug 30 18:59:15.548 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-08-30T18:59:17.400Z[ recovery-image] Aug 30 18:59:15.602 INFO O| Aug 30 18:59:15.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55562024-08-30T18:59:17.403Z[ recovery-image] Aug 30 18:59:15.603 INFO O| Aug 30 18:59:15.603 INFO STEP 527 (remove_files) COMPLETE
55572024-08-30T18:59:17.403Z[ recovery-image] Aug 30 18:59:15.603 INFO O| Aug 30 18:59:15.603 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-08-30T18:59:17.421Z[ recovery-image] Aug 30 18:59:15.623 INFO O| Aug 30 18:59:15.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55592024-08-30T18:59:17.421Z[ recovery-image] Aug 30 18:59:15.623 INFO O| Aug 30 18:59:15.623 INFO STEP 528 (remove_files) COMPLETE
55602024-08-30T18:59:17.421Z[ recovery-image] Aug 30 18:59:15.623 INFO O| Aug 30 18:59:15.623 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-08-30T18:59:17.441Z[ recovery-image] Aug 30 18:59:15.643 INFO O| Aug 30 18:59:15.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55622024-08-30T18:59:17.444Z[ recovery-image] Aug 30 18:59:15.643 INFO O| Aug 30 18:59:15.643 INFO STEP 529 (remove_files) COMPLETE
55632024-08-30T18:59:17.444Z[ recovery-image] Aug 30 18:59:15.643 INFO O| Aug 30 18:59:15.643 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-08-30T18:59:17.479Z[ recovery-image] Aug 30 18:59:15.682 INFO O| Aug 30 18:59:15.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
55652024-08-30T18:59:17.479Z[ recovery-image] Aug 30 18:59:15.682 INFO O| Aug 30 18:59:15.682 INFO STEP 530 (remove_files) COMPLETE
55662024-08-30T18:59:17.482Z[ recovery-image] Aug 30 18:59:15.682 INFO O| Aug 30 18:59:15.682 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-30T18:59:17.521Z[ recovery-image] Aug 30 18:59:15.722 INFO O| Aug 30 18:59:15.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
55682024-08-30T18:59:17.533Z[ recovery-image] Aug 30 18:59:15.736 INFO O| Aug 30 18:59:15.736 INFO STEP 531 (remove_files) COMPLETE
55692024-08-30T18:59:17.533Z[ recovery-image] Aug 30 18:59:15.736 INFO O| Aug 30 18:59:15.736 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-30T18:59:17.583Z[ recovery-image] Aug 30 18:59:15.785 INFO O| Aug 30 18:59:15.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
55712024-08-30T18:59:17.583Z[ recovery-image] Aug 30 18:59:15.786 INFO O| Aug 30 18:59:15.786 INFO STEP 532 (remove_files) COMPLETE
55722024-08-30T18:59:17.583Z[ recovery-image] Aug 30 18:59:15.786 INFO O| Aug 30 18:59:15.786 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-30T18:59:17.601Z[ recovery-image] Aug 30 18:59:15.804 INFO O| Aug 30 18:59:15.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
55742024-08-30T18:59:17.602Z[ recovery-image] Aug 30 18:59:15.804 INFO O| Aug 30 18:59:15.804 INFO STEP 533 (remove_files) COMPLETE
55752024-08-30T18:59:17.602Z[ recovery-image] Aug 30 18:59:15.804 INFO O| Aug 30 18:59:15.804 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-30T18:59:17.622Z[ recovery-image] Aug 30 18:59:15.824 INFO O| Aug 30 18:59:15.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55772024-08-30T18:59:17.622Z[ recovery-image] Aug 30 18:59:15.824 INFO O| Aug 30 18:59:15.824 INFO STEP 534 (remove_files) COMPLETE
55782024-08-30T18:59:17.624Z[ recovery-image] Aug 30 18:59:15.825 INFO O| Aug 30 18:59:15.824 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-30T18:59:17.659Z[ recovery-image] Aug 30 18:59:15.861 INFO O| Aug 30 18:59:15.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55802024-08-30T18:59:17.659Z[ recovery-image] Aug 30 18:59:15.861 INFO O| Aug 30 18:59:15.861 INFO STEP 535 (remove_files) COMPLETE
55812024-08-30T18:59:17.659Z[ recovery-image] Aug 30 18:59:15.861 INFO O| Aug 30 18:59:15.861 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-30T18:59:17.680Z[ recovery-image] Aug 30 18:59:15.883 INFO O| Aug 30 18:59:15.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55832024-08-30T18:59:17.700Z[ recovery-image] Aug 30 18:59:15.903 INFO O| Aug 30 18:59:15.903 INFO STEP 536 (remove_files) COMPLETE
55842024-08-30T18:59:17.700Z[ recovery-image] Aug 30 18:59:15.903 INFO O| Aug 30 18:59:15.903 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-30T18:59:17.719Z[ recovery-image] Aug 30 18:59:15.922 INFO O| Aug 30 18:59:15.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55862024-08-30T18:59:17.722Z[ recovery-image] Aug 30 18:59:15.922 INFO O| Aug 30 18:59:15.922 INFO STEP 537 (remove_files) COMPLETE
55872024-08-30T18:59:17.722Z[ recovery-image] Aug 30 18:59:15.922 INFO O| Aug 30 18:59:15.922 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-30T18:59:17.775Z[ recovery-image] Aug 30 18:59:15.978 INFO O| Aug 30 18:59:15.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55892024-08-30T18:59:17.778Z[ recovery-image] Aug 30 18:59:15.978 INFO O| Aug 30 18:59:15.978 INFO STEP 538 (remove_files) COMPLETE
55902024-08-30T18:59:17.778Z[ recovery-image] Aug 30 18:59:15.978 INFO O| Aug 30 18:59:15.978 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-30T18:59:17.794Z[ recovery-image] Aug 30 18:59:15.996 INFO O| Aug 30 18:59:15.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55922024-08-30T18:59:17.794Z[ recovery-image] Aug 30 18:59:15.996 INFO O| Aug 30 18:59:15.996 INFO STEP 539 (remove_files) COMPLETE
55932024-08-30T18:59:17.794Z[ recovery-image] Aug 30 18:59:15.997 INFO O| Aug 30 18:59:15.996 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-30T18:59:17.815Z[ recovery-image] Aug 30 18:59:16.017 INFO O| Aug 30 18:59:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55952024-08-30T18:59:17.815Z[ recovery-image] Aug 30 18:59:16.018 INFO O| Aug 30 18:59:16.017 INFO STEP 540 (remove_files) COMPLETE
55962024-08-30T18:59:17.815Z[ recovery-image] Aug 30 18:59:16.018 INFO O| Aug 30 18:59:16.018 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-08-30T18:59:17.836Z[ recovery-image] Aug 30 18:59:16.039 INFO O| Aug 30 18:59:16.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55982024-08-30T18:59:17.837Z[ recovery-image] Aug 30 18:59:16.039 INFO O| Aug 30 18:59:16.039 INFO STEP 541 (remove_files) COMPLETE
55992024-08-30T18:59:17.837Z[ recovery-image] Aug 30 18:59:16.039 INFO O| Aug 30 18:59:16.039 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-08-30T18:59:17.868Z[ host-image] Aug 30 18:59:16.070 INFO O| Aug 30 18:59:16.070 INFO O| Done
56012024-08-30T18:59:17.885Z[ recovery-image] Aug 30 18:59:16.088 INFO O| Aug 30 18:59:16.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56022024-08-30T18:59:17.888Z[ recovery-image] Aug 30 18:59:16.088 INFO O| Aug 30 18:59:16.088 INFO STEP 542 (remove_files) COMPLETE
56032024-08-30T18:59:17.888Z[ recovery-image] Aug 30 18:59:16.088 INFO O| Aug 30 18:59:16.088 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-08-30T18:59:17.916Z[ recovery-image] Aug 30 18:59:16.119 INFO O| Aug 30 18:59:16.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56052024-08-30T18:59:17.916Z[ recovery-image] Aug 30 18:59:16.119 INFO O| Aug 30 18:59:16.119 INFO STEP 543 (remove_files) COMPLETE
56062024-08-30T18:59:17.916Z[ recovery-image] Aug 30 18:59:16.119 INFO O| Aug 30 18:59:16.119 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-08-30T18:59:17.936Z[ recovery-image] Aug 30 18:59:16.139 INFO O| Aug 30 18:59:16.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56082024-08-30T18:59:17.936Z[ recovery-image] Aug 30 18:59:16.139 INFO O| Aug 30 18:59:16.139 INFO STEP 544 (remove_files) COMPLETE
56092024-08-30T18:59:17.939Z[ recovery-image] Aug 30 18:59:16.139 INFO O| Aug 30 18:59:16.139 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-08-30T18:59:17.987Z[ recovery-image] Aug 30 18:59:16.189 INFO O| Aug 30 18:59:16.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56112024-08-30T18:59:17.987Z[ recovery-image] Aug 30 18:59:16.189 INFO O| Aug 30 18:59:16.189 INFO STEP 545 (remove_files) COMPLETE
56122024-08-30T18:59:17.989Z[ recovery-image] Aug 30 18:59:16.190 INFO O| Aug 30 18:59:16.189 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-30T18:59:18.129Z[ recovery-image] Aug 30 18:59:16.331 INFO O| Aug 30 18:59:16.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56142024-08-30T18:59:18.129Z[ recovery-image] Aug 30 18:59:16.331 INFO O| Aug 30 18:59:16.331 INFO STEP 546 (remove_files) COMPLETE
56152024-08-30T18:59:18.129Z[ recovery-image] Aug 30 18:59:16.331 INFO O| Aug 30 18:59:16.331 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-30T18:59:18.196Z[ recovery-image] Aug 30 18:59:16.396 INFO O| Aug 30 18:59:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56172024-08-30T18:59:18.196Z[ recovery-image] Aug 30 18:59:16.396 INFO O| Aug 30 18:59:16.396 INFO STEP 547 (remove_files) COMPLETE
56182024-08-30T18:59:18.198Z[ recovery-image] Aug 30 18:59:16.396 INFO O| Aug 30 18:59:16.396 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-08-30T18:59:18.286Z[ recovery-image] Aug 30 18:59:16.489 INFO O| Aug 30 18:59:16.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56202024-08-30T18:59:18.286Z[ recovery-image] Aug 30 18:59:16.489 INFO O| Aug 30 18:59:16.489 INFO STEP 548 (remove_files) COMPLETE
56212024-08-30T18:59:18.286Z[ recovery-image] Aug 30 18:59:16.489 INFO O| Aug 30 18:59:16.489 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-08-30T18:59:18.333Z[ recovery-image] Aug 30 18:59:16.536 INFO O| Aug 30 18:59:16.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56232024-08-30T18:59:18.333Z[ recovery-image] Aug 30 18:59:16.536 INFO O| Aug 30 18:59:16.536 INFO STEP 549 (remove_files) COMPLETE
56242024-08-30T18:59:18.336Z[ recovery-image] Aug 30 18:59:16.536 INFO O| Aug 30 18:59:16.536 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-08-30T18:59:18.353Z[ recovery-image] Aug 30 18:59:16.555 INFO O| Aug 30 18:59:16.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56262024-08-30T18:59:18.353Z[ recovery-image] Aug 30 18:59:16.555 INFO O| Aug 30 18:59:16.555 INFO STEP 550 (remove_files) COMPLETE
56272024-08-30T18:59:18.353Z[ recovery-image] Aug 30 18:59:16.555 INFO O| Aug 30 18:59:16.555 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-08-30T18:59:18.371Z[ recovery-image] Aug 30 18:59:16.573 INFO O| Aug 30 18:59:16.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56292024-08-30T18:59:18.371Z[ recovery-image] Aug 30 18:59:16.573 INFO O| Aug 30 18:59:16.573 INFO STEP 551 (remove_files) COMPLETE
56302024-08-30T18:59:18.371Z[ recovery-image] Aug 30 18:59:16.573 INFO O| Aug 30 18:59:16.573 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-08-30T18:59:18.389Z[ recovery-image] Aug 30 18:59:16.592 INFO O| Aug 30 18:59:16.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56322024-08-30T18:59:18.389Z[ recovery-image] Aug 30 18:59:16.592 INFO O| Aug 30 18:59:16.592 INFO STEP 552 (remove_files) COMPLETE
56332024-08-30T18:59:18.389Z[ recovery-image] Aug 30 18:59:16.592 INFO O| Aug 30 18:59:16.592 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-08-30T18:59:18.440Z[ recovery-image] Aug 30 18:59:16.642 INFO O| Aug 30 18:59:16.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56352024-08-30T18:59:18.440Z[ recovery-image] Aug 30 18:59:16.642 INFO O| Aug 30 18:59:16.642 INFO STEP 553 (remove_files) COMPLETE
56362024-08-30T18:59:18.442Z[ recovery-image] Aug 30 18:59:16.643 INFO O| Aug 30 18:59:16.642 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-08-30T18:59:18.457Z[ recovery-image] Aug 30 18:59:16.660 INFO O| Aug 30 18:59:16.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56382024-08-30T18:59:18.459Z[ recovery-image] Aug 30 18:59:16.660 INFO O| Aug 30 18:59:16.660 INFO STEP 554 (remove_files) COMPLETE
56392024-08-30T18:59:18.459Z[ recovery-image] Aug 30 18:59:16.660 INFO O| Aug 30 18:59:16.660 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-08-30T18:59:18.474Z[ recovery-image] Aug 30 18:59:16.676 INFO O| Aug 30 18:59:16.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56412024-08-30T18:59:18.474Z[ recovery-image] Aug 30 18:59:16.677 INFO O| Aug 30 18:59:16.676 INFO STEP 555 (remove_files) COMPLETE
56422024-08-30T18:59:18.474Z[ recovery-image] Aug 30 18:59:16.677 INFO O| Aug 30 18:59:16.677 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-08-30T18:59:18.491Z[ recovery-image] Aug 30 18:59:16.694 INFO O| Aug 30 18:59:16.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56442024-08-30T18:59:18.503Z[ recovery-image] Aug 30 18:59:16.705 INFO O| Aug 30 18:59:16.705 INFO STEP 556 (remove_files) COMPLETE
56452024-08-30T18:59:18.503Z[ recovery-image] Aug 30 18:59:16.705 INFO O| Aug 30 18:59:16.705 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-08-30T18:59:18.549Z[ recovery-image] Aug 30 18:59:16.752 INFO O| Aug 30 18:59:16.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56472024-08-30T18:59:18.552Z[ recovery-image] Aug 30 18:59:16.752 INFO O| Aug 30 18:59:16.752 INFO STEP 557 (remove_files) COMPLETE
56482024-08-30T18:59:18.552Z[ recovery-image] Aug 30 18:59:16.752 INFO O| Aug 30 18:59:16.752 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-08-30T18:59:18.596Z[ recovery-image] Aug 30 18:59:16.799 INFO O| Aug 30 18:59:16.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56502024-08-30T18:59:18.596Z[ recovery-image] Aug 30 18:59:16.799 INFO O| Aug 30 18:59:16.799 INFO STEP 558 (remove_files) COMPLETE
56512024-08-30T18:59:18.598Z[ recovery-image] Aug 30 18:59:16.799 INFO O| Aug 30 18:59:16.799 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-08-30T18:59:18.649Z[ recovery-image] Aug 30 18:59:16.852 INFO O| Aug 30 18:59:16.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56532024-08-30T18:59:18.649Z[ recovery-image] Aug 30 18:59:16.852 INFO O| Aug 30 18:59:16.852 INFO STEP 559 (remove_files) COMPLETE
56542024-08-30T18:59:18.651Z[ recovery-image] Aug 30 18:59:16.852 INFO O| Aug 30 18:59:16.852 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-08-30T18:59:18.673Z[ recovery-image] Aug 30 18:59:16.875 INFO O| Aug 30 18:59:16.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56562024-08-30T18:59:18.673Z[ recovery-image] Aug 30 18:59:16.875 INFO O| Aug 30 18:59:16.875 INFO STEP 560 (remove_files) COMPLETE
56572024-08-30T18:59:18.673Z[ recovery-image] Aug 30 18:59:16.875 INFO O| Aug 30 18:59:16.875 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-08-30T18:59:18.696Z[ recovery-image] Aug 30 18:59:16.898 INFO O| Aug 30 18:59:16.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
56592024-08-30T18:59:18.696Z[ recovery-image] Aug 30 18:59:16.898 INFO O| Aug 30 18:59:16.898 INFO STEP 561 (remove_files) COMPLETE
56602024-08-30T18:59:18.698Z[ recovery-image] Aug 30 18:59:16.898 INFO O| Aug 30 18:59:16.898 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-08-30T18:59:18.714Z[ recovery-image] Aug 30 18:59:16.917 INFO O| Aug 30 18:59:16.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
56622024-08-30T18:59:18.714Z[ recovery-image] Aug 30 18:59:16.917 INFO O| Aug 30 18:59:16.917 INFO STEP 562 (remove_files) COMPLETE
56632024-08-30T18:59:18.718Z[ recovery-image] Aug 30 18:59:16.917 INFO O| Aug 30 18:59:16.917 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-08-30T18:59:18.731Z[ recovery-image] Aug 30 18:59:16.934 INFO O| Aug 30 18:59:16.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
56652024-08-30T18:59:18.731Z[ recovery-image] Aug 30 18:59:16.934 INFO O| Aug 30 18:59:16.934 INFO STEP 563 (remove_files) COMPLETE
56662024-08-30T18:59:18.731Z[ recovery-image] Aug 30 18:59:16.934 INFO O| Aug 30 18:59:16.934 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-08-30T18:59:18.749Z[ recovery-image] Aug 30 18:59:16.951 INFO O| Aug 30 18:59:16.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
56682024-08-30T18:59:18.749Z[ recovery-image] Aug 30 18:59:16.951 INFO O| Aug 30 18:59:16.951 INFO STEP 564 (remove_files) COMPLETE
56692024-08-30T18:59:18.751Z[ recovery-image] Aug 30 18:59:16.951 INFO O| Aug 30 18:59:16.951 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-08-30T18:59:18.768Z[ recovery-image] Aug 30 18:59:16.970 INFO O| Aug 30 18:59:16.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
56712024-08-30T18:59:18.768Z[ recovery-image] Aug 30 18:59:16.970 INFO O| Aug 30 18:59:16.970 INFO STEP 565 (remove_files) COMPLETE
56722024-08-30T18:59:18.768Z[ recovery-image] Aug 30 18:59:16.971 INFO O| Aug 30 18:59:16.970 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-08-30T18:59:18.789Z[ recovery-image] Aug 30 18:59:16.992 INFO O| Aug 30 18:59:16.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
56742024-08-30T18:59:18.789Z[ recovery-image] Aug 30 18:59:16.992 INFO O| Aug 30 18:59:16.992 INFO STEP 566 (remove_files) COMPLETE
56752024-08-30T18:59:18.789Z[ recovery-image] Aug 30 18:59:16.992 INFO O| Aug 30 18:59:16.992 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-08-30T18:59:18.801Z[ host-image] Aug 30 18:59:17.003 INFO O| Aug 30 18:59:17.003 INFO O| Done
56772024-08-30T18:59:18.810Z[ recovery-image] Aug 30 18:59:17.013 INFO O| Aug 30 18:59:17.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56782024-08-30T18:59:18.810Z[ recovery-image] Aug 30 18:59:17.013 INFO O| Aug 30 18:59:17.013 INFO STEP 567 (remove_files) COMPLETE
56792024-08-30T18:59:18.810Z[ recovery-image] Aug 30 18:59:17.013 INFO O| Aug 30 18:59:17.013 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-08-30T18:59:18.849Z[ recovery-image] Aug 30 18:59:17.051 INFO O| Aug 30 18:59:17.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56812024-08-30T18:59:18.869Z[ recovery-image] Aug 30 18:59:17.072 INFO O| Aug 30 18:59:17.072 INFO STEP 568 (remove_files) COMPLETE
56822024-08-30T18:59:18.869Z[ recovery-image] Aug 30 18:59:17.072 INFO O| Aug 30 18:59:17.072 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-08-30T18:59:18.891Z[ recovery-image] Aug 30 18:59:17.094 INFO O| Aug 30 18:59:17.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56842024-08-30T18:59:18.894Z[ recovery-image] Aug 30 18:59:17.094 INFO O| Aug 30 18:59:17.094 INFO STEP 569 (remove_files) COMPLETE
56852024-08-30T18:59:18.894Z[ recovery-image] Aug 30 18:59:17.094 INFO O| Aug 30 18:59:17.094 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-08-30T18:59:18.915Z[ recovery-image] Aug 30 18:59:17.118 INFO O| Aug 30 18:59:17.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56872024-08-30T18:59:18.915Z[ recovery-image] Aug 30 18:59:17.118 INFO O| Aug 30 18:59:17.118 INFO STEP 570 (remove_files) COMPLETE
56882024-08-30T18:59:18.918Z[ recovery-image] Aug 30 18:59:17.118 INFO O| Aug 30 18:59:17.118 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-08-30T18:59:18.934Z[ recovery-image] Aug 30 18:59:17.136 INFO O| Aug 30 18:59:17.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56902024-08-30T18:59:18.934Z[ recovery-image] Aug 30 18:59:17.136 INFO O| Aug 30 18:59:17.136 INFO STEP 571 (remove_files) COMPLETE
56912024-08-30T18:59:18.934Z[ recovery-image] Aug 30 18:59:17.137 INFO O| Aug 30 18:59:17.136 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-08-30T18:59:19.128Z[ host-image] Aug 30 18:59:17.330 INFO O| Aug 30 18:59:17.330 INFO STEP 11 (pkg_install) COMPLETE
56932024-08-30T18:59:19.128Z[ host-image] Aug 30 18:59:17.330 INFO O| Aug 30 18:59:17.330 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56942024-08-30T18:59:19.144Z[ host-image] Aug 30 18:59:17.346 INFO O| Aug 30 18:59:17.346 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
56952024-08-30T18:59:19.155Z[ recovery-image] Aug 30 18:59:17.358 INFO O| Aug 30 18:59:17.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56962024-08-30T18:59:19.158Z[ recovery-image] Aug 30 18:59:17.358 INFO O| Aug 30 18:59:17.358 INFO STEP 572 (remove_files) COMPLETE
56972024-08-30T18:59:19.158Z[ recovery-image] Aug 30 18:59:17.359 INFO O| Aug 30 18:59:17.358 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-08-30T18:59:19.174Z[ recovery-image] Aug 30 18:59:17.377 INFO O| Aug 30 18:59:17.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56992024-08-30T18:59:19.177Z[ recovery-image] Aug 30 18:59:17.377 INFO O| Aug 30 18:59:17.377 INFO STEP 573 (remove_files) COMPLETE
57002024-08-30T18:59:19.177Z[ recovery-image] Aug 30 18:59:17.377 INFO O| Aug 30 18:59:17.377 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-08-30T18:59:19.194Z[ recovery-image] Aug 30 18:59:17.397 INFO O| Aug 30 18:59:17.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57022024-08-30T18:59:19.196Z[ recovery-image] Aug 30 18:59:17.397 INFO O| Aug 30 18:59:17.397 INFO STEP 574 (remove_files) COMPLETE
57032024-08-30T18:59:19.197Z[ recovery-image] Aug 30 18:59:17.397 INFO O| Aug 30 18:59:17.397 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-08-30T18:59:19.213Z[ recovery-image] Aug 30 18:59:17.416 INFO O| Aug 30 18:59:17.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57052024-08-30T18:59:19.216Z[ recovery-image] Aug 30 18:59:17.416 INFO O| Aug 30 18:59:17.416 INFO STEP 575 (remove_files) COMPLETE
57062024-08-30T18:59:19.216Z[ recovery-image] Aug 30 18:59:17.416 INFO O| Aug 30 18:59:17.416 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-08-30T18:59:19.233Z[ recovery-image] Aug 30 18:59:17.436 INFO O| Aug 30 18:59:17.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57082024-08-30T18:59:19.236Z[ recovery-image] Aug 30 18:59:17.436 INFO O| Aug 30 18:59:17.436 INFO STEP 576 (remove_files) COMPLETE
57092024-08-30T18:59:19.236Z[ recovery-image] Aug 30 18:59:17.436 INFO O| Aug 30 18:59:17.436 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-08-30T18:59:19.270Z[ recovery-image] Aug 30 18:59:17.473 INFO O| Aug 30 18:59:17.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57112024-08-30T18:59:19.278Z[ recovery-image] Aug 30 18:59:17.481 INFO O| Aug 30 18:59:17.481 INFO STEP 577 (remove_files) COMPLETE
57122024-08-30T18:59:19.278Z[ recovery-image] Aug 30 18:59:17.481 INFO O| Aug 30 18:59:17.481 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-08-30T18:59:19.325Z[ recovery-image] Aug 30 18:59:17.528 INFO O| Aug 30 18:59:17.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57142024-08-30T18:59:19.327Z[ recovery-image] Aug 30 18:59:17.528 INFO O| Aug 30 18:59:17.528 INFO STEP 578 (remove_files) COMPLETE
57152024-08-30T18:59:19.327Z[ recovery-image] Aug 30 18:59:17.528 INFO O| Aug 30 18:59:17.528 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-08-30T18:59:19.346Z[ recovery-image] Aug 30 18:59:17.548 INFO O| Aug 30 18:59:17.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57172024-08-30T18:59:19.348Z[ recovery-image] Aug 30 18:59:17.548 INFO O| Aug 30 18:59:17.548 INFO STEP 579 (remove_files) COMPLETE
57182024-08-30T18:59:19.348Z[ recovery-image] Aug 30 18:59:17.549 INFO O| Aug 30 18:59:17.549 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-08-30T18:59:19.365Z[ recovery-image] Aug 30 18:59:17.567 INFO O| Aug 30 18:59:17.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57202024-08-30T18:59:19.367Z[ recovery-image] Aug 30 18:59:17.568 INFO O| Aug 30 18:59:17.568 INFO STEP 580 (remove_files) COMPLETE
57212024-08-30T18:59:19.367Z[ recovery-image] Aug 30 18:59:17.568 INFO O| Aug 30 18:59:17.568 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-08-30T18:59:19.400Z[ recovery-image] Aug 30 18:59:17.603 INFO O| Aug 30 18:59:17.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57232024-08-30T18:59:19.400Z[ recovery-image] Aug 30 18:59:17.603 INFO O| Aug 30 18:59:17.603 INFO STEP 581 (remove_files) COMPLETE
57242024-08-30T18:59:19.400Z[ recovery-image] Aug 30 18:59:17.603 INFO O| Aug 30 18:59:17.603 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-08-30T18:59:19.421Z[ recovery-image] Aug 30 18:59:17.623 INFO O| Aug 30 18:59:17.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57262024-08-30T18:59:19.421Z[ recovery-image] Aug 30 18:59:17.623 INFO O| Aug 30 18:59:17.623 INFO STEP 582 (remove_files) COMPLETE
57272024-08-30T18:59:19.421Z[ recovery-image] Aug 30 18:59:17.623 INFO O| Aug 30 18:59:17.623 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-08-30T18:59:19.452Z[ recovery-image] Aug 30 18:59:17.654 INFO O| Aug 30 18:59:17.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57292024-08-30T18:59:19.476Z[ recovery-image] Aug 30 18:59:17.679 INFO O| Aug 30 18:59:17.679 INFO STEP 583 (remove_files) COMPLETE
57302024-08-30T18:59:19.476Z[ recovery-image] Aug 30 18:59:17.679 INFO O| Aug 30 18:59:17.679 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-08-30T18:59:19.495Z[ recovery-image] Aug 30 18:59:17.698 INFO O| Aug 30 18:59:17.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57322024-08-30T18:59:19.498Z[ recovery-image] Aug 30 18:59:17.698 INFO O| Aug 30 18:59:17.698 INFO STEP 584 (remove_files) COMPLETE
57332024-08-30T18:59:19.498Z[ recovery-image] Aug 30 18:59:17.699 INFO O| Aug 30 18:59:17.698 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-08-30T18:59:19.514Z[ recovery-image] Aug 30 18:59:17.717 INFO O| Aug 30 18:59:17.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57352024-08-30T18:59:19.517Z[ recovery-image] Aug 30 18:59:17.717 INFO O| Aug 30 18:59:17.717 INFO STEP 585 (remove_files) COMPLETE
57362024-08-30T18:59:19.517Z[ recovery-image] Aug 30 18:59:17.717 INFO O| Aug 30 18:59:17.717 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-08-30T18:59:19.532Z[ recovery-image] Aug 30 18:59:17.734 INFO O| Aug 30 18:59:17.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57382024-08-30T18:59:19.534Z[ recovery-image] Aug 30 18:59:17.734 INFO O| Aug 30 18:59:17.734 INFO STEP 586 (remove_files) COMPLETE
57392024-08-30T18:59:19.534Z[ recovery-image] Aug 30 18:59:17.735 INFO O| Aug 30 18:59:17.735 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-08-30T18:59:19.551Z[ recovery-image] Aug 30 18:59:17.753 INFO O| Aug 30 18:59:17.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57412024-08-30T18:59:19.553Z[ recovery-image] Aug 30 18:59:17.753 INFO O| Aug 30 18:59:17.753 INFO STEP 587 (remove_files) COMPLETE
57422024-08-30T18:59:19.553Z[ recovery-image] Aug 30 18:59:17.754 INFO O| Aug 30 18:59:17.753 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-30T18:59:19.569Z[ recovery-image] Aug 30 18:59:17.771 INFO O| Aug 30 18:59:17.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57442024-08-30T18:59:19.569Z[ recovery-image] Aug 30 18:59:17.771 INFO O| Aug 30 18:59:17.771 INFO STEP 588 (remove_files) COMPLETE
57452024-08-30T18:59:19.571Z[ recovery-image] Aug 30 18:59:17.772 INFO O| Aug 30 18:59:17.772 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-30T18:59:19.598Z[ recovery-image] Aug 30 18:59:17.801 INFO O| Aug 30 18:59:17.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57472024-08-30T18:59:19.598Z[ recovery-image] Aug 30 18:59:17.801 INFO O| Aug 30 18:59:17.801 INFO STEP 589 (remove_files) COMPLETE
57482024-08-30T18:59:19.600Z[ recovery-image] Aug 30 18:59:17.801 INFO O| Aug 30 18:59:17.801 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-08-30T18:59:19.633Z[ recovery-image] Aug 30 18:59:17.835 INFO O| Aug 30 18:59:17.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
57502024-08-30T18:59:19.635Z[ recovery-image] Aug 30 18:59:17.836 INFO O| Aug 30 18:59:17.836 INFO STEP 590 (remove_files) COMPLETE
57512024-08-30T18:59:19.635Z[ recovery-image] Aug 30 18:59:17.836 INFO O| Aug 30 18:59:17.836 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-08-30T18:59:19.653Z[ recovery-image] Aug 30 18:59:17.855 INFO O| Aug 30 18:59:17.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
57532024-08-30T18:59:19.653Z[ recovery-image] Aug 30 18:59:17.855 INFO O| Aug 30 18:59:17.855 INFO STEP 591 (remove_files) COMPLETE
57542024-08-30T18:59:19.653Z[ recovery-image] Aug 30 18:59:17.855 INFO O| Aug 30 18:59:17.855 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-08-30T18:59:19.672Z[ recovery-image] Aug 30 18:59:17.875 INFO O| Aug 30 18:59:17.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57562024-08-30T18:59:19.672Z[ recovery-image] Aug 30 18:59:17.875 INFO O| Aug 30 18:59:17.875 INFO STEP 592 (remove_files) COMPLETE
57572024-08-30T18:59:19.675Z[ recovery-image] Aug 30 18:59:17.875 INFO O| Aug 30 18:59:17.875 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-08-30T18:59:19.701Z[ recovery-image] Aug 30 18:59:17.903 INFO O| Aug 30 18:59:17.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57592024-08-30T18:59:19.701Z[ recovery-image] Aug 30 18:59:17.903 INFO O| Aug 30 18:59:17.903 INFO STEP 593 (remove_files) COMPLETE
57602024-08-30T18:59:19.703Z[ recovery-image] Aug 30 18:59:17.903 INFO O| Aug 30 18:59:17.903 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-30T18:59:19.738Z[ recovery-image] Aug 30 18:59:17.940 INFO O| Aug 30 18:59:17.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
57622024-08-30T18:59:19.738Z[ recovery-image] Aug 30 18:59:17.940 INFO O| Aug 30 18:59:17.940 INFO STEP 594 (remove_files) COMPLETE
57632024-08-30T18:59:19.740Z[ recovery-image] Aug 30 18:59:17.940 INFO O| Aug 30 18:59:17.940 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-30T18:59:19.786Z[ recovery-image] Aug 30 18:59:17.989 INFO O| Aug 30 18:59:17.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
57652024-08-30T18:59:19.788Z[ recovery-image] Aug 30 18:59:17.989 INFO O| Aug 30 18:59:17.989 INFO STEP 595 (remove_files) COMPLETE
57662024-08-30T18:59:19.788Z[ recovery-image] Aug 30 18:59:17.989 INFO O| Aug 30 18:59:17.989 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-30T18:59:19.822Z[ recovery-image] Aug 30 18:59:18.025 INFO O| Aug 30 18:59:18.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57682024-08-30T18:59:19.822Z[ recovery-image] Aug 30 18:59:18.025 INFO O| Aug 30 18:59:18.025 INFO STEP 596 (remove_files) COMPLETE
57692024-08-30T18:59:19.825Z[ recovery-image] Aug 30 18:59:18.025 INFO O| Aug 30 18:59:18.025 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-30T18:59:19.841Z[ recovery-image] Aug 30 18:59:18.043 INFO O| Aug 30 18:59:18.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
57712024-08-30T18:59:19.841Z[ recovery-image] Aug 30 18:59:18.043 INFO O| Aug 30 18:59:18.043 INFO STEP 597 (remove_files) COMPLETE
57722024-08-30T18:59:19.843Z[ recovery-image] Aug 30 18:59:18.043 INFO O| Aug 30 18:59:18.043 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-30T18:59:19.878Z[ recovery-image] Aug 30 18:59:18.080 INFO O| Aug 30 18:59:18.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
57742024-08-30T18:59:19.878Z[ recovery-image] Aug 30 18:59:18.080 INFO O| Aug 30 18:59:18.080 INFO STEP 598 (remove_files) COMPLETE
57752024-08-30T18:59:19.880Z[ recovery-image] Aug 30 18:59:18.080 INFO O| Aug 30 18:59:18.080 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-30T18:59:19.923Z[ recovery-image] Aug 30 18:59:18.126 INFO O| Aug 30 18:59:18.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
57772024-08-30T18:59:19.923Z[ recovery-image] Aug 30 18:59:18.126 INFO O| Aug 30 18:59:18.126 INFO STEP 599 (remove_files) COMPLETE
57782024-08-30T18:59:19.923Z[ recovery-image] Aug 30 18:59:18.126 INFO O| Aug 30 18:59:18.126 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-30T18:59:19.962Z[ recovery-image] Aug 30 18:59:18.165 INFO O| Aug 30 18:59:18.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57802024-08-30T18:59:19.962Z[ recovery-image] Aug 30 18:59:18.165 INFO O| Aug 30 18:59:18.165 INFO STEP 600 (remove_files) COMPLETE
57812024-08-30T18:59:19.964Z[ recovery-image] Aug 30 18:59:18.165 INFO O| Aug 30 18:59:18.165 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-08-30T18:59:19.980Z[ recovery-image] Aug 30 18:59:18.182 INFO O| Aug 30 18:59:18.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57832024-08-30T18:59:19.980Z[ recovery-image] Aug 30 18:59:18.182 INFO O| Aug 30 18:59:18.182 INFO STEP 601 (remove_files) COMPLETE
57842024-08-30T18:59:19.982Z[ recovery-image] Aug 30 18:59:18.182 INFO O| Aug 30 18:59:18.182 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-08-30T18:59:20.007Z[ recovery-image] Aug 30 18:59:18.209 INFO O| Aug 30 18:59:18.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57862024-08-30T18:59:20.010Z[ recovery-image] Aug 30 18:59:18.210 INFO O| Aug 30 18:59:18.210 INFO STEP 602 (remove_files) COMPLETE
57872024-08-30T18:59:20.010Z[ recovery-image] Aug 30 18:59:18.210 INFO O| Aug 30 18:59:18.210 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-08-30T18:59:20.027Z[ recovery-image] Aug 30 18:59:18.230 INFO O| Aug 30 18:59:18.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57892024-08-30T18:59:20.030Z[ recovery-image] Aug 30 18:59:18.230 INFO O| Aug 30 18:59:18.230 INFO STEP 603 (remove_files) COMPLETE
57902024-08-30T18:59:20.030Z[ recovery-image] Aug 30 18:59:18.230 INFO O| Aug 30 18:59:18.230 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-08-30T18:59:20.047Z[ recovery-image] Aug 30 18:59:18.249 INFO O| Aug 30 18:59:18.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57922024-08-30T18:59:20.049Z[ recovery-image] Aug 30 18:59:18.250 INFO O| Aug 30 18:59:18.249 INFO STEP 604 (remove_files) COMPLETE
57932024-08-30T18:59:20.049Z[ recovery-image] Aug 30 18:59:18.250 INFO O| Aug 30 18:59:18.250 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-08-30T18:59:20.066Z[ recovery-image] Aug 30 18:59:18.268 INFO O| Aug 30 18:59:18.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57952024-08-30T18:59:20.068Z[ recovery-image] Aug 30 18:59:18.268 INFO O| Aug 30 18:59:18.268 INFO STEP 605 (remove_files) COMPLETE
57962024-08-30T18:59:20.068Z[ recovery-image] Aug 30 18:59:18.268 INFO O| Aug 30 18:59:18.268 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-08-30T18:59:20.098Z[ recovery-image] Aug 30 18:59:18.300 INFO O| Aug 30 18:59:18.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57982024-08-30T18:59:20.100Z[ recovery-image] Aug 30 18:59:18.301 INFO O| Aug 30 18:59:18.300 INFO STEP 606 (remove_files) COMPLETE
57992024-08-30T18:59:20.100Z[ recovery-image] Aug 30 18:59:18.301 INFO O| Aug 30 18:59:18.301 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-08-30T18:59:20.118Z[ recovery-image] Aug 30 18:59:18.321 INFO O| Aug 30 18:59:18.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58012024-08-30T18:59:20.121Z[ recovery-image] Aug 30 18:59:18.321 INFO O| Aug 30 18:59:18.321 INFO STEP 607 (remove_files) COMPLETE
58022024-08-30T18:59:20.121Z[ recovery-image] Aug 30 18:59:18.321 INFO O| Aug 30 18:59:18.321 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-08-30T18:59:20.138Z[ recovery-image] Aug 30 18:59:18.341 INFO O| Aug 30 18:59:18.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58042024-08-30T18:59:20.141Z[ recovery-image] Aug 30 18:59:18.341 INFO O| Aug 30 18:59:18.341 INFO STEP 608 (remove_files) COMPLETE
58052024-08-30T18:59:20.141Z[ recovery-image] Aug 30 18:59:18.341 INFO O| Aug 30 18:59:18.341 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-08-30T18:59:20.158Z[ recovery-image] Aug 30 18:59:18.361 INFO O| Aug 30 18:59:18.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58072024-08-30T18:59:20.158Z[ recovery-image] Aug 30 18:59:18.361 INFO O| Aug 30 18:59:18.361 INFO STEP 609 (remove_files) COMPLETE
58082024-08-30T18:59:20.161Z[ recovery-image] Aug 30 18:59:18.361 INFO O| Aug 30 18:59:18.361 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-08-30T18:59:20.177Z[ recovery-image] Aug 30 18:59:18.379 INFO O| Aug 30 18:59:18.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58102024-08-30T18:59:20.179Z[ recovery-image] Aug 30 18:59:18.379 INFO O| Aug 30 18:59:18.379 INFO STEP 610 (remove_files) COMPLETE
58112024-08-30T18:59:20.179Z[ recovery-image] Aug 30 18:59:18.380 INFO O| Aug 30 18:59:18.379 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-08-30T18:59:20.195Z[ recovery-image] Aug 30 18:59:18.397 INFO O| Aug 30 18:59:18.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58132024-08-30T18:59:20.197Z[ recovery-image] Aug 30 18:59:18.398 INFO O| Aug 30 18:59:18.397 INFO STEP 611 (remove_files) COMPLETE
58142024-08-30T18:59:20.197Z[ recovery-image] Aug 30 18:59:18.398 INFO O| Aug 30 18:59:18.398 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-08-30T18:59:20.214Z[ recovery-image] Aug 30 18:59:18.416 INFO O| Aug 30 18:59:18.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58162024-08-30T18:59:20.216Z[ recovery-image] Aug 30 18:59:18.416 INFO O| Aug 30 18:59:18.416 INFO STEP 612 (remove_files) COMPLETE
58172024-08-30T18:59:20.216Z[ recovery-image] Aug 30 18:59:18.417 INFO O| Aug 30 18:59:18.417 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-08-30T18:59:20.231Z[ recovery-image] Aug 30 18:59:18.433 INFO O| Aug 30 18:59:18.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58192024-08-30T18:59:20.233Z[ recovery-image] Aug 30 18:59:18.434 INFO O| Aug 30 18:59:18.434 INFO STEP 613 (remove_files) COMPLETE
58202024-08-30T18:59:20.234Z[ recovery-image] Aug 30 18:59:18.434 INFO O| Aug 30 18:59:18.434 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-08-30T18:59:20.247Z[ recovery-image] Aug 30 18:59:18.450 INFO O| Aug 30 18:59:18.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58222024-08-30T18:59:20.250Z[ recovery-image] Aug 30 18:59:18.450 INFO O| Aug 30 18:59:18.450 INFO STEP 614 (remove_files) COMPLETE
58232024-08-30T18:59:20.250Z[ recovery-image] Aug 30 18:59:18.450 INFO O| Aug 30 18:59:18.450 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-08-30T18:59:20.265Z[ recovery-image] Aug 30 18:59:18.467 INFO O| Aug 30 18:59:18.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58252024-08-30T18:59:20.267Z[ recovery-image] Aug 30 18:59:18.467 INFO O| Aug 30 18:59:18.467 INFO STEP 615 (remove_files) COMPLETE
58262024-08-30T18:59:20.267Z[ recovery-image] Aug 30 18:59:18.468 INFO O| Aug 30 18:59:18.467 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-08-30T18:59:20.282Z[ recovery-image] Aug 30 18:59:18.485 INFO O| Aug 30 18:59:18.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58282024-08-30T18:59:20.285Z[ recovery-image] Aug 30 18:59:18.485 INFO O| Aug 30 18:59:18.485 INFO STEP 616 (remove_files) COMPLETE
58292024-08-30T18:59:20.285Z[ recovery-image] Aug 30 18:59:18.485 INFO O| Aug 30 18:59:18.485 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-08-30T18:59:20.299Z[ recovery-image] Aug 30 18:59:18.502 INFO O| Aug 30 18:59:18.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58312024-08-30T18:59:20.299Z[ recovery-image] Aug 30 18:59:18.502 INFO O| Aug 30 18:59:18.502 INFO STEP 617 (remove_files) COMPLETE
58322024-08-30T18:59:20.302Z[ recovery-image] Aug 30 18:59:18.502 INFO O| Aug 30 18:59:18.502 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-08-30T18:59:20.317Z[ recovery-image] Aug 30 18:59:18.519 INFO O| Aug 30 18:59:18.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58342024-08-30T18:59:20.319Z[ recovery-image] Aug 30 18:59:18.520 INFO O| Aug 30 18:59:18.520 INFO STEP 618 (remove_files) COMPLETE
58352024-08-30T18:59:20.319Z[ recovery-image] Aug 30 18:59:18.520 INFO O| Aug 30 18:59:18.520 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-08-30T18:59:20.335Z[ recovery-image] Aug 30 18:59:18.537 INFO O| Aug 30 18:59:18.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58372024-08-30T18:59:20.337Z[ recovery-image] Aug 30 18:59:18.538 INFO O| Aug 30 18:59:18.537 INFO STEP 619 (remove_files) COMPLETE
58382024-08-30T18:59:20.337Z[ recovery-image] Aug 30 18:59:18.538 INFO O| Aug 30 18:59:18.538 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-08-30T18:59:20.352Z[ recovery-image] Aug 30 18:59:18.554 INFO O| Aug 30 18:59:18.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58402024-08-30T18:59:20.354Z[ recovery-image] Aug 30 18:59:18.555 INFO O| Aug 30 18:59:18.555 INFO STEP 620 (remove_files) COMPLETE
58412024-08-30T18:59:20.354Z[ recovery-image] Aug 30 18:59:18.555 INFO O| Aug 30 18:59:18.555 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-08-30T18:59:20.380Z[ recovery-image] Aug 30 18:59:18.582 INFO O| Aug 30 18:59:18.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58432024-08-30T18:59:20.380Z[ recovery-image] Aug 30 18:59:18.582 INFO O| Aug 30 18:59:18.582 INFO STEP 621 (remove_files) COMPLETE
58442024-08-30T18:59:20.382Z[ recovery-image] Aug 30 18:59:18.582 INFO O| Aug 30 18:59:18.582 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-08-30T18:59:20.399Z[ recovery-image] Aug 30 18:59:18.601 INFO O| Aug 30 18:59:18.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58462024-08-30T18:59:20.401Z[ recovery-image] Aug 30 18:59:18.602 INFO O| Aug 30 18:59:18.601 INFO STEP 622 (remove_files) COMPLETE
58472024-08-30T18:59:20.401Z[ recovery-image] Aug 30 18:59:18.602 INFO O| Aug 30 18:59:18.602 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-08-30T18:59:20.416Z[ recovery-image] Aug 30 18:59:18.619 INFO O| Aug 30 18:59:18.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
58492024-08-30T18:59:20.419Z[ recovery-image] Aug 30 18:59:18.619 INFO O| Aug 30 18:59:18.619 INFO STEP 623 (remove_files) COMPLETE
58502024-08-30T18:59:20.419Z[ recovery-image] Aug 30 18:59:18.619 INFO O| Aug 30 18:59:18.619 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-08-30T18:59:20.435Z[ recovery-image] Aug 30 18:59:18.638 INFO O| Aug 30 18:59:18.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
58522024-08-30T18:59:20.438Z[ recovery-image] Aug 30 18:59:18.638 INFO O| Aug 30 18:59:18.638 INFO STEP 624 (remove_files) COMPLETE
58532024-08-30T18:59:20.438Z[ recovery-image] Aug 30 18:59:18.638 INFO O| Aug 30 18:59:18.638 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-08-30T18:59:20.455Z[ recovery-image] Aug 30 18:59:18.658 INFO O| Aug 30 18:59:18.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
58552024-08-30T18:59:20.457Z[ recovery-image] Aug 30 18:59:18.658 INFO O| Aug 30 18:59:18.658 INFO STEP 625 (remove_files) COMPLETE
58562024-08-30T18:59:20.457Z[ recovery-image] Aug 30 18:59:18.658 INFO O| Aug 30 18:59:18.658 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-08-30T18:59:20.473Z[ recovery-image] Aug 30 18:59:18.676 INFO O| Aug 30 18:59:18.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
58582024-08-30T18:59:20.473Z[ recovery-image] Aug 30 18:59:18.676 INFO O| Aug 30 18:59:18.676 INFO STEP 626 (remove_files) COMPLETE
58592024-08-30T18:59:20.476Z[ recovery-image] Aug 30 18:59:18.676 INFO O| Aug 30 18:59:18.676 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-08-30T18:59:20.493Z[ recovery-image] Aug 30 18:59:18.695 INFO O| Aug 30 18:59:18.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58612024-08-30T18:59:20.493Z[ recovery-image] Aug 30 18:59:18.695 INFO O| Aug 30 18:59:18.695 INFO STEP 627 (remove_files) COMPLETE
58622024-08-30T18:59:20.495Z[ recovery-image] Aug 30 18:59:18.695 INFO O| Aug 30 18:59:18.695 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-08-30T18:59:20.512Z[ recovery-image] Aug 30 18:59:18.714 INFO O| Aug 30 18:59:18.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
58642024-08-30T18:59:20.514Z[ recovery-image] Aug 30 18:59:18.714 INFO O| Aug 30 18:59:18.714 INFO STEP 628 (remove_files) COMPLETE
58652024-08-30T18:59:20.514Z[ recovery-image] Aug 30 18:59:18.715 INFO O| Aug 30 18:59:18.715 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-08-30T18:59:20.567Z[ recovery-image] Aug 30 18:59:18.770 INFO O| Aug 30 18:59:18.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58672024-08-30T18:59:20.571Z[ recovery-image] Aug 30 18:59:18.770 INFO O| Aug 30 18:59:18.770 INFO STEP 629 (remove_files) COMPLETE
58682024-08-30T18:59:20.571Z[ recovery-image] Aug 30 18:59:18.770 INFO O| Aug 30 18:59:18.770 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-08-30T18:59:20.590Z[ recovery-image] Aug 30 18:59:18.792 INFO O| Aug 30 18:59:18.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
58702024-08-30T18:59:20.592Z[ recovery-image] Aug 30 18:59:18.792 INFO O| Aug 30 18:59:18.792 INFO STEP 630 (remove_files) COMPLETE
58712024-08-30T18:59:20.592Z[ recovery-image] Aug 30 18:59:18.792 INFO O| Aug 30 18:59:18.792 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-08-30T18:59:20.610Z[ recovery-image] Aug 30 18:59:18.812 INFO O| Aug 30 18:59:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
58732024-08-30T18:59:20.610Z[ recovery-image] Aug 30 18:59:18.813 INFO O| Aug 30 18:59:18.812 INFO STEP 631 (remove_files) COMPLETE
58742024-08-30T18:59:20.612Z[ recovery-image] Aug 30 18:59:18.813 INFO O| Aug 30 18:59:18.813 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-08-30T18:59:20.648Z[ recovery-image] Aug 30 18:59:18.851 INFO O| Aug 30 18:59:18.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
58762024-08-30T18:59:20.649Z[ recovery-image] Aug 30 18:59:18.851 INFO O| Aug 30 18:59:18.851 INFO STEP 632 (remove_files) COMPLETE
58772024-08-30T18:59:20.651Z[ recovery-image] Aug 30 18:59:18.851 INFO O| Aug 30 18:59:18.851 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-08-30T18:59:20.653Z[ host-image] Aug 30 18:59:18.856 INFO O| Aug 30 18:59:18.856 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
58792024-08-30T18:59:20.689Z[ recovery-image] Aug 30 18:59:18.891 INFO O| Aug 30 18:59:18.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58802024-08-30T18:59:20.689Z[ recovery-image] Aug 30 18:59:18.891 INFO O| Aug 30 18:59:18.891 INFO STEP 633 (remove_files) COMPLETE
58812024-08-30T18:59:20.691Z[ recovery-image] Aug 30 18:59:18.891 INFO O| Aug 30 18:59:18.891 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-08-30T18:59:20.729Z[ recovery-image] Aug 30 18:59:18.931 INFO O| Aug 30 18:59:18.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58832024-08-30T18:59:20.729Z[ recovery-image] Aug 30 18:59:18.931 INFO O| Aug 30 18:59:18.931 INFO STEP 634 (remove_files) COMPLETE
58842024-08-30T18:59:20.729Z[ recovery-image] Aug 30 18:59:18.931 INFO O| Aug 30 18:59:18.931 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-08-30T18:59:20.784Z[ recovery-image] Aug 30 18:59:18.986 INFO O| Aug 30 18:59:18.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58862024-08-30T18:59:20.784Z[ recovery-image] Aug 30 18:59:18.986 INFO O| Aug 30 18:59:18.986 INFO STEP 635 (remove_files) COMPLETE
58872024-08-30T18:59:20.784Z[ recovery-image] Aug 30 18:59:18.986 INFO O| Aug 30 18:59:18.986 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-08-30T18:59:20.804Z[ recovery-image] Aug 30 18:59:19.006 INFO O| Aug 30 18:59:19.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58892024-08-30T18:59:20.804Z[ recovery-image] Aug 30 18:59:19.007 INFO O| Aug 30 18:59:19.006 INFO STEP 636 (remove_files) COMPLETE
58902024-08-30T18:59:20.804Z[ recovery-image] Aug 30 18:59:19.007 INFO O| Aug 30 18:59:19.007 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-08-30T18:59:20.822Z[ recovery-image] Aug 30 18:59:19.025 INFO O| Aug 30 18:59:19.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58922024-08-30T18:59:20.822Z[ recovery-image] Aug 30 18:59:19.025 INFO O| Aug 30 18:59:19.025 INFO STEP 637 (remove_files) COMPLETE
58932024-08-30T18:59:20.822Z[ recovery-image] Aug 30 18:59:19.025 INFO O| Aug 30 18:59:19.025 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-08-30T18:59:20.840Z[ recovery-image] Aug 30 18:59:19.042 INFO O| Aug 30 18:59:19.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58952024-08-30T18:59:20.840Z[ recovery-image] Aug 30 18:59:19.043 INFO O| Aug 30 18:59:19.042 INFO STEP 638 (remove_files) COMPLETE
58962024-08-30T18:59:20.840Z[ recovery-image] Aug 30 18:59:19.043 INFO O| Aug 30 18:59:19.042 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-08-30T18:59:20.878Z[ recovery-image] Aug 30 18:59:19.080 INFO O| Aug 30 18:59:19.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58982024-08-30T18:59:20.878Z[ recovery-image] Aug 30 18:59:19.080 INFO O| Aug 30 18:59:19.080 INFO STEP 639 (remove_files) COMPLETE
58992024-08-30T18:59:20.881Z[ recovery-image] Aug 30 18:59:19.080 INFO O| Aug 30 18:59:19.080 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-08-30T18:59:20.897Z[ recovery-image] Aug 30 18:59:19.099 INFO O| Aug 30 18:59:19.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59012024-08-30T18:59:20.897Z[ recovery-image] Aug 30 18:59:19.099 INFO O| Aug 30 18:59:19.099 INFO STEP 640 (remove_files) COMPLETE
59022024-08-30T18:59:20.899Z[ recovery-image] Aug 30 18:59:19.099 INFO O| Aug 30 18:59:19.099 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-08-30T18:59:20.915Z[ recovery-image] Aug 30 18:59:19.118 INFO O| Aug 30 18:59:19.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59042024-08-30T18:59:20.915Z[ recovery-image] Aug 30 18:59:19.118 INFO O| Aug 30 18:59:19.118 INFO STEP 641 (remove_files) COMPLETE
59052024-08-30T18:59:20.915Z[ recovery-image] Aug 30 18:59:19.118 INFO O| Aug 30 18:59:19.118 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-08-30T18:59:20.932Z[ recovery-image] Aug 30 18:59:19.134 INFO O| Aug 30 18:59:19.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59072024-08-30T18:59:20.934Z[ recovery-image] Aug 30 18:59:19.135 INFO O| Aug 30 18:59:19.135 INFO STEP 642 (remove_files) COMPLETE
59082024-08-30T18:59:20.935Z[ recovery-image] Aug 30 18:59:19.135 INFO O| Aug 30 18:59:19.135 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-08-30T18:59:20.966Z[ recovery-image] Aug 30 18:59:19.168 INFO O| Aug 30 18:59:19.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59102024-08-30T18:59:20.968Z[ recovery-image] Aug 30 18:59:19.168 INFO O| Aug 30 18:59:19.168 INFO STEP 643 (remove_files) COMPLETE
59112024-08-30T18:59:20.968Z[ recovery-image] Aug 30 18:59:19.168 INFO O| Aug 30 18:59:19.168 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-08-30T18:59:20.984Z[ recovery-image] Aug 30 18:59:19.187 INFO O| Aug 30 18:59:19.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59132024-08-30T18:59:20.987Z[ recovery-image] Aug 30 18:59:19.187 INFO O| Aug 30 18:59:19.187 INFO STEP 644 (remove_files) COMPLETE
59142024-08-30T18:59:20.987Z[ recovery-image] Aug 30 18:59:19.187 INFO O| Aug 30 18:59:19.187 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-08-30T18:59:21.003Z[ recovery-image] Aug 30 18:59:19.205 INFO O| Aug 30 18:59:19.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59162024-08-30T18:59:21.005Z[ recovery-image] Aug 30 18:59:19.206 INFO O| Aug 30 18:59:19.205 INFO STEP 645 (remove_files) COMPLETE
59172024-08-30T18:59:21.005Z[ recovery-image] Aug 30 18:59:19.206 INFO O| Aug 30 18:59:19.206 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-08-30T18:59:21.036Z[ recovery-image] Aug 30 18:59:19.238 INFO O| Aug 30 18:59:19.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59192024-08-30T18:59:21.036Z[ recovery-image] Aug 30 18:59:19.238 INFO O| Aug 30 18:59:19.238 INFO STEP 646 (remove_files) COMPLETE
59202024-08-30T18:59:21.038Z[ recovery-image] Aug 30 18:59:19.238 INFO O| Aug 30 18:59:19.238 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-08-30T18:59:21.053Z[ recovery-image] Aug 30 18:59:19.256 INFO O| Aug 30 18:59:19.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59222024-08-30T18:59:21.056Z[ recovery-image] Aug 30 18:59:19.256 INFO O| Aug 30 18:59:19.256 INFO STEP 647 (remove_files) COMPLETE
59232024-08-30T18:59:21.056Z[ recovery-image] Aug 30 18:59:19.256 INFO O| Aug 30 18:59:19.256 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-08-30T18:59:21.072Z[ recovery-image] Aug 30 18:59:19.274 INFO O| Aug 30 18:59:19.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59252024-08-30T18:59:21.072Z[ recovery-image] Aug 30 18:59:19.274 INFO O| Aug 30 18:59:19.274 INFO STEP 648 (remove_files) COMPLETE
59262024-08-30T18:59:21.072Z[ recovery-image] Aug 30 18:59:19.274 INFO O| Aug 30 18:59:19.274 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-08-30T18:59:21.089Z[ recovery-image] Aug 30 18:59:19.292 INFO O| Aug 30 18:59:19.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59282024-08-30T18:59:21.090Z[ recovery-image] Aug 30 18:59:19.292 INFO O| Aug 30 18:59:19.292 INFO STEP 649 (remove_files) COMPLETE
59292024-08-30T18:59:21.090Z[ recovery-image] Aug 30 18:59:19.292 INFO O| Aug 30 18:59:19.292 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-08-30T18:59:21.111Z[ recovery-image] Aug 30 18:59:19.313 INFO O| Aug 30 18:59:19.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59312024-08-30T18:59:21.111Z[ recovery-image] Aug 30 18:59:19.313 INFO O| Aug 30 18:59:19.313 INFO STEP 650 (remove_files) COMPLETE
59322024-08-30T18:59:21.114Z[ recovery-image] Aug 30 18:59:19.313 INFO O| Aug 30 18:59:19.313 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-08-30T18:59:21.190Z[ recovery-image] Aug 30 18:59:19.392 INFO O| Aug 30 18:59:19.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59342024-08-30T18:59:21.190Z[ recovery-image] Aug 30 18:59:19.392 INFO O| Aug 30 18:59:19.392 INFO STEP 651 (remove_files) COMPLETE
59352024-08-30T18:59:21.192Z[ recovery-image] Aug 30 18:59:19.392 INFO O| Aug 30 18:59:19.392 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-08-30T18:59:21.227Z[ recovery-image] Aug 30 18:59:19.429 INFO O| Aug 30 18:59:19.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59372024-08-30T18:59:21.227Z[ recovery-image] Aug 30 18:59:19.429 INFO O| Aug 30 18:59:19.429 INFO STEP 652 (remove_files) COMPLETE
59382024-08-30T18:59:21.227Z[ recovery-image] Aug 30 18:59:19.429 INFO O| Aug 30 18:59:19.429 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-08-30T18:59:21.246Z[ recovery-image] Aug 30 18:59:19.448 INFO O| Aug 30 18:59:19.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59402024-08-30T18:59:21.248Z[ recovery-image] Aug 30 18:59:19.448 INFO O| Aug 30 18:59:19.448 INFO STEP 653 (remove_files) COMPLETE
59412024-08-30T18:59:21.249Z[ recovery-image] Aug 30 18:59:19.448 INFO O| Aug 30 18:59:19.448 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-08-30T18:59:21.305Z[ recovery-image] Aug 30 18:59:19.505 INFO O| Aug 30 18:59:19.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59432024-08-30T18:59:21.307Z[ recovery-image] Aug 30 18:59:19.506 INFO O| Aug 30 18:59:19.506 INFO STEP 654 (remove_files) COMPLETE
59442024-08-30T18:59:21.307Z[ recovery-image] Aug 30 18:59:19.506 INFO O| Aug 30 18:59:19.506 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-08-30T18:59:21.345Z[ recovery-image] Aug 30 18:59:19.547 INFO O| Aug 30 18:59:19.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
59462024-08-30T18:59:21.345Z[ recovery-image] Aug 30 18:59:19.547 INFO O| Aug 30 18:59:19.547 INFO STEP 655 (remove_files) COMPLETE
59472024-08-30T18:59:21.347Z[ recovery-image] Aug 30 18:59:19.547 INFO O| Aug 30 18:59:19.547 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-08-30T18:59:21.365Z[ recovery-image] Aug 30 18:59:19.567 INFO O| Aug 30 18:59:19.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
59492024-08-30T18:59:21.365Z[ recovery-image] Aug 30 18:59:19.567 INFO O| Aug 30 18:59:19.567 INFO STEP 656 (remove_files) COMPLETE
59502024-08-30T18:59:21.365Z[ recovery-image] Aug 30 18:59:19.567 INFO O| Aug 30 18:59:19.567 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-08-30T18:59:21.383Z[ recovery-image] Aug 30 18:59:19.586 INFO O| Aug 30 18:59:19.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
59522024-08-30T18:59:21.396Z[ recovery-image] Aug 30 18:59:19.598 INFO O| Aug 30 18:59:19.598 INFO STEP 657 (remove_files) COMPLETE
59532024-08-30T18:59:21.397Z[ recovery-image] Aug 30 18:59:19.598 INFO O| Aug 30 18:59:19.598 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-08-30T18:59:21.461Z[ recovery-image] Aug 30 18:59:19.663 INFO O| Aug 30 18:59:19.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
59552024-08-30T18:59:21.461Z[ recovery-image] Aug 30 18:59:19.663 INFO O| Aug 30 18:59:19.663 INFO STEP 658 (remove_files) COMPLETE
59562024-08-30T18:59:21.463Z[ recovery-image] Aug 30 18:59:19.663 INFO O| Aug 30 18:59:19.663 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-08-30T18:59:21.482Z[ recovery-image] Aug 30 18:59:19.684 INFO O| Aug 30 18:59:19.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59582024-08-30T18:59:21.484Z[ recovery-image] Aug 30 18:59:19.684 INFO O| Aug 30 18:59:19.684 INFO STEP 659 (remove_files) COMPLETE
59592024-08-30T18:59:21.484Z[ recovery-image] Aug 30 18:59:19.684 INFO O| Aug 30 18:59:19.684 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-08-30T18:59:21.503Z[ recovery-image] Aug 30 18:59:19.705 INFO O| Aug 30 18:59:19.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59612024-08-30T18:59:21.503Z[ recovery-image] Aug 30 18:59:19.705 INFO O| Aug 30 18:59:19.705 INFO STEP 660 (remove_files) COMPLETE
59622024-08-30T18:59:21.506Z[ recovery-image] Aug 30 18:59:19.705 INFO O| Aug 30 18:59:19.705 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-08-30T18:59:21.610Z[ recovery-image] Aug 30 18:59:19.812 INFO O| Aug 30 18:59:19.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
59642024-08-30T18:59:21.617Z[ recovery-image] Aug 30 18:59:19.820 INFO O| Aug 30 18:59:19.820 INFO STEP 661 (remove_files) COMPLETE
59652024-08-30T18:59:21.620Z[ recovery-image] Aug 30 18:59:19.820 INFO O| Aug 30 18:59:19.820 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-08-30T18:59:21.655Z[ recovery-image] Aug 30 18:59:19.857 INFO O| Aug 30 18:59:19.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
59672024-08-30T18:59:21.655Z[ recovery-image] Aug 30 18:59:19.857 INFO O| Aug 30 18:59:19.857 INFO STEP 662 (remove_files) COMPLETE
59682024-08-30T18:59:21.655Z[ recovery-image] Aug 30 18:59:19.857 INFO O| Aug 30 18:59:19.857 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-08-30T18:59:21.716Z[ recovery-image] Aug 30 18:59:19.918 INFO O| Aug 30 18:59:19.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
59702024-08-30T18:59:21.719Z[ recovery-image] Aug 30 18:59:19.919 INFO O| Aug 30 18:59:19.918 INFO STEP 663 (remove_files) COMPLETE
59712024-08-30T18:59:21.719Z[ recovery-image] Aug 30 18:59:19.919 INFO O| Aug 30 18:59:19.919 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-08-30T18:59:21.757Z[ recovery-image] Aug 30 18:59:19.959 INFO O| Aug 30 18:59:19.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
59732024-08-30T18:59:21.759Z[ recovery-image] Aug 30 18:59:19.959 INFO O| Aug 30 18:59:19.959 INFO STEP 664 (remove_files) COMPLETE
59742024-08-30T18:59:21.759Z[ recovery-image] Aug 30 18:59:19.959 INFO O| Aug 30 18:59:19.959 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-08-30T18:59:21.820Z[ recovery-image] Aug 30 18:59:20.022 INFO O| Aug 30 18:59:20.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59762024-08-30T18:59:21.820Z[ recovery-image] Aug 30 18:59:20.022 INFO O| Aug 30 18:59:20.022 INFO STEP 665 (remove_files) COMPLETE
59772024-08-30T18:59:21.820Z[ recovery-image] Aug 30 18:59:20.022 INFO O| Aug 30 18:59:20.022 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-08-30T18:59:21.840Z[ recovery-image] Aug 30 18:59:20.042 INFO O| Aug 30 18:59:20.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59792024-08-30T18:59:21.842Z[ recovery-image] Aug 30 18:59:20.042 INFO O| Aug 30 18:59:20.042 INFO STEP 666 (remove_files) COMPLETE
59802024-08-30T18:59:21.842Z[ recovery-image] Aug 30 18:59:20.042 INFO O| Aug 30 18:59:20.042 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-08-30T18:59:21.861Z[ recovery-image] Aug 30 18:59:20.063 INFO O| Aug 30 18:59:20.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59822024-08-30T18:59:21.861Z[ recovery-image] Aug 30 18:59:20.063 INFO O| Aug 30 18:59:20.063 INFO STEP 667 (remove_files) COMPLETE
59832024-08-30T18:59:21.861Z[ recovery-image] Aug 30 18:59:20.063 INFO O| Aug 30 18:59:20.063 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-08-30T18:59:21.883Z[ recovery-image] Aug 30 18:59:20.085 INFO O| Aug 30 18:59:20.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59852024-08-30T18:59:21.883Z[ recovery-image] Aug 30 18:59:20.085 INFO O| Aug 30 18:59:20.085 INFO STEP 668 (remove_files) COMPLETE
59862024-08-30T18:59:21.886Z[ recovery-image] Aug 30 18:59:20.085 INFO O| Aug 30 18:59:20.085 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-08-30T18:59:21.910Z[ recovery-image] Aug 30 18:59:20.112 INFO O| Aug 30 18:59:20.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59882024-08-30T18:59:21.910Z[ recovery-image] Aug 30 18:59:20.113 INFO O| Aug 30 18:59:20.113 INFO STEP 669 (remove_files) COMPLETE
59892024-08-30T18:59:21.913Z[ recovery-image] Aug 30 18:59:20.113 INFO O| Aug 30 18:59:20.113 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-08-30T18:59:21.935Z[ recovery-image] Aug 30 18:59:20.137 INFO O| Aug 30 18:59:20.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59912024-08-30T18:59:21.935Z[ recovery-image] Aug 30 18:59:20.137 INFO O| Aug 30 18:59:20.137 INFO STEP 670 (remove_files) COMPLETE
59922024-08-30T18:59:21.935Z[ recovery-image] Aug 30 18:59:20.137 INFO O| Aug 30 18:59:20.137 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-08-30T18:59:21.961Z[ recovery-image] Aug 30 18:59:20.163 INFO O| Aug 30 18:59:20.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59942024-08-30T18:59:21.961Z[ recovery-image] Aug 30 18:59:20.163 INFO O| Aug 30 18:59:20.163 INFO STEP 671 (remove_files) COMPLETE
59952024-08-30T18:59:21.964Z[ recovery-image] Aug 30 18:59:20.163 INFO O| Aug 30 18:59:20.163 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-08-30T18:59:21.983Z[ recovery-image] Aug 30 18:59:20.185 INFO O| Aug 30 18:59:20.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59972024-08-30T18:59:21.983Z[ recovery-image] Aug 30 18:59:20.186 INFO O| Aug 30 18:59:20.185 INFO STEP 672 (remove_files) COMPLETE
59982024-08-30T18:59:21.983Z[ recovery-image] Aug 30 18:59:20.186 INFO O| Aug 30 18:59:20.186 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-08-30T18:59:22.019Z[ recovery-image] Aug 30 18:59:20.221 INFO O| Aug 30 18:59:20.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60002024-08-30T18:59:22.019Z[ recovery-image] Aug 30 18:59:20.221 INFO O| Aug 30 18:59:20.221 INFO STEP 673 (remove_files) COMPLETE
60012024-08-30T18:59:22.021Z[ recovery-image] Aug 30 18:59:20.221 INFO O| Aug 30 18:59:20.221 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-08-30T18:59:22.036Z[ recovery-image] Aug 30 18:59:20.239 INFO O| Aug 30 18:59:20.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60032024-08-30T18:59:22.039Z[ recovery-image] Aug 30 18:59:20.239 INFO O| Aug 30 18:59:20.239 INFO STEP 674 (remove_files) COMPLETE
60042024-08-30T18:59:22.039Z[ recovery-image] Aug 30 18:59:20.239 INFO O| Aug 30 18:59:20.239 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-08-30T18:59:22.060Z[ recovery-image] Aug 30 18:59:20.262 INFO O| Aug 30 18:59:20.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60062024-08-30T18:59:22.060Z[ recovery-image] Aug 30 18:59:20.262 INFO O| Aug 30 18:59:20.262 INFO STEP 675 (remove_files) COMPLETE
60072024-08-30T18:59:22.063Z[ recovery-image] Aug 30 18:59:20.262 INFO O| Aug 30 18:59:20.262 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-08-30T18:59:22.095Z[ recovery-image] Aug 30 18:59:20.297 INFO O| Aug 30 18:59:20.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60092024-08-30T18:59:22.095Z[ recovery-image] Aug 30 18:59:20.297 INFO O| Aug 30 18:59:20.297 INFO STEP 676 (remove_files) COMPLETE
60102024-08-30T18:59:22.095Z[ recovery-image] Aug 30 18:59:20.297 INFO O| Aug 30 18:59:20.297 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-08-30T18:59:22.131Z[ recovery-image] Aug 30 18:59:20.333 INFO O| Aug 30 18:59:20.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60122024-08-30T18:59:22.131Z[ recovery-image] Aug 30 18:59:20.333 INFO O| Aug 30 18:59:20.333 INFO STEP 677 (remove_files) COMPLETE
60132024-08-30T18:59:22.134Z[ recovery-image] Aug 30 18:59:20.333 INFO O| Aug 30 18:59:20.333 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-08-30T18:59:22.170Z[ recovery-image] Aug 30 18:59:20.372 INFO O| Aug 30 18:59:20.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60152024-08-30T18:59:22.170Z[ recovery-image] Aug 30 18:59:20.372 INFO O| Aug 30 18:59:20.372 INFO STEP 678 (remove_files) COMPLETE
60162024-08-30T18:59:22.170Z[ recovery-image] Aug 30 18:59:20.372 INFO O| Aug 30 18:59:20.372 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-08-30T18:59:22.191Z[ recovery-image] Aug 30 18:59:20.392 INFO O| Aug 30 18:59:20.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60182024-08-30T18:59:22.191Z[ recovery-image] Aug 30 18:59:20.393 INFO O| Aug 30 18:59:20.393 INFO STEP 679 (remove_files) COMPLETE
60192024-08-30T18:59:22.191Z[ recovery-image] Aug 30 18:59:20.393 INFO O| Aug 30 18:59:20.393 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-08-30T18:59:22.225Z[ recovery-image] Aug 30 18:59:20.427 INFO O| Aug 30 18:59:20.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60212024-08-30T18:59:22.225Z[ recovery-image] Aug 30 18:59:20.427 INFO O| Aug 30 18:59:20.427 INFO STEP 680 (remove_files) COMPLETE
60222024-08-30T18:59:22.228Z[ recovery-image] Aug 30 18:59:20.427 INFO O| Aug 30 18:59:20.427 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-08-30T18:59:22.248Z[ recovery-image] Aug 30 18:59:20.449 INFO O| Aug 30 18:59:20.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60242024-08-30T18:59:22.248Z[ recovery-image] Aug 30 18:59:20.449 INFO O| Aug 30 18:59:20.449 INFO STEP 681 (remove_files) COMPLETE
60252024-08-30T18:59:22.248Z[ recovery-image] Aug 30 18:59:20.449 INFO O| Aug 30 18:59:20.449 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-08-30T18:59:22.267Z[ recovery-image] Aug 30 18:59:20.469 INFO O| Aug 30 18:59:20.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60272024-08-30T18:59:22.269Z[ recovery-image] Aug 30 18:59:20.471 INFO O| Aug 30 18:59:20.471 INFO STEP 682 (remove_files) COMPLETE
60282024-08-30T18:59:22.269Z[ recovery-image] Aug 30 18:59:20.471 INFO O| Aug 30 18:59:20.471 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-08-30T18:59:22.318Z[ recovery-image] Aug 30 18:59:20.520 INFO O| Aug 30 18:59:20.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60302024-08-30T18:59:22.318Z[ recovery-image] Aug 30 18:59:20.520 INFO O| Aug 30 18:59:20.520 INFO STEP 683 (remove_files) COMPLETE
60312024-08-30T18:59:22.318Z[ recovery-image] Aug 30 18:59:20.520 INFO O| Aug 30 18:59:20.520 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-08-30T18:59:22.340Z[ recovery-image] Aug 30 18:59:20.542 INFO O| Aug 30 18:59:20.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60332024-08-30T18:59:22.340Z[ recovery-image] Aug 30 18:59:20.542 INFO O| Aug 30 18:59:20.542 INFO STEP 684 (remove_files) COMPLETE
60342024-08-30T18:59:22.343Z[ recovery-image] Aug 30 18:59:20.542 INFO O| Aug 30 18:59:20.542 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-08-30T18:59:22.386Z[ recovery-image] Aug 30 18:59:20.588 INFO O| Aug 30 18:59:20.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60362024-08-30T18:59:22.386Z[ recovery-image] Aug 30 18:59:20.588 INFO O| Aug 30 18:59:20.588 INFO STEP 685 (remove_files) COMPLETE
60372024-08-30T18:59:22.386Z[ recovery-image] Aug 30 18:59:20.588 INFO O| Aug 30 18:59:20.588 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-30T18:59:22.412Z[ recovery-image] Aug 30 18:59:20.613 INFO O| Aug 30 18:59:20.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60392024-08-30T18:59:22.412Z[ recovery-image] Aug 30 18:59:20.613 INFO O| Aug 30 18:59:20.613 INFO STEP 686 (remove_files) COMPLETE
60402024-08-30T18:59:22.412Z[ recovery-image] Aug 30 18:59:20.613 INFO O| Aug 30 18:59:20.613 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-30T18:59:22.481Z[ recovery-image] Aug 30 18:59:20.683 INFO O| Aug 30 18:59:20.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60422024-08-30T18:59:22.481Z[ recovery-image] Aug 30 18:59:20.683 INFO O| Aug 30 18:59:20.683 INFO STEP 687 (remove_files) COMPLETE
60432024-08-30T18:59:22.481Z[ recovery-image] Aug 30 18:59:20.683 INFO O| Aug 30 18:59:20.683 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-08-30T18:59:22.501Z[ recovery-image] Aug 30 18:59:20.703 INFO O| Aug 30 18:59:20.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60452024-08-30T18:59:22.501Z[ recovery-image] Aug 30 18:59:20.703 INFO O| Aug 30 18:59:20.703 INFO STEP 688 (remove_files) COMPLETE
60462024-08-30T18:59:22.501Z[ recovery-image] Aug 30 18:59:20.703 INFO O| Aug 30 18:59:20.703 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-08-30T18:59:22.535Z[ recovery-image] Aug 30 18:59:20.737 INFO O| Aug 30 18:59:20.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
60482024-08-30T18:59:22.535Z[ recovery-image] Aug 30 18:59:20.738 INFO O| Aug 30 18:59:20.737 INFO STEP 689 (remove_files) COMPLETE
60492024-08-30T18:59:22.538Z[ recovery-image] Aug 30 18:59:20.738 INFO O| Aug 30 18:59:20.738 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-08-30T18:59:22.561Z[ recovery-image] Aug 30 18:59:20.763 INFO O| Aug 30 18:59:20.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
60512024-08-30T18:59:22.561Z[ recovery-image] Aug 30 18:59:20.763 INFO O| Aug 30 18:59:20.763 INFO STEP 690 (remove_files) COMPLETE
60522024-08-30T18:59:22.564Z[ recovery-image] Aug 30 18:59:20.764 INFO O| Aug 30 18:59:20.763 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-08-30T18:59:22.595Z[ recovery-image] Aug 30 18:59:20.797 INFO O| Aug 30 18:59:20.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
60542024-08-30T18:59:22.595Z[ recovery-image] Aug 30 18:59:20.797 INFO O| Aug 30 18:59:20.797 INFO STEP 691 (remove_files) COMPLETE
60552024-08-30T18:59:22.595Z[ recovery-image] Aug 30 18:59:20.797 INFO O| Aug 30 18:59:20.797 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-08-30T18:59:22.616Z[ recovery-image] Aug 30 18:59:20.818 INFO O| Aug 30 18:59:20.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
60572024-08-30T18:59:22.616Z[ recovery-image] Aug 30 18:59:20.818 INFO O| Aug 30 18:59:20.818 INFO STEP 692 (remove_files) COMPLETE
60582024-08-30T18:59:22.619Z[ recovery-image] Aug 30 18:59:20.819 INFO O| Aug 30 18:59:20.818 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-08-30T18:59:22.638Z[ recovery-image] Aug 30 18:59:20.840 INFO O| Aug 30 18:59:20.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
60602024-08-30T18:59:22.638Z[ recovery-image] Aug 30 18:59:20.840 INFO O| Aug 30 18:59:20.840 INFO STEP 693 (remove_files) COMPLETE
60612024-08-30T18:59:22.638Z[ recovery-image] Aug 30 18:59:20.840 INFO O| Aug 30 18:59:20.840 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-08-30T18:59:22.700Z[ recovery-image] Aug 30 18:59:20.902 INFO O| Aug 30 18:59:20.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
60632024-08-30T18:59:22.700Z[ recovery-image] Aug 30 18:59:20.902 INFO O| Aug 30 18:59:20.902 INFO STEP 694 (remove_files) COMPLETE
60642024-08-30T18:59:22.700Z[ recovery-image] Aug 30 18:59:20.902 INFO O| Aug 30 18:59:20.902 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-08-30T18:59:22.741Z[ recovery-image] Aug 30 18:59:20.943 INFO O| Aug 30 18:59:20.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
60662024-08-30T18:59:22.744Z[ recovery-image] Aug 30 18:59:20.944 INFO O| Aug 30 18:59:20.943 INFO STEP 695 (remove_files) COMPLETE
60672024-08-30T18:59:22.744Z[ recovery-image] Aug 30 18:59:20.944 INFO O| Aug 30 18:59:20.943 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-08-30T18:59:22.765Z[ recovery-image] Aug 30 18:59:20.967 INFO O| Aug 30 18:59:20.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
60692024-08-30T18:59:22.765Z[ recovery-image] Aug 30 18:59:20.967 INFO O| Aug 30 18:59:20.967 INFO STEP 696 (remove_files) COMPLETE
60702024-08-30T18:59:22.768Z[ recovery-image] Aug 30 18:59:20.967 INFO O| Aug 30 18:59:20.967 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-08-30T18:59:22.825Z[ recovery-image] Aug 30 18:59:21.027 INFO O| Aug 30 18:59:21.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
60722024-08-30T18:59:22.825Z[ recovery-image] Aug 30 18:59:21.027 INFO O| Aug 30 18:59:21.027 INFO STEP 697 (remove_files) COMPLETE
60732024-08-30T18:59:22.825Z[ recovery-image] Aug 30 18:59:21.027 INFO O| Aug 30 18:59:21.027 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-08-30T18:59:22.845Z[ recovery-image] Aug 30 18:59:21.047 INFO O| Aug 30 18:59:21.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60752024-08-30T18:59:22.845Z[ recovery-image] Aug 30 18:59:21.047 INFO O| Aug 30 18:59:21.047 INFO STEP 698 (remove_files) COMPLETE
60762024-08-30T18:59:22.845Z[ recovery-image] Aug 30 18:59:21.047 INFO O| Aug 30 18:59:21.047 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-30T18:59:22.877Z[ recovery-image] Aug 30 18:59:21.079 INFO O| Aug 30 18:59:21.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60782024-08-30T18:59:22.877Z[ recovery-image] Aug 30 18:59:21.079 INFO O| Aug 30 18:59:21.079 INFO STEP 699 (remove_files) COMPLETE
60792024-08-30T18:59:22.880Z[ recovery-image] Aug 30 18:59:21.079 INFO O| Aug 30 18:59:21.079 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-30T18:59:22.899Z[ recovery-image] Aug 30 18:59:21.101 INFO O| Aug 30 18:59:21.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60812024-08-30T18:59:22.899Z[ recovery-image] Aug 30 18:59:21.101 INFO O| Aug 30 18:59:21.101 INFO STEP 700 (remove_files) COMPLETE
60822024-08-30T18:59:22.899Z[ recovery-image] Aug 30 18:59:21.101 INFO O| Aug 30 18:59:21.101 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-08-30T18:59:22.931Z[ recovery-image] Aug 30 18:59:21.133 INFO O| Aug 30 18:59:21.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60842024-08-30T18:59:22.931Z[ recovery-image] Aug 30 18:59:21.133 INFO O| Aug 30 18:59:21.133 INFO STEP 701 (remove_files) COMPLETE
60852024-08-30T18:59:22.931Z[ recovery-image] Aug 30 18:59:21.133 INFO O| Aug 30 18:59:21.133 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-08-30T18:59:22.970Z[ recovery-image] Aug 30 18:59:21.172 INFO O| Aug 30 18:59:21.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60872024-08-30T18:59:22.970Z[ recovery-image] Aug 30 18:59:21.172 INFO O| Aug 30 18:59:21.172 INFO STEP 702 (remove_files) COMPLETE
60882024-08-30T18:59:22.970Z[ recovery-image] Aug 30 18:59:21.172 INFO O| Aug 30 18:59:21.172 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-08-30T18:59:22.997Z[ recovery-image] Aug 30 18:59:21.198 INFO O| Aug 30 18:59:21.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60902024-08-30T18:59:23.000Z[ recovery-image] Aug 30 18:59:21.198 INFO O| Aug 30 18:59:21.198 INFO STEP 703 (remove_files) COMPLETE
60912024-08-30T18:59:23.000Z[ recovery-image] Aug 30 18:59:21.199 INFO O| Aug 30 18:59:21.198 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-08-30T18:59:23.015Z[ recovery-image] Aug 30 18:59:21.217 INFO O| Aug 30 18:59:21.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60932024-08-30T18:59:23.017Z[ recovery-image] Aug 30 18:59:21.217 INFO O| Aug 30 18:59:21.217 INFO STEP 704 (remove_files) COMPLETE
60942024-08-30T18:59:23.017Z[ recovery-image] Aug 30 18:59:21.217 INFO O| Aug 30 18:59:21.217 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-08-30T18:59:23.052Z[ recovery-image] Aug 30 18:59:21.254 INFO O| Aug 30 18:59:21.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60962024-08-30T18:59:23.052Z[ recovery-image] Aug 30 18:59:21.254 INFO O| Aug 30 18:59:21.254 INFO STEP 705 (remove_files) COMPLETE
60972024-08-30T18:59:23.052Z[ recovery-image] Aug 30 18:59:21.254 INFO O| Aug 30 18:59:21.254 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-08-30T18:59:23.090Z[ recovery-image] Aug 30 18:59:21.292 INFO O| Aug 30 18:59:21.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60992024-08-30T18:59:23.090Z[ recovery-image] Aug 30 18:59:21.292 INFO O| Aug 30 18:59:21.292 INFO STEP 706 (remove_files) COMPLETE
61002024-08-30T18:59:23.092Z[ recovery-image] Aug 30 18:59:21.292 INFO O| Aug 30 18:59:21.292 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-08-30T18:59:23.113Z[ recovery-image] Aug 30 18:59:21.313 INFO O| Aug 30 18:59:21.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61022024-08-30T18:59:23.114Z[ recovery-image] Aug 30 18:59:21.313 INFO O| Aug 30 18:59:21.313 INFO STEP 707 (remove_files) COMPLETE
61032024-08-30T18:59:23.116Z[ recovery-image] Aug 30 18:59:21.313 INFO O| Aug 30 18:59:21.313 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-08-30T18:59:23.144Z[ recovery-image] Aug 30 18:59:21.346 INFO O| Aug 30 18:59:21.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61052024-08-30T18:59:23.147Z[ recovery-image] Aug 30 18:59:21.346 INFO O| Aug 30 18:59:21.346 INFO STEP 708 (remove_files) COMPLETE
61062024-08-30T18:59:23.148Z[ recovery-image] Aug 30 18:59:21.346 INFO O| Aug 30 18:59:21.346 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-08-30T18:59:23.202Z[ recovery-image] Aug 30 18:59:21.404 INFO O| Aug 30 18:59:21.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61082024-08-30T18:59:23.203Z[ recovery-image] Aug 30 18:59:21.404 INFO O| Aug 30 18:59:21.404 INFO STEP 709 (remove_files) COMPLETE
61092024-08-30T18:59:23.205Z[ recovery-image] Aug 30 18:59:21.404 INFO O| Aug 30 18:59:21.404 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-08-30T18:59:23.262Z[ recovery-image] Aug 30 18:59:21.463 INFO O| Aug 30 18:59:21.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61112024-08-30T18:59:23.264Z[ recovery-image] Aug 30 18:59:21.464 INFO O| Aug 30 18:59:21.464 INFO STEP 710 (remove_files) COMPLETE
61122024-08-30T18:59:23.264Z[ recovery-image] Aug 30 18:59:21.464 INFO O| Aug 30 18:59:21.464 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-08-30T18:59:23.286Z[ recovery-image] Aug 30 18:59:21.488 INFO O| Aug 30 18:59:21.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61142024-08-30T18:59:23.286Z[ recovery-image] Aug 30 18:59:21.488 INFO O| Aug 30 18:59:21.488 INFO STEP 711 (remove_files) COMPLETE
61152024-08-30T18:59:23.289Z[ recovery-image] Aug 30 18:59:21.488 INFO O| Aug 30 18:59:21.488 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-08-30T18:59:23.309Z[ recovery-image] Aug 30 18:59:21.511 INFO O| Aug 30 18:59:21.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61172024-08-30T18:59:23.309Z[ recovery-image] Aug 30 18:59:21.511 INFO O| Aug 30 18:59:21.511 INFO STEP 712 (remove_files) COMPLETE
61182024-08-30T18:59:23.311Z[ recovery-image] Aug 30 18:59:21.511 INFO O| Aug 30 18:59:21.511 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-08-30T18:59:23.328Z[ recovery-image] Aug 30 18:59:21.530 INFO O| Aug 30 18:59:21.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61202024-08-30T18:59:23.328Z[ recovery-image] Aug 30 18:59:21.530 INFO O| Aug 30 18:59:21.530 INFO STEP 713 (remove_files) COMPLETE
61212024-08-30T18:59:23.328Z[ recovery-image] Aug 30 18:59:21.530 INFO O| Aug 30 18:59:21.530 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-08-30T18:59:23.346Z[ recovery-image] Aug 30 18:59:21.548 INFO O| Aug 30 18:59:21.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61232024-08-30T18:59:23.346Z[ recovery-image] Aug 30 18:59:21.548 INFO O| Aug 30 18:59:21.548 INFO STEP 714 (remove_files) COMPLETE
61242024-08-30T18:59:23.346Z[ recovery-image] Aug 30 18:59:21.548 INFO O| Aug 30 18:59:21.548 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-08-30T18:59:23.380Z[ recovery-image] Aug 30 18:59:21.581 INFO O| Aug 30 18:59:21.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61262024-08-30T18:59:23.380Z[ recovery-image] Aug 30 18:59:21.581 INFO O| Aug 30 18:59:21.581 INFO STEP 715 (remove_files) COMPLETE
61272024-08-30T18:59:23.380Z[ recovery-image] Aug 30 18:59:21.581 INFO O| Aug 30 18:59:21.581 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-08-30T18:59:23.422Z[ recovery-image] Aug 30 18:59:21.624 INFO O| Aug 30 18:59:21.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61292024-08-30T18:59:23.424Z[ recovery-image] Aug 30 18:59:21.624 INFO O| Aug 30 18:59:21.624 INFO STEP 716 (remove_files) COMPLETE
61302024-08-30T18:59:23.424Z[ recovery-image] Aug 30 18:59:21.624 INFO O| Aug 30 18:59:21.624 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-08-30T18:59:23.439Z[ recovery-image] Aug 30 18:59:21.641 INFO O| Aug 30 18:59:21.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61322024-08-30T18:59:23.439Z[ recovery-image] Aug 30 18:59:21.641 INFO O| Aug 30 18:59:21.641 INFO STEP 717 (remove_files) COMPLETE
61332024-08-30T18:59:23.441Z[ recovery-image] Aug 30 18:59:21.642 INFO O| Aug 30 18:59:21.641 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-08-30T18:59:23.456Z[ recovery-image] Aug 30 18:59:21.658 INFO O| Aug 30 18:59:21.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61352024-08-30T18:59:23.459Z[ recovery-image] Aug 30 18:59:21.658 INFO O| Aug 30 18:59:21.658 INFO STEP 718 (remove_files) COMPLETE
61362024-08-30T18:59:23.459Z[ recovery-image] Aug 30 18:59:21.658 INFO O| Aug 30 18:59:21.658 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-08-30T18:59:23.491Z[ recovery-image] Aug 30 18:59:21.693 INFO O| Aug 30 18:59:21.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61382024-08-30T18:59:23.494Z[ recovery-image] Aug 30 18:59:21.694 INFO O| Aug 30 18:59:21.694 INFO STEP 719 (remove_files) COMPLETE
61392024-08-30T18:59:23.494Z[ recovery-image] Aug 30 18:59:21.694 INFO O| Aug 30 18:59:21.694 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-08-30T18:59:23.509Z[ recovery-image] Aug 30 18:59:21.710 INFO O| Aug 30 18:59:21.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61412024-08-30T18:59:23.511Z[ recovery-image] Aug 30 18:59:21.710 INFO O| Aug 30 18:59:21.710 INFO STEP 720 (remove_files) COMPLETE
61422024-08-30T18:59:23.511Z[ recovery-image] Aug 30 18:59:21.710 INFO O| Aug 30 18:59:21.710 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-08-30T18:59:23.525Z[ recovery-image] Aug 30 18:59:21.727 INFO O| Aug 30 18:59:21.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61442024-08-30T18:59:23.528Z[ recovery-image] Aug 30 18:59:21.728 INFO O| Aug 30 18:59:21.728 INFO STEP 721 (remove_files) COMPLETE
61452024-08-30T18:59:23.528Z[ recovery-image] Aug 30 18:59:21.728 INFO O| Aug 30 18:59:21.728 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-08-30T18:59:23.583Z[ recovery-image] Aug 30 18:59:21.785 INFO O| Aug 30 18:59:21.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
61472024-08-30T18:59:23.586Z[ recovery-image] Aug 30 18:59:21.785 INFO O| Aug 30 18:59:21.785 INFO STEP 722 (remove_files) COMPLETE
61482024-08-30T18:59:23.586Z[ recovery-image] Aug 30 18:59:21.785 INFO O| Aug 30 18:59:21.785 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-08-30T18:59:23.606Z[ recovery-image] Aug 30 18:59:21.808 INFO O| Aug 30 18:59:21.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
61502024-08-30T18:59:23.608Z[ recovery-image] Aug 30 18:59:21.808 INFO O| Aug 30 18:59:21.808 INFO STEP 723 (remove_files) COMPLETE
61512024-08-30T18:59:23.609Z[ recovery-image] Aug 30 18:59:21.808 INFO O| Aug 30 18:59:21.808 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-08-30T18:59:23.628Z[ recovery-image] Aug 30 18:59:21.830 INFO O| Aug 30 18:59:21.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
61532024-08-30T18:59:23.628Z[ recovery-image] Aug 30 18:59:21.830 INFO O| Aug 30 18:59:21.830 INFO STEP 724 (remove_files) COMPLETE
61542024-08-30T18:59:23.628Z[ recovery-image] Aug 30 18:59:21.830 INFO O| Aug 30 18:59:21.830 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-08-30T18:59:23.670Z[ recovery-image] Aug 30 18:59:21.872 INFO O| Aug 30 18:59:21.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
61562024-08-30T18:59:23.670Z[ recovery-image] Aug 30 18:59:21.872 INFO O| Aug 30 18:59:21.872 INFO STEP 725 (remove_files) COMPLETE
61572024-08-30T18:59:23.670Z[ recovery-image] Aug 30 18:59:21.872 INFO O| Aug 30 18:59:21.872 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-08-30T18:59:23.692Z[ recovery-image] Aug 30 18:59:21.894 INFO O| Aug 30 18:59:21.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
61592024-08-30T18:59:23.692Z[ recovery-image] Aug 30 18:59:21.894 INFO O| Aug 30 18:59:21.894 INFO STEP 726 (remove_files) COMPLETE
61602024-08-30T18:59:23.692Z[ recovery-image] Aug 30 18:59:21.894 INFO O| Aug 30 18:59:21.894 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-30T18:59:23.710Z[ recovery-image] Aug 30 18:59:21.912 INFO O| Aug 30 18:59:21.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
61622024-08-30T18:59:23.710Z[ recovery-image] Aug 30 18:59:21.912 INFO O| Aug 30 18:59:21.912 INFO STEP 727 (remove_files) COMPLETE
61632024-08-30T18:59:23.710Z[ recovery-image] Aug 30 18:59:21.912 INFO O| Aug 30 18:59:21.912 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-08-30T18:59:23.748Z[ recovery-image] Aug 30 18:59:21.950 INFO O| Aug 30 18:59:21.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
61652024-08-30T18:59:23.750Z[ recovery-image] Aug 30 18:59:21.950 INFO O| Aug 30 18:59:21.950 INFO STEP 728 (remove_files) COMPLETE
61662024-08-30T18:59:23.750Z[ recovery-image] Aug 30 18:59:21.950 INFO O| Aug 30 18:59:21.950 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-08-30T18:59:23.769Z[ recovery-image] Aug 30 18:59:21.970 INFO O| Aug 30 18:59:21.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
61682024-08-30T18:59:23.769Z[ recovery-image] Aug 30 18:59:21.970 INFO O| Aug 30 18:59:21.970 INFO STEP 729 (remove_files) COMPLETE
61692024-08-30T18:59:23.769Z[ recovery-image] Aug 30 18:59:21.970 INFO O| Aug 30 18:59:21.970 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-08-30T18:59:23.828Z[ recovery-image] Aug 30 18:59:22.030 INFO O| Aug 30 18:59:22.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
61712024-08-30T18:59:23.828Z[ recovery-image] Aug 30 18:59:22.030 INFO O| Aug 30 18:59:22.030 INFO STEP 730 (remove_files) COMPLETE
61722024-08-30T18:59:23.831Z[ recovery-image] Aug 30 18:59:22.030 INFO O| Aug 30 18:59:22.030 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-08-30T18:59:23.863Z[ recovery-image] Aug 30 18:59:22.065 INFO O| Aug 30 18:59:22.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61742024-08-30T18:59:23.863Z[ recovery-image] Aug 30 18:59:22.065 INFO O| Aug 30 18:59:22.065 INFO STEP 731 (remove_files) COMPLETE
61752024-08-30T18:59:23.866Z[ recovery-image] Aug 30 18:59:22.065 INFO O| Aug 30 18:59:22.065 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-08-30T18:59:23.904Z[ recovery-image] Aug 30 18:59:22.104 INFO O| Aug 30 18:59:22.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61772024-08-30T18:59:23.907Z[ recovery-image] Aug 30 18:59:22.104 INFO O| Aug 30 18:59:22.104 INFO STEP 732 (remove_files) COMPLETE
61782024-08-30T18:59:23.907Z[ recovery-image] Aug 30 18:59:22.104 INFO O| Aug 30 18:59:22.104 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-08-30T18:59:23.922Z[ recovery-image] Aug 30 18:59:22.124 INFO O| Aug 30 18:59:22.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61802024-08-30T18:59:23.922Z[ recovery-image] Aug 30 18:59:22.124 INFO O| Aug 30 18:59:22.124 INFO STEP 733 (remove_files) COMPLETE
61812024-08-30T18:59:23.922Z[ recovery-image] Aug 30 18:59:22.124 INFO O| Aug 30 18:59:22.124 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-08-30T18:59:23.953Z[ recovery-image] Aug 30 18:59:22.155 INFO O| Aug 30 18:59:22.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61832024-08-30T18:59:23.956Z[ recovery-image] Aug 30 18:59:22.155 INFO O| Aug 30 18:59:22.155 INFO STEP 734 (remove_files) COMPLETE
61842024-08-30T18:59:23.956Z[ recovery-image] Aug 30 18:59:22.155 INFO O| Aug 30 18:59:22.155 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-08-30T18:59:23.988Z[ recovery-image] Aug 30 18:59:22.189 INFO O| Aug 30 18:59:22.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61862024-08-30T18:59:23.993Z[ recovery-image] Aug 30 18:59:22.195 INFO O| Aug 30 18:59:22.195 INFO STEP 735 (remove_files) COMPLETE
61872024-08-30T18:59:23.993Z[ recovery-image] Aug 30 18:59:22.195 INFO O| Aug 30 18:59:22.195 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-08-30T18:59:24.053Z[ recovery-image] Aug 30 18:59:22.255 INFO O| Aug 30 18:59:22.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61892024-08-30T18:59:24.076Z[ recovery-image] Aug 30 18:59:22.278 INFO O| Aug 30 18:59:22.278 INFO STEP 736 (remove_files) COMPLETE
61902024-08-30T18:59:24.076Z[ recovery-image] Aug 30 18:59:22.278 INFO O| Aug 30 18:59:22.278 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-08-30T18:59:24.109Z[ recovery-image] Aug 30 18:59:22.311 INFO O| Aug 30 18:59:22.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61922024-08-30T18:59:24.109Z[ recovery-image] Aug 30 18:59:22.311 INFO O| Aug 30 18:59:22.311 INFO STEP 737 (remove_files) COMPLETE
61932024-08-30T18:59:24.109Z[ recovery-image] Aug 30 18:59:22.311 INFO O| Aug 30 18:59:22.311 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-08-30T18:59:24.130Z[ recovery-image] Aug 30 18:59:22.331 INFO O| Aug 30 18:59:22.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61952024-08-30T18:59:24.130Z[ recovery-image] Aug 30 18:59:22.332 INFO O| Aug 30 18:59:22.331 INFO STEP 738 (remove_files) COMPLETE
61962024-08-30T18:59:24.130Z[ recovery-image] Aug 30 18:59:22.332 INFO O| Aug 30 18:59:22.332 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-08-30T18:59:24.148Z[ recovery-image] Aug 30 18:59:22.350 INFO O| Aug 30 18:59:22.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61982024-08-30T18:59:24.148Z[ recovery-image] Aug 30 18:59:22.350 INFO O| Aug 30 18:59:22.350 INFO STEP 739 (remove_files) COMPLETE
61992024-08-30T18:59:24.148Z[ recovery-image] Aug 30 18:59:22.350 INFO O| Aug 30 18:59:22.350 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-08-30T18:59:24.167Z[ recovery-image] Aug 30 18:59:22.369 INFO O| Aug 30 18:59:22.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62012024-08-30T18:59:24.170Z[ recovery-image] Aug 30 18:59:22.369 INFO O| Aug 30 18:59:22.369 INFO STEP 740 (remove_files) COMPLETE
62022024-08-30T18:59:24.170Z[ recovery-image] Aug 30 18:59:22.369 INFO O| Aug 30 18:59:22.369 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-08-30T18:59:24.199Z[ recovery-image] Aug 30 18:59:22.401 INFO O| Aug 30 18:59:22.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62042024-08-30T18:59:24.199Z[ recovery-image] Aug 30 18:59:22.401 INFO O| Aug 30 18:59:22.401 INFO STEP 741 (remove_files) COMPLETE
62052024-08-30T18:59:24.202Z[ recovery-image] Aug 30 18:59:22.401 INFO O| Aug 30 18:59:22.401 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-08-30T18:59:24.227Z[ recovery-image] Aug 30 18:59:22.429 INFO O| Aug 30 18:59:22.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62072024-08-30T18:59:24.227Z[ recovery-image] Aug 30 18:59:22.429 INFO O| Aug 30 18:59:22.429 INFO STEP 742 (remove_files) COMPLETE
62082024-08-30T18:59:24.230Z[ recovery-image] Aug 30 18:59:22.430 INFO O| Aug 30 18:59:22.429 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-08-30T18:59:24.248Z[ recovery-image] Aug 30 18:59:22.450 INFO O| Aug 30 18:59:22.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62102024-08-30T18:59:24.248Z[ recovery-image] Aug 30 18:59:22.450 INFO O| Aug 30 18:59:22.450 INFO STEP 743 (remove_files) COMPLETE
62112024-08-30T18:59:24.248Z[ recovery-image] Aug 30 18:59:22.450 INFO O| Aug 30 18:59:22.450 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-08-30T18:59:24.269Z[ recovery-image] Aug 30 18:59:22.470 INFO O| Aug 30 18:59:22.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62132024-08-30T18:59:24.269Z[ recovery-image] Aug 30 18:59:22.470 INFO O| Aug 30 18:59:22.470 INFO STEP 744 (remove_files) COMPLETE
62142024-08-30T18:59:24.271Z[ recovery-image] Aug 30 18:59:22.470 INFO O| Aug 30 18:59:22.470 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-08-30T18:59:24.275Z[ host-image] Aug 30 18:59:22.477 INFO O| Aug 30 18:59:22.477 INFO O| Planning: Solver setup ... Done
62162024-08-30T18:59:24.282Z[ host-image] Aug 30 18:59:22.483 INFO O| Aug 30 18:59:22.483 INFO O| Planning: Running solver ... Done
62172024-08-30T18:59:24.290Z[ recovery-image] Aug 30 18:59:22.492 INFO O| Aug 30 18:59:22.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62182024-08-30T18:59:24.293Z[ recovery-image] Aug 30 18:59:22.492 INFO O| Aug 30 18:59:22.492 INFO STEP 745 (remove_files) COMPLETE
62192024-08-30T18:59:24.293Z[ recovery-image] Aug 30 18:59:22.493 INFO O| Aug 30 18:59:22.492 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-08-30T18:59:24.327Z[ recovery-image] Aug 30 18:59:22.529 INFO O| Aug 30 18:59:22.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62212024-08-30T18:59:24.327Z[ recovery-image] Aug 30 18:59:22.529 INFO O| Aug 30 18:59:22.529 INFO STEP 746 (remove_files) COMPLETE
62222024-08-30T18:59:24.327Z[ recovery-image] Aug 30 18:59:22.529 INFO O| Aug 30 18:59:22.529 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-08-30T18:59:24.348Z[ host-image] Aug 30 18:59:22.550 INFO O| Aug 30 18:59:22.550 INFO O| Planning: Finding local manifests ... Done
62242024-08-30T18:59:24.351Z[ host-image] Aug 30 18:59:22.552 INFO O| Aug 30 18:59:22.552 INFO O| Planning: Fetching manifests: 0/4 0% complete
62252024-08-30T18:59:24.384Z[ recovery-image] Aug 30 18:59:22.586 INFO O| Aug 30 18:59:22.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62262024-08-30T18:59:24.384Z[ recovery-image] Aug 30 18:59:22.586 INFO O| Aug 30 18:59:22.586 INFO STEP 747 (remove_files) COMPLETE
62272024-08-30T18:59:24.386Z[ recovery-image] Aug 30 18:59:22.586 INFO O| Aug 30 18:59:22.586 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-08-30T18:59:24.401Z[ recovery-image] Aug 30 18:59:22.603 INFO O| Aug 30 18:59:22.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62292024-08-30T18:59:24.401Z[ recovery-image] Aug 30 18:59:22.603 INFO O| Aug 30 18:59:22.603 INFO STEP 748 (remove_files) COMPLETE
62302024-08-30T18:59:24.401Z[ recovery-image] Aug 30 18:59:22.603 INFO O| Aug 30 18:59:22.603 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-08-30T18:59:24.420Z[ recovery-image] Aug 30 18:59:22.621 INFO O| Aug 30 18:59:22.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62322024-08-30T18:59:24.420Z[ recovery-image] Aug 30 18:59:22.621 INFO O| Aug 30 18:59:22.621 INFO STEP 749 (remove_files) COMPLETE
62332024-08-30T18:59:24.420Z[ recovery-image] Aug 30 18:59:22.621 INFO O| Aug 30 18:59:22.621 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-08-30T18:59:24.438Z[ recovery-image] Aug 30 18:59:22.640 INFO O| Aug 30 18:59:22.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62352024-08-30T18:59:24.438Z[ recovery-image] Aug 30 18:59:22.640 INFO O| Aug 30 18:59:22.640 INFO STEP 750 (remove_files) COMPLETE
62362024-08-30T18:59:24.441Z[ recovery-image] Aug 30 18:59:22.640 INFO O| Aug 30 18:59:22.640 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-08-30T18:59:24.458Z[ recovery-image] Aug 30 18:59:22.659 INFO O| Aug 30 18:59:22.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62382024-08-30T18:59:24.458Z[ recovery-image] Aug 30 18:59:22.660 INFO O| Aug 30 18:59:22.660 INFO STEP 751 (remove_files) COMPLETE
62392024-08-30T18:59:24.458Z[ recovery-image] Aug 30 18:59:22.660 INFO O| Aug 30 18:59:22.660 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-08-30T18:59:24.489Z[ recovery-image] Aug 30 18:59:22.691 INFO O| Aug 30 18:59:22.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62412024-08-30T18:59:24.490Z[ recovery-image] Aug 30 18:59:22.691 INFO O| Aug 30 18:59:22.691 INFO STEP 752 (remove_files) COMPLETE
62422024-08-30T18:59:24.492Z[ recovery-image] Aug 30 18:59:22.691 INFO O| Aug 30 18:59:22.691 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-08-30T18:59:24.511Z[ recovery-image] Aug 30 18:59:22.713 INFO O| Aug 30 18:59:22.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62442024-08-30T18:59:24.511Z[ recovery-image] Aug 30 18:59:22.713 INFO O| Aug 30 18:59:22.713 INFO STEP 753 (remove_files) COMPLETE
62452024-08-30T18:59:24.511Z[ recovery-image] Aug 30 18:59:22.713 INFO O| Aug 30 18:59:22.713 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-08-30T18:59:24.542Z[ recovery-image] Aug 30 18:59:22.743 INFO O| Aug 30 18:59:22.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62472024-08-30T18:59:24.542Z[ recovery-image] Aug 30 18:59:22.743 INFO O| Aug 30 18:59:22.743 INFO STEP 754 (remove_files) COMPLETE
62482024-08-30T18:59:24.544Z[ recovery-image] Aug 30 18:59:22.743 INFO O| Aug 30 18:59:22.743 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-08-30T18:59:24.573Z[ recovery-image] Aug 30 18:59:22.775 INFO O| Aug 30 18:59:22.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
62502024-08-30T18:59:24.573Z[ recovery-image] Aug 30 18:59:22.775 INFO O| Aug 30 18:59:22.775 INFO STEP 755 (remove_files) COMPLETE
62512024-08-30T18:59:24.576Z[ recovery-image] Aug 30 18:59:22.775 INFO O| Aug 30 18:59:22.775 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-08-30T18:59:24.595Z[ host-image] Aug 30 18:59:22.797 INFO O| Aug 30 18:59:22.797 INFO O| Planning: Fetching manifests: 4/4 100% complete
62532024-08-30T18:59:24.614Z[ recovery-image] Aug 30 18:59:22.816 INFO O| Aug 30 18:59:22.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
62542024-08-30T18:59:24.614Z[ recovery-image] Aug 30 18:59:22.816 INFO O| Aug 30 18:59:22.816 INFO STEP 756 (remove_files) COMPLETE
62552024-08-30T18:59:24.614Z[ recovery-image] Aug 30 18:59:22.816 INFO O| Aug 30 18:59:22.816 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-08-30T18:59:24.633Z[ host-image] Aug 30 18:59:22.834 INFO O| Aug 30 18:59:22.834 INFO O| Planning: Package planning ... Done
62572024-08-30T18:59:24.636Z[ recovery-image] Aug 30 18:59:22.837 INFO O| Aug 30 18:59:22.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
62582024-08-30T18:59:24.636Z[ recovery-image] Aug 30 18:59:22.837 INFO O| Aug 30 18:59:22.837 INFO STEP 757 (remove_files) COMPLETE
62592024-08-30T18:59:24.636Z[ recovery-image] Aug 30 18:59:22.837 INFO O| Aug 30 18:59:22.837 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-08-30T18:59:24.641Z[ host-image] Aug 30 18:59:22.843 INFO O| Aug 30 18:59:22.843 INFO O| Planning: Merging actions ... Done
62612024-08-30T18:59:24.675Z[ recovery-image] Aug 30 18:59:22.876 INFO O| Aug 30 18:59:22.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
62622024-08-30T18:59:24.675Z[ recovery-image] Aug 30 18:59:22.876 INFO O| Aug 30 18:59:22.876 INFO STEP 758 (remove_files) COMPLETE
62632024-08-30T18:59:24.677Z[ recovery-image] Aug 30 18:59:22.876 INFO O| Aug 30 18:59:22.876 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-08-30T18:59:24.693Z[ recovery-image] Aug 30 18:59:22.895 INFO O| Aug 30 18:59:22.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
62652024-08-30T18:59:24.693Z[ recovery-image] Aug 30 18:59:22.895 INFO O| Aug 30 18:59:22.895 INFO STEP 759 (remove_files) COMPLETE
62662024-08-30T18:59:24.695Z[ recovery-image] Aug 30 18:59:22.895 INFO O| Aug 30 18:59:22.895 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-08-30T18:59:24.732Z[ recovery-image] Aug 30 18:59:22.933 INFO O| Aug 30 18:59:22.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
62682024-08-30T18:59:24.755Z[ recovery-image] Aug 30 18:59:22.956 INFO O| Aug 30 18:59:22.956 INFO STEP 760 (remove_files) COMPLETE
62692024-08-30T18:59:24.755Z[ recovery-image] Aug 30 18:59:22.956 INFO O| Aug 30 18:59:22.956 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-08-30T18:59:24.784Z[ recovery-image] Aug 30 18:59:22.986 INFO O| Aug 30 18:59:22.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
62712024-08-30T18:59:24.784Z[ recovery-image] Aug 30 18:59:22.986 INFO O| Aug 30 18:59:22.986 INFO STEP 761 (remove_files) COMPLETE
62722024-08-30T18:59:24.784Z[ recovery-image] Aug 30 18:59:22.986 INFO O| Aug 30 18:59:22.986 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-08-30T18:59:24.807Z[ recovery-image] Aug 30 18:59:23.008 INFO O| Aug 30 18:59:23.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
62742024-08-30T18:59:24.807Z[ recovery-image] Aug 30 18:59:23.008 INFO O| Aug 30 18:59:23.008 INFO STEP 762 (remove_files) COMPLETE
62752024-08-30T18:59:24.807Z[ recovery-image] Aug 30 18:59:23.008 INFO O| Aug 30 18:59:23.008 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-08-30T18:59:24.810Z[ host-image] Aug 30 18:59:23.012 INFO O| Aug 30 18:59:23.012 INFO O| Planning: Checking for conflicting actions ... Done
62772024-08-30T18:59:24.812Z[ host-image] Aug 30 18:59:23.014 INFO O| Aug 30 18:59:23.014 INFO O| Planning: Consolidating action changes ... Done
62782024-08-30T18:59:24.826Z[ recovery-image] Aug 30 18:59:23.028 INFO O| Aug 30 18:59:23.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
62792024-08-30T18:59:24.829Z[ recovery-image] Aug 30 18:59:23.031 INFO O| Aug 30 18:59:23.031 INFO STEP 763 (remove_files) COMPLETE
62802024-08-30T18:59:24.829Z[ recovery-image] Aug 30 18:59:23.031 INFO O| Aug 30 18:59:23.031 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-08-30T18:59:24.849Z[ recovery-image] Aug 30 18:59:23.051 INFO O| Aug 30 18:59:23.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
62822024-08-30T18:59:24.849Z[ recovery-image] Aug 30 18:59:23.051 INFO O| Aug 30 18:59:23.051 INFO STEP 764 (remove_files) COMPLETE
62832024-08-30T18:59:24.849Z[ recovery-image] Aug 30 18:59:23.051 INFO O| Aug 30 18:59:23.051 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-08-30T18:59:24.868Z[ recovery-image] Aug 30 18:59:23.070 INFO O| Aug 30 18:59:23.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
62852024-08-30T18:59:24.868Z[ recovery-image] Aug 30 18:59:23.070 INFO O| Aug 30 18:59:23.070 INFO STEP 765 (remove_files) COMPLETE
62862024-08-30T18:59:24.868Z[ recovery-image] Aug 30 18:59:23.070 INFO O| Aug 30 18:59:23.070 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-30T18:59:24.887Z[ recovery-image] Aug 30 18:59:23.088 INFO O| Aug 30 18:59:23.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62882024-08-30T18:59:24.887Z[ recovery-image] Aug 30 18:59:23.088 INFO O| Aug 30 18:59:23.088 INFO STEP 766 (remove_files) COMPLETE
62892024-08-30T18:59:24.887Z[ recovery-image] Aug 30 18:59:23.088 INFO O| Aug 30 18:59:23.088 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-30T18:59:24.907Z[ recovery-image] Aug 30 18:59:23.108 INFO O| Aug 30 18:59:23.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62912024-08-30T18:59:24.907Z[ recovery-image] Aug 30 18:59:23.108 INFO O| Aug 30 18:59:23.108 INFO STEP 767 (remove_files) COMPLETE
62922024-08-30T18:59:24.907Z[ recovery-image] Aug 30 18:59:23.108 INFO O| Aug 30 18:59:23.108 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-08-30T18:59:24.927Z[ recovery-image] Aug 30 18:59:23.128 INFO O| Aug 30 18:59:23.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62942024-08-30T18:59:24.927Z[ recovery-image] Aug 30 18:59:23.129 INFO O| Aug 30 18:59:23.128 INFO STEP 768 (remove_files) COMPLETE
62952024-08-30T18:59:24.927Z[ recovery-image] Aug 30 18:59:23.129 INFO O| Aug 30 18:59:23.129 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-08-30T18:59:24.947Z[ recovery-image] Aug 30 18:59:23.149 INFO O| Aug 30 18:59:23.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62972024-08-30T18:59:24.950Z[ recovery-image] Aug 30 18:59:23.149 INFO O| Aug 30 18:59:23.149 INFO STEP 769 (remove_files) COMPLETE
62982024-08-30T18:59:24.950Z[ recovery-image] Aug 30 18:59:23.150 INFO O| Aug 30 18:59:23.150 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-08-30T18:59:25.007Z[ recovery-image] Aug 30 18:59:23.209 INFO O| Aug 30 18:59:23.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63002024-08-30T18:59:25.007Z[ recovery-image] Aug 30 18:59:23.209 INFO O| Aug 30 18:59:23.209 INFO STEP 770 (remove_files) COMPLETE
63012024-08-30T18:59:25.007Z[ recovery-image] Aug 30 18:59:23.209 INFO O| Aug 30 18:59:23.209 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-08-30T18:59:25.027Z[ recovery-image] Aug 30 18:59:23.229 INFO O| Aug 30 18:59:23.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63032024-08-30T18:59:25.027Z[ recovery-image] Aug 30 18:59:23.229 INFO O| Aug 30 18:59:23.229 INFO STEP 771 (remove_files) COMPLETE
63042024-08-30T18:59:25.027Z[ recovery-image] Aug 30 18:59:23.229 INFO O| Aug 30 18:59:23.229 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-08-30T18:59:25.046Z[ recovery-image] Aug 30 18:59:23.248 INFO O| Aug 30 18:59:23.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63062024-08-30T18:59:25.046Z[ recovery-image] Aug 30 18:59:23.248 INFO O| Aug 30 18:59:23.248 INFO STEP 772 (remove_files) COMPLETE
63072024-08-30T18:59:25.046Z[ recovery-image] Aug 30 18:59:23.248 INFO O| Aug 30 18:59:23.248 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-08-30T18:59:25.065Z[ recovery-image] Aug 30 18:59:23.267 INFO O| Aug 30 18:59:23.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63092024-08-30T18:59:25.065Z[ recovery-image] Aug 30 18:59:23.267 INFO O| Aug 30 18:59:23.267 INFO STEP 773 (remove_files) COMPLETE
63102024-08-30T18:59:25.065Z[ recovery-image] Aug 30 18:59:23.267 INFO O| Aug 30 18:59:23.267 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-08-30T18:59:25.085Z[ recovery-image] Aug 30 18:59:23.286 INFO O| Aug 30 18:59:23.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63122024-08-30T18:59:25.085Z[ recovery-image] Aug 30 18:59:23.286 INFO O| Aug 30 18:59:23.286 INFO STEP 774 (remove_files) COMPLETE
63132024-08-30T18:59:25.085Z[ recovery-image] Aug 30 18:59:23.286 INFO O| Aug 30 18:59:23.286 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-08-30T18:59:25.104Z[ recovery-image] Aug 30 18:59:23.306 INFO O| Aug 30 18:59:23.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63152024-08-30T18:59:25.104Z[ recovery-image] Aug 30 18:59:23.306 INFO O| Aug 30 18:59:23.306 INFO STEP 775 (remove_files) COMPLETE
63162024-08-30T18:59:25.104Z[ recovery-image] Aug 30 18:59:23.306 INFO O| Aug 30 18:59:23.306 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-08-30T18:59:25.125Z[ recovery-image] Aug 30 18:59:23.326 INFO O| Aug 30 18:59:23.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63182024-08-30T18:59:25.125Z[ recovery-image] Aug 30 18:59:23.326 INFO O| Aug 30 18:59:23.326 INFO STEP 776 (remove_files) COMPLETE
63192024-08-30T18:59:25.127Z[ recovery-image] Aug 30 18:59:23.327 INFO O| Aug 30 18:59:23.326 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-08-30T18:59:25.161Z[ recovery-image] Aug 30 18:59:23.362 INFO O| Aug 30 18:59:23.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63212024-08-30T18:59:25.163Z[ recovery-image] Aug 30 18:59:23.362 INFO O| Aug 30 18:59:23.362 INFO STEP 777 (remove_files) COMPLETE
63222024-08-30T18:59:25.163Z[ recovery-image] Aug 30 18:59:23.363 INFO O| Aug 30 18:59:23.362 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-08-30T18:59:25.184Z[ recovery-image] Aug 30 18:59:23.385 INFO O| Aug 30 18:59:23.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63242024-08-30T18:59:25.209Z[ recovery-image] Aug 30 18:59:23.411 INFO O| Aug 30 18:59:23.411 INFO STEP 778 (remove_files) COMPLETE
63252024-08-30T18:59:25.209Z[ recovery-image] Aug 30 18:59:23.411 INFO O| Aug 30 18:59:23.411 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-08-30T18:59:25.224Z[ host-image] Aug 30 18:59:23.426 INFO O| Aug 30 18:59:23.426 INFO O| Planning: Evaluating mediators ... Done
63272024-08-30T18:59:25.227Z[ host-image] Aug 30 18:59:23.428 INFO O| Aug 30 18:59:23.428 INFO O| Planning: Planning completed in 4.57 seconds
63282024-08-30T18:59:25.238Z[ host-image] Aug 30 18:59:23.430 INFO O| Aug 30 18:59:23.430 INFO O| Packages to install: 4
63292024-08-30T18:59:25.238Z[ host-image] Aug 30 18:59:23.431 INFO O| Aug 30 18:59:23.430 INFO O| Services to change: 2
63302024-08-30T18:59:25.240Z[ recovery-image] Aug 30 18:59:23.435 INFO O| Aug 30 18:59:23.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63312024-08-30T18:59:25.240Z[ recovery-image] Aug 30 18:59:23.435 INFO O| Aug 30 18:59:23.435 INFO STEP 779 (remove_files) COMPLETE
63322024-08-30T18:59:25.240Z[ recovery-image] Aug 30 18:59:23.435 INFO O| Aug 30 18:59:23.435 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-08-30T18:59:25.248Z[ host-image] Aug 30 18:59:23.449 INFO O| Aug 30 18:59:23.449 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
63342024-08-30T18:59:25.256Z[ recovery-image] Aug 30 18:59:23.458 INFO O| Aug 30 18:59:23.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63352024-08-30T18:59:25.259Z[ recovery-image] Aug 30 18:59:23.458 INFO O| Aug 30 18:59:23.458 INFO STEP 780 (remove_files) COMPLETE
63362024-08-30T18:59:25.259Z[ recovery-image] Aug 30 18:59:23.459 INFO O| Aug 30 18:59:23.458 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-08-30T18:59:25.278Z[ recovery-image] Aug 30 18:59:23.480 INFO O| Aug 30 18:59:23.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63382024-08-30T18:59:25.280Z[ recovery-image] Aug 30 18:59:23.480 INFO O| Aug 30 18:59:23.480 INFO STEP 781 (remove_files) COMPLETE
63392024-08-30T18:59:25.280Z[ recovery-image] Aug 30 18:59:23.480 INFO O| Aug 30 18:59:23.480 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-08-30T18:59:25.298Z[ recovery-image] Aug 30 18:59:23.500 INFO O| Aug 30 18:59:23.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63412024-08-30T18:59:25.298Z[ recovery-image] Aug 30 18:59:23.500 INFO O| Aug 30 18:59:23.500 INFO STEP 782 (remove_files) COMPLETE
63422024-08-30T18:59:25.301Z[ recovery-image] Aug 30 18:59:23.500 INFO O| Aug 30 18:59:23.500 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-08-30T18:59:25.317Z[ recovery-image] Aug 30 18:59:23.519 INFO O| Aug 30 18:59:23.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63442024-08-30T18:59:25.319Z[ recovery-image] Aug 30 18:59:23.519 INFO O| Aug 30 18:59:23.519 INFO STEP 783 (remove_files) COMPLETE
63452024-08-30T18:59:25.319Z[ recovery-image] Aug 30 18:59:23.519 INFO O| Aug 30 18:59:23.519 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-08-30T18:59:25.391Z[ recovery-image] Aug 30 18:59:23.593 INFO O| Aug 30 18:59:23.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63472024-08-30T18:59:25.394Z[ recovery-image] Aug 30 18:59:23.593 INFO O| Aug 30 18:59:23.593 INFO STEP 784 (remove_files) COMPLETE
63482024-08-30T18:59:25.394Z[ recovery-image] Aug 30 18:59:23.593 INFO O| Aug 30 18:59:23.593 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-08-30T18:59:25.414Z[ recovery-image] Aug 30 18:59:23.615 INFO O| Aug 30 18:59:23.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63502024-08-30T18:59:25.416Z[ recovery-image] Aug 30 18:59:23.616 INFO O| Aug 30 18:59:23.616 INFO STEP 785 (remove_files) COMPLETE
63512024-08-30T18:59:25.416Z[ recovery-image] Aug 30 18:59:23.616 INFO O| Aug 30 18:59:23.616 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-08-30T18:59:25.436Z[ recovery-image] Aug 30 18:59:23.637 INFO O| Aug 30 18:59:23.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63532024-08-30T18:59:25.438Z[ recovery-image] Aug 30 18:59:23.638 INFO O| Aug 30 18:59:23.637 INFO STEP 786 (remove_files) COMPLETE
63542024-08-30T18:59:25.438Z[ recovery-image] Aug 30 18:59:23.638 INFO O| Aug 30 18:59:23.638 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-08-30T18:59:25.457Z[ recovery-image] Aug 30 18:59:23.659 INFO O| Aug 30 18:59:23.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63562024-08-30T18:59:25.460Z[ recovery-image] Aug 30 18:59:23.659 INFO O| Aug 30 18:59:23.659 INFO STEP 787 (remove_files) COMPLETE
63572024-08-30T18:59:25.460Z[ recovery-image] Aug 30 18:59:23.660 INFO O| Aug 30 18:59:23.659 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-08-30T18:59:25.478Z[ recovery-image] Aug 30 18:59:23.680 INFO O| Aug 30 18:59:23.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
63592024-08-30T18:59:25.481Z[ recovery-image] Aug 30 18:59:23.680 INFO O| Aug 30 18:59:23.680 INFO STEP 788 (remove_files) COMPLETE
63602024-08-30T18:59:25.481Z[ recovery-image] Aug 30 18:59:23.680 INFO O| Aug 30 18:59:23.680 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-08-30T18:59:25.500Z[ recovery-image] Aug 30 18:59:23.701 INFO O| Aug 30 18:59:23.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
63622024-08-30T18:59:25.502Z[ recovery-image] Aug 30 18:59:23.702 INFO O| Aug 30 18:59:23.702 INFO STEP 789 (remove_files) COMPLETE
63632024-08-30T18:59:25.502Z[ recovery-image] Aug 30 18:59:23.702 INFO O| Aug 30 18:59:23.702 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-08-30T18:59:25.521Z[ recovery-image] Aug 30 18:59:23.722 INFO O| Aug 30 18:59:23.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
63652024-08-30T18:59:25.521Z[ recovery-image] Aug 30 18:59:23.722 INFO O| Aug 30 18:59:23.722 INFO STEP 790 (remove_files) COMPLETE
63662024-08-30T18:59:25.521Z[ recovery-image] Aug 30 18:59:23.722 INFO O| Aug 30 18:59:23.722 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-08-30T18:59:25.541Z[ recovery-image] Aug 30 18:59:23.742 INFO O| Aug 30 18:59:23.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
63682024-08-30T18:59:25.541Z[ recovery-image] Aug 30 18:59:23.742 INFO O| Aug 30 18:59:23.742 INFO STEP 791 (remove_files) COMPLETE
63692024-08-30T18:59:25.541Z[ recovery-image] Aug 30 18:59:23.742 INFO O| Aug 30 18:59:23.742 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-08-30T18:59:25.561Z[ recovery-image] Aug 30 18:59:23.762 INFO O| Aug 30 18:59:23.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
63712024-08-30T18:59:25.561Z[ recovery-image] Aug 30 18:59:23.763 INFO O| Aug 30 18:59:23.763 INFO STEP 792 (remove_files) COMPLETE
63722024-08-30T18:59:25.561Z[ recovery-image] Aug 30 18:59:23.763 INFO O| Aug 30 18:59:23.763 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-08-30T18:59:25.600Z[ recovery-image] Aug 30 18:59:23.801 INFO O| Aug 30 18:59:23.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
63742024-08-30T18:59:25.600Z[ recovery-image] Aug 30 18:59:23.801 INFO O| Aug 30 18:59:23.801 INFO STEP 793 (remove_files) COMPLETE
63752024-08-30T18:59:25.600Z[ recovery-image] Aug 30 18:59:23.801 INFO O| Aug 30 18:59:23.801 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-08-30T18:59:25.640Z[ recovery-image] Aug 30 18:59:23.841 INFO O| Aug 30 18:59:23.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
63772024-08-30T18:59:25.640Z[ recovery-image] Aug 30 18:59:23.841 INFO O| Aug 30 18:59:23.841 INFO STEP 794 (remove_files) COMPLETE
63782024-08-30T18:59:25.640Z[ recovery-image] Aug 30 18:59:23.841 INFO O| Aug 30 18:59:23.841 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-08-30T18:59:25.680Z[ recovery-image] Aug 30 18:59:23.881 INFO O| Aug 30 18:59:23.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
63802024-08-30T18:59:25.680Z[ recovery-image] Aug 30 18:59:23.882 INFO O| Aug 30 18:59:23.882 INFO STEP 795 (remove_files) COMPLETE
63812024-08-30T18:59:25.681Z[ recovery-image] Aug 30 18:59:23.882 INFO O| Aug 30 18:59:23.882 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-08-30T18:59:25.698Z[ recovery-image] Aug 30 18:59:23.900 INFO O| Aug 30 18:59:23.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
63832024-08-30T18:59:25.698Z[ recovery-image] Aug 30 18:59:23.900 INFO O| Aug 30 18:59:23.900 INFO STEP 796 (remove_files) COMPLETE
63842024-08-30T18:59:25.701Z[ recovery-image] Aug 30 18:59:23.900 INFO O| Aug 30 18:59:23.900 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-08-30T18:59:25.717Z[ recovery-image] Aug 30 18:59:23.919 INFO O| Aug 30 18:59:23.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
63862024-08-30T18:59:25.742Z[ recovery-image] Aug 30 18:59:23.943 INFO O| Aug 30 18:59:23.943 INFO STEP 797 (remove_files) COMPLETE
63872024-08-30T18:59:25.742Z[ recovery-image] Aug 30 18:59:23.943 INFO O| Aug 30 18:59:23.943 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-08-30T18:59:25.805Z[ recovery-image] Aug 30 18:59:24.006 INFO O| Aug 30 18:59:24.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
63892024-08-30T18:59:25.805Z[ recovery-image] Aug 30 18:59:24.006 INFO O| Aug 30 18:59:24.006 INFO STEP 798 (remove_files) COMPLETE
63902024-08-30T18:59:25.805Z[ recovery-image] Aug 30 18:59:24.006 INFO O| Aug 30 18:59:24.006 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-08-30T18:59:25.824Z[ recovery-image] Aug 30 18:59:24.026 INFO O| Aug 30 18:59:24.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
63922024-08-30T18:59:25.824Z[ recovery-image] Aug 30 18:59:24.026 INFO O| Aug 30 18:59:24.026 INFO STEP 799 (remove_files) COMPLETE
63932024-08-30T18:59:25.824Z[ recovery-image] Aug 30 18:59:24.026 INFO O| Aug 30 18:59:24.026 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-08-30T18:59:25.845Z[ recovery-image] Aug 30 18:59:24.047 INFO O| Aug 30 18:59:24.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63952024-08-30T18:59:25.845Z[ recovery-image] Aug 30 18:59:24.047 INFO O| Aug 30 18:59:24.047 INFO STEP 800 (remove_files) COMPLETE
63962024-08-30T18:59:25.845Z[ recovery-image] Aug 30 18:59:24.047 INFO O| Aug 30 18:59:24.047 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-08-30T18:59:25.864Z[ recovery-image] Aug 30 18:59:24.065 INFO O| Aug 30 18:59:24.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63982024-08-30T18:59:25.864Z[ recovery-image] Aug 30 18:59:24.065 INFO O| Aug 30 18:59:24.065 INFO STEP 801 (remove_files) COMPLETE
63992024-08-30T18:59:25.864Z[ recovery-image] Aug 30 18:59:24.065 INFO O| Aug 30 18:59:24.065 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-08-30T18:59:25.881Z[ recovery-image] Aug 30 18:59:24.083 INFO O| Aug 30 18:59:24.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64012024-08-30T18:59:25.881Z[ recovery-image] Aug 30 18:59:24.083 INFO O| Aug 30 18:59:24.083 INFO STEP 802 (remove_files) COMPLETE
64022024-08-30T18:59:25.884Z[ recovery-image] Aug 30 18:59:24.083 INFO O| Aug 30 18:59:24.083 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-08-30T18:59:25.901Z[ recovery-image] Aug 30 18:59:24.102 INFO O| Aug 30 18:59:24.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64042024-08-30T18:59:25.901Z[ recovery-image] Aug 30 18:59:24.102 INFO O| Aug 30 18:59:24.102 INFO STEP 803 (remove_files) COMPLETE
64052024-08-30T18:59:25.901Z[ recovery-image] Aug 30 18:59:24.102 INFO O| Aug 30 18:59:24.102 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-08-30T18:59:25.920Z[ recovery-image] Aug 30 18:59:24.122 INFO O| Aug 30 18:59:24.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64072024-08-30T18:59:25.922Z[ recovery-image] Aug 30 18:59:24.122 INFO O| Aug 30 18:59:24.122 INFO STEP 804 (remove_files) COMPLETE
64082024-08-30T18:59:25.922Z[ recovery-image] Aug 30 18:59:24.122 INFO O| Aug 30 18:59:24.122 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-08-30T18:59:25.954Z[ recovery-image] Aug 30 18:59:24.156 INFO O| Aug 30 18:59:24.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64102024-08-30T18:59:25.954Z[ recovery-image] Aug 30 18:59:24.156 INFO O| Aug 30 18:59:24.156 INFO STEP 805 (remove_files) COMPLETE
64112024-08-30T18:59:25.954Z[ recovery-image] Aug 30 18:59:24.156 INFO O| Aug 30 18:59:24.156 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-08-30T18:59:25.980Z[ recovery-image] Aug 30 18:59:24.182 INFO O| Aug 30 18:59:24.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64132024-08-30T18:59:25.980Z[ recovery-image] Aug 30 18:59:24.182 INFO O| Aug 30 18:59:24.182 INFO STEP 806 (remove_files) COMPLETE
64142024-08-30T18:59:25.980Z[ recovery-image] Aug 30 18:59:24.182 INFO O| Aug 30 18:59:24.182 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-08-30T18:59:26.018Z[ recovery-image] Aug 30 18:59:24.218 INFO O| Aug 30 18:59:24.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64162024-08-30T18:59:26.018Z[ recovery-image] Aug 30 18:59:24.219 INFO O| Aug 30 18:59:24.219 INFO STEP 807 (remove_files) COMPLETE
64172024-08-30T18:59:26.018Z[ recovery-image] Aug 30 18:59:24.219 INFO O| Aug 30 18:59:24.219 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-08-30T18:59:26.059Z[ recovery-image] Aug 30 18:59:24.260 INFO O| Aug 30 18:59:24.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64192024-08-30T18:59:26.059Z[ recovery-image] Aug 30 18:59:24.260 INFO O| Aug 30 18:59:24.260 INFO STEP 808 (remove_files) COMPLETE
64202024-08-30T18:59:26.061Z[ recovery-image] Aug 30 18:59:24.260 INFO O| Aug 30 18:59:24.260 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-08-30T18:59:26.119Z[ recovery-image] Aug 30 18:59:24.320 INFO O| Aug 30 18:59:24.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64222024-08-30T18:59:26.119Z[ recovery-image] Aug 30 18:59:24.321 INFO O| Aug 30 18:59:24.321 INFO STEP 809 (remove_files) COMPLETE
64232024-08-30T18:59:26.119Z[ recovery-image] Aug 30 18:59:24.321 INFO O| Aug 30 18:59:24.321 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-08-30T18:59:26.140Z[ recovery-image] Aug 30 18:59:24.342 INFO O| Aug 30 18:59:24.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64252024-08-30T18:59:26.142Z[ recovery-image] Aug 30 18:59:24.342 INFO O| Aug 30 18:59:24.342 INFO STEP 810 (remove_files) COMPLETE
64262024-08-30T18:59:26.142Z[ recovery-image] Aug 30 18:59:24.342 INFO O| Aug 30 18:59:24.342 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-08-30T18:59:26.160Z[ recovery-image] Aug 30 18:59:24.362 INFO O| Aug 30 18:59:24.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64282024-08-30T18:59:26.160Z[ recovery-image] Aug 30 18:59:24.362 INFO O| Aug 30 18:59:24.362 INFO STEP 811 (remove_files) COMPLETE
64292024-08-30T18:59:26.160Z[ recovery-image] Aug 30 18:59:24.362 INFO O| Aug 30 18:59:24.362 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-08-30T18:59:26.180Z[ recovery-image] Aug 30 18:59:24.382 INFO O| Aug 30 18:59:24.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64312024-08-30T18:59:26.180Z[ recovery-image] Aug 30 18:59:24.382 INFO O| Aug 30 18:59:24.382 INFO STEP 812 (remove_files) COMPLETE
64322024-08-30T18:59:26.180Z[ recovery-image] Aug 30 18:59:24.382 INFO O| Aug 30 18:59:24.382 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-08-30T18:59:26.199Z[ recovery-image] Aug 30 18:59:24.401 INFO O| Aug 30 18:59:24.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64342024-08-30T18:59:26.199Z[ recovery-image] Aug 30 18:59:24.401 INFO O| Aug 30 18:59:24.401 INFO STEP 813 (remove_files) COMPLETE
64352024-08-30T18:59:26.202Z[ recovery-image] Aug 30 18:59:24.401 INFO O| Aug 30 18:59:24.401 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-08-30T18:59:26.220Z[ recovery-image] Aug 30 18:59:24.422 INFO O| Aug 30 18:59:24.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64372024-08-30T18:59:26.220Z[ recovery-image] Aug 30 18:59:24.422 INFO O| Aug 30 18:59:24.422 INFO STEP 814 (remove_files) COMPLETE
64382024-08-30T18:59:26.220Z[ recovery-image] Aug 30 18:59:24.422 INFO O| Aug 30 18:59:24.422 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-08-30T18:59:26.239Z[ recovery-image] Aug 30 18:59:24.441 INFO O| Aug 30 18:59:24.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64402024-08-30T18:59:26.239Z[ recovery-image] Aug 30 18:59:24.441 INFO O| Aug 30 18:59:24.441 INFO STEP 815 (remove_files) COMPLETE
64412024-08-30T18:59:26.239Z[ recovery-image] Aug 30 18:59:24.441 INFO O| Aug 30 18:59:24.441 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-08-30T18:59:26.259Z[ recovery-image] Aug 30 18:59:24.461 INFO O| Aug 30 18:59:24.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64432024-08-30T18:59:26.259Z[ recovery-image] Aug 30 18:59:24.461 INFO O| Aug 30 18:59:24.461 INFO STEP 816 (remove_files) COMPLETE
64442024-08-30T18:59:26.259Z[ recovery-image] Aug 30 18:59:24.461 INFO O| Aug 30 18:59:24.461 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-08-30T18:59:26.277Z[ recovery-image] Aug 30 18:59:24.479 INFO O| Aug 30 18:59:24.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64462024-08-30T18:59:26.277Z[ recovery-image] Aug 30 18:59:24.479 INFO O| Aug 30 18:59:24.479 INFO STEP 817 (remove_files) COMPLETE
64472024-08-30T18:59:26.280Z[ recovery-image] Aug 30 18:59:24.479 INFO O| Aug 30 18:59:24.479 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-08-30T18:59:26.296Z[ recovery-image] Aug 30 18:59:24.498 INFO O| Aug 30 18:59:24.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64492024-08-30T18:59:26.296Z[ recovery-image] Aug 30 18:59:24.498 INFO O| Aug 30 18:59:24.498 INFO STEP 818 (remove_files) COMPLETE
64502024-08-30T18:59:26.299Z[ recovery-image] Aug 30 18:59:24.498 INFO O| Aug 30 18:59:24.498 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-08-30T18:59:26.316Z[ recovery-image] Aug 30 18:59:24.518 INFO O| Aug 30 18:59:24.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64522024-08-30T18:59:26.316Z[ recovery-image] Aug 30 18:59:24.518 INFO O| Aug 30 18:59:24.518 INFO STEP 819 (remove_files) COMPLETE
64532024-08-30T18:59:26.319Z[ recovery-image] Aug 30 18:59:24.518 INFO O| Aug 30 18:59:24.518 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-08-30T18:59:26.343Z[ recovery-image] Aug 30 18:59:24.544 INFO O| Aug 30 18:59:24.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64552024-08-30T18:59:26.345Z[ recovery-image] Aug 30 18:59:24.544 INFO O| Aug 30 18:59:24.544 INFO STEP 820 (remove_files) COMPLETE
64562024-08-30T18:59:26.345Z[ recovery-image] Aug 30 18:59:24.545 INFO O| Aug 30 18:59:24.544 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-08-30T18:59:26.363Z[ recovery-image] Aug 30 18:59:24.565 INFO O| Aug 30 18:59:24.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
64582024-08-30T18:59:26.366Z[ recovery-image] Aug 30 18:59:24.565 INFO O| Aug 30 18:59:24.565 INFO STEP 821 (remove_files) COMPLETE
64592024-08-30T18:59:26.366Z[ recovery-image] Aug 30 18:59:24.565 INFO O| Aug 30 18:59:24.565 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-08-30T18:59:26.382Z[ recovery-image] Aug 30 18:59:24.583 INFO O| Aug 30 18:59:24.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
64612024-08-30T18:59:26.384Z[ recovery-image] Aug 30 18:59:24.584 INFO O| Aug 30 18:59:24.584 INFO STEP 822 (remove_files) COMPLETE
64622024-08-30T18:59:26.384Z[ recovery-image] Aug 30 18:59:24.584 INFO O| Aug 30 18:59:24.584 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-08-30T18:59:26.401Z[ recovery-image] Aug 30 18:59:24.602 INFO O| Aug 30 18:59:24.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
64642024-08-30T18:59:26.403Z[ recovery-image] Aug 30 18:59:24.602 INFO O| Aug 30 18:59:24.602 INFO STEP 823 (remove_files) COMPLETE
64652024-08-30T18:59:26.403Z[ recovery-image] Aug 30 18:59:24.603 INFO O| Aug 30 18:59:24.603 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-08-30T18:59:26.419Z[ recovery-image] Aug 30 18:59:24.621 INFO O| Aug 30 18:59:24.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
64672024-08-30T18:59:26.421Z[ recovery-image] Aug 30 18:59:24.621 INFO O| Aug 30 18:59:24.621 INFO STEP 824 (remove_files) COMPLETE
64682024-08-30T18:59:26.421Z[ recovery-image] Aug 30 18:59:24.621 INFO O| Aug 30 18:59:24.621 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-08-30T18:59:26.430Z[ host-image] Aug 30 18:59:24.631 INFO O| Aug 30 18:59:24.631 INFO O| Download: Completed 1.39 MB in 1.18 seconds (1.2M/s)
64702024-08-30T18:59:26.437Z[ recovery-image] Aug 30 18:59:24.638 INFO O| Aug 30 18:59:24.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
64712024-08-30T18:59:26.439Z[ recovery-image] Aug 30 18:59:24.639 INFO O| Aug 30 18:59:24.639 INFO STEP 825 (remove_files) COMPLETE
64722024-08-30T18:59:26.439Z[ recovery-image] Aug 30 18:59:24.639 INFO O| Aug 30 18:59:24.639 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-08-30T18:59:26.495Z[ recovery-image] Aug 30 18:59:24.697 INFO O| Aug 30 18:59:24.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
64742024-08-30T18:59:26.498Z[ recovery-image] Aug 30 18:59:24.697 INFO O| Aug 30 18:59:24.697 INFO STEP 826 (remove_files) COMPLETE
64752024-08-30T18:59:26.498Z[ recovery-image] Aug 30 18:59:24.697 INFO O| Aug 30 18:59:24.697 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-08-30T18:59:26.548Z[ host-image] Aug 30 18:59:24.750 INFO O| Aug 30 18:59:24.750 INFO O| Actions: 1/238 actions (Installing new actions)
64772024-08-30T18:59:26.626Z[ recovery-image] Aug 30 18:59:24.828 INFO O| Aug 30 18:59:24.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
64782024-08-30T18:59:26.626Z[ recovery-image] Aug 30 18:59:24.828 INFO O| Aug 30 18:59:24.828 INFO STEP 827 (remove_files) COMPLETE
64792024-08-30T18:59:26.629Z[ recovery-image] Aug 30 18:59:24.828 INFO O| Aug 30 18:59:24.828 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-08-30T18:59:26.668Z[ recovery-image] Aug 30 18:59:24.870 INFO O| Aug 30 18:59:24.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
64812024-08-30T18:59:26.668Z[ recovery-image] Aug 30 18:59:24.870 INFO O| Aug 30 18:59:24.870 INFO STEP 828 (remove_files) COMPLETE
64822024-08-30T18:59:26.671Z[ recovery-image] Aug 30 18:59:24.870 INFO O| Aug 30 18:59:24.870 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-08-30T18:59:26.706Z[ recovery-image] Aug 30 18:59:24.907 INFO O| Aug 30 18:59:24.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
64842024-08-30T18:59:26.706Z[ recovery-image] Aug 30 18:59:24.907 INFO O| Aug 30 18:59:24.907 INFO STEP 829 (remove_files) COMPLETE
64852024-08-30T18:59:26.706Z[ recovery-image] Aug 30 18:59:24.907 INFO O| Aug 30 18:59:24.907 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-08-30T18:59:26.732Z[ recovery-image] Aug 30 18:59:24.934 INFO O| Aug 30 18:59:24.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
64872024-08-30T18:59:26.732Z[ recovery-image] Aug 30 18:59:24.934 INFO O| Aug 30 18:59:24.934 INFO STEP 830 (remove_files) COMPLETE
64882024-08-30T18:59:26.735Z[ recovery-image] Aug 30 18:59:24.934 INFO O| Aug 30 18:59:24.934 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-08-30T18:59:26.770Z[ recovery-image] Aug 30 18:59:24.972 INFO O| Aug 30 18:59:24.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
64902024-08-30T18:59:26.773Z[ recovery-image] Aug 30 18:59:24.972 INFO O| Aug 30 18:59:24.972 INFO STEP 831 (remove_files) COMPLETE
64912024-08-30T18:59:26.773Z[ recovery-image] Aug 30 18:59:24.972 INFO O| Aug 30 18:59:24.972 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-08-30T18:59:26.809Z[ recovery-image] Aug 30 18:59:25.011 INFO O| Aug 30 18:59:25.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
64932024-08-30T18:59:26.809Z[ recovery-image] Aug 30 18:59:25.011 INFO O| Aug 30 18:59:25.011 INFO STEP 832 (remove_files) COMPLETE
64942024-08-30T18:59:26.809Z[ recovery-image] Aug 30 18:59:25.011 INFO O| Aug 30 18:59:25.011 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-08-30T18:59:26.830Z[ recovery-image] Aug 30 18:59:25.031 INFO O| Aug 30 18:59:25.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64962024-08-30T18:59:26.830Z[ recovery-image] Aug 30 18:59:25.032 INFO O| Aug 30 18:59:25.031 INFO STEP 833 (remove_files) COMPLETE
64972024-08-30T18:59:26.830Z[ recovery-image] Aug 30 18:59:25.032 INFO O| Aug 30 18:59:25.032 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-08-30T18:59:26.850Z[ recovery-image] Aug 30 18:59:25.052 INFO O| Aug 30 18:59:25.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
64992024-08-30T18:59:26.850Z[ recovery-image] Aug 30 18:59:25.052 INFO O| Aug 30 18:59:25.052 INFO STEP 834 (remove_files) COMPLETE
65002024-08-30T18:59:26.853Z[ recovery-image] Aug 30 18:59:25.052 INFO O| Aug 30 18:59:25.052 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-08-30T18:59:26.871Z[ recovery-image] Aug 30 18:59:25.073 INFO O| Aug 30 18:59:25.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65022024-08-30T18:59:26.871Z[ recovery-image] Aug 30 18:59:25.073 INFO O| Aug 30 18:59:25.073 INFO STEP 835 (remove_files) COMPLETE
65032024-08-30T18:59:26.871Z[ recovery-image] Aug 30 18:59:25.073 INFO O| Aug 30 18:59:25.073 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-08-30T18:59:26.891Z[ recovery-image] Aug 30 18:59:25.093 INFO O| Aug 30 18:59:25.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65052024-08-30T18:59:26.891Z[ recovery-image] Aug 30 18:59:25.093 INFO O| Aug 30 18:59:25.093 INFO STEP 836 (remove_files) COMPLETE
65062024-08-30T18:59:26.891Z[ recovery-image] Aug 30 18:59:25.093 INFO O| Aug 30 18:59:25.093 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-08-30T18:59:26.907Z[ host-image] Aug 30 18:59:25.108 INFO O| Aug 30 18:59:25.108 INFO O| Actions: Completed 238 actions in 0.36 seconds.
65082024-08-30T18:59:26.915Z[ recovery-image] Aug 30 18:59:25.117 INFO O| Aug 30 18:59:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65092024-08-30T18:59:26.915Z[ recovery-image] Aug 30 18:59:25.117 INFO O| Aug 30 18:59:25.117 INFO STEP 837 (remove_files) COMPLETE
65102024-08-30T18:59:26.915Z[ recovery-image] Aug 30 18:59:25.117 INFO O| Aug 30 18:59:25.117 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-08-30T18:59:26.939Z[ recovery-image] Aug 30 18:59:25.141 INFO O| Aug 30 18:59:25.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65122024-08-30T18:59:26.939Z[ recovery-image] Aug 30 18:59:25.141 INFO O| Aug 30 18:59:25.141 INFO STEP 838 (remove_files) COMPLETE
65132024-08-30T18:59:26.939Z[ recovery-image] Aug 30 18:59:25.141 INFO O| Aug 30 18:59:25.141 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-08-30T18:59:26.979Z[ recovery-image] Aug 30 18:59:25.180 INFO O| Aug 30 18:59:25.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65152024-08-30T18:59:26.979Z[ recovery-image] Aug 30 18:59:25.180 INFO O| Aug 30 18:59:25.180 INFO STEP 839 (remove_files) COMPLETE
65162024-08-30T18:59:26.979Z[ recovery-image] Aug 30 18:59:25.180 INFO O| Aug 30 18:59:25.180 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-08-30T18:59:27.004Z[ recovery-image] Aug 30 18:59:25.205 INFO O| Aug 30 18:59:25.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65182024-08-30T18:59:27.004Z[ recovery-image] Aug 30 18:59:25.205 INFO O| Aug 30 18:59:25.205 INFO STEP 840 (remove_files) COMPLETE
65192024-08-30T18:59:27.004Z[ recovery-image] Aug 30 18:59:25.205 INFO O| Aug 30 18:59:25.205 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-08-30T18:59:27.042Z[ recovery-image] Aug 30 18:59:25.244 INFO O| Aug 30 18:59:25.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65212024-08-30T18:59:27.042Z[ recovery-image] Aug 30 18:59:25.244 INFO O| Aug 30 18:59:25.244 INFO STEP 841 (remove_files) COMPLETE
65222024-08-30T18:59:27.045Z[ recovery-image] Aug 30 18:59:25.244 INFO O| Aug 30 18:59:25.244 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-08-30T18:59:27.106Z[ recovery-image] Aug 30 18:59:25.308 INFO O| Aug 30 18:59:25.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65242024-08-30T18:59:27.109Z[ recovery-image] Aug 30 18:59:25.308 INFO O| Aug 30 18:59:25.308 INFO STEP 842 (remove_files) COMPLETE
65252024-08-30T18:59:27.109Z[ recovery-image] Aug 30 18:59:25.308 INFO O| Aug 30 18:59:25.308 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-08-30T18:59:27.147Z[ recovery-image] Aug 30 18:59:25.349 INFO O| Aug 30 18:59:25.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65272024-08-30T18:59:27.147Z[ recovery-image] Aug 30 18:59:25.349 INFO O| Aug 30 18:59:25.349 INFO STEP 843 (remove_files) COMPLETE
65282024-08-30T18:59:27.147Z[ recovery-image] Aug 30 18:59:25.349 INFO O| Aug 30 18:59:25.349 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-08-30T18:59:27.168Z[ recovery-image] Aug 30 18:59:25.369 INFO O| Aug 30 18:59:25.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65302024-08-30T18:59:27.168Z[ recovery-image] Aug 30 18:59:25.369 INFO O| Aug 30 18:59:25.369 INFO STEP 844 (remove_files) COMPLETE
65312024-08-30T18:59:27.168Z[ recovery-image] Aug 30 18:59:25.369 INFO O| Aug 30 18:59:25.369 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-08-30T18:59:27.202Z[ recovery-image] Aug 30 18:59:25.403 INFO O| Aug 30 18:59:25.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65332024-08-30T18:59:27.222Z[ recovery-image] Aug 30 18:59:25.424 INFO O| Aug 30 18:59:25.424 INFO STEP 845 (remove_files) COMPLETE
65342024-08-30T18:59:27.222Z[ recovery-image] Aug 30 18:59:25.424 INFO O| Aug 30 18:59:25.424 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-08-30T18:59:27.252Z[ recovery-image] Aug 30 18:59:25.453 INFO O| Aug 30 18:59:25.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65362024-08-30T18:59:27.252Z[ recovery-image] Aug 30 18:59:25.453 INFO O| Aug 30 18:59:25.453 INFO STEP 846 (remove_files) COMPLETE
65372024-08-30T18:59:27.254Z[ recovery-image] Aug 30 18:59:25.453 INFO O| Aug 30 18:59:25.453 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-08-30T18:59:27.276Z[ recovery-image] Aug 30 18:59:25.477 INFO O| Aug 30 18:59:25.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65392024-08-30T18:59:27.276Z[ recovery-image] Aug 30 18:59:25.477 INFO O| Aug 30 18:59:25.477 INFO STEP 847 (remove_files) COMPLETE
65402024-08-30T18:59:27.277Z[ recovery-image] Aug 30 18:59:25.477 INFO O| Aug 30 18:59:25.477 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-08-30T18:59:27.302Z[ host-image] Aug 30 18:59:25.504 INFO O| Aug 30 18:59:25.504 INFO O| Done
65422024-08-30T18:59:27.302Z[ host-image] Aug 30 18:59:25.504 INFO O| Aug 30 18:59:25.504 INFO O| Done
65432024-08-30T18:59:27.317Z[ recovery-image] Aug 30 18:59:25.508 INFO O| Aug 30 18:59:25.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65442024-08-30T18:59:27.317Z[ recovery-image] Aug 30 18:59:25.509 INFO O| Aug 30 18:59:25.509 INFO STEP 848 (remove_files) COMPLETE
65452024-08-30T18:59:27.320Z[ recovery-image] Aug 30 18:59:25.509 INFO O| Aug 30 18:59:25.509 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-08-30T18:59:27.328Z[ recovery-image] Aug 30 18:59:25.529 INFO O| Aug 30 18:59:25.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65472024-08-30T18:59:27.330Z[ recovery-image] Aug 30 18:59:25.530 INFO O| Aug 30 18:59:25.530 INFO STEP 849 (remove_files) COMPLETE
65482024-08-30T18:59:27.330Z[ recovery-image] Aug 30 18:59:25.530 INFO O| Aug 30 18:59:25.530 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-08-30T18:59:27.401Z[ recovery-image] Aug 30 18:59:25.603 INFO O| Aug 30 18:59:25.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65502024-08-30T18:59:27.404Z[ recovery-image] Aug 30 18:59:25.603 INFO O| Aug 30 18:59:25.603 INFO STEP 850 (remove_files) COMPLETE
65512024-08-30T18:59:27.404Z[ recovery-image] Aug 30 18:59:25.603 INFO O| Aug 30 18:59:25.603 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-08-30T18:59:27.422Z[ recovery-image] Aug 30 18:59:25.623 INFO O| Aug 30 18:59:25.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65532024-08-30T18:59:27.424Z[ recovery-image] Aug 30 18:59:25.624 INFO O| Aug 30 18:59:25.624 INFO STEP 851 (remove_files) COMPLETE
65542024-08-30T18:59:27.424Z[ recovery-image] Aug 30 18:59:25.624 INFO O| Aug 30 18:59:25.624 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-08-30T18:59:27.440Z[ recovery-image] Aug 30 18:59:25.641 INFO O| Aug 30 18:59:25.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65562024-08-30T18:59:27.442Z[ recovery-image] Aug 30 18:59:25.642 INFO O| Aug 30 18:59:25.642 INFO STEP 852 (remove_files) COMPLETE
65572024-08-30T18:59:27.442Z[ recovery-image] Aug 30 18:59:25.642 INFO O| Aug 30 18:59:25.642 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-08-30T18:59:27.459Z[ recovery-image] Aug 30 18:59:25.661 INFO O| Aug 30 18:59:25.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65592024-08-30T18:59:27.462Z[ recovery-image] Aug 30 18:59:25.661 INFO O| Aug 30 18:59:25.661 INFO STEP 853 (remove_files) COMPLETE
65602024-08-30T18:59:27.462Z[ recovery-image] Aug 30 18:59:25.661 INFO O| Aug 30 18:59:25.661 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-08-30T18:59:27.499Z[ recovery-image] Aug 30 18:59:25.701 INFO O| Aug 30 18:59:25.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
65622024-08-30T18:59:27.499Z[ recovery-image] Aug 30 18:59:25.701 INFO O| Aug 30 18:59:25.701 INFO STEP 854 (remove_files) COMPLETE
65632024-08-30T18:59:27.499Z[ recovery-image] Aug 30 18:59:25.701 INFO O| Aug 30 18:59:25.701 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-08-30T18:59:27.521Z[ recovery-image] Aug 30 18:59:25.723 INFO O| Aug 30 18:59:25.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
65652024-08-30T18:59:27.521Z[ recovery-image] Aug 30 18:59:25.723 INFO O| Aug 30 18:59:25.723 INFO STEP 855 (remove_files) COMPLETE
65662024-08-30T18:59:27.521Z[ recovery-image] Aug 30 18:59:25.723 INFO O| Aug 30 18:59:25.723 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-08-30T18:59:27.582Z[ recovery-image] Aug 30 18:59:25.783 INFO O| Aug 30 18:59:25.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
65682024-08-30T18:59:27.582Z[ recovery-image] Aug 30 18:59:25.783 INFO O| Aug 30 18:59:25.783 INFO STEP 856 (remove_files) COMPLETE
65692024-08-30T18:59:27.584Z[ recovery-image] Aug 30 18:59:25.783 INFO O| Aug 30 18:59:25.783 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-08-30T18:59:27.630Z[ recovery-image] Aug 30 18:59:25.831 INFO O| Aug 30 18:59:25.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
65712024-08-30T18:59:27.633Z[ recovery-image] Aug 30 18:59:25.832 INFO O| Aug 30 18:59:25.832 INFO STEP 857 (remove_files) COMPLETE
65722024-08-30T18:59:27.633Z[ recovery-image] Aug 30 18:59:25.832 INFO O| Aug 30 18:59:25.832 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-08-30T18:59:27.651Z[ recovery-image] Aug 30 18:59:25.852 INFO O| Aug 30 18:59:25.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
65742024-08-30T18:59:27.651Z[ recovery-image] Aug 30 18:59:25.852 INFO O| Aug 30 18:59:25.852 INFO STEP 858 (remove_files) COMPLETE
65752024-08-30T18:59:27.653Z[ recovery-image] Aug 30 18:59:25.852 INFO O| Aug 30 18:59:25.852 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-08-30T18:59:27.681Z[ recovery-image] Aug 30 18:59:25.883 INFO O| Aug 30 18:59:25.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
65772024-08-30T18:59:27.682Z[ recovery-image] Aug 30 18:59:25.883 INFO O| Aug 30 18:59:25.883 INFO STEP 859 (remove_files) COMPLETE
65782024-08-30T18:59:27.682Z[ recovery-image] Aug 30 18:59:25.883 INFO O| Aug 30 18:59:25.883 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-08-30T18:59:27.701Z[ recovery-image] Aug 30 18:59:25.902 INFO O| Aug 30 18:59:25.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
65802024-08-30T18:59:27.701Z[ recovery-image] Aug 30 18:59:25.902 INFO O| Aug 30 18:59:25.902 INFO STEP 860 (remove_files) COMPLETE
65812024-08-30T18:59:27.701Z[ recovery-image] Aug 30 18:59:25.902 INFO O| Aug 30 18:59:25.902 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-08-30T18:59:27.720Z[ recovery-image] Aug 30 18:59:25.922 INFO O| Aug 30 18:59:25.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
65832024-08-30T18:59:27.723Z[ recovery-image] Aug 30 18:59:25.922 INFO O| Aug 30 18:59:25.922 INFO STEP 861 (remove_files) COMPLETE
65842024-08-30T18:59:27.723Z[ recovery-image] Aug 30 18:59:25.922 INFO O| Aug 30 18:59:25.922 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-08-30T18:59:27.753Z[ recovery-image] Aug 30 18:59:25.955 INFO O| Aug 30 18:59:25.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
65862024-08-30T18:59:27.756Z[ recovery-image] Aug 30 18:59:25.955 INFO O| Aug 30 18:59:25.955 INFO STEP 862 (remove_files) COMPLETE
65872024-08-30T18:59:27.756Z[ recovery-image] Aug 30 18:59:25.955 INFO O| Aug 30 18:59:25.955 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-08-30T18:59:27.777Z[ recovery-image] Aug 30 18:59:25.978 INFO O| Aug 30 18:59:25.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
65892024-08-30T18:59:27.779Z[ recovery-image] Aug 30 18:59:25.979 INFO O| Aug 30 18:59:25.978 INFO STEP 863 (remove_files) COMPLETE
65902024-08-30T18:59:27.779Z[ recovery-image] Aug 30 18:59:25.979 INFO O| Aug 30 18:59:25.979 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-08-30T18:59:27.795Z[ recovery-image] Aug 30 18:59:25.997 INFO O| Aug 30 18:59:25.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
65922024-08-30T18:59:27.795Z[ recovery-image] Aug 30 18:59:25.997 INFO O| Aug 30 18:59:25.997 INFO STEP 864 (remove_files) COMPLETE
65932024-08-30T18:59:27.795Z[ recovery-image] Aug 30 18:59:25.997 INFO O| Aug 30 18:59:25.997 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-08-30T18:59:27.815Z[ recovery-image] Aug 30 18:59:26.016 INFO O| Aug 30 18:59:26.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65952024-08-30T18:59:27.817Z[ recovery-image] Aug 30 18:59:26.016 INFO O| Aug 30 18:59:26.016 INFO STEP 865 (remove_files) COMPLETE
65962024-08-30T18:59:27.817Z[ recovery-image] Aug 30 18:59:26.016 INFO O| Aug 30 18:59:26.016 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-08-30T18:59:27.833Z[ recovery-image] Aug 30 18:59:26.035 INFO O| Aug 30 18:59:26.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65982024-08-30T18:59:27.833Z[ recovery-image] Aug 30 18:59:26.035 INFO O| Aug 30 18:59:26.035 INFO STEP 866 (remove_files) COMPLETE
65992024-08-30T18:59:27.836Z[ recovery-image] Aug 30 18:59:26.035 INFO O| Aug 30 18:59:26.035 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-08-30T18:59:27.864Z[ recovery-image] Aug 30 18:59:26.066 INFO O| Aug 30 18:59:26.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66012024-08-30T18:59:27.864Z[ recovery-image] Aug 30 18:59:26.066 INFO O| Aug 30 18:59:26.066 INFO STEP 867 (remove_files) COMPLETE
66022024-08-30T18:59:27.864Z[ recovery-image] Aug 30 18:59:26.066 INFO O| Aug 30 18:59:26.066 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-08-30T18:59:27.921Z[ recovery-image] Aug 30 18:59:26.123 INFO O| Aug 30 18:59:26.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66042024-08-30T18:59:27.924Z[ recovery-image] Aug 30 18:59:26.123 INFO O| Aug 30 18:59:26.123 INFO STEP 868 (remove_files) COMPLETE
66052024-08-30T18:59:27.924Z[ recovery-image] Aug 30 18:59:26.123 INFO O| Aug 30 18:59:26.123 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-08-30T18:59:27.940Z[ recovery-image] Aug 30 18:59:26.141 INFO O| Aug 30 18:59:26.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66072024-08-30T18:59:27.940Z[ recovery-image] Aug 30 18:59:26.141 INFO O| Aug 30 18:59:26.141 INFO STEP 869 (remove_files) COMPLETE
66082024-08-30T18:59:27.940Z[ recovery-image] Aug 30 18:59:26.141 INFO O| Aug 30 18:59:26.141 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-08-30T18:59:27.976Z[ recovery-image] Aug 30 18:59:26.178 INFO O| Aug 30 18:59:26.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66102024-08-30T18:59:27.979Z[ recovery-image] Aug 30 18:59:26.178 INFO O| Aug 30 18:59:26.178 INFO STEP 870 (remove_files) COMPLETE
66112024-08-30T18:59:27.979Z[ recovery-image] Aug 30 18:59:26.178 INFO O| Aug 30 18:59:26.178 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-08-30T18:59:28.017Z[ recovery-image] Aug 30 18:59:26.218 INFO O| Aug 30 18:59:26.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66132024-08-30T18:59:28.017Z[ recovery-image] Aug 30 18:59:26.218 INFO O| Aug 30 18:59:26.218 INFO STEP 871 (remove_files) COMPLETE
66142024-08-30T18:59:28.017Z[ recovery-image] Aug 30 18:59:26.218 INFO O| Aug 30 18:59:26.218 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-08-30T18:59:28.035Z[ recovery-image] Aug 30 18:59:26.236 INFO O| Aug 30 18:59:26.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66162024-08-30T18:59:28.035Z[ recovery-image] Aug 30 18:59:26.237 INFO O| Aug 30 18:59:26.237 INFO STEP 872 (remove_files) COMPLETE
66172024-08-30T18:59:28.035Z[ recovery-image] Aug 30 18:59:26.237 INFO O| Aug 30 18:59:26.237 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-08-30T18:59:28.054Z[ host-image] Aug 30 18:59:26.254 INFO O| Aug 30 18:59:26.254 INFO O| Done
66192024-08-30T18:59:28.085Z[ recovery-image] Aug 30 18:59:26.286 INFO O| Aug 30 18:59:26.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66202024-08-30T18:59:28.085Z[ recovery-image] Aug 30 18:59:26.287 INFO O| Aug 30 18:59:26.287 INFO STEP 873 (remove_files) COMPLETE
66212024-08-30T18:59:28.085Z[ recovery-image] Aug 30 18:59:26.287 INFO O| Aug 30 18:59:26.287 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-08-30T18:59:28.117Z[ recovery-image] Aug 30 18:59:26.318 INFO O| Aug 30 18:59:26.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66232024-08-30T18:59:28.121Z[ recovery-image] Aug 30 18:59:26.319 INFO O| Aug 30 18:59:26.319 INFO STEP 874 (remove_files) COMPLETE
66242024-08-30T18:59:28.121Z[ recovery-image] Aug 30 18:59:26.319 INFO O| Aug 30 18:59:26.319 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-08-30T18:59:28.137Z[ recovery-image] Aug 30 18:59:26.338 INFO O| Aug 30 18:59:26.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66262024-08-30T18:59:28.140Z[ recovery-image] Aug 30 18:59:26.339 INFO O| Aug 30 18:59:26.339 INFO STEP 875 (remove_files) COMPLETE
66272024-08-30T18:59:28.140Z[ recovery-image] Aug 30 18:59:26.339 INFO O| Aug 30 18:59:26.339 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-08-30T18:59:28.156Z[ recovery-image] Aug 30 18:59:26.357 INFO O| Aug 30 18:59:26.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66292024-08-30T18:59:28.156Z[ recovery-image] Aug 30 18:59:26.358 INFO O| Aug 30 18:59:26.358 INFO STEP 876 (remove_files) COMPLETE
66302024-08-30T18:59:28.159Z[ recovery-image] Aug 30 18:59:26.358 INFO O| Aug 30 18:59:26.358 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-08-30T18:59:28.175Z[ recovery-image] Aug 30 18:59:26.376 INFO O| Aug 30 18:59:26.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66322024-08-30T18:59:28.178Z[ recovery-image] Aug 30 18:59:26.377 INFO O| Aug 30 18:59:26.377 INFO STEP 877 (remove_files) COMPLETE
66332024-08-30T18:59:28.178Z[ recovery-image] Aug 30 18:59:26.377 INFO O| Aug 30 18:59:26.377 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-08-30T18:59:28.195Z[ recovery-image] Aug 30 18:59:26.396 INFO O| Aug 30 18:59:26.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66352024-08-30T18:59:28.197Z[ recovery-image] Aug 30 18:59:26.396 INFO O| Aug 30 18:59:26.396 INFO STEP 878 (remove_files) COMPLETE
66362024-08-30T18:59:28.197Z[ recovery-image] Aug 30 18:59:26.396 INFO O| Aug 30 18:59:26.396 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-08-30T18:59:28.214Z[ recovery-image] Aug 30 18:59:26.415 INFO O| Aug 30 18:59:26.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66382024-08-30T18:59:28.216Z[ recovery-image] Aug 30 18:59:26.415 INFO O| Aug 30 18:59:26.415 INFO STEP 879 (remove_files) COMPLETE
66392024-08-30T18:59:28.216Z[ recovery-image] Aug 30 18:59:26.415 INFO O| Aug 30 18:59:26.415 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-08-30T18:59:28.232Z[ recovery-image] Aug 30 18:59:26.433 INFO O| Aug 30 18:59:26.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66412024-08-30T18:59:28.234Z[ recovery-image] Aug 30 18:59:26.434 INFO O| Aug 30 18:59:26.434 INFO STEP 880 (remove_files) COMPLETE
66422024-08-30T18:59:28.234Z[ recovery-image] Aug 30 18:59:26.434 INFO O| Aug 30 18:59:26.434 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-08-30T18:59:28.251Z[ recovery-image] Aug 30 18:59:26.452 INFO O| Aug 30 18:59:26.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66442024-08-30T18:59:28.254Z[ recovery-image] Aug 30 18:59:26.452 INFO O| Aug 30 18:59:26.452 INFO STEP 881 (remove_files) COMPLETE
66452024-08-30T18:59:28.254Z[ recovery-image] Aug 30 18:59:26.453 INFO O| Aug 30 18:59:26.453 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-08-30T18:59:28.269Z[ recovery-image] Aug 30 18:59:26.471 INFO O| Aug 30 18:59:26.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66472024-08-30T18:59:28.272Z[ recovery-image] Aug 30 18:59:26.471 INFO O| Aug 30 18:59:26.471 INFO STEP 882 (remove_files) COMPLETE
66482024-08-30T18:59:28.272Z[ recovery-image] Aug 30 18:59:26.471 INFO O| Aug 30 18:59:26.471 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-08-30T18:59:28.289Z[ recovery-image] Aug 30 18:59:26.490 INFO O| Aug 30 18:59:26.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66502024-08-30T18:59:28.289Z[ recovery-image] Aug 30 18:59:26.490 INFO O| Aug 30 18:59:26.490 INFO STEP 883 (remove_files) COMPLETE
66512024-08-30T18:59:28.291Z[ recovery-image] Aug 30 18:59:26.490 INFO O| Aug 30 18:59:26.490 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-08-30T18:59:28.326Z[ recovery-image] Aug 30 18:59:26.527 INFO O| Aug 30 18:59:26.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66532024-08-30T18:59:28.326Z[ recovery-image] Aug 30 18:59:26.527 INFO O| Aug 30 18:59:26.527 INFO STEP 884 (remove_files) COMPLETE
66542024-08-30T18:59:28.326Z[ recovery-image] Aug 30 18:59:26.527 INFO O| Aug 30 18:59:26.527 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-08-30T18:59:28.356Z[ recovery-image] Aug 30 18:59:26.558 INFO O| Aug 30 18:59:26.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66562024-08-30T18:59:28.357Z[ recovery-image] Aug 30 18:59:26.558 INFO O| Aug 30 18:59:26.558 INFO STEP 885 (remove_files) COMPLETE
66572024-08-30T18:59:28.357Z[ recovery-image] Aug 30 18:59:26.558 INFO O| Aug 30 18:59:26.558 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-08-30T18:59:28.379Z[ recovery-image] Aug 30 18:59:26.577 INFO O| Aug 30 18:59:26.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66592024-08-30T18:59:28.379Z[ recovery-image] Aug 30 18:59:26.577 INFO O| Aug 30 18:59:26.577 INFO STEP 886 (remove_files) COMPLETE
66602024-08-30T18:59:28.383Z[ recovery-image] Aug 30 18:59:26.577 INFO O| Aug 30 18:59:26.577 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-08-30T18:59:28.397Z[ recovery-image] Aug 30 18:59:26.598 INFO O| Aug 30 18:59:26.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66622024-08-30T18:59:28.397Z[ recovery-image] Aug 30 18:59:26.598 INFO O| Aug 30 18:59:26.598 INFO STEP 887 (remove_files) COMPLETE
66632024-08-30T18:59:28.397Z[ recovery-image] Aug 30 18:59:26.598 INFO O| Aug 30 18:59:26.598 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-08-30T18:59:28.433Z[ recovery-image] Aug 30 18:59:26.634 INFO O| Aug 30 18:59:26.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
66652024-08-30T18:59:28.435Z[ recovery-image] Aug 30 18:59:26.634 INFO O| Aug 30 18:59:26.634 INFO STEP 888 (remove_files) COMPLETE
66662024-08-30T18:59:28.435Z[ recovery-image] Aug 30 18:59:26.634 INFO O| Aug 30 18:59:26.634 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-08-30T18:59:28.454Z[ recovery-image] Aug 30 18:59:26.655 INFO O| Aug 30 18:59:26.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
66682024-08-30T18:59:28.457Z[ recovery-image] Aug 30 18:59:26.655 INFO O| Aug 30 18:59:26.655 INFO STEP 889 (remove_files) COMPLETE
66692024-08-30T18:59:28.457Z[ recovery-image] Aug 30 18:59:26.655 INFO O| Aug 30 18:59:26.655 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-08-30T18:59:28.510Z[ recovery-image] Aug 30 18:59:26.712 INFO O| Aug 30 18:59:26.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
66712024-08-30T18:59:28.511Z[ recovery-image] Aug 30 18:59:26.712 INFO O| Aug 30 18:59:26.712 INFO STEP 890 (remove_files) COMPLETE
66722024-08-30T18:59:28.511Z[ recovery-image] Aug 30 18:59:26.712 INFO O| Aug 30 18:59:26.712 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-08-30T18:59:28.530Z[ recovery-image] Aug 30 18:59:26.732 INFO O| Aug 30 18:59:26.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
66742024-08-30T18:59:28.542Z[ recovery-image] Aug 30 18:59:26.744 INFO O| Aug 30 18:59:26.744 INFO STEP 891 (remove_files) COMPLETE
66752024-08-30T18:59:28.542Z[ recovery-image] Aug 30 18:59:26.744 INFO O| Aug 30 18:59:26.744 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-08-30T18:59:28.574Z[ recovery-image] Aug 30 18:59:26.775 INFO O| Aug 30 18:59:26.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
66772024-08-30T18:59:28.574Z[ recovery-image] Aug 30 18:59:26.775 INFO O| Aug 30 18:59:26.775 INFO STEP 892 (remove_files) COMPLETE
66782024-08-30T18:59:28.575Z[ recovery-image] Aug 30 18:59:26.775 INFO O| Aug 30 18:59:26.775 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-08-30T18:59:28.618Z[ recovery-image] Aug 30 18:59:26.819 INFO O| Aug 30 18:59:26.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
66802024-08-30T18:59:28.618Z[ recovery-image] Aug 30 18:59:26.819 INFO O| Aug 30 18:59:26.819 INFO STEP 893 (remove_files) COMPLETE
66812024-08-30T18:59:28.620Z[ recovery-image] Aug 30 18:59:26.819 INFO O| Aug 30 18:59:26.819 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-08-30T18:59:28.636Z[ recovery-image] Aug 30 18:59:26.837 INFO O| Aug 30 18:59:26.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
66832024-08-30T18:59:28.636Z[ recovery-image] Aug 30 18:59:26.837 INFO O| Aug 30 18:59:26.837 INFO STEP 894 (remove_files) COMPLETE
66842024-08-30T18:59:28.636Z[ recovery-image] Aug 30 18:59:26.837 INFO O| Aug 30 18:59:26.837 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-08-30T18:59:28.653Z[ recovery-image] Aug 30 18:59:26.854 INFO O| Aug 30 18:59:26.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
66862024-08-30T18:59:28.653Z[ recovery-image] Aug 30 18:59:26.855 INFO O| Aug 30 18:59:26.854 INFO STEP 895 (remove_files) COMPLETE
66872024-08-30T18:59:28.653Z[ recovery-image] Aug 30 18:59:26.855 INFO O| Aug 30 18:59:26.855 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-08-30T18:59:28.671Z[ recovery-image] Aug 30 18:59:26.872 INFO O| Aug 30 18:59:26.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
66892024-08-30T18:59:28.671Z[ recovery-image] Aug 30 18:59:26.872 INFO O| Aug 30 18:59:26.872 INFO STEP 896 (remove_files) COMPLETE
66902024-08-30T18:59:28.671Z[ recovery-image] Aug 30 18:59:26.872 INFO O| Aug 30 18:59:26.872 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-08-30T18:59:28.698Z[ recovery-image] Aug 30 18:59:26.899 INFO O| Aug 30 18:59:26.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
66922024-08-30T18:59:28.700Z[ recovery-image] Aug 30 18:59:26.900 INFO O| Aug 30 18:59:26.899 INFO STEP 897 (remove_files) COMPLETE
66932024-08-30T18:59:28.701Z[ recovery-image] Aug 30 18:59:26.900 INFO O| Aug 30 18:59:26.900 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-08-30T18:59:28.732Z[ recovery-image] Aug 30 18:59:26.933 INFO O| Aug 30 18:59:26.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66952024-08-30T18:59:28.734Z[ recovery-image] Aug 30 18:59:26.933 INFO O| Aug 30 18:59:26.933 INFO STEP 898 (remove_files) COMPLETE
66962024-08-30T18:59:28.734Z[ recovery-image] Aug 30 18:59:26.934 INFO O| Aug 30 18:59:26.933 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-30T18:59:28.751Z[ recovery-image] Aug 30 18:59:26.952 INFO O| Aug 30 18:59:26.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66982024-08-30T18:59:28.754Z[ recovery-image] Aug 30 18:59:26.953 INFO O| Aug 30 18:59:26.953 INFO STEP 899 (remove_files) COMPLETE
66992024-08-30T18:59:28.754Z[ recovery-image] Aug 30 18:59:26.953 INFO O| Aug 30 18:59:26.953 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-08-30T18:59:28.773Z[ recovery-image] Aug 30 18:59:26.974 INFO O| Aug 30 18:59:26.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67012024-08-30T18:59:28.773Z[ recovery-image] Aug 30 18:59:26.974 INFO O| Aug 30 18:59:26.974 INFO STEP 900 (remove_files) COMPLETE
67022024-08-30T18:59:28.775Z[ recovery-image] Aug 30 18:59:26.974 INFO O| Aug 30 18:59:26.974 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-30T18:59:28.829Z[ recovery-image] Aug 30 18:59:27.030 INFO O| Aug 30 18:59:27.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67042024-08-30T18:59:28.829Z[ recovery-image] Aug 30 18:59:27.031 INFO O| Aug 30 18:59:27.031 INFO STEP 901 (remove_files) COMPLETE
67052024-08-30T18:59:28.829Z[ recovery-image] Aug 30 18:59:27.031 INFO O| Aug 30 18:59:27.031 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-30T18:59:28.848Z[ recovery-image] Aug 30 18:59:27.049 INFO O| Aug 30 18:59:27.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67072024-08-30T18:59:28.848Z[ recovery-image] Aug 30 18:59:27.049 INFO O| Aug 30 18:59:27.049 INFO STEP 902 (remove_files) COMPLETE
67082024-08-30T18:59:28.850Z[ recovery-image] Aug 30 18:59:27.049 INFO O| Aug 30 18:59:27.049 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-30T18:59:28.865Z[ recovery-image] Aug 30 18:59:27.066 INFO O| Aug 30 18:59:27.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67102024-08-30T18:59:28.865Z[ recovery-image] Aug 30 18:59:27.067 INFO O| Aug 30 18:59:27.066 INFO STEP 903 (remove_files) COMPLETE
67112024-08-30T18:59:28.865Z[ recovery-image] Aug 30 18:59:27.067 INFO O| Aug 30 18:59:27.067 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-30T18:59:28.882Z[ recovery-image] Aug 30 18:59:27.084 INFO O| Aug 30 18:59:27.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67132024-08-30T18:59:28.882Z[ recovery-image] Aug 30 18:59:27.084 INFO O| Aug 30 18:59:27.084 INFO STEP 904 (remove_files) COMPLETE
67142024-08-30T18:59:28.885Z[ recovery-image] Aug 30 18:59:27.084 INFO O| Aug 30 18:59:27.084 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-30T18:59:28.932Z[ recovery-image] Aug 30 18:59:27.133 INFO O| Aug 30 18:59:27.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67162024-08-30T18:59:28.932Z[ recovery-image] Aug 30 18:59:27.133 INFO O| Aug 30 18:59:27.133 INFO STEP 905 (remove_files) COMPLETE
67172024-08-30T18:59:28.932Z[ recovery-image] Aug 30 18:59:27.133 INFO O| Aug 30 18:59:27.133 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-30T18:59:28.950Z[ recovery-image] Aug 30 18:59:27.151 INFO O| Aug 30 18:59:27.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67192024-08-30T18:59:28.950Z[ recovery-image] Aug 30 18:59:27.151 INFO O| Aug 30 18:59:27.151 INFO STEP 906 (remove_files) COMPLETE
67202024-08-30T18:59:28.950Z[ recovery-image] Aug 30 18:59:27.151 INFO O| Aug 30 18:59:27.151 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-30T18:59:28.986Z[ recovery-image] Aug 30 18:59:27.187 INFO O| Aug 30 18:59:27.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67222024-08-30T18:59:28.986Z[ recovery-image] Aug 30 18:59:27.187 INFO O| Aug 30 18:59:27.187 INFO STEP 907 (remove_files) COMPLETE
67232024-08-30T18:59:28.988Z[ recovery-image] Aug 30 18:59:27.187 INFO O| Aug 30 18:59:27.187 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-30T18:59:29.006Z[ recovery-image] Aug 30 18:59:27.207 INFO O| Aug 30 18:59:27.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67252024-08-30T18:59:29.006Z[ recovery-image] Aug 30 18:59:27.207 INFO O| Aug 30 18:59:27.207 INFO STEP 908 (remove_files) COMPLETE
67262024-08-30T18:59:29.006Z[ recovery-image] Aug 30 18:59:27.207 INFO O| Aug 30 18:59:27.207 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-30T18:59:29.041Z[ recovery-image] Aug 30 18:59:27.242 INFO O| Aug 30 18:59:27.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67282024-08-30T18:59:29.041Z[ recovery-image] Aug 30 18:59:27.242 INFO O| Aug 30 18:59:27.242 INFO STEP 909 (remove_files) COMPLETE
67292024-08-30T18:59:29.043Z[ recovery-image] Aug 30 18:59:27.242 INFO O| Aug 30 18:59:27.242 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-30T18:59:29.060Z[ recovery-image] Aug 30 18:59:27.261 INFO O| Aug 30 18:59:27.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67312024-08-30T18:59:29.062Z[ recovery-image] Aug 30 18:59:27.261 INFO O| Aug 30 18:59:27.261 INFO STEP 910 (remove_files) COMPLETE
67322024-08-30T18:59:29.062Z[ recovery-image] Aug 30 18:59:27.261 INFO O| Aug 30 18:59:27.261 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-30T18:59:29.077Z[ recovery-image] Aug 30 18:59:27.279 INFO O| Aug 30 18:59:27.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67342024-08-30T18:59:29.077Z[ recovery-image] Aug 30 18:59:27.279 INFO O| Aug 30 18:59:27.279 INFO STEP 911 (remove_files) COMPLETE
67352024-08-30T18:59:29.080Z[ recovery-image] Aug 30 18:59:27.279 INFO O| Aug 30 18:59:27.279 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-30T18:59:29.095Z[ recovery-image] Aug 30 18:59:27.296 INFO O| Aug 30 18:59:27.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67372024-08-30T18:59:29.095Z[ recovery-image] Aug 30 18:59:27.296 INFO O| Aug 30 18:59:27.296 INFO STEP 912 (remove_files) COMPLETE
67382024-08-30T18:59:29.097Z[ recovery-image] Aug 30 18:59:27.296 INFO O| Aug 30 18:59:27.296 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-30T18:59:29.202Z[ recovery-image] Aug 30 18:59:27.404 INFO O| Aug 30 18:59:27.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67402024-08-30T18:59:29.203Z[ recovery-image] Aug 30 18:59:27.404 INFO O| Aug 30 18:59:27.379 INFO STEP 913 (remove_files) COMPLETE
67412024-08-30T18:59:29.205Z[ recovery-image] Aug 30 18:59:27.404 INFO O| Aug 30 18:59:27.379 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-30T18:59:29.229Z[ recovery-image] Aug 30 18:59:27.430 INFO O| Aug 30 18:59:27.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67432024-08-30T18:59:29.231Z[ recovery-image] Aug 30 18:59:27.430 INFO O| Aug 30 18:59:27.430 INFO STEP 914 (remove_files) COMPLETE
67442024-08-30T18:59:29.231Z[ recovery-image] Aug 30 18:59:27.430 INFO O| Aug 30 18:59:27.430 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-30T18:59:29.246Z[ recovery-image] Aug 30 18:59:27.447 INFO O| Aug 30 18:59:27.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
67462024-08-30T18:59:29.248Z[ recovery-image] Aug 30 18:59:27.448 INFO O| Aug 30 18:59:27.448 INFO STEP 915 (remove_files) COMPLETE
67472024-08-30T18:59:29.248Z[ recovery-image] Aug 30 18:59:27.448 INFO O| Aug 30 18:59:27.448 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-30T18:59:29.263Z[ recovery-image] Aug 30 18:59:27.465 INFO O| Aug 30 18:59:27.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
67492024-08-30T18:59:29.266Z[ recovery-image] Aug 30 18:59:27.465 INFO O| Aug 30 18:59:27.465 INFO STEP 916 (remove_files) COMPLETE
67502024-08-30T18:59:29.266Z[ recovery-image] Aug 30 18:59:27.465 INFO O| Aug 30 18:59:27.465 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-30T18:59:29.282Z[ recovery-image] Aug 30 18:59:27.482 INFO O| Aug 30 18:59:27.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
67522024-08-30T18:59:29.282Z[ recovery-image] Aug 30 18:59:27.482 INFO O| Aug 30 18:59:27.482 INFO STEP 917 (remove_files) COMPLETE
67532024-08-30T18:59:29.282Z[ recovery-image] Aug 30 18:59:27.482 INFO O| Aug 30 18:59:27.482 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-30T18:59:29.299Z[ recovery-image] Aug 30 18:59:27.499 INFO O| Aug 30 18:59:27.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67552024-08-30T18:59:29.299Z[ recovery-image] Aug 30 18:59:27.499 INFO O| Aug 30 18:59:27.499 INFO STEP 918 (remove_files) COMPLETE
67562024-08-30T18:59:29.299Z[ recovery-image] Aug 30 18:59:27.499 INFO O| Aug 30 18:59:27.499 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-30T18:59:29.315Z[ recovery-image] Aug 30 18:59:27.517 INFO O| Aug 30 18:59:27.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67582024-08-30T18:59:29.315Z[ recovery-image] Aug 30 18:59:27.517 INFO O| Aug 30 18:59:27.517 INFO STEP 919 (remove_files) COMPLETE
67592024-08-30T18:59:29.318Z[ recovery-image] Aug 30 18:59:27.517 INFO O| Aug 30 18:59:27.517 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-30T18:59:29.333Z[ recovery-image] Aug 30 18:59:27.534 INFO O| Aug 30 18:59:27.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
67612024-08-30T18:59:29.333Z[ recovery-image] Aug 30 18:59:27.534 INFO O| Aug 30 18:59:27.534 INFO STEP 920 (remove_files) COMPLETE
67622024-08-30T18:59:29.335Z[ recovery-image] Aug 30 18:59:27.534 INFO O| Aug 30 18:59:27.534 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-30T18:59:29.351Z[ recovery-image] Aug 30 18:59:27.552 INFO O| Aug 30 18:59:27.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
67642024-08-30T18:59:29.351Z[ recovery-image] Aug 30 18:59:27.552 INFO O| Aug 30 18:59:27.552 INFO STEP 921 (remove_files) COMPLETE
67652024-08-30T18:59:29.351Z[ recovery-image] Aug 30 18:59:27.552 INFO O| Aug 30 18:59:27.552 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-30T18:59:29.369Z[ recovery-image] Aug 30 18:59:27.570 INFO O| Aug 30 18:59:27.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
67672024-08-30T18:59:29.369Z[ recovery-image] Aug 30 18:59:27.570 INFO O| Aug 30 18:59:27.570 INFO STEP 922 (remove_files) COMPLETE
67682024-08-30T18:59:29.369Z[ recovery-image] Aug 30 18:59:27.570 INFO O| Aug 30 18:59:27.570 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-30T18:59:29.404Z[ recovery-image] Aug 30 18:59:27.605 INFO O| Aug 30 18:59:27.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
67702024-08-30T18:59:29.404Z[ recovery-image] Aug 30 18:59:27.605 INFO O| Aug 30 18:59:27.605 INFO STEP 923 (remove_files) COMPLETE
67712024-08-30T18:59:29.404Z[ recovery-image] Aug 30 18:59:27.605 INFO O| Aug 30 18:59:27.605 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-30T18:59:29.423Z[ recovery-image] Aug 30 18:59:27.624 INFO O| Aug 30 18:59:27.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
67732024-08-30T18:59:29.423Z[ recovery-image] Aug 30 18:59:27.625 INFO O| Aug 30 18:59:27.624 INFO STEP 924 (remove_files) COMPLETE
67742024-08-30T18:59:29.426Z[ recovery-image] Aug 30 18:59:27.625 INFO O| Aug 30 18:59:27.625 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-30T18:59:29.441Z[ recovery-image] Aug 30 18:59:27.642 INFO O| Aug 30 18:59:27.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
67762024-08-30T18:59:29.441Z[ recovery-image] Aug 30 18:59:27.643 INFO O| Aug 30 18:59:27.642 INFO STEP 925 (remove_files) COMPLETE
67772024-08-30T18:59:29.444Z[ recovery-image] Aug 30 18:59:27.643 INFO O| Aug 30 18:59:27.642 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-30T18:59:29.468Z[ recovery-image] Aug 30 18:59:27.669 INFO O| Aug 30 18:59:27.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
67792024-08-30T18:59:29.470Z[ recovery-image] Aug 30 18:59:27.669 INFO O| Aug 30 18:59:27.669 INFO STEP 926 (remove_files) COMPLETE
67802024-08-30T18:59:29.470Z[ recovery-image] Aug 30 18:59:27.670 INFO O| Aug 30 18:59:27.669 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-30T18:59:29.486Z[ recovery-image] Aug 30 18:59:27.687 INFO O| Aug 30 18:59:27.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
67822024-08-30T18:59:29.488Z[ recovery-image] Aug 30 18:59:27.688 INFO O| Aug 30 18:59:27.688 INFO STEP 927 (remove_files) COMPLETE
67832024-08-30T18:59:29.488Z[ recovery-image] Aug 30 18:59:27.688 INFO O| Aug 30 18:59:27.688 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-30T18:59:29.504Z[ recovery-image] Aug 30 18:59:27.705 INFO O| Aug 30 18:59:27.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
67852024-08-30T18:59:29.504Z[ recovery-image] Aug 30 18:59:27.706 INFO O| Aug 30 18:59:27.706 INFO STEP 928 (remove_files) COMPLETE
67862024-08-30T18:59:29.504Z[ recovery-image] Aug 30 18:59:27.706 INFO O| Aug 30 18:59:27.706 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-30T18:59:29.523Z[ recovery-image] Aug 30 18:59:27.724 INFO O| Aug 30 18:59:27.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67882024-08-30T18:59:29.523Z[ recovery-image] Aug 30 18:59:27.725 INFO O| Aug 30 18:59:27.724 INFO STEP 929 (remove_files) COMPLETE
67892024-08-30T18:59:29.526Z[ recovery-image] Aug 30 18:59:27.725 INFO O| Aug 30 18:59:27.725 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-30T18:59:29.544Z[ recovery-image] Aug 30 18:59:27.745 INFO O| Aug 30 18:59:27.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67912024-08-30T18:59:29.546Z[ recovery-image] Aug 30 18:59:27.745 INFO O| Aug 30 18:59:27.745 INFO STEP 930 (remove_files) COMPLETE
67922024-08-30T18:59:29.546Z[ recovery-image] Aug 30 18:59:27.745 INFO O| Aug 30 18:59:27.745 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-30T18:59:29.565Z[ recovery-image] Aug 30 18:59:27.766 INFO O| Aug 30 18:59:27.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67942024-08-30T18:59:29.565Z[ recovery-image] Aug 30 18:59:27.766 INFO O| Aug 30 18:59:27.766 INFO STEP 931 (remove_files) COMPLETE
67952024-08-30T18:59:29.565Z[ recovery-image] Aug 30 18:59:27.766 INFO O| Aug 30 18:59:27.766 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-30T18:59:29.625Z[ recovery-image] Aug 30 18:59:27.824 INFO O| Aug 30 18:59:27.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67972024-08-30T18:59:29.625Z[ recovery-image] Aug 30 18:59:27.824 INFO O| Aug 30 18:59:27.824 INFO STEP 932 (remove_files) COMPLETE
67982024-08-30T18:59:29.625Z[ recovery-image] Aug 30 18:59:27.824 INFO O| Aug 30 18:59:27.824 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-30T18:59:29.642Z[ recovery-image] Aug 30 18:59:27.843 INFO O| Aug 30 18:59:27.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68002024-08-30T18:59:29.642Z[ recovery-image] Aug 30 18:59:27.843 INFO O| Aug 30 18:59:27.843 INFO STEP 933 (remove_files) COMPLETE
68012024-08-30T18:59:29.644Z[ recovery-image] Aug 30 18:59:27.843 INFO O| Aug 30 18:59:27.843 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-30T18:59:29.677Z[ recovery-image] Aug 30 18:59:27.878 INFO O| Aug 30 18:59:27.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68032024-08-30T18:59:29.679Z[ recovery-image] Aug 30 18:59:27.878 INFO O| Aug 30 18:59:27.878 INFO STEP 934 (remove_files) COMPLETE
68042024-08-30T18:59:29.679Z[ recovery-image] Aug 30 18:59:27.878 INFO O| Aug 30 18:59:27.878 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-30T18:59:29.698Z[ recovery-image] Aug 30 18:59:27.899 INFO O| Aug 30 18:59:27.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68062024-08-30T18:59:29.700Z[ recovery-image] Aug 30 18:59:27.899 INFO O| Aug 30 18:59:27.899 INFO STEP 935 (remove_files) COMPLETE
68072024-08-30T18:59:29.700Z[ recovery-image] Aug 30 18:59:27.900 INFO O| Aug 30 18:59:27.899 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-30T18:59:29.717Z[ recovery-image] Aug 30 18:59:27.918 INFO O| Aug 30 18:59:27.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68092024-08-30T18:59:29.720Z[ recovery-image] Aug 30 18:59:27.919 INFO O| Aug 30 18:59:27.919 INFO STEP 936 (remove_files) COMPLETE
68102024-08-30T18:59:29.720Z[ recovery-image] Aug 30 18:59:27.919 INFO O| Aug 30 18:59:27.919 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-30T18:59:29.735Z[ recovery-image] Aug 30 18:59:27.937 INFO O| Aug 30 18:59:27.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68122024-08-30T18:59:29.738Z[ recovery-image] Aug 30 18:59:27.937 INFO O| Aug 30 18:59:27.937 INFO STEP 937 (remove_files) COMPLETE
68132024-08-30T18:59:29.738Z[ recovery-image] Aug 30 18:59:27.937 INFO O| Aug 30 18:59:27.937 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-30T18:59:29.757Z[ recovery-image] Aug 30 18:59:27.958 INFO O| Aug 30 18:59:27.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68152024-08-30T18:59:29.757Z[ recovery-image] Aug 30 18:59:27.958 INFO O| Aug 30 18:59:27.958 INFO STEP 938 (remove_files) COMPLETE
68162024-08-30T18:59:29.759Z[ recovery-image] Aug 30 18:59:27.958 INFO O| Aug 30 18:59:27.958 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-30T18:59:29.796Z[ recovery-image] Aug 30 18:59:27.997 INFO O| Aug 30 18:59:27.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68182024-08-30T18:59:29.796Z[ recovery-image] Aug 30 18:59:27.998 INFO O| Aug 30 18:59:27.998 INFO STEP 939 (remove_files) COMPLETE
68192024-08-30T18:59:29.803Z[ recovery-image] Aug 30 18:59:27.998 INFO O| Aug 30 18:59:27.998 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-30T18:59:29.815Z[ recovery-image] Aug 30 18:59:28.017 INFO O| Aug 30 18:59:28.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68212024-08-30T18:59:29.816Z[ recovery-image] Aug 30 18:59:28.017 INFO O| Aug 30 18:59:28.017 INFO STEP 940 (remove_files) COMPLETE
68222024-08-30T18:59:29.818Z[ recovery-image] Aug 30 18:59:28.017 INFO O| Aug 30 18:59:28.017 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-30T18:59:29.845Z[ recovery-image] Aug 30 18:59:28.046 INFO O| Aug 30 18:59:28.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68242024-08-30T18:59:29.845Z[ recovery-image] Aug 30 18:59:28.046 INFO O| Aug 30 18:59:28.046 INFO STEP 941 (remove_files) COMPLETE
68252024-08-30T18:59:29.845Z[ recovery-image] Aug 30 18:59:28.046 INFO O| Aug 30 18:59:28.046 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-30T18:59:29.882Z[ recovery-image] Aug 30 18:59:28.083 INFO O| Aug 30 18:59:28.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68272024-08-30T18:59:29.882Z[ recovery-image] Aug 30 18:59:28.083 INFO O| Aug 30 18:59:28.083 INFO STEP 942 (remove_files) COMPLETE
68282024-08-30T18:59:29.882Z[ recovery-image] Aug 30 18:59:28.083 INFO O| Aug 30 18:59:28.083 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-30T18:59:29.905Z[ recovery-image] Aug 30 18:59:28.106 INFO O| Aug 30 18:59:28.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68302024-08-30T18:59:29.905Z[ recovery-image] Aug 30 18:59:28.106 INFO O| Aug 30 18:59:28.106 INFO STEP 943 (remove_files) COMPLETE
68312024-08-30T18:59:29.907Z[ recovery-image] Aug 30 18:59:28.106 INFO O| Aug 30 18:59:28.106 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-08-30T18:59:29.923Z[ recovery-image] Aug 30 18:59:28.124 INFO O| Aug 30 18:59:28.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68332024-08-30T18:59:29.923Z[ recovery-image] Aug 30 18:59:28.124 INFO O| Aug 30 18:59:28.124 INFO STEP 944 (remove_files) COMPLETE
68342024-08-30T18:59:29.923Z[ recovery-image] Aug 30 18:59:28.124 INFO O| Aug 30 18:59:28.124 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-08-30T18:59:29.940Z[ recovery-image] Aug 30 18:59:28.141 INFO O| Aug 30 18:59:28.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68362024-08-30T18:59:29.940Z[ recovery-image] Aug 30 18:59:28.141 INFO O| Aug 30 18:59:28.141 INFO STEP 945 (remove_files) COMPLETE
68372024-08-30T18:59:29.943Z[ recovery-image] Aug 30 18:59:28.141 INFO O| Aug 30 18:59:28.141 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-08-30T18:59:29.964Z[ recovery-image] Aug 30 18:59:28.166 INFO O| Aug 30 18:59:28.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68392024-08-30T18:59:29.965Z[ recovery-image] Aug 30 18:59:28.166 INFO O| Aug 30 18:59:28.166 INFO STEP 946 (remove_files) COMPLETE
68402024-08-30T18:59:29.967Z[ recovery-image] Aug 30 18:59:28.166 INFO O| Aug 30 18:59:28.166 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-08-30T18:59:30.033Z[ recovery-image] Aug 30 18:59:28.234 INFO O| Aug 30 18:59:28.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68422024-08-30T18:59:30.033Z[ recovery-image] Aug 30 18:59:28.234 INFO O| Aug 30 18:59:28.234 INFO STEP 947 (remove_files) COMPLETE
68432024-08-30T18:59:30.033Z[ recovery-image] Aug 30 18:59:28.234 INFO O| Aug 30 18:59:28.234 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-08-30T18:59:30.064Z[ recovery-image] Aug 30 18:59:28.265 INFO O| Aug 30 18:59:28.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68452024-08-30T18:59:30.064Z[ recovery-image] Aug 30 18:59:28.265 INFO O| Aug 30 18:59:28.265 INFO STEP 948 (remove_files) COMPLETE
68462024-08-30T18:59:30.064Z[ recovery-image] Aug 30 18:59:28.265 INFO O| Aug 30 18:59:28.265 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-08-30T18:59:30.084Z[ recovery-image] Aug 30 18:59:28.285 INFO O| Aug 30 18:59:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
68482024-08-30T18:59:30.084Z[ recovery-image] Aug 30 18:59:28.285 INFO O| Aug 30 18:59:28.285 INFO STEP 949 (remove_files) COMPLETE
68492024-08-30T18:59:30.084Z[ recovery-image] Aug 30 18:59:28.285 INFO O| Aug 30 18:59:28.285 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-08-30T18:59:30.101Z[ recovery-image] Aug 30 18:59:28.302 INFO O| Aug 30 18:59:28.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
68512024-08-30T18:59:30.101Z[ recovery-image] Aug 30 18:59:28.302 INFO O| Aug 30 18:59:28.302 INFO STEP 950 (remove_files) COMPLETE
68522024-08-30T18:59:30.101Z[ recovery-image] Aug 30 18:59:28.302 INFO O| Aug 30 18:59:28.302 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-30T18:59:30.137Z[ recovery-image] Aug 30 18:59:28.338 INFO O| Aug 30 18:59:28.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
68542024-08-30T18:59:30.137Z[ recovery-image] Aug 30 18:59:28.338 INFO O| Aug 30 18:59:28.338 INFO STEP 951 (remove_files) COMPLETE
68552024-08-30T18:59:30.137Z[ recovery-image] Aug 30 18:59:28.338 INFO O| Aug 30 18:59:28.338 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-08-30T18:59:30.173Z[ recovery-image] Aug 30 18:59:28.374 INFO O| Aug 30 18:59:28.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68572024-08-30T18:59:30.173Z[ recovery-image] Aug 30 18:59:28.374 INFO O| Aug 30 18:59:28.374 INFO STEP 952 (remove_files) COMPLETE
68582024-08-30T18:59:30.176Z[ recovery-image] Aug 30 18:59:28.374 INFO O| Aug 30 18:59:28.374 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-08-30T18:59:30.191Z[ recovery-image] Aug 30 18:59:28.392 INFO O| Aug 30 18:59:28.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
68602024-08-30T18:59:30.191Z[ recovery-image] Aug 30 18:59:28.392 INFO O| Aug 30 18:59:28.392 INFO STEP 953 (remove_files) COMPLETE
68612024-08-30T18:59:30.191Z[ recovery-image] Aug 30 18:59:28.393 INFO O| Aug 30 18:59:28.392 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-30T18:59:30.224Z[ recovery-image] Aug 30 18:59:28.425 INFO O| Aug 30 18:59:28.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
68632024-08-30T18:59:30.224Z[ recovery-image] Aug 30 18:59:28.425 INFO O| Aug 30 18:59:28.425 INFO STEP 954 (remove_files) COMPLETE
68642024-08-30T18:59:30.224Z[ recovery-image] Aug 30 18:59:28.426 INFO O| Aug 30 18:59:28.425 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-08-30T18:59:30.245Z[ recovery-image] Aug 30 18:59:28.445 INFO O| Aug 30 18:59:28.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
68662024-08-30T18:59:30.245Z[ recovery-image] Aug 30 18:59:28.445 INFO O| Aug 30 18:59:28.445 INFO STEP 955 (remove_files) COMPLETE
68672024-08-30T18:59:30.245Z[ recovery-image] Aug 30 18:59:28.445 INFO O| Aug 30 18:59:28.445 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-08-30T18:59:30.263Z[ recovery-image] Aug 30 18:59:28.464 INFO O| Aug 30 18:59:28.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
68692024-08-30T18:59:30.263Z[ recovery-image] Aug 30 18:59:28.464 INFO O| Aug 30 18:59:28.464 INFO STEP 956 (remove_files) COMPLETE
68702024-08-30T18:59:30.263Z[ recovery-image] Aug 30 18:59:28.464 INFO O| Aug 30 18:59:28.464 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-08-30T18:59:30.291Z[ recovery-image] Aug 30 18:59:28.493 INFO O| Aug 30 18:59:28.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
68722024-08-30T18:59:30.292Z[ recovery-image] Aug 30 18:59:28.493 INFO O| Aug 30 18:59:28.493 INFO STEP 957 (remove_files) COMPLETE
68732024-08-30T18:59:30.292Z[ recovery-image] Aug 30 18:59:28.493 INFO O| Aug 30 18:59:28.493 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-08-30T18:59:30.326Z[ recovery-image] Aug 30 18:59:28.526 INFO O| Aug 30 18:59:28.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
68752024-08-30T18:59:30.326Z[ recovery-image] Aug 30 18:59:28.526 INFO O| Aug 30 18:59:28.526 INFO STEP 958 (remove_files) COMPLETE
68762024-08-30T18:59:30.326Z[ recovery-image] Aug 30 18:59:28.526 INFO O| Aug 30 18:59:28.526 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-08-30T18:59:30.343Z[ recovery-image] Aug 30 18:59:28.544 INFO O| Aug 30 18:59:28.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
68782024-08-30T18:59:30.343Z[ recovery-image] Aug 30 18:59:28.544 INFO O| Aug 30 18:59:28.544 INFO STEP 959 (remove_files) COMPLETE
68792024-08-30T18:59:30.344Z[ recovery-image] Aug 30 18:59:28.544 INFO O| Aug 30 18:59:28.544 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-08-30T18:59:30.361Z[ recovery-image] Aug 30 18:59:28.561 INFO O| Aug 30 18:59:28.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
68812024-08-30T18:59:30.361Z[ recovery-image] Aug 30 18:59:28.561 INFO O| Aug 30 18:59:28.561 INFO STEP 960 (remove_files) COMPLETE
68822024-08-30T18:59:30.361Z[ recovery-image] Aug 30 18:59:28.561 INFO O| Aug 30 18:59:28.561 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-08-30T18:59:30.398Z[ recovery-image] Aug 30 18:59:28.599 INFO O| Aug 30 18:59:28.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
68842024-08-30T18:59:30.398Z[ recovery-image] Aug 30 18:59:28.599 INFO O| Aug 30 18:59:28.599 INFO STEP 961 (remove_files) COMPLETE
68852024-08-30T18:59:30.400Z[ recovery-image] Aug 30 18:59:28.599 INFO O| Aug 30 18:59:28.599 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-30T18:59:30.418Z[ recovery-image] Aug 30 18:59:28.619 INFO O| Aug 30 18:59:28.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
68872024-08-30T18:59:30.418Z[ recovery-image] Aug 30 18:59:28.619 INFO O| Aug 30 18:59:28.619 INFO STEP 962 (remove_files) COMPLETE
68882024-08-30T18:59:30.420Z[ recovery-image] Aug 30 18:59:28.619 INFO O| Aug 30 18:59:28.619 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-30T18:59:30.435Z[ recovery-image] Aug 30 18:59:28.636 INFO O| Aug 30 18:59:28.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68902024-08-30T18:59:30.435Z[ recovery-image] Aug 30 18:59:28.636 INFO O| Aug 30 18:59:28.636 INFO STEP 963 (remove_files) COMPLETE
68912024-08-30T18:59:30.435Z[ recovery-image] Aug 30 18:59:28.636 INFO O| Aug 30 18:59:28.636 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-30T18:59:30.464Z[ recovery-image] Aug 30 18:59:28.665 INFO O| Aug 30 18:59:28.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68932024-08-30T18:59:30.467Z[ recovery-image] Aug 30 18:59:28.666 INFO O| Aug 30 18:59:28.665 INFO STEP 964 (remove_files) COMPLETE
68942024-08-30T18:59:30.467Z[ recovery-image] Aug 30 18:59:28.666 INFO O| Aug 30 18:59:28.666 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-30T18:59:30.485Z[ recovery-image] Aug 30 18:59:28.686 INFO O| Aug 30 18:59:28.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68962024-08-30T18:59:30.488Z[ recovery-image] Aug 30 18:59:28.686 INFO O| Aug 30 18:59:28.686 INFO STEP 965 (remove_files) COMPLETE
68972024-08-30T18:59:30.488Z[ recovery-image] Aug 30 18:59:28.686 INFO O| Aug 30 18:59:28.686 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-30T18:59:30.504Z[ recovery-image] Aug 30 18:59:28.705 INFO O| Aug 30 18:59:28.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68992024-08-30T18:59:30.506Z[ recovery-image] Aug 30 18:59:28.705 INFO O| Aug 30 18:59:28.705 INFO STEP 966 (remove_files) COMPLETE
69002024-08-30T18:59:30.506Z[ recovery-image] Aug 30 18:59:28.705 INFO O| Aug 30 18:59:28.705 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-30T18:59:30.537Z[ recovery-image] Aug 30 18:59:28.738 INFO O| Aug 30 18:59:28.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69022024-08-30T18:59:30.537Z[ recovery-image] Aug 30 18:59:28.738 INFO O| Aug 30 18:59:28.738 INFO STEP 967 (remove_files) COMPLETE
69032024-08-30T18:59:30.540Z[ recovery-image] Aug 30 18:59:28.739 INFO O| Aug 30 18:59:28.738 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-30T18:59:30.556Z[ recovery-image] Aug 30 18:59:28.758 INFO O| Aug 30 18:59:28.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69052024-08-30T18:59:30.556Z[ recovery-image] Aug 30 18:59:28.758 INFO O| Aug 30 18:59:28.758 INFO STEP 968 (remove_files) COMPLETE
69062024-08-30T18:59:30.557Z[ recovery-image] Aug 30 18:59:28.758 INFO O| Aug 30 18:59:28.758 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-30T18:59:30.573Z[ recovery-image] Aug 30 18:59:28.774 INFO O| Aug 30 18:59:28.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69082024-08-30T18:59:30.573Z[ recovery-image] Aug 30 18:59:28.774 INFO O| Aug 30 18:59:28.774 INFO STEP 969 (remove_files) COMPLETE
69092024-08-30T18:59:30.573Z[ recovery-image] Aug 30 18:59:28.775 INFO O| Aug 30 18:59:28.774 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-30T18:59:30.598Z[ recovery-image] Aug 30 18:59:28.799 INFO O| Aug 30 18:59:28.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69112024-08-30T18:59:30.598Z[ recovery-image] Aug 30 18:59:28.799 INFO O| Aug 30 18:59:28.799 INFO STEP 970 (remove_files) COMPLETE
69122024-08-30T18:59:30.600Z[ recovery-image] Aug 30 18:59:28.799 INFO O| Aug 30 18:59:28.799 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-30T18:59:30.617Z[ recovery-image] Aug 30 18:59:28.818 INFO O| Aug 30 18:59:28.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69142024-08-30T18:59:30.619Z[ recovery-image] Aug 30 18:59:28.818 INFO O| Aug 30 18:59:28.818 INFO STEP 971 (remove_files) COMPLETE
69152024-08-30T18:59:30.619Z[ recovery-image] Aug 30 18:59:28.818 INFO O| Aug 30 18:59:28.818 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-30T18:59:30.648Z[ recovery-image] Aug 30 18:59:28.849 INFO O| Aug 30 18:59:28.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69172024-08-30T18:59:30.651Z[ recovery-image] Aug 30 18:59:28.849 INFO O| Aug 30 18:59:28.849 INFO STEP 972 (remove_files) COMPLETE
69182024-08-30T18:59:30.651Z[ recovery-image] Aug 30 18:59:28.849 INFO O| Aug 30 18:59:28.849 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-30T18:59:30.674Z[ host-image] Aug 30 18:59:28.875 INFO O| Aug 30 18:59:28.875 INFO O| Done
69202024-08-30T18:59:30.689Z[ recovery-image] Aug 30 18:59:28.890 INFO O| Aug 30 18:59:28.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69212024-08-30T18:59:30.691Z[ recovery-image] Aug 30 18:59:28.890 INFO O| Aug 30 18:59:28.890 INFO STEP 973 (remove_files) COMPLETE
69222024-08-30T18:59:30.691Z[ recovery-image] Aug 30 18:59:28.890 INFO O| Aug 30 18:59:28.890 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-08-30T18:59:30.709Z[ recovery-image] Aug 30 18:59:28.911 INFO O| Aug 30 18:59:28.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69242024-08-30T18:59:30.710Z[ recovery-image] Aug 30 18:59:28.911 INFO O| Aug 30 18:59:28.911 INFO STEP 974 (remove_files) COMPLETE
69252024-08-30T18:59:30.712Z[ recovery-image] Aug 30 18:59:28.911 INFO O| Aug 30 18:59:28.911 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-08-30T18:59:30.719Z[ host-image] Aug 30 18:59:28.920 INFO O| Aug 30 18:59:28.920 INFO O| Done
69272024-08-30T18:59:30.719Z[ host-image] Aug 30 18:59:28.921 INFO O| Aug 30 18:59:28.920 INFO O| Done
69282024-08-30T18:59:30.757Z[ host-image] Aug 30 18:59:28.958 INFO O| Aug 30 18:59:28.958 INFO O| Done
69292024-08-30T18:59:30.774Z[ recovery-image] Aug 30 18:59:28.975 INFO O| Aug 30 18:59:28.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69302024-08-30T18:59:30.774Z[ recovery-image] Aug 30 18:59:28.975 INFO O| Aug 30 18:59:28.975 INFO STEP 975 (remove_files) COMPLETE
69312024-08-30T18:59:30.777Z[ recovery-image] Aug 30 18:59:28.975 INFO O| Aug 30 18:59:28.975 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-08-30T18:59:30.793Z[ recovery-image] Aug 30 18:59:28.994 INFO O| Aug 30 18:59:28.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69332024-08-30T18:59:30.793Z[ recovery-image] Aug 30 18:59:28.994 INFO O| Aug 30 18:59:28.994 INFO STEP 976 (remove_files) COMPLETE
69342024-08-30T18:59:30.796Z[ recovery-image] Aug 30 18:59:28.994 INFO O| Aug 30 18:59:28.994 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-08-30T18:59:30.829Z[ recovery-image] Aug 30 18:59:29.030 INFO O| Aug 30 18:59:29.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69362024-08-30T18:59:30.829Z[ recovery-image] Aug 30 18:59:29.030 INFO O| Aug 30 18:59:29.030 INFO STEP 977 (remove_files) COMPLETE
69372024-08-30T18:59:30.831Z[ recovery-image] Aug 30 18:59:29.030 INFO O| Aug 30 18:59:29.030 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-08-30T18:59:30.850Z[ recovery-image] Aug 30 18:59:29.051 INFO O| Aug 30 18:59:29.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69392024-08-30T18:59:30.850Z[ recovery-image] Aug 30 18:59:29.051 INFO O| Aug 30 18:59:29.051 INFO STEP 978 (remove_files) COMPLETE
69402024-08-30T18:59:30.852Z[ recovery-image] Aug 30 18:59:29.051 INFO O| Aug 30 18:59:29.051 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-08-30T18:59:30.870Z[ recovery-image] Aug 30 18:59:29.071 INFO O| Aug 30 18:59:29.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69422024-08-30T18:59:30.872Z[ recovery-image] Aug 30 18:59:29.071 INFO O| Aug 30 18:59:29.070 INFO STEP 979 (remove_files) COMPLETE
69432024-08-30T18:59:30.872Z[ recovery-image] Aug 30 18:59:29.071 INFO O| Aug 30 18:59:29.070 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-08-30T18:59:30.887Z[ recovery-image] Aug 30 18:59:29.088 INFO O| Aug 30 18:59:29.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69452024-08-30T18:59:30.887Z[ recovery-image] Aug 30 18:59:29.088 INFO O| Aug 30 18:59:29.088 INFO STEP 980 (remove_files) COMPLETE
69462024-08-30T18:59:30.890Z[ recovery-image] Aug 30 18:59:29.088 INFO O| Aug 30 18:59:29.088 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-08-30T18:59:30.904Z[ recovery-image] Aug 30 18:59:29.105 INFO O| Aug 30 18:59:29.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
69482024-08-30T18:59:30.904Z[ recovery-image] Aug 30 18:59:29.105 INFO O| Aug 30 18:59:29.105 INFO STEP 981 (remove_files) COMPLETE
69492024-08-30T18:59:30.904Z[ recovery-image] Aug 30 18:59:29.105 INFO O| Aug 30 18:59:29.105 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-08-30T18:59:30.918Z[ host-image] Aug 30 18:59:29.119 INFO O| Aug 30 18:59:29.119 INFO STEP 12 (pkg_install) COMPLETE
69512024-08-30T18:59:30.918Z[ host-image] Aug 30 18:59:29.119 INFO O| Aug 30 18:59:29.119 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69522024-08-30T18:59:30.927Z[ recovery-image] Aug 30 18:59:29.127 INFO O| Aug 30 18:59:29.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
69532024-08-30T18:59:30.927Z[ recovery-image] Aug 30 18:59:29.128 INFO O| Aug 30 18:59:29.128 INFO STEP 982 (remove_files) COMPLETE
69542024-08-30T18:59:30.927Z[ recovery-image] Aug 30 18:59:29.128 INFO O| Aug 30 18:59:29.128 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-30T18:59:30.935Z[ host-image] Aug 30 18:59:29.136 INFO O| Aug 30 18:59:29.136 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
69562024-08-30T18:59:30.952Z[ recovery-image] Aug 30 18:59:29.153 INFO O| Aug 30 18:59:29.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
69572024-08-30T18:59:30.954Z[ recovery-image] Aug 30 18:59:29.153 INFO O| Aug 30 18:59:29.153 INFO STEP 983 (remove_files) COMPLETE
69582024-08-30T18:59:30.954Z[ recovery-image] Aug 30 18:59:29.154 INFO O| Aug 30 18:59:29.153 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-08-30T18:59:30.973Z[ recovery-image] Aug 30 18:59:29.174 INFO O| Aug 30 18:59:29.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
69602024-08-30T18:59:30.975Z[ recovery-image] Aug 30 18:59:29.174 INFO O| Aug 30 18:59:29.174 INFO STEP 984 (remove_files) COMPLETE
69612024-08-30T18:59:30.975Z[ recovery-image] Aug 30 18:59:29.175 INFO O| Aug 30 18:59:29.174 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-08-30T18:59:31.016Z[ recovery-image] Aug 30 18:59:29.217 INFO O| Aug 30 18:59:29.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
69632024-08-30T18:59:31.018Z[ recovery-image] Aug 30 18:59:29.217 INFO O| Aug 30 18:59:29.217 INFO STEP 985 (remove_files) COMPLETE
69642024-08-30T18:59:31.018Z[ recovery-image] Aug 30 18:59:29.217 INFO O| Aug 30 18:59:29.217 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-08-30T18:59:31.033Z[ recovery-image] Aug 30 18:59:29.234 INFO O| Aug 30 18:59:29.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
69662024-08-30T18:59:31.036Z[ recovery-image] Aug 30 18:59:29.235 INFO O| Aug 30 18:59:29.235 INFO STEP 986 (remove_files) COMPLETE
69672024-08-30T18:59:31.036Z[ recovery-image] Aug 30 18:59:29.235 INFO O| Aug 30 18:59:29.235 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-08-30T18:59:31.059Z[ recovery-image] Aug 30 18:59:29.260 INFO O| Aug 30 18:59:29.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
69692024-08-30T18:59:31.059Z[ recovery-image] Aug 30 18:59:29.260 INFO O| Aug 30 18:59:29.260 INFO STEP 987 (remove_files) COMPLETE
69702024-08-30T18:59:31.059Z[ recovery-image] Aug 30 18:59:29.260 INFO O| Aug 30 18:59:29.260 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-08-30T18:59:31.090Z[ recovery-image] Aug 30 18:59:29.291 INFO O| Aug 30 18:59:29.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
69722024-08-30T18:59:31.093Z[ recovery-image] Aug 30 18:59:29.291 INFO O| Aug 30 18:59:29.291 INFO STEP 988 (remove_files) COMPLETE
69732024-08-30T18:59:31.093Z[ recovery-image] Aug 30 18:59:29.292 INFO O| Aug 30 18:59:29.292 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-08-30T18:59:31.109Z[ recovery-image] Aug 30 18:59:29.309 INFO O| Aug 30 18:59:29.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
69752024-08-30T18:59:31.109Z[ recovery-image] Aug 30 18:59:29.310 INFO O| Aug 30 18:59:29.310 INFO STEP 989 (remove_files) COMPLETE
69762024-08-30T18:59:31.111Z[ recovery-image] Aug 30 18:59:29.310 INFO O| Aug 30 18:59:29.310 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-08-30T18:59:31.126Z[ recovery-image] Aug 30 18:59:29.327 INFO O| Aug 30 18:59:29.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
69782024-08-30T18:59:31.126Z[ recovery-image] Aug 30 18:59:29.327 INFO O| Aug 30 18:59:29.327 INFO STEP 990 (remove_files) COMPLETE
69792024-08-30T18:59:31.131Z[ recovery-image] Aug 30 18:59:29.327 INFO O| Aug 30 18:59:29.327 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-08-30T18:59:31.184Z[ recovery-image] Aug 30 18:59:29.385 INFO O| Aug 30 18:59:29.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
69812024-08-30T18:59:31.186Z[ recovery-image] Aug 30 18:59:29.385 INFO O| Aug 30 18:59:29.385 INFO STEP 991 (remove_files) COMPLETE
69822024-08-30T18:59:31.187Z[ recovery-image] Aug 30 18:59:29.385 INFO O| Aug 30 18:59:29.385 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-08-30T18:59:31.202Z[ recovery-image] Aug 30 18:59:29.403 INFO O| Aug 30 18:59:29.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
69842024-08-30T18:59:31.202Z[ recovery-image] Aug 30 18:59:29.403 INFO O| Aug 30 18:59:29.403 INFO STEP 992 (remove_files) COMPLETE
69852024-08-30T18:59:31.205Z[ recovery-image] Aug 30 18:59:29.403 INFO O| Aug 30 18:59:29.403 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-08-30T18:59:31.219Z[ recovery-image] Aug 30 18:59:29.420 INFO O| Aug 30 18:59:29.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
69872024-08-30T18:59:31.219Z[ recovery-image] Aug 30 18:59:29.420 INFO O| Aug 30 18:59:29.420 INFO STEP 993 (remove_files) COMPLETE
69882024-08-30T18:59:31.221Z[ recovery-image] Aug 30 18:59:29.420 INFO O| Aug 30 18:59:29.420 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-08-30T18:59:31.240Z[ recovery-image] Aug 30 18:59:29.441 INFO O| Aug 30 18:59:29.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
69902024-08-30T18:59:31.243Z[ recovery-image] Aug 30 18:59:29.441 INFO O| Aug 30 18:59:29.441 INFO STEP 994 (remove_files) COMPLETE
69912024-08-30T18:59:31.243Z[ recovery-image] Aug 30 18:59:29.441 INFO O| Aug 30 18:59:29.441 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-08-30T18:59:31.259Z[ recovery-image] Aug 30 18:59:29.460 INFO O| Aug 30 18:59:29.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
69932024-08-30T18:59:31.259Z[ recovery-image] Aug 30 18:59:29.460 INFO O| Aug 30 18:59:29.460 INFO STEP 995 (remove_files) COMPLETE
69942024-08-30T18:59:31.268Z[ recovery-image] Aug 30 18:59:29.460 INFO O| Aug 30 18:59:29.460 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-08-30T18:59:31.280Z[ recovery-image] Aug 30 18:59:29.478 INFO O| Aug 30 18:59:29.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69962024-08-30T18:59:31.280Z[ recovery-image] Aug 30 18:59:29.478 INFO O| Aug 30 18:59:29.478 INFO STEP 996 (remove_files) COMPLETE
69972024-08-30T18:59:31.280Z[ recovery-image] Aug 30 18:59:29.479 INFO O| Aug 30 18:59:29.478 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-08-30T18:59:31.296Z[ recovery-image] Aug 30 18:59:29.497 INFO O| Aug 30 18:59:29.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69992024-08-30T18:59:31.296Z[ recovery-image] Aug 30 18:59:29.497 INFO O| Aug 30 18:59:29.497 INFO STEP 997 (remove_files) COMPLETE
70002024-08-30T18:59:31.299Z[ recovery-image] Aug 30 18:59:29.497 INFO O| Aug 30 18:59:29.497 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-08-30T18:59:31.339Z[ recovery-image] Aug 30 18:59:29.540 INFO O| Aug 30 18:59:29.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70022024-08-30T18:59:31.339Z[ recovery-image] Aug 30 18:59:29.540 INFO O| Aug 30 18:59:29.540 INFO STEP 998 (remove_files) COMPLETE
70032024-08-30T18:59:31.341Z[ recovery-image] Aug 30 18:59:29.540 INFO O| Aug 30 18:59:29.540 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-08-30T18:59:31.359Z[ recovery-image] Aug 30 18:59:29.560 INFO O| Aug 30 18:59:29.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70052024-08-30T18:59:31.359Z[ recovery-image] Aug 30 18:59:29.560 INFO O| Aug 30 18:59:29.560 INFO STEP 999 (remove_files) COMPLETE
70062024-08-30T18:59:31.361Z[ recovery-image] Aug 30 18:59:29.560 INFO O| Aug 30 18:59:29.560 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-08-30T18:59:31.378Z[ recovery-image] Aug 30 18:59:29.579 INFO O| Aug 30 18:59:29.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70082024-08-30T18:59:31.381Z[ recovery-image] Aug 30 18:59:29.580 INFO O| Aug 30 18:59:29.579 INFO STEP 1000 (remove_files) COMPLETE
70092024-08-30T18:59:31.381Z[ recovery-image] Aug 30 18:59:29.580 INFO O| Aug 30 18:59:29.580 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-08-30T18:59:31.416Z[ recovery-image] Aug 30 18:59:29.617 INFO O| Aug 30 18:59:29.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70112024-08-30T18:59:31.417Z[ recovery-image] Aug 30 18:59:29.617 INFO O| Aug 30 18:59:29.617 INFO STEP 1001 (remove_files) COMPLETE
70122024-08-30T18:59:31.424Z[ recovery-image] Aug 30 18:59:29.618 INFO O| Aug 30 18:59:29.617 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-08-30T18:59:31.435Z[ recovery-image] Aug 30 18:59:29.636 INFO O| Aug 30 18:59:29.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70142024-08-30T18:59:31.435Z[ recovery-image] Aug 30 18:59:29.636 INFO O| Aug 30 18:59:29.636 INFO STEP 1002 (remove_files) COMPLETE
70152024-08-30T18:59:31.435Z[ recovery-image] Aug 30 18:59:29.636 INFO O| Aug 30 18:59:29.636 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-08-30T18:59:31.475Z[ recovery-image] Aug 30 18:59:29.676 INFO O| Aug 30 18:59:29.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70172024-08-30T18:59:31.499Z[ recovery-image] Aug 30 18:59:29.700 INFO O| Aug 30 18:59:29.700 INFO STEP 1003 (remove_files) COMPLETE
70182024-08-30T18:59:31.499Z[ recovery-image] Aug 30 18:59:29.700 INFO O| Aug 30 18:59:29.700 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-08-30T18:59:31.524Z[ recovery-image] Aug 30 18:59:29.725 INFO O| Aug 30 18:59:29.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70202024-08-30T18:59:31.524Z[ recovery-image] Aug 30 18:59:29.725 INFO O| Aug 30 18:59:29.725 INFO STEP 1004 (remove_files) COMPLETE
70212024-08-30T18:59:31.524Z[ recovery-image] Aug 30 18:59:29.725 INFO O| Aug 30 18:59:29.725 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-08-30T18:59:31.546Z[ recovery-image] Aug 30 18:59:29.747 INFO O| Aug 30 18:59:29.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70232024-08-30T18:59:31.546Z[ recovery-image] Aug 30 18:59:29.747 INFO O| Aug 30 18:59:29.747 INFO STEP 1005 (remove_files) COMPLETE
70242024-08-30T18:59:31.546Z[ recovery-image] Aug 30 18:59:29.747 INFO O| Aug 30 18:59:29.747 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-08-30T18:59:31.596Z[ recovery-image] Aug 30 18:59:29.797 INFO O| Aug 30 18:59:29.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70262024-08-30T18:59:31.599Z[ recovery-image] Aug 30 18:59:29.797 INFO O| Aug 30 18:59:29.797 INFO STEP 1006 (remove_files) COMPLETE
70272024-08-30T18:59:31.599Z[ recovery-image] Aug 30 18:59:29.797 INFO O| Aug 30 18:59:29.797 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-08-30T18:59:31.643Z[ recovery-image] Aug 30 18:59:29.844 INFO O| Aug 30 18:59:29.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70292024-08-30T18:59:31.643Z[ recovery-image] Aug 30 18:59:29.844 INFO O| Aug 30 18:59:29.844 INFO STEP 1007 (remove_files) COMPLETE
70302024-08-30T18:59:31.645Z[ recovery-image] Aug 30 18:59:29.844 INFO O| Aug 30 18:59:29.844 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-08-30T18:59:31.703Z[ recovery-image] Aug 30 18:59:29.904 INFO O| Aug 30 18:59:29.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70322024-08-30T18:59:31.703Z[ recovery-image] Aug 30 18:59:29.904 INFO O| Aug 30 18:59:29.904 INFO STEP 1008 (remove_files) COMPLETE
70332024-08-30T18:59:31.705Z[ recovery-image] Aug 30 18:59:29.904 INFO O| Aug 30 18:59:29.904 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-08-30T18:59:31.721Z[ recovery-image] Aug 30 18:59:29.921 INFO O| Aug 30 18:59:29.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70352024-08-30T18:59:31.721Z[ recovery-image] Aug 30 18:59:29.921 INFO O| Aug 30 18:59:29.921 INFO STEP 1009 (remove_files) COMPLETE
70362024-08-30T18:59:31.721Z[ recovery-image] Aug 30 18:59:29.922 INFO O| Aug 30 18:59:29.921 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-08-30T18:59:31.767Z[ recovery-image] Aug 30 18:59:29.968 INFO O| Aug 30 18:59:29.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70382024-08-30T18:59:31.767Z[ recovery-image] Aug 30 18:59:29.968 INFO O| Aug 30 18:59:29.968 INFO STEP 1010 (remove_files) COMPLETE
70392024-08-30T18:59:31.770Z[ recovery-image] Aug 30 18:59:29.968 INFO O| Aug 30 18:59:29.968 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-08-30T18:59:31.785Z[ recovery-image] Aug 30 18:59:29.986 INFO O| Aug 30 18:59:29.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70412024-08-30T18:59:31.785Z[ recovery-image] Aug 30 18:59:29.986 INFO O| Aug 30 18:59:29.986 INFO STEP 1011 (remove_files) COMPLETE
70422024-08-30T18:59:31.788Z[ recovery-image] Aug 30 18:59:29.986 INFO O| Aug 30 18:59:29.986 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-08-30T18:59:31.806Z[ recovery-image] Aug 30 18:59:30.007 INFO O| Aug 30 18:59:30.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70442024-08-30T18:59:31.809Z[ recovery-image] Aug 30 18:59:30.007 INFO O| Aug 30 18:59:30.007 INFO STEP 1012 (remove_files) COMPLETE
70452024-08-30T18:59:31.809Z[ recovery-image] Aug 30 18:59:30.007 INFO O| Aug 30 18:59:30.007 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-08-30T18:59:31.847Z[ recovery-image] Aug 30 18:59:30.048 INFO O| Aug 30 18:59:30.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70472024-08-30T18:59:31.847Z[ recovery-image] Aug 30 18:59:30.048 INFO O| Aug 30 18:59:30.048 INFO STEP 1013 (remove_files) COMPLETE
70482024-08-30T18:59:31.850Z[ recovery-image] Aug 30 18:59:30.048 INFO O| Aug 30 18:59:30.048 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-08-30T18:59:31.865Z[ recovery-image] Aug 30 18:59:30.066 INFO O| Aug 30 18:59:30.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
70502024-08-30T18:59:31.865Z[ recovery-image] Aug 30 18:59:30.066 INFO O| Aug 30 18:59:30.066 INFO STEP 1014 (remove_files) COMPLETE
70512024-08-30T18:59:31.867Z[ recovery-image] Aug 30 18:59:30.066 INFO O| Aug 30 18:59:30.066 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-08-30T18:59:31.881Z[ recovery-image] Aug 30 18:59:30.082 INFO O| Aug 30 18:59:30.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
70532024-08-30T18:59:31.881Z[ recovery-image] Aug 30 18:59:30.082 INFO O| Aug 30 18:59:30.082 INFO STEP 1015 (remove_files) COMPLETE
70542024-08-30T18:59:31.881Z[ recovery-image] Aug 30 18:59:30.082 INFO O| Aug 30 18:59:30.082 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-08-30T18:59:31.898Z[ recovery-image] Aug 30 18:59:30.099 INFO O| Aug 30 18:59:30.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
70562024-08-30T18:59:31.898Z[ recovery-image] Aug 30 18:59:30.099 INFO O| Aug 30 18:59:30.099 INFO STEP 1016 (remove_files) COMPLETE
70572024-08-30T18:59:31.900Z[ recovery-image] Aug 30 18:59:30.099 INFO O| Aug 30 18:59:30.099 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-08-30T18:59:31.915Z[ recovery-image] Aug 30 18:59:30.116 INFO O| Aug 30 18:59:30.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
70592024-08-30T18:59:31.915Z[ recovery-image] Aug 30 18:59:30.116 INFO O| Aug 30 18:59:30.116 INFO STEP 1017 (remove_files) COMPLETE
70602024-08-30T18:59:31.915Z[ recovery-image] Aug 30 18:59:30.116 INFO O| Aug 30 18:59:30.116 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-08-30T18:59:31.933Z[ recovery-image] Aug 30 18:59:30.134 INFO O| Aug 30 18:59:30.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
70622024-08-30T18:59:31.935Z[ recovery-image] Aug 30 18:59:30.134 INFO O| Aug 30 18:59:30.134 INFO STEP 1018 (remove_files) COMPLETE
70632024-08-30T18:59:31.935Z[ recovery-image] Aug 30 18:59:30.134 INFO O| Aug 30 18:59:30.134 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-08-30T18:59:31.965Z[ recovery-image] Aug 30 18:59:30.166 INFO O| Aug 30 18:59:30.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
70652024-08-30T18:59:31.991Z[ recovery-image] Aug 30 18:59:30.192 INFO O| Aug 30 18:59:30.192 INFO STEP 1019 (remove_files) COMPLETE
70662024-08-30T18:59:31.993Z[ recovery-image] Aug 30 18:59:30.192 INFO O| Aug 30 18:59:30.192 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-08-30T18:59:32.012Z[ recovery-image] Aug 30 18:59:30.212 INFO O| Aug 30 18:59:30.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
70682024-08-30T18:59:32.016Z[ recovery-image] Aug 30 18:59:30.213 INFO O| Aug 30 18:59:30.213 INFO STEP 1020 (remove_files) COMPLETE
70692024-08-30T18:59:32.016Z[ recovery-image] Aug 30 18:59:30.213 INFO O| Aug 30 18:59:30.213 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-08-30T18:59:32.030Z[ recovery-image] Aug 30 18:59:30.231 INFO O| Aug 30 18:59:30.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
70712024-08-30T18:59:32.034Z[ recovery-image] Aug 30 18:59:30.231 INFO O| Aug 30 18:59:30.231 INFO STEP 1021 (remove_files) COMPLETE
70722024-08-30T18:59:32.034Z[ recovery-image] Aug 30 18:59:30.231 INFO O| Aug 30 18:59:30.231 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-08-30T18:59:32.048Z[ recovery-image] Aug 30 18:59:30.249 INFO O| Aug 30 18:59:30.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
70742024-08-30T18:59:32.051Z[ recovery-image] Aug 30 18:59:30.249 INFO O| Aug 30 18:59:30.249 INFO STEP 1022 (remove_files) COMPLETE
70752024-08-30T18:59:32.051Z[ recovery-image] Aug 30 18:59:30.249 INFO O| Aug 30 18:59:30.249 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-08-30T18:59:32.067Z[ recovery-image] Aug 30 18:59:30.267 INFO O| Aug 30 18:59:30.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
70772024-08-30T18:59:32.067Z[ recovery-image] Aug 30 18:59:30.268 INFO O| Aug 30 18:59:30.268 INFO STEP 1023 (remove_files) COMPLETE
70782024-08-30T18:59:32.069Z[ recovery-image] Aug 30 18:59:30.268 INFO O| Aug 30 18:59:30.268 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-08-30T18:59:32.107Z[ recovery-image] Aug 30 18:59:30.308 INFO O| Aug 30 18:59:30.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
70802024-08-30T18:59:32.107Z[ recovery-image] Aug 30 18:59:30.308 INFO O| Aug 30 18:59:30.308 INFO STEP 1024 (remove_files) COMPLETE
70812024-08-30T18:59:32.107Z[ recovery-image] Aug 30 18:59:30.308 INFO O| Aug 30 18:59:30.308 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-08-30T18:59:32.128Z[ recovery-image] Aug 30 18:59:30.328 INFO O| Aug 30 18:59:30.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
70832024-08-30T18:59:32.128Z[ recovery-image] Aug 30 18:59:30.328 INFO O| Aug 30 18:59:30.328 INFO STEP 1025 (remove_files) COMPLETE
70842024-08-30T18:59:32.128Z[ recovery-image] Aug 30 18:59:30.328 INFO O| Aug 30 18:59:30.328 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-08-30T18:59:32.144Z[ recovery-image] Aug 30 18:59:30.345 INFO O| Aug 30 18:59:30.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
70862024-08-30T18:59:32.147Z[ host-image] Aug 30 18:59:30.347 INFO O| Aug 30 18:59:30.347 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
70872024-08-30T18:59:32.147Z[ recovery-image] Aug 30 18:59:30.348 INFO O| Aug 30 18:59:30.348 INFO STEP 1026 (remove_files) COMPLETE
70882024-08-30T18:59:32.147Z[ recovery-image] Aug 30 18:59:30.348 INFO O| Aug 30 18:59:30.348 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-08-30T18:59:32.167Z[ recovery-image] Aug 30 18:59:30.368 INFO O| Aug 30 18:59:30.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
70902024-08-30T18:59:32.189Z[ recovery-image] Aug 30 18:59:30.390 INFO O| Aug 30 18:59:30.390 INFO STEP 1027 (remove_files) COMPLETE
70912024-08-30T18:59:32.189Z[ recovery-image] Aug 30 18:59:30.390 INFO O| Aug 30 18:59:30.390 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-08-30T18:59:32.226Z[ recovery-image] Aug 30 18:59:30.427 INFO O| Aug 30 18:59:30.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
70932024-08-30T18:59:32.226Z[ recovery-image] Aug 30 18:59:30.427 INFO O| Aug 30 18:59:30.427 INFO STEP 1028 (remove_files) COMPLETE
70942024-08-30T18:59:32.229Z[ recovery-image] Aug 30 18:59:30.427 INFO O| Aug 30 18:59:30.427 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-08-30T18:59:32.288Z[ recovery-image] Aug 30 18:59:30.488 INFO O| Aug 30 18:59:30.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70962024-08-30T18:59:32.288Z[ recovery-image] Aug 30 18:59:30.488 INFO O| Aug 30 18:59:30.488 INFO STEP 1029 (remove_files) COMPLETE
70972024-08-30T18:59:32.288Z[ recovery-image] Aug 30 18:59:30.489 INFO O| Aug 30 18:59:30.488 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-08-30T18:59:32.395Z[ recovery-image] Aug 30 18:59:30.595 INFO O| Aug 30 18:59:30.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70992024-08-30T18:59:32.395Z[ recovery-image] Aug 30 18:59:30.595 INFO O| Aug 30 18:59:30.595 INFO STEP 1030 (remove_files) COMPLETE
71002024-08-30T18:59:32.395Z[ recovery-image] Aug 30 18:59:30.595 INFO O| Aug 30 18:59:30.595 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-08-30T18:59:32.474Z[ recovery-image] Aug 30 18:59:30.673 INFO O| Aug 30 18:59:30.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71022024-08-30T18:59:32.474Z[ recovery-image] Aug 30 18:59:30.673 INFO O| Aug 30 18:59:30.673 INFO STEP 1031 (remove_files) COMPLETE
71032024-08-30T18:59:32.474Z[ recovery-image] Aug 30 18:59:30.673 INFO O| Aug 30 18:59:30.673 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-08-30T18:59:32.537Z[ recovery-image] Aug 30 18:59:30.738 INFO O| Aug 30 18:59:30.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71052024-08-30T18:59:32.537Z[ recovery-image] Aug 30 18:59:30.738 INFO O| Aug 30 18:59:30.738 INFO STEP 1032 (remove_files) COMPLETE
71062024-08-30T18:59:32.539Z[ recovery-image] Aug 30 18:59:30.738 INFO O| Aug 30 18:59:30.738 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-08-30T18:59:32.603Z[ recovery-image] Aug 30 18:59:30.803 INFO O| Aug 30 18:59:30.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71082024-08-30T18:59:32.603Z[ recovery-image] Aug 30 18:59:30.803 INFO O| Aug 30 18:59:30.803 INFO STEP 1033 (remove_files) COMPLETE
71092024-08-30T18:59:32.603Z[ recovery-image] Aug 30 18:59:30.803 INFO O| Aug 30 18:59:30.803 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-08-30T18:59:32.626Z[ recovery-image] Aug 30 18:59:30.826 INFO O| Aug 30 18:59:30.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71112024-08-30T18:59:32.626Z[ recovery-image] Aug 30 18:59:30.826 INFO O| Aug 30 18:59:30.826 INFO STEP 1034 (remove_files) COMPLETE
71122024-08-30T18:59:32.626Z[ recovery-image] Aug 30 18:59:30.826 INFO O| Aug 30 18:59:30.826 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-08-30T18:59:32.646Z[ recovery-image] Aug 30 18:59:30.847 INFO O| Aug 30 18:59:30.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71142024-08-30T18:59:32.646Z[ recovery-image] Aug 30 18:59:30.847 INFO O| Aug 30 18:59:30.847 INFO STEP 1035 (remove_files) COMPLETE
71152024-08-30T18:59:32.646Z[ recovery-image] Aug 30 18:59:30.847 INFO O| Aug 30 18:59:30.847 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-08-30T18:59:32.809Z[ recovery-image] Aug 30 18:59:31.008 INFO O| Aug 30 18:59:31.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71172024-08-30T18:59:32.809Z[ recovery-image] Aug 30 18:59:31.008 INFO O| Aug 30 18:59:31.008 INFO STEP 1036 (remove_files) COMPLETE
71182024-08-30T18:59:32.809Z[ recovery-image] Aug 30 18:59:31.008 INFO O| Aug 30 18:59:31.008 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-08-30T18:59:32.833Z[ recovery-image] Aug 30 18:59:31.034 INFO O| Aug 30 18:59:31.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71202024-08-30T18:59:32.833Z[ recovery-image] Aug 30 18:59:31.034 INFO O| Aug 30 18:59:31.034 INFO STEP 1037 (remove_files) COMPLETE
71212024-08-30T18:59:32.835Z[ recovery-image] Aug 30 18:59:31.034 INFO O| Aug 30 18:59:31.034 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-08-30T18:59:32.893Z[ recovery-image] Aug 30 18:59:31.093 INFO O| Aug 30 18:59:31.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71232024-08-30T18:59:32.893Z[ recovery-image] Aug 30 18:59:31.093 INFO O| Aug 30 18:59:31.093 INFO STEP 1038 (remove_files) COMPLETE
71242024-08-30T18:59:32.893Z[ recovery-image] Aug 30 18:59:31.093 INFO O| Aug 30 18:59:31.093 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-08-30T18:59:32.914Z[ recovery-image] Aug 30 18:59:31.115 INFO O| Aug 30 18:59:31.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71262024-08-30T18:59:32.914Z[ recovery-image] Aug 30 18:59:31.115 INFO O| Aug 30 18:59:31.115 INFO STEP 1039 (remove_files) COMPLETE
71272024-08-30T18:59:32.914Z[ recovery-image] Aug 30 18:59:31.115 INFO O| Aug 30 18:59:31.115 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-08-30T18:59:32.941Z[ recovery-image] Aug 30 18:59:31.141 INFO O| Aug 30 18:59:31.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71292024-08-30T18:59:32.941Z[ recovery-image] Aug 30 18:59:31.141 INFO O| Aug 30 18:59:31.141 INFO STEP 1040 (remove_files) COMPLETE
71302024-08-30T18:59:32.941Z[ recovery-image] Aug 30 18:59:31.141 INFO O| Aug 30 18:59:31.141 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-08-30T18:59:33.021Z[ recovery-image] Aug 30 18:59:31.221 INFO O| Aug 30 18:59:31.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71322024-08-30T18:59:33.021Z[ recovery-image] Aug 30 18:59:31.221 INFO O| Aug 30 18:59:31.221 INFO STEP 1041 (remove_files) COMPLETE
71332024-08-30T18:59:33.023Z[ recovery-image] Aug 30 18:59:31.221 INFO O| Aug 30 18:59:31.221 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-08-30T18:59:33.039Z[ recovery-image] Aug 30 18:59:31.240 INFO O| Aug 30 18:59:31.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71352024-08-30T18:59:33.042Z[ recovery-image] Aug 30 18:59:31.240 INFO O| Aug 30 18:59:31.240 INFO STEP 1042 (remove_files) COMPLETE
71362024-08-30T18:59:33.042Z[ recovery-image] Aug 30 18:59:31.240 INFO O| Aug 30 18:59:31.240 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-08-30T18:59:33.073Z[ recovery-image] Aug 30 18:59:31.274 INFO O| Aug 30 18:59:31.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71382024-08-30T18:59:33.073Z[ recovery-image] Aug 30 18:59:31.274 INFO O| Aug 30 18:59:31.274 INFO STEP 1043 (remove_files) COMPLETE
71392024-08-30T18:59:33.073Z[ recovery-image] Aug 30 18:59:31.274 INFO O| Aug 30 18:59:31.274 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-08-30T18:59:33.116Z[ recovery-image] Aug 30 18:59:31.316 INFO O| Aug 30 18:59:31.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71412024-08-30T18:59:33.116Z[ recovery-image] Aug 30 18:59:31.316 INFO O| Aug 30 18:59:31.316 INFO STEP 1044 (remove_files) COMPLETE
71422024-08-30T18:59:33.116Z[ recovery-image] Aug 30 18:59:31.316 INFO O| Aug 30 18:59:31.316 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-08-30T18:59:33.157Z[ recovery-image] Aug 30 18:59:31.358 INFO O| Aug 30 18:59:31.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71442024-08-30T18:59:33.157Z[ recovery-image] Aug 30 18:59:31.358 INFO O| Aug 30 18:59:31.358 INFO STEP 1045 (remove_files) COMPLETE
71452024-08-30T18:59:33.159Z[ recovery-image] Aug 30 18:59:31.358 INFO O| Aug 30 18:59:31.358 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-08-30T18:59:33.175Z[ recovery-image] Aug 30 18:59:31.376 INFO O| Aug 30 18:59:31.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71472024-08-30T18:59:33.175Z[ recovery-image] Aug 30 18:59:31.376 INFO O| Aug 30 18:59:31.376 INFO STEP 1046 (remove_files) COMPLETE
71482024-08-30T18:59:33.175Z[ recovery-image] Aug 30 18:59:31.376 INFO O| Aug 30 18:59:31.376 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-08-30T18:59:33.192Z[ recovery-image] Aug 30 18:59:31.393 INFO O| Aug 30 18:59:31.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71502024-08-30T18:59:33.195Z[ recovery-image] Aug 30 18:59:31.393 INFO O| Aug 30 18:59:31.393 INFO STEP 1047 (remove_files) COMPLETE
71512024-08-30T18:59:33.195Z[ recovery-image] Aug 30 18:59:31.393 INFO O| Aug 30 18:59:31.393 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-08-30T18:59:33.211Z[ recovery-image] Aug 30 18:59:31.412 INFO O| Aug 30 18:59:31.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
71532024-08-30T18:59:33.211Z[ recovery-image] Aug 30 18:59:31.412 INFO O| Aug 30 18:59:31.412 INFO STEP 1048 (remove_files) COMPLETE
71542024-08-30T18:59:33.211Z[ recovery-image] Aug 30 18:59:31.412 INFO O| Aug 30 18:59:31.412 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-08-30T18:59:33.229Z[ recovery-image] Aug 30 18:59:31.430 INFO O| Aug 30 18:59:31.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
71562024-08-30T18:59:33.229Z[ recovery-image] Aug 30 18:59:31.430 INFO O| Aug 30 18:59:31.430 INFO STEP 1049 (remove_files) COMPLETE
71572024-08-30T18:59:33.229Z[ recovery-image] Aug 30 18:59:31.430 INFO O| Aug 30 18:59:31.430 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-08-30T18:59:33.248Z[ recovery-image] Aug 30 18:59:31.449 INFO O| Aug 30 18:59:31.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
71592024-08-30T18:59:33.248Z[ recovery-image] Aug 30 18:59:31.449 INFO O| Aug 30 18:59:31.449 INFO STEP 1050 (remove_files) COMPLETE
71602024-08-30T18:59:33.248Z[ recovery-image] Aug 30 18:59:31.449 INFO O| Aug 30 18:59:31.449 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-08-30T18:59:33.267Z[ recovery-image] Aug 30 18:59:31.468 INFO O| Aug 30 18:59:31.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
71622024-08-30T18:59:33.267Z[ recovery-image] Aug 30 18:59:31.468 INFO O| Aug 30 18:59:31.468 INFO STEP 1051 (remove_files) COMPLETE
71632024-08-30T18:59:33.267Z[ recovery-image] Aug 30 18:59:31.468 INFO O| Aug 30 18:59:31.468 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-08-30T18:59:33.287Z[ recovery-image] Aug 30 18:59:31.488 INFO O| Aug 30 18:59:31.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
71652024-08-30T18:59:33.287Z[ recovery-image] Aug 30 18:59:31.488 INFO O| Aug 30 18:59:31.488 INFO STEP 1052 (remove_files) COMPLETE
71662024-08-30T18:59:33.290Z[ recovery-image] Aug 30 18:59:31.488 INFO O| Aug 30 18:59:31.488 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-08-30T18:59:33.308Z[ recovery-image] Aug 30 18:59:31.508 INFO O| Aug 30 18:59:31.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
71682024-08-30T18:59:33.308Z[ recovery-image] Aug 30 18:59:31.508 INFO O| Aug 30 18:59:31.508 INFO STEP 1053 (remove_files) COMPLETE
71692024-08-30T18:59:33.310Z[ recovery-image] Aug 30 18:59:31.508 INFO O| Aug 30 18:59:31.508 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-08-30T18:59:33.327Z[ recovery-image] Aug 30 18:59:31.528 INFO O| Aug 30 18:59:31.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
71712024-08-30T18:59:33.327Z[ recovery-image] Aug 30 18:59:31.528 INFO O| Aug 30 18:59:31.528 INFO STEP 1054 (remove_files) COMPLETE
71722024-08-30T18:59:33.327Z[ recovery-image] Aug 30 18:59:31.528 INFO O| Aug 30 18:59:31.528 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-08-30T18:59:33.347Z[ recovery-image] Aug 30 18:59:31.548 INFO O| Aug 30 18:59:31.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
71742024-08-30T18:59:33.347Z[ recovery-image] Aug 30 18:59:31.548 INFO O| Aug 30 18:59:31.548 INFO STEP 1055 (remove_files) COMPLETE
71752024-08-30T18:59:33.347Z[ recovery-image] Aug 30 18:59:31.548 INFO O| Aug 30 18:59:31.548 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-08-30T18:59:33.367Z[ recovery-image] Aug 30 18:59:31.567 INFO O| Aug 30 18:59:31.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
71772024-08-30T18:59:33.367Z[ recovery-image] Aug 30 18:59:31.567 INFO O| Aug 30 18:59:31.567 INFO STEP 1056 (remove_files) COMPLETE
71782024-08-30T18:59:33.367Z[ recovery-image] Aug 30 18:59:31.567 INFO O| Aug 30 18:59:31.567 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-08-30T18:59:33.387Z[ recovery-image] Aug 30 18:59:31.587 INFO O| Aug 30 18:59:31.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
71802024-08-30T18:59:33.387Z[ recovery-image] Aug 30 18:59:31.587 INFO O| Aug 30 18:59:31.587 INFO STEP 1057 (remove_files) COMPLETE
71812024-08-30T18:59:33.387Z[ recovery-image] Aug 30 18:59:31.587 INFO O| Aug 30 18:59:31.587 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-08-30T18:59:33.404Z[ recovery-image] Aug 30 18:59:31.604 INFO O| Aug 30 18:59:31.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
71832024-08-30T18:59:33.404Z[ recovery-image] Aug 30 18:59:31.604 INFO O| Aug 30 18:59:31.604 INFO STEP 1058 (remove_files) COMPLETE
71842024-08-30T18:59:33.406Z[ recovery-image] Aug 30 18:59:31.604 INFO O| Aug 30 18:59:31.604 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-08-30T18:59:33.467Z[ recovery-image] Aug 30 18:59:31.667 INFO O| Aug 30 18:59:31.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
71862024-08-30T18:59:33.467Z[ recovery-image] Aug 30 18:59:31.667 INFO O| Aug 30 18:59:31.664 INFO STEP 1059 (remove_files) COMPLETE
71872024-08-30T18:59:33.469Z[ recovery-image] Aug 30 18:59:31.667 INFO O| Aug 30 18:59:31.664 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-08-30T18:59:33.487Z[ recovery-image] Aug 30 18:59:31.688 INFO O| Aug 30 18:59:31.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
71892024-08-30T18:59:33.487Z[ recovery-image] Aug 30 18:59:31.688 INFO O| Aug 30 18:59:31.679 INFO STEP 1060 (remove_files) COMPLETE
71902024-08-30T18:59:33.490Z[ recovery-image] Aug 30 18:59:31.688 INFO O| Aug 30 18:59:31.679 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-08-30T18:59:33.513Z[ recovery-image] Aug 30 18:59:31.714 INFO O| Aug 30 18:59:31.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
71922024-08-30T18:59:33.513Z[ recovery-image] Aug 30 18:59:31.714 INFO O| Aug 30 18:59:31.714 INFO STEP 1061 (remove_files) COMPLETE
71932024-08-30T18:59:33.515Z[ recovery-image] Aug 30 18:59:31.714 INFO O| Aug 30 18:59:31.714 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-08-30T18:59:33.531Z[ recovery-image] Aug 30 18:59:31.732 INFO O| Aug 30 18:59:31.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
71952024-08-30T18:59:33.531Z[ recovery-image] Aug 30 18:59:31.732 INFO O| Aug 30 18:59:31.732 INFO STEP 1062 (remove_files) COMPLETE
71962024-08-30T18:59:33.534Z[ recovery-image] Aug 30 18:59:31.732 INFO O| Aug 30 18:59:31.732 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-08-30T18:59:33.550Z[ recovery-image] Aug 30 18:59:31.750 INFO O| Aug 30 18:59:31.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71982024-08-30T18:59:33.550Z[ recovery-image] Aug 30 18:59:31.750 INFO O| Aug 30 18:59:31.750 INFO STEP 1063 (remove_files) COMPLETE
71992024-08-30T18:59:33.552Z[ recovery-image] Aug 30 18:59:31.750 INFO O| Aug 30 18:59:31.750 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-08-30T18:59:33.603Z[ recovery-image] Aug 30 18:59:31.804 INFO O| Aug 30 18:59:31.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72012024-08-30T18:59:33.603Z[ recovery-image] Aug 30 18:59:31.804 INFO O| Aug 30 18:59:31.804 INFO STEP 1064 (remove_files) COMPLETE
72022024-08-30T18:59:33.603Z[ recovery-image] Aug 30 18:59:31.804 INFO O| Aug 30 18:59:31.804 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-08-30T18:59:33.656Z[ recovery-image] Aug 30 18:59:31.856 INFO O| Aug 30 18:59:31.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72042024-08-30T18:59:33.656Z[ recovery-image] Aug 30 18:59:31.857 INFO O| Aug 30 18:59:31.857 INFO STEP 1065 (remove_files) COMPLETE
72052024-08-30T18:59:33.656Z[ recovery-image] Aug 30 18:59:31.857 INFO O| Aug 30 18:59:31.857 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-08-30T18:59:33.696Z[ recovery-image] Aug 30 18:59:31.896 INFO O| Aug 30 18:59:31.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72072024-08-30T18:59:33.696Z[ recovery-image] Aug 30 18:59:31.896 INFO O| Aug 30 18:59:31.896 INFO STEP 1066 (remove_files) COMPLETE
72082024-08-30T18:59:33.696Z[ recovery-image] Aug 30 18:59:31.896 INFO O| Aug 30 18:59:31.896 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-08-30T18:59:33.738Z[ recovery-image] Aug 30 18:59:31.939 INFO O| Aug 30 18:59:31.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72102024-08-30T18:59:33.741Z[ recovery-image] Aug 30 18:59:31.939 INFO O| Aug 30 18:59:31.939 INFO STEP 1067 (remove_files) COMPLETE
72112024-08-30T18:59:33.741Z[ recovery-image] Aug 30 18:59:31.939 INFO O| Aug 30 18:59:31.939 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-08-30T18:59:33.757Z[ recovery-image] Aug 30 18:59:31.958 INFO O| Aug 30 18:59:31.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72132024-08-30T18:59:33.757Z[ recovery-image] Aug 30 18:59:31.958 INFO O| Aug 30 18:59:31.958 INFO STEP 1068 (remove_files) COMPLETE
72142024-08-30T18:59:33.757Z[ recovery-image] Aug 30 18:59:31.958 INFO O| Aug 30 18:59:31.958 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-08-30T18:59:33.775Z[ recovery-image] Aug 30 18:59:31.976 INFO O| Aug 30 18:59:31.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72162024-08-30T18:59:33.775Z[ recovery-image] Aug 30 18:59:31.976 INFO O| Aug 30 18:59:31.976 INFO STEP 1069 (remove_files) COMPLETE
72172024-08-30T18:59:33.775Z[ recovery-image] Aug 30 18:59:31.976 INFO O| Aug 30 18:59:31.976 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-08-30T18:59:33.803Z[ recovery-image] Aug 30 18:59:32.003 INFO O| Aug 30 18:59:32.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72192024-08-30T18:59:33.803Z[ recovery-image] Aug 30 18:59:32.003 INFO O| Aug 30 18:59:32.003 INFO STEP 1070 (remove_files) COMPLETE
72202024-08-30T18:59:33.805Z[ recovery-image] Aug 30 18:59:32.003 INFO O| Aug 30 18:59:32.003 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-08-30T18:59:33.838Z[ recovery-image] Aug 30 18:59:32.038 INFO O| Aug 30 18:59:32.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72222024-08-30T18:59:33.838Z[ recovery-image] Aug 30 18:59:32.038 INFO O| Aug 30 18:59:32.038 INFO STEP 1071 (remove_files) COMPLETE
72232024-08-30T18:59:33.838Z[ recovery-image] Aug 30 18:59:32.038 INFO O| Aug 30 18:59:32.038 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-08-30T18:59:33.904Z[ recovery-image] Aug 30 18:59:32.105 INFO O| Aug 30 18:59:32.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72252024-08-30T18:59:33.904Z[ recovery-image] Aug 30 18:59:32.105 INFO O| Aug 30 18:59:32.105 INFO STEP 1072 (remove_files) COMPLETE
72262024-08-30T18:59:33.906Z[ recovery-image] Aug 30 18:59:32.105 INFO O| Aug 30 18:59:32.105 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-08-30T18:59:33.923Z[ recovery-image] Aug 30 18:59:32.123 INFO O| Aug 30 18:59:32.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72282024-08-30T18:59:33.923Z[ recovery-image] Aug 30 18:59:32.123 INFO O| Aug 30 18:59:32.123 INFO STEP 1073 (remove_files) COMPLETE
72292024-08-30T18:59:33.923Z[ recovery-image] Aug 30 18:59:32.123 INFO O| Aug 30 18:59:32.123 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-08-30T18:59:33.939Z[ recovery-image] Aug 30 18:59:32.140 INFO O| Aug 30 18:59:32.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72312024-08-30T18:59:33.939Z[ recovery-image] Aug 30 18:59:32.140 INFO O| Aug 30 18:59:32.140 INFO STEP 1074 (remove_files) COMPLETE
72322024-08-30T18:59:33.940Z[ recovery-image] Aug 30 18:59:32.140 INFO O| Aug 30 18:59:32.140 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-08-30T18:59:33.975Z[ recovery-image] Aug 30 18:59:32.176 INFO O| Aug 30 18:59:32.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72342024-08-30T18:59:33.978Z[ recovery-image] Aug 30 18:59:32.176 INFO O| Aug 30 18:59:32.176 INFO STEP 1075 (remove_files) COMPLETE
72352024-08-30T18:59:33.978Z[ recovery-image] Aug 30 18:59:32.176 INFO O| Aug 30 18:59:32.176 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-08-30T18:59:33.995Z[ recovery-image] Aug 30 18:59:32.195 INFO O| Aug 30 18:59:32.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72372024-08-30T18:59:33.997Z[ recovery-image] Aug 30 18:59:32.196 INFO O| Aug 30 18:59:32.196 INFO STEP 1076 (remove_files) COMPLETE
72382024-08-30T18:59:33.997Z[ recovery-image] Aug 30 18:59:32.196 INFO O| Aug 30 18:59:32.196 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-08-30T18:59:34.014Z[ recovery-image] Aug 30 18:59:32.214 INFO O| Aug 30 18:59:32.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72402024-08-30T18:59:34.016Z[ recovery-image] Aug 30 18:59:32.214 INFO O| Aug 30 18:59:32.214 INFO STEP 1077 (remove_files) COMPLETE
72412024-08-30T18:59:34.016Z[ recovery-image] Aug 30 18:59:32.215 INFO O| Aug 30 18:59:32.214 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-08-30T18:59:34.031Z[ recovery-image] Aug 30 18:59:32.232 INFO O| Aug 30 18:59:32.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72432024-08-30T18:59:34.034Z[ recovery-image] Aug 30 18:59:32.232 INFO O| Aug 30 18:59:32.232 INFO STEP 1078 (remove_files) COMPLETE
72442024-08-30T18:59:34.034Z[ recovery-image] Aug 30 18:59:32.232 INFO O| Aug 30 18:59:32.232 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-08-30T18:59:34.066Z[ recovery-image] Aug 30 18:59:32.266 INFO O| Aug 30 18:59:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72462024-08-30T18:59:34.068Z[ recovery-image] Aug 30 18:59:32.266 INFO O| Aug 30 18:59:32.266 INFO STEP 1079 (remove_files) COMPLETE
72472024-08-30T18:59:34.068Z[ recovery-image] Aug 30 18:59:32.267 INFO O| Aug 30 18:59:32.267 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-08-30T18:59:34.086Z[ recovery-image] Aug 30 18:59:32.286 INFO O| Aug 30 18:59:32.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72492024-08-30T18:59:34.088Z[ recovery-image] Aug 30 18:59:32.286 INFO O| Aug 30 18:59:32.286 INFO STEP 1080 (remove_files) COMPLETE
72502024-08-30T18:59:34.088Z[ recovery-image] Aug 30 18:59:32.287 INFO O| Aug 30 18:59:32.287 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-08-30T18:59:34.112Z[ recovery-image] Aug 30 18:59:32.312 INFO O| Aug 30 18:59:32.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
72522024-08-30T18:59:34.112Z[ recovery-image] Aug 30 18:59:32.312 INFO O| Aug 30 18:59:32.312 INFO STEP 1081 (remove_files) COMPLETE
72532024-08-30T18:59:34.112Z[ recovery-image] Aug 30 18:59:32.312 INFO O| Aug 30 18:59:32.312 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-08-30T18:59:34.129Z[ recovery-image] Aug 30 18:59:32.329 INFO O| Aug 30 18:59:32.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
72552024-08-30T18:59:34.132Z[ recovery-image] Aug 30 18:59:32.329 INFO O| Aug 30 18:59:32.329 INFO STEP 1082 (remove_files) COMPLETE
72562024-08-30T18:59:34.132Z[ recovery-image] Aug 30 18:59:32.329 INFO O| Aug 30 18:59:32.329 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-08-30T18:59:34.145Z[ recovery-image] Aug 30 18:59:32.346 INFO O| Aug 30 18:59:32.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
72582024-08-30T18:59:34.148Z[ recovery-image] Aug 30 18:59:32.346 INFO O| Aug 30 18:59:32.346 INFO STEP 1083 (remove_files) COMPLETE
72592024-08-30T18:59:34.148Z[ recovery-image] Aug 30 18:59:32.346 INFO O| Aug 30 18:59:32.346 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-08-30T18:59:34.161Z[ recovery-image] Aug 30 18:59:32.362 INFO O| Aug 30 18:59:32.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
72612024-08-30T18:59:34.166Z[ recovery-image] Aug 30 18:59:32.362 INFO O| Aug 30 18:59:32.362 INFO STEP 1084 (remove_files) COMPLETE
72622024-08-30T18:59:34.166Z[ recovery-image] Aug 30 18:59:32.362 INFO O| Aug 30 18:59:32.362 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-08-30T18:59:34.198Z[ recovery-image] Aug 30 18:59:32.399 INFO O| Aug 30 18:59:32.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
72642024-08-30T18:59:34.198Z[ recovery-image] Aug 30 18:59:32.399 INFO O| Aug 30 18:59:32.399 INFO STEP 1085 (remove_files) COMPLETE
72652024-08-30T18:59:34.198Z[ recovery-image] Aug 30 18:59:32.399 INFO O| Aug 30 18:59:32.399 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-08-30T18:59:34.247Z[ recovery-image] Aug 30 18:59:32.447 INFO O| Aug 30 18:59:32.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
72672024-08-30T18:59:34.247Z[ recovery-image] Aug 30 18:59:32.447 INFO O| Aug 30 18:59:32.447 INFO STEP 1086 (remove_files) COMPLETE
72682024-08-30T18:59:34.248Z[ recovery-image] Aug 30 18:59:32.447 INFO O| Aug 30 18:59:32.447 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-08-30T18:59:34.265Z[ recovery-image] Aug 30 18:59:32.465 INFO O| Aug 30 18:59:32.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
72702024-08-30T18:59:34.265Z[ recovery-image] Aug 30 18:59:32.465 INFO O| Aug 30 18:59:32.465 INFO STEP 1087 (remove_files) COMPLETE
72712024-08-30T18:59:34.265Z[ recovery-image] Aug 30 18:59:32.465 INFO O| Aug 30 18:59:32.465 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-08-30T18:59:34.299Z[ recovery-image] Aug 30 18:59:32.499 INFO O| Aug 30 18:59:32.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
72732024-08-30T18:59:34.301Z[ recovery-image] Aug 30 18:59:32.499 INFO O| Aug 30 18:59:32.499 INFO STEP 1088 (remove_files) COMPLETE
72742024-08-30T18:59:34.301Z[ recovery-image] Aug 30 18:59:32.500 INFO O| Aug 30 18:59:32.499 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-08-30T18:59:34.333Z[ recovery-image] Aug 30 18:59:32.533 INFO O| Aug 30 18:59:32.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
72762024-08-30T18:59:34.336Z[ recovery-image] Aug 30 18:59:32.534 INFO O| Aug 30 18:59:32.534 INFO STEP 1089 (remove_files) COMPLETE
72772024-08-30T18:59:34.336Z[ recovery-image] Aug 30 18:59:32.534 INFO O| Aug 30 18:59:32.534 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-08-30T18:59:34.352Z[ recovery-image] Aug 30 18:59:32.553 INFO O| Aug 30 18:59:32.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
72792024-08-30T18:59:34.354Z[ recovery-image] Aug 30 18:59:32.553 INFO O| Aug 30 18:59:32.553 INFO STEP 1090 (remove_files) COMPLETE
72802024-08-30T18:59:34.354Z[ recovery-image] Aug 30 18:59:32.553 INFO O| Aug 30 18:59:32.553 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-08-30T18:59:34.377Z[ recovery-image] Aug 30 18:59:32.577 INFO O| Aug 30 18:59:32.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
72822024-08-30T18:59:34.377Z[ recovery-image] Aug 30 18:59:32.577 INFO O| Aug 30 18:59:32.577 INFO STEP 1091 (remove_files) COMPLETE
72832024-08-30T18:59:34.377Z[ recovery-image] Aug 30 18:59:32.577 INFO O| Aug 30 18:59:32.577 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-08-30T18:59:34.395Z[ recovery-image] Aug 30 18:59:32.595 INFO O| Aug 30 18:59:32.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
72852024-08-30T18:59:34.395Z[ recovery-image] Aug 30 18:59:32.595 INFO O| Aug 30 18:59:32.595 INFO STEP 1092 (remove_files) COMPLETE
72862024-08-30T18:59:34.395Z[ recovery-image] Aug 30 18:59:32.595 INFO O| Aug 30 18:59:32.595 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-08-30T18:59:34.424Z[ recovery-image] Aug 30 18:59:32.624 INFO O| Aug 30 18:59:32.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
72882024-08-30T18:59:34.424Z[ recovery-image] Aug 30 18:59:32.624 INFO O| Aug 30 18:59:32.624 INFO STEP 1093 (remove_files) COMPLETE
72892024-08-30T18:59:34.426Z[ recovery-image] Aug 30 18:59:32.624 INFO O| Aug 30 18:59:32.624 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-08-30T18:59:34.460Z[ recovery-image] Aug 30 18:59:32.660 INFO O| Aug 30 18:59:32.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
72912024-08-30T18:59:34.460Z[ recovery-image] Aug 30 18:59:32.660 INFO O| Aug 30 18:59:32.660 INFO STEP 1094 (remove_files) COMPLETE
72922024-08-30T18:59:34.460Z[ recovery-image] Aug 30 18:59:32.660 INFO O| Aug 30 18:59:32.660 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-08-30T18:59:34.479Z[ recovery-image] Aug 30 18:59:32.679 INFO O| Aug 30 18:59:32.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
72942024-08-30T18:59:34.479Z[ recovery-image] Aug 30 18:59:32.679 INFO O| Aug 30 18:59:32.679 INFO STEP 1095 (remove_files) COMPLETE
72952024-08-30T18:59:34.481Z[ recovery-image] Aug 30 18:59:32.679 INFO O| Aug 30 18:59:32.679 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-08-30T18:59:34.496Z[ recovery-image] Aug 30 18:59:32.697 INFO O| Aug 30 18:59:32.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72972024-08-30T18:59:34.496Z[ recovery-image] Aug 30 18:59:32.697 INFO O| Aug 30 18:59:32.697 INFO STEP 1096 (remove_files) COMPLETE
72982024-08-30T18:59:34.496Z[ recovery-image] Aug 30 18:59:32.697 INFO O| Aug 30 18:59:32.697 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-08-30T18:59:34.514Z[ recovery-image] Aug 30 18:59:32.714 INFO O| Aug 30 18:59:32.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73002024-08-30T18:59:34.514Z[ recovery-image] Aug 30 18:59:32.714 INFO O| Aug 30 18:59:32.714 INFO STEP 1097 (remove_files) COMPLETE
73012024-08-30T18:59:34.514Z[ recovery-image] Aug 30 18:59:32.714 INFO O| Aug 30 18:59:32.714 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-08-30T18:59:34.531Z[ recovery-image] Aug 30 18:59:32.730 INFO O| Aug 30 18:59:32.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73032024-08-30T18:59:34.531Z[ recovery-image] Aug 30 18:59:32.730 INFO O| Aug 30 18:59:32.730 INFO STEP 1098 (remove_files) COMPLETE
73042024-08-30T18:59:34.533Z[ recovery-image] Aug 30 18:59:32.730 INFO O| Aug 30 18:59:32.730 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-08-30T18:59:34.589Z[ recovery-image] Aug 30 18:59:32.790 INFO O| Aug 30 18:59:32.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73062024-08-30T18:59:34.589Z[ recovery-image] Aug 30 18:59:32.790 INFO O| Aug 30 18:59:32.790 INFO STEP 1099 (remove_files) COMPLETE
73072024-08-30T18:59:34.592Z[ recovery-image] Aug 30 18:59:32.790 INFO O| Aug 30 18:59:32.790 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-08-30T18:59:34.611Z[ recovery-image] Aug 30 18:59:32.811 INFO O| Aug 30 18:59:32.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73092024-08-30T18:59:34.611Z[ recovery-image] Aug 30 18:59:32.811 INFO O| Aug 30 18:59:32.811 INFO STEP 1100 (remove_files) COMPLETE
73102024-08-30T18:59:34.613Z[ recovery-image] Aug 30 18:59:32.811 INFO O| Aug 30 18:59:32.811 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-08-30T18:59:34.631Z[ recovery-image] Aug 30 18:59:32.831 INFO O| Aug 30 18:59:32.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73122024-08-30T18:59:34.631Z[ recovery-image] Aug 30 18:59:32.831 INFO O| Aug 30 18:59:32.831 INFO STEP 1101 (remove_files) COMPLETE
73132024-08-30T18:59:34.633Z[ recovery-image] Aug 30 18:59:32.831 INFO O| Aug 30 18:59:32.831 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-08-30T18:59:34.661Z[ recovery-image] Aug 30 18:59:32.861 INFO O| Aug 30 18:59:32.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73152024-08-30T18:59:34.663Z[ recovery-image] Aug 30 18:59:32.862 INFO O| Aug 30 18:59:32.861 INFO STEP 1102 (remove_files) COMPLETE
73162024-08-30T18:59:34.663Z[ recovery-image] Aug 30 18:59:32.862 INFO O| Aug 30 18:59:32.862 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-08-30T18:59:34.697Z[ recovery-image] Aug 30 18:59:32.897 INFO O| Aug 30 18:59:32.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73182024-08-30T18:59:34.699Z[ recovery-image] Aug 30 18:59:32.897 INFO O| Aug 30 18:59:32.897 INFO STEP 1103 (remove_files) COMPLETE
73192024-08-30T18:59:34.699Z[ recovery-image] Aug 30 18:59:32.898 INFO O| Aug 30 18:59:32.897 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-08-30T18:59:34.716Z[ recovery-image] Aug 30 18:59:32.917 INFO O| Aug 30 18:59:32.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73212024-08-30T18:59:34.716Z[ recovery-image] Aug 30 18:59:32.917 INFO O| Aug 30 18:59:32.917 INFO STEP 1104 (remove_files) COMPLETE
73222024-08-30T18:59:34.718Z[ recovery-image] Aug 30 18:59:32.917 INFO O| Aug 30 18:59:32.917 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-08-30T18:59:34.735Z[ recovery-image] Aug 30 18:59:32.936 INFO O| Aug 30 18:59:32.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73242024-08-30T18:59:34.735Z[ recovery-image] Aug 30 18:59:32.936 INFO O| Aug 30 18:59:32.936 INFO STEP 1105 (remove_files) COMPLETE
73252024-08-30T18:59:34.737Z[ recovery-image] Aug 30 18:59:32.936 INFO O| Aug 30 18:59:32.936 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-08-30T18:59:34.754Z[ recovery-image] Aug 30 18:59:32.954 INFO O| Aug 30 18:59:32.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73272024-08-30T18:59:34.756Z[ recovery-image] Aug 30 18:59:32.954 INFO O| Aug 30 18:59:32.954 INFO STEP 1106 (remove_files) COMPLETE
73282024-08-30T18:59:34.756Z[ recovery-image] Aug 30 18:59:32.955 INFO O| Aug 30 18:59:32.954 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-08-30T18:59:34.783Z[ recovery-image] Aug 30 18:59:32.983 INFO O| Aug 30 18:59:32.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73302024-08-30T18:59:34.783Z[ recovery-image] Aug 30 18:59:32.983 INFO O| Aug 30 18:59:32.983 INFO STEP 1107 (remove_files) COMPLETE
73312024-08-30T18:59:34.783Z[ recovery-image] Aug 30 18:59:32.983 INFO O| Aug 30 18:59:32.983 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-08-30T18:59:34.814Z[ recovery-image] Aug 30 18:59:33.015 INFO O| Aug 30 18:59:33.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73332024-08-30T18:59:34.814Z[ recovery-image] Aug 30 18:59:33.015 INFO O| Aug 30 18:59:33.015 INFO STEP 1108 (remove_files) COMPLETE
73342024-08-30T18:59:34.814Z[ recovery-image] Aug 30 18:59:33.015 INFO O| Aug 30 18:59:33.015 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-08-30T18:59:34.864Z[ recovery-image] Aug 30 18:59:33.064 INFO O| Aug 30 18:59:33.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73362024-08-30T18:59:34.864Z[ recovery-image] Aug 30 18:59:33.064 INFO O| Aug 30 18:59:33.064 INFO STEP 1109 (remove_files) COMPLETE
73372024-08-30T18:59:34.866Z[ recovery-image] Aug 30 18:59:33.064 INFO O| Aug 30 18:59:33.064 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-08-30T18:59:34.889Z[ recovery-image] Aug 30 18:59:33.090 INFO O| Aug 30 18:59:33.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73392024-08-30T18:59:34.892Z[ recovery-image] Aug 30 18:59:33.090 INFO O| Aug 30 18:59:33.090 INFO STEP 1110 (remove_files) COMPLETE
73402024-08-30T18:59:34.892Z[ recovery-image] Aug 30 18:59:33.090 INFO O| Aug 30 18:59:33.090 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-08-30T18:59:34.915Z[ recovery-image] Aug 30 18:59:33.116 INFO O| Aug 30 18:59:33.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73422024-08-30T18:59:34.915Z[ recovery-image] Aug 30 18:59:33.116 INFO O| Aug 30 18:59:33.116 INFO STEP 1111 (remove_files) COMPLETE
73432024-08-30T18:59:34.915Z[ recovery-image] Aug 30 18:59:33.116 INFO O| Aug 30 18:59:33.116 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-08-30T18:59:34.934Z[ recovery-image] Aug 30 18:59:33.135 INFO O| Aug 30 18:59:33.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73452024-08-30T18:59:34.934Z[ recovery-image] Aug 30 18:59:33.135 INFO O| Aug 30 18:59:33.135 INFO STEP 1112 (remove_files) COMPLETE
73462024-08-30T18:59:34.934Z[ recovery-image] Aug 30 18:59:33.135 INFO O| Aug 30 18:59:33.135 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-08-30T18:59:34.980Z[ recovery-image] Aug 30 18:59:33.180 INFO O| Aug 30 18:59:33.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73482024-08-30T18:59:34.980Z[ recovery-image] Aug 30 18:59:33.180 INFO O| Aug 30 18:59:33.180 INFO STEP 1113 (remove_files) COMPLETE
73492024-08-30T18:59:34.980Z[ recovery-image] Aug 30 18:59:33.180 INFO O| Aug 30 18:59:33.180 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-08-30T18:59:35.015Z[ recovery-image] Aug 30 18:59:33.216 INFO O| Aug 30 18:59:33.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
73512024-08-30T18:59:35.015Z[ recovery-image] Aug 30 18:59:33.216 INFO O| Aug 30 18:59:33.216 INFO STEP 1114 (remove_files) COMPLETE
73522024-08-30T18:59:35.015Z[ recovery-image] Aug 30 18:59:33.216 INFO O| Aug 30 18:59:33.216 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-08-30T18:59:35.035Z[ recovery-image] Aug 30 18:59:33.235 INFO O| Aug 30 18:59:33.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
73542024-08-30T18:59:35.035Z[ recovery-image] Aug 30 18:59:33.235 INFO O| Aug 30 18:59:33.235 INFO STEP 1115 (remove_files) COMPLETE
73552024-08-30T18:59:35.038Z[ recovery-image] Aug 30 18:59:33.235 INFO O| Aug 30 18:59:33.235 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-08-30T18:59:35.052Z[ recovery-image] Aug 30 18:59:33.252 INFO O| Aug 30 18:59:33.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
73572024-08-30T18:59:35.052Z[ recovery-image] Aug 30 18:59:33.252 INFO O| Aug 30 18:59:33.252 INFO STEP 1116 (remove_files) COMPLETE
73582024-08-30T18:59:35.054Z[ recovery-image] Aug 30 18:59:33.252 INFO O| Aug 30 18:59:33.252 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-08-30T18:59:35.067Z[ recovery-image] Aug 30 18:59:33.268 INFO O| Aug 30 18:59:33.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
73602024-08-30T18:59:35.067Z[ recovery-image] Aug 30 18:59:33.268 INFO O| Aug 30 18:59:33.268 INFO STEP 1117 (remove_files) COMPLETE
73612024-08-30T18:59:35.070Z[ recovery-image] Aug 30 18:59:33.268 INFO O| Aug 30 18:59:33.268 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-08-30T18:59:35.082Z[ recovery-image] Aug 30 18:59:33.282 INFO O| Aug 30 18:59:33.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
73632024-08-30T18:59:35.082Z[ recovery-image] Aug 30 18:59:33.282 INFO O| Aug 30 18:59:33.282 INFO STEP 1118 (remove_files) COMPLETE
73642024-08-30T18:59:35.084Z[ recovery-image] Aug 30 18:59:33.283 INFO O| Aug 30 18:59:33.283 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-08-30T18:59:35.097Z[ recovery-image] Aug 30 18:59:33.297 INFO O| Aug 30 18:59:33.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
73662024-08-30T18:59:35.097Z[ recovery-image] Aug 30 18:59:33.297 INFO O| Aug 30 18:59:33.297 INFO STEP 1119 (remove_files) COMPLETE
73672024-08-30T18:59:35.097Z[ recovery-image] Aug 30 18:59:33.297 INFO O| Aug 30 18:59:33.297 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-08-30T18:59:35.113Z[ recovery-image] Aug 30 18:59:33.313 INFO O| Aug 30 18:59:33.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
73692024-08-30T18:59:35.113Z[ recovery-image] Aug 30 18:59:33.313 INFO O| Aug 30 18:59:33.313 INFO STEP 1120 (remove_files) COMPLETE
73702024-08-30T18:59:35.113Z[ recovery-image] Aug 30 18:59:33.313 INFO O| Aug 30 18:59:33.313 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-08-30T18:59:35.128Z[ host-image] Aug 30 18:59:33.328 INFO O| Aug 30 18:59:33.328 INFO O| Planning: Solver setup ... Done
73722024-08-30T18:59:35.135Z[ host-image] Aug 30 18:59:33.336 INFO O| Aug 30 18:59:33.336 INFO O| Planning: Running solver ... Done
73732024-08-30T18:59:35.160Z[ recovery-image] Aug 30 18:59:33.360 INFO O| Aug 30 18:59:33.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
73742024-08-30T18:59:35.160Z[ recovery-image] Aug 30 18:59:33.360 INFO O| Aug 30 18:59:33.360 INFO STEP 1121 (remove_files) COMPLETE
73752024-08-30T18:59:35.160Z[ recovery-image] Aug 30 18:59:33.360 INFO O| Aug 30 18:59:33.360 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-08-30T18:59:35.195Z[ host-image] Aug 30 18:59:33.395 INFO O| Aug 30 18:59:33.395 INFO O| Planning: Finding local manifests ... Done
73772024-08-30T18:59:35.198Z[ host-image] Aug 30 18:59:33.397 INFO O| Aug 30 18:59:33.397 INFO O| Planning: Fetching manifests: 0/6 0% complete
73782024-08-30T18:59:35.219Z[ recovery-image] Aug 30 18:59:33.420 INFO O| Aug 30 18:59:33.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
73792024-08-30T18:59:35.222Z[ recovery-image] Aug 30 18:59:33.420 INFO O| Aug 30 18:59:33.420 INFO STEP 1122 (remove_files) COMPLETE
73802024-08-30T18:59:35.222Z[ recovery-image] Aug 30 18:59:33.420 INFO O| Aug 30 18:59:33.420 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-08-30T18:59:35.265Z[ recovery-image] Aug 30 18:59:33.466 INFO O| Aug 30 18:59:33.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
73822024-08-30T18:59:35.268Z[ recovery-image] Aug 30 18:59:33.466 INFO O| Aug 30 18:59:33.466 INFO STEP 1123 (remove_files) COMPLETE
73832024-08-30T18:59:35.268Z[ recovery-image] Aug 30 18:59:33.466 INFO O| Aug 30 18:59:33.466 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-08-30T18:59:35.305Z[ recovery-image] Aug 30 18:59:33.506 INFO O| Aug 30 18:59:33.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
73852024-08-30T18:59:35.308Z[ recovery-image] Aug 30 18:59:33.506 INFO O| Aug 30 18:59:33.506 INFO STEP 1124 (remove_files) COMPLETE
73862024-08-30T18:59:35.308Z[ recovery-image] Aug 30 18:59:33.506 INFO O| Aug 30 18:59:33.506 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-08-30T18:59:35.327Z[ recovery-image] Aug 30 18:59:33.527 INFO O| Aug 30 18:59:33.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
73882024-08-30T18:59:35.327Z[ recovery-image] Aug 30 18:59:33.528 INFO O| Aug 30 18:59:33.527 INFO STEP 1125 (remove_files) COMPLETE
73892024-08-30T18:59:35.329Z[ recovery-image] Aug 30 18:59:33.528 INFO O| Aug 30 18:59:33.528 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-08-30T18:59:35.348Z[ recovery-image] Aug 30 18:59:33.549 INFO O| Aug 30 18:59:33.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
73912024-08-30T18:59:35.348Z[ recovery-image] Aug 30 18:59:33.549 INFO O| Aug 30 18:59:33.549 INFO STEP 1126 (remove_files) COMPLETE
73922024-08-30T18:59:35.348Z[ recovery-image] Aug 30 18:59:33.549 INFO O| Aug 30 18:59:33.549 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-08-30T18:59:35.396Z[ recovery-image] Aug 30 18:59:33.596 INFO O| Aug 30 18:59:33.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
73942024-08-30T18:59:35.396Z[ recovery-image] Aug 30 18:59:33.596 INFO O| Aug 30 18:59:33.596 INFO STEP 1127 (remove_files) COMPLETE
73952024-08-30T18:59:35.396Z[ recovery-image] Aug 30 18:59:33.596 INFO O| Aug 30 18:59:33.596 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-08-30T18:59:35.467Z[ recovery-image] Aug 30 18:59:33.668 INFO O| Aug 30 18:59:33.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
73972024-08-30T18:59:35.470Z[ recovery-image] Aug 30 18:59:33.668 INFO O| Aug 30 18:59:33.668 INFO STEP 1128 (remove_files) COMPLETE
73982024-08-30T18:59:35.470Z[ recovery-image] Aug 30 18:59:33.668 INFO O| Aug 30 18:59:33.668 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-08-30T18:59:35.472Z[ host-image] Aug 30 18:59:33.671 INFO O| Aug 30 18:59:33.671 INFO O| Planning: Fetching manifests: 6/6 100% complete
74002024-08-30T18:59:35.487Z[ recovery-image] Aug 30 18:59:33.687 INFO O| Aug 30 18:59:33.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74012024-08-30T18:59:35.487Z[ recovery-image] Aug 30 18:59:33.687 INFO O| Aug 30 18:59:33.687 INFO STEP 1129 (remove_files) COMPLETE
74022024-08-30T18:59:35.487Z[ recovery-image] Aug 30 18:59:33.687 INFO O| Aug 30 18:59:33.687 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-08-30T18:59:35.505Z[ recovery-image] Aug 30 18:59:33.705 INFO O| Aug 30 18:59:33.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74042024-08-30T18:59:35.505Z[ recovery-image] Aug 30 18:59:33.705 INFO O| Aug 30 18:59:33.705 INFO STEP 1130 (remove_files) COMPLETE
74052024-08-30T18:59:35.507Z[ recovery-image] Aug 30 18:59:33.705 INFO O| Aug 30 18:59:33.705 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-08-30T18:59:35.524Z[ recovery-image] Aug 30 18:59:33.724 INFO O| Aug 30 18:59:33.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74072024-08-30T18:59:35.524Z[ recovery-image] Aug 30 18:59:33.724 INFO O| Aug 30 18:59:33.724 INFO STEP 1131 (remove_files) COMPLETE
74082024-08-30T18:59:35.524Z[ recovery-image] Aug 30 18:59:33.724 INFO O| Aug 30 18:59:33.724 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-08-30T18:59:35.529Z[ host-image] Aug 30 18:59:33.729 INFO O| Aug 30 18:59:33.729 INFO O| Planning: Package planning ... Done
74102024-08-30T18:59:35.542Z[ recovery-image] Aug 30 18:59:33.742 INFO O| Aug 30 18:59:33.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74112024-08-30T18:59:35.542Z[ recovery-image] Aug 30 18:59:33.742 INFO O| Aug 30 18:59:33.742 INFO STEP 1132 (remove_files) COMPLETE
74122024-08-30T18:59:35.542Z[ recovery-image] Aug 30 18:59:33.742 INFO O| Aug 30 18:59:33.742 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-08-30T18:59:35.558Z[ recovery-image] Aug 30 18:59:33.758 INFO O| Aug 30 18:59:33.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74142024-08-30T18:59:35.558Z[ recovery-image] Aug 30 18:59:33.758 INFO O| Aug 30 18:59:33.758 INFO STEP 1133 (remove_files) COMPLETE
74152024-08-30T18:59:35.558Z[ recovery-image] Aug 30 18:59:33.758 INFO O| Aug 30 18:59:33.758 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-08-30T18:59:35.574Z[ recovery-image] Aug 30 18:59:33.775 INFO O| Aug 30 18:59:33.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74172024-08-30T18:59:35.574Z[ recovery-image] Aug 30 18:59:33.775 INFO O| Aug 30 18:59:33.775 INFO STEP 1134 (remove_files) COMPLETE
74182024-08-30T18:59:35.574Z[ recovery-image] Aug 30 18:59:33.775 INFO O| Aug 30 18:59:33.775 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-08-30T18:59:35.588Z[ host-image] Aug 30 18:59:33.788 INFO O| Aug 30 18:59:33.788 INFO O| Planning: Merging actions ... Done
74202024-08-30T18:59:35.591Z[ recovery-image] Aug 30 18:59:33.792 INFO O| Aug 30 18:59:33.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74212024-08-30T18:59:35.594Z[ recovery-image] Aug 30 18:59:33.792 INFO O| Aug 30 18:59:33.792 INFO STEP 1135 (remove_files) COMPLETE
74222024-08-30T18:59:35.594Z[ recovery-image] Aug 30 18:59:33.792 INFO O| Aug 30 18:59:33.792 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-08-30T18:59:35.611Z[ recovery-image] Aug 30 18:59:33.811 INFO O| Aug 30 18:59:33.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74242024-08-30T18:59:35.613Z[ recovery-image] Aug 30 18:59:33.811 INFO O| Aug 30 18:59:33.811 INFO STEP 1136 (remove_files) COMPLETE
74252024-08-30T18:59:35.613Z[ recovery-image] Aug 30 18:59:33.812 INFO O| Aug 30 18:59:33.811 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-08-30T18:59:35.629Z[ recovery-image] Aug 30 18:59:33.829 INFO O| Aug 30 18:59:33.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74272024-08-30T18:59:35.631Z[ recovery-image] Aug 30 18:59:33.830 INFO O| Aug 30 18:59:33.829 INFO STEP 1137 (remove_files) COMPLETE
74282024-08-30T18:59:35.632Z[ recovery-image] Aug 30 18:59:33.830 INFO O| Aug 30 18:59:33.830 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-08-30T18:59:35.647Z[ recovery-image] Aug 30 18:59:33.847 INFO O| Aug 30 18:59:33.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74302024-08-30T18:59:35.649Z[ recovery-image] Aug 30 18:59:33.848 INFO O| Aug 30 18:59:33.847 INFO STEP 1138 (remove_files) COMPLETE
74312024-08-30T18:59:35.649Z[ recovery-image] Aug 30 18:59:33.848 INFO O| Aug 30 18:59:33.848 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-08-30T18:59:35.671Z[ recovery-image] Aug 30 18:59:33.871 INFO O| Aug 30 18:59:33.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74332024-08-30T18:59:35.671Z[ recovery-image] Aug 30 18:59:33.871 INFO O| Aug 30 18:59:33.871 INFO STEP 1139 (remove_files) COMPLETE
74342024-08-30T18:59:35.674Z[ recovery-image] Aug 30 18:59:33.871 INFO O| Aug 30 18:59:33.871 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-08-30T18:59:35.707Z[ recovery-image] Aug 30 18:59:33.907 INFO O| Aug 30 18:59:33.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74362024-08-30T18:59:35.707Z[ recovery-image] Aug 30 18:59:33.907 INFO O| Aug 30 18:59:33.907 INFO STEP 1140 (remove_files) COMPLETE
74372024-08-30T18:59:35.707Z[ recovery-image] Aug 30 18:59:33.907 INFO O| Aug 30 18:59:33.907 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-30T18:59:35.726Z[ recovery-image] Aug 30 18:59:33.926 INFO O| Aug 30 18:59:33.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74392024-08-30T18:59:35.726Z[ recovery-image] Aug 30 18:59:33.926 INFO O| Aug 30 18:59:33.926 INFO STEP 1141 (remove_files) COMPLETE
74402024-08-30T18:59:35.726Z[ recovery-image] Aug 30 18:59:33.926 INFO O| Aug 30 18:59:33.926 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-08-30T18:59:35.749Z[ recovery-image] Aug 30 18:59:33.949 INFO O| Aug 30 18:59:33.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74422024-08-30T18:59:35.751Z[ recovery-image] Aug 30 18:59:33.949 INFO O| Aug 30 18:59:33.949 INFO STEP 1142 (remove_files) COMPLETE
74432024-08-30T18:59:35.751Z[ recovery-image] Aug 30 18:59:33.950 INFO O| Aug 30 18:59:33.949 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-08-30T18:59:35.759Z[ host-image] Aug 30 18:59:33.960 INFO O| Aug 30 18:59:33.959 INFO O| Planning: Checking for conflicting actions ... Done
74452024-08-30T18:59:35.766Z[ host-image] Aug 30 18:59:33.967 INFO O| Aug 30 18:59:33.966 INFO O| Planning: Consolidating action changes ... Done
74462024-08-30T18:59:35.768Z[ recovery-image] Aug 30 18:59:33.969 INFO O| Aug 30 18:59:33.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74472024-08-30T18:59:35.771Z[ recovery-image] Aug 30 18:59:33.969 INFO O| Aug 30 18:59:33.969 INFO STEP 1143 (remove_files) COMPLETE
74482024-08-30T18:59:35.771Z[ recovery-image] Aug 30 18:59:33.969 INFO O| Aug 30 18:59:33.969 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-08-30T18:59:35.787Z[ recovery-image] Aug 30 18:59:33.987 INFO O| Aug 30 18:59:33.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74502024-08-30T18:59:35.790Z[ recovery-image] Aug 30 18:59:33.987 INFO O| Aug 30 18:59:33.987 INFO STEP 1144 (remove_files) COMPLETE
74512024-08-30T18:59:35.790Z[ recovery-image] Aug 30 18:59:33.987 INFO O| Aug 30 18:59:33.987 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-08-30T18:59:35.826Z[ recovery-image] Aug 30 18:59:34.026 INFO O| Aug 30 18:59:34.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74532024-08-30T18:59:35.826Z[ recovery-image] Aug 30 18:59:34.026 INFO O| Aug 30 18:59:34.026 INFO STEP 1145 (remove_files) COMPLETE
74542024-08-30T18:59:35.826Z[ recovery-image] Aug 30 18:59:34.026 INFO O| Aug 30 18:59:34.026 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-08-30T18:59:35.844Z[ recovery-image] Aug 30 18:59:34.045 INFO O| Aug 30 18:59:34.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74562024-08-30T18:59:35.844Z[ recovery-image] Aug 30 18:59:34.045 INFO O| Aug 30 18:59:34.045 INFO STEP 1146 (remove_files) COMPLETE
74572024-08-30T18:59:35.844Z[ recovery-image] Aug 30 18:59:34.045 INFO O| Aug 30 18:59:34.045 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-08-30T18:59:35.863Z[ recovery-image] Aug 30 18:59:34.063 INFO O| Aug 30 18:59:34.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
74592024-08-30T18:59:35.865Z[ recovery-image] Aug 30 18:59:34.064 INFO O| Aug 30 18:59:34.063 INFO STEP 1147 (remove_files) COMPLETE
74602024-08-30T18:59:35.866Z[ recovery-image] Aug 30 18:59:34.064 INFO O| Aug 30 18:59:34.064 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-08-30T18:59:35.884Z[ recovery-image] Aug 30 18:59:34.084 INFO O| Aug 30 18:59:34.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
74622024-08-30T18:59:35.886Z[ recovery-image] Aug 30 18:59:34.084 INFO O| Aug 30 18:59:34.084 INFO STEP 1148 (remove_files) COMPLETE
74632024-08-30T18:59:35.886Z[ recovery-image] Aug 30 18:59:34.084 INFO O| Aug 30 18:59:34.084 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-08-30T18:59:35.904Z[ recovery-image] Aug 30 18:59:34.105 INFO O| Aug 30 18:59:34.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
74652024-08-30T18:59:35.904Z[ recovery-image] Aug 30 18:59:34.105 INFO O| Aug 30 18:59:34.105 INFO STEP 1149 (remove_files) COMPLETE
74662024-08-30T18:59:35.904Z[ recovery-image] Aug 30 18:59:34.105 INFO O| Aug 30 18:59:34.105 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-08-30T18:59:35.925Z[ recovery-image] Aug 30 18:59:34.125 INFO O| Aug 30 18:59:34.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
74682024-08-30T18:59:35.925Z[ recovery-image] Aug 30 18:59:34.125 INFO O| Aug 30 18:59:34.125 INFO STEP 1150 (remove_files) COMPLETE
74692024-08-30T18:59:35.927Z[ recovery-image] Aug 30 18:59:34.125 INFO O| Aug 30 18:59:34.125 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-08-30T18:59:35.948Z[ recovery-image] Aug 30 18:59:34.148 INFO O| Aug 30 18:59:34.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
74712024-08-30T18:59:35.948Z[ recovery-image] Aug 30 18:59:34.148 INFO O| Aug 30 18:59:34.148 INFO STEP 1151 (remove_files) COMPLETE
74722024-08-30T18:59:35.951Z[ recovery-image] Aug 30 18:59:34.149 INFO O| Aug 30 18:59:34.148 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-08-30T18:59:35.983Z[ recovery-image] Aug 30 18:59:34.183 INFO O| Aug 30 18:59:34.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
74742024-08-30T18:59:35.983Z[ recovery-image] Aug 30 18:59:34.184 INFO O| Aug 30 18:59:34.184 INFO STEP 1152 (remove_files) COMPLETE
74752024-08-30T18:59:35.986Z[ recovery-image] Aug 30 18:59:34.184 INFO O| Aug 30 18:59:34.184 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-08-30T18:59:36.003Z[ recovery-image] Aug 30 18:59:34.203 INFO O| Aug 30 18:59:34.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
74772024-08-30T18:59:36.005Z[ recovery-image] Aug 30 18:59:34.203 INFO O| Aug 30 18:59:34.203 INFO STEP 1153 (remove_files) COMPLETE
74782024-08-30T18:59:36.005Z[ recovery-image] Aug 30 18:59:34.204 INFO O| Aug 30 18:59:34.204 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-08-30T18:59:36.023Z[ recovery-image] Aug 30 18:59:34.221 INFO O| Aug 30 18:59:34.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
74802024-08-30T18:59:36.028Z[ recovery-image] Aug 30 18:59:34.221 INFO O| Aug 30 18:59:34.221 INFO STEP 1154 (remove_files) COMPLETE
74812024-08-30T18:59:36.028Z[ recovery-image] Aug 30 18:59:34.222 INFO O| Aug 30 18:59:34.221 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-08-30T18:59:36.044Z[ recovery-image] Aug 30 18:59:34.239 INFO O| Aug 30 18:59:34.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
74832024-08-30T18:59:36.044Z[ recovery-image] Aug 30 18:59:34.239 INFO O| Aug 30 18:59:34.239 INFO STEP 1155 (remove_files) COMPLETE
74842024-08-30T18:59:36.049Z[ recovery-image] Aug 30 18:59:34.240 INFO O| Aug 30 18:59:34.240 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-08-30T18:59:36.058Z[ recovery-image] Aug 30 18:59:34.259 INFO O| Aug 30 18:59:34.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
74862024-08-30T18:59:36.060Z[ recovery-image] Aug 30 18:59:34.259 INFO O| Aug 30 18:59:34.259 INFO STEP 1156 (remove_files) COMPLETE
74872024-08-30T18:59:36.061Z[ recovery-image] Aug 30 18:59:34.259 INFO O| Aug 30 18:59:34.259 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-08-30T18:59:36.078Z[ recovery-image] Aug 30 18:59:34.279 INFO O| Aug 30 18:59:34.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
74892024-08-30T18:59:36.080Z[ recovery-image] Aug 30 18:59:34.279 INFO O| Aug 30 18:59:34.279 INFO STEP 1157 (remove_files) COMPLETE
74902024-08-30T18:59:36.080Z[ recovery-image] Aug 30 18:59:34.279 INFO O| Aug 30 18:59:34.279 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-08-30T18:59:36.105Z[ recovery-image] Aug 30 18:59:34.305 INFO O| Aug 30 18:59:34.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
74922024-08-30T18:59:36.107Z[ recovery-image] Aug 30 18:59:34.305 INFO O| Aug 30 18:59:34.305 INFO STEP 1158 (remove_files) COMPLETE
74932024-08-30T18:59:36.107Z[ recovery-image] Aug 30 18:59:34.306 INFO O| Aug 30 18:59:34.305 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-08-30T18:59:36.151Z[ recovery-image] Aug 30 18:59:34.350 INFO O| Aug 30 18:59:34.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
74952024-08-30T18:59:36.151Z[ recovery-image] Aug 30 18:59:34.350 INFO O| Aug 30 18:59:34.350 INFO STEP 1159 (remove_files) COMPLETE
74962024-08-30T18:59:36.151Z[ recovery-image] Aug 30 18:59:34.350 INFO O| Aug 30 18:59:34.350 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-08-30T18:59:36.167Z[ host-image] Aug 30 18:59:34.368 INFO O| Aug 30 18:59:34.368 INFO O| Planning: Evaluating mediators ... Done
74982024-08-30T18:59:36.179Z[ host-image] Aug 30 18:59:34.379 INFO O| Aug 30 18:59:34.379 INFO O| Planning: Planning completed in 4.03 seconds
74992024-08-30T18:59:36.181Z[ host-image] Aug 30 18:59:34.382 INFO O| Aug 30 18:59:34.382 INFO O| Packages to install: 6
75002024-08-30T18:59:36.181Z[ host-image] Aug 30 18:59:34.382 INFO O| Aug 30 18:59:34.382 INFO O| Mediators to change: 1
75012024-08-30T18:59:36.184Z[ host-image] Aug 30 18:59:34.382 INFO O| Aug 30 18:59:34.382 INFO O| Services to change: 1
75022024-08-30T18:59:36.207Z[ host-image] Aug 30 18:59:34.407 INFO O| Aug 30 18:59:34.407 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
75032024-08-30T18:59:36.209Z[ recovery-image] Aug 30 18:59:34.408 INFO O| Aug 30 18:59:34.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75042024-08-30T18:59:36.209Z[ recovery-image] Aug 30 18:59:34.409 INFO O| Aug 30 18:59:34.408 INFO STEP 1160 (remove_files) COMPLETE
75052024-08-30T18:59:36.209Z[ recovery-image] Aug 30 18:59:34.409 INFO O| Aug 30 18:59:34.409 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-08-30T18:59:36.227Z[ recovery-image] Aug 30 18:59:34.427 INFO O| Aug 30 18:59:34.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75072024-08-30T18:59:36.227Z[ recovery-image] Aug 30 18:59:34.427 INFO O| Aug 30 18:59:34.427 INFO STEP 1161 (remove_files) COMPLETE
75082024-08-30T18:59:36.229Z[ recovery-image] Aug 30 18:59:34.427 INFO O| Aug 30 18:59:34.427 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-08-30T18:59:36.244Z[ recovery-image] Aug 30 18:59:34.444 INFO O| Aug 30 18:59:34.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75102024-08-30T18:59:36.244Z[ recovery-image] Aug 30 18:59:34.444 INFO O| Aug 30 18:59:34.444 INFO STEP 1162 (remove_files) COMPLETE
75112024-08-30T18:59:36.244Z[ recovery-image] Aug 30 18:59:34.445 INFO O| Aug 30 18:59:34.444 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-08-30T18:59:36.262Z[ recovery-image] Aug 30 18:59:34.462 INFO O| Aug 30 18:59:34.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75132024-08-30T18:59:36.262Z[ recovery-image] Aug 30 18:59:34.463 INFO O| Aug 30 18:59:34.463 INFO STEP 1163 (remove_files) COMPLETE
75142024-08-30T18:59:36.265Z[ recovery-image] Aug 30 18:59:34.463 INFO O| Aug 30 18:59:34.463 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-08-30T18:59:36.286Z[ recovery-image] Aug 30 18:59:34.486 INFO O| Aug 30 18:59:34.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75162024-08-30T18:59:36.286Z[ recovery-image] Aug 30 18:59:34.486 INFO O| Aug 30 18:59:34.486 INFO STEP 1164 (remove_files) COMPLETE
75172024-08-30T18:59:36.286Z[ recovery-image] Aug 30 18:59:34.486 INFO O| Aug 30 18:59:34.486 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-08-30T18:59:36.305Z[ recovery-image] Aug 30 18:59:34.506 INFO O| Aug 30 18:59:34.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75192024-08-30T18:59:36.306Z[ recovery-image] Aug 30 18:59:34.506 INFO O| Aug 30 18:59:34.506 INFO STEP 1165 (remove_files) COMPLETE
75202024-08-30T18:59:36.306Z[ recovery-image] Aug 30 18:59:34.506 INFO O| Aug 30 18:59:34.506 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-08-30T18:59:36.325Z[ recovery-image] Aug 30 18:59:34.525 INFO O| Aug 30 18:59:34.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75222024-08-30T18:59:36.325Z[ recovery-image] Aug 30 18:59:34.525 INFO O| Aug 30 18:59:34.525 INFO STEP 1166 (remove_files) COMPLETE
75232024-08-30T18:59:36.325Z[ recovery-image] Aug 30 18:59:34.525 INFO O| Aug 30 18:59:34.525 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-08-30T18:59:36.342Z[ recovery-image] Aug 30 18:59:34.542 INFO O| Aug 30 18:59:34.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75252024-08-30T18:59:36.342Z[ recovery-image] Aug 30 18:59:34.542 INFO O| Aug 30 18:59:34.542 INFO STEP 1167 (remove_files) COMPLETE
75262024-08-30T18:59:36.342Z[ recovery-image] Aug 30 18:59:34.542 INFO O| Aug 30 18:59:34.542 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-08-30T18:59:36.375Z[ recovery-image] Aug 30 18:59:34.575 INFO O| Aug 30 18:59:34.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75282024-08-30T18:59:36.375Z[ recovery-image] Aug 30 18:59:34.575 INFO O| Aug 30 18:59:34.575 INFO STEP 1168 (remove_files) COMPLETE
75292024-08-30T18:59:36.377Z[ recovery-image] Aug 30 18:59:34.575 INFO O| Aug 30 18:59:34.575 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-08-30T18:59:36.407Z[ recovery-image] Aug 30 18:59:34.607 INFO O| Aug 30 18:59:34.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75312024-08-30T18:59:36.407Z[ recovery-image] Aug 30 18:59:34.607 INFO O| Aug 30 18:59:34.607 INFO STEP 1169 (remove_files) COMPLETE
75322024-08-30T18:59:36.409Z[ recovery-image] Aug 30 18:59:34.607 INFO O| Aug 30 18:59:34.607 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-08-30T18:59:36.425Z[ recovery-image] Aug 30 18:59:34.625 INFO O| Aug 30 18:59:34.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75342024-08-30T18:59:36.425Z[ recovery-image] Aug 30 18:59:34.625 INFO O| Aug 30 18:59:34.625 INFO STEP 1170 (remove_files) COMPLETE
75352024-08-30T18:59:36.427Z[ recovery-image] Aug 30 18:59:34.625 INFO O| Aug 30 18:59:34.625 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-08-30T18:59:36.443Z[ recovery-image] Aug 30 18:59:34.643 INFO O| Aug 30 18:59:34.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75372024-08-30T18:59:36.443Z[ recovery-image] Aug 30 18:59:34.643 INFO O| Aug 30 18:59:34.643 INFO STEP 1171 (remove_files) COMPLETE
75382024-08-30T18:59:36.445Z[ recovery-image] Aug 30 18:59:34.643 INFO O| Aug 30 18:59:34.643 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-08-30T18:59:36.460Z[ recovery-image] Aug 30 18:59:34.661 INFO O| Aug 30 18:59:34.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75402024-08-30T18:59:36.460Z[ recovery-image] Aug 30 18:59:34.661 INFO O| Aug 30 18:59:34.661 INFO STEP 1172 (remove_files) COMPLETE
75412024-08-30T18:59:36.463Z[ recovery-image] Aug 30 18:59:34.661 INFO O| Aug 30 18:59:34.661 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-08-30T18:59:36.478Z[ recovery-image] Aug 30 18:59:34.678 INFO O| Aug 30 18:59:34.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75432024-08-30T18:59:36.478Z[ recovery-image] Aug 30 18:59:34.678 INFO O| Aug 30 18:59:34.678 INFO STEP 1173 (remove_files) COMPLETE
75442024-08-30T18:59:36.478Z[ recovery-image] Aug 30 18:59:34.678 INFO O| Aug 30 18:59:34.678 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-08-30T18:59:36.497Z[ recovery-image] Aug 30 18:59:34.696 INFO O| Aug 30 18:59:34.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75462024-08-30T18:59:36.497Z[ recovery-image] Aug 30 18:59:34.696 INFO O| Aug 30 18:59:34.696 INFO STEP 1174 (remove_files) COMPLETE
75472024-08-30T18:59:36.497Z[ recovery-image] Aug 30 18:59:34.696 INFO O| Aug 30 18:59:34.696 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-08-30T18:59:36.513Z[ recovery-image] Aug 30 18:59:34.714 INFO O| Aug 30 18:59:34.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75492024-08-30T18:59:36.516Z[ recovery-image] Aug 30 18:59:34.714 INFO O| Aug 30 18:59:34.714 INFO STEP 1175 (remove_files) COMPLETE
75502024-08-30T18:59:36.516Z[ recovery-image] Aug 30 18:59:34.714 INFO O| Aug 30 18:59:34.714 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-08-30T18:59:36.531Z[ recovery-image] Aug 30 18:59:34.731 INFO O| Aug 30 18:59:34.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75522024-08-30T18:59:36.533Z[ recovery-image] Aug 30 18:59:34.731 INFO O| Aug 30 18:59:34.731 INFO STEP 1176 (remove_files) COMPLETE
75532024-08-30T18:59:36.533Z[ recovery-image] Aug 30 18:59:34.732 INFO O| Aug 30 18:59:34.731 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-08-30T18:59:36.548Z[ recovery-image] Aug 30 18:59:34.748 INFO O| Aug 30 18:59:34.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75552024-08-30T18:59:36.548Z[ recovery-image] Aug 30 18:59:34.748 INFO O| Aug 30 18:59:34.748 INFO STEP 1177 (remove_files) COMPLETE
75562024-08-30T18:59:36.548Z[ recovery-image] Aug 30 18:59:34.748 INFO O| Aug 30 18:59:34.748 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-08-30T18:59:36.566Z[ recovery-image] Aug 30 18:59:34.765 INFO O| Aug 30 18:59:34.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75582024-08-30T18:59:36.566Z[ recovery-image] Aug 30 18:59:34.765 INFO O| Aug 30 18:59:34.765 INFO STEP 1178 (remove_files) COMPLETE
75592024-08-30T18:59:36.568Z[ recovery-image] Aug 30 18:59:34.765 INFO O| Aug 30 18:59:34.765 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-08-30T18:59:36.582Z[ recovery-image] Aug 30 18:59:34.782 INFO O| Aug 30 18:59:34.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75612024-08-30T18:59:36.582Z[ recovery-image] Aug 30 18:59:34.782 INFO O| Aug 30 18:59:34.782 INFO STEP 1179 (remove_files) COMPLETE
75622024-08-30T18:59:36.582Z[ recovery-image] Aug 30 18:59:34.782 INFO O| Aug 30 18:59:34.782 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-08-30T18:59:36.598Z[ recovery-image] Aug 30 18:59:34.798 INFO O| Aug 30 18:59:34.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75642024-08-30T18:59:36.599Z[ recovery-image] Aug 30 18:59:34.798 INFO O| Aug 30 18:59:34.798 INFO STEP 1180 (remove_files) COMPLETE
75652024-08-30T18:59:36.599Z[ recovery-image] Aug 30 18:59:34.798 INFO O| Aug 30 18:59:34.798 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-08-30T18:59:36.616Z[ recovery-image] Aug 30 18:59:34.816 INFO O| Aug 30 18:59:34.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
75672024-08-30T18:59:36.616Z[ recovery-image] Aug 30 18:59:34.816 INFO O| Aug 30 18:59:34.816 INFO STEP 1181 (remove_files) COMPLETE
75682024-08-30T18:59:36.616Z[ recovery-image] Aug 30 18:59:34.816 INFO O| Aug 30 18:59:34.816 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-08-30T18:59:36.632Z[ recovery-image] Aug 30 18:59:34.832 INFO O| Aug 30 18:59:34.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
75702024-08-30T18:59:36.632Z[ recovery-image] Aug 30 18:59:34.832 INFO O| Aug 30 18:59:34.832 INFO STEP 1182 (remove_files) COMPLETE
75712024-08-30T18:59:36.632Z[ recovery-image] Aug 30 18:59:34.832 INFO O| Aug 30 18:59:34.832 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-08-30T18:59:36.649Z[ recovery-image] Aug 30 18:59:34.848 INFO O| Aug 30 18:59:34.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
75732024-08-30T18:59:36.649Z[ recovery-image] Aug 30 18:59:34.849 INFO O| Aug 30 18:59:34.849 INFO STEP 1183 (remove_files) COMPLETE
75742024-08-30T18:59:36.649Z[ recovery-image] Aug 30 18:59:34.849 INFO O| Aug 30 18:59:34.849 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-08-30T18:59:36.667Z[ recovery-image] Aug 30 18:59:34.867 INFO O| Aug 30 18:59:34.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
75762024-08-30T18:59:36.667Z[ recovery-image] Aug 30 18:59:34.867 INFO O| Aug 30 18:59:34.867 INFO STEP 1184 (remove_files) COMPLETE
75772024-08-30T18:59:36.667Z[ recovery-image] Aug 30 18:59:34.867 INFO O| Aug 30 18:59:34.867 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-08-30T18:59:36.684Z[ recovery-image] Aug 30 18:59:34.884 INFO O| Aug 30 18:59:34.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
75792024-08-30T18:59:36.684Z[ recovery-image] Aug 30 18:59:34.884 INFO O| Aug 30 18:59:34.884 INFO STEP 1185 (remove_files) COMPLETE
75802024-08-30T18:59:36.686Z[ recovery-image] Aug 30 18:59:34.884 INFO O| Aug 30 18:59:34.884 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-08-30T18:59:36.702Z[ recovery-image] Aug 30 18:59:34.902 INFO O| Aug 30 18:59:34.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
75822024-08-30T18:59:36.702Z[ recovery-image] Aug 30 18:59:34.902 INFO O| Aug 30 18:59:34.902 INFO STEP 1186 (remove_files) COMPLETE
75832024-08-30T18:59:36.704Z[ recovery-image] Aug 30 18:59:34.902 INFO O| Aug 30 18:59:34.902 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-08-30T18:59:36.719Z[ recovery-image] Aug 30 18:59:34.920 INFO O| Aug 30 18:59:34.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
75852024-08-30T18:59:36.722Z[ recovery-image] Aug 30 18:59:34.920 INFO O| Aug 30 18:59:34.920 INFO STEP 1187 (remove_files) COMPLETE
75862024-08-30T18:59:36.722Z[ recovery-image] Aug 30 18:59:34.920 INFO O| Aug 30 18:59:34.920 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-08-30T18:59:36.737Z[ recovery-image] Aug 30 18:59:34.937 INFO O| Aug 30 18:59:34.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
75882024-08-30T18:59:36.737Z[ recovery-image] Aug 30 18:59:34.938 INFO O| Aug 30 18:59:34.937 INFO STEP 1188 (remove_files) COMPLETE
75892024-08-30T18:59:36.739Z[ recovery-image] Aug 30 18:59:34.938 INFO O| Aug 30 18:59:34.937 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-08-30T18:59:36.755Z[ recovery-image] Aug 30 18:59:34.954 INFO O| Aug 30 18:59:34.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
75912024-08-30T18:59:36.757Z[ recovery-image] Aug 30 18:59:34.954 INFO O| Aug 30 18:59:34.954 INFO STEP 1189 (remove_files) COMPLETE
75922024-08-30T18:59:36.757Z[ recovery-image] Aug 30 18:59:34.955 INFO O| Aug 30 18:59:34.954 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-08-30T18:59:36.771Z[ recovery-image] Aug 30 18:59:34.971 INFO O| Aug 30 18:59:34.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
75942024-08-30T18:59:36.771Z[ recovery-image] Aug 30 18:59:34.971 INFO O| Aug 30 18:59:34.971 INFO STEP 1190 (remove_files) COMPLETE
75952024-08-30T18:59:36.773Z[ recovery-image] Aug 30 18:59:34.972 INFO O| Aug 30 18:59:34.971 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-08-30T18:59:36.789Z[ recovery-image] Aug 30 18:59:34.989 INFO O| Aug 30 18:59:34.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
75972024-08-30T18:59:36.789Z[ recovery-image] Aug 30 18:59:34.989 INFO O| Aug 30 18:59:34.989 INFO STEP 1191 (remove_files) COMPLETE
75982024-08-30T18:59:36.791Z[ recovery-image] Aug 30 18:59:34.989 INFO O| Aug 30 18:59:34.989 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-08-30T18:59:36.823Z[ recovery-image] Aug 30 18:59:35.024 INFO O| Aug 30 18:59:35.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76002024-08-30T18:59:36.824Z[ recovery-image] Aug 30 18:59:35.024 INFO O| Aug 30 18:59:35.024 INFO STEP 1192 (remove_files) COMPLETE
76012024-08-30T18:59:36.826Z[ recovery-image] Aug 30 18:59:35.024 INFO O| Aug 30 18:59:35.024 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-08-30T18:59:36.842Z[ recovery-image] Aug 30 18:59:35.042 INFO O| Aug 30 18:59:35.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76032024-08-30T18:59:36.842Z[ recovery-image] Aug 30 18:59:35.042 INFO O| Aug 30 18:59:35.042 INFO STEP 1193 (remove_files) COMPLETE
76042024-08-30T18:59:36.842Z[ recovery-image] Aug 30 18:59:35.042 INFO O| Aug 30 18:59:35.042 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-08-30T18:59:36.860Z[ recovery-image] Aug 30 18:59:35.060 INFO O| Aug 30 18:59:35.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76062024-08-30T18:59:36.860Z[ recovery-image] Aug 30 18:59:35.061 INFO O| Aug 30 18:59:35.060 INFO STEP 1194 (remove_files) COMPLETE
76072024-08-30T18:59:36.860Z[ recovery-image] Aug 30 18:59:35.061 INFO O| Aug 30 18:59:35.061 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-08-30T18:59:36.879Z[ recovery-image] Aug 30 18:59:35.079 INFO O| Aug 30 18:59:35.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76092024-08-30T18:59:36.879Z[ recovery-image] Aug 30 18:59:35.079 INFO O| Aug 30 18:59:35.079 INFO STEP 1195 (remove_files) COMPLETE
76102024-08-30T18:59:36.879Z[ recovery-image] Aug 30 18:59:35.079 INFO O| Aug 30 18:59:35.079 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-08-30T18:59:36.895Z[ recovery-image] Aug 30 18:59:35.095 INFO O| Aug 30 18:59:35.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76122024-08-30T18:59:36.895Z[ recovery-image] Aug 30 18:59:35.095 INFO O| Aug 30 18:59:35.095 INFO STEP 1196 (remove_files) COMPLETE
76132024-08-30T18:59:36.895Z[ recovery-image] Aug 30 18:59:35.095 INFO O| Aug 30 18:59:35.095 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-08-30T18:59:36.912Z[ recovery-image] Aug 30 18:59:35.112 INFO O| Aug 30 18:59:35.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76152024-08-30T18:59:36.915Z[ recovery-image] Aug 30 18:59:35.113 INFO O| Aug 30 18:59:35.112 INFO STEP 1197 (remove_files) COMPLETE
76162024-08-30T18:59:36.915Z[ recovery-image] Aug 30 18:59:35.113 INFO O| Aug 30 18:59:35.113 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-08-30T18:59:36.952Z[ recovery-image] Aug 30 18:59:35.152 INFO O| Aug 30 18:59:35.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76182024-08-30T18:59:36.952Z[ recovery-image] Aug 30 18:59:35.152 INFO O| Aug 30 18:59:35.152 INFO STEP 1198 (remove_files) COMPLETE
76192024-08-30T18:59:36.954Z[ recovery-image] Aug 30 18:59:35.152 INFO O| Aug 30 18:59:35.152 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-08-30T18:59:37.002Z[ recovery-image] Aug 30 18:59:35.202 INFO O| Aug 30 18:59:35.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76212024-08-30T18:59:37.004Z[ recovery-image] Aug 30 18:59:35.203 INFO O| Aug 30 18:59:35.202 INFO STEP 1199 (remove_files) COMPLETE
76222024-08-30T18:59:37.004Z[ recovery-image] Aug 30 18:59:35.203 INFO O| Aug 30 18:59:35.202 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-08-30T18:59:37.023Z[ recovery-image] Aug 30 18:59:35.223 INFO O| Aug 30 18:59:35.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76242024-08-30T18:59:37.025Z[ recovery-image] Aug 30 18:59:35.223 INFO O| Aug 30 18:59:35.223 INFO STEP 1200 (remove_files) COMPLETE
76252024-08-30T18:59:37.025Z[ recovery-image] Aug 30 18:59:35.223 INFO O| Aug 30 18:59:35.223 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-08-30T18:59:37.042Z[ recovery-image] Aug 30 18:59:35.242 INFO O| Aug 30 18:59:35.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76272024-08-30T18:59:37.045Z[ recovery-image] Aug 30 18:59:35.243 INFO O| Aug 30 18:59:35.242 INFO STEP 1201 (remove_files) COMPLETE
76282024-08-30T18:59:37.045Z[ recovery-image] Aug 30 18:59:35.243 INFO O| Aug 30 18:59:35.243 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-08-30T18:59:37.060Z[ recovery-image] Aug 30 18:59:35.261 INFO O| Aug 30 18:59:35.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76302024-08-30T18:59:37.063Z[ recovery-image] Aug 30 18:59:35.261 INFO O| Aug 30 18:59:35.261 INFO STEP 1202 (remove_files) COMPLETE
76312024-08-30T18:59:37.063Z[ recovery-image] Aug 30 18:59:35.261 INFO O| Aug 30 18:59:35.261 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-08-30T18:59:37.078Z[ recovery-image] Aug 30 18:59:35.278 INFO O| Aug 30 18:59:35.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76332024-08-30T18:59:37.078Z[ recovery-image] Aug 30 18:59:35.278 INFO O| Aug 30 18:59:35.278 INFO STEP 1203 (remove_files) COMPLETE
76342024-08-30T18:59:37.080Z[ recovery-image] Aug 30 18:59:35.278 INFO O| Aug 30 18:59:35.278 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-08-30T18:59:37.109Z[ recovery-image] Aug 30 18:59:35.309 INFO O| Aug 30 18:59:35.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76362024-08-30T18:59:37.109Z[ recovery-image] Aug 30 18:59:35.309 INFO O| Aug 30 18:59:35.309 INFO STEP 1204 (remove_files) COMPLETE
76372024-08-30T18:59:37.111Z[ recovery-image] Aug 30 18:59:35.309 INFO O| Aug 30 18:59:35.309 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-08-30T18:59:37.143Z[ recovery-image] Aug 30 18:59:35.343 INFO O| Aug 30 18:59:35.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76392024-08-30T18:59:37.143Z[ recovery-image] Aug 30 18:59:35.343 INFO O| Aug 30 18:59:35.343 INFO STEP 1205 (remove_files) COMPLETE
76402024-08-30T18:59:37.145Z[ recovery-image] Aug 30 18:59:35.343 INFO O| Aug 30 18:59:35.343 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76412024-08-30T18:59:37.171Z[ recovery-image] Aug 30 18:59:35.371 INFO O| Aug 30 18:59:35.371 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76422024-08-30T18:59:37.171Z[ recovery-image] Aug 30 18:59:35.371 INFO O| Aug 30 18:59:35.371 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76432024-08-30T18:59:38.816Z[ recovery-image] Aug 30 18:59:37.016 INFO O| Aug 30 18:59:37.016 INFO STEP 1206 (pack_tar) COMPLETE
76442024-08-30T18:59:38.816Z[ recovery-image] Aug 30 18:59:37.016 INFO O| Aug 30 18:59:37.016 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76452024-08-30T18:59:38.818Z[ recovery-image] Aug 30 18:59:37.016 INFO O| Aug 30 18:59:37.016 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76462024-08-30T18:59:39.077Z[ recovery-image] Aug 30 18:59:37.277 INFO O| Aug 30 18:59:37.277 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76472024-08-30T18:59:39.204Z[ recovery-image] Aug 30 18:59:37.404 INFO O| Aug 30 18:59:37.404 INFO completed processing gimlet/ramdisk-03-recovery-trim
76482024-08-30T18:59:39.214Z[ recovery-image] Aug 30 18:59:37.414 INFO image builder template: zfs-recovery...
76492024-08-30T18:59:39.214Z[ recovery-image] Aug 30 18:59:37.414 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/.tmpWwHkvv/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
76502024-08-30T18:59:39.268Z[ recovery-image] Aug 30 18:59:37.468 INFO O| Aug 30 18:59:37.468 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76512024-08-30T18:59:39.279Z[ recovery-image] Aug 30 18:59:37.478 INFO O| Aug 30 18:59:37.478 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76522024-08-30T18:59:39.371Z[ recovery-image] Aug 30 18:59:37.571 INFO O| Aug 30 18:59:37.571 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76532024-08-30T18:59:39.487Z[ recovery-image] Aug 30 18:59:37.687 INFO O| Aug 30 18:59:37.687 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76542024-08-30T18:59:39.489Z[ recovery-image] Aug 30 18:59:37.687 INFO O| Aug 30 18:59:37.687 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76552024-08-30T18:59:39.495Z[ recovery-image] Aug 30 18:59:37.695 INFO O| Aug 30 18:59:37.695 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76562024-08-30T18:59:39.580Z[ recovery-image] Aug 30 18:59:37.779 INFO O| Aug 30 18:59:37.779 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76572024-08-30T18:59:39.654Z[ recovery-image] Aug 30 18:59:37.854 INFO O| Aug 30 18:59:37.854 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76582024-08-30T18:59:39.670Z[ recovery-image] Aug 30 18:59:37.870 INFO O| Aug 30 18:59:37.870 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76592024-08-30T18:59:39.683Z[ recovery-image] Aug 30 18:59:37.883 INFO O| Aug 30 18:59:37.883 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76602024-08-30T18:59:39.704Z[ recovery-image] Aug 30 18:59:37.903 INFO O| Aug 30 18:59:37.903 INFO no lofi found
76612024-08-30T18:59:39.704Z[ recovery-image] Aug 30 18:59:37.903 INFO O| Aug 30 18:59:37.903 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76622024-08-30T18:59:39.704Z[ recovery-image] Aug 30 18:59:37.903 INFO O| Aug 30 18:59:37.903 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76632024-08-30T18:59:41.263Z[ host-image] Aug 30 18:59:39.462 INFO O| Aug 30 18:59:39.462 INFO O| Download: 1110/1140 items 6.3/8.4MB 75% complete (1.2M/s)
76642024-08-30T18:59:41.810Z[ recovery-image] Aug 30 18:59:40.009 INFO O| Aug 30 18:59:40.009 INFO lofi device = /dev/dsk/c2t1d0p0
76652024-08-30T18:59:41.810Z[ recovery-image] Aug 30 18:59:40.009 INFO O| Aug 30 18:59:40.009 INFO pool device = /dev/dsk/c2t1d0p0
76662024-08-30T18:59:41.812Z[ recovery-image] Aug 30 18:59:40.010 INFO O| Aug 30 18:59:40.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"]
76672024-08-30T18:59:41.892Z[ recovery-image] Aug 30 18:59:40.091 INFO O| Aug 30 18:59:40.091 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76682024-08-30T18:59:41.892Z[ recovery-image] Aug 30 18:59:40.092 INFO O| Aug 30 18:59:40.091 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76692024-08-30T18:59:41.914Z[ recovery-image] Aug 30 18:59:40.114 INFO O| Aug 30 18:59:40.114 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
76702024-08-30T18:59:41.986Z[ recovery-image] Aug 30 18:59:40.185 INFO O| Aug 30 18:59:40.185 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
76712024-08-30T18:59:42.023Z[ recovery-image] Aug 30 18:59:40.222 INFO O| Aug 30 18:59:40.222 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
76722024-08-30T18:59:42.038Z[ recovery-image] Aug 30 18:59:40.237 INFO O| Aug 30 18:59:40.237 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
76732024-08-30T18:59:42.048Z[ recovery-image] Aug 30 18:59:40.248 INFO O| Aug 30 18:59:40.248 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
76742024-08-30T18:59:42.093Z[ recovery-image] Aug 30 18:59:40.293 INFO O| Aug 30 18:59:40.293 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76752024-08-30T18:59:42.095Z[ recovery-image] Aug 30 18:59:40.293 INFO O| Aug 30 18:59:40.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76762024-08-30T18:59:42.096Z[ recovery-image] Aug 30 18:59:40.293 INFO O| Aug 30 18:59:40.293 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76772024-08-30T18:59:42.103Z[ recovery-image] Aug 30 18:59:40.303 INFO O| Aug 30 18:59:40.303 INFO boot environment UUID: e8553fbf-8c81-4ef9-bd37-e9ad5eb995b4
76782024-08-30T18:59:42.103Z[ recovery-image] Aug 30 18:59:40.303 INFO O| Aug 30 18:59:40.303 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e8553fbf-8c81-4ef9-bd37-e9ad5eb995b4
76792024-08-30T18:59:42.113Z[ recovery-image] Aug 30 18:59:40.313 INFO O| Aug 30 18:59:40.313 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
76802024-08-30T18:59:42.123Z[ recovery-image] Aug 30 18:59:40.323 INFO O| Aug 30 18:59:40.323 INFO STEP 0 (create_be) COMPLETE
76812024-08-30T18:59:42.123Z[ recovery-image] Aug 30 18:59:40.323 INFO O| Aug 30 18:59:40.323 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76822024-08-30T18:59:42.139Z[ recovery-image] Aug 30 18:59:40.338 INFO O| Aug 30 18:59:40.338 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"]
76832024-08-30T18:59:43.451Z[ host-image] Aug 30 18:59:41.650 INFO O| Aug 30 18:59:41.650 INFO O| Download: Completed 8.42 MB in 7.24 seconds (1.2M/s)
76842024-08-30T18:59:43.746Z[ host-image] Aug 30 18:59:41.945 INFO O| Aug 30 18:59:41.945 INFO O| Actions: 1/1361 actions (Installing new actions)
76852024-08-30T18:59:44.068Z[ recovery-image] Aug 30 18:59:42.267 INFO O| Aug 30 18:59:42.267 INFO STEP 1 (unpack_tar) COMPLETE
76862024-08-30T18:59:44.068Z[ recovery-image] Aug 30 18:59:42.267 INFO O| Aug 30 18:59:42.267 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76872024-08-30T18:59:44.082Z[ recovery-image] Aug 30 18:59:42.281 INFO O| Aug 30 18:59:42.281 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76882024-08-30T18:59:44.486Z[ host-image] Aug 30 18:59:42.685 INFO O| Aug 30 18:59:42.685 INFO O| Actions: Completed 1361 actions in 0.74 seconds.
76892024-08-30T18:59:44.682Z[ recovery-image] Aug 30 18:59:42.881 INFO O| Aug 30 18:59:42.880 INFO STEP 2 (devfsadm) COMPLETE
76902024-08-30T18:59:44.682Z[ recovery-image] Aug 30 18:59:42.881 INFO O| Aug 30 18:59:42.881 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76912024-08-30T18:59:44.697Z[ recovery-image] Aug 30 18:59:42.896 INFO O| Aug 30 18:59:42.896 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76922024-08-30T18:59:44.697Z[ recovery-image] Aug 30 18:59:42.896 INFO O| Aug 30 18:59:42.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76932024-08-30T18:59:44.697Z[ recovery-image] Aug 30 18:59:42.896 INFO O| Aug 30 18:59:42.896 INFO STEP 3 (ensure_dir) COMPLETE
76942024-08-30T18:59:44.697Z[ recovery-image] Aug 30 18:59:42.896 INFO O| Aug 30 18:59:42.896 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76952024-08-30T18:59:44.711Z[ recovery-image] Aug 30 18:59:42.910 INFO O| Aug 30 18:59:42.910 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76962024-08-30T18:59:44.711Z[ recovery-image] Aug 30 18:59:42.910 INFO O| Aug 30 18:59:42.910 INFO STEP 4 (ensure_dir) COMPLETE
76972024-08-30T18:59:44.715Z[ recovery-image] Aug 30 18:59:42.910 INFO O| Aug 30 18:59:42.910 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76982024-08-30T18:59:44.725Z[ recovery-image] Aug 30 18:59:42.924 INFO O| Aug 30 18:59:42.924 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76992024-08-30T18:59:44.725Z[ recovery-image] Aug 30 18:59:42.924 INFO O| Aug 30 18:59:42.924 INFO STEP 5 (ensure_dir) COMPLETE
77002024-08-30T18:59:44.728Z[ recovery-image] Aug 30 18:59:42.924 INFO O| Aug 30 18:59:42.924 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77012024-08-30T18:59:44.738Z[ recovery-image] Aug 30 18:59:42.937 INFO O| Aug 30 18:59:42.937 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77022024-08-30T18:59:44.738Z[ recovery-image] Aug 30 18:59:42.937 INFO O| Aug 30 18:59:42.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77032024-08-30T18:59:44.741Z[ recovery-image] Aug 30 18:59:42.937 INFO O| Aug 30 18:59:42.937 INFO STEP 6 (ensure_dir) COMPLETE
77042024-08-30T18:59:44.741Z[ recovery-image] Aug 30 18:59:42.937 INFO O| Aug 30 18:59:42.937 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77052024-08-30T18:59:44.751Z[ recovery-image] Aug 30 18:59:42.951 INFO O| Aug 30 18:59:42.951 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77062024-08-30T18:59:44.752Z[ recovery-image] Aug 30 18:59:42.951 INFO O| Aug 30 18:59:42.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77072024-08-30T18:59:44.754Z[ recovery-image] Aug 30 18:59:42.951 INFO O| Aug 30 18:59:42.951 INFO STEP 7 (ensure_dir) COMPLETE
77082024-08-30T18:59:44.754Z[ recovery-image] Aug 30 18:59:42.951 INFO O| Aug 30 18:59:42.951 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77092024-08-30T18:59:44.766Z[ recovery-image] Aug 30 18:59:42.965 INFO O| Aug 30 18:59:42.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77102024-08-30T18:59:44.769Z[ recovery-image] Aug 30 18:59:42.966 INFO O| Aug 30 18:59:42.966 INFO STEP 8 (remove_files) COMPLETE
77112024-08-30T18:59:44.769Z[ recovery-image] Aug 30 18:59:42.966 INFO O| Aug 30 18:59:42.966 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77122024-08-30T18:59:44.778Z[ recovery-image] Aug 30 18:59:42.978 INFO O| Aug 30 18:59:42.978 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77132024-08-30T18:59:44.781Z[ recovery-image] Aug 30 18:59:42.979 INFO O| Aug 30 18:59:42.979 INFO STEP 9 (remove_files) COMPLETE
77142024-08-30T18:59:44.781Z[ recovery-image] Aug 30 18:59:42.979 INFO O| Aug 30 18:59:42.979 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77152024-08-30T18:59:44.791Z[ recovery-image] Aug 30 18:59:42.990 INFO O| Aug 30 18:59:42.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77162024-08-30T18:59:44.795Z[ recovery-image] Aug 30 18:59:42.991 INFO O| Aug 30 18:59:42.991 INFO STEP 10 (remove_files) COMPLETE
77172024-08-30T18:59:44.795Z[ recovery-image] Aug 30 18:59:42.991 INFO O| Aug 30 18:59:42.991 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77182024-08-30T18:59:44.804Z[ recovery-image] Aug 30 18:59:43.003 INFO O| Aug 30 18:59:43.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77192024-08-30T18:59:44.804Z[ recovery-image] Aug 30 18:59:43.003 INFO O| Aug 30 18:59:43.003 INFO STEP 11 (remove_files) COMPLETE
77202024-08-30T18:59:44.804Z[ recovery-image] Aug 30 18:59:43.003 INFO O| Aug 30 18:59:43.003 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77212024-08-30T18:59:44.807Z[ host-image] Aug 30 18:59:43.003 INFO O| Aug 30 18:59:43.003 INFO O| Done
77222024-08-30T18:59:44.807Z[ host-image] Aug 30 18:59:43.003 INFO O| Aug 30 18:59:43.003 INFO O| Done
77232024-08-30T18:59:44.818Z[ recovery-image] Aug 30 18:59:43.015 INFO O| Aug 30 18:59:43.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77242024-08-30T18:59:44.818Z[ recovery-image] Aug 30 18:59:43.015 INFO O| Aug 30 18:59:43.015 INFO STEP 12 (remove_files) COMPLETE
77252024-08-30T18:59:44.821Z[ recovery-image] Aug 30 18:59:43.015 INFO O| Aug 30 18:59:43.015 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77262024-08-30T18:59:44.828Z[ recovery-image] Aug 30 18:59:43.027 INFO O| Aug 30 18:59:43.027 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77272024-08-30T18:59:44.828Z[ recovery-image] Aug 30 18:59:43.027 INFO O| Aug 30 18:59:43.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77282024-08-30T18:59:44.829Z[ recovery-image] Aug 30 18:59:43.027 INFO O| Aug 30 18:59:43.027 INFO STEP 13 (ensure_dir) COMPLETE
77292024-08-30T18:59:44.831Z[ recovery-image] Aug 30 18:59:43.027 INFO O| Aug 30 18:59:43.027 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77302024-08-30T18:59:44.841Z[ recovery-image] Aug 30 18:59:43.040 INFO O| Aug 30 18:59:43.040 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77312024-08-30T18:59:44.841Z[ recovery-image] Aug 30 18:59:43.040 INFO O| Aug 30 18:59:43.040 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77322024-08-30T18:59:44.843Z[ recovery-image] Aug 30 18:59:43.040 INFO O| Aug 30 18:59:43.040 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77332024-08-30T18:59:44.844Z[ recovery-image] Aug 30 18:59:43.040 INFO O| Aug 30 18:59:43.040 INFO STEP 14 (ensure_dir) COMPLETE
77342024-08-30T18:59:44.844Z[ recovery-image] Aug 30 18:59:43.040 INFO O| Aug 30 18:59:43.040 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77352024-08-30T18:59:44.855Z[ recovery-image] Aug 30 18:59:43.054 INFO O| Aug 30 18:59:43.054 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77362024-08-30T18:59:44.855Z[ recovery-image] Aug 30 18:59:43.054 INFO O| Aug 30 18:59:43.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77372024-08-30T18:59:44.855Z[ recovery-image] Aug 30 18:59:43.054 INFO O| Aug 30 18:59:43.054 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77382024-08-30T18:59:44.859Z[ recovery-image] Aug 30 18:59:43.054 INFO O| Aug 30 18:59:43.054 INFO STEP 15 (ensure_dir) COMPLETE
77392024-08-30T18:59:44.859Z[ recovery-image] Aug 30 18:59:43.054 INFO O| Aug 30 18:59:43.054 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77402024-08-30T18:59:44.867Z[ recovery-image] Aug 30 18:59:43.066 INFO O| Aug 30 18:59:43.066 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77412024-08-30T18:59:44.867Z[ recovery-image] Aug 30 18:59:43.066 INFO O| Aug 30 18:59:43.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77422024-08-30T18:59:44.870Z[ recovery-image] Aug 30 18:59:43.066 INFO O| Aug 30 18:59:43.066 INFO STEP 16 (ensure_dir) COMPLETE
77432024-08-30T18:59:44.870Z[ recovery-image] Aug 30 18:59:43.066 INFO O| Aug 30 18:59:43.066 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77442024-08-30T18:59:44.879Z[ recovery-image] Aug 30 18:59:43.078 INFO O| Aug 30 18:59:43.078 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77452024-08-30T18:59:44.879Z[ recovery-image] Aug 30 18:59:43.078 INFO O| Aug 30 18:59:43.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77462024-08-30T18:59:44.881Z[ recovery-image] Aug 30 18:59:43.078 INFO O| Aug 30 18:59:43.078 INFO STEP 17 (ensure_dir) COMPLETE
77472024-08-30T18:59:44.881Z[ recovery-image] Aug 30 18:59:43.078 INFO O| Aug 30 18:59:43.078 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77482024-08-30T18:59:44.891Z[ recovery-image] Aug 30 18:59:43.090 INFO O| Aug 30 18:59:43.090 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77492024-08-30T18:59:44.891Z[ recovery-image] Aug 30 18:59:43.090 INFO O| Aug 30 18:59:43.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77502024-08-30T18:59:44.894Z[ recovery-image] Aug 30 18:59:43.090 INFO O| Aug 30 18:59:43.090 INFO ok!
77512024-08-30T18:59:44.894Z[ recovery-image] Aug 30 18:59:43.090 INFO O| Aug 30 18:59:43.090 INFO STEP 18 (ensure_symlink) COMPLETE
77522024-08-30T18:59:44.894Z[ recovery-image] Aug 30 18:59:43.090 INFO O| Aug 30 18:59:43.090 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77532024-08-30T18:59:44.902Z[ recovery-image] Aug 30 18:59:43.102 INFO O| Aug 30 18:59:43.102 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77542024-08-30T18:59:44.902Z[ recovery-image] Aug 30 18:59:43.102 INFO O| Aug 30 18:59:43.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77552024-08-30T18:59:44.915Z[ recovery-image] Aug 30 18:59:43.102 INFO O| Aug 30 18:59:43.102 INFO ok!
77562024-08-30T18:59:44.915Z[ recovery-image] Aug 30 18:59:43.102 INFO O| Aug 30 18:59:43.102 INFO STEP 19 (ensure_file) COMPLETE
77572024-08-30T18:59:44.915Z[ recovery-image] Aug 30 18:59:43.102 INFO O| Aug 30 18:59:43.102 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77582024-08-30T18:59:44.918Z[ recovery-image] Aug 30 18:59:43.113 INFO O| Aug 30 18:59:43.113 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77592024-08-30T18:59:44.918Z[ recovery-image] Aug 30 18:59:43.113 INFO O| Aug 30 18:59:43.113 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77602024-08-30T18:59:44.918Z[ recovery-image] Aug 30 18:59:43.113 INFO O| Aug 30 18:59:43.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77612024-08-30T18:59:44.918Z[ recovery-image] Aug 30 18:59:43.113 INFO O| Aug 30 18:59:43.113 INFO ok!
77622024-08-30T18:59:44.918Z[ recovery-image] Aug 30 18:59:43.113 INFO O| Aug 30 18:59:43.113 INFO STEP 20 (ensure_symlink) COMPLETE
77632024-08-30T18:59:44.918Z[ recovery-image] Aug 30 18:59:43.113 INFO O| Aug 30 18:59:43.113 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77642024-08-30T18:59:44.925Z[ recovery-image] Aug 30 18:59:43.124 INFO O| Aug 30 18:59:43.124 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77652024-08-30T18:59:44.927Z[ recovery-image] Aug 30 18:59:43.124 INFO O| Aug 30 18:59:43.124 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77662024-08-30T18:59:44.927Z[ recovery-image] Aug 30 18:59:43.124 INFO O| Aug 30 18:59:43.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77672024-08-30T18:59:44.927Z[ recovery-image] Aug 30 18:59:43.124 INFO O| Aug 30 18:59:43.124 INFO ok!
77682024-08-30T18:59:44.927Z[ recovery-image] Aug 30 18:59:43.124 INFO O| Aug 30 18:59:43.124 INFO STEP 21 (ensure_symlink) COMPLETE
77692024-08-30T18:59:44.927Z[ recovery-image] Aug 30 18:59:43.124 INFO O| Aug 30 18:59:43.124 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77702024-08-30T18:59:44.936Z[ recovery-image] Aug 30 18:59:43.135 INFO O| Aug 30 18:59:43.135 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77712024-08-30T18:59:44.936Z[ recovery-image] Aug 30 18:59:43.135 INFO O| Aug 30 18:59:43.135 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77722024-08-30T18:59:44.940Z[ recovery-image] Aug 30 18:59:43.136 INFO O| Aug 30 18:59:43.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77732024-08-30T18:59:44.940Z[ recovery-image] Aug 30 18:59:43.136 INFO O| Aug 30 18:59:43.136 INFO ok!
77742024-08-30T18:59:44.940Z[ recovery-image] Aug 30 18:59:43.136 INFO O| Aug 30 18:59:43.136 INFO STEP 22 (ensure_symlink) COMPLETE
77752024-08-30T18:59:44.940Z[ recovery-image] Aug 30 18:59:43.136 INFO O| Aug 30 18:59:43.136 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77762024-08-30T18:59:44.947Z[ recovery-image] Aug 30 18:59:43.147 INFO O| Aug 30 18:59:43.147 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
77772024-08-30T18:59:44.947Z[ recovery-image] Aug 30 18:59:43.147 INFO O| Aug 30 18:59:43.147 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
77782024-08-30T18:59:44.950Z[ recovery-image] Aug 30 18:59:43.147 INFO O| Aug 30 18:59:43.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
77792024-08-30T18:59:44.950Z[ recovery-image] Aug 30 18:59:43.147 INFO O| Aug 30 18:59:43.147 INFO ok!
77802024-08-30T18:59:44.950Z[ recovery-image] Aug 30 18:59:43.147 INFO O| Aug 30 18:59:43.147 INFO STEP 23 (ensure_symlink) COMPLETE
77812024-08-30T18:59:44.950Z[ recovery-image] Aug 30 18:59:43.147 INFO O| Aug 30 18:59:43.147 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77822024-08-30T18:59:44.958Z[ recovery-image] Aug 30 18:59:43.158 INFO O| Aug 30 18:59:43.158 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
77832024-08-30T18:59:44.958Z[ recovery-image] Aug 30 18:59:43.158 INFO O| Aug 30 18:59:43.158 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 ...
77842024-08-30T18:59:44.961Z[ recovery-image] Aug 30 18:59:43.158 INFO O| Aug 30 18:59:43.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
77852024-08-30T18:59:44.961Z[ recovery-image] Aug 30 18:59:43.158 INFO O| Aug 30 18:59:43.158 INFO ok!
77862024-08-30T18:59:44.961Z[ recovery-image] Aug 30 18:59:43.158 INFO O| Aug 30 18:59:43.158 INFO STEP 24 (ensure_file) COMPLETE
77872024-08-30T18:59:44.961Z[ recovery-image] Aug 30 18:59:43.158 INFO O| Aug 30 18:59:43.158 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
77882024-08-30T18:59:44.970Z[ recovery-image] Aug 30 18:59:43.169 INFO O| Aug 30 18:59:43.169 INFO updating shadow file
77892024-08-30T18:59:44.972Z[ recovery-image] Aug 30 18:59:43.170 INFO O| Aug 30 18:59:43.170 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77902024-08-30T18:59:44.972Z[ recovery-image] Aug 30 18:59:43.170 INFO O| Aug 30 18:59:43.170 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77912024-08-30T18:59:44.973Z[ recovery-image] Aug 30 18:59:43.170 INFO O| Aug 30 18:59:43.170 INFO STEP 25 (shadow) COMPLETE
77922024-08-30T18:59:44.973Z[ recovery-image] Aug 30 18:59:43.170 INFO O| Aug 30 18:59:43.170 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77932024-08-30T18:59:44.984Z[ recovery-image] Aug 30 18:59:43.183 INFO O| Aug 30 18:59:43.183 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
77942024-08-30T18:59:44.984Z[ recovery-image] Aug 30 18:59:43.183 INFO O| Aug 30 18:59:43.183 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
77952024-08-30T18:59:44.986Z[ recovery-image] Aug 30 18:59:43.183 INFO O| Aug 30 18:59:43.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
77962024-08-30T18:59:44.986Z[ recovery-image] Aug 30 18:59:43.183 INFO O| Aug 30 18:59:43.183 INFO ok!
77972024-08-30T18:59:44.986Z[ recovery-image] Aug 30 18:59:43.183 INFO O| Aug 30 18:59:43.183 INFO STEP 26 (ensure_file) COMPLETE
77982024-08-30T18:59:44.986Z[ recovery-image] Aug 30 18:59:43.183 INFO O| Aug 30 18:59:43.183 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77992024-08-30T18:59:44.996Z[ recovery-image] Aug 30 18:59:43.195 INFO O| Aug 30 18:59:43.195 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78002024-08-30T18:59:44.999Z[ recovery-image] Aug 30 18:59:43.195 INFO O| Aug 30 18:59:43.195 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78012024-08-30T18:59:44.999Z[ recovery-image] Aug 30 18:59:43.196 INFO O| Aug 30 18:59:43.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78022024-08-30T18:59:44.999Z[ recovery-image] Aug 30 18:59:43.196 INFO O| Aug 30 18:59:43.196 INFO ok!
78032024-08-30T18:59:44.999Z[ recovery-image] Aug 30 18:59:43.196 INFO O| Aug 30 18:59:43.196 INFO STEP 27 (ensure_file) COMPLETE
78042024-08-30T18:59:44.999Z[ recovery-image] Aug 30 18:59:43.196 INFO O| Aug 30 18:59:43.196 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78052024-08-30T18:59:45.008Z[ recovery-image] Aug 30 18:59:43.207 INFO O| Aug 30 18:59:43.207 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78062024-08-30T18:59:45.008Z[ recovery-image] Aug 30 18:59:43.207 INFO O| Aug 30 18:59:43.207 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78072024-08-30T18:59:45.011Z[ recovery-image] Aug 30 18:59:43.208 INFO O| Aug 30 18:59:43.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78082024-08-30T18:59:45.011Z[ recovery-image] Aug 30 18:59:43.208 INFO O| Aug 30 18:59:43.208 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78092024-08-30T18:59:45.011Z[ recovery-image] Aug 30 18:59:43.208 INFO O| Aug 30 18:59:43.208 INFO ok!
78102024-08-30T18:59:45.011Z[ recovery-image] Aug 30 18:59:43.208 INFO O| Aug 30 18:59:43.208 INFO STEP 28 (ensure_file) COMPLETE
78112024-08-30T18:59:45.011Z[ recovery-image] Aug 30 18:59:43.208 INFO O| Aug 30 18:59:43.208 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78122024-08-30T18:59:45.020Z[ recovery-image] Aug 30 18:59:43.219 INFO O| Aug 30 18:59:43.219 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78132024-08-30T18:59:45.020Z[ recovery-image] Aug 30 18:59:43.219 INFO O| Aug 30 18:59:43.219 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78142024-08-30T18:59:45.022Z[ recovery-image] Aug 30 18:59:43.219 INFO O| Aug 30 18:59:43.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78152024-08-30T18:59:45.022Z[ recovery-image] Aug 30 18:59:43.219 INFO O| Aug 30 18:59:43.219 INFO ok!
78162024-08-30T18:59:45.022Z[ recovery-image] Aug 30 18:59:43.219 INFO O| Aug 30 18:59:43.219 INFO STEP 29 (ensure_file) COMPLETE
78172024-08-30T18:59:45.022Z[ recovery-image] Aug 30 18:59:43.219 INFO O| Aug 30 18:59:43.219 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78182024-08-30T18:59:45.031Z[ recovery-image] Aug 30 18:59:43.230 INFO O| Aug 30 18:59:43.230 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78192024-08-30T18:59:45.031Z[ recovery-image] Aug 30 18:59:43.230 INFO O| Aug 30 18:59:43.230 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78202024-08-30T18:59:45.033Z[ recovery-image] Aug 30 18:59:43.230 INFO O| Aug 30 18:59:43.230 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78212024-08-30T18:59:45.033Z[ recovery-image] Aug 30 18:59:43.230 INFO O| Aug 30 18:59:43.230 INFO ok!
78222024-08-30T18:59:45.033Z[ recovery-image] Aug 30 18:59:43.230 INFO O| Aug 30 18:59:43.230 INFO STEP 30 (ensure_file) COMPLETE
78232024-08-30T18:59:45.033Z[ recovery-image] Aug 30 18:59:43.230 INFO O| Aug 30 18:59:43.230 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78242024-08-30T18:59:45.044Z[ recovery-image] Aug 30 18:59:43.243 INFO O| Aug 30 18:59:43.243 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78252024-08-30T18:59:45.044Z[ recovery-image] Aug 30 18:59:43.243 INFO O| Aug 30 18:59:43.243 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78262024-08-30T18:59:45.046Z[ recovery-image] Aug 30 18:59:43.243 INFO O| Aug 30 18:59:43.243 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78272024-08-30T18:59:45.046Z[ recovery-image] Aug 30 18:59:43.244 INFO O| Aug 30 18:59:43.243 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78282024-08-30T18:59:45.046Z[ recovery-image] Aug 30 18:59:43.244 INFO O| Aug 30 18:59:43.243 INFO ok!
78292024-08-30T18:59:45.046Z[ recovery-image] Aug 30 18:59:43.244 INFO O| Aug 30 18:59:43.243 INFO STEP 31 (ensure_file) COMPLETE
78302024-08-30T18:59:45.046Z[ recovery-image] Aug 30 18:59:43.244 INFO O| Aug 30 18:59:43.243 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78312024-08-30T18:59:45.058Z[ recovery-image] Aug 30 18:59:43.257 INFO O| Aug 30 18:59:43.257 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78322024-08-30T18:59:45.058Z[ recovery-image] Aug 30 18:59:43.257 INFO O| Aug 30 18:59:43.257 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78332024-08-30T18:59:45.060Z[ recovery-image] Aug 30 18:59:43.258 INFO O| Aug 30 18:59:43.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78342024-08-30T18:59:45.061Z[ recovery-image] Aug 30 18:59:43.258 INFO O| Aug 30 18:59:43.258 INFO ok!
78352024-08-30T18:59:45.061Z[ recovery-image] Aug 30 18:59:43.258 INFO O| Aug 30 18:59:43.258 INFO STEP 32 (ensure_file) COMPLETE
78362024-08-30T18:59:45.061Z[ recovery-image] Aug 30 18:59:43.258 INFO O| Aug 30 18:59:43.258 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78372024-08-30T18:59:45.072Z[ recovery-image] Aug 30 18:59:43.272 INFO O| Aug 30 18:59:43.272 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78382024-08-30T18:59:45.072Z[ recovery-image] Aug 30 18:59:43.272 INFO O| Aug 30 18:59:43.272 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78392024-08-30T18:59:45.075Z[ recovery-image] Aug 30 18:59:43.272 INFO O| Aug 30 18:59:43.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78402024-08-30T18:59:45.075Z[ recovery-image] Aug 30 18:59:43.272 INFO O| Aug 30 18:59:43.272 INFO ok!
78412024-08-30T18:59:45.075Z[ recovery-image] Aug 30 18:59:43.272 INFO O| Aug 30 18:59:43.272 INFO STEP 33 (ensure_file) COMPLETE
78422024-08-30T18:59:45.075Z[ recovery-image] Aug 30 18:59:43.272 INFO O| Aug 30 18:59:43.272 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78432024-08-30T18:59:45.084Z[ recovery-image] Aug 30 18:59:43.283 INFO O| Aug 30 18:59:43.283 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78442024-08-30T18:59:45.084Z[ recovery-image] Aug 30 18:59:43.283 INFO O| Aug 30 18:59:43.283 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78452024-08-30T18:59:45.086Z[ recovery-image] Aug 30 18:59:43.283 INFO O| Aug 30 18:59:43.283 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78462024-08-30T18:59:45.086Z[ recovery-image] Aug 30 18:59:43.284 INFO O| Aug 30 18:59:43.283 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78472024-08-30T18:59:45.086Z[ recovery-image] Aug 30 18:59:43.284 INFO O| Aug 30 18:59:43.283 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78482024-08-30T18:59:45.086Z[ recovery-image] Aug 30 18:59:43.284 INFO O| Aug 30 18:59:43.284 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78492024-08-30T18:59:45.086Z[ recovery-image] Aug 30 18:59:43.284 INFO O| Aug 30 18:59:43.284 INFO ok!
78502024-08-30T18:59:45.087Z[ recovery-image] Aug 30 18:59:43.284 INFO O| Aug 30 18:59:43.284 INFO STEP 34 (ensure_file) COMPLETE
78512024-08-30T18:59:45.087Z[ recovery-image] Aug 30 18:59:43.284 INFO O| Aug 30 18:59:43.284 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78522024-08-30T18:59:45.095Z[ recovery-image] Aug 30 18:59:43.295 INFO O| Aug 30 18:59:43.295 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78532024-08-30T18:59:45.098Z[ recovery-image] Aug 30 18:59:43.295 INFO O| Aug 30 18:59:43.295 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78542024-08-30T18:59:45.098Z[ recovery-image] Aug 30 18:59:43.295 INFO O| Aug 30 18:59:43.295 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78552024-08-30T18:59:45.098Z[ recovery-image] Aug 30 18:59:43.295 INFO O| Aug 30 18:59:43.295 INFO STEP 35 (ensure_dir) COMPLETE
78562024-08-30T18:59:45.098Z[ recovery-image] Aug 30 18:59:43.295 INFO O| Aug 30 18:59:43.295 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78572024-08-30T18:59:45.109Z[ recovery-image] Aug 30 18:59:43.308 INFO O| Aug 30 18:59:43.308 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
78582024-08-30T18:59:45.109Z[ recovery-image] Aug 30 18:59:43.308 INFO O| Aug 30 18:59:43.308 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 ...
78592024-08-30T18:59:45.112Z[ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 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
78602024-08-30T18:59:45.112Z[ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 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
78612024-08-30T18:59:45.112Z[ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 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
78622024-08-30T18:59:45.112Z[ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 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
78632024-08-30T18:59:45.112Z[ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 INFO ok!
78642024-08-30T18:59:45.112Z[ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 INFO STEP 36 (ensure_file) COMPLETE
78652024-08-30T18:59:45.112Z[ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78662024-08-30T18:59:45.121Z[ recovery-image] Aug 30 18:59:43.320 INFO O| Aug 30 18:59:43.320 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78672024-08-30T18:59:45.121Z[ recovery-image] Aug 30 18:59:43.320 INFO O| Aug 30 18:59:43.320 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 ...
78682024-08-30T18:59:45.123Z[ recovery-image] Aug 30 18:59:43.320 INFO O| Aug 30 18:59:43.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78692024-08-30T18:59:45.123Z[ recovery-image] Aug 30 18:59:43.320 INFO O| Aug 30 18:59:43.320 INFO ok!
78702024-08-30T18:59:45.123Z[ recovery-image] Aug 30 18:59:43.320 INFO O| Aug 30 18:59:43.320 INFO STEP 37 (ensure_symlink) COMPLETE
78712024-08-30T18:59:45.123Z[ recovery-image] Aug 30 18:59:43.320 INFO O| Aug 30 18:59:43.320 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78722024-08-30T18:59:45.133Z[ recovery-image] Aug 30 18:59:43.332 INFO O| Aug 30 18:59:43.332 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78732024-08-30T18:59:45.133Z[ recovery-image] Aug 30 18:59:43.332 INFO O| Aug 30 18:59:43.332 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78742024-08-30T18:59:45.135Z[ recovery-image] Aug 30 18:59:43.332 INFO O| Aug 30 18:59:43.332 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78752024-08-30T18:59:45.135Z[ recovery-image] Aug 30 18:59:43.332 INFO O| Aug 30 18:59:43.332 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78762024-08-30T18:59:45.135Z[ recovery-image] Aug 30 18:59:43.332 INFO O| Aug 30 18:59:43.332 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78772024-08-30T18:59:45.135Z[ recovery-image] Aug 30 18:59:43.332 INFO O| Aug 30 18:59:43.332 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78782024-08-30T18:59:45.135Z[ recovery-image] Aug 30 18:59:43.333 INFO O| Aug 30 18:59:43.332 INFO ok!
78792024-08-30T18:59:45.135Z[ recovery-image] Aug 30 18:59:43.333 INFO O| Aug 30 18:59:43.332 INFO STEP 38 (ensure_file) COMPLETE
78802024-08-30T18:59:45.135Z[ recovery-image] Aug 30 18:59:43.333 INFO O| Aug 30 18:59:43.332 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78812024-08-30T18:59:45.144Z[ recovery-image] Aug 30 18:59:43.343 INFO O| Aug 30 18:59:43.343 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
78822024-08-30T18:59:45.147Z[ recovery-image] Aug 30 18:59:43.343 INFO O| Aug 30 18:59:43.343 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 ...
78832024-08-30T18:59:45.147Z[ recovery-image] Aug 30 18:59:43.344 INFO O| Aug 30 18:59:43.343 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
78842024-08-30T18:59:45.147Z[ recovery-image] Aug 30 18:59:43.344 INFO O| Aug 30 18:59:43.344 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
78852024-08-30T18:59:45.147Z[ recovery-image] Aug 30 18:59:43.344 INFO O| Aug 30 18:59:43.344 INFO ok!
78862024-08-30T18:59:45.147Z[ recovery-image] Aug 30 18:59:43.344 INFO O| Aug 30 18:59:43.344 INFO STEP 39 (ensure_file) COMPLETE
78872024-08-30T18:59:45.147Z[ recovery-image] Aug 30 18:59:43.344 INFO O| Aug 30 18:59:43.344 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78882024-08-30T18:59:45.155Z[ recovery-image] Aug 30 18:59:43.354 INFO O| Aug 30 18:59:43.354 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
78892024-08-30T18:59:45.155Z[ recovery-image] Aug 30 18:59:43.354 INFO O| Aug 30 18:59:43.354 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
78902024-08-30T18:59:45.157Z[ recovery-image] Aug 30 18:59:43.354 INFO O| Aug 30 18:59:43.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
78912024-08-30T18:59:45.157Z[ recovery-image] Aug 30 18:59:43.354 INFO O| Aug 30 18:59:43.354 INFO ok!
78922024-08-30T18:59:45.157Z[ recovery-image] Aug 30 18:59:43.354 INFO O| Aug 30 18:59:43.354 INFO STEP 40 (ensure_file) COMPLETE
78932024-08-30T18:59:45.157Z[ recovery-image] Aug 30 18:59:43.354 INFO O| Aug 30 18:59:43.354 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78942024-08-30T18:59:45.166Z[ recovery-image] Aug 30 18:59:43.365 INFO O| Aug 30 18:59:43.365 INFO updating shadow file
78952024-08-30T18:59:45.168Z[ recovery-image] Aug 30 18:59:43.365 INFO O| Aug 30 18:59:43.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78962024-08-30T18:59:45.168Z[ recovery-image] Aug 30 18:59:43.365 INFO O| Aug 30 18:59:43.365 INFO STEP 41 (shadow) COMPLETE
78972024-08-30T18:59:45.168Z[ recovery-image] Aug 30 18:59:43.365 INFO O| Aug 30 18:59:43.365 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78982024-08-30T18:59:45.177Z[ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
78992024-08-30T18:59:45.177Z[ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79002024-08-30T18:59:45.179Z[ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79012024-08-30T18:59:45.179Z[ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79022024-08-30T18:59:45.179Z[ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 INFO ok!
79032024-08-30T18:59:45.179Z[ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 INFO STEP 42 (ensure_file) COMPLETE
79042024-08-30T18:59:45.179Z[ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79052024-08-30T18:59:45.188Z[ recovery-image] Aug 30 18:59:43.388 INFO O| Aug 30 18:59:43.388 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79062024-08-30T18:59:45.188Z[ recovery-image] Aug 30 18:59:43.388 INFO O| Aug 30 18:59:43.388 INFO STEP 43 (ensure_dir) COMPLETE
79072024-08-30T18:59:45.188Z[ recovery-image] Aug 30 18:59:43.388 INFO O| Aug 30 18:59:43.388 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79082024-08-30T18:59:45.199Z[ recovery-image] Aug 30 18:59:43.399 INFO O| Aug 30 18:59:43.399 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79092024-08-30T18:59:45.200Z[ recovery-image] Aug 30 18:59:43.399 INFO O| Aug 30 18:59:43.399 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79102024-08-30T18:59:45.202Z[ recovery-image] Aug 30 18:59:43.399 INFO O| Aug 30 18:59:43.399 INFO STEP 44 (ensure_dir) COMPLETE
79112024-08-30T18:59:45.202Z[ recovery-image] Aug 30 18:59:43.399 INFO O| Aug 30 18:59:43.399 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79122024-08-30T18:59:45.212Z[ recovery-image] Aug 30 18:59:43.411 INFO O| Aug 30 18:59:43.411 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79132024-08-30T18:59:45.214Z[ recovery-image] Aug 30 18:59:43.411 INFO O| Aug 30 18:59:43.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79142024-08-30T18:59:45.214Z[ recovery-image] Aug 30 18:59:43.411 INFO O| Aug 30 18:59:43.411 INFO STEP 45 (ensure_dir) COMPLETE
79152024-08-30T18:59:45.214Z[ recovery-image] Aug 30 18:59:43.411 INFO O| Aug 30 18:59:43.411 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79162024-08-30T18:59:45.224Z[ recovery-image] Aug 30 18:59:43.423 INFO O| Aug 30 18:59:43.423 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79172024-08-30T18:59:45.224Z[ recovery-image] Aug 30 18:59:43.423 INFO O| Aug 30 18:59:43.423 INFO copying /tmp/.tmpWwHkvv/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79182024-08-30T18:59:45.253Z[ host-image] Aug 30 18:59:43.452 INFO O| Aug 30 18:59:43.452 INFO O| Done
79192024-08-30T18:59:45.266Z[ recovery-image] Aug 30 18:59:43.465 INFO O| Aug 30 18:59:43.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79202024-08-30T18:59:45.266Z[ recovery-image] Aug 30 18:59:43.465 INFO O| Aug 30 18:59:43.465 INFO ok!
79212024-08-30T18:59:45.266Z[ recovery-image] Aug 30 18:59:43.465 INFO O| Aug 30 18:59:43.465 INFO STEP 46 (ensure_file) COMPLETE
79222024-08-30T18:59:45.266Z[ recovery-image] Aug 30 18:59:43.465 INFO O| Aug 30 18:59:43.465 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79232024-08-30T18:59:45.280Z[ recovery-image] Aug 30 18:59:43.479 INFO O| Aug 30 18:59:43.479 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79242024-08-30T18:59:45.280Z[ recovery-image] Aug 30 18:59:43.479 INFO O| Aug 30 18:59:43.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79252024-08-30T18:59:45.283Z[ recovery-image] Aug 30 18:59:43.479 INFO O| Aug 30 18:59:43.479 INFO STEP 47 (ensure_dir) COMPLETE
79262024-08-30T18:59:45.283Z[ recovery-image] Aug 30 18:59:43.479 INFO O| Aug 30 18:59:43.479 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79272024-08-30T18:59:45.293Z[ recovery-image] Aug 30 18:59:43.492 INFO O| Aug 30 18:59:43.492 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79282024-08-30T18:59:45.293Z[ recovery-image] Aug 30 18:59:43.492 INFO O| Aug 30 18:59:43.492 INFO copying /tmp/.tmpWwHkvv/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79292024-08-30T18:59:45.295Z[ recovery-image] Aug 30 18:59:43.492 INFO O| Aug 30 18:59:43.492 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79302024-08-30T18:59:45.295Z[ recovery-image] Aug 30 18:59:43.492 INFO O| Aug 30 18:59:43.492 INFO ok!
79312024-08-30T18:59:45.295Z[ recovery-image] Aug 30 18:59:43.492 INFO O| Aug 30 18:59:43.492 INFO STEP 48 (ensure_file) COMPLETE
79322024-08-30T18:59:45.295Z[ recovery-image] Aug 30 18:59:43.492 INFO O| Aug 30 18:59:43.492 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79332024-08-30T18:59:45.304Z[ recovery-image] Aug 30 18:59:43.503 INFO O| Aug 30 18:59:43.503 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79342024-08-30T18:59:45.304Z[ recovery-image] Aug 30 18:59:43.503 INFO O| Aug 30 18:59:43.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79352024-08-30T18:59:45.304Z[ recovery-image] Aug 30 18:59:43.503 INFO O| Aug 30 18:59:43.503 INFO STEP 49 (ensure_dir) COMPLETE
79362024-08-30T18:59:45.304Z[ recovery-image] Aug 30 18:59:43.503 INFO O| Aug 30 18:59:43.503 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79372024-08-30T18:59:45.317Z[ recovery-image] Aug 30 18:59:43.516 INFO O| Aug 30 18:59:43.516 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79382024-08-30T18:59:45.317Z[ recovery-image] Aug 30 18:59:43.516 INFO O| Aug 30 18:59:43.516 INFO copying /tmp/.tmpWwHkvv/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79392024-08-30T18:59:45.337Z[ recovery-image] Aug 30 18:59:43.536 INFO O| Aug 30 18:59:43.536 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79402024-08-30T18:59:45.337Z[ recovery-image] Aug 30 18:59:43.536 INFO O| Aug 30 18:59:43.536 INFO ok!
79412024-08-30T18:59:45.340Z[ recovery-image] Aug 30 18:59:43.536 INFO O| Aug 30 18:59:43.536 INFO STEP 50 (ensure_file) COMPLETE
79422024-08-30T18:59:45.340Z[ recovery-image] Aug 30 18:59:43.536 INFO O| Aug 30 18:59:43.536 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79432024-08-30T18:59:45.351Z[ recovery-image] Aug 30 18:59:43.550 INFO O| Aug 30 18:59:43.550 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79442024-08-30T18:59:45.354Z[ recovery-image] Aug 30 18:59:43.550 INFO O| Aug 30 18:59:43.550 INFO copying /tmp/.tmpWwHkvv/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79452024-08-30T18:59:46.213Z[ recovery-image] Aug 30 18:59:44.412 INFO O| Aug 30 18:59:44.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79462024-08-30T18:59:46.213Z[ recovery-image] Aug 30 18:59:44.412 INFO O| Aug 30 18:59:44.412 INFO ok!
79472024-08-30T18:59:46.216Z[ recovery-image] Aug 30 18:59:44.412 INFO O| Aug 30 18:59:44.412 INFO STEP 51 (ensure_file) COMPLETE
79482024-08-30T18:59:46.216Z[ recovery-image] Aug 30 18:59:44.412 INFO O| Aug 30 18:59:44.412 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79492024-08-30T18:59:46.228Z[ recovery-image] Aug 30 18:59:44.427 INFO O| Aug 30 18:59:44.427 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79502024-08-30T18:59:46.228Z[ recovery-image] Aug 30 18:59:44.427 INFO O| Aug 30 18:59:44.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79512024-08-30T18:59:46.231Z[ recovery-image] Aug 30 18:59:44.427 INFO O| Aug 30 18:59:44.427 INFO STEP 52 (ensure_dir) COMPLETE
79522024-08-30T18:59:46.231Z[ recovery-image] Aug 30 18:59:44.427 INFO O| Aug 30 18:59:44.427 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79532024-08-30T18:59:46.241Z[ recovery-image] Aug 30 18:59:44.440 INFO O| Aug 30 18:59:44.440 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79542024-08-30T18:59:46.241Z[ recovery-image] Aug 30 18:59:44.440 INFO O| Aug 30 18:59:44.440 INFO copying /tmp/.tmpWwHkvv/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 ...
79552024-08-30T18:59:46.241Z[ recovery-image] Aug 30 18:59:44.440 INFO O| Aug 30 18:59:44.440 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
79562024-08-30T18:59:46.243Z[ recovery-image] Aug 30 18:59:44.440 INFO O| Aug 30 18:59:44.440 INFO ok!
79572024-08-30T18:59:46.243Z[ recovery-image] Aug 30 18:59:44.440 INFO O| Aug 30 18:59:44.440 INFO STEP 53 (ensure_file) COMPLETE
79582024-08-30T18:59:46.244Z[ recovery-image] Aug 30 18:59:44.440 INFO O| Aug 30 18:59:44.440 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79592024-08-30T18:59:46.254Z[ recovery-image] Aug 30 18:59:44.453 INFO O| Aug 30 18:59:44.453 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79602024-08-30T18:59:46.256Z[ recovery-image] Aug 30 18:59:44.453 INFO O| Aug 30 18:59:44.453 INFO copying /tmp/.tmpWwHkvv/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 ...
79612024-08-30T18:59:46.256Z[ recovery-image] Aug 30 18:59:44.453 INFO O| Aug 30 18:59:44.453 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
79622024-08-30T18:59:46.256Z[ recovery-image] Aug 30 18:59:44.453 INFO O| Aug 30 18:59:44.453 INFO ok!
79632024-08-30T18:59:46.257Z[ recovery-image] Aug 30 18:59:44.453 INFO O| Aug 30 18:59:44.453 INFO STEP 54 (ensure_file) COMPLETE
79642024-08-30T18:59:46.257Z[ recovery-image] Aug 30 18:59:44.453 INFO O| Aug 30 18:59:44.453 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79652024-08-30T18:59:46.268Z[ recovery-image] Aug 30 18:59:44.467 INFO O| Aug 30 18:59:44.467 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79662024-08-30T18:59:46.271Z[ recovery-image] Aug 30 18:59:44.468 INFO O| Aug 30 18:59:44.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79672024-08-30T18:59:46.271Z[ recovery-image] Aug 30 18:59:44.468 INFO O| Aug 30 18:59:44.468 INFO STEP 55 (ensure_dir) COMPLETE
79682024-08-30T18:59:46.271Z[ recovery-image] Aug 30 18:59:44.468 INFO O| Aug 30 18:59:44.468 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79692024-08-30T18:59:46.284Z[ recovery-image] Aug 30 18:59:44.483 INFO O| Aug 30 18:59:44.483 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79702024-08-30T18:59:46.284Z[ recovery-image] Aug 30 18:59:44.483 INFO O| Aug 30 18:59:44.483 INFO copying /tmp/.tmpWwHkvv/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 ...
79712024-08-30T18:59:46.284Z[ recovery-image] Aug 30 18:59:44.483 INFO O| Aug 30 18:59:44.483 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79722024-08-30T18:59:46.286Z[ recovery-image] Aug 30 18:59:44.483 INFO O| Aug 30 18:59:44.483 INFO ok!
79732024-08-30T18:59:46.286Z[ recovery-image] Aug 30 18:59:44.483 INFO O| Aug 30 18:59:44.483 INFO STEP 56 (ensure_file) COMPLETE
79742024-08-30T18:59:46.286Z[ recovery-image] Aug 30 18:59:44.483 INFO O| Aug 30 18:59:44.483 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79752024-08-30T18:59:46.299Z[ recovery-image] Aug 30 18:59:44.498 INFO O| Aug 30 18:59:44.498 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
79762024-08-30T18:59:46.299Z[ recovery-image] Aug 30 18:59:44.498 INFO O| Aug 30 18:59:44.498 INFO copying /tmp/.tmpWwHkvv/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 ...
79772024-08-30T18:59:46.301Z[ recovery-image] Aug 30 18:59:44.498 INFO O| Aug 30 18:59:44.498 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
79782024-08-30T18:59:46.301Z[ recovery-image] Aug 30 18:59:44.498 INFO O| Aug 30 18:59:44.498 INFO ok!
79792024-08-30T18:59:46.301Z[ recovery-image] Aug 30 18:59:44.498 INFO O| Aug 30 18:59:44.498 INFO STEP 57 (ensure_file) COMPLETE
79802024-08-30T18:59:46.301Z[ recovery-image] Aug 30 18:59:44.498 INFO O| Aug 30 18:59:44.498 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79812024-08-30T18:59:46.311Z[ recovery-image] Aug 30 18:59:44.510 INFO O| Aug 30 18:59:44.510 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79822024-08-30T18:59:46.311Z[ recovery-image] Aug 30 18:59:44.510 INFO O| Aug 30 18:59:44.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79832024-08-30T18:59:46.311Z[ recovery-image] Aug 30 18:59:44.510 INFO O| Aug 30 18:59:44.510 INFO STEP 58 (ensure_dir) COMPLETE
79842024-08-30T18:59:46.313Z[ recovery-image] Aug 30 18:59:44.510 INFO O| Aug 30 18:59:44.510 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79852024-08-30T18:59:46.324Z[ recovery-image] Aug 30 18:59:44.523 INFO O| Aug 30 18:59:44.523 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
79862024-08-30T18:59:46.326Z[ recovery-image] Aug 30 18:59:44.523 INFO O| Aug 30 18:59:44.523 INFO copying /tmp/.tmpWwHkvv/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 ...
79872024-08-30T18:59:46.326Z[ recovery-image] Aug 30 18:59:44.523 INFO O| Aug 30 18:59:44.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
79882024-08-30T18:59:46.326Z[ recovery-image] Aug 30 18:59:44.523 INFO O| Aug 30 18:59:44.523 INFO ok!
79892024-08-30T18:59:46.326Z[ recovery-image] Aug 30 18:59:44.523 INFO O| Aug 30 18:59:44.523 INFO STEP 59 (ensure_file) COMPLETE
79902024-08-30T18:59:46.326Z[ recovery-image] Aug 30 18:59:44.523 INFO O| Aug 30 18:59:44.523 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79912024-08-30T18:59:46.337Z[ recovery-image] Aug 30 18:59:44.536 INFO O| Aug 30 18:59:44.536 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
79922024-08-30T18:59:46.337Z[ recovery-image] Aug 30 18:59:44.536 INFO O| Aug 30 18:59:44.536 INFO copying /tmp/.tmpWwHkvv/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
79932024-08-30T18:59:46.340Z[ recovery-image] Aug 30 18:59:44.536 INFO O| Aug 30 18:59:44.536 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
79942024-08-30T18:59:46.340Z[ recovery-image] Aug 30 18:59:44.536 INFO O| Aug 30 18:59:44.536 INFO ok!
79952024-08-30T18:59:46.340Z[ recovery-image] Aug 30 18:59:44.536 INFO O| Aug 30 18:59:44.536 INFO STEP 60 (ensure_file) COMPLETE
79962024-08-30T18:59:46.340Z[ recovery-image] Aug 30 18:59:44.536 INFO O| Aug 30 18:59:44.536 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79972024-08-30T18:59:46.349Z[ recovery-image] Aug 30 18:59:44.548 INFO O| Aug 30 18:59:44.548 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
79982024-08-30T18:59:46.349Z[ recovery-image] Aug 30 18:59:44.548 INFO O| Aug 30 18:59:44.548 INFO STEP 61 (ensure_dir) COMPLETE
79992024-08-30T18:59:46.351Z[ recovery-image] Aug 30 18:59:44.548 INFO O| Aug 30 18:59:44.548 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80002024-08-30T18:59:46.360Z[ recovery-image] Aug 30 18:59:44.559 INFO O| Aug 30 18:59:44.559 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80012024-08-30T18:59:46.360Z[ recovery-image] Aug 30 18:59:44.559 INFO O| Aug 30 18:59:44.559 INFO STEP 62 (ensure_dir) COMPLETE
80022024-08-30T18:59:46.363Z[ recovery-image] Aug 30 18:59:44.559 INFO O| Aug 30 18:59:44.559 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80032024-08-30T18:59:46.371Z[ recovery-image] Aug 30 18:59:44.570 INFO O| Aug 30 18:59:44.570 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80042024-08-30T18:59:46.371Z[ recovery-image] Aug 30 18:59:44.570 INFO O| Aug 30 18:59:44.570 INFO STEP 63 (ensure_dir) COMPLETE
80052024-08-30T18:59:46.374Z[ recovery-image] Aug 30 18:59:44.570 INFO O| Aug 30 18:59:44.570 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80062024-08-30T18:59:46.385Z[ recovery-image] Aug 30 18:59:44.584 INFO O| Aug 30 18:59:44.584 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80072024-08-30T18:59:46.385Z[ recovery-image] Aug 30 18:59:44.584 INFO O| Aug 30 18:59:44.584 INFO STEP 64 (ensure_dir) COMPLETE
80082024-08-30T18:59:46.388Z[ recovery-image] Aug 30 18:59:44.584 INFO O| Aug 30 18:59:44.584 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80092024-08-30T18:59:46.400Z[ recovery-image] Aug 30 18:59:44.599 INFO O| Aug 30 18:59:44.599 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80102024-08-30T18:59:46.400Z[ recovery-image] Aug 30 18:59:44.599 INFO O| Aug 30 18:59:44.599 INFO copying /tmp/.tmpWwHkvv/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80112024-08-30T18:59:46.400Z[ recovery-image] Aug 30 18:59:44.599 INFO O| Aug 30 18:59:44.599 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80122024-08-30T18:59:46.407Z[ recovery-image] Aug 30 18:59:44.599 INFO O| Aug 30 18:59:44.599 INFO ok!
80132024-08-30T18:59:46.407Z[ recovery-image] Aug 30 18:59:44.599 INFO O| Aug 30 18:59:44.599 INFO STEP 65 (ensure_file) COMPLETE
80142024-08-30T18:59:46.407Z[ recovery-image] Aug 30 18:59:44.599 INFO O| Aug 30 18:59:44.599 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80152024-08-30T18:59:46.416Z[ recovery-image] Aug 30 18:59:44.614 INFO O| Aug 30 18:59:44.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80162024-08-30T18:59:46.419Z[ recovery-image] Aug 30 18:59:44.614 INFO O| Aug 30 18:59:44.614 INFO STEP 66 (remove_files) COMPLETE
80172024-08-30T18:59:46.419Z[ recovery-image] Aug 30 18:59:44.614 INFO O| Aug 30 18:59:44.614 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80182024-08-30T18:59:46.431Z[ recovery-image] Aug 30 18:59:44.630 INFO O| Aug 30 18:59:44.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80192024-08-30T18:59:46.433Z[ recovery-image] Aug 30 18:59:44.630 INFO O| Aug 30 18:59:44.630 INFO STEP 67 (remove_files) COMPLETE
80202024-08-30T18:59:46.433Z[ recovery-image] Aug 30 18:59:44.630 INFO O| Aug 30 18:59:44.630 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80212024-08-30T18:59:46.444Z[ recovery-image] Aug 30 18:59:44.643 INFO O| Aug 30 18:59:44.643 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80222024-08-30T18:59:46.447Z[ recovery-image] Aug 30 18:59:44.644 INFO O| Aug 30 18:59:44.644 INFO STEP 68 (remove_files) COMPLETE
80232024-08-30T18:59:46.447Z[ recovery-image] Aug 30 18:59:44.644 INFO O| Aug 30 18:59:44.644 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80242024-08-30T18:59:46.457Z[ recovery-image] Aug 30 18:59:44.656 INFO O| Aug 30 18:59:44.656 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80252024-08-30T18:59:46.459Z[ recovery-image] Aug 30 18:59:44.656 INFO O| Aug 30 18:59:44.656 INFO STEP 69 (remove_files) COMPLETE
80262024-08-30T18:59:46.459Z[ recovery-image] Aug 30 18:59:44.656 INFO O| Aug 30 18:59:44.656 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80272024-08-30T18:59:46.472Z[ recovery-image] Aug 30 18:59:44.671 INFO O| Aug 30 18:59:44.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80282024-08-30T18:59:46.474Z[ recovery-image] Aug 30 18:59:44.671 INFO O| Aug 30 18:59:44.671 INFO STEP 70 (remove_files) COMPLETE
80292024-08-30T18:59:46.474Z[ recovery-image] Aug 30 18:59:44.671 INFO O| Aug 30 18:59:44.671 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80302024-08-30T18:59:46.484Z[ recovery-image] Aug 30 18:59:44.683 INFO O| Aug 30 18:59:44.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80312024-08-30T18:59:46.486Z[ recovery-image] Aug 30 18:59:44.683 INFO O| Aug 30 18:59:44.683 INFO STEP 71 (remove_files) COMPLETE
80322024-08-30T18:59:46.486Z[ recovery-image] Aug 30 18:59:44.683 INFO O| Aug 30 18:59:44.683 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80332024-08-30T18:59:46.497Z[ recovery-image] Aug 30 18:59:44.696 INFO O| Aug 30 18:59:44.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80342024-08-30T18:59:46.497Z[ recovery-image] Aug 30 18:59:44.696 INFO O| Aug 30 18:59:44.696 INFO STEP 72 (remove_files) COMPLETE
80352024-08-30T18:59:46.500Z[ recovery-image] Aug 30 18:59:44.696 INFO O| Aug 30 18:59:44.696 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80362024-08-30T18:59:46.511Z[ recovery-image] Aug 30 18:59:44.710 INFO O| Aug 30 18:59:44.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80372024-08-30T18:59:46.513Z[ recovery-image] Aug 30 18:59:44.710 INFO O| Aug 30 18:59:44.710 INFO STEP 73 (remove_files) COMPLETE
80382024-08-30T18:59:46.513Z[ recovery-image] Aug 30 18:59:44.710 INFO O| Aug 30 18:59:44.710 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80392024-08-30T18:59:46.523Z[ recovery-image] Aug 30 18:59:44.722 INFO O| Aug 30 18:59:44.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80402024-08-30T18:59:46.523Z[ recovery-image] Aug 30 18:59:44.722 INFO O| Aug 30 18:59:44.722 INFO STEP 74 (remove_files) COMPLETE
80412024-08-30T18:59:46.523Z[ recovery-image] Aug 30 18:59:44.722 INFO O| Aug 30 18:59:44.722 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80422024-08-30T18:59:46.538Z[ recovery-image] Aug 30 18:59:44.736 INFO O| Aug 30 18:59:44.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80432024-08-30T18:59:46.538Z[ recovery-image] Aug 30 18:59:44.736 INFO O| Aug 30 18:59:44.736 INFO STEP 75 (remove_files) COMPLETE
80442024-08-30T18:59:46.538Z[ recovery-image] Aug 30 18:59:44.736 INFO O| Aug 30 18:59:44.736 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80452024-08-30T18:59:46.548Z[ recovery-image] Aug 30 18:59:44.747 INFO O| Aug 30 18:59:44.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80462024-08-30T18:59:46.548Z[ recovery-image] Aug 30 18:59:44.748 INFO O| Aug 30 18:59:44.748 INFO STEP 76 (remove_files) COMPLETE
80472024-08-30T18:59:46.548Z[ recovery-image] Aug 30 18:59:44.748 INFO O| Aug 30 18:59:44.748 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80482024-08-30T18:59:46.561Z[ recovery-image] Aug 30 18:59:44.761 INFO O| Aug 30 18:59:44.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80492024-08-30T18:59:46.561Z[ recovery-image] Aug 30 18:59:44.761 INFO O| Aug 30 18:59:44.761 INFO STEP 77 (remove_files) COMPLETE
80502024-08-30T18:59:46.564Z[ recovery-image] Aug 30 18:59:44.761 INFO O| Aug 30 18:59:44.761 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80512024-08-30T18:59:46.573Z[ recovery-image] Aug 30 18:59:44.772 INFO O| Aug 30 18:59:44.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80522024-08-30T18:59:46.574Z[ recovery-image] Aug 30 18:59:44.773 INFO O| Aug 30 18:59:44.773 INFO STEP 78 (remove_files) COMPLETE
80532024-08-30T18:59:46.576Z[ recovery-image] Aug 30 18:59:44.773 INFO O| Aug 30 18:59:44.773 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80542024-08-30T18:59:46.586Z[ recovery-image] Aug 30 18:59:44.785 INFO O| Aug 30 18:59:44.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80552024-08-30T18:59:46.588Z[ recovery-image] Aug 30 18:59:44.785 INFO O| Aug 30 18:59:44.785 INFO STEP 79 (remove_files) COMPLETE
80562024-08-30T18:59:46.588Z[ recovery-image] Aug 30 18:59:44.785 INFO O| Aug 30 18:59:44.785 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80572024-08-30T18:59:46.600Z[ recovery-image] Aug 30 18:59:44.799 INFO O| Aug 30 18:59:44.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80582024-08-30T18:59:46.600Z[ recovery-image] Aug 30 18:59:44.799 INFO O| Aug 30 18:59:44.799 INFO STEP 80 (remove_files) COMPLETE
80592024-08-30T18:59:46.602Z[ recovery-image] Aug 30 18:59:44.799 INFO O| Aug 30 18:59:44.799 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80602024-08-30T18:59:46.611Z[ recovery-image] Aug 30 18:59:44.810 INFO O| Aug 30 18:59:44.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80612024-08-30T18:59:46.611Z[ recovery-image] Aug 30 18:59:44.810 INFO O| Aug 30 18:59:44.810 INFO STEP 81 (remove_files) COMPLETE
80622024-08-30T18:59:46.613Z[ recovery-image] Aug 30 18:59:44.810 INFO O| Aug 30 18:59:44.810 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80632024-08-30T18:59:46.627Z[ recovery-image] Aug 30 18:59:44.826 INFO O| Aug 30 18:59:44.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80642024-08-30T18:59:46.627Z[ recovery-image] Aug 30 18:59:44.826 INFO O| Aug 30 18:59:44.826 INFO STEP 82 (remove_files) COMPLETE
80652024-08-30T18:59:46.630Z[ recovery-image] Aug 30 18:59:44.826 INFO O| Aug 30 18:59:44.826 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80662024-08-30T18:59:46.639Z[ recovery-image] Aug 30 18:59:44.838 INFO O| Aug 30 18:59:44.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80672024-08-30T18:59:46.639Z[ recovery-image] Aug 30 18:59:44.838 INFO O| Aug 30 18:59:44.838 INFO STEP 83 (remove_files) COMPLETE
80682024-08-30T18:59:46.642Z[ recovery-image] Aug 30 18:59:44.838 INFO O| Aug 30 18:59:44.838 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80692024-08-30T18:59:46.651Z[ recovery-image] Aug 30 18:59:44.850 INFO O| Aug 30 18:59:44.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80702024-08-30T18:59:46.651Z[ recovery-image] Aug 30 18:59:44.850 INFO O| Aug 30 18:59:44.850 INFO STEP 84 (remove_files) COMPLETE
80712024-08-30T18:59:46.651Z[ recovery-image] Aug 30 18:59:44.850 INFO O| Aug 30 18:59:44.850 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80722024-08-30T18:59:46.662Z[ recovery-image] Aug 30 18:59:44.861 INFO O| Aug 30 18:59:44.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
80732024-08-30T18:59:46.665Z[ recovery-image] Aug 30 18:59:44.861 INFO O| Aug 30 18:59:44.861 INFO STEP 85 (remove_files) COMPLETE
80742024-08-30T18:59:46.665Z[ recovery-image] Aug 30 18:59:44.861 INFO O| Aug 30 18:59:44.861 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80752024-08-30T18:59:46.673Z[ recovery-image] Aug 30 18:59:44.872 INFO O| Aug 30 18:59:44.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
80762024-08-30T18:59:46.675Z[ recovery-image] Aug 30 18:59:44.872 INFO O| Aug 30 18:59:44.872 INFO STEP 86 (remove_files) COMPLETE
80772024-08-30T18:59:46.675Z[ recovery-image] Aug 30 18:59:44.872 INFO O| Aug 30 18:59:44.872 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80782024-08-30T18:59:46.685Z[ recovery-image] Aug 30 18:59:44.884 INFO O| Aug 30 18:59:44.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
80792024-08-30T18:59:46.685Z[ recovery-image] Aug 30 18:59:44.884 INFO O| Aug 30 18:59:44.884 INFO STEP 87 (remove_files) COMPLETE
80802024-08-30T18:59:46.687Z[ recovery-image] Aug 30 18:59:44.884 INFO O| Aug 30 18:59:44.884 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80812024-08-30T18:59:46.696Z[ recovery-image] Aug 30 18:59:44.895 INFO O| Aug 30 18:59:44.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
80822024-08-30T18:59:46.696Z[ recovery-image] Aug 30 18:59:44.895 INFO O| Aug 30 18:59:44.895 INFO STEP 88 (remove_files) COMPLETE
80832024-08-30T18:59:46.696Z[ recovery-image] Aug 30 18:59:44.895 INFO O| Aug 30 18:59:44.895 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80842024-08-30T18:59:46.707Z[ recovery-image] Aug 30 18:59:44.906 INFO O| Aug 30 18:59:44.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
80852024-08-30T18:59:46.709Z[ recovery-image] Aug 30 18:59:44.906 INFO O| Aug 30 18:59:44.906 INFO STEP 89 (remove_files) COMPLETE
80862024-08-30T18:59:46.709Z[ recovery-image] Aug 30 18:59:44.906 INFO O| Aug 30 18:59:44.906 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80872024-08-30T18:59:46.718Z[ recovery-image] Aug 30 18:59:44.917 INFO O| Aug 30 18:59:44.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
80882024-08-30T18:59:46.718Z[ recovery-image] Aug 30 18:59:44.917 INFO O| Aug 30 18:59:44.917 INFO STEP 90 (remove_files) COMPLETE
80892024-08-30T18:59:46.720Z[ recovery-image] Aug 30 18:59:44.917 INFO O| Aug 30 18:59:44.917 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80902024-08-30T18:59:46.728Z[ recovery-image] Aug 30 18:59:44.928 INFO O| Aug 30 18:59:44.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
80912024-08-30T18:59:46.729Z[ recovery-image] Aug 30 18:59:44.928 INFO O| Aug 30 18:59:44.928 INFO STEP 91 (remove_files) COMPLETE
80922024-08-30T18:59:46.729Z[ recovery-image] Aug 30 18:59:44.928 INFO O| Aug 30 18:59:44.928 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80932024-08-30T18:59:46.739Z[ recovery-image] Aug 30 18:59:44.939 INFO O| Aug 30 18:59:44.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
80942024-08-30T18:59:46.740Z[ recovery-image] Aug 30 18:59:44.939 INFO O| Aug 30 18:59:44.939 INFO STEP 92 (remove_files) COMPLETE
80952024-08-30T18:59:46.740Z[ recovery-image] Aug 30 18:59:44.939 INFO O| Aug 30 18:59:44.939 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80962024-08-30T18:59:46.750Z[ recovery-image] Aug 30 18:59:44.950 INFO O| Aug 30 18:59:44.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
80972024-08-30T18:59:46.750Z[ recovery-image] Aug 30 18:59:44.950 INFO O| Aug 30 18:59:44.950 INFO STEP 93 (remove_files) COMPLETE
80982024-08-30T18:59:46.753Z[ recovery-image] Aug 30 18:59:44.950 INFO O| Aug 30 18:59:44.950 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80992024-08-30T18:59:46.762Z[ recovery-image] Aug 30 18:59:44.961 INFO O| Aug 30 18:59:44.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81002024-08-30T18:59:46.762Z[ recovery-image] Aug 30 18:59:44.961 INFO O| Aug 30 18:59:44.961 INFO STEP 94 (remove_files) COMPLETE
81012024-08-30T18:59:46.765Z[ recovery-image] Aug 30 18:59:44.961 INFO O| Aug 30 18:59:44.961 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81022024-08-30T18:59:46.780Z[ recovery-image] Aug 30 18:59:44.979 INFO O| Aug 30 18:59:44.979 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81032024-08-30T18:59:46.782Z[ recovery-image] Aug 30 18:59:44.979 INFO O| Aug 30 18:59:44.979 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_CHECKHASH": "1", "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"}
81042024-08-30T18:59:46.926Z[ host-image] Aug 30 18:59:45.125 INFO O| Aug 30 18:59:45.125 INFO O| Done
81052024-08-30T18:59:46.954Z[ host-image] Aug 30 18:59:45.153 INFO O| Aug 30 18:59:45.153 INFO O| Done
81062024-08-30T18:59:46.957Z[ host-image] Aug 30 18:59:45.154 INFO O| Aug 30 18:59:45.154 INFO O| Done
81072024-08-30T18:59:46.993Z[ host-image] Aug 30 18:59:45.192 INFO O| Aug 30 18:59:45.192 INFO O| Done
81082024-08-30T18:59:47.100Z[ host-image] Aug 30 18:59:45.298 INFO O| Aug 30 18:59:45.298 INFO STEP 13 (pkg_install) COMPLETE
81092024-08-30T18:59:47.100Z[ host-image] Aug 30 18:59:45.298 INFO O| Aug 30 18:59:45.298 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81102024-08-30T18:59:47.116Z[ host-image] Aug 30 18:59:45.315 INFO O| Aug 30 18:59:45.315 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
81112024-08-30T18:59:47.772Z[ host-image] Aug 30 18:59:45.815 INFO O| Aug 30 18:59:45.815 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
81122024-08-30T18:59:48.699Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 32s
81132024-08-30T18:59:48.996ZAug 30 18:59:47.194 INFO [verify-libraries] process exited with exit status: 0 (338.172436506s)
81142024-08-30T18:59:49.085Z[ host-image] Aug 30 18:59:47.284 INFO O| Aug 30 18:59:47.284 INFO O| Planning: Solver setup ... Done
81152024-08-30T18:59:49.089Z[ host-image] Aug 30 18:59:47.288 INFO O| Aug 30 18:59:47.287 INFO O| Planning: Running solver ... Done
81162024-08-30T18:59:49.129Z[ host-image] Aug 30 18:59:47.327 INFO O| Aug 30 18:59:47.327 INFO O| Planning: Finding local manifests ... Done
81172024-08-30T18:59:49.131Z[ host-image] Aug 30 18:59:47.328 INFO O| Aug 30 18:59:47.328 INFO O| Planning: Fetching manifests: 0/1 0% complete
81182024-08-30T18:59:49.194Z[ host-image] Aug 30 18:59:47.393 INFO O| Aug 30 18:59:47.393 INFO O| Planning: Fetching manifests: 1/1 100% complete
81192024-08-30T18:59:49.213Z[ host-image] Aug 30 18:59:47.411 INFO O| Aug 30 18:59:47.411 INFO O| Planning: Package planning ... Done
81202024-08-30T18:59:49.215Z[ host-image] Aug 30 18:59:47.412 INFO O| Aug 30 18:59:47.412 INFO O| Planning: Merging actions ... Done
81212024-08-30T18:59:49.275Z[ host-image] Aug 30 18:59:47.472 INFO O| Aug 30 18:59:47.472 INFO O| Planning: Checking for conflicting actions ... Done
81222024-08-30T18:59:49.278Z[ host-image] Aug 30 18:59:47.473 INFO O| Aug 30 18:59:47.472 INFO O| Planning: Consolidating action changes ... Done
81232024-08-30T18:59:49.446Z[ host-image] Aug 30 18:59:47.645 INFO O| Aug 30 18:59:47.645 INFO O| Planning: Evaluating mediators ... Done
81242024-08-30T18:59:49.448Z[ host-image] Aug 30 18:59:47.645 INFO O| Aug 30 18:59:47.645 INFO O| Planning: Planning completed in 1.83 seconds
81252024-08-30T18:59:49.448Z[ host-image] Aug 30 18:59:47.647 INFO O| Aug 30 18:59:47.647 INFO O| Packages to install: 1
81262024-08-30T18:59:49.459Z[ host-image] Aug 30 18:59:47.658 INFO O| Aug 30 18:59:47.657 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
81272024-08-30T18:59:49.840Z[ host-image] Aug 30 18:59:48.038 INFO O| Aug 30 18:59:48.038 INFO O| Download: Completed 20.80 MB in 0.38 seconds (54.6M/s)
81282024-08-30T18:59:49.870Z[ host-image] Aug 30 18:59:48.068 INFO O| Aug 30 18:59:48.068 INFO O| Actions: 1/22 actions (Installing new actions)
81292024-08-30T18:59:50.368Z[ host-image] Aug 30 18:59:48.566 INFO O| Aug 30 18:59:48.566 INFO O| Actions: Completed 22 actions in 0.50 seconds.
81302024-08-30T18:59:50.804Z[ host-image] Aug 30 18:59:49.003 INFO O| Aug 30 18:59:49.003 INFO O| Done
81312024-08-30T18:59:50.805Z[ host-image] Aug 30 18:59:49.003 INFO O| Aug 30 18:59:49.003 INFO O| Done
81322024-08-30T18:59:50.935Z[ recovery-image] Aug 30 18:59:49.134 INFO O| Aug 30 18:59:49.134 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
81332024-08-30T18:59:50.935Z[ recovery-image] Aug 30 18:59:49.134 INFO O| Aug 30 18:59:49.134 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81342024-08-30T18:59:50.950Z[ recovery-image] Aug 30 18:59:49.149 INFO O| Aug 30 18:59:49.149 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "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_CHECKHASH": "1"}
81352024-08-30T18:59:51.033Z[ recovery-image] Aug 30 18:59:49.227 INFO O| Aug 30 18:59:49.227 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81362024-08-30T18:59:51.033Z[ recovery-image] Aug 30 18:59:49.227 INFO O| Aug 30 18:59:49.227 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 ...
81372024-08-30T18:59:51.039Z[ recovery-image] Aug 30 18:59:49.229 INFO O| Aug 30 18:59:49.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81382024-08-30T18:59:51.039Z[ recovery-image] Aug 30 18:59:49.229 INFO O| Aug 30 18:59:49.229 INFO ok!
81392024-08-30T18:59:51.039Z[ recovery-image] Aug 30 18:59:49.229 INFO O| Aug 30 18:59:49.229 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81402024-08-30T18:59:51.039Z[ recovery-image] Aug 30 18:59:49.229 INFO O| Aug 30 18:59:49.229 INFO STEP 95 (seed_smf) COMPLETE
81412024-08-30T18:59:51.039Z[ recovery-image] Aug 30 18:59:49.229 INFO O| Aug 30 18:59:49.229 INFO steps complete; finalising image!
81422024-08-30T18:59:51.039Z[ recovery-image] Aug 30 18:59:49.229 INFO O| Aug 30 18:59:49.229 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81432024-08-30T18:59:51.066Z[ recovery-image] Aug 30 18:59:49.264 INFO O| Aug 30 18:59:49.264 INFO trim TEMPORARY-gimlet-zfs-recovery: (13% trimmed, started at Fri Aug 30 18:59:49 2024)
81442024-08-30T18:59:51.274Z[ recovery-image] Aug 30 18:59:49.472 INFO O| Aug 30 18:59:49.472 INFO trim TEMPORARY-gimlet-zfs-recovery: (66% trimmed, started at Fri Aug 30 18:59:49 2024)
81452024-08-30T18:59:51.482Z[ recovery-image] Aug 30 18:59:49.680 INFO O| Aug 30 18:59:49.679 INFO trim TEMPORARY-gimlet-zfs-recovery: (66% trimmed, started at Fri Aug 30 18:59:49 2024)
81462024-08-30T18:59:51.489Z[ host-image] Aug 30 18:59:49.686 INFO O| Aug 30 18:59:49.686 INFO O| Done
81472024-08-30T18:59:51.705Z[ recovery-image] Aug 30 18:59:49.903 INFO O| Aug 30 18:59:49.903 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
81482024-08-30T18:59:51.705Z[ recovery-image] Aug 30 18:59:49.903 INFO O| Aug 30 18:59:49.903 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81492024-08-30T18:59:51.930Z[ recovery-image] Aug 30 18:59:50.128 INFO O| Aug 30 18:59:50.128 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
81502024-08-30T18:59:51.930Z[ recovery-image] Aug 30 18:59:50.128 INFO O| Aug 30 18:59:50.128 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81512024-08-30T18:59:52.645Z[ host-image] Aug 30 18:59:50.843 INFO O| Aug 30 18:59:50.843 INFO O| Done
81522024-08-30T18:59:52.669Z[ host-image] Aug 30 18:59:50.867 INFO O| Aug 30 18:59:50.867 INFO O| Done
81532024-08-30T18:59:52.669Z[ host-image] Aug 30 18:59:50.867 INFO O| Aug 30 18:59:50.867 INFO O| Done
81542024-08-30T18:59:52.679Z[ host-image] Aug 30 18:59:50.877 INFO O| Aug 30 18:59:50.877 INFO O| Done
81552024-08-30T18:59:52.775Z[ host-image] Aug 30 18:59:50.973 INFO O| Aug 30 18:59:50.973 INFO STEP 14 (pkg_install) COMPLETE
81562024-08-30T18:59:52.775Z[ host-image] Aug 30 18:59:50.973 INFO O| Aug 30 18:59:50.973 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81572024-08-30T18:59:52.775Z[ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO skip step because feature "mfg" is not enabled
81582024-08-30T18:59:52.778Z[ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81592024-08-30T18:59:52.778Z[ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO skip step because feature "compliance" is not enabled
81602024-08-30T18:59:52.778Z[ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81612024-08-30T18:59:52.778Z[ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO skip step because feature "stress" is not enabled
81622024-08-30T18:59:52.778Z[ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81632024-08-30T18:59:52.778Z[ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO skip step because feature "nfs" is not enabled
81642024-08-30T18:59:52.778Z[ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
81652024-08-30T18:59:52.778Z[ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.974 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
81662024-08-30T18:59:52.947Z[ host-image] Aug 30 18:59:51.145 INFO O| Aug 30 18:59:51.145 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
81672024-08-30T18:59:53.047Z[ host-image] Aug 30 18:59:51.245 INFO O| Aug 30 18:59:51.245 INFO completed processing gimlet/ramdisk-01-os
81682024-08-30T18:59:53.049Z[ host-image] Aug 30 18:59:51.247 INFO omicron1 baseline generation...
81692024-08-30T18:59:53.049Z[ host-image] Aug 30 18:59:51.247 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
81702024-08-30T18:59:53.435Z[ host-image] Aug 30 18:59:51.632 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z
81712024-08-30T18:59:54.982Z[ recovery-image] Aug 30 18:59:53.179 INFO O| Aug 30 18:59:53.179 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81722024-08-30T18:59:54.982Z[ recovery-image] Aug 30 18:59:53.179 INFO O| Aug 30 18:59:53.179 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81732024-08-30T18:59:54.982Z[ recovery-image] Aug 30 18:59:53.179 INFO O| Aug 30 18:59:53.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81742024-08-30T18:59:54.982Z[ recovery-image] Aug 30 18:59:53.179 INFO O| Aug 30 18:59:53.179 INFO completed processing gimlet/zfs-recovery
81752024-08-30T18:59:54.982Z[ recovery-image] Aug 30 18:59:53.179 INFO O| Aug 30 18:59:53.179 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81762024-08-30T18:59:55.504Z[ recovery-image] Aug 30 18:59:53.702 INFO O| Aug 30 18:59:53.702 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81772024-08-30T18:59:55.595Z[ recovery-image] Aug 30 18:59:53.793 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
81782024-08-30T18:59:55.598Z[ recovery-image] Aug 30 18:59:53.793 INFO expanded image name: "recovery dc10290/${os_short_commit} 2024-08-30 18:33" -> "recovery dc10290/2408c3f 2024-08-30 18:33"
81792024-08-30T18:59:55.598Z[ recovery-image] Aug 30 18:59:53.794 INFO output artefacts stored in: "/work/os-recovery"
81802024-08-30T18:59:55.598Z[ recovery-image] Aug 30 18:59:53.794 INFO collecting git info from project "pinprick"...
81812024-08-30T18:59:55.604Z[ recovery-image] Aug 30 18:59:53.802 INFO collecting git info from project "amd-firmware"...
81822024-08-30T18:59:55.834Z[ recovery-image] Aug 30 18:59:54.031 INFO collecting git info from project "pilot"...
81832024-08-30T18:59:55.845Z[ recovery-image] Aug 30 18:59:54.043 INFO collecting git info from project "amd-host-image-builder"...
81842024-08-30T18:59:56.083Z[ recovery-image] Aug 30 18:59:54.281 INFO collecting git info from project "bootserver"...
81852024-08-30T18:59:56.089Z[ recovery-image] Aug 30 18:59:54.286 INFO collecting git info from project "phbl"...
81862024-08-30T18:59:56.095Z[ recovery-image] Aug 30 18:59:54.293 INFO collecting git info from project "chelsio-t6-roms"...
81872024-08-30T18:59:56.116Z[ recovery-image] Aug 30 18:59:54.313 INFO collecting git info from project "image-builder"...
81882024-08-30T18:59:56.122Z[ recovery-image] Aug 30 18:59:54.320 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81892024-08-30T18:59:56.472Z[ recovery-image] Aug 30 18:59:54.670 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81902024-08-30T18:59:56.818Z[ recovery-image] Aug 30 18:59:55.016 INFO creating Oxide boot image...
81912024-08-30T18:59:56.821Z[ recovery-image] Aug 30 18:59:55.016 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery dc10290/2408c3f 2024-08-30 18:33", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81922024-08-30T19:00:40.694Z[ host-image] Aug 30 19:00:38.886 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z
81932024-08-30T19:00:40.694Z[ host-image] Aug 30 19:00:38.886 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z
81942024-08-30T19:00:40.697Z[ host-image] Aug 30 19:00:38.886 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81952024-08-30T19:00:40.697Z[ host-image] Aug 30 19:00:38.886 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81962024-08-30T19:00:40.697Z[ host-image] Aug 30 19:00:38.886 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81972024-08-30T19:00:40.697Z[ host-image] Aug 30 19:00:38.886 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81982024-08-30T19:00:40.697Z[ host-image] Aug 30 19:00:38.887 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81992024-08-30T19:00:40.697Z[ host-image] Aug 30 19:00:38.887 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82002024-08-30T19:00:40.697Z[ host-image] Aug 30 19:00:38.887 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82012024-08-30T19:00:40.697Z[ host-image] Aug 30 19:00:38.887 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82022024-08-30T19:00:40.697Z[ host-image] Aug 30 19:00:38.888 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z
82032024-08-30T19:00:40.759Z[ host-image] Aug 30 19:00:38.889 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z
82042024-08-30T19:00:40.759Z[ host-image] Aug 30 19:00:38.890 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z
82052024-08-30T19:00:40.759Z[ host-image] Aug 30 19:00:38.891 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z
82062024-08-30T19:00:40.759Z[ host-image] Aug 30 19:00:38.891 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82072024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.891 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z
82082024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.892 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z
82092024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.892 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z
82102024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.892 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z
82112024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z
82122024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z
82132024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z
82142024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z
82152024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z
82162024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z
82172024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z
82182024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z
82192024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z
82202024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82212024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z
82222024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z
82232024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z
82242024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z
82252024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.895 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z
82262024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.896 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z
82272024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.905 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82282024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.905 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z
82292024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.905 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82302024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.905 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82312024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.906 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82322024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.906 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z
82332024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.906 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82342024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.907 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82352024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.908 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82362024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.908 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82372024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.920 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82382024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.920 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82392024-08-30T19:00:40.762Z[ host-image] Aug 30 19:00:38.921 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82402024-08-30T19:00:40.763Z[ host-image] Aug 30 19:00:38.921 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82412024-08-30T19:00:40.763Z[ host-image] Aug 30 19:00:38.922 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82422024-08-30T19:00:40.763Z[ host-image] Aug 30 19:00:38.922 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82432024-08-30T19:00:40.767Z[ host-image] Aug 30 19:00:38.958 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
82442024-08-30T19:00:40.769Z[ host-image] Aug 30 19:00:38.959 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82452024-08-30T19:00:40.769Z[ host-image] Aug 30 19:00:38.959 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82462024-08-30T19:00:40.769Z[ host-image] Aug 30 19:00:38.960 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z
82472024-08-30T19:00:40.769Z[ host-image] Aug 30 19:00:38.960 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z
82482024-08-30T19:00:40.769Z[ host-image] Aug 30 19:00:38.960 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82492024-08-30T19:00:40.769Z[ host-image] Aug 30 19:00:38.960 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z
82502024-08-30T19:00:40.769Z[ host-image] Aug 30 19:00:38.961 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82512024-08-30T19:00:40.770Z[ host-image] Aug 30 19:00:38.961 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82522024-08-30T19:00:40.770Z[ host-image] Aug 30 19:00:38.961 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82532024-08-30T19:00:40.770Z[ host-image] Aug 30 19:00:38.961 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z
82542024-08-30T19:00:40.770Z[ host-image] Aug 30 19:00:38.961 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82552024-08-30T19:00:40.774Z[ host-image] Aug 30 19:00:38.966 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82562024-08-30T19:00:40.776Z[ host-image] Aug 30 19:00:38.966 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82572024-08-30T19:00:40.776Z[ host-image] Aug 30 19:00:38.966 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82582024-08-30T19:00:40.776Z[ host-image] Aug 30 19:00:38.966 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z
82592024-08-30T19:00:40.776Z[ host-image] Aug 30 19:00:38.966 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82602024-08-30T19:00:40.790Z[ host-image] Aug 30 19:00:38.981 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82612024-08-30T19:00:40.792Z[ host-image] Aug 30 19:00:38.982 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z
82622024-08-30T19:00:40.792Z[ host-image] Aug 30 19:00:38.984 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z
82632024-08-30T19:00:40.794Z[ host-image] Aug 30 19:00:38.984 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z
82642024-08-30T19:00:40.794Z[ host-image] Aug 30 19:00:38.984 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82652024-08-30T19:00:40.794Z[ host-image] Aug 30 19:00:38.985 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z
82662024-08-30T19:00:40.794Z[ host-image] Aug 30 19:00:38.985 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z
82672024-08-30T19:00:40.794Z[ host-image] Aug 30 19:00:38.985 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z
82682024-08-30T19:00:40.794Z[ host-image] Aug 30 19:00:38.986 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z
82692024-08-30T19:00:40.798Z[ host-image] Aug 30 19:00:38.990 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82702024-08-30T19:00:40.800Z[ host-image] Aug 30 19:00:38.990 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z
82712024-08-30T19:00:40.800Z[ host-image] Aug 30 19:00:38.991 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z
82722024-08-30T19:00:40.801Z[ host-image] Aug 30 19:00:38.991 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82732024-08-30T19:00:40.801Z[ host-image] Aug 30 19:00:38.991 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z
82742024-08-30T19:00:40.801Z[ host-image] Aug 30 19:00:38.991 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z
82752024-08-30T19:00:40.801Z[ host-image] Aug 30 19:00:38.991 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z
82762024-08-30T19:00:40.801Z[ host-image] Aug 30 19:00:38.992 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z
82772024-08-30T19:00:40.809Z[ host-image] Aug 30 19:00:39.000 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z
82782024-08-30T19:00:40.809Z[ host-image] Aug 30 19:00:39.000 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82792024-08-30T19:00:40.811Z[ host-image] Aug 30 19:00:39.002 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z
82802024-08-30T19:00:40.813Z[ host-image] Aug 30 19:00:39.004 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z
82812024-08-30T19:00:40.813Z[ host-image] Aug 30 19:00:39.004 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z
82822024-08-30T19:00:40.813Z[ host-image] Aug 30 19:00:39.004 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z
82832024-08-30T19:00:40.815Z[ host-image] Aug 30 19:00:39.005 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z
82842024-08-30T19:00:40.816Z[ host-image] Aug 30 19:00:39.005 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z
82852024-08-30T19:00:40.824Z[ host-image] Aug 30 19:00:39.016 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z
82862024-08-30T19:00:40.827Z[ host-image] Aug 30 19:00:39.016 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z
82872024-08-30T19:00:40.827Z[ host-image] Aug 30 19:00:39.016 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z
82882024-08-30T19:00:40.827Z[ host-image] Aug 30 19:00:39.017 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z
82892024-08-30T19:00:40.827Z[ host-image] Aug 30 19:00:39.017 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z
82902024-08-30T19:00:40.849Z[ host-image] Aug 30 19:00:39.040 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z
82912024-08-30T19:00:40.852Z[ host-image] Aug 30 19:00:39.040 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z
82922024-08-30T19:00:40.852Z[ host-image] Aug 30 19:00:39.040 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z
82932024-08-30T19:00:40.852Z[ host-image] Aug 30 19:00:39.040 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82942024-08-30T19:00:40.852Z[ host-image] Aug 30 19:00:39.041 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82952024-08-30T19:00:40.879Z[ host-image] Aug 30 19:00:39.070 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z
82962024-08-30T19:00:40.881Z[ host-image] Aug 30 19:00:39.071 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82972024-08-30T19:00:40.881Z[ host-image] Aug 30 19:00:39.071 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z
82982024-08-30T19:00:40.881Z[ host-image] Aug 30 19:00:39.071 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z
82992024-08-30T19:00:40.881Z[ host-image] Aug 30 19:00:39.072 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z
83002024-08-30T19:00:40.882Z[ host-image] Aug 30 19:00:39.072 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83012024-08-30T19:00:40.882Z[ host-image] Aug 30 19:00:39.073 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83022024-08-30T19:00:40.884Z[ host-image] Aug 30 19:00:39.073 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z
83032024-08-30T19:00:40.884Z[ host-image] Aug 30 19:00:39.073 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z
83042024-08-30T19:00:40.884Z[ host-image] Aug 30 19:00:39.074 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z
83052024-08-30T19:00:40.884Z[ host-image] Aug 30 19:00:39.074 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z
83062024-08-30T19:00:40.884Z[ host-image] Aug 30 19:00:39.074 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z
83072024-08-30T19:00:40.884Z[ host-image] Aug 30 19:00:39.074 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z
83082024-08-30T19:00:40.887Z[ host-image] Aug 30 19:00:39.077 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83092024-08-30T19:00:40.887Z[ host-image] Aug 30 19:00:39.078 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z
83102024-08-30T19:00:40.889Z[ host-image] Aug 30 19:00:39.079 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z
83112024-08-30T19:00:40.889Z[ host-image] Aug 30 19:00:39.079 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z
83122024-08-30T19:00:40.889Z[ host-image] Aug 30 19:00:39.080 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z
83132024-08-30T19:00:40.889Z[ host-image] Aug 30 19:00:39.080 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z
83142024-08-30T19:00:40.889Z[ host-image] Aug 30 19:00:39.080 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z
83152024-08-30T19:00:40.889Z[ host-image] Aug 30 19:00:39.080 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83162024-08-30T19:00:40.890Z[ host-image] Aug 30 19:00:39.080 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83172024-08-30T19:00:40.890Z[ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z
83182024-08-30T19:00:40.892Z[ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z
83192024-08-30T19:00:40.892Z[ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83202024-08-30T19:00:40.892Z[ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83212024-08-30T19:00:40.892Z[ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83222024-08-30T19:00:40.892Z[ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83232024-08-30T19:00:40.892Z[ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83242024-08-30T19:00:40.892Z[ host-image] Aug 30 19:00:39.082 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83252024-08-30T19:00:40.892Z[ host-image] Aug 30 19:00:39.084 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83262024-08-30T19:00:40.892Z[ host-image] Aug 30 19:00:39.084 INFO O| tempdir @ "/tmp/.tmp0Nf2Ht/tmp"
83272024-08-30T19:00:40.892Z[ host-image] Aug 30 19:00:39.084 INFO O| image root @ "/tmp/.tmp0Nf2Ht/tmp/root"
83282024-08-30T19:00:40.892Z[ host-image] Aug 30 19:00:39.084 INFO O| creating image...
83292024-08-30T19:00:41.402Z[ host-image] Aug 30 19:00:39.593 INFO O| copying publishers...
83302024-08-30T19:00:47.731Z[ host-image] Aug 30 19:00:45.921 INFO O| adding properties...
83312024-08-30T19:00:47.958Z[ recovery-image] Aug 30 19:00:46.148 INFO O| ok, image written!
83322024-08-30T19:00:47.958Z[ recovery-image] Aug 30 19:00:46.149 INFO O| ok, boot_image_csum file written!
83332024-08-30T19:00:47.962Z[ recovery-image] Aug 30 19:00:46.153 INFO creating boot archive (CPIO)...
83342024-08-30T19:00:47.962Z[ recovery-image] Aug 30 19:00:46.153 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
83352024-08-30T19:00:47.970Z[ recovery-image] Aug 30 19:00:46.161 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83362024-08-30T19:00:47.973Z[ recovery-image] Aug 30 19:00:46.161 INFO E| + outfile=/work/os-recovery/cpio
83372024-08-30T19:00:47.973Z[ recovery-image] Aug 30 19:00:46.161 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83382024-08-30T19:00:47.973Z[ recovery-image] Aug 30 19:00:46.163 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83392024-08-30T19:00:47.973Z[ recovery-image] Aug 30 19:00:46.163 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83402024-08-30T19:00:48.004Z[ recovery-image] Aug 30 19:00:46.194 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83412024-08-30T19:00:48.004Z[ recovery-image] Aug 30 19:00:46.194 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83422024-08-30T19:00:48.011Z[ recovery-image] Aug 30 19:00:46.201 INFO creating compressed cpio/unix for nanobl-rs...
83432024-08-30T19:00:48.013Z[ recovery-image] Aug 30 19:00:46.202 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
83442024-08-30T19:00:48.294Z[ recovery-image] Aug 30 19:00:46.484 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83452024-08-30T19:00:48.775Z[ host-image] Aug 30 19:00:46.965 INFO O| installing packages...
83462024-08-30T19:00:52.647Z[ recovery-image] Aug 30 19:00:50.837 INFO creating reset image...
83472024-08-30T19:00:52.649Z[ recovery-image] Aug 30 19:00:50.837 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83482024-08-30T19:00:52.869Z[ recovery-image] Aug 30 19:00:51.059 INFO E| Updating crates.io index
83492024-08-30T19:00:52.941Z[ recovery-image] Aug 30 19:00:51.130 INFO E| Downloading crates ...
83502024-08-30T19:00:52.992Z[ recovery-image] Aug 30 19:00:51.182 INFO E| Downloaded os_pipe v1.1.5
83512024-08-30T19:00:52.995Z[ recovery-image] Aug 30 19:00:51.185 INFO E| Downloaded anstyle-query v1.0.2
83522024-08-30T19:00:52.997Z[ recovery-image] Aug 30 19:00:51.186 INFO E| Downloaded shared_child v1.0.0
83532024-08-30T19:00:53.001Z[ recovery-image] Aug 30 19:00:51.190 INFO E| Downloaded anstyle v1.0.6
83542024-08-30T19:00:53.003Z[ recovery-image] Aug 30 19:00:51.192 INFO E| Downloaded duct v0.13.7
83552024-08-30T19:00:53.005Z[ recovery-image] Aug 30 19:00:51.194 INFO E| Downloaded anstyle-parse v0.2.3
83562024-08-30T19:00:53.011Z[ recovery-image] Aug 30 19:00:51.201 INFO E| Downloaded anstream v0.6.13
83572024-08-30T19:00:53.018Z[ recovery-image] Aug 30 19:00:51.208 INFO E| Downloaded clap_derive v4.5.3
83582024-08-30T19:00:53.022Z[ recovery-image] Aug 30 19:00:51.212 INFO E| Downloaded proc-macro2 v1.0.79
83592024-08-30T19:00:53.024Z[ recovery-image] Aug 30 19:00:51.214 INFO E| Downloaded clap v4.5.3
83602024-08-30T19:00:53.053Z[ recovery-image] Aug 30 19:00:51.243 INFO E| Downloaded syn v2.0.53
83612024-08-30T19:00:53.087Z[ recovery-image] Aug 30 19:00:51.277 INFO E| Downloaded libc v0.2.153
83622024-08-30T19:00:53.163Z[ recovery-image] Aug 30 19:00:51.352 INFO E| Compiling proc-macro2 v1.0.79
83632024-08-30T19:00:53.163Z[ recovery-image] Aug 30 19:00:51.353 INFO E| Compiling libc v0.2.153
83642024-08-30T19:00:53.165Z[ recovery-image] Aug 30 19:00:51.353 INFO E| Compiling unicode-ident v1.0.12
83652024-08-30T19:00:53.165Z[ recovery-image] Aug 30 19:00:51.353 INFO E| Compiling utf8parse v0.2.1
83662024-08-30T19:00:53.165Z[ recovery-image] Aug 30 19:00:51.353 INFO E| Compiling colorchoice v1.0.0
83672024-08-30T19:00:53.165Z[ recovery-image] Aug 30 19:00:51.353 INFO E| Compiling anstyle v1.0.6
83682024-08-30T19:00:53.165Z[ recovery-image] Aug 30 19:00:51.353 INFO E| Compiling anstyle-query v1.0.2
83692024-08-30T19:00:53.168Z[ recovery-image] Aug 30 19:00:51.358 INFO E| Compiling strsim v0.11.0
83702024-08-30T19:00:53.402Z[ recovery-image] Aug 30 19:00:51.590 INFO E| Compiling anstyle-parse v0.2.3
83712024-08-30T19:00:53.402Z[ recovery-image] Aug 30 19:00:51.590 INFO E| Compiling clap_lex v0.7.0
83722024-08-30T19:00:53.426Z[ recovery-image] Aug 30 19:00:51.615 INFO E| Compiling heck v0.5.0
83732024-08-30T19:00:53.428Z[ recovery-image] Aug 30 19:00:51.615 INFO E| Compiling once_cell v1.19.0
83742024-08-30T19:00:53.722Z[ recovery-image] Aug 30 19:00:51.912 INFO E| Compiling anstream v0.6.13
83752024-08-30T19:00:54.153Z[ recovery-image] Aug 30 19:00:52.343 INFO E| Compiling clap_builder v4.5.2
83762024-08-30T19:00:54.750Z[ recovery-image] Aug 30 19:00:52.939 INFO E| Compiling os_pipe v1.1.5
83772024-08-30T19:00:54.750Z[ recovery-image] Aug 30 19:00:52.939 INFO E| Compiling shared_child v1.0.0
83782024-08-30T19:00:54.803Z[ recovery-image] Aug 30 19:00:52.993 INFO E| Compiling quote v1.0.35
83792024-08-30T19:00:54.900Z[ recovery-image] Aug 30 19:00:53.089 INFO E| Compiling duct v0.13.7
83802024-08-30T19:00:55.167Z[ recovery-image] Aug 30 19:00:53.356 INFO E| Compiling syn v2.0.53
83812024-08-30T19:01:00.179Z[ recovery-image] Aug 30 19:00:58.368 INFO E| Compiling clap_derive v4.5.3
83822024-08-30T19:01:02.254Z[ recovery-image] Aug 30 19:01:00.442 INFO E| Compiling clap v4.5.3
83832024-08-30T19:01:02.308Z[ recovery-image] Aug 30 19:01:00.496 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83842024-08-30T19:01:03.472Z[ recovery-image] Aug 30 19:01:01.660 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s
83852024-08-30T19:01:03.481Z[ recovery-image] Aug 30 19:01:01.670 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
83862024-08-30T19:01:03.607Z[ recovery-image] Aug 30 19:01:01.795 INFO E| Updating crates.io index
83872024-08-30T19:01:03.672Z[ recovery-image] Aug 30 19:01:01.860 INFO E| Downloading crates ...
83882024-08-30T19:01:03.720Z[ recovery-image] Aug 30 19:01:01.909 INFO E| Downloaded cpio_reader v0.1.1
83892024-08-30T19:01:03.723Z[ recovery-image] Aug 30 19:01:01.910 INFO E| Downloaded bit_field v0.10.2
83902024-08-30T19:01:03.723Z[ recovery-image] Aug 30 19:01:01.911 INFO E| Downloaded seq-macro v0.3.5
83912024-08-30T19:01:03.740Z[ recovery-image] Aug 30 19:01:01.928 INFO E| Downloaded raw-cpuid v10.7.0
83922024-08-30T19:01:03.871Z[ recovery-image] Aug 30 19:01:02.060 INFO E| Downloaded x86 v0.52.0
83932024-08-30T19:01:03.945Z[ recovery-image] Aug 30 19:01:02.133 INFO E| Updating crates.io index
83942024-08-30T19:01:03.988Z[ recovery-image] Aug 30 19:01:02.176 INFO E| Downloading crates ...
83952024-08-30T19:01:04.059Z[ recovery-image] Aug 30 19:01:02.247 INFO E| Downloaded compiler_builtins v0.1.108
83962024-08-30T19:01:04.130Z[ recovery-image] Aug 30 19:01:02.318 INFO E| Compiling compiler_builtins v0.1.108
83972024-08-30T19:01:04.130Z[ recovery-image] Aug 30 19:01:02.318 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
83982024-08-30T19:01:04.133Z[ recovery-image] Aug 30 19:01:02.318 INFO E| Compiling proc-macro2 v1.0.79
83992024-08-30T19:01:04.133Z[ recovery-image] Aug 30 19:01:02.318 INFO E| Compiling unicode-ident v1.0.12
84002024-08-30T19:01:04.133Z[ recovery-image] Aug 30 19:01:02.318 INFO E| Compiling syn v1.0.109
84012024-08-30T19:01:04.133Z[ recovery-image] Aug 30 19:01:02.318 INFO E| Compiling x86 v0.52.0
84022024-08-30T19:01:04.133Z[ recovery-image] Aug 30 19:01:02.319 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84032024-08-30T19:01:04.137Z[ recovery-image] Aug 30 19:01:02.325 INFO E| Compiling seq-macro v0.3.5
84042024-08-30T19:01:05.180Z[ host-image] Aug 30 19:01:03.369 INFO O| seeding SMF database...
84052024-08-30T19:01:05.288Z[ recovery-image] Aug 30 19:01:03.476 INFO E| Compiling quote v1.0.35
84062024-08-30T19:01:05.550Z[ recovery-image] Aug 30 19:01:03.737 INFO E| Compiling syn v2.0.53
84072024-08-30T19:01:09.019Z[ recovery-image] Aug 30 19:01:07.207 INFO E| Compiling scroll_derive v0.12.0
84082024-08-30T19:01:12.079Z[ recovery-image] Aug 30 19:01:10.266 INFO E| Compiling bitstruct_derive v0.1.0
84092024-08-30T19:01:13.664Z[ host-image] Aug 30 19:01:11.850 INFO O| configuring SMF profile...
84102024-08-30T19:01:13.666Z[ host-image] Aug 30 19:01:11.851 INFO O| modifying shadow(5)...
84112024-08-30T19:01:13.666Z[ host-image] Aug 30 19:01:11.851 INFO O| loading user and group database...
84122024-08-30T19:01:13.666Z[ host-image] Aug 30 19:01:11.851 INFO O| assessing packaged files...
84132024-08-30T19:01:15.863Z[ host-image] Aug 30 19:01:14.049 INFO O| creating archive...
84142024-08-30T19:01:15.896Z[ host-image] Aug 30 19:01:14.083 INFO O| missing from packaging:
84152024-08-30T19:01:15.896Z[ host-image] Aug 30 19:01:14.083 INFO O| "etc/.pwd.lock"
84162024-08-30T19:01:15.899Z[ host-image] Aug 30 19:01:14.083 INFO O| "etc/bash"
84172024-08-30T19:01:15.901Z[ host-image] Aug 30 19:01:14.088 INFO O| "etc/svc/profile/generic.xml"
84182024-08-30T19:01:15.901Z[ host-image] Aug 30 19:01:14.088 INFO O| "etc/svc/profile/inetd_services.xml"
84192024-08-30T19:01:15.901Z[ host-image] Aug 30 19:01:14.088 INFO O| "etc/svc/profile/name_service.xml"
84202024-08-30T19:01:15.901Z[ host-image] Aug 30 19:01:14.088 INFO O| "etc/svc/profile/platform.xml"
84212024-08-30T19:01:15.904Z[ host-image] Aug 30 19:01:14.088 INFO O| "etc/svc/profile/platform_omicron1.xml"
84222024-08-30T19:01:15.904Z[ host-image] Aug 30 19:01:14.088 INFO O| "etc/svc/repository.db"
84232024-08-30T19:01:15.910Z[ host-image] Aug 30 19:01:14.097 INFO O| "opt/ooce/share"
84242024-08-30T19:01:15.910Z[ host-image] Aug 30 19:01:14.097 INFO O| "opt/ooce/share/man"
84252024-08-30T19:01:15.910Z[ host-image] Aug 30 19:01:14.097 INFO O| "opt/ooce/share/man/man1"
84262024-08-30T19:01:15.922Z[ host-image] Aug 30 19:01:14.109 INFO O| finishing archive...
84272024-08-30T19:01:18.789Z[ host-image] Aug 30 19:01:16.975 INFO O| creating gzonly manifest...
84282024-08-30T19:01:18.801Z[ host-image] Aug 30 19:01:16.987 INFO O| ok
84292024-08-30T19:01:18.902Z[ host-image] Aug 30 19:01:17.088 INFO image builder template: ramdisk-02-trim...
84302024-08-30T19:01:18.902Z[ host-image] Aug 30 19:01:17.088 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/.tmpWwHkvv/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
84312024-08-30T19:01:18.925Z[ host-image] Aug 30 19:01:17.111 INFO O| Aug 30 19:01:17.111 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84322024-08-30T19:01:18.929Z[ host-image] Aug 30 19:01:17.115 INFO O| Aug 30 19:01:17.115 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84332024-08-30T19:01:19.057Z[ host-image] Aug 30 19:01:17.243 INFO O| Aug 30 19:01:17.243 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84342024-08-30T19:01:19.112Z[ host-image] Aug 30 19:01:17.298 INFO O| Aug 30 19:01:17.298 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84352024-08-30T19:01:19.114Z[ host-image] Aug 30 19:01:17.298 INFO O| Aug 30 19:01:17.298 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84362024-08-30T19:01:19.117Z[ host-image] Aug 30 19:01:17.303 INFO O| Aug 30 19:01:17.303 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84372024-08-30T19:01:19.121Z[ host-image] Aug 30 19:01:17.307 INFO O| Aug 30 19:01:17.307 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84382024-08-30T19:01:19.126Z[ host-image] Aug 30 19:01:17.312 INFO O| Aug 30 19:01:17.312 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84392024-08-30T19:01:19.290Z[ host-image] Aug 30 19:01:17.476 INFO O| Aug 30 19:01:17.476 INFO rolled back to input snapshot; work may begin
84402024-08-30T19:01:19.290Z[ host-image] Aug 30 19:01:17.476 INFO O| Aug 30 19:01:17.476 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84412024-08-30T19:01:19.295Z[ host-image] Aug 30 19:01:17.482 INFO O| Aug 30 19:01:17.482 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84422024-08-30T19:01:19.306Z[ host-image] Aug 30 19:01:17.493 INFO O| Aug 30 19:01:17.493 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84432024-08-30T19:01:19.355Z[ host-image] Aug 30 19:01:17.541 INFO O| Aug 30 19:01:17.541 INFO STEP 0 (remove_files) COMPLETE
84442024-08-30T19:01:19.355Z[ host-image] Aug 30 19:01:17.541 INFO O| Aug 30 19:01:17.541 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84452024-08-30T19:01:19.367Z[ host-image] Aug 30 19:01:17.553 INFO O| Aug 30 19:01:17.553 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84462024-08-30T19:01:19.370Z[ host-image] Aug 30 19:01:17.555 INFO O| Aug 30 19:01:17.555 INFO STEP 1 (remove_files) COMPLETE
84472024-08-30T19:01:19.370Z[ host-image] Aug 30 19:01:17.555 INFO O| Aug 30 19:01:17.555 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84482024-08-30T19:01:19.379Z[ host-image] Aug 30 19:01:17.566 INFO O| Aug 30 19:01:17.566 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84492024-08-30T19:01:19.393Z[ host-image] Aug 30 19:01:17.580 INFO O| Aug 30 19:01:17.579 INFO STEP 2 (remove_files) COMPLETE
84502024-08-30T19:01:19.396Z[ host-image] Aug 30 19:01:17.580 INFO O| Aug 30 19:01:17.580 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84512024-08-30T19:01:19.404Z[ host-image] Aug 30 19:01:17.590 INFO O| Aug 30 19:01:17.590 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84522024-08-30T19:01:19.406Z[ host-image] Aug 30 19:01:17.592 INFO O| Aug 30 19:01:17.592 INFO STEP 3 (remove_files) COMPLETE
84532024-08-30T19:01:19.406Z[ host-image] Aug 30 19:01:17.592 INFO O| Aug 30 19:01:17.592 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84542024-08-30T19:01:19.419Z[ host-image] Aug 30 19:01:17.602 INFO O| Aug 30 19:01:17.602 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84552024-08-30T19:01:19.422Z[ host-image] Aug 30 19:01:17.606 INFO O| Aug 30 19:01:17.606 INFO STEP 4 (remove_files) COMPLETE
84562024-08-30T19:01:19.423Z[ host-image] Aug 30 19:01:17.606 INFO O| Aug 30 19:01:17.606 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84572024-08-30T19:01:19.429Z[ host-image] Aug 30 19:01:17.616 INFO O| Aug 30 19:01:17.615 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84582024-08-30T19:01:19.432Z[ host-image] Aug 30 19:01:17.618 INFO O| Aug 30 19:01:17.618 INFO STEP 5 (remove_files) COMPLETE
84592024-08-30T19:01:19.432Z[ host-image] Aug 30 19:01:17.618 INFO O| Aug 30 19:01:17.618 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84602024-08-30T19:01:19.442Z[ host-image] Aug 30 19:01:17.628 INFO O| Aug 30 19:01:17.628 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84612024-08-30T19:01:19.453Z[ host-image] Aug 30 19:01:17.639 INFO O| Aug 30 19:01:17.639 INFO STEP 6 (remove_files) COMPLETE
84622024-08-30T19:01:19.453Z[ host-image] Aug 30 19:01:17.639 INFO O| Aug 30 19:01:17.639 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84632024-08-30T19:01:19.464Z[ host-image] Aug 30 19:01:17.650 INFO O| Aug 30 19:01:17.650 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84642024-08-30T19:01:19.476Z[ host-image] Aug 30 19:01:17.663 INFO O| Aug 30 19:01:17.663 INFO STEP 7 (remove_files) COMPLETE
84652024-08-30T19:01:19.476Z[ host-image] Aug 30 19:01:17.663 INFO O| Aug 30 19:01:17.663 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84662024-08-30T19:01:19.486Z[ host-image] Aug 30 19:01:17.673 INFO O| Aug 30 19:01:17.673 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84672024-08-30T19:01:19.561Z[ host-image] Aug 30 19:01:17.747 INFO O| Aug 30 19:01:17.747 INFO STEP 8 (remove_files) COMPLETE
84682024-08-30T19:01:19.561Z[ host-image] Aug 30 19:01:17.747 INFO O| Aug 30 19:01:17.747 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84692024-08-30T19:01:19.573Z[ host-image] Aug 30 19:01:17.760 INFO O| Aug 30 19:01:17.760 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84702024-08-30T19:01:19.651Z[ host-image] Aug 30 19:01:17.837 INFO O| Aug 30 19:01:17.837 INFO STEP 9 (remove_files) COMPLETE
84712024-08-30T19:01:19.651Z[ host-image] Aug 30 19:01:17.837 INFO O| Aug 30 19:01:17.837 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84722024-08-30T19:01:19.663Z[ host-image] Aug 30 19:01:17.849 INFO O| Aug 30 19:01:17.849 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84732024-08-30T19:01:19.666Z[ host-image] Aug 30 19:01:17.853 INFO O| Aug 30 19:01:17.853 INFO STEP 10 (remove_files) COMPLETE
84742024-08-30T19:01:19.666Z[ host-image] Aug 30 19:01:17.853 INFO O| Aug 30 19:01:17.853 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84752024-08-30T19:01:19.676Z[ host-image] Aug 30 19:01:17.863 INFO O| Aug 30 19:01:17.863 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84762024-08-30T19:01:19.679Z[ host-image] Aug 30 19:01:17.863 INFO O| Aug 30 19:01:17.863 INFO STEP 11 (remove_files) COMPLETE
84772024-08-30T19:01:19.679Z[ host-image] Aug 30 19:01:17.864 INFO O| Aug 30 19:01:17.863 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84782024-08-30T19:01:19.687Z[ host-image] Aug 30 19:01:17.873 INFO O| Aug 30 19:01:17.873 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84792024-08-30T19:01:19.689Z[ host-image] Aug 30 19:01:17.874 INFO O| Aug 30 19:01:17.874 INFO STEP 12 (remove_files) COMPLETE
84802024-08-30T19:01:19.690Z[ host-image] Aug 30 19:01:17.874 INFO O| Aug 30 19:01:17.874 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84812024-08-30T19:01:19.839Z[ host-image] Aug 30 19:01:18.025 INFO O| Aug 30 19:01:18.025 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84822024-08-30T19:01:19.845Z[ host-image] Aug 30 19:01:18.031 INFO O| Aug 30 19:01:18.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84832024-08-30T19:01:19.858Z[ host-image] Aug 30 19:01:18.045 INFO O| Aug 30 19:01:18.045 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84842024-08-30T19:01:19.861Z[ host-image] Aug 30 19:01:18.045 INFO O| Aug 30 19:01:18.045 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84852024-08-30T19:01:20.085Z[ host-image] Aug 30 19:01:18.271 INFO O| Aug 30 19:01:18.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84862024-08-30T19:01:20.087Z[ host-image] Aug 30 19:01:18.271 INFO O| Aug 30 19:01:18.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84872024-08-30T19:01:20.087Z[ host-image] Aug 30 19:01:18.271 INFO O| Aug 30 19:01:18.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84882024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.272 INFO O| Aug 30 19:01:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84892024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.272 INFO O| Aug 30 19:01:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84902024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.272 INFO O| Aug 30 19:01:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84912024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.272 INFO O| Aug 30 19:01:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84922024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.272 INFO O| Aug 30 19:01:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84932024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84942024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84952024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84962024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84972024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84982024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84992024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
85002024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
85012024-08-30T19:01:20.088Z[ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
85022024-08-30T19:01:20.099Z[ host-image] Aug 30 19:01:18.285 INFO O| Aug 30 19:01:18.285 INFO STEP 13 (remove_files) COMPLETE
85032024-08-30T19:01:20.099Z[ host-image] Aug 30 19:01:18.285 INFO O| Aug 30 19:01:18.285 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-08-30T19:01:20.110Z[ host-image] Aug 30 19:01:18.296 INFO O| Aug 30 19:01:18.296 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
85052024-08-30T19:01:20.113Z[ host-image] Aug 30 19:01:18.298 INFO O| Aug 30 19:01:18.298 INFO STEP 14 (remove_files) COMPLETE
85062024-08-30T19:01:20.113Z[ host-image] Aug 30 19:01:18.298 INFO O| Aug 30 19:01:18.298 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-08-30T19:01:20.121Z[ host-image] Aug 30 19:01:18.307 INFO O| Aug 30 19:01:18.307 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
85082024-08-30T19:01:20.127Z[ host-image] Aug 30 19:01:18.313 INFO O| Aug 30 19:01:18.313 INFO STEP 15 (remove_files) COMPLETE
85092024-08-30T19:01:20.127Z[ host-image] Aug 30 19:01:18.313 INFO O| Aug 30 19:01:18.313 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-08-30T19:01:20.137Z[ host-image] Aug 30 19:01:18.323 INFO O| Aug 30 19:01:18.323 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85112024-08-30T19:01:20.139Z[ host-image] Aug 30 19:01:18.324 INFO O| Aug 30 19:01:18.324 INFO STEP 16 (remove_files) COMPLETE
85122024-08-30T19:01:20.139Z[ host-image] Aug 30 19:01:18.324 INFO O| Aug 30 19:01:18.324 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85132024-08-30T19:01:20.147Z[ host-image] Aug 30 19:01:18.333 INFO O| Aug 30 19:01:18.333 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85142024-08-30T19:01:20.149Z[ host-image] Aug 30 19:01:18.335 INFO O| Aug 30 19:01:18.335 INFO STEP 17 (remove_files) COMPLETE
85152024-08-30T19:01:20.149Z[ host-image] Aug 30 19:01:18.335 INFO O| Aug 30 19:01:18.335 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-08-30T19:01:20.158Z[ host-image] Aug 30 19:01:18.344 INFO O| Aug 30 19:01:18.344 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85172024-08-30T19:01:20.160Z[ host-image] Aug 30 19:01:18.344 INFO O| Aug 30 19:01:18.344 INFO STEP 18 (remove_files) COMPLETE
85182024-08-30T19:01:20.160Z[ host-image] Aug 30 19:01:18.344 INFO O| Aug 30 19:01:18.344 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-08-30T19:01:20.168Z[ host-image] Aug 30 19:01:18.354 INFO O| Aug 30 19:01:18.354 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85202024-08-30T19:01:20.168Z[ host-image] Aug 30 19:01:18.354 INFO O| Aug 30 19:01:18.354 INFO STEP 19 (remove_files) COMPLETE
85212024-08-30T19:01:20.168Z[ host-image] Aug 30 19:01:18.354 INFO O| Aug 30 19:01:18.354 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-08-30T19:01:20.177Z[ host-image] Aug 30 19:01:18.363 INFO O| Aug 30 19:01:18.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85232024-08-30T19:01:20.177Z[ host-image] Aug 30 19:01:18.363 INFO O| Aug 30 19:01:18.363 INFO STEP 20 (remove_files) COMPLETE
85242024-08-30T19:01:20.177Z[ host-image] Aug 30 19:01:18.363 INFO O| Aug 30 19:01:18.363 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85252024-08-30T19:01:20.186Z[ host-image] Aug 30 19:01:18.373 INFO O| Aug 30 19:01:18.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85262024-08-30T19:01:20.186Z[ host-image] Aug 30 19:01:18.373 INFO O| Aug 30 19:01:18.373 INFO STEP 21 (remove_files) COMPLETE
85272024-08-30T19:01:20.189Z[ host-image] Aug 30 19:01:18.373 INFO O| Aug 30 19:01:18.373 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85282024-08-30T19:01:20.196Z[ host-image] Aug 30 19:01:18.382 INFO O| Aug 30 19:01:18.382 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85292024-08-30T19:01:20.198Z[ host-image] Aug 30 19:01:18.382 INFO O| Aug 30 19:01:18.382 INFO STEP 22 (remove_files) COMPLETE
85302024-08-30T19:01:20.198Z[ host-image] Aug 30 19:01:18.382 INFO O| Aug 30 19:01:18.382 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85312024-08-30T19:01:20.205Z[ host-image] Aug 30 19:01:18.392 INFO O| Aug 30 19:01:18.391 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85322024-08-30T19:01:20.205Z[ host-image] Aug 30 19:01:18.392 INFO O| Aug 30 19:01:18.392 INFO STEP 23 (remove_files) COMPLETE
85332024-08-30T19:01:20.208Z[ host-image] Aug 30 19:01:18.392 INFO O| Aug 30 19:01:18.392 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-08-30T19:01:20.215Z[ host-image] Aug 30 19:01:18.401 INFO O| Aug 30 19:01:18.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85352024-08-30T19:01:20.216Z[ host-image] Aug 30 19:01:18.401 INFO O| Aug 30 19:01:18.401 INFO STEP 24 (remove_files) COMPLETE
85362024-08-30T19:01:20.218Z[ host-image] Aug 30 19:01:18.401 INFO O| Aug 30 19:01:18.401 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85372024-08-30T19:01:20.225Z[ host-image] Aug 30 19:01:18.411 INFO O| Aug 30 19:01:18.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85382024-08-30T19:01:20.225Z[ host-image] Aug 30 19:01:18.411 INFO O| Aug 30 19:01:18.411 INFO STEP 25 (remove_files) COMPLETE
85392024-08-30T19:01:20.225Z[ host-image] Aug 30 19:01:18.411 INFO O| Aug 30 19:01:18.411 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85402024-08-30T19:01:20.235Z[ host-image] Aug 30 19:01:18.421 INFO O| Aug 30 19:01:18.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85412024-08-30T19:01:20.235Z[ host-image] Aug 30 19:01:18.421 INFO O| Aug 30 19:01:18.421 INFO STEP 26 (remove_files) COMPLETE
85422024-08-30T19:01:20.237Z[ host-image] Aug 30 19:01:18.421 INFO O| Aug 30 19:01:18.421 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85432024-08-30T19:01:20.244Z[ host-image] Aug 30 19:01:18.431 INFO O| Aug 30 19:01:18.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85442024-08-30T19:01:20.244Z[ host-image] Aug 30 19:01:18.431 INFO O| Aug 30 19:01:18.431 INFO STEP 27 (remove_files) COMPLETE
85452024-08-30T19:01:20.244Z[ host-image] Aug 30 19:01:18.431 INFO O| Aug 30 19:01:18.431 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-08-30T19:01:20.256Z[ host-image] Aug 30 19:01:18.440 INFO O| Aug 30 19:01:18.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85472024-08-30T19:01:20.256Z[ host-image] Aug 30 19:01:18.440 INFO O| Aug 30 19:01:18.440 INFO STEP 28 (remove_files) COMPLETE
85482024-08-30T19:01:20.256Z[ host-image] Aug 30 19:01:18.440 INFO O| Aug 30 19:01:18.440 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85492024-08-30T19:01:20.264Z[ host-image] Aug 30 19:01:18.450 INFO O| Aug 30 19:01:18.450 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85502024-08-30T19:01:20.264Z[ host-image] Aug 30 19:01:18.450 INFO O| Aug 30 19:01:18.450 INFO STEP 29 (remove_files) COMPLETE
85512024-08-30T19:01:20.266Z[ host-image] Aug 30 19:01:18.450 INFO O| Aug 30 19:01:18.450 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85522024-08-30T19:01:20.274Z[ host-image] Aug 30 19:01:18.459 INFO O| Aug 30 19:01:18.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85532024-08-30T19:01:20.274Z[ host-image] Aug 30 19:01:18.459 INFO O| Aug 30 19:01:18.459 INFO STEP 30 (remove_files) COMPLETE
85542024-08-30T19:01:20.277Z[ host-image] Aug 30 19:01:18.459 INFO O| Aug 30 19:01:18.459 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85552024-08-30T19:01:20.283Z[ host-image] Aug 30 19:01:18.469 INFO O| Aug 30 19:01:18.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85562024-08-30T19:01:20.286Z[ host-image] Aug 30 19:01:18.469 INFO O| Aug 30 19:01:18.469 INFO STEP 31 (remove_files) COMPLETE
85572024-08-30T19:01:20.286Z[ host-image] Aug 30 19:01:18.469 INFO O| Aug 30 19:01:18.469 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85582024-08-30T19:01:20.292Z[ host-image] Aug 30 19:01:18.478 INFO O| Aug 30 19:01:18.478 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85592024-08-30T19:01:20.292Z[ host-image] Aug 30 19:01:18.478 INFO O| Aug 30 19:01:18.478 INFO STEP 32 (remove_files) COMPLETE
85602024-08-30T19:01:20.295Z[ host-image] Aug 30 19:01:18.478 INFO O| Aug 30 19:01:18.478 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85612024-08-30T19:01:20.302Z[ host-image] Aug 30 19:01:18.488 INFO O| Aug 30 19:01:18.488 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85622024-08-30T19:01:20.305Z[ host-image] Aug 30 19:01:18.488 INFO O| Aug 30 19:01:18.488 INFO STEP 33 (remove_files) COMPLETE
85632024-08-30T19:01:20.305Z[ host-image] Aug 30 19:01:18.488 INFO O| Aug 30 19:01:18.488 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85642024-08-30T19:01:20.312Z[ host-image] Aug 30 19:01:18.498 INFO O| Aug 30 19:01:18.498 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85652024-08-30T19:01:20.312Z[ host-image] Aug 30 19:01:18.498 INFO O| Aug 30 19:01:18.498 INFO STEP 34 (remove_files) COMPLETE
85662024-08-30T19:01:20.314Z[ host-image] Aug 30 19:01:18.498 INFO O| Aug 30 19:01:18.498 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85672024-08-30T19:01:20.322Z[ host-image] Aug 30 19:01:18.507 INFO O| Aug 30 19:01:18.507 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85682024-08-30T19:01:20.322Z[ host-image] Aug 30 19:01:18.507 INFO O| Aug 30 19:01:18.507 INFO STEP 35 (remove_files) COMPLETE
85692024-08-30T19:01:20.322Z[ host-image] Aug 30 19:01:18.507 INFO O| Aug 30 19:01:18.507 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85702024-08-30T19:01:20.332Z[ host-image] Aug 30 19:01:18.517 INFO O| Aug 30 19:01:18.517 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85712024-08-30T19:01:20.332Z[ host-image] Aug 30 19:01:18.517 INFO O| Aug 30 19:01:18.517 INFO STEP 36 (remove_files) COMPLETE
85722024-08-30T19:01:20.332Z[ host-image] Aug 30 19:01:18.517 INFO O| Aug 30 19:01:18.517 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-08-30T19:01:20.340Z[ host-image] Aug 30 19:01:18.527 INFO O| Aug 30 19:01:18.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85742024-08-30T19:01:20.341Z[ host-image] Aug 30 19:01:18.527 INFO O| Aug 30 19:01:18.527 INFO STEP 37 (remove_files) COMPLETE
85752024-08-30T19:01:20.343Z[ host-image] Aug 30 19:01:18.527 INFO O| Aug 30 19:01:18.527 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-08-30T19:01:20.350Z[ host-image] Aug 30 19:01:18.536 INFO O| Aug 30 19:01:18.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85772024-08-30T19:01:20.350Z[ host-image] Aug 30 19:01:18.536 INFO O| Aug 30 19:01:18.536 INFO STEP 38 (remove_files) COMPLETE
85782024-08-30T19:01:20.353Z[ host-image] Aug 30 19:01:18.536 INFO O| Aug 30 19:01:18.536 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-08-30T19:01:20.360Z[ host-image] Aug 30 19:01:18.546 INFO O| Aug 30 19:01:18.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85802024-08-30T19:01:20.360Z[ host-image] Aug 30 19:01:18.546 INFO O| Aug 30 19:01:18.546 INFO STEP 39 (remove_files) COMPLETE
85812024-08-30T19:01:20.363Z[ host-image] Aug 30 19:01:18.546 INFO O| Aug 30 19:01:18.546 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-08-30T19:01:20.370Z[ host-image] Aug 30 19:01:18.556 INFO O| Aug 30 19:01:18.556 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85832024-08-30T19:01:20.370Z[ host-image] Aug 30 19:01:18.556 INFO O| Aug 30 19:01:18.556 INFO STEP 40 (remove_files) COMPLETE
85842024-08-30T19:01:20.370Z[ host-image] Aug 30 19:01:18.556 INFO O| Aug 30 19:01:18.556 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-08-30T19:01:20.379Z[ host-image] Aug 30 19:01:18.565 INFO O| Aug 30 19:01:18.565 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85862024-08-30T19:01:20.379Z[ host-image] Aug 30 19:01:18.565 INFO O| Aug 30 19:01:18.565 INFO STEP 41 (remove_files) COMPLETE
85872024-08-30T19:01:20.381Z[ host-image] Aug 30 19:01:18.565 INFO O| Aug 30 19:01:18.565 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-08-30T19:01:20.389Z[ host-image] Aug 30 19:01:18.575 INFO O| Aug 30 19:01:18.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85892024-08-30T19:01:20.389Z[ host-image] Aug 30 19:01:18.575 INFO O| Aug 30 19:01:18.575 INFO STEP 42 (remove_files) COMPLETE
85902024-08-30T19:01:20.389Z[ host-image] Aug 30 19:01:18.575 INFO O| Aug 30 19:01:18.575 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-08-30T19:01:20.398Z[ host-image] Aug 30 19:01:18.584 INFO O| Aug 30 19:01:18.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85922024-08-30T19:01:20.398Z[ host-image] Aug 30 19:01:18.585 INFO O| Aug 30 19:01:18.584 INFO STEP 43 (remove_files) COMPLETE
85932024-08-30T19:01:20.401Z[ host-image] Aug 30 19:01:18.585 INFO O| Aug 30 19:01:18.585 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-08-30T19:01:20.408Z[ host-image] Aug 30 19:01:18.594 INFO O| Aug 30 19:01:18.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85952024-08-30T19:01:20.410Z[ host-image] Aug 30 19:01:18.594 INFO O| Aug 30 19:01:18.594 INFO STEP 44 (remove_files) COMPLETE
85962024-08-30T19:01:20.410Z[ host-image] Aug 30 19:01:18.594 INFO O| Aug 30 19:01:18.594 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-08-30T19:01:20.417Z[ host-image] Aug 30 19:01:18.603 INFO O| Aug 30 19:01:18.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85982024-08-30T19:01:20.417Z[ host-image] Aug 30 19:01:18.604 INFO O| Aug 30 19:01:18.604 INFO STEP 45 (remove_files) COMPLETE
85992024-08-30T19:01:20.417Z[ host-image] Aug 30 19:01:18.604 INFO O| Aug 30 19:01:18.604 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-08-30T19:01:20.427Z[ host-image] Aug 30 19:01:18.613 INFO O| Aug 30 19:01:18.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
86012024-08-30T19:01:20.427Z[ host-image] Aug 30 19:01:18.613 INFO O| Aug 30 19:01:18.613 INFO STEP 46 (remove_files) COMPLETE
86022024-08-30T19:01:20.427Z[ host-image] Aug 30 19:01:18.613 INFO O| Aug 30 19:01:18.613 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-08-30T19:01:20.436Z[ host-image] Aug 30 19:01:18.623 INFO O| Aug 30 19:01:18.623 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
86042024-08-30T19:01:20.436Z[ host-image] Aug 30 19:01:18.623 INFO O| Aug 30 19:01:18.623 INFO STEP 47 (remove_files) COMPLETE
86052024-08-30T19:01:20.439Z[ host-image] Aug 30 19:01:18.623 INFO O| Aug 30 19:01:18.623 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-08-30T19:01:20.446Z[ host-image] Aug 30 19:01:18.632 INFO O| Aug 30 19:01:18.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
86072024-08-30T19:01:20.446Z[ host-image] Aug 30 19:01:18.632 INFO O| Aug 30 19:01:18.632 INFO STEP 48 (remove_files) COMPLETE
86082024-08-30T19:01:20.448Z[ host-image] Aug 30 19:01:18.632 INFO O| Aug 30 19:01:18.632 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-08-30T19:01:20.456Z[ host-image] Aug 30 19:01:18.642 INFO O| Aug 30 19:01:18.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
86102024-08-30T19:01:20.456Z[ host-image] Aug 30 19:01:18.642 INFO O| Aug 30 19:01:18.642 INFO STEP 49 (remove_files) COMPLETE
86112024-08-30T19:01:20.456Z[ host-image] Aug 30 19:01:18.642 INFO O| Aug 30 19:01:18.642 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-08-30T19:01:20.466Z[ host-image] Aug 30 19:01:18.652 INFO O| Aug 30 19:01:18.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86132024-08-30T19:01:20.466Z[ host-image] Aug 30 19:01:18.652 INFO O| Aug 30 19:01:18.652 INFO STEP 50 (remove_files) COMPLETE
86142024-08-30T19:01:20.466Z[ host-image] Aug 30 19:01:18.652 INFO O| Aug 30 19:01:18.652 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-08-30T19:01:20.475Z[ host-image] Aug 30 19:01:18.661 INFO O| Aug 30 19:01:18.661 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86162024-08-30T19:01:20.475Z[ host-image] Aug 30 19:01:18.661 INFO O| Aug 30 19:01:18.661 INFO STEP 51 (remove_files) COMPLETE
86172024-08-30T19:01:20.475Z[ host-image] Aug 30 19:01:18.661 INFO O| Aug 30 19:01:18.661 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-08-30T19:01:20.484Z[ host-image] Aug 30 19:01:18.671 INFO O| Aug 30 19:01:18.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86192024-08-30T19:01:20.484Z[ host-image] Aug 30 19:01:18.671 INFO O| Aug 30 19:01:18.671 INFO STEP 52 (remove_files) COMPLETE
86202024-08-30T19:01:20.484Z[ host-image] Aug 30 19:01:18.671 INFO O| Aug 30 19:01:18.671 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86212024-08-30T19:01:20.494Z[ host-image] Aug 30 19:01:18.680 INFO O| Aug 30 19:01:18.680 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86222024-08-30T19:01:20.496Z[ host-image] Aug 30 19:01:18.680 INFO O| Aug 30 19:01:18.680 INFO STEP 53 (remove_files) COMPLETE
86232024-08-30T19:01:20.496Z[ host-image] Aug 30 19:01:18.680 INFO O| Aug 30 19:01:18.680 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-08-30T19:01:20.504Z[ host-image] Aug 30 19:01:18.690 INFO O| Aug 30 19:01:18.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86252024-08-30T19:01:20.504Z[ host-image] Aug 30 19:01:18.690 INFO O| Aug 30 19:01:18.690 INFO STEP 54 (remove_files) COMPLETE
86262024-08-30T19:01:20.506Z[ host-image] Aug 30 19:01:18.690 INFO O| Aug 30 19:01:18.690 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86272024-08-30T19:01:20.513Z[ host-image] Aug 30 19:01:18.699 INFO O| Aug 30 19:01:18.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86282024-08-30T19:01:20.513Z[ host-image] Aug 30 19:01:18.699 INFO O| Aug 30 19:01:18.699 INFO STEP 55 (remove_files) COMPLETE
86292024-08-30T19:01:20.516Z[ host-image] Aug 30 19:01:18.699 INFO O| Aug 30 19:01:18.699 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86302024-08-30T19:01:20.523Z[ host-image] Aug 30 19:01:18.709 INFO O| Aug 30 19:01:18.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86312024-08-30T19:01:20.523Z[ host-image] Aug 30 19:01:18.709 INFO O| Aug 30 19:01:18.709 INFO STEP 56 (remove_files) COMPLETE
86322024-08-30T19:01:20.525Z[ host-image] Aug 30 19:01:18.709 INFO O| Aug 30 19:01:18.709 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86332024-08-30T19:01:20.533Z[ host-image] Aug 30 19:01:18.719 INFO O| Aug 30 19:01:18.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86342024-08-30T19:01:20.533Z[ host-image] Aug 30 19:01:18.719 INFO O| Aug 30 19:01:18.719 INFO STEP 57 (remove_files) COMPLETE
86352024-08-30T19:01:20.535Z[ host-image] Aug 30 19:01:18.719 INFO O| Aug 30 19:01:18.719 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-08-30T19:01:20.542Z[ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86372024-08-30T19:01:20.542Z[ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86382024-08-30T19:01:20.545Z[ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86392024-08-30T19:01:20.545Z[ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86402024-08-30T19:01:20.545Z[ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86412024-08-30T19:01:20.545Z[ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86422024-08-30T19:01:20.545Z[ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO ok!
86432024-08-30T19:01:20.545Z[ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO STEP 58 (ensure_file) COMPLETE
86442024-08-30T19:01:20.545Z[ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-08-30T19:01:20.553Z[ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86462024-08-30T19:01:20.553Z[ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86472024-08-30T19:01:20.555Z[ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86482024-08-30T19:01:20.555Z[ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86492024-08-30T19:01:20.555Z[ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86502024-08-30T19:01:20.555Z[ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86512024-08-30T19:01:20.555Z[ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO ok!
86522024-08-30T19:01:20.555Z[ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO STEP 59 (ensure_file) COMPLETE
86532024-08-30T19:01:20.555Z[ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-08-30T19:01:20.563Z[ host-image] Aug 30 19:01:18.749 INFO O| Aug 30 19:01:18.749 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86552024-08-30T19:01:20.563Z[ host-image] Aug 30 19:01:18.749 INFO O| Aug 30 19:01:18.749 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86562024-08-30T19:01:20.565Z[ host-image] Aug 30 19:01:18.749 INFO O| Aug 30 19:01:18.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86572024-08-30T19:01:20.565Z[ host-image] Aug 30 19:01:18.749 INFO O| Aug 30 19:01:18.749 INFO ok!
86582024-08-30T19:01:20.565Z[ host-image] Aug 30 19:01:18.749 INFO O| Aug 30 19:01:18.749 INFO STEP 60 (ensure_file) COMPLETE
86592024-08-30T19:01:20.565Z[ host-image] Aug 30 19:01:18.749 INFO O| Aug 30 19:01:18.749 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86602024-08-30T19:01:20.573Z[ host-image] Aug 30 19:01:18.759 INFO O| Aug 30 19:01:18.759 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86612024-08-30T19:01:20.573Z[ host-image] Aug 30 19:01:18.759 INFO O| Aug 30 19:01:18.759 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86622024-08-30T19:01:20.575Z[ host-image] Aug 30 19:01:18.759 INFO O| Aug 30 19:01:18.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86632024-08-30T19:01:20.575Z[ host-image] Aug 30 19:01:18.759 INFO O| Aug 30 19:01:18.759 INFO ok!
86642024-08-30T19:01:20.575Z[ host-image] Aug 30 19:01:18.759 INFO O| Aug 30 19:01:18.759 INFO STEP 61 (ensure_file) COMPLETE
86652024-08-30T19:01:20.575Z[ host-image] Aug 30 19:01:18.759 INFO O| Aug 30 19:01:18.759 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-08-30T19:01:20.583Z[ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86672024-08-30T19:01:20.583Z[ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86682024-08-30T19:01:20.586Z[ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86692024-08-30T19:01:20.586Z[ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86702024-08-30T19:01:20.586Z[ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 INFO ok!
86712024-08-30T19:01:20.586Z[ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 INFO STEP 62 (ensure_file) COMPLETE
86722024-08-30T19:01:20.586Z[ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86732024-08-30T19:01:20.593Z[ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86742024-08-30T19:01:20.595Z[ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86752024-08-30T19:01:20.595Z[ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86762024-08-30T19:01:20.595Z[ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86772024-08-30T19:01:20.595Z[ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO ok!
86782024-08-30T19:01:20.595Z[ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO STEP 63 (ensure_file) COMPLETE
86792024-08-30T19:01:20.595Z[ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-08-30T19:01:20.603Z[ host-image] Aug 30 19:01:18.789 INFO O| Aug 30 19:01:18.789 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86812024-08-30T19:01:20.603Z[ host-image] Aug 30 19:01:18.789 INFO O| Aug 30 19:01:18.789 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86822024-08-30T19:01:20.605Z[ host-image] Aug 30 19:01:18.789 INFO O| Aug 30 19:01:18.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86832024-08-30T19:01:20.605Z[ host-image] Aug 30 19:01:18.789 INFO O| Aug 30 19:01:18.789 INFO ok!
86842024-08-30T19:01:20.605Z[ host-image] Aug 30 19:01:18.789 INFO O| Aug 30 19:01:18.789 INFO STEP 64 (assemble_files) COMPLETE
86852024-08-30T19:01:20.605Z[ host-image] Aug 30 19:01:18.789 INFO O| Aug 30 19:01:18.789 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-08-30T19:01:20.612Z[ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86872024-08-30T19:01:20.612Z[ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86882024-08-30T19:01:20.615Z[ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86892024-08-30T19:01:20.615Z[ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86902024-08-30T19:01:20.615Z[ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO ok!
86912024-08-30T19:01:20.615Z[ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO STEP 65 (ensure_file) COMPLETE
86922024-08-30T19:01:20.615Z[ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86932024-08-30T19:01:20.622Z[ host-image] Aug 30 19:01:18.809 INFO O| Aug 30 19:01:18.808 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86942024-08-30T19:01:20.625Z[ host-image] Aug 30 19:01:18.809 INFO O| Aug 30 19:01:18.809 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86952024-08-30T19:01:20.625Z[ host-image] Aug 30 19:01:18.809 INFO O| Aug 30 19:01:18.809 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86962024-08-30T19:01:20.625Z[ host-image] Aug 30 19:01:18.809 INFO O| Aug 30 19:01:18.809 INFO STEP 66 (ensure_dir) COMPLETE
86972024-08-30T19:01:20.625Z[ host-image] Aug 30 19:01:18.809 INFO O| Aug 30 19:01:18.809 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-08-30T19:01:20.632Z[ host-image] Aug 30 19:01:18.818 INFO O| Aug 30 19:01:18.818 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86992024-08-30T19:01:20.632Z[ host-image] Aug 30 19:01:18.818 INFO O| Aug 30 19:01:18.818 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 ...
87002024-08-30T19:01:20.639Z[ host-image] Aug 30 19:01:18.825 INFO O| Aug 30 19:01:18.825 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
87012024-08-30T19:01:20.639Z[ host-image] Aug 30 19:01:18.826 INFO O| Aug 30 19:01:18.825 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87022024-08-30T19:01:20.639Z[ host-image] Aug 30 19:01:18.826 INFO O| Aug 30 19:01:18.826 INFO ok!
87032024-08-30T19:01:20.639Z[ host-image] Aug 30 19:01:18.826 INFO O| Aug 30 19:01:18.826 INFO STEP 67 (ensure_file) COMPLETE
87042024-08-30T19:01:20.642Z[ host-image] Aug 30 19:01:18.826 INFO O| Aug 30 19:01:18.826 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87052024-08-30T19:01:20.650Z[ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.836 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
87062024-08-30T19:01:20.650Z[ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.837 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 ...
87072024-08-30T19:01:20.653Z[ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.837 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
87082024-08-30T19:01:20.653Z[ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.837 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87092024-08-30T19:01:20.653Z[ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.837 INFO ok!
87102024-08-30T19:01:20.653Z[ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.837 INFO STEP 68 (ensure_file) COMPLETE
87112024-08-30T19:01:20.653Z[ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.837 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87122024-08-30T19:01:20.665Z[ host-image] Aug 30 19:01:18.851 INFO O| Aug 30 19:01:18.851 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87132024-08-30T19:01:20.667Z[ host-image] Aug 30 19:01:18.852 INFO O| Aug 30 19:01:18.852 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87142024-08-30T19:01:22.711Z[ host-image] Aug 30 19:01:20.896 INFO O| Aug 30 19:01:20.896 INFO STEP 69 (pack_tar) COMPLETE
87152024-08-30T19:01:22.711Z[ host-image] Aug 30 19:01:20.897 INFO O| Aug 30 19:01:20.896 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87162024-08-30T19:01:22.711Z[ host-image] Aug 30 19:01:20.897 INFO O| Aug 30 19:01:20.896 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87172024-08-30T19:01:23.024Z[ host-image] Aug 30 19:01:21.210 INFO O| Aug 30 19:01:21.210 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87182024-08-30T19:01:23.083Z[ host-image] Aug 30 19:01:21.269 INFO O| Aug 30 19:01:21.268 INFO completed processing gimlet/ramdisk-02-trim
87192024-08-30T19:01:23.085Z[ host-image] Aug 30 19:01:21.271 INFO image builder template: zfs...
87202024-08-30T19:01:23.085Z[ host-image] Aug 30 19:01:21.271 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/.tmpWwHkvv/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
87212024-08-30T19:01:23.099Z[ host-image] Aug 30 19:01:21.285 INFO O| Aug 30 19:01:21.285 INFO skip include "stress" because feature "stress" is not enabled
87222024-08-30T19:01:23.131Z[ host-image] Aug 30 19:01:21.317 INFO O| Aug 30 19:01:21.317 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87232024-08-30T19:01:23.137Z[ host-image] Aug 30 19:01:21.322 INFO O| Aug 30 19:01:21.322 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87242024-08-30T19:01:23.202Z[ host-image] Aug 30 19:01:21.387 INFO O| Aug 30 19:01:21.387 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87252024-08-30T19:01:23.285Z[ host-image] Aug 30 19:01:21.470 INFO O| Aug 30 19:01:21.470 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87262024-08-30T19:01:23.285Z[ host-image] Aug 30 19:01:21.470 INFO O| Aug 30 19:01:21.470 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87272024-08-30T19:01:23.289Z[ host-image] Aug 30 19:01:21.475 INFO O| Aug 30 19:01:21.475 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87282024-08-30T19:01:23.383Z[ host-image] Aug 30 19:01:21.569 INFO O| Aug 30 19:01:21.568 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87292024-08-30T19:01:23.419Z[ host-image] Aug 30 19:01:21.605 INFO O| Aug 30 19:01:21.605 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87302024-08-30T19:01:23.429Z[ host-image] Aug 30 19:01:21.615 INFO O| Aug 30 19:01:21.615 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87312024-08-30T19:01:23.435Z[ host-image] Aug 30 19:01:21.620 INFO O| Aug 30 19:01:21.620 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87322024-08-30T19:01:23.435Z[ host-image] Aug 30 19:01:21.620 INFO O| Aug 30 19:01:21.620 INFO no lofi found
87332024-08-30T19:01:23.437Z[ host-image] Aug 30 19:01:21.620 INFO O| Aug 30 19:01:21.620 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87342024-08-30T19:01:23.437Z[ host-image] Aug 30 19:01:21.620 INFO O| Aug 30 19:01:21.620 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87352024-08-30T19:01:24.825Z[ host-image] Aug 30 19:01:23.010 INFO O| Aug 30 19:01:23.010 INFO lofi device = /dev/dsk/c2t1d0p0
87362024-08-30T19:01:24.825Z[ host-image] Aug 30 19:01:23.010 INFO O| Aug 30 19:01:23.010 INFO pool device = /dev/dsk/c2t1d0p0
87372024-08-30T19:01:24.828Z[ host-image] Aug 30 19:01:23.011 INFO O| Aug 30 19:01:23.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"]
87382024-08-30T19:01:24.898Z[ host-image] Aug 30 19:01:23.084 INFO O| Aug 30 19:01:23.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87392024-08-30T19:01:24.898Z[ host-image] Aug 30 19:01:23.084 INFO O| Aug 30 19:01:23.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87402024-08-30T19:01:24.920Z[ host-image] Aug 30 19:01:23.105 INFO O| Aug 30 19:01:23.105 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87412024-08-30T19:01:24.987Z[ host-image] Aug 30 19:01:23.173 INFO O| Aug 30 19:01:23.173 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87422024-08-30T19:01:25.048Z[ host-image] Aug 30 19:01:23.234 INFO O| Aug 30 19:01:23.234 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87432024-08-30T19:01:25.062Z[ host-image] Aug 30 19:01:23.248 INFO O| Aug 30 19:01:23.248 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87442024-08-30T19:01:25.073Z[ host-image] Aug 30 19:01:23.259 INFO O| Aug 30 19:01:23.259 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87452024-08-30T19:01:25.119Z[ host-image] Aug 30 19:01:23.305 INFO O| Aug 30 19:01:23.305 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87462024-08-30T19:01:25.122Z[ host-image] Aug 30 19:01:23.305 INFO O| Aug 30 19:01:23.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87472024-08-30T19:01:25.122Z[ host-image] Aug 30 19:01:23.305 INFO O| Aug 30 19:01:23.305 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87482024-08-30T19:01:25.132Z[ host-image] Aug 30 19:01:23.317 INFO O| Aug 30 19:01:23.317 INFO boot environment UUID: 77cb995f-fbcd-4e7e-8360-d6b450b98a48
87492024-08-30T19:01:25.134Z[ host-image] Aug 30 19:01:23.317 INFO O| Aug 30 19:01:23.317 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 77cb995f-fbcd-4e7e-8360-d6b450b98a48
87502024-08-30T19:01:25.142Z[ host-image] Aug 30 19:01:23.328 INFO O| Aug 30 19:01:23.328 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87512024-08-30T19:01:25.153Z[ host-image] Aug 30 19:01:23.338 INFO O| Aug 30 19:01:23.338 INFO STEP 0 (create_be) COMPLETE
87522024-08-30T19:01:25.153Z[ host-image] Aug 30 19:01:23.338 INFO O| Aug 30 19:01:23.338 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87532024-08-30T19:01:25.169Z[ host-image] Aug 30 19:01:23.354 INFO O| Aug 30 19:01:23.354 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87542024-08-30T19:01:26.092Z[ recovery-image] Aug 30 19:01:24.277 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
87552024-08-30T19:01:29.077Z[ recovery-image] Aug 30 19:01:27.258 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
87562024-08-30T19:01:33.409Z[ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling bitflags v1.3.2
87572024-08-30T19:01:33.409Z[ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling bit_field v0.10.2
87582024-08-30T19:01:33.412Z[ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling plain v0.2.3
87592024-08-30T19:01:33.412Z[ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling adler v1.0.2
87602024-08-30T19:01:33.412Z[ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling scroll v0.12.0
87612024-08-30T19:01:33.412Z[ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling log v0.4.21
87622024-08-30T19:01:33.412Z[ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling static_assertions v1.1.0
87632024-08-30T19:01:33.583Z[ recovery-image] Aug 30 19:01:31.767 INFO E| Compiling raw-cpuid v10.7.0
87642024-08-30T19:01:33.659Z[ recovery-image] Aug 30 19:01:31.843 INFO E| Compiling cpio_reader v0.1.1
87652024-08-30T19:01:33.890Z[ recovery-image] Aug 30 19:01:32.074 INFO E| Compiling bitstruct v0.1.1
87662024-08-30T19:01:34.149Z[ recovery-image] Aug 30 19:01:32.333 INFO E| Compiling miniz_oxide v0.7.2
87672024-08-30T19:01:34.960Z[ recovery-image] Aug 30 19:01:33.144 INFO E| Compiling goblin v0.8.0
87682024-08-30T19:01:44.240Z[ recovery-image] Aug 30 19:01:42.423 INFO E| Finished `release` profile [optimized] target(s) in 40.73s
87692024-08-30T19:01:44.261Z[ recovery-image] Aug 30 19:01:42.444 INFO building host image...
87702024-08-30T19:01:44.265Z[ recovery-image] Aug 30 19:01:42.445 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")
87712024-08-30T19:01:44.916Z[ recovery-image] Aug 30 19:01:43.099 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87722024-08-30T19:01:46.876Z[ recovery-image] Aug 30 19:01:45.058 INFO image complete! materials are in "/work/os-recovery"
87732024-08-30T19:01:46.881Z[ recovery-image]
87742024-08-30T19:01:46.883ZAug 30 19:01:45.064 INFO [recovery-image] process exited with exit status: 0 (455.709618679s)
87752024-08-30T19:01:46.883Z[ recovery-image] real 7:35.689687081
87762024-08-30T19:01:46.883Z[ recovery-image] user 4:41.829863164
87772024-08-30T19:01:46.883Z[ recovery-image] sys 1:08.178558834
87782024-08-30T19:01:46.883Z[ recovery-image] trap 0.210510726
87792024-08-30T19:01:46.883Z[ recovery-image] tflt 0.345443293
87802024-08-30T19:01:46.883Z[ recovery-image] dflt 1.409569423
87812024-08-30T19:01:46.883Z[ recovery-image] kflt 0.000061292
87822024-08-30T19:01:46.883Z[ recovery-image] lock 9:42.230461555
87832024-08-30T19:01:46.883Z[ recovery-image] slp 43:57.268520676
87842024-08-30T19:01:46.883Z[ recovery-image] lat 2:09.070149545
87852024-08-30T19:01:46.883Z[ recovery-image] stop 4.619092289
87862024-08-30T19:01:47.358Z[ host-image] Aug 30 19:01:45.541 INFO O| Aug 30 19:01:45.541 INFO STEP 1 (unpack_tar) COMPLETE
87872024-08-30T19:01:47.358Z[ host-image] Aug 30 19:01:45.541 INFO O| Aug 30 19:01:45.541 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882024-08-30T19:01:47.371Z[ host-image] Aug 30 19:01:45.553 INFO O| Aug 30 19:01:45.553 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87892024-08-30T19:01:47.520Z[ host-image] Aug 30 19:01:45.702 INFO O| Aug 30 19:01:45.702 INFO STEP 2 (devfsadm) COMPLETE
87902024-08-30T19:01:47.520Z[ host-image] Aug 30 19:01:45.702 INFO O| Aug 30 19:01:45.702 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912024-08-30T19:01:47.531Z[ host-image] Aug 30 19:01:45.714 INFO O| Aug 30 19:01:45.714 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87922024-08-30T19:01:47.534Z[ host-image] Aug 30 19:01:45.714 INFO O| Aug 30 19:01:45.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87932024-08-30T19:01:47.534Z[ host-image] Aug 30 19:01:45.714 INFO O| Aug 30 19:01:45.714 INFO STEP 3 (ensure_dir) COMPLETE
87942024-08-30T19:01:47.534Z[ host-image] Aug 30 19:01:45.714 INFO O| Aug 30 19:01:45.714 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952024-08-30T19:01:47.541Z[ host-image] Aug 30 19:01:45.724 INFO O| Aug 30 19:01:45.724 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87962024-08-30T19:01:47.545Z[ host-image] Aug 30 19:01:45.724 INFO O| Aug 30 19:01:45.724 INFO STEP 4 (ensure_dir) COMPLETE
87972024-08-30T19:01:47.545Z[ host-image] Aug 30 19:01:45.724 INFO O| Aug 30 19:01:45.724 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982024-08-30T19:01:47.551Z[ host-image] Aug 30 19:01:45.734 INFO O| Aug 30 19:01:45.734 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87992024-08-30T19:01:47.551Z[ host-image] Aug 30 19:01:45.734 INFO O| Aug 30 19:01:45.734 INFO STEP 5 (ensure_dir) COMPLETE
88002024-08-30T19:01:47.556Z[ host-image] Aug 30 19:01:45.734 INFO O| Aug 30 19:01:45.734 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88012024-08-30T19:01:47.562Z[ host-image] Aug 30 19:01:45.744 INFO O| Aug 30 19:01:45.744 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88022024-08-30T19:01:47.562Z[ host-image] Aug 30 19:01:45.744 INFO O| Aug 30 19:01:45.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88032024-08-30T19:01:47.562Z[ host-image] Aug 30 19:01:45.744 INFO O| Aug 30 19:01:45.744 INFO STEP 6 (ensure_dir) COMPLETE
88042024-08-30T19:01:47.564Z[ host-image] Aug 30 19:01:45.744 INFO O| Aug 30 19:01:45.744 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052024-08-30T19:01:47.572Z[ host-image] Aug 30 19:01:45.754 INFO O| Aug 30 19:01:45.754 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88062024-08-30T19:01:47.572Z[ host-image] Aug 30 19:01:45.754 INFO O| Aug 30 19:01:45.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88072024-08-30T19:01:47.574Z[ host-image] Aug 30 19:01:45.754 INFO O| Aug 30 19:01:45.754 INFO STEP 7 (ensure_dir) COMPLETE
88082024-08-30T19:01:47.574Z[ host-image] Aug 30 19:01:45.754 INFO O| Aug 30 19:01:45.754 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092024-08-30T19:01:47.581Z[ host-image] Aug 30 19:01:45.764 INFO O| Aug 30 19:01:45.764 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88102024-08-30T19:01:47.583Z[ host-image] Aug 30 19:01:45.764 INFO O| Aug 30 19:01:45.764 INFO STEP 8 (remove_files) COMPLETE
88112024-08-30T19:01:47.583Z[ host-image] Aug 30 19:01:45.764 INFO O| Aug 30 19:01:45.764 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88122024-08-30T19:01:47.591Z[ host-image] Aug 30 19:01:45.774 INFO O| Aug 30 19:01:45.774 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88132024-08-30T19:01:47.594Z[ host-image] Aug 30 19:01:45.774 INFO O| Aug 30 19:01:45.774 INFO STEP 9 (remove_files) COMPLETE
88142024-08-30T19:01:47.594Z[ host-image] Aug 30 19:01:45.774 INFO O| Aug 30 19:01:45.774 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152024-08-30T19:01:47.602Z[ host-image] Aug 30 19:01:45.784 INFO O| Aug 30 19:01:45.784 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88162024-08-30T19:01:47.604Z[ host-image] Aug 30 19:01:45.785 INFO O| Aug 30 19:01:45.785 INFO STEP 10 (remove_files) COMPLETE
88172024-08-30T19:01:47.604Z[ host-image] Aug 30 19:01:45.785 INFO O| Aug 30 19:01:45.785 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182024-08-30T19:01:47.612Z[ host-image] Aug 30 19:01:45.795 INFO O| Aug 30 19:01:45.795 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88192024-08-30T19:01:47.615Z[ host-image] Aug 30 19:01:45.795 INFO O| Aug 30 19:01:45.795 INFO STEP 11 (remove_files) COMPLETE
88202024-08-30T19:01:47.615Z[ host-image] Aug 30 19:01:45.795 INFO O| Aug 30 19:01:45.795 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212024-08-30T19:01:47.622Z[ host-image] Aug 30 19:01:45.805 INFO O| Aug 30 19:01:45.805 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88222024-08-30T19:01:47.625Z[ host-image] Aug 30 19:01:45.805 INFO O| Aug 30 19:01:45.805 INFO STEP 12 (remove_files) COMPLETE
88232024-08-30T19:01:47.626Z[ host-image] Aug 30 19:01:45.805 INFO O| Aug 30 19:01:45.805 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242024-08-30T19:01:47.632Z[ host-image] Aug 30 19:01:45.815 INFO O| Aug 30 19:01:45.815 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88252024-08-30T19:01:47.635Z[ host-image] Aug 30 19:01:45.815 INFO O| Aug 30 19:01:45.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88262024-08-30T19:01:47.635Z[ host-image] Aug 30 19:01:45.815 INFO O| Aug 30 19:01:45.815 INFO STEP 13 (ensure_dir) COMPLETE
88272024-08-30T19:01:47.635Z[ host-image] Aug 30 19:01:45.815 INFO O| Aug 30 19:01:45.815 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88282024-08-30T19:01:47.642Z[ host-image] Aug 30 19:01:45.825 INFO O| Aug 30 19:01:45.825 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88292024-08-30T19:01:47.642Z[ host-image] Aug 30 19:01:45.825 INFO O| Aug 30 19:01:45.825 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88302024-08-30T19:01:47.644Z[ host-image] Aug 30 19:01:45.825 INFO O| Aug 30 19:01:45.825 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88312024-08-30T19:01:47.644Z[ host-image] Aug 30 19:01:45.825 INFO O| Aug 30 19:01:45.825 INFO STEP 14 (ensure_dir) COMPLETE
88322024-08-30T19:01:47.644Z[ host-image] Aug 30 19:01:45.825 INFO O| Aug 30 19:01:45.825 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332024-08-30T19:01:47.652Z[ host-image] Aug 30 19:01:45.835 INFO O| Aug 30 19:01:45.835 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88342024-08-30T19:01:47.652Z[ host-image] Aug 30 19:01:45.835 INFO O| Aug 30 19:01:45.835 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88352024-08-30T19:01:47.655Z[ host-image] Aug 30 19:01:45.835 INFO O| Aug 30 19:01:45.835 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88362024-08-30T19:01:47.655Z[ host-image] Aug 30 19:01:45.835 INFO O| Aug 30 19:01:45.835 INFO STEP 15 (ensure_dir) COMPLETE
88372024-08-30T19:01:47.655Z[ host-image] Aug 30 19:01:45.835 INFO O| Aug 30 19:01:45.835 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88382024-08-30T19:01:47.662Z[ host-image] Aug 30 19:01:45.845 INFO O| Aug 30 19:01:45.845 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88392024-08-30T19:01:47.662Z[ host-image] Aug 30 19:01:45.845 INFO O| Aug 30 19:01:45.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88402024-08-30T19:01:47.665Z[ host-image] Aug 30 19:01:45.845 INFO O| Aug 30 19:01:45.845 INFO STEP 16 (ensure_dir) COMPLETE
88412024-08-30T19:01:47.665Z[ host-image] Aug 30 19:01:45.845 INFO O| Aug 30 19:01:45.845 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88422024-08-30T19:01:47.672Z[ host-image] Aug 30 19:01:45.855 INFO O| Aug 30 19:01:45.855 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88432024-08-30T19:01:47.672Z[ host-image] Aug 30 19:01:45.855 INFO O| Aug 30 19:01:45.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88442024-08-30T19:01:47.672Z[ host-image] Aug 30 19:01:45.855 INFO O| Aug 30 19:01:45.855 INFO STEP 17 (ensure_dir) COMPLETE
88452024-08-30T19:01:47.675Z[ host-image] Aug 30 19:01:45.855 INFO O| Aug 30 19:01:45.855 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88462024-08-30T19:01:47.682Z[ host-image] Aug 30 19:01:45.865 INFO O| Aug 30 19:01:45.865 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88472024-08-30T19:01:47.682Z[ host-image] Aug 30 19:01:45.865 INFO O| Aug 30 19:01:45.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88482024-08-30T19:01:47.685Z[ host-image] Aug 30 19:01:45.865 INFO O| Aug 30 19:01:45.865 INFO ok!
88492024-08-30T19:01:47.685Z[ host-image] Aug 30 19:01:45.865 INFO O| Aug 30 19:01:45.865 INFO STEP 18 (ensure_symlink) COMPLETE
88502024-08-30T19:01:47.685Z[ host-image] Aug 30 19:01:45.865 INFO O| Aug 30 19:01:45.865 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88512024-08-30T19:01:47.692Z[ host-image] Aug 30 19:01:45.875 INFO O| Aug 30 19:01:45.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88522024-08-30T19:01:47.695Z[ host-image] Aug 30 19:01:45.875 INFO O| Aug 30 19:01:45.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88532024-08-30T19:01:47.695Z[ host-image] Aug 30 19:01:45.875 INFO O| Aug 30 19:01:45.875 INFO ok!
88542024-08-30T19:01:47.695Z[ host-image] Aug 30 19:01:45.875 INFO O| Aug 30 19:01:45.875 INFO STEP 19 (ensure_file) COMPLETE
88552024-08-30T19:01:47.695Z[ host-image] Aug 30 19:01:45.875 INFO O| Aug 30 19:01:45.875 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562024-08-30T19:01:47.702Z[ host-image] Aug 30 19:01:45.885 INFO O| Aug 30 19:01:45.885 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88572024-08-30T19:01:47.702Z[ host-image] Aug 30 19:01:45.885 INFO O| Aug 30 19:01:45.885 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88582024-08-30T19:01:47.705Z[ host-image] Aug 30 19:01:45.885 INFO O| Aug 30 19:01:45.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88592024-08-30T19:01:47.705Z[ host-image] Aug 30 19:01:45.885 INFO O| Aug 30 19:01:45.885 INFO ok!
88602024-08-30T19:01:47.705Z[ host-image] Aug 30 19:01:45.885 INFO O| Aug 30 19:01:45.885 INFO STEP 20 (ensure_symlink) COMPLETE
88612024-08-30T19:01:47.705Z[ host-image] Aug 30 19:01:45.885 INFO O| Aug 30 19:01:45.885 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88622024-08-30T19:01:47.712Z[ host-image] Aug 30 19:01:45.895 INFO O| Aug 30 19:01:45.895 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88632024-08-30T19:01:47.715Z[ host-image] Aug 30 19:01:45.895 INFO O| Aug 30 19:01:45.895 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88642024-08-30T19:01:47.715Z[ host-image] Aug 30 19:01:45.895 INFO O| Aug 30 19:01:45.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88652024-08-30T19:01:47.715Z[ host-image] Aug 30 19:01:45.895 INFO O| Aug 30 19:01:45.895 INFO ok!
88662024-08-30T19:01:47.715Z[ host-image] Aug 30 19:01:45.895 INFO O| Aug 30 19:01:45.895 INFO STEP 21 (ensure_symlink) COMPLETE
88672024-08-30T19:01:47.715Z[ host-image] Aug 30 19:01:45.895 INFO O| Aug 30 19:01:45.895 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682024-08-30T19:01:47.722Z[ host-image] Aug 30 19:01:45.905 INFO O| Aug 30 19:01:45.905 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88692024-08-30T19:01:47.722Z[ host-image] Aug 30 19:01:45.905 INFO O| Aug 30 19:01:45.905 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88702024-08-30T19:01:47.725Z[ host-image] Aug 30 19:01:45.905 INFO O| Aug 30 19:01:45.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88712024-08-30T19:01:47.725Z[ host-image] Aug 30 19:01:45.905 INFO O| Aug 30 19:01:45.905 INFO ok!
88722024-08-30T19:01:47.725Z[ host-image] Aug 30 19:01:45.905 INFO O| Aug 30 19:01:45.905 INFO STEP 22 (ensure_symlink) COMPLETE
88732024-08-30T19:01:47.725Z[ host-image] Aug 30 19:01:45.905 INFO O| Aug 30 19:01:45.905 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88742024-08-30T19:01:47.732Z[ host-image] Aug 30 19:01:45.915 INFO O| Aug 30 19:01:45.915 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88752024-08-30T19:01:47.732Z[ host-image] Aug 30 19:01:45.915 INFO O| Aug 30 19:01:45.915 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88762024-08-30T19:01:47.734Z[ host-image] Aug 30 19:01:45.915 INFO O| Aug 30 19:01:45.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88772024-08-30T19:01:47.734Z[ host-image] Aug 30 19:01:45.915 INFO O| Aug 30 19:01:45.915 INFO ok!
88782024-08-30T19:01:47.734Z[ host-image] Aug 30 19:01:45.915 INFO O| Aug 30 19:01:45.915 INFO STEP 23 (ensure_symlink) COMPLETE
88792024-08-30T19:01:47.735Z[ host-image] Aug 30 19:01:45.915 INFO O| Aug 30 19:01:45.915 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88802024-08-30T19:01:47.742Z[ host-image] Aug 30 19:01:45.925 INFO O| Aug 30 19:01:45.925 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88812024-08-30T19:01:47.745Z[ host-image] Aug 30 19:01:45.925 INFO O| Aug 30 19:01:45.925 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88822024-08-30T19:01:47.745Z[ host-image] Aug 30 19:01:45.925 INFO O| Aug 30 19:01:45.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88832024-08-30T19:01:47.745Z[ host-image] Aug 30 19:01:45.925 INFO O| Aug 30 19:01:45.925 INFO ok!
88842024-08-30T19:01:47.745Z[ host-image] Aug 30 19:01:45.925 INFO O| Aug 30 19:01:45.925 INFO STEP 24 (ensure_file) COMPLETE
88852024-08-30T19:01:47.745Z[ host-image] Aug 30 19:01:45.925 INFO O| Aug 30 19:01:45.925 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88862024-08-30T19:01:47.753Z[ host-image] Aug 30 19:01:45.935 INFO O| Aug 30 19:01:45.935 INFO updating shadow file
88872024-08-30T19:01:47.755Z[ host-image] Aug 30 19:01:45.935 INFO O| Aug 30 19:01:45.935 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88882024-08-30T19:01:47.755Z[ host-image] Aug 30 19:01:45.935 INFO O| Aug 30 19:01:45.935 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88892024-08-30T19:01:47.755Z[ host-image] Aug 30 19:01:45.935 INFO O| Aug 30 19:01:45.935 INFO STEP 25 (shadow) COMPLETE
88902024-08-30T19:01:47.755Z[ host-image] Aug 30 19:01:45.935 INFO O| Aug 30 19:01:45.935 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88912024-08-30T19:01:47.763Z[ host-image] Aug 30 19:01:45.945 INFO O| Aug 30 19:01:45.945 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88922024-08-30T19:01:47.763Z[ host-image] Aug 30 19:01:45.945 INFO O| Aug 30 19:01:45.945 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88932024-08-30T19:01:47.765Z[ host-image] Aug 30 19:01:45.945 INFO O| Aug 30 19:01:45.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88942024-08-30T19:01:47.765Z[ host-image] Aug 30 19:01:45.945 INFO O| Aug 30 19:01:45.945 INFO ok!
88952024-08-30T19:01:47.765Z[ host-image] Aug 30 19:01:45.945 INFO O| Aug 30 19:01:45.945 INFO STEP 26 (ensure_file) COMPLETE
88962024-08-30T19:01:47.765Z[ host-image] Aug 30 19:01:45.945 INFO O| Aug 30 19:01:45.945 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88972024-08-30T19:01:47.773Z[ host-image] Aug 30 19:01:45.955 INFO O| Aug 30 19:01:45.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88982024-08-30T19:01:47.773Z[ host-image] Aug 30 19:01:45.955 INFO O| Aug 30 19:01:45.955 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88992024-08-30T19:01:47.773Z[ host-image] Aug 30 19:01:45.955 INFO O| Aug 30 19:01:45.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89002024-08-30T19:01:47.775Z[ host-image] Aug 30 19:01:45.955 INFO O| Aug 30 19:01:45.955 INFO ok!
89012024-08-30T19:01:47.775Z[ host-image] Aug 30 19:01:45.955 INFO O| Aug 30 19:01:45.955 INFO STEP 27 (ensure_file) COMPLETE
89022024-08-30T19:01:47.775Z[ host-image] Aug 30 19:01:45.955 INFO O| Aug 30 19:01:45.955 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89032024-08-30T19:01:47.783Z[ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89042024-08-30T19:01:47.783Z[ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89052024-08-30T19:01:47.786Z[ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89062024-08-30T19:01:47.786Z[ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89072024-08-30T19:01:47.786Z[ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 INFO ok!
89082024-08-30T19:01:47.786Z[ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 INFO STEP 28 (ensure_file) COMPLETE
89092024-08-30T19:01:47.786Z[ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89102024-08-30T19:01:47.793Z[ host-image] Aug 30 19:01:45.976 INFO O| Aug 30 19:01:45.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89112024-08-30T19:01:47.793Z[ host-image] Aug 30 19:01:45.976 INFO O| Aug 30 19:01:45.976 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89122024-08-30T19:01:47.796Z[ host-image] Aug 30 19:01:45.976 INFO O| Aug 30 19:01:45.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89132024-08-30T19:01:47.796Z[ host-image] Aug 30 19:01:45.976 INFO O| Aug 30 19:01:45.976 INFO ok!
89142024-08-30T19:01:47.796Z[ host-image] Aug 30 19:01:45.976 INFO O| Aug 30 19:01:45.976 INFO STEP 29 (ensure_file) COMPLETE
89152024-08-30T19:01:47.796Z[ host-image] Aug 30 19:01:45.976 INFO O| Aug 30 19:01:45.976 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89162024-08-30T19:01:47.803Z[ host-image] Aug 30 19:01:45.986 INFO O| Aug 30 19:01:45.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89172024-08-30T19:01:47.806Z[ host-image] Aug 30 19:01:45.986 INFO O| Aug 30 19:01:45.986 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89182024-08-30T19:01:47.806Z[ host-image] Aug 30 19:01:45.986 INFO O| Aug 30 19:01:45.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89192024-08-30T19:01:47.806Z[ host-image] Aug 30 19:01:45.986 INFO O| Aug 30 19:01:45.986 INFO ok!
89202024-08-30T19:01:47.806Z[ host-image] Aug 30 19:01:45.986 INFO O| Aug 30 19:01:45.986 INFO STEP 30 (ensure_file) COMPLETE
89212024-08-30T19:01:47.806Z[ host-image] Aug 30 19:01:45.986 INFO O| Aug 30 19:01:45.986 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89222024-08-30T19:01:47.813Z[ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89232024-08-30T19:01:47.813Z[ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89242024-08-30T19:01:47.816Z[ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89252024-08-30T19:01:47.816Z[ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89262024-08-30T19:01:47.816Z[ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 INFO ok!
89272024-08-30T19:01:47.816Z[ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 INFO STEP 31 (ensure_file) COMPLETE
89282024-08-30T19:01:47.816Z[ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89292024-08-30T19:01:47.825Z[ host-image] Aug 30 19:01:46.008 INFO O| Aug 30 19:01:46.007 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89302024-08-30T19:01:47.825Z[ host-image] Aug 30 19:01:46.008 INFO O| Aug 30 19:01:46.008 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89312024-08-30T19:01:47.827Z[ host-image] Aug 30 19:01:46.008 INFO O| Aug 30 19:01:46.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89322024-08-30T19:01:47.828Z[ host-image] Aug 30 19:01:46.008 INFO O| Aug 30 19:01:46.008 INFO ok!
89332024-08-30T19:01:47.828Z[ host-image] Aug 30 19:01:46.008 INFO O| Aug 30 19:01:46.008 INFO STEP 32 (ensure_file) COMPLETE
89342024-08-30T19:01:47.828Z[ host-image] Aug 30 19:01:46.008 INFO O| Aug 30 19:01:46.008 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89352024-08-30T19:01:47.836Z[ host-image] Aug 30 19:01:46.018 INFO O| Aug 30 19:01:46.018 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89362024-08-30T19:01:47.836Z[ host-image] Aug 30 19:01:46.018 INFO O| Aug 30 19:01:46.018 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89372024-08-30T19:01:47.839Z[ host-image] Aug 30 19:01:46.018 INFO O| Aug 30 19:01:46.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89382024-08-30T19:01:47.839Z[ host-image] Aug 30 19:01:46.018 INFO O| Aug 30 19:01:46.018 INFO ok!
89392024-08-30T19:01:47.839Z[ host-image] Aug 30 19:01:46.018 INFO O| Aug 30 19:01:46.018 INFO STEP 33 (ensure_file) COMPLETE
89402024-08-30T19:01:47.839Z[ host-image] Aug 30 19:01:46.018 INFO O| Aug 30 19:01:46.018 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89412024-08-30T19:01:47.846Z[ host-image] Aug 30 19:01:46.028 INFO O| Aug 30 19:01:46.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89422024-08-30T19:01:47.846Z[ host-image] Aug 30 19:01:46.028 INFO O| Aug 30 19:01:46.028 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89432024-08-30T19:01:47.849Z[ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89442024-08-30T19:01:47.849Z[ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89452024-08-30T19:01:47.849Z[ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89462024-08-30T19:01:47.849Z[ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89472024-08-30T19:01:47.849Z[ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO ok!
89482024-08-30T19:01:47.849Z[ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO STEP 34 (ensure_file) COMPLETE
89492024-08-30T19:01:47.849Z[ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89502024-08-30T19:01:47.856Z[ host-image] Aug 30 19:01:46.039 INFO O| Aug 30 19:01:46.039 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89512024-08-30T19:01:47.859Z[ host-image] Aug 30 19:01:46.039 INFO O| Aug 30 19:01:46.039 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89522024-08-30T19:01:47.859Z[ host-image] Aug 30 19:01:46.039 INFO O| Aug 30 19:01:46.039 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89532024-08-30T19:01:47.859Z[ host-image] Aug 30 19:01:46.039 INFO O| Aug 30 19:01:46.039 INFO STEP 35 (ensure_dir) COMPLETE
89542024-08-30T19:01:47.859Z[ host-image] Aug 30 19:01:46.039 INFO O| Aug 30 19:01:46.039 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89552024-08-30T19:01:47.866Z[ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 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
89562024-08-30T19:01:47.869Z[ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 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 ...
89572024-08-30T19:01:47.869Z[ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 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
89582024-08-30T19:01:47.869Z[ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 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
89592024-08-30T19:01:47.869Z[ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 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
89602024-08-30T19:01:47.869Z[ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 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
89612024-08-30T19:01:47.869Z[ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 INFO ok!
89622024-08-30T19:01:47.869Z[ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 INFO STEP 36 (ensure_file) COMPLETE
89632024-08-30T19:01:47.869Z[ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89642024-08-30T19:01:47.876Z[ host-image] Aug 30 19:01:46.059 INFO O| Aug 30 19:01:46.059 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89652024-08-30T19:01:47.879Z[ host-image] Aug 30 19:01:46.059 INFO O| Aug 30 19:01:46.059 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 ...
89662024-08-30T19:01:47.879Z[ host-image] Aug 30 19:01:46.059 INFO O| Aug 30 19:01:46.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89672024-08-30T19:01:47.879Z[ host-image] Aug 30 19:01:46.059 INFO O| Aug 30 19:01:46.059 INFO ok!
89682024-08-30T19:01:47.879Z[ host-image] Aug 30 19:01:46.059 INFO O| Aug 30 19:01:46.059 INFO STEP 37 (ensure_symlink) COMPLETE
89692024-08-30T19:01:47.879Z[ host-image] Aug 30 19:01:46.059 INFO O| Aug 30 19:01:46.059 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89702024-08-30T19:01:47.886Z[ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89712024-08-30T19:01:47.886Z[ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89722024-08-30T19:01:47.889Z[ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89732024-08-30T19:01:47.889Z[ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89742024-08-30T19:01:47.889Z[ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89752024-08-30T19:01:47.889Z[ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89762024-08-30T19:01:47.889Z[ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO ok!
89772024-08-30T19:01:47.889Z[ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO STEP 38 (ensure_file) COMPLETE
89782024-08-30T19:01:47.889Z[ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89792024-08-30T19:01:47.896Z[ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89802024-08-30T19:01:47.899Z[ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 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 ...
89812024-08-30T19:01:47.899Z[ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 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
89822024-08-30T19:01:47.899Z[ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89832024-08-30T19:01:47.899Z[ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 INFO ok!
89842024-08-30T19:01:47.899Z[ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 INFO STEP 39 (ensure_file) COMPLETE
89852024-08-30T19:01:47.899Z[ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89862024-08-30T19:01:47.906Z[ host-image] Aug 30 19:01:46.089 INFO O| Aug 30 19:01:46.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89872024-08-30T19:01:47.906Z[ host-image] Aug 30 19:01:46.089 INFO O| Aug 30 19:01:46.089 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89882024-08-30T19:01:47.909Z[ host-image] Aug 30 19:01:46.089 INFO O| Aug 30 19:01:46.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89892024-08-30T19:01:47.909Z[ host-image] Aug 30 19:01:46.089 INFO O| Aug 30 19:01:46.089 INFO ok!
89902024-08-30T19:01:47.909Z[ host-image] Aug 30 19:01:46.089 INFO O| Aug 30 19:01:46.089 INFO STEP 40 (ensure_file) COMPLETE
89912024-08-30T19:01:47.909Z[ host-image] Aug 30 19:01:46.089 INFO O| Aug 30 19:01:46.089 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89922024-08-30T19:01:47.916Z[ host-image] Aug 30 19:01:46.099 INFO O| Aug 30 19:01:46.099 INFO updating shadow file
89932024-08-30T19:01:47.919Z[ host-image] Aug 30 19:01:46.099 INFO O| Aug 30 19:01:46.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89942024-08-30T19:01:47.919Z[ host-image] Aug 30 19:01:46.099 INFO O| Aug 30 19:01:46.099 INFO STEP 41 (shadow) COMPLETE
89952024-08-30T19:01:47.919Z[ host-image] Aug 30 19:01:46.099 INFO O| Aug 30 19:01:46.099 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89962024-08-30T19:01:47.927Z[ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89972024-08-30T19:01:47.927Z[ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89982024-08-30T19:01:47.929Z[ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89992024-08-30T19:01:47.930Z[ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90002024-08-30T19:01:47.930Z[ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO ok!
90012024-08-30T19:01:47.930Z[ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO STEP 42 (ensure_file) COMPLETE
90022024-08-30T19:01:47.930Z[ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90032024-08-30T19:01:47.930Z[ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO skip step because feature "mfg" is not enabled
90042024-08-30T19:01:47.930Z[ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90052024-08-30T19:01:47.930Z[ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO skip step because feature "mfg" is not enabled
90062024-08-30T19:01:47.930Z[ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90072024-08-30T19:01:47.937Z[ host-image] Aug 30 19:01:46.120 INFO O| Aug 30 19:01:46.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90082024-08-30T19:01:47.937Z[ host-image] Aug 30 19:01:46.120 INFO O| Aug 30 19:01:46.120 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90092024-08-30T19:01:48.572Z[ host-image] Aug 30 19:01:46.754 INFO O| Aug 30 19:01:46.754 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90102024-08-30T19:01:48.572Z[ host-image] Aug 30 19:01:46.754 INFO O| Aug 30 19:01:46.754 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90112024-08-30T19:01:48.575Z[ host-image] Aug 30 19:01:46.754 INFO O| Aug 30 19:01:46.754 INFO ok!
90122024-08-30T19:01:48.575Z[ host-image] Aug 30 19:01:46.754 INFO O| Aug 30 19:01:46.754 INFO STEP 45 (ensure_file) COMPLETE
90132024-08-30T19:01:48.575Z[ host-image] Aug 30 19:01:46.754 INFO O| Aug 30 19:01:46.754 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90142024-08-30T19:01:48.585Z[ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90152024-08-30T19:01:48.587Z[ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90162024-08-30T19:01:48.587Z[ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90172024-08-30T19:01:48.587Z[ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90182024-08-30T19:01:48.587Z[ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90192024-08-30T19:01:48.587Z[ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90202024-08-30T19:01:48.587Z[ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO ok!
90212024-08-30T19:01:48.587Z[ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO STEP 46 (ensure_file) COMPLETE
90222024-08-30T19:01:48.587Z[ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90232024-08-30T19:01:48.596Z[ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90242024-08-30T19:01:48.596Z[ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 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 ...
90252024-08-30T19:01:48.599Z[ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 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
90262024-08-30T19:01:48.599Z[ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90272024-08-30T19:01:48.599Z[ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 INFO ok!
90282024-08-30T19:01:48.599Z[ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 INFO STEP 47 (ensure_file) COMPLETE
90292024-08-30T19:01:48.599Z[ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90302024-08-30T19:01:48.606Z[ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90312024-08-30T19:01:48.609Z[ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90322024-08-30T19:01:48.609Z[ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90332024-08-30T19:01:48.609Z[ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90342024-08-30T19:01:48.609Z[ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90352024-08-30T19:01:48.609Z[ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90362024-08-30T19:01:48.609Z[ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO ok!
90372024-08-30T19:01:48.609Z[ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO STEP 48 (ensure_file) COMPLETE
90382024-08-30T19:01:48.609Z[ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90392024-08-30T19:01:48.616Z[ host-image] Aug 30 19:01:46.798 INFO O| Aug 30 19:01:46.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90402024-08-30T19:01:48.616Z[ host-image] Aug 30 19:01:46.798 INFO O| Aug 30 19:01:46.798 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 ...
90412024-08-30T19:01:48.616Z[ host-image] Aug 30 19:01:46.799 INFO O| Aug 30 19:01:46.799 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
90422024-08-30T19:01:48.620Z[ host-image] Aug 30 19:01:46.799 INFO O| Aug 30 19:01:46.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90432024-08-30T19:01:48.620Z[ host-image] Aug 30 19:01:46.799 INFO O| Aug 30 19:01:46.799 INFO ok!
90442024-08-30T19:01:48.620Z[ host-image] Aug 30 19:01:46.799 INFO O| Aug 30 19:01:46.799 INFO STEP 49 (ensure_file) COMPLETE
90452024-08-30T19:01:48.620Z[ host-image] Aug 30 19:01:46.799 INFO O| Aug 30 19:01:46.799 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90462024-08-30T19:01:48.630Z[ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90472024-08-30T19:01:48.630Z[ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90482024-08-30T19:01:48.633Z[ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90492024-08-30T19:01:48.633Z[ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90502024-08-30T19:01:48.633Z[ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90512024-08-30T19:01:48.633Z[ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90522024-08-30T19:01:48.633Z[ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO ok!
90532024-08-30T19:01:48.633Z[ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO STEP 50 (ensure_file) COMPLETE
90542024-08-30T19:01:48.633Z[ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90552024-08-30T19:01:48.642Z[ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90562024-08-30T19:01:48.642Z[ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 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 ...
90572024-08-30T19:01:48.645Z[ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 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
90582024-08-30T19:01:48.645Z[ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90592024-08-30T19:01:48.645Z[ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 INFO ok!
90602024-08-30T19:01:48.645Z[ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 INFO STEP 51 (ensure_file) COMPLETE
90612024-08-30T19:01:48.645Z[ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90622024-08-30T19:01:48.653Z[ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90632024-08-30T19:01:48.655Z[ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 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 ...
90642024-08-30T19:01:48.655Z[ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 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
90652024-08-30T19:01:48.655Z[ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90662024-08-30T19:01:48.655Z[ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 INFO ok!
90672024-08-30T19:01:48.655Z[ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 INFO STEP 52 (ensure_file) COMPLETE
90682024-08-30T19:01:48.656Z[ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90692024-08-30T19:01:48.663Z[ host-image] Aug 30 19:01:46.845 INFO O| Aug 30 19:01:46.845 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90702024-08-30T19:01:48.666Z[ host-image] Aug 30 19:01:46.845 INFO O| Aug 30 19:01:46.845 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 ...
90712024-08-30T19:01:48.666Z[ host-image] Aug 30 19:01:46.846 INFO O| Aug 30 19:01:46.846 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
90722024-08-30T19:01:48.666Z[ host-image] Aug 30 19:01:46.846 INFO O| Aug 30 19:01:46.846 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90732024-08-30T19:01:48.666Z[ host-image] Aug 30 19:01:46.846 INFO O| Aug 30 19:01:46.846 INFO ok!
90742024-08-30T19:01:48.666Z[ host-image] Aug 30 19:01:46.846 INFO O| Aug 30 19:01:46.846 INFO STEP 53 (ensure_file) COMPLETE
90752024-08-30T19:01:48.666Z[ host-image] Aug 30 19:01:46.846 INFO O| Aug 30 19:01:46.846 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90762024-08-30T19:01:48.674Z[ host-image] Aug 30 19:01:46.856 INFO O| Aug 30 19:01:46.856 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90772024-08-30T19:01:48.676Z[ host-image] Aug 30 19:01:46.856 INFO O| Aug 30 19:01:46.856 INFO STEP 54 (ensure_dir) COMPLETE
90782024-08-30T19:01:48.676Z[ host-image] Aug 30 19:01:46.856 INFO O| Aug 30 19:01:46.856 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90792024-08-30T19:01:48.684Z[ host-image] Aug 30 19:01:46.866 INFO O| Aug 30 19:01:46.866 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90802024-08-30T19:01:48.686Z[ host-image] Aug 30 19:01:46.866 INFO O| Aug 30 19:01:46.866 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90812024-08-30T19:01:48.686Z[ host-image] Aug 30 19:01:46.866 INFO O| Aug 30 19:01:46.866 INFO STEP 55 (ensure_dir) COMPLETE
90822024-08-30T19:01:48.686Z[ host-image] Aug 30 19:01:46.866 INFO O| Aug 30 19:01:46.866 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-08-30T19:01:48.694Z[ host-image] Aug 30 19:01:46.876 INFO O| Aug 30 19:01:46.876 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90842024-08-30T19:01:48.697Z[ host-image] Aug 30 19:01:46.876 INFO O| Aug 30 19:01:46.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90852024-08-30T19:01:48.697Z[ host-image] Aug 30 19:01:46.876 INFO O| Aug 30 19:01:46.876 INFO STEP 56 (ensure_dir) COMPLETE
90862024-08-30T19:01:48.697Z[ host-image] Aug 30 19:01:46.876 INFO O| Aug 30 19:01:46.876 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-08-30T19:01:48.704Z[ host-image] Aug 30 19:01:46.887 INFO O| Aug 30 19:01:46.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90882024-08-30T19:01:48.704Z[ host-image] Aug 30 19:01:46.887 INFO O| Aug 30 19:01:46.887 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90892024-08-30T19:01:48.720Z[ host-image] Aug 30 19:01:46.902 INFO O| Aug 30 19:01:46.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90902024-08-30T19:01:48.720Z[ host-image] Aug 30 19:01:46.902 INFO O| Aug 30 19:01:46.902 INFO ok!
90912024-08-30T19:01:48.720Z[ host-image] Aug 30 19:01:46.902 INFO O| Aug 30 19:01:46.902 INFO STEP 57 (ensure_file) COMPLETE
90922024-08-30T19:01:48.723Z[ host-image] Aug 30 19:01:46.902 INFO O| Aug 30 19:01:46.902 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-08-30T19:01:48.731Z[ host-image] Aug 30 19:01:46.913 INFO O| Aug 30 19:01:46.913 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90942024-08-30T19:01:48.731Z[ host-image] Aug 30 19:01:46.913 INFO O| Aug 30 19:01:46.913 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90952024-08-30T19:01:49.813Z[ host-image] Aug 30 19:01:47.995 INFO O| Aug 30 19:01:47.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90962024-08-30T19:01:49.813Z[ host-image] Aug 30 19:01:47.995 INFO O| Aug 30 19:01:47.995 INFO ok!
90972024-08-30T19:01:49.816Z[ host-image] Aug 30 19:01:47.995 INFO O| Aug 30 19:01:47.995 INFO STEP 58 (ensure_file) COMPLETE
90982024-08-30T19:01:49.816Z[ host-image] Aug 30 19:01:47.995 INFO O| Aug 30 19:01:47.995 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-08-30T19:01:49.826Z[ host-image] Aug 30 19:01:48.008 INFO O| Aug 30 19:01:48.008 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91002024-08-30T19:01:49.829Z[ host-image] Aug 30 19:01:48.009 INFO O| Aug 30 19:01:48.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91012024-08-30T19:01:49.829Z[ host-image] Aug 30 19:01:48.009 INFO O| Aug 30 19:01:48.009 INFO STEP 59 (ensure_dir) COMPLETE
91022024-08-30T19:01:49.829Z[ host-image] Aug 30 19:01:48.009 INFO O| Aug 30 19:01:48.009 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-08-30T19:01:49.838Z[ host-image] Aug 30 19:01:48.020 INFO O| Aug 30 19:01:48.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91042024-08-30T19:01:49.838Z[ host-image] Aug 30 19:01:48.020 INFO O| Aug 30 19:01:48.020 INFO copying /tmp/.tmpWwHkvv/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 ...
91052024-08-30T19:01:49.840Z[ host-image] Aug 30 19:01:48.020 INFO O| Aug 30 19:01:48.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91062024-08-30T19:01:49.840Z[ host-image] Aug 30 19:01:48.020 INFO O| Aug 30 19:01:48.020 INFO ok!
91072024-08-30T19:01:49.840Z[ host-image] Aug 30 19:01:48.020 INFO O| Aug 30 19:01:48.020 INFO STEP 60 (ensure_file) COMPLETE
91082024-08-30T19:01:49.840Z[ host-image] Aug 30 19:01:48.020 INFO O| Aug 30 19:01:48.020 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-08-30T19:01:49.848Z[ host-image] Aug 30 19:01:48.030 INFO O| Aug 30 19:01:48.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91102024-08-30T19:01:49.848Z[ host-image] Aug 30 19:01:48.030 INFO O| Aug 30 19:01:48.030 INFO copying /tmp/.tmpWwHkvv/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 ...
91112024-08-30T19:01:49.850Z[ host-image] Aug 30 19:01:48.030 INFO O| Aug 30 19:01:48.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91122024-08-30T19:01:49.850Z[ host-image] Aug 30 19:01:48.030 INFO O| Aug 30 19:01:48.030 INFO ok!
91132024-08-30T19:01:49.850Z[ host-image] Aug 30 19:01:48.030 INFO O| Aug 30 19:01:48.030 INFO STEP 61 (ensure_file) COMPLETE
91142024-08-30T19:01:49.850Z[ host-image] Aug 30 19:01:48.030 INFO O| Aug 30 19:01:48.030 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-08-30T19:01:49.858Z[ host-image] Aug 30 19:01:48.040 INFO O| Aug 30 19:01:48.040 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91162024-08-30T19:01:49.858Z[ host-image] Aug 30 19:01:48.041 INFO O| Aug 30 19:01:48.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91172024-08-30T19:01:49.861Z[ host-image] Aug 30 19:01:48.041 INFO O| Aug 30 19:01:48.041 INFO STEP 62 (ensure_dir) COMPLETE
91182024-08-30T19:01:49.861Z[ host-image] Aug 30 19:01:48.041 INFO O| Aug 30 19:01:48.041 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-08-30T19:01:49.868Z[ host-image] Aug 30 19:01:48.050 INFO O| Aug 30 19:01:48.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91202024-08-30T19:01:49.868Z[ host-image] Aug 30 19:01:48.050 INFO O| Aug 30 19:01:48.050 INFO copying /tmp/.tmpWwHkvv/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 ...
91212024-08-30T19:01:49.870Z[ host-image] Aug 30 19:01:48.051 INFO O| Aug 30 19:01:48.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91222024-08-30T19:01:49.871Z[ host-image] Aug 30 19:01:48.051 INFO O| Aug 30 19:01:48.050 INFO ok!
91232024-08-30T19:01:49.871Z[ host-image] Aug 30 19:01:48.051 INFO O| Aug 30 19:01:48.050 INFO STEP 63 (ensure_file) COMPLETE
91242024-08-30T19:01:49.871Z[ host-image] Aug 30 19:01:48.051 INFO O| Aug 30 19:01:48.051 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-08-30T19:01:49.878Z[ host-image] Aug 30 19:01:48.060 INFO O| Aug 30 19:01:48.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91262024-08-30T19:01:49.878Z[ host-image] Aug 30 19:01:48.060 INFO O| Aug 30 19:01:48.060 INFO copying /tmp/.tmpWwHkvv/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 ...
91272024-08-30T19:01:49.878Z[ host-image] Aug 30 19:01:48.061 INFO O| Aug 30 19:01:48.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91282024-08-30T19:01:49.882Z[ host-image] Aug 30 19:01:48.061 INFO O| Aug 30 19:01:48.061 INFO ok!
91292024-08-30T19:01:49.882Z[ host-image] Aug 30 19:01:48.061 INFO O| Aug 30 19:01:48.061 INFO STEP 64 (ensure_file) COMPLETE
91302024-08-30T19:01:49.882Z[ host-image] Aug 30 19:01:48.061 INFO O| Aug 30 19:01:48.061 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-08-30T19:01:49.888Z[ host-image] Aug 30 19:01:48.071 INFO O| Aug 30 19:01:48.070 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91322024-08-30T19:01:49.888Z[ host-image] Aug 30 19:01:48.071 INFO O| Aug 30 19:01:48.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91332024-08-30T19:01:49.891Z[ host-image] Aug 30 19:01:48.071 INFO O| Aug 30 19:01:48.071 INFO STEP 65 (ensure_dir) COMPLETE
91342024-08-30T19:01:49.891Z[ host-image] Aug 30 19:01:48.071 INFO O| Aug 30 19:01:48.071 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91352024-08-30T19:01:49.899Z[ host-image] Aug 30 19:01:48.081 INFO O| Aug 30 19:01:48.081 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91362024-08-30T19:01:49.899Z[ host-image] Aug 30 19:01:48.081 INFO O| Aug 30 19:01:48.081 INFO copying /tmp/.tmpWwHkvv/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 ...
91372024-08-30T19:01:49.901Z[ host-image] Aug 30 19:01:48.081 INFO O| Aug 30 19:01:48.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91382024-08-30T19:01:49.901Z[ host-image] Aug 30 19:01:48.081 INFO O| Aug 30 19:01:48.081 INFO ok!
91392024-08-30T19:01:49.901Z[ host-image] Aug 30 19:01:48.081 INFO O| Aug 30 19:01:48.081 INFO STEP 66 (ensure_file) COMPLETE
91402024-08-30T19:01:49.901Z[ host-image] Aug 30 19:01:48.081 INFO O| Aug 30 19:01:48.081 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91412024-08-30T19:01:49.909Z[ host-image] Aug 30 19:01:48.091 INFO O| Aug 30 19:01:48.091 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91422024-08-30T19:01:49.909Z[ host-image] Aug 30 19:01:48.091 INFO O| Aug 30 19:01:48.091 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91432024-08-30T19:01:49.912Z[ host-image] Aug 30 19:01:48.091 INFO O| Aug 30 19:01:48.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91442024-08-30T19:01:49.912Z[ host-image] Aug 30 19:01:48.091 INFO O| Aug 30 19:01:48.091 INFO ok!
91452024-08-30T19:01:49.912Z[ host-image] Aug 30 19:01:48.091 INFO O| Aug 30 19:01:48.091 INFO STEP 67 (ensure_file) COMPLETE
91462024-08-30T19:01:49.912Z[ host-image] Aug 30 19:01:48.091 INFO O| Aug 30 19:01:48.091 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91472024-08-30T19:01:49.919Z[ host-image] Aug 30 19:01:48.101 INFO O| Aug 30 19:01:48.101 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91482024-08-30T19:01:49.921Z[ host-image] Aug 30 19:01:48.101 INFO O| Aug 30 19:01:48.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91492024-08-30T19:01:49.921Z[ host-image] Aug 30 19:01:48.101 INFO O| Aug 30 19:01:48.101 INFO STEP 68 (ensure_dir) COMPLETE
91502024-08-30T19:01:49.921Z[ host-image] Aug 30 19:01:48.101 INFO O| Aug 30 19:01:48.101 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91512024-08-30T19:01:49.929Z[ host-image] Aug 30 19:01:48.111 INFO O| Aug 30 19:01:48.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91522024-08-30T19:01:49.931Z[ host-image] Aug 30 19:01:48.111 INFO O| Aug 30 19:01:48.111 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91532024-08-30T19:01:50.485Z[ host-image] Aug 30 19:01:48.667 INFO O| Aug 30 19:01:48.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91542024-08-30T19:01:50.485Z[ host-image] Aug 30 19:01:48.667 INFO O| Aug 30 19:01:48.667 INFO ok!
91552024-08-30T19:01:50.485Z[ host-image] Aug 30 19:01:48.667 INFO O| Aug 30 19:01:48.667 INFO STEP 69 (ensure_file) COMPLETE
91562024-08-30T19:01:50.488Z[ host-image] Aug 30 19:01:48.667 INFO O| Aug 30 19:01:48.667 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91572024-08-30T19:01:50.496Z[ host-image] Aug 30 19:01:48.678 INFO O| Aug 30 19:01:48.678 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91582024-08-30T19:01:50.496Z[ host-image] Aug 30 19:01:48.678 INFO O| Aug 30 19:01:48.678 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91592024-08-30T19:01:51.943Z[ host-image] Aug 30 19:01:50.125 INFO O| Aug 30 19:01:50.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91602024-08-30T19:01:51.943Z[ host-image] Aug 30 19:01:50.125 INFO O| Aug 30 19:01:50.125 INFO ok!
91612024-08-30T19:01:51.945Z[ host-image] Aug 30 19:01:50.125 INFO O| Aug 30 19:01:50.125 INFO STEP 70 (ensure_file) COMPLETE
91622024-08-30T19:01:51.945Z[ host-image] Aug 30 19:01:50.125 INFO O| Aug 30 19:01:50.125 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-08-30T19:01:51.955Z[ host-image] Aug 30 19:01:50.137 INFO O| Aug 30 19:01:50.137 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91642024-08-30T19:01:51.958Z[ host-image] Aug 30 19:01:50.137 INFO O| Aug 30 19:01:50.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91652024-08-30T19:01:51.958Z[ host-image] Aug 30 19:01:50.137 INFO O| Aug 30 19:01:50.137 INFO STEP 71 (ensure_dir) COMPLETE
91662024-08-30T19:01:51.958Z[ host-image] Aug 30 19:01:50.137 INFO O| Aug 30 19:01:50.137 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91672024-08-30T19:01:51.966Z[ host-image] Aug 30 19:01:50.148 INFO O| Aug 30 19:01:50.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91682024-08-30T19:01:51.966Z[ host-image] Aug 30 19:01:50.148 INFO O| Aug 30 19:01:50.148 INFO copying /tmp/.tmpWwHkvv/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 ...
91692024-08-30T19:01:51.966Z[ host-image] Aug 30 19:01:50.148 INFO O| Aug 30 19:01:50.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91702024-08-30T19:01:51.969Z[ host-image] Aug 30 19:01:50.148 INFO O| Aug 30 19:01:50.148 INFO ok!
91712024-08-30T19:01:51.969Z[ host-image] Aug 30 19:01:50.148 INFO O| Aug 30 19:01:50.148 INFO STEP 72 (ensure_file) COMPLETE
91722024-08-30T19:01:51.969Z[ host-image] Aug 30 19:01:50.148 INFO O| Aug 30 19:01:50.148 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91732024-08-30T19:01:51.977Z[ host-image] Aug 30 19:01:50.159 INFO O| Aug 30 19:01:50.159 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91742024-08-30T19:01:51.977Z[ host-image] Aug 30 19:01:50.159 INFO O| Aug 30 19:01:50.159 INFO copying /tmp/.tmpWwHkvv/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 ...
91752024-08-30T19:01:51.979Z[ host-image] Aug 30 19:01:50.159 INFO O| Aug 30 19:01:50.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91762024-08-30T19:01:51.979Z[ host-image] Aug 30 19:01:50.159 INFO O| Aug 30 19:01:50.159 INFO ok!
91772024-08-30T19:01:51.980Z[ host-image] Aug 30 19:01:50.159 INFO O| Aug 30 19:01:50.159 INFO STEP 73 (ensure_file) COMPLETE
91782024-08-30T19:01:51.980Z[ host-image] Aug 30 19:01:50.159 INFO O| Aug 30 19:01:50.159 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91792024-08-30T19:01:51.987Z[ host-image] Aug 30 19:01:50.169 INFO O| Aug 30 19:01:50.169 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91802024-08-30T19:01:51.987Z[ host-image] Aug 30 19:01:50.169 INFO O| Aug 30 19:01:50.169 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91812024-08-30T19:01:51.990Z[ host-image] Aug 30 19:01:50.169 INFO O| Aug 30 19:01:50.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91822024-08-30T19:01:51.990Z[ host-image] Aug 30 19:01:50.169 INFO O| Aug 30 19:01:50.169 INFO ok!
91832024-08-30T19:01:51.990Z[ host-image] Aug 30 19:01:50.169 INFO O| Aug 30 19:01:50.169 INFO STEP 74 (ensure_file) COMPLETE
91842024-08-30T19:01:51.990Z[ host-image] Aug 30 19:01:50.169 INFO O| Aug 30 19:01:50.169 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91852024-08-30T19:01:51.997Z[ host-image] Aug 30 19:01:50.179 INFO O| Aug 30 19:01:50.179 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91862024-08-30T19:01:51.998Z[ host-image] Aug 30 19:01:50.179 INFO O| Aug 30 19:01:50.179 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91872024-08-30T19:01:52.000Z[ host-image] Aug 30 19:01:50.180 INFO O| Aug 30 19:01:50.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91882024-08-30T19:01:52.000Z[ host-image] Aug 30 19:01:50.180 INFO O| Aug 30 19:01:50.180 INFO ok!
91892024-08-30T19:01:52.001Z[ host-image] Aug 30 19:01:50.180 INFO O| Aug 30 19:01:50.180 INFO STEP 75 (ensure_file) COMPLETE
91902024-08-30T19:01:52.001Z[ host-image] Aug 30 19:01:50.180 INFO O| Aug 30 19:01:50.180 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-08-30T19:01:52.008Z[ host-image] Aug 30 19:01:50.190 INFO O| Aug 30 19:01:50.189 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91922024-08-30T19:01:52.008Z[ host-image] Aug 30 19:01:50.190 INFO O| Aug 30 19:01:50.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91932024-08-30T19:01:52.008Z[ host-image] Aug 30 19:01:50.190 INFO O| Aug 30 19:01:50.190 INFO STEP 76 (ensure_dir) COMPLETE
91942024-08-30T19:01:52.010Z[ host-image] Aug 30 19:01:50.190 INFO O| Aug 30 19:01:50.190 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-08-30T19:01:52.018Z[ host-image] Aug 30 19:01:50.200 INFO O| Aug 30 19:01:50.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91962024-08-30T19:01:52.018Z[ host-image] Aug 30 19:01:50.200 INFO O| Aug 30 19:01:50.200 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91972024-08-30T19:01:52.477Z[ host-image] Aug 30 19:01:50.659 INFO O| Aug 30 19:01:50.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91982024-08-30T19:01:52.477Z[ host-image] Aug 30 19:01:50.659 INFO O| Aug 30 19:01:50.659 INFO ok!
91992024-08-30T19:01:52.480Z[ host-image] Aug 30 19:01:50.659 INFO O| Aug 30 19:01:50.659 INFO STEP 77 (ensure_file) COMPLETE
92002024-08-30T19:01:52.480Z[ host-image] Aug 30 19:01:50.659 INFO O| Aug 30 19:01:50.659 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-08-30T19:01:52.489Z[ host-image] Aug 30 19:01:50.671 INFO O| Aug 30 19:01:50.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92022024-08-30T19:01:52.489Z[ host-image] Aug 30 19:01:50.671 INFO O| Aug 30 19:01:50.670 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92032024-08-30T19:01:52.491Z[ host-image] Aug 30 19:01:50.671 INFO O| Aug 30 19:01:50.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92042024-08-30T19:01:52.491Z[ host-image] Aug 30 19:01:50.671 INFO O| Aug 30 19:01:50.671 INFO ok!
92052024-08-30T19:01:52.491Z[ host-image] Aug 30 19:01:50.671 INFO O| Aug 30 19:01:50.671 INFO STEP 78 (ensure_file) COMPLETE
92062024-08-30T19:01:52.491Z[ host-image] Aug 30 19:01:50.671 INFO O| Aug 30 19:01:50.671 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-08-30T19:01:52.499Z[ host-image] Aug 30 19:01:50.681 INFO O| Aug 30 19:01:50.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92082024-08-30T19:01:52.502Z[ host-image] Aug 30 19:01:50.681 INFO O| Aug 30 19:01:50.681 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92092024-08-30T19:01:53.088Z[ host-image] Aug 30 19:01:51.270 INFO O| Aug 30 19:01:51.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92102024-08-30T19:01:53.089Z[ host-image] Aug 30 19:01:51.270 INFO O| Aug 30 19:01:51.270 INFO ok!
92112024-08-30T19:01:53.089Z[ host-image] Aug 30 19:01:51.270 INFO O| Aug 30 19:01:51.270 INFO STEP 79 (ensure_file) COMPLETE
92122024-08-30T19:01:53.091Z[ host-image] Aug 30 19:01:51.270 INFO O| Aug 30 19:01:51.270 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-08-30T19:01:53.100Z[ host-image] Aug 30 19:01:51.281 INFO O| Aug 30 19:01:51.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92142024-08-30T19:01:53.102Z[ host-image] Aug 30 19:01:51.281 INFO O| Aug 30 19:01:51.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92152024-08-30T19:01:53.102Z[ host-image] Aug 30 19:01:51.281 INFO O| Aug 30 19:01:51.281 INFO STEP 80 (ensure_dir) COMPLETE
92162024-08-30T19:01:53.102Z[ host-image] Aug 30 19:01:51.281 INFO O| Aug 30 19:01:51.281 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-08-30T19:01:53.110Z[ host-image] Aug 30 19:01:51.291 INFO O| Aug 30 19:01:51.291 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92182024-08-30T19:01:53.113Z[ host-image] Aug 30 19:01:51.291 INFO O| Aug 30 19:01:51.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92192024-08-30T19:01:53.113Z[ host-image] Aug 30 19:01:51.291 INFO O| Aug 30 19:01:51.291 INFO STEP 81 (ensure_dir) COMPLETE
92202024-08-30T19:01:53.113Z[ host-image] Aug 30 19:01:51.291 INFO O| Aug 30 19:01:51.291 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-08-30T19:01:53.119Z[ host-image] Aug 30 19:01:51.301 INFO O| Aug 30 19:01:51.301 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92222024-08-30T19:01:53.119Z[ host-image] Aug 30 19:01:51.301 INFO O| Aug 30 19:01:51.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92232024-08-30T19:01:53.120Z[ host-image] Aug 30 19:01:51.301 INFO O| Aug 30 19:01:51.301 INFO STEP 82 (ensure_dir) COMPLETE
92242024-08-30T19:01:53.122Z[ host-image] Aug 30 19:01:51.301 INFO O| Aug 30 19:01:51.301 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-08-30T19:01:53.129Z[ host-image] Aug 30 19:01:51.311 INFO O| Aug 30 19:01:51.311 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92262024-08-30T19:01:53.134Z[ host-image] Aug 30 19:01:51.311 INFO O| Aug 30 19:01:51.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92272024-08-30T19:01:53.134Z[ host-image] Aug 30 19:01:51.311 INFO O| Aug 30 19:01:51.311 INFO STEP 83 (ensure_dir) COMPLETE
92282024-08-30T19:01:53.134Z[ host-image] Aug 30 19:01:51.311 INFO O| Aug 30 19:01:51.311 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-08-30T19:01:53.139Z[ host-image] Aug 30 19:01:51.321 INFO O| Aug 30 19:01:51.321 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92302024-08-30T19:01:53.142Z[ host-image] Aug 30 19:01:51.321 INFO O| Aug 30 19:01:51.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92312024-08-30T19:01:53.142Z[ host-image] Aug 30 19:01:51.321 INFO O| Aug 30 19:01:51.321 INFO STEP 84 (ensure_dir) COMPLETE
92322024-08-30T19:01:53.142Z[ host-image] Aug 30 19:01:51.321 INFO O| Aug 30 19:01:51.321 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-08-30T19:01:53.150Z[ host-image] Aug 30 19:01:51.331 INFO O| Aug 30 19:01:51.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92342024-08-30T19:01:53.150Z[ host-image] Aug 30 19:01:51.331 INFO O| Aug 30 19:01:51.331 INFO copying /tmp/.tmpWwHkvv/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 ...
92352024-08-30T19:01:53.153Z[ host-image] Aug 30 19:01:51.331 INFO O| Aug 30 19:01:51.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92362024-08-30T19:01:53.153Z[ host-image] Aug 30 19:01:51.331 INFO O| Aug 30 19:01:51.331 INFO ok!
92372024-08-30T19:01:53.153Z[ host-image] Aug 30 19:01:51.331 INFO O| Aug 30 19:01:51.331 INFO STEP 85 (ensure_file) COMPLETE
92382024-08-30T19:01:53.153Z[ host-image] Aug 30 19:01:51.331 INFO O| Aug 30 19:01:51.331 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-08-30T19:01:53.159Z[ host-image] Aug 30 19:01:51.341 INFO O| Aug 30 19:01:51.341 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92402024-08-30T19:01:53.162Z[ host-image] Aug 30 19:01:51.341 INFO O| Aug 30 19:01:51.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92412024-08-30T19:01:53.162Z[ host-image] Aug 30 19:01:51.341 INFO O| Aug 30 19:01:51.341 INFO STEP 86 (ensure_dir) COMPLETE
92422024-08-30T19:01:53.162Z[ host-image] Aug 30 19:01:51.341 INFO O| Aug 30 19:01:51.341 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92432024-08-30T19:01:53.169Z[ host-image] Aug 30 19:01:51.351 INFO O| Aug 30 19:01:51.351 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92442024-08-30T19:01:53.170Z[ host-image] Aug 30 19:01:51.351 INFO O| Aug 30 19:01:51.351 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92452024-08-30T19:01:53.172Z[ host-image] Aug 30 19:01:51.351 INFO O| Aug 30 19:01:51.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92462024-08-30T19:01:53.172Z[ host-image] Aug 30 19:01:51.351 INFO O| Aug 30 19:01:51.351 INFO ok!
92472024-08-30T19:01:53.172Z[ host-image] Aug 30 19:01:51.351 INFO O| Aug 30 19:01:51.351 INFO STEP 87 (ensure_file) COMPLETE
92482024-08-30T19:01:53.172Z[ host-image] Aug 30 19:01:51.351 INFO O| Aug 30 19:01:51.351 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-08-30T19:01:53.180Z[ host-image] Aug 30 19:01:51.361 INFO O| Aug 30 19:01:51.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92502024-08-30T19:01:53.180Z[ host-image] Aug 30 19:01:51.361 INFO O| Aug 30 19:01:51.361 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92512024-08-30T19:01:53.192Z[ host-image] Aug 30 19:01:51.373 INFO O| Aug 30 19:01:51.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92522024-08-30T19:01:53.192Z[ host-image] Aug 30 19:01:51.373 INFO O| Aug 30 19:01:51.373 INFO ok!
92532024-08-30T19:01:53.192Z[ host-image] Aug 30 19:01:51.373 INFO O| Aug 30 19:01:51.373 INFO STEP 88 (ensure_file) COMPLETE
92542024-08-30T19:01:53.192Z[ host-image] Aug 30 19:01:51.373 INFO O| Aug 30 19:01:51.373 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92552024-08-30T19:01:53.202Z[ host-image] Aug 30 19:01:51.384 INFO O| Aug 30 19:01:51.384 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92562024-08-30T19:01:53.202Z[ host-image] Aug 30 19:01:51.384 INFO O| Aug 30 19:01:51.384 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92572024-08-30T19:01:53.678Z[ host-image] Aug 30 19:01:51.859 INFO O| Aug 30 19:01:51.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92582024-08-30T19:01:53.678Z[ host-image] Aug 30 19:01:51.859 INFO O| Aug 30 19:01:51.859 INFO ok!
92592024-08-30T19:01:53.680Z[ host-image] Aug 30 19:01:51.859 INFO O| Aug 30 19:01:51.859 INFO STEP 89 (ensure_file) COMPLETE
92602024-08-30T19:01:53.680Z[ host-image] Aug 30 19:01:51.859 INFO O| Aug 30 19:01:51.859 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-08-30T19:01:53.690Z[ host-image] Aug 30 19:01:51.871 INFO O| Aug 30 19:01:51.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92622024-08-30T19:01:53.690Z[ host-image] Aug 30 19:01:51.871 INFO O| Aug 30 19:01:51.871 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92632024-08-30T19:01:53.692Z[ host-image] Aug 30 19:01:51.871 INFO O| Aug 30 19:01:51.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92642024-08-30T19:01:53.693Z[ host-image] Aug 30 19:01:51.871 INFO O| Aug 30 19:01:51.871 INFO ok!
92652024-08-30T19:01:53.693Z[ host-image] Aug 30 19:01:51.871 INFO O| Aug 30 19:01:51.871 INFO STEP 90 (ensure_file) COMPLETE
92662024-08-30T19:01:53.693Z[ host-image] Aug 30 19:01:51.871 INFO O| Aug 30 19:01:51.871 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-08-30T19:01:53.700Z[ host-image] Aug 30 19:01:51.881 INFO O| Aug 30 19:01:51.881 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92682024-08-30T19:01:53.700Z[ host-image] Aug 30 19:01:51.881 INFO O| Aug 30 19:01:51.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92692024-08-30T19:01:53.702Z[ host-image] Aug 30 19:01:51.881 INFO O| Aug 30 19:01:51.881 INFO STEP 91 (ensure_dir) COMPLETE
92702024-08-30T19:01:53.702Z[ host-image] Aug 30 19:01:51.881 INFO O| Aug 30 19:01:51.881 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-08-30T19:01:53.710Z[ host-image] Aug 30 19:01:51.891 INFO O| Aug 30 19:01:51.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92722024-08-30T19:01:53.710Z[ host-image] Aug 30 19:01:51.891 INFO O| Aug 30 19:01:51.891 INFO copying /tmp/.tmpWwHkvv/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 ...
92732024-08-30T19:01:53.713Z[ host-image] Aug 30 19:01:51.892 INFO O| Aug 30 19:01:51.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92742024-08-30T19:01:53.713Z[ host-image] Aug 30 19:01:51.892 INFO O| Aug 30 19:01:51.891 INFO ok!
92752024-08-30T19:01:53.713Z[ host-image] Aug 30 19:01:51.892 INFO O| Aug 30 19:01:51.892 INFO STEP 92 (ensure_file) COMPLETE
92762024-08-30T19:01:53.713Z[ host-image] Aug 30 19:01:51.892 INFO O| Aug 30 19:01:51.892 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-08-30T19:01:53.721Z[ host-image] Aug 30 19:01:51.901 INFO O| Aug 30 19:01:51.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92782024-08-30T19:01:53.721Z[ host-image] Aug 30 19:01:51.901 INFO O| Aug 30 19:01:51.901 INFO copying /tmp/.tmpWwHkvv/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 ...
92792024-08-30T19:01:53.723Z[ host-image] Aug 30 19:01:51.901 INFO O| Aug 30 19:01:51.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92802024-08-30T19:01:53.723Z[ host-image] Aug 30 19:01:51.901 INFO O| Aug 30 19:01:51.901 INFO ok!
92812024-08-30T19:01:53.723Z[ host-image] Aug 30 19:01:51.901 INFO O| Aug 30 19:01:51.901 INFO STEP 93 (ensure_file) COMPLETE
92822024-08-30T19:01:53.723Z[ host-image] Aug 30 19:01:51.901 INFO O| Aug 30 19:01:51.901 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-08-30T19:01:53.730Z[ host-image] Aug 30 19:01:51.912 INFO O| Aug 30 19:01:51.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92842024-08-30T19:01:53.730Z[ host-image] Aug 30 19:01:51.912 INFO O| Aug 30 19:01:51.912 INFO copying /tmp/.tmpWwHkvv/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 ...
92852024-08-30T19:01:53.733Z[ host-image] Aug 30 19:01:51.912 INFO O| Aug 30 19:01:51.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92862024-08-30T19:01:53.733Z[ host-image] Aug 30 19:01:51.912 INFO O| Aug 30 19:01:51.912 INFO ok!
92872024-08-30T19:01:53.733Z[ host-image] Aug 30 19:01:51.912 INFO O| Aug 30 19:01:51.912 INFO STEP 94 (ensure_file) COMPLETE
92882024-08-30T19:01:53.733Z[ host-image] Aug 30 19:01:51.912 INFO O| Aug 30 19:01:51.912 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-08-30T19:01:53.740Z[ host-image] Aug 30 19:01:51.922 INFO O| Aug 30 19:01:51.922 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92902024-08-30T19:01:53.740Z[ host-image] Aug 30 19:01:51.922 INFO O| Aug 30 19:01:51.922 INFO copying /tmp/.tmpWwHkvv/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 ...
92912024-08-30T19:01:53.743Z[ host-image] Aug 30 19:01:51.922 INFO O| Aug 30 19:01:51.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92922024-08-30T19:01:53.743Z[ host-image] Aug 30 19:01:51.922 INFO O| Aug 30 19:01:51.922 INFO ok!
92932024-08-30T19:01:53.743Z[ host-image] Aug 30 19:01:51.922 INFO O| Aug 30 19:01:51.922 INFO STEP 95 (ensure_file) COMPLETE
92942024-08-30T19:01:53.743Z[ host-image] Aug 30 19:01:51.922 INFO O| Aug 30 19:01:51.922 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-08-30T19:01:53.751Z[ host-image] Aug 30 19:01:51.933 INFO O| Aug 30 19:01:51.933 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92962024-08-30T19:01:53.751Z[ host-image] Aug 30 19:01:51.933 INFO O| Aug 30 19:01:51.933 INFO copying /tmp/.tmpWwHkvv/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 ...
92972024-08-30T19:01:53.753Z[ host-image] Aug 30 19:01:51.933 INFO O| Aug 30 19:01:51.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92982024-08-30T19:01:53.753Z[ host-image] Aug 30 19:01:51.933 INFO O| Aug 30 19:01:51.933 INFO ok!
92992024-08-30T19:01:53.753Z[ host-image] Aug 30 19:01:51.933 INFO O| Aug 30 19:01:51.933 INFO STEP 96 (ensure_file) COMPLETE
93002024-08-30T19:01:53.753Z[ host-image] Aug 30 19:01:51.933 INFO O| Aug 30 19:01:51.933 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-08-30T19:01:53.762Z[ host-image] Aug 30 19:01:51.943 INFO O| Aug 30 19:01:51.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
93022024-08-30T19:01:53.762Z[ host-image] Aug 30 19:01:51.943 INFO O| Aug 30 19:01:51.943 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
93032024-08-30T19:01:53.765Z[ host-image] Aug 30 19:01:51.943 INFO O| Aug 30 19:01:51.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
93042024-08-30T19:01:53.765Z[ host-image] Aug 30 19:01:51.943 INFO O| Aug 30 19:01:51.943 INFO ok!
93052024-08-30T19:01:53.765Z[ host-image] Aug 30 19:01:51.943 INFO O| Aug 30 19:01:51.943 INFO STEP 97 (ensure_file) COMPLETE
93062024-08-30T19:01:53.765Z[ host-image] Aug 30 19:01:51.943 INFO O| Aug 30 19:01:51.943 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-08-30T19:01:53.772Z[ host-image] Aug 30 19:01:51.954 INFO O| Aug 30 19:01:51.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
93082024-08-30T19:01:53.772Z[ host-image] Aug 30 19:01:51.954 INFO O| Aug 30 19:01:51.954 INFO copying /tmp/.tmpWwHkvv/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 ...
93092024-08-30T19:01:53.775Z[ host-image] Aug 30 19:01:51.954 INFO O| Aug 30 19:01:51.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93102024-08-30T19:01:53.775Z[ host-image] Aug 30 19:01:51.954 INFO O| Aug 30 19:01:51.954 INFO ok!
93112024-08-30T19:01:53.775Z[ host-image] Aug 30 19:01:51.954 INFO O| Aug 30 19:01:51.954 INFO STEP 98 (ensure_file) COMPLETE
93122024-08-30T19:01:53.775Z[ host-image] Aug 30 19:01:51.954 INFO O| Aug 30 19:01:51.954 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-08-30T19:01:53.782Z[ host-image] Aug 30 19:01:51.964 INFO O| Aug 30 19:01:51.964 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93142024-08-30T19:01:53.783Z[ host-image] Aug 30 19:01:51.964 INFO O| Aug 30 19:01:51.964 INFO copying /tmp/.tmpWwHkvv/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 ...
93152024-08-30T19:01:53.785Z[ host-image] Aug 30 19:01:51.964 INFO O| Aug 30 19:01:51.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93162024-08-30T19:01:53.785Z[ host-image] Aug 30 19:01:51.964 INFO O| Aug 30 19:01:51.964 INFO ok!
93172024-08-30T19:01:53.785Z[ host-image] Aug 30 19:01:51.964 INFO O| Aug 30 19:01:51.964 INFO STEP 99 (ensure_file) COMPLETE
93182024-08-30T19:01:53.785Z[ host-image] Aug 30 19:01:51.964 INFO O| Aug 30 19:01:51.964 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-08-30T19:01:53.793Z[ host-image] Aug 30 19:01:51.974 INFO O| Aug 30 19:01:51.974 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93202024-08-30T19:01:53.793Z[ host-image] Aug 30 19:01:51.974 INFO O| Aug 30 19:01:51.974 INFO copying /tmp/.tmpWwHkvv/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 ...
93212024-08-30T19:01:53.795Z[ host-image] Aug 30 19:01:51.974 INFO O| Aug 30 19:01:51.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93222024-08-30T19:01:53.795Z[ host-image] Aug 30 19:01:51.974 INFO O| Aug 30 19:01:51.974 INFO ok!
93232024-08-30T19:01:53.795Z[ host-image] Aug 30 19:01:51.974 INFO O| Aug 30 19:01:51.974 INFO STEP 100 (ensure_file) COMPLETE
93242024-08-30T19:01:53.795Z[ host-image] Aug 30 19:01:51.974 INFO O| Aug 30 19:01:51.974 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-08-30T19:01:53.803Z[ host-image] Aug 30 19:01:51.985 INFO O| Aug 30 19:01:51.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93262024-08-30T19:01:53.803Z[ host-image] Aug 30 19:01:51.985 INFO O| Aug 30 19:01:51.985 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93272024-08-30T19:01:53.806Z[ host-image] Aug 30 19:01:51.985 INFO O| Aug 30 19:01:51.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93282024-08-30T19:01:53.806Z[ host-image] Aug 30 19:01:51.985 INFO O| Aug 30 19:01:51.985 INFO ok!
93292024-08-30T19:01:53.806Z[ host-image] Aug 30 19:01:51.985 INFO O| Aug 30 19:01:51.985 INFO STEP 101 (ensure_file) COMPLETE
93302024-08-30T19:01:53.806Z[ host-image] Aug 30 19:01:51.985 INFO O| Aug 30 19:01:51.985 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-08-30T19:01:53.813Z[ host-image] Aug 30 19:01:51.995 INFO O| Aug 30 19:01:51.995 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93322024-08-30T19:01:53.814Z[ host-image] Aug 30 19:01:51.995 INFO O| Aug 30 19:01:51.995 INFO copying /tmp/.tmpWwHkvv/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 ...
93332024-08-30T19:01:53.816Z[ host-image] Aug 30 19:01:51.995 INFO O| Aug 30 19:01:51.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93342024-08-30T19:01:53.816Z[ host-image] Aug 30 19:01:51.995 INFO O| Aug 30 19:01:51.995 INFO ok!
93352024-08-30T19:01:53.816Z[ host-image] Aug 30 19:01:51.995 INFO O| Aug 30 19:01:51.995 INFO STEP 102 (ensure_file) COMPLETE
93362024-08-30T19:01:53.816Z[ host-image] Aug 30 19:01:51.995 INFO O| Aug 30 19:01:51.995 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372024-08-30T19:01:53.825Z[ host-image] Aug 30 19:01:52.007 INFO O| Aug 30 19:01:52.007 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93382024-08-30T19:01:53.825Z[ host-image] Aug 30 19:01:52.007 INFO O| Aug 30 19:01:52.007 INFO copying /tmp/.tmpWwHkvv/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 ...
93392024-08-30T19:01:53.828Z[ host-image] Aug 30 19:01:52.007 INFO O| Aug 30 19:01:52.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
93402024-08-30T19:01:53.828Z[ host-image] Aug 30 19:01:52.007 INFO O| Aug 30 19:01:52.007 INFO ok!
93412024-08-30T19:01:53.828Z[ host-image] Aug 30 19:01:52.007 INFO O| Aug 30 19:01:52.007 INFO STEP 103 (ensure_file) COMPLETE
93422024-08-30T19:01:53.828Z[ host-image] Aug 30 19:01:52.007 INFO O| Aug 30 19:01:52.007 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-08-30T19:01:53.836Z[ host-image] Aug 30 19:01:52.018 INFO O| Aug 30 19:01:52.017 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93442024-08-30T19:01:53.836Z[ host-image] Aug 30 19:01:52.018 INFO O| Aug 30 19:01:52.017 INFO copying /tmp/.tmpWwHkvv/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 ...
93452024-08-30T19:01:53.838Z[ host-image] Aug 30 19:01:52.018 INFO O| Aug 30 19:01:52.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93462024-08-30T19:01:53.838Z[ host-image] Aug 30 19:01:52.018 INFO O| Aug 30 19:01:52.018 INFO ok!
93472024-08-30T19:01:53.838Z[ host-image] Aug 30 19:01:52.018 INFO O| Aug 30 19:01:52.018 INFO STEP 104 (ensure_file) COMPLETE
93482024-08-30T19:01:53.838Z[ host-image] Aug 30 19:01:52.018 INFO O| Aug 30 19:01:52.018 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-08-30T19:01:53.846Z[ host-image] Aug 30 19:01:52.028 INFO O| Aug 30 19:01:52.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93502024-08-30T19:01:53.846Z[ host-image] Aug 30 19:01:52.028 INFO O| Aug 30 19:01:52.028 INFO copying /tmp/.tmpWwHkvv/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 ...
93512024-08-30T19:01:53.848Z[ host-image] Aug 30 19:01:52.028 INFO O| Aug 30 19:01:52.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93522024-08-30T19:01:53.849Z[ host-image] Aug 30 19:01:52.028 INFO O| Aug 30 19:01:52.028 INFO ok!
93532024-08-30T19:01:53.849Z[ host-image] Aug 30 19:01:52.028 INFO O| Aug 30 19:01:52.028 INFO STEP 105 (ensure_file) COMPLETE
93542024-08-30T19:01:53.849Z[ host-image] Aug 30 19:01:52.028 INFO O| Aug 30 19:01:52.028 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-08-30T19:01:53.856Z[ host-image] Aug 30 19:01:52.038 INFO O| Aug 30 19:01:52.038 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93562024-08-30T19:01:53.859Z[ host-image] Aug 30 19:01:52.038 INFO O| Aug 30 19:01:52.038 INFO copying /tmp/.tmpWwHkvv/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 ...
93572024-08-30T19:01:53.859Z[ host-image] Aug 30 19:01:52.038 INFO O| Aug 30 19:01:52.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93582024-08-30T19:01:53.859Z[ host-image] Aug 30 19:01:52.038 INFO O| Aug 30 19:01:52.038 INFO ok!
93592024-08-30T19:01:53.859Z[ host-image] Aug 30 19:01:52.038 INFO O| Aug 30 19:01:52.038 INFO STEP 106 (ensure_file) COMPLETE
93602024-08-30T19:01:53.859Z[ host-image] Aug 30 19:01:52.038 INFO O| Aug 30 19:01:52.038 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-08-30T19:01:53.867Z[ host-image] Aug 30 19:01:52.049 INFO O| Aug 30 19:01:52.049 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93622024-08-30T19:01:53.870Z[ host-image] Aug 30 19:01:52.049 INFO O| Aug 30 19:01:52.049 INFO copying /tmp/.tmpWwHkvv/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 ...
93632024-08-30T19:01:53.870Z[ host-image] Aug 30 19:01:52.049 INFO O| Aug 30 19:01:52.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93642024-08-30T19:01:53.870Z[ host-image] Aug 30 19:01:52.049 INFO O| Aug 30 19:01:52.049 INFO ok!
93652024-08-30T19:01:53.870Z[ host-image] Aug 30 19:01:52.049 INFO O| Aug 30 19:01:52.049 INFO STEP 107 (ensure_file) COMPLETE
93662024-08-30T19:01:53.870Z[ host-image] Aug 30 19:01:52.049 INFO O| Aug 30 19:01:52.049 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672024-08-30T19:01:53.878Z[ host-image] Aug 30 19:01:52.059 INFO O| Aug 30 19:01:52.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93682024-08-30T19:01:53.878Z[ host-image] Aug 30 19:01:52.059 INFO O| Aug 30 19:01:52.059 INFO copying /tmp/.tmpWwHkvv/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 ...
93692024-08-30T19:01:53.880Z[ host-image] Aug 30 19:01:52.060 INFO O| Aug 30 19:01:52.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93702024-08-30T19:01:53.880Z[ host-image] Aug 30 19:01:52.060 INFO O| Aug 30 19:01:52.060 INFO ok!
93712024-08-30T19:01:53.880Z[ host-image] Aug 30 19:01:52.060 INFO O| Aug 30 19:01:52.060 INFO STEP 108 (ensure_file) COMPLETE
93722024-08-30T19:01:53.880Z[ host-image] Aug 30 19:01:52.060 INFO O| Aug 30 19:01:52.060 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732024-08-30T19:01:53.888Z[ host-image] Aug 30 19:01:52.070 INFO O| Aug 30 19:01:52.070 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93742024-08-30T19:01:53.888Z[ host-image] Aug 30 19:01:52.070 INFO O| Aug 30 19:01:52.070 INFO copying /tmp/.tmpWwHkvv/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 ...
93752024-08-30T19:01:53.891Z[ host-image] Aug 30 19:01:52.070 INFO O| Aug 30 19:01:52.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93762024-08-30T19:01:53.891Z[ host-image] Aug 30 19:01:52.070 INFO O| Aug 30 19:01:52.070 INFO ok!
93772024-08-30T19:01:53.891Z[ host-image] Aug 30 19:01:52.070 INFO O| Aug 30 19:01:52.070 INFO STEP 109 (ensure_file) COMPLETE
93782024-08-30T19:01:53.891Z[ host-image] Aug 30 19:01:52.070 INFO O| Aug 30 19:01:52.070 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792024-08-30T19:01:53.899Z[ host-image] Aug 30 19:01:52.080 INFO O| Aug 30 19:01:52.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93802024-08-30T19:01:53.899Z[ host-image] Aug 30 19:01:52.080 INFO O| Aug 30 19:01:52.080 INFO copying /tmp/.tmpWwHkvv/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 ...
93812024-08-30T19:01:53.902Z[ host-image] Aug 30 19:01:52.080 INFO O| Aug 30 19:01:52.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93822024-08-30T19:01:53.902Z[ host-image] Aug 30 19:01:52.080 INFO O| Aug 30 19:01:52.080 INFO ok!
93832024-08-30T19:01:53.902Z[ host-image] Aug 30 19:01:52.080 INFO O| Aug 30 19:01:52.080 INFO STEP 110 (ensure_file) COMPLETE
93842024-08-30T19:01:53.902Z[ host-image] Aug 30 19:01:52.080 INFO O| Aug 30 19:01:52.080 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-08-30T19:01:53.908Z[ host-image] Aug 30 19:01:52.090 INFO O| Aug 30 19:01:52.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93862024-08-30T19:01:53.909Z[ host-image] Aug 30 19:01:52.090 INFO O| Aug 30 19:01:52.090 INFO copying /tmp/.tmpWwHkvv/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 ...
93872024-08-30T19:01:53.911Z[ host-image] Aug 30 19:01:52.090 INFO O| Aug 30 19:01:52.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93882024-08-30T19:01:53.911Z[ host-image] Aug 30 19:01:52.090 INFO O| Aug 30 19:01:52.090 INFO ok!
93892024-08-30T19:01:53.911Z[ host-image] Aug 30 19:01:52.090 INFO O| Aug 30 19:01:52.090 INFO STEP 111 (ensure_file) COMPLETE
93902024-08-30T19:01:53.911Z[ host-image] Aug 30 19:01:52.090 INFO O| Aug 30 19:01:52.090 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-08-30T19:01:53.919Z[ host-image] Aug 30 19:01:52.101 INFO O| Aug 30 19:01:52.100 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93922024-08-30T19:01:53.921Z[ host-image] Aug 30 19:01:52.101 INFO O| Aug 30 19:01:52.101 INFO copying /tmp/.tmpWwHkvv/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 ...
93932024-08-30T19:01:53.921Z[ host-image] Aug 30 19:01:52.101 INFO O| Aug 30 19:01:52.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93942024-08-30T19:01:53.921Z[ host-image] Aug 30 19:01:52.101 INFO O| Aug 30 19:01:52.101 INFO ok!
93952024-08-30T19:01:53.921Z[ host-image] Aug 30 19:01:52.101 INFO O| Aug 30 19:01:52.101 INFO STEP 112 (ensure_file) COMPLETE
93962024-08-30T19:01:53.921Z[ host-image] Aug 30 19:01:52.101 INFO O| Aug 30 19:01:52.101 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-08-30T19:01:53.929Z[ host-image] Aug 30 19:01:52.111 INFO O| Aug 30 19:01:52.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93982024-08-30T19:01:53.933Z[ host-image] Aug 30 19:01:52.111 INFO O| Aug 30 19:01:52.111 INFO copying /tmp/.tmpWwHkvv/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 ...
93992024-08-30T19:01:53.933Z[ host-image] Aug 30 19:01:52.111 INFO O| Aug 30 19:01:52.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
94002024-08-30T19:01:53.933Z[ host-image] Aug 30 19:01:52.111 INFO O| Aug 30 19:01:52.111 INFO ok!
94012024-08-30T19:01:53.933Z[ host-image] Aug 30 19:01:52.111 INFO O| Aug 30 19:01:52.111 INFO STEP 113 (ensure_file) COMPLETE
94022024-08-30T19:01:53.933Z[ host-image] Aug 30 19:01:52.111 INFO O| Aug 30 19:01:52.111 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-08-30T19:01:53.940Z[ host-image] Aug 30 19:01:52.121 INFO O| Aug 30 19:01:52.121 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
94042024-08-30T19:01:53.940Z[ host-image] Aug 30 19:01:52.121 INFO O| Aug 30 19:01:52.121 INFO copying /tmp/.tmpWwHkvv/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 ...
94052024-08-30T19:01:53.943Z[ host-image] Aug 30 19:01:52.121 INFO O| Aug 30 19:01:52.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
94062024-08-30T19:01:53.943Z[ host-image] Aug 30 19:01:52.122 INFO O| Aug 30 19:01:52.121 INFO ok!
94072024-08-30T19:01:53.943Z[ host-image] Aug 30 19:01:52.122 INFO O| Aug 30 19:01:52.121 INFO STEP 114 (ensure_file) COMPLETE
94082024-08-30T19:01:53.943Z[ host-image] Aug 30 19:01:52.122 INFO O| Aug 30 19:01:52.121 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-08-30T19:01:53.950Z[ host-image] Aug 30 19:01:52.132 INFO O| Aug 30 19:01:52.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94102024-08-30T19:01:53.950Z[ host-image] Aug 30 19:01:52.132 INFO O| Aug 30 19:01:52.132 INFO copying /tmp/.tmpWwHkvv/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 ...
94112024-08-30T19:01:53.953Z[ host-image] Aug 30 19:01:52.132 INFO O| Aug 30 19:01:52.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94122024-08-30T19:01:53.953Z[ host-image] Aug 30 19:01:52.132 INFO O| Aug 30 19:01:52.132 INFO ok!
94132024-08-30T19:01:53.953Z[ host-image] Aug 30 19:01:52.132 INFO O| Aug 30 19:01:52.132 INFO STEP 115 (ensure_file) COMPLETE
94142024-08-30T19:01:53.953Z[ host-image] Aug 30 19:01:52.132 INFO O| Aug 30 19:01:52.132 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-08-30T19:01:53.960Z[ host-image] Aug 30 19:01:52.142 INFO O| Aug 30 19:01:52.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94162024-08-30T19:01:53.961Z[ host-image] Aug 30 19:01:52.142 INFO O| Aug 30 19:01:52.142 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94172024-08-30T19:01:53.964Z[ host-image] Aug 30 19:01:52.142 INFO O| Aug 30 19:01:52.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94182024-08-30T19:01:53.964Z[ host-image] Aug 30 19:01:52.142 INFO O| Aug 30 19:01:52.142 INFO ok!
94192024-08-30T19:01:53.964Z[ host-image] Aug 30 19:01:52.142 INFO O| Aug 30 19:01:52.142 INFO STEP 116 (ensure_file) COMPLETE
94202024-08-30T19:01:53.964Z[ host-image] Aug 30 19:01:52.142 INFO O| Aug 30 19:01:52.142 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-08-30T19:01:53.971Z[ host-image] Aug 30 19:01:52.153 INFO O| Aug 30 19:01:52.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94222024-08-30T19:01:53.974Z[ host-image] Aug 30 19:01:52.153 INFO O| Aug 30 19:01:52.153 INFO copying /tmp/.tmpWwHkvv/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 ...
94232024-08-30T19:01:53.974Z[ host-image] Aug 30 19:01:52.153 INFO O| Aug 30 19:01:52.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94242024-08-30T19:01:53.974Z[ host-image] Aug 30 19:01:52.153 INFO O| Aug 30 19:01:52.153 INFO ok!
94252024-08-30T19:01:53.974Z[ host-image] Aug 30 19:01:52.153 INFO O| Aug 30 19:01:52.153 INFO STEP 117 (ensure_file) COMPLETE
94262024-08-30T19:01:53.974Z[ host-image] Aug 30 19:01:52.153 INFO O| Aug 30 19:01:52.153 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-08-30T19:01:53.981Z[ host-image] Aug 30 19:01:52.163 INFO O| Aug 30 19:01:52.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94282024-08-30T19:01:53.981Z[ host-image] Aug 30 19:01:52.163 INFO O| Aug 30 19:01:52.163 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94292024-08-30T19:01:53.984Z[ host-image] Aug 30 19:01:52.163 INFO O| Aug 30 19:01:52.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94302024-08-30T19:01:53.984Z[ host-image] Aug 30 19:01:52.163 INFO O| Aug 30 19:01:52.163 INFO ok!
94312024-08-30T19:01:53.984Z[ host-image] Aug 30 19:01:52.163 INFO O| Aug 30 19:01:52.163 INFO STEP 118 (ensure_file) COMPLETE
94322024-08-30T19:01:53.984Z[ host-image] Aug 30 19:01:52.163 INFO O| Aug 30 19:01:52.163 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-08-30T19:01:53.992Z[ host-image] Aug 30 19:01:52.173 INFO O| Aug 30 19:01:52.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94342024-08-30T19:01:53.992Z[ host-image] Aug 30 19:01:52.174 INFO O| Aug 30 19:01:52.173 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94352024-08-30T19:01:57.300Z[ host-image] Aug 30 19:01:55.481 INFO O| Aug 30 19:01:55.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94362024-08-30T19:01:57.300Z[ host-image] Aug 30 19:01:55.481 INFO O| Aug 30 19:01:55.481 INFO ok!
94372024-08-30T19:01:57.302Z[ host-image] Aug 30 19:01:55.481 INFO O| Aug 30 19:01:55.481 INFO STEP 119 (ensure_file) COMPLETE
94382024-08-30T19:01:57.303Z[ host-image] Aug 30 19:01:55.481 INFO O| Aug 30 19:01:55.481 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-08-30T19:01:57.311Z[ host-image] Aug 30 19:01:55.492 INFO O| Aug 30 19:01:55.492 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94402024-08-30T19:01:57.311Z[ host-image] Aug 30 19:01:55.492 INFO O| Aug 30 19:01:55.492 INFO STEP 120 (ensure_dir) COMPLETE
94412024-08-30T19:01:57.313Z[ host-image] Aug 30 19:01:55.492 INFO O| Aug 30 19:01:55.492 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-08-30T19:01:57.321Z[ host-image] Aug 30 19:01:55.502 INFO O| Aug 30 19:01:55.502 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94432024-08-30T19:01:57.321Z[ host-image] Aug 30 19:01:55.502 INFO O| Aug 30 19:01:55.502 INFO STEP 121 (ensure_dir) COMPLETE
94442024-08-30T19:01:57.321Z[ host-image] Aug 30 19:01:55.502 INFO O| Aug 30 19:01:55.502 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-08-30T19:01:57.331Z[ host-image] Aug 30 19:01:55.512 INFO O| Aug 30 19:01:55.512 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94462024-08-30T19:01:57.331Z[ host-image] Aug 30 19:01:55.512 INFO O| Aug 30 19:01:55.512 INFO STEP 122 (ensure_dir) COMPLETE
94472024-08-30T19:01:57.334Z[ host-image] Aug 30 19:01:55.512 INFO O| Aug 30 19:01:55.512 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-08-30T19:01:57.341Z[ host-image] Aug 30 19:01:55.522 INFO O| Aug 30 19:01:55.522 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94492024-08-30T19:01:57.341Z[ host-image] Aug 30 19:01:55.522 INFO O| Aug 30 19:01:55.522 INFO STEP 123 (ensure_dir) COMPLETE
94502024-08-30T19:01:57.343Z[ host-image] Aug 30 19:01:55.522 INFO O| Aug 30 19:01:55.522 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-08-30T19:01:57.350Z[ host-image] Aug 30 19:01:55.531 INFO O| Aug 30 19:01:55.531 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94522024-08-30T19:01:57.353Z[ host-image] Aug 30 19:01:55.532 INFO O| Aug 30 19:01:55.531 INFO copying /tmp/.tmpWwHkvv/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 ...
94532024-08-30T19:01:57.353Z[ host-image] Aug 30 19:01:55.532 INFO O| Aug 30 19:01:55.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94542024-08-30T19:01:57.353Z[ host-image] Aug 30 19:01:55.532 INFO O| Aug 30 19:01:55.532 INFO ok!
94552024-08-30T19:01:57.353Z[ host-image] Aug 30 19:01:55.532 INFO O| Aug 30 19:01:55.532 INFO STEP 124 (ensure_file) COMPLETE
94562024-08-30T19:01:57.353Z[ host-image] Aug 30 19:01:55.532 INFO O| Aug 30 19:01:55.532 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572024-08-30T19:01:57.361Z[ host-image] Aug 30 19:01:55.542 INFO O| Aug 30 19:01:55.542 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94582024-08-30T19:01:57.361Z[ host-image] Aug 30 19:01:55.542 INFO O| Aug 30 19:01:55.542 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94592024-08-30T19:01:57.363Z[ host-image] Aug 30 19:01:55.542 INFO O| Aug 30 19:01:55.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94602024-08-30T19:01:57.363Z[ host-image] Aug 30 19:01:55.542 INFO O| Aug 30 19:01:55.542 INFO STEP 125 (ensure_dir) COMPLETE
94612024-08-30T19:01:57.363Z[ host-image] Aug 30 19:01:55.542 INFO O| Aug 30 19:01:55.542 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-08-30T19:01:57.371Z[ host-image] Aug 30 19:01:55.552 INFO O| Aug 30 19:01:55.552 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94632024-08-30T19:01:57.374Z[ host-image] Aug 30 19:01:55.552 INFO O| Aug 30 19:01:55.552 INFO copying /tmp/.tmpWwHkvv/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94642024-08-30T19:01:57.374Z[ host-image] Aug 30 19:01:55.552 INFO O| Aug 30 19:01:55.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94652024-08-30T19:01:57.374Z[ host-image] Aug 30 19:01:55.552 INFO O| Aug 30 19:01:55.552 INFO ok!
94662024-08-30T19:01:57.374Z[ host-image] Aug 30 19:01:55.552 INFO O| Aug 30 19:01:55.552 INFO STEP 126 (ensure_file) COMPLETE
94672024-08-30T19:01:57.374Z[ host-image] Aug 30 19:01:55.553 INFO O| Aug 30 19:01:55.552 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94682024-08-30T19:01:57.381Z[ host-image] Aug 30 19:01:55.562 INFO O| Aug 30 19:01:55.562 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94692024-08-30T19:01:57.383Z[ host-image] Aug 30 19:01:55.562 INFO O| Aug 30 19:01:55.562 INFO STEP 127 (remove_files) COMPLETE
94702024-08-30T19:01:57.383Z[ host-image] Aug 30 19:01:55.562 INFO O| Aug 30 19:01:55.562 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94712024-08-30T19:01:57.391Z[ host-image] Aug 30 19:01:55.572 INFO O| Aug 30 19:01:55.572 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94722024-08-30T19:01:57.393Z[ host-image] Aug 30 19:01:55.572 INFO O| Aug 30 19:01:55.572 INFO STEP 128 (remove_files) COMPLETE
94732024-08-30T19:01:57.393Z[ host-image] Aug 30 19:01:55.572 INFO O| Aug 30 19:01:55.572 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94742024-08-30T19:01:57.400Z[ host-image] Aug 30 19:01:55.582 INFO O| Aug 30 19:01:55.582 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94752024-08-30T19:01:57.403Z[ host-image] Aug 30 19:01:55.582 INFO O| Aug 30 19:01:55.582 INFO STEP 129 (remove_files) COMPLETE
94762024-08-30T19:01:57.403Z[ host-image] Aug 30 19:01:55.582 INFO O| Aug 30 19:01:55.582 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94772024-08-30T19:01:57.410Z[ host-image] Aug 30 19:01:55.592 INFO O| Aug 30 19:01:55.592 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94782024-08-30T19:01:57.413Z[ host-image] Aug 30 19:01:55.592 INFO O| Aug 30 19:01:55.592 INFO STEP 130 (remove_files) COMPLETE
94792024-08-30T19:01:57.413Z[ host-image] Aug 30 19:01:55.592 INFO O| Aug 30 19:01:55.592 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94802024-08-30T19:01:57.420Z[ host-image] Aug 30 19:01:55.602 INFO O| Aug 30 19:01:55.601 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94812024-08-30T19:01:57.423Z[ host-image] Aug 30 19:01:55.602 INFO O| Aug 30 19:01:55.602 INFO STEP 131 (remove_files) COMPLETE
94822024-08-30T19:01:57.423Z[ host-image] Aug 30 19:01:55.602 INFO O| Aug 30 19:01:55.602 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94832024-08-30T19:01:57.430Z[ host-image] Aug 30 19:01:55.611 INFO O| Aug 30 19:01:55.611 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94842024-08-30T19:01:57.433Z[ host-image] Aug 30 19:01:55.611 INFO O| Aug 30 19:01:55.611 INFO STEP 132 (remove_files) COMPLETE
94852024-08-30T19:01:57.433Z[ host-image] Aug 30 19:01:55.611 INFO O| Aug 30 19:01:55.611 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94862024-08-30T19:01:57.440Z[ host-image] Aug 30 19:01:55.622 INFO O| Aug 30 19:01:55.622 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94872024-08-30T19:01:57.443Z[ host-image] Aug 30 19:01:55.622 INFO O| Aug 30 19:01:55.622 INFO STEP 133 (remove_files) COMPLETE
94882024-08-30T19:01:57.443Z[ host-image] Aug 30 19:01:55.622 INFO O| Aug 30 19:01:55.622 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94892024-08-30T19:01:57.450Z[ host-image] Aug 30 19:01:55.631 INFO O| Aug 30 19:01:55.631 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94902024-08-30T19:01:57.450Z[ host-image] Aug 30 19:01:55.632 INFO O| Aug 30 19:01:55.632 INFO STEP 134 (remove_files) COMPLETE
94912024-08-30T19:01:57.450Z[ host-image] Aug 30 19:01:55.632 INFO O| Aug 30 19:01:55.632 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94922024-08-30T19:01:57.461Z[ host-image] Aug 30 19:01:55.642 INFO O| Aug 30 19:01:55.642 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94932024-08-30T19:01:57.461Z[ host-image] Aug 30 19:01:55.642 INFO O| Aug 30 19:01:55.642 INFO STEP 135 (remove_files) COMPLETE
94942024-08-30T19:01:57.463Z[ host-image] Aug 30 19:01:55.642 INFO O| Aug 30 19:01:55.642 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94952024-08-30T19:01:57.472Z[ host-image] Aug 30 19:01:55.652 INFO O| Aug 30 19:01:55.652 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94962024-08-30T19:01:57.472Z[ host-image] Aug 30 19:01:55.652 INFO O| Aug 30 19:01:55.652 INFO STEP 136 (remove_files) COMPLETE
94972024-08-30T19:01:57.474Z[ host-image] Aug 30 19:01:55.652 INFO O| Aug 30 19:01:55.652 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94982024-08-30T19:01:57.481Z[ host-image] Aug 30 19:01:55.662 INFO O| Aug 30 19:01:55.662 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94992024-08-30T19:01:57.481Z[ host-image] Aug 30 19:01:55.662 INFO O| Aug 30 19:01:55.662 INFO STEP 137 (remove_files) COMPLETE
95002024-08-30T19:01:57.483Z[ host-image] Aug 30 19:01:55.662 INFO O| Aug 30 19:01:55.662 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95012024-08-30T19:01:57.491Z[ host-image] Aug 30 19:01:55.672 INFO O| Aug 30 19:01:55.672 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95022024-08-30T19:01:57.491Z[ host-image] Aug 30 19:01:55.672 INFO O| Aug 30 19:01:55.672 INFO STEP 138 (remove_files) COMPLETE
95032024-08-30T19:01:57.493Z[ host-image] Aug 30 19:01:55.672 INFO O| Aug 30 19:01:55.672 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95042024-08-30T19:01:57.501Z[ host-image] Aug 30 19:01:55.682 INFO O| Aug 30 19:01:55.682 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95052024-08-30T19:01:57.501Z[ host-image] Aug 30 19:01:55.682 INFO O| Aug 30 19:01:55.682 INFO STEP 139 (remove_files) COMPLETE
95062024-08-30T19:01:57.503Z[ host-image] Aug 30 19:01:55.682 INFO O| Aug 30 19:01:55.682 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95072024-08-30T19:01:57.511Z[ host-image] Aug 30 19:01:55.692 INFO O| Aug 30 19:01:55.692 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95082024-08-30T19:01:57.511Z[ host-image] Aug 30 19:01:55.692 INFO O| Aug 30 19:01:55.692 INFO STEP 140 (remove_files) COMPLETE
95092024-08-30T19:01:57.511Z[ host-image] Aug 30 19:01:55.692 INFO O| Aug 30 19:01:55.692 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95102024-08-30T19:01:57.520Z[ host-image] Aug 30 19:01:55.701 INFO O| Aug 30 19:01:55.701 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95112024-08-30T19:01:57.520Z[ host-image] Aug 30 19:01:55.702 INFO O| Aug 30 19:01:55.701 INFO STEP 141 (remove_files) COMPLETE
95122024-08-30T19:01:57.523Z[ host-image] Aug 30 19:01:55.702 INFO O| Aug 30 19:01:55.702 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95132024-08-30T19:01:57.530Z[ host-image] Aug 30 19:01:55.711 INFO O| Aug 30 19:01:55.711 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95142024-08-30T19:01:57.530Z[ host-image] Aug 30 19:01:55.711 INFO O| Aug 30 19:01:55.711 INFO STEP 142 (remove_files) COMPLETE
95152024-08-30T19:01:57.532Z[ host-image] Aug 30 19:01:55.711 INFO O| Aug 30 19:01:55.711 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95162024-08-30T19:01:57.540Z[ host-image] Aug 30 19:01:55.721 INFO O| Aug 30 19:01:55.721 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95172024-08-30T19:01:57.543Z[ host-image] Aug 30 19:01:55.721 INFO O| Aug 30 19:01:55.721 INFO STEP 143 (remove_files) COMPLETE
95182024-08-30T19:01:57.543Z[ host-image] Aug 30 19:01:55.721 INFO O| Aug 30 19:01:55.721 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95192024-08-30T19:01:57.550Z[ host-image] Aug 30 19:01:55.731 INFO O| Aug 30 19:01:55.731 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95202024-08-30T19:01:57.550Z[ host-image] Aug 30 19:01:55.731 INFO O| Aug 30 19:01:55.731 INFO STEP 144 (remove_files) COMPLETE
95212024-08-30T19:01:57.550Z[ host-image] Aug 30 19:01:55.731 INFO O| Aug 30 19:01:55.731 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95222024-08-30T19:01:57.560Z[ host-image] Aug 30 19:01:55.741 INFO O| Aug 30 19:01:55.741 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95232024-08-30T19:01:57.560Z[ host-image] Aug 30 19:01:55.741 INFO O| Aug 30 19:01:55.741 INFO STEP 145 (remove_files) COMPLETE
95242024-08-30T19:01:57.562Z[ host-image] Aug 30 19:01:55.741 INFO O| Aug 30 19:01:55.741 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95252024-08-30T19:01:57.570Z[ host-image] Aug 30 19:01:55.751 INFO O| Aug 30 19:01:55.751 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95262024-08-30T19:01:57.570Z[ host-image] Aug 30 19:01:55.751 INFO O| Aug 30 19:01:55.751 INFO STEP 146 (remove_files) COMPLETE
95272024-08-30T19:01:57.572Z[ host-image] Aug 30 19:01:55.751 INFO O| Aug 30 19:01:55.751 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95282024-08-30T19:01:57.580Z[ host-image] Aug 30 19:01:55.761 INFO O| Aug 30 19:01:55.761 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95292024-08-30T19:01:57.580Z[ host-image] Aug 30 19:01:55.761 INFO O| Aug 30 19:01:55.761 INFO STEP 147 (remove_files) COMPLETE
95302024-08-30T19:01:57.580Z[ host-image] Aug 30 19:01:55.761 INFO O| Aug 30 19:01:55.761 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95312024-08-30T19:01:57.590Z[ host-image] Aug 30 19:01:55.771 INFO O| Aug 30 19:01:55.771 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95322024-08-30T19:01:57.590Z[ host-image] Aug 30 19:01:55.771 INFO O| Aug 30 19:01:55.771 INFO STEP 148 (remove_files) COMPLETE
95332024-08-30T19:01:57.592Z[ host-image] Aug 30 19:01:55.771 INFO O| Aug 30 19:01:55.771 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95342024-08-30T19:01:57.600Z[ host-image] Aug 30 19:01:55.781 INFO O| Aug 30 19:01:55.781 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95352024-08-30T19:01:57.602Z[ host-image] Aug 30 19:01:55.781 INFO O| Aug 30 19:01:55.781 INFO STEP 149 (remove_files) COMPLETE
95362024-08-30T19:01:57.602Z[ host-image] Aug 30 19:01:55.781 INFO O| Aug 30 19:01:55.781 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95372024-08-30T19:01:57.609Z[ host-image] Aug 30 19:01:55.791 INFO O| Aug 30 19:01:55.790 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95382024-08-30T19:01:57.613Z[ host-image] Aug 30 19:01:55.791 INFO O| Aug 30 19:01:55.791 INFO STEP 150 (remove_files) COMPLETE
95392024-08-30T19:01:57.613Z[ host-image] Aug 30 19:01:55.791 INFO O| Aug 30 19:01:55.791 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95402024-08-30T19:01:57.619Z[ host-image] Aug 30 19:01:55.800 INFO O| Aug 30 19:01:55.800 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95412024-08-30T19:01:57.622Z[ host-image] Aug 30 19:01:55.800 INFO O| Aug 30 19:01:55.800 INFO STEP 151 (remove_files) COMPLETE
95422024-08-30T19:01:57.622Z[ host-image] Aug 30 19:01:55.800 INFO O| Aug 30 19:01:55.800 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95432024-08-30T19:01:57.629Z[ host-image] Aug 30 19:01:55.810 INFO O| Aug 30 19:01:55.810 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95442024-08-30T19:01:57.631Z[ host-image] Aug 30 19:01:55.810 INFO O| Aug 30 19:01:55.810 INFO STEP 152 (remove_files) COMPLETE
95452024-08-30T19:01:57.631Z[ host-image] Aug 30 19:01:55.810 INFO O| Aug 30 19:01:55.810 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95462024-08-30T19:01:57.639Z[ host-image] Aug 30 19:01:55.820 INFO O| Aug 30 19:01:55.820 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95472024-08-30T19:01:57.641Z[ host-image] Aug 30 19:01:55.820 INFO O| Aug 30 19:01:55.820 INFO STEP 153 (remove_files) COMPLETE
95482024-08-30T19:01:57.641Z[ host-image] Aug 30 19:01:55.820 INFO O| Aug 30 19:01:55.820 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95492024-08-30T19:01:57.649Z[ host-image] Aug 30 19:01:55.830 INFO O| Aug 30 19:01:55.830 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95502024-08-30T19:01:57.649Z[ host-image] Aug 30 19:01:55.830 INFO O| Aug 30 19:01:55.830 INFO STEP 154 (remove_files) COMPLETE
95512024-08-30T19:01:57.652Z[ host-image] Aug 30 19:01:55.830 INFO O| Aug 30 19:01:55.830 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95522024-08-30T19:01:57.659Z[ host-image] Aug 30 19:01:55.841 INFO O| Aug 30 19:01:55.841 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95532024-08-30T19:01:57.660Z[ host-image] Aug 30 19:01:55.841 INFO O| Aug 30 19:01:55.841 INFO STEP 155 (remove_files) COMPLETE
95542024-08-30T19:01:57.662Z[ host-image] Aug 30 19:01:55.841 INFO O| Aug 30 19:01:55.841 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95552024-08-30T19:01:57.674Z[ host-image] Aug 30 19:01:55.855 INFO O| Aug 30 19:01:55.855 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95562024-08-30T19:01:57.677Z[ host-image] Aug 30 19:01:55.855 INFO O| Aug 30 19:01:55.855 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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
95572024-08-30T19:02:04.880Z[ host-image] Aug 30 19:02:03.060 INFO O| Aug 30 19:02:03.059 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
95582024-08-30T19:02:04.880Z[ host-image] Aug 30 19:02:03.060 INFO O| Aug 30 19:02:03.059 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95592024-08-30T19:02:04.895Z[ host-image] Aug 30 19:02:03.075 INFO O| Aug 30 19:02:03.075 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_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
95602024-08-30T19:02:04.976Z[ host-image] Aug 30 19:02:03.156 INFO O| Aug 30 19:02:03.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95612024-08-30T19:02:04.976Z[ host-image] Aug 30 19:02:03.156 INFO O| Aug 30 19:02:03.156 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95622024-08-30T19:02:04.979Z[ host-image] Aug 30 19:02:03.158 INFO O| Aug 30 19:02:03.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95632024-08-30T19:02:04.979Z[ host-image] Aug 30 19:02:03.158 INFO O| Aug 30 19:02:03.158 INFO ok!
95642024-08-30T19:02:04.979Z[ host-image] Aug 30 19:02:03.158 INFO O| Aug 30 19:02:03.158 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95652024-08-30T19:02:04.979Z[ host-image] Aug 30 19:02:03.158 INFO O| Aug 30 19:02:03.158 INFO STEP 156 (seed_smf) COMPLETE
95662024-08-30T19:02:04.979Z[ host-image] Aug 30 19:02:03.158 INFO O| Aug 30 19:02:03.158 INFO steps complete; finalising image!
95672024-08-30T19:02:04.979Z[ host-image] Aug 30 19:02:03.158 INFO O| Aug 30 19:02:03.158 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95682024-08-30T19:02:05.119Z[ host-image] Aug 30 19:02:03.299 INFO O| Aug 30 19:02:03.299 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Aug 30 19:02:03 2024)
95692024-08-30T19:02:05.342Z[ host-image] Aug 30 19:02:03.521 INFO O| Aug 30 19:02:03.521 INFO temporary pool has 672M used, 160M avail, 1.87x compressratio
95702024-08-30T19:02:05.342Z[ host-image] Aug 30 19:02:03.521 INFO O| Aug 30 19:02:03.521 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95712024-08-30T19:02:05.638Z[ host-image] Aug 30 19:02:03.817 INFO O| Aug 30 19:02:03.817 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95722024-08-30T19:02:05.638Z[ host-image] Aug 30 19:02:03.817 INFO O| Aug 30 19:02:03.817 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95732024-08-30T19:02:06.693Z[ host-image] Aug 30 19:02:04.873 INFO O| Aug 30 19:02:04.873 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95742024-08-30T19:02:06.694Z[ host-image] Aug 30 19:02:04.873 INFO O| Aug 30 19:02:04.873 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95752024-08-30T19:02:06.696Z[ host-image] Aug 30 19:02:04.873 INFO O| Aug 30 19:02:04.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95762024-08-30T19:02:06.696Z[ host-image] Aug 30 19:02:04.873 INFO O| Aug 30 19:02:04.873 INFO completed processing gimlet/zfs
95772024-08-30T19:02:06.696Z[ host-image] Aug 30 19:02:04.873 INFO O| Aug 30 19:02:04.873 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95782024-08-30T19:02:12.979Z[ host-image] Aug 30 19:02:11.158 INFO O| Aug 30 19:02:11.158 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95792024-08-30T19:02:13.059Z[ host-image] Aug 30 19:02:11.237 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
95802024-08-30T19:02:13.059Z[ host-image] Aug 30 19:02:11.238 INFO expanded image name: "ci dc10290/${os_short_commit} 2024-08-30 18:33" -> "ci dc10290/2408c3f 2024-08-30 18:33"
95812024-08-30T19:02:13.062Z[ host-image] Aug 30 19:02:11.238 INFO output artefacts stored in: "/work/os-host"
95822024-08-30T19:02:13.062Z[ host-image] Aug 30 19:02:11.238 INFO collecting git info from project "pinprick"...
95832024-08-30T19:02:13.065Z[ host-image] Aug 30 19:02:11.243 INFO collecting git info from project "amd-firmware"...
95842024-08-30T19:02:13.073Z[ host-image] Aug 30 19:02:11.251 INFO collecting git info from project "pilot"...
95852024-08-30T19:02:13.080Z[ host-image] Aug 30 19:02:11.257 INFO collecting git info from project "amd-host-image-builder"...
95862024-08-30T19:02:13.091Z[ host-image] Aug 30 19:02:11.270 INFO collecting git info from project "bootserver"...
95872024-08-30T19:02:13.096Z[ host-image] Aug 30 19:02:11.275 INFO collecting git info from project "phbl"...
95882024-08-30T19:02:13.100Z[ host-image] Aug 30 19:02:11.279 INFO collecting git info from project "chelsio-t6-roms"...
95892024-08-30T19:02:13.105Z[ host-image] Aug 30 19:02:11.284 INFO collecting git info from project "image-builder"...
95902024-08-30T19:02:13.109Z[ host-image] Aug 30 19:02:11.288 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95912024-08-30T19:02:13.481Z[ host-image] Aug 30 19:02:11.659 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95922024-08-30T19:02:13.828Z[ host-image] Aug 30 19:02:12.007 INFO creating Oxide boot image...
95932024-08-30T19:02:13.828Z[ host-image] Aug 30 19:02:12.007 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci dc10290/2408c3f 2024-08-30 18:33", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95942024-08-30T19:02:14.769Z[ host-image] Aug 30 19:02:12.948 INFO O| ok, image written!
95952024-08-30T19:02:14.773Z[ host-image] Aug 30 19:02:12.948 INFO O| ok, boot_image_csum file written!
95962024-08-30T19:02:14.773Z[ host-image] Aug 30 19:02:12.951 INFO creating boot archive (CPIO)...
95972024-08-30T19:02:14.773Z[ host-image] Aug 30 19:02:12.951 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
95982024-08-30T19:02:14.780Z[ host-image] Aug 30 19:02:12.958 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95992024-08-30T19:02:14.780Z[ host-image] Aug 30 19:02:12.958 INFO E| + outfile=/work/os-host/cpio
96002024-08-30T19:02:14.783Z[ host-image] Aug 30 19:02:12.958 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96012024-08-30T19:02:14.783Z[ host-image] Aug 30 19:02:12.960 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96022024-08-30T19:02:14.783Z[ host-image] Aug 30 19:02:12.961 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96032024-08-30T19:02:14.816Z[ host-image] Aug 30 19:02:12.994 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96042024-08-30T19:02:14.816Z[ host-image] Aug 30 19:02:12.994 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96052024-08-30T19:02:14.823Z[ host-image] Aug 30 19:02:13.002 INFO creating compressed cpio/unix for nanobl-rs...
96062024-08-30T19:02:14.826Z[ host-image] Aug 30 19:02:13.002 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
96072024-08-30T19:02:15.109Z[ host-image] Aug 30 19:02:13.287 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96082024-08-30T19:02:19.454Z[ host-image] Aug 30 19:02:17.631 INFO creating reset image...
96092024-08-30T19:02:19.456Z[ host-image] Aug 30 19:02:17.632 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96102024-08-30T19:02:19.543Z[ host-image] Aug 30 19:02:17.721 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96112024-08-30T19:02:19.550Z[ host-image] Aug 30 19:02:17.721 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96122024-08-30T19:02:19.612Z[ host-image] Aug 30 19:02:17.790 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96132024-08-30T19:02:21.809Z[ host-image] Aug 30 19:02:19.986 INFO E| Finished `release` profile [optimized] target(s) in 2.25s
96142024-08-30T19:02:21.820Z[ host-image] Aug 30 19:02:19.998 INFO building host image...
96152024-08-30T19:02:21.825Z[ host-image] Aug 30 19:02:19.998 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")
96162024-08-30T19:02:22.280Z[ host-image] Aug 30 19:02:20.456 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96172024-08-30T19:03:08.557Z[ host-image] Aug 30 19:03:06.728 INFO image complete! materials are in "/work/os-host"
96182024-08-30T19:03:08.560Z[ host-image]
96192024-08-30T19:03:08.560Z[ host-image] real 9:11.214914640
96202024-08-30T19:03:08.560Z[ host-image] user 4:07.381493730
96212024-08-30T19:03:08.560Z[ host-image] sys 50.266033701
96222024-08-30T19:03:08.560Z[ host-image] trap 0.156710255
96232024-08-30T19:03:08.560Z[ host-image] tflt 0.009040570
96242024-08-30T19:03:08.560Z[ host-image] dflt 0.036684393
96252024-08-30T19:03:08.560Z[ host-image] kflt 0.000000000
96262024-08-30T19:03:08.560Z[ host-image] lock 6:55.234966251
96272024-08-30T19:03:08.560Z[ host-image] slp 51:07.026369739
96282024-08-30T19:03:08.564Z[ host-image] lat 1:19.236574818
96292024-08-30T19:03:08.564Z[ host-image] stop 0.881241333
96302024-08-30T19:03:08.564ZAug 30 19:03:06.731 INFO [host-image] process exited with exit status: 0 (551.228520145s)
96312024-08-30T19:03:08.564ZAug 30 19:03:06.731 INFO [tuf-repo] running task
96322024-08-30T19:03:15.855ZAug 30 19:03:14.025 INFO assembling repository in `/tmp/tufaceouss3XYzg`, component: OmicronRepoAssembler
96332024-08-30T19:03:20.502ZAug 30 19:03:18.671 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96342024-08-30T19:03:20.826ZAug 30 19:03:18.995 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96352024-08-30T19:03:32.718ZAug 30 19:03:30.886 INFO [tuf-repo] task succeeded (24.154296395s)
96362024-08-30T19:03:32.718ZAug 30 19:03:30.886 INFO all jobs completed in 1830.736158623s
96372024-08-30T19:03:33.261Zprocess exited: duration 2392267 ms, exit code 0
 
96382024-08-30T19:03:33.271Zfound 33 output files
96392024-08-30T19:03:33.271Zuploading: /work/manifest.toml (8404 bytes)
96402024-08-30T19:03:34.280Zuploaded: /work/manifest.toml
96412024-08-30T19:03:34.280Zuploading: /work/repo.zip (1794244192 bytes)
96422024-08-30T19:04:06.992Zuploaded: /work/repo.zip
96432024-08-30T19:04:06.992Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96442024-08-30T19:04:08.006Zuploaded: /work/repo.zip.sha256.txt
96452024-08-30T19:04:08.006Zuploading: /work/helios-setup.log (52390 bytes)
96462024-08-30T19:04:09.020Zuploaded: /work/helios-setup.log
96472024-08-30T19:04:09.020Zuploading: /work/host-image.log (195718 bytes)
96482024-08-30T19:04:10.040Zuploaded: /work/host-image.log
96492024-08-30T19:04:10.040Zuploading: /work/host-package.log (19484 bytes)
96502024-08-30T19:04:11.052Zuploaded: /work/host-package.log
96512024-08-30T19:04:11.052Zuploading: /work/host-target.log (101 bytes)
96522024-08-30T19:04:12.059Zuploaded: /work/host-target.log
96532024-08-30T19:04:12.059Zuploading: /work/omicron-package.log (4418 bytes)
96542024-08-30T19:04:13.068Zuploaded: /work/omicron-package.log
96552024-08-30T19:04:13.070Zuploading: /work/phbl-toolchain.log (881 bytes)
96562024-08-30T19:04:14.076Zuploaded: /work/phbl-toolchain.log
96572024-08-30T19:04:14.076Zuploading: /work/recovery-image.log (591147 bytes)
96582024-08-30T19:04:15.109Zuploaded: /work/recovery-image.log
96592024-08-30T19:04:15.109Zuploading: /work/recovery-package.log (282 bytes)
96602024-08-30T19:04:16.116Zuploaded: /work/recovery-package.log
96612024-08-30T19:04:16.116Zuploading: /work/recovery-target.log (57 bytes)
96622024-08-30T19:04:17.124Zuploaded: /work/recovery-target.log
96632024-08-30T19:04:17.124Zuploading: /work/stamp-clickhouse.log (117 bytes)
96642024-08-30T19:04:18.131Zuploaded: /work/stamp-clickhouse.log
96652024-08-30T19:04:18.131Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96662024-08-30T19:04:19.138Zuploaded: /work/stamp-clickhouse_keeper.log
96672024-08-30T19:04:19.138Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96682024-08-30T19:04:20.146Zuploaded: /work/stamp-cockroachdb.log
96692024-08-30T19:04:20.147Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96702024-08-30T19:04:21.153Zuploaded: /work/stamp-crucible-dtrace.log
96712024-08-30T19:04:21.154Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96722024-08-30T19:04:22.162Zuploaded: /work/stamp-crucible-pantry-zone.log
96732024-08-30T19:04:22.162Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96742024-08-30T19:04:23.170Zuploaded: /work/stamp-crucible-zone.log
96752024-08-30T19:04:23.170Zuploading: /work/stamp-external-dns.log (119 bytes)
96762024-08-30T19:04:24.177Zuploaded: /work/stamp-external-dns.log
96772024-08-30T19:04:24.178Zuploading: /work/stamp-installinator.log (103 bytes)
96782024-08-30T19:04:25.185Zuploaded: /work/stamp-installinator.log
96792024-08-30T19:04:25.185Zuploading: /work/stamp-internal-dns.log (119 bytes)
96802024-08-30T19:04:26.192Zuploaded: /work/stamp-internal-dns.log
96812024-08-30T19:04:26.192Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96822024-08-30T19:04:27.199Zuploaded: /work/stamp-mg-ddm-gz.log
96832024-08-30T19:04:27.199Zuploading: /work/stamp-nexus.log (112 bytes)
96842024-08-30T19:04:28.207Zuploaded: /work/stamp-nexus.log
96852024-08-30T19:04:28.207Zuploading: /work/stamp-ntp.log (110 bytes)
96862024-08-30T19:04:29.215Zuploaded: /work/stamp-ntp.log
96872024-08-30T19:04:29.215Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96882024-08-30T19:04:30.222Zuploaded: /work/stamp-omicron-sled-agent.log
96892024-08-30T19:04:30.222Zuploading: /work/stamp-overlay.log (114 bytes)
96902024-08-30T19:04:31.385Zuploaded: /work/stamp-overlay.log
96912024-08-30T19:04:31.385Zuploading: /work/stamp-oximeter.log (115 bytes)
96922024-08-30T19:04:32.392Zuploaded: /work/stamp-oximeter.log
96932024-08-30T19:04:32.392Zuploading: /work/stamp-oxlog.log (109 bytes)
96942024-08-30T19:04:33.399Zuploaded: /work/stamp-oxlog.log
96952024-08-30T19:04:33.399Zuploading: /work/stamp-probe.log (112 bytes)
96962024-08-30T19:04:34.407Zuploaded: /work/stamp-probe.log
96972024-08-30T19:04:34.407Zuploading: /work/stamp-propolis-server.log (122 bytes)
96982024-08-30T19:04:35.416Zuploaded: /work/stamp-propolis-server.log
96992024-08-30T19:04:35.416Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97002024-08-30T19:04:36.427Zuploaded: /work/stamp-pumpkind-gz.log
97012024-08-30T19:04:36.427Zuploading: /work/stamp-switch-asic.log (118 bytes)
97022024-08-30T19:04:37.434Zuploaded: /work/stamp-switch-asic.log
97032024-08-30T19:04:37.434Zuploading: /work/verify-libraries.log (3116 bytes)
97042024-08-30T19:04:38.442Zuploaded: /work/verify-libraries.log